/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* styles for chrono relais */
.sp-methods-chronorelais {
  padding: 5px 20px;
}
.sp-methods-chronorelais dd li {
  clear: both;
  list-style: none;
}
.chronorelaismap {
  margin: 20px 0 10px 0;
}
.chronorelaismap .mappostalcode {
  margin-bottom: 10px;
  text-align: right;
}
.chronorelaismap .mappostalcode input {
  width: 70px;
  max-width: 50%;
}
.sp-methods .method-description {
  clear: both;
}
.sp-methods .method-image {
  padding: 0 10px;
}
.table-checkout-shipping-method > tbody tr > td {
  vertical-align: middle;
}
/*****************************
sw-Gmap
*******************************/
.chronomap {
  height: 450px;
  width: 100%;
  overflow: hidden !important;
  font: 82.5%/1.3 Arial, Helvetica, sans-serif;
  background-color: #E5E3DF;
  border: 1px solid #aaa;
}
.chronomap * {
  float: none;
  font-family: Arial, sans-serif;
}
.chronomap a {
  color: #0000cc;
  outline: none;
}
.chronomap h4 {
  font-size: 1em;
  margin-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.chronomap h2 {
  font-size: 1em;
  margin: 2px 10px 6px 0;
  font-weight: bold;
}
/*****************************
Infowindow
*******************************/
.chronomap .sw-infowindow a {
  cursor: pointer;
}
#sw-infowindow-info {
  max-height: 400px;
}
#sw-infowindow-hor {
  height: 150px;
}
.sw-map-adresse {
  font-size: 1em;
  margin: 5px 0 8px 0;
  line-height: 1.45em;
}
.sw-map-tools a {
  font-size: .9em;
}
.chronomap .sw-desc {
  display: block;
  font-weight: bold;
  line-height: 16px;
  float: none !important;
  width: auto;
}
.chronomap .sw-help {
  display: block;
  float: none !important;
  width: auto;
  clear: both;
}
.sw-map-itin-tools {
  font-size: .8em;
  padding: 8px 0;
  display: block;
}
.sw-back-link {
  font-size: .8em;
  display: block;
  text-align: right;
  margin: 0;
}
#sw-sendbymail-wrap {
  height: 220px;
  overflow: hidden;
}
.chronomap .sw-textarea {
  height: 30px;
}
.sw-tool-itineraire {
  height: 220px;
}
/*****************************
Tables
*******************************/
.sw-table {
  border-collapse: collapse;
  width: 100%;
}
.sw-table td {
  font-size: 1em;
  border-bottom: 1px solid #ccc;
  padding: 1px 0 !important;
}
.sw-table th {
  background: #eee;
  font-size: 1em;
  border-top: 1px solid #555555;
}
#sw-table-horaire-client td,
#sw-table-horaire-depot td {
  width: 50%;
}
#sw-table-horaire-depot {
  margin-top: 8px;
}
/*****************************/
/*****************************
Chronopostsrdv
*******************************/
.global-desktop {
  min-width: 641px;
  display: block;
}
.global-desktop.onestepcheckout {
  display: none !important;
}
#rdvCarousel {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#rdvCarouselContent {
  width: 500%;
}
#rdvCarouselContent .slide {
  float: left;
  width: 20%;
  /* 20% de 500% soit 100% */
  height: auto;
}
.rdvCarouselheader nav {
  font-size: 18px;
  overflow: hidden;
  margin-bottom: 5px;
}
.rdvCarouselheader nav a {
  background: url('../images/arrows.png') 0 0 no-repeat;
  line-height: 35px;
  color: #7B7B7B;
  text-decoration: none;
}
.rdvCarouselheader nav .inactive a {
  color: #CCC;
}
.rdvCarouselheader .prev a {
  float: left;
  background-position: 0 0;
  padding-left: 28px;
}
.rdvCarouselheader .prev.inactive a {
  background-position: -280px 0;
}
.rdvCarouselheader .next a {
  float: right;
  background-position: right -280px top -65px;
  padding-right: 28px;
}
.rdvCarouselheader .next.inactive a {
  background-position: right 0 top -65px;
}
#rdvCarouselContent .date-time {
  border-collapse: collapse;
}
#rdvCarouselContent .date-time td,
#rdvCarouselContent .date-time th {
  padding: 10px 5px;
  text-align: center;
}
#rdvCarouselContent .date-time td {
  border-left: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
  font-size: 1.14em;
  vertical-align: top;
  padding-bottom: 5px;
  background-color: #fff;
}
#rdvCarouselContent .date-time td span {
  white-space: nowrap;
}
#rdvCarouselContent .date-time td label {
  position: relative;
  display: block !important;
  padding: 0 !important;
  min-width: 0 !important;
  color: inherit !important;
  background: inherit !important;
}
#rdvCarouselContent .date-time td.unavailable {
  background-color: #e6e6e7;
  font-size: 0.9em;
}
#rdvCarouselContent .date-time td.eco {
  background-color: #e2f0e0;
}
#rdvCarouselContent .caption {
  background-color: #595a5c;
  font-size: 1.71em;
  overflow: hidden;
  color: #fff;
  padding: 10px 20px;
}
#rdvCarouselContent .date-row th {
  font-size: .86em;
  color: #fff;
  background-color: #8f9091;
  font-weight: normal;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  display: table-cell;
}
#rdvCarouselContent .date-row th:first-child {
  border-left: 0;
}
#rdvCarouselContent .date-row th span {
  font-size: 2.14em;
  display: block;
}
#rdvCarouselContent .date-row th.active,
#rdvCarouselContent .date-time td.active,
#rdvCarouselContent .time-cell.active {
  background-color: #797979 !important;
  color: #fff !important;
}
#rdvCarouselContent .time-cell {
  font-size: 1.4em;
  background-color: #8f9091;
  font-weight: normal;
  color: #fff;
  border-bottom: solid 1px #fff;
  white-space: nowrap;
}
.chronopostsrdv_noresult {
  position: absolute;
  background: #cccccc none repeat scroll 0 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.popin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  margin: -90px 0 0 -180px;
  background-color: #fff;
  z-index: 99999;
  padding: 25px;
  box-shadow: 0 5px 15px #ccc;
  font-size: 16px;
  display: block;
}
.popin a.close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
}
.margB {
  margin-bottom: 30px;
}
.center {
  text-align: center;
}
/*****************************
Chronopostsrdv mobile
*******************************/
.global-mobile {
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  display: none;
}
.global-mobile.onestepcheckout {
  display: block !important;
}
.global-mobile .header {
  width: auto;
}
#global-mobile h1 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  text-align: left;
}
.global-mobile .left {
  float: left;
}
.global-mobile .right {
  float: right;
}
.global-mobile .scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.global-mobile .scroll-v {
  overflow-y: auto;
  overflow-x: hidden;
}
.global-mobile .date-time {
  min-width: 100%;
  border-collapse: collapse;
}
.global-mobile .date-time th {
  padding: 5px;
  text-align: center;
}
.global-mobile .date-row th {
  color: #fff;
  background-color: #8f9091;
  font-weight: normal;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.global-mobile .date-row th:first-child {
  border-left: 0;
}
.global-mobile .date-row th span {
  font-size: 2.14em;
  display: block;
}
.global-mobile .time-list {
  border-left: solid 1px #f3f3f3;
  border-right: solid 1px #f3f3f3;
  position: relative;
}
.global-mobile .time-list ul {
  padding: 0;
}
.global-mobile .time-list li {
  display: table;
  width: 100%;
  border-bottom: solid 1px #f3f3f3;
  font-size: 1em;
}
.global-mobile .time-list li label {
  display: table-row !important;
  color: inherit !important;
  background: inherit !important;
}
.global-mobile .time-list li.unavailable {
  background-color: #e6e6e7;
}
.global-mobile .time-list li.unavailable .price-cell {
  font-size: .6em;
}
.global-mobile .time-list li.active,
.global-mobile .date-row th.active {
  background-color: #797979 !important;
  color: #fff !important;
}
.global-mobile .eco {
  background-color: #e2f0e0;
}
.global-mobile .time-cell,
.global-mobile .price-cell {
  display: table-cell;
  width: 30%;
  white-space: nowrap;
  padding: 20px;
}
.global-mobile .price-cell {
  width: 70%;
  padding-right: 60px;
  text-align: right;
}
.global-mobile .ic-eco {
  position: absolute;
  margin-left: 10px;
}
.global-mobile input {
  font-size: 18px;
  padding: 4px 30px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .global-desktop {
    display: none;
  }
  .global-mobile {
    display: block;
  }
}
@media all and (max-width: 1900px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1830px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge {
    padding-top: 9px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge:before {
    transform: scale(0.43);
    top: -33px;
    left: 88px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .col-method {
    padding: 0 0 0 255px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .spc-option {
    margin-bottom: 32px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label {
    margin-left: 13px;
    font-size: 15px;
    padding-top: 3px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 500px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .price {
    padding: 2px 5px 0 0;
  }
  .account .column .block-info-quotation .block-content {
    padding: 26px 40px;
    border-radius: 27px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 19px;
    padding: 6.5px 0;
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 23px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 17px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark1 {
    flex: 0 0 73%;
    max-width: 73%;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 4px;
  }
  .quotation-request-link {
    padding: 18px 33px 15px;
    font-size: 15px !important;
    margin-left: 13px;
    letter-spacing: 2px !important;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar,
  .columns .order-details-items .table-wrapper .cart.pallet .actions-toolbar,
  .columns .quotation-items .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 48px !important;
  }
  .checkout-cart-index .cart-empty {
    border-radius: 40px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar {
    border-radius: 28px;
    padding: 0 35px;
  }
  #opc-sidebar .quotation-request-link {
    margin: 0 -15px 19px;
  }
  #opc-sidebar .sidebar-title {
    font-size: 23px;
    padding: 23px 35px 17px;
    margin: 0 -35px;
  }
  #opc-sidebar .product-brand a {
    font-size: 13px !important;
  }
  #opc-sidebar > .actions-toolbar {
    padding: 28px 19px;
    margin: 0 -35px;
  }
  #opc-sidebar > .actions-toolbar .sidebar-place-order {
    font-size: 15px;
    letter-spacing: 2.307px;
    padding: 24px 24px 20px;
  }
  .checkout-container .minicart-items {
    margin-top: 18px;
  }
  .checkout-container .minicart-items .product-item {
    padding: 0 19px 9px;
    margin: 0 -35px;
  }
  .checkout-container .minicart-items .product-item .product {
    padding: 19px 19px 18px 16px;
    border-radius: 28px;
  }
  .checkout-container .minicart-items .product-item .product-image-container {
    flex: 0 0 77px;
    max-width: 77px;
    min-height: 77px;
    border-radius: 18px;
  }
  .checkout-container .minicart-items .product-item .product-image-wrapper {
    border-radius: 0;
  }
  .checkout-container .minicart-items .product-item-name {
    max-height: 34px;
    font-size: 13px;
  }
  .checkout-container .minicart-items .cart-price .price {
    font-size: 15px;
  }
  .checkout-container .minicart-items .product-item-inner {
    margin-left: 17px;
  }
  .checkout-container .opc-block-summary .table-totals {
    margin: 13px 0 0;
  }
  .checkout-container .opc-block-summary .table-totals tr {
    padding: 0 35px;
    margin: 0 -35px;
  }
  .checkout-container .opc-block-summary .table-totals th,
  .checkout-container .opc-block-summary .table-totals td {
    font-size: 15px;
    padding: 2px 0 5px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand {
    margin-top: 13px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand th {
    padding: 13px 0 12px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand th strong {
    font-size: 23px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand .amount {
    font-size: 23px;
  }
  .checkout-container .items-in-cart .actions-toolbar {
    padding: 13px 42px 11px 35px;
    margin: 10px -35px 25px;
  }
  .checkout-container .items-in-cart .actions-toolbar .toggle-item-label {
    font-size: 15px;
  }
  .checkout-container .items-in-cart .actions-toolbar .more-item-count {
    padding: 6px 15px 3px 14px;
    font-size: 13px;
  }
  .opc-progress-bar {
    margin: 0 auto 50px;
    max-width: 1280px;
  }
  .opc-progress-bar .opc-progress-bar-item:before {
    height: 4px;
    top: 33px;
  }
  .opc-progress-bar .opc-progress-bar-item:after {
    min-width: 14px;
    min-height: 21px;
    top: 24px;
    background-size: contain;
  }
  .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 4.327px;
    font-size: 17px;
    padding-top: 99px;
  }
  .opc-progress-bar .opc-progress-bar-item span:before {
    margin-right: 7px;
  }
  .opc-progress-bar .opc-progress-bar-item span:after {
    top: 12px;
    min-width: 48px;
    min-height: 48px;
    outline-width: 12px;
    font-size: 20px;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 31px;
  }
  .checkout-login .sub-title,
  .form-title {
    margin-bottom: 19px;
    font-size: 23px;
  }
  .checkout-login .login-form-inner .email-check-info,
  .checkout-login .login-form-inner .step-customer-group .login-info,
  .form-note {
    font-size: 17px;
  }
  .checkout-login .login-form-inner .step-customer-group .login-info {
    margin-bottom: 24px;
  }
  .checkout-login .login-form-inner .step-customer-group .field.group-pro .primary .action {
    min-width: 325px;
  }
  .checkout-login .login-form-inner .step-customer-group .primary .action {
    font-size: 11px;
    min-width: 303px;
  }
  .checkout-login .login-form-inner .top-info {
    margin-bottom: 13px;
  }
  .checkout-login .login-form-inner .step-password .field .note {
    font-size: 15px;
    margin-top: 15px;
  }
  .checkout-login .login-form-inner .step-password .field .actions-toolbar .action {
    margin-top: 33px;
  }
  .checkout-login .login-form-inner .step-password .field .action.remind {
    font-size: 13px;
    margin: 0 0 0 18px;
  }
  .checkout-login .login-form-inner .step-password .field.field-password .login {
    min-width: 175px;
  }
  .checkout-login .login-form-inner .step-password .field.field-edit-email .primary .action {
    min-width: 140px;
    letter-spacing: 1.7px;
  }
  .checkout-login .login-form-inner .actions-toolbar {
    padding-top: 30px;
  }
  .checkout-login .login-form-inner .actions-toolbar .action {
    min-width: 140px;
    letter-spacing: 1.731px;
    font-size: 11px;
  }
  .checkout-login .field label {
    max-width: 385px;
  }
  .checkout-login .field input,
  .checkout-login .field select {
    max-width: 385px;
  }
  .checkout-login .user-email {
    font-size: 17px;
  }
  .checkout-login .register-form-container .field-edit-email {
    padding: 28px 40px 26px;
  }
  .checkout-login .register-form-container .field-edit-email .sub-title {
    margin-bottom: 29px;
    font-size: 19px;
  }
  .checkout-login .register-form-container .field-edit-email .actions-toolbar .action {
    min-width: 140px;
    letter-spacing: 1.7px;
    font-size: 11px;
  }
  .step-subtitle {
    padding: 9px 9px 9px 40px;
    height: 78px;
  }
  .step-subtitle > span {
    font-size: 23px;
    padding-top: 11px;
  }
  .step-subtitle .action,
  .account .column .block-title .action.print,
  .mst-rma-box__title .action.print,
  .account .MultiFile-intercepted .block .title .action.print,
  .account .order-tracking .tracking-title .action.print,
  .account .mst-rma-create__order-header .action.print,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print {
    font-size: 11px;
    letter-spacing: 1.731px;
    padding: 15px 33px 14px;
  }
  .form-shipping-address {
    padding: 29px 40px 28px;
  }
  .form-shipping-address .fieldset.address {
    max-width: 850px;
  }
  .checkout-shipping-address .action-show-popup:before,
  .checkout-billing-address .action-show-popup:before,
  .checkout-shipping-address .add-new-billing-address:before,
  .checkout-billing-address .add-new-billing-address:before {
    margin-right: 23px;
    font-size: 16px;
    display: block;
    margin-left: -14px;
    transform: translateY(-1px);
  }
  .checkout-shipping-address .shipping-address-items,
  .checkout-billing-address .shipping-address-items,
  .checkout-shipping-address .billing-address-items,
  .checkout-billing-address .billing-address-items {
    display: flex;
    flex-wrap: wrap;
    margin: 4px -9px 0;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item,
  .checkout-billing-address .billing-address-items .shipping-address-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item,
  .checkout-billing-address .shipping-address-items .billing-address-item,
  .checkout-shipping-address .billing-address-items .billing-address-item,
  .checkout-billing-address .billing-address-items .billing-address-item {
    padding: 9px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner {
    border-color: #f9ac00;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox {
    background-color: #f9ac00;
    border-color: #f9ac00;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(130deg);
    top: 6px;
    right: 5px;
    z-index: 9;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    border-radius: 28px;
    padding: 47px 36px 36px 37px;
    font-size: 15px;
    min-height: 308px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox {
    border-radius: 7px;
    right: 34px;
    top: 25px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    font-size: 15px;
    padding-bottom: 3px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .billing-address-item .action-select-shipping-item {
    letter-spacing: 1.7px;
    font-size: 11px;
    padding: 17px 26px 15px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar {
    margin-top: 37px;
  }
  .checkout-shipping-method .step-subtitle {
    padding: 0 0 20px;
  }
  .checkout-shipping-method .shipping-discount-wrapper:before {
    margin-right: 30px;
    margin-left: 0;
  }
  .checkout-shipping-method .pickup-date {
    padding: 8px 16px 4px;
  }
  .checkout-shipping-method .pickup-date .day-name {
    font-size: 13px;
  }
  .checkout-shipping-method .pickup-date .day-month {
    font-size: 17px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row {
    padding: 35px 35px 35px 53px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:first-child {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:last-child {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.row-pickup-date .col-method:nth-child(2) {
    padding: 0 0 0 255px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck {
    height: 25px;
    width: 25px;
    border-radius: 8px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck:before {
    width: 13px;
    height: 6px;
    top: 7px;
    left: 5px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="chronorelais_chronorelais"] + .radiocheck,
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="chronorelaishop_chronorelaishop"] + .radiocheck {
    margin-top: 10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value*=gls_] + .radiocheck {
    margin-top: 8px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="kna_kna"] + .radiocheck {
    margin-top: 7px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method:first-child {
    padding: 3px 40px 0 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-stock {
    margin-bottom: 16px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .preparation,
  .checkout-shipping-method .table-checkout-shipping-method .row .expendition {
    padding-left: 43px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-desc {
    max-width: 580px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center {
    font-size: 15px;
    padding: 0 15px 0 190px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping:before {
    left: 88px;
    top: 9px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.knp_knp:before {
    top: -1px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-price {
    padding: 5px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price {
    font-size: 17px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price.discount-original-price {
    font-size: 15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col {
    padding: 4px 0 0 0;
    margin-bottom: -4px !important;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 22px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .ops-option {
    margin-right: 20px;
    font-size: 15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .radiocheck {
    margin-right: 9px;
  }
  .step-customer-vat .fieldset-inner {
    padding: 0 40px 62px;
  }
  .step-customer-vat .step-subtitle {
    margin: 0 -40px 28px;
  }
  .step-customer-vat .field-title {
    margin-bottom: 23px;
    font-size: 19px;
  }
  .step-customer-vat .note {
    font-size: 13px;
    padding-top: 10px;
    padding-left: 23px;
  }
  .step-customer-vat .field-group {
    max-width: 908px;
  }
  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-title-wrapper .page-title,
  .customer-account-create .page-title-wrapper .page-title,
  .customer-account-createpassword .page-title-wrapper .page-title {
    margin-top: -5px;
    padding-bottom: 1px;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 27px 40px 48px;
    max-width: calc(33.33% - 38px);
    border-radius: 28px;
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 9px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 23px;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 17px;
    margin-bottom: 19px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 57px 0 0 !important;
  }
  .form-note {
    margin-bottom: 30px;
  }
  .newsletter-main-part {
    padding: 47px;
  }
  .newsletter-main-part .newsletter-main .newsletter-title {
    font-size: 24px;
  }
  .newsletter-main-part .newsletter-main .newsletter-cover {
    margin-right: 30px;
  }
  .newsletter-main-part .newsletter-main .content {
    max-width: 581px;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.96);
  }
  .younitedpay-widget-root {
    padding: 18px 0;
  }
  .custom-label,
  .field label,
  .field .label,
  .checkout-login .field label,
  .wishlist-index-index .product-item .item-inner .comment-box .field-inner label {
    font-size: 11px;
    letter-spacing: 1.731px;
    padding: 15px 23px 2px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .custom-input,
  .field input,
  .field select,
  .field textarea,
  .checkout-login .field input,
  .checkout-login .field select,
  .wishlist-index-index .comment-box textarea {
    padding: 0 23px;
    font-size: 13px;
    height: 41px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    margin-right: 7px;
    margin-bottom: 9px;
    min-width: 60px;
    max-width: 60px;
  }
  .page-footer .footerContentMain,
  .page-footer .footerCopyright {
    padding-right: 90px;
    padding-left: 90px;
  }
  .page-footer .footerContentMain {
    padding-top: 71px;
    padding-bottom: 58px;
  }
  .page-footer .footerContentMain .footerCardTitle {
    font-size: 15px;
  }
  .page-footer .footerContentMain .footerLefText {
    font-size: 15px;
  }
  .page-footer .footerContentMain .footerLeft .logo {
    margin: 0 0 24px;
    max-width: 160px;
  }
  .page-footer .footerContentMain .footerLeft .footerLeftBottom {
    margin-top: 40px;
  }
  .page-footer .footerContentMain .footerLeft .footerCardTitle {
    margin-bottom: 14px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem {
    flex: 0 0 28px;
    max-width: 28px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem:not(:last-child) {
    margin-right: 9px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem svg {
    max-height: 28px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox {
    margin-bottom: 40px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem {
    flex: 0 0 75px;
    max-width: 75px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem svg {
    max-height: 75px;
  }
  .page-footer .footerContentMain .footerRight .footerLinkBox .footLink {
    font-size: 13px;
    line-height: 28px;
  }
  .page-footer .footerContentMain .footerRight .footerCol {
    margin-bottom: 69px;
  }
  .page-footer .footerContentMain .footerRight .footerCardTitle {
    padding-bottom: 14px;
    margin-bottom: 13px;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 17px;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 31px 42px;
  }
  .page-footer .customer-support .cusSupport-inner:before {
    min-width: 47px;
    min-height: 47px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.96);
  }
  .guarantee-icon,
  .made-in-europe {
    top: 280px;
  }
  .made-in-europe {
    top: 290px;
  }
  .livraison-gratuite {
    max-width: 110px;
  }
  .catalog-product-view .guarantee-icon {
    top: 417px;
  }
  .catalog-product-view .made-in-europe {
    top: 433px;
  }
  .single-banner-container > div {
    max-height: 543px;
  }
  .newtopheader {
    padding: 8px 0;
  }
  .newtopheader .newtopheader-ship,
  .newtopheader .newtopheader-maga,
  .newtopheader .newtopheader-cont {
    font-size: 15px;
  }
  .newtopheader .newtopheader-ship:before {
    top: 45%;
    font-size: 18px;
  }
  .newtopheader .newtopheader-right .newtopheader-link {
    font-size: 17px;
  }
  .newtopheader .newtopheader-right .newtopheader-link:before {
    font-size: 18px;
  }
  .block-faq-list,
  .block-products-list,
  .block-category-list,
  .block-brand-list {
    margin: 70px 0;
  }
  .block .block-title strong {
    font-size: 30px;
    margin-bottom: 17px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -27px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 27px 27px 0;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-name {
    font-size: 15px;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box .price {
    font-size: 28px;
  }
  .block-products-list .products-grid .product-items .product-item-details .btn-link {
    padding: 16px 24px 13px;
    margin-top: 35px;
    font-size: 11px;
  }
  .block-products-list .products-grid .product-items .product-item-details .badge {
    font-size: 11px;
    padding: 7px 13px 4px;
    margin-bottom: 17px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand a {
    font-size: 17px;
  }
  .block-faq-list .block-content .faq-img {
    padding-top: 58%;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 22px;
  }
  .block-faq-list .block-content .artical-list li {
    padding-left: 35px;
  }
  .block-faq-list .block-content .artical-list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 15px;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 13px 0 29px;
  }
  .block-faq-list .block-content .faq-desc p {
    max-height: 67px;
    font-size: 15px;
  }
  .block-category-list .block-content .category-item {
    padding: 70px 0 43px;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 17px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.9);
    margin-bottom: 40px;
  }
  .block-brand-list .block-content {
    padding: 30px 24px;
  }
  .block-brand-list .block-content .brandList {
    transform: scale(0.9);
  }
  .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box {
    margin: 22px 0 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 32px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    margin-bottom: 15px;
    margin-top: 22px;
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    padding: 14px 4px 11px;
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price {
    font-size: 20px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 20px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .ttc {
    font-size: 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .value {
    font-size: 38px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col {
    height: 83px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .lable {
    font-size: 12px;
  }
  .info-guide-main .product-extra-info p,
  .info-guide-main .pdf-attachments p {
    font-size: 15px;
  }
  .info-guide-main .product-extra-info ul li,
  .info-guide-main .pdf-attachments ul li {
    font-size: 17px;
  }
  .info-guide-main .product-extra-info ul li:before,
  .info-guide-main .pdf-attachments ul li:before {
    top: 9px;
  }
  .catalog-product-view .stock .stock-text,
  .catalog-product-view .stock-qty .stock-text {
    font-size: 20px;
  }
  .bundle-options-container .custom-kit-part .stock-status {
    font-size: 13px;
  }
  .account .column .block-title,
  .mst-rma-box__title,
  .account .MultiFile-intercepted .block .title,
  .account .order-tracking .tracking-title,
  .account .mst-rma-create__order-header,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header {
    margin-bottom: 17px;
  }
  .account .column .block-title strong,
  .mst-rma-box__title strong,
  .account .MultiFile-intercepted .block .title strong,
  .account .order-tracking .tracking-title strong,
  .account .mst-rma-create__order-header strong,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header strong {
    font-size: 23px;
    margin-bottom: 0;
  }
  .account .column .block-title .action,
  .mst-rma-box__title .action,
  .account .MultiFile-intercepted .block .title .action,
  .account .order-tracking .tracking-title .action,
  .account .mst-rma-create__order-header .action,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    font-size: 11px;
    letter-spacing: 1.731px;
    padding: 15px 23px 13px 16px;
  }
  .account .column .block-title .action:before,
  .mst-rma-box__title .action:before,
  .account .MultiFile-intercepted .block .title .action:before,
  .account .order-tracking .tracking-title .action:before,
  .account .mst-rma-create__order-header .action:before,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action:before {
    margin-right: 15px;
    font-size: 16px;
    transform: translateY(-1px);
  }
  .account .column .block-title .action.print,
  .mst-rma-box__title .action.print,
  .account .MultiFile-intercepted .block .title .action.print,
  .account .order-tracking .tracking-title .action.print,
  .account .mst-rma-create__order-header .action.print,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print {
    font-size: 11px;
    letter-spacing: 1.731px;
    padding: 15px 23px 13px 16px;
  }
  .account .column .block-title .action.print:before,
  .mst-rma-box__title .action.print:before,
  .account .MultiFile-intercepted .block .title .action.print:before,
  .account .order-tracking .tracking-title .action.print:before,
  .account .mst-rma-create__order-header .action.print:before,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print:before {
    transform: scale(0.3);
  }
  .account .column .block-title .action.print span,
  .mst-rma-box__title .action.print span,
  .account .MultiFile-intercepted .block .title .action.print span,
  .account .order-tracking .tracking-title .action.print span,
  .account .mst-rma-create__order-header .action.print span,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print span {
    margin-left: 2px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 12px);
    padding: 22px 28px 28px;
    border-radius: 28px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 86px;
  }
  .account .column .block-content .empty {
    padding: 28px 48px;
  }
  .account .column .block-content .empty.message {
    padding: 11px 38px;
  }
  .account .column .box-title {
    font-size: 23px;
    margin: 0 -28px 22px;
    padding: 0 28px 16px;
  }
  .account .column .box-content {
    font-size: 15px;
    margin: 0 0 18px;
  }
  .account .column .box-content .name {
    font-size: 13px;
  }
  .account .column .box-content .phone {
    margin-top: 8px;
  }
  .account .column .box-actions .action {
    font-size: 11px;
    letter-spacing: 1.6px;
    padding: 19px 30px 16px;
    margin-right: 9px;
  }
  .account .column > .block {
    margin-bottom: 46px;
  }
  .account .column .table-wrapper .message {
    margin: 13px;
  }
  .account .column .table-wrapper thead tr th {
    letter-spacing: 2.2px;
    padding: 30px 8px 28px;
    font-size: 15px;
  }
  .account .column .table-wrapper tbody tr td {
    font-size: 13px;
    padding: 23px 8px 18px;
    line-height: 1.2;
  }
  .account .column .table-wrapper tbody tr td.actions,
  .account .column .table-wrapper tbody tr td.col-actions {
    padding: 9px 8px;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 14px 15px 12px;
    letter-spacing: 1.7px;
    font-size: 11px;
    max-width: 171px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    transform: scale(0.32);
    margin: -21px -2px -19px -16px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    font-size: 11px;
    letter-spacing: 1.1px;
    padding: 14px 24px 12px;
  }
  .account .column .table-wrapper tbody tr td.track {
    padding: 13px 8px 8px;
  }
  .account .column .table-wrapper tfoot .mark {
    padding-left: 665px;
  }
  .account .column .table-wrapper tfoot .amount {
    padding-right: 103px;
  }
  .account .column .table-wrapper tfoot tr td,
  .account .column .table-wrapper tfoot tr th {
    font-size: 15px;
  }
  .account .column .table-wrapper tfoot tr:first-child th,
  .account .column .table-wrapper tfoot tr:first-child td {
    padding-top: 17px;
  }
  .account .column .table-wrapper tfoot .grand_total_incl td,
  .account .column .table-wrapper tfoot .grand_total_incl th {
    font-size: 23px;
  }
  .account .column .table-wrapper tfoot .tax td,
  .account .column .table-wrapper tfoot .tax th {
    padding-bottom: 13px;
  }
  .account .column .table-wrapper .product-item-details .am-attachments-order-view {
    margin-top: 7px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink {
    line-height: 1.2;
    padding: 8px 0 7px 32px;
    font-size: 13px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink:before {
    transform: translateY(-50%) scale(0.9);
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 17px;
    letter-spacing: 0.8px;
    padding: 25px 46px 19px;
  }
  .account .order-links {
    margin-bottom: 17px;
  }
  .account .order-links .item {
    max-width: 260px;
  }
  .account .order-links .item:last-child {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
  }
  .account .order-links .item:first-child {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
  }
  .account .order-links .item strong,
  .account .order-links .item a {
    padding: 23px 15px 19px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .account .order-actions-toolbar .action,
  .account .order-actions-toolbar .link-related-quote {
    margin-right: 13px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 11px;
    letter-spacing: 1.1px;
    padding: 7px 13px 4px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
  .account .page-title-wrapper .order-date {
    margin-top: 3px;
    font-size: 15px;
    letter-spacing: 2.3px;
  }
  .columns .order-details-items,
  .columns .quotation-items {
    margin-bottom: 42px;
  }
  .columns .order-details-items .table-wrapper .mst-rma-list tbody td,
  .columns .quotation-items .table-wrapper .mst-rma-list tbody td {
    font-size: 13px !important;
  }
  .columns .order-details-items .table-wrapper thead th.subtotal,
  .columns .quotation-items .table-wrapper thead th.subtotal,
  .columns .order-details-items .table-wrapper thead th.total,
  .columns .quotation-items .table-wrapper thead th.total {
    padding-right: 103px;
  }
  .columns .order-details-items .table-wrapper tbody td,
  .columns .quotation-items .table-wrapper tbody td {
    font-size: 17px !important;
  }
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.total,
  .columns .quotation-items .table-wrapper tbody td.total {
    padding-right: 103px;
  }
  .columns .order-details-items .table-wrapper tbody td.discount .price,
  .columns .quotation-items .table-wrapper tbody td.discount .price,
  .columns .order-details-items .table-wrapper tbody td.total .price,
  .columns .quotation-items .table-wrapper tbody td.total .price {
    font-size: 22px;
  }
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.col-action {
    padding-top: 75px;
  }
  .columns .order-details-items .comments,
  .columns .quotation-items .comments {
    margin: 15px 0 0;
    border-radius: 25px;
    padding: 0 25px 25px;
  }
  .columns .order-details-items .comments .subtitle,
  .columns .quotation-items .comments .subtitle {
    font-size: 15px;
    padding: 25px;
    letter-spacing: 2.1px;
    margin: 0 -25px;
  }
  .columns .order-details-items .comments .comments,
  .columns .quotation-items .comments .comments {
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 18px;
  }
  .block-order-details-view,
  .mst-rma-create__order .rma-new-step2 .block-content {
    margin-top: 19px;
    padding: 28px;
    border-radius: 28px;
  }
  .block-order-details-view .block-content,
  .mst-rma-create__order .rma-new-step2 .block-content .block-content {
    padding: 35px;
    border-radius: 28px;
    margin-bottom: 18px;
    max-width: calc(50% - 15px);
  }
  .customer-address-index.account .column .block-content .box {
    padding: 42px 37px 36px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 19px;
  }
  .wishlist-index-index .form-wishlist-items {
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar {
    padding: 28px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .action {
    letter-spacing: 2.3px;
    padding-left: 28px;
    padding-right: 28px;
    margin-right: 9px;
  }
  .wishlist-index-index .wishlist-toolbar {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    padding: 6px 28px;
  }
  .wishlist-index-index .product-item {
    padding: 28px !important;
  }
  .wishlist-index-index .col-detail {
    padding-right: 17px;
  }
  .wishlist-index-index .col-detail .product-item-photo {
    flex: 0 0 120px;
    height: 120px;
    max-width: 120px;
  }
  .wishlist-index-index .col-detail .product-item-photo .product-item-photo {
    border-radius: 19px;
  }
  .wishlist-index-index .col-detail .product-item-right {
    padding-left: 28px;
  }
  .wishlist-index-index .col-detail .price-box {
    padding-top: 9px;
  }
  .wishlist-index-index .col-detail .special-price .price {
    font-size: 17px;
  }
  .wishlist-index-index .col-detail .old-price {
    padding-top: 1px;
  }
  .wishlist-index-index .col-detail .old-price .price {
    font-size: 15px;
  }
  .wishlist-index-index .comment-box {
    flex: 0 0 317px;
    max-width: 317px;
  }
  .wishlist-index-index .comment-box .field-inner {
    border-radius: 16px;
  }
  .wishlist-index-index .comment-box textarea {
    min-height: 90px;
    font-size: 13px;
    padding-top: 11px;
  }
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .box-tocart {
    padding-left: 26px;
  }
  .wishlist-index-index .box-tocart .tocart {
    min-width: 200px;
  }
  .wishlist-index-index .product-item-actions {
    padding-left: 16px;
  }
  .wishlist-index-index .product-item-actions .action.edit:before,
  .wishlist-index-index .product-item-actions .action.delete:before {
    transform: scale(0.55);
  }
  .wishlist-index-index .product-item-actions .action.edit {
    margin-right: 9px;
  }
  .mst-rma-view .opc-progress-bar {
    margin-bottom: 25px;
  }
  .mst-rma-view .mst-rma-block {
    margin-top: 4px;
    padding: 28px;
    border-radius: 28px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__title {
    margin: 0 0 16px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__content table th {
    font-size: 15px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box {
    padding: 38px 35px;
    border-radius: 28px;
    max-width: calc(50% - 15px);
  }
  .mst-rma-view .mst-rma-block._align-top {
    margin-top: 35px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 44px 28px 67px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar .action {
    padding-left: 28px;
    padding-right: 28px;
  }
  .mst-rma-view .mst-rma-view__orders {
    margin-top: 35px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper thead tr th.col-detail {
    padding-left: 48px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td {
    font-size: 17px;
    line-height: 1.2;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-detail {
    padding-left: 28px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    padding: 28px 43px;
    border-radius: 28px;
    max-height: 414px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title {
    padding-bottom: 13px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    margin-right: 18px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    font-size: 11.5px;
    letter-spacing: 1.7px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message {
    padding: 15px 25px 19px;
    margin-top: 19px;
    border-radius: 30px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__system {
    margin-left: 19px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__customer {
    margin-right: 19px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message a {
    margin-top: 4px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-body {
    font-size: 13.4px;
    line-height: 1.2;
  }
  .block-rma-additional .fieldset .field {
    padding: 28px 43px;
  }
  .block-rma-additional .fieldset .field textarea {
    min-height: 122px;
    padding-top: 12px;
  }
  .block-rma-additional .fieldset .field:nth-child(1) {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-left: 67px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .label {
    margin-top: -6px;
    margin-bottom: 6px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 13px;
    line-height: 1.1;
    padding: 5px 0 0;
  }
  .detail-inner .product-item-photo {
    border-radius: 28px;
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
  }
  .detail-inner .product-item-right {
    padding-left: 28px;
  }
  .MultiFile-list .MultiFile-label {
    margin-right: 9px;
    padding: 2px 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-remove {
    margin-right: 6px;
    font-size: 11px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-label {
    font-size: 11px;
  }
  .MultiFile-wrap input {
    padding: 16px 9px 8px;
    min-width: 144px;
  }
  .MultiFile-wrap input:before {
    font-size: 11px;
    letter-spacing: 2.3px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 33px 38px;
    border-radius: 28px;
  }
  .ui-mst-rma__create-rma .actions-toolbar {
    margin: 8px 0 0 0 !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content .box {
    padding: 38px 35px !important;
    border-radius: 28px !important;
    max-width: calc(50% - 15px) !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content table tr:nth-child(2) {
    margin-top: 20px;
  }
  .mst-rma-create__order .rma-new-step2 > .block {
    margin-bottom: 34px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item {
    padding: 27px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .image {
    margin: 0 25px;
    border-radius: 17px;
    min-width: 115px;
    min-height: 115px;
    max-width: 115px;
    max-height: 115px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item b {
    font-size: 17px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .item-options {
    padding-left: 191px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset {
    max-width: 800px;
    margin-top: 25px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset .field {
    margin-bottom: 19px;
    max-width: calc(50% - 19px);
  }
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    padding: 18px 25px 16px;
  }
  .init-rma-container .actions-wrapper {
    margin-top: 45px;
  }
  .checkout-onepage-success .sidebar {
    padding: 47px 0 0 34px !important;
  }
  .checkout-onepage-success .columns {
    margin-top: 20px;
  }
  .checkout-success .section-subtitle,
  .checkout-success .order-items-title {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    padding: 20px 38px 16px;
    font-size: 23px;
  }
  .checkout-success .order-info-top {
    padding: 38px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    margin-bottom: 50px;
  }
  .checkout-success .order-info-col {
    padding: 35px;
    border-radius: 28px;
    margin-top: 18px;
  }
  .checkout-success .order-info-col.order-info-note .info-title {
    margin-bottom: 14px;
  }
  .checkout-success .info-title,
  .block-order-details-view .box .box-title,
  .mst-rma-view .mst-rma-box__title,
  .ui-mst-rma__create-rma .mst-rma-box__title,
  .mst-rma-create__order .rma-new-step2 > .block .title,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-title {
    font-size: 23px;
    margin-bottom: 18px;
  }
  .checkout-success .order-shipping-address .info-title,
  .checkout-success .order-billing-address .info-title {
    margin-bottom: 25px;
  }
  .checkout-success .order-shipping-address .telephone:before,
  .checkout-success .order-billing-address .telephone:before {
    padding-right: 2px;
  }
  .checkout-success .payment-method-logo,
  .block-order-details-view .payment-method-logo,
  .mst-rma-create__order .rma-new-step2 .block-content .payment-method-logo {
    margin-bottom: 9px;
  }
  .checkout-success .col-content,
  .block-order-details-view .box .box-content,
  .mst-rma-view .mst-rma-block .mst-rma-box__content,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-content {
    font-size: 15px;
  }
  .checkout-success .order-item-list {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .checkout-success .table-order-totals .mark {
    padding-left: 665px;
  }
  .checkout-success .table-order-totals th,
  .checkout-success .table-order-totals td {
    font-size: 15px;
  }
  .checkout-success .grand_total_incl th,
  .checkout-success .grand_total_incl td {
    font-size: 23px;
  }
  .cms-e-batterie .page-main .main .eBatterieTitle {
    font-size: 30px;
  }
  .ebattery-form-block .sub-title {
    font-size: 17px;
    letter-spacing: 4.2px;
    margin-top: -17px;
  }
  .ebattery-form-block button.action {
    font-size: 15px;
    letter-spacing: 2px;
    padding: 15px 21px 12px;
  }
  .ebattery-form-block :is(.ebattery-items , .portability) {
    margin-top: 20px;
    margin-bottom: 25px !important;
  }
  .ebattery-form-block :is(.yes , .no) {
    transform: scale(0.9);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) label {
    font-size: 15px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon {
    min-height: 115px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 24px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item).dp-mairie .title:before {
    top: 19px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 25px 26px 21px 26px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title strong {
    font-size: 15px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title:before {
    transform: scale(0.96) translate(0, -3px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title .note {
    margin-top: 3px;
    font-size: 11px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 28px;
  }
  .ebattery-form-block .port-item .icon:after {
    top: 28px;
  }
  .post-items {
    margin: 0 -28px;
  }
  .post-items .post-item {
    margin-bottom: 45px;
    padding: 0 28px;
  }
  .post-item-cover {
    border-radius: 26px;
  }
  .post-item-cover .post-info {
    padding: 29px 37px 39px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 30px;
    left: 37px;
    font-size: 11px;
    padding: 7px 14px 5px;
  }
  .post-item-cover .post-name {
    margin-bottom: 4px;
    font-size: 22px;
  }
  .post-item-cover .post-date {
    font-size: 13px;
    letter-spacing: 1.9px;
  }
  .post-item-cover .post-desc {
    font-size: 15px;
    padding-top: 13px;
  }
  .post-item-cover .post-actions {
    padding: 17px 37px 16px;
  }
  .post-item-cover .post-actions a {
    font-size: 11px;
    letter-spacing: 1.688px;
  }
  .blog-search .label {
    padding: 6px 99px 0 0;
    font-size: 30px;
  }
  .blog-search input {
    height: 56px;
    padding: 12px 55px 10px 35px;
  }
  .blog-category .category-items .category-item {
    margin: 0 14px 14px 0;
  }
  .blog-category .category-items .category-item.active .item-name {
    padding-right: 40px;
  }
  .blog-category .category-items .category-item.active .item-name:before {
    right: 20px;
  }
  .blog-category .category-items .item-name {
    font-size: 13px;
    padding: 10px 15px 6px 22px;
  }
  .blog-category .category-items .item-name .item-count {
    line-height: 1;
    padding: 3px 0 0;
    margin-top: -4px;
    margin-left: 14px;
    min-width: 30px;
    font-size: 11px;
  }
  .blog-sf {
    margin: 0 0 37px;
  }
  .post-content {
    max-width: 1029px;
    margin-bottom: 69px;
    --box-radius: 25px;
    --box-padding-x: 55px;
    --box-padding-y: 45px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 23px;
  }
  .post-content .list-box-title {
    font-size: 37px;
    margin-top: 25px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 30px;
  }
  .post-content .list-box-items {
    margin-bottom: 32px;
  }
  .post-content .list-box-item {
    font-size: 25px;
    padding-left: 26px;
    margin-bottom: 18px;
  }
  .post-content .list-box-item a {
    font-size: 25px;
  }
  .post-content .list-box-item:before {
    top: 8px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 22px;
    margin: 16px 0;
  }
  .post-content p:has(a) {
    padding: 8px 0;
  }
  .post-content button {
    max-width: 434px;
    margin: 26px auto;
    font-size: 19px;
    letter-spacing: 2.97px;
    padding: 34px 25px 31px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 10px;
    margin-top: 35px;
  }
  .post-content h1 {
    font-size: 57px;
  }
  .post-content h2 {
    font-size: 47px;
  }
  .post-content h3 {
    font-size: 37px;
  }
  .post-content h4 {
    font-size: 28px;
  }
  .post-content h5 {
    font-size: 24px;
  }
  .contact-info-box {
    margin: 69px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 26px;
    flex: 0 0 94px;
    max-width: 94px;
    padding-top: 94px;
  }
  .contact-info-box .contact-info-name {
    font-size: 19px;
    letter-spacing: 2.8px;
    padding-top: 6px;
  }
  .contact-info-box .publiced-date {
    padding-top: 4px;
    font-size: 13px;
  }
  .contact-info-box .contact-info-text {
    padding-top: 8px;
    letter-spacing: 2.2px;
    font-size: 15px;
  }
  .contact-info-box .contact-info-social {
    margin-left: 10px;
  }
  .contact-info-box .contact-info-link {
    padding: 0 4px;
  }
  .contact-info-box .contact-info-link svg {
    max-width: 33px;
    max-height: 35px;
    min-width: 33px;
    min-height: 33px;
  }
}
@media all and (max-width: 1800px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1700px;
  }
  .oneycheckout-panel .oneycheck-topbar {
    padding: 24px 32px 9px;
  }
  .oneycheckout-panel .oneycheck-topbar .oneycheck-lefttext {
    font-size: 22px;
    padding-bottom: 4px;
  }
  .oneycheckout-panel .oneycheck-body {
    padding: 20px 32px 32px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-subcover {
    padding-bottom: 14px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-subcover .oneycheck-btn {
    margin-left: 10px;
    font-size: 11px;
    padding: 14px 35px 12px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-bottext {
    font-size: 15px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-emi .oneycheckemi {
    font-size: 14px;
    padding-top: 0;
    min-width: 25px;
    min-height: 25px;
  }
  .tooltips-container {
    padding: 18px 21px 48px;
    border-radius: 17px;
    margin-top: 11px;
  }
  .tooltips-container .tooltips-icon {
    width: 165px;
    height: 27px;
    margin-top: 14px;
  }
  .tooltips-container .tooltips-icon-wrapper span {
    font-size: 12px;
    padding: 16px 18px;
    min-width: 149px;
  }
  .product-info-main .tooltips-container .shortcut-title {
    font-size: 16px;
  }
  .payment-method-message p {
    font-size: 13px;
    padding: 12px 20px 6px 47px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge {
    padding-top: 8px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge:before {
    transform: scale(0.4);
    top: -35px;
    left: 63px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .col-method {
    padding: 0 0 0 242px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .spc-option {
    margin-bottom: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label {
    margin-left: 11px;
    font-size: 14px;
    padding-top: 2px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 480px;
  }
  .account .column .block-info-quotation .block-content {
    padding: 22px 33px;
    border-radius: 25px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 17px;
    padding: 6px 0;
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 21px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 16px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 8px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper {
    padding: 0 32px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 12px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand .amount strong,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand .amount strong {
    font-size: 21px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand th,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand td,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 12px 0 11px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand .price,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand .price {
    font-size: 21px;
  }
  .checkout-cart-index .page-header {
    margin-bottom: 8px;
  }
  .checkout-cart-index .messages .message {
    margin-bottom: 7px;
  }
  .checkout-cart-index .messages .message:last-child {
    margin-bottom: 38px;
  }
  .quotation-request-link {
    padding: 17px 23px 15px;
    font-size: 14px !important;
    margin-left: 11px;
    letter-spacing: 1.8px !important;
  }
  .cart-container .stock,
  .cart-container .stock-qty,
  .columns .order-details-items .stock,
  .columns .quotation-items .stock,
  .columns .order-details-items .stock-qty,
  .columns .quotation-items .stock-qty {
    font-size: 12px;
  }
  .cart-container .product-item-name {
    max-width: 225px;
  }
  .cart-container .qty-note {
    margin: 8px 0 0 5px;
    padding: 9px 25px 5px;
  }
  .cart-container .qty-note:before {
    top: 4px;
    min-width: 17px;
    min-height: 17px;
  }
  .cart-container .qty-note span {
    font-size: 12px;
  }
  .cart-container .cart.main .cart-actions-in {
    padding: 21px 96px 22px 44px;
  }
  .cart-container .cart.main .cart-actions-in .price {
    font-size: 27px;
  }
  .cart-container .cart.main .total-item {
    letter-spacing: 2.136px;
    font-size: 14px;
    padding-top: 4px;
  }
  .cart-container .table-wrapper thead th,
  .columns .order-details-items .table-wrapper thead th,
  .columns .quotation-items .table-wrapper thead th {
    letter-spacing: 2.136px;
    font-size: 14px;
    padding: 28px 15px;
  }
  .cart-container .table-wrapper thead th.item,
  .cart-container .table-wrapper thead th.name,
  .columns .order-details-items .table-wrapper thead th.item,
  .columns .order-details-items .table-wrapper thead th.name,
  .columns .quotation-items .table-wrapper thead th.item,
  .columns .quotation-items .table-wrapper thead th.name {
    padding-left: 44px;
  }
  .cart-container .table-wrapper .bundle-item-option-list,
  .columns .order-details-items .table-wrapper .bundle-item-option-list,
  .columns .quotation-items .table-wrapper .bundle-item-option-list {
    padding-left: 41px;
    margin-top: 37px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .bundle-item-option,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .bundle-item-option,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .bundle-item-option {
    margin: 0 0 19px 0;
    max-width: 385px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .price,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .price,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .price {
    font-size: 16px;
    font-weight: 600;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img {
    padding-right: 24px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img span,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img span,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img span {
    min-width: 71px;
    max-width: 71px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img .product-image-wrapper,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img .product-image-wrapper,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img .product-image-wrapper {
    border-radius: 13px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.price,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.price,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.price {
    margin-bottom: 9px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.name,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.name,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.name {
    font-size: 12px;
    max-width: 188px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col .stock,
  .cart-container .table-wrapper .bundle-item-option-list .item-col .stock-qty,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col .stock,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col .stock-qty,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col .stock,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col .stock-qty {
    padding-top: 1px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top .product-item-photo,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top .product-item-photo,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top .product-item-photo {
    border-radius: 18px;
    flex: 0 0 111px;
    height: 111px;
  }
  .cart-container .table-wrapper .product-item-details .message,
  .columns .order-details-items .table-wrapper .product-item-details .message,
  .columns .quotation-items .table-wrapper .product-item-details .message {
    margin-top: 14px;
    font-size: 13px;
    padding: 14px 45px 12px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top-inner {
    padding-left: 26px;
    padding-top: 4px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner .product-brand,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top-inner .product-brand,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top-inner .product-brand {
    padding-top: 3px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner .product-reviews-summary,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top-inner .product-reviews-summary,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top-inner .product-reviews-summary {
    padding-bottom: 3px;
  }
  .cart-container .table-wrapper tbody td.col-qty,
  .cart-container .table-wrapper tbody td.qty,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.subtotal,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.action,
  .cart-container .table-wrapper tbody td.col-action,
  .cart-container .table-wrapper tbody td.sku,
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .order-details-items .table-wrapper tbody td.sku,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.sku {
    padding: 59px 15px 10px;
  }
  .cart-container .table-wrapper tbody td.item,
  .cart-container .table-wrapper tbody td.name,
  .columns .order-details-items .table-wrapper tbody td.item,
  .columns .order-details-items .table-wrapper tbody td.name,
  .columns .quotation-items .table-wrapper tbody td.item,
  .columns .quotation-items .table-wrapper tbody td.name {
    padding: 25px 26px;
  }
  .cart-container .table-wrapper tbody td.col-action .actions-toolbar .action-delete,
  .cart-container .table-wrapper tbody td.action .actions-toolbar .action-delete,
  .columns .order-details-items .table-wrapper tbody td.col-action .actions-toolbar .action-delete,
  .columns .order-details-items .table-wrapper tbody td.action .actions-toolbar .action-delete,
  .columns .quotation-items .table-wrapper tbody td.col-action .actions-toolbar .action-delete,
  .columns .quotation-items .table-wrapper tbody td.action .actions-toolbar .action-delete {
    padding: 4px;
  }
  .cart-container .table-wrapper tbody td.subtotal .cart-price,
  .cart-container .table-wrapper tbody td.price .cart-price,
  .columns .order-details-items .table-wrapper tbody td.subtotal .cart-price,
  .columns .order-details-items .table-wrapper tbody td.price .cart-price,
  .columns .quotation-items .table-wrapper tbody td.subtotal .cart-price,
  .columns .quotation-items .table-wrapper tbody td.price .cart-price {
    padding-top: 11px;
  }
  .cart-container .table-wrapper tbody td.subtotal .price,
  .cart-container .table-wrapper tbody td.price .price,
  .columns .order-details-items .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items .table-wrapper tbody td.price .price,
  .columns .quotation-items .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items .table-wrapper tbody td.price .price {
    font-size: 23px;
  }
  .cart-container .table-wrapper tbody td .price-box,
  .columns .order-details-items .table-wrapper tbody td .price-box,
  .columns .quotation-items .table-wrapper tbody td .price-box {
    margin: 4px 2px 0 0;
    font-size: 12px;
  }
  .cart-container .table-wrapper tbody td .price-box .cart-price,
  .columns .order-details-items .table-wrapper tbody td .price-box .cart-price,
  .columns .quotation-items .table-wrapper tbody td .price-box .cart-price {
    padding: 0;
  }
  .cart-container .table-wrapper tbody td .price-box .price,
  .columns .order-details-items .table-wrapper tbody td .price-box .price,
  .columns .quotation-items .table-wrapper tbody td .price-box .price {
    padding-right: 2px;
    font-size: 12px;
  }
  .cart-container .table-wrapper tbody .qty label,
  .columns .order-details-items .table-wrapper tbody .qty label,
  .columns .quotation-items .table-wrapper tbody .qty label {
    font-size: 14px;
  }
  .cart-container .table-wrapper tbody .qty .control,
  .columns .order-details-items .table-wrapper tbody .qty .control,
  .columns .quotation-items .table-wrapper tbody .qty .control {
    height: 40px;
    padding: 3px;
  }
  .cart-container .table-wrapper tbody .qty .control span,
  .columns .order-details-items .table-wrapper tbody .qty .control span,
  .columns .quotation-items .table-wrapper tbody .qty .control span {
    height: 31px;
    width: 31px;
    font-size: 17px;
  }
  .cart-container .table-wrapper tbody .qty .control .qty-plus,
  .columns .order-details-items .table-wrapper tbody .qty .control .qty-plus,
  .columns .quotation-items .table-wrapper tbody .qty .control .qty-plus {
    padding-left: 0;
  }
  .cart-container .table-wrapper tbody .qty .control .qty-minus,
  .columns .order-details-items .table-wrapper tbody .qty .control .qty-minus,
  .columns .quotation-items .table-wrapper tbody .qty .control .qty-minus {
    padding-left: 1px;
  }
  .cart-container .table-wrapper tbody .qty .control .input-text,
  .columns .order-details-items .table-wrapper tbody .qty .control .input-text,
  .columns .quotation-items .table-wrapper tbody .qty .control .input-text {
    padding: 3px 5px 0 8px;
    max-width: 36px;
    font-size: 14px;
  }
  .cart-container .table-wrapper .cart.pallet td,
  .columns .order-details-items .table-wrapper .cart.pallet td,
  .columns .quotation-items .table-wrapper .cart.pallet td {
    padding: 24px;
  }
  .cart-container .table-wrapper .cart.pallet .pallet-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .pallet-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .pallet-inner {
    padding: 17px;
    border-radius: 17px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-detail-top-inner {
    padding-left: 17px;
    padding-top: 5px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-name,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-name,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-name {
    font-size: 16px;
    padding-top: 3px;
  }
  .cart-container .table-wrapper .cart.pallet .item-desc,
  .columns .order-details-items .table-wrapper .cart.pallet .item-desc,
  .columns .quotation-items .table-wrapper .cart.pallet .item-desc {
    font-size: 16px;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar,
  .columns .order-details-items .table-wrapper .cart.pallet .actions-toolbar,
  .columns .quotation-items .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 44px !important;
  }
  .cart-container .table-wrapper .cart.pallet .action-delete,
  .columns .order-details-items .table-wrapper .cart.pallet .action-delete,
  .columns .quotation-items .table-wrapper .cart.pallet .action-delete {
    padding: 4px;
  }
  .cart-container .table-wrapper .cart.pallet .price,
  .columns .order-details-items .table-wrapper .cart.pallet .price,
  .columns .quotation-items .table-wrapper .cart.pallet .price {
    font-size: 23px;
  }
  .cart-container .cart-summary > .block {
    margin-bottom: 18px;
  }
  .cart-container .cart-summary .quotation-request-link {
    margin-top: -25px;
    margin-bottom: 23px;
  }
  .cart-container .cart-summary .shipping,
  .cart-container .cart-summary .cart-totals-wrapper {
    padding: 0 32px;
  }
  .cart-container .cart-summary .shipping .totals strong,
  .cart-container .cart-summary .cart-totals-wrapper .totals strong {
    font-size: 21px;
  }
  .cart-container .cart-summary .shipping .totals.grand,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 12px;
  }
  .cart-container .cart-summary .shipping .totals.grand th,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  .cart-container .cart-summary .shipping .totals.grand td,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 12px 0 11px;
  }
  .cart-container .cart-summary .shipping .totals.grand .price,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand .price {
    font-size: 21px;
  }
  .cart-container .cart-summary .cart-totals {
    margin: 19px 0 28px;
  }
  .cart-container .cart-summary .checkout .action {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 2.1px;
    padding: 22px 25px 19px;
  }
  .cart-container .cart-summary #co-shipping-method-form .title {
    letter-spacing: 1.068px;
    font-size: 21px;
    padding: 0 32px;
    margin: 26px -32px 0;
  }
  .cart-container .cart-summary .title strong {
    letter-spacing: 1.068px;
    font-size: 21px;
    padding: 22px 32px 16px;
    margin: 0 -32px 8px;
  }
  .cart-container .cart-summary .methods {
    padding: 35px 0;
  }
  .cart-container .cart-summary .methods .radiocheck {
    height: 22px;
    width: 22px;
    border-radius: 7px;
  }
  .cart-container .cart-summary .methods .radiocheck:before {
    width: 14px;
    height: 7px;
    top: 4px;
    left: 3px;
    border-width: 0 0 2px 2px;
  }
  .cart-container .cart-summary .methods .sm-desc {
    padding-left: 50px;
  }
  .cart-container .cart-summary .methods .item-options .sm-stock,
  .cart-container .cart-summary .methods .item-options .preparation,
  .cart-container .cart-summary .methods .item-options .expendition,
  .block-order-details-view .sm-desc .sm-stock,
  .block-order-details-view .sm-desc .preparation,
  .block-order-details-view .sm-desc .expendition,
  .checkout-success .sm-desc .sm-stock,
  .checkout-success .sm-desc .preparation,
  .checkout-success .sm-desc .expendition,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .sm-stock,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .preparation,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .expendition {
    font-size: 10px;
    max-width: 220px;
    margin-bottom: 12px;
  }
  .cart-container .cart-summary .methods .item-options .preparation,
  .cart-container .cart-summary .methods .item-options .expendition,
  .block-order-details-view .sm-desc .preparation,
  .block-order-details-view .sm-desc .expendition,
  .checkout-success .sm-desc .preparation,
  .checkout-success .sm-desc .expendition,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .preparation,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .expendition {
    padding-left: 30px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .cart-container .cart-summary .methods .item-options .preparation:before,
  .block-order-details-view .sm-desc .preparation:before,
  .checkout-success .sm-desc .preparation:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .preparation:before {
    font-size: 20px;
  }
  .cart-container .cart-summary .methods .item-options .expendition:before,
  .block-order-details-view .sm-desc .expendition:before,
  .checkout-success .sm-desc .expendition:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .expendition:before {
    font-size: 21px;
  }
  .cart-container .cart-summary .methods .item-options .choice,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content,
  .block-order-details-view .sm-desc .choice,
  .checkout-success .sm-desc .choice,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice {
    margin: 26px 0 10px;
    align-items: flex-start;
    display: flex;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .cart-container .cart-summary .methods .item-options .choice[class*=gls_] .label,
  .cart-container .cart-summary .methods .item-options .choice[class*=gls_] > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content[class*=gls_] .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content[class*=gls_] > .value,
  .block-order-details-view .sm-desc .choice[class*=gls_] .label,
  .block-order-details-view .sm-desc .choice[class*=gls_] > .value,
  .checkout-success .sm-desc .choice[class*=gls_] .label,
  .checkout-success .sm-desc .choice[class*=gls_] > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice[class*=gls_] .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice[class*=gls_] > .value {
    min-width: 85px !important;
    min-height: 42px;
    max-width: 85px !important;
    max-height: 42px;
  }
  .cart-container .cart-summary .methods .item-options .choice[class*=gls_] .label:before,
  .cart-container .cart-summary .methods .item-options .choice[class*=gls_] > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content[class*=gls_] .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content[class*=gls_] > .value:before,
  .block-order-details-view .sm-desc .choice[class*=gls_] .label:before,
  .block-order-details-view .sm-desc .choice[class*=gls_] > .value:before,
  .checkout-success .sm-desc .choice[class*=gls_] .label:before,
  .checkout-success .sm-desc .choice[class*=gls_] > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice[class*=gls_] .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice[class*=gls_] > .value:before {
    transform: scale(0.49);
    top: -22px;
    left: -44px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .label,
  .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 .label,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label,
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost > .value,
  .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 > .value,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopostc18_chronopostc18 .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopostc18_chronopostc18 > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop > .value,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost .label,
  .block-order-details-view .sm-desc .choice.chronopostc18_chronopostc18 .label,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .label,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost > .value,
  .block-order-details-view .sm-desc .choice.chronopostc18_chronopostc18 > .value,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais > .value,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop > .value,
  .checkout-success .sm-desc .choice.chronopost_chronopost .label,
  .checkout-success .sm-desc .choice.chronopostc18_chronopostc18 .label,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .label,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .checkout-success .sm-desc .choice.chronopost_chronopost > .value,
  .checkout-success .sm-desc .choice.chronopostc18_chronopostc18 > .value,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais > .value,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopostc18_chronopostc18 .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopostc18_chronopostc18 > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop > .value {
    width: 140px !important;
    height: 31px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost > .value:before,
  .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 > .value:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopostc18_chronopostc18 .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopostc18_chronopostc18 > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop > .value:before,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost .label:before,
  .block-order-details-view .sm-desc .choice.chronopostc18_chronopostc18 .label:before,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .label:before,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost > .value:before,
  .block-order-details-view .sm-desc .choice.chronopostc18_chronopostc18 > .value:before,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before,
  .checkout-success .sm-desc .choice.chronopost_chronopost .label:before,
  .checkout-success .sm-desc .choice.chronopostc18_chronopostc18 .label:before,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .label:before,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .checkout-success .sm-desc .choice.chronopost_chronopost > .value:before,
  .checkout-success .sm-desc .choice.chronopostc18_chronopostc18 > .value:before,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopostc18_chronopostc18 .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopostc18_chronopostc18 > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before {
    transform: scale(0.4);
  }
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop > .value,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .label,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais > .value,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop > .value,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .label,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais > .value,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop > .value {
    height: 45px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop > .value:before,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .label:before,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .label:before,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before {
    left: -58px;
    top: -19px;
    transform: scale(0.54);
  }
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .btn-radio,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .btn-radio,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .btn-radio,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .btn-radio,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .btn-radio,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .btn-radio,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .btn-radio,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .btn-radio {
    margin-top: 10px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost > .value:before,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost .label:before,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost > .value:before,
  .checkout-success .sm-desc .choice.chronopost_chronopost .label:before,
  .checkout-success .sm-desc .choice.chronopost_chronopost > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost > .value:before {
    left: -106px;
    top: -23px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .btn-radio,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost .btn-radio,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost .btn-radio,
  .checkout-success .sm-desc .choice.chronopost_chronopost .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost .btn-radio {
    margin-top: 4px;
  }
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic .label,
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_classic .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_classic > .value,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_classic .label,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_classic > .value,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_classic .label,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_classic > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_classic .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_classic > .value {
    min-width: 139px !important;
    min-height: 25px;
    max-width: 139px !important;
    max-height: 25px;
  }
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic .label:before,
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_classic .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_classic > .value:before,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_classic .label:before,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_classic > .value:before,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_classic .label:before,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_classic > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_classic .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_classic > .value:before {
    transform: scale(0.49);
    top: -14px;
    left: -73px;
  }
  .cart-container .cart-summary .methods .item-options .choice.knp_knp .label,
  .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp > .value,
  .block-order-details-view .sm-desc .choice.knp_knp .label,
  .block-order-details-view .sm-desc .choice.knp_knp > .value,
  .checkout-success .sm-desc .choice.knp_knp .label,
  .checkout-success .sm-desc .choice.knp_knp > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.knp_knp .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.knp_knp > .value {
    min-width: 159px !important;
    min-height: 15px;
    max-width: 159px !important;
    max-height: 15px;
    margin-top: 2px;
  }
  .cart-container .cart-summary .methods .item-options .choice.knp_knp .label:before,
  .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp > .value:before,
  .block-order-details-view .sm-desc .choice.knp_knp .label:before,
  .block-order-details-view .sm-desc .choice.knp_knp > .value:before,
  .checkout-success .sm-desc .choice.knp_knp .label:before,
  .checkout-success .sm-desc .choice.knp_knp > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.knp_knp .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.knp_knp > .value:before {
    top: -8px;
    left: -82px;
    transform: scale(0.49);
  }
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express .label,
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_express .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_express > .value,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_express .label,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_express > .value,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_express .label,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_express > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_express .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_express > .value {
    min-width: 133px !important;
    min-height: 25px;
    max-width: 133px !important;
    max-height: 25px;
  }
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express .label:before,
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_express .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_express > .value:before,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_express .label:before,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_express > .value:before,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_express .label:before,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_express > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_express .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_express > .value:before {
    transform: scale(0.49);
    top: -14px;
    left: -70px;
  }
  .cart-container .cart-summary .methods .item-options .choice.kna_kna .label,
  .cart-container .cart-summary .methods .item-options .choice.kna_kna > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.kna_kna .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.kna_kna > .value,
  .block-order-details-view .sm-desc .choice.kna_kna .label,
  .block-order-details-view .sm-desc .choice.kna_kna > .value,
  .checkout-success .sm-desc .choice.kna_kna .label,
  .checkout-success .sm-desc .choice.kna_kna > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.kna_kna .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.kna_kna > .value {
    min-width: 122px !important;
    min-height: 25px;
    max-width: 122px !important;
    max-height: 25px;
  }
  .cart-container .cart-summary .methods .item-options .choice.kna_kna .label:before,
  .cart-container .cart-summary .methods .item-options .choice.kna_kna > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.kna_kna .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.kna_kna > .value:before,
  .block-order-details-view .sm-desc .choice.kna_kna .label:before,
  .block-order-details-view .sm-desc .choice.kna_kna > .value:before,
  .checkout-success .sm-desc .choice.kna_kna .label:before,
  .checkout-success .sm-desc .choice.kna_kna > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.kna_kna .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.kna_kna > .value:before {
    transform: scale(0.49);
    top: -14px;
    left: -64px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .label,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping > .value,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .label,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping > .value {
    font-size: 12px;
    max-width: 90px;
    padding-top: 65px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label:before,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .label:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping > .value:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .label:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping > .value:before {
    left: -48px;
    transform: scale(0.38);
    top: -47px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .btn-radio,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .btn-radio,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .btn-radio,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .btn-radio {
    margin-top: 15px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .price,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .price,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .price {
    margin-top: 21px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping + .sm-desc .sm-stock,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping + .sm-desc .sm-stock,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock {
    margin-bottom: 0 !important;
    padding-left: 30px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping + .sm-desc .sm-stock:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping + .sm-desc .sm-stock:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock:before {
    font-size: 20px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping + .sm-desc .expendition:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping + .sm-desc .expendition:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping + .sm-desc .expendition:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping + .sm-desc .expendition:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping + .sm-desc .expendition:before {
    font-size: 21px;
  }
  .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-discount-wrapper:before,
  .checkout-shipping-method .shipping-discount-wrapper:before,
  .block-order-details-view .sm-desc .choice .shipping-discount-wrapper:before,
  .checkout-success .sm-desc .choice .shipping-discount-wrapper:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-discount-wrapper:before {
    padding: 5px 11px 3px;
    font-size: 9px;
    letter-spacing: 1.335px;
  }
  .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper .shipping-discount-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-discount-wrapper .shipping-discount-price,
  .checkout-shipping-method .shipping-discount-wrapper .shipping-discount-price,
  .block-order-details-view .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price,
  .checkout-success .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price {
    margin: 3px 0 0 4px;
  }
  .cart-container .cart-summary .methods .item-options .choice .label,
  .cart-container .cart-summary .methods .item-options .choice > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content > .value,
  .block-order-details-view .sm-desc .choice .label,
  .block-order-details-view .sm-desc .choice > .value,
  .checkout-success .sm-desc .choice .label,
  .checkout-success .sm-desc .choice > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice > .value {
    margin: 0 29px;
    font-size: 14px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-price,
  .block-order-details-view .sm-desc .choice .price,
  .block-order-details-view .sm-desc .choice .shipping-price,
  .checkout-success .sm-desc .choice .price,
  .checkout-success .sm-desc .choice .shipping-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-price {
    font-size: 16px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price.discount-original-price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price.discount-original-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .price.discount-original-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-price.discount-original-price,
  .block-order-details-view .sm-desc .choice .price.discount-original-price,
  .block-order-details-view .sm-desc .choice .shipping-price.discount-original-price,
  .checkout-success .sm-desc .choice .price.discount-original-price,
  .checkout-success .sm-desc .choice .shipping-price.discount-original-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .price.discount-original-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-price.discount-original-price {
    font-size: 14px;
  }
  .cart-container .cart-summary .discount .coupon {
    margin: 0 0 43px;
  }
  .cart-container .cart-summary .discount .actions-toolbar {
    margin-left: auto;
  }
  .cart-container .cart-summary .discount .actions-toolbar .action {
    min-width: 121px;
    font-size: 11px;
    padding: 16px 15px 13px;
    letter-spacing: 0.6px;
  }
  .cart-container .cart-summary .cart-totals-wrapper .methods {
    padding: 0;
  }
  .cart-container .cart-summary .cart-totals-wrapper th,
  .cart-container .cart-summary .cart-totals-wrapper td {
    font-size: 14px;
    padding: 2px 0 5px;
  }
  .cart-container .cart-summary .cart-totals-wrapper tr {
    padding: 0 32px;
    margin: 0 -32px;
  }
  .cart-container .cart-summary .field {
    margin: 17px 0;
  }
  .cart-container .form-cart {
    padding-right: 21px;
  }
  .free-shipping-message p {
    padding: 20px 50px 16px;
  }
  .free-shipping-message p:before {
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    left: 7px;
    font-size: 25px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar .shipping-information .shipping-information-title span {
    margin-bottom: 12px;
    letter-spacing: 1.068px;
    font-size: 21px;
  }
  #opc-sidebar .shipping-information .ship-to .shipping-information-content {
    border-radius: 28px;
    padding: 22px 27px;
    margin: 0 -13px 27px;
    font-size: 15px;
  }
  #opc-sidebar .shipping-information .ship-via {
    margin-bottom: 30px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content {
    margin: 0 -13px;
    padding: 19px 25px;
    border-radius: 22px;
    background: #ffffff;
    align-items: center;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content > .value {
    margin-left: 0;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-info {
    padding: 0 8px 0 70px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value:before {
    top: -44px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-icon:before {
    font-size: 17px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-address {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-time {
    font-size: 11px;
  }
  .opc-progress-bar {
    margin: 0 auto 45px;
    max-width: 1160px;
  }
  .opc-progress-bar .opc-progress-bar-item:after {
    top: 25px;
  }
  .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 4px;
    font-size: 16px;
    padding-top: 94px;
  }
  .opc-progress-bar .opc-progress-bar-item span:before {
    margin-right: 6px;
  }
  .opc-progress-bar .opc-progress-bar-item span:after {
    top: 11px;
    min-width: 44px;
    min-height: 44px;
    outline-width: 11px;
    font-size: 18px;
  }
  .checkout-login .login-form-inner .email-check-info,
  .checkout-login .login-form-inner .step-customer-group .login-info,
  .form-note {
    font-size: 16px;
  }
  .checkout-login .login-form-inner .step-customer-group .login-info {
    margin-bottom: 20px;
  }
  .checkout-login .login-form-inner .step-customer-group .field {
    padding: 32px 40px 47px;
  }
  .checkout-shipping-address .action-show-popup:before,
  .checkout-billing-address .action-show-popup:before,
  .checkout-shipping-address .add-new-billing-address:before,
  .checkout-billing-address .add-new-billing-address:before {
    margin-right: 23px;
    display: block;
    margin-left: -14px;
    transform: translateY(-1px);
  }
  .checkout-shipping-address .shipping-address-items,
  .checkout-billing-address .shipping-address-items,
  .checkout-shipping-address .billing-address-items,
  .checkout-billing-address .billing-address-items {
    display: flex;
    flex-wrap: wrap;
    margin: 3px -8px 0;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item,
  .checkout-billing-address .billing-address-items .shipping-address-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item,
  .checkout-billing-address .shipping-address-items .billing-address-item,
  .checkout-shipping-address .billing-address-items .billing-address-item,
  .checkout-billing-address .billing-address-items .billing-address-item {
    padding: 8px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    border-radius: 26px;
    padding: 45px 34px 34px 35px;
    font-size: 14px;
    min-height: 285px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox {
    border-radius: 6px;
    right: 29px;
    top: 20px;
    transform: scale(0.8);
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    font-size: 14px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .billing-address-item .action-select-shipping-item {
    letter-spacing: 1.5px;
    font-size: 10px;
    padding: 15px 24px 13px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar {
    margin-top: 30px;
  }
  .checkout-shipping-method .shipping-discount-wrapper:before {
    margin-right: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row {
    padding: 30px 30px 30px 48px;
    min-height: 109px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:first-child {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:last-child {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.row-pickup-date .col-method:nth-child(2) {
    padding: 0 0 0 242px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck {
    height: 22px;
    width: 22px;
    border-radius: 6px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck:before {
    width: 12px;
    height: 5px;
    top: 6px;
    left: 4px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="kna_kna"] + .radiocheck {
    margin-top: 9px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value*=gls_] + .radiocheck {
    margin-top: 10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method:first-child {
    padding: 3px 40px 0 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-stock {
    margin-bottom: 13px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .preparation,
  .checkout-shipping-method .table-checkout-shipping-method .row .expendition {
    padding-left: 39px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .expendition:before {
    font-size: 22px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .preparation {
    margin-bottom: 10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .preparation:before {
    font-size: 21px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-desc {
    max-width: 560px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center {
    font-size: 14px;
    padding: 0 10px 0 180px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_express,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_classic,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronopost_chronopost,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronopostc18_chronopostc18,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelais_chronorelais,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelaishop_chronorelaishop {
    top: 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center[class*=gls_]:before {
    left: -45px;
    top: -33px;
    transform: scale(0.48);
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_classic:before {
    left: -74px;
    transform: scale(0.48);
    top: -15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_express:before {
    transform: scale(0.48);
    left: -71px;
    top: -15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.kna_kna:before {
    transform: scale(0.48);
    left: -65px;
    top: -15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.knp_knp:before {
    left: -83px;
    transform: scale(0.48);
    top: -3px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronopost_chronopost:before {
    left: -106px;
    top: -23px;
    transform: scale(0.4);
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelais_chronorelais:before,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelaishop_chronorelaishop:before {
    left: -58px;
    transform: scale(0.55);
    top: -20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping:before {
    transform: scale(0.47);
    left: 70px;
    top: -1px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping label {
    left: 85px;
    top: 98px;
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-price {
    padding: 5px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price {
    font-size: 16px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price.discount-original-price {
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col {
    padding: 3px 0 0 0;
    margin-bottom: -3px !important;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .ops-option {
    margin-right: 18px;
    font-size: 15px;
  }
  .checkout-shipping-method .date-title {
    margin-bottom: 10px;
  }
  .checkout-shipping-method .pickup-date {
    padding: 7px 12px 4px;
  }
  .checkout-shipping-method .pickup-date .day-month {
    font-size: 16px;
  }
  .checkout-payment-method .payment-methods .payment-method {
    padding: 18px 120px 20px 40px;
  }
  .checkout-payment-method .payment-methods .payment-method:last-child {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .checkout-payment-method .payment-methods .payment-method:nth-child(2) {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .action {
    margin-bottom: 15px;
  }
  .checkout-payment-method .payment-methods .payment-method-title .label {
    font-size: 14px;
  }
  .checkout-payment-method .payment-methods .btn-radio {
    margin: 0 20px 0 0;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 28px;
  }
  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-title-wrapper .page-title,
  .customer-account-create .page-title-wrapper .page-title,
  .customer-account-createpassword .page-title-wrapper .page-title {
    margin-top: 0;
    padding-bottom: 0;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 25px 38px 46px;
    max-width: calc(33.33% - 36px);
    border-radius: 25px;
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 7px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 21px;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 50px 0 0 !important;
  }
  .form-note {
    margin-bottom: 25px;
  }
  .newsletter-main-part {
    padding: 44px;
  }
  .newsletter-main-part .newsletter-main .newsletter-title {
    font-size: 24px;
  }
  .newsletter-main-part .newsletter-main .newsletter-cover {
    margin-right: 30px;
  }
  .newsletter-main-part .newsletter-main .content {
    max-width: 581px;
  }
  .mageplaza-fbt-content {
    padding: 37px 0;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 304px;
    max-width: 304px;
    padding: 0 39px;
  }
  .mageplaza-fbt-content .product-item:after {
    top: 105px;
    font-size: 33px;
  }
  .mageplaza-fbt-content .action.mpfbt-tocart {
    font-size: 14px;
    padding: 20px;
    max-width: 311px;
    margin: 0 auto;
    display: block;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price {
    padding-bottom: 90px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price {
    font-size: 42px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price-wrapper .ttc {
    font-size: 22px;
    top: -5px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox {
    top: 17px;
    right: 19px;
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    border-radius: 9px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox input:before {
    left: 5px;
  }
  .mageplaza-fbt-content .product-image {
    padding: 30px;
    border-radius: 20px;
  }
  .mageplaza-fbt-content .item-qty {
    font-size: 16px;
  }
  .mageplaza-fbt-content .item-price {
    font-size: 21px;
  }
  .mageplaza-fbt-content .stock-status {
    margin-top: 12px;
    font-size: 16px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    margin-bottom: 13px;
    max-height: 50px;
  }
  .mageplaza-fbt-content .product-brand a,
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    font-size: 14px;
  }
  #netreviews_rating_section {
    padding: 40px;
  }
  .netreviews_rating_header .netreviews_logo {
    max-width: 250px;
  }
  .netreviews_rating_header .netreviews_certification {
    font-size: 16px;
  }
  .netreviews_rating_header label,
  .netreviews_rating_header #netreviews_informations_label {
    font-size: 16px;
  }
  .netreviews_rating_content {
    margin-top: 30px;
  }
  .netreviews_rating_content .netreviews_note_generale {
    font-size: 62px;
  }
  .netreviews_rating_content .netreviews_note_generale span {
    font-size: 30px;
  }
  .netreviews_rating_content .rating-summary svg {
    height: 15px;
    width: 89px;
  }
  .netreviews_rating_content .netreviews_global_rating_details .netreviews_rates_list {
    transform: unset;
  }
  .netreviews_rating_content .netreviews_subtitle {
    margin: 17px 0;
    font-size: 15px;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.89);
  }
  .younitedpay-widget-root {
    padding: 12px 0;
  }
  .message.info,
  .message.error,
  .message.warning,
  .message.notice,
  .message.success {
    padding: 22px 50px 19px;
    font-size: 14px;
  }
  .message.info > *:first-child:before,
  .message.error > *:first-child:before,
  .message.warning > *:first-child:before,
  .message.notice > *:first-child:before,
  .message.success > *:first-child:before {
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    left: 5px;
    font-size: 14px;
  }
  .custom-label,
  .field label,
  .field .label,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .label,
  .wishlist-index-index .product-item .item-inner .comment-box .field-inner label {
    font-size: 11px;
    letter-spacing: 1.602px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 14px 21px 0;
  }
  .custom-field-box select,
  .field select,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select,
  .wishlist-index-index .comment-box select {
    background-size: 9px;
  }
  .custom-input,
  .field input,
  .field select,
  .field textarea,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select,
  .wishlist-index-index .comment-box textarea {
    height: 38px;
    font-size: 12px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 21px;
  }
  .custom-input::-webkit-input-placeholder,
  .field input::-webkit-input-placeholder,
  .field select::-webkit-input-placeholder,
  .field textarea::-webkit-input-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text::-webkit-input-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select::-webkit-input-placeholder,
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .custom-input:-moz-placeholder,
  .field input:-moz-placeholder,
  .field select:-moz-placeholder,
  .field textarea:-moz-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text:-moz-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select:-moz-placeholder,
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 12px;
  }
  .custom-input::-moz-placeholder,
  .field input::-moz-placeholder,
  .field select::-moz-placeholder,
  .field textarea::-moz-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text::-moz-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select::-moz-placeholder,
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 12px;
  }
  .custom-input::-ms-placeholder,
  .field input::-ms-placeholder,
  .field select::-ms-placeholder,
  .field textarea::-ms-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text::-ms-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select::-ms-placeholder,
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 12px;
  }
  .custom-input:-ms-placeholder,
  .field input:-ms-placeholder,
  .field select:-ms-placeholder,
  .field textarea:-ms-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text:-ms-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select:-ms-placeholder,
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 12px;
  }
  .custom-input::placeholder,
  .field input::placeholder,
  .field select::placeholder,
  .field textarea::placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text::placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select::placeholder,
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 12px;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 16px;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 28px 40px;
  }
  .page-footer .customer-support .cusSupport-inner:before {
    min-width: 44px;
    min-height: 44px;
    margin-right: 13px;
  }
  .page-footer .footer-sublink .footer-innerlink {
    font-size: 11px;
  }
  .page-footer .footerCopyright {
    padding-top: 22px;
    padding-bottom: 17px;
  }
  .page-footer .footerCopyright .copyRightText,
  .page-footer .footerCopyright .storeHours {
    font-size: 11px;
  }
  .page-footer .footerCopyright .footerContactBlock a {
    font-size: 21px;
  }
  .page-footer .footerContentMain .footerCardTitle {
    font-size: 14px;
  }
  .page-footer .footerContentMain .footerRight .footerCardTitle {
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
  .page-footer .footerContentMain .footerRight .footerLinkBox .footLink {
    font-size: 12px;
    line-height: 26px;
  }
  .page-footer .footerContentMain .footerLefText {
    font-size: 14px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox {
    margin-bottom: 38px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem {
    flex: 0 0 70px;
    max-width: 70px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem:not(:last-child) {
    margin-right: 6px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem svg {
    max-height: 70px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem {
    flex: 0 0 26px;
    max-width: 26px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem:not(:last-child) {
    margin-right: 8px;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    min-width: 55px;
    min-height: 35px;
    max-width: 55px;
    max-height: 35px;
    margin-right: 8px;
    margin-bottom: 9px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.89);
  }
  .guarantee-icon {
    top: 251px;
    left: 35px;
  }
  .made-in-europe {
    top: 263px;
    right: 35px;
  }
  .livraison-gratuite {
    max-width: 100px;
  }
  .catalog-product-view .guarantee-icon {
    top: 378px;
  }
  .catalog-product-view .guarantee-icon svg {
    max-width: 115px;
    max-height: 115px;
  }
  .catalog-product-view .made-in-europe {
    top: 402px;
  }
  .catalog-product-view .made-in-europe svg {
    max-width: 93px;
    max-height: 93px;
  }
  .single-banner-container > div {
    max-height: 500px;
  }
  .block .block-title strong {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -25px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 25px 25px 0;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-name {
    font-size: 14px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand a {
    font-size: 16px;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box {
    margin: 11px 0 auto;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box .price {
    font-size: 26px;
  }
  .block-products-list .products-grid .product-items .product-item-details .btn-link {
    padding: 15px 23px 12px;
    margin-top: 33px;
    font-size: 10px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-link {
    max-height: 42px;
  }
  .block-faq-list .block-content {
    margin: 0 -25px;
  }
  .block-faq-list .block-content .faq-item {
    padding: 0 25px;
  }
  .block-faq-list .block-content .faq-img {
    margin-bottom: 30px;
    padding-top: 59%;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 21px;
  }
  .block-faq-list .block-content .artical-list li {
    margin-bottom: 0;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 14px;
  }
  .block-faq-list .block-content .faq-bottom {
    padding-bottom: 27px;
    padding-top: 20px;
  }
  .block-faq-list .block-content .faq-bottom a {
    font-size: 11px;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 11px 0 27px;
  }
  .block-faq-list .block-content .faq-desc p {
    font-size: 14px;
  }
  .block-faq-list .block-content .faq-desc p:first-child {
    max-height: 62px;
  }
  .block-faq-list .block-content .faq-info,
  .block-faq-list .block-content .faq-bottom {
    padding-left: 33px;
    padding-right: 33px;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 16px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.8);
    margin-bottom: 25px;
  }
  .block-category-list .block-content .category-item {
    padding: 60px 0 53px;
  }
  .block-brand-list .block-content {
    padding: 25px 15px;
  }
  .block-brand-list .block-content .brandList {
    transform: scale(0.8);
  }
  .page-title-wrapper {
    margin: 20px 0 16px;
  }
  .product-item-name a,
  .product-brand a {
    font-size: 16px;
  }
  .breadcrumbs .items .item {
    padding: 14px 0 11px;
  }
  .breadcrumbs .items .item:after {
    margin: 0 7px;
  }
  .breadcrumbs .items .item a,
  .breadcrumbs .items .item strong {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    margin-bottom: 12px;
    margin-top: 17px;
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper {
    margin: 20px 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .label {
    border-radius: 19px;
    padding: 14px 26px 12px;
    min-width: 270px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .label:before {
    font-size: 9px;
    top: 25px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-options {
    border-radius: 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-options ul .ui-option {
    padding: 16px 26px;
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-label {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-option-selected {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 16px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .info-title,
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .stock-text {
    margin-bottom: 0;
    font-size: 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .sap-stock-info .stock-count {
    font-size: 16px;
    padding: 6px 12px 5px;
    margin-top: -6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .platform-stock {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders {
    margin-top: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info {
    margin-bottom: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item {
    padding-left: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item:before {
    top: 37%;
    min-width: 5px;
    min-height: 5px;
    max-width: 5px;
    max-height: 5px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title {
    font-size: 19px;
    padding: 25px 25px 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title:before,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title:before,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title:before {
    min-height: 2px;
    min-width: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-clear {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current strong {
    font-size: 19px;
    margin-top: 20px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item {
    margin: 0 9px 7px 0;
    padding: 6px 31px 2px 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item .filter-value {
    letter-spacing: 0.3px;
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs {
    height: 58px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-slider {
    min-width: 18px;
    min-height: 18px;
    top: 24px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-min,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-max {
    font-size: 13px;
    bottom: -8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-bar,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-line {
    top: 32px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-from,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-single {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .price-range-slider {
    padding: 5px 28px 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item {
    margin: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item a {
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item {
    margin: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item a {
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content input[type="checkbox"] {
    margin-right: 10px;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    border-radius: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content input[type="checkbox"]:before {
    top: 6px;
    left: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item {
    padding: 27px 35px 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .tocart {
    padding: 23px 20px 21px;
    font-size: 15px;
    letter-spacing: 3px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    padding: 13px 4px 10px;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-item-name {
    font-size: 19px;
    margin-bottom: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sku {
    font-size: 16px;
    margin: 0 0 2px 1px;
    letter-spacing: 1.1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price {
    font-size: 19px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 19px;
    padding-left: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .ttc {
    margin-top: -14px;
    padding: 0 14px 0 5px;
    font-size: 21px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box {
    margin: 20px 0 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 29px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary {
    margin-left: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions {
    margin-top: 5px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions a {
    font-size: 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary svg {
    height: 20px;
    width: 120px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .rating-summary {
    margin: 0 8px 0 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .abs-product-link {
    margin-bottom: 13px;
    margin-top: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .badge {
    font-size: 15px;
    letter-spacing: 2.8px;
    padding: 7px 18px 3px;
    margin-bottom: 21px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer {
    margin-bottom: 16px;
    margin-top: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .value {
    font-size: 35px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col {
    height: 79px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col:after {
    top: 40%;
    font-size: 28px;
  }
  .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .page-products .product-item-info .product-item-details .product-item-inner {
    padding-top: 6px;
  }
  .page-products .columns {
    padding-bottom: 0;
  }
  .mpbrand-index-view .sidebar .block-title .block-subtitle {
    font-size: 19px;
    padding: 19px 25px 22px;
  }
  .mpbrand-index-view #brand-thumbnail-menu .brand-img-wrapper {
    max-width: 60px;
    min-width: 60px;
  }
  .mpbrand-index-view #brand-thumbnail-menu ul .brand-items {
    font-size: 16px;
  }
  .mpbrand-index-view #brand-thumbnail-menu ul .brand-items span {
    margin-left: 30px;
  }
  .catalog-product-view .product.media .promotion-timer {
    width: 259px;
    right: 58px;
    top: 19px;
  }
  .catalog-product-view .product.media .promotion-timer .value {
    font-size: 30px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col {
    height: 68px;
    max-width: 47px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col:after {
    font-size: 23px;
    top: 15px;
  }
  .catalog-product-view .product.media .promotion-timer .lable {
    font-size: 10px;
  }
  .catalog-product-view.page-layout-1column .product.media {
    padding-right: 34px;
  }
  .catalog-product-view .stock,
  .catalog-product-view .stock-qty {
    min-height: 26px;
  }
  .catalog-product-view .stock .stock-text,
  .catalog-product-view .stock-qty .stock-text {
    font-size: 18px;
  }
  .catalog-product-view .stock .stock-count,
  .catalog-product-view .stock-qty .stock-count {
    padding: 4px 10px;
    font-size: 16px;
  }
  .catalog-product-view .stock:after,
  .catalog-product-view .stock-qty:after {
    font-size: 18px;
  }
  .catalog-product-view .prdct-cont-in1 .btm-cont,
  .catalog-product-view .prdct-cont-in2 .btm-cont {
    font-size: 16px;
  }
  .catalog-product-view .sap-arrrival-orders {
    margin: 8px 0 13px;
  }
  .catalog-product-view .sap-arrrival-orders .supplier-order-item {
    font-size: 16px;
  }
  .catalog-product-view .platform-stock {
    font-size: 15px;
  }
  .catalog-product-view .title-main {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .prices-tier .price {
    font-size: 17px;
  }
  .prices-tier .price-container {
    padding-top: 6px;
  }
  .prices-tier .tier-buy {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    color: #ffffff;
    padding: 3.5px 12px 3.5px 3.5px;
    z-index: 8;
    margin-left: 3px;
    font-style: italic;
    white-space: nowrap;
  }
  .prices-tier .tier-buy:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 1px;
    z-index: -1;
    right: 1px;
    transform: skewX(-550deg);
    background: #085ac3;
  }
  .prices-tier .tier-qty {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background: #002750;
    font-style: italic;
    clip-path: polygon(5% 7%, 100% 0%, 94% 100%, 0% 100%);
    -webkit-clip-path: polygon(5% 7%, 100% 0%, 94% 100%, 0% 100%);
    position: relative;
    z-index: 9;
    white-space: nowrap;
    margin-top: -3px;
    padding: 5px 5px 1px 4px;
    display: block;
  }
  .prices-tier .item {
    padding: 13px 25px 13px 19px;
  }
  .prices-tier .item:last-child {
    margin-bottom: 0;
  }
  .prices-tier .item.selected .radio-btn:before {
    transform: scale(1);
  }
  .prices-tier .item .ecotax {
    display: none;
  }
  .prices-tier .item .tier-text {
    margin-right: 9px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .prices-tier .item .tier-price-qty {
    font-size: 17px;
    padding-top: 1px;
  }
  .prices-tier .item .price span {
    font-size: 16px;
    color: #002750;
    display: inline-block !important;
    font-weight: 600;
    top: 0;
    margin-right: 0;
  }
  .prices-tier .item .radio-btn {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    margin-right: 8px;
  }
  .prices-tier .item .radio-btn:before {
    min-width: 9px;
    max-width: 9px;
    min-height: 9px;
    max-height: 9px;
  }
  .prices-tier .item .price-container {
    padding-top: 0;
    line-height: 1;
    position: relative;
  }
  .prices-tier .item .price-container .weee[data-label] {
    display: none;
  }
  .prices-tier .item .price-label {
    font-size: 17px;
  }
  .prices-tier .item .price-label span {
    font-size: 12px;
  }
  .product-info-right {
    padding: 25px 25px 0;
  }
  .product-info-right .not-stock-section {
    margin-top: 15px;
  }
  .product-info-right .not-stock-section .not-stock {
    font-size: 14px;
    padding: 20px 30px;
  }
  .product-info-right .not-stock-section .fieldset-stock-alert {
    margin-bottom: 16px;
  }
  .product-info-right .not-stock-section .stock .action {
    font-size: 12px;
  }
  .product-info-right .sap-stock-info {
    margin-bottom: 19px;
    margin-top: 18px;
  }
  .product-info-right .sap-stock-info.precommande .stock:after,
  .product-info-right .sap-stock-info.bundle .stock:after,
  .product-info-right .sap-stock-info.surcommande .stock:after,
  .product-info-right .sap-stock-info.precommande .stock-qty:after,
  .product-info-right .sap-stock-info.bundle .stock-qty:after,
  .product-info-right .sap-stock-info.surcommande .stock-qty:after {
    top: 1px;
  }
  .product-info-right .real-qty-text,
  .product-info-right .sap-delay-day,
  .product-info-right .sap-delay-text,
  .product-info-right .sap-exptd-date,
  .product-info-right .sap-exptd-qty,
  .product-info-right .coupon {
    font-size: 15px;
    letter-spacing: 1.4px;
    padding: 11px 5px 8px;
    border-radius: 12px;
  }
  .product-info-right .price-container .weee {
    bottom: -11px;
  }
  .product-info-right .price-container .weee:before,
  .product-info-right .price-container .weee .price {
    font-size: 11px;
  }
  .product-info-right .product-info-price .price-box {
    margin: 0 0 13px;
    min-height: 65px;
  }
  .product-info-right .product-info-price .price-box .save-percent {
    font-size: 21px;
    min-width: 65px;
    min-height: 65px;
    max-width: 65px;
    max-height: 65px;
  }
  .product-info-right .product-info-price .price-box .old-price-wrapper .price-container .price-wrapper .price {
    font-size: 21px;
  }
  .product-info-right .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 35px;
  }
  .product-info-right .product-info-price .price-box .ttc {
    font-size: 19px;
  }
  .product-info-right .box-tocart {
    margin: 20px 0 0;
  }
  .product-info-right .actions {
    margin-bottom: 17px;
  }
  .product-info-right .actions .action {
    font-size: 14px;
    padding: 21px 21px 19px;
  }
  .product-info-right .qty .label {
    display: none;
  }
  .product-info-right .qty .control {
    margin: 0 auto 13px;
    height: 60px;
    padding: 0 8px;
  }
  .product-info-right .qty .control .qty-minus {
    padding-left: 3px;
  }
  .product-info-right .qty .control span {
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;
    max-width: 43px;
    max-height: 43px;
    font-size: 25px;
  }
  .product-info-right .qty .input-text,
  .product-info-right .qty .item-qty {
    font-size: 16px;
    background-color: transparent;
    max-width: 59px;
  }
  .product-info-right .product-social-links {
    margin: auto -25px 0;
    padding: 20px 25px;
  }
  .product-info-right .product-social-links a {
    margin: 0 17px;
    font-size: 10px;
  }
  .product-info-right .product-social-links a.towishlist:before {
    font-size: 27px;
  }
  .product-info-right .product-social-links a.toshare:before {
    font-size: 25px;
  }
  .product-info-main .product-reviews-summary {
    margin-bottom: 22px;
  }
  .product-info-main .product-reviews-summary svg {
    width: 90px;
  }
  .product-info-main .product-reviews-summary .reviews-actions a {
    font-size: 14px;
    margin-left: 8px;
  }
  .product-info-main .page-title-wrapper {
    margin: 4px 0 5px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 32px;
  }
  .product-info-main .product.attribute.sku {
    font-size: 14px;
    margin: 5px 0 22px;
  }
  .product-info-main .product .delivery-info {
    padding-top: 14px;
  }
  .product-info-main .product .delivery-info .type {
    margin-bottom: 10px;
    font-size: 21px;
    padding-right: 27px;
  }
  .product-info-main .product .delivery-info .type:before {
    top: 4px;
    font-size: 18px;
  }
  .product-info-main .product.overview {
    margin: 22px 0 0;
    padding-top: 15px;
    padding-bottom: 17px;
  }
  .product-info-main .product.overview .type {
    font-size: 21px;
  }
  .product-info-main .product.overview li,
  .product-info-main .product.overview p {
    font-size: 16px;
  }
  .product-info-main .delivery-info .type {
    padding-right: 28px;
    font-size: 20px;
  }
  .product-info-main .delivery-info .type:before {
    top: 4px;
    font-size: 18px;
  }
  .product-brand-name a {
    font-size: 21px;
  }
  .product-page-promo-banner .promo-banner {
    min-height: 161px;
    padding: 40px 36px 39px 89px;
  }
  .product-page-promo-banner .promo-banner:before {
    font-size: 27px;
    left: 35px;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 26px;
  }
  .product-page-promo-banner .promo-banner .title {
    font-size: 53px;
  }
  .product-info-description .title-main {
    font-size: 21px;
  }
  .product-info-description .title-main,
  .product-info-description .description-content {
    padding-left: 41px;
    padding-right: 41px;
  }
  .product-info-description .title-main {
    margin: 0 -41px 30px !important;
  }
  .product-info-description h2,
  .product-info-description h3,
  .product-info-description h4,
  .product-info-description h5,
  .product-info-description h6 {
    font-size: 15px;
  }
  .product-info-description h3 {
    font-size: 18px;
  }
  .product-info-description h2 {
    font-size: 21px;
  }
  .product-info-description h5,
  .product-info-description h6 {
    font-size: 14px;
  }
  .product-info-description p,
  .product-info-description .file-download-info,
  .product-info-description div {
    font-size: 15px;
  }
  .product-info-description ul li {
    font-size: 15px;
  }
  .info-guide-main.has-attachments .pdf-attachments .info-title {
    padding: 26px 40px;
    font-size: 21px;
  }
  .info-guide-main .title-main {
    font-size: 21px;
  }
  .info-guide-main .am-fileline .am-filelink {
    font-size: 15px;
  }
  .info-guide-main .product-extra-info,
  .info-guide-main .pdf-attachments {
    padding: 0 40px;
  }
  .info-guide-main .product-extra-info .info-title,
  .info-guide-main .pdf-attachments .info-title {
    margin: 0 -40px;
  }
  .info-guide-main .product-extra-info p,
  .info-guide-main .pdf-attachments p {
    font-size: 14px;
  }
  .info-guide-main .product-extra-info ul li,
  .info-guide-main .pdf-attachments ul li {
    font-size: 16px;
  }
  .info-guide-main .product-extra-info ul li:before,
  .info-guide-main .pdf-attachments ul li:before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
  .info-guide-main .pdf-attachments .am-attachments .am-filelink {
    font-size: 16px;
  }
  .specification .sp-title {
    font-size: 21px;
    padding: 29px 45px 19px;
  }
  .sp-group .sp-row .sp-label,
  .sp-group .sp-row .sp-value {
    font-size: 16px;
    padding: 11px 45px;
  }
  .bundle-options-container .custom-kit-part .img-block {
    flex: 0 0 107px;
    max-width: 107px;
    min-height: 107px;
    max-height: 107px;
    border-radius: 20px;
    margin-right: 15px;
  }
  .bundle-options-container .custom-kit-part .img-block img {
    padding: 10px;
  }
  .bundle-options-container .custom-kit-part .custom-select-part {
    margin-bottom: 7px;
  }
  .bundle-options-container .custom-kit-part .selection-info-bottom {
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
  }
  .bundle-options-container .custom-kit-part .selection-info-bottom .option-info-right {
    padding-top: 7px;
    padding-left: 3px;
  }
  .bundle-options-container .custom-kit-part .selection-info-bottom:hover .see-product {
    transform: scale(1);
    opacity: 1;
  }
  .bundle-options-container .custom-kit-part .qty-part-in {
    font-size: 14px;
    margin: 0 0 6px;
  }
  .bundle-options-container .custom-kit-part .custom-list-part {
    flex-grow: 1;
    display: flex;
  }
  .bundle-options-container .custom-kit-part .custom-price {
    margin-bottom: 9px;
  }
  .bundle-options-container .custom-kit-part .custom-price .price {
    font-size: 20px;
  }
  .bundle-options-container .custom-kit-part .stock-status {
    font-size: 12px;
  }
  .bundle-options-container .custom-kit-part .nice-select:after {
    margin-top: -6px;
    height: 7px;
    width: 7px;
    right: 15px;
    border-color: #002750;
  }
  .bundle-options-container .custom-kit-part select {
    background-color: transparent;
  }
  .bundle-options-container .custom-kit-part .nice-select,
  .bundle-options-container .custom-kit-part .product-name {
    padding: 14px 45px 11px 18px;
    border-radius: 15px;
    font-size: 12px;
  }
  .bundle-options-container .custom-kit-part .nice-select .option,
  .bundle-options-container .custom-kit-part .product-name .option {
    font-size: 12px;
  }
  .bundle-options-container .custom-kit-part .nice-select .price-container .price-wrapper span,
  .bundle-options-container .custom-kit-part .product-name .price-container .price-wrapper span {
    font-size: 18px;
  }
  .bundle-options-container .ul-bundle-options-list {
    padding: 26px 0;
  }
  .bundle-options-container .ul-bundle-options-list .field {
    padding: 12px 38px;
  }
  .bundle-options-container .ul-bundle-options-list .field:after {
    font-size: 33px;
    top: 27px;
  }
  .account .column .block-title,
  .mst-rma-box__title,
  .account .MultiFile-intercepted .block .title,
  .account .order-tracking .tracking-title,
  .account .mst-rma-create__order-header,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header {
    margin-bottom: 15px;
  }
  .account .column .block-title strong,
  .mst-rma-box__title strong,
  .account .MultiFile-intercepted .block .title strong,
  .account .order-tracking .tracking-title strong,
  .account .mst-rma-create__order-header strong,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header strong {
    font-size: 21px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 11px);
    padding: 19px 26px 27px;
    border-radius: 26px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 70px;
  }
  .account .column .block-content .empty {
    padding: 26px 45px;
  }
  .account .column .block-content .empty.message {
    padding: 9px 32px;
  }
  .account .column .box-title {
    font-size: 20px;
    margin: 0 -26px 20px;
    padding: 0 26px 13px;
  }
  .account .column .box-content {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .account .column .box-content .phone {
    margin-top: 6px;
  }
  .account .column .box-actions .action {
    font-size: 10.5px;
    letter-spacing: 1.5px;
    padding: 18px 28px 14px;
    margin-right: 8px;
  }
  .account .column > .block {
    margin-bottom: 40px;
  }
  .account .column .table-wrapper {
    border-radius: 25px;
  }
  .account .column .table-wrapper .message {
    margin: 11px;
  }
  .account .column .table-wrapper thead tr th {
    letter-spacing: 2.1px;
    padding: 27px 8px 23px;
    font-size: 14px;
  }
  .account .column .table-wrapper thead tr th.id,
  .account .column .table-wrapper thead tr th.col-number {
    padding-left: 44px;
  }
  .account .column .table-wrapper tbody tr td {
    font-size: 12px;
    padding: 21px 8px 16px;
    line-height: 1.1;
  }
  .account .column .table-wrapper tbody tr td.actions,
  .account .column .table-wrapper tbody tr td.col-actions {
    padding: 8px;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 13px 15px 11px;
    letter-spacing: 1.6px;
    font-size: 10px;
    max-width: 161px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    transform: scale(0.3);
    margin: -21px -5px -19px -16px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 13px 22px 11px;
  }
  .account .column .table-wrapper tbody tr td.track {
    padding: 12px 8px 7px;
  }
  .account .column .table-wrapper tr td.id,
  .account .column .table-wrapper tr th.id,
  .account .column .table-wrapper tr td.col-number,
  .account .column .table-wrapper tr th.col-number {
    padding-left: 44px;
  }
  .account .column .table-wrapper tfoot .mark {
    padding-left: 605px;
  }
  .account .column .table-wrapper tfoot .amount {
    padding-right: 93px;
  }
  .account .column .table-wrapper tfoot tr td,
  .account .column .table-wrapper tfoot tr th {
    font-size: 14px;
  }
  .account .column .table-wrapper tfoot tr:first-child th,
  .account .column .table-wrapper tfoot tr:first-child td {
    padding-top: 15px;
  }
  .account .column .table-wrapper tfoot .grand_total_incl td,
  .account .column .table-wrapper tfoot .grand_total_incl th {
    font-size: 21px;
  }
  .account .column .table-wrapper tfoot .tax td,
  .account .column .table-wrapper tfoot .tax th {
    padding-bottom: 11px;
  }
  .account .column .table-wrapper .product-item-details .am-attachments-order-view {
    margin-top: 6px;
    margin-left: 136px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink {
    line-height: 1.1;
    padding: 7px 0 6px 29px;
    font-size: 12px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink:before {
    transform: translateY(-50%) scale(0.85);
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 16px;
    padding: 24px 42px 18px;
  }
  .account .sidebar.sidebar-main .block.account-nav {
    border-radius: 25px;
  }
  .account .order-links {
    margin-bottom: 15px;
  }
  .account .order-links .item {
    max-width: 241px;
  }
  .account .order-links .item:last-child {
    border-bottom-right-radius: 38px;
    border-top-right-radius: 38px;
  }
  .account .order-links .item:first-child {
    border-bottom-left-radius: 38px;
    border-top-left-radius: 38px;
  }
  .account .order-links .item strong,
  .account .order-links .item a {
    padding: 22px 14px 19px;
    font-size: 12px;
    letter-spacing: 1.8px;
  }
  .account .order-actions-toolbar .action,
  .account .order-actions-toolbar .link-related-quote {
    margin-right: 12px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 7px 12px 4px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .account .page-title-wrapper .order-date {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
  .columns .order-details-items,
  .columns .quotation-items {
    margin-bottom: 38px;
  }
  .columns .order-details-items .table-wrapper .mst-rma-list tbody td,
  .columns .quotation-items .table-wrapper .mst-rma-list tbody td {
    font-size: 12px !important;
  }
  .columns .order-details-items .table-wrapper thead th.subtotal,
  .columns .quotation-items .table-wrapper thead th.subtotal,
  .columns .order-details-items .table-wrapper thead th.total,
  .columns .quotation-items .table-wrapper thead th.total {
    padding-right: 93px;
  }
  .columns .order-details-items .table-wrapper tbody td,
  .columns .quotation-items .table-wrapper tbody td {
    font-size: 15px !important;
  }
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.total,
  .columns .quotation-items .table-wrapper tbody td.total {
    padding-right: 93px;
  }
  .columns .order-details-items .table-wrapper tbody td.discount .price,
  .columns .quotation-items .table-wrapper tbody td.discount .price,
  .columns .order-details-items .table-wrapper tbody td.total .price,
  .columns .quotation-items .table-wrapper tbody td.total .price {
    font-size: 20px;
  }
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.col-action {
    padding-top: 69px;
  }
  .columns .order-details-items .comments,
  .columns .quotation-items .comments {
    border-radius: 22px;
    padding: 0 22px 22px;
  }
  .columns .order-details-items .comments .subtitle,
  .columns .quotation-items .comments .subtitle {
    font-size: 14px;
    padding: 22px;
    letter-spacing: 2px;
    margin: 0 -22px;
  }
  .columns .order-details-items .comments .comments,
  .columns .quotation-items .comments .comments {
    margin-bottom: 15px;
    padding: 16px;
    border-radius: 15px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td,
  .columns .quotation-items.invoice .table-wrapper tbody td,
  .columns .order-details-items.shipments .table-wrapper tbody td,
  .columns .quotation-items.shipments .table-wrapper tbody td,
  .columns .order-details-items.creditmemo .table-wrapper tbody td,
  .columns .quotation-items.creditmemo .table-wrapper tbody td {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.name,
  .columns .quotation-items.invoice .table-wrapper tbody td.name,
  .columns .order-details-items.shipments .table-wrapper tbody td.name,
  .columns .quotation-items.shipments .table-wrapper tbody td.name,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.name,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.name,
  .columns .order-details-items.invoice .table-wrapper tbody td.value,
  .columns .quotation-items.invoice .table-wrapper tbody td.value,
  .columns .order-details-items.shipments .table-wrapper tbody td.value,
  .columns .quotation-items.shipments .table-wrapper tbody td.value,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.value,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.value {
    padding-left: 44px;
  }
  .columns .order-details-items.creditmemo tbody tr td.subtotal,
  .columns .quotation-items.creditmemo tbody tr td.subtotal {
    padding-right: 14px;
  }
  .columns .order-details-items.creditmemo thead th.subtotal,
  .columns .quotation-items.creditmemo thead th.subtotal {
    padding-right: 14px;
  }
  .block-order-details-view,
  .mst-rma-create__order .rma-new-step2 .block-content {
    margin-top: 17px;
    padding: 26px;
    border-radius: 25px;
  }
  .block-order-details-view .block-content,
  .mst-rma-create__order .rma-new-step2 .block-content .block-content {
    padding: 32px;
    border-radius: 25px;
    margin-bottom: 17px;
  }
  .block-order-details-view .shipping-method-logo.freeshipping_freeshipping + .box-content .payment-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo.freeshipping_freeshipping + .box-content .payment-description {
    font-size: 12px;
    max-width: 150px;
  }
  .customer-address-index.account .column .block-content .box {
    padding: 37px 32px 31px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 14px;
  }
  .wishlist-index-index .form-wishlist-items {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar {
    padding: 25px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .action {
    letter-spacing: 2px;
    padding: 17px 26px 15px;
    margin-right: 7px;
    font-size: 10px;
  }
  .wishlist-index-index .wishlist-toolbar {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 7px 25px;
  }
  .wishlist-index-index .product-item {
    padding: 25px !important;
  }
  .wishlist-index-index .col-detail {
    padding-right: 15px;
    max-width: 32%;
    flex: 0 0 32%;
  }
  .wishlist-index-index .col-detail .product-item-photo {
    flex: 0 0 111px;
    height: 111px;
    max-width: 111px;
  }
  .wishlist-index-index .col-detail .product-item-photo .product-item-photo {
    border-radius: 17px;
  }
  .wishlist-index-index .col-detail .product-item-right {
    padding-left: 25px;
  }
  .wishlist-index-index .col-detail .price-box {
    padding-top: 7px;
  }
  .wishlist-index-index .col-detail .special-price .price {
    font-size: 16px;
  }
  .wishlist-index-index .col-detail .old-price {
    padding-top: 0;
  }
  .wishlist-index-index .col-detail .old-price .price {
    font-size: 14px;
  }
  .wishlist-index-index .comment-box {
    flex: 0 0 293px;
    max-width: 293px;
  }
  .wishlist-index-index .comment-box .field-inner {
    border-radius: 15px;
  }
  .wishlist-index-index .comment-box textarea {
    min-height: 84px;
    font-size: 12px;
    padding-top: 10px;
  }
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .box-tocart {
    padding-left: 24px;
  }
  .wishlist-index-index .box-tocart .tocart {
    min-width: 190px;
    font-size: 10px;
    padding: 17px 17px 14px;
  }
  .wishlist-index-index .qty .label {
    font-size: 14px;
  }
  .wishlist-index-index .qty .control {
    height: 40px;
    padding: 3px;
  }
  .wishlist-index-index .qty .control span {
    height: 31px;
    width: 31px;
    font-size: 17px;
  }
  .wishlist-index-index .qty .control .qty-plus {
    padding-left: 0;
  }
  .wishlist-index-index .qty .control .qty-minus {
    padding-left: 1px;
  }
  .wishlist-index-index .qty .control .input-text {
    padding: 2px 5px 0 1px;
    max-width: 36px;
    font-size: 14px;
  }
  .wishlist-index-index .product-item-actions {
    padding-left: 14px;
  }
  .wishlist-index-index .product-item-actions .action.edit:before,
  .wishlist-index-index .product-item-actions .action.delete:before {
    transform: scale(0.5);
  }
  .wishlist-index-index .product-item-actions .action.edit {
    margin-right: 8px;
  }
  .form-newsletter-manage {
    padding: 30px 37px 36px;
    border-radius: 25px;
  }
  .form-newsletter-manage .actions-toolbar {
    margin-top: 25px;
  }
  .mst-rma-view .opc-progress-bar {
    margin-bottom: 22px;
  }
  .mst-rma-view .mst-rma__status {
    padding: 22px 50px 19px;
    font-size: 14px;
  }
  .mst-rma-view .mst-rma__status:before {
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    left: 5px;
    font-size: 14px;
  }
  .mst-rma-view .mst-rma-block {
    margin-top: 3px;
    padding: 25px;
    border-radius: 25px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__title {
    margin: 0 0 15px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__content table th {
    font-size: 14px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box {
    padding: 34px 32px;
    border-radius: 25px;
    max-width: calc(50% - 14px);
  }
  .mst-rma-view .mst-rma-block._align-top {
    margin-top: 32px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 40px 27px 62px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar .action {
    font-size: 11px;
    padding: 17px 26px 16px;
  }
  .mst-rma-view .mst-rma-view__orders {
    margin-top: 30px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper thead tr th.col-detail {
    padding-left: 44px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td {
    font-size: 16px;
    line-height: 1.1;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-detail {
    padding-left: 26px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    padding: 26px 40px;
    border-radius: 25px;
    max-height: 380px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title {
    padding-bottom: 11px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    margin-right: 16px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    font-size: 10.5px;
    letter-spacing: 1.5px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message {
    padding: 13px 23px 17px;
    margin-top: 17px;
    border-radius: 28px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__system {
    margin-left: 17px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__customer {
    margin-right: 17px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message a {
    margin-top: 3px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-body {
    font-size: 12.4px;
    line-height: 1.1;
  }
  .block-rma-additional .fieldset .field {
    padding: 26px 40px;
  }
  .block-rma-additional .fieldset .field textarea {
    min-height: 114px;
    padding-top: 11px;
  }
  .block-rma-additional .fieldset .field:nth-child(1) {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 62px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .label {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 12.4px;
    line-height: 1;
    padding: 4px 0 0;
  }
  .detail-inner .product-item-photo {
    border-radius: 18px;
    min-width: 111px;
    min-height: 111px;
    max-width: 111px;
    max-height: 111px;
  }
  .detail-inner .product-item-right {
    padding-left: 26px;
  }
  .MultiFile-list .MultiFile-label {
    margin-right: 8px;
    padding: 1px 0;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-remove {
    margin-right: 5px;
    font-size: 10px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-label {
    font-size: 10px;
  }
  .MultiFile-wrap input {
    padding: 14px 9px 4px;
    min-width: 133px;
    height: unset;
  }
  .MultiFile-wrap input:before {
    font-size: 10.5px;
    letter-spacing: 2.1px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 30px 35px;
    border-radius: 25px;
  }
  .ui-mst-rma__create-rma .actions-toolbar {
    margin: 7px 0 0 0 !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content .box {
    padding: 35px 32px !important;
    border-radius: 25px !important;
    max-width: calc(50% - 13px) !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content table tr:nth-child(2) {
    margin-top: 18px;
  }
  .mst-rma-create__order .rma-new-step2 > .block {
    margin-bottom: 31px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item {
    padding: 24px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .image {
    margin: 0 23px;
    border-radius: 15px;
    min-width: 108px;
    min-height: 108px;
    max-width: 108px;
    max-height: 108px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item b {
    font-size: 16px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .item-options {
    padding-left: 180px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset {
    max-width: 750px;
    margin-top: 23px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset .field {
    margin-bottom: 17px;
    max-width: calc(50% - 17px);
  }
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    padding: 16px 20px 14px;
  }
  .init-rma-container .actions-wrapper {
    margin-top: 40px;
  }
  .checkout-onepage-success .sidebar {
    padding: 44px 0 0 34px !important;
  }
  .checkout-success .section-subtitle,
  .checkout-success .order-items-title {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 19px 35px 16px;
    font-size: 21px;
  }
  .checkout-success .order-info-top {
    padding: 35px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 40px;
  }
  .checkout-success .order-info-col {
    padding: 32px;
    border-radius: 25px;
    margin-top: 17px;
  }
  .checkout-success .order-info-col.order-info-note .info-title {
    margin-bottom: 13px;
  }
  .checkout-success .info-title,
  .block-order-details-view .box .box-title,
  .mst-rma-view .mst-rma-box__title,
  .ui-mst-rma__create-rma .mst-rma-box__title,
  .mst-rma-create__order .rma-new-step2 > .block .title,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .checkout-success .order-shipping-address .telephone:before,
  .checkout-success .order-billing-address .telephone:before {
    padding-right: 2px;
  }
  .checkout-success .shipping-method-logo.freeshipping_freeshipping + .shipping-description,
  .block-order-details-view .shipping-method-logo.freeshipping_freeshipping + .shipping-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo.freeshipping_freeshipping + .shipping-description {
    font-size: 12px;
    max-width: 90px;
    margin-bottom: 7px;
  }
  .checkout-success .payment-method-logo,
  .block-order-details-view .payment-method-logo,
  .mst-rma-create__order .rma-new-step2 .block-content .payment-method-logo {
    margin-bottom: 8px;
  }
  .checkout-success .col-content,
  .block-order-details-view .box .box-content,
  .mst-rma-view .mst-rma-block .mst-rma-box__content,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-content {
    font-size: 14px;
  }
  .checkout-success .stock {
    font-size: 12px;
  }
  .checkout-success .order-item-list {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .checkout-success .order-item .col-name {
    padding: 25px;
  }
  .checkout-success .order-item .col-name .product-image {
    border-radius: 18px;
    flex: 0 0 111px;
    height: 111px;
  }
  .checkout-success .order-item .product-info {
    padding-left: 26px;
    padding-top: 5px;
  }
  .checkout-success .order-item .product-reviews-summary {
    padding-bottom: 3px;
  }
  .checkout-success .order-item .product-brand {
    padding-top: 3px;
  }
  .checkout-success .order-item .product-item-name {
    font-size: 16px;
    max-width: 225px;
  }
  .checkout-success .order-item .item-row-total .price {
    font-size: 21px;
  }
  .checkout-success .order-item .item-unit-price {
    margin: 4px 2px 0 0;
    font-size: 12px;
  }
  .checkout-success .order-item .col-total {
    padding-right: 121px;
  }
  .checkout-success .order-item .col-qty,
  .checkout-success .order-item .col-total {
    padding-top: 70px;
  }
  .checkout-success .order-item.item-header .item-col {
    letter-spacing: 2.136px;
    font-size: 14px;
    padding: 28px 15px;
  }
  .checkout-success .order-item.item-header .col-name {
    padding-left: 44px;
  }
  .checkout-success .order-item.item-header .col-total {
    padding-right: 121px;
  }
  .checkout-success .order-info-items .order-items-title {
    margin-bottom: 18px;
  }
  .checkout-success .order-info-totals {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 25px;
    padding: 18px 0 0;
  }
  .checkout-success .table-order-totals th,
  .checkout-success .table-order-totals td {
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 14px;
  }
  .checkout-success .table-order-totals .amount {
    padding-right: 121px;
  }
  .checkout-success .table-order-totals .mark {
    padding-left: 605px;
  }
  .checkout-success .table-order-totals .totals th,
  .checkout-success .table-order-totals .totals td {
    padding-bottom: 10px;
  }
  .checkout-success .grand_total_incl th,
  .checkout-success .grand_total_incl td {
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 21px;
  }
  .brand-container .block-brand-list .product-items .product-item-info .product-image-photo {
    max-width: 105px;
    max-height: 105px;
    height: 105px;
    width: 105px;
  }
  .brand-container .block-brand-list .product-items .product-item-info .product-image-wrapper {
    padding-bottom: 105px !important;
  }
  .brand-container .brand-category-name,
  .brand-container .brand-list-content {
    padding-left: 34px;
    padding-right: 34px;
  }
  .brand-container .brand-category {
    border-radius: 20px;
  }
  .brand-container .brand-category-name {
    font-size: 19px;
  }
  .cms-e-batterie .page-main .main .eBatterieTitle {
    font-size: 28px;
  }
  .ebattery-form-block .sub-title {
    font-size: 16px;
    letter-spacing: 4px;
    margin-top: -16px;
  }
  .ebattery-form-block button.action {
    font-size: 14px;
    letter-spacing: 1.8px;
    padding: 14px 21px 10px;
  }
  .ebattery-form-block :is(.yes , .no) {
    transform: scale(0.85) translate(0, -3px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) label {
    font-size: 14px;
    padding-left: 36px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 18px;
    transform: scale(0.9);
    left: 17px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 23px 24px 19px 24px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title strong {
    font-size: 14px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col .note {
    font-size: 10px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 26px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) input {
    min-width: 22px;
    min-height: 22px;
    max-width: 22px;
    max-height: 22px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) input:before {
    min-width: 6px;
    min-height: 6px;
    max-width: 6px;
    max-height: 6px;
    top: 6px;
    left: 6px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon {
    min-height: 106px;
  }
  .ebattery-form-block .port-item input {
    border-radius: 8px;
  }
  .ebattery-form-block .port-item input:before {
    min-width: 11px;
    min-height: 6px;
    max-width: 11px;
    max-height: 6px;
    border-width: 0 0 2px 2px;
    left: 4px;
    top: 5px;
  }
  .post-items {
    margin: 0 -25px;
  }
  .post-items .post-item {
    margin-bottom: 38px;
    padding: 0 25px;
  }
  .post-item-cover {
    border-radius: 22px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 27px;
    left: 33px;
    font-size: 10px;
    padding: 6px 12px 4px;
    letter-spacing: 1px;
  }
  .post-item-cover .post-info {
    padding: 26px 33px 35px;
  }
  .post-item-cover .post-name {
    margin-bottom: 3px;
    font-size: 20px;
  }
  .post-item-cover .post-date {
    font-size: 12px;
    letter-spacing: 1.75px;
  }
  .post-item-cover .post-desc {
    font-size: 14px;
    padding-top: 11px;
  }
  .post-item-cover .post-actions {
    padding: 14px 33px 15px;
  }
  .post-item-cover .post-actions a {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .blog-search .control:before {
    right: 13px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .blog-search .label {
    padding: 4px 88px 0 0;
    font-size: 26px;
  }
  .blog-search input {
    height: 50px;
    padding: 10px 50px 8px 25px;
  }
  .blog-sf {
    margin: 0 0 33px;
  }
  .blog-sf .toolbar {
    max-width: 254px;
  }
  .blog-sf .ui-select {
    padding: 14px 19px 12px;
    border-radius: 15px;
  }
  .blog-sf .ui-select .ui-select-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    padding-bottom: 1px;
  }
  .blog-sf .ui-select .ui-option-selected {
    padding: 10px 0 0;
    font-size: 12px;
  }
  .blog-sf .ui-select li {
    padding: 16px 20px;
    font-size: 14px;
  }
  .blog-sf .ui-select-options {
    border-radius: 15px;
  }
  .blog-category {
    margin-bottom: 8px;
  }
  .blog-category .category-items .category-item {
    margin: 0 12px 12px 0;
  }
  .blog-category .category-items .category-item.active .item-name {
    padding-right: 34px;
  }
  .blog-category .category-items .category-item.active .item-name:before {
    right: 15px;
  }
  .blog-category .category-items .item-name {
    font-size: 12px;
    padding: 8px 13px 7px 18px;
  }
  .blog-category .category-items .item-name .item-count {
    padding: 2px 0 0;
    margin-top: -2px;
    margin-left: 12px;
    min-width: 27px;
    font-size: 10px;
  }
  .blog-post .blog-toolbar .pages {
    padding: 0 0 20px;
  }
  .blog-post .blog-toolbar .pages .pages-items .page {
    font-size: 14px;
  }
  .blog-post .blog-toolbar .pages .pages-items .item .action:after {
    width: 8px;
    height: 8px;
  }
  .blog-post .blog-toolbar .pages .pages-items .item .action.next {
    padding-right: 2px;
  }
  .blog-post .blog-toolbar .pages .item {
    min-width: 41px;
    min-height: 41px;
    max-height: 41px;
    max-width: 41px;
    margin: 0 4px;
  }
  .mblog-post-index .breadcrumbs,
  .mblog-category-view .breadcrumbs,
  .mblog-post-view .breadcrumbs {
    margin-bottom: 20px;
  }
  .post-content {
    max-width: 915px;
    margin-bottom: 60px;
    --box-radius: 22px;
    --box-padding-x: 50px;
    --box-padding-y: 40px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 21px;
  }
  .post-content .list-box-title {
    font-size: 33px;
    margin-top: 22px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 25px;
  }
  .post-content .list-box-items {
    margin-bottom: 28px;
  }
  .post-content .list-box-item {
    font-size: 22px;
    padding-left: 23px;
    margin-bottom: 16px;
  }
  .post-content .list-box-item a {
    font-size: 22px;
  }
  .post-content .list-box-item:before {
    width: 8px;
    height: 8px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 20px;
    margin: 13px 0;
  }
  .post-content p:has(a) {
    padding: 6px 0;
  }
  .post-content button {
    max-width: 386px;
    margin: 24px auto;
    font-size: 17px;
    letter-spacing: 2.6px;
    padding: 30px 25px 28px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 8px;
    margin-top: 25px;
  }
  .post-content h1 {
    font-size: 53px;
  }
  .post-content h2 {
    font-size: 44px;
  }
  .post-content h3 {
    font-size: 33px;
  }
  .post-content h4 {
    font-size: 26px;
  }
  .post-content h5 {
    font-size: 23px;
  }
  .contact-info-box {
    margin: 60px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 22px;
    flex: 0 0 83px;
    max-width: 83px;
    padding-top: 83px;
  }
  .contact-info-box .contact-info-name {
    font-size: 17px;
    letter-spacing: 2.5px;
    padding-top: 4px;
  }
  .contact-info-box .publiced-date {
    font-size: 12px;
  }
  .contact-info-box .contact-info-text {
    padding-top: 6px;
    letter-spacing: 2px;
    font-size: 14px;
  }
  .contact-info-box .contact-info-social {
    margin-left: 8px;
  }
  .contact-info-box .contact-info-link svg {
    max-width: 29px;
    max-height: 29px;
    min-width: 29px;
    min-height: 29px;
  }
  .bannerCoverBox {
    gap: 16px;
  }
}
@media all and (max-width: 1600px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1500px;
  }
  .tooltips-container {
    padding: 16px 19px 40px;
    border-radius: 14px;
    margin-top: 7px;
  }
  .tooltips-container .tooltips-icon {
    width: 143px;
    height: 24px;
    margin-top: 13px;
  }
  .tooltips-container .tooltips-icon-wrapper span {
    font-size: 10px;
    padding: 14px 18px;
    min-width: 131px;
  }
  .product-info-main .tooltips-container .shortcut-title {
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge {
    padding-top: 7px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge:before {
    transform: scale(0.39);
    top: -38px;
    left: 57px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .col-method {
    padding: 0 0 0 227px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .spc-option {
    margin-bottom: 20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label {
    margin-left: 10px;
    font-size: 13px;
    padding-top: 3px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 430px;
  }
  .account .column .block-info-quotation .block-content {
    padding: 22px 33px;
    border-radius: 22px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 16px;
    padding: 5.5px 0;
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 19px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 14px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 32px;
  }
  .quotation-request-link {
    padding: 14px 19px 13px;
    font-size: 12px !important;
    margin-left: 9px;
    letter-spacing: 1.3px !important;
  }
  .cart-container .qty-note {
    margin: 7px 0 0 4px;
    padding: 7px 22px 5px;
  }
  .cart-container .qty-note:before {
    top: 4px;
    min-width: 15px;
    min-height: 15px;
    left: 5px;
  }
  .cart-container .qty-note span {
    font-size: 11px;
  }
  .cart-container .table-wrapper,
  .columns .order-details-items .table-wrapper,
  .columns .quotation-items .table-wrapper {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .cart-container .table-wrapper thead th,
  .columns .order-details-items .table-wrapper thead th,
  .columns .quotation-items .table-wrapper thead th {
    letter-spacing: 1.872px;
    font-size: 12px;
    padding: 25px 12px;
  }
  .cart-container .table-wrapper thead th.item,
  .cart-container .table-wrapper thead th.name,
  .columns .order-details-items .table-wrapper thead th.item,
  .columns .order-details-items .table-wrapper thead th.name,
  .columns .quotation-items .table-wrapper thead th.item,
  .columns .quotation-items .table-wrapper thead th.name {
    padding-left: 40px;
  }
  .cart-container .table-wrapper .cart.pallet td,
  .columns .order-details-items .table-wrapper .cart.pallet td,
  .columns .quotation-items .table-wrapper .cart.pallet td {
    padding: 20px;
  }
  .cart-container .table-wrapper .cart.pallet .pallet-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .pallet-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .pallet-inner {
    padding: 15px;
    border-radius: 15px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-detail-top-inner {
    padding-left: 15px;
    padding-top: 3px;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar,
  .columns .order-details-items .table-wrapper .cart.pallet .actions-toolbar,
  .columns .quotation-items .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 35px !important;
  }
  .cart-container .cart-summary .shipping,
  .cart-container .cart-summary .cart-totals-wrapper {
    border-radius: 25px;
  }
  .cart-container .cart-summary .quotation-request-link {
    margin-top: -28px;
    margin-bottom: 21px;
  }
  .cart-container .cart-summary .methods {
    padding: 30px 0;
  }
  .cart-container .cart-summary .methods .radiocheck {
    height: 20px;
    width: 20px;
    border-radius: 6px;
  }
  .cart-container .cart-summary .methods .radiocheck:before {
    width: 13px;
    height: 6px;
    top: 4px;
    left: 2px;
  }
  .cart-container .cart-summary .methods .sm-desc {
    padding-left: 37px;
  }
  .cart-container .cart-summary .methods .item-options .choice,
  .block-order-details-view .sm-desc .choice,
  .checkout-success .sm-desc .choice,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice {
    margin: 27px 0 7px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .label,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping > .value,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .label,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping > .value {
    font-size: 11px;
    max-width: 80px;
    padding-top: 52px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label:before,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .label:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping > .value:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .label:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping > .value:before {
    left: -50px;
    transform: scale(0.335);
    top: -55px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .btn-radio,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .btn-radio,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .btn-radio {
    margin-top: 9px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .price,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .price,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .price {
    margin-top: 12px;
  }
  .cart-container .cart-summary .methods .item-options .choice .label,
  .cart-container .cart-summary .methods .item-options .choice > .value,
  .block-order-details-view .sm-desc .choice .label,
  .block-order-details-view .sm-desc .choice > .value,
  .checkout-success .sm-desc .choice .label,
  .checkout-success .sm-desc .choice > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice > .value {
    margin: 0 15px;
    font-size: 12px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price,
  .block-order-details-view .sm-desc .choice .price,
  .block-order-details-view .sm-desc .choice .shipping-price,
  .checkout-success .sm-desc .choice .price,
  .checkout-success .sm-desc .choice .shipping-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-price {
    font-size: 15px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price.discount-original-price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price.discount-original-price,
  .block-order-details-view .sm-desc .choice .price.discount-original-price,
  .block-order-details-view .sm-desc .choice .shipping-price.discount-original-price,
  .checkout-success .sm-desc .choice .price.discount-original-price,
  .checkout-success .sm-desc .choice .shipping-price.discount-original-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .price.discount-original-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-price.discount-original-price {
    font-size: 13px;
  }
  .free-shipping-message p {
    padding: 18px 45px 14px;
  }
  .free-shipping-message p:before {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    left: 6px;
    font-size: 22px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar .quotation-request-link {
    margin: -13px -15px 17px;
  }
  .checkout-shipping-address .shipping-address-items,
  .checkout-billing-address .shipping-address-items,
  .checkout-shipping-address .billing-address-items,
  .checkout-billing-address .billing-address-items {
    display: flex;
    flex-wrap: wrap;
    margin: 3px -7px 0;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item,
  .checkout-billing-address .billing-address-items .shipping-address-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item,
  .checkout-billing-address .shipping-address-items .billing-address-item,
  .checkout-shipping-address .billing-address-items .billing-address-item,
  .checkout-billing-address .billing-address-items .billing-address-item {
    padding: 7px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    border-radius: 24px;
    padding: 40px 29px 29px 30px;
    font-size: 13px;
    min-height: 265px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    font-size: 13px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar {
    margin-top: 25px;
  }
  .checkout-shipping-method .shipping-discount-wrapper:before {
    margin-right: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row {
    padding: 25px 25px 25px 44px;
    min-height: 98px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:last-child {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.row-pickup-date .col-method:nth-child(2) {
    padding: 0 0 0 227px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method:first-child {
    padding: 0 35px 0 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value*=gls_] + .radiocheck {
    margin-top: 13px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-desc {
    max-width: 450px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center {
    font-size: 13px;
    padding: 0 10px 0 170px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping:before {
    left: 61px;
    top: -10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.knp_knp:before {
    top: -6px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price {
    font-size: 15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price.discount-original-price {
    font-size: 13px;
    margin-top: 3px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 17px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .ops-option {
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .radiocheck {
    margin-right: 8px;
  }
  .checkout-shipping-method .pickup-date {
    padding: 6px 11px 4px;
    flex: 0 0 90px;
    margin-right: 7px;
    border-radius: 7px;
  }
  .checkout-shipping-method .pickup-date .day-name {
    font-size: 12px;
  }
  .checkout-shipping-method .pickup-date .day-month {
    font-size: 15px;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 25px;
  }
  .form-shipping-address,
  .checkout-payment-method .billing-address-form,
  .form-create-account,
  .account .form-address-edit,
  .account .form-edit-account {
    padding: 30px;
  }
  .customer-account-login .lbl-checkbox,
  .customer-account-forgotpassword .lbl-checkbox,
  .customer-account-create .lbl-checkbox,
  .customer-account-createpassword .lbl-checkbox {
    min-width: 21px;
    min-height: 21px;
    max-width: 21px;
    max-height: 21px;
  }
  .customer-account-login .lbl-checkbox input,
  .customer-account-forgotpassword .lbl-checkbox input,
  .customer-account-create .lbl-checkbox input,
  .customer-account-createpassword .lbl-checkbox input {
    border-radius: 7px;
  }
  .customer-account-login .lbl-checkbox input:before,
  .customer-account-forgotpassword .lbl-checkbox input:before,
  .customer-account-create .lbl-checkbox input:before,
  .customer-account-createpassword .lbl-checkbox input:before {
    width: 11px;
    height: 5px;
    top: 5px;
    left: 4px;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 20px 32px 42px;
    max-width: calc(33.33% - 31px);
    border-radius: 20px;
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 5px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 18px;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 40px 0 0 !important;
  }
  .form-note {
    margin-bottom: 20px;
  }
  .newsletter-main-part {
    padding: 39px;
  }
  .newsletter-main-part .newsletter-main .newsletter-title {
    font-size: 20px;
  }
  .newsletter-main-part .newsletter-main .newsletter-cover {
    margin-right: 25px;
  }
  .newsletter-main-part .newsletter-main .content {
    max-width: 480px;
  }
  .newsletter-main-part .newsletter-main .content .actions .subscribe {
    padding: 11.5px 21px;
    min-width: 106px;
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content #newsletter-error {
    padding-top: 0;
  }
  .newsletter-main-part .newsletter-main .content input {
    font-size: 11px;
    padding: 7.5px 15px 3.5px;
  }
  .newsletter-main-part .newsletter-main .content input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input:-moz-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input::-moz-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input::-ms-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input:-ms-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input::placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content .subscribe {
    padding: 4px;
  }
  .mageplaza-fbt-content {
    padding: 34px 0;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 267px;
    max-width: 267px;
    padding: 0 34px;
  }
  .mageplaza-fbt-content .product-item:after {
    top: 100px;
    font-size: 29px;
    right: -8px;
  }
  .mageplaza-fbt-content .action.mpfbt-tocart {
    font-size: 12px;
    padding: 18px;
    max-width: 273px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price {
    padding-bottom: 60px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price {
    font-size: 37px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price-wrapper .ttc {
    font-size: 19px;
    top: -3px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-checkbox-label {
    margin-top: 15px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox:before {
    top: 7px;
    left: 6px;
  }
  .mageplaza-fbt-content .product-image {
    padding: 30px;
    border-radius: 20px;
  }
  .mageplaza-fbt-content .item-qty {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .mageplaza-fbt-content .item-price {
    font-size: 18px;
  }
  .mageplaza-fbt-content .stock-status {
    margin-top: 8px;
    font-size: 14px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    margin-bottom: 10px;
    max-height: 43px;
  }
  .mageplaza-fbt-content .product-brand a,
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    font-size: 12px;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.78);
  }
  .message.info,
  .message.error,
  .message.warning,
  .message.notice,
  .message.success {
    padding: 19px 45px 17px;
    font-size: 12px;
  }
  .message.info > *:first-child:before,
  .message.error > *:first-child:before,
  .message.warning > *:first-child:before,
  .message.notice > *:first-child:before,
  .message.success > *:first-child:before {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    left: 6px;
    font-size: 12px;
  }
  .custom-label,
  .field label,
  .field .label,
  .wishlist-index-index .product-item .item-inner .comment-box .field-inner label {
    font-size: 11px;
    letter-spacing: 1.602px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 14px 21px 0;
  }
  .custom-field-box select,
  .field select,
  .wishlist-index-index .comment-box select {
    background-size: 9px;
  }
  .custom-input,
  .field input,
  .field select,
  .field textarea,
  .wishlist-index-index .comment-box textarea {
    height: 38px;
    font-size: 12px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 21px;
  }
  .custom-input::-webkit-input-placeholder,
  .field input::-webkit-input-placeholder,
  .field select::-webkit-input-placeholder,
  .field textarea::-webkit-input-placeholder,
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .custom-input:-moz-placeholder,
  .field input:-moz-placeholder,
  .field select:-moz-placeholder,
  .field textarea:-moz-placeholder,
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 12px;
  }
  .custom-input::-moz-placeholder,
  .field input::-moz-placeholder,
  .field select::-moz-placeholder,
  .field textarea::-moz-placeholder,
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 12px;
  }
  .custom-input::-ms-placeholder,
  .field input::-ms-placeholder,
  .field select::-ms-placeholder,
  .field textarea::-ms-placeholder,
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 12px;
  }
  .custom-input:-ms-placeholder,
  .field input:-ms-placeholder,
  .field select:-ms-placeholder,
  .field textarea:-ms-placeholder,
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 12px;
  }
  .custom-input::placeholder,
  .field input::placeholder,
  .field select::placeholder,
  .field textarea::placeholder,
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 12px;
  }
  .header-wrapper-right {
    padding-left: 32px;
  }
  .nav-link1 {
    display: none;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 14px;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 25px 35px;
  }
  .page-footer .customer-support .cusSupport-inner:before {
    min-width: 40px;
    min-height: 40px;
    margin-right: 10px;
  }
  .page-footer .footerContentMain,
  .page-footer .footerCopyright {
    padding-right: 77px;
    padding-left: 77px;
  }
  .page-footer .footer.content {
    margin-top: 50px;
  }
  .page-footer .footerContentMain {
    padding-top: 63px;
  }
  .page-footer .footerContentMain .footerLeft .logo {
    margin: 0 0 20px;
    max-width: 140px;
  }
  .page-footer .footerContentMain .footerLeft .logo img {
    max-height: 55px;
  }
  .page-footer .footerContentMain .footerLeft .footerLeftBottom {
    margin-top: 33px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem {
    flex: 0 0 23px;
    max-width: 23px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem svg {
    max-height: 23px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem:not(:last-child) {
    margin-right: 7px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox {
    margin-bottom: 33px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem {
    flex: 0 0 62px;
    max-width: 62px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem svg {
    max-height: 62px;
  }
  .page-footer .footerContentMain .footerLeft .footerCardTitle {
    margin-bottom: 12px;
  }
  .page-footer .footerContentMain .footerCardTitle {
    font-size: 12px;
    letter-spacing: 1.874px;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    min-width: 47px;
    min-height: 30px;
    max-width: 47px;
    max-height: 30px;
    margin-right: 7px;
    margin-bottom: 8px;
  }
  .page-footer .footerContentMain .footerRight .footerLinkBox .footLink {
    font-size: 11px;
    line-height: 23px;
  }
  .page-footer .footerContentMain .footerRight .footerCol {
    margin-bottom: 60px;
  }
  .page-footer .footerContentMain .footerLefText {
    font-size: 12px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.78);
  }
  .guarantee-icon {
    top: 232px;
    left: 30px;
  }
  .made-in-europe {
    top: 244px;
    right: 30px;
  }
  .livraison-gratuite {
    right: 10px;
    top: 2px;
    max-width: 95px;
  }
  .catalog-product-view .guarantee-icon {
    top: 353px;
    left: 20px;
  }
  .catalog-product-view .guarantee-icon svg {
    max-width: 105px;
    max-height: 105px;
  }
  .catalog-product-view .made-in-europe {
    top: 371px;
    right: 51px;
  }
  .catalog-product-view .made-in-europe svg {
    max-width: 83px;
    max-height: 83px;
  }
  .single-banner-container > div {
    max-height: 448px;
  }
  .newtopheader {
    padding: 7px 0;
  }
  .newtopheader .newtopheader-ship,
  .newtopheader .newtopheader-maga,
  .newtopheader .newtopheader-cont {
    font-size: 13px;
  }
  .newtopheader .newtopheader-right .newtopheader-link {
    font-size: 15px;
    padding-left: 24px;
  }
  .newtopheader .newtopheader-right .newtopheader-link:before {
    font-size: 16px;
    transform: translateY(-58%);
  }
  .newtopheader .newtopheader-ship {
    padding-left: 23px;
  }
  .newtopheader .newtopheader-ship:before {
    top: 43%;
    font-size: 16px;
  }
  .block-faq-list,
  .block-products-list,
  .block-category-list,
  .block-brand-list {
    margin: 60px 0;
  }
  .block .block-title {
    line-height: 1;
  }
  .block .block-title strong {
    font-size: 25px;
    margin-bottom: 13px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -22px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 22px 22px 0;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-name {
    font-size: 13px;
    line-height: 1.2;
  }
  .block-products-list .products-grid .product-items .product-item-details .btn-link {
    padding: 13px 18px 11px;
    margin-top: 30px;
    font-size: 9px;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box {
    padding: 4px 10px 0 0;
    margin: 11px 0 auto;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box .price {
    font-size: 24px;
  }
  .block-products-list .products-grid .product-items .product-item-details .badge {
    font-size: 10px;
    padding: 6px 8px 3px;
    margin-bottom: 14px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand {
    margin-bottom: 4px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand a {
    font-size: 14px;
  }
  .block-products-list .products-grid .product-items .product-item-info .product-item-photo {
    margin: 0 auto 35px;
  }
  .block-faq-list .block-content .faq-img {
    margin-bottom: 24px;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 19px;
  }
  .block-faq-list .block-content .artical-list li {
    padding-left: 30px;
  }
  .block-faq-list .block-content .artical-list li:not(:last-child) {
    margin-bottom: 14px;
  }
  .block-faq-list .block-content .artical-list li:before {
    font-size: 16px;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 13px;
    line-height: 1.3;
    display: block;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 10px 0 24px;
  }
  .block-faq-list .block-content .faq-desc p {
    font-size: 13px;
  }
  .block-faq-list .block-content .faq-desc p:first-child {
    max-height: 58px;
  }
  .block-category-list .block-content .category-item {
    padding: 50px 0;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 14px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.7);
    margin-bottom: 15px;
  }
  .block-brand-list .block-content {
    padding: 15px 0;
  }
  .block-brand-list .block-content .brandList {
    transform: scale(0.7);
    margin-left: -20px;
  }
  .page-title-wrapper {
    margin: 18px 0 14px;
  }
  .breadcrumbs .items .item {
    padding: 13px 0 10px;
  }
  .breadcrumbs .items .item:after {
    margin: 0 6px;
    font-size: 8px;
  }
  .breadcrumbs .items .item a,
  .breadcrumbs .items .item strong {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 13px;
    padding: 10px 4px 7px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper {
    margin: 22px 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .info-title,
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .stock-text {
    font-size: 17px;
    line-height: 1;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .sap-stock-info .stock-count {
    font-size: 14px;
    padding: 6px 10px 5px;
    margin-top: -3px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .platform-stock {
    font-size: 14px;
    margin-top: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders {
    margin-top: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item {
    padding-left: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item:before {
    top: 39%;
    min-width: 4px;
    min-height: 4px;
    max-width: 4px;
    max-height: 4px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title {
    font-size: 17px;
    padding: 22px 22px 20px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title:before,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title:before,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title:before {
    min-width: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-clear {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current strong {
    font-size: 17px;
    margin-top: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current + .filter-actions {
    margin-bottom: 14px;
    margin-top: 4px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .remove {
    top: 51%;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item {
    margin: 0 8px 6px 0;
    padding: 5px 30px 2px 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item .filter-value {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs {
    height: 50px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-slider {
    min-width: 16px;
    min-height: 16px;
    top: 22px;
    width: 16px;
    height: 16px;
    border-width: 5px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-min,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-max {
    font-size: 11px;
    bottom: -9px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-from,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-to,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-single {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-bar,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-line {
    top: 28px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content {
    padding: 13px 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item {
    margin: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item a {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content {
    padding: 13px 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item {
    margin: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item a {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content input[type="checkbox"] {
    margin-right: 9px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content input[type="checkbox"]:before {
    top: 4px;
    left: 4px;
    width: 11px;
    height: 6px;
    border-width: 0 0 2px 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item {
    padding: 28px 30px 23px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .tocart {
    padding: 21px 20px 19px;
    font-size: 13px;
    letter-spacing: 2.5px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    padding: 11px 4px 8px;
    font-size: 13px;
    margin-bottom: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-item-name {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sku {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price {
    font-size: 16px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 16px;
    padding-left: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .ttc {
    margin-top: -14px;
    padding: 0 10px 0 3px;
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box {
    margin: 18px 0 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions {
    margin-top: 4px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions a {
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary svg {
    height: 16px;
    width: 100px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .abs-product-link {
    margin-bottom: 13px;
    margin-top: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .badge {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 7px 16px 3px;
    margin-bottom: 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer {
    margin-bottom: 13px;
    margin-top: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .value {
    font-size: 31px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .lable {
    font-size: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col {
    height: 69px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col:after {
    top: 38%;
    font-size: 25px;
  }
  .page-title-wrapper .page-title {
    font-size: 26px;
  }
  .page-products .product-item-info .product-item-details .product-item-inner {
    padding-top: 4px;
  }
  .catalog-product-view .product.media .promotion-timer {
    width: 227px;
    right: 50px;
    top: 17px;
  }
  .catalog-product-view .product.media .promotion-timer .value {
    font-size: 26px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col {
    height: 60px;
    max-width: 40px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col:after {
    font-size: 20px;
    top: 14px;
  }
  .catalog-product-view .product.media .promotion-timer .lable {
    font-size: 9px;
  }
  .catalog-product-view.page-layout-1column .product.media {
    padding-right: 30px;
  }
  .catalog-product-view .stock,
  .catalog-product-view .stock-qty {
    margin-bottom: 0;
    min-height: 24px;
  }
  .catalog-product-view .stock .stock-text,
  .catalog-product-view .stock-qty .stock-text {
    font-size: 15px;
  }
  .catalog-product-view .stock .stock-count,
  .catalog-product-view .stock-qty .stock-count {
    font-size: 14px;
  }
  .catalog-product-view .stock:after,
  .catalog-product-view .stock-qty:after {
    font-size: 16px;
  }
  .catalog-product-view .prdct-cont-in1,
  .catalog-product-view .prdct-cont-in2 {
    padding-bottom: 4px;
    padding-left: 14px;
  }
  .catalog-product-view .prdct-cont-in1:before,
  .catalog-product-view .prdct-cont-in2:before {
    min-width: 4px;
    min-height: 4px;
    max-width: 4px;
    max-height: 4px;
  }
  .catalog-product-view .prdct-cont-in1 .btm-cont,
  .catalog-product-view .prdct-cont-in2 .btm-cont {
    font-size: 14px;
  }
  .catalog-product-view .sap-arrrival-orders {
    margin: 6px 0 11px;
  }
  .catalog-product-view .sap-arrrival-orders .supplier-order-item {
    font-size: 13px;
  }
  .catalog-product-view .platform-stock {
    font-size: 14px;
  }
  .catalog-product-view .title-main {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .catalog-product-view .breadcrumbs {
    margin-bottom: 25px;
  }
  .prices-tier .price {
    font-size: 17px;
  }
  .prices-tier .price-container {
    padding-top: 6px;
  }
  .prices-tier .tier-buy {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    color: #ffffff;
    padding: 3.5px 12px 3.5px 3.5px;
    z-index: 8;
    margin-left: 3px;
    font-style: italic;
    white-space: nowrap;
  }
  .prices-tier .tier-buy:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 1px;
    z-index: -1;
    right: 1px;
    transform: skewX(-550deg);
    background: #085ac3;
  }
  .prices-tier .tier-qty {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background: #002750;
    font-style: italic;
    clip-path: polygon(5% 7%, 100% 0%, 94% 100%, 0% 100%);
    -webkit-clip-path: polygon(5% 7%, 100% 0%, 94% 100%, 0% 100%);
    position: relative;
    z-index: 9;
    white-space: nowrap;
    margin-top: -3px;
    padding: 5px 5px 1px 4px;
    display: block;
  }
  .prices-tier .item {
    padding: 11px 20px 11px 15px;
  }
  .prices-tier .item:last-child {
    margin-bottom: 0;
  }
  .prices-tier .item.selected .radio-btn:before {
    transform: scale(1);
  }
  .prices-tier .item .ecotax {
    display: none;
  }
  .prices-tier .item .tier-text {
    margin-right: 9px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .prices-tier .item .tier-price-qty {
    font-size: 15px;
    padding-top: 0;
  }
  .prices-tier .item .price {
    font-size: 15px;
  }
  .prices-tier .item .radio-btn {
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    margin-right: 6px;
  }
  .prices-tier .item .radio-btn:before {
    min-width: 8px;
    max-width: 8px;
    min-height: 8px;
    max-height: 8px;
    top: 9px;
    left: 9px;
  }
  .prices-tier .item .price-label {
    font-size: 17px;
  }
  .prices-tier .item .price-label span {
    top: -3px;
    font-size: 11px;
  }
  .qty-note {
    padding: 8px 30px 7px;
    margin-bottom: 16px;
  }
  .qty-note span {
    font-size: 11px;
  }
  .qty-note:before {
    font-size: 16px;
    left: 7px;
    top: 5px;
  }
  .product-info-right {
    padding: 22px 22px 0;
  }
  .product-info-right .not-stock-section .not-stock {
    font-size: 12px;
    padding: 18px 30px;
  }
  .product-info-right .not-stock-section .fieldset-stock-alert {
    margin-bottom: 13px;
  }
  .product-info-right .not-stock-section .stock .action {
    font-size: 10px;
  }
  .product-info-right .sap-stock-info {
    margin-bottom: 17px;
    margin-top: 17px;
  }
  .product-info-right .sap-stock-info.precommande .stock:after,
  .product-info-right .sap-stock-info.bundle .stock:after,
  .product-info-right .sap-stock-info.surcommande .stock:after,
  .product-info-right .sap-stock-info.precommande .stock-qty:after,
  .product-info-right .sap-stock-info.bundle .stock-qty:after,
  .product-info-right .sap-stock-info.surcommande .stock-qty:after {
    top: 0;
  }
  .product-info-right .real-qty-text,
  .product-info-right .sap-delay-day,
  .product-info-right .sap-delay-text,
  .product-info-right .sap-exptd-date,
  .product-info-right .sap-exptd-qty,
  .product-info-right .coupon {
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 9px 5px 6px;
    border-radius: 9px;
  }
  .product-info-right .price-container .weee {
    bottom: -10px;
  }
  .product-info-right .price-container .weee:before,
  .product-info-right .price-container .weee .price {
    font-size: 10px;
  }
  .product-info-right .product-info-price .price-box {
    margin: 0 0 11px;
    min-height: 57px;
  }
  .product-info-right .product-info-price .price-box .save-percent {
    font-size: 18px;
    min-width: 57px;
    min-height: 57px;
    max-width: 57px;
    max-height: 57px;
  }
  .product-info-right .product-info-price .price-box .old-price-wrapper .price-container .price-wrapper .price {
    font-size: 18px;
  }
  .product-info-right .product-info-price .price-box .price-container {
    padding: 0 4px 0 0;
  }
  .product-info-right .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 31px;
  }
  .product-info-right .product-info-price .price-box .ttc {
    font-size: 17px;
  }
  .product-info-right .box-tocart {
    margin: 18px 0 0;
  }
  .product-info-right .box-tocart .qty-note {
    margin-top: 16px;
  }
  .product-info-right .actions {
    margin-bottom: 15px;
  }
  .product-info-right .actions .action {
    font-size: 12px;
    padding: 19px 19px 16px;
  }
  .product-info-right .qty .control {
    margin: 0 auto 11px;
    height: 53px;
    padding: 0 7px;
  }
  .product-info-right .qty .control span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
    font-size: 22px;
    padding-top: 9px;
    padding-left: 2px;
  }
  .product-info-right .qty .input-text,
  .product-info-right .qty .item-qty {
    font-size: 14px;
    max-width: 52px;
  }
  .product-info-right .product-social-links {
    margin: auto -22px 0;
    padding: 17px 22px;
  }
  .product-info-right .product-social-links a {
    margin: 0 15px;
    font-size: 9px;
  }
  .product-info-right .product-social-links a.towishlist:before {
    font-size: 24px;
  }
  .product-info-right .product-social-links a.toshare:before {
    font-size: 22px;
  }
  .product-info-main .product-reviews-summary {
    margin-bottom: 18px;
  }
  .product-info-main .product-reviews-summary svg {
    width: 78px;
  }
  .product-info-main .product-reviews-summary .reviews-actions a {
    font-size: 12px;
    margin-left: 6px;
  }
  .product-info-main .page-title-wrapper {
    margin: 3px 0 4px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .product-info-main .product.attribute.sku {
    font-size: 12px;
    margin: 4px 0 18px;
  }
  .product-info-main .product .delivery-info {
    padding-top: 14px;
  }
  .product-info-main .product .delivery-info .type {
    margin-bottom: 10px;
    font-size: 21px;
    padding-right: 27px;
  }
  .product-info-main .product .delivery-info .type:before {
    top: 4px;
    font-size: 18px;
  }
  .product-info-main .product.overview {
    margin: 18px 0 0;
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .product-info-main .product.overview .type {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .product-info-main .product.overview p {
    font-size: 14px;
  }
  .product-info-main .product.overview li {
    font-size: 14px;
    padding-left: 14px;
  }
  .product-info-main .product.overview li:before {
    min-width: 4px;
    min-height: 4px;
    max-width: 4px;
    max-height: 4px;
  }
  .product-info-main .delivery-info {
    padding-top: 15px;
  }
  .product-info-main .delivery-info .type {
    padding-right: 26px;
    font-size: 19px;
    margin-bottom: 9px;
  }
  .product-info-main .delivery-info .type:before {
    top: 3px;
    font-size: 16px;
  }
  .produc-brand-name {
    margin-top: 18px;
  }
  .produc-brand-name a {
    font-size: 18px;
  }
  .product-page-promo-banner .promo-banner {
    min-height: 141px;
    padding: 35px 36px 33px 77px;
  }
  .product-page-promo-banner .promo-banner:before {
    font-size: 24px;
    left: 27px;
    top: 37px;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 23px;
  }
  .product-page-promo-banner .promo-banner .title {
    font-size: 46px;
  }
  .product-info-description .title-main,
  .product-info-description .description-content {
    padding-left: 37px;
    padding-right: 37px;
  }
  .product-info-description .title-main {
    font-size: 18px;
    margin: 0 -37px 27px !important;
  }
  .product-info-description h1 {
    font-size: 21px;
  }
  .product-info-description h2,
  .product-info-description h3,
  .product-info-description h4,
  .product-info-description h5,
  .product-info-description h6 {
    font-size: 14px;
  }
  .product-info-description h3 {
    font-size: 16px;
  }
  .product-info-description h2 {
    font-size: 19px;
  }
  .product-info-description h5,
  .product-info-description h6 {
    font-size: 13px;
  }
  .product-info-description p,
  .product-info-description .file-download-info,
  .product-info-description div {
    font-size: 14px;
  }
  .product-info-description ul li {
    font-size: 14px;
    padding-left: 20px;
  }
  .product-info-description ul li:before {
    top: 6px;
  }
  .info-guide-main.has-attachments .pdf-attachments .info-title {
    padding: 27px 35px 22px;
    font-size: 19px;
  }
  .info-guide-main .title-main {
    font-size: 21px;
  }
  .info-guide-main .am-fileline .am-filelink {
    font-size: 15px;
  }
  .info-guide-main .product-extra-info,
  .info-guide-main .pdf-attachments {
    padding: 0 35px;
  }
  .info-guide-main .product-extra-info .info-title,
  .info-guide-main .pdf-attachments .info-title {
    margin: 0 -35px;
  }
  .info-guide-main .product-extra-info p,
  .info-guide-main .pdf-attachments p {
    font-size: 13px;
  }
  .info-guide-main .product-extra-info ul li,
  .info-guide-main .pdf-attachments ul li {
    font-size: 15px;
  }
  .info-guide-main .product-extra-info ul li:before,
  .info-guide-main .pdf-attachments ul li:before {
    top: 7px;
  }
  .info-guide-main .pdf-attachments .am-attachments .am-filelink {
    font-size: 15px;
  }
  .specification .sp-title {
    font-size: 19px;
    padding: 26px 35px 16px;
  }
  .sp-group .sp-row .sp-label,
  .sp-group .sp-row .sp-value {
    font-size: 14px;
    padding: 10px 35px;
  }
  .bundle-options-container .custom-kit-part .img-block {
    flex: 0 0 95px;
    max-width: 95px;
    min-height: 95px;
    max-height: 95px;
    border-radius: 16px;
    margin-right: 10px;
  }
  .bundle-options-container .custom-kit-part .img-block img {
    padding: 8px;
  }
  .bundle-options-container .custom-kit-part .custom-select-part {
    margin-bottom: 7px;
  }
  .bundle-options-container .custom-kit-part .selection-info-bottom .option-info-right {
    padding-top: 5px;
    padding-left: 2px;
  }
  .bundle-options-container .custom-kit-part .qty-part-in {
    font-size: 12px;
    margin: 0 0 4px;
  }
  .bundle-options-container .custom-kit-part .custom-list-part {
    flex-grow: 1;
    display: flex;
  }
  .bundle-options-container .custom-kit-part .custom-price {
    margin-bottom: 6px;
  }
  .bundle-options-container .custom-kit-part .custom-price .price {
    font-size: 18px;
  }
  .bundle-options-container .custom-kit-part .stock-status {
    font-size: 11px;
  }
  .bundle-options-container .custom-kit-part .nice-select:after {
    margin-top: -6px;
    height: 7px;
    width: 7px;
    right: 15px;
    border-color: #002750;
  }
  .bundle-options-container .custom-kit-part select {
    background-color: transparent;
  }
  .bundle-options-container .custom-kit-part .nice-select,
  .bundle-options-container .custom-kit-part .product-name {
    padding: 11px 40px 8px 16px;
    border-radius: 15px;
    font-size: 11px;
  }
  .bundle-options-container .custom-kit-part .nice-select .option,
  .bundle-options-container .custom-kit-part .product-name .option {
    font-size: 11px;
  }
  .bundle-options-container .custom-kit-part .nice-select .price-container .price-wrapper span,
  .bundle-options-container .custom-kit-part .product-name .price-container .price-wrapper span {
    font-size: 16px;
  }
  .bundle-options-container .ul-bundle-options-list {
    padding: 23px 0;
  }
  .bundle-options-container .ul-bundle-options-list .field {
    padding: 10px 34px;
  }
  .bundle-options-container .ul-bundle-options-list .field:after {
    font-size: 29px;
    top: 23px;
  }
  .account .column .block-title strong,
  .mst-rma-box__title strong,
  .account .MultiFile-intercepted .block .title strong,
  .account .order-tracking .tracking-title strong,
  .account .mst-rma-create__order-header strong,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header strong {
    font-size: 19px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 10px);
    padding: 17px 23px 25px;
    border-radius: 22px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 60px;
  }
  .account .column .block-content .box .default-address {
    transform: scale(0.85) translate(11px, -4px);
  }
  .account .column .block-content .empty {
    padding: 22px 40px;
  }
  .account .column .block-content .empty.message {
    padding: 9px 28px;
  }
  .account .column .box-title {
    font-size: 18px;
    margin: 0 -23px 18px;
    padding: 0 23px 11px;
  }
  .account .column .box-content {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .account .column .box-content .phone {
    margin-top: 5px;
  }
  .account .column .box-actions .action {
    font-size: 9.5px;
    letter-spacing: 1.4px;
    padding: 16px 25px 14px;
    margin-right: 7px;
  }
  .account .column > .block {
    margin-bottom: 35px;
  }
  .account .column .table-wrapper {
    border-radius: 22px;
  }
  .account .column .table-wrapper .message {
    margin: 9px;
  }
  .account .column .table-wrapper thead tr th {
    letter-spacing: 1.872px;
    font-size: 12px;
    padding: 25px 12px;
  }
  .account .column .table-wrapper thead tr th.id,
  .account .column .table-wrapper thead tr th.col-number {
    padding-left: 40px;
  }
  .account .column .table-wrapper tbody tr td {
    font-size: 11px;
    padding: 20px 8px 15px;
    line-height: 1;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 12px 15px 10px;
    letter-spacing: 1.3px;
    font-size: 9px;
    max-width: 137px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    transform: scale(0.25);
    margin: -20px -8px -18px -20px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    font-size: 9px;
    letter-spacing: 0.9px;
    padding: 11px 20px 9px;
  }
  .account .column .table-wrapper tbody tr td.track {
    padding: 11px 8px 6px;
    line-height: 1.2;
  }
  .account .column .table-wrapper tr td.id,
  .account .column .table-wrapper tr th.id,
  .account .column .table-wrapper tr td.col-number,
  .account .column .table-wrapper tr th.col-number {
    padding-left: 40px;
  }
  .account .column .table-wrapper tfoot .mark {
    padding-left: 525px;
  }
  .account .column .table-wrapper tfoot .amount {
    padding-right: 80px;
  }
  .account .column .table-wrapper tfoot tr td,
  .account .column .table-wrapper tfoot tr th {
    font-size: 13px;
  }
  .account .column .table-wrapper tfoot tr:first-child th,
  .account .column .table-wrapper tfoot tr:first-child td {
    padding-top: 14px;
  }
  .account .column .table-wrapper tfoot .grand_total_incl td,
  .account .column .table-wrapper tfoot .grand_total_incl th {
    font-size: 19px;
  }
  .account .column .table-wrapper tfoot .tax td,
  .account .column .table-wrapper tfoot .tax th {
    padding-bottom: 13px;
  }
  .account .column .table-wrapper .product-item-details .am-attachments-order-view {
    margin-top: 5px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink {
    line-height: 1;
    padding: 6px 0 5px 27px;
    font-size: 11px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink:before {
    transform: translateY(-50%) scale(0.8);
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 14px;
    padding: 21px 37px 15px;
    letter-spacing: 0.7px;
  }
  .account .sidebar.sidebar-main .block.account-nav {
    border-radius: 22px;
  }
  .account .order-links {
    margin-bottom: 16px;
  }
  .account .order-links .item {
    max-width: 211px;
  }
  .account .order-links .item:last-child {
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
  }
  .account .order-links .item:first-child {
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
  }
  .account .order-links .item strong,
  .account .order-links .item a {
    padding: 20px 14px 17px;
    font-size: 11px;
    letter-spacing: 1.6px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 9px;
    letter-spacing: 0.9px;
    padding: 6px 11px 4px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .columns .order-details-items,
  .columns .quotation-items {
    margin-bottom: 33px;
  }
  .columns .order-details-items .table-wrapper .mst-rma-list tbody td,
  .columns .quotation-items .table-wrapper .mst-rma-list tbody td {
    font-size: 11px !important;
  }
  .columns .order-details-items .table-wrapper thead th.subtotal,
  .columns .quotation-items .table-wrapper thead th.subtotal,
  .columns .order-details-items .table-wrapper thead th.total,
  .columns .quotation-items .table-wrapper thead th.total {
    padding-right: 80px;
  }
  .columns .order-details-items .table-wrapper tbody td,
  .columns .quotation-items .table-wrapper tbody td {
    font-size: 13px !important;
  }
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.total,
  .columns .quotation-items .table-wrapper tbody td.total {
    padding-right: 80px;
  }
  .columns .order-details-items .table-wrapper tbody td.discount .price,
  .columns .quotation-items .table-wrapper tbody td.discount .price,
  .columns .order-details-items .table-wrapper tbody td.total .price,
  .columns .quotation-items .table-wrapper tbody td.total .price {
    font-size: 19px;
  }
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.col-action {
    padding-top: 60px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td,
  .columns .quotation-items.invoice .table-wrapper tbody td,
  .columns .order-details-items.shipments .table-wrapper tbody td,
  .columns .quotation-items.shipments .table-wrapper tbody td,
  .columns .order-details-items.creditmemo .table-wrapper tbody td,
  .columns .quotation-items.creditmemo .table-wrapper tbody td {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.name,
  .columns .quotation-items.invoice .table-wrapper tbody td.name,
  .columns .order-details-items.shipments .table-wrapper tbody td.name,
  .columns .quotation-items.shipments .table-wrapper tbody td.name,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.name,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.name,
  .columns .order-details-items.invoice .table-wrapper tbody td.value,
  .columns .quotation-items.invoice .table-wrapper tbody td.value,
  .columns .order-details-items.shipments .table-wrapper tbody td.value,
  .columns .quotation-items.shipments .table-wrapper tbody td.value,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.value,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.value {
    padding-left: 44px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.invoice .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.shipments .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.shipments .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.invoice .table-wrapper tbody td.price .price,
  .columns .quotation-items.invoice .table-wrapper tbody td.price .price,
  .columns .order-details-items.shipments .table-wrapper tbody td.price .price,
  .columns .quotation-items.shipments .table-wrapper tbody td.price .price,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.price .price,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.price .price {
    font-size: 19px;
  }
  .columns .order-details-items.creditmemo tbody tr td.subtotal,
  .columns .quotation-items.creditmemo tbody tr td.subtotal {
    padding-right: 12px;
  }
  .columns .order-details-items.creditmemo thead th.subtotal,
  .columns .quotation-items.creditmemo thead th.subtotal {
    padding-right: 12px;
  }
  .columns .order-details-items .comments,
  .columns .quotation-items .comments {
    border-radius: 20px;
    padding: 0 18px 18px;
  }
  .columns .order-details-items .comments .subtitle,
  .columns .quotation-items .comments .subtitle {
    letter-spacing: 1.872px;
    font-size: 12px;
    padding: 18px;
    margin: 0 -18px;
  }
  .columns .order-details-items .comments .comments,
  .columns .quotation-items .comments .comments {
    margin-bottom: 13px;
    padding: 14px;
    border-radius: 13px;
  }
  .columns .order-details-items .comments .text,
  .columns .quotation-items .comments .text {
    font-size: 14px;
  }
  .columns .order-details-items .comments .date,
  .columns .quotation-items .comments .date {
    padding-top: 5px;
    font-size: 11px;
  }
  .block-order-details-view,
  .mst-rma-create__order .rma-new-step2 .block-content {
    margin-top: 14px;
    padding: 23px;
    border-radius: 22px;
  }
  .block-order-details-view .block-content,
  .mst-rma-create__order .rma-new-step2 .block-content .block-content {
    padding: 26px;
    border-radius: 20px;
    margin-bottom: 15px;
    max-width: calc(50% - 14px);
  }
  .block-order-details-view .shipping-method-logo.freeshipping_freeshipping + .box-content .payment-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo.freeshipping_freeshipping + .box-content .payment-description {
    font-size: 11px;
    max-width: 140px;
  }
  .customer-address-index.account .column .block-content .box {
    padding: 32px 27px 26px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 15px;
  }
  .wishlist-index-index .form-wishlist-items {
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar {
    padding: 22px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .action {
    letter-spacing: 1.8px;
    padding: 15px 23px 12px;
    margin-right: 5px;
    font-size: 9px;
  }
  .wishlist-index-index .wishlist-toolbar {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    padding: 7px 25px;
  }
  .wishlist-index-index .product-item {
    padding: 22px !important;
  }
  .wishlist-index-index .col-detail {
    padding-right: 15px;
    max-width: 32%;
    flex: 0 0 32%;
  }
  .wishlist-index-index .col-detail .product-item-photo {
    flex: 0 0 97px;
    height: 97px;
    max-width: 97px;
  }
  .wishlist-index-index .col-detail .product-item-photo .product-item-photo {
    border-radius: 14px;
  }
  .wishlist-index-index .col-detail .product-item-name a,
  .wishlist-index-index .col-detail .product-brand a {
    font-size: 14px;
  }
  .wishlist-index-index .col-detail .product-item-name {
    margin-bottom: 0;
  }
  .wishlist-index-index .col-detail .product-item-right {
    padding-left: 12px;
  }
  .wishlist-index-index .col-detail .price-box {
    padding-top: 5px;
  }
  .wishlist-index-index .col-detail .special-price .price {
    font-size: 14px;
  }
  .wishlist-index-index .col-detail .old-price .price {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box {
    flex: 0 0 250px;
    max-width: 250px;
  }
  .wishlist-index-index .comment-box .field-inner {
    border-radius: 15px;
  }
  .wishlist-index-index .comment-box textarea {
    min-height: 84px;
    font-size: 12px;
    padding-top: 10px;
  }
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .box-tocart {
    padding-left: 14px;
  }
  .wishlist-index-index .box-tocart .tocart {
    min-width: 150px;
    font-size: 9px;
    padding: 15px;
  }
  .wishlist-index-index .qty label {
    font-size: 14px;
  }
  .wishlist-index-index .qty .control {
    height: 34px;
    padding: 3px;
  }
  .wishlist-index-index .qty .control span {
    height: 26px;
    width: 26px;
    font-size: 16px;
  }
  .wishlist-index-index .qty .control .input-text {
    padding: 3px 5px 0 8px;
    max-width: 33px;
    font-size: 13px;
    height: 25px;
  }
  .wishlist-index-index .product-item-actions {
    padding-left: 10px;
  }
  .wishlist-index-index .product-item-actions .action.edit:before,
  .wishlist-index-index .product-item-actions .action.delete:before {
    transform: scale(0.5);
  }
  .wishlist-index-index .product-item-actions .action.edit {
    margin-right: 3px;
  }
  .form-newsletter-manage {
    padding: 28px 35px 34px;
    border-radius: 22px;
  }
  .form-newsletter-manage .actions-toolbar {
    margin-top: 23px;
  }
  .mst-rma-view .opc-progress-bar {
    margin-bottom: 20px;
  }
  .mst-rma-view .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 3px;
    font-size: 15px;
  }
  .mst-rma-view .mst-rma__status {
    padding: 19px 45px 17px;
    font-size: 12px;
  }
  .mst-rma-view .mst-rma__status:before {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    left: 6px;
    font-size: 12px;
  }
  .mst-rma-view .mst-rma-block {
    margin-top: 2px;
    padding: 23px;
    border-radius: 22px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__title {
    margin: 0 0 13px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__content table th {
    font-size: 12px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box {
    padding: 30px 28px;
    border-radius: 22px;
    max-width: calc(50% - 11px);
  }
  .mst-rma-view .mst-rma-block._align-top {
    margin-top: 28px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 35px 23px 54px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar .action {
    font-size: 10px;
    padding: 15px 23px 14px;
  }
  .mst-rma-view .mst-rma-view__orders {
    margin-top: 26px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper thead tr th.col-detail {
    padding-left: 39px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td {
    font-size: 14px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-detail {
    padding-left: 23px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    padding: 23px 35px;
    border-radius: 22px;
    max-height: 337px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title {
    padding-bottom: 9px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    margin-right: 13px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    font-size: 9.5px;
    letter-spacing: 1.2px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message {
    padding: 13px 20px 16px;
    margin-top: 15px;
    border-radius: 22px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__system {
    margin-left: 15px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__customer {
    margin-right: 15px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message a {
    margin-top: 2px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-body {
    font-size: 11px;
    line-height: 1;
  }
  .block-rma-additional .fieldset .field {
    padding: 23px 35px;
  }
  .block-rma-additional .fieldset .field textarea {
    min-height: 97px;
    padding-top: 9px;
  }
  .block-rma-additional .fieldset .field:nth-child(1) {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    padding-left: 54px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .label {
    margin-top: -2px;
    margin-bottom: 2px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 11px;
    padding: 5px 0 0;
  }
  .detail-inner .product-item-photo {
    border-radius: 15px;
    min-width: 97px;
    min-height: 97px;
    max-width: 97px;
    max-height: 97px;
  }
  .detail-inner .product-item-right {
    padding-left: 23px;
  }
  .MultiFile-list .MultiFile-label {
    margin-right: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-remove {
    margin-right: 4px;
    font-size: 9px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-label {
    font-size: 9px;
  }
  .MultiFile-wrap input {
    padding: 11px 9px 5px;
    min-width: 116px;
    height: unset;
  }
  .MultiFile-wrap input:before {
    font-size: 9px;
    letter-spacing: 1.7px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 27px 32px;
    border-radius: 22px;
  }
  .ui-mst-rma__create-rma .actions-toolbar button {
    font-size: 11px;
    padding: 17px 26px;
  }
  .ui-mst-rma__create-rma .actions-toolbar {
    margin: 5px 0 0 0 !important;
  }
  .mst-rma-create__order-selector .field {
    max-width: 300px;
  }
  .mst-rma-create__order .rma-new-step2 .block-content .box {
    padding: 32px 29px !important;
    border-radius: 23px !important;
    max-width: calc(50% - 10px) !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content table tr:nth-child(2) {
    margin-top: 16px;
  }
  .mst-rma-create__order .rma-new-step2 > .block {
    margin-bottom: 28px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item {
    padding: 21px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .image {
    margin: 0 20px;
    border-radius: 13px;
    min-width: 98px;
    min-height: 98px;
    max-width: 98px;
    max-height: 98px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item b {
    font-size: 14px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .item-options {
    padding-left: 163px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset {
    max-width: 690px;
    margin-top: 20px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset .field {
    margin-bottom: 15px;
    max-width: calc(50% - 15px);
  }
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    padding: 15px 18px 13px;
  }
  .init-rma-container .actions-wrapper {
    margin-top: 35px;
  }
  .checkout-onepage-success .columns {
    margin-top: 10px;
  }
  .checkout-onepage-success .sidebar {
    padding: 40px 0 0 34px !important;
  }
  .checkout-success .section-subtitle,
  .checkout-success .order-items-title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 19px 30px 16px;
    font-size: 19px;
  }
  .checkout-success .order-info-top {
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 30px;
  }
  .checkout-success .order-info-col {
    padding: 26px;
    border-radius: 20px;
    margin-top: 15px;
  }
  .checkout-success .order-info-col.order-info-note .info-title {
    margin-bottom: 10px;
  }
  .checkout-success .order-shipping-address .info-title,
  .checkout-success .order-billing-address .info-title {
    margin-bottom: 14px;
  }
  .checkout-success .info-title,
  .block-order-details-view .box .box-title,
  .mst-rma-view .mst-rma-box__title,
  .ui-mst-rma__create-rma .mst-rma-box__title,
  .mst-rma-create__order .rma-new-step2 > .block .title,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .checkout-success .shipping-method-logo.freeshipping_freeshipping + .shipping-description,
  .block-order-details-view .shipping-method-logo.freeshipping_freeshipping + .shipping-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo.freeshipping_freeshipping + .shipping-description {
    font-size: 11px;
    max-width: 80px;
  }
  .checkout-success .payment-method-logo,
  .block-order-details-view .payment-method-logo,
  .mst-rma-create__order .rma-new-step2 .block-content .payment-method-logo {
    margin-bottom: 8px;
  }
  .checkout-success .col-content,
  .block-order-details-view .box .box-content,
  .mst-rma-view .mst-rma-block .mst-rma-box__content,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-content {
    font-size: 12px;
  }
  .checkout-success .order-item-list {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .checkout-success .order-item .col-name {
    padding: 23px;
  }
  .checkout-success .order-item .col-name .product-image {
    border-radius: 15px;
    flex: 0 0 97px;
    height: 97px;
  }
  .checkout-success .order-item .product-info {
    padding-left: 23px;
    padding-top: 4px;
  }
  .checkout-success .order-item .item-row-total {
    font-size: 14px;
    max-width: 205px;
  }
  .checkout-success .order-item .item-unit-price {
    margin: 3px 2px 0 0;
    font-size: 11px;
  }
  .checkout-success .order-item .col-total {
    padding-right: 100px;
  }
  .checkout-success .order-item .col-qty,
  .checkout-success .order-item .col-total {
    padding-top: 60px;
  }
  .checkout-success .order-item.item-header .item-col {
    letter-spacing: 1.872px;
    font-size: 12px;
    padding: 25px 12px;
  }
  .checkout-success .order-item.item-header .col-name {
    padding-left: 40px;
  }
  .checkout-success .order-item.item-header .col-total {
    padding-right: 100px;
  }
  .checkout-success .order-info-items .order-items-title {
    margin-bottom: 14px;
  }
  .checkout-success .order-info-totals {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
    padding: 14px 0 0;
  }
  .checkout-success .table-order-totals th,
  .checkout-success .table-order-totals td {
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 13px;
  }
  .checkout-success .table-order-totals .amount {
    padding-right: 100px;
  }
  .checkout-success .table-order-totals .mark {
    padding-left: 525px;
  }
  .checkout-success .table-order-totals .totals th,
  .checkout-success .table-order-totals .totals td {
    padding-bottom: 9px;
  }
  .checkout-success .grand_total_incl th,
  .checkout-success .grand_total_incl td {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 19px;
  }
  .brand-container .block-brand-list .product-items .product-item-info .product-image-photo {
    max-width: 95px;
    max-height: 95px;
    height: 95px;
    width: 95px;
  }
  .brand-container .block-brand-list .product-items .product-item-info .product-image-wrapper {
    padding-bottom: 95px !important;
  }
  .brand-container .brand-category-name,
  .brand-container .brand-list-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .brand-container .brand-list-content {
    padding-bottom: 13px;
    padding-top: 21px;
  }
  .cms-e-batterie .page-main .main .eBatterieTitle {
    font-size: 25px;
  }
  .cms-e-batterie .page-header {
    margin-bottom: 23px !important;
  }
  .ebattery-form-block .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    margin-top: -15px;
  }
  .ebattery-form-block button.action {
    font-size: 12px;
    letter-spacing: 1.4px;
    padding: 11px 21px 9px;
  }
  .ebattery-form-block :is(.yes , .no) {
    transform: scale(0.7) translate(0, -5px);
    margin: -5px 0;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) label {
    font-size: 12px;
    padding-left: 30px;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 21px 22px 17px 22px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title {
    padding-left: 60px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title strong {
    font-size: 12px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title:before {
    transform: scale(0.8) translate(-11px, -11px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title .note {
    margin-top: 2px;
    font-size: 9px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon {
    min-height: 93px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 14px;
    transform: scale(0.8);
    left: 10px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 23px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) input {
    margin: auto 30px auto auto;
  }
  .ebattery-form-block :is(.ebattery-items , .portability) {
    margin-top: 15px;
    margin-bottom: 20px !important;
  }
  .ebattery-form-block .port-item .icon:after {
    top: 20px;
  }
  .post-items {
    margin: 0 -22px;
  }
  .post-items .post-item {
    margin-bottom: 35px;
    padding: 0 22px;
  }
  .post-item-cover {
    border-radius: 20px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 24px;
    left: 29px;
  }
  .post-item-cover .post-info {
    padding: 22px 29px 30px;
  }
  .post-item-cover .post-name {
    font-size: 18px;
  }
  .post-item-cover .post-date {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .post-item-cover .post-desc {
    font-size: 12px;
    padding-top: 9px;
  }
  .post-item-cover .post-actions {
    padding: 12px 29px 13px;
  }
  .post-item-cover .post-actions a {
    font-size: 9px;
    letter-spacing: 1.3px;
  }
  .blog-search .label {
    padding: 4px 77px 0 0;
    font-size: 23px;
  }
  .blog-post .blog-toolbar .pages {
    padding: 0 0 15px;
  }
  .blog-post .blog-toolbar .pages .pages-items .page {
    font-size: 12px;
  }
  .blog-post .blog-toolbar .pages .item {
    min-width: 36px;
    min-height: 36px;
    max-height: 36px;
    max-width: 36px;
    margin: 0 3px;
  }
  .blog-sf {
    margin: 0 0 29px;
  }
  .blog-sf .toolbar {
    max-width: 222px;
  }
  .blog-sf .ui-select {
    padding: 13px 16px 12px;
    border-radius: 13px;
  }
  .blog-sf .ui-select:before {
    right: 21px;
  }
  .blog-sf .ui-select li {
    padding: 14px 17px;
    font-size: 13px;
  }
  .blog-sf .ui-select-options {
    border-radius: 12px;
  }
  .mblog-post-index .breadcrumbs,
  .mblog-category-view .breadcrumbs,
  .mblog-post-view .breadcrumbs {
    margin-bottom: 20px;
  }
  .post-content {
    max-width: 800px;
    margin-bottom: 50px;
    --box-radius: 20px;
    --box-padding-x: 43px;
    --box-padding-y: 36px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 19px;
  }
  .post-content .list-box-title {
    font-size: 29px;
    margin-top: 19px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 18px;
  }
  .post-content .list-box-items {
    margin-bottom: 23px;
  }
  .post-content .list-box-item {
    font-size: 19px;
    padding-left: 19px;
    margin-bottom: 13px;
  }
  .post-content .list-box-item a {
    font-size: 19px;
  }
  .post-content .list-box-item:before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 17px;
    margin: 11px 0;
  }
  .post-content p:has(a) {
    padding: 4px 0;
  }
  .post-content button {
    max-width: 338px;
    margin: 21px auto;
    font-size: 15px;
    letter-spacing: 2.3px;
    padding: 26px 25px 24px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 18px;
  }
  .post-content h1 {
    font-size: 48px;
  }
  .post-content h2 {
    font-size: 39px;
  }
  .post-content h3 {
    font-size: 29px;
  }
  .post-content h4 {
    font-size: 24px;
  }
  .post-content h5 {
    font-size: 21px;
  }
  .post-content h6 {
    font-size: 18px;
  }
  .contact-info-box {
    margin: 50px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 20px;
    flex: 0 0 73px;
    max-width: 73px;
    padding-top: 73px;
  }
  .contact-info-box .contact-info-name {
    font-size: 15px;
    letter-spacing: 2.1px;
  }
  .contact-info-box .publiced-date {
    font-size: 11px;
  }
  .contact-info-box .contact-info-text {
    padding-top: 4px;
    letter-spacing: 1.7px;
    font-size: 12px;
  }
  .contact-info-box .contact-info-social {
    margin-left: 6px;
  }
  .contact-info-box .contact-info-link {
    padding: 0 3.5px;
  }
  .contact-info-box .contact-info-link svg {
    max-width: 26px;
    max-height: 26px;
    min-width: 26px;
    min-height: 26px;
  }
  .blog-search-wrapper.modal-popup .modal-inner-wrap {
    max-width: 1000px !important;
    border-radius: 40px;
    padding: 30px;
  }
  .blog-search-wrapper.modal-popup .action-close {
    top: 13px;
  }
  .search-box {
    max-width: 590px;
  }
  .search-box:before {
    right: 12px;
    width: 29px;
    height: 29px;
    font-size: 15px;
  }
  .search-box input {
    height: 50px;
    padding: 9px 42px 7px 20px;
    letter-spacing: 1px;
    font-size: 11px;
  }
  .search-title {
    margin-bottom: 28px;
    font-size: 28px;
    padding-bottom: 19px;
    margin-top: -2px;
  }
  .search-result .search-item {
    margin-bottom: 8px;
    border-radius: 20px;
    padding: 34px 30px 28px;
  }
  .search-result .search-item:first-child {
    margin-top: 24px;
  }
  .search-result .item-title,
  .search-result .item-desc {
    font-size: 17px;
  }
  .bannerCoverBox {
    gap: 13px;
  }
}
@media all and (max-width: 1400px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1260px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-bottext {
    font-size: 13px;
  }
  .product-info-price + .coupon {
    margin-bottom: 15px !important;
  }
  .product-info-main .tooltips-container {
    padding: 16px 22px 40px 21px;
  }
  .product-info-main .tooltips-container .shortcut-title {
    font-size: 13px;
    margin-bottom: 1px;
  }
  .product-info-main .tooltips-container .instruction {
    font-size: 13px;
    line-height: 1.3;
    padding-left: 3px;
    margin-top: 7px;
  }
  .tooltips-container {
    margin-bottom: 0;
  }
  .tooltips-container .tooltips-icon {
    width: 133px;
    height: 23px;
    margin-top: 10px;
    margin-left: 2px;
  }
  .tooltips-container .tooltips-icon-wrapper span {
    min-width: 120px;
    padding: 13px 18px;
    margin-left: 13px;
    font-size: 10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 380px;
  }
  .simulator-report-container .section-budget .box.box6,
  .simulator-report-container .section-budget .box.box7 {
    min-width: unset;
  }
  .simulator-report-container .section-saving .saved-amount,
  .simulator-report-container .section-budget .saved-amount,
  .simulator-report-container .section-saving .saved-percent,
  .simulator-report-container .section-budget .saved-percent,
  .simulator-report-container .section-saving .recommanded-power,
  .simulator-report-container .section-budget .recommanded-power,
  .simulator-report-container .section-saving .surface-area,
  .simulator-report-container .section-budget .surface-area,
  .simulator-report-container .section-saving .panel-power,
  .simulator-report-container .section-budget .panel-power,
  .simulator-report-container .section-saving .required-panel,
  .simulator-report-container .section-budget .required-panel {
    font-size: 40px;
  }
  .simulator-report-container .section-saving .box1 p,
  .simulator-report-container .section-budget .box1 p {
    font-size: 14px;
  }
  .account .column .block-info-quotation .block-content {
    padding: 17px 25px;
    border-radius: 17px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 13px;
    padding: 4px 0;
  }
  .account .column .block-info-quotation .order-status {
    transform: translateY(-2px);
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 19px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 14px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.subtotal {
    padding-right: 46px;
  }
  .account .column .quotation-items .table-wrapper thead th.subtotal {
    padding-right: 46px;
  }
  .account .column .quotation-items .table-wrapper tfoot .amount {
    padding-right: 46px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 32px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper {
    padding: 0 23px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 10px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand .amount strong,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand .amount strong {
    font-size: 18px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand th,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand td,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 12px 0 11px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand .price,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand .price {
    font-size: 18px;
  }
  .checkout-cart-index .cart-empty {
    border-radius: 30px;
  }
  .quotation-request-link {
    padding: 12px 15px 11px;
    font-size: 11px !important;
    margin-left: 7px;
    letter-spacing: 1px !important;
  }
  .cart-container .qty-note span {
    font-size: 10px;
  }
  .cart-container .table-wrapper,
  .columns .order-details-items .table-wrapper,
  .columns .quotation-items .table-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .cart-container .table-wrapper thead th,
  .columns .order-details-items .table-wrapper thead th,
  .columns .quotation-items .table-wrapper thead th {
    padding: 20px 10px;
  }
  .cart-container .table-wrapper thead th.item,
  .cart-container .table-wrapper thead th.name,
  .columns .order-details-items .table-wrapper thead th.item,
  .columns .order-details-items .table-wrapper thead th.name,
  .columns .quotation-items .table-wrapper thead th.item,
  .columns .quotation-items .table-wrapper thead th.name {
    padding-left: 32px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top .product-item-photo,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top .product-item-photo,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top .product-item-photo {
    flex: 0 0 90px;
    height: 90px;
    border-radius: 15px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top-inner {
    padding-left: 20px;
    padding-top: 2px;
  }
  .cart-container .table-wrapper .product-item-details .message,
  .columns .order-details-items .table-wrapper .product-item-details .message,
  .columns .quotation-items .table-wrapper .product-item-details .message {
    margin-top: 12px;
    font-size: 11px;
    padding: 12px 45px 11px;
  }
  .cart-container .table-wrapper .product-item-details .message > *:first-child:before,
  .columns .order-details-items .table-wrapper .product-item-details .message > *:first-child:before,
  .columns .quotation-items .table-wrapper .product-item-details .message > *:first-child:before {
    left: 15px;
  }
  .cart-container .table-wrapper .bundle-item-option-list,
  .columns .order-details-items .table-wrapper .bundle-item-option-list,
  .columns .quotation-items .table-wrapper .bundle-item-option-list {
    padding-left: 35px;
    margin-top: 27px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .bundle-item-option,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .bundle-item-option,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .bundle-item-option {
    margin: 0 0 15px 0;
    max-width: 325px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .price,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .price,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .price {
    font-size: 14px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img {
    padding-right: 18px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img span,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img span,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img span {
    min-width: 65px;
    max-width: 65px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.price,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.price,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.price {
    margin-bottom: 8px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.name,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.name,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.name {
    font-size: 11px;
    max-width: 178px;
  }
  .cart-container .table-wrapper tbody td.col-qty,
  .cart-container .table-wrapper tbody td.qty,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.subtotal,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.action,
  .cart-container .table-wrapper tbody td.col-action,
  .cart-container .table-wrapper tbody td.sku,
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .order-details-items .table-wrapper tbody td.sku,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.sku {
    padding: 19px 11px 10px;
  }
  .cart-container .table-wrapper tbody td.item,
  .cart-container .table-wrapper tbody td.name,
  .columns .order-details-items .table-wrapper tbody td.item,
  .columns .order-details-items .table-wrapper tbody td.name,
  .columns .quotation-items .table-wrapper tbody td.item,
  .columns .quotation-items .table-wrapper tbody td.name {
    padding: 18px 20px;
  }
  .cart-container .table-wrapper tbody td.subtotal .cart-price,
  .cart-container .table-wrapper tbody td.price .cart-price,
  .columns .order-details-items .table-wrapper tbody td.subtotal .cart-price,
  .columns .order-details-items .table-wrapper tbody td.price .cart-price,
  .columns .quotation-items .table-wrapper tbody td.subtotal .cart-price,
  .columns .quotation-items .table-wrapper tbody td.price .cart-price {
    padding-top: 9px;
  }
  .cart-container .table-wrapper tbody td.subtotal .price,
  .cart-container .table-wrapper tbody td.price .price,
  .columns .order-details-items .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items .table-wrapper tbody td.price .price,
  .columns .quotation-items .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items .table-wrapper tbody td.price .price {
    font-size: 20px;
  }
  .cart-container .table-wrapper tbody td .price-box,
  .columns .order-details-items .table-wrapper tbody td .price-box,
  .columns .quotation-items .table-wrapper tbody td .price-box {
    font-size: 11px;
  }
  .cart-container .table-wrapper tbody td .price-box .cart-price,
  .columns .order-details-items .table-wrapper tbody td .price-box .cart-price,
  .columns .quotation-items .table-wrapper tbody td .price-box .cart-price {
    padding: 0;
  }
  .cart-container .table-wrapper tbody td .price-box .price,
  .columns .order-details-items .table-wrapper tbody td .price-box .price,
  .columns .quotation-items .table-wrapper tbody td .price-box .price {
    font-size: 11px;
  }
  .cart-container .table-wrapper tbody .qty label,
  .columns .order-details-items .table-wrapper tbody .qty label,
  .columns .quotation-items .table-wrapper tbody .qty label {
    font-size: 14px;
  }
  .cart-container .table-wrapper tbody .qty .control,
  .columns .order-details-items .table-wrapper tbody .qty .control,
  .columns .quotation-items .table-wrapper tbody .qty .control {
    height: 40px;
    padding: 3px;
  }
  .cart-container .table-wrapper tbody .qty .control span,
  .columns .order-details-items .table-wrapper tbody .qty .control span,
  .columns .quotation-items .table-wrapper tbody .qty .control span {
    height: 31px;
    width: 31px;
    font-size: 17px;
  }
  .cart-container .table-wrapper tbody .qty .control .qty-plus,
  .columns .order-details-items .table-wrapper tbody .qty .control .qty-plus,
  .columns .quotation-items .table-wrapper tbody .qty .control .qty-plus {
    padding-left: 0;
  }
  .cart-container .table-wrapper tbody .qty .control .qty-minus,
  .columns .order-details-items .table-wrapper tbody .qty .control .qty-minus,
  .columns .quotation-items .table-wrapper tbody .qty .control .qty-minus {
    padding-left: 1px;
  }
  .cart-container .table-wrapper tbody .qty .control .input-text,
  .columns .order-details-items .table-wrapper tbody .qty .control .input-text,
  .columns .quotation-items .table-wrapper tbody .qty .control .input-text {
    padding: 5px 5px 0 8px;
    max-width: 36px;
    font-size: 14px;
  }
  .cart-container .table-wrapper .cart.pallet td,
  .columns .order-details-items .table-wrapper .cart.pallet td,
  .columns .quotation-items .table-wrapper .cart.pallet td {
    padding: 18px;
  }
  .cart-container .table-wrapper .cart.pallet .pallet-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .pallet-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .pallet-inner {
    padding: 13px;
    border-radius: 13px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-detail-top-inner {
    padding-left: 13px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-name,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-name,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-name {
    font-size: 13px;
  }
  .cart-container .table-wrapper .cart.pallet .item-desc,
  .columns .order-details-items .table-wrapper .cart.pallet .item-desc,
  .columns .quotation-items .table-wrapper .cart.pallet .item-desc {
    font-size: 13px;
    margin: 2px 0;
    max-width: 305px;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar,
  .columns .order-details-items .table-wrapper .cart.pallet .actions-toolbar,
  .columns .quotation-items .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 24px !important;
  }
  .cart-container .table-wrapper .cart.pallet .price,
  .columns .order-details-items .table-wrapper .cart.pallet .price,
  .columns .quotation-items .table-wrapper .cart.pallet .price {
    font-size: 20px;
  }
  .cart-container .product-item-name {
    margin: 2px 0;
    max-width: 205px;
  }
  .cart-container .stock,
  .cart-container .stock-qty,
  .columns .order-details-items .stock,
  .columns .quotation-items .stock,
  .columns .order-details-items .stock-qty,
  .columns .quotation-items .stock-qty {
    font-size: 11px;
  }
  .cart-container .product-reviews-summary .reviews-actions {
    margin-top: 2px;
  }
  .cart-container .product-reviews-summary .reviews-actions a {
    font-size: 13px;
  }
  .cart-container .product-reviews-summary svg {
    height: 11px;
    width: 69px;
  }
  .cart-container .cart-summary .shipping,
  .cart-container .cart-summary .cart-totals-wrapper {
    border-radius: 20px;
    padding: 0 23px;
  }
  .cart-container .cart-summary .cart-totals {
    margin: 17px 0 26px;
  }
  .cart-container .cart-summary .checkout .action {
    margin-bottom: 35px;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 20px 25px 18px;
  }
  .cart-container .cart-summary #co-shipping-method-form .title {
    letter-spacing: 1px;
    font-size: 17px;
    padding: 0 23px;
    margin: 20px -23px 0;
    font-weight: 600;
  }
  .cart-container .cart-summary .title strong {
    letter-spacing: 1px;
    font-size: 17px;
    padding: 21px 23px 15px;
    margin: 0 -23px 8px;
  }
  .cart-container .cart-summary .methods {
    padding: 25px 0;
  }
  .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper .shipping-discount-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-discount-wrapper .shipping-discount-price,
  .block-order-details-view .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price {
    margin: 3px 0 0 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
  }
  .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-discount-wrapper:before,
  .block-order-details-view .sm-desc .choice .shipping-discount-wrapper:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-discount-wrapper:before {
    margin-right: 0;
  }
  .cart-container .cart-summary .cart-totals-wrapper th,
  .cart-container .cart-summary .cart-totals-wrapper td {
    font-size: 12px;
    padding: 1px 0 4px;
  }
  .cart-container .cart-summary .cart-totals-wrapper tr {
    padding: 0 23px;
    margin: 0 -23px;
  }
  .cart-container .cart-summary .cart-totals-wrapper .totals strong {
    font-size: 18px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar {
    padding: 0 25px;
  }
  #opc-sidebar .quotation-request-link {
    margin: -13px -7px 17px;
    width: 100%;
    max-width: 100%;
  }
  #opc-sidebar .sidebar-title {
    font-size: 19px;
    padding: 21px 25px 15px;
    margin: 0 -25px;
  }
  #opc-sidebar .product-brand a {
    font-size: 12px !important;
  }
  #opc-sidebar > .actions-toolbar {
    padding: 20px 18px;
    margin: 0 -25px;
  }
  #opc-sidebar > .actions-toolbar .sidebar-place-order {
    font-size: 13px;
    letter-spacing: 1.7px;
    padding: 21px 22px 18px;
  }
  #opc-sidebar .shipping-information .shipping-information-title span {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 17px;
  }
  #opc-sidebar .shipping-information .ship-to .shipping-information-content {
    padding: 16px;
    margin: 0 0 20px;
    border-radius: 23px;
    font-size: 13px;
  }
  #opc-sidebar .shipping-information .ship-via {
    margin-bottom: 20px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content {
    margin: 0;
    padding: 15px 20px;
    border-radius: 17px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping {
    flex-wrap: wrap;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-info {
    flex-grow: 1;
    padding: 0 0 0 25px;
    max-width: 84%;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .shipping-price {
    margin-left: 69px;
    padding-top: 14px;
  }
  .checkout-container .minicart-items {
    margin-top: 14px;
  }
  .checkout-container .minicart-items .product-item {
    padding: 0 15px 7px;
    margin: 0 -25px;
  }
  .checkout-container .minicart-items .product-item .product {
    padding: 15px 17px 14px 14px;
    border-radius: 20px;
  }
  .checkout-container .minicart-items .product-item .product-image-container {
    flex: 0 0 57px;
    max-width: 57px;
    min-height: 57px;
    border-radius: 13px;
    max-height: 57px;
  }
  .checkout-container .minicart-items .product-item-name {
    max-height: 32px;
    font-size: 12px;
  }
  .checkout-container .minicart-items .product-item-inner {
    margin-left: 13px;
  }
  .checkout-container .opc-block-summary .table-totals {
    margin: 10px 0 0;
  }
  .checkout-container .opc-block-summary .table-totals tr {
    padding: 0 25px;
    margin: 0 -25px;
  }
  .checkout-container .opc-block-summary .table-totals th,
  .checkout-container .opc-block-summary .table-totals td {
    font-size: 13px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand {
    margin-top: 11px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand th {
    padding: 11px 0 10px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand th strong {
    font-size: 20px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand .amount {
    font-size: 20px;
  }
  .checkout-container .items-in-cart .actions-toolbar {
    padding: 11px 32px 9px 25px;
    margin: 10px -25px 25px;
  }
  .checkout-container .items-in-cart .actions-toolbar .toggle-item-label {
    font-size: 13px;
  }
  .checkout-container .items-in-cart .actions-toolbar .more-item-count {
    padding: 5px 14px 3px 13px;
    font-size: 12px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 15px;
  }
  .checkout-login .field label {
    max-width: 349px;
  }
  .checkout-login .field input,
  .checkout-login .field select {
    max-width: 349px;
  }
  .checkout-login .login-form-inner .step-customer-group .field.group-particulaire {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .checkout-login .login-form-inner .step-password .field.field-edit-email {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .step-customer-vat .fieldset-inner {
    padding: 0 40px 52px;
  }
  .step-customer-vat .note {
    font-size: 12px;
  }
  .step-customer-vat .field-group {
    max-width: 838px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    padding: 50px 18px 20px 25px;
    font-size: 12px;
    min-height: 245px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    font-size: 12px;
  }
  .form-shipping-address .fieldset.address,
  .checkout-container .checkout-payment-method .billing-address-form .fieldset.address {
    max-width: 778px;
  }
  .checkout-payment-method .payment-methods .payment-method {
    flex-wrap: wrap;
  }
  .checkout-payment-method .payment-methods .payment-method .payment-method-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0 0 0;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 23px;
  }
  #alma-widget svg {
    width: 66px;
    height: 20px;
  }
  #alma-widget .alma-payment-plans-eligibility-options > div {
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    font-size: 11px;
  }
  .customer-account-login .actions-toolbar .action,
  .customer-account-forgotpassword .actions-toolbar .action,
  .customer-account-create .actions-toolbar .action,
  .customer-account-createpassword .actions-toolbar .action {
    letter-spacing: 1.187px;
    padding: 15px 22px 13px;
    font-size: 10px;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 25px 27px 40px;
    max-width: calc(33.33% - 26px);
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 8px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 38px 0 0 !important;
  }
  .newsletter-main-part {
    padding: 32px;
  }
  .newsletter-main-part .newsletter-main .newsletter-title {
    font-size: 17px;
  }
  .newsletter-main-part .newsletter-main .content {
    max-width: 405px;
  }
  .newsletter-main-part .newsletter-main .content .subscribe {
    padding: 3px;
  }
  .newsletter-main-part .newsletter-main .content input {
    font-size: 9px;
    padding: 5.5px 10px 2.5px;
    letter-spacing: 0;
  }
  .newsletter-main-part .newsletter-main .content input::-webkit-input-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input:-moz-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input::-moz-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input::-ms-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input:-ms-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input::placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content #newsletter-error {
    top: 40px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .newsletter-main-part .newsletter-main .content .actions .subscribe {
    padding: 9.5px 16px;
    min-width: 90px;
    font-size: 8px;
  }
  .newsletter-main-part .newsletter-main .newsletter-cover {
    margin-right: 20px;
  }
  .footer.content {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.66);
  }
  .yp-info {
    padding-top: 10px;
  }
  #younited_block:before {
    transform: translateY(-50%) scale(0.6);
    left: -47px;
    top: 14px;
  }
  #yp-current-maturities {
    padding-left: 160px;
  }
  #yp-simuler {
    margin-left: 20px;
    font-size: 11px;
    letter-spacing: 2.5px;
    min-width: 120px;
    min-height: 28px;
    padding: 3px 0 0;
  }
  .maturity_installment,
  .matr {
    padding-top: 0;
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    font-size: 11px;
    margin-right: 21px;
  }
  .maturity_installment:before,
  .matr:before {
    min-width: 12px;
    min-height: 14px;
    right: -16px;
  }
  .yp-info {
    padding-top: 20px;
    line-height: 1.3;
  }
  .custom-field-box .message.info,
  .custom-field-box .message.error,
  .custom-field-box .message.warning,
  .custom-field-box .message.notice,
  .custom-field-box .message.success,
  .field .message.info,
  .field .message.error,
  .field .message.warning,
  .field .message.notice,
  .field .message.success {
    padding: 10px 40px 8px;
    font-size: 11px;
  }
  .custom-field-box .message.info > *:first-child:before,
  .custom-field-box .message.error > *:first-child:before,
  .custom-field-box .message.warning > *:first-child:before,
  .custom-field-box .message.notice > *:first-child:before,
  .custom-field-box .message.success > *:first-child:before,
  .field .message.info > *:first-child:before,
  .field .message.error > *:first-child:before,
  .field .message.warning > *:first-child:before,
  .field .message.notice > *:first-child:before,
  .field .message.success > *:first-child:before {
    left: 15px;
  }
  .nav-sections .nav-sections-link {
    margin-left: 15px;
  }
  .nav-sections .submenu-sublink {
    font-size: 16px;
  }
  .nav-sections .submenu-card {
    height: 130px;
  }
  .nav-sections .submenu-card img {
    max-width: 184px;
  }
  .nav-sections .submenu-banner {
    min-height: 290px;
    max-height: 290px;
    min-width: 280px;
    max-width: 280px;
  }
  .nav-sections .submenu-title {
    margin-bottom: 15px;
  }
  .nav-sections .submenu-support {
    font-size: 16px;
  }
  .nav-link2 {
    display: none;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 22px 30px;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 12px;
  }
  .page-footer .footerContentMain,
  .page-footer .footerCopyright {
    padding-right: 65px;
    padding-left: 65px;
  }
  .page-footer .footerContentMain {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.66);
  }
  .modal-popup.cart-popup-wrapper .modal-inner-wrap {
    -webkit-transform: translateY(-200%) scale(0.8);
    transform: translateY(-200%) scale(0.8);
    margin-top: 0 !important;
  }
  .modal-popup._show.cart-popup-wrapper .modal-inner-wrap {
    -webkit-transform: translateY(0) scale(0.8);
    transform: translateY(0) scale(0.8);
  }
  .toplinks-sidebar {
    width: 380px;
  }
  .toplinks-sidebar .toplinks-sidebar-title {
    padding: 26px 21px 22px 37px;
    font-size: 16px;
  }
  .toplinks-sidebar .toplinks-sidebar-footer .link-logout {
    font-size: 16px;
    padding: 19px 25px;
  }
  .toplinks-sidebar .toplinks-sidebar-content li a {
    padding: 17px 37px 14px 37px;
    font-size: 16px;
  }
  .toplinks-sidebar .toplinks-sidebar-content li.credit a {
    margin: 0px 0;
  }
  .toplinks-sidebar .toplinks-sidebar-content li.credit a .counter {
    font-size: 21px;
  }
  .guarantee-icon {
    top: 180px;
    left: 25px;
  }
  .made-in-europe {
    top: 191px;
    right: 25px;
  }
  .livraison-gratuite {
    right: 10px;
    top: 2px;
    max-width: 95px;
  }
  .catalog-product-view .guarantee-icon {
    top: 314px;
    left: 20px;
  }
  .catalog-product-view .made-in-europe {
    top: 332px;
    right: 49px;
  }
  .single-banner-container > div {
    max-height: 380px;
  }
  .newtopheader {
    padding: 7px 0;
  }
  .newtopheader .newtopheader-ship,
  .newtopheader .newtopheader-maga,
  .newtopheader .newtopheader-cont {
    font-size: 11px;
  }
  .newtopheader .newtopheader-ship {
    padding-left: 21px;
  }
  .newtopheader .newtopheader-ship:before {
    font-size: 14px;
  }
  .newtopheader .newtopheader-right .newtopheader-link {
    font-size: 12px;
  }
  .newtopheader .newtopheader-right .newtopheader-link:before {
    transform: translateY(-55%);
    font-size: 15px;
  }
  .block-faq-list,
  .block-products-list,
  .block-category-list,
  .block-brand-list {
    margin: 50px 0;
  }
  .block .block-title {
    line-height: 0.9;
    margin-bottom: 13px;
  }
  .block .block-title strong {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -20px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 20px 20px 0;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-name {
    font-size: 11px;
    line-height: 1;
  }
  .block-products-list .products-grid .product-items .product-item-details .btn-link {
    padding: 11px 16px 9px;
    margin-top: 24px;
    font-size: 8px;
    letter-spacing: 1.187px;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box {
    margin: 9px 0 auto;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box .price {
    font-size: 20px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-link {
    max-height: 34px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand {
    margin-bottom: 2px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand a {
    font-size: 12px;
  }
  .block-products-list .products-grid .product-items .product-item-info .product-item-photo {
    margin: 0 auto 28px;
    max-width: 100%;
  }
  .block-faq-list .block-content {
    margin: 0 -18px;
  }
  .block-faq-list .block-content .faq-item {
    padding: 0 18px;
  }
  .block-faq-list .block-content .faq-item-inner {
    border-radius: 20px;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 16px;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 11px;
  }
  .block-faq-list .block-content .artical-list li {
    padding-left: 23px;
  }
  .block-faq-list .block-content .artical-list li:not(:last-child) {
    margin-bottom: 11px;
  }
  .block-faq-list .block-content .artical-list li:before {
    font-size: 14px;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 8px 0 19px;
  }
  .block-faq-list .block-content .faq-desc p {
    font-size: 11px;
  }
  .block-faq-list .block-content .faq-desc p:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-faq-list .block-content .faq-bottom {
    line-height: 1;
    padding-bottom: 21px;
    padding-top: 15px;
  }
  .block-faq-list .block-content .faq-bottom a {
    font-size: 8px;
    letter-spacing: 1.187px;
  }
  .block-faq-list .block-content .faq-info,
  .block-faq-list .block-content .faq-bottom {
    padding-left: 28px;
    padding-right: 28px;
  }
  .block-category-list .block-content {
    border-radius: 20px;
  }
  .block-category-list .block-content .category-item {
    padding: 40px 0;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 12px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.6);
    margin-bottom: 5px;
  }
  .block-brand-list .block-content {
    padding: 7px 0;
  }
  .block-brand-list .block-content .brandList {
    transform: unset;
    margin-right: -30px;
  }
  .block-brand-list .block-content .brandLink {
    transform: scale(0.6);
  }
  .block-brand-list .block-content .brandLink.brandPylontech {
    margin-left: -20px;
  }
  .block-brand-list .block-content .brandLink.brandEnphase,
  .block-brand-list .block-content .brandLink.brandTrineSolar,
  .block-brand-list .block-content .brandLink.brandVictronEnergy {
    margin-left: -30px;
  }
  .block-sub-category-main a {
    padding: 65px 15px 15px 30px;
  }
  .block-sub-category-main .sub-category-img {
    flex: 0 0 90px;
    max-width: 90px;
  }
  .block-sub-category-main .sub-category-item:before {
    font-size: 86px;
    top: 16px;
    right: 30px;
  }
  .block-sub-category-main .sub-category-title {
    font-size: 18px;
  }
  .breadcrumbs {
    margin-bottom: 21px;
    max-width: 100% !important;
  }
  .breadcrumbs .items {
    max-width: 1250px;
  }
  .block-compare .block-compare-wrapper .product-items .product-item {
    padding: 15px 20px;
    flex: 0 0 244px;
    max-width: 244px;
    width: 244px;
  }
  .popular-category-wrapper .popular-category-item-list a h3 {
    max-width: 160px;
    letter-spacing: 2.2px;
    font-size: 15px;
  }
  .page-title-wrapper {
    margin: 6px 0 13px;
  }
  .page-title-wrapper .page-title {
    font-size: 27px;
  }
  .product-item-name a,
  .product-brand a {
    font-size: 13px;
  }
  .attribute-info .info-item {
    font-size: 11px;
  }
  .page-products .product-item-info .product-item-details .tocart {
    min-width: inherit;
    display: block;
    width: 100%;
  }
  .promotion-timer .value {
    font-size: 24px;
  }
  .promotion-timer .lable {
    font-size: 8px;
    margin-top: 2px;
  }
  .product-item-actions .actions-primary {
    width: 100%;
  }
  .sidebar .filter-title,
  .sidebar .filter-options-title,
  .sidebar .sb-title {
    padding: 15px 17px;
    font-size: 17px;
  }
  .sidebar .sb-content {
    padding: 5px 0;
  }
  .sidebar .filter-options .filter-options-content {
    padding: 5px 0;
  }
  .sidebar .mst-nav__label .mst-nav__label-item {
    font-size: 16px;
  }
  .sidebar .filter-clear {
    font-size: 11px;
  }
  .popular-category-wrapper .popular-category-item-list {
    padding: 30px 0 37px;
  }
  .breadcrumbs {
    margin-bottom: 0;
  }
  .breadcrumbs .items .item {
    padding: 12px 0 10px;
  }
  .breadcrumbs .items .item:after {
    margin: 0 5px;
    font-size: 7px;
  }
  .breadcrumbs .items .item a,
  .breadcrumbs .items .item strong {
    font-size: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    font-size: 11px;
    padding: 8px 4px 6px;
    border-radius: 50px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .info-title,
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .stock-text {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .sap-stock-info .stock-count {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .platform-stock {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item {
    padding-left: 9px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item {
    padding: 25px 25px 18px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .tocart {
    padding: 19px 20px 17px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    padding: 9px 4px 7px;
    font-size: 11px;
    margin-bottom: 11px;
    border-radius: 50px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-item-name {
    font-size: 15px;
    margin-bottom: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sku {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price {
    font-size: 14px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 14px;
    margin-top: 3px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .ttc {
    margin-top: -12px;
    padding: 0 9px 0 2px;
    font-size: 16px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box {
    margin: 15px 0 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions {
    margin-top: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions a {
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .rating-summary {
    margin: 0 5px 0 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary svg {
    height: 14px;
    width: 90px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .badge {
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 6px 13px 3px;
    margin-bottom: 16px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer {
    margin-bottom: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .value {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .lable {
    font-size: 9px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col {
    height: 58px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col:after {
    top: 41%;
    font-size: 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .label {
    border-radius: 15px;
    padding: 14px 22px 12px;
    min-width: 230px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .label:before {
    font-size: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-options {
    border-radius: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-options ul .ui-option {
    padding: 14px 23px;
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-label {
    font-size: 9.6px;
    margin-bottom: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-option-selected {
    font-size: 12px;
  }
  .page-title-wrapper .page-title {
    font-size: 26px;
  }
  .mpbrand-index-view .sidebar .block-title .block-subtitle {
    font-size: 17px;
    padding: 16px 22px 18px;
  }
  .mpbrand-index-view #brand-thumbnail-menu .brand-img-wrapper {
    max-width: 40px;
    min-width: 40px;
  }
  .mpbrand-index-view #brand-thumbnail-menu ul .brand-items {
    font-size: 14px;
  }
  .mpbrand-index-view #brand-thumbnail-menu ul .brand-items span {
    margin-left: 25px;
  }
  .mpbrand-index-view .block-content {
    padding: 0 11px;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 230px;
    max-width: 230px;
  }
  .mageplaza-fbt-content .product-item:before {
    width: 35px;
    height: 35px;
    right: -18px;
  }
  .mageplaza-fbt-content .product-item:after {
    font-size: 26px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-checkbox-label {
    margin-top: 15px;
  }
  .product-info-right .not-stock-section .not-stock {
    padding: 16px 30px 15px;
    margin-bottom: 16px;
  }
  .product-info-right .not-stock-section .stock,
  .product-info-right .not-stock-section .stock-qty {
    min-height: unset;
  }
  .product-info-right .not-stock-section .stock .action,
  .product-info-right .not-stock-section .stock-qty .action {
    font-size: 10px;
  }
  .product-info-right .not-stock-section .fieldset-stock-alert {
    margin-bottom: 18px;
  }
  .product-info-right .product-social-links {
    padding: 18px;
    margin: auto -22px 0;
  }
  .product-info-right .product-social-links a {
    margin: 0 10px;
    font-size: 9px;
  }
  .product-info-right .product-social-links a:before {
    margin-right: 6px;
  }
  .product-info-right .product-social-links a.towishlist:before {
    font-size: 22px;
  }
  .product-info-right .product-social-links a.toshare:before {
    font-size: 20px;
  }
  .product-info-right .box-tocart {
    margin: 8px 0 0;
  }
  .product-info-right .actions {
    margin-bottom: 9px;
  }
  .product-info-right .actions .action {
    font-size: 12px;
    padding: 15px 15px 13px;
  }
  .product-info-right .sap-stock-info {
    margin-bottom: 14px;
    margin-top: 14px;
  }
  .product-info-right .sap-stock-info.precommande .stock:after,
  .product-info-right .sap-stock-info.bundle .stock:after,
  .product-info-right .sap-stock-info.surcommande .stock:after,
  .product-info-right .sap-stock-info.precommande .stock-qty:after,
  .product-info-right .sap-stock-info.bundle .stock-qty:after,
  .product-info-right .sap-stock-info.surcommande .stock-qty:after {
    top: 2px;
  }
  .product-info-right .qty .control {
    margin: 0 auto 10px;
    height: 43px;
    padding: 0 6px;
  }
  .product-info-right .qty .control span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    font-size: 19px;
    padding-top: 6px;
  }
  .product-info-right .qty .input-text,
  .product-info-right .qty .item-qty {
    font-size: 13px;
    max-width: 45px;
  }
  .product-info-right .product-info-price .price-box {
    min-height: 52px;
  }
  .product-info-right .product-info-price .price-box .ttc {
    font-size: 16px;
  }
  .product-info-right .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 29px;
  }
  .product-info-right .product-info-price .price-box .save-percent {
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    max-height: 52px;
    font-size: 17px;
    padding-top: 3px;
    padding-right: 2px;
  }
  .product-info-right .product-info-price .price-box .old-price-wrapper .price-container .price-wrapper .price {
    margin-left: 0;
    font-size: 17px;
  }
  .product-info-right .real-qty-text,
  .product-info-right .sap-delay-day,
  .product-info-right .sap-delay-text,
  .product-info-right .sap-exptd-date,
  .product-info-right .sap-exptd-qty,
  .product-info-right .coupon {
    font-size: 12px;
    padding: 8px 5px 6px;
  }
  .product-info-right .coupon {
    margin-bottom: 8px;
  }
  .catalog-product-view .product-info-right .stock,
  .catalog-product-view .product-info-right .stock-qty {
    min-height: 24px;
    margin-bottom: 8px;
  }
  .catalog-product-view .product-info-right .stock .stock-text,
  .catalog-product-view .product-info-right .stock-qty .stock-text {
    font-size: 13px;
  }
  .catalog-product-view .product-info-right .stock .stock-count,
  .catalog-product-view .product-info-right .stock-qty .stock-count {
    padding: 3.5px 8px;
    font-size: 13px;
    margin-bottom: -3px;
  }
  .catalog-product-view .product-info-right .stock:after,
  .catalog-product-view .product-info-right .stock-qty:after {
    top: 4px;
    font-size: 15px;
  }
  .catalog-product-view .product-info-right .sap-arrrival-orders {
    margin: 7px 0 12px;
  }
  .catalog-product-view .product-info-right .sap-arrrival-orders .supplier-order-item {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .catalog-product-view.page-layout-1column .product.media {
    padding-right: 28px;
    margin-bottom: 20px;
  }
  .catalog-product-view.page-layout-1column .product-info-main,
  .catalog-product-view.page-layout-1column .product-info-right {
    margin-bottom: 20px;
  }
  .catalog-product-view.page-layout-1column .product-info-right {
    padding: 19px 22px 0;
  }
  .catalog-product-view .prdct-cont-in1 .btm-cont,
  .catalog-product-view .prdct-cont-in2 .btm-cont {
    font-size: 14px;
    padding-left: 0;
  }
  .catalog-product-view .prdct-cont-in2 svg {
    width: 18px;
    height: 15px;
  }
  .catalog-product-view .prdct-cont-in1 svg {
    width: 18px;
    height: 11px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col {
    max-width: 44px;
    height: 54px;
    margin-right: 8px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col:after {
    top: 10px;
  }
  .catalog-product-view .product.media .promotion-timer .value {
    font-size: 26px;
  }
  .catalog-product-view .product.media .promotion-timer .lable {
    font-size: 10px;
  }
  .catalog-product-view .platform-stock {
    font-size: 12px;
  }
  .specification .sp-title {
    font-size: 17px;
    padding: 25px 37px 16px;
  }
  .sp-group {
    margin-bottom: 30px;
  }
  .sp-group .sp-row .sp-label,
  .sp-group .sp-row .sp-value {
    font-size: 13px;
    padding: 9px 38px;
  }
  .product-info-description .title-main,
  .product-info-description .description-content {
    padding-left: 39px;
    padding-right: 39px;
  }
  .product-info-description .title-main {
    font-size: 18px;
    padding-bottom: 16px;
    padding-top: 0;
    margin: 0 -39px 28px !important;
  }
  .product-info-description p,
  .product-info-description .file-download-info,
  .product-info-description div {
    font-size: 13px;
  }
  .product-info-description ul li {
    padding-left: 18px;
    font-size: 14px;
  }
  .product-page-promo-banner .promo-banner {
    padding: 33px 33px 28px 70px;
    min-height: 130px;
  }
  .product-page-promo-banner .promo-banner .title {
    font-size: 43px;
    letter-spacing: 0;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 22px;
  }
  .product-brand-name {
    margin-top: 18px;
  }
  .product-brand-name a {
    font-size: 17px;
    display: block;
  }
  .box-tocart {
    margin: 18px 0 12px;
  }
  .product-info-main .product-reviews-summary {
    margin-bottom: 18px;
  }
  .product-info-main .product-reviews-summary .reviews-actions {
    margin-top: 1px;
  }
  .product-info-main .product-reviews-summary .reviews-actions a {
    font-size: 13px;
    line-height: 1;
  }
  .info-guide-main .product-extra-info .info-title {
    margin: 0 -40px;
    padding: 24px 40px 18px;
    font-size: 18px;
  }
  .info-guide-main .product-extra-info p,
  .info-guide-main .pdf-attachments p {
    font-size: 12px;
  }
  .info-guide-main .product-extra-info:not(:has(ul)),
  .info-guide-main .pdf-attachments:not(:has(ul)) {
    padding-bottom: 23px;
  }
  .info-guide-main .product-extra-info:not(:has(ul)) .info-title,
  .info-guide-main .pdf-attachments:not(:has(ul)) .info-title {
    margin-bottom: 23px;
  }
  .info-guide-main .product-extra-info ul,
  .info-guide-main .pdf-attachments ul {
    padding: 23px 0;
  }
  .info-guide-main .product-extra-info ul li,
  .info-guide-main .pdf-attachments ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 13px;
  }
  .info-guide-main .product-extra-info ul li:before,
  .info-guide-main .pdf-attachments ul li:before {
    top: 7px;
  }
  .info-guide-main .pdf-attachments .am-attachments .am-filelink.doctype-pdf {
    padding-left: 40px;
    font-size: 13px;
  }
  .info-guide-main .pdf-attachments .am-attachments .am-filelink.doctype-pdf:before {
    min-width: 29px;
    max-width: 29px;
    min-height: 33px;
    max-height: 33px;
  }
  .info-guide-main.has-attachments .pdf-attachments .info-title {
    font-size: 18px;
  }
  .page-main .bundle-options-container {
    margin: 8px 0 34px !important;
  }
  .bundle-options-container .ul-bundle-options-list {
    padding: 28px 30px;
  }
  .bundle-options-container .ul-bundle-options-list .field {
    padding: 16px;
  }
  .bundle-options-container .ul-bundle-options-list .field:after {
    font-size: 25px;
    right: -8px;
    top: 28px;
  }
  .bundle-options-container .custom-kit-part .img-block {
    margin-right: 13px;
    flex: 0 0 81px;
    max-width: 81px;
    min-height: 81px;
    max-height: 81px;
    border-radius: 18px;
  }
  .bundle-options-container .custom-kit-part .nice-select,
  .bundle-options-container .custom-kit-part .product-name {
    padding: 10px 35px 6px 14px;
    font-size: 10px;
  }
  .bundle-options-container .custom-kit-part .current {
    max-width: 180px;
  }
  .bundle-options-container .custom-kit-part .see-product {
    font-size: 10px;
    line-height: 14px;
  }
  .fotorama-item .fotorama__stage {
    min-height: 436px;
  }
  .prices-tier .item {
    padding: 11px 15px 11px 10px;
    margin-bottom: 7px;
  }
  .prices-tier .item .radio-btn {
    min-width: 21px;
    min-height: 21px;
    max-width: 21px;
    max-height: 21px;
    margin-right: 5px;
  }
  .prices-tier .item .radio-btn:before {
    min-width: 6px;
    max-width: 6px;
    min-height: 6px;
    max-height: 6px;
    top: 6px;
    left: 7px;
  }
  .prices-tier .item .price-label,
  .prices-tier .item .tier-price-qty,
  .prices-tier .item .price {
    font-size: 15px;
  }
  .product-info-main .fieldset .field {
    padding-right: 20px;
  }
  .product-info-main .fieldset .actions .action {
    font-size: 11px;
    min-width: 200px;
    margin: 0 15px 0 0;
  }
  .product-info-main .product-reviews-summary svg {
    height: 12px;
    width: 75px;
  }
  .product-info-main .coupon {
    font-size: 15px;
    padding: 9px 20px 6px;
  }
  .product-info-main .price .value {
    font-size: 43px;
  }
  .product-info-main .price .fraction {
    top: -15px;
    font-size: 26px;
    margin-right: 4px;
  }
  .product-info-main .price .symbol {
    font-size: 27px;
  }
  .product-info-main .price-badge {
    margin-right: 10px;
  }
  .product-info-main .price-badge .bdg1 {
    font-size: 15px;
    padding: 5px 6px 4px;
  }
  .product-info-main .price-badge .bdg2 {
    font-size: 15px;
  }
  .product-info-main .price-badge.over-stock {
    flex: 0 0 65px;
    max-width: 65px;
  }
  .product-info-main .price-badge.over-stock .bdg2 {
    padding: 6px 8px 2px 6px;
  }
  .product-info-main .price-badge.low-price {
    flex: 0 0 68px;
    max-width: 68px;
  }
  .product-info-main .price-badge.low-price .bdg2 {
    padding: 6px 6px 2px;
  }
  .product-info-main .price-badge.special-buy {
    flex: 0 0 85px;
    max-width: 85px;
  }
  .product-info-main .price-badge.special-buy .bdg1 {
    padding: 5px 11px 4px 8px;
  }
  .product-info-main .price-badge.special-buy .bdg2 {
    padding: 8px 9px 4px 9px;
  }
  .product-info-main .product.attribute.sku {
    margin: 3px 0 2px;
    font-size: 12px;
    padding-left: 0;
  }
  .product-info-main .product.overview {
    padding: 15px 0 5px;
    margin: 14px 0 9px;
  }
  .product-info-main .product.overview li,
  .product-info-main .product.overview p {
    font-size: 14px;
    line-height: 1.5;
  }
  .product-info-main .product.overview .type {
    line-height: 1;
    font-size: 17px;
    margin-bottom: 12px;
  }
  .product-info-main .product.attribute,
  .product-info-main .delivery-info {
    padding-left: 13px;
  }
  .product-info-main .delivery-info .type {
    font-size: 17px;
    line-height: 1.2;
    padding-right: 23px;
  }
  .product-info-main .delivery-info .type:before {
    top: 0;
    right: 0;
    font-size: 15px;
  }
  .product-info-main .delivery-info .prdct-cont-in2,
  .product-info-main .delivery-info .prdct-cont-in2 {
    padding-bottom: 4px;
  }
  .product-info-main .delivery-info .prdct-cont-in2:before,
  .product-info-main .delivery-info .prdct-cont-in2:before {
    top: 33%;
  }
  .product-info-main .product-info-price {
    margin: 14px 0 13px;
  }
  .product-info-main .page-title-wrapper {
    margin-bottom: 6px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 1.1;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 8px;
    letter-spacing: 0.7px;
    padding: 5px 10px 3px;
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .account .column .block-title strong,
  .mst-rma-box__title strong,
  .account .MultiFile-intercepted .block .title strong,
  .account .order-tracking .tracking-title strong,
  .account .mst-rma-create__order-header strong,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header strong {
    font-size: 17px;
  }
  .account .column .block-title .action:before,
  .mst-rma-box__title .action:before,
  .account .MultiFile-intercepted .block .title .action:before,
  .account .order-tracking .tracking-title .action:before,
  .account .mst-rma-create__order-header .action:before,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action:before {
    margin-right: 12px;
  }
  .account .column .block-title .action.print span,
  .mst-rma-box__title .action.print span,
  .account .MultiFile-intercepted .block .title .action.print span,
  .account .order-tracking .tracking-title .action.print span,
  .account .mst-rma-create__order-header .action.print span,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print span {
    margin-left: -2px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 7px);
    padding: 14px 19px 20px;
    border-radius: 18px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 35px;
  }
  .account .column .block-content .box .default-address {
    transform: scale(0.8) translate(16px, -13px);
  }
  .account .column .block-content .empty {
    padding: 18px 35px;
  }
  .account .column .block-content .empty.message {
    padding: 8px 24px;
  }
  .account .column .box-title {
    font-size: 15px;
    margin: 0 -19px 15px;
    padding: 0 19px 8px;
  }
  .account .column .box-content {
    font-size: 10.5px;
    margin: 0 0 7px;
  }
  .account .column .box-content .phone {
    margin-top: 4px;
  }
  .account .column .box-actions .action {
    font-size: 9px;
    letter-spacing: 1.2px;
    padding: 14px 21px 13px;
    margin-right: 6px;
  }
  .account .column > .block {
    margin-bottom: 30px;
  }
  .account .column .table-wrapper {
    border-radius: 17px;
  }
  .account .column .table-wrapper .message {
    margin: 8px;
  }
  .account .column .table-wrapper thead tr th {
    padding: 21px 8px 19px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .account .column .table-wrapper thead tr th.id,
  .account .column .table-wrapper thead tr th.col-number {
    padding-left: 32px;
  }
  .account .column .table-wrapper tbody tr td {
    font-size: 10px;
    padding: 17px 8px 13px;
  }
  .account .column .table-wrapper tbody tr td.actions,
  .account .column .table-wrapper tbody tr td.col-actions {
    padding: 6px;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 11px 10px 9px;
    letter-spacing: 1px;
    font-size: 8px;
    max-width: 116px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    transform: scale(0.21);
    margin: -20px -12px -18px -17px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    padding: 11px 10px 9px;
    letter-spacing: 1px;
    font-size: 8px;
  }
  .account .column .table-wrapper tbody tr td.track {
    padding: 9px 8px 6px;
  }
  .account .column .table-wrapper tr td.id,
  .account .column .table-wrapper tr th.id,
  .account .column .table-wrapper tr td.col-number,
  .account .column .table-wrapper tr th.col-number {
    padding-left: 32px;
  }
  .account .column .table-wrapper tfoot .mark {
    padding-left: 455px;
  }
  .account .column .table-wrapper tfoot .amount {
    padding-right: 67px;
  }
  .account .column .table-wrapper tfoot tr td,
  .account .column .table-wrapper tfoot tr th {
    font-size: 11px;
    line-height: 1.2;
  }
  .account .column .table-wrapper tfoot tr:first-child th,
  .account .column .table-wrapper tfoot tr:first-child td {
    padding-top: 12px;
  }
  .account .column .table-wrapper tfoot .grand_total_incl td,
  .account .column .table-wrapper tfoot .grand_total_incl th {
    font-size: 16px;
  }
  .account .column .table-wrapper tfoot .tax td,
  .account .column .table-wrapper tfoot .tax th {
    padding-bottom: 10px;
  }
  .account .column .table-wrapper .product-item-details .am-attachments-order-view {
    margin-top: 5px;
    margin-left: 110px;
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 12px;
    padding: 17px 31px 13px;
    letter-spacing: 0.5px;
  }
  .account .order-links {
    margin-bottom: 14px;
  }
  .account .order-links .item {
    max-width: 180px;
  }
  .account .order-links .item:last-child {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
  }
  .account .order-links .item:first-child {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
  .account .order-links .item strong,
  .account .order-links .item a {
    padding: 16px 14px 13px;
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  .account .sidebar.sidebar-main .block.account-nav {
    border-radius: 17px;
  }
  .columns .order-details-items,
  .columns .quotation-items {
    margin-bottom: 28px;
  }
  .columns .order-details-items .table-wrapper .mst-rma-list tbody td,
  .columns .quotation-items .table-wrapper .mst-rma-list tbody td {
    font-size: 10px !important;
  }
  .columns .order-details-items .table-wrapper thead th.subtotal,
  .columns .quotation-items .table-wrapper thead th.subtotal,
  .columns .order-details-items .table-wrapper thead th.total,
  .columns .quotation-items .table-wrapper thead th.total {
    padding-right: 67px;
  }
  .columns .order-details-items .table-wrapper tbody td,
  .columns .quotation-items .table-wrapper tbody td {
    font-size: 13px !important;
  }
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.total,
  .columns .quotation-items .table-wrapper tbody td.total {
    padding-right: 67px;
  }
  .columns .order-details-items .table-wrapper tbody td.discount .price,
  .columns .quotation-items .table-wrapper tbody td.discount .price,
  .columns .order-details-items .table-wrapper tbody td.total .price,
  .columns .quotation-items .table-wrapper tbody td.total .price {
    font-size: 17px;
  }
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.col-action {
    padding-top: 51px;
  }
  .columns .order-details-items .comments,
  .columns .quotation-items .comments {
    border-radius: 17px;
  }
  .columns .order-details-items .comments .subtitle,
  .columns .quotation-items .comments .subtitle {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .columns .order-details-items .comments .text,
  .columns .quotation-items .comments .text {
    font-size: 13px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td,
  .columns .quotation-items.invoice .table-wrapper tbody td,
  .columns .order-details-items.shipments .table-wrapper tbody td,
  .columns .quotation-items.shipments .table-wrapper tbody td,
  .columns .order-details-items.creditmemo .table-wrapper tbody td,
  .columns .quotation-items.creditmemo .table-wrapper tbody td {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.name,
  .columns .quotation-items.invoice .table-wrapper tbody td.name,
  .columns .order-details-items.shipments .table-wrapper tbody td.name,
  .columns .quotation-items.shipments .table-wrapper tbody td.name,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.name,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.name,
  .columns .order-details-items.invoice .table-wrapper tbody td.value,
  .columns .quotation-items.invoice .table-wrapper tbody td.value,
  .columns .order-details-items.shipments .table-wrapper tbody td.value,
  .columns .quotation-items.shipments .table-wrapper tbody td.value,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.value,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.value {
    padding-left: 32px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.invoice .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.shipments .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.shipments .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.invoice .table-wrapper tbody td.price .price,
  .columns .quotation-items.invoice .table-wrapper tbody td.price .price,
  .columns .order-details-items.shipments .table-wrapper tbody td.price .price,
  .columns .quotation-items.shipments .table-wrapper tbody td.price .price,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.price .price,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.price .price {
    font-size: 17px;
  }
  .columns .order-details-items.creditmemo tbody tr td.subtotal,
  .columns .quotation-items.creditmemo tbody tr td.subtotal {
    padding-right: 10px;
  }
  .columns .order-details-items.creditmemo thead th.subtotal,
  .columns .quotation-items.creditmemo thead th.subtotal {
    padding-right: 10px;
  }
  .block-order-details-view,
  .mst-rma-create__order .rma-new-step2 .block-content {
    margin-top: 12px;
    padding: 19px;
    border-radius: 20px;
  }
  .block-order-details-view .block-content,
  .mst-rma-create__order .rma-new-step2 .block-content .block-content {
    padding: 23px;
    border-radius: 18px;
    margin-bottom: 12px;
    max-width: calc(50% - 11px);
  }
  .customer-address-index.account .column .block-content .box {
    padding: 30px 25px 24px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 12px;
  }
  .wishlist-index-index .box-tocart .fieldset {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wishlist-index-index .box-tocart .fieldset .product-item-actions {
    padding: 10px 0 0;
  }
  .mst-rma-view .opc-progress-bar {
    margin-bottom: 18px;
  }
  .mst-rma-view .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .mst-rma-view .mst-rma__status {
    padding: 16px 45px 17px;
    font-size: 11px;
  }
  .mst-rma-view .mst-rma__status:before {
    left: 5px;
  }
  .mst-rma-view .mst-rma-block {
    padding: 19px;
    border-radius: 20px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__title {
    margin: 0 0 11px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box {
    padding: 26px 24px;
    border-radius: 20px;
    max-width: calc(50% - 10px);
  }
  .mst-rma-view .mst-rma-block._align-top {
    margin-top: 24px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 29px 20px 46px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .mst-rma-view .mst-rma-view__orders {
    margin-top: 26px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper thead tr th.col-detail {
    padding-left: 32px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td {
    font-size: 12px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-detail {
    padding-left: 19px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    padding: 20px 30px;
    border-radius: 20px;
    max-height: 321px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title {
    padding-bottom: 8px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    margin-right: 9px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    letter-spacing: 0.9px;
  }
  .block-rma-additional .fieldset .field {
    padding: 19px 30px;
  }
  .block-rma-additional .fieldset .field textarea {
    min-height: 97px;
    padding-top: 8px;
  }
  .block-rma-additional .fieldset .field:nth-child(1) {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 46px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .label {
    margin: 0 0 3px 0;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 10px;
    padding: 6px 0 0;
  }
  .detail-inner .product-item-photo {
    border-radius: 13px;
    min-width: 82px;
    min-height: 82px;
    max-width: 82px;
    max-height: 82px;
  }
  .detail-inner .product-item-right {
    padding-left: 19px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 25px 30px;
    border-radius: 20px;
  }
  .mst-rma-create__order .rma-new-step2 .block-content .box {
    padding: 27px 25px !important;
    border-radius: 22px !important;
    max-width: calc(50% - 9px) !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content table tr:nth-child(2) {
    margin-top: 14px;
  }
  .mst-rma-create__order .rma-new-step2 > .block {
    margin-bottom: 24px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item {
    padding: 19px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .image {
    margin: 0 18px;
    border-radius: 11px;
    min-width: 88px;
    min-height: 88px;
    max-width: 88px;
    max-height: 88px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item b {
    font-size: 13px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .item-options {
    padding-left: 150px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset {
    max-width: 600px;
    margin-top: 18px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset .field {
    margin-bottom: 13px;
    max-width: calc(50% - 13px);
  }
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    padding: 14px 17px 12px;
  }
  .init-rma-container .actions-wrapper {
    margin-top: 30px;
  }
  .checkout-onepage-success .columns {
    margin-top: 10px;
  }
  .checkout-onepage-success .sidebar {
    padding: 37px 0 0 34px !important;
  }
  .checkout-success .section-subtitle,
  .checkout-success .order-items-title {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding: 17px 25px 14px;
    font-size: 16px;
  }
  .checkout-success .order-info-top {
    padding: 25px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    margin-bottom: 28px;
  }
  .checkout-success .order-info-col {
    padding: 23px;
    border-radius: 17px;
    margin-top: 13px;
  }
  .checkout-success .order-info-col.order-info-note .info-title {
    margin-bottom: 9px;
  }
  .checkout-success .stock {
    font-size: 11px;
    padding-bottom: 0;
  }
  .checkout-success .product-reviews-summary svg {
    height: 11px;
    width: 69px;
  }
  .checkout-success .product-reviews-summary .reviews-actions {
    margin-top: 2px;
  }
  .checkout-success .product-reviews-summary .reviews-actions a {
    font-size: 13px;
  }
  .checkout-success .order-shipping-address .info-title,
  .checkout-success .order-billing-address .info-title {
    margin-bottom: 12px;
  }
  .checkout-success .info-title,
  .block-order-details-view .box .box-title,
  .mst-rma-view .mst-rma-box__title,
  .ui-mst-rma__create-rma .mst-rma-box__title,
  .mst-rma-create__order .rma-new-step2 > .block .title,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .checkout-success .shipping-method-logo + .shipping-description,
  .block-order-details-view .shipping-method-logo + .shipping-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo + .shipping-description {
    margin-bottom: 4px;
  }
  .checkout-success .payment-method-logo,
  .block-order-details-view .payment-method-logo,
  .mst-rma-create__order .rma-new-step2 .block-content .payment-method-logo {
    margin-bottom: 8px;
  }
  .checkout-success .col-content,
  .block-order-details-view .box .box-content,
  .mst-rma-view .mst-rma-block .mst-rma-box__content,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-content {
    font-size: 10px;
  }
  .checkout-success .order-item-list {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .checkout-success .order-item .col-name {
    padding: 20px;
  }
  .checkout-success .order-item .col-name .product-image {
    border-radius: 13px;
    flex: 0 0 82px;
    height: 82px;
  }
  .checkout-success .order-item .product-info {
    padding-left: 20px;
    padding-top: 3px;
  }
  .checkout-success .order-item .item-unit-price {
    margin: 2px 2px 0 0;
    font-size: 10px;
  }
  .checkout-success .order-item .col-total {
    padding-right: 90px;
  }
  .checkout-success .order-item .col-qty {
    font-size: 13px;
  }
  .checkout-success .order-item .col-qty,
  .checkout-success .order-item .col-total {
    padding-top: 50px;
  }
  .checkout-success .order-item .product-item-name {
    font-size: 13px;
    max-width: 185px;
    margin: 2px 0;
  }
  .checkout-success .order-item.item-header .item-col {
    padding: 20px 10px;
  }
  .checkout-success .order-item.item-header .col-name {
    padding-left: 32px;
  }
  .checkout-success .order-item.item-header .col-total {
    padding-right: 90px;
  }
  .checkout-success .order-info-items .order-items-title {
    margin-bottom: 12px;
  }
  .checkout-success .order-info-totals {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    margin-bottom: 17px;
    padding: 11px 0 0;
  }
  .checkout-success .table-order-totals th,
  .checkout-success .table-order-totals td {
    font-size: 11px;
  }
  .checkout-success .table-order-totals .amount {
    padding-right: 90px;
  }
  .checkout-success .table-order-totals .mark {
    padding-left: 455px;
  }
  .checkout-success .table-order-totals .totals th,
  .checkout-success .table-order-totals .totals td {
    padding-bottom: 7px;
  }
  .checkout-success .grand_total_incl th,
  .checkout-success .grand_total_incl td {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 16px;
  }
  .brand-container .block-brand-search {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .brand-container .block-content input {
    font-size: 13px;
    padding: 10.5px 32px 8.3px;
  }
  .brand-container .block-content input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input:-moz-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input::-moz-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input::-ms-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input:-ms-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input::placeholder {
    font-size: 13px;
  }
  .brand-container .block-content .btn-primary {
    padding: 14px 24px 13px;
    font-size: 12px;
  }
  .ebattery-form-block :is(.yes , .no) {
    transform: scale(0.6) translate(0, -5px);
    margin: -6px 0;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) label {
    font-size: 10px;
    padding-left: 28px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 19px 20px 15px 20px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title strong {
    font-size: 10px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title:before {
    transform: scale(0.7) translate(-13px, -17px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 19px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon {
    min-height: 80px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 7px;
    transform: scale(0.7);
    left: 5px;
  }
  .ebattery-form-block .port-item .icon:after {
    top: 15px;
  }
  .cms-e-batterie .page-header {
    margin-bottom: 20px !important;
  }
  .post-items {
    margin: 0 -20px;
  }
  .post-items .post-item {
    margin-bottom: 32px;
    padding: 0 20px;
  }
  .post-item-cover {
    border-radius: 17px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 22px;
    left: 26px;
    font-size: 9px;
    padding: 5px 10px 4px;
    letter-spacing: 0.7px;
  }
  .post-item-cover .post-info {
    padding: 20px 26px 28px;
  }
  .post-item-cover .post-name {
    font-size: 16px;
  }
  .post-item-cover .post-desc {
    font-size: 11px;
  }
  .post-item-cover .post-actions {
    padding: 11px 26px 11px;
  }
  .blog-search .control:before {
    right: 10px;
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  .blog-search .label {
    padding: 2px 70px 0 0;
    font-size: 21px;
  }
  .blog-search input {
    height: 40px;
    padding: 9px 42px 7px 20px;
    letter-spacing: 1px;
    font-size: 11px;
  }
  .blog-category .category-items .category-item {
    margin: 0 10px 10px 0;
  }
  .blog-category .category-items .category-item.active .item-name {
    padding-right: 30px;
  }
  .blog-category .category-items .category-item.active .item-name:before {
    font-size: 7px;
    right: 15px;
    background-size: contain;
  }
  .blog-category .category-items .item-name {
    font-size: 11px;
    padding: 6px 10px 5px 14px;
  }
  .blog-category .category-items .item-name .item-count {
    margin-top: -1px;
  }
  .blog-post .blog-toolbar .pages {
    padding: 0 0 15px;
  }
  .blog-post .blog-toolbar .pages .pages-items .page {
    font-size: 12px;
  }
  .blog-post .blog-toolbar .pages .item {
    min-width: 33px;
    min-height: 33px;
    max-height: 33px;
    max-width: 33px;
    margin: 0 3px;
  }
  .blog-sf {
    margin: 0 0 26px;
  }
  .blog-sf .toolbar {
    max-width: 203px;
  }
  .blog-sf .ui-select {
    padding: 12px 15px 10px;
    border-radius: 12px;
  }
  .blog-sf .ui-select:before {
    right: 20px;
  }
  .blog-sf .ui-select li {
    font-size: 12px;
    padding: 13px 15px;
  }
  .mblog-post-index .breadcrumbs,
  .mblog-category-view .breadcrumbs,
  .mblog-post-view .breadcrumbs {
    margin-bottom: 18px;
  }
  .post-content {
    max-width: 732px;
    margin-bottom: 46px;
    --box-radius: 18px;
    --box-padding-x: 40px;
    --box-padding-y: 35px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 17px;
    margin: 20px 0;
  }
  .post-content ol li,
  .post-content ul li {
    margin: 8px 0;
  }
  .post-content .list-box-title {
    font-size: 26px;
    margin-top: 16px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 14px;
  }
  .post-content .list-box-items {
    margin-bottom: 21px;
  }
  .post-content .list-box-item {
    font-size: 18px;
    padding-left: 16px;
    margin-bottom: 12px;
  }
  .post-content .list-box-item a {
    font-size: 18px;
  }
  .post-content .list-box-item:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 16px;
    margin: 10px 0;
  }
  .post-content p:has(a) {
    padding: 3px 0;
  }
  .post-content button {
    max-width: 309px;
    margin: 19px auto;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 24px 25px 22px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 10px;
  }
  .post-content h1 {
    font-size: 40px;
  }
  .post-content h2 {
    font-size: 33px;
  }
  .post-content h3 {
    font-size: 26px;
  }
  .post-content h4 {
    font-size: 22px;
  }
  .post-content h5 {
    font-size: 20px;
  }
  .contact-info-box {
    margin: 45px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 18px;
    flex: 0 0 67px;
    max-width: 67px;
    padding-top: 67px;
  }
  .contact-info-box .contact-info-name {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .contact-info-box .publiced-date {
    font-size: 10px;
    padding-top: 3px;
  }
  .contact-info-box .contact-info-text {
    letter-spacing: 1.6px;
    font-size: 11px;
  }
  .contact-info-box .contact-info-social {
    margin-left: 5px;
  }
  .contact-info-box .contact-info-link {
    padding: 0 3px;
  }
  .contact-info-box .contact-info-link svg {
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
  .bannerCoverBox {
    gap: 12px;
  }
  .bannerCoverBox .bannerItem {
    border-radius: 20px;
  }
}
@media all and (max-width: 1280px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1180px;
  }
  .field {
    margin-bottom: 6px;
  }
  .checkout-payment-method .payment-methods .payment-method.oney .payment-method-content .payment-method-billing-address + p {
    max-width: 300px;
  }
  .oneycheckout-panel {
    border-radius: 20px;
  }
  .oneycheckout-panel .oneycheck-topbar {
    padding: 20px 23px 8px;
  }
  .oneycheckout-panel .oneycheck-topbar .oneycheck-lefttext {
    font-size: 17px;
  }
  .oneycheckout-panel .oneycheck-topbar:after {
    content: "";
    margin-left: 8px;
    min-width: 95px;
    max-width: 95px;
    min-height: 30px;
    max-height: 30px;
  }
  .oneycheckout-panel .oneycheck-body {
    padding: 18px 23px 28px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-bottext {
    font-size: 12px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 350px;
  }
  .simulator-form-wrapper .form-steps .step.step-measurement .address {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .simulator-form-wrapper .form-steps .step.step-measurement .fieldset-map {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .simulator-form-wrapper .form-steps .step .field-note,
  .simulator-form-wrapper .form-steps .step .field-usage,
  .simulator-form-wrapper .form-steps .step .area-value {
    font-size: 15px;
  }
  .account .column .block-info-quotation .block-content {
    padding: 17px 25px;
    border-radius: 17px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 13px;
    padding: 4px 0;
  }
  .account .column .block-info-quotation .order-status {
    transform: translateY(-2px);
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 16px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 13px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.sku {
    white-space: unset;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.subtotal {
    padding-right: 25px;
  }
  .account .column .quotation-items .table-wrapper thead th.subtotal {
    padding-right: 25px;
  }
  .account .column .quotation-items .table-wrapper thead th.name {
    width: 50%;
    min-width: 50%;
  }
  .account .column .quotation-items .table-wrapper thead th.price {
    width: 5%;
    min-width: 5%;
  }
  .account .column .quotation-items .table-wrapper thead th.sku {
    width: 8%;
    min-width: 8%;
  }
  .account .column .quotation-items .table-wrapper thead th.subtotal {
    padding-right: 25px;
  }
  .account .column .quotation-items .table-wrapper tfoot .amount {
    padding-right: 25px;
  }
  .account .column .quotation-items .table-wrapper tfoot .mark {
    padding-left: 357px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 6px;
  }
  .cart-container .qty-note {
    margin: 6px 0 0 3px;
    padding: 6px 19px 4px;
  }
  .cart-container .qty-note span {
    font-size: 9px;
  }
  .cart-container .qty-note:before {
    top: 3px;
    min-width: 13px;
    min-height: 13px;
    left: 4px;
  }
  .cart-container .table-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .cart-container .table-wrapper thead th {
    padding: 20px 10px;
  }
  .cart-container .table-wrapper thead th.item,
  .cart-container .table-wrapper thead th.name {
    padding-left: 32px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top .product-item-photo {
    flex: 0 0 90px;
    height: 90px;
    border-radius: 15px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner {
    padding-left: 20px;
    padding-top: 2px;
  }
  .cart-container .table-wrapper .bundle-item-option-list {
    padding-left: 35px;
    margin-top: 27px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .bundle-item-option {
    margin: 0 0 15px 0;
    max-width: 325px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .price {
    font-size: 14px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img {
    padding-right: 18px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img span {
    min-width: 65px;
    max-width: 65px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.price {
    margin-bottom: 8px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.name {
    font-size: 11px;
    max-width: 178px;
  }
  .cart-container .table-wrapper tbody td.col-qty,
  .cart-container .table-wrapper tbody td.qty,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.subtotal,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.action,
  .cart-container .table-wrapper tbody td.col-action,
  .cart-container .table-wrapper tbody td.sku {
    padding: 16px 8px 7px;
  }
  .cart-container .table-wrapper tbody td.item,
  .cart-container .table-wrapper tbody td.name {
    padding: 16px 18px;
  }
  .cart-container .table-wrapper tbody .qty label {
    font-size: 14px;
  }
  .cart-container .table-wrapper tbody .qty .control {
    height: 34px;
    padding: 3px;
  }
  .cart-container .table-wrapper tbody .qty .control span {
    height: 26px;
    width: 26px;
    font-size: 16px;
  }
  .cart-container .table-wrapper tbody .qty .control .input-text {
    padding: 3px 5px 0 8px;
    max-width: 33px;
    font-size: 13px;
    height: 25px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-shipping-address .action-show-popup:before,
  .checkout-billing-address .action-show-popup:before,
  .checkout-shipping-address .add-new-billing-address:before,
  .checkout-billing-address .add-new-billing-address:before {
    margin-right: 14px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar {
    margin-top: 20px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .billing-address-item .action-select-shipping-item {
    font-size: 10px;
    padding: 9px 15px 6px 15px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    letter-spacing: 0.4px;
    font-size: 12px;
    padding-bottom: 7px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    padding: 40px 18px 20px 15px;
    min-height: 210px;
    font-size: 11px;
  }
  .form-create-account .fieldset.address {
    max-width: 660px;
  }
  .checkout-login .field label {
    max-width: 321px;
  }
  .checkout-login .field input,
  .checkout-login .field select {
    max-width: 321px;
  }
  .step-customer-vat .field-group {
    max-width: 780px;
  }
  .step-customer-vat .note {
    font-size: 11px;
    padding-top: 9px;
  }
  #alma-widget svg {
    width: 56px;
    height: 17px;
  }
  #alma-widget .alma-payment-plans-eligibility-options > div {
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    font-size: 9px;
  }
  .customer-account-login .lbl-checkbox,
  .customer-account-forgotpassword .lbl-checkbox,
  .customer-account-create .lbl-checkbox,
  .customer-account-createpassword .lbl-checkbox {
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
  }
  .customer-account-login .lbl-checkbox input,
  .customer-account-forgotpassword .lbl-checkbox input,
  .customer-account-create .lbl-checkbox input,
  .customer-account-createpassword .lbl-checkbox input {
    border-radius: 5px;
  }
  .customer-account-login .lbl-checkbox input:before,
  .customer-account-forgotpassword .lbl-checkbox input:before,
  .customer-account-create .lbl-checkbox input:before,
  .customer-account-createpassword .lbl-checkbox input:before {
    width: 10px;
    height: 5px;
    top: 4px;
    left: 3px;
  }
  .customer-account-login .actions-toolbar .action,
  .customer-account-forgotpassword .actions-toolbar .action,
  .customer-account-create .actions-toolbar .action,
  .customer-account-createpassword .actions-toolbar .action {
    letter-spacing: 1px;
    padding: 13px 16px 11px;
    font-size: 9px;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 23px 22px 30px;
    max-width: calc(33.33% - 15px);
    border-radius: 22px;
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 7px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 14px;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .login-container .persistent .label,
  .password.forget .persistent .label,
  .password.reset .persistent .label {
    padding: 1px 0 0 7px;
    font-size: 12px;
  }
  .login-container .remind,
  .password.forget .remind,
  .password.reset .remind {
    font-size: 11px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 30px 0 0 !important;
  }
  .form-note {
    max-width: 630px;
  }
  .pro-account-form .fieldset.info,
  .pro-account-form .fieldset.address {
    max-width: 100%;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.5600000000000001);
  }
  #younited_block:before {
    transform: translateY(-50%) scale(0.48);
    left: -61px;
    top: 14px;
  }
  #yp-current-maturities {
    padding-left: 125px;
  }
  #yp-simuler {
    margin-left: 10px;
    font-size: 10px;
    letter-spacing: 2px;
    padding-top: 3px;
    min-height: 27px;
  }
  .yp-info {
    padding-top: 12px;
    line-height: 1.4;
  }
  .maturity_installment,
  .matr {
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    font-size: 9px;
    margin-right: 19px;
    padding-top: 2px;
  }
  .custom-field-box .message.info,
  .custom-field-box .message.error,
  .custom-field-box .message.warning,
  .custom-field-box .message.notice,
  .custom-field-box .message.success,
  .field .message.info,
  .field .message.error,
  .field .message.warning,
  .field .message.notice,
  .field .message.success {
    font-size: 10px;
  }
  .custom-field-box .message.info > *:first-child:before,
  .custom-field-box .message.error > *:first-child:before,
  .custom-field-box .message.warning > *:first-child:before,
  .custom-field-box .message.notice > *:first-child:before,
  .custom-field-box .message.success > *:first-child:before,
  .field .message.info > *:first-child:before,
  .field .message.error > *:first-child:before,
  .field .message.warning > *:first-child:before,
  .field .message.notice > *:first-child:before,
  .field .message.success > *:first-child:before {
    min-width: 13px;
    min-height: 13px;
    max-width: 13px;
    max-height: 13px;
    left: 15px;
    font-size: 16px;
  }
  .custom-field-box .control,
  .field .control {
    margin-bottom: 6px;
  }
  .custom-label,
  .field label,
  .field .label {
    padding: 12px 17px 2px;
    font-size: 9px;
    letter-spacing: 1px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .custom-input,
  .field input,
  .field select,
  .field textarea {
    height: 30px;
    font-size: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 17px;
  }
  .custom-input::-webkit-input-placeholder,
  .field input::-webkit-input-placeholder,
  .field select::-webkit-input-placeholder,
  .field textarea::-webkit-input-placeholder {
    font-size: 10px;
  }
  .custom-input:-moz-placeholder,
  .field input:-moz-placeholder,
  .field select:-moz-placeholder,
  .field textarea:-moz-placeholder {
    font-size: 10px;
  }
  .custom-input::-moz-placeholder,
  .field input::-moz-placeholder,
  .field select::-moz-placeholder,
  .field textarea::-moz-placeholder {
    font-size: 10px;
  }
  .custom-input::-ms-placeholder,
  .field input::-ms-placeholder,
  .field select::-ms-placeholder,
  .field textarea::-ms-placeholder {
    font-size: 10px;
  }
  .custom-input:-ms-placeholder,
  .field input:-ms-placeholder,
  .field select:-ms-placeholder,
  .field textarea:-ms-placeholder {
    font-size: 10px;
  }
  .custom-input::placeholder,
  .field input::placeholder,
  .field select::placeholder,
  .field textarea::placeholder {
    font-size: 10px;
  }
  .nav-sections .submenu-banner {
    min-height: 268px;
    max-height: 268px;
    min-width: 260px;
    max-width: 260px;
  }
  .nav-sections .submenu-cal {
    padding: 8px 20px 8px 13px;
  }
  .nav-sections .submenu-title {
    font-size: 19px;
  }
  .nav-sections .submenu-sublink {
    padding: 12px;
  }
  .page-footer .footerContentMain .footerLeft .logo {
    margin: 0 0 16px;
    max-width: 120px;
  }
  .page-footer .footerContentMain .footerLeft .logo img {
    max-height: 44px;
  }
  .page-footer .footerContentMain .footerLeft .footerCardTitle {
    margin-bottom: 9px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox {
    margin-bottom: 26px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem svg {
    max-height: 50px;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    min-width: 41px;
    min-height: 27px;
    max-width: 41px;
    max-height: 27px;
    margin-right: 6px;
    margin-bottom: 7px;
  }
  .page-footer .footerContentMain .footerRight .footerCardTitle {
    padding-bottom: 12px;
    margin-bottom: 11px;
    letter-spacing: 1.5px;
  }
  .page-footer .footerContentMain .footerRight .footerCol {
    margin-bottom: 40px;
  }
  .page-footer .footerContentMain .footerRight .footerLinkBox .footLink {
    font-size: 9px;
    line-height: 18px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem {
    flex: 0 0 18px;
    max-width: 18px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem svg {
    max-height: 18px;
  }
  .page-footer .footerContentMain .footerCardTitle {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .page-footer .footerContentMain .footerLefText {
    font-size: 10px;
  }
  .page-footer .footerContentMain .footerLefText .footerLeftBottom {
    margin-top: 28px;
  }
  .page-footer .footer-sublink .footer-innerlink {
    font-size: 9px;
  }
  .page-footer .footerCopyright {
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .page-footer .footerCopyright .copyRightText,
  .page-footer .footerCopyright .storeHours {
    font-size: 9px;
  }
  .page-footer .footerCopyright .footerContactBlock a {
    font-size: 16px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.5600000000000001);
  }
  .guarantee-icon {
    top: 165px;
    left: 20px;
  }
  .made-in-europe {
    top: 177px;
    right: 20px;
  }
  .catalog-product-view .guarantee-icon {
    top: 334px;
    left: 20px;
  }
  .catalog-product-view .guarantee-icon svg {
    max-width: 85px;
    max-height: 85px;
  }
  .catalog-product-view .made-in-europe {
    top: 342px;
    right: 49px;
  }
  .catalog-product-view .made-in-europe svg {
    max-width: 73px;
    max-height: 73px;
  }
  .single-banner-container > div {
    max-height: 380px;
  }
  .block-sub-category-main .sub-category-title {
    padding-left: 10px;
    font-size: 17px;
  }
  .block-sub-category-main .sub-category-item:before {
    font-size: 77px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-18 a {
    padding: 50px 30px 20px 3px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-18 .sub-category-title {
    margin-left: 0;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-19 a {
    padding: 60px 50px 20px 0;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-20 a {
    padding: 60px 40px 20px 10px;
  }
  .block-sub-category-main a {
    padding: 55px 15px 10px 25px;
  }
  .block-sub-category-main a:before {
    top: 21px;
    left: 29px;
  }
  .block-sub-category-main a:after {
    top: 37px;
    left: 30px;
  }
  .block-compare .block-compare-wrapper .product-items .product-item {
    flex: 0 0 220px;
    max-width: 220px;
    width: 220px;
  }
  .block-compare .block-compare-wrapper .product-items .product-item .product-item-info {
    background: transparent;
  }
  .block-compare .block-compare-wrapper .product-items .action.delete {
    left: 16px;
    top: 9px;
  }
  .block-compare .block-compare-wrapper .product-item-add-new .product-item-inner {
    margin-bottom: 15px;
    min-height: 250px;
  }
  .block-compare .block-compare-wrapper .product-item-add-new .add-other {
    font-size: 13px;
  }
  .block-compare .actions-toolbar {
    margin: 0 20px;
  }
  .block-compare .actions-toolbar .view-compare-list {
    min-width: 200px;
  }
  .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .promotion-timer .timer-col {
    height: 45px;
    margin-right: 6px;
  }
  .promotion-timer .timer-col:before {
    right: -5px;
  }
  .promotion-timer .value {
    font-size: 22px;
  }
  .promotion-timer .lable {
    font-size: 7px;
    margin-top: 0;
  }
  .page-products .products-grid .product-items .product-item {
    padding: 10px 16px 22px;
  }
  .page-products .product-item-info .product-item-details .moret-to-users {
    margin-bottom: 13px;
    font-size: 11px;
  }
  .page-products .product-item-info .product-item-details .stock {
    line-height: 1.4;
  }
  .page-products .product-item-info .product-item-details .attribute-info {
    margin-bottom: 9px;
  }
  .page-products .product-item-info .product-item-details .attribute-info .info-item {
    font-size: 10px;
  }
  .page-products .product-item-info .product-item-details .tocart {
    padding: 17px 19px;
    font-size: 11px;
  }
  .page-products .product-item-info .product-item-details .coupon {
    margin-bottom: 9px;
  }
  .price-box {
    margin: 11px 0 9px;
  }
  .sidebar .mst-nav__label .mst-nav__label-item ._mode-checkbox input[type="checkbox"] {
    border-radius: 4px;
  }
  .sidebar .filter-clear {
    font-size: 10px;
  }
  .sidebar .filter-title,
  .sidebar .filter-options-title,
  .sidebar .sb-title {
    font-size: 16px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .block-title {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item .filter-value {
    font-size: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item {
    padding: 20px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 12px;
  }
  .product-info-main .fieldset .field {
    padding-right: 15px;
  }
  .catalog-product-view .product-info-right .sap-arrrival-orders .supplier-order-item {
    font-size: 12px;
  }
  .catalog-product-view .platform-stock {
    font-size: 13px;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 210px;
    max-width: 210px;
    padding: 0 23px;
  }
  .qty-note {
    margin-bottom: 12px;
    padding: 7px 30px 6px;
  }
  .qty-note span {
    font-size: 9px;
  }
  .qty-note:before {
    font-size: 14px;
    left: 6px;
    top: 4px;
  }
  .product-info-right .product-social-links a {
    font-size: 8px;
  }
  .product-info-right .not-stock-section .not-stock {
    font-size: 11px;
  }
  .product-info-right .not-stock-section .stock,
  .product-info-right .not-stock-section .stock-qty {
    min-height: unset;
  }
  .product-info-right .not-stock-section .stock .action,
  .product-info-right .not-stock-section .stock-qty .action {
    font-size: 9px;
  }
  .product-info-right .box-tocart .qty-note {
    margin-top: 12px;
  }
  .product-info-right .qty .control span {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    font-size: 17px;
    padding-top: 5px;
    padding-left: 1px;
  }
  .product-info-right .qty .control .input-text,
  .product-info-right .qty .control .item-qty {
    max-width: 35px;
    height: 100%;
  }
  .prices-tier .item .price-label,
  .prices-tier .item .tier-price-qty,
  .prices-tier .item .price span {
    font-size: 13px;
  }
  .prices-tier .item .price-label span {
    font-size: 10px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .product-page-promo-banner .promo-banner {
    padding: 30px 29px 24px 60px;
    min-height: 110px;
  }
  .product-page-promo-banner .promo-banner:before {
    transform: scale(0.8);
    top: 31px;
    left: 21px;
  }
  .product-page-promo-banner .promo-banner .title {
    font-size: 33px;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 19px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 5px);
    padding: 13px 16px 17px;
    border-radius: 16px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 35px;
  }
  .account .column .block-content .box .default-address {
    transform: scale(0.7) translate(25px, -23px);
  }
  .account .column .block-content .empty {
    padding: 13px 28px;
  }
  .account .column .block-content .empty.message {
    padding: 8px 20px;
  }
  .account .column .box-title {
    font-size: 14px;
    margin: 0 -16px 11px;
    padding: 0 16px 8px;
  }
  .account .column .box-content {
    font-size: 10px;
    margin: 0 0 5px;
  }
  .account .column .box-content .phone {
    margin-top: 3px;
  }
  .account .column .box-actions .action {
    font-size: 8px;
    letter-spacing: 1px;
    padding: 12px 17px 11px;
    margin-right: 4px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    letter-spacing: 0;
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 11px;
    letter-spacing: 0;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td,
  .columns .quotation-items.invoice .table-wrapper tbody td,
  .columns .order-details-items.shipments .table-wrapper tbody td,
  .columns .quotation-items.shipments .table-wrapper tbody td,
  .columns .order-details-items.creditmemo .table-wrapper tbody td,
  .columns .quotation-items.creditmemo .table-wrapper tbody td {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .customer-address-index.account .column .block-content .box {
    padding: 20px 20px 19px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 12px;
  }
  .mst-rma-view .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 1px;
    font-size: 13px;
    padding-top: 84px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__content table th {
    font-size: 10px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 29px 20px 30px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    max-height: 315px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .detail-inner .product-item-right {
    padding-left: 10px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    padding-left: 30px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 9px;
  }
  .MultiFile-wrap input:before {
    padding: 11px 17px;
    min-width: 106px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 22px 25px;
    border-radius: 18px;
  }
  .ui-mst-rma__create-rma .actions-toolbar button {
    font-size: 9px;
    padding: 14px 21px 13px;
  }
  .ui-mst-rma__create-rma .actions-toolbar {
    margin: 4px 0 0 0 !important;
  }
  .mst-rma-create__order-selector .field {
    max-width: 250px;
  }
  .post-items {
    margin: 0 -18px;
  }
  .post-items .post-item {
    margin-bottom: 28px;
    padding: 0 18px;
  }
  .post-item-cover {
    border-radius: 15px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 18px;
    left: 24px;
  }
  .post-item-cover .post-info {
    padding: 18px 24px 26px;
  }
  .post-item-cover .post-name {
    font-size: 15px;
  }
  .post-item-cover .post-actions {
    padding: 10px 24px;
  }
  .blog-search .label {
    padding: 2px 30px 0 0;
  }
  .blog-category .category-items .category-item.active .item-name {
    padding-right: 25px;
  }
  .blog-category .category-items .category-item.active .item-name:before {
    right: 11px;
  }
  .post-content {
    max-width: 670px;
    margin-bottom: 37px;
    --box-radius: 16px;
    --box-padding-x: 35px;
    --box-padding-y: 30px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 15px;
    margin: 14px 0;
  }
  .post-content ol li,
  .post-content ul li {
    margin: 5px 0;
  }
  .post-content .list-box-title {
    font-size: 24px;
    margin-top: 14px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 12px;
  }
  .post-content .list-box-items {
    margin-bottom: 18px;
  }
  .post-content .list-box-item {
    font-size: 16px;
    padding-left: 14px;
    margin-bottom: 11px;
  }
  .post-content .list-box-item a {
    font-size: 16px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 14px;
    margin: 8px 0;
  }
  .post-content p:has(a) {
    padding: 6px 0;
  }
  .post-content button {
    max-width: 284px;
    margin: 17px auto;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 22px 25px 20px;
  }
  .post-content h1 {
    font-size: 35px;
  }
  .post-content h2 {
    font-size: 29px;
  }
  .post-content h3 {
    font-size: 24px;
  }
  .post-content h4 {
    font-size: 21px;
  }
  .post-content h5 {
    font-size: 19px;
  }
  .contact-info-box {
    margin: 37px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 16px;
    flex: 0 0 60px;
    max-width: 60px;
    padding-top: 60px;
  }
  .contact-info-box .contact-info-name {
    font-size: 13px;
  }
  .contact-info-box .publiced-date {
    font-size: 9px;
  }
  .bannerCoverBox {
    gap: 11px;
  }
}
@media all and (max-width: 1199px), print {
  .checkout-payment-method .payment-methods .payment-method.oney:after {
    right: 40px;
  }
  .checkout-payment-method .payment-methods .payment-method.oney.oney_rls .payment-method-content {
    padding-top: 0;
  }
  .checkout-payment-method .payment-methods .payment-method.oney .payment-method-content {
    padding-top: 0;
  }
  .checkout-payment-method .payment-methods .payment-method.oney .payment-method-content .payment-method-billing-address + p {
    max-width: 100%;
  }
  .simulatorReport-cover,
  .simulator-products-cover {
    max-width: 730px;
  }
  .simulator-products .product-items > .item:last-child {
    border-right: 1px solid #eeeaf7;
  }
  .simulator-report-container .section-budget,
  .simulator-report-container .section-saving {
    flex-wrap: wrap;
  }
  .simulator-report-container .section-budget .box,
  .simulator-report-container .section-saving .box {
    flex-grow: 1;
    margin-bottom: 20px;
  }
  .simulator-report-container .section-budget .box:nth-child(2n),
  .simulator-report-container .section-saving .box:nth-child(2n) {
    margin-right: 0;
  }
  .simulator-report-container .section-info {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .cart-container .qty-note {
    margin: 5px 0 0 3px;
    padding: 6px 5px 4px 15px;
  }
  .cart-container .qty-note:before {
    top: 3px;
    min-width: 12px;
    min-height: 12px;
    left: 5px;
  }
  .cart-container .table-wrapper tbody .qty label {
    display: none;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 6px !important;
  }
  .cart-container .form-cart {
    padding-right: 10px;
  }
  .cart-container .cart-summary > .block {
    margin-bottom: 10px;
  }
  .cart-container .cart-summary .shipping,
  .cart-container .cart-summary .cart-totals-wrapper {
    padding: 0 32px;
  }
  .cart-container .cart-summary .shipping .totals.grand,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 12px;
  }
  .cart-container .cart-summary .shipping .totals.grand .amount strong,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand .amount strong {
    font-size: 16px;
  }
  .cart-container .cart-summary .shipping .totals.grand th,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  .cart-container .cart-summary .shipping .totals.grand td,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 10px 0 9px;
  }
  .cart-container .cart-summary .shipping .totals.grand .price,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand .price {
    font-size: 21px;
  }
  .cart-container .cart-summary .methods {
    padding: 20px 0;
  }
  .cart-container .cart-summary .methods .radiocheck {
    height: 17px;
    width: 17px;
    border-radius: 4px;
  }
  .cart-container .cart-summary .methods .radiocheck:before {
    width: 11px;
    height: 5px;
    top: 3px;
    left: 2px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value {
    padding-top: 45px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label:before,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value:before {
    left: -58px;
    transform: scale(0.25);
    top: -56px;
  }
  .cart-container .cart-summary .methods .item-options .choice.knp_knp .label,
  .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp > .value {
    min-width: 130px !important;
    min-height: 12px;
    max-width: 130px !important;
    max-height: 12px;
    margin-top: 3px;
  }
  .cart-container .cart-summary .methods .item-options .choice.knp_knp .label:before,
  .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp > .value:before {
    top: -10px;
    left: -98px;
    transform: scale(0.4);
  }
  .cart-container .cart-summary .methods .item-options .choice .label,
  .cart-container .cart-summary .methods .item-options .choice > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content > .value {
    margin: 0 5px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-price {
    font-size: 14px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price.discount-original-price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price.discount-original-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .price.discount-original-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-price.discount-original-price {
    font-size: 12px;
  }
  .cart-container .cart-summary .methods .sm-desc {
    padding-left: 22px;
  }
  .cart-container .cart-summary .cart-totals {
    margin: 12px 0 20px;
  }
  .cart-container .cart-summary .cart-totals-wrapper th,
  .cart-container .cart-summary .cart-totals-wrapper td {
    font-size: 11px;
  }
  .cart-container .cart-summary .cart-totals-wrapper tr {
    padding: 0 23px;
    margin: 0 -23px;
  }
  .cart-container .cart-summary .cart-totals-wrapper .totals strong {
    font-size: 16px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar {
    padding: 0 20px;
    flex: 0 0 33.5%;
    max-width: 33.5%;
    margin-top: 40px;
  }
  #opc-sidebar .quotation-request-link {
    margin: 0 0 17px;
  }
  #opc-sidebar .sidebar-title {
    margin: 0 -20px;
  }
  #opc-sidebar > .actions-toolbar {
    padding: 15px 20px;
    margin: 0 -20px;
  }
  #opc-sidebar .shipping-information .ship-to .shipping-information-content {
    padding: 17px;
    margin: 0 0 20px;
    border-radius: 21px;
  }
  #opc-sidebar .shipping-information .ship-via {
    margin-bottom: 15px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content {
    margin: 0;
    padding: 13px 17px;
    border-radius: 17px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-info {
    padding: 0 0 0 5px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-address {
    margin-bottom: 4px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .shipping-price {
    margin-left: 52px;
    padding-top: 16px;
  }
  .checkout-container .minicart-items .product-item-inner {
    margin-left: 15px;
    flex: 1;
    justify-content: space-between;
  }
  .checkout-container .minicart-items .product-item {
    margin: 0 -20px;
  }
  .checkout-container .minicart-items .product-item .product {
    padding: 14px 15px 14px 20px;
  }
  .checkout-container .minicart-items .cart-price {
    margin-left: 10px;
  }
  .checkout-container .minicart-items .product-item-name {
    max-height: 33px;
  }
  .checkout-container .opc-block-summary .table-totals tr {
    padding: 0 20px;
    margin: 0 -20px;
  }
  .checkout-container .opc-block-summary .table-totals th,
  .checkout-container .opc-block-summary .table-totals td {
    font-size: 13px;
  }
  .checkout-container .items-in-cart .actions-toolbar {
    padding: 12px 15px 14px 20px;
    margin: 0 -20px;
  }
  .checkout-container .checkout-payment-method .billing-address-form {
    border-radius: 20px;
  }
  .opc-wrapper {
    padding-right: 15px;
    max-width: 66.5%;
    flex: 0 0 66.5%;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 22px;
  }
  .checkout-login .login-form-inner .step-email {
    padding: 30px;
  }
  .checkout-login .login-form-inner .email-check-info,
  .checkout-login .login-form-inner .step-customer-group .login-info,
  .form-note {
    font-size: 14px;
  }
  .checkout-login .login-form-inner .step-customer-group .login-info {
    margin-bottom: 0;
  }
  .checkout-login .login-form-inner .step-customer-group .field {
    padding: 30px;
  }
  .checkout-login .login-form-inner .step-password .field,
  .checkout-login .login-form-inner .step-customer-group .field {
    padding: 30px;
  }
  .checkout-login .login-form-inner .step-customer-group .login-info {
    margin-bottom: 0;
  }
  .checkout-login .login-form-inner .actions-toolbar {
    padding-top: 20px;
  }
  .checkout-login .register-form-container .field-edit-email {
    padding: 30px;
  }
  .checkout-login .field label,
  .checkout-login .field input,
  .checkout-login .field select {
    max-width: 259px;
  }
  .checkout-login .sub-title,
  .form-title {
    margin-bottom: 17px;
    font-size: 20px;
  }
  .form-shipping-address,
  .form-create-account {
    padding: 30px;
  }
  .form-shipping-address .fieldset.address,
  .form-create-account .fieldset.address {
    max-width: 597px;
  }
  .form-shipping-address .fieldset.address .field.date .customer-dob button,
  .form-shipping-address .fieldset.info .field.date .customer-dob button,
  .form-create-account .fieldset.address .field.date .customer-dob button,
  .form-create-account .fieldset.info .field.date .customer-dob button {
    transform: scale(0.3);
    top: -22px;
    right: 0;
  }
  .step-subtitle,
  .checkout-shipping-address .step-subtitle,
  .checkout-billing-address .step-subtitle,
  .checkout-shipping-method .step-subtitle {
    height: 68px;
    padding: 9px 9px 9px 30px;
  }
  .step-subtitle > span,
  .checkout-shipping-address .step-subtitle > span,
  .checkout-billing-address .step-subtitle > span,
  .checkout-shipping-method .step-subtitle > span {
    font-size: 20px;
    padding-top: 8px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    min-height: 190px;
    border-radius: 20px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox {
    right: 15px;
    top: 10px;
    transform: scale(0.7);
  }
  .checkout-shipping-method .shipping-discount-wrapper {
    flex-direction: column;
    flex-wrap: unset;
    align-items: flex-end;
  }
  .checkout-shipping-method .shipping-discount-wrapper:before {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .checkout-shipping-method .step-subtitle,
  .checkout-shipping-method .checkout-shipping-address .step-subtitle,
  .checkout-shipping-method .checkout-billing-address .step-subtitle,
  .checkout-shipping-method .checkout-shipping-method .step-subtitle {
    padding-bottom: 18px;
    padding-top: 0;
    height: unset;
    padding-left: 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price {
    font-size: 16px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price.discount-original-price {
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="kna_kna"] + .radiocheck {
    margin-top: 12px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping:before {
    top: 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col {
    padding: 0;
    margin-bottom: 0 !important;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .ops-option {
    margin-right: 15px;
    font-size: 13px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .radiocheck {
    margin-right: 6px;
  }
  .checkout-payment-method .billing-address-form-fieldset .actions-toolbar {
    margin: 20px 0 0 !important;
  }
  .step-customer-vat .fieldset-inner {
    padding: 0 30px 30px;
  }
  .step-customer-vat .step-subtitle,
  .step-customer-vat .checkout-shipping-address .step-subtitle,
  .step-customer-vat .checkout-billing-address .step-subtitle,
  .step-customer-vat .checkout-shipping-method .step-subtitle {
    margin: 0 -30px 25px;
  }
  .step-customer-vat .field select,
  .step-customer-vat .field label,
  .step-customer-vat .field input {
    max-width: 100%;
  }
  .product-items .product-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .form-note {
    max-width: 610px;
    margin-bottom: 35px;
  }
  .customer-account-create .step-customer-vat .fieldset-inner {
    padding-bottom: 30px;
  }
  .newsletter-main-part {
    padding: 25px;
  }
  .footer.content {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .page-layout-2columns-left .sidebar.sidebar-main,
  .page-layout-2columns-right .sidebar.sidebar-main {
    flex: 0 0 25.8%;
    max-width: 25.8%;
  }
  .page-layout-2columns-left .columns .column.main,
  .page-layout-2columns-right .columns .column.main {
    flex: 0 0 74.2%;
    max-width: 74.2%;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-layer {
    margin: 0 auto;
    max-width: 768px;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-header {
    padding: 4px 0 0;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-header .dfd-searchbox {
    border-bottom: 1px solid #f9ac00;
    margin-bottom: 20px;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-card-title {
    color: #002750;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-card-pricing {
    width: 100%;
    justify-content: center;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-card-pricing .dfd-card-price {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #f9ac00;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-card-pricing .dfd-card-price + .dfd-card-price {
    margin: 0;
    font-size: 13px;
    opacity: .6;
    font-family: 'Poppins';
    font-weight: 700;
    color: #002750;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-backdrop {
    opacity: 1;
    background: #ffffff;
  }
  .nav-link3 {
    display: none;
  }
  .nav-sections .submenu-support {
    font-size: 15px;
  }
  .nav-sections .submenu-banner {
    min-height: 247px;
    max-height: 247px;
    min-width: 240px;
    max-width: 240px;
  }
  .page-footer {
    margin-top: 40px;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 10px;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 15px 25px;
  }
  .page-footer .customer-support .cusSupport-inner:before {
    min-width: 30px;
    min-height: 30px;
    margin-right: 6px;
  }
  .page-footer .footerContentMain .footerLeft {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    min-width: 39px;
    min-height: 25px;
    max-width: 39px;
    max-height: 25px;
    margin-right: 5px;
    margin-bottom: 6px;
  }
  .page-footer .footerContentMain .footerRight {
    flex: 0 0 77%;
    max-width: 77%;
  }
  .page-footer .footerContentMain {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-footer .footerContentMain,
  .page-footer .footerCopyright {
    padding-right: 30px;
    padding-left: 30px;
  }
  .guarantee-icon {
    top: 216px;
  }
  .made-in-europe {
    top: 227px;
  }
  .catalog-product-view .guarantee-icon {
    top: 23vw;
    left: 20px;
  }
  .catalog-product-view .guarantee-icon svg {
    max-width: 65px;
    max-height: 65px;
  }
  .catalog-product-view .made-in-europe {
    top: 372px;
    right: 43px;
  }
  .catalog-product-view .made-in-europe svg {
    max-width: 43px;
    max-height: 43px;
  }
  .single-banner-container > div {
    max-height: 373px;
  }
  .newtopheader {
    padding: 9px 0;
  }
  .block-faq-list,
  .block-products-list,
  .block-category-list,
  .block-brand-list {
    margin: 40px 0;
  }
  .block .block-title strong {
    font-size: 18px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -15px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 15px 15px 0;
  }
  .block-faq-list .block-content {
    margin: 0 -15px;
  }
  .block-faq-list .block-content .faq-item {
    padding: 0 15px;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 14px;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 5px 0 16px;
  }
  .block-faq-list .block-content .faq-desc p {
    font-size: 10px;
  }
  .block-faq-list .block-content .faq-item-inner {
    border-radius: 14px;
  }
  .block-faq-list .block-content .artical-list li {
    padding-left: 17px;
  }
  .block-faq-list .block-content .artical-list li:before {
    font-size: 12px;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 10px;
  }
  .block-faq-list .block-content .faq-info,
  .block-faq-list .block-content .faq-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-category-list {
    border-radius: 14px;
  }
  .block-category-list .block-content .category-item {
    padding: 20px 0 35px;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 10px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.5);
    margin-bottom: -5px;
  }
  .block-brand-list .block-content {
    border-radius: 20px;
    padding: 0;
  }
  .block-brand-list .block-content .brandLink {
    transform: scale(0.45);
  }
  .block-brand-list .block-content .brandLink.brandPylontech {
    margin-right: -45px;
    margin-left: -40px;
  }
  .block-brand-list .block-content .brandLink.brandTrineSolar {
    margin-left: 0;
  }
  .block-brand-list .block-content .brandLink.brandzendure,
  .block-brand-list .block-content .brandLink.brandhoymiles,
  .block-brand-list .block-content .brandLink.brandAPsystems {
    margin-left: -40px;
    margin-right: -20px;
  }
  .block-brand-list .block-content .brandLink.brandTrineSolar {
    margin-left: -50px;
    margin-right: -32px;
  }
  .block-compare .block-compare-wrapper {
    flex-direction: column;
  }
  .block-compare .block-compare-wrapper .product-items {
    margin-bottom: 0 !important;
  }
  .block-compare .actions-toolbar {
    margin: 0 0 30px;
  }
  .category-middle-banner {
    order: 7;
    padding: 15px 0 15px 15px;
  }
  .category-middle-banner .middle-banner-frame {
    min-height: 175px;
    max-height: 175px;
  }
  .page-products .products-grid .product-items .product-item {
    order: 9999999999999;
  }
  .page-products .products-grid .product-items .product-item:nth-child(1) {
    order: 1;
  }
  .page-products .products-grid .product-items .product-item:nth-child(2) {
    order: 2;
  }
  .page-products .products-grid .product-items .product-item:nth-child(3) {
    order: 3;
  }
  .page-products .products-grid .product-items .product-item:nth-child(4) {
    order: 4;
  }
  .page-products .products-grid .product-items .product-item:nth-child(5) {
    order: 5;
  }
  .page-products .products-grid .product-items .product-item:nth-child(6) {
    order: 6;
  }
  .block-sub-category-main .sub-category-item .sub-category-title {
    font-size: 16px;
  }
  .block-sub-category-main .sub-category-item a:before {
    top: 18px;
  }
  .block-sub-category-main .sub-category-item a:after {
    top: 35px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-18 a {
    padding: 45px 20px 20px 1px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-19 a {
    padding: 40px 35px 20px 0;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-20 a {
    padding: 40px 30px 10px 10px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-21 a {
    padding: 40px 20px 10px 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item a {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item a {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-layout-2columns-left .sidebar.sidebar-main,
  .category-page-v2:not(.category-victron-energy-magasin).page-layout-2columns-right .sidebar.sidebar-main {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-layout-2columns-left .columns .column.main,
  .category-page-v2:not(.category-victron-energy-magasin).page-layout-2columns-right .columns .column.main {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-items .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .attribute-info .info-item {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-item-name {
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price span {
    font-size: 15px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 14px;
    margin-top: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .info-title,
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .stock-text {
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .special-price {
    padding: 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price .value,
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price .symbol,
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price .fraction {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sku {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary svg {
    height: 14px;
    width: 83px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions a {
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .sap-stock-info .stock-count {
    font-size: 12px;
    padding: 5px 10px 4px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .tocart {
    font-size: 11px;
    margin: 10px 0 0;
  }
  .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: -25px -340px;
  }
  .fotorama-item .fotorama__stage {
    min-height: unset;
  }
  .prices-tier {
    margin: 6px 0 0;
  }
  .prices-tier .item {
    padding: 8px 13px 8px 11px;
    margin-bottom: 6px;
  }
  .prices-tier .item .price-label,
  .prices-tier .item .tier-price-qty,
  .prices-tier .item .price {
    font-size: 12px;
  }
  .prices-tier .item .price-label span {
    font-size: 9px;
    top: -2px;
  }
  .prices-tier .item .radio-btn {
    min-width: 19px;
    min-height: 19px;
    max-width: 19px;
    max-height: 19px;
    margin-right: 4px;
  }
  .prices-tier .item .radio-btn:before {
    min-width: 6px;
    max-width: 6px;
    min-height: 6px;
    max-height: 6px;
    left: 6px;
    top: 5px;
  }
  .product-custom-request-form .product-options-wrapper .field {
    padding: 0 10px 0 0 !important;
  }
  .product-info-right .product-info-price .price-box {
    min-height: 41px;
  }
  .product-info-right .product-info-price .price-box .ttc {
    font-size: 14px;
  }
  .product-info-right .product-info-price .price-box .save-percent {
    min-width: 41px;
    min-height: 41px;
    max-width: 41px;
    max-height: 41px;
    font-size: 14px;
  }
  .product-info-right .product-info-price .price-box .price-container {
    padding: 0 4px 0 0;
    margin-left: 0;
  }
  .product-info-right .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 23px;
  }
  .product-info-right .product-info-price .price-box .old-price-wrapper .price-container .price-wrapper .price {
    font-size: 14px;
  }
  .product-info-right .not-stock-section .not-stock {
    font-size: 9px;
    margin-bottom: 10px;
    padding: 14px 20px 13px;
    min-width: unset;
  }
  .product-info-right .not-stock-section .stock,
  .product-info-right .not-stock-section .stock-qty {
    padding-right: 0 !important;
  }
  .product-info-right .not-stock-section .stock .action,
  .product-info-right .not-stock-section .stock-qty .action {
    font-size: 8px;
    padding: 0;
  }
  .product-info-right .product-social-links {
    padding: 11px;
    margin: auto -17px 0;
  }
  .product-info-right .product-social-links a {
    margin: 0 6px;
  }
  .product-info-right .product-social-links a.towishlist:before {
    font-size: 20px;
  }
  .product-info-right .product-social-links a.toshare:before {
    font-size: 18px;
  }
  .product-info-right .sap-stock-info {
    margin-bottom: 13px;
    margin-top: 10px;
  }
  .product-info-right .real-qty-text,
  .product-info-right .sap-delay-day,
  .product-info-right .sap-delay-text,
  .product-info-right .sap-exptd-date,
  .product-info-right .sap-exptd-qty,
  .product-info-right .coupon {
    font-size: 10px;
    border-radius: 7px;
  }
  .product-info-right .coupon {
    margin-bottom: 7px;
  }
  .product-info-right .actions .action {
    font-size: 10px;
    padding: 12px 12px 9px;
    max-width: 100%;
    min-width: unset;
  }
  .product-info-right .qty .control {
    margin: 0 auto 8px;
    height: 35px;
    padding: 0 6px;
  }
  .product-info-right .qty .control .qty-plus:after {
    left: 8px;
  }
  .product-info-right .qty .control .qty-minus:before,
  .product-info-right .qty .control .qty-plus:before,
  .product-info-right .qty .control .qty-minus:after,
  .product-info-right .qty .control .qty-plus:after {
    width: 8px;
  }
  .product-info-right .qty .item-qty,
  .product-info-right .qty .input-text {
    font-size: 11px;
    max-width: 41px;
  }
  .product-info-right .qty span {
    min-width: 23px;
    min-height: 23px;
    max-width: 23px;
    max-height: 23px;
  }
  .product-info-right .box-tocart {
    margin: 5px 0 0;
  }
  .product-options-bottom .box-tocart .field.qty .label {
    padding: 0;
  }
  .mageplaza-fbt-content {
    padding: 20px 0;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 180px;
    max-width: 180px;
    padding: 0 15px;
  }
  .mageplaza-fbt-content .product-item:before {
    width: 30px;
    height: 30px;
    right: -14px;
  }
  .mageplaza-fbt-content .product-item:after {
    top: 70px;
  }
  .mageplaza-fbt-content .action.mpfbt-tocart {
    font-size: 11px;
    padding: 14px 20px;
    max-width: 170px;
  }
  .mageplaza-fbt-content .stock-status {
    margin-top: 5px;
    font-size: 13px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box {
    padding: 0 15px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box:before {
    transform: scale(0.9);
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price {
    font-size: 30px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price-wrapper .ttc {
    font-size: 15px;
    top: -2px;
  }
  .mageplaza-fbt-content .product-image {
    max-width: 100%;
    padding: 20px;
  }
  .mageplaza-fbt-content .product-brand a,
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    font-size: 12px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox {
    top: 14px;
    right: 15px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 7px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox input:before {
    width: 12px;
    height: 6px;
    top: 6px;
    left: 5px;
    border-width: 0 0 2px 2px;
  }
  .bundle-options-container .custom-kit-part .current {
    max-width: 250px;
  }
  .bundle-options-container .ul-bundle-options-list {
    padding: 10px;
  }
  .product-info-description {
    margin: 30px 0;
  }
  .product-info-description p,
  .product-info-description .file-download-info,
  .product-info-description a,
  .product-info-description div {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
  .product-info-description h3 {
    font-size: 15px;
  }
  .product-info-description h2 {
    font-size: 17px;
  }
  .product-info-description ul li {
    font-size: 12px;
  }
  .product-list-block .product-items .product-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 20px 0;
  }
  .product-list-block .product-item-info {
    padding: 0 20px;
  }
  .product-info-main .product.attribute,
  .product-info-main .delivery-info {
    padding-left: 11px;
  }
  .product-info-main .delivery-info {
    padding-top: 10px;
  }
  .product-info-main .delivery-info .type {
    font-size: 14px;
    line-height: 1.2;
    padding-right: 20px;
    margin-bottom: 9px;
  }
  .product-info-main .delivery-info .type:before {
    top: 0;
    right: 0;
    font-size: 13px;
  }
  .product-info-main .delivery-info .tp-content {
    padding: 8px 14px;
    font-size: 10px;
  }
  .product-info-main .delivery-info .prdct-cont-in1,
  .product-info-main .delivery-info .prdct-cont-in2 {
    padding-bottom: 3px;
    padding-left: 12px;
  }
  .product-info-main .delivery-info .prdct-cont-in1:before,
  .product-info-main .delivery-info .prdct-cont-in2:before {
    top: 33%;
  }
  .product-info-main .delivery-info .prdct-cont-in1 .btm-cont,
  .product-info-main .delivery-info .prdct-cont-in2 .btm-cont {
    font-size: 11px;
  }
  .product-info-main .tooltips-container {
    margin-top: 10px;
    padding: 12px 15px 30px 16px;
  }
  .product-info-main .tooltips-container .shortcut-title {
    font-size: 11px;
    margin-bottom: 0;
  }
  .product-info-main .tooltips-container .tooltips-icon {
    width: 107px;
    height: 18px;
    margin-top: 8px;
    margin-left: 1px;
  }
  .product-info-main .tooltips-container .tooltips-icon-wrapper {
    margin-left: 0;
  }
  .product-info-main .tooltips-container .tooltips-icon-wrapper span {
    min-width: 95px;
    padding: 10px 15px;
    margin-left: 10px;
    font-size: 8px;
  }
  .product-info-main .tooltips-container .instruction {
    font-size: 11px;
    padding-left: 2px;
    margin-top: 5px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 21px;
  }
  .product-info-main .product.attribute.sku {
    margin: 0;
    font-size: 10px;
  }
  .product-info-main .product.overview {
    padding: 12px 0 4px 11px;
    margin: 12px 0 7px;
  }
  .product-info-main .product.overview p {
    font-size: 11px;
    line-height: 1.5;
  }
  .product-info-main .product.overview li {
    font-size: 11px;
    line-height: 1.5;
    padding-left: 12px;
  }
  .product-info-main .product.overview .type {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .product-info-main .prices-tier {
    margin: 17px -10px 14px;
  }
  .product-info-main .prices-tier .item {
    padding: 0 10px;
  }
  .product-info-main .prices-tier .price .value {
    font-size: 26px;
  }
  .product-info-main .prices-tier .price .fraction {
    top: -6px;
    font-size: 17px;
  }
  .product-info-main .prices-tier .price .symbol {
    font-size: 18px;
  }
  .product-info-main .ttc {
    font-size: 16px;
  }
  .product-info-main .product-reviews-summary {
    margin-bottom: 16px;
  }
  .product-info-main .product-reviews-summary svg {
    height: 10px;
    width: 57px;
  }
  .product-info-main .product-reviews-summary .reviews-actions a {
    margin: 0 2px;
    font-size: 10px;
  }
  .product-info-main .fieldset .field {
    padding: 0 0 15px 0;
  }
  .product-info-main .old-price-wrapper {
    margin: 0 0 2px 18px;
  }
  .product-info-main .old-price-wrapper .price span {
    font-size: 17px;
  }
  .product-info-main .old-price-wrapper .save-percent {
    font-size: 12px;
  }
  .product-info-main .price .value {
    font-size: 37px;
  }
  .product-info-main .price .fraction {
    font-size: 20px;
  }
  .product-info-main .price .symbol {
    font-size: 22px;
  }
  .product-info-main .price-badge .bdg1 {
    font-size: 13px;
  }
  .product-info-main .price-badge .bdg2 {
    font-size: 13px;
  }
  .product-info-main .price-badge.over-stock {
    flex: 0 0 60px;
    max-width: 60px;
  }
  .product-info-main .price-badge.over-stock .bdg1 {
    margin-left: 3px;
  }
  .product-info-main .price-badge.low-price {
    flex: 0 0 60px;
    max-width: 60px;
  }
  .product-info-main .price-badge.low-price .bdg1 {
    margin-left: 3px;
  }
  .product-info-main .price-badge.special-buy {
    flex: 0 0 72px;
    max-width: 72px;
  }
  .product-info-main .price-badge.special-buy .bdg1 {
    padding: 4px 9px 4px 7px;
    margin-left: 5px;
  }
  .product-info-main .price-badge.special-buy .bdg2 {
    padding: 7px 8px 3px 8px;
  }
  .specification h3 {
    font-size: 14px;
  }
  .info-guide-main .am-fileline .am-filelink {
    font-size: 14px;
  }
  .info-guide-main .title-main {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .info-guide-main.has-attachments .pdf-attachments .info-title {
    padding: 24px 35px 19px;
  }
  .product-brand-name {
    margin-top: 8px;
  }
  .product-brand-name a {
    font-size: 14px;
  }
  .product-page-promo-banner {
    margin: 0 0 20px;
  }
  .product-page-promo-banner .promo-banner {
    padding: 28px 29px 24px 60px;
    min-height: 103px;
    max-width: 33.33%;
    margin: 0;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 16px;
  }
  .catalog-product-view.page-layout-1column .product-info-right {
    padding: 17px 17px 0;
  }
  .catalog-product-view.page-layout-1column .product-info-main,
  .catalog-product-view.page-layout-1column .product.media {
    margin-bottom: 16px;
    padding-right: 22px;
  }
  .catalog-product-view .product.media .promotion-timer {
    width: 180px;
    right: 39px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col {
    max-width: 34px;
    height: 44px;
    margin-right: 6px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col:after {
    right: -6px;
    font-size: 22px;
  }
  .catalog-product-view .product.media .promotion-timer .value {
    font-size: 20px;
  }
  .catalog-product-view .product.media .promotion-timer .lable {
    margin-top: 0;
    font-size: 8px;
  }
  .catalog-product-view .product-info-right .stock,
  .catalog-product-view .product-info-right .stock-qty {
    min-height: 20px;
    margin-bottom: 6px;
  }
  .catalog-product-view .product-info-right .stock:after,
  .catalog-product-view .product-info-right .stock-qty:after {
    top: 3px;
    font-size: 13px;
  }
  .catalog-product-view .product-info-right .stock .stock-text,
  .catalog-product-view .product-info-right .stock-qty .stock-text {
    font-size: 11px;
  }
  .catalog-product-view .product-info-right .stock .stock-count,
  .catalog-product-view .product-info-right .stock-qty .stock-count {
    margin-bottom: -2px;
    font-size: 10px;
  }
  .catalog-product-view .product-info-right .sap-arrrival-orders .supplier-order-item {
    font-size: 10px;
  }
  .specification .sp-title {
    font-size: 15px;
    padding: 21px 25px 15px;
  }
  .sp-group .sp-row .sp-label,
  .sp-group .sp-row .sp-value {
    font-size: 12px;
    padding: 8px 25px;
  }
  .bundle-options-container .custom-kit-part .img-block {
    margin-right: 10px;
  }
  .bundle-options-container .custom-kit-part .custom-price .price {
    font-size: 16px;
  }
  .bundle-options-container .custom-kit-part .stock-status {
    font-size: 11px;
  }
  .bundle-options-container .ul-bundle-options-list .field {
    margin-bottom: 0 !important;
    padding: 10px 16px;
  }
  .bundle-options-container .ul-bundle-options-list .field:after {
    top: 28px;
  }
  .account .column {
    padding-left: 12px !important;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 10px 8px 8px;
    letter-spacing: 0.5px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    margin: -20px -12px -18px -19px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    padding: 10px 8px 8px;
    letter-spacing: 0.5px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 7px;
    padding: 6px 7px 4px;
  }
  .wishlist-index-index .product-item-inner {
    flex-wrap: wrap;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .action {
    letter-spacing: 0.5px;
    padding: 12px 17px;
  }
  .wishlist-index-index .item-inner {
    align-items: flex-start;
  }
  .wishlist-index-index .col-detail {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .wishlist-index-index .comment-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wishlist-index-index .box-tocart {
    padding: 10px 0 0;
  }
  .wishlist-index-index .box-tocart .fieldset .product-item-actions {
    padding: 0 0 0 10px;
  }
  .checkout-onepage-success .sidebar {
    display: none;
  }
  .checkout-onepage-success .column.main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brand-container .block-brand-list .product-items .product-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kbase-category-view .kb-category__grid .kb__category-item,
  .kbase-article-s .kb-category__grid .kb__category-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .faq_topbar .faq_topbar_cover {
    min-height: 207px;
  }
  .faq_topbar .faq_topbar_cover .faq_topbar_title {
    font-size: 23px;
  }
  .ebattery-form-block button.action {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 10px 15px 8px;
  }
  .ebattery-form-block :is(.ebattery-items , .portability) {
    border-radius: 20px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 10px;
    transform: scale(0.6);
    left: -3px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 17px 18px 13px 18px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title {
    padding-left: 42px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title:before {
    transform: scale(0.7) translate(-29px, -20px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 16px;
  }
  .blog-search-wrapper.modal-popup .modal-inner-wrap {
    max-width: 800px !important;
  }
  .blog-search-wrapper.modal-popup .action-close {
    top: 6px;
    right: 13px;
  }
  .search-title {
    margin-bottom: 27px;
    font-size: 23px;
    padding-bottom: 15px;
    margin-top: -5px;
  }
  .search-result .search-item {
    border-radius: 15px;
    padding: 25px 25px 22px;
  }
  .search-result .item-title,
  .search-result .item-desc {
    font-size: 16px;
  }
  .bannerCoverBox {
    gap: 9px;
  }
  .bannerCoverBox .bannerItem {
    border-radius: 14px;
  }
}
@media all and (max-width: 1100px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1024px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.5600000000000001);
  }
  .yp-info {
    font-size: 10px;
  }
  .header-wrapper-center {
    padding-left: 30px;
  }
  .header-wrapper-right {
    margin-bottom: 0;
  }
  .header-wrapper-top.sactive .header-wrapper-left {
    margin-right: 0;
  }
  .nav-sections .submenu-sublink {
    padding: 9px 0;
    font-size: 15px;
  }
  .nav-sections .submenu-card {
    margin-bottom: 10px;
    height: 110px;
  }
  .nav-sections .submenu-support {
    padding: 14px 11px 12px 8px;
  }
  .nav-sections .submenu-banner {
    min-height: 228px;
    max-height: 228px;
    min-width: 222px;
    max-width: 222px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.5600000000000001);
  }
  .single-banner-container > div {
    max-height: 310px;
  }
}
@media all and (max-width: 1023px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney._active:after {
    top: 65px !important;
    transform: unset;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney:after {
    width: 145px;
    height: 30px;
    right: 39px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney.oney_rls:after {
    width: 167px;
    height: 30px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney.oney_rls .field-radio .label span {
    font-size: 26px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney_active .payment-method-title {
    max-width: 360px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .input-radio input {
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
    padding: 0;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .input-radio input:before {
    width: 20px;
    height: 12px;
    top: 8px;
    left: 7px;
    border-width: 0 0 4px 4px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .oney-payment-options {
    padding-top: 0;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .payment-method-content p,
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .payment-method-content > div {
    font-size: 20px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .field-radio {
    margin-right: 7px;
    margin-bottom: 0;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .field-radio .label {
    min-width: 72px;
    min-height: 72px;
    max-width: 72px;
    max-height: 72px;
    padding-bottom: 0 !important;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .field-radio .label span {
    font-size: 26px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .simulation .simulation-totals .row:first-child {
    padding: 2px 0;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .simulation .simulation-totals .row span {
    font-size: 20px;
    padding: 8px 0;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .simulation .simulation-info,
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .simulation .checkout-agreement p {
    font-size: 20px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .simulation .simulation-description {
    margin-top: 20px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .simulation .simulation-description .simulation-title {
    font-size: 26px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .simulation .loan-simulation-item {
    margin-bottom: 14px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .simulation .loan-simulation-item .installment-number {
    font-size: 18px;
    min-width: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .simulation .loan-simulation-item .installments-info {
    font-size: 20px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.oney .field-radio label {
    padding: 0 0 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .oneycheckout-panel {
    margin-top: 30px;
    border-radius: 40px;
  }
  body .page-wrapper .oneycheckout-panel .oneycheck-topbar {
    padding: 39px 55px 15px;
  }
  body .page-wrapper .oneycheckout-panel .oneycheck-topbar .oneycheck-lefttext {
    font-size: 36px;
    letter-spacing: 1.786px;
    padding-bottom: 8px;
  }
  body .page-wrapper .oneycheckout-panel .oneycheck-topbar:after {
    margin-left: 15px;
    min-width: 156px;
    max-width: 156px;
    min-height: 50px;
    max-height: 50px;
  }
  body .page-wrapper .oneycheckout-panel .oneycheck-body {
    padding: 32px 55px 60px;
  }
  body .page-wrapper .oneycheckout-panel .oneycheck-body .oneycheck-subcover {
    padding-bottom: 20px;
  }
  body .page-wrapper .oneycheckout-panel .oneycheck-body .oneycheck-subcover .oneycheck-btn {
    margin-left: 14px;
    font-size: 18px;
    padding: 22px 61px 19px;
    letter-spacing: 0.893px;
  }
  body .page-wrapper .oneycheckout-panel .oneycheck-body .oneycheck-emi .oneycheckemi {
    font-size: 23px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 43px;
  }
  body .page-wrapper .oneycheckout-panel .oneycheck-body .oneycheck-emi .oneycheckemi:after {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    left: 117%;
  }
  body .page-wrapper .oneycheckout-panel .oneycheck-body .oneycheck-bottext {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .payment-method-message {
    padding-top: 17px;
  }
  body .page-wrapper .payment-method-message p {
    font-size: 21px;
    padding: 18px 25px 14px 72px;
  }
  body .page-wrapper .payment-method-message p:before {
    left: 15px;
    font-size: 25px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method._disabled:after {
    top: 53px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .simulator-form-wrapper .form-steps .step .fieldset {
    max-width: 640px;
  }
  .page-wrapper .simulator-form-wrapper .form-steps .step.step-measurement .gmap-container {
    padding-top: 100%;
  }
  .page-wrapper .simulator-form-wrapper .form-steps .step.step-consumption {
    background-position: top center;
  }
  .page-wrapper .simulator-form-wrapper .form-steps .step.step-consumption .section-wrapper {
    padding: 0 10px;
  }
  .page-wrapper .simulator-form-wrapper .form-steps .actions-toolbar .action {
    min-width: 140px;
  }
  .page-wrapper .simulator-form-wrapper .control-radio-options .item-option .region-name,
  .page-wrapper .simulator-form-wrapper .control-radio-options .item-option .option-label {
    font-size: 13px;
  }
  .page-wrapper .simulator-form-wrapper .progressbar {
    margin-bottom: -20px;
  }
  .page-wrapper .simulator-form-wrapper .progressbar .progressbar-item {
    margin: 0 15px;
    font-size: 15px;
    min-width: 40px;
    min-height: 40px;
  }
  .page-wrapper .simulator-form-wrapper .progressbar .progressbar-item.completed:before {
    min-width: 30px;
  }
  .page-wrapper .simulator-form-wrapper .control-radio-options .item-option {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .page-wrapper .simulatorReport-cover,
  .page-wrapper .simulator-products-cover {
    max-width: 480px;
  }
  .page-wrapper .simulator-report-container .section-budget,
  .page-wrapper .simulator-report-container .section-saving {
    flex-wrap: wrap;
  }
  .page-wrapper .simulator-report-container .section-budget .box,
  .page-wrapper .simulator-report-container .section-saving .box {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .page-wrapper .simulator-report-container .section-budget .box:nth-child(2n),
  .page-wrapper .simulator-report-container .section-saving .box:nth-child(2n) {
    margin-right: 0;
  }
  .page-wrapper .simulator-report-container .section-info {
    margin-bottom: 40px;
    margin-top: 10px;
  }
  body .page-wrapper .simulator-index-index .page-title-wrapper,
  body .page-wrapper .simulator-report-view .page-title-wrapper {
    margin: 27px 0 19px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  #ln_slider_range_price .ln_slider_from {
    width: 45%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #ln_slider_range_price .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
@media (max-width: 1195px) {
  .ln_slider_from {
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .ln_slider_to {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
.swatch-attribute .swatch-option.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.mplayer-subcategory {
  width: 90%;
  margin: auto;
}
.mplayer-category-item .mplayer-item-slider {
  padding: 10px;
  box-sizing: border-box;
  color: #575757;
  text-align: center;
  font-size: 18px;
  height: 100%;
  position: relative;
}
.mplayer-category-item-label {
  padding: 10px 5px;
  border: 1px solid #ffffff;
  line-height: 1.2;
  word-break: break-word;
}
.mplayer-category-item-image {
  margin-bottom: 7px;
}
.mplayer-category-item-label:hover {
  background: #ffffff;
  color: #000;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
a.mplayer-item-slider:hover {
  text-decoration: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationUtimate
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln-show-less,
.ln-show-more {
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
/* style rating slider */
.rating-slider-container {
  padding-left: 20px;
}
.rating-slider-container #ln_slider_rating {
  display: inline-block;
  height: 170px;
  width: 10px;
  margin-right: 10px;
  background: #ddd;
}
.rating-slider-container #ln_slider_rating .ui-slider-range {
  background-color: #aaa !important;
}
.rating-slider-container .rating-slider-items {
  display: inline-block;
  width: calc(70%) !important;
}
.rating-slider-container span.rating-star-off::before {
  color: #c7c7c7 !important;
}
.rating-slider-container a.lnultimate-rating-slider:hover {
  background: #fff !important;
}
.rating-slider-container .rating-summary .rating-result:before {
  content: '' !important;
}
/* end style rating slider */
.kb__category-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.kb__category-sidebar ul li {
  position: relative;
}
.kb__category-sidebar ul li.level-1 a {
  margin-left: 0;
}
.kb__category-sidebar ul li.level-2 a {
  margin-left: 1rem;
}
.kb__category-sidebar ul li.level-3 a {
  margin-left: 3rem;
}
.kb__category-sidebar ul li.level-4 a {
  margin-left: 5rem;
}
.kb__category-sidebar ul li.level-5 a {
  margin-left: 7rem;
}
.kb__category-sidebar ul li .count {
  color: #a3a3a3;
  position: absolute;
  top: 5px;
  right: 18px;
}
.kbase .block-collapsible-nav .item a {
  padding: 5px 36px 5px 15px;
  position: relative;
}
#block-collapsible-nav-kb .collapsible-control {
  position: absolute;
  left: 2px;
  top: 8px;
  font-size: 10px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 14px;
  z-index: 1000;
  cursor: pointer;
}
#block-collapsible-nav-kb .collapsible-control.active:after {
  content: '\e621';
}
#block-collapsible-nav-kb .collapsible-control.hidden:after {
  content: '\e622';
}
.kbase.kbase-article-view .toolbar.toolbar-products .field.limiter {
  display: inherit;
  float: right;
}
.kbase.kbase-article-view .toolbar.toolbar-products .pages {
  display: inline-block;
}
.kb-articles__list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.kb-articles__list > li {
  margin-bottom: 4rem;
}
.kb-articles__list > li a {
  font-weight: 600;
  font-size: 1.8rem;
}
.kb-articles__toolbar {
  position: relative;
}
.kb-articles__toolbar .pages {
  display: none;
}
.kb-articles__list ~ .kb-articles__toolbar .pages {
  display: block;
  float: left;
  margin-right: 1rem;
}
.kb-articles__list ~ .kb-articles__toolbar .field.limiter {
  display: block;
  float: left;
}
.kb-articles__list ~ .kb-articles__toolbar .toolbar-amount {
  display: none;
}
.kbase .toolbar-products .pages {
  display: inline-block;
}
.kb-comment-listing-item {
  padding: 3rem 0;
  border-bottom: 1px solid #c9c9c9;
}
.kb-comment-listing-item .kb-comment-listing-item__header {
  margin-bottom: 1rem;
}
.kb-comment-listing-item .kb-comment-listing-item__header strong {
  margin-right: 2rem;
}
.kb-comment-listing-item .kb-comment-listing-item__header span {
  color: #666;
}
.kb-article-form {
  margin: 2rem 0;
}
.kb__search-box {
  position: relative;
}
.kb__search-box input {
  border-radius: 3px;
  width: 100%;
}
.kb__search-box button {
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.column.main .kb__search-box {
  padding: 2.5rem;
  background: #f5f5f5;
  margin-bottom: 2.5rem;
}
.column.main .kb__search-box input {
  padding: 1.5rem 2rem;
  font-size: 2.2rem;
  font-weight: 300;
  height: 6rem;
}
.column.main .kb__search-box button {
  height: 6rem;
  right: 2.5rem;
  top: 2.5rem;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  font-size: 2.2rem;
}
.kb__sidebar .kb__search-box {
  margin-bottom: 2rem;
}
.kb__sidebar .kb__search-box input {
  font-size: 1.3rem;
}
.kb__sidebar .kb__search-box button {
  right: 0;
  top: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
.mst-rma-create__order-selector .field button {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  border: 2px solid #e8e8e8;
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #1879c2;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
/**
 * @category   Magepix
 * @package    Magepix_Banner
 * @author     Ranchhod Rathod
 * @copyright  This file was generated by using Module Creator provided by <ranchhodrathod89@gmail.com>
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  border-radius: 5px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.home-banner-container-wrapper,
.banner-item > div {
  height: 487px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .home-banner-container-wrapper,
  .banner-item > div {
    height: 458px;
  }
}
@media (max-width: 1279px) {
  .home-banner-container-wrapper,
  .banner-item > div {
    height: 380px;
  }
}
@media (max-width: 1023px) {
  .home-banner-container-wrapper,
  .banner-item > div {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .home-banner-container-wrapper,
  .banner-item > div {
    height: 280px;
  }
}
@media (max-width: 639px) {
  .home-banner-container-wrapper,
  .banner-item > div {
    height: 510px;
  }
}
@media (max-width: 500px) {
  .home-banner-container-wrapper,
  .banner-item > div {
    height: 440px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: calc(-20px) 0 0;
}
.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.owl-theme .owl-nav .owl-next:after {
  content: "";
  mask-image: url(../Tecksky_Banner/images/arrow.svg);
  -webkit-mask-image: url(../Tecksky_Banner/images/arrow.svg);
  background: #000;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(180deg);
}
.owl-theme .owl-nav .owl-prev {
  left: 15px;
  background-repeat: no-repeat;
}
.owl-theme .owl-nav .owl-prev:after {
  content: "";
  mask-image: url(../Tecksky_Banner/images/arrow.svg);
  -webkit-mask-image: url(../Tecksky_Banner/images/arrow.svg);
  background: #000;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #000;
}
.owl-theme .owl-nav [class*='owl-']:hover:after {
  background: #fff;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 55px;
  width: 100%;
  padding-left: 55px;
  display: flex;
  align-items: center;
}
.owl-theme .owl-dots .owl-dot {
  display: block;
  zoom: 1;
  border: none;
  box-shadow: none;
}
.owl-theme .owl-dots .owl-dot span {
  cursor: pointer;
  width: 6px;
  height: 6px;
  background-color: #002850;
  border-radius: 50%;
  top: 4px;
  margin: 0 10px 0 0;
  display: block;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #f1592a;
}
@media only screen and (max-width: 767px) {
  body.account .page-wrapper .column .block-info-quotation {
    margin-top: 45px;
  }
  body.account .page-wrapper .column .block-info-quotation .block-content {
    padding: 30px 44px;
    border-radius: 40px;
  }
  body.account .page-wrapper .column .block-info-quotation .quotation-info-item {
    font-size: 26px;
    padding: 8px 0;
  }
  body.account .page-wrapper .column .quotation-items .table-wrapper tbody tr td.sku,
  body.account .page-wrapper .column .quotation-items .table-wrapper tbody tr td.price,
  body.account .page-wrapper .column .quotation-items .table-wrapper tbody tr td.qty {
    font-size: 24px !important;
    padding-bottom: 11px !important;
  }
  body.account .page-wrapper .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 24px;
  }
  body.account .page-wrapper .column .quotation-items .table-wrapper tbody tr td .price-box {
    padding-top: 15px;
    padding-bottom: 7px;
  }
  body.account .page-wrapper .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 32px;
  }
  body.account .page-wrapper .column .quotation-items .table-wrapper tfoot .subtotal {
    padding-top: 80px;
  }
  body.account .page-wrapper .column .quotation-items .table-wrapper .mark-cover .th-mark1 {
    top: -83px;
  }
}
@media only screen and (max-width: 767px) {
  body.checkout-cart-index .page-wrapper .page-title-wrapper {
    width: 100vw;
    position: relative;
    margin: 0 0 0 -50vw !important;
    left: 50%;
    padding: 0 20px 25px;
  }
  body.checkout-cart-index .page-wrapper .page-title-wrapper .page-title {
    font-size: 36px;
  }
  body.checkout-cart-index .page-wrapper .messages .message:last-child {
    margin-bottom: 26px;
  }
  body.checkout-cart-index .page-wrapper .page-header {
    margin-bottom: 33px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .shipping,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals-wrapper {
    padding: 0 30px;
    border-radius: 40px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .shipping .totals strong,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals strong {
    font-size: 36px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .shipping .totals.grand,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 21px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .shipping .totals.grand .amount strong,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals.grand .amount strong {
    font-size: 36px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .shipping .totals.grand th,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .shipping .totals.grand td,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 20px 0;
  }
  body.checkout-cart-index .cart-empty {
    border-radius: 30px;
  }
  body .modal-popup.quotation-popup-wrapper .actions-toolbar .action {
    min-height: 73px;
    font-size: 19px;
  }
  body .modal-popup.quotation-popup-wrapper .field label {
    font-size: 17px;
  }
  body .modal-popup.quotation-popup-wrapper .field textarea {
    height: 270px;
  }
  body .page-wrapper .quotation-request-link {
    padding: 18px 27px 17px;
    font-size: 15px !important;
    margin-left: 21px;
    letter-spacing: 1.5px !important;
  }
  body .page-wrapper .cart-container {
    width: 100vw;
    position: relative;
    left: 50%;
    margin: 0 0 0 -50vw;
  }
  body .page-wrapper .cart-container .stock,
  body .page-wrapper .cart-container .stock-qty {
    font-size: 21px;
  }
  body .page-wrapper .cart-container .product-item-name {
    margin: 4px 0 1px;
  }
  body .page-wrapper .cart-container .cart.main {
    margin-bottom: 45px;
  }
  body .page-wrapper .cart-container .cart.main .cart-actions-in {
    padding: 31px 21px 31px 31px;
  }
  body .page-wrapper .cart-container .cart.main .cart-actions-in .price {
    font-size: 45px;
  }
  body .page-wrapper .cart-container .cart.main .total-item {
    letter-spacing: 3.572px;
    font-size: 24px;
    padding-top: 4px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody tr {
    padding: 46px 40px 25px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td.col-qty,
  body .page-wrapper .cart-container .table-wrapper tbody td.qty,
  body .page-wrapper .cart-container .table-wrapper tbody td.price,
  body .page-wrapper .cart-container .table-wrapper tbody td.subtotal,
  body .page-wrapper .cart-container .table-wrapper tbody td.col-action,
  body .page-wrapper .cart-container .table-wrapper tbody td.sku {
    padding: 0 0 0 217px !important;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td.item,
  body .page-wrapper .cart-container .table-wrapper tbody td.name {
    padding: 0 0 19px !important;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td.col-action,
  body .page-wrapper .cart-container .table-wrapper tbody td.action {
    right: 30px;
    top: 25px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td.col-action .actions-toolbar .action-delete,
  body .page-wrapper .cart-container .table-wrapper tbody td.action .actions-toolbar .action-delete {
    min-width: 52px;
    min-height: 52px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td.col-action .actions-toolbar .action-delete:after,
  body .page-wrapper .cart-container .table-wrapper tbody td.action .actions-toolbar .action-delete:after {
    font-size: 20px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td.subtotal .cart-price,
  body .page-wrapper .cart-container .table-wrapper tbody td.price .cart-price {
    padding-top: 28px !important;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td.subtotal .price,
  body .page-wrapper .cart-container .table-wrapper tbody td.price .price {
    font-size: 33px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td .price-box {
    margin: 4px 0 0 0;
    font-size: 21px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td .price-box .cart-price {
    padding-top: 0 !important;
  }
  body .page-wrapper .cart-container .table-wrapper tbody td .price-box .price {
    font-size: 21px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody .qty label {
    font-size: 24px;
    margin-right: 15px;
    margin-bottom: 2px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody .qty .control {
    height: 67px;
    padding: 7px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody .qty .control span {
    height: 52px;
    width: 52px;
    font-size: 30px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody .qty .control .qty-plus {
    padding-left: 0;
  }
  body .page-wrapper .cart-container .table-wrapper tbody .qty .control .qty-minus {
    padding-left: 2px;
    padding-top: 10px;
  }
  body .page-wrapper .cart-container .table-wrapper tbody .qty .control .input-text {
    max-width: 60px;
    font-size: 24px;
  }
  body .page-wrapper .cart-container .table-wrapper .product-item-details .product-item-detail-top .product-item-photo {
    border-radius: 30px;
    flex: 0 0 186px;
    height: 186px;
  }
  body .page-wrapper .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner {
    padding-left: 30px;
  }
  body .page-wrapper .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner .product-brand {
    padding-top: 4px;
  }
  body .page-wrapper .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner .product-reviews-summary {
    padding-bottom: 4px;
    margin-top: -5px;
  }
  body .page-wrapper .cart-container .table-wrapper .product-item-details .product-reviews-summary svg {
    height: 19px;
    width: 114px;
  }
  body .page-wrapper .cart-container .table-wrapper .product-item-details .product-reviews-summary .reviews-actions {
    margin-top: 3px;
  }
  body .page-wrapper .cart-container .table-wrapper .product-item-details .product-reviews-summary .reviews-actions a {
    font-size: 21px;
    margin-left: 8px;
  }
  body .page-wrapper .cart-container .table-wrapper .product-item-details .message {
    margin-top: 13px;
    font-size: 19px;
    padding: 21px 80px 19px;
  }
  body .page-wrapper .cart-container .table-wrapper .bundle-item-option-list {
    padding-left: 67px;
    margin-top: 45px;
  }
  body .page-wrapper .cart-container .table-wrapper .bundle-item-option-list .bundle-item-option {
    margin: 0 0 30px 0;
  }
  body .page-wrapper .cart-container .table-wrapper .bundle-item-option-list .bundle-item-option:last-child {
    margin-bottom: 0;
  }
  body .page-wrapper .cart-container .table-wrapper .bundle-item-option-list .price {
    font-size: 24px;
  }
  body .page-wrapper .cart-container .table-wrapper .bundle-item-option-list .item-col.img {
    padding-right: 31px;
  }
  body .page-wrapper .cart-container .table-wrapper .bundle-item-option-list .item-col.img span {
    min-width: 119px;
    max-width: 119px;
  }
  body .page-wrapper .cart-container .table-wrapper .bundle-item-option-list .item-col.img .product-image-wrapper {
    border-radius: 20px;
  }
  body .page-wrapper .cart-container .table-wrapper .bundle-item-option-list .item-col.price {
    padding-left: 151px;
  }
  body .page-wrapper .cart-container .table-wrapper .bundle-item-option-list .item-col.name {
    font-size: 21px;
    max-width: calc(100% - 150px);
  }
  body .page-wrapper .cart-container .table-wrapper .cart.pallet td {
    padding: 25px !important;
  }
  body .page-wrapper .cart-container .table-wrapper .cart.pallet .pallet-inner {
    padding: 30px;
    border-radius: 30px;
  }
  body .page-wrapper .cart-container .table-wrapper .cart.pallet .product-item-detail-top-inner {
    padding-left: 24px;
  }
  body .page-wrapper .cart-container .table-wrapper .cart.pallet .product-item-name {
    font-size: 24px;
    padding-top: 6px;
  }
  body .page-wrapper .cart-container .table-wrapper .cart.pallet .item-desc {
    font-size: 24px;
  }
  body .page-wrapper .cart-container .table-wrapper .cart.pallet .actions-toolbar {
    top: 15px;
    right: 15px;
  }
  body .page-wrapper .cart-container .table-wrapper .cart.pallet .action-delete:after {
    transform: scale(0.7);
  }
  body .page-wrapper .cart-container .table-wrapper .cart.pallet .price {
    font-size: 29px;
  }
  body .page-wrapper .cart-container .table-wrapper .cart.pallet .subtotal {
    margin-left: 214px;
  }
  body .page-wrapper .cart-container .cart-summary {
    padding: 0 31px;
  }
  body .page-wrapper .cart-container .cart-summary > .block {
    margin-bottom: 30px;
  }
  body .page-wrapper .cart-container .cart-summary .shipping .totals strong,
  body .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals strong {
    font-size: 21px;
  }
  body .page-wrapper .cart-container .cart-summary .shipping .totals.grand,
  body .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 12px;
  }
  body .page-wrapper .cart-container .cart-summary .shipping .totals.grand th,
  body .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  body .page-wrapper .cart-container .cart-summary .shipping .totals.grand td,
  body .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 12px 0 11px;
  }
  body .page-wrapper .cart-container .cart-summary .shipping .totals.grand .price,
  body .page-wrapper .cart-container .cart-summary .cart-totals-wrapper .totals.grand .price {
    font-size: 21px;
  }
  body .page-wrapper .cart-container .cart-summary .cart-totals {
    margin: 36px -30px 31px;
  }
  body .page-wrapper .cart-container .cart-summary .checkout .action {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 2.1px;
    padding: 22px 25px 19px;
  }
  body .page-wrapper .cart-container .cart-summary #co-shipping-method-form .title {
    letter-spacing: 1.34px;
    font-size: 27px;
    padding: 0 30px;
    margin: 30px -30px 0;
  }
  body .page-wrapper .cart-container .cart-summary .title strong {
    letter-spacing: 1.34px;
    font-size: 27px;
    padding: 40px 30px 31px;
    margin: 0 -30px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .radiocheck {
    height: 37px;
    width: 37px;
    border-radius: 11.907px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .radiocheck:before {
    width: 21px;
    height: 9px;
    top: 10px;
    left: 7px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .sm-desc {
    padding: 0 0 30px 115px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options {
    margin: 0 -30px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .sm-stock,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .preparation,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .expendition {
    font-size: 23px;
    margin-bottom: 10px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .preparation,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .expendition {
    padding-left: 30px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .preparation:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .expendition:before {
    min-height: 8px;
    max-height: 8px;
    min-width: 8px;
    max-width: 8px;
    top: 10px !important;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice {
    padding: 23px 35px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice[class*=gls_] .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice[class*=gls_] > .value {
    min-width: 142px !important;
    min-height: 71px;
    max-width: 142px !important;
    max-height: 71px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice[class*=gls_] .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice[class*=gls_] > .value:before {
    top: -8px;
    left: -16px;
    transform: scale(0.821);
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost > .value,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 > .value,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value {
    min-width: 231px !important;
    min-height: 51px;
    max-width: 231px !important;
    max-height: 51px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost > .value:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 > .value:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value:before {
    transform: scale(0.66);
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost > .value:before {
    left: -61px;
    top: -12px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .btn-radio {
    margin-top: 3px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value:before {
    left: -11px;
    top: -14px;
    transform: scale(0.91);
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .btn-radio,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .btn-radio {
    margin-top: -20px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic > .value {
    min-width: 233px !important;
    min-height: 42px;
    max-width: 233px !important;
    max-height: 42px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic > .value:before {
    transform: scale(0.821);
    top: -5px;
    left: -26px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.knp_knp .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value {
    min-width: 266px !important;
    min-height: 25px;
    max-width: 266px !important;
    max-height: 25px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.knp_knp .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value:before {
    transform: scale(0.821);
    top: -2px;
    left: -30px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express > .value {
    min-width: 223px !important;
    min-height: 42px;
    max-width: 223px !important;
    max-height: 42px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express > .value:before {
    transform: scale(0.821);
    top: -5px;
    left: -26px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.kna_kna .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.kna_kna > .value {
    min-width: 205px !important;
    min-height: 42px;
    max-width: 205px !important;
    max-height: 42px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.kna_kna .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.kna_kna > .value:before {
    transform: scale(0.821);
    top: -5px;
    left: -22px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping {
    padding-bottom: 12px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value {
    font-size: 24px;
    max-width: 170px;
    padding-top: 116px;
    line-height: 1.1;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label:before,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value:before {
    left: -28px;
    transform: scale(0.63);
    top: -28px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .btn-radio {
    margin-top: 24px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .price {
    margin-top: 31px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping + .sm-desc,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping.no-desc {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping + .sm-desc .sm-stock {
    padding-left: 30px !important;
    margin-bottom: 6px !important;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping + .sm-desc .sm-stock:before {
    min-height: 8px !important;
    max-height: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
    top: 10px !important;
    transform: unset;
    background: #f9ac00;
    left: 0;
    border-radius: 100%;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper:before {
    padding: 9px 17px 4px;
    font-size: 15px;
    letter-spacing: 2.233px;
    margin-right: 0;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper .shipping-discount-price {
    margin: 11px 0 0;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice .label,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice > .value {
    margin: 0 44px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice .price,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice .shipping-price {
    font-size: 27px;
  }
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice .price.discount-original-price,
  body .page-wrapper .cart-container .cart-summary .methods .item-options .choice .shipping-price.discount-original-price {
    font-size: 24px;
    margin-top: 4px;
  }
  body .page-wrapper .cart-container .cart-summary .discount .coupon {
    margin: 0 0 44px;
  }
  body .page-wrapper .cart-container .cart-summary .discount .actions-toolbar .action {
    min-width: 202px;
    font-size: 18px;
    padding: 24px 15px 20px;
    letter-spacing: 0.893px;
  }
  body .page-wrapper .cart-container .cart-summary .discount .field {
    margin-bottom: 22px;
  }
  body .page-wrapper .cart-container .cart-summary .cart-totals-wrapper th,
  body .page-wrapper .cart-container .cart-summary .cart-totals-wrapper td {
    font-size: 24px;
    padding: 5px 0 8px;
  }
  body .page-wrapper .cart-container .cart-summary .cart-totals-wrapper tr {
    padding: 0 30px;
  }
  body .page-wrapper .cart-container .cart-summary .field {
    margin: 30px 0;
  }
  body .page-wrapper .cart-container .cart-summary .field.choice input {
    padding: 0;
  }
  body .page-wrapper .page-title-wrapper:has(.free-shipping-message) {
    flex-wrap: wrap;
  }
  body .page-wrapper .free-shipping-message {
    margin: 15px 0 0;
  }
  body .page-wrapper .free-shipping-message p {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 21px;
    border-radius: 50px;
    padding: 21px 90px 19px;
    min-height: 90px;
  }
  body .page-wrapper .free-shipping-message p:before {
    min-width: 74px;
    min-height: 74px;
    max-width: 74px;
    max-height: 74px;
    left: 8px;
  }
}
@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: 767px) {
  body .page-wrapper #opc-sidebar {
    margin-top: 30px;
    border-radius: 40px;
    padding: 0 30px;
  }
  body .page-wrapper #opc-sidebar .sidebar-title {
    margin: 0 -30px;
    padding: 12px 30px;
    height: 98px;
    font-size: 26px;
    letter-spacing: 1.34px;
  }
  body .page-wrapper #opc-sidebar .sidebar-title strong span {
    margin-top: 3px;
  }
  body .page-wrapper #opc-sidebar > .actions-toolbar {
    margin: 0 -30px;
    padding: 30px;
  }
  body .page-wrapper #opc-sidebar > .actions-toolbar .sidebar-place-order {
    height: 88px;
    font-size: 20px;
    letter-spacing: 2.4px;
    max-width: 100%;
  }
  body .page-wrapper #opc-sidebar .product-brand a {
    font-size: 20px !important;
  }
  body .page-wrapper #opc-sidebar .shipping-information .shipping-information-title {
    margin: 0 -30px;
    padding: 0 30px 10px;
  }
  body .page-wrapper #opc-sidebar .shipping-information .shipping-information-title span {
    font-size: 28px;
  }
  body .page-wrapper #opc-sidebar .shipping-information .ship-via {
    margin-bottom: 29px;
  }
  body .page-wrapper #opc-sidebar .shipping-information .ship-via .shipping-information-content {
    margin: 0 !important;
    padding: 25px 30px !important;
    border-radius: 35px !important;
  }
  body .page-wrapper #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value {
    margin: 0 0 -22px 0 !important;
  }
  body .page-wrapper #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-info {
    padding: 0 10px 0 111px;
  }
  body .page-wrapper #opc-sidebar .shipping-information .ship-to .shipping-information-content {
    font-size: 24px;
    padding: 30px 40px;
    margin: 0 0 40px;
    border-radius: 40px;
    line-height: 1.6;
  }
  body .page-wrapper .checkout-container .items-in-cart .actions-toolbar {
    position: absolute;
    top: 25px;
    right: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  body .page-wrapper .checkout-container .items-in-cart .actions-toolbar .more-item-count {
    display: none;
  }
  body .page-wrapper .checkout-container .items-in-cart .actions-toolbar .toggle-item-label {
    font-size: 0;
    border: none;
    position: relative;
    padding: 28px 17px;
    transition: all 0.5s;
  }
  body .page-wrapper .checkout-container .items-in-cart .actions-toolbar .toggle-item-label:before {
    content: "";
    height: 30px;
    position: absolute;
    width: 3px;
    background-color: #ffffff;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
  }
  body .page-wrapper .checkout-container .items-in-cart .actions-toolbar .toggle-item-label:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #ffffff;
    transform: rotate(45deg) translateX(-50%);
    left: 45%;
    top: 27px;
  }
  body .page-wrapper .checkout-container .items-in-cart .actions-toolbar .toggle-item-label.less-item-lable {
    transform: rotate(-180deg);
  }
  body .page-wrapper .checkout-container .minicart-items {
    margin-top: 35px;
  }
  body .page-wrapper .checkout-container .minicart-items .product-item {
    margin: 0 -30px;
    padding: 0 30px 13px;
  }
  body .page-wrapper .checkout-container .minicart-items .product-item .product {
    padding: 28px 25px;
  }
  body .page-wrapper .checkout-container .minicart-items .product-item-inner {
    margin-left: 25px;
  }
  body .page-wrapper .checkout-container .minicart-items .product > .product-item-photo,
  body .page-wrapper .checkout-container .minicart-items .product > .product-image-container {
    flex: 0 0 119px;
    max-width: 119px;
    min-height: 119px;
    border-radius: 30px;
    max-height: 119px;
  }
  body .page-wrapper .checkout-container .minicart-items .cart-price .price {
    font-size: 24px;
    margin-top: 7px;
  }
  body .page-wrapper .checkout-container .minicart-items .product-item-name {
    max-height: 57px;
    font-size: 20px;
  }
  body .page-wrapper .checkout-container .opc-block-summary .table-totals {
    margin: 12px 0 0;
  }
  body .page-wrapper .checkout-container .opc-block-summary .table-totals tr {
    padding: 0 30px;
    margin: 0 -30px;
  }
  body .page-wrapper .checkout-container .opc-block-summary .table-totals th,
  body .page-wrapper .checkout-container .opc-block-summary .table-totals td {
    font-size: 23px;
    padding: 8px 0 12px;
  }
  body .page-wrapper .checkout-container .opc-block-summary .table-totals .totals.grand {
    margin-top: 20px;
  }
  body .page-wrapper .checkout-container .opc-block-summary .table-totals .totals.grand th strong {
    font-size: 35px;
  }
  body .page-wrapper .checkout-container .opc-block-summary .table-totals .totals.grand th,
  body .page-wrapper .checkout-container .opc-block-summary .table-totals .totals.grand td {
    padding: 23px 0 20px;
  }
  body .page-wrapper .checkout-container .opc-block-summary .table-totals .totals.grand .amount {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .opc-progress-bar {
    margin: 0 auto 60px;
  }
  body .page-wrapper .opc-progress-bar .opc-progress-bar-item:before {
    height: 7px;
    top: 50px;
  }
  body .page-wrapper .opc-progress-bar .opc-progress-bar-item span {
    padding-top: 111px;
  }
  body .page-wrapper .opc-progress-bar .opc-progress-bar-item span:after {
    top: 19px;
    min-width: 74px;
    min-height: 74px;
    outline-width: 19px;
    font-size: 30px;
  }
  body .page-wrapper .opc-progress-bar .opc-progress-bar-item span:before {
    display: none;
  }
  body .page-wrapper .abs-checkout-title {
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  body .page-wrapper .step-subtitle > span,
  body .page-wrapper .checkout-shipping-address .step-subtitle > span,
  body .page-wrapper .checkout-billing-address .step-subtitle > span,
  body .page-wrapper .checkout-shipping-method .step-subtitle > span {
    font-size: 27px;
    letter-spacing: 1.34px;
  }
  body .page-wrapper .step-subtitle .action,
  body .page-wrapper .checkout-shipping-address .step-subtitle .action,
  body .page-wrapper .checkout-billing-address .step-subtitle .action,
  body .page-wrapper .checkout-shipping-method .step-subtitle .action {
    font-size: 18px;
    letter-spacing: 2.679px;
    height: 75px;
    min-width: 400px;
  }
  body .page-wrapper .step-customer-vat .step-subtitle,
  body .page-wrapper .step-customer-vat .checkout-shipping-address .step-subtitle,
  body .page-wrapper .step-customer-vat .checkout-billing-address .step-subtitle,
  body .page-wrapper .step-customer-vat .checkout-shipping-method .step-subtitle {
    margin: 0 0 20px;
  }
  body .page-wrapper .step-customer-vat .note {
    font-size: 19px;
    padding-top: 13px;
    padding-left: 36px;
  }
  body .page-wrapper .step-customer-vat .field {
    padding-bottom: 70px;
  }
  body .page-wrapper .step-customer-vat .field:last-child {
    padding-bottom: 0 !important;
  }
  body .page-wrapper .step-customer-vat .field:not(:last-child):before {
    bottom: 24px;
  }
  body .page-wrapper .step-customer-vat .fieldset-inner {
    padding: 40px 30px;
  }
  body .page-wrapper .step-customer-vat .actions-toolbar {
    padding-top: 50px;
  }
  body .page-wrapper .step-customer-vat .actions-toolbar .action:first-child {
    margin-top: 0;
  }
  body .page-wrapper .checkout-login .user-email {
    font-size: 26px;
  }
  body .page-wrapper .checkout-login .login-form-inner {
    border-radius: 40px;
  }
  body .page-wrapper .checkout-login .login-form-inner .step-email {
    padding: 40px 30px 60px;
  }
  body .page-wrapper .checkout-login .login-form-inner .step-password .field {
    padding: 40px 30px 50px;
  }
  body .page-wrapper .checkout-login .login-form-inner .step-password .field.field-edit-email .primary .action {
    letter-spacing: 2.679px;
  }
  body .page-wrapper .checkout-login .login-form-inner .step-password .field .note {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 15px;
  }
  body .page-wrapper .checkout-login .login-form-inner .step-password .field.field-password .action.remind {
    font-size: 20px;
    padding: 20px 0 5px;
    margin-left: 5px;
  }
  body .page-wrapper .checkout-login .login-form-inner .step-customer-group .field {
    padding: 40px 30px;
  }
  body .page-wrapper .checkout-login .login-form-inner .step-customer-group .primary .action {
    letter-spacing: 2.679px;
    font-size: 17px;
    padding: 27px 50px 24px;
  }
  body .page-wrapper .checkout-login .login-form-inner .top-info {
    margin-bottom: 30px;
  }
  body .page-wrapper .checkout-login .login-form-inner .email-check-info {
    font-size: 26px;
  }
  body .page-wrapper .checkout-login .login-form-inner .actions-toolbar .action {
    letter-spacing: 2.679px;
    font-size: 17px;
    padding: 27px 50px 24px;
  }
  body .page-wrapper .checkout-login .login-form-inner .actions-toolbar > .primary {
    margin-top: 60px;
  }
  body .page-wrapper .checkout-login .register-form-container .register-form-container-inner {
    padding: 40px 30px;
    border-radius: 40px;
  }
  body .page-wrapper .checkout-login .register-form-container .field-edit-email {
    padding: 60px 0;
  }
  body .page-wrapper .checkout-login .register-form-container .field-edit-email .sub-title {
    font-size: 26px;
    letter-spacing: 1.34px;
    margin-bottom: 22px;
  }
  body .page-wrapper .checkout-login .register-form-container .field-edit-email .actions-toolbar {
    margin-top: 45px;
  }
  body .page-wrapper .checkout-login .register-form-container .field-edit-email .actions-toolbar .action {
    letter-spacing: 2.679px;
    font-size: 17px;
    padding: 27px 50px 24px;
  }
  body .page-wrapper .checkout-login .sub-title {
    font-size: 26px;
    letter-spacing: 1.34px;
    margin-bottom: 17px;
  }
  body .page-wrapper .checkout-shipping-address .step-title,
  body .page-wrapper .checkout-billing-address .step-title {
    margin-bottom: 0;
  }
  body .page-wrapper .checkout-shipping-address .action-show-popup:before,
  body .page-wrapper .checkout-billing-address .action-show-popup:before,
  body .page-wrapper .checkout-shipping-address .add-new-billing-address:before,
  body .page-wrapper .checkout-billing-address .add-new-billing-address:before {
    margin-left: 12px;
    margin-right: 44px;
    font-size: 23px;
  }
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item {
    padding: 0 0 14px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar {
    margin-top: 20px;
  }
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .action-select-shipping-item,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .action-select-shipping-item {
    font-size: 17px;
    letter-spacing: 2.679px;
    padding: 28px 40px 25px;
  }
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar .edit-address-link,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar .edit-address-link,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar .edit-address-link,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar .edit-address-link,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar .edit-address-link,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar .edit-address-link,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar .edit-address-link,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar .edit-address-link {
    padding: 15px 21px;
  }
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar .edit-address-link:before,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar .edit-address-link:before,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar .edit-address-link:before,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar .edit-address-link:before,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar .edit-address-link:before,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar .edit-address-link:before,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar .edit-address-link:before,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar .edit-address-link:before {
    transform: scale(0.8) translateY(-50%);
    left: 10px;
  }
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after {
    width: 20px;
    height: 10px;
    border-width: 3px 3px 0 0;
    top: 10px;
    right: 8px;
  }
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    padding: 45px 80px 45px 45px;
    font-size: 23px;
    border-radius: 40px;
  }
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .customer-name,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .customer-name,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner .customer-name,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner .customer-name,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner .customer-name,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner .customer-name,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner .customer-name,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner .customer-name,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner .customer-name,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner .customer-name,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner .customer-name,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner .customer-name,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner .customer-name,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner .customer-name,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner .customer-name,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner .customer-name {
    font-size: 23px;
    padding-bottom: 11px;
  }
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  body .page-wrapper .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox {
    width: 37px;
    height: 37px;
    border-radius: 12px;
    right: 30px;
    top: 30px;
  }
  body .page-wrapper .checkout-shipping-method .shipping-discount-wrapper:before {
    order: 99;
    margin: 10px 0 0;
  }
  body .page-wrapper .checkout-shipping-method .step-subtitle,
  body .page-wrapper .checkout-shipping-method .checkout-shipping-address .step-subtitle,
  body .page-wrapper .checkout-shipping-method .checkout-billing-address .step-subtitle,
  body .page-wrapper .checkout-shipping-method .checkout-shipping-method .step-subtitle {
    padding-bottom: 20px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row {
    padding: 45px 45px 55px 40px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row:first-child {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row.row-pickup-date {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row:last-child {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method:first-child {
    padding: 0 45px 0 0;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .preparation,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .expendition {
    padding-left: 30px;
    margin-bottom: 6px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .preparation:before,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .expendition:before {
    min-height: 7px;
    max-height: 7px;
    min-width: 7px;
    max-width: 7px;
    left: 0 !important;
    top: 12px !important;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck {
    height: 37px;
    width: 37px;
    border-radius: 11px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck:before {
    width: 20px;
    height: 8px;
    top: 10px;
    left: 8px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="freeshipping_freeshipping"] + .radiocheck {
    margin-top: 21px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="chronorelais_chronorelais"] + .radiocheck,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="chronorelaishop_chronorelaishop"] + .radiocheck {
    margin-top: 22px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-price {
    position: absolute;
    right: 50px;
    padding: 0;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .price {
    font-size: 26px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .price.discount-original-price {
    font-size: 23px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center {
    font-size: 24px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_express,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_classic,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronopost_chronopost,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelais_chronorelais,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.kna_kna,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelaishop_chronorelaishop {
    position: relative;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center[class*=gls_]:before {
    left: -13px;
    top: -6px;
    transform: scale(0.85);
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelais_chronorelais:before,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelaishop_chronorelaishop:before {
    min-width: 255px !important;
    min-height: 84px;
    max-width: 255px !important;
    max-height: 84px;
    left: -11px;
    top: -4px;
    transform: scale(0.91);
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronopost_chronopost:before {
    transform: scale(0.68);
    left: -57px;
    top: -12px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_express:before,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_classic:before,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.kna_kna:before,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.knp_knp:before {
    transform: scale(0.85);
    top: -5px;
    left: -21px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping .sm-desc {
    padding-top: 23px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping:before {
    left: -16px;
    transform: scale(0.79);
    top: -38px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping label {
    font-size: 24px;
    max-width: 170px;
    padding-top: 12px;
  }
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  body .page-wrapper .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 20px;
  }
  body .page-wrapper .checkout-payment-method .step-title {
    margin-bottom: 10px;
    padding: 0;
  }
  body .page-wrapper .checkout-payment-method .billing-address-form {
    border-radius: 40px;
  }
  body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.address .field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.address .field.choice label {
    padding: 5px 0 0 15px !important;
    font-size: 24px;
  }
  body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.address .field.choice .lbl-checkbox {
    min-width: 37px;
    min-height: 37px;
    max-width: 37px;
    max-height: 37px;
  }
  body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.address .field.choice .lbl-checkbox input {
    border-radius: 11px;
  }
  body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.address .field.choice .lbl-checkbox input:before {
    width: 20px;
    height: 8px;
    top: 11px;
    left: 8px;
    border-width: 0 0 3px 3px;
  }
  body .page-wrapper .checkout-payment-method .billing-address-form-fieldset .actions-toolbar {
    margin: 30px 0 0 !important;
  }
  body .page-wrapper .checkout-payment-method .billing-address-form-fieldset .actions-toolbar .action {
    margin: 0 0 15px !important;
    padding: 26px 41px 23px;
    font-size: 19px;
  }
  body .page-wrapper .checkout-payment-method .checkout-billing-address {
    margin-top: 45px;
    margin-bottom: 0;
  }
  body .page-wrapper .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
    margin: 35px 0;
  }
  body .page-wrapper .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block label {
    font-size: 24px;
    max-width: 404px;
  }
  body .page-wrapper .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block .lbl-checkbox {
    min-width: 37px;
    min-height: 37px;
    max-width: 37px;
    max-height: 37px;
  }
  body .page-wrapper .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block .lbl-checkbox input {
    border-radius: 11px;
  }
  body .page-wrapper .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block .lbl-checkbox input:before {
    width: 20px;
    height: 8px;
    top: 11px;
    left: 8px;
    border-width: 0 0 2px 2px;
  }
  body .page-wrapper .checkout-payment-method .checkout-billing-address .billing-address-items {
    margin-top: 10px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods {
    margin: 4px 0 0;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method {
    padding: 25px 40px;
    flex-wrap: wrap;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method:last-child {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method:nth-child(2) {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.ca-creditcard:before,
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.caetransactionscw_creditcard:before,
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.worldline_cc:before {
    transform: translateY(-50%) scale(0.54);
    right: 11px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.worldline_cc._active:before {
    top: 85px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.worldline_redirect_payment_320._active:before,
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.worldline_redirect_payment_302._active:before {
    top: 67px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.banktransfer:before {
    transform: translateY(-50%) scale(0.71);
    right: 20px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.linxo:before {
    transform: translateY(-50%) scale(0.75);
    right: 19px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.checkmo:before {
    transform: translateY(-50%) scale(0.52);
    right: 7px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method._active .btn-radio .radiocheck:before {
    width: 22px;
    height: 10px;
    top: 10px;
    left: 7px;
    border-width: 0 0 3px 3px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method._active.linxo:before {
    top: 67px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method .payment-method-content {
    padding: 7px 0 0;
    font-size: 20px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method .payment-method-content > div,
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method .payment-method-content p {
    margin-bottom: 13px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar {
    margin: 35px 0 20px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .action {
    letter-spacing: 2.679px;
    font-size: 17px;
    padding: 29px 70px 26px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .btn-radio {
    margin: 0 50px 0 0;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .btn-radio .radiocheck {
    height: 37px;
    width: 37px;
    border-radius: 10px;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method-title {
    padding: 24px 0;
  }
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method-title .label {
    font-size: 26px;
    max-width: 250px;
    padding: 0;
  }
  body .page-wrapper .form-shipping-address,
  body .page-wrapper body .page-wrapper .checkout-payment-method .billing-address-form {
    padding: 40px;
    border-radius: 40px;
  }
  body .page-wrapper .form-shipping-address .fieldset.address .field,
  body .page-wrapper .form-shipping-address .fieldset.info .field,
  body .page-wrapper body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.address .field,
  body .page-wrapper body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.info .field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .page-wrapper .form-shipping-address .fieldset.address .field.date .customer-dob button,
  body .page-wrapper .form-shipping-address .fieldset.info .field.date .customer-dob button,
  body .page-wrapper body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.address .field.date .customer-dob button,
  body .page-wrapper body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.info .field.date .customer-dob button {
    top: -23px;
    transform: scale(0.5);
    right: 9px;
  }
  body .modals-wrapper .form-shipping-address .fieldset.address .field,
  body .modals-wrapper .form-shipping-address .fieldset.info .field,
  body .modals-wrapper body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.address .field,
  body .modals-wrapper body .page-wrapper .checkout-payment-method .billing-address-form .fieldset.info .field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/**
 * 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%;
  }
}
@media only screen and (max-width: 767px) {
  body.customer-account-login .page-wrapper .lbl-checkbox,
  body.customer-account-forgotpassword .page-wrapper .lbl-checkbox,
  body.customer-account-create .page-wrapper .lbl-checkbox,
  body.customer-account-createpassword .page-wrapper .lbl-checkbox {
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
  }
  body.customer-account-login .page-wrapper .lbl-checkbox input,
  body.customer-account-forgotpassword .page-wrapper .lbl-checkbox input,
  body.customer-account-create .page-wrapper .lbl-checkbox input,
  body.customer-account-createpassword .page-wrapper .lbl-checkbox input {
    border-radius: 13px;
  }
  body.customer-account-login .page-wrapper .lbl-checkbox input:before,
  body.customer-account-forgotpassword .page-wrapper .lbl-checkbox input:before,
  body.customer-account-create .page-wrapper .lbl-checkbox input:before,
  body.customer-account-createpassword .page-wrapper .lbl-checkbox input:before {
    width: 19px;
    height: 8px;
    top: 11px;
    left: 9px;
  }
  body.customer-account-login .page-wrapper .actions-toolbar .action,
  body.customer-account-forgotpassword .page-wrapper .actions-toolbar .action,
  body.customer-account-create .page-wrapper .actions-toolbar .action,
  body.customer-account-createpassword .page-wrapper .actions-toolbar .action {
    letter-spacing: 2.679px;
    padding: 29px 42px 24px;
    font-size: 17px;
  }
  body .page-wrapper .login-container .block {
    padding: 38px 34px 40px;
    border-radius: 40px;
  }
  body .page-wrapper .login-container .block:not(:last-child) {
    margin-bottom: 30px !important;
  }
  body .page-wrapper .login-container .block .block-title {
    margin-bottom: 20px;
  }
  body .page-wrapper .login-container .block .block-title strong {
    font-size: 26px;
    letter-spacing: 1.34px;
  }
  body .page-wrapper .login-container .block .field.note,
  body .page-wrapper .login-container .block p {
    font-size: 23px;
    margin-bottom: 19px;
  }
  body .page-wrapper .login-container .persistent .label {
    padding: 1px 0 0 14px;
    font-size: 20px;
    letter-spacing: 0;
  }
  body .page-wrapper .login-container .field-additional .secondary {
    margin-bottom: 15px;
  }
  body .page-wrapper .login-container .remind {
    font-size: 19px;
  }
  body .page-wrapper .login-container .actions-toolbar {
    margin: 45px 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  body .page-footer .newsletter-main-part {
    padding: 37px 60px 59px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .newsletter-title {
    font-size: 30px;
    max-width: 330px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content .subscribe {
    padding: 6px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content .actions .subscribe {
    min-width: 200px;
    padding: 14px 16px;
    font-size: 17px;
    letter-spacing: 2.6px;
    height: 62px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content #newsletter-error {
    top: 115% !important;
    min-width: 610px;
    white-space: unset;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content input {
    padding: 8.5px 20px;
    font-size: 20px;
    height: 62px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content input::-webkit-input-placeholder {
    font-size: 20px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content input:-moz-placeholder {
    font-size: 20px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content input::-moz-placeholder {
    font-size: 20px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content input::-ms-placeholder {
    font-size: 20px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content input:-ms-placeholder {
    font-size: 20px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .content input::placeholder {
    font-size: 20px;
  }
  body .page-footer .newsletter-main-part .newsletter-main .newsletter-cover {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Shopbybrand
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 767px) {
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.worldline_redirect_payment_320:before,
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.worldline_redirect_payment_302:before {
    transform: translateY(-50%) scale(0.7);
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .checkout-payment-method .payment-methods .payment-method.younited:before {
    right: -8px;
  }
  body .page-wrapper .maturities {
    padding-left: 170px;
  }
  body .page-wrapper .maturities:before {
    transform: translateY(-50%) scale(0.6);
    top: 13px;
    left: -47px;
  }
  body .page-wrapper .maturities .maturity {
    padding: 5px 0 4px 0;
    flex: 0 0 50px;
    max-width: 50px;
  }
  body .page-wrapper .maturities .label {
    font-size: 14px;
  }
  body .page-wrapper #younited_popupzone {
    --inner-padding: 30px;
  }
  body .page-wrapper #younited_popupzone .popup-content {
    max-width: 90%;
    border-radius: 40px;
    font-size: 16px;
  }
  body .page-wrapper #younited_popupzone .yp-engagement {
    font-size: 15px;
    margin-top: 13px;
  }
  body .page-wrapper #younited_popupzone .yp-left-title {
    line-height: 1.2;
    padding-top: 27px;
    padding-bottom: 19px;
    font-size: 24px;
    padding-right: 40px;
  }
  body .page-wrapper #younited_popupzone #yp-close-popup {
    right: 21px;
    padding: 14px;
    top: 18px;
  }
  body .page-wrapper #younited_popupzone .blocks_maturities_popup {
    flex: 0 0 77px;
    max-width: 77px;
    margin: 0 10px 10px 0;
    min-height: 55px;
    padding-top: 4px;
    font-size: 18px;
    border-radius: 15px;
  }
  body .page-wrapper #younited_popupzone .yp-right {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  body .page-wrapper #younited_popupzone .yp-right:before {
    transform: translateY(-50%) scale(0.6);
    left: -17px;
    bottom: 0;
  }
  body .page-wrapper #younited_popupzone .yp-finance {
    margin-top: 10px;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(1),
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(2) {
    padding-left: 22px;
    margin-bottom: 15px;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(1):before,
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(2):before {
    min-width: 12px;
    min-height: 12px;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(2) {
    margin-bottom: 17px;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(2):after {
    height: 28px;
    left: 5px;
    top: -22px;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(4) {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding-top: 16px;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(4) span {
    font-size: 16px !important;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(4),
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(5),
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(6) {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    padding-bottom: 2px;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(4) > span:first-child,
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(5) > span:first-child,
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(6) > span:first-child {
    font-size: 16px;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(4) > span:first-child .yp-font-normal,
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(5) > span:first-child .yp-font-normal,
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(6) > span:first-child .yp-font-normal {
    font-size: 16px;
  }
  body .page-wrapper #younited_popupzone .yp-finance > div:nth-child(6) {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding-bottom: 13px;
    padding-top: 0;
  }
  body .page-wrapper #younited_block:before {
    transform: translateY(-50%) scale(0.6);
    left: -48px;
    top: 14px;
  }
  body .page-wrapper #yp-simuler {
    margin-left: 18px;
    font-size: 11px;
    letter-spacing: 2.2px;
    min-width: 105px;
    padding: 3px 0 0 0;
    min-height: 26px;
  }
  body .page-wrapper #yp-current-maturities {
    padding-left: 156px;
  }
}
@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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label {
    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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar: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,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m {
    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 5px;
    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-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-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 .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .page-main {
    width: 100%;
  }
  .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: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    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: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    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: #f5f5f5;
    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: 53px;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #d1d1d1;
    color: #d1d1d1;
    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;
  }
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    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: #fcfcfc;
  }
  .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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .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 5px 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;
  }
  .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;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .waiting-page-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
  }
  .waiting-page-container .waiting-mask {
    height: 300px;
  }
  #layered-horizontal-container {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  #layered-horizontal-container .filter-options-item {
    display: inline-block;
    border-bottom: none;
  }
  #layered-horizontal-container .filter-options-content {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
  }
  #layered-horizontal-container #ln_button_submit {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  #layered-horizontal-container ol.items {
    min-width: 100px;
  }
  #layered-horizontal-container .filter .block-subtitle.filter-subtitle {
    display: none;
  }
  #layered-horizontal-container .filter-current {
    display: inline-block;
  }
  #layered-horizontal-container .filter-current .item {
    display: inline-block;
    margin-right: 25px !important;
  }
  #layered-horizontal-container .filter-actions {
    display: inline-block;
  }
  .kb-article__body-info-left {
    float: left;
    width: 60%;
  }
  .kb-article__body-info-right {
    float: right;
    width: 30%;
    min-width: 250px;
  }
  .kb-category__grid > section {
    width: 33%;
    padding-right: 3rem;
    display: inline-block;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .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;
    padding: 5px 0;
    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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: inherit;
  }
  .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;
  }
  .opc-wrapper {
    flex: 0 0 70.7%;
    max-width: 70.7%;
    padding-right: 30px;
  }
  .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-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .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;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .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;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .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;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    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 .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .toolbar-amount {
    display: none;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .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: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .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;
  }
  .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%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: 50px;
  }
  .footer.content {
    margin-top: 60px;
    padding-bottom: 90px;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer .copyright {
    margin-top: 0;
  }
  .worldline-payment-products {
    padding-left: 0;
  }
  .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;
  }
  .logo {
    margin: 0;
    float: unset;
    max-width: unset;
  }
  .logo img {
    max-height: unset;
  }
  .header.content {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .page-header {
    margin-bottom: 32px;
    min-height: 225px;
    max-height: 225px;
  }
  .block-search {
    float: unset;
    padding-left: 0;
    position: relative;
    width: unset;
  }
  .block-search .action.search {
    opacity: 1 !important;
    display: block;
    padding: 0;
    top: 11px;
    right: 12px;
  }
  .block-search .control {
    padding: 0;
    margin: 0 !important;
  }
  .block-search .control input {
    height: 46px;
    border-radius: 0;
    background-color: transparent;
    border: none;
    display: block;
    padding: 4px 0 0 24px !important;
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .block-search .control input::-webkit-input-placeholder {
    color: #466D96;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
  .block-search .control input:-moz-placeholder {
    color: #466D96;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
  .block-search .control input::-moz-placeholder {
    color: #466D96;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
  .block-search .control input::-ms-placeholder {
    color: #466D96;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
  .block-search .control input:-ms-placeholder {
    color: #466D96;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
  .block-search .control input::placeholder {
    color: #466D96;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
}
@media all and (min-width: 1024px), print {
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    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;
  }
  .page-products .products-grid .product-items {
    margin: 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 {
  --allo-color1: #002750;
  --allo-color2: #f9ac00;
  --allo-color3: #085ac3;
}
.font-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .custom-label {
    font-size: 18px;
    letter-spacing: 2.679px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 25px 36px 4px;
    margin: 0;
    border: 0;
  }
  body .page-wrapper .mage-error {
    font-size: 17px;
  }
  body .page-wrapper .custom-field-box select {
    background-size: 14px;
    background-position: 94.2% 0;
  }
  body .page-wrapper .custom-field-box .message.info,
  body .page-wrapper .custom-field-box .message.error,
  body .page-wrapper .custom-field-box .message.warning,
  body .page-wrapper .custom-field-box .message.notice,
  body .page-wrapper .custom-field-box .message.success {
    font-size: 18px;
    padding: 20px 70px 17px;
    border-radius: 60px;
  }
  body .page-wrapper .custom-field-box .message.info > *:first-child:before,
  body .page-wrapper .custom-field-box .message.error > *:first-child:before,
  body .page-wrapper .custom-field-box .message.warning > *:first-child:before,
  body .page-wrapper .custom-field-box .message.notice > *:first-child:before,
  body .page-wrapper .custom-field-box .message.success > *:first-child:before {
    left: 30px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
  }
  body .page-wrapper .custom-input {
    height: 60px;
    font-size: 21px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 0 36px;
  }
  body .page-wrapper .custom-input::-webkit-input-placeholder {
    font-size: 21px;
  }
  body .page-wrapper .custom-input:-moz-placeholder {
    font-size: 21px;
  }
  body .page-wrapper .custom-input::-moz-placeholder {
    font-size: 21px;
  }
  body .page-wrapper .custom-input::-ms-placeholder {
    font-size: 21px;
  }
  body .page-wrapper .custom-input:-ms-placeholder {
    font-size: 21px;
  }
  body .page-wrapper .custom-input::placeholder {
    font-size: 21px;
  }
  body .modals-wrapper .custom-label {
    font-size: 18px;
    letter-spacing: 2.679px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 25px 36px 4px;
    margin: 0;
    border: 0;
  }
  body .modals-wrapper .mage-error {
    font-size: 17px;
  }
  body .modals-wrapper .custom-field-box select {
    background-size: 14px;
    background-position: 94.2% 0;
  }
  body .modals-wrapper .custom-field-box .message.info,
  body .modals-wrapper .custom-field-box .message.error,
  body .modals-wrapper .custom-field-box .message.warning,
  body .modals-wrapper .custom-field-box .message.notice,
  body .modals-wrapper .custom-field-box .message.success {
    font-size: 18px;
    padding: 20px 70px 17px;
    border-radius: 60px;
  }
  body .modals-wrapper .custom-field-box .message.info > *:first-child:before,
  body .modals-wrapper .custom-field-box .message.error > *:first-child:before,
  body .modals-wrapper .custom-field-box .message.warning > *:first-child:before,
  body .modals-wrapper .custom-field-box .message.notice > *:first-child:before,
  body .modals-wrapper .custom-field-box .message.success > *:first-child:before {
    left: 30px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
  }
  body .modals-wrapper .custom-input {
    height: 60px;
    font-size: 21px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 0 36px;
  }
  body .modals-wrapper .custom-input::-webkit-input-placeholder {
    font-size: 21px;
  }
  body .modals-wrapper .custom-input:-moz-placeholder {
    font-size: 21px;
  }
  body .modals-wrapper .custom-input::-moz-placeholder {
    font-size: 21px;
  }
  body .modals-wrapper .custom-input::-ms-placeholder {
    font-size: 21px;
  }
  body .modals-wrapper .custom-input:-ms-placeholder {
    font-size: 21px;
  }
  body .modals-wrapper .custom-input::placeholder {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .message.info,
  body .page-wrapper .message.error,
  body .page-wrapper .message.warning,
  body .page-wrapper .message.notice,
  body .page-wrapper .message.success {
    font-size: 21px;
    border-radius: 50px;
    padding: 21px 90px 19px;
    min-height: 90px;
  }
  body .page-wrapper .message.info > *:first-child:before,
  body .page-wrapper .message.error > *:first-child:before,
  body .page-wrapper .message.warning > *:first-child:before,
  body .page-wrapper .message.notice > *:first-child:before,
  body .page-wrapper .message.success > *:first-child:before {
    min-width: 74px;
    min-height: 74px;
    max-width: 74px;
    max-height: 74px;
    left: 8px;
    font-size: 30px;
  }
}
@media all and (max-width: 1900px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1830px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge {
    padding-top: 9px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge:before {
    transform: scale(0.43);
    top: -33px;
    left: 88px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .col-method {
    padding: 0 0 0 255px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .spc-option {
    margin-bottom: 32px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label {
    margin-left: 13px;
    font-size: 15px;
    padding-top: 3px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 500px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .price {
    padding: 2px 5px 0 0;
  }
  .account .column .block-info-quotation .block-content {
    padding: 26px 40px;
    border-radius: 27px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 19px;
    padding: 6.5px 0;
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 23px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 17px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark1 {
    flex: 0 0 73%;
    max-width: 73%;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 4px;
  }
  .quotation-request-link {
    padding: 18px 33px 15px;
    font-size: 15px !important;
    margin-left: 13px;
    letter-spacing: 2px !important;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar,
  .columns .order-details-items .table-wrapper .cart.pallet .actions-toolbar,
  .columns .quotation-items .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 48px !important;
  }
  .checkout-cart-index .cart-empty {
    border-radius: 40px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar {
    border-radius: 28px;
    padding: 0 35px;
  }
  #opc-sidebar .quotation-request-link {
    margin: 0 -15px 19px;
  }
  #opc-sidebar .sidebar-title {
    font-size: 23px;
    padding: 23px 35px 17px;
    margin: 0 -35px;
  }
  #opc-sidebar .product-brand a {
    font-size: 13px !important;
  }
  #opc-sidebar > .actions-toolbar {
    padding: 28px 19px;
    margin: 0 -35px;
  }
  #opc-sidebar > .actions-toolbar .sidebar-place-order {
    font-size: 15px;
    letter-spacing: 2.307px;
    padding: 24px 24px 20px;
  }
  .checkout-container .minicart-items {
    margin-top: 18px;
  }
  .checkout-container .minicart-items .product-item {
    padding: 0 19px 9px;
    margin: 0 -35px;
  }
  .checkout-container .minicart-items .product-item .product {
    padding: 19px 19px 18px 16px;
    border-radius: 28px;
  }
  .checkout-container .minicart-items .product-item .product-image-container {
    flex: 0 0 77px;
    max-width: 77px;
    min-height: 77px;
    border-radius: 18px;
  }
  .checkout-container .minicart-items .product-item .product-image-wrapper {
    border-radius: 0;
  }
  .checkout-container .minicart-items .product-item-name {
    max-height: 34px;
    font-size: 13px;
  }
  .checkout-container .minicart-items .cart-price .price {
    font-size: 15px;
  }
  .checkout-container .minicart-items .product-item-inner {
    margin-left: 17px;
  }
  .checkout-container .opc-block-summary .table-totals {
    margin: 13px 0 0;
  }
  .checkout-container .opc-block-summary .table-totals tr {
    padding: 0 35px;
    margin: 0 -35px;
  }
  .checkout-container .opc-block-summary .table-totals th,
  .checkout-container .opc-block-summary .table-totals td {
    font-size: 15px;
    padding: 2px 0 5px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand {
    margin-top: 13px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand th {
    padding: 13px 0 12px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand th strong {
    font-size: 23px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand .amount {
    font-size: 23px;
  }
  .checkout-container .items-in-cart .actions-toolbar {
    padding: 13px 42px 11px 35px;
    margin: 10px -35px 25px;
  }
  .checkout-container .items-in-cart .actions-toolbar .toggle-item-label {
    font-size: 15px;
  }
  .checkout-container .items-in-cart .actions-toolbar .more-item-count {
    padding: 6px 15px 3px 14px;
    font-size: 13px;
  }
  .opc-progress-bar {
    margin: 0 auto 50px;
    max-width: 1280px;
  }
  .opc-progress-bar .opc-progress-bar-item:before {
    height: 4px;
    top: 33px;
  }
  .opc-progress-bar .opc-progress-bar-item:after {
    min-width: 14px;
    min-height: 21px;
    top: 24px;
    background-size: contain;
  }
  .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 4.327px;
    font-size: 17px;
    padding-top: 99px;
  }
  .opc-progress-bar .opc-progress-bar-item span:before {
    margin-right: 7px;
  }
  .opc-progress-bar .opc-progress-bar-item span:after {
    top: 12px;
    min-width: 48px;
    min-height: 48px;
    outline-width: 12px;
    font-size: 20px;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 31px;
  }
  .checkout-login .sub-title,
  .form-title {
    margin-bottom: 19px;
    font-size: 23px;
  }
  .checkout-login .login-form-inner .email-check-info,
  .checkout-login .login-form-inner .step-customer-group .login-info,
  .form-note {
    font-size: 17px;
  }
  .checkout-login .login-form-inner .step-customer-group .login-info {
    margin-bottom: 24px;
  }
  .checkout-login .login-form-inner .step-customer-group .field.group-pro .primary .action {
    min-width: 325px;
  }
  .checkout-login .login-form-inner .step-customer-group .primary .action {
    font-size: 11px;
    min-width: 303px;
  }
  .checkout-login .login-form-inner .top-info {
    margin-bottom: 13px;
  }
  .checkout-login .login-form-inner .step-password .field .note {
    font-size: 15px;
    margin-top: 15px;
  }
  .checkout-login .login-form-inner .step-password .field .actions-toolbar .action {
    margin-top: 33px;
  }
  .checkout-login .login-form-inner .step-password .field .action.remind {
    font-size: 13px;
    margin: 0 0 0 18px;
  }
  .checkout-login .login-form-inner .step-password .field.field-password .login {
    min-width: 175px;
  }
  .checkout-login .login-form-inner .step-password .field.field-edit-email .primary .action {
    min-width: 140px;
    letter-spacing: 1.7px;
  }
  .checkout-login .login-form-inner .actions-toolbar {
    padding-top: 30px;
  }
  .checkout-login .login-form-inner .actions-toolbar .action {
    min-width: 140px;
    letter-spacing: 1.731px;
    font-size: 11px;
  }
  .checkout-login .field label {
    max-width: 385px;
  }
  .checkout-login .field input,
  .checkout-login .field select {
    max-width: 385px;
  }
  .checkout-login .user-email {
    font-size: 17px;
  }
  .checkout-login .register-form-container .field-edit-email {
    padding: 28px 40px 26px;
  }
  .checkout-login .register-form-container .field-edit-email .sub-title {
    margin-bottom: 29px;
    font-size: 19px;
  }
  .checkout-login .register-form-container .field-edit-email .actions-toolbar .action {
    min-width: 140px;
    letter-spacing: 1.7px;
    font-size: 11px;
  }
  .step-subtitle {
    padding: 9px 9px 9px 40px;
    height: 78px;
  }
  .step-subtitle > span {
    font-size: 23px;
    padding-top: 11px;
  }
  .step-subtitle .action,
  .account .column .block-title .action.print,
  .mst-rma-box__title .action.print,
  .account .MultiFile-intercepted .block .title .action.print,
  .account .order-tracking .tracking-title .action.print,
  .account .mst-rma-create__order-header .action.print,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print {
    font-size: 11px;
    letter-spacing: 1.731px;
    padding: 15px 33px 14px;
  }
  .form-shipping-address {
    padding: 29px 40px 28px;
  }
  .form-shipping-address .fieldset.address {
    max-width: 850px;
  }
  .checkout-shipping-address .action-show-popup:before,
  .checkout-billing-address .action-show-popup:before,
  .checkout-shipping-address .add-new-billing-address:before,
  .checkout-billing-address .add-new-billing-address:before {
    margin-right: 23px;
    font-size: 16px;
    display: block;
    margin-left: -14px;
    transform: translateY(-1px);
  }
  .checkout-shipping-address .shipping-address-items,
  .checkout-billing-address .shipping-address-items,
  .checkout-shipping-address .billing-address-items,
  .checkout-billing-address .billing-address-items {
    display: flex;
    flex-wrap: wrap;
    margin: 4px -9px 0;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item,
  .checkout-billing-address .billing-address-items .shipping-address-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item,
  .checkout-billing-address .shipping-address-items .billing-address-item,
  .checkout-shipping-address .billing-address-items .billing-address-item,
  .checkout-billing-address .billing-address-items .billing-address-item {
    padding: 9px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner {
    border-color: #f9ac00;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox {
    background-color: #f9ac00;
    border-color: #f9ac00;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .shipping-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-billing-address .shipping-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-billing-address .billing-address-items .shipping-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-billing-address .shipping-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-shipping-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after,
  .checkout-billing-address .billing-address-items .billing-address-item.selected-item .billing-address-item-inner .address-checkbox:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(130deg);
    top: 6px;
    right: 5px;
    z-index: 9;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    border-radius: 28px;
    padding: 47px 36px 36px 37px;
    font-size: 15px;
    min-height: 308px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox {
    border-radius: 7px;
    right: 34px;
    top: 25px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    font-size: 15px;
    padding-bottom: 3px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .billing-address-item .action-select-shipping-item {
    letter-spacing: 1.7px;
    font-size: 11px;
    padding: 17px 26px 15px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar {
    margin-top: 37px;
  }
  .checkout-shipping-method .step-subtitle {
    padding: 0 0 20px;
  }
  .checkout-shipping-method .shipping-discount-wrapper:before {
    margin-right: 30px;
    margin-left: 0;
  }
  .checkout-shipping-method .pickup-date {
    padding: 8px 16px 4px;
  }
  .checkout-shipping-method .pickup-date .day-name {
    font-size: 13px;
  }
  .checkout-shipping-method .pickup-date .day-month {
    font-size: 17px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row {
    padding: 35px 35px 35px 53px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:first-child {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:last-child {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.row-pickup-date .col-method:nth-child(2) {
    padding: 0 0 0 255px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck {
    height: 25px;
    width: 25px;
    border-radius: 8px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck:before {
    width: 13px;
    height: 6px;
    top: 7px;
    left: 5px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="chronorelais_chronorelais"] + .radiocheck,
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="chronorelaishop_chronorelaishop"] + .radiocheck {
    margin-top: 10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value*=gls_] + .radiocheck {
    margin-top: 8px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="kna_kna"] + .radiocheck {
    margin-top: 7px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method:first-child {
    padding: 3px 40px 0 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-stock {
    margin-bottom: 16px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .preparation,
  .checkout-shipping-method .table-checkout-shipping-method .row .expendition {
    padding-left: 43px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-desc {
    max-width: 580px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center {
    font-size: 15px;
    padding: 0 15px 0 190px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping:before {
    left: 88px;
    top: 9px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.knp_knp:before {
    top: -1px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-price {
    padding: 5px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price {
    font-size: 17px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price.discount-original-price {
    font-size: 15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col {
    padding: 4px 0 0 0;
    margin-bottom: -4px !important;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 22px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .ops-option {
    margin-right: 20px;
    font-size: 15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .radiocheck {
    margin-right: 9px;
  }
  .step-customer-vat .fieldset-inner {
    padding: 0 40px 62px;
  }
  .step-customer-vat .step-subtitle {
    margin: 0 -40px 28px;
  }
  .step-customer-vat .field-title {
    margin-bottom: 23px;
    font-size: 19px;
  }
  .step-customer-vat .note {
    font-size: 13px;
    padding-top: 10px;
    padding-left: 23px;
  }
  .step-customer-vat .field-group {
    max-width: 908px;
  }
  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-title-wrapper .page-title,
  .customer-account-create .page-title-wrapper .page-title,
  .customer-account-createpassword .page-title-wrapper .page-title {
    margin-top: -5px;
    padding-bottom: 1px;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 27px 40px 48px;
    max-width: calc(33.33% - 38px);
    border-radius: 28px;
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 9px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 23px;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 17px;
    margin-bottom: 19px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 57px 0 0 !important;
  }
  .form-note {
    margin-bottom: 30px;
  }
  .newsletter-main-part {
    padding: 47px;
  }
  .newsletter-main-part .newsletter-main .newsletter-title {
    font-size: 24px;
  }
  .newsletter-main-part .newsletter-main .newsletter-cover {
    margin-right: 30px;
  }
  .newsletter-main-part .newsletter-main .content {
    max-width: 581px;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.96);
  }
  .younitedpay-widget-root {
    padding: 18px 0;
  }
  .custom-label,
  .field label,
  .field .label,
  .checkout-login .field label,
  .wishlist-index-index .product-item .item-inner .comment-box .field-inner label {
    font-size: 11px;
    letter-spacing: 1.731px;
    padding: 15px 23px 2px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .custom-input,
  .field input,
  .field select,
  .field textarea,
  .checkout-login .field input,
  .checkout-login .field select,
  .wishlist-index-index .comment-box textarea {
    padding: 0 23px;
    font-size: 13px;
    height: 41px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    margin-right: 7px;
    margin-bottom: 9px;
    min-width: 60px;
    max-width: 60px;
  }
  .page-footer .footerContentMain,
  .page-footer .footerCopyright {
    padding-right: 90px;
    padding-left: 90px;
  }
  .page-footer .footerContentMain {
    padding-top: 71px;
    padding-bottom: 58px;
  }
  .page-footer .footerContentMain .footerCardTitle {
    font-size: 15px;
  }
  .page-footer .footerContentMain .footerLefText {
    font-size: 15px;
  }
  .page-footer .footerContentMain .footerLeft .logo {
    margin: 0 0 24px;
    max-width: 160px;
  }
  .page-footer .footerContentMain .footerLeft .footerLeftBottom {
    margin-top: 40px;
  }
  .page-footer .footerContentMain .footerLeft .footerCardTitle {
    margin-bottom: 14px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem {
    flex: 0 0 28px;
    max-width: 28px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem:not(:last-child) {
    margin-right: 9px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem svg {
    max-height: 28px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox {
    margin-bottom: 40px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem {
    flex: 0 0 75px;
    max-width: 75px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem svg {
    max-height: 75px;
  }
  .page-footer .footerContentMain .footerRight .footerLinkBox .footLink {
    font-size: 13px;
    line-height: 28px;
  }
  .page-footer .footerContentMain .footerRight .footerCol {
    margin-bottom: 69px;
  }
  .page-footer .footerContentMain .footerRight .footerCardTitle {
    padding-bottom: 14px;
    margin-bottom: 13px;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 17px;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 31px 42px;
  }
  .page-footer .customer-support .cusSupport-inner:before {
    min-width: 47px;
    min-height: 47px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.96);
  }
  .guarantee-icon,
  .made-in-europe {
    top: 280px;
  }
  .made-in-europe {
    top: 290px;
  }
  .livraison-gratuite {
    max-width: 110px;
  }
  .catalog-product-view .guarantee-icon {
    top: 417px;
  }
  .catalog-product-view .made-in-europe {
    top: 433px;
  }
  .single-banner-container > div {
    max-height: 543px;
  }
  .newtopheader {
    padding: 8px 0;
  }
  .newtopheader .newtopheader-ship,
  .newtopheader .newtopheader-maga,
  .newtopheader .newtopheader-cont {
    font-size: 15px;
  }
  .newtopheader .newtopheader-ship:before {
    top: 45%;
    font-size: 18px;
  }
  .newtopheader .newtopheader-right .newtopheader-link {
    font-size: 17px;
  }
  .newtopheader .newtopheader-right .newtopheader-link:before {
    font-size: 18px;
  }
  .block-faq-list,
  .block-products-list,
  .block-category-list,
  .block-brand-list {
    margin: 70px 0;
  }
  .block .block-title strong {
    font-size: 30px;
    margin-bottom: 17px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -27px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 27px 27px 0;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-name {
    font-size: 15px;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box .price {
    font-size: 28px;
  }
  .block-products-list .products-grid .product-items .product-item-details .btn-link {
    padding: 16px 24px 13px;
    margin-top: 35px;
    font-size: 11px;
  }
  .block-products-list .products-grid .product-items .product-item-details .badge {
    font-size: 11px;
    padding: 7px 13px 4px;
    margin-bottom: 17px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand a {
    font-size: 17px;
  }
  .block-faq-list .block-content .faq-img {
    padding-top: 58%;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 22px;
  }
  .block-faq-list .block-content .artical-list li {
    padding-left: 35px;
  }
  .block-faq-list .block-content .artical-list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 15px;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 13px 0 29px;
  }
  .block-faq-list .block-content .faq-desc p {
    max-height: 67px;
    font-size: 15px;
  }
  .block-category-list .block-content .category-item {
    padding: 70px 0 43px;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 17px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.9);
    margin-bottom: 40px;
  }
  .block-brand-list .block-content {
    padding: 30px 24px;
  }
  .block-brand-list .block-content .brandList {
    transform: scale(0.9);
  }
  .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box {
    margin: 22px 0 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 32px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    margin-bottom: 15px;
    margin-top: 22px;
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    padding: 14px 4px 11px;
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price {
    font-size: 20px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 20px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .ttc {
    font-size: 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .value {
    font-size: 38px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col {
    height: 83px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .lable {
    font-size: 12px;
  }
  .info-guide-main .product-extra-info p,
  .info-guide-main .pdf-attachments p {
    font-size: 15px;
  }
  .info-guide-main .product-extra-info ul li,
  .info-guide-main .pdf-attachments ul li {
    font-size: 17px;
  }
  .info-guide-main .product-extra-info ul li:before,
  .info-guide-main .pdf-attachments ul li:before {
    top: 9px;
  }
  .catalog-product-view .stock .stock-text,
  .catalog-product-view .stock-qty .stock-text {
    font-size: 20px;
  }
  .bundle-options-container .custom-kit-part .stock-status {
    font-size: 13px;
  }
  .account .column .block-title,
  .mst-rma-box__title,
  .account .MultiFile-intercepted .block .title,
  .account .order-tracking .tracking-title,
  .account .mst-rma-create__order-header,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header {
    margin-bottom: 17px;
  }
  .account .column .block-title strong,
  .mst-rma-box__title strong,
  .account .MultiFile-intercepted .block .title strong,
  .account .order-tracking .tracking-title strong,
  .account .mst-rma-create__order-header strong,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header strong {
    font-size: 23px;
    margin-bottom: 0;
  }
  .account .column .block-title .action,
  .mst-rma-box__title .action,
  .account .MultiFile-intercepted .block .title .action,
  .account .order-tracking .tracking-title .action,
  .account .mst-rma-create__order-header .action,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    font-size: 11px;
    letter-spacing: 1.731px;
    padding: 15px 23px 13px 16px;
  }
  .account .column .block-title .action:before,
  .mst-rma-box__title .action:before,
  .account .MultiFile-intercepted .block .title .action:before,
  .account .order-tracking .tracking-title .action:before,
  .account .mst-rma-create__order-header .action:before,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action:before {
    margin-right: 15px;
    font-size: 16px;
    transform: translateY(-1px);
  }
  .account .column .block-title .action.print,
  .mst-rma-box__title .action.print,
  .account .MultiFile-intercepted .block .title .action.print,
  .account .order-tracking .tracking-title .action.print,
  .account .mst-rma-create__order-header .action.print,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print {
    font-size: 11px;
    letter-spacing: 1.731px;
    padding: 15px 23px 13px 16px;
  }
  .account .column .block-title .action.print:before,
  .mst-rma-box__title .action.print:before,
  .account .MultiFile-intercepted .block .title .action.print:before,
  .account .order-tracking .tracking-title .action.print:before,
  .account .mst-rma-create__order-header .action.print:before,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print:before {
    transform: scale(0.3);
  }
  .account .column .block-title .action.print span,
  .mst-rma-box__title .action.print span,
  .account .MultiFile-intercepted .block .title .action.print span,
  .account .order-tracking .tracking-title .action.print span,
  .account .mst-rma-create__order-header .action.print span,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print span {
    margin-left: 2px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 12px);
    padding: 22px 28px 28px;
    border-radius: 28px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 86px;
  }
  .account .column .block-content .empty {
    padding: 28px 48px;
  }
  .account .column .block-content .empty.message {
    padding: 11px 38px;
  }
  .account .column .box-title {
    font-size: 23px;
    margin: 0 -28px 22px;
    padding: 0 28px 16px;
  }
  .account .column .box-content {
    font-size: 15px;
    margin: 0 0 18px;
  }
  .account .column .box-content .name {
    font-size: 13px;
  }
  .account .column .box-content .phone {
    margin-top: 8px;
  }
  .account .column .box-actions .action {
    font-size: 11px;
    letter-spacing: 1.6px;
    padding: 19px 30px 16px;
    margin-right: 9px;
  }
  .account .column > .block {
    margin-bottom: 46px;
  }
  .account .column .table-wrapper .message {
    margin: 13px;
  }
  .account .column .table-wrapper thead tr th {
    letter-spacing: 2.2px;
    padding: 30px 8px 28px;
    font-size: 15px;
  }
  .account .column .table-wrapper tbody tr td {
    font-size: 13px;
    padding: 23px 8px 18px;
    line-height: 1.2;
  }
  .account .column .table-wrapper tbody tr td.actions,
  .account .column .table-wrapper tbody tr td.col-actions {
    padding: 9px 8px;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 14px 15px 12px;
    letter-spacing: 1.7px;
    font-size: 11px;
    max-width: 171px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    transform: scale(0.32);
    margin: -21px -2px -19px -16px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    font-size: 11px;
    letter-spacing: 1.1px;
    padding: 14px 24px 12px;
  }
  .account .column .table-wrapper tbody tr td.track {
    padding: 13px 8px 8px;
  }
  .account .column .table-wrapper tfoot .mark {
    padding-left: 665px;
  }
  .account .column .table-wrapper tfoot .amount {
    padding-right: 103px;
  }
  .account .column .table-wrapper tfoot tr td,
  .account .column .table-wrapper tfoot tr th {
    font-size: 15px;
  }
  .account .column .table-wrapper tfoot tr:first-child th,
  .account .column .table-wrapper tfoot tr:first-child td {
    padding-top: 17px;
  }
  .account .column .table-wrapper tfoot .grand_total_incl td,
  .account .column .table-wrapper tfoot .grand_total_incl th {
    font-size: 23px;
  }
  .account .column .table-wrapper tfoot .tax td,
  .account .column .table-wrapper tfoot .tax th {
    padding-bottom: 13px;
  }
  .account .column .table-wrapper .product-item-details .am-attachments-order-view {
    margin-top: 7px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink {
    line-height: 1.2;
    padding: 8px 0 7px 32px;
    font-size: 13px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink:before {
    transform: translateY(-50%) scale(0.9);
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 17px;
    letter-spacing: 0.8px;
    padding: 25px 46px 19px;
  }
  .account .order-links {
    margin-bottom: 17px;
  }
  .account .order-links .item {
    max-width: 260px;
  }
  .account .order-links .item:last-child {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
  }
  .account .order-links .item:first-child {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
  }
  .account .order-links .item strong,
  .account .order-links .item a {
    padding: 23px 15px 19px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .account .order-actions-toolbar .action,
  .account .order-actions-toolbar .link-related-quote {
    margin-right: 13px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 11px;
    letter-spacing: 1.1px;
    padding: 7px 13px 4px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
  .account .page-title-wrapper .order-date {
    margin-top: 3px;
    font-size: 15px;
    letter-spacing: 2.3px;
  }
  .columns .order-details-items,
  .columns .quotation-items {
    margin-bottom: 42px;
  }
  .columns .order-details-items .table-wrapper .mst-rma-list tbody td,
  .columns .quotation-items .table-wrapper .mst-rma-list tbody td {
    font-size: 13px !important;
  }
  .columns .order-details-items .table-wrapper thead th.subtotal,
  .columns .quotation-items .table-wrapper thead th.subtotal,
  .columns .order-details-items .table-wrapper thead th.total,
  .columns .quotation-items .table-wrapper thead th.total {
    padding-right: 103px;
  }
  .columns .order-details-items .table-wrapper tbody td,
  .columns .quotation-items .table-wrapper tbody td {
    font-size: 17px !important;
  }
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.total,
  .columns .quotation-items .table-wrapper tbody td.total {
    padding-right: 103px;
  }
  .columns .order-details-items .table-wrapper tbody td.discount .price,
  .columns .quotation-items .table-wrapper tbody td.discount .price,
  .columns .order-details-items .table-wrapper tbody td.total .price,
  .columns .quotation-items .table-wrapper tbody td.total .price {
    font-size: 22px;
  }
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.col-action {
    padding-top: 75px;
  }
  .columns .order-details-items .comments,
  .columns .quotation-items .comments {
    margin: 15px 0 0;
    border-radius: 25px;
    padding: 0 25px 25px;
  }
  .columns .order-details-items .comments .subtitle,
  .columns .quotation-items .comments .subtitle {
    font-size: 15px;
    padding: 25px;
    letter-spacing: 2.1px;
    margin: 0 -25px;
  }
  .columns .order-details-items .comments .comments,
  .columns .quotation-items .comments .comments {
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 18px;
  }
  .block-order-details-view,
  .mst-rma-create__order .rma-new-step2 .block-content {
    margin-top: 19px;
    padding: 28px;
    border-radius: 28px;
  }
  .block-order-details-view .block-content,
  .mst-rma-create__order .rma-new-step2 .block-content .block-content {
    padding: 35px;
    border-radius: 28px;
    margin-bottom: 18px;
    max-width: calc(50% - 15px);
  }
  .customer-address-index.account .column .block-content .box {
    padding: 42px 37px 36px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 19px;
  }
  .wishlist-index-index .form-wishlist-items {
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar {
    padding: 28px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .action {
    letter-spacing: 2.3px;
    padding-left: 28px;
    padding-right: 28px;
    margin-right: 9px;
  }
  .wishlist-index-index .wishlist-toolbar {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    padding: 6px 28px;
  }
  .wishlist-index-index .product-item {
    padding: 28px !important;
  }
  .wishlist-index-index .col-detail {
    padding-right: 17px;
  }
  .wishlist-index-index .col-detail .product-item-photo {
    flex: 0 0 120px;
    height: 120px;
    max-width: 120px;
  }
  .wishlist-index-index .col-detail .product-item-photo .product-item-photo {
    border-radius: 19px;
  }
  .wishlist-index-index .col-detail .product-item-right {
    padding-left: 28px;
  }
  .wishlist-index-index .col-detail .price-box {
    padding-top: 9px;
  }
  .wishlist-index-index .col-detail .special-price .price {
    font-size: 17px;
  }
  .wishlist-index-index .col-detail .old-price {
    padding-top: 1px;
  }
  .wishlist-index-index .col-detail .old-price .price {
    font-size: 15px;
  }
  .wishlist-index-index .comment-box {
    flex: 0 0 317px;
    max-width: 317px;
  }
  .wishlist-index-index .comment-box .field-inner {
    border-radius: 16px;
  }
  .wishlist-index-index .comment-box textarea {
    min-height: 90px;
    font-size: 13px;
    padding-top: 11px;
  }
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 13px;
  }
  .wishlist-index-index .box-tocart {
    padding-left: 26px;
  }
  .wishlist-index-index .box-tocart .tocart {
    min-width: 200px;
  }
  .wishlist-index-index .product-item-actions {
    padding-left: 16px;
  }
  .wishlist-index-index .product-item-actions .action.edit:before,
  .wishlist-index-index .product-item-actions .action.delete:before {
    transform: scale(0.55);
  }
  .wishlist-index-index .product-item-actions .action.edit {
    margin-right: 9px;
  }
  .mst-rma-view .opc-progress-bar {
    margin-bottom: 25px;
  }
  .mst-rma-view .mst-rma-block {
    margin-top: 4px;
    padding: 28px;
    border-radius: 28px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__title {
    margin: 0 0 16px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__content table th {
    font-size: 15px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box {
    padding: 38px 35px;
    border-radius: 28px;
    max-width: calc(50% - 15px);
  }
  .mst-rma-view .mst-rma-block._align-top {
    margin-top: 35px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 44px 28px 67px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar .action {
    padding-left: 28px;
    padding-right: 28px;
  }
  .mst-rma-view .mst-rma-view__orders {
    margin-top: 35px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper thead tr th.col-detail {
    padding-left: 48px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td {
    font-size: 17px;
    line-height: 1.2;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-detail {
    padding-left: 28px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    padding: 28px 43px;
    border-radius: 28px;
    max-height: 414px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title {
    padding-bottom: 13px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    margin-right: 18px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    font-size: 11.5px;
    letter-spacing: 1.7px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message {
    padding: 15px 25px 19px;
    margin-top: 19px;
    border-radius: 30px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__system {
    margin-left: 19px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__customer {
    margin-right: 19px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message a {
    margin-top: 4px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-body {
    font-size: 13.4px;
    line-height: 1.2;
  }
  .block-rma-additional .fieldset .field {
    padding: 28px 43px;
  }
  .block-rma-additional .fieldset .field textarea {
    min-height: 122px;
    padding-top: 12px;
  }
  .block-rma-additional .fieldset .field:nth-child(1) {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-left: 67px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .label {
    margin-top: -6px;
    margin-bottom: 6px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 13px;
    line-height: 1.1;
    padding: 5px 0 0;
  }
  .detail-inner .product-item-photo {
    border-radius: 28px;
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
  }
  .detail-inner .product-item-right {
    padding-left: 28px;
  }
  .MultiFile-list .MultiFile-label {
    margin-right: 9px;
    padding: 2px 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-remove {
    margin-right: 6px;
    font-size: 11px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-label {
    font-size: 11px;
  }
  .MultiFile-wrap input {
    padding: 16px 9px 8px;
    min-width: 144px;
  }
  .MultiFile-wrap input:before {
    font-size: 11px;
    letter-spacing: 2.3px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 33px 38px;
    border-radius: 28px;
  }
  .ui-mst-rma__create-rma .actions-toolbar {
    margin: 8px 0 0 0 !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content .box {
    padding: 38px 35px !important;
    border-radius: 28px !important;
    max-width: calc(50% - 15px) !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content table tr:nth-child(2) {
    margin-top: 20px;
  }
  .mst-rma-create__order .rma-new-step2 > .block {
    margin-bottom: 34px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item {
    padding: 27px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .image {
    margin: 0 25px;
    border-radius: 17px;
    min-width: 115px;
    min-height: 115px;
    max-width: 115px;
    max-height: 115px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item b {
    font-size: 17px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .item-options {
    padding-left: 191px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset {
    max-width: 800px;
    margin-top: 25px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset .field {
    margin-bottom: 19px;
    max-width: calc(50% - 19px);
  }
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    padding: 18px 25px 16px;
  }
  .init-rma-container .actions-wrapper {
    margin-top: 45px;
  }
  .checkout-onepage-success .sidebar {
    padding: 47px 0 0 34px !important;
  }
  .checkout-onepage-success .columns {
    margin-top: 20px;
  }
  .checkout-success .section-subtitle,
  .checkout-success .order-items-title {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    padding: 20px 38px 16px;
    font-size: 23px;
  }
  .checkout-success .order-info-top {
    padding: 38px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    margin-bottom: 50px;
  }
  .checkout-success .order-info-col {
    padding: 35px;
    border-radius: 28px;
    margin-top: 18px;
  }
  .checkout-success .order-info-col.order-info-note .info-title {
    margin-bottom: 14px;
  }
  .checkout-success .info-title,
  .block-order-details-view .box .box-title,
  .mst-rma-view .mst-rma-box__title,
  .ui-mst-rma__create-rma .mst-rma-box__title,
  .mst-rma-create__order .rma-new-step2 > .block .title,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-title {
    font-size: 23px;
    margin-bottom: 18px;
  }
  .checkout-success .order-shipping-address .info-title,
  .checkout-success .order-billing-address .info-title {
    margin-bottom: 25px;
  }
  .checkout-success .order-shipping-address .telephone:before,
  .checkout-success .order-billing-address .telephone:before {
    padding-right: 2px;
  }
  .checkout-success .payment-method-logo,
  .block-order-details-view .payment-method-logo,
  .mst-rma-create__order .rma-new-step2 .block-content .payment-method-logo {
    margin-bottom: 9px;
  }
  .checkout-success .col-content,
  .block-order-details-view .box .box-content,
  .mst-rma-view .mst-rma-block .mst-rma-box__content,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-content {
    font-size: 15px;
  }
  .checkout-success .order-item-list {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .checkout-success .table-order-totals .mark {
    padding-left: 665px;
  }
  .checkout-success .table-order-totals th,
  .checkout-success .table-order-totals td {
    font-size: 15px;
  }
  .checkout-success .grand_total_incl th,
  .checkout-success .grand_total_incl td {
    font-size: 23px;
  }
  .cms-e-batterie .page-main .main .eBatterieTitle {
    font-size: 30px;
  }
  .ebattery-form-block .sub-title {
    font-size: 17px;
    letter-spacing: 4.2px;
    margin-top: -17px;
  }
  .ebattery-form-block button.action {
    font-size: 15px;
    letter-spacing: 2px;
    padding: 15px 21px 12px;
  }
  .ebattery-form-block :is(.ebattery-items , .portability) {
    margin-top: 20px;
    margin-bottom: 25px !important;
  }
  .ebattery-form-block :is(.yes , .no) {
    transform: scale(0.9);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) label {
    font-size: 15px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon {
    min-height: 115px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 24px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item).dp-mairie .title:before {
    top: 19px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 25px 26px 21px 26px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title strong {
    font-size: 15px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title:before {
    transform: scale(0.96) translate(0, -3px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title .note {
    margin-top: 3px;
    font-size: 11px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 28px;
  }
  .ebattery-form-block .port-item .icon:after {
    top: 28px;
  }
  .post-items {
    margin: 0 -28px;
  }
  .post-items .post-item {
    margin-bottom: 45px;
    padding: 0 28px;
  }
  .post-item-cover {
    border-radius: 26px;
  }
  .post-item-cover .post-info {
    padding: 29px 37px 39px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 30px;
    left: 37px;
    font-size: 11px;
    padding: 7px 14px 5px;
  }
  .post-item-cover .post-name {
    margin-bottom: 4px;
    font-size: 22px;
  }
  .post-item-cover .post-date {
    font-size: 13px;
    letter-spacing: 1.9px;
  }
  .post-item-cover .post-desc {
    font-size: 15px;
    padding-top: 13px;
  }
  .post-item-cover .post-actions {
    padding: 17px 37px 16px;
  }
  .post-item-cover .post-actions a {
    font-size: 11px;
    letter-spacing: 1.688px;
  }
  .blog-search .label {
    padding: 6px 99px 0 0;
    font-size: 30px;
  }
  .blog-search input {
    height: 56px;
    padding: 12px 55px 10px 35px;
  }
  .blog-category .category-items .category-item {
    margin: 0 14px 14px 0;
  }
  .blog-category .category-items .category-item.active .item-name {
    padding-right: 40px;
  }
  .blog-category .category-items .category-item.active .item-name:before {
    right: 20px;
  }
  .blog-category .category-items .item-name {
    font-size: 13px;
    padding: 10px 15px 6px 22px;
  }
  .blog-category .category-items .item-name .item-count {
    line-height: 1;
    padding: 3px 0 0;
    margin-top: -4px;
    margin-left: 14px;
    min-width: 30px;
    font-size: 11px;
  }
  .blog-sf {
    margin: 0 0 37px;
  }
  .post-content {
    max-width: 1029px;
    margin-bottom: 69px;
    --box-radius: 25px;
    --box-padding-x: 55px;
    --box-padding-y: 45px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 23px;
  }
  .post-content .list-box-title {
    font-size: 37px;
    margin-top: 25px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 30px;
  }
  .post-content .list-box-items {
    margin-bottom: 32px;
  }
  .post-content .list-box-item {
    font-size: 25px;
    padding-left: 26px;
    margin-bottom: 18px;
  }
  .post-content .list-box-item a {
    font-size: 25px;
  }
  .post-content .list-box-item:before {
    top: 8px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 22px;
    margin: 16px 0;
  }
  .post-content p:has(a) {
    padding: 8px 0;
  }
  .post-content button {
    max-width: 434px;
    margin: 26px auto;
    font-size: 19px;
    letter-spacing: 2.97px;
    padding: 34px 25px 31px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 10px;
    margin-top: 35px;
  }
  .post-content h1 {
    font-size: 57px;
  }
  .post-content h2 {
    font-size: 47px;
  }
  .post-content h3 {
    font-size: 37px;
  }
  .post-content h4 {
    font-size: 28px;
  }
  .post-content h5 {
    font-size: 24px;
  }
  .contact-info-box {
    margin: 69px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 26px;
    flex: 0 0 94px;
    max-width: 94px;
    padding-top: 94px;
  }
  .contact-info-box .contact-info-name {
    font-size: 19px;
    letter-spacing: 2.8px;
    padding-top: 6px;
  }
  .contact-info-box .publiced-date {
    padding-top: 4px;
    font-size: 13px;
  }
  .contact-info-box .contact-info-text {
    padding-top: 8px;
    letter-spacing: 2.2px;
    font-size: 15px;
  }
  .contact-info-box .contact-info-social {
    margin-left: 10px;
  }
  .contact-info-box .contact-info-link {
    padding: 0 4px;
  }
  .contact-info-box .contact-info-link svg {
    max-width: 33px;
    max-height: 35px;
    min-width: 33px;
    min-height: 33px;
  }
}
@media all and (max-width: 1800px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1700px;
  }
  .oneycheckout-panel .oneycheck-topbar {
    padding: 24px 32px 9px;
  }
  .oneycheckout-panel .oneycheck-topbar .oneycheck-lefttext {
    font-size: 22px;
    padding-bottom: 4px;
  }
  .oneycheckout-panel .oneycheck-body {
    padding: 20px 32px 32px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-subcover {
    padding-bottom: 14px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-subcover .oneycheck-btn {
    margin-left: 10px;
    font-size: 11px;
    padding: 14px 35px 12px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-bottext {
    font-size: 15px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-emi .oneycheckemi {
    font-size: 14px;
    padding-top: 0;
    min-width: 25px;
    min-height: 25px;
  }
  .tooltips-container {
    padding: 18px 21px 48px;
    border-radius: 17px;
    margin-top: 11px;
  }
  .tooltips-container .tooltips-icon {
    width: 165px;
    height: 27px;
    margin-top: 14px;
  }
  .tooltips-container .tooltips-icon-wrapper span {
    font-size: 12px;
    padding: 16px 18px;
    min-width: 149px;
  }
  .product-info-main .tooltips-container .shortcut-title {
    font-size: 16px;
  }
  .payment-method-message p {
    font-size: 13px;
    padding: 12px 20px 6px 47px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge {
    padding-top: 8px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge:before {
    transform: scale(0.4);
    top: -35px;
    left: 63px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .col-method {
    padding: 0 0 0 242px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .spc-option {
    margin-bottom: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label {
    margin-left: 11px;
    font-size: 14px;
    padding-top: 2px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 480px;
  }
  .account .column .block-info-quotation .block-content {
    padding: 22px 33px;
    border-radius: 25px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 17px;
    padding: 6px 0;
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 21px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 16px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 8px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper {
    padding: 0 32px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 12px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand .amount strong,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand .amount strong {
    font-size: 21px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand th,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand td,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 12px 0 11px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand .price,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand .price {
    font-size: 21px;
  }
  .checkout-cart-index .page-header {
    margin-bottom: 8px;
  }
  .checkout-cart-index .messages .message {
    margin-bottom: 7px;
  }
  .checkout-cart-index .messages .message:last-child {
    margin-bottom: 38px;
  }
  .quotation-request-link {
    padding: 17px 23px 15px;
    font-size: 14px !important;
    margin-left: 11px;
    letter-spacing: 1.8px !important;
  }
  .cart-container .stock,
  .cart-container .stock-qty,
  .columns .order-details-items .stock,
  .columns .quotation-items .stock,
  .columns .order-details-items .stock-qty,
  .columns .quotation-items .stock-qty {
    font-size: 12px;
  }
  .cart-container .product-item-name {
    max-width: 225px;
  }
  .cart-container .qty-note {
    margin: 8px 0 0 5px;
    padding: 9px 25px 5px;
  }
  .cart-container .qty-note:before {
    top: 4px;
    min-width: 17px;
    min-height: 17px;
  }
  .cart-container .qty-note span {
    font-size: 12px;
  }
  .cart-container .cart.main .cart-actions-in {
    padding: 21px 96px 22px 44px;
  }
  .cart-container .cart.main .cart-actions-in .price {
    font-size: 27px;
  }
  .cart-container .cart.main .total-item {
    letter-spacing: 2.136px;
    font-size: 14px;
    padding-top: 4px;
  }
  .cart-container .table-wrapper thead th,
  .columns .order-details-items .table-wrapper thead th,
  .columns .quotation-items .table-wrapper thead th {
    letter-spacing: 2.136px;
    font-size: 14px;
    padding: 28px 15px;
  }
  .cart-container .table-wrapper thead th.item,
  .cart-container .table-wrapper thead th.name,
  .columns .order-details-items .table-wrapper thead th.item,
  .columns .order-details-items .table-wrapper thead th.name,
  .columns .quotation-items .table-wrapper thead th.item,
  .columns .quotation-items .table-wrapper thead th.name {
    padding-left: 44px;
  }
  .cart-container .table-wrapper .bundle-item-option-list,
  .columns .order-details-items .table-wrapper .bundle-item-option-list,
  .columns .quotation-items .table-wrapper .bundle-item-option-list {
    padding-left: 41px;
    margin-top: 37px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .bundle-item-option,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .bundle-item-option,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .bundle-item-option {
    margin: 0 0 19px 0;
    max-width: 385px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .price,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .price,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .price {
    font-size: 16px;
    font-weight: 600;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img {
    padding-right: 24px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img span,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img span,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img span {
    min-width: 71px;
    max-width: 71px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img .product-image-wrapper,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img .product-image-wrapper,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img .product-image-wrapper {
    border-radius: 13px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.price,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.price,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.price {
    margin-bottom: 9px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.name,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.name,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.name {
    font-size: 12px;
    max-width: 188px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col .stock,
  .cart-container .table-wrapper .bundle-item-option-list .item-col .stock-qty,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col .stock,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col .stock-qty,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col .stock,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col .stock-qty {
    padding-top: 1px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top .product-item-photo,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top .product-item-photo,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top .product-item-photo {
    border-radius: 18px;
    flex: 0 0 111px;
    height: 111px;
  }
  .cart-container .table-wrapper .product-item-details .message,
  .columns .order-details-items .table-wrapper .product-item-details .message,
  .columns .quotation-items .table-wrapper .product-item-details .message {
    margin-top: 14px;
    font-size: 13px;
    padding: 14px 45px 12px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top-inner {
    padding-left: 26px;
    padding-top: 4px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner .product-brand,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top-inner .product-brand,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top-inner .product-brand {
    padding-top: 3px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner .product-reviews-summary,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top-inner .product-reviews-summary,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top-inner .product-reviews-summary {
    padding-bottom: 3px;
  }
  .cart-container .table-wrapper tbody td.col-qty,
  .cart-container .table-wrapper tbody td.qty,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.subtotal,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.action,
  .cart-container .table-wrapper tbody td.col-action,
  .cart-container .table-wrapper tbody td.sku,
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .order-details-items .table-wrapper tbody td.sku,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.sku {
    padding: 59px 15px 10px;
  }
  .cart-container .table-wrapper tbody td.item,
  .cart-container .table-wrapper tbody td.name,
  .columns .order-details-items .table-wrapper tbody td.item,
  .columns .order-details-items .table-wrapper tbody td.name,
  .columns .quotation-items .table-wrapper tbody td.item,
  .columns .quotation-items .table-wrapper tbody td.name {
    padding: 25px 26px;
  }
  .cart-container .table-wrapper tbody td.col-action .actions-toolbar .action-delete,
  .cart-container .table-wrapper tbody td.action .actions-toolbar .action-delete,
  .columns .order-details-items .table-wrapper tbody td.col-action .actions-toolbar .action-delete,
  .columns .order-details-items .table-wrapper tbody td.action .actions-toolbar .action-delete,
  .columns .quotation-items .table-wrapper tbody td.col-action .actions-toolbar .action-delete,
  .columns .quotation-items .table-wrapper tbody td.action .actions-toolbar .action-delete {
    padding: 4px;
  }
  .cart-container .table-wrapper tbody td.subtotal .cart-price,
  .cart-container .table-wrapper tbody td.price .cart-price,
  .columns .order-details-items .table-wrapper tbody td.subtotal .cart-price,
  .columns .order-details-items .table-wrapper tbody td.price .cart-price,
  .columns .quotation-items .table-wrapper tbody td.subtotal .cart-price,
  .columns .quotation-items .table-wrapper tbody td.price .cart-price {
    padding-top: 11px;
  }
  .cart-container .table-wrapper tbody td.subtotal .price,
  .cart-container .table-wrapper tbody td.price .price,
  .columns .order-details-items .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items .table-wrapper tbody td.price .price,
  .columns .quotation-items .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items .table-wrapper tbody td.price .price {
    font-size: 23px;
  }
  .cart-container .table-wrapper tbody td .price-box,
  .columns .order-details-items .table-wrapper tbody td .price-box,
  .columns .quotation-items .table-wrapper tbody td .price-box {
    margin: 4px 2px 0 0;
    font-size: 12px;
  }
  .cart-container .table-wrapper tbody td .price-box .cart-price,
  .columns .order-details-items .table-wrapper tbody td .price-box .cart-price,
  .columns .quotation-items .table-wrapper tbody td .price-box .cart-price {
    padding: 0;
  }
  .cart-container .table-wrapper tbody td .price-box .price,
  .columns .order-details-items .table-wrapper tbody td .price-box .price,
  .columns .quotation-items .table-wrapper tbody td .price-box .price {
    padding-right: 2px;
    font-size: 12px;
  }
  .cart-container .table-wrapper tbody .qty label,
  .columns .order-details-items .table-wrapper tbody .qty label,
  .columns .quotation-items .table-wrapper tbody .qty label {
    font-size: 14px;
  }
  .cart-container .table-wrapper tbody .qty .control,
  .columns .order-details-items .table-wrapper tbody .qty .control,
  .columns .quotation-items .table-wrapper tbody .qty .control {
    height: 40px;
    padding: 3px;
  }
  .cart-container .table-wrapper tbody .qty .control span,
  .columns .order-details-items .table-wrapper tbody .qty .control span,
  .columns .quotation-items .table-wrapper tbody .qty .control span {
    height: 31px;
    width: 31px;
    font-size: 17px;
  }
  .cart-container .table-wrapper tbody .qty .control .qty-plus,
  .columns .order-details-items .table-wrapper tbody .qty .control .qty-plus,
  .columns .quotation-items .table-wrapper tbody .qty .control .qty-plus {
    padding-left: 0;
  }
  .cart-container .table-wrapper tbody .qty .control .qty-minus,
  .columns .order-details-items .table-wrapper tbody .qty .control .qty-minus,
  .columns .quotation-items .table-wrapper tbody .qty .control .qty-minus {
    padding-left: 1px;
  }
  .cart-container .table-wrapper tbody .qty .control .input-text,
  .columns .order-details-items .table-wrapper tbody .qty .control .input-text,
  .columns .quotation-items .table-wrapper tbody .qty .control .input-text {
    padding: 3px 5px 0 8px;
    max-width: 36px;
    font-size: 14px;
  }
  .cart-container .table-wrapper .cart.pallet td,
  .columns .order-details-items .table-wrapper .cart.pallet td,
  .columns .quotation-items .table-wrapper .cart.pallet td {
    padding: 24px;
  }
  .cart-container .table-wrapper .cart.pallet .pallet-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .pallet-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .pallet-inner {
    padding: 17px;
    border-radius: 17px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-detail-top-inner {
    padding-left: 17px;
    padding-top: 5px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-name,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-name,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-name {
    font-size: 16px;
    padding-top: 3px;
  }
  .cart-container .table-wrapper .cart.pallet .item-desc,
  .columns .order-details-items .table-wrapper .cart.pallet .item-desc,
  .columns .quotation-items .table-wrapper .cart.pallet .item-desc {
    font-size: 16px;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar,
  .columns .order-details-items .table-wrapper .cart.pallet .actions-toolbar,
  .columns .quotation-items .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 44px !important;
  }
  .cart-container .table-wrapper .cart.pallet .action-delete,
  .columns .order-details-items .table-wrapper .cart.pallet .action-delete,
  .columns .quotation-items .table-wrapper .cart.pallet .action-delete {
    padding: 4px;
  }
  .cart-container .table-wrapper .cart.pallet .price,
  .columns .order-details-items .table-wrapper .cart.pallet .price,
  .columns .quotation-items .table-wrapper .cart.pallet .price {
    font-size: 23px;
  }
  .cart-container .cart-summary > .block {
    margin-bottom: 18px;
  }
  .cart-container .cart-summary .quotation-request-link {
    margin-top: -25px;
    margin-bottom: 23px;
  }
  .cart-container .cart-summary .shipping,
  .cart-container .cart-summary .cart-totals-wrapper {
    padding: 0 32px;
  }
  .cart-container .cart-summary .shipping .totals strong,
  .cart-container .cart-summary .cart-totals-wrapper .totals strong {
    font-size: 21px;
  }
  .cart-container .cart-summary .shipping .totals.grand,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 12px;
  }
  .cart-container .cart-summary .shipping .totals.grand th,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  .cart-container .cart-summary .shipping .totals.grand td,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 12px 0 11px;
  }
  .cart-container .cart-summary .shipping .totals.grand .price,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand .price {
    font-size: 21px;
  }
  .cart-container .cart-summary .cart-totals {
    margin: 19px 0 28px;
  }
  .cart-container .cart-summary .checkout .action {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 2.1px;
    padding: 22px 25px 19px;
  }
  .cart-container .cart-summary #co-shipping-method-form .title {
    letter-spacing: 1.068px;
    font-size: 21px;
    padding: 0 32px;
    margin: 26px -32px 0;
  }
  .cart-container .cart-summary .title strong {
    letter-spacing: 1.068px;
    font-size: 21px;
    padding: 22px 32px 16px;
    margin: 0 -32px 8px;
  }
  .cart-container .cart-summary .methods {
    padding: 35px 0;
  }
  .cart-container .cart-summary .methods .radiocheck {
    height: 22px;
    width: 22px;
    border-radius: 7px;
  }
  .cart-container .cart-summary .methods .radiocheck:before {
    width: 14px;
    height: 7px;
    top: 4px;
    left: 3px;
    border-width: 0 0 2px 2px;
  }
  .cart-container .cart-summary .methods .sm-desc {
    padding-left: 50px;
  }
  .cart-container .cart-summary .methods .item-options .sm-stock,
  .cart-container .cart-summary .methods .item-options .preparation,
  .cart-container .cart-summary .methods .item-options .expendition,
  .block-order-details-view .sm-desc .sm-stock,
  .block-order-details-view .sm-desc .preparation,
  .block-order-details-view .sm-desc .expendition,
  .checkout-success .sm-desc .sm-stock,
  .checkout-success .sm-desc .preparation,
  .checkout-success .sm-desc .expendition,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .sm-stock,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .preparation,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .expendition {
    font-size: 10px;
    max-width: 220px;
    margin-bottom: 12px;
  }
  .cart-container .cart-summary .methods .item-options .preparation,
  .cart-container .cart-summary .methods .item-options .expendition,
  .block-order-details-view .sm-desc .preparation,
  .block-order-details-view .sm-desc .expendition,
  .checkout-success .sm-desc .preparation,
  .checkout-success .sm-desc .expendition,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .preparation,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .expendition {
    padding-left: 30px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .cart-container .cart-summary .methods .item-options .preparation:before,
  .block-order-details-view .sm-desc .preparation:before,
  .checkout-success .sm-desc .preparation:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .preparation:before {
    font-size: 20px;
  }
  .cart-container .cart-summary .methods .item-options .expendition:before,
  .block-order-details-view .sm-desc .expendition:before,
  .checkout-success .sm-desc .expendition:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .expendition:before {
    font-size: 21px;
  }
  .cart-container .cart-summary .methods .item-options .choice,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content,
  .block-order-details-view .sm-desc .choice,
  .checkout-success .sm-desc .choice,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice {
    margin: 26px 0 10px;
    align-items: flex-start;
    display: flex;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .cart-container .cart-summary .methods .item-options .choice[class*=gls_] .label,
  .cart-container .cart-summary .methods .item-options .choice[class*=gls_] > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content[class*=gls_] .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content[class*=gls_] > .value,
  .block-order-details-view .sm-desc .choice[class*=gls_] .label,
  .block-order-details-view .sm-desc .choice[class*=gls_] > .value,
  .checkout-success .sm-desc .choice[class*=gls_] .label,
  .checkout-success .sm-desc .choice[class*=gls_] > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice[class*=gls_] .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice[class*=gls_] > .value {
    min-width: 85px !important;
    min-height: 42px;
    max-width: 85px !important;
    max-height: 42px;
  }
  .cart-container .cart-summary .methods .item-options .choice[class*=gls_] .label:before,
  .cart-container .cart-summary .methods .item-options .choice[class*=gls_] > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content[class*=gls_] .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content[class*=gls_] > .value:before,
  .block-order-details-view .sm-desc .choice[class*=gls_] .label:before,
  .block-order-details-view .sm-desc .choice[class*=gls_] > .value:before,
  .checkout-success .sm-desc .choice[class*=gls_] .label:before,
  .checkout-success .sm-desc .choice[class*=gls_] > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice[class*=gls_] .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice[class*=gls_] > .value:before {
    transform: scale(0.49);
    top: -22px;
    left: -44px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .label,
  .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 .label,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label,
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost > .value,
  .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 > .value,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopostc18_chronopostc18 .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopostc18_chronopostc18 > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop > .value,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost .label,
  .block-order-details-view .sm-desc .choice.chronopostc18_chronopostc18 .label,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .label,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost > .value,
  .block-order-details-view .sm-desc .choice.chronopostc18_chronopostc18 > .value,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais > .value,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop > .value,
  .checkout-success .sm-desc .choice.chronopost_chronopost .label,
  .checkout-success .sm-desc .choice.chronopostc18_chronopostc18 .label,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .label,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .checkout-success .sm-desc .choice.chronopost_chronopost > .value,
  .checkout-success .sm-desc .choice.chronopostc18_chronopostc18 > .value,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais > .value,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopostc18_chronopostc18 .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopostc18_chronopostc18 > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop > .value {
    width: 140px !important;
    height: 31px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost > .value:before,
  .cart-container .cart-summary .methods .item-options .choice.chronopostc18_chronopostc18 > .value:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopostc18_chronopostc18 .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopostc18_chronopostc18 > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop > .value:before,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost .label:before,
  .block-order-details-view .sm-desc .choice.chronopostc18_chronopostc18 .label:before,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .label:before,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost > .value:before,
  .block-order-details-view .sm-desc .choice.chronopostc18_chronopostc18 > .value:before,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before,
  .checkout-success .sm-desc .choice.chronopost_chronopost .label:before,
  .checkout-success .sm-desc .choice.chronopostc18_chronopostc18 .label:before,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .label:before,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .checkout-success .sm-desc .choice.chronopost_chronopost > .value:before,
  .checkout-success .sm-desc .choice.chronopostc18_chronopostc18 > .value:before,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopostc18_chronopostc18 .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopostc18_chronopostc18 > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before {
    transform: scale(0.4);
  }
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop > .value,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .label,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais > .value,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop > .value,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .label,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais > .value,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop > .value {
    height: 45px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais > .value:before,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop > .value:before,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .label:before,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .label:before,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop > .value:before {
    left: -58px;
    top: -19px;
    transform: scale(0.54);
  }
  .cart-container .cart-summary .methods .item-options .choice.chronorelais_chronorelais .btn-radio,
  .cart-container .cart-summary .methods .item-options .choice.chronorelaishop_chronorelaishop .btn-radio,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelais_chronorelais .btn-radio,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronorelaishop_chronorelaishop .btn-radio,
  .block-order-details-view .sm-desc .choice.chronorelais_chronorelais .btn-radio,
  .block-order-details-view .sm-desc .choice.chronorelaishop_chronorelaishop .btn-radio,
  .checkout-success .sm-desc .choice.chronorelais_chronorelais .btn-radio,
  .checkout-success .sm-desc .choice.chronorelaishop_chronorelaishop .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelais_chronorelais .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronorelaishop_chronorelaishop .btn-radio {
    margin-top: 10px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .label:before,
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost > .value:before,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost .label:before,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost > .value:before,
  .checkout-success .sm-desc .choice.chronopost_chronopost .label:before,
  .checkout-success .sm-desc .choice.chronopost_chronopost > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost > .value:before {
    left: -106px;
    top: -23px;
  }
  .cart-container .cart-summary .methods .item-options .choice.chronopost_chronopost .btn-radio,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.chronopost_chronopost .btn-radio,
  .block-order-details-view .sm-desc .choice.chronopost_chronopost .btn-radio,
  .checkout-success .sm-desc .choice.chronopost_chronopost .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.chronopost_chronopost .btn-radio {
    margin-top: 4px;
  }
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic .label,
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_classic .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_classic > .value,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_classic .label,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_classic > .value,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_classic .label,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_classic > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_classic .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_classic > .value {
    min-width: 139px !important;
    min-height: 25px;
    max-width: 139px !important;
    max-height: 25px;
  }
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic .label:before,
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_classic > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_classic .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_classic > .value:before,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_classic .label:before,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_classic > .value:before,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_classic .label:before,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_classic > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_classic .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_classic > .value:before {
    transform: scale(0.49);
    top: -14px;
    left: -73px;
  }
  .cart-container .cart-summary .methods .item-options .choice.knp_knp .label,
  .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp > .value,
  .block-order-details-view .sm-desc .choice.knp_knp .label,
  .block-order-details-view .sm-desc .choice.knp_knp > .value,
  .checkout-success .sm-desc .choice.knp_knp .label,
  .checkout-success .sm-desc .choice.knp_knp > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.knp_knp .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.knp_knp > .value {
    min-width: 159px !important;
    min-height: 15px;
    max-width: 159px !important;
    max-height: 15px;
    margin-top: 2px;
  }
  .cart-container .cart-summary .methods .item-options .choice.knp_knp .label:before,
  .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp > .value:before,
  .block-order-details-view .sm-desc .choice.knp_knp .label:before,
  .block-order-details-view .sm-desc .choice.knp_knp > .value:before,
  .checkout-success .sm-desc .choice.knp_knp .label:before,
  .checkout-success .sm-desc .choice.knp_knp > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.knp_knp .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.knp_knp > .value:before {
    top: -8px;
    left: -82px;
    transform: scale(0.49);
  }
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express .label,
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_express .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_express > .value,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_express .label,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_express > .value,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_express .label,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_express > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_express .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_express > .value {
    min-width: 133px !important;
    min-height: 25px;
    max-width: 133px !important;
    max-height: 25px;
  }
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express .label:before,
  .cart-container .cart-summary .methods .item-options .choice.matrixrate_kuehna_express > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_express .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.matrixrate_kuehna_express > .value:before,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_express .label:before,
  .block-order-details-view .sm-desc .choice.matrixrate_kuehna_express > .value:before,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_express .label:before,
  .checkout-success .sm-desc .choice.matrixrate_kuehna_express > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_express .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.matrixrate_kuehna_express > .value:before {
    transform: scale(0.49);
    top: -14px;
    left: -70px;
  }
  .cart-container .cart-summary .methods .item-options .choice.kna_kna .label,
  .cart-container .cart-summary .methods .item-options .choice.kna_kna > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.kna_kna .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.kna_kna > .value,
  .block-order-details-view .sm-desc .choice.kna_kna .label,
  .block-order-details-view .sm-desc .choice.kna_kna > .value,
  .checkout-success .sm-desc .choice.kna_kna .label,
  .checkout-success .sm-desc .choice.kna_kna > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.kna_kna .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.kna_kna > .value {
    min-width: 122px !important;
    min-height: 25px;
    max-width: 122px !important;
    max-height: 25px;
  }
  .cart-container .cart-summary .methods .item-options .choice.kna_kna .label:before,
  .cart-container .cart-summary .methods .item-options .choice.kna_kna > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.kna_kna .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.kna_kna > .value:before,
  .block-order-details-view .sm-desc .choice.kna_kna .label:before,
  .block-order-details-view .sm-desc .choice.kna_kna > .value:before,
  .checkout-success .sm-desc .choice.kna_kna .label:before,
  .checkout-success .sm-desc .choice.kna_kna > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.kna_kna .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.kna_kna > .value:before {
    transform: scale(0.49);
    top: -14px;
    left: -64px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .label,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping > .value,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .label,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping > .value {
    font-size: 12px;
    max-width: 90px;
    padding-top: 65px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label:before,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .label:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping > .value:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .label:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping > .value:before {
    left: -48px;
    transform: scale(0.38);
    top: -47px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .btn-radio,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .btn-radio,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .btn-radio,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .btn-radio {
    margin-top: 15px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .price,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .price,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .price {
    margin-top: 21px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping + .sm-desc .sm-stock,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping + .sm-desc .sm-stock,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock {
    margin-bottom: 0 !important;
    padding-left: 30px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping + .sm-desc .sm-stock:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping + .sm-desc .sm-stock:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping + .sm-desc .sm-stock:before {
    font-size: 20px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping + .sm-desc .expendition:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping + .sm-desc .expendition:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping + .sm-desc .expendition:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping + .sm-desc .expendition:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping + .sm-desc .expendition:before {
    font-size: 21px;
  }
  .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-discount-wrapper:before,
  .checkout-shipping-method .shipping-discount-wrapper:before,
  .block-order-details-view .sm-desc .choice .shipping-discount-wrapper:before,
  .checkout-success .sm-desc .choice .shipping-discount-wrapper:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-discount-wrapper:before {
    padding: 5px 11px 3px;
    font-size: 9px;
    letter-spacing: 1.335px;
  }
  .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper .shipping-discount-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-discount-wrapper .shipping-discount-price,
  .checkout-shipping-method .shipping-discount-wrapper .shipping-discount-price,
  .block-order-details-view .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price,
  .checkout-success .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price {
    margin: 3px 0 0 4px;
  }
  .cart-container .cart-summary .methods .item-options .choice .label,
  .cart-container .cart-summary .methods .item-options .choice > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content > .value,
  .block-order-details-view .sm-desc .choice .label,
  .block-order-details-view .sm-desc .choice > .value,
  .checkout-success .sm-desc .choice .label,
  .checkout-success .sm-desc .choice > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice > .value {
    margin: 0 29px;
    font-size: 14px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-price,
  .block-order-details-view .sm-desc .choice .price,
  .block-order-details-view .sm-desc .choice .shipping-price,
  .checkout-success .sm-desc .choice .price,
  .checkout-success .sm-desc .choice .shipping-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-price {
    font-size: 16px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price.discount-original-price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price.discount-original-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .price.discount-original-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-price.discount-original-price,
  .block-order-details-view .sm-desc .choice .price.discount-original-price,
  .block-order-details-view .sm-desc .choice .shipping-price.discount-original-price,
  .checkout-success .sm-desc .choice .price.discount-original-price,
  .checkout-success .sm-desc .choice .shipping-price.discount-original-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .price.discount-original-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-price.discount-original-price {
    font-size: 14px;
  }
  .cart-container .cart-summary .discount .coupon {
    margin: 0 0 43px;
  }
  .cart-container .cart-summary .discount .actions-toolbar {
    margin-left: auto;
  }
  .cart-container .cart-summary .discount .actions-toolbar .action {
    min-width: 121px;
    font-size: 11px;
    padding: 16px 15px 13px;
    letter-spacing: 0.6px;
  }
  .cart-container .cart-summary .cart-totals-wrapper .methods {
    padding: 0;
  }
  .cart-container .cart-summary .cart-totals-wrapper th,
  .cart-container .cart-summary .cart-totals-wrapper td {
    font-size: 14px;
    padding: 2px 0 5px;
  }
  .cart-container .cart-summary .cart-totals-wrapper tr {
    padding: 0 32px;
    margin: 0 -32px;
  }
  .cart-container .cart-summary .field {
    margin: 17px 0;
  }
  .cart-container .form-cart {
    padding-right: 21px;
  }
  .free-shipping-message p {
    padding: 20px 50px 16px;
  }
  .free-shipping-message p:before {
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    left: 7px;
    font-size: 25px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar .shipping-information .shipping-information-title span {
    margin-bottom: 12px;
    letter-spacing: 1.068px;
    font-size: 21px;
  }
  #opc-sidebar .shipping-information .ship-to .shipping-information-content {
    border-radius: 28px;
    padding: 22px 27px;
    margin: 0 -13px 27px;
    font-size: 15px;
  }
  #opc-sidebar .shipping-information .ship-via {
    margin-bottom: 30px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content {
    margin: 0 -13px;
    padding: 19px 25px;
    border-radius: 22px;
    background: #ffffff;
    align-items: center;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content > .value {
    margin-left: 0;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-info {
    padding: 0 8px 0 70px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value:before {
    top: -44px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-icon:before {
    font-size: 17px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-address {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-time {
    font-size: 11px;
  }
  .opc-progress-bar {
    margin: 0 auto 45px;
    max-width: 1160px;
  }
  .opc-progress-bar .opc-progress-bar-item:after {
    top: 25px;
  }
  .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 4px;
    font-size: 16px;
    padding-top: 94px;
  }
  .opc-progress-bar .opc-progress-bar-item span:before {
    margin-right: 6px;
  }
  .opc-progress-bar .opc-progress-bar-item span:after {
    top: 11px;
    min-width: 44px;
    min-height: 44px;
    outline-width: 11px;
    font-size: 18px;
  }
  .checkout-login .login-form-inner .email-check-info,
  .checkout-login .login-form-inner .step-customer-group .login-info,
  .form-note {
    font-size: 16px;
  }
  .checkout-login .login-form-inner .step-customer-group .login-info {
    margin-bottom: 20px;
  }
  .checkout-login .login-form-inner .step-customer-group .field {
    padding: 32px 40px 47px;
  }
  .checkout-shipping-address .action-show-popup:before,
  .checkout-billing-address .action-show-popup:before,
  .checkout-shipping-address .add-new-billing-address:before,
  .checkout-billing-address .add-new-billing-address:before {
    margin-right: 23px;
    display: block;
    margin-left: -14px;
    transform: translateY(-1px);
  }
  .checkout-shipping-address .shipping-address-items,
  .checkout-billing-address .shipping-address-items,
  .checkout-shipping-address .billing-address-items,
  .checkout-billing-address .billing-address-items {
    display: flex;
    flex-wrap: wrap;
    margin: 3px -8px 0;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item,
  .checkout-billing-address .billing-address-items .shipping-address-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item,
  .checkout-billing-address .shipping-address-items .billing-address-item,
  .checkout-shipping-address .billing-address-items .billing-address-item,
  .checkout-billing-address .billing-address-items .billing-address-item {
    padding: 8px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    border-radius: 26px;
    padding: 45px 34px 34px 35px;
    font-size: 14px;
    min-height: 285px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox {
    border-radius: 6px;
    right: 29px;
    top: 20px;
    transform: scale(0.8);
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    font-size: 14px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .billing-address-item .action-select-shipping-item {
    letter-spacing: 1.5px;
    font-size: 10px;
    padding: 15px 24px 13px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar {
    margin-top: 30px;
  }
  .checkout-shipping-method .shipping-discount-wrapper:before {
    margin-right: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row {
    padding: 30px 30px 30px 48px;
    min-height: 109px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:first-child {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:last-child {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.row-pickup-date .col-method:nth-child(2) {
    padding: 0 0 0 242px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck {
    height: 22px;
    width: 22px;
    border-radius: 6px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio .radiocheck:before {
    width: 12px;
    height: 5px;
    top: 6px;
    left: 4px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="kna_kna"] + .radiocheck {
    margin-top: 9px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value*=gls_] + .radiocheck {
    margin-top: 10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method:first-child {
    padding: 3px 40px 0 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-stock {
    margin-bottom: 13px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .preparation,
  .checkout-shipping-method .table-checkout-shipping-method .row .expendition {
    padding-left: 39px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .expendition:before {
    font-size: 22px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .preparation {
    margin-bottom: 10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .preparation:before {
    font-size: 21px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-desc {
    max-width: 560px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center {
    font-size: 14px;
    padding: 0 10px 0 180px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_express,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_classic,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronopost_chronopost,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronopostc18_chronopostc18,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelais_chronorelais,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelaishop_chronorelaishop {
    top: 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center[class*=gls_]:before {
    left: -45px;
    top: -33px;
    transform: scale(0.48);
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_classic:before {
    left: -74px;
    transform: scale(0.48);
    top: -15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.matrixrate_kuehna_express:before {
    transform: scale(0.48);
    left: -71px;
    top: -15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.kna_kna:before {
    transform: scale(0.48);
    left: -65px;
    top: -15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.knp_knp:before {
    left: -83px;
    transform: scale(0.48);
    top: -3px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronopost_chronopost:before {
    left: -106px;
    top: -23px;
    transform: scale(0.4);
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelais_chronorelais:before,
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.chronorelaishop_chronorelaishop:before {
    left: -58px;
    transform: scale(0.55);
    top: -20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping:before {
    transform: scale(0.47);
    left: 70px;
    top: -1px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping label {
    left: 85px;
    top: 98px;
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-price {
    padding: 5px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price {
    font-size: 16px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price.discount-original-price {
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col {
    padding: 3px 0 0 0;
    margin-bottom: -3px !important;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .ops-option {
    margin-right: 18px;
    font-size: 15px;
  }
  .checkout-shipping-method .date-title {
    margin-bottom: 10px;
  }
  .checkout-shipping-method .pickup-date {
    padding: 7px 12px 4px;
  }
  .checkout-shipping-method .pickup-date .day-month {
    font-size: 16px;
  }
  .checkout-payment-method .payment-methods .payment-method {
    padding: 18px 120px 20px 40px;
  }
  .checkout-payment-method .payment-methods .payment-method:last-child {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .checkout-payment-method .payment-methods .payment-method:nth-child(2) {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .action {
    margin-bottom: 15px;
  }
  .checkout-payment-method .payment-methods .payment-method-title .label {
    font-size: 14px;
  }
  .checkout-payment-method .payment-methods .btn-radio {
    margin: 0 20px 0 0;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 28px;
  }
  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-title-wrapper .page-title,
  .customer-account-create .page-title-wrapper .page-title,
  .customer-account-createpassword .page-title-wrapper .page-title {
    margin-top: 0;
    padding-bottom: 0;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 25px 38px 46px;
    max-width: calc(33.33% - 36px);
    border-radius: 25px;
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 7px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 21px;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 50px 0 0 !important;
  }
  .form-note {
    margin-bottom: 25px;
  }
  .newsletter-main-part {
    padding: 44px;
  }
  .newsletter-main-part .newsletter-main .newsletter-title {
    font-size: 24px;
  }
  .newsletter-main-part .newsletter-main .newsletter-cover {
    margin-right: 30px;
  }
  .newsletter-main-part .newsletter-main .content {
    max-width: 581px;
  }
  .mageplaza-fbt-content {
    padding: 37px 0;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 304px;
    max-width: 304px;
    padding: 0 39px;
  }
  .mageplaza-fbt-content .product-item:after {
    top: 105px;
    font-size: 33px;
  }
  .mageplaza-fbt-content .action.mpfbt-tocart {
    font-size: 14px;
    padding: 20px;
    max-width: 311px;
    margin: 0 auto;
    display: block;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price {
    padding-bottom: 90px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price {
    font-size: 42px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price-wrapper .ttc {
    font-size: 22px;
    top: -5px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox {
    top: 17px;
    right: 19px;
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    border-radius: 9px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox input:before {
    left: 5px;
  }
  .mageplaza-fbt-content .product-image {
    padding: 30px;
    border-radius: 20px;
  }
  .mageplaza-fbt-content .item-qty {
    font-size: 16px;
  }
  .mageplaza-fbt-content .item-price {
    font-size: 21px;
  }
  .mageplaza-fbt-content .stock-status {
    margin-top: 12px;
    font-size: 16px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    margin-bottom: 13px;
    max-height: 50px;
  }
  .mageplaza-fbt-content .product-brand a,
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    font-size: 14px;
  }
  #netreviews_rating_section {
    padding: 40px;
  }
  .netreviews_rating_header .netreviews_logo {
    max-width: 250px;
  }
  .netreviews_rating_header .netreviews_certification {
    font-size: 16px;
  }
  .netreviews_rating_header label,
  .netreviews_rating_header #netreviews_informations_label {
    font-size: 16px;
  }
  .netreviews_rating_content {
    margin-top: 30px;
  }
  .netreviews_rating_content .netreviews_note_generale {
    font-size: 62px;
  }
  .netreviews_rating_content .netreviews_note_generale span {
    font-size: 30px;
  }
  .netreviews_rating_content .rating-summary svg {
    height: 15px;
    width: 89px;
  }
  .netreviews_rating_content .netreviews_global_rating_details .netreviews_rates_list {
    transform: unset;
  }
  .netreviews_rating_content .netreviews_subtitle {
    margin: 17px 0;
    font-size: 15px;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.89);
  }
  .younitedpay-widget-root {
    padding: 12px 0;
  }
  .message.info,
  .message.error,
  .message.warning,
  .message.notice,
  .message.success {
    padding: 22px 50px 19px;
    font-size: 14px;
  }
  .message.info > *:first-child:before,
  .message.error > *:first-child:before,
  .message.warning > *:first-child:before,
  .message.notice > *:first-child:before,
  .message.success > *:first-child:before {
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    left: 5px;
    font-size: 14px;
  }
  .custom-label,
  .field label,
  .field .label,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .label,
  .wishlist-index-index .product-item .item-inner .comment-box .field-inner label {
    font-size: 11px;
    letter-spacing: 1.602px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 14px 21px 0;
  }
  .custom-field-box select,
  .field select,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select,
  .wishlist-index-index .comment-box select {
    background-size: 9px;
  }
  .custom-input,
  .field input,
  .field select,
  .field textarea,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select,
  .wishlist-index-index .comment-box textarea {
    height: 38px;
    font-size: 12px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 21px;
  }
  .custom-input::-webkit-input-placeholder,
  .field input::-webkit-input-placeholder,
  .field select::-webkit-input-placeholder,
  .field textarea::-webkit-input-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text::-webkit-input-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select::-webkit-input-placeholder,
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .custom-input:-moz-placeholder,
  .field input:-moz-placeholder,
  .field select:-moz-placeholder,
  .field textarea:-moz-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text:-moz-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select:-moz-placeholder,
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 12px;
  }
  .custom-input::-moz-placeholder,
  .field input::-moz-placeholder,
  .field select::-moz-placeholder,
  .field textarea::-moz-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text::-moz-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select::-moz-placeholder,
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 12px;
  }
  .custom-input::-ms-placeholder,
  .field input::-ms-placeholder,
  .field select::-ms-placeholder,
  .field textarea::-ms-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text::-ms-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select::-ms-placeholder,
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 12px;
  }
  .custom-input:-ms-placeholder,
  .field input:-ms-placeholder,
  .field select:-ms-placeholder,
  .field textarea:-ms-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text:-ms-placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select:-ms-placeholder,
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 12px;
  }
  .custom-input::placeholder,
  .field input::placeholder,
  .field select::placeholder,
  .field textarea::placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) .input-text::placeholder,
  .checkout-payment-method .billing-address-form .fieldset.address .field:not(.choice) select::placeholder,
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 12px;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 16px;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 28px 40px;
  }
  .page-footer .customer-support .cusSupport-inner:before {
    min-width: 44px;
    min-height: 44px;
    margin-right: 13px;
  }
  .page-footer .footer-sublink .footer-innerlink {
    font-size: 11px;
  }
  .page-footer .footerCopyright {
    padding-top: 22px;
    padding-bottom: 17px;
  }
  .page-footer .footerCopyright .copyRightText,
  .page-footer .footerCopyright .storeHours {
    font-size: 11px;
  }
  .page-footer .footerCopyright .footerContactBlock a {
    font-size: 21px;
  }
  .page-footer .footerContentMain .footerCardTitle {
    font-size: 14px;
  }
  .page-footer .footerContentMain .footerRight .footerCardTitle {
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
  .page-footer .footerContentMain .footerRight .footerLinkBox .footLink {
    font-size: 12px;
    line-height: 26px;
  }
  .page-footer .footerContentMain .footerLefText {
    font-size: 14px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox {
    margin-bottom: 38px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem {
    flex: 0 0 70px;
    max-width: 70px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem:not(:last-child) {
    margin-right: 6px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem svg {
    max-height: 70px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem {
    flex: 0 0 26px;
    max-width: 26px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem:not(:last-child) {
    margin-right: 8px;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    min-width: 55px;
    min-height: 35px;
    max-width: 55px;
    max-height: 35px;
    margin-right: 8px;
    margin-bottom: 9px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.89);
  }
  .guarantee-icon {
    top: 251px;
    left: 35px;
  }
  .made-in-europe {
    top: 263px;
    right: 35px;
  }
  .livraison-gratuite {
    max-width: 100px;
  }
  .catalog-product-view .guarantee-icon {
    top: 378px;
  }
  .catalog-product-view .guarantee-icon svg {
    max-width: 115px;
    max-height: 115px;
  }
  .catalog-product-view .made-in-europe {
    top: 402px;
  }
  .catalog-product-view .made-in-europe svg {
    max-width: 93px;
    max-height: 93px;
  }
  .single-banner-container > div {
    max-height: 500px;
  }
  .block .block-title strong {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -25px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 25px 25px 0;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-name {
    font-size: 14px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand a {
    font-size: 16px;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box {
    margin: 11px 0 auto;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box .price {
    font-size: 26px;
  }
  .block-products-list .products-grid .product-items .product-item-details .btn-link {
    padding: 15px 23px 12px;
    margin-top: 33px;
    font-size: 10px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-link {
    max-height: 42px;
  }
  .block-faq-list .block-content {
    margin: 0 -25px;
  }
  .block-faq-list .block-content .faq-item {
    padding: 0 25px;
  }
  .block-faq-list .block-content .faq-img {
    margin-bottom: 30px;
    padding-top: 59%;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 21px;
  }
  .block-faq-list .block-content .artical-list li {
    margin-bottom: 0;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 14px;
  }
  .block-faq-list .block-content .faq-bottom {
    padding-bottom: 27px;
    padding-top: 20px;
  }
  .block-faq-list .block-content .faq-bottom a {
    font-size: 11px;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 11px 0 27px;
  }
  .block-faq-list .block-content .faq-desc p {
    font-size: 14px;
  }
  .block-faq-list .block-content .faq-desc p:first-child {
    max-height: 62px;
  }
  .block-faq-list .block-content .faq-info,
  .block-faq-list .block-content .faq-bottom {
    padding-left: 33px;
    padding-right: 33px;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 16px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.8);
    margin-bottom: 25px;
  }
  .block-category-list .block-content .category-item {
    padding: 60px 0 53px;
  }
  .block-brand-list .block-content {
    padding: 25px 15px;
  }
  .block-brand-list .block-content .brandList {
    transform: scale(0.8);
  }
  .page-title-wrapper {
    margin: 20px 0 16px;
  }
  .product-item-name a,
  .product-brand a {
    font-size: 16px;
  }
  .breadcrumbs .items .item {
    padding: 14px 0 11px;
  }
  .breadcrumbs .items .item:after {
    margin: 0 7px;
  }
  .breadcrumbs .items .item a,
  .breadcrumbs .items .item strong {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    margin-bottom: 12px;
    margin-top: 17px;
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper {
    margin: 20px 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .label {
    border-radius: 19px;
    padding: 14px 26px 12px;
    min-width: 270px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .label:before {
    font-size: 9px;
    top: 25px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-options {
    border-radius: 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-options ul .ui-option {
    padding: 16px 26px;
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-label {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-option-selected {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 16px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .info-title,
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .stock-text {
    margin-bottom: 0;
    font-size: 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .sap-stock-info .stock-count {
    font-size: 16px;
    padding: 6px 12px 5px;
    margin-top: -6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .platform-stock {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders {
    margin-top: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info {
    margin-bottom: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item {
    padding-left: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item:before {
    top: 37%;
    min-width: 5px;
    min-height: 5px;
    max-width: 5px;
    max-height: 5px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title {
    font-size: 19px;
    padding: 25px 25px 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title:before,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title:before,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title:before {
    min-height: 2px;
    min-width: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-clear {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current strong {
    font-size: 19px;
    margin-top: 20px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item {
    margin: 0 9px 7px 0;
    padding: 6px 31px 2px 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item .filter-value {
    letter-spacing: 0.3px;
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs {
    height: 58px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-slider {
    min-width: 18px;
    min-height: 18px;
    top: 24px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-min,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-max {
    font-size: 13px;
    bottom: -8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-bar,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-line {
    top: 32px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-from,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-single {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .price-range-slider {
    padding: 5px 28px 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item {
    margin: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item a {
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item {
    margin: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item a {
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content input[type="checkbox"] {
    margin-right: 10px;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    border-radius: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content input[type="checkbox"]:before {
    top: 6px;
    left: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item {
    padding: 27px 35px 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .tocart {
    padding: 23px 20px 21px;
    font-size: 15px;
    letter-spacing: 3px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    padding: 13px 4px 10px;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-item-name {
    font-size: 19px;
    margin-bottom: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sku {
    font-size: 16px;
    margin: 0 0 2px 1px;
    letter-spacing: 1.1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price {
    font-size: 19px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 19px;
    padding-left: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .ttc {
    margin-top: -14px;
    padding: 0 14px 0 5px;
    font-size: 21px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box {
    margin: 20px 0 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 29px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary {
    margin-left: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions {
    margin-top: 5px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions a {
    font-size: 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary svg {
    height: 20px;
    width: 120px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .rating-summary {
    margin: 0 8px 0 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .abs-product-link {
    margin-bottom: 13px;
    margin-top: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .badge {
    font-size: 15px;
    letter-spacing: 2.8px;
    padding: 7px 18px 3px;
    margin-bottom: 21px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer {
    margin-bottom: 16px;
    margin-top: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .value {
    font-size: 35px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col {
    height: 79px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col:after {
    top: 40%;
    font-size: 28px;
  }
  .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .page-products .product-item-info .product-item-details .product-item-inner {
    padding-top: 6px;
  }
  .page-products .columns {
    padding-bottom: 0;
  }
  .mpbrand-index-view .sidebar .block-title .block-subtitle {
    font-size: 19px;
    padding: 19px 25px 22px;
  }
  .mpbrand-index-view #brand-thumbnail-menu .brand-img-wrapper {
    max-width: 60px;
    min-width: 60px;
  }
  .mpbrand-index-view #brand-thumbnail-menu ul .brand-items {
    font-size: 16px;
  }
  .mpbrand-index-view #brand-thumbnail-menu ul .brand-items span {
    margin-left: 30px;
  }
  .catalog-product-view .product.media .promotion-timer {
    width: 259px;
    right: 58px;
    top: 19px;
  }
  .catalog-product-view .product.media .promotion-timer .value {
    font-size: 30px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col {
    height: 68px;
    max-width: 47px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col:after {
    font-size: 23px;
    top: 15px;
  }
  .catalog-product-view .product.media .promotion-timer .lable {
    font-size: 10px;
  }
  .catalog-product-view.page-layout-1column .product.media {
    padding-right: 34px;
  }
  .catalog-product-view .stock,
  .catalog-product-view .stock-qty {
    min-height: 26px;
  }
  .catalog-product-view .stock .stock-text,
  .catalog-product-view .stock-qty .stock-text {
    font-size: 18px;
  }
  .catalog-product-view .stock .stock-count,
  .catalog-product-view .stock-qty .stock-count {
    padding: 4px 10px;
    font-size: 16px;
  }
  .catalog-product-view .stock:after,
  .catalog-product-view .stock-qty:after {
    font-size: 18px;
  }
  .catalog-product-view .prdct-cont-in1 .btm-cont,
  .catalog-product-view .prdct-cont-in2 .btm-cont {
    font-size: 16px;
  }
  .catalog-product-view .sap-arrrival-orders {
    margin: 8px 0 13px;
  }
  .catalog-product-view .sap-arrrival-orders .supplier-order-item {
    font-size: 16px;
  }
  .catalog-product-view .platform-stock {
    font-size: 15px;
  }
  .catalog-product-view .title-main {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .prices-tier .price {
    font-size: 17px;
  }
  .prices-tier .price-container {
    padding-top: 6px;
  }
  .prices-tier .tier-buy {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    color: #ffffff;
    padding: 3.5px 12px 3.5px 3.5px;
    z-index: 8;
    margin-left: 3px;
    font-style: italic;
    white-space: nowrap;
  }
  .prices-tier .tier-buy:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 1px;
    z-index: -1;
    right: 1px;
    transform: skewX(-550deg);
    background: #085ac3;
  }
  .prices-tier .tier-qty {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background: #002750;
    font-style: italic;
    clip-path: polygon(5% 7%, 100% 0%, 94% 100%, 0% 100%);
    -webkit-clip-path: polygon(5% 7%, 100% 0%, 94% 100%, 0% 100%);
    position: relative;
    z-index: 9;
    white-space: nowrap;
    margin-top: -3px;
    padding: 5px 5px 1px 4px;
    display: block;
  }
  .prices-tier .item {
    padding: 13px 25px 13px 19px;
  }
  .prices-tier .item:last-child {
    margin-bottom: 0;
  }
  .prices-tier .item.selected .radio-btn:before {
    transform: scale(1);
  }
  .prices-tier .item .ecotax {
    display: none;
  }
  .prices-tier .item .tier-text {
    margin-right: 9px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .prices-tier .item .tier-price-qty {
    font-size: 17px;
    padding-top: 1px;
  }
  .prices-tier .item .price span {
    font-size: 16px;
    color: #002750;
    display: inline-block !important;
    font-weight: 600;
    top: 0;
    margin-right: 0;
  }
  .prices-tier .item .radio-btn {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    margin-right: 8px;
  }
  .prices-tier .item .radio-btn:before {
    min-width: 9px;
    max-width: 9px;
    min-height: 9px;
    max-height: 9px;
  }
  .prices-tier .item .price-container {
    padding-top: 0;
    line-height: 1;
    position: relative;
  }
  .prices-tier .item .price-container .weee[data-label] {
    display: none;
  }
  .prices-tier .item .price-label {
    font-size: 17px;
  }
  .prices-tier .item .price-label span {
    font-size: 12px;
  }
  .product-info-right {
    padding: 25px 25px 0;
  }
  .product-info-right .not-stock-section {
    margin-top: 15px;
  }
  .product-info-right .not-stock-section .not-stock {
    font-size: 14px;
    padding: 20px 30px;
  }
  .product-info-right .not-stock-section .fieldset-stock-alert {
    margin-bottom: 16px;
  }
  .product-info-right .not-stock-section .stock .action {
    font-size: 12px;
  }
  .product-info-right .sap-stock-info {
    margin-bottom: 19px;
    margin-top: 18px;
  }
  .product-info-right .sap-stock-info.precommande .stock:after,
  .product-info-right .sap-stock-info.bundle .stock:after,
  .product-info-right .sap-stock-info.surcommande .stock:after,
  .product-info-right .sap-stock-info.precommande .stock-qty:after,
  .product-info-right .sap-stock-info.bundle .stock-qty:after,
  .product-info-right .sap-stock-info.surcommande .stock-qty:after {
    top: 1px;
  }
  .product-info-right .real-qty-text,
  .product-info-right .sap-delay-day,
  .product-info-right .sap-delay-text,
  .product-info-right .sap-exptd-date,
  .product-info-right .sap-exptd-qty,
  .product-info-right .coupon {
    font-size: 15px;
    letter-spacing: 1.4px;
    padding: 11px 5px 8px;
    border-radius: 12px;
  }
  .product-info-right .price-container .weee {
    bottom: -11px;
  }
  .product-info-right .price-container .weee:before,
  .product-info-right .price-container .weee .price {
    font-size: 11px;
  }
  .product-info-right .product-info-price .price-box {
    margin: 0 0 13px;
    min-height: 65px;
  }
  .product-info-right .product-info-price .price-box .save-percent {
    font-size: 21px;
    min-width: 65px;
    min-height: 65px;
    max-width: 65px;
    max-height: 65px;
  }
  .product-info-right .product-info-price .price-box .old-price-wrapper .price-container .price-wrapper .price {
    font-size: 21px;
  }
  .product-info-right .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 35px;
  }
  .product-info-right .product-info-price .price-box .ttc {
    font-size: 19px;
  }
  .product-info-right .box-tocart {
    margin: 20px 0 0;
  }
  .product-info-right .actions {
    margin-bottom: 17px;
  }
  .product-info-right .actions .action {
    font-size: 14px;
    padding: 21px 21px 19px;
  }
  .product-info-right .qty .label {
    display: none;
  }
  .product-info-right .qty .control {
    margin: 0 auto 13px;
    height: 60px;
    padding: 0 8px;
  }
  .product-info-right .qty .control .qty-minus {
    padding-left: 3px;
  }
  .product-info-right .qty .control span {
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;
    max-width: 43px;
    max-height: 43px;
    font-size: 25px;
  }
  .product-info-right .qty .input-text,
  .product-info-right .qty .item-qty {
    font-size: 16px;
    background-color: transparent;
    max-width: 59px;
  }
  .product-info-right .product-social-links {
    margin: auto -25px 0;
    padding: 20px 25px;
  }
  .product-info-right .product-social-links a {
    margin: 0 17px;
    font-size: 10px;
  }
  .product-info-right .product-social-links a.towishlist:before {
    font-size: 27px;
  }
  .product-info-right .product-social-links a.toshare:before {
    font-size: 25px;
  }
  .product-info-main .product-reviews-summary {
    margin-bottom: 22px;
  }
  .product-info-main .product-reviews-summary svg {
    width: 90px;
  }
  .product-info-main .product-reviews-summary .reviews-actions a {
    font-size: 14px;
    margin-left: 8px;
  }
  .product-info-main .page-title-wrapper {
    margin: 4px 0 5px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 32px;
  }
  .product-info-main .product.attribute.sku {
    font-size: 14px;
    margin: 5px 0 22px;
  }
  .product-info-main .product .delivery-info {
    padding-top: 14px;
  }
  .product-info-main .product .delivery-info .type {
    margin-bottom: 10px;
    font-size: 21px;
    padding-right: 27px;
  }
  .product-info-main .product .delivery-info .type:before {
    top: 4px;
    font-size: 18px;
  }
  .product-info-main .product.overview {
    margin: 22px 0 0;
    padding-top: 15px;
    padding-bottom: 17px;
  }
  .product-info-main .product.overview .type {
    font-size: 21px;
  }
  .product-info-main .product.overview li,
  .product-info-main .product.overview p {
    font-size: 16px;
  }
  .product-info-main .delivery-info .type {
    padding-right: 28px;
    font-size: 20px;
  }
  .product-info-main .delivery-info .type:before {
    top: 4px;
    font-size: 18px;
  }
  .product-brand-name a {
    font-size: 21px;
  }
  .product-page-promo-banner .promo-banner {
    min-height: 161px;
    padding: 40px 36px 39px 89px;
  }
  .product-page-promo-banner .promo-banner:before {
    font-size: 27px;
    left: 35px;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 26px;
  }
  .product-page-promo-banner .promo-banner .title {
    font-size: 53px;
  }
  .product-info-description .title-main {
    font-size: 21px;
  }
  .product-info-description .title-main,
  .product-info-description .description-content {
    padding-left: 41px;
    padding-right: 41px;
  }
  .product-info-description .title-main {
    margin: 0 -41px 30px !important;
  }
  .product-info-description h2,
  .product-info-description h3,
  .product-info-description h4,
  .product-info-description h5,
  .product-info-description h6 {
    font-size: 15px;
  }
  .product-info-description h3 {
    font-size: 18px;
  }
  .product-info-description h2 {
    font-size: 21px;
  }
  .product-info-description h5,
  .product-info-description h6 {
    font-size: 14px;
  }
  .product-info-description p,
  .product-info-description .file-download-info,
  .product-info-description div {
    font-size: 15px;
  }
  .product-info-description ul li {
    font-size: 15px;
  }
  .info-guide-main.has-attachments .pdf-attachments .info-title {
    padding: 26px 40px;
    font-size: 21px;
  }
  .info-guide-main .title-main {
    font-size: 21px;
  }
  .info-guide-main .am-fileline .am-filelink {
    font-size: 15px;
  }
  .info-guide-main .product-extra-info,
  .info-guide-main .pdf-attachments {
    padding: 0 40px;
  }
  .info-guide-main .product-extra-info .info-title,
  .info-guide-main .pdf-attachments .info-title {
    margin: 0 -40px;
  }
  .info-guide-main .product-extra-info p,
  .info-guide-main .pdf-attachments p {
    font-size: 14px;
  }
  .info-guide-main .product-extra-info ul li,
  .info-guide-main .pdf-attachments ul li {
    font-size: 16px;
  }
  .info-guide-main .product-extra-info ul li:before,
  .info-guide-main .pdf-attachments ul li:before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
  .info-guide-main .pdf-attachments .am-attachments .am-filelink {
    font-size: 16px;
  }
  .specification .sp-title {
    font-size: 21px;
    padding: 29px 45px 19px;
  }
  .sp-group .sp-row .sp-label,
  .sp-group .sp-row .sp-value {
    font-size: 16px;
    padding: 11px 45px;
  }
  .bundle-options-container .custom-kit-part .img-block {
    flex: 0 0 107px;
    max-width: 107px;
    min-height: 107px;
    max-height: 107px;
    border-radius: 20px;
    margin-right: 15px;
  }
  .bundle-options-container .custom-kit-part .img-block img {
    padding: 10px;
  }
  .bundle-options-container .custom-kit-part .custom-select-part {
    margin-bottom: 7px;
  }
  .bundle-options-container .custom-kit-part .selection-info-bottom {
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
  }
  .bundle-options-container .custom-kit-part .selection-info-bottom .option-info-right {
    padding-top: 7px;
    padding-left: 3px;
  }
  .bundle-options-container .custom-kit-part .selection-info-bottom:hover .see-product {
    transform: scale(1);
    opacity: 1;
  }
  .bundle-options-container .custom-kit-part .qty-part-in {
    font-size: 14px;
    margin: 0 0 6px;
  }
  .bundle-options-container .custom-kit-part .custom-list-part {
    flex-grow: 1;
    display: flex;
  }
  .bundle-options-container .custom-kit-part .custom-price {
    margin-bottom: 9px;
  }
  .bundle-options-container .custom-kit-part .custom-price .price {
    font-size: 20px;
  }
  .bundle-options-container .custom-kit-part .stock-status {
    font-size: 12px;
  }
  .bundle-options-container .custom-kit-part .nice-select:after {
    margin-top: -6px;
    height: 7px;
    width: 7px;
    right: 15px;
    border-color: #002750;
  }
  .bundle-options-container .custom-kit-part select {
    background-color: transparent;
  }
  .bundle-options-container .custom-kit-part .nice-select,
  .bundle-options-container .custom-kit-part .product-name {
    padding: 14px 45px 11px 18px;
    border-radius: 15px;
    font-size: 12px;
  }
  .bundle-options-container .custom-kit-part .nice-select .option,
  .bundle-options-container .custom-kit-part .product-name .option {
    font-size: 12px;
  }
  .bundle-options-container .custom-kit-part .nice-select .price-container .price-wrapper span,
  .bundle-options-container .custom-kit-part .product-name .price-container .price-wrapper span {
    font-size: 18px;
  }
  .bundle-options-container .ul-bundle-options-list {
    padding: 26px 0;
  }
  .bundle-options-container .ul-bundle-options-list .field {
    padding: 12px 38px;
  }
  .bundle-options-container .ul-bundle-options-list .field:after {
    font-size: 33px;
    top: 27px;
  }
  .account .column .block-title,
  .mst-rma-box__title,
  .account .MultiFile-intercepted .block .title,
  .account .order-tracking .tracking-title,
  .account .mst-rma-create__order-header,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header {
    margin-bottom: 15px;
  }
  .account .column .block-title strong,
  .mst-rma-box__title strong,
  .account .MultiFile-intercepted .block .title strong,
  .account .order-tracking .tracking-title strong,
  .account .mst-rma-create__order-header strong,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header strong {
    font-size: 21px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 11px);
    padding: 19px 26px 27px;
    border-radius: 26px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 70px;
  }
  .account .column .block-content .empty {
    padding: 26px 45px;
  }
  .account .column .block-content .empty.message {
    padding: 9px 32px;
  }
  .account .column .box-title {
    font-size: 20px;
    margin: 0 -26px 20px;
    padding: 0 26px 13px;
  }
  .account .column .box-content {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .account .column .box-content .phone {
    margin-top: 6px;
  }
  .account .column .box-actions .action {
    font-size: 10.5px;
    letter-spacing: 1.5px;
    padding: 18px 28px 14px;
    margin-right: 8px;
  }
  .account .column > .block {
    margin-bottom: 40px;
  }
  .account .column .table-wrapper {
    border-radius: 25px;
  }
  .account .column .table-wrapper .message {
    margin: 11px;
  }
  .account .column .table-wrapper thead tr th {
    letter-spacing: 2.1px;
    padding: 27px 8px 23px;
    font-size: 14px;
  }
  .account .column .table-wrapper thead tr th.id,
  .account .column .table-wrapper thead tr th.col-number {
    padding-left: 44px;
  }
  .account .column .table-wrapper tbody tr td {
    font-size: 12px;
    padding: 21px 8px 16px;
    line-height: 1.1;
  }
  .account .column .table-wrapper tbody tr td.actions,
  .account .column .table-wrapper tbody tr td.col-actions {
    padding: 8px;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 13px 15px 11px;
    letter-spacing: 1.6px;
    font-size: 10px;
    max-width: 161px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    transform: scale(0.3);
    margin: -21px -5px -19px -16px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 13px 22px 11px;
  }
  .account .column .table-wrapper tbody tr td.track {
    padding: 12px 8px 7px;
  }
  .account .column .table-wrapper tr td.id,
  .account .column .table-wrapper tr th.id,
  .account .column .table-wrapper tr td.col-number,
  .account .column .table-wrapper tr th.col-number {
    padding-left: 44px;
  }
  .account .column .table-wrapper tfoot .mark {
    padding-left: 605px;
  }
  .account .column .table-wrapper tfoot .amount {
    padding-right: 93px;
  }
  .account .column .table-wrapper tfoot tr td,
  .account .column .table-wrapper tfoot tr th {
    font-size: 14px;
  }
  .account .column .table-wrapper tfoot tr:first-child th,
  .account .column .table-wrapper tfoot tr:first-child td {
    padding-top: 15px;
  }
  .account .column .table-wrapper tfoot .grand_total_incl td,
  .account .column .table-wrapper tfoot .grand_total_incl th {
    font-size: 21px;
  }
  .account .column .table-wrapper tfoot .tax td,
  .account .column .table-wrapper tfoot .tax th {
    padding-bottom: 11px;
  }
  .account .column .table-wrapper .product-item-details .am-attachments-order-view {
    margin-top: 6px;
    margin-left: 136px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink {
    line-height: 1.1;
    padding: 7px 0 6px 29px;
    font-size: 12px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink:before {
    transform: translateY(-50%) scale(0.85);
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 16px;
    padding: 24px 42px 18px;
  }
  .account .sidebar.sidebar-main .block.account-nav {
    border-radius: 25px;
  }
  .account .order-links {
    margin-bottom: 15px;
  }
  .account .order-links .item {
    max-width: 241px;
  }
  .account .order-links .item:last-child {
    border-bottom-right-radius: 38px;
    border-top-right-radius: 38px;
  }
  .account .order-links .item:first-child {
    border-bottom-left-radius: 38px;
    border-top-left-radius: 38px;
  }
  .account .order-links .item strong,
  .account .order-links .item a {
    padding: 22px 14px 19px;
    font-size: 12px;
    letter-spacing: 1.8px;
  }
  .account .order-actions-toolbar .action,
  .account .order-actions-toolbar .link-related-quote {
    margin-right: 12px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 7px 12px 4px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .account .page-title-wrapper .order-date {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
  .columns .order-details-items,
  .columns .quotation-items {
    margin-bottom: 38px;
  }
  .columns .order-details-items .table-wrapper .mst-rma-list tbody td,
  .columns .quotation-items .table-wrapper .mst-rma-list tbody td {
    font-size: 12px !important;
  }
  .columns .order-details-items .table-wrapper thead th.subtotal,
  .columns .quotation-items .table-wrapper thead th.subtotal,
  .columns .order-details-items .table-wrapper thead th.total,
  .columns .quotation-items .table-wrapper thead th.total {
    padding-right: 93px;
  }
  .columns .order-details-items .table-wrapper tbody td,
  .columns .quotation-items .table-wrapper tbody td {
    font-size: 15px !important;
  }
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.total,
  .columns .quotation-items .table-wrapper tbody td.total {
    padding-right: 93px;
  }
  .columns .order-details-items .table-wrapper tbody td.discount .price,
  .columns .quotation-items .table-wrapper tbody td.discount .price,
  .columns .order-details-items .table-wrapper tbody td.total .price,
  .columns .quotation-items .table-wrapper tbody td.total .price {
    font-size: 20px;
  }
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.col-action {
    padding-top: 69px;
  }
  .columns .order-details-items .comments,
  .columns .quotation-items .comments {
    border-radius: 22px;
    padding: 0 22px 22px;
  }
  .columns .order-details-items .comments .subtitle,
  .columns .quotation-items .comments .subtitle {
    font-size: 14px;
    padding: 22px;
    letter-spacing: 2px;
    margin: 0 -22px;
  }
  .columns .order-details-items .comments .comments,
  .columns .quotation-items .comments .comments {
    margin-bottom: 15px;
    padding: 16px;
    border-radius: 15px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td,
  .columns .quotation-items.invoice .table-wrapper tbody td,
  .columns .order-details-items.shipments .table-wrapper tbody td,
  .columns .quotation-items.shipments .table-wrapper tbody td,
  .columns .order-details-items.creditmemo .table-wrapper tbody td,
  .columns .quotation-items.creditmemo .table-wrapper tbody td {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.name,
  .columns .quotation-items.invoice .table-wrapper tbody td.name,
  .columns .order-details-items.shipments .table-wrapper tbody td.name,
  .columns .quotation-items.shipments .table-wrapper tbody td.name,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.name,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.name,
  .columns .order-details-items.invoice .table-wrapper tbody td.value,
  .columns .quotation-items.invoice .table-wrapper tbody td.value,
  .columns .order-details-items.shipments .table-wrapper tbody td.value,
  .columns .quotation-items.shipments .table-wrapper tbody td.value,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.value,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.value {
    padding-left: 44px;
  }
  .columns .order-details-items.creditmemo tbody tr td.subtotal,
  .columns .quotation-items.creditmemo tbody tr td.subtotal {
    padding-right: 14px;
  }
  .columns .order-details-items.creditmemo thead th.subtotal,
  .columns .quotation-items.creditmemo thead th.subtotal {
    padding-right: 14px;
  }
  .block-order-details-view,
  .mst-rma-create__order .rma-new-step2 .block-content {
    margin-top: 17px;
    padding: 26px;
    border-radius: 25px;
  }
  .block-order-details-view .block-content,
  .mst-rma-create__order .rma-new-step2 .block-content .block-content {
    padding: 32px;
    border-radius: 25px;
    margin-bottom: 17px;
  }
  .block-order-details-view .shipping-method-logo.freeshipping_freeshipping + .box-content .payment-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo.freeshipping_freeshipping + .box-content .payment-description {
    font-size: 12px;
    max-width: 150px;
  }
  .customer-address-index.account .column .block-content .box {
    padding: 37px 32px 31px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 14px;
  }
  .wishlist-index-index .form-wishlist-items {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar {
    padding: 25px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .action {
    letter-spacing: 2px;
    padding: 17px 26px 15px;
    margin-right: 7px;
    font-size: 10px;
  }
  .wishlist-index-index .wishlist-toolbar {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 7px 25px;
  }
  .wishlist-index-index .product-item {
    padding: 25px !important;
  }
  .wishlist-index-index .col-detail {
    padding-right: 15px;
    max-width: 32%;
    flex: 0 0 32%;
  }
  .wishlist-index-index .col-detail .product-item-photo {
    flex: 0 0 111px;
    height: 111px;
    max-width: 111px;
  }
  .wishlist-index-index .col-detail .product-item-photo .product-item-photo {
    border-radius: 17px;
  }
  .wishlist-index-index .col-detail .product-item-right {
    padding-left: 25px;
  }
  .wishlist-index-index .col-detail .price-box {
    padding-top: 7px;
  }
  .wishlist-index-index .col-detail .special-price .price {
    font-size: 16px;
  }
  .wishlist-index-index .col-detail .old-price {
    padding-top: 0;
  }
  .wishlist-index-index .col-detail .old-price .price {
    font-size: 14px;
  }
  .wishlist-index-index .comment-box {
    flex: 0 0 293px;
    max-width: 293px;
  }
  .wishlist-index-index .comment-box .field-inner {
    border-radius: 15px;
  }
  .wishlist-index-index .comment-box textarea {
    min-height: 84px;
    font-size: 12px;
    padding-top: 10px;
  }
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .box-tocart {
    padding-left: 24px;
  }
  .wishlist-index-index .box-tocart .tocart {
    min-width: 190px;
    font-size: 10px;
    padding: 17px 17px 14px;
  }
  .wishlist-index-index .qty .label {
    font-size: 14px;
  }
  .wishlist-index-index .qty .control {
    height: 40px;
    padding: 3px;
  }
  .wishlist-index-index .qty .control span {
    height: 31px;
    width: 31px;
    font-size: 17px;
  }
  .wishlist-index-index .qty .control .qty-plus {
    padding-left: 0;
  }
  .wishlist-index-index .qty .control .qty-minus {
    padding-left: 1px;
  }
  .wishlist-index-index .qty .control .input-text {
    padding: 2px 5px 0 1px;
    max-width: 36px;
    font-size: 14px;
  }
  .wishlist-index-index .product-item-actions {
    padding-left: 14px;
  }
  .wishlist-index-index .product-item-actions .action.edit:before,
  .wishlist-index-index .product-item-actions .action.delete:before {
    transform: scale(0.5);
  }
  .wishlist-index-index .product-item-actions .action.edit {
    margin-right: 8px;
  }
  .form-newsletter-manage {
    padding: 30px 37px 36px;
    border-radius: 25px;
  }
  .form-newsletter-manage .actions-toolbar {
    margin-top: 25px;
  }
  .mst-rma-view .opc-progress-bar {
    margin-bottom: 22px;
  }
  .mst-rma-view .mst-rma__status {
    padding: 22px 50px 19px;
    font-size: 14px;
  }
  .mst-rma-view .mst-rma__status:before {
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    left: 5px;
    font-size: 14px;
  }
  .mst-rma-view .mst-rma-block {
    margin-top: 3px;
    padding: 25px;
    border-radius: 25px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__title {
    margin: 0 0 15px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__content table th {
    font-size: 14px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box {
    padding: 34px 32px;
    border-radius: 25px;
    max-width: calc(50% - 14px);
  }
  .mst-rma-view .mst-rma-block._align-top {
    margin-top: 32px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 40px 27px 62px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar .action {
    font-size: 11px;
    padding: 17px 26px 16px;
  }
  .mst-rma-view .mst-rma-view__orders {
    margin-top: 30px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper thead tr th.col-detail {
    padding-left: 44px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td {
    font-size: 16px;
    line-height: 1.1;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-detail {
    padding-left: 26px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    padding: 26px 40px;
    border-radius: 25px;
    max-height: 380px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title {
    padding-bottom: 11px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    margin-right: 16px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    font-size: 10.5px;
    letter-spacing: 1.5px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message {
    padding: 13px 23px 17px;
    margin-top: 17px;
    border-radius: 28px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__system {
    margin-left: 17px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__customer {
    margin-right: 17px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message a {
    margin-top: 3px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-body {
    font-size: 12.4px;
    line-height: 1.1;
  }
  .block-rma-additional .fieldset .field {
    padding: 26px 40px;
  }
  .block-rma-additional .fieldset .field textarea {
    min-height: 114px;
    padding-top: 11px;
  }
  .block-rma-additional .fieldset .field:nth-child(1) {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 62px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .label {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 12.4px;
    line-height: 1;
    padding: 4px 0 0;
  }
  .detail-inner .product-item-photo {
    border-radius: 18px;
    min-width: 111px;
    min-height: 111px;
    max-width: 111px;
    max-height: 111px;
  }
  .detail-inner .product-item-right {
    padding-left: 26px;
  }
  .MultiFile-list .MultiFile-label {
    margin-right: 8px;
    padding: 1px 0;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-remove {
    margin-right: 5px;
    font-size: 10px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-label {
    font-size: 10px;
  }
  .MultiFile-wrap input {
    padding: 14px 9px 4px;
    min-width: 133px;
    height: unset;
  }
  .MultiFile-wrap input:before {
    font-size: 10.5px;
    letter-spacing: 2.1px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 30px 35px;
    border-radius: 25px;
  }
  .ui-mst-rma__create-rma .actions-toolbar {
    margin: 7px 0 0 0 !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content .box {
    padding: 35px 32px !important;
    border-radius: 25px !important;
    max-width: calc(50% - 13px) !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content table tr:nth-child(2) {
    margin-top: 18px;
  }
  .mst-rma-create__order .rma-new-step2 > .block {
    margin-bottom: 31px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item {
    padding: 24px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .image {
    margin: 0 23px;
    border-radius: 15px;
    min-width: 108px;
    min-height: 108px;
    max-width: 108px;
    max-height: 108px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item b {
    font-size: 16px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .item-options {
    padding-left: 180px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset {
    max-width: 750px;
    margin-top: 23px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset .field {
    margin-bottom: 17px;
    max-width: calc(50% - 17px);
  }
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    padding: 16px 20px 14px;
  }
  .init-rma-container .actions-wrapper {
    margin-top: 40px;
  }
  .checkout-onepage-success .sidebar {
    padding: 44px 0 0 34px !important;
  }
  .checkout-success .section-subtitle,
  .checkout-success .order-items-title {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 19px 35px 16px;
    font-size: 21px;
  }
  .checkout-success .order-info-top {
    padding: 35px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 40px;
  }
  .checkout-success .order-info-col {
    padding: 32px;
    border-radius: 25px;
    margin-top: 17px;
  }
  .checkout-success .order-info-col.order-info-note .info-title {
    margin-bottom: 13px;
  }
  .checkout-success .info-title,
  .block-order-details-view .box .box-title,
  .mst-rma-view .mst-rma-box__title,
  .ui-mst-rma__create-rma .mst-rma-box__title,
  .mst-rma-create__order .rma-new-step2 > .block .title,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .checkout-success .order-shipping-address .telephone:before,
  .checkout-success .order-billing-address .telephone:before {
    padding-right: 2px;
  }
  .checkout-success .shipping-method-logo.freeshipping_freeshipping + .shipping-description,
  .block-order-details-view .shipping-method-logo.freeshipping_freeshipping + .shipping-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo.freeshipping_freeshipping + .shipping-description {
    font-size: 12px;
    max-width: 90px;
    margin-bottom: 7px;
  }
  .checkout-success .payment-method-logo,
  .block-order-details-view .payment-method-logo,
  .mst-rma-create__order .rma-new-step2 .block-content .payment-method-logo {
    margin-bottom: 8px;
  }
  .checkout-success .col-content,
  .block-order-details-view .box .box-content,
  .mst-rma-view .mst-rma-block .mst-rma-box__content,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-content {
    font-size: 14px;
  }
  .checkout-success .stock {
    font-size: 12px;
  }
  .checkout-success .order-item-list {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .checkout-success .order-item .col-name {
    padding: 25px;
  }
  .checkout-success .order-item .col-name .product-image {
    border-radius: 18px;
    flex: 0 0 111px;
    height: 111px;
  }
  .checkout-success .order-item .product-info {
    padding-left: 26px;
    padding-top: 5px;
  }
  .checkout-success .order-item .product-reviews-summary {
    padding-bottom: 3px;
  }
  .checkout-success .order-item .product-brand {
    padding-top: 3px;
  }
  .checkout-success .order-item .product-item-name {
    font-size: 16px;
    max-width: 225px;
  }
  .checkout-success .order-item .item-row-total .price {
    font-size: 21px;
  }
  .checkout-success .order-item .item-unit-price {
    margin: 4px 2px 0 0;
    font-size: 12px;
  }
  .checkout-success .order-item .col-total {
    padding-right: 121px;
  }
  .checkout-success .order-item .col-qty,
  .checkout-success .order-item .col-total {
    padding-top: 70px;
  }
  .checkout-success .order-item.item-header .item-col {
    letter-spacing: 2.136px;
    font-size: 14px;
    padding: 28px 15px;
  }
  .checkout-success .order-item.item-header .col-name {
    padding-left: 44px;
  }
  .checkout-success .order-item.item-header .col-total {
    padding-right: 121px;
  }
  .checkout-success .order-info-items .order-items-title {
    margin-bottom: 18px;
  }
  .checkout-success .order-info-totals {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 25px;
    padding: 18px 0 0;
  }
  .checkout-success .table-order-totals th,
  .checkout-success .table-order-totals td {
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 14px;
  }
  .checkout-success .table-order-totals .amount {
    padding-right: 121px;
  }
  .checkout-success .table-order-totals .mark {
    padding-left: 605px;
  }
  .checkout-success .table-order-totals .totals th,
  .checkout-success .table-order-totals .totals td {
    padding-bottom: 10px;
  }
  .checkout-success .grand_total_incl th,
  .checkout-success .grand_total_incl td {
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 21px;
  }
  .brand-container .block-brand-list .product-items .product-item-info .product-image-photo {
    max-width: 105px;
    max-height: 105px;
    height: 105px;
    width: 105px;
  }
  .brand-container .block-brand-list .product-items .product-item-info .product-image-wrapper {
    padding-bottom: 105px !important;
  }
  .brand-container .brand-category-name,
  .brand-container .brand-list-content {
    padding-left: 34px;
    padding-right: 34px;
  }
  .brand-container .brand-category {
    border-radius: 20px;
  }
  .brand-container .brand-category-name {
    font-size: 19px;
  }
  .cms-e-batterie .page-main .main .eBatterieTitle {
    font-size: 28px;
  }
  .ebattery-form-block .sub-title {
    font-size: 16px;
    letter-spacing: 4px;
    margin-top: -16px;
  }
  .ebattery-form-block button.action {
    font-size: 14px;
    letter-spacing: 1.8px;
    padding: 14px 21px 10px;
  }
  .ebattery-form-block :is(.yes , .no) {
    transform: scale(0.85) translate(0, -3px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) label {
    font-size: 14px;
    padding-left: 36px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 18px;
    transform: scale(0.9);
    left: 17px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 23px 24px 19px 24px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title strong {
    font-size: 14px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col .note {
    font-size: 10px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 26px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) input {
    min-width: 22px;
    min-height: 22px;
    max-width: 22px;
    max-height: 22px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) input:before {
    min-width: 6px;
    min-height: 6px;
    max-width: 6px;
    max-height: 6px;
    top: 6px;
    left: 6px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon {
    min-height: 106px;
  }
  .ebattery-form-block .port-item input {
    border-radius: 8px;
  }
  .ebattery-form-block .port-item input:before {
    min-width: 11px;
    min-height: 6px;
    max-width: 11px;
    max-height: 6px;
    border-width: 0 0 2px 2px;
    left: 4px;
    top: 5px;
  }
  .post-items {
    margin: 0 -25px;
  }
  .post-items .post-item {
    margin-bottom: 38px;
    padding: 0 25px;
  }
  .post-item-cover {
    border-radius: 22px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 27px;
    left: 33px;
    font-size: 10px;
    padding: 6px 12px 4px;
    letter-spacing: 1px;
  }
  .post-item-cover .post-info {
    padding: 26px 33px 35px;
  }
  .post-item-cover .post-name {
    margin-bottom: 3px;
    font-size: 20px;
  }
  .post-item-cover .post-date {
    font-size: 12px;
    letter-spacing: 1.75px;
  }
  .post-item-cover .post-desc {
    font-size: 14px;
    padding-top: 11px;
  }
  .post-item-cover .post-actions {
    padding: 14px 33px 15px;
  }
  .post-item-cover .post-actions a {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .blog-search .control:before {
    right: 13px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .blog-search .label {
    padding: 4px 88px 0 0;
    font-size: 26px;
  }
  .blog-search input {
    height: 50px;
    padding: 10px 50px 8px 25px;
  }
  .blog-sf {
    margin: 0 0 33px;
  }
  .blog-sf .toolbar {
    max-width: 254px;
  }
  .blog-sf .ui-select {
    padding: 14px 19px 12px;
    border-radius: 15px;
  }
  .blog-sf .ui-select .ui-select-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    padding-bottom: 1px;
  }
  .blog-sf .ui-select .ui-option-selected {
    padding: 10px 0 0;
    font-size: 12px;
  }
  .blog-sf .ui-select li {
    padding: 16px 20px;
    font-size: 14px;
  }
  .blog-sf .ui-select-options {
    border-radius: 15px;
  }
  .blog-category {
    margin-bottom: 8px;
  }
  .blog-category .category-items .category-item {
    margin: 0 12px 12px 0;
  }
  .blog-category .category-items .category-item.active .item-name {
    padding-right: 34px;
  }
  .blog-category .category-items .category-item.active .item-name:before {
    right: 15px;
  }
  .blog-category .category-items .item-name {
    font-size: 12px;
    padding: 8px 13px 7px 18px;
  }
  .blog-category .category-items .item-name .item-count {
    padding: 2px 0 0;
    margin-top: -2px;
    margin-left: 12px;
    min-width: 27px;
    font-size: 10px;
  }
  .blog-post .blog-toolbar .pages {
    padding: 0 0 20px;
  }
  .blog-post .blog-toolbar .pages .pages-items .page {
    font-size: 14px;
  }
  .blog-post .blog-toolbar .pages .pages-items .item .action:after {
    width: 8px;
    height: 8px;
  }
  .blog-post .blog-toolbar .pages .pages-items .item .action.next {
    padding-right: 2px;
  }
  .blog-post .blog-toolbar .pages .item {
    min-width: 41px;
    min-height: 41px;
    max-height: 41px;
    max-width: 41px;
    margin: 0 4px;
  }
  .mblog-post-index .breadcrumbs,
  .mblog-category-view .breadcrumbs,
  .mblog-post-view .breadcrumbs {
    margin-bottom: 20px;
  }
  .post-content {
    max-width: 915px;
    margin-bottom: 60px;
    --box-radius: 22px;
    --box-padding-x: 50px;
    --box-padding-y: 40px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 21px;
  }
  .post-content .list-box-title {
    font-size: 33px;
    margin-top: 22px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 25px;
  }
  .post-content .list-box-items {
    margin-bottom: 28px;
  }
  .post-content .list-box-item {
    font-size: 22px;
    padding-left: 23px;
    margin-bottom: 16px;
  }
  .post-content .list-box-item a {
    font-size: 22px;
  }
  .post-content .list-box-item:before {
    width: 8px;
    height: 8px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 20px;
    margin: 13px 0;
  }
  .post-content p:has(a) {
    padding: 6px 0;
  }
  .post-content button {
    max-width: 386px;
    margin: 24px auto;
    font-size: 17px;
    letter-spacing: 2.6px;
    padding: 30px 25px 28px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 8px;
    margin-top: 25px;
  }
  .post-content h1 {
    font-size: 53px;
  }
  .post-content h2 {
    font-size: 44px;
  }
  .post-content h3 {
    font-size: 33px;
  }
  .post-content h4 {
    font-size: 26px;
  }
  .post-content h5 {
    font-size: 23px;
  }
  .contact-info-box {
    margin: 60px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 22px;
    flex: 0 0 83px;
    max-width: 83px;
    padding-top: 83px;
  }
  .contact-info-box .contact-info-name {
    font-size: 17px;
    letter-spacing: 2.5px;
    padding-top: 4px;
  }
  .contact-info-box .publiced-date {
    font-size: 12px;
  }
  .contact-info-box .contact-info-text {
    padding-top: 6px;
    letter-spacing: 2px;
    font-size: 14px;
  }
  .contact-info-box .contact-info-social {
    margin-left: 8px;
  }
  .contact-info-box .contact-info-link svg {
    max-width: 29px;
    max-height: 29px;
    min-width: 29px;
    min-height: 29px;
  }
  .bannerCoverBox {
    gap: 16px;
  }
}
@media all and (max-width: 1600px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1500px;
  }
  .tooltips-container {
    padding: 16px 19px 40px;
    border-radius: 14px;
    margin-top: 7px;
  }
  .tooltips-container .tooltips-icon {
    width: 143px;
    height: 24px;
    margin-top: 13px;
  }
  .tooltips-container .tooltips-icon-wrapper span {
    font-size: 10px;
    padding: 14px 18px;
    min-width: 131px;
  }
  .product-info-main .tooltips-container .shortcut-title {
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge {
    padding-top: 7px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge:before {
    transform: scale(0.39);
    top: -38px;
    left: 57px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .col-method {
    padding: 0 0 0 227px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge .spc-option {
    margin-bottom: 20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label {
    margin-left: 10px;
    font-size: 13px;
    padding-top: 3px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 430px;
  }
  .account .column .block-info-quotation .block-content {
    padding: 22px 33px;
    border-radius: 22px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 16px;
    padding: 5.5px 0;
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 19px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 14px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 32px;
  }
  .quotation-request-link {
    padding: 14px 19px 13px;
    font-size: 12px !important;
    margin-left: 9px;
    letter-spacing: 1.3px !important;
  }
  .cart-container .qty-note {
    margin: 7px 0 0 4px;
    padding: 7px 22px 5px;
  }
  .cart-container .qty-note:before {
    top: 4px;
    min-width: 15px;
    min-height: 15px;
    left: 5px;
  }
  .cart-container .qty-note span {
    font-size: 11px;
  }
  .cart-container .table-wrapper,
  .columns .order-details-items .table-wrapper,
  .columns .quotation-items .table-wrapper {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .cart-container .table-wrapper thead th,
  .columns .order-details-items .table-wrapper thead th,
  .columns .quotation-items .table-wrapper thead th {
    letter-spacing: 1.872px;
    font-size: 12px;
    padding: 25px 12px;
  }
  .cart-container .table-wrapper thead th.item,
  .cart-container .table-wrapper thead th.name,
  .columns .order-details-items .table-wrapper thead th.item,
  .columns .order-details-items .table-wrapper thead th.name,
  .columns .quotation-items .table-wrapper thead th.item,
  .columns .quotation-items .table-wrapper thead th.name {
    padding-left: 40px;
  }
  .cart-container .table-wrapper .cart.pallet td,
  .columns .order-details-items .table-wrapper .cart.pallet td,
  .columns .quotation-items .table-wrapper .cart.pallet td {
    padding: 20px;
  }
  .cart-container .table-wrapper .cart.pallet .pallet-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .pallet-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .pallet-inner {
    padding: 15px;
    border-radius: 15px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-detail-top-inner {
    padding-left: 15px;
    padding-top: 3px;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar,
  .columns .order-details-items .table-wrapper .cart.pallet .actions-toolbar,
  .columns .quotation-items .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 35px !important;
  }
  .cart-container .cart-summary .shipping,
  .cart-container .cart-summary .cart-totals-wrapper {
    border-radius: 25px;
  }
  .cart-container .cart-summary .quotation-request-link {
    margin-top: -28px;
    margin-bottom: 21px;
  }
  .cart-container .cart-summary .methods {
    padding: 30px 0;
  }
  .cart-container .cart-summary .methods .radiocheck {
    height: 20px;
    width: 20px;
    border-radius: 6px;
  }
  .cart-container .cart-summary .methods .radiocheck:before {
    width: 13px;
    height: 6px;
    top: 4px;
    left: 2px;
  }
  .cart-container .cart-summary .methods .sm-desc {
    padding-left: 37px;
  }
  .cart-container .cart-summary .methods .item-options .choice,
  .block-order-details-view .sm-desc .choice,
  .checkout-success .sm-desc .choice,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice {
    margin: 27px 0 7px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .label,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping > .value,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .label,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping > .value {
    font-size: 11px;
    max-width: 80px;
    padding-top: 52px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label:before,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .label:before,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping > .value:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .label:before,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping > .value:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .label:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping > .value:before {
    left: -50px;
    transform: scale(0.335);
    top: -55px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .btn-radio,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .btn-radio,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .btn-radio,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .btn-radio {
    margin-top: 9px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .price,
  .block-order-details-view .sm-desc .choice.freeshipping_freeshipping .price,
  .checkout-success .sm-desc .choice.freeshipping_freeshipping .price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice.freeshipping_freeshipping .price {
    margin-top: 12px;
  }
  .cart-container .cart-summary .methods .item-options .choice .label,
  .cart-container .cart-summary .methods .item-options .choice > .value,
  .block-order-details-view .sm-desc .choice .label,
  .block-order-details-view .sm-desc .choice > .value,
  .checkout-success .sm-desc .choice .label,
  .checkout-success .sm-desc .choice > .value,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .label,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice > .value {
    margin: 0 15px;
    font-size: 12px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price,
  .block-order-details-view .sm-desc .choice .price,
  .block-order-details-view .sm-desc .choice .shipping-price,
  .checkout-success .sm-desc .choice .price,
  .checkout-success .sm-desc .choice .shipping-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-price {
    font-size: 15px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price.discount-original-price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price.discount-original-price,
  .block-order-details-view .sm-desc .choice .price.discount-original-price,
  .block-order-details-view .sm-desc .choice .shipping-price.discount-original-price,
  .checkout-success .sm-desc .choice .price.discount-original-price,
  .checkout-success .sm-desc .choice .shipping-price.discount-original-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .price.discount-original-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-price.discount-original-price {
    font-size: 13px;
  }
  .free-shipping-message p {
    padding: 18px 45px 14px;
  }
  .free-shipping-message p:before {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    left: 6px;
    font-size: 22px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar .quotation-request-link {
    margin: -13px -15px 17px;
  }
  .checkout-shipping-address .shipping-address-items,
  .checkout-billing-address .shipping-address-items,
  .checkout-shipping-address .billing-address-items,
  .checkout-billing-address .billing-address-items {
    display: flex;
    flex-wrap: wrap;
    margin: 3px -7px 0;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item,
  .checkout-billing-address .billing-address-items .shipping-address-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item,
  .checkout-billing-address .shipping-address-items .billing-address-item,
  .checkout-shipping-address .billing-address-items .billing-address-item,
  .checkout-billing-address .billing-address-items .billing-address-item {
    padding: 7px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    border-radius: 24px;
    padding: 40px 29px 29px 30px;
    font-size: 13px;
    min-height: 265px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    font-size: 13px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar {
    margin-top: 25px;
  }
  .checkout-shipping-method .shipping-discount-wrapper:before {
    margin-right: 25px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row {
    padding: 25px 25px 25px 44px;
    min-height: 98px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row:last-child {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.row-pickup-date .col-method:nth-child(2) {
    padding: 0 0 0 227px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method:first-child {
    padding: 0 35px 0 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value*=gls_] + .radiocheck {
    margin-top: 13px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .sm-desc {
    max-width: 450px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center {
    font-size: 13px;
    padding: 0 10px 0 170px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping:before {
    left: 61px;
    top: -10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.knp_knp:before {
    top: -6px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price {
    font-size: 15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price.discount-original-price {
    font-size: 13px;
    margin-top: 3px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 17px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .ops-option {
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .radiocheck {
    margin-right: 8px;
  }
  .checkout-shipping-method .pickup-date {
    padding: 6px 11px 4px;
    flex: 0 0 90px;
    margin-right: 7px;
    border-radius: 7px;
  }
  .checkout-shipping-method .pickup-date .day-name {
    font-size: 12px;
  }
  .checkout-shipping-method .pickup-date .day-month {
    font-size: 15px;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 25px;
  }
  .form-shipping-address,
  .checkout-payment-method .billing-address-form,
  .form-create-account,
  .account .form-address-edit,
  .account .form-edit-account {
    padding: 30px;
  }
  .customer-account-login .lbl-checkbox,
  .customer-account-forgotpassword .lbl-checkbox,
  .customer-account-create .lbl-checkbox,
  .customer-account-createpassword .lbl-checkbox {
    min-width: 21px;
    min-height: 21px;
    max-width: 21px;
    max-height: 21px;
  }
  .customer-account-login .lbl-checkbox input,
  .customer-account-forgotpassword .lbl-checkbox input,
  .customer-account-create .lbl-checkbox input,
  .customer-account-createpassword .lbl-checkbox input {
    border-radius: 7px;
  }
  .customer-account-login .lbl-checkbox input:before,
  .customer-account-forgotpassword .lbl-checkbox input:before,
  .customer-account-create .lbl-checkbox input:before,
  .customer-account-createpassword .lbl-checkbox input:before {
    width: 11px;
    height: 5px;
    top: 5px;
    left: 4px;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 20px 32px 42px;
    max-width: calc(33.33% - 31px);
    border-radius: 20px;
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 5px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 18px;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 40px 0 0 !important;
  }
  .form-note {
    margin-bottom: 20px;
  }
  .newsletter-main-part {
    padding: 39px;
  }
  .newsletter-main-part .newsletter-main .newsletter-title {
    font-size: 20px;
  }
  .newsletter-main-part .newsletter-main .newsletter-cover {
    margin-right: 25px;
  }
  .newsletter-main-part .newsletter-main .content {
    max-width: 480px;
  }
  .newsletter-main-part .newsletter-main .content .actions .subscribe {
    padding: 11.5px 21px;
    min-width: 106px;
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content #newsletter-error {
    padding-top: 0;
  }
  .newsletter-main-part .newsletter-main .content input {
    font-size: 11px;
    padding: 7.5px 15px 3.5px;
  }
  .newsletter-main-part .newsletter-main .content input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input:-moz-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input::-moz-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input::-ms-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input:-ms-placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content input::placeholder {
    font-size: 11px;
  }
  .newsletter-main-part .newsletter-main .content .subscribe {
    padding: 4px;
  }
  .mageplaza-fbt-content {
    padding: 34px 0;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 267px;
    max-width: 267px;
    padding: 0 34px;
  }
  .mageplaza-fbt-content .product-item:after {
    top: 100px;
    font-size: 29px;
    right: -8px;
  }
  .mageplaza-fbt-content .action.mpfbt-tocart {
    font-size: 12px;
    padding: 18px;
    max-width: 273px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price {
    padding-bottom: 60px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price {
    font-size: 37px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price-wrapper .ttc {
    font-size: 19px;
    top: -3px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-checkbox-label {
    margin-top: 15px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox:before {
    top: 7px;
    left: 6px;
  }
  .mageplaza-fbt-content .product-image {
    padding: 30px;
    border-radius: 20px;
  }
  .mageplaza-fbt-content .item-qty {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .mageplaza-fbt-content .item-price {
    font-size: 18px;
  }
  .mageplaza-fbt-content .stock-status {
    margin-top: 8px;
    font-size: 14px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    margin-bottom: 10px;
    max-height: 43px;
  }
  .mageplaza-fbt-content .product-brand a,
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    font-size: 12px;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.78);
  }
  .message.info,
  .message.error,
  .message.warning,
  .message.notice,
  .message.success {
    padding: 19px 45px 17px;
    font-size: 12px;
  }
  .message.info > *:first-child:before,
  .message.error > *:first-child:before,
  .message.warning > *:first-child:before,
  .message.notice > *:first-child:before,
  .message.success > *:first-child:before {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    left: 6px;
    font-size: 12px;
  }
  .custom-label,
  .field label,
  .field .label,
  .wishlist-index-index .product-item .item-inner .comment-box .field-inner label {
    font-size: 11px;
    letter-spacing: 1.602px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 14px 21px 0;
  }
  .custom-field-box select,
  .field select,
  .wishlist-index-index .comment-box select {
    background-size: 9px;
  }
  .custom-input,
  .field input,
  .field select,
  .field textarea,
  .wishlist-index-index .comment-box textarea {
    height: 38px;
    font-size: 12px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 21px;
  }
  .custom-input::-webkit-input-placeholder,
  .field input::-webkit-input-placeholder,
  .field select::-webkit-input-placeholder,
  .field textarea::-webkit-input-placeholder,
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .custom-input:-moz-placeholder,
  .field input:-moz-placeholder,
  .field select:-moz-placeholder,
  .field textarea:-moz-placeholder,
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 12px;
  }
  .custom-input::-moz-placeholder,
  .field input::-moz-placeholder,
  .field select::-moz-placeholder,
  .field textarea::-moz-placeholder,
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 12px;
  }
  .custom-input::-ms-placeholder,
  .field input::-ms-placeholder,
  .field select::-ms-placeholder,
  .field textarea::-ms-placeholder,
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 12px;
  }
  .custom-input:-ms-placeholder,
  .field input:-ms-placeholder,
  .field select:-ms-placeholder,
  .field textarea:-ms-placeholder,
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 12px;
  }
  .custom-input::placeholder,
  .field input::placeholder,
  .field select::placeholder,
  .field textarea::placeholder,
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 12px;
  }
  .header-wrapper-right {
    padding-left: 32px;
  }
  .nav-link1 {
    display: none;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 14px;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 25px 35px;
  }
  .page-footer .customer-support .cusSupport-inner:before {
    min-width: 40px;
    min-height: 40px;
    margin-right: 10px;
  }
  .page-footer .footerContentMain,
  .page-footer .footerCopyright {
    padding-right: 77px;
    padding-left: 77px;
  }
  .page-footer .footer.content {
    margin-top: 50px;
  }
  .page-footer .footerContentMain {
    padding-top: 63px;
  }
  .page-footer .footerContentMain .footerLeft .logo {
    margin: 0 0 20px;
    max-width: 140px;
  }
  .page-footer .footerContentMain .footerLeft .logo img {
    max-height: 55px;
  }
  .page-footer .footerContentMain .footerLeft .footerLeftBottom {
    margin-top: 33px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem {
    flex: 0 0 23px;
    max-width: 23px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem svg {
    max-height: 23px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem:not(:last-child) {
    margin-right: 7px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox {
    margin-bottom: 33px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem {
    flex: 0 0 62px;
    max-width: 62px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem svg {
    max-height: 62px;
  }
  .page-footer .footerContentMain .footerLeft .footerCardTitle {
    margin-bottom: 12px;
  }
  .page-footer .footerContentMain .footerCardTitle {
    font-size: 12px;
    letter-spacing: 1.874px;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    min-width: 47px;
    min-height: 30px;
    max-width: 47px;
    max-height: 30px;
    margin-right: 7px;
    margin-bottom: 8px;
  }
  .page-footer .footerContentMain .footerRight .footerLinkBox .footLink {
    font-size: 11px;
    line-height: 23px;
  }
  .page-footer .footerContentMain .footerRight .footerCol {
    margin-bottom: 60px;
  }
  .page-footer .footerContentMain .footerLefText {
    font-size: 12px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.78);
  }
  .guarantee-icon {
    top: 232px;
    left: 30px;
  }
  .made-in-europe {
    top: 244px;
    right: 30px;
  }
  .livraison-gratuite {
    right: 10px;
    top: 2px;
    max-width: 95px;
  }
  .catalog-product-view .guarantee-icon {
    top: 353px;
    left: 20px;
  }
  .catalog-product-view .guarantee-icon svg {
    max-width: 105px;
    max-height: 105px;
  }
  .catalog-product-view .made-in-europe {
    top: 371px;
    right: 51px;
  }
  .catalog-product-view .made-in-europe svg {
    max-width: 83px;
    max-height: 83px;
  }
  .single-banner-container > div {
    max-height: 448px;
  }
  .newtopheader {
    padding: 7px 0;
  }
  .newtopheader .newtopheader-ship,
  .newtopheader .newtopheader-maga,
  .newtopheader .newtopheader-cont {
    font-size: 13px;
  }
  .newtopheader .newtopheader-right .newtopheader-link {
    font-size: 15px;
    padding-left: 24px;
  }
  .newtopheader .newtopheader-right .newtopheader-link:before {
    font-size: 16px;
    transform: translateY(-58%);
  }
  .newtopheader .newtopheader-ship {
    padding-left: 23px;
  }
  .newtopheader .newtopheader-ship:before {
    top: 43%;
    font-size: 16px;
  }
  .block-faq-list,
  .block-products-list,
  .block-category-list,
  .block-brand-list {
    margin: 60px 0;
  }
  .block .block-title {
    line-height: 1;
  }
  .block .block-title strong {
    font-size: 25px;
    margin-bottom: 13px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -22px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 22px 22px 0;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-name {
    font-size: 13px;
    line-height: 1.2;
  }
  .block-products-list .products-grid .product-items .product-item-details .btn-link {
    padding: 13px 18px 11px;
    margin-top: 30px;
    font-size: 9px;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box {
    padding: 4px 10px 0 0;
    margin: 11px 0 auto;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box .price {
    font-size: 24px;
  }
  .block-products-list .products-grid .product-items .product-item-details .badge {
    font-size: 10px;
    padding: 6px 8px 3px;
    margin-bottom: 14px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand {
    margin-bottom: 4px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand a {
    font-size: 14px;
  }
  .block-products-list .products-grid .product-items .product-item-info .product-item-photo {
    margin: 0 auto 35px;
  }
  .block-faq-list .block-content .faq-img {
    margin-bottom: 24px;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 19px;
  }
  .block-faq-list .block-content .artical-list li {
    padding-left: 30px;
  }
  .block-faq-list .block-content .artical-list li:not(:last-child) {
    margin-bottom: 14px;
  }
  .block-faq-list .block-content .artical-list li:before {
    font-size: 16px;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 13px;
    line-height: 1.3;
    display: block;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 10px 0 24px;
  }
  .block-faq-list .block-content .faq-desc p {
    font-size: 13px;
  }
  .block-faq-list .block-content .faq-desc p:first-child {
    max-height: 58px;
  }
  .block-category-list .block-content .category-item {
    padding: 50px 0;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 14px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.7);
    margin-bottom: 15px;
  }
  .block-brand-list .block-content {
    padding: 15px 0;
  }
  .block-brand-list .block-content .brandList {
    transform: scale(0.7);
    margin-left: -20px;
  }
  .page-title-wrapper {
    margin: 18px 0 14px;
  }
  .breadcrumbs .items .item {
    padding: 13px 0 10px;
  }
  .breadcrumbs .items .item:after {
    margin: 0 6px;
    font-size: 8px;
  }
  .breadcrumbs .items .item a,
  .breadcrumbs .items .item strong {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 13px;
    padding: 10px 4px 7px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper {
    margin: 22px 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .info-title,
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .stock-text {
    font-size: 17px;
    line-height: 1;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .sap-stock-info .stock-count {
    font-size: 14px;
    padding: 6px 10px 5px;
    margin-top: -3px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .platform-stock {
    font-size: 14px;
    margin-top: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders {
    margin-top: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item {
    padding-left: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item:before {
    top: 39%;
    min-width: 4px;
    min-height: 4px;
    max-width: 4px;
    max-height: 4px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title {
    font-size: 17px;
    padding: 22px 22px 20px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title:after,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title:before,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title:before,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title:before {
    min-width: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-clear {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current strong {
    font-size: 17px;
    margin-top: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current + .filter-actions {
    margin-bottom: 14px;
    margin-top: 4px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .remove {
    top: 51%;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item {
    margin: 0 8px 6px 0;
    padding: 5px 30px 2px 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item .filter-value {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs {
    height: 50px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-slider {
    min-width: 16px;
    min-height: 16px;
    top: 22px;
    width: 16px;
    height: 16px;
    border-width: 5px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-min,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-max {
    font-size: 11px;
    bottom: -9px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-from,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-to,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-single {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-bar,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .irs-line {
    top: 28px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content {
    padding: 13px 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item {
    margin: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item a {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content {
    padding: 13px 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item {
    margin: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item a {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content input[type="checkbox"] {
    margin-right: 9px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 6px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content input[type="checkbox"]:before {
    top: 4px;
    left: 4px;
    width: 11px;
    height: 6px;
    border-width: 0 0 2px 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item {
    padding: 28px 30px 23px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .tocart {
    padding: 21px 20px 19px;
    font-size: 13px;
    letter-spacing: 2.5px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    padding: 11px 4px 8px;
    font-size: 13px;
    margin-bottom: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-item-name {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sku {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price {
    font-size: 16px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 16px;
    padding-left: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .ttc {
    margin-top: -14px;
    padding: 0 10px 0 3px;
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box {
    margin: 18px 0 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions {
    margin-top: 4px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions a {
    font-size: 17px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary svg {
    height: 16px;
    width: 100px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .abs-product-link {
    margin-bottom: 13px;
    margin-top: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .badge {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 7px 16px 3px;
    margin-bottom: 19px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer {
    margin-bottom: 13px;
    margin-top: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .value {
    font-size: 31px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .lable {
    font-size: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col {
    height: 69px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col:after {
    top: 38%;
    font-size: 25px;
  }
  .page-title-wrapper .page-title {
    font-size: 26px;
  }
  .page-products .product-item-info .product-item-details .product-item-inner {
    padding-top: 4px;
  }
  .catalog-product-view .product.media .promotion-timer {
    width: 227px;
    right: 50px;
    top: 17px;
  }
  .catalog-product-view .product.media .promotion-timer .value {
    font-size: 26px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col {
    height: 60px;
    max-width: 40px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col:after {
    font-size: 20px;
    top: 14px;
  }
  .catalog-product-view .product.media .promotion-timer .lable {
    font-size: 9px;
  }
  .catalog-product-view.page-layout-1column .product.media {
    padding-right: 30px;
  }
  .catalog-product-view .stock,
  .catalog-product-view .stock-qty {
    margin-bottom: 0;
    min-height: 24px;
  }
  .catalog-product-view .stock .stock-text,
  .catalog-product-view .stock-qty .stock-text {
    font-size: 15px;
  }
  .catalog-product-view .stock .stock-count,
  .catalog-product-view .stock-qty .stock-count {
    font-size: 14px;
  }
  .catalog-product-view .stock:after,
  .catalog-product-view .stock-qty:after {
    font-size: 16px;
  }
  .catalog-product-view .prdct-cont-in1,
  .catalog-product-view .prdct-cont-in2 {
    padding-bottom: 4px;
    padding-left: 14px;
  }
  .catalog-product-view .prdct-cont-in1:before,
  .catalog-product-view .prdct-cont-in2:before {
    min-width: 4px;
    min-height: 4px;
    max-width: 4px;
    max-height: 4px;
  }
  .catalog-product-view .prdct-cont-in1 .btm-cont,
  .catalog-product-view .prdct-cont-in2 .btm-cont {
    font-size: 14px;
  }
  .catalog-product-view .sap-arrrival-orders {
    margin: 6px 0 11px;
  }
  .catalog-product-view .sap-arrrival-orders .supplier-order-item {
    font-size: 13px;
  }
  .catalog-product-view .platform-stock {
    font-size: 14px;
  }
  .catalog-product-view .title-main {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .catalog-product-view .breadcrumbs {
    margin-bottom: 25px;
  }
  .prices-tier .price {
    font-size: 17px;
  }
  .prices-tier .price-container {
    padding-top: 6px;
  }
  .prices-tier .tier-buy {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    color: #ffffff;
    padding: 3.5px 12px 3.5px 3.5px;
    z-index: 8;
    margin-left: 3px;
    font-style: italic;
    white-space: nowrap;
  }
  .prices-tier .tier-buy:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 1px;
    z-index: -1;
    right: 1px;
    transform: skewX(-550deg);
    background: #085ac3;
  }
  .prices-tier .tier-qty {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background: #002750;
    font-style: italic;
    clip-path: polygon(5% 7%, 100% 0%, 94% 100%, 0% 100%);
    -webkit-clip-path: polygon(5% 7%, 100% 0%, 94% 100%, 0% 100%);
    position: relative;
    z-index: 9;
    white-space: nowrap;
    margin-top: -3px;
    padding: 5px 5px 1px 4px;
    display: block;
  }
  .prices-tier .item {
    padding: 11px 20px 11px 15px;
  }
  .prices-tier .item:last-child {
    margin-bottom: 0;
  }
  .prices-tier .item.selected .radio-btn:before {
    transform: scale(1);
  }
  .prices-tier .item .ecotax {
    display: none;
  }
  .prices-tier .item .tier-text {
    margin-right: 9px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .prices-tier .item .tier-price-qty {
    font-size: 15px;
    padding-top: 0;
  }
  .prices-tier .item .price {
    font-size: 15px;
  }
  .prices-tier .item .radio-btn {
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    margin-right: 6px;
  }
  .prices-tier .item .radio-btn:before {
    min-width: 8px;
    max-width: 8px;
    min-height: 8px;
    max-height: 8px;
    top: 9px;
    left: 9px;
  }
  .prices-tier .item .price-label {
    font-size: 17px;
  }
  .prices-tier .item .price-label span {
    top: -3px;
    font-size: 11px;
  }
  .qty-note {
    padding: 8px 30px 7px;
    margin-bottom: 16px;
  }
  .qty-note span {
    font-size: 11px;
  }
  .qty-note:before {
    font-size: 16px;
    left: 7px;
    top: 5px;
  }
  .product-info-right {
    padding: 22px 22px 0;
  }
  .product-info-right .not-stock-section .not-stock {
    font-size: 12px;
    padding: 18px 30px;
  }
  .product-info-right .not-stock-section .fieldset-stock-alert {
    margin-bottom: 13px;
  }
  .product-info-right .not-stock-section .stock .action {
    font-size: 10px;
  }
  .product-info-right .sap-stock-info {
    margin-bottom: 17px;
    margin-top: 17px;
  }
  .product-info-right .sap-stock-info.precommande .stock:after,
  .product-info-right .sap-stock-info.bundle .stock:after,
  .product-info-right .sap-stock-info.surcommande .stock:after,
  .product-info-right .sap-stock-info.precommande .stock-qty:after,
  .product-info-right .sap-stock-info.bundle .stock-qty:after,
  .product-info-right .sap-stock-info.surcommande .stock-qty:after {
    top: 0;
  }
  .product-info-right .real-qty-text,
  .product-info-right .sap-delay-day,
  .product-info-right .sap-delay-text,
  .product-info-right .sap-exptd-date,
  .product-info-right .sap-exptd-qty,
  .product-info-right .coupon {
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 9px 5px 6px;
    border-radius: 9px;
  }
  .product-info-right .price-container .weee {
    bottom: -10px;
  }
  .product-info-right .price-container .weee:before,
  .product-info-right .price-container .weee .price {
    font-size: 10px;
  }
  .product-info-right .product-info-price .price-box {
    margin: 0 0 11px;
    min-height: 57px;
  }
  .product-info-right .product-info-price .price-box .save-percent {
    font-size: 18px;
    min-width: 57px;
    min-height: 57px;
    max-width: 57px;
    max-height: 57px;
  }
  .product-info-right .product-info-price .price-box .old-price-wrapper .price-container .price-wrapper .price {
    font-size: 18px;
  }
  .product-info-right .product-info-price .price-box .price-container {
    padding: 0 4px 0 0;
  }
  .product-info-right .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 31px;
  }
  .product-info-right .product-info-price .price-box .ttc {
    font-size: 17px;
  }
  .product-info-right .box-tocart {
    margin: 18px 0 0;
  }
  .product-info-right .box-tocart .qty-note {
    margin-top: 16px;
  }
  .product-info-right .actions {
    margin-bottom: 15px;
  }
  .product-info-right .actions .action {
    font-size: 12px;
    padding: 19px 19px 16px;
  }
  .product-info-right .qty .control {
    margin: 0 auto 11px;
    height: 53px;
    padding: 0 7px;
  }
  .product-info-right .qty .control span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
    font-size: 22px;
    padding-top: 9px;
    padding-left: 2px;
  }
  .product-info-right .qty .input-text,
  .product-info-right .qty .item-qty {
    font-size: 14px;
    max-width: 52px;
  }
  .product-info-right .product-social-links {
    margin: auto -22px 0;
    padding: 17px 22px;
  }
  .product-info-right .product-social-links a {
    margin: 0 15px;
    font-size: 9px;
  }
  .product-info-right .product-social-links a.towishlist:before {
    font-size: 24px;
  }
  .product-info-right .product-social-links a.toshare:before {
    font-size: 22px;
  }
  .product-info-main .product-reviews-summary {
    margin-bottom: 18px;
  }
  .product-info-main .product-reviews-summary svg {
    width: 78px;
  }
  .product-info-main .product-reviews-summary .reviews-actions a {
    font-size: 12px;
    margin-left: 6px;
  }
  .product-info-main .page-title-wrapper {
    margin: 3px 0 4px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .product-info-main .product.attribute.sku {
    font-size: 12px;
    margin: 4px 0 18px;
  }
  .product-info-main .product .delivery-info {
    padding-top: 14px;
  }
  .product-info-main .product .delivery-info .type {
    margin-bottom: 10px;
    font-size: 21px;
    padding-right: 27px;
  }
  .product-info-main .product .delivery-info .type:before {
    top: 4px;
    font-size: 18px;
  }
  .product-info-main .product.overview {
    margin: 18px 0 0;
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .product-info-main .product.overview .type {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .product-info-main .product.overview p {
    font-size: 14px;
  }
  .product-info-main .product.overview li {
    font-size: 14px;
    padding-left: 14px;
  }
  .product-info-main .product.overview li:before {
    min-width: 4px;
    min-height: 4px;
    max-width: 4px;
    max-height: 4px;
  }
  .product-info-main .delivery-info {
    padding-top: 15px;
  }
  .product-info-main .delivery-info .type {
    padding-right: 26px;
    font-size: 19px;
    margin-bottom: 9px;
  }
  .product-info-main .delivery-info .type:before {
    top: 3px;
    font-size: 16px;
  }
  .produc-brand-name {
    margin-top: 18px;
  }
  .produc-brand-name a {
    font-size: 18px;
  }
  .product-page-promo-banner .promo-banner {
    min-height: 141px;
    padding: 35px 36px 33px 77px;
  }
  .product-page-promo-banner .promo-banner:before {
    font-size: 24px;
    left: 27px;
    top: 37px;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 23px;
  }
  .product-page-promo-banner .promo-banner .title {
    font-size: 46px;
  }
  .product-info-description .title-main,
  .product-info-description .description-content {
    padding-left: 37px;
    padding-right: 37px;
  }
  .product-info-description .title-main {
    font-size: 18px;
    margin: 0 -37px 27px !important;
  }
  .product-info-description h1 {
    font-size: 21px;
  }
  .product-info-description h2,
  .product-info-description h3,
  .product-info-description h4,
  .product-info-description h5,
  .product-info-description h6 {
    font-size: 14px;
  }
  .product-info-description h3 {
    font-size: 16px;
  }
  .product-info-description h2 {
    font-size: 19px;
  }
  .product-info-description h5,
  .product-info-description h6 {
    font-size: 13px;
  }
  .product-info-description p,
  .product-info-description .file-download-info,
  .product-info-description div {
    font-size: 14px;
  }
  .product-info-description ul li {
    font-size: 14px;
    padding-left: 20px;
  }
  .product-info-description ul li:before {
    top: 6px;
  }
  .info-guide-main.has-attachments .pdf-attachments .info-title {
    padding: 27px 35px 22px;
    font-size: 19px;
  }
  .info-guide-main .title-main {
    font-size: 21px;
  }
  .info-guide-main .am-fileline .am-filelink {
    font-size: 15px;
  }
  .info-guide-main .product-extra-info,
  .info-guide-main .pdf-attachments {
    padding: 0 35px;
  }
  .info-guide-main .product-extra-info .info-title,
  .info-guide-main .pdf-attachments .info-title {
    margin: 0 -35px;
  }
  .info-guide-main .product-extra-info p,
  .info-guide-main .pdf-attachments p {
    font-size: 13px;
  }
  .info-guide-main .product-extra-info ul li,
  .info-guide-main .pdf-attachments ul li {
    font-size: 15px;
  }
  .info-guide-main .product-extra-info ul li:before,
  .info-guide-main .pdf-attachments ul li:before {
    top: 7px;
  }
  .info-guide-main .pdf-attachments .am-attachments .am-filelink {
    font-size: 15px;
  }
  .specification .sp-title {
    font-size: 19px;
    padding: 26px 35px 16px;
  }
  .sp-group .sp-row .sp-label,
  .sp-group .sp-row .sp-value {
    font-size: 14px;
    padding: 10px 35px;
  }
  .bundle-options-container .custom-kit-part .img-block {
    flex: 0 0 95px;
    max-width: 95px;
    min-height: 95px;
    max-height: 95px;
    border-radius: 16px;
    margin-right: 10px;
  }
  .bundle-options-container .custom-kit-part .img-block img {
    padding: 8px;
  }
  .bundle-options-container .custom-kit-part .custom-select-part {
    margin-bottom: 7px;
  }
  .bundle-options-container .custom-kit-part .selection-info-bottom .option-info-right {
    padding-top: 5px;
    padding-left: 2px;
  }
  .bundle-options-container .custom-kit-part .qty-part-in {
    font-size: 12px;
    margin: 0 0 4px;
  }
  .bundle-options-container .custom-kit-part .custom-list-part {
    flex-grow: 1;
    display: flex;
  }
  .bundle-options-container .custom-kit-part .custom-price {
    margin-bottom: 6px;
  }
  .bundle-options-container .custom-kit-part .custom-price .price {
    font-size: 18px;
  }
  .bundle-options-container .custom-kit-part .stock-status {
    font-size: 11px;
  }
  .bundle-options-container .custom-kit-part .nice-select:after {
    margin-top: -6px;
    height: 7px;
    width: 7px;
    right: 15px;
    border-color: #002750;
  }
  .bundle-options-container .custom-kit-part select {
    background-color: transparent;
  }
  .bundle-options-container .custom-kit-part .nice-select,
  .bundle-options-container .custom-kit-part .product-name {
    padding: 11px 40px 8px 16px;
    border-radius: 15px;
    font-size: 11px;
  }
  .bundle-options-container .custom-kit-part .nice-select .option,
  .bundle-options-container .custom-kit-part .product-name .option {
    font-size: 11px;
  }
  .bundle-options-container .custom-kit-part .nice-select .price-container .price-wrapper span,
  .bundle-options-container .custom-kit-part .product-name .price-container .price-wrapper span {
    font-size: 16px;
  }
  .bundle-options-container .ul-bundle-options-list {
    padding: 23px 0;
  }
  .bundle-options-container .ul-bundle-options-list .field {
    padding: 10px 34px;
  }
  .bundle-options-container .ul-bundle-options-list .field:after {
    font-size: 29px;
    top: 23px;
  }
  .account .column .block-title strong,
  .mst-rma-box__title strong,
  .account .MultiFile-intercepted .block .title strong,
  .account .order-tracking .tracking-title strong,
  .account .mst-rma-create__order-header strong,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header strong {
    font-size: 19px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 10px);
    padding: 17px 23px 25px;
    border-radius: 22px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 60px;
  }
  .account .column .block-content .box .default-address {
    transform: scale(0.85) translate(11px, -4px);
  }
  .account .column .block-content .empty {
    padding: 22px 40px;
  }
  .account .column .block-content .empty.message {
    padding: 9px 28px;
  }
  .account .column .box-title {
    font-size: 18px;
    margin: 0 -23px 18px;
    padding: 0 23px 11px;
  }
  .account .column .box-content {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .account .column .box-content .phone {
    margin-top: 5px;
  }
  .account .column .box-actions .action {
    font-size: 9.5px;
    letter-spacing: 1.4px;
    padding: 16px 25px 14px;
    margin-right: 7px;
  }
  .account .column > .block {
    margin-bottom: 35px;
  }
  .account .column .table-wrapper {
    border-radius: 22px;
  }
  .account .column .table-wrapper .message {
    margin: 9px;
  }
  .account .column .table-wrapper thead tr th {
    letter-spacing: 1.872px;
    font-size: 12px;
    padding: 25px 12px;
  }
  .account .column .table-wrapper thead tr th.id,
  .account .column .table-wrapper thead tr th.col-number {
    padding-left: 40px;
  }
  .account .column .table-wrapper tbody tr td {
    font-size: 11px;
    padding: 20px 8px 15px;
    line-height: 1;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 12px 15px 10px;
    letter-spacing: 1.3px;
    font-size: 9px;
    max-width: 137px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    transform: scale(0.25);
    margin: -20px -8px -18px -20px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    font-size: 9px;
    letter-spacing: 0.9px;
    padding: 11px 20px 9px;
  }
  .account .column .table-wrapper tbody tr td.track {
    padding: 11px 8px 6px;
    line-height: 1.2;
  }
  .account .column .table-wrapper tr td.id,
  .account .column .table-wrapper tr th.id,
  .account .column .table-wrapper tr td.col-number,
  .account .column .table-wrapper tr th.col-number {
    padding-left: 40px;
  }
  .account .column .table-wrapper tfoot .mark {
    padding-left: 525px;
  }
  .account .column .table-wrapper tfoot .amount {
    padding-right: 80px;
  }
  .account .column .table-wrapper tfoot tr td,
  .account .column .table-wrapper tfoot tr th {
    font-size: 13px;
  }
  .account .column .table-wrapper tfoot tr:first-child th,
  .account .column .table-wrapper tfoot tr:first-child td {
    padding-top: 14px;
  }
  .account .column .table-wrapper tfoot .grand_total_incl td,
  .account .column .table-wrapper tfoot .grand_total_incl th {
    font-size: 19px;
  }
  .account .column .table-wrapper tfoot .tax td,
  .account .column .table-wrapper tfoot .tax th {
    padding-bottom: 13px;
  }
  .account .column .table-wrapper .product-item-details .am-attachments-order-view {
    margin-top: 5px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink {
    line-height: 1;
    padding: 6px 0 5px 27px;
    font-size: 11px;
  }
  .account .column .table-wrapper .am-attachments .am-fileline .am-filelink:before {
    transform: translateY(-50%) scale(0.8);
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 14px;
    padding: 21px 37px 15px;
    letter-spacing: 0.7px;
  }
  .account .sidebar.sidebar-main .block.account-nav {
    border-radius: 22px;
  }
  .account .order-links {
    margin-bottom: 16px;
  }
  .account .order-links .item {
    max-width: 211px;
  }
  .account .order-links .item:last-child {
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
  }
  .account .order-links .item:first-child {
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
  }
  .account .order-links .item strong,
  .account .order-links .item a {
    padding: 20px 14px 17px;
    font-size: 11px;
    letter-spacing: 1.6px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 9px;
    letter-spacing: 0.9px;
    padding: 6px 11px 4px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .columns .order-details-items,
  .columns .quotation-items {
    margin-bottom: 33px;
  }
  .columns .order-details-items .table-wrapper .mst-rma-list tbody td,
  .columns .quotation-items .table-wrapper .mst-rma-list tbody td {
    font-size: 11px !important;
  }
  .columns .order-details-items .table-wrapper thead th.subtotal,
  .columns .quotation-items .table-wrapper thead th.subtotal,
  .columns .order-details-items .table-wrapper thead th.total,
  .columns .quotation-items .table-wrapper thead th.total {
    padding-right: 80px;
  }
  .columns .order-details-items .table-wrapper tbody td,
  .columns .quotation-items .table-wrapper tbody td {
    font-size: 13px !important;
  }
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.total,
  .columns .quotation-items .table-wrapper tbody td.total {
    padding-right: 80px;
  }
  .columns .order-details-items .table-wrapper tbody td.discount .price,
  .columns .quotation-items .table-wrapper tbody td.discount .price,
  .columns .order-details-items .table-wrapper tbody td.total .price,
  .columns .quotation-items .table-wrapper tbody td.total .price {
    font-size: 19px;
  }
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.col-action {
    padding-top: 60px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td,
  .columns .quotation-items.invoice .table-wrapper tbody td,
  .columns .order-details-items.shipments .table-wrapper tbody td,
  .columns .quotation-items.shipments .table-wrapper tbody td,
  .columns .order-details-items.creditmemo .table-wrapper tbody td,
  .columns .quotation-items.creditmemo .table-wrapper tbody td {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.name,
  .columns .quotation-items.invoice .table-wrapper tbody td.name,
  .columns .order-details-items.shipments .table-wrapper tbody td.name,
  .columns .quotation-items.shipments .table-wrapper tbody td.name,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.name,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.name,
  .columns .order-details-items.invoice .table-wrapper tbody td.value,
  .columns .quotation-items.invoice .table-wrapper tbody td.value,
  .columns .order-details-items.shipments .table-wrapper tbody td.value,
  .columns .quotation-items.shipments .table-wrapper tbody td.value,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.value,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.value {
    padding-left: 44px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.invoice .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.shipments .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.shipments .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.invoice .table-wrapper tbody td.price .price,
  .columns .quotation-items.invoice .table-wrapper tbody td.price .price,
  .columns .order-details-items.shipments .table-wrapper tbody td.price .price,
  .columns .quotation-items.shipments .table-wrapper tbody td.price .price,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.price .price,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.price .price {
    font-size: 19px;
  }
  .columns .order-details-items.creditmemo tbody tr td.subtotal,
  .columns .quotation-items.creditmemo tbody tr td.subtotal {
    padding-right: 12px;
  }
  .columns .order-details-items.creditmemo thead th.subtotal,
  .columns .quotation-items.creditmemo thead th.subtotal {
    padding-right: 12px;
  }
  .columns .order-details-items .comments,
  .columns .quotation-items .comments {
    border-radius: 20px;
    padding: 0 18px 18px;
  }
  .columns .order-details-items .comments .subtitle,
  .columns .quotation-items .comments .subtitle {
    letter-spacing: 1.872px;
    font-size: 12px;
    padding: 18px;
    margin: 0 -18px;
  }
  .columns .order-details-items .comments .comments,
  .columns .quotation-items .comments .comments {
    margin-bottom: 13px;
    padding: 14px;
    border-radius: 13px;
  }
  .columns .order-details-items .comments .text,
  .columns .quotation-items .comments .text {
    font-size: 14px;
  }
  .columns .order-details-items .comments .date,
  .columns .quotation-items .comments .date {
    padding-top: 5px;
    font-size: 11px;
  }
  .block-order-details-view,
  .mst-rma-create__order .rma-new-step2 .block-content {
    margin-top: 14px;
    padding: 23px;
    border-radius: 22px;
  }
  .block-order-details-view .block-content,
  .mst-rma-create__order .rma-new-step2 .block-content .block-content {
    padding: 26px;
    border-radius: 20px;
    margin-bottom: 15px;
    max-width: calc(50% - 14px);
  }
  .block-order-details-view .shipping-method-logo.freeshipping_freeshipping + .box-content .payment-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo.freeshipping_freeshipping + .box-content .payment-description {
    font-size: 11px;
    max-width: 140px;
  }
  .customer-address-index.account .column .block-content .box {
    padding: 32px 27px 26px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 15px;
  }
  .wishlist-index-index .form-wishlist-items {
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar {
    padding: 22px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .action {
    letter-spacing: 1.8px;
    padding: 15px 23px 12px;
    margin-right: 5px;
    font-size: 9px;
  }
  .wishlist-index-index .wishlist-toolbar {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    padding: 7px 25px;
  }
  .wishlist-index-index .product-item {
    padding: 22px !important;
  }
  .wishlist-index-index .col-detail {
    padding-right: 15px;
    max-width: 32%;
    flex: 0 0 32%;
  }
  .wishlist-index-index .col-detail .product-item-photo {
    flex: 0 0 97px;
    height: 97px;
    max-width: 97px;
  }
  .wishlist-index-index .col-detail .product-item-photo .product-item-photo {
    border-radius: 14px;
  }
  .wishlist-index-index .col-detail .product-item-name a,
  .wishlist-index-index .col-detail .product-brand a {
    font-size: 14px;
  }
  .wishlist-index-index .col-detail .product-item-name {
    margin-bottom: 0;
  }
  .wishlist-index-index .col-detail .product-item-right {
    padding-left: 12px;
  }
  .wishlist-index-index .col-detail .price-box {
    padding-top: 5px;
  }
  .wishlist-index-index .col-detail .special-price .price {
    font-size: 14px;
  }
  .wishlist-index-index .col-detail .old-price .price {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box {
    flex: 0 0 250px;
    max-width: 250px;
  }
  .wishlist-index-index .comment-box .field-inner {
    border-radius: 15px;
  }
  .wishlist-index-index .comment-box textarea {
    min-height: 84px;
    font-size: 12px;
    padding-top: 10px;
  }
  .wishlist-index-index .comment-box textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea:-moz-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::-moz-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::-ms-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea:-ms-placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .comment-box textarea::placeholder {
    font-size: 12px;
  }
  .wishlist-index-index .box-tocart {
    padding-left: 14px;
  }
  .wishlist-index-index .box-tocart .tocart {
    min-width: 150px;
    font-size: 9px;
    padding: 15px;
  }
  .wishlist-index-index .qty label {
    font-size: 14px;
  }
  .wishlist-index-index .qty .control {
    height: 34px;
    padding: 3px;
  }
  .wishlist-index-index .qty .control span {
    height: 26px;
    width: 26px;
    font-size: 16px;
  }
  .wishlist-index-index .qty .control .input-text {
    padding: 3px 5px 0 8px;
    max-width: 33px;
    font-size: 13px;
    height: 25px;
  }
  .wishlist-index-index .product-item-actions {
    padding-left: 10px;
  }
  .wishlist-index-index .product-item-actions .action.edit:before,
  .wishlist-index-index .product-item-actions .action.delete:before {
    transform: scale(0.5);
  }
  .wishlist-index-index .product-item-actions .action.edit {
    margin-right: 3px;
  }
  .form-newsletter-manage {
    padding: 28px 35px 34px;
    border-radius: 22px;
  }
  .form-newsletter-manage .actions-toolbar {
    margin-top: 23px;
  }
  .mst-rma-view .opc-progress-bar {
    margin-bottom: 20px;
  }
  .mst-rma-view .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 3px;
    font-size: 15px;
  }
  .mst-rma-view .mst-rma__status {
    padding: 19px 45px 17px;
    font-size: 12px;
  }
  .mst-rma-view .mst-rma__status:before {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    left: 6px;
    font-size: 12px;
  }
  .mst-rma-view .mst-rma-block {
    margin-top: 2px;
    padding: 23px;
    border-radius: 22px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__title {
    margin: 0 0 13px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__content table th {
    font-size: 12px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box {
    padding: 30px 28px;
    border-radius: 22px;
    max-width: calc(50% - 11px);
  }
  .mst-rma-view .mst-rma-block._align-top {
    margin-top: 28px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 35px 23px 54px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar .action {
    font-size: 10px;
    padding: 15px 23px 14px;
  }
  .mst-rma-view .mst-rma-view__orders {
    margin-top: 26px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper thead tr th.col-detail {
    padding-left: 39px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td {
    font-size: 14px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-detail {
    padding-left: 23px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    padding: 23px 35px;
    border-radius: 22px;
    max-height: 337px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title {
    padding-bottom: 9px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    margin-right: 13px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    font-size: 9.5px;
    letter-spacing: 1.2px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message {
    padding: 13px 20px 16px;
    margin-top: 15px;
    border-radius: 22px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__system {
    margin-left: 15px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message.__customer {
    margin-right: 15px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message a {
    margin-top: 2px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-body {
    font-size: 11px;
    line-height: 1;
  }
  .block-rma-additional .fieldset .field {
    padding: 23px 35px;
  }
  .block-rma-additional .fieldset .field textarea {
    min-height: 97px;
    padding-top: 9px;
  }
  .block-rma-additional .fieldset .field:nth-child(1) {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    padding-left: 54px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .label {
    margin-top: -2px;
    margin-bottom: 2px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 11px;
    padding: 5px 0 0;
  }
  .detail-inner .product-item-photo {
    border-radius: 15px;
    min-width: 97px;
    min-height: 97px;
    max-width: 97px;
    max-height: 97px;
  }
  .detail-inner .product-item-right {
    padding-left: 23px;
  }
  .MultiFile-list .MultiFile-label {
    margin-right: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-remove {
    margin-right: 4px;
    font-size: 9px;
  }
  .MultiFile-list .MultiFile-label .MultiFile-label {
    font-size: 9px;
  }
  .MultiFile-wrap input {
    padding: 11px 9px 5px;
    min-width: 116px;
    height: unset;
  }
  .MultiFile-wrap input:before {
    font-size: 9px;
    letter-spacing: 1.7px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 27px 32px;
    border-radius: 22px;
  }
  .ui-mst-rma__create-rma .actions-toolbar button {
    font-size: 11px;
    padding: 17px 26px;
  }
  .ui-mst-rma__create-rma .actions-toolbar {
    margin: 5px 0 0 0 !important;
  }
  .mst-rma-create__order-selector .field {
    max-width: 300px;
  }
  .mst-rma-create__order .rma-new-step2 .block-content .box {
    padding: 32px 29px !important;
    border-radius: 23px !important;
    max-width: calc(50% - 10px) !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content table tr:nth-child(2) {
    margin-top: 16px;
  }
  .mst-rma-create__order .rma-new-step2 > .block {
    margin-bottom: 28px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item {
    padding: 21px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .image {
    margin: 0 20px;
    border-radius: 13px;
    min-width: 98px;
    min-height: 98px;
    max-width: 98px;
    max-height: 98px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item b {
    font-size: 14px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .item-options {
    padding-left: 163px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset {
    max-width: 690px;
    margin-top: 20px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset .field {
    margin-bottom: 15px;
    max-width: calc(50% - 15px);
  }
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    padding: 15px 18px 13px;
  }
  .init-rma-container .actions-wrapper {
    margin-top: 35px;
  }
  .checkout-onepage-success .columns {
    margin-top: 10px;
  }
  .checkout-onepage-success .sidebar {
    padding: 40px 0 0 34px !important;
  }
  .checkout-success .section-subtitle,
  .checkout-success .order-items-title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 19px 30px 16px;
    font-size: 19px;
  }
  .checkout-success .order-info-top {
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 30px;
  }
  .checkout-success .order-info-col {
    padding: 26px;
    border-radius: 20px;
    margin-top: 15px;
  }
  .checkout-success .order-info-col.order-info-note .info-title {
    margin-bottom: 10px;
  }
  .checkout-success .order-shipping-address .info-title,
  .checkout-success .order-billing-address .info-title {
    margin-bottom: 14px;
  }
  .checkout-success .info-title,
  .block-order-details-view .box .box-title,
  .mst-rma-view .mst-rma-box__title,
  .ui-mst-rma__create-rma .mst-rma-box__title,
  .mst-rma-create__order .rma-new-step2 > .block .title,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .checkout-success .shipping-method-logo.freeshipping_freeshipping + .shipping-description,
  .block-order-details-view .shipping-method-logo.freeshipping_freeshipping + .shipping-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo.freeshipping_freeshipping + .shipping-description {
    font-size: 11px;
    max-width: 80px;
  }
  .checkout-success .payment-method-logo,
  .block-order-details-view .payment-method-logo,
  .mst-rma-create__order .rma-new-step2 .block-content .payment-method-logo {
    margin-bottom: 8px;
  }
  .checkout-success .col-content,
  .block-order-details-view .box .box-content,
  .mst-rma-view .mst-rma-block .mst-rma-box__content,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-content {
    font-size: 12px;
  }
  .checkout-success .order-item-list {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .checkout-success .order-item .col-name {
    padding: 23px;
  }
  .checkout-success .order-item .col-name .product-image {
    border-radius: 15px;
    flex: 0 0 97px;
    height: 97px;
  }
  .checkout-success .order-item .product-info {
    padding-left: 23px;
    padding-top: 4px;
  }
  .checkout-success .order-item .item-row-total {
    font-size: 14px;
    max-width: 205px;
  }
  .checkout-success .order-item .item-unit-price {
    margin: 3px 2px 0 0;
    font-size: 11px;
  }
  .checkout-success .order-item .col-total {
    padding-right: 100px;
  }
  .checkout-success .order-item .col-qty,
  .checkout-success .order-item .col-total {
    padding-top: 60px;
  }
  .checkout-success .order-item.item-header .item-col {
    letter-spacing: 1.872px;
    font-size: 12px;
    padding: 25px 12px;
  }
  .checkout-success .order-item.item-header .col-name {
    padding-left: 40px;
  }
  .checkout-success .order-item.item-header .col-total {
    padding-right: 100px;
  }
  .checkout-success .order-info-items .order-items-title {
    margin-bottom: 14px;
  }
  .checkout-success .order-info-totals {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
    padding: 14px 0 0;
  }
  .checkout-success .table-order-totals th,
  .checkout-success .table-order-totals td {
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 13px;
  }
  .checkout-success .table-order-totals .amount {
    padding-right: 100px;
  }
  .checkout-success .table-order-totals .mark {
    padding-left: 525px;
  }
  .checkout-success .table-order-totals .totals th,
  .checkout-success .table-order-totals .totals td {
    padding-bottom: 9px;
  }
  .checkout-success .grand_total_incl th,
  .checkout-success .grand_total_incl td {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 19px;
  }
  .brand-container .block-brand-list .product-items .product-item-info .product-image-photo {
    max-width: 95px;
    max-height: 95px;
    height: 95px;
    width: 95px;
  }
  .brand-container .block-brand-list .product-items .product-item-info .product-image-wrapper {
    padding-bottom: 95px !important;
  }
  .brand-container .brand-category-name,
  .brand-container .brand-list-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .brand-container .brand-list-content {
    padding-bottom: 13px;
    padding-top: 21px;
  }
  .cms-e-batterie .page-main .main .eBatterieTitle {
    font-size: 25px;
  }
  .cms-e-batterie .page-header {
    margin-bottom: 23px !important;
  }
  .ebattery-form-block .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    margin-top: -15px;
  }
  .ebattery-form-block button.action {
    font-size: 12px;
    letter-spacing: 1.4px;
    padding: 11px 21px 9px;
  }
  .ebattery-form-block :is(.yes , .no) {
    transform: scale(0.7) translate(0, -5px);
    margin: -5px 0;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) label {
    font-size: 12px;
    padding-left: 30px;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 21px 22px 17px 22px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title {
    padding-left: 60px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title strong {
    font-size: 12px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title:before {
    transform: scale(0.8) translate(-11px, -11px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title .note {
    margin-top: 2px;
    font-size: 9px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon {
    min-height: 93px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 14px;
    transform: scale(0.8);
    left: 10px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 23px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) input {
    margin: auto 30px auto auto;
  }
  .ebattery-form-block :is(.ebattery-items , .portability) {
    margin-top: 15px;
    margin-bottom: 20px !important;
  }
  .ebattery-form-block .port-item .icon:after {
    top: 20px;
  }
  .post-items {
    margin: 0 -22px;
  }
  .post-items .post-item {
    margin-bottom: 35px;
    padding: 0 22px;
  }
  .post-item-cover {
    border-radius: 20px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 24px;
    left: 29px;
  }
  .post-item-cover .post-info {
    padding: 22px 29px 30px;
  }
  .post-item-cover .post-name {
    font-size: 18px;
  }
  .post-item-cover .post-date {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .post-item-cover .post-desc {
    font-size: 12px;
    padding-top: 9px;
  }
  .post-item-cover .post-actions {
    padding: 12px 29px 13px;
  }
  .post-item-cover .post-actions a {
    font-size: 9px;
    letter-spacing: 1.3px;
  }
  .blog-search .label {
    padding: 4px 77px 0 0;
    font-size: 23px;
  }
  .blog-post .blog-toolbar .pages {
    padding: 0 0 15px;
  }
  .blog-post .blog-toolbar .pages .pages-items .page {
    font-size: 12px;
  }
  .blog-post .blog-toolbar .pages .item {
    min-width: 36px;
    min-height: 36px;
    max-height: 36px;
    max-width: 36px;
    margin: 0 3px;
  }
  .blog-sf {
    margin: 0 0 29px;
  }
  .blog-sf .toolbar {
    max-width: 222px;
  }
  .blog-sf .ui-select {
    padding: 13px 16px 12px;
    border-radius: 13px;
  }
  .blog-sf .ui-select:before {
    right: 21px;
  }
  .blog-sf .ui-select li {
    padding: 14px 17px;
    font-size: 13px;
  }
  .blog-sf .ui-select-options {
    border-radius: 12px;
  }
  .mblog-post-index .breadcrumbs,
  .mblog-category-view .breadcrumbs,
  .mblog-post-view .breadcrumbs {
    margin-bottom: 20px;
  }
  .post-content {
    max-width: 800px;
    margin-bottom: 50px;
    --box-radius: 20px;
    --box-padding-x: 43px;
    --box-padding-y: 36px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 19px;
  }
  .post-content .list-box-title {
    font-size: 29px;
    margin-top: 19px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 18px;
  }
  .post-content .list-box-items {
    margin-bottom: 23px;
  }
  .post-content .list-box-item {
    font-size: 19px;
    padding-left: 19px;
    margin-bottom: 13px;
  }
  .post-content .list-box-item a {
    font-size: 19px;
  }
  .post-content .list-box-item:before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 17px;
    margin: 11px 0;
  }
  .post-content p:has(a) {
    padding: 4px 0;
  }
  .post-content button {
    max-width: 338px;
    margin: 21px auto;
    font-size: 15px;
    letter-spacing: 2.3px;
    padding: 26px 25px 24px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 18px;
  }
  .post-content h1 {
    font-size: 48px;
  }
  .post-content h2 {
    font-size: 39px;
  }
  .post-content h3 {
    font-size: 29px;
  }
  .post-content h4 {
    font-size: 24px;
  }
  .post-content h5 {
    font-size: 21px;
  }
  .post-content h6 {
    font-size: 18px;
  }
  .contact-info-box {
    margin: 50px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 20px;
    flex: 0 0 73px;
    max-width: 73px;
    padding-top: 73px;
  }
  .contact-info-box .contact-info-name {
    font-size: 15px;
    letter-spacing: 2.1px;
  }
  .contact-info-box .publiced-date {
    font-size: 11px;
  }
  .contact-info-box .contact-info-text {
    padding-top: 4px;
    letter-spacing: 1.7px;
    font-size: 12px;
  }
  .contact-info-box .contact-info-social {
    margin-left: 6px;
  }
  .contact-info-box .contact-info-link {
    padding: 0 3.5px;
  }
  .contact-info-box .contact-info-link svg {
    max-width: 26px;
    max-height: 26px;
    min-width: 26px;
    min-height: 26px;
  }
  .blog-search-wrapper.modal-popup .modal-inner-wrap {
    max-width: 1000px !important;
    border-radius: 40px;
    padding: 30px;
  }
  .blog-search-wrapper.modal-popup .action-close {
    top: 13px;
  }
  .search-box {
    max-width: 590px;
  }
  .search-box:before {
    right: 12px;
    width: 29px;
    height: 29px;
    font-size: 15px;
  }
  .search-box input {
    height: 50px;
    padding: 9px 42px 7px 20px;
    letter-spacing: 1px;
    font-size: 11px;
  }
  .search-title {
    margin-bottom: 28px;
    font-size: 28px;
    padding-bottom: 19px;
    margin-top: -2px;
  }
  .search-result .search-item {
    margin-bottom: 8px;
    border-radius: 20px;
    padding: 34px 30px 28px;
  }
  .search-result .search-item:first-child {
    margin-top: 24px;
  }
  .search-result .item-title,
  .search-result .item-desc {
    font-size: 17px;
  }
  .bannerCoverBox {
    gap: 13px;
  }
}
@media all and (max-width: 1400px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1260px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-bottext {
    font-size: 13px;
  }
  .product-info-price + .coupon {
    margin-bottom: 15px !important;
  }
  .product-info-main .tooltips-container {
    padding: 16px 22px 40px 21px;
  }
  .product-info-main .tooltips-container .shortcut-title {
    font-size: 13px;
    margin-bottom: 1px;
  }
  .product-info-main .tooltips-container .instruction {
    font-size: 13px;
    line-height: 1.3;
    padding-left: 3px;
    margin-top: 7px;
  }
  .tooltips-container {
    margin-bottom: 0;
  }
  .tooltips-container .tooltips-icon {
    width: 133px;
    height: 23px;
    margin-top: 10px;
    margin-left: 2px;
  }
  .tooltips-container .tooltips-icon-wrapper span {
    min-width: 120px;
    padding: 13px 18px;
    margin-left: 13px;
    font-size: 10px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 380px;
  }
  .simulator-report-container .section-budget .box.box6,
  .simulator-report-container .section-budget .box.box7 {
    min-width: unset;
  }
  .simulator-report-container .section-saving .saved-amount,
  .simulator-report-container .section-budget .saved-amount,
  .simulator-report-container .section-saving .saved-percent,
  .simulator-report-container .section-budget .saved-percent,
  .simulator-report-container .section-saving .recommanded-power,
  .simulator-report-container .section-budget .recommanded-power,
  .simulator-report-container .section-saving .surface-area,
  .simulator-report-container .section-budget .surface-area,
  .simulator-report-container .section-saving .panel-power,
  .simulator-report-container .section-budget .panel-power,
  .simulator-report-container .section-saving .required-panel,
  .simulator-report-container .section-budget .required-panel {
    font-size: 40px;
  }
  .simulator-report-container .section-saving .box1 p,
  .simulator-report-container .section-budget .box1 p {
    font-size: 14px;
  }
  .account .column .block-info-quotation .block-content {
    padding: 17px 25px;
    border-radius: 17px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 13px;
    padding: 4px 0;
  }
  .account .column .block-info-quotation .order-status {
    transform: translateY(-2px);
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 19px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 14px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.subtotal {
    padding-right: 46px;
  }
  .account .column .quotation-items .table-wrapper thead th.subtotal {
    padding-right: 46px;
  }
  .account .column .quotation-items .table-wrapper tfoot .amount {
    padding-right: 46px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 32px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper {
    padding: 0 23px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 10px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand .amount strong,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand .amount strong {
    font-size: 18px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand th,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand td,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 12px 0 11px;
  }
  .checkout-cart-index .cart-container .cart-summary .shipping .totals.grand .price,
  .checkout-cart-index .cart-container .cart-summary .cart-totals-wrapper .totals.grand .price {
    font-size: 18px;
  }
  .checkout-cart-index .cart-empty {
    border-radius: 30px;
  }
  .quotation-request-link {
    padding: 12px 15px 11px;
    font-size: 11px !important;
    margin-left: 7px;
    letter-spacing: 1px !important;
  }
  .cart-container .qty-note span {
    font-size: 10px;
  }
  .cart-container .table-wrapper,
  .columns .order-details-items .table-wrapper,
  .columns .quotation-items .table-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .cart-container .table-wrapper thead th,
  .columns .order-details-items .table-wrapper thead th,
  .columns .quotation-items .table-wrapper thead th {
    padding: 20px 10px;
  }
  .cart-container .table-wrapper thead th.item,
  .cart-container .table-wrapper thead th.name,
  .columns .order-details-items .table-wrapper thead th.item,
  .columns .order-details-items .table-wrapper thead th.name,
  .columns .quotation-items .table-wrapper thead th.item,
  .columns .quotation-items .table-wrapper thead th.name {
    padding-left: 32px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top .product-item-photo,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top .product-item-photo,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top .product-item-photo {
    flex: 0 0 90px;
    height: 90px;
    border-radius: 15px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .product-item-details .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .product-item-details .product-item-detail-top-inner {
    padding-left: 20px;
    padding-top: 2px;
  }
  .cart-container .table-wrapper .product-item-details .message,
  .columns .order-details-items .table-wrapper .product-item-details .message,
  .columns .quotation-items .table-wrapper .product-item-details .message {
    margin-top: 12px;
    font-size: 11px;
    padding: 12px 45px 11px;
  }
  .cart-container .table-wrapper .product-item-details .message > *:first-child:before,
  .columns .order-details-items .table-wrapper .product-item-details .message > *:first-child:before,
  .columns .quotation-items .table-wrapper .product-item-details .message > *:first-child:before {
    left: 15px;
  }
  .cart-container .table-wrapper .bundle-item-option-list,
  .columns .order-details-items .table-wrapper .bundle-item-option-list,
  .columns .quotation-items .table-wrapper .bundle-item-option-list {
    padding-left: 35px;
    margin-top: 27px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .bundle-item-option,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .bundle-item-option,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .bundle-item-option {
    margin: 0 0 15px 0;
    max-width: 325px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .price,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .price,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .price {
    font-size: 14px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img {
    padding-right: 18px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img span,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.img span,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.img span {
    min-width: 65px;
    max-width: 65px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.price,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.price,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.price {
    margin-bottom: 8px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.name,
  .columns .order-details-items .table-wrapper .bundle-item-option-list .item-col.name,
  .columns .quotation-items .table-wrapper .bundle-item-option-list .item-col.name {
    font-size: 11px;
    max-width: 178px;
  }
  .cart-container .table-wrapper tbody td.col-qty,
  .cart-container .table-wrapper tbody td.qty,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.subtotal,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.action,
  .cart-container .table-wrapper tbody td.col-action,
  .cart-container .table-wrapper tbody td.sku,
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .order-details-items .table-wrapper tbody td.sku,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.sku {
    padding: 19px 11px 10px;
  }
  .cart-container .table-wrapper tbody td.item,
  .cart-container .table-wrapper tbody td.name,
  .columns .order-details-items .table-wrapper tbody td.item,
  .columns .order-details-items .table-wrapper tbody td.name,
  .columns .quotation-items .table-wrapper tbody td.item,
  .columns .quotation-items .table-wrapper tbody td.name {
    padding: 18px 20px;
  }
  .cart-container .table-wrapper tbody td.subtotal .cart-price,
  .cart-container .table-wrapper tbody td.price .cart-price,
  .columns .order-details-items .table-wrapper tbody td.subtotal .cart-price,
  .columns .order-details-items .table-wrapper tbody td.price .cart-price,
  .columns .quotation-items .table-wrapper tbody td.subtotal .cart-price,
  .columns .quotation-items .table-wrapper tbody td.price .cart-price {
    padding-top: 9px;
  }
  .cart-container .table-wrapper tbody td.subtotal .price,
  .cart-container .table-wrapper tbody td.price .price,
  .columns .order-details-items .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items .table-wrapper tbody td.price .price,
  .columns .quotation-items .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items .table-wrapper tbody td.price .price {
    font-size: 20px;
  }
  .cart-container .table-wrapper tbody td .price-box,
  .columns .order-details-items .table-wrapper tbody td .price-box,
  .columns .quotation-items .table-wrapper tbody td .price-box {
    font-size: 11px;
  }
  .cart-container .table-wrapper tbody td .price-box .cart-price,
  .columns .order-details-items .table-wrapper tbody td .price-box .cart-price,
  .columns .quotation-items .table-wrapper tbody td .price-box .cart-price {
    padding: 0;
  }
  .cart-container .table-wrapper tbody td .price-box .price,
  .columns .order-details-items .table-wrapper tbody td .price-box .price,
  .columns .quotation-items .table-wrapper tbody td .price-box .price {
    font-size: 11px;
  }
  .cart-container .table-wrapper tbody .qty label,
  .columns .order-details-items .table-wrapper tbody .qty label,
  .columns .quotation-items .table-wrapper tbody .qty label {
    font-size: 14px;
  }
  .cart-container .table-wrapper tbody .qty .control,
  .columns .order-details-items .table-wrapper tbody .qty .control,
  .columns .quotation-items .table-wrapper tbody .qty .control {
    height: 40px;
    padding: 3px;
  }
  .cart-container .table-wrapper tbody .qty .control span,
  .columns .order-details-items .table-wrapper tbody .qty .control span,
  .columns .quotation-items .table-wrapper tbody .qty .control span {
    height: 31px;
    width: 31px;
    font-size: 17px;
  }
  .cart-container .table-wrapper tbody .qty .control .qty-plus,
  .columns .order-details-items .table-wrapper tbody .qty .control .qty-plus,
  .columns .quotation-items .table-wrapper tbody .qty .control .qty-plus {
    padding-left: 0;
  }
  .cart-container .table-wrapper tbody .qty .control .qty-minus,
  .columns .order-details-items .table-wrapper tbody .qty .control .qty-minus,
  .columns .quotation-items .table-wrapper tbody .qty .control .qty-minus {
    padding-left: 1px;
  }
  .cart-container .table-wrapper tbody .qty .control .input-text,
  .columns .order-details-items .table-wrapper tbody .qty .control .input-text,
  .columns .quotation-items .table-wrapper tbody .qty .control .input-text {
    padding: 5px 5px 0 8px;
    max-width: 36px;
    font-size: 14px;
  }
  .cart-container .table-wrapper .cart.pallet td,
  .columns .order-details-items .table-wrapper .cart.pallet td,
  .columns .quotation-items .table-wrapper .cart.pallet td {
    padding: 18px;
  }
  .cart-container .table-wrapper .cart.pallet .pallet-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .pallet-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .pallet-inner {
    padding: 13px;
    border-radius: 13px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-detail-top-inner,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-detail-top-inner {
    padding-left: 13px;
  }
  .cart-container .table-wrapper .cart.pallet .product-item-name,
  .columns .order-details-items .table-wrapper .cart.pallet .product-item-name,
  .columns .quotation-items .table-wrapper .cart.pallet .product-item-name {
    font-size: 13px;
  }
  .cart-container .table-wrapper .cart.pallet .item-desc,
  .columns .order-details-items .table-wrapper .cart.pallet .item-desc,
  .columns .quotation-items .table-wrapper .cart.pallet .item-desc {
    font-size: 13px;
    margin: 2px 0;
    max-width: 305px;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar,
  .columns .order-details-items .table-wrapper .cart.pallet .actions-toolbar,
  .columns .quotation-items .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 24px !important;
  }
  .cart-container .table-wrapper .cart.pallet .price,
  .columns .order-details-items .table-wrapper .cart.pallet .price,
  .columns .quotation-items .table-wrapper .cart.pallet .price {
    font-size: 20px;
  }
  .cart-container .product-item-name {
    margin: 2px 0;
    max-width: 205px;
  }
  .cart-container .stock,
  .cart-container .stock-qty,
  .columns .order-details-items .stock,
  .columns .quotation-items .stock,
  .columns .order-details-items .stock-qty,
  .columns .quotation-items .stock-qty {
    font-size: 11px;
  }
  .cart-container .product-reviews-summary .reviews-actions {
    margin-top: 2px;
  }
  .cart-container .product-reviews-summary .reviews-actions a {
    font-size: 13px;
  }
  .cart-container .product-reviews-summary svg {
    height: 11px;
    width: 69px;
  }
  .cart-container .cart-summary .shipping,
  .cart-container .cart-summary .cart-totals-wrapper {
    border-radius: 20px;
    padding: 0 23px;
  }
  .cart-container .cart-summary .cart-totals {
    margin: 17px 0 26px;
  }
  .cart-container .cart-summary .checkout .action {
    margin-bottom: 35px;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 20px 25px 18px;
  }
  .cart-container .cart-summary #co-shipping-method-form .title {
    letter-spacing: 1px;
    font-size: 17px;
    padding: 0 23px;
    margin: 20px -23px 0;
    font-weight: 600;
  }
  .cart-container .cart-summary .title strong {
    letter-spacing: 1px;
    font-size: 17px;
    padding: 21px 23px 15px;
    margin: 0 -23px 8px;
  }
  .cart-container .cart-summary .methods {
    padding: 25px 0;
  }
  .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper .shipping-discount-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-discount-wrapper .shipping-discount-price,
  .block-order-details-view .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-discount-wrapper .shipping-discount-price {
    margin: 3px 0 0 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
  }
  .cart-container .cart-summary .methods .item-options .choice .shipping-discount-wrapper:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-discount-wrapper:before,
  .block-order-details-view .sm-desc .choice .shipping-discount-wrapper:before,
  .mst-rma-create__order .rma-new-step2 .block-content .sm-desc .choice .shipping-discount-wrapper:before {
    margin-right: 0;
  }
  .cart-container .cart-summary .cart-totals-wrapper th,
  .cart-container .cart-summary .cart-totals-wrapper td {
    font-size: 12px;
    padding: 1px 0 4px;
  }
  .cart-container .cart-summary .cart-totals-wrapper tr {
    padding: 0 23px;
    margin: 0 -23px;
  }
  .cart-container .cart-summary .cart-totals-wrapper .totals strong {
    font-size: 18px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar {
    padding: 0 25px;
  }
  #opc-sidebar .quotation-request-link {
    margin: -13px -7px 17px;
    width: 100%;
    max-width: 100%;
  }
  #opc-sidebar .sidebar-title {
    font-size: 19px;
    padding: 21px 25px 15px;
    margin: 0 -25px;
  }
  #opc-sidebar .product-brand a {
    font-size: 12px !important;
  }
  #opc-sidebar > .actions-toolbar {
    padding: 20px 18px;
    margin: 0 -25px;
  }
  #opc-sidebar > .actions-toolbar .sidebar-place-order {
    font-size: 13px;
    letter-spacing: 1.7px;
    padding: 21px 22px 18px;
  }
  #opc-sidebar .shipping-information .shipping-information-title span {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 17px;
  }
  #opc-sidebar .shipping-information .ship-to .shipping-information-content {
    padding: 16px;
    margin: 0 0 20px;
    border-radius: 23px;
    font-size: 13px;
  }
  #opc-sidebar .shipping-information .ship-via {
    margin-bottom: 20px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content {
    margin: 0;
    padding: 15px 20px;
    border-radius: 17px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping {
    flex-wrap: wrap;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-info {
    flex-grow: 1;
    padding: 0 0 0 25px;
    max-width: 84%;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .shipping-price {
    margin-left: 69px;
    padding-top: 14px;
  }
  .checkout-container .minicart-items {
    margin-top: 14px;
  }
  .checkout-container .minicart-items .product-item {
    padding: 0 15px 7px;
    margin: 0 -25px;
  }
  .checkout-container .minicart-items .product-item .product {
    padding: 15px 17px 14px 14px;
    border-radius: 20px;
  }
  .checkout-container .minicart-items .product-item .product-image-container {
    flex: 0 0 57px;
    max-width: 57px;
    min-height: 57px;
    border-radius: 13px;
    max-height: 57px;
  }
  .checkout-container .minicart-items .product-item-name {
    max-height: 32px;
    font-size: 12px;
  }
  .checkout-container .minicart-items .product-item-inner {
    margin-left: 13px;
  }
  .checkout-container .opc-block-summary .table-totals {
    margin: 10px 0 0;
  }
  .checkout-container .opc-block-summary .table-totals tr {
    padding: 0 25px;
    margin: 0 -25px;
  }
  .checkout-container .opc-block-summary .table-totals th,
  .checkout-container .opc-block-summary .table-totals td {
    font-size: 13px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand {
    margin-top: 11px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand th {
    padding: 11px 0 10px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand th strong {
    font-size: 20px;
  }
  .checkout-container .opc-block-summary .table-totals .totals.grand .amount {
    font-size: 20px;
  }
  .checkout-container .items-in-cart .actions-toolbar {
    padding: 11px 32px 9px 25px;
    margin: 10px -25px 25px;
  }
  .checkout-container .items-in-cart .actions-toolbar .toggle-item-label {
    font-size: 13px;
  }
  .checkout-container .items-in-cart .actions-toolbar .more-item-count {
    padding: 5px 14px 3px 13px;
    font-size: 12px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 15px;
  }
  .checkout-login .field label {
    max-width: 349px;
  }
  .checkout-login .field input,
  .checkout-login .field select {
    max-width: 349px;
  }
  .checkout-login .login-form-inner .step-customer-group .field.group-particulaire {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .checkout-login .login-form-inner .step-password .field.field-edit-email {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .step-customer-vat .fieldset-inner {
    padding: 0 40px 52px;
  }
  .step-customer-vat .note {
    font-size: 12px;
  }
  .step-customer-vat .field-group {
    max-width: 838px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    padding: 50px 18px 20px 25px;
    font-size: 12px;
    min-height: 245px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    font-size: 12px;
  }
  .form-shipping-address .fieldset.address,
  .checkout-container .checkout-payment-method .billing-address-form .fieldset.address {
    max-width: 778px;
  }
  .checkout-payment-method .payment-methods .payment-method {
    flex-wrap: wrap;
  }
  .checkout-payment-method .payment-methods .payment-method .payment-method-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0 0 0;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 23px;
  }
  #alma-widget svg {
    width: 66px;
    height: 20px;
  }
  #alma-widget .alma-payment-plans-eligibility-options > div {
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    font-size: 11px;
  }
  .customer-account-login .actions-toolbar .action,
  .customer-account-forgotpassword .actions-toolbar .action,
  .customer-account-create .actions-toolbar .action,
  .customer-account-createpassword .actions-toolbar .action {
    letter-spacing: 1.187px;
    padding: 15px 22px 13px;
    font-size: 10px;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 25px 27px 40px;
    max-width: calc(33.33% - 26px);
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 8px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 38px 0 0 !important;
  }
  .newsletter-main-part {
    padding: 32px;
  }
  .newsletter-main-part .newsletter-main .newsletter-title {
    font-size: 17px;
  }
  .newsletter-main-part .newsletter-main .content {
    max-width: 405px;
  }
  .newsletter-main-part .newsletter-main .content .subscribe {
    padding: 3px;
  }
  .newsletter-main-part .newsletter-main .content input {
    font-size: 9px;
    padding: 5.5px 10px 2.5px;
    letter-spacing: 0;
  }
  .newsletter-main-part .newsletter-main .content input::-webkit-input-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input:-moz-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input::-moz-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input::-ms-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input:-ms-placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content input::placeholder {
    font-size: 9px;
  }
  .newsletter-main-part .newsletter-main .content #newsletter-error {
    top: 40px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .newsletter-main-part .newsletter-main .content .actions .subscribe {
    padding: 9.5px 16px;
    min-width: 90px;
    font-size: 8px;
  }
  .newsletter-main-part .newsletter-main .newsletter-cover {
    margin-right: 20px;
  }
  .footer.content {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.66);
  }
  .yp-info {
    padding-top: 10px;
  }
  #younited_block:before {
    transform: translateY(-50%) scale(0.6);
    left: -47px;
    top: 14px;
  }
  #yp-current-maturities {
    padding-left: 160px;
  }
  #yp-simuler {
    margin-left: 20px;
    font-size: 11px;
    letter-spacing: 2.5px;
    min-width: 120px;
    min-height: 28px;
    padding: 3px 0 0;
  }
  .maturity_installment,
  .matr {
    padding-top: 0;
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    font-size: 11px;
    margin-right: 21px;
  }
  .maturity_installment:before,
  .matr:before {
    min-width: 12px;
    min-height: 14px;
    right: -16px;
  }
  .yp-info {
    padding-top: 20px;
    line-height: 1.3;
  }
  .custom-field-box .message.info,
  .custom-field-box .message.error,
  .custom-field-box .message.warning,
  .custom-field-box .message.notice,
  .custom-field-box .message.success,
  .field .message.info,
  .field .message.error,
  .field .message.warning,
  .field .message.notice,
  .field .message.success {
    padding: 10px 40px 8px;
    font-size: 11px;
  }
  .custom-field-box .message.info > *:first-child:before,
  .custom-field-box .message.error > *:first-child:before,
  .custom-field-box .message.warning > *:first-child:before,
  .custom-field-box .message.notice > *:first-child:before,
  .custom-field-box .message.success > *:first-child:before,
  .field .message.info > *:first-child:before,
  .field .message.error > *:first-child:before,
  .field .message.warning > *:first-child:before,
  .field .message.notice > *:first-child:before,
  .field .message.success > *:first-child:before {
    left: 15px;
  }
  .nav-sections .nav-sections-link {
    margin-left: 15px;
  }
  .nav-sections .submenu-sublink {
    font-size: 16px;
  }
  .nav-sections .submenu-card {
    height: 130px;
  }
  .nav-sections .submenu-card img {
    max-width: 184px;
  }
  .nav-sections .submenu-banner {
    min-height: 290px;
    max-height: 290px;
    min-width: 280px;
    max-width: 280px;
  }
  .nav-sections .submenu-title {
    margin-bottom: 15px;
  }
  .nav-sections .submenu-support {
    font-size: 16px;
  }
  .nav-link2 {
    display: none;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 22px 30px;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 12px;
  }
  .page-footer .footerContentMain,
  .page-footer .footerCopyright {
    padding-right: 65px;
    padding-left: 65px;
  }
  .page-footer .footerContentMain {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.66);
  }
  .modal-popup.cart-popup-wrapper .modal-inner-wrap {
    -webkit-transform: translateY(-200%) scale(0.8);
    transform: translateY(-200%) scale(0.8);
    margin-top: 0 !important;
  }
  .modal-popup._show.cart-popup-wrapper .modal-inner-wrap {
    -webkit-transform: translateY(0) scale(0.8);
    transform: translateY(0) scale(0.8);
  }
  .toplinks-sidebar {
    width: 380px;
  }
  .toplinks-sidebar .toplinks-sidebar-title {
    padding: 26px 21px 22px 37px;
    font-size: 16px;
  }
  .toplinks-sidebar .toplinks-sidebar-footer .link-logout {
    font-size: 16px;
    padding: 19px 25px;
  }
  .toplinks-sidebar .toplinks-sidebar-content li a {
    padding: 17px 37px 14px 37px;
    font-size: 16px;
  }
  .toplinks-sidebar .toplinks-sidebar-content li.credit a {
    margin: 0px 0;
  }
  .toplinks-sidebar .toplinks-sidebar-content li.credit a .counter {
    font-size: 21px;
  }
  .guarantee-icon {
    top: 180px;
    left: 25px;
  }
  .made-in-europe {
    top: 191px;
    right: 25px;
  }
  .livraison-gratuite {
    right: 10px;
    top: 2px;
    max-width: 95px;
  }
  .catalog-product-view .guarantee-icon {
    top: 314px;
    left: 20px;
  }
  .catalog-product-view .made-in-europe {
    top: 332px;
    right: 49px;
  }
  .single-banner-container > div {
    max-height: 380px;
  }
  .newtopheader {
    padding: 7px 0;
  }
  .newtopheader .newtopheader-ship,
  .newtopheader .newtopheader-maga,
  .newtopheader .newtopheader-cont {
    font-size: 11px;
  }
  .newtopheader .newtopheader-ship {
    padding-left: 21px;
  }
  .newtopheader .newtopheader-ship:before {
    font-size: 14px;
  }
  .newtopheader .newtopheader-right .newtopheader-link {
    font-size: 12px;
  }
  .newtopheader .newtopheader-right .newtopheader-link:before {
    transform: translateY(-55%);
    font-size: 15px;
  }
  .block-faq-list,
  .block-products-list,
  .block-category-list,
  .block-brand-list {
    margin: 50px 0;
  }
  .block .block-title {
    line-height: 0.9;
    margin-bottom: 13px;
  }
  .block .block-title strong {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -20px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 20px 20px 0;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-name {
    font-size: 11px;
    line-height: 1;
  }
  .block-products-list .products-grid .product-items .product-item-details .btn-link {
    padding: 11px 16px 9px;
    margin-top: 24px;
    font-size: 8px;
    letter-spacing: 1.187px;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box {
    margin: 9px 0 auto;
  }
  .block-products-list .products-grid .product-items .product-item-details .price-box .price {
    font-size: 20px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-item-link {
    max-height: 34px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand {
    margin-bottom: 2px;
  }
  .block-products-list .products-grid .product-items .product-item-details .product-brand a {
    font-size: 12px;
  }
  .block-products-list .products-grid .product-items .product-item-info .product-item-photo {
    margin: 0 auto 28px;
    max-width: 100%;
  }
  .block-faq-list .block-content {
    margin: 0 -18px;
  }
  .block-faq-list .block-content .faq-item {
    padding: 0 18px;
  }
  .block-faq-list .block-content .faq-item-inner {
    border-radius: 20px;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 16px;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 11px;
  }
  .block-faq-list .block-content .artical-list li {
    padding-left: 23px;
  }
  .block-faq-list .block-content .artical-list li:not(:last-child) {
    margin-bottom: 11px;
  }
  .block-faq-list .block-content .artical-list li:before {
    font-size: 14px;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 8px 0 19px;
  }
  .block-faq-list .block-content .faq-desc p {
    font-size: 11px;
  }
  .block-faq-list .block-content .faq-desc p:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-faq-list .block-content .faq-bottom {
    line-height: 1;
    padding-bottom: 21px;
    padding-top: 15px;
  }
  .block-faq-list .block-content .faq-bottom a {
    font-size: 8px;
    letter-spacing: 1.187px;
  }
  .block-faq-list .block-content .faq-info,
  .block-faq-list .block-content .faq-bottom {
    padding-left: 28px;
    padding-right: 28px;
  }
  .block-category-list .block-content {
    border-radius: 20px;
  }
  .block-category-list .block-content .category-item {
    padding: 40px 0;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 12px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.6);
    margin-bottom: 5px;
  }
  .block-brand-list .block-content {
    padding: 7px 0;
  }
  .block-brand-list .block-content .brandList {
    transform: unset;
    margin-right: -30px;
  }
  .block-brand-list .block-content .brandLink {
    transform: scale(0.6);
  }
  .block-brand-list .block-content .brandLink.brandPylontech {
    margin-left: -20px;
  }
  .block-brand-list .block-content .brandLink.brandEnphase,
  .block-brand-list .block-content .brandLink.brandTrineSolar,
  .block-brand-list .block-content .brandLink.brandVictronEnergy {
    margin-left: -30px;
  }
  .block-sub-category-main a {
    padding: 65px 15px 15px 30px;
  }
  .block-sub-category-main .sub-category-img {
    flex: 0 0 90px;
    max-width: 90px;
  }
  .block-sub-category-main .sub-category-item:before {
    font-size: 86px;
    top: 16px;
    right: 30px;
  }
  .block-sub-category-main .sub-category-title {
    font-size: 18px;
  }
  .breadcrumbs {
    margin-bottom: 21px;
    max-width: 100% !important;
  }
  .breadcrumbs .items {
    max-width: 1250px;
  }
  .block-compare .block-compare-wrapper .product-items .product-item {
    padding: 15px 20px;
    flex: 0 0 244px;
    max-width: 244px;
    width: 244px;
  }
  .popular-category-wrapper .popular-category-item-list a h3 {
    max-width: 160px;
    letter-spacing: 2.2px;
    font-size: 15px;
  }
  .page-title-wrapper {
    margin: 6px 0 13px;
  }
  .page-title-wrapper .page-title {
    font-size: 27px;
  }
  .product-item-name a,
  .product-brand a {
    font-size: 13px;
  }
  .attribute-info .info-item {
    font-size: 11px;
  }
  .page-products .product-item-info .product-item-details .tocart {
    min-width: inherit;
    display: block;
    width: 100%;
  }
  .promotion-timer .value {
    font-size: 24px;
  }
  .promotion-timer .lable {
    font-size: 8px;
    margin-top: 2px;
  }
  .product-item-actions .actions-primary {
    width: 100%;
  }
  .sidebar .filter-title,
  .sidebar .filter-options-title,
  .sidebar .sb-title {
    padding: 15px 17px;
    font-size: 17px;
  }
  .sidebar .sb-content {
    padding: 5px 0;
  }
  .sidebar .filter-options .filter-options-content {
    padding: 5px 0;
  }
  .sidebar .mst-nav__label .mst-nav__label-item {
    font-size: 16px;
  }
  .sidebar .filter-clear {
    font-size: 11px;
  }
  .popular-category-wrapper .popular-category-item-list {
    padding: 30px 0 37px;
  }
  .breadcrumbs {
    margin-bottom: 0;
  }
  .breadcrumbs .items .item {
    padding: 12px 0 10px;
  }
  .breadcrumbs .items .item:after {
    margin: 0 5px;
    font-size: 7px;
  }
  .breadcrumbs .items .item a,
  .breadcrumbs .items .item strong {
    font-size: 10px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    font-size: 11px;
    padding: 8px 4px 6px;
    border-radius: 50px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .info-title,
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .stock-text {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .sap-stock-info .stock-count {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .platform-stock {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item {
    padding-left: 9px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item {
    padding: 25px 25px 18px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .tocart {
    padding: 19px 20px 17px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    padding: 9px 4px 7px;
    font-size: 11px;
    margin-bottom: 11px;
    border-radius: 50px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-item-name {
    font-size: 15px;
    margin-bottom: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sku {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price {
    font-size: 14px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 14px;
    margin-top: 3px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .ttc {
    margin-top: -12px;
    padding: 0 9px 0 2px;
    font-size: 16px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box {
    margin: 15px 0 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions {
    margin-top: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions a {
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .rating-summary {
    margin: 0 5px 0 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary svg {
    height: 14px;
    width: 90px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .badge {
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 6px 13px 3px;
    margin-bottom: 16px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer {
    margin-bottom: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .value {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .lable {
    font-size: 9px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col {
    height: 58px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col:after {
    top: 41%;
    font-size: 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .label {
    border-radius: 15px;
    padding: 14px 22px 12px;
    min-width: 230px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .label:before {
    font-size: 8px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-options {
    border-radius: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-options ul .ui-option {
    padding: 14px 23px;
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-select-label {
    font-size: 9.6px;
    margin-bottom: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .toolbar-products .ui-select .ui-option-selected {
    font-size: 12px;
  }
  .page-title-wrapper .page-title {
    font-size: 26px;
  }
  .mpbrand-index-view .sidebar .block-title .block-subtitle {
    font-size: 17px;
    padding: 16px 22px 18px;
  }
  .mpbrand-index-view #brand-thumbnail-menu .brand-img-wrapper {
    max-width: 40px;
    min-width: 40px;
  }
  .mpbrand-index-view #brand-thumbnail-menu ul .brand-items {
    font-size: 14px;
  }
  .mpbrand-index-view #brand-thumbnail-menu ul .brand-items span {
    margin-left: 25px;
  }
  .mpbrand-index-view .block-content {
    padding: 0 11px;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 230px;
    max-width: 230px;
  }
  .mageplaza-fbt-content .product-item:before {
    width: 35px;
    height: 35px;
    right: -18px;
  }
  .mageplaza-fbt-content .product-item:after {
    font-size: 26px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-checkbox-label {
    margin-top: 15px;
  }
  .product-info-right .not-stock-section .not-stock {
    padding: 16px 30px 15px;
    margin-bottom: 16px;
  }
  .product-info-right .not-stock-section .stock,
  .product-info-right .not-stock-section .stock-qty {
    min-height: unset;
  }
  .product-info-right .not-stock-section .stock .action,
  .product-info-right .not-stock-section .stock-qty .action {
    font-size: 10px;
  }
  .product-info-right .not-stock-section .fieldset-stock-alert {
    margin-bottom: 18px;
  }
  .product-info-right .product-social-links {
    padding: 18px;
    margin: auto -22px 0;
  }
  .product-info-right .product-social-links a {
    margin: 0 10px;
    font-size: 9px;
  }
  .product-info-right .product-social-links a:before {
    margin-right: 6px;
  }
  .product-info-right .product-social-links a.towishlist:before {
    font-size: 22px;
  }
  .product-info-right .product-social-links a.toshare:before {
    font-size: 20px;
  }
  .product-info-right .box-tocart {
    margin: 8px 0 0;
  }
  .product-info-right .actions {
    margin-bottom: 9px;
  }
  .product-info-right .actions .action {
    font-size: 12px;
    padding: 15px 15px 13px;
  }
  .product-info-right .sap-stock-info {
    margin-bottom: 14px;
    margin-top: 14px;
  }
  .product-info-right .sap-stock-info.precommande .stock:after,
  .product-info-right .sap-stock-info.bundle .stock:after,
  .product-info-right .sap-stock-info.surcommande .stock:after,
  .product-info-right .sap-stock-info.precommande .stock-qty:after,
  .product-info-right .sap-stock-info.bundle .stock-qty:after,
  .product-info-right .sap-stock-info.surcommande .stock-qty:after {
    top: 2px;
  }
  .product-info-right .qty .control {
    margin: 0 auto 10px;
    height: 43px;
    padding: 0 6px;
  }
  .product-info-right .qty .control span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    font-size: 19px;
    padding-top: 6px;
  }
  .product-info-right .qty .input-text,
  .product-info-right .qty .item-qty {
    font-size: 13px;
    max-width: 45px;
  }
  .product-info-right .product-info-price .price-box {
    min-height: 52px;
  }
  .product-info-right .product-info-price .price-box .ttc {
    font-size: 16px;
  }
  .product-info-right .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 29px;
  }
  .product-info-right .product-info-price .price-box .save-percent {
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    max-height: 52px;
    font-size: 17px;
    padding-top: 3px;
    padding-right: 2px;
  }
  .product-info-right .product-info-price .price-box .old-price-wrapper .price-container .price-wrapper .price {
    margin-left: 0;
    font-size: 17px;
  }
  .product-info-right .real-qty-text,
  .product-info-right .sap-delay-day,
  .product-info-right .sap-delay-text,
  .product-info-right .sap-exptd-date,
  .product-info-right .sap-exptd-qty,
  .product-info-right .coupon {
    font-size: 12px;
    padding: 8px 5px 6px;
  }
  .product-info-right .coupon {
    margin-bottom: 8px;
  }
  .catalog-product-view .product-info-right .stock,
  .catalog-product-view .product-info-right .stock-qty {
    min-height: 24px;
    margin-bottom: 8px;
  }
  .catalog-product-view .product-info-right .stock .stock-text,
  .catalog-product-view .product-info-right .stock-qty .stock-text {
    font-size: 13px;
  }
  .catalog-product-view .product-info-right .stock .stock-count,
  .catalog-product-view .product-info-right .stock-qty .stock-count {
    padding: 3.5px 8px;
    font-size: 13px;
    margin-bottom: -3px;
  }
  .catalog-product-view .product-info-right .stock:after,
  .catalog-product-view .product-info-right .stock-qty:after {
    top: 4px;
    font-size: 15px;
  }
  .catalog-product-view .product-info-right .sap-arrrival-orders {
    margin: 7px 0 12px;
  }
  .catalog-product-view .product-info-right .sap-arrrival-orders .supplier-order-item {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .catalog-product-view.page-layout-1column .product.media {
    padding-right: 28px;
    margin-bottom: 20px;
  }
  .catalog-product-view.page-layout-1column .product-info-main,
  .catalog-product-view.page-layout-1column .product-info-right {
    margin-bottom: 20px;
  }
  .catalog-product-view.page-layout-1column .product-info-right {
    padding: 19px 22px 0;
  }
  .catalog-product-view .prdct-cont-in1 .btm-cont,
  .catalog-product-view .prdct-cont-in2 .btm-cont {
    font-size: 14px;
    padding-left: 0;
  }
  .catalog-product-view .prdct-cont-in2 svg {
    width: 18px;
    height: 15px;
  }
  .catalog-product-view .prdct-cont-in1 svg {
    width: 18px;
    height: 11px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col {
    max-width: 44px;
    height: 54px;
    margin-right: 8px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col:after {
    top: 10px;
  }
  .catalog-product-view .product.media .promotion-timer .value {
    font-size: 26px;
  }
  .catalog-product-view .product.media .promotion-timer .lable {
    font-size: 10px;
  }
  .catalog-product-view .platform-stock {
    font-size: 12px;
  }
  .specification .sp-title {
    font-size: 17px;
    padding: 25px 37px 16px;
  }
  .sp-group {
    margin-bottom: 30px;
  }
  .sp-group .sp-row .sp-label,
  .sp-group .sp-row .sp-value {
    font-size: 13px;
    padding: 9px 38px;
  }
  .product-info-description .title-main,
  .product-info-description .description-content {
    padding-left: 39px;
    padding-right: 39px;
  }
  .product-info-description .title-main {
    font-size: 18px;
    padding-bottom: 16px;
    padding-top: 0;
    margin: 0 -39px 28px !important;
  }
  .product-info-description p,
  .product-info-description .file-download-info,
  .product-info-description div {
    font-size: 13px;
  }
  .product-info-description ul li {
    padding-left: 18px;
    font-size: 14px;
  }
  .product-page-promo-banner .promo-banner {
    padding: 33px 33px 28px 70px;
    min-height: 130px;
  }
  .product-page-promo-banner .promo-banner .title {
    font-size: 43px;
    letter-spacing: 0;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 22px;
  }
  .product-brand-name {
    margin-top: 18px;
  }
  .product-brand-name a {
    font-size: 17px;
    display: block;
  }
  .box-tocart {
    margin: 18px 0 12px;
  }
  .product-info-main .product-reviews-summary {
    margin-bottom: 18px;
  }
  .product-info-main .product-reviews-summary .reviews-actions {
    margin-top: 1px;
  }
  .product-info-main .product-reviews-summary .reviews-actions a {
    font-size: 13px;
    line-height: 1;
  }
  .info-guide-main .product-extra-info .info-title {
    margin: 0 -40px;
    padding: 24px 40px 18px;
    font-size: 18px;
  }
  .info-guide-main .product-extra-info p,
  .info-guide-main .pdf-attachments p {
    font-size: 12px;
  }
  .info-guide-main .product-extra-info:not(:has(ul)),
  .info-guide-main .pdf-attachments:not(:has(ul)) {
    padding-bottom: 23px;
  }
  .info-guide-main .product-extra-info:not(:has(ul)) .info-title,
  .info-guide-main .pdf-attachments:not(:has(ul)) .info-title {
    margin-bottom: 23px;
  }
  .info-guide-main .product-extra-info ul,
  .info-guide-main .pdf-attachments ul {
    padding: 23px 0;
  }
  .info-guide-main .product-extra-info ul li,
  .info-guide-main .pdf-attachments ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 13px;
  }
  .info-guide-main .product-extra-info ul li:before,
  .info-guide-main .pdf-attachments ul li:before {
    top: 7px;
  }
  .info-guide-main .pdf-attachments .am-attachments .am-filelink.doctype-pdf {
    padding-left: 40px;
    font-size: 13px;
  }
  .info-guide-main .pdf-attachments .am-attachments .am-filelink.doctype-pdf:before {
    min-width: 29px;
    max-width: 29px;
    min-height: 33px;
    max-height: 33px;
  }
  .info-guide-main.has-attachments .pdf-attachments .info-title {
    font-size: 18px;
  }
  .page-main .bundle-options-container {
    margin: 8px 0 34px !important;
  }
  .bundle-options-container .ul-bundle-options-list {
    padding: 28px 30px;
  }
  .bundle-options-container .ul-bundle-options-list .field {
    padding: 16px;
  }
  .bundle-options-container .ul-bundle-options-list .field:after {
    font-size: 25px;
    right: -8px;
    top: 28px;
  }
  .bundle-options-container .custom-kit-part .img-block {
    margin-right: 13px;
    flex: 0 0 81px;
    max-width: 81px;
    min-height: 81px;
    max-height: 81px;
    border-radius: 18px;
  }
  .bundle-options-container .custom-kit-part .nice-select,
  .bundle-options-container .custom-kit-part .product-name {
    padding: 10px 35px 6px 14px;
    font-size: 10px;
  }
  .bundle-options-container .custom-kit-part .current {
    max-width: 180px;
  }
  .bundle-options-container .custom-kit-part .see-product {
    font-size: 10px;
    line-height: 14px;
  }
  .fotorama-item .fotorama__stage {
    min-height: 436px;
  }
  .prices-tier .item {
    padding: 11px 15px 11px 10px;
    margin-bottom: 7px;
  }
  .prices-tier .item .radio-btn {
    min-width: 21px;
    min-height: 21px;
    max-width: 21px;
    max-height: 21px;
    margin-right: 5px;
  }
  .prices-tier .item .radio-btn:before {
    min-width: 6px;
    max-width: 6px;
    min-height: 6px;
    max-height: 6px;
    top: 6px;
    left: 7px;
  }
  .prices-tier .item .price-label,
  .prices-tier .item .tier-price-qty,
  .prices-tier .item .price {
    font-size: 15px;
  }
  .product-info-main .fieldset .field {
    padding-right: 20px;
  }
  .product-info-main .fieldset .actions .action {
    font-size: 11px;
    min-width: 200px;
    margin: 0 15px 0 0;
  }
  .product-info-main .product-reviews-summary svg {
    height: 12px;
    width: 75px;
  }
  .product-info-main .coupon {
    font-size: 15px;
    padding: 9px 20px 6px;
  }
  .product-info-main .price .value {
    font-size: 43px;
  }
  .product-info-main .price .fraction {
    top: -15px;
    font-size: 26px;
    margin-right: 4px;
  }
  .product-info-main .price .symbol {
    font-size: 27px;
  }
  .product-info-main .price-badge {
    margin-right: 10px;
  }
  .product-info-main .price-badge .bdg1 {
    font-size: 15px;
    padding: 5px 6px 4px;
  }
  .product-info-main .price-badge .bdg2 {
    font-size: 15px;
  }
  .product-info-main .price-badge.over-stock {
    flex: 0 0 65px;
    max-width: 65px;
  }
  .product-info-main .price-badge.over-stock .bdg2 {
    padding: 6px 8px 2px 6px;
  }
  .product-info-main .price-badge.low-price {
    flex: 0 0 68px;
    max-width: 68px;
  }
  .product-info-main .price-badge.low-price .bdg2 {
    padding: 6px 6px 2px;
  }
  .product-info-main .price-badge.special-buy {
    flex: 0 0 85px;
    max-width: 85px;
  }
  .product-info-main .price-badge.special-buy .bdg1 {
    padding: 5px 11px 4px 8px;
  }
  .product-info-main .price-badge.special-buy .bdg2 {
    padding: 8px 9px 4px 9px;
  }
  .product-info-main .product.attribute.sku {
    margin: 3px 0 2px;
    font-size: 12px;
    padding-left: 0;
  }
  .product-info-main .product.overview {
    padding: 15px 0 5px;
    margin: 14px 0 9px;
  }
  .product-info-main .product.overview li,
  .product-info-main .product.overview p {
    font-size: 14px;
    line-height: 1.5;
  }
  .product-info-main .product.overview .type {
    line-height: 1;
    font-size: 17px;
    margin-bottom: 12px;
  }
  .product-info-main .product.attribute,
  .product-info-main .delivery-info {
    padding-left: 13px;
  }
  .product-info-main .delivery-info .type {
    font-size: 17px;
    line-height: 1.2;
    padding-right: 23px;
  }
  .product-info-main .delivery-info .type:before {
    top: 0;
    right: 0;
    font-size: 15px;
  }
  .product-info-main .delivery-info .prdct-cont-in2,
  .product-info-main .delivery-info .prdct-cont-in2 {
    padding-bottom: 4px;
  }
  .product-info-main .delivery-info .prdct-cont-in2:before,
  .product-info-main .delivery-info .prdct-cont-in2:before {
    top: 33%;
  }
  .product-info-main .product-info-price {
    margin: 14px 0 13px;
  }
  .product-info-main .page-title-wrapper {
    margin-bottom: 6px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 1.1;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 8px;
    letter-spacing: 0.7px;
    padding: 5px 10px 3px;
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .account .column .block-title strong,
  .mst-rma-box__title strong,
  .account .MultiFile-intercepted .block .title strong,
  .account .order-tracking .tracking-title strong,
  .account .mst-rma-create__order-header strong,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header strong {
    font-size: 17px;
  }
  .account .column .block-title .action:before,
  .mst-rma-box__title .action:before,
  .account .MultiFile-intercepted .block .title .action:before,
  .account .order-tracking .tracking-title .action:before,
  .account .mst-rma-create__order-header .action:before,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action:before {
    margin-right: 12px;
  }
  .account .column .block-title .action.print span,
  .mst-rma-box__title .action.print span,
  .account .MultiFile-intercepted .block .title .action.print span,
  .account .order-tracking .tracking-title .action.print span,
  .account .mst-rma-create__order-header .action.print span,
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action.print span {
    margin-left: -2px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 7px);
    padding: 14px 19px 20px;
    border-radius: 18px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 35px;
  }
  .account .column .block-content .box .default-address {
    transform: scale(0.8) translate(16px, -13px);
  }
  .account .column .block-content .empty {
    padding: 18px 35px;
  }
  .account .column .block-content .empty.message {
    padding: 8px 24px;
  }
  .account .column .box-title {
    font-size: 15px;
    margin: 0 -19px 15px;
    padding: 0 19px 8px;
  }
  .account .column .box-content {
    font-size: 10.5px;
    margin: 0 0 7px;
  }
  .account .column .box-content .phone {
    margin-top: 4px;
  }
  .account .column .box-actions .action {
    font-size: 9px;
    letter-spacing: 1.2px;
    padding: 14px 21px 13px;
    margin-right: 6px;
  }
  .account .column > .block {
    margin-bottom: 30px;
  }
  .account .column .table-wrapper {
    border-radius: 17px;
  }
  .account .column .table-wrapper .message {
    margin: 8px;
  }
  .account .column .table-wrapper thead tr th {
    padding: 21px 8px 19px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .account .column .table-wrapper thead tr th.id,
  .account .column .table-wrapper thead tr th.col-number {
    padding-left: 32px;
  }
  .account .column .table-wrapper tbody tr td {
    font-size: 10px;
    padding: 17px 8px 13px;
  }
  .account .column .table-wrapper tbody tr td.actions,
  .account .column .table-wrapper tbody tr td.col-actions {
    padding: 6px;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 11px 10px 9px;
    letter-spacing: 1px;
    font-size: 8px;
    max-width: 116px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    transform: scale(0.21);
    margin: -20px -12px -18px -17px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    padding: 11px 10px 9px;
    letter-spacing: 1px;
    font-size: 8px;
  }
  .account .column .table-wrapper tbody tr td.track {
    padding: 9px 8px 6px;
  }
  .account .column .table-wrapper tr td.id,
  .account .column .table-wrapper tr th.id,
  .account .column .table-wrapper tr td.col-number,
  .account .column .table-wrapper tr th.col-number {
    padding-left: 32px;
  }
  .account .column .table-wrapper tfoot .mark {
    padding-left: 455px;
  }
  .account .column .table-wrapper tfoot .amount {
    padding-right: 67px;
  }
  .account .column .table-wrapper tfoot tr td,
  .account .column .table-wrapper tfoot tr th {
    font-size: 11px;
    line-height: 1.2;
  }
  .account .column .table-wrapper tfoot tr:first-child th,
  .account .column .table-wrapper tfoot tr:first-child td {
    padding-top: 12px;
  }
  .account .column .table-wrapper tfoot .grand_total_incl td,
  .account .column .table-wrapper tfoot .grand_total_incl th {
    font-size: 16px;
  }
  .account .column .table-wrapper tfoot .tax td,
  .account .column .table-wrapper tfoot .tax th {
    padding-bottom: 10px;
  }
  .account .column .table-wrapper .product-item-details .am-attachments-order-view {
    margin-top: 5px;
    margin-left: 110px;
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 12px;
    padding: 17px 31px 13px;
    letter-spacing: 0.5px;
  }
  .account .order-links {
    margin-bottom: 14px;
  }
  .account .order-links .item {
    max-width: 180px;
  }
  .account .order-links .item:last-child {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
  }
  .account .order-links .item:first-child {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
  .account .order-links .item strong,
  .account .order-links .item a {
    padding: 16px 14px 13px;
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  .account .sidebar.sidebar-main .block.account-nav {
    border-radius: 17px;
  }
  .columns .order-details-items,
  .columns .quotation-items {
    margin-bottom: 28px;
  }
  .columns .order-details-items .table-wrapper .mst-rma-list tbody td,
  .columns .quotation-items .table-wrapper .mst-rma-list tbody td {
    font-size: 10px !important;
  }
  .columns .order-details-items .table-wrapper thead th.subtotal,
  .columns .quotation-items .table-wrapper thead th.subtotal,
  .columns .order-details-items .table-wrapper thead th.total,
  .columns .quotation-items .table-wrapper thead th.total {
    padding-right: 67px;
  }
  .columns .order-details-items .table-wrapper tbody td,
  .columns .quotation-items .table-wrapper tbody td {
    font-size: 13px !important;
  }
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.total,
  .columns .quotation-items .table-wrapper tbody td.total {
    padding-right: 67px;
  }
  .columns .order-details-items .table-wrapper tbody td.discount .price,
  .columns .quotation-items .table-wrapper tbody td.discount .price,
  .columns .order-details-items .table-wrapper tbody td.total .price,
  .columns .quotation-items .table-wrapper tbody td.total .price {
    font-size: 17px;
  }
  .columns .order-details-items .table-wrapper tbody td.col-qty,
  .columns .quotation-items .table-wrapper tbody td.col-qty,
  .columns .order-details-items .table-wrapper tbody td.qty,
  .columns .quotation-items .table-wrapper tbody td.qty,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.subtotal,
  .columns .quotation-items .table-wrapper tbody td.subtotal,
  .columns .order-details-items .table-wrapper tbody td.price,
  .columns .quotation-items .table-wrapper tbody td.price,
  .columns .order-details-items .table-wrapper tbody td.action,
  .columns .quotation-items .table-wrapper tbody td.action,
  .columns .order-details-items .table-wrapper tbody td.col-action,
  .columns .quotation-items .table-wrapper tbody td.col-action {
    padding-top: 51px;
  }
  .columns .order-details-items .comments,
  .columns .quotation-items .comments {
    border-radius: 17px;
  }
  .columns .order-details-items .comments .subtitle,
  .columns .quotation-items .comments .subtitle {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .columns .order-details-items .comments .text,
  .columns .quotation-items .comments .text {
    font-size: 13px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td,
  .columns .quotation-items.invoice .table-wrapper tbody td,
  .columns .order-details-items.shipments .table-wrapper tbody td,
  .columns .quotation-items.shipments .table-wrapper tbody td,
  .columns .order-details-items.creditmemo .table-wrapper tbody td,
  .columns .quotation-items.creditmemo .table-wrapper tbody td {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.name,
  .columns .quotation-items.invoice .table-wrapper tbody td.name,
  .columns .order-details-items.shipments .table-wrapper tbody td.name,
  .columns .quotation-items.shipments .table-wrapper tbody td.name,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.name,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.name,
  .columns .order-details-items.invoice .table-wrapper tbody td.value,
  .columns .quotation-items.invoice .table-wrapper tbody td.value,
  .columns .order-details-items.shipments .table-wrapper tbody td.value,
  .columns .quotation-items.shipments .table-wrapper tbody td.value,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.value,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.value {
    padding-left: 32px;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.invoice .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.shipments .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.shipments .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.subtotal .price,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.subtotal .price,
  .columns .order-details-items.invoice .table-wrapper tbody td.price .price,
  .columns .quotation-items.invoice .table-wrapper tbody td.price .price,
  .columns .order-details-items.shipments .table-wrapper tbody td.price .price,
  .columns .quotation-items.shipments .table-wrapper tbody td.price .price,
  .columns .order-details-items.creditmemo .table-wrapper tbody td.price .price,
  .columns .quotation-items.creditmemo .table-wrapper tbody td.price .price {
    font-size: 17px;
  }
  .columns .order-details-items.creditmemo tbody tr td.subtotal,
  .columns .quotation-items.creditmemo tbody tr td.subtotal {
    padding-right: 10px;
  }
  .columns .order-details-items.creditmemo thead th.subtotal,
  .columns .quotation-items.creditmemo thead th.subtotal {
    padding-right: 10px;
  }
  .block-order-details-view,
  .mst-rma-create__order .rma-new-step2 .block-content {
    margin-top: 12px;
    padding: 19px;
    border-radius: 20px;
  }
  .block-order-details-view .block-content,
  .mst-rma-create__order .rma-new-step2 .block-content .block-content {
    padding: 23px;
    border-radius: 18px;
    margin-bottom: 12px;
    max-width: calc(50% - 11px);
  }
  .customer-address-index.account .column .block-content .box {
    padding: 30px 25px 24px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 12px;
  }
  .wishlist-index-index .box-tocart .fieldset {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wishlist-index-index .box-tocart .fieldset .product-item-actions {
    padding: 10px 0 0;
  }
  .mst-rma-view .opc-progress-bar {
    margin-bottom: 18px;
  }
  .mst-rma-view .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .mst-rma-view .mst-rma__status {
    padding: 16px 45px 17px;
    font-size: 11px;
  }
  .mst-rma-view .mst-rma__status:before {
    left: 5px;
  }
  .mst-rma-view .mst-rma-block {
    padding: 19px;
    border-radius: 20px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__title {
    margin: 0 0 11px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box {
    padding: 26px 24px;
    border-radius: 20px;
    max-width: calc(50% - 10px);
  }
  .mst-rma-view .mst-rma-block._align-top {
    margin-top: 24px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 29px 20px 46px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .mst-rma-view .mst-rma-view__orders {
    margin-top: 26px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper thead tr th.col-detail {
    padding-left: 32px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td {
    font-size: 12px;
  }
  .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-detail {
    padding-left: 19px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    padding: 20px 30px;
    border-radius: 20px;
    max-height: 321px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title {
    padding-bottom: 8px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    margin-right: 9px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    letter-spacing: 0.9px;
  }
  .block-rma-additional .fieldset .field {
    padding: 19px 30px;
  }
  .block-rma-additional .fieldset .field textarea {
    min-height: 97px;
    padding-top: 8px;
  }
  .block-rma-additional .fieldset .field:nth-child(1) {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 46px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .label {
    margin: 0 0 3px 0;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 10px;
    padding: 6px 0 0;
  }
  .detail-inner .product-item-photo {
    border-radius: 13px;
    min-width: 82px;
    min-height: 82px;
    max-width: 82px;
    max-height: 82px;
  }
  .detail-inner .product-item-right {
    padding-left: 19px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 25px 30px;
    border-radius: 20px;
  }
  .mst-rma-create__order .rma-new-step2 .block-content .box {
    padding: 27px 25px !important;
    border-radius: 22px !important;
    max-width: calc(50% - 9px) !important;
  }
  .mst-rma-create__order .rma-new-step2 .block-content table tr:nth-child(2) {
    margin-top: 14px;
  }
  .mst-rma-create__order .rma-new-step2 > .block {
    margin-bottom: 24px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item {
    padding: 19px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .image {
    margin: 0 18px;
    border-radius: 11px;
    min-width: 88px;
    min-height: 88px;
    max-width: 88px;
    max-height: 88px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item b {
    font-size: 13px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .item-options {
    padding-left: 150px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset {
    max-width: 600px;
    margin-top: 18px;
  }
  .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset .field {
    margin-bottom: 13px;
    max-width: calc(50% - 13px);
  }
  .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    padding: 14px 17px 12px;
  }
  .init-rma-container .actions-wrapper {
    margin-top: 30px;
  }
  .checkout-onepage-success .columns {
    margin-top: 10px;
  }
  .checkout-onepage-success .sidebar {
    padding: 37px 0 0 34px !important;
  }
  .checkout-success .section-subtitle,
  .checkout-success .order-items-title {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding: 17px 25px 14px;
    font-size: 16px;
  }
  .checkout-success .order-info-top {
    padding: 25px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    margin-bottom: 28px;
  }
  .checkout-success .order-info-col {
    padding: 23px;
    border-radius: 17px;
    margin-top: 13px;
  }
  .checkout-success .order-info-col.order-info-note .info-title {
    margin-bottom: 9px;
  }
  .checkout-success .stock {
    font-size: 11px;
    padding-bottom: 0;
  }
  .checkout-success .product-reviews-summary svg {
    height: 11px;
    width: 69px;
  }
  .checkout-success .product-reviews-summary .reviews-actions {
    margin-top: 2px;
  }
  .checkout-success .product-reviews-summary .reviews-actions a {
    font-size: 13px;
  }
  .checkout-success .order-shipping-address .info-title,
  .checkout-success .order-billing-address .info-title {
    margin-bottom: 12px;
  }
  .checkout-success .info-title,
  .block-order-details-view .box .box-title,
  .mst-rma-view .mst-rma-box__title,
  .ui-mst-rma__create-rma .mst-rma-box__title,
  .mst-rma-create__order .rma-new-step2 > .block .title,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .checkout-success .shipping-method-logo + .shipping-description,
  .block-order-details-view .shipping-method-logo + .shipping-description,
  .mst-rma-create__order .rma-new-step2 .block-content .shipping-method-logo + .shipping-description {
    margin-bottom: 4px;
  }
  .checkout-success .payment-method-logo,
  .block-order-details-view .payment-method-logo,
  .mst-rma-create__order .rma-new-step2 .block-content .payment-method-logo {
    margin-bottom: 8px;
  }
  .checkout-success .col-content,
  .block-order-details-view .box .box-content,
  .mst-rma-view .mst-rma-block .mst-rma-box__content,
  .mst-rma-create__order .rma-new-step2 .block-content .box .box-content {
    font-size: 10px;
  }
  .checkout-success .order-item-list {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .checkout-success .order-item .col-name {
    padding: 20px;
  }
  .checkout-success .order-item .col-name .product-image {
    border-radius: 13px;
    flex: 0 0 82px;
    height: 82px;
  }
  .checkout-success .order-item .product-info {
    padding-left: 20px;
    padding-top: 3px;
  }
  .checkout-success .order-item .item-unit-price {
    margin: 2px 2px 0 0;
    font-size: 10px;
  }
  .checkout-success .order-item .col-total {
    padding-right: 90px;
  }
  .checkout-success .order-item .col-qty {
    font-size: 13px;
  }
  .checkout-success .order-item .col-qty,
  .checkout-success .order-item .col-total {
    padding-top: 50px;
  }
  .checkout-success .order-item .product-item-name {
    font-size: 13px;
    max-width: 185px;
    margin: 2px 0;
  }
  .checkout-success .order-item.item-header .item-col {
    padding: 20px 10px;
  }
  .checkout-success .order-item.item-header .col-name {
    padding-left: 32px;
  }
  .checkout-success .order-item.item-header .col-total {
    padding-right: 90px;
  }
  .checkout-success .order-info-items .order-items-title {
    margin-bottom: 12px;
  }
  .checkout-success .order-info-totals {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    margin-bottom: 17px;
    padding: 11px 0 0;
  }
  .checkout-success .table-order-totals th,
  .checkout-success .table-order-totals td {
    font-size: 11px;
  }
  .checkout-success .table-order-totals .amount {
    padding-right: 90px;
  }
  .checkout-success .table-order-totals .mark {
    padding-left: 455px;
  }
  .checkout-success .table-order-totals .totals th,
  .checkout-success .table-order-totals .totals td {
    padding-bottom: 7px;
  }
  .checkout-success .grand_total_incl th,
  .checkout-success .grand_total_incl td {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 16px;
  }
  .brand-container .block-brand-search {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .brand-container .block-content input {
    font-size: 13px;
    padding: 10.5px 32px 8.3px;
  }
  .brand-container .block-content input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input:-moz-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input::-moz-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input::-ms-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input:-ms-placeholder {
    font-size: 13px;
  }
  .brand-container .block-content input::placeholder {
    font-size: 13px;
  }
  .brand-container .block-content .btn-primary {
    padding: 14px 24px 13px;
    font-size: 12px;
  }
  .ebattery-form-block :is(.yes , .no) {
    transform: scale(0.6) translate(0, -5px);
    margin: -6px 0;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) label {
    font-size: 10px;
    padding-left: 28px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 19px 20px 15px 20px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title strong {
    font-size: 10px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title:before {
    transform: scale(0.7) translate(-13px, -17px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 19px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon {
    min-height: 80px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 7px;
    transform: scale(0.7);
    left: 5px;
  }
  .ebattery-form-block .port-item .icon:after {
    top: 15px;
  }
  .cms-e-batterie .page-header {
    margin-bottom: 20px !important;
  }
  .post-items {
    margin: 0 -20px;
  }
  .post-items .post-item {
    margin-bottom: 32px;
    padding: 0 20px;
  }
  .post-item-cover {
    border-radius: 17px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 22px;
    left: 26px;
    font-size: 9px;
    padding: 5px 10px 4px;
    letter-spacing: 0.7px;
  }
  .post-item-cover .post-info {
    padding: 20px 26px 28px;
  }
  .post-item-cover .post-name {
    font-size: 16px;
  }
  .post-item-cover .post-desc {
    font-size: 11px;
  }
  .post-item-cover .post-actions {
    padding: 11px 26px 11px;
  }
  .blog-search .control:before {
    right: 10px;
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  .blog-search .label {
    padding: 2px 70px 0 0;
    font-size: 21px;
  }
  .blog-search input {
    height: 40px;
    padding: 9px 42px 7px 20px;
    letter-spacing: 1px;
    font-size: 11px;
  }
  .blog-category .category-items .category-item {
    margin: 0 10px 10px 0;
  }
  .blog-category .category-items .category-item.active .item-name {
    padding-right: 30px;
  }
  .blog-category .category-items .category-item.active .item-name:before {
    font-size: 7px;
    right: 15px;
    background-size: contain;
  }
  .blog-category .category-items .item-name {
    font-size: 11px;
    padding: 6px 10px 5px 14px;
  }
  .blog-category .category-items .item-name .item-count {
    margin-top: -1px;
  }
  .blog-post .blog-toolbar .pages {
    padding: 0 0 15px;
  }
  .blog-post .blog-toolbar .pages .pages-items .page {
    font-size: 12px;
  }
  .blog-post .blog-toolbar .pages .item {
    min-width: 33px;
    min-height: 33px;
    max-height: 33px;
    max-width: 33px;
    margin: 0 3px;
  }
  .blog-sf {
    margin: 0 0 26px;
  }
  .blog-sf .toolbar {
    max-width: 203px;
  }
  .blog-sf .ui-select {
    padding: 12px 15px 10px;
    border-radius: 12px;
  }
  .blog-sf .ui-select:before {
    right: 20px;
  }
  .blog-sf .ui-select li {
    font-size: 12px;
    padding: 13px 15px;
  }
  .mblog-post-index .breadcrumbs,
  .mblog-category-view .breadcrumbs,
  .mblog-post-view .breadcrumbs {
    margin-bottom: 18px;
  }
  .post-content {
    max-width: 732px;
    margin-bottom: 46px;
    --box-radius: 18px;
    --box-padding-x: 40px;
    --box-padding-y: 35px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 17px;
    margin: 20px 0;
  }
  .post-content ol li,
  .post-content ul li {
    margin: 8px 0;
  }
  .post-content .list-box-title {
    font-size: 26px;
    margin-top: 16px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 14px;
  }
  .post-content .list-box-items {
    margin-bottom: 21px;
  }
  .post-content .list-box-item {
    font-size: 18px;
    padding-left: 16px;
    margin-bottom: 12px;
  }
  .post-content .list-box-item a {
    font-size: 18px;
  }
  .post-content .list-box-item:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 16px;
    margin: 10px 0;
  }
  .post-content p:has(a) {
    padding: 3px 0;
  }
  .post-content button {
    max-width: 309px;
    margin: 19px auto;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 24px 25px 22px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 10px;
  }
  .post-content h1 {
    font-size: 40px;
  }
  .post-content h2 {
    font-size: 33px;
  }
  .post-content h3 {
    font-size: 26px;
  }
  .post-content h4 {
    font-size: 22px;
  }
  .post-content h5 {
    font-size: 20px;
  }
  .contact-info-box {
    margin: 45px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 18px;
    flex: 0 0 67px;
    max-width: 67px;
    padding-top: 67px;
  }
  .contact-info-box .contact-info-name {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .contact-info-box .publiced-date {
    font-size: 10px;
    padding-top: 3px;
  }
  .contact-info-box .contact-info-text {
    letter-spacing: 1.6px;
    font-size: 11px;
  }
  .contact-info-box .contact-info-social {
    margin-left: 5px;
  }
  .contact-info-box .contact-info-link {
    padding: 0 3px;
  }
  .contact-info-box .contact-info-link svg {
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
  .bannerCoverBox {
    gap: 12px;
  }
  .bannerCoverBox .bannerItem {
    border-radius: 20px;
  }
}
@media all and (max-width: 1280px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1180px;
  }
  .field {
    margin-bottom: 6px;
  }
  .checkout-payment-method .payment-methods .payment-method.oney .payment-method-content .payment-method-billing-address + p {
    max-width: 300px;
  }
  .oneycheckout-panel {
    border-radius: 20px;
  }
  .oneycheckout-panel .oneycheck-topbar {
    padding: 20px 23px 8px;
  }
  .oneycheckout-panel .oneycheck-topbar .oneycheck-lefttext {
    font-size: 17px;
  }
  .oneycheckout-panel .oneycheck-topbar:after {
    content: "";
    margin-left: 8px;
    min-width: 95px;
    max-width: 95px;
    min-height: 30px;
    max-height: 30px;
  }
  .oneycheckout-panel .oneycheck-body {
    padding: 18px 23px 28px;
  }
  .oneycheckout-panel .oneycheck-body .oneycheck-bottext {
    font-size: 12px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row.shipping-charge label span {
    max-width: 350px;
  }
  .simulator-form-wrapper .form-steps .step.step-measurement .address {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .simulator-form-wrapper .form-steps .step.step-measurement .fieldset-map {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .simulator-form-wrapper .form-steps .step .field-note,
  .simulator-form-wrapper .form-steps .step .field-usage,
  .simulator-form-wrapper .form-steps .step .area-value {
    font-size: 15px;
  }
  .account .column .block-info-quotation .block-content {
    padding: 17px 25px;
    border-radius: 17px;
  }
  .account .column .block-info-quotation .quotation-info-item {
    font-size: 13px;
    padding: 4px 0;
  }
  .account .column .block-info-quotation .order-status {
    transform: translateY(-2px);
  }
  .account .column .quotation-items .table-wrapper tbody tr td .price-box .price {
    font-size: 16px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.price .price {
    font-size: 13px;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.sku {
    white-space: unset;
  }
  .account .column .quotation-items .table-wrapper tbody tr td.subtotal {
    padding-right: 25px;
  }
  .account .column .quotation-items .table-wrapper thead th.subtotal {
    padding-right: 25px;
  }
  .account .column .quotation-items .table-wrapper thead th.name {
    width: 50%;
    min-width: 50%;
  }
  .account .column .quotation-items .table-wrapper thead th.price {
    width: 5%;
    min-width: 5%;
  }
  .account .column .quotation-items .table-wrapper thead th.sku {
    width: 8%;
    min-width: 8%;
  }
  .account .column .quotation-items .table-wrapper thead th.subtotal {
    padding-right: 25px;
  }
  .account .column .quotation-items .table-wrapper tfoot .amount {
    padding-right: 25px;
  }
  .account .column .quotation-items .table-wrapper tfoot .mark {
    padding-left: 357px;
  }
  .account .column .quotation-items .table-wrapper .mark-cover .th-mark {
    padding-left: 6px;
  }
  .cart-container .qty-note {
    margin: 6px 0 0 3px;
    padding: 6px 19px 4px;
  }
  .cart-container .qty-note span {
    font-size: 9px;
  }
  .cart-container .qty-note:before {
    top: 3px;
    min-width: 13px;
    min-height: 13px;
    left: 4px;
  }
  .cart-container .table-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .cart-container .table-wrapper thead th {
    padding: 20px 10px;
  }
  .cart-container .table-wrapper thead th.item,
  .cart-container .table-wrapper thead th.name {
    padding-left: 32px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top .product-item-photo {
    flex: 0 0 90px;
    height: 90px;
    border-radius: 15px;
  }
  .cart-container .table-wrapper .product-item-details .product-item-detail-top-inner {
    padding-left: 20px;
    padding-top: 2px;
  }
  .cart-container .table-wrapper .bundle-item-option-list {
    padding-left: 35px;
    margin-top: 27px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .bundle-item-option {
    margin: 0 0 15px 0;
    max-width: 325px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .price {
    font-size: 14px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img {
    padding-right: 18px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.img span {
    min-width: 65px;
    max-width: 65px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.price {
    margin-bottom: 8px;
  }
  .cart-container .table-wrapper .bundle-item-option-list .item-col.name {
    font-size: 11px;
    max-width: 178px;
  }
  .cart-container .table-wrapper tbody td.col-qty,
  .cart-container .table-wrapper tbody td.qty,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.subtotal,
  .cart-container .table-wrapper tbody td.price,
  .cart-container .table-wrapper tbody td.action,
  .cart-container .table-wrapper tbody td.col-action,
  .cart-container .table-wrapper tbody td.sku {
    padding: 16px 8px 7px;
  }
  .cart-container .table-wrapper tbody td.item,
  .cart-container .table-wrapper tbody td.name {
    padding: 16px 18px;
  }
  .cart-container .table-wrapper tbody .qty label {
    font-size: 14px;
  }
  .cart-container .table-wrapper tbody .qty .control {
    height: 34px;
    padding: 3px;
  }
  .cart-container .table-wrapper tbody .qty .control span {
    height: 26px;
    width: 26px;
    font-size: 16px;
  }
  .cart-container .table-wrapper tbody .qty .control .input-text {
    padding: 3px 5px 0 8px;
    max-width: 33px;
    font-size: 13px;
    height: 25px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-shipping-address .action-show-popup:before,
  .checkout-billing-address .action-show-popup:before,
  .checkout-shipping-address .add-new-billing-address:before,
  .checkout-billing-address .add-new-billing-address:before {
    margin-right: 14px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .shipping-address-item .actions-toolbar,
  .checkout-shipping-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .shipping-address-items .billing-address-item .actions-toolbar,
  .checkout-shipping-address .billing-address-items .billing-address-item .actions-toolbar,
  .checkout-billing-address .billing-address-items .billing-address-item .actions-toolbar {
    margin-top: 20px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .shipping-address-item .action-select-shipping-item,
  .checkout-shipping-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .shipping-address-items .billing-address-item .action-select-shipping-item,
  .checkout-shipping-address .billing-address-items .billing-address-item .action-select-shipping-item,
  .checkout-billing-address .billing-address-items .billing-address-item .action-select-shipping-item {
    font-size: 10px;
    padding: 9px 15px 6px 15px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-billing-address .billing-address-items .shipping-address-item .customer-name,
  .checkout-shipping-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-billing-address .shipping-address-items .billing-address-item .customer-name,
  .checkout-shipping-address .billing-address-items .billing-address-item .customer-name,
  .checkout-billing-address .billing-address-items .billing-address-item .customer-name {
    letter-spacing: 0.4px;
    font-size: 12px;
    padding-bottom: 7px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    padding: 40px 18px 20px 15px;
    min-height: 210px;
    font-size: 11px;
  }
  .form-create-account .fieldset.address {
    max-width: 660px;
  }
  .checkout-login .field label {
    max-width: 321px;
  }
  .checkout-login .field input,
  .checkout-login .field select {
    max-width: 321px;
  }
  .step-customer-vat .field-group {
    max-width: 780px;
  }
  .step-customer-vat .note {
    font-size: 11px;
    padding-top: 9px;
  }
  #alma-widget svg {
    width: 56px;
    height: 17px;
  }
  #alma-widget .alma-payment-plans-eligibility-options > div {
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    font-size: 9px;
  }
  .customer-account-login .lbl-checkbox,
  .customer-account-forgotpassword .lbl-checkbox,
  .customer-account-create .lbl-checkbox,
  .customer-account-createpassword .lbl-checkbox {
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
  }
  .customer-account-login .lbl-checkbox input,
  .customer-account-forgotpassword .lbl-checkbox input,
  .customer-account-create .lbl-checkbox input,
  .customer-account-createpassword .lbl-checkbox input {
    border-radius: 5px;
  }
  .customer-account-login .lbl-checkbox input:before,
  .customer-account-forgotpassword .lbl-checkbox input:before,
  .customer-account-create .lbl-checkbox input:before,
  .customer-account-createpassword .lbl-checkbox input:before {
    width: 10px;
    height: 5px;
    top: 4px;
    left: 3px;
  }
  .customer-account-login .actions-toolbar .action,
  .customer-account-forgotpassword .actions-toolbar .action,
  .customer-account-create .actions-toolbar .action,
  .customer-account-createpassword .actions-toolbar .action {
    letter-spacing: 1px;
    padding: 13px 16px 11px;
    font-size: 9px;
  }
  .login-container .block,
  .password.forget .block,
  .password.reset .block {
    padding: 23px 22px 30px;
    max-width: calc(33.33% - 15px);
    border-radius: 22px;
  }
  .login-container .block .block-title,
  .password.forget .block .block-title,
  .password.reset .block .block-title {
    margin-bottom: 7px;
  }
  .login-container .block .block-title strong,
  .password.forget .block .block-title strong,
  .password.reset .block .block-title strong {
    font-size: 14px;
  }
  .login-container .block .field.note,
  .login-container .block p,
  .password.forget .block .field.note,
  .password.forget .block p,
  .password.reset .block .field.note,
  .password.reset .block p {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .login-container .persistent .label,
  .password.forget .persistent .label,
  .password.reset .persistent .label {
    padding: 1px 0 0 7px;
    font-size: 12px;
  }
  .login-container .remind,
  .password.forget .remind,
  .password.reset .remind {
    font-size: 11px;
  }
  .login-container .actions-toolbar,
  .password.forget .actions-toolbar,
  .password.reset .actions-toolbar {
    margin: 30px 0 0 !important;
  }
  .form-note {
    max-width: 630px;
  }
  .pro-account-form .fieldset.info,
  .pro-account-form .fieldset.address {
    max-width: 100%;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.5600000000000001);
  }
  #younited_block:before {
    transform: translateY(-50%) scale(0.48);
    left: -61px;
    top: 14px;
  }
  #yp-current-maturities {
    padding-left: 125px;
  }
  #yp-simuler {
    margin-left: 10px;
    font-size: 10px;
    letter-spacing: 2px;
    padding-top: 3px;
    min-height: 27px;
  }
  .yp-info {
    padding-top: 12px;
    line-height: 1.4;
  }
  .maturity_installment,
  .matr {
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    font-size: 9px;
    margin-right: 19px;
    padding-top: 2px;
  }
  .custom-field-box .message.info,
  .custom-field-box .message.error,
  .custom-field-box .message.warning,
  .custom-field-box .message.notice,
  .custom-field-box .message.success,
  .field .message.info,
  .field .message.error,
  .field .message.warning,
  .field .message.notice,
  .field .message.success {
    font-size: 10px;
  }
  .custom-field-box .message.info > *:first-child:before,
  .custom-field-box .message.error > *:first-child:before,
  .custom-field-box .message.warning > *:first-child:before,
  .custom-field-box .message.notice > *:first-child:before,
  .custom-field-box .message.success > *:first-child:before,
  .field .message.info > *:first-child:before,
  .field .message.error > *:first-child:before,
  .field .message.warning > *:first-child:before,
  .field .message.notice > *:first-child:before,
  .field .message.success > *:first-child:before {
    min-width: 13px;
    min-height: 13px;
    max-width: 13px;
    max-height: 13px;
    left: 15px;
    font-size: 16px;
  }
  .custom-field-box .control,
  .field .control {
    margin-bottom: 6px;
  }
  .custom-label,
  .field label,
  .field .label {
    padding: 12px 17px 2px;
    font-size: 9px;
    letter-spacing: 1px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .custom-input,
  .field input,
  .field select,
  .field textarea {
    height: 30px;
    font-size: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 17px;
  }
  .custom-input::-webkit-input-placeholder,
  .field input::-webkit-input-placeholder,
  .field select::-webkit-input-placeholder,
  .field textarea::-webkit-input-placeholder {
    font-size: 10px;
  }
  .custom-input:-moz-placeholder,
  .field input:-moz-placeholder,
  .field select:-moz-placeholder,
  .field textarea:-moz-placeholder {
    font-size: 10px;
  }
  .custom-input::-moz-placeholder,
  .field input::-moz-placeholder,
  .field select::-moz-placeholder,
  .field textarea::-moz-placeholder {
    font-size: 10px;
  }
  .custom-input::-ms-placeholder,
  .field input::-ms-placeholder,
  .field select::-ms-placeholder,
  .field textarea::-ms-placeholder {
    font-size: 10px;
  }
  .custom-input:-ms-placeholder,
  .field input:-ms-placeholder,
  .field select:-ms-placeholder,
  .field textarea:-ms-placeholder {
    font-size: 10px;
  }
  .custom-input::placeholder,
  .field input::placeholder,
  .field select::placeholder,
  .field textarea::placeholder {
    font-size: 10px;
  }
  .nav-sections .submenu-banner {
    min-height: 268px;
    max-height: 268px;
    min-width: 260px;
    max-width: 260px;
  }
  .nav-sections .submenu-cal {
    padding: 8px 20px 8px 13px;
  }
  .nav-sections .submenu-title {
    font-size: 19px;
  }
  .nav-sections .submenu-sublink {
    padding: 12px;
  }
  .page-footer .footerContentMain .footerLeft .logo {
    margin: 0 0 16px;
    max-width: 120px;
  }
  .page-footer .footerContentMain .footerLeft .logo img {
    max-height: 44px;
  }
  .page-footer .footerContentMain .footerLeft .footerCardTitle {
    margin-bottom: 9px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox {
    margin-bottom: 26px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem svg {
    max-height: 50px;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    min-width: 41px;
    min-height: 27px;
    max-width: 41px;
    max-height: 27px;
    margin-right: 6px;
    margin-bottom: 7px;
  }
  .page-footer .footerContentMain .footerRight .footerCardTitle {
    padding-bottom: 12px;
    margin-bottom: 11px;
    letter-spacing: 1.5px;
  }
  .page-footer .footerContentMain .footerRight .footerCol {
    margin-bottom: 40px;
  }
  .page-footer .footerContentMain .footerRight .footerLinkBox .footLink {
    font-size: 9px;
    line-height: 18px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem {
    flex: 0 0 18px;
    max-width: 18px;
  }
  .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem svg {
    max-height: 18px;
  }
  .page-footer .footerContentMain .footerCardTitle {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .page-footer .footerContentMain .footerLefText {
    font-size: 10px;
  }
  .page-footer .footerContentMain .footerLefText .footerLeftBottom {
    margin-top: 28px;
  }
  .page-footer .footer-sublink .footer-innerlink {
    font-size: 9px;
  }
  .page-footer .footerCopyright {
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .page-footer .footerCopyright .copyRightText,
  .page-footer .footerCopyright .storeHours {
    font-size: 9px;
  }
  .page-footer .footerCopyright .footerContactBlock a {
    font-size: 16px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.5600000000000001);
  }
  .guarantee-icon {
    top: 165px;
    left: 20px;
  }
  .made-in-europe {
    top: 177px;
    right: 20px;
  }
  .catalog-product-view .guarantee-icon {
    top: 334px;
    left: 20px;
  }
  .catalog-product-view .guarantee-icon svg {
    max-width: 85px;
    max-height: 85px;
  }
  .catalog-product-view .made-in-europe {
    top: 342px;
    right: 49px;
  }
  .catalog-product-view .made-in-europe svg {
    max-width: 73px;
    max-height: 73px;
  }
  .single-banner-container > div {
    max-height: 380px;
  }
  .block-sub-category-main .sub-category-title {
    padding-left: 10px;
    font-size: 17px;
  }
  .block-sub-category-main .sub-category-item:before {
    font-size: 77px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-18 a {
    padding: 50px 30px 20px 3px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-18 .sub-category-title {
    margin-left: 0;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-19 a {
    padding: 60px 50px 20px 0;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-20 a {
    padding: 60px 40px 20px 10px;
  }
  .block-sub-category-main a {
    padding: 55px 15px 10px 25px;
  }
  .block-sub-category-main a:before {
    top: 21px;
    left: 29px;
  }
  .block-sub-category-main a:after {
    top: 37px;
    left: 30px;
  }
  .block-compare .block-compare-wrapper .product-items .product-item {
    flex: 0 0 220px;
    max-width: 220px;
    width: 220px;
  }
  .block-compare .block-compare-wrapper .product-items .product-item .product-item-info {
    background: transparent;
  }
  .block-compare .block-compare-wrapper .product-items .action.delete {
    left: 16px;
    top: 9px;
  }
  .block-compare .block-compare-wrapper .product-item-add-new .product-item-inner {
    margin-bottom: 15px;
    min-height: 250px;
  }
  .block-compare .block-compare-wrapper .product-item-add-new .add-other {
    font-size: 13px;
  }
  .block-compare .actions-toolbar {
    margin: 0 20px;
  }
  .block-compare .actions-toolbar .view-compare-list {
    min-width: 200px;
  }
  .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .promotion-timer .timer-col {
    height: 45px;
    margin-right: 6px;
  }
  .promotion-timer .timer-col:before {
    right: -5px;
  }
  .promotion-timer .value {
    font-size: 22px;
  }
  .promotion-timer .lable {
    font-size: 7px;
    margin-top: 0;
  }
  .page-products .products-grid .product-items .product-item {
    padding: 10px 16px 22px;
  }
  .page-products .product-item-info .product-item-details .moret-to-users {
    margin-bottom: 13px;
    font-size: 11px;
  }
  .page-products .product-item-info .product-item-details .stock {
    line-height: 1.4;
  }
  .page-products .product-item-info .product-item-details .attribute-info {
    margin-bottom: 9px;
  }
  .page-products .product-item-info .product-item-details .attribute-info .info-item {
    font-size: 10px;
  }
  .page-products .product-item-info .product-item-details .tocart {
    padding: 17px 19px;
    font-size: 11px;
  }
  .page-products .product-item-info .product-item-details .coupon {
    margin-bottom: 9px;
  }
  .price-box {
    margin: 11px 0 9px;
  }
  .sidebar .mst-nav__label .mst-nav__label-item ._mode-checkbox input[type="checkbox"] {
    border-radius: 4px;
  }
  .sidebar .filter-clear {
    font-size: 10px;
  }
  .sidebar .filter-title,
  .sidebar .filter-options-title,
  .sidebar .sb-title {
    font-size: 16px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-options-title,
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .sb-title {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .block-title {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .item .filter-value {
    font-size: 11px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item {
    padding: 20px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 12px;
  }
  .product-info-main .fieldset .field {
    padding-right: 15px;
  }
  .catalog-product-view .product-info-right .sap-arrrival-orders .supplier-order-item {
    font-size: 12px;
  }
  .catalog-product-view .platform-stock {
    font-size: 13px;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 210px;
    max-width: 210px;
    padding: 0 23px;
  }
  .qty-note {
    margin-bottom: 12px;
    padding: 7px 30px 6px;
  }
  .qty-note span {
    font-size: 9px;
  }
  .qty-note:before {
    font-size: 14px;
    left: 6px;
    top: 4px;
  }
  .product-info-right .product-social-links a {
    font-size: 8px;
  }
  .product-info-right .not-stock-section .not-stock {
    font-size: 11px;
  }
  .product-info-right .not-stock-section .stock,
  .product-info-right .not-stock-section .stock-qty {
    min-height: unset;
  }
  .product-info-right .not-stock-section .stock .action,
  .product-info-right .not-stock-section .stock-qty .action {
    font-size: 9px;
  }
  .product-info-right .box-tocart .qty-note {
    margin-top: 12px;
  }
  .product-info-right .qty .control span {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    font-size: 17px;
    padding-top: 5px;
    padding-left: 1px;
  }
  .product-info-right .qty .control .input-text,
  .product-info-right .qty .control .item-qty {
    max-width: 35px;
    height: 100%;
  }
  .prices-tier .item .price-label,
  .prices-tier .item .tier-price-qty,
  .prices-tier .item .price span {
    font-size: 13px;
  }
  .prices-tier .item .price-label span {
    font-size: 10px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .product-page-promo-banner .promo-banner {
    padding: 30px 29px 24px 60px;
    min-height: 110px;
  }
  .product-page-promo-banner .promo-banner:before {
    transform: scale(0.8);
    top: 31px;
    left: 21px;
  }
  .product-page-promo-banner .promo-banner .title {
    font-size: 33px;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 19px;
  }
  .account .column .block-content .box {
    max-width: calc(33.33% - 5px);
    padding: 13px 16px 17px;
    border-radius: 16px;
  }
  .account .column .block-content .box .box-actions {
    margin-top: 35px;
  }
  .account .column .block-content .box .default-address {
    transform: scale(0.7) translate(25px, -23px);
  }
  .account .column .block-content .empty {
    padding: 13px 28px;
  }
  .account .column .block-content .empty.message {
    padding: 8px 20px;
  }
  .account .column .box-title {
    font-size: 14px;
    margin: 0 -16px 11px;
    padding: 0 16px 8px;
  }
  .account .column .box-content {
    font-size: 10px;
    margin: 0 0 5px;
  }
  .account .column .box-content .phone {
    margin-top: 3px;
  }
  .account .column .box-actions .action {
    font-size: 8px;
    letter-spacing: 1px;
    padding: 12px 17px 11px;
    margin-right: 4px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    letter-spacing: 0;
  }
  .account .account-nav .account-nav-content a,
  .account .account-nav .account-nav-content strong {
    font-size: 11px;
    letter-spacing: 0;
  }
  .columns .order-details-items.invoice .table-wrapper tbody td,
  .columns .quotation-items.invoice .table-wrapper tbody td,
  .columns .order-details-items.shipments .table-wrapper tbody td,
  .columns .quotation-items.shipments .table-wrapper tbody td,
  .columns .order-details-items.creditmemo .table-wrapper tbody td,
  .columns .quotation-items.creditmemo .table-wrapper tbody td {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .customer-address-index.account .column .block-content .box {
    padding: 20px 20px 19px;
  }
  .customer-address-index.account .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 12px;
  }
  .mst-rma-view .opc-progress-bar .opc-progress-bar-item span {
    letter-spacing: 1px;
    font-size: 13px;
    padding-top: 84px;
  }
  .mst-rma-view .mst-rma-block .mst-rma-box__content table th {
    font-size: 10px;
  }
  .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 29px 20px 30px;
  }
  .mst-rma-view .mst-rma__history .mst-rma-box__content {
    max-height: 315px;
  }
  .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .detail-inner .product-item-right {
    padding-left: 10px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) {
    padding-left: 30px;
  }
  .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 9px;
  }
  .MultiFile-wrap input:before {
    padding: 11px 17px;
    min-width: 106px;
  }
  .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 22px 25px;
    border-radius: 18px;
  }
  .ui-mst-rma__create-rma .actions-toolbar button {
    font-size: 9px;
    padding: 14px 21px 13px;
  }
  .ui-mst-rma__create-rma .actions-toolbar {
    margin: 4px 0 0 0 !important;
  }
  .mst-rma-create__order-selector .field {
    max-width: 250px;
  }
  .post-items {
    margin: 0 -18px;
  }
  .post-items .post-item {
    margin-bottom: 28px;
    padding: 0 18px;
  }
  .post-item-cover {
    border-radius: 15px;
  }
  .post-item-cover .post-img .cat-name {
    bottom: 18px;
    left: 24px;
  }
  .post-item-cover .post-info {
    padding: 18px 24px 26px;
  }
  .post-item-cover .post-name {
    font-size: 15px;
  }
  .post-item-cover .post-actions {
    padding: 10px 24px;
  }
  .blog-search .label {
    padding: 2px 30px 0 0;
  }
  .blog-category .category-items .category-item.active .item-name {
    padding-right: 25px;
  }
  .blog-category .category-items .category-item.active .item-name:before {
    right: 11px;
  }
  .post-content {
    max-width: 670px;
    margin-bottom: 37px;
    --box-radius: 16px;
    --box-padding-x: 35px;
    --box-padding-y: 30px;
  }
  .post-content ol,
  .post-content ul {
    padding-left: 15px;
    margin: 14px 0;
  }
  .post-content ol li,
  .post-content ul li {
    margin: 5px 0;
  }
  .post-content .list-box-title {
    font-size: 24px;
    margin-top: 14px;
  }
  .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 12px;
  }
  .post-content .list-box-items {
    margin-bottom: 18px;
  }
  .post-content .list-box-item {
    font-size: 16px;
    padding-left: 14px;
    margin-bottom: 11px;
  }
  .post-content .list-box-item a {
    font-size: 16px;
  }
  .post-content p,
  .post-content a,
  .post-content li {
    font-size: 14px;
    margin: 8px 0;
  }
  .post-content p:has(a) {
    padding: 6px 0;
  }
  .post-content button {
    max-width: 284px;
    margin: 17px auto;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 22px 25px 20px;
  }
  .post-content h1 {
    font-size: 35px;
  }
  .post-content h2 {
    font-size: 29px;
  }
  .post-content h3 {
    font-size: 24px;
  }
  .post-content h4 {
    font-size: 21px;
  }
  .post-content h5 {
    font-size: 19px;
  }
  .contact-info-box {
    margin: 37px 0;
  }
  .contact-info-box .contact-info-user {
    margin-right: 16px;
    flex: 0 0 60px;
    max-width: 60px;
    padding-top: 60px;
  }
  .contact-info-box .contact-info-name {
    font-size: 13px;
  }
  .contact-info-box .publiced-date {
    font-size: 9px;
  }
  .bannerCoverBox {
    gap: 11px;
  }
}
@media all and (max-width: 1199px), print {
  .checkout-payment-method .payment-methods .payment-method.oney:after {
    right: 40px;
  }
  .checkout-payment-method .payment-methods .payment-method.oney.oney_rls .payment-method-content {
    padding-top: 0;
  }
  .checkout-payment-method .payment-methods .payment-method.oney .payment-method-content {
    padding-top: 0;
  }
  .checkout-payment-method .payment-methods .payment-method.oney .payment-method-content .payment-method-billing-address + p {
    max-width: 100%;
  }
  .simulatorReport-cover,
  .simulator-products-cover {
    max-width: 730px;
  }
  .simulator-products .product-items > .item:last-child {
    border-right: 1px solid #eeeaf7;
  }
  .simulator-report-container .section-budget,
  .simulator-report-container .section-saving {
    flex-wrap: wrap;
  }
  .simulator-report-container .section-budget .box,
  .simulator-report-container .section-saving .box {
    flex-grow: 1;
    margin-bottom: 20px;
  }
  .simulator-report-container .section-budget .box:nth-child(2n),
  .simulator-report-container .section-saving .box:nth-child(2n) {
    margin-right: 0;
  }
  .simulator-report-container .section-info {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .cart-container .qty-note {
    margin: 5px 0 0 3px;
    padding: 6px 5px 4px 15px;
  }
  .cart-container .qty-note:before {
    top: 3px;
    min-width: 12px;
    min-height: 12px;
    left: 5px;
  }
  .cart-container .table-wrapper tbody .qty label {
    display: none;
  }
  .cart-container .table-wrapper .cart.pallet .actions-toolbar {
    margin-left: 6px !important;
  }
  .cart-container .form-cart {
    padding-right: 10px;
  }
  .cart-container .cart-summary > .block {
    margin-bottom: 10px;
  }
  .cart-container .cart-summary .shipping,
  .cart-container .cart-summary .cart-totals-wrapper {
    padding: 0 32px;
  }
  .cart-container .cart-summary .shipping .totals.grand,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand {
    margin-top: 12px;
  }
  .cart-container .cart-summary .shipping .totals.grand .amount strong,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand .amount strong {
    font-size: 16px;
  }
  .cart-container .cart-summary .shipping .totals.grand th,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand th,
  .cart-container .cart-summary .shipping .totals.grand td,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand td {
    padding: 10px 0 9px;
  }
  .cart-container .cart-summary .shipping .totals.grand .price,
  .cart-container .cart-summary .cart-totals-wrapper .totals.grand .price {
    font-size: 21px;
  }
  .cart-container .cart-summary .methods {
    padding: 20px 0;
  }
  .cart-container .cart-summary .methods .radiocheck {
    height: 17px;
    width: 17px;
    border-radius: 4px;
  }
  .cart-container .cart-summary .methods .radiocheck:before {
    width: 11px;
    height: 5px;
    top: 3px;
    left: 2px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value {
    padding-top: 45px;
  }
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping .label:before,
  .cart-container .cart-summary .methods .item-options .choice.freeshipping_freeshipping > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping > .value:before {
    left: -58px;
    transform: scale(0.25);
    top: -56px;
  }
  .cart-container .cart-summary .methods .item-options .choice.knp_knp .label,
  .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp > .value {
    min-width: 130px !important;
    min-height: 12px;
    max-width: 130px !important;
    max-height: 12px;
    margin-top: 3px;
  }
  .cart-container .cart-summary .methods .item-options .choice.knp_knp .label:before,
  .cart-container .cart-summary .methods .item-options .choice.knp_knp > .value:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp .label:before,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.knp_knp > .value:before {
    top: -10px;
    left: -98px;
    transform: scale(0.4);
  }
  .cart-container .cart-summary .methods .item-options .choice .label,
  .cart-container .cart-summary .methods .item-options .choice > .value,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .label,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content > .value {
    margin: 0 5px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-price {
    font-size: 14px;
  }
  .cart-container .cart-summary .methods .item-options .choice .price.discount-original-price,
  .cart-container .cart-summary .methods .item-options .choice .shipping-price.discount-original-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .price.discount-original-price,
  #opc-sidebar .shipping-information .ship-via .shipping-information-content .shipping-price.discount-original-price {
    font-size: 12px;
  }
  .cart-container .cart-summary .methods .sm-desc {
    padding-left: 22px;
  }
  .cart-container .cart-summary .cart-totals {
    margin: 12px 0 20px;
  }
  .cart-container .cart-summary .cart-totals-wrapper th,
  .cart-container .cart-summary .cart-totals-wrapper td {
    font-size: 11px;
  }
  .cart-container .cart-summary .cart-totals-wrapper tr {
    padding: 0 23px;
    margin: 0 -23px;
  }
  .cart-container .cart-summary .cart-totals-wrapper .totals strong {
    font-size: 16px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #opc-sidebar {
    padding: 0 20px;
    flex: 0 0 33.5%;
    max-width: 33.5%;
    margin-top: 40px;
  }
  #opc-sidebar .quotation-request-link {
    margin: 0 0 17px;
  }
  #opc-sidebar .sidebar-title {
    margin: 0 -20px;
  }
  #opc-sidebar > .actions-toolbar {
    padding: 15px 20px;
    margin: 0 -20px;
  }
  #opc-sidebar .shipping-information .ship-to .shipping-information-content {
    padding: 17px;
    margin: 0 0 20px;
    border-radius: 21px;
  }
  #opc-sidebar .shipping-information .ship-via {
    margin-bottom: 15px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content {
    margin: 0;
    padding: 13px 17px;
    border-radius: 17px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-info {
    padding: 0 0 0 5px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .cc-address {
    margin-bottom: 4px;
  }
  #opc-sidebar .shipping-information .ship-via .shipping-information-content.freeshipping_freeshipping .shipping-price {
    margin-left: 52px;
    padding-top: 16px;
  }
  .checkout-container .minicart-items .product-item-inner {
    margin-left: 15px;
    flex: 1;
    justify-content: space-between;
  }
  .checkout-container .minicart-items .product-item {
    margin: 0 -20px;
  }
  .checkout-container .minicart-items .product-item .product {
    padding: 14px 15px 14px 20px;
  }
  .checkout-container .minicart-items .cart-price {
    margin-left: 10px;
  }
  .checkout-container .minicart-items .product-item-name {
    max-height: 33px;
  }
  .checkout-container .opc-block-summary .table-totals tr {
    padding: 0 20px;
    margin: 0 -20px;
  }
  .checkout-container .opc-block-summary .table-totals th,
  .checkout-container .opc-block-summary .table-totals td {
    font-size: 13px;
  }
  .checkout-container .items-in-cart .actions-toolbar {
    padding: 12px 15px 14px 20px;
    margin: 0 -20px;
  }
  .checkout-container .checkout-payment-method .billing-address-form {
    border-radius: 20px;
  }
  .opc-wrapper {
    padding-right: 15px;
    max-width: 66.5%;
    flex: 0 0 66.5%;
  }
  .abs-checkout-title,
  .opc-wrapper .step-title,
  .checkout-onepage-success .order-link-info {
    font-size: 22px;
  }
  .checkout-login .login-form-inner .step-email {
    padding: 30px;
  }
  .checkout-login .login-form-inner .email-check-info,
  .checkout-login .login-form-inner .step-customer-group .login-info,
  .form-note {
    font-size: 14px;
  }
  .checkout-login .login-form-inner .step-customer-group .login-info {
    margin-bottom: 0;
  }
  .checkout-login .login-form-inner .step-customer-group .field {
    padding: 30px;
  }
  .checkout-login .login-form-inner .step-password .field,
  .checkout-login .login-form-inner .step-customer-group .field {
    padding: 30px;
  }
  .checkout-login .login-form-inner .step-customer-group .login-info {
    margin-bottom: 0;
  }
  .checkout-login .login-form-inner .actions-toolbar {
    padding-top: 20px;
  }
  .checkout-login .register-form-container .field-edit-email {
    padding: 30px;
  }
  .checkout-login .field label,
  .checkout-login .field input,
  .checkout-login .field select {
    max-width: 259px;
  }
  .checkout-login .sub-title,
  .form-title {
    margin-bottom: 17px;
    font-size: 20px;
  }
  .form-shipping-address,
  .form-create-account {
    padding: 30px;
  }
  .form-shipping-address .fieldset.address,
  .form-create-account .fieldset.address {
    max-width: 597px;
  }
  .form-shipping-address .fieldset.address .field.date .customer-dob button,
  .form-shipping-address .fieldset.info .field.date .customer-dob button,
  .form-create-account .fieldset.address .field.date .customer-dob button,
  .form-create-account .fieldset.info .field.date .customer-dob button {
    transform: scale(0.3);
    top: -22px;
    right: 0;
  }
  .step-subtitle,
  .checkout-shipping-address .step-subtitle,
  .checkout-billing-address .step-subtitle,
  .checkout-shipping-method .step-subtitle {
    height: 68px;
    padding: 9px 9px 9px 30px;
  }
  .step-subtitle > span,
  .checkout-shipping-address .step-subtitle > span,
  .checkout-billing-address .step-subtitle > span,
  .checkout-shipping-method .step-subtitle > span {
    font-size: 20px;
    padding-top: 8px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner {
    min-height: 190px;
    border-radius: 20px;
  }
  .checkout-shipping-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .shipping-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .shipping-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .shipping-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-shipping-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox,
  .checkout-billing-address .billing-address-items .billing-address-item .billing-address-item-inner .address-checkbox {
    right: 15px;
    top: 10px;
    transform: scale(0.7);
  }
  .checkout-shipping-method .shipping-discount-wrapper {
    flex-direction: column;
    flex-wrap: unset;
    align-items: flex-end;
  }
  .checkout-shipping-method .shipping-discount-wrapper:before {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .checkout-shipping-method .step-subtitle,
  .checkout-shipping-method .checkout-shipping-address .step-subtitle,
  .checkout-shipping-method .checkout-billing-address .step-subtitle,
  .checkout-shipping-method .checkout-shipping-method .step-subtitle {
    padding-bottom: 18px;
    padding-top: 0;
    height: unset;
    padding-left: 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price {
    font-size: 16px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .price.discount-original-price {
    font-size: 14px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .btn-radio [value="kna_kna"] + .radiocheck {
    margin-top: 12px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row .col-method-center.freeshipping_freeshipping:before {
    top: 0;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col {
    padding: 0;
    margin-bottom: 0 !important;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .price,
  .checkout-shipping-method .table-checkout-shipping-method .row-service .col-title {
    font-size: 15px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .ops-option {
    margin-right: 15px;
    font-size: 13px;
  }
  .checkout-shipping-method .table-checkout-shipping-method .row-service .radiocheck {
    margin-right: 6px;
  }
  .checkout-payment-method .billing-address-form-fieldset .actions-toolbar {
    margin: 20px 0 0 !important;
  }
  .step-customer-vat .fieldset-inner {
    padding: 0 30px 30px;
  }
  .step-customer-vat .step-subtitle,
  .step-customer-vat .checkout-shipping-address .step-subtitle,
  .step-customer-vat .checkout-billing-address .step-subtitle,
  .step-customer-vat .checkout-shipping-method .step-subtitle {
    margin: 0 -30px 25px;
  }
  .step-customer-vat .field select,
  .step-customer-vat .field label,
  .step-customer-vat .field input {
    max-width: 100%;
  }
  .product-items .product-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .form-note {
    max-width: 610px;
    margin-bottom: 35px;
  }
  .customer-account-create .step-customer-vat .fieldset-inner {
    padding-bottom: 30px;
  }
  .newsletter-main-part {
    padding: 25px;
  }
  .footer.content {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .page-layout-2columns-left .sidebar.sidebar-main,
  .page-layout-2columns-right .sidebar.sidebar-main {
    flex: 0 0 25.8%;
    max-width: 25.8%;
  }
  .page-layout-2columns-left .columns .column.main,
  .page-layout-2columns-right .columns .column.main {
    flex: 0 0 74.2%;
    max-width: 74.2%;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-layer {
    margin: 0 auto;
    max-width: 768px;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-header {
    padding: 4px 0 0;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-header .dfd-searchbox {
    border-bottom: 1px solid #f9ac00;
    margin-bottom: 20px;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-card-title {
    color: #002750;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-card-pricing {
    width: 100%;
    justify-content: center;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-card-pricing .dfd-card-price {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #f9ac00;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-card-pricing .dfd-card-price + .dfd-card-price {
    margin: 0;
    font-size: 13px;
    opacity: .6;
    font-family: 'Poppins';
    font-weight: 700;
    color: #002750;
  }
  body .dfd-mobile[data-dfd-screen=mobile] .dfd-backdrop {
    opacity: 1;
    background: #ffffff;
  }
  .nav-link3 {
    display: none;
  }
  .nav-sections .submenu-support {
    font-size: 15px;
  }
  .nav-sections .submenu-banner {
    min-height: 247px;
    max-height: 247px;
    min-width: 240px;
    max-width: 240px;
  }
  .page-footer {
    margin-top: 40px;
  }
  .page-footer .customer-support .cusSupport-text {
    font-size: 10px;
  }
  .page-footer .customer-support .cusSupport-inner {
    padding: 15px 25px;
  }
  .page-footer .customer-support .cusSupport-inner:before {
    min-width: 30px;
    min-height: 30px;
    margin-right: 6px;
  }
  .page-footer .footerContentMain .footerLeft {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .page-footer .footerContentMain .paymentCards .paymentBox {
    min-width: 39px;
    min-height: 25px;
    max-width: 39px;
    max-height: 25px;
    margin-right: 5px;
    margin-bottom: 6px;
  }
  .page-footer .footerContentMain .footerRight {
    flex: 0 0 77%;
    max-width: 77%;
  }
  .page-footer .footerContentMain {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-footer .footerContentMain,
  .page-footer .footerCopyright {
    padding-right: 30px;
    padding-left: 30px;
  }
  .guarantee-icon {
    top: 216px;
  }
  .made-in-europe {
    top: 227px;
  }
  .catalog-product-view .guarantee-icon {
    top: 23vw;
    left: 20px;
  }
  .catalog-product-view .guarantee-icon svg {
    max-width: 65px;
    max-height: 65px;
  }
  .catalog-product-view .made-in-europe {
    top: 372px;
    right: 43px;
  }
  .catalog-product-view .made-in-europe svg {
    max-width: 43px;
    max-height: 43px;
  }
  .single-banner-container > div {
    max-height: 373px;
  }
  .newtopheader {
    padding: 9px 0;
  }
  .block-faq-list,
  .block-products-list,
  .block-category-list,
  .block-brand-list {
    margin: 40px 0;
  }
  .block .block-title strong {
    font-size: 18px;
  }
  .block-products-list .products-grid .product-items {
    margin: 0 -15px;
  }
  .block-products-list .products-grid .product-items .product-item {
    padding: 15px 15px 0;
  }
  .block-faq-list .block-content {
    margin: 0 -15px;
  }
  .block-faq-list .block-content .faq-item {
    padding: 0 15px;
  }
  .block-faq-list .block-content .faq-name a {
    font-size: 14px;
  }
  .block-faq-list .block-content .faq-desc {
    margin: 5px 0 16px;
  }
  .block-faq-list .block-content .faq-desc p {
    font-size: 10px;
  }
  .block-faq-list .block-content .faq-item-inner {
    border-radius: 14px;
  }
  .block-faq-list .block-content .artical-list li {
    padding-left: 17px;
  }
  .block-faq-list .block-content .artical-list li:before {
    font-size: 12px;
  }
  .block-faq-list .block-content .artical-list a {
    font-size: 10px;
  }
  .block-faq-list .block-content .faq-info,
  .block-faq-list .block-content .faq-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-category-list {
    border-radius: 14px;
  }
  .block-category-list .block-content .category-item {
    padding: 20px 0 35px;
  }
  .block-category-list .block-content .categoryLink {
    font-size: 10px;
  }
  .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.5);
    margin-bottom: -5px;
  }
  .block-brand-list .block-content {
    border-radius: 20px;
    padding: 0;
  }
  .block-brand-list .block-content .brandLink {
    transform: scale(0.45);
  }
  .block-brand-list .block-content .brandLink.brandPylontech {
    margin-right: -45px;
    margin-left: -40px;
  }
  .block-brand-list .block-content .brandLink.brandTrineSolar {
    margin-left: 0;
  }
  .block-brand-list .block-content .brandLink.brandzendure,
  .block-brand-list .block-content .brandLink.brandhoymiles,
  .block-brand-list .block-content .brandLink.brandAPsystems {
    margin-left: -40px;
    margin-right: -20px;
  }
  .block-brand-list .block-content .brandLink.brandTrineSolar {
    margin-left: -50px;
    margin-right: -32px;
  }
  .block-compare .block-compare-wrapper {
    flex-direction: column;
  }
  .block-compare .block-compare-wrapper .product-items {
    margin-bottom: 0 !important;
  }
  .block-compare .actions-toolbar {
    margin: 0 0 30px;
  }
  .category-middle-banner {
    order: 7;
    padding: 15px 0 15px 15px;
  }
  .category-middle-banner .middle-banner-frame {
    min-height: 175px;
    max-height: 175px;
  }
  .page-products .products-grid .product-items .product-item {
    order: 9999999999999;
  }
  .page-products .products-grid .product-items .product-item:nth-child(1) {
    order: 1;
  }
  .page-products .products-grid .product-items .product-item:nth-child(2) {
    order: 2;
  }
  .page-products .products-grid .product-items .product-item:nth-child(3) {
    order: 3;
  }
  .page-products .products-grid .product-items .product-item:nth-child(4) {
    order: 4;
  }
  .page-products .products-grid .product-items .product-item:nth-child(5) {
    order: 5;
  }
  .page-products .products-grid .product-items .product-item:nth-child(6) {
    order: 6;
  }
  .block-sub-category-main .sub-category-item .sub-category-title {
    font-size: 16px;
  }
  .block-sub-category-main .sub-category-item a:before {
    top: 18px;
  }
  .block-sub-category-main .sub-category-item a:after {
    top: 35px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-18 a {
    padding: 45px 20px 20px 1px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-19 a {
    padding: 40px 35px 20px 0;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-20 a {
    padding: 40px 30px 10px 10px;
  }
  .block-sub-category-main .sub-category-item.sub-category-item-21 a {
    padding: 40px 20px 10px 22px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sb-content .item a {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .filter-options .filter-options-content .item.default-item a {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-layout-2columns-left .sidebar.sidebar-main,
  .category-page-v2:not(.category-victron-energy-magasin).page-layout-2columns-right .sidebar.sidebar-main {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-layout-2columns-left .columns .column.main,
  .category-page-v2:not(.category-victron-energy-magasin).page-layout-2columns-right .columns .column.main {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-items .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .attribute-info .info-item {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    font-size: 13px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .info-item,
  .category-page-v2:not(.category-victron-energy-magasin) .attribute-info .supplier-order-item,
  .category-page-v2:not(.category-victron-energy-magasin) .sap-arrrival-orders .supplier-order-item {
    font-size: 15px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-item-name {
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .price span {
    font-size: 15px !important;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .old-price-wrapper .save-percent {
    font-size: 14px;
    margin-top: 1px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .info-title,
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .stock-text {
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .special-price {
    padding: 0;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price .value,
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price .symbol,
  .category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price .fraction {
    font-size: 26px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .sku {
    font-size: 12px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary svg {
    height: 14px;
    width: 83px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions a {
    font-size: 14px;
  }
  .category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .sap-stock-info .stock-count {
    font-size: 12px;
    padding: 5px 10px 4px;
  }
  .category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .tocart {
    font-size: 11px;
    margin: 10px 0 0;
  }
  .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: -25px -340px;
  }
  .fotorama-item .fotorama__stage {
    min-height: unset;
  }
  .prices-tier {
    margin: 6px 0 0;
  }
  .prices-tier .item {
    padding: 8px 13px 8px 11px;
    margin-bottom: 6px;
  }
  .prices-tier .item .price-label,
  .prices-tier .item .tier-price-qty,
  .prices-tier .item .price {
    font-size: 12px;
  }
  .prices-tier .item .price-label span {
    font-size: 9px;
    top: -2px;
  }
  .prices-tier .item .radio-btn {
    min-width: 19px;
    min-height: 19px;
    max-width: 19px;
    max-height: 19px;
    margin-right: 4px;
  }
  .prices-tier .item .radio-btn:before {
    min-width: 6px;
    max-width: 6px;
    min-height: 6px;
    max-height: 6px;
    left: 6px;
    top: 5px;
  }
  .product-custom-request-form .product-options-wrapper .field {
    padding: 0 10px 0 0 !important;
  }
  .product-info-right .product-info-price .price-box {
    min-height: 41px;
  }
  .product-info-right .product-info-price .price-box .ttc {
    font-size: 14px;
  }
  .product-info-right .product-info-price .price-box .save-percent {
    min-width: 41px;
    min-height: 41px;
    max-width: 41px;
    max-height: 41px;
    font-size: 14px;
  }
  .product-info-right .product-info-price .price-box .price-container {
    padding: 0 4px 0 0;
    margin-left: 0;
  }
  .product-info-right .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 23px;
  }
  .product-info-right .product-info-price .price-box .old-price-wrapper .price-container .price-wrapper .price {
    font-size: 14px;
  }
  .product-info-right .not-stock-section .not-stock {
    font-size: 9px;
    margin-bottom: 10px;
    padding: 14px 20px 13px;
    min-width: unset;
  }
  .product-info-right .not-stock-section .stock,
  .product-info-right .not-stock-section .stock-qty {
    padding-right: 0 !important;
  }
  .product-info-right .not-stock-section .stock .action,
  .product-info-right .not-stock-section .stock-qty .action {
    font-size: 8px;
    padding: 0;
  }
  .product-info-right .product-social-links {
    padding: 11px;
    margin: auto -17px 0;
  }
  .product-info-right .product-social-links a {
    margin: 0 6px;
  }
  .product-info-right .product-social-links a.towishlist:before {
    font-size: 20px;
  }
  .product-info-right .product-social-links a.toshare:before {
    font-size: 18px;
  }
  .product-info-right .sap-stock-info {
    margin-bottom: 13px;
    margin-top: 10px;
  }
  .product-info-right .real-qty-text,
  .product-info-right .sap-delay-day,
  .product-info-right .sap-delay-text,
  .product-info-right .sap-exptd-date,
  .product-info-right .sap-exptd-qty,
  .product-info-right .coupon {
    font-size: 10px;
    border-radius: 7px;
  }
  .product-info-right .coupon {
    margin-bottom: 7px;
  }
  .product-info-right .actions .action {
    font-size: 10px;
    padding: 12px 12px 9px;
    max-width: 100%;
    min-width: unset;
  }
  .product-info-right .qty .control {
    margin: 0 auto 8px;
    height: 35px;
    padding: 0 6px;
  }
  .product-info-right .qty .control .qty-plus:after {
    left: 8px;
  }
  .product-info-right .qty .control .qty-minus:before,
  .product-info-right .qty .control .qty-plus:before,
  .product-info-right .qty .control .qty-minus:after,
  .product-info-right .qty .control .qty-plus:after {
    width: 8px;
  }
  .product-info-right .qty .item-qty,
  .product-info-right .qty .input-text {
    font-size: 11px;
    max-width: 41px;
  }
  .product-info-right .qty span {
    min-width: 23px;
    min-height: 23px;
    max-width: 23px;
    max-height: 23px;
  }
  .product-info-right .box-tocart {
    margin: 5px 0 0;
  }
  .product-options-bottom .box-tocart .field.qty .label {
    padding: 0;
  }
  .mageplaza-fbt-content {
    padding: 20px 0;
  }
  .mageplaza-fbt-content .product-item {
    flex: 0 0 180px;
    max-width: 180px;
    padding: 0 15px;
  }
  .mageplaza-fbt-content .product-item:before {
    width: 30px;
    height: 30px;
    right: -14px;
  }
  .mageplaza-fbt-content .product-item:after {
    top: 70px;
  }
  .mageplaza-fbt-content .action.mpfbt-tocart {
    font-size: 11px;
    padding: 14px 20px;
    max-width: 170px;
  }
  .mageplaza-fbt-content .stock-status {
    margin-top: 5px;
    font-size: 13px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box {
    padding: 0 15px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box:before {
    transform: scale(0.9);
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price {
    font-size: 30px;
  }
  .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price-wrapper .ttc {
    font-size: 15px;
    top: -2px;
  }
  .mageplaza-fbt-content .product-image {
    max-width: 100%;
    padding: 20px;
  }
  .mageplaza-fbt-content .product-brand a,
  .mageplaza-fbt-content .mageplaza-fbt-name a {
    font-size: 12px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox {
    top: 14px;
    right: 15px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 7px;
  }
  .mageplaza-fbt-content .item-inner .lbl-checkbox input:before {
    width: 12px;
    height: 6px;
    top: 6px;
    left: 5px;
    border-width: 0 0 2px 2px;
  }
  .bundle-options-container .custom-kit-part .current {
    max-width: 250px;
  }
  .bundle-options-container .ul-bundle-options-list {
    padding: 10px;
  }
  .product-info-description {
    margin: 30px 0;
  }
  .product-info-description p,
  .product-info-description .file-download-info,
  .product-info-description a,
  .product-info-description div {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
  .product-info-description h3 {
    font-size: 15px;
  }
  .product-info-description h2 {
    font-size: 17px;
  }
  .product-info-description ul li {
    font-size: 12px;
  }
  .product-list-block .product-items .product-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 20px 0;
  }
  .product-list-block .product-item-info {
    padding: 0 20px;
  }
  .product-info-main .product.attribute,
  .product-info-main .delivery-info {
    padding-left: 11px;
  }
  .product-info-main .delivery-info {
    padding-top: 10px;
  }
  .product-info-main .delivery-info .type {
    font-size: 14px;
    line-height: 1.2;
    padding-right: 20px;
    margin-bottom: 9px;
  }
  .product-info-main .delivery-info .type:before {
    top: 0;
    right: 0;
    font-size: 13px;
  }
  .product-info-main .delivery-info .tp-content {
    padding: 8px 14px;
    font-size: 10px;
  }
  .product-info-main .delivery-info .prdct-cont-in1,
  .product-info-main .delivery-info .prdct-cont-in2 {
    padding-bottom: 3px;
    padding-left: 12px;
  }
  .product-info-main .delivery-info .prdct-cont-in1:before,
  .product-info-main .delivery-info .prdct-cont-in2:before {
    top: 33%;
  }
  .product-info-main .delivery-info .prdct-cont-in1 .btm-cont,
  .product-info-main .delivery-info .prdct-cont-in2 .btm-cont {
    font-size: 11px;
  }
  .product-info-main .tooltips-container {
    margin-top: 10px;
    padding: 12px 15px 30px 16px;
  }
  .product-info-main .tooltips-container .shortcut-title {
    font-size: 11px;
    margin-bottom: 0;
  }
  .product-info-main .tooltips-container .tooltips-icon {
    width: 107px;
    height: 18px;
    margin-top: 8px;
    margin-left: 1px;
  }
  .product-info-main .tooltips-container .tooltips-icon-wrapper {
    margin-left: 0;
  }
  .product-info-main .tooltips-container .tooltips-icon-wrapper span {
    min-width: 95px;
    padding: 10px 15px;
    margin-left: 10px;
    font-size: 8px;
  }
  .product-info-main .tooltips-container .instruction {
    font-size: 11px;
    padding-left: 2px;
    margin-top: 5px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 21px;
  }
  .product-info-main .product.attribute.sku {
    margin: 0;
    font-size: 10px;
  }
  .product-info-main .product.overview {
    padding: 12px 0 4px 11px;
    margin: 12px 0 7px;
  }
  .product-info-main .product.overview p {
    font-size: 11px;
    line-height: 1.5;
  }
  .product-info-main .product.overview li {
    font-size: 11px;
    line-height: 1.5;
    padding-left: 12px;
  }
  .product-info-main .product.overview .type {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .product-info-main .prices-tier {
    margin: 17px -10px 14px;
  }
  .product-info-main .prices-tier .item {
    padding: 0 10px;
  }
  .product-info-main .prices-tier .price .value {
    font-size: 26px;
  }
  .product-info-main .prices-tier .price .fraction {
    top: -6px;
    font-size: 17px;
  }
  .product-info-main .prices-tier .price .symbol {
    font-size: 18px;
  }
  .product-info-main .ttc {
    font-size: 16px;
  }
  .product-info-main .product-reviews-summary {
    margin-bottom: 16px;
  }
  .product-info-main .product-reviews-summary svg {
    height: 10px;
    width: 57px;
  }
  .product-info-main .product-reviews-summary .reviews-actions a {
    margin: 0 2px;
    font-size: 10px;
  }
  .product-info-main .fieldset .field {
    padding: 0 0 15px 0;
  }
  .product-info-main .old-price-wrapper {
    margin: 0 0 2px 18px;
  }
  .product-info-main .old-price-wrapper .price span {
    font-size: 17px;
  }
  .product-info-main .old-price-wrapper .save-percent {
    font-size: 12px;
  }
  .product-info-main .price .value {
    font-size: 37px;
  }
  .product-info-main .price .fraction {
    font-size: 20px;
  }
  .product-info-main .price .symbol {
    font-size: 22px;
  }
  .product-info-main .price-badge .bdg1 {
    font-size: 13px;
  }
  .product-info-main .price-badge .bdg2 {
    font-size: 13px;
  }
  .product-info-main .price-badge.over-stock {
    flex: 0 0 60px;
    max-width: 60px;
  }
  .product-info-main .price-badge.over-stock .bdg1 {
    margin-left: 3px;
  }
  .product-info-main .price-badge.low-price {
    flex: 0 0 60px;
    max-width: 60px;
  }
  .product-info-main .price-badge.low-price .bdg1 {
    margin-left: 3px;
  }
  .product-info-main .price-badge.special-buy {
    flex: 0 0 72px;
    max-width: 72px;
  }
  .product-info-main .price-badge.special-buy .bdg1 {
    padding: 4px 9px 4px 7px;
    margin-left: 5px;
  }
  .product-info-main .price-badge.special-buy .bdg2 {
    padding: 7px 8px 3px 8px;
  }
  .specification h3 {
    font-size: 14px;
  }
  .info-guide-main .am-fileline .am-filelink {
    font-size: 14px;
  }
  .info-guide-main .title-main {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .info-guide-main.has-attachments .pdf-attachments .info-title {
    padding: 24px 35px 19px;
  }
  .product-brand-name {
    margin-top: 8px;
  }
  .product-brand-name a {
    font-size: 14px;
  }
  .product-page-promo-banner {
    margin: 0 0 20px;
  }
  .product-page-promo-banner .promo-banner {
    padding: 28px 29px 24px 60px;
    min-height: 103px;
    max-width: 33.33%;
    margin: 0;
  }
  .product-page-promo-banner .promo-banner .sm-title,
  .product-page-promo-banner .promo-banner .desc {
    font-size: 16px;
  }
  .catalog-product-view.page-layout-1column .product-info-right {
    padding: 17px 17px 0;
  }
  .catalog-product-view.page-layout-1column .product-info-main,
  .catalog-product-view.page-layout-1column .product.media {
    margin-bottom: 16px;
    padding-right: 22px;
  }
  .catalog-product-view .product.media .promotion-timer {
    width: 180px;
    right: 39px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col {
    max-width: 34px;
    height: 44px;
    margin-right: 6px;
  }
  .catalog-product-view .product.media .promotion-timer .timer-col:after {
    right: -6px;
    font-size: 22px;
  }
  .catalog-product-view .product.media .promotion-timer .value {
    font-size: 20px;
  }
  .catalog-product-view .product.media .promotion-timer .lable {
    margin-top: 0;
    font-size: 8px;
  }
  .catalog-product-view .product-info-right .stock,
  .catalog-product-view .product-info-right .stock-qty {
    min-height: 20px;
    margin-bottom: 6px;
  }
  .catalog-product-view .product-info-right .stock:after,
  .catalog-product-view .product-info-right .stock-qty:after {
    top: 3px;
    font-size: 13px;
  }
  .catalog-product-view .product-info-right .stock .stock-text,
  .catalog-product-view .product-info-right .stock-qty .stock-text {
    font-size: 11px;
  }
  .catalog-product-view .product-info-right .stock .stock-count,
  .catalog-product-view .product-info-right .stock-qty .stock-count {
    margin-bottom: -2px;
    font-size: 10px;
  }
  .catalog-product-view .product-info-right .sap-arrrival-orders .supplier-order-item {
    font-size: 10px;
  }
  .specification .sp-title {
    font-size: 15px;
    padding: 21px 25px 15px;
  }
  .sp-group .sp-row .sp-label,
  .sp-group .sp-row .sp-value {
    font-size: 12px;
    padding: 8px 25px;
  }
  .bundle-options-container .custom-kit-part .img-block {
    margin-right: 10px;
  }
  .bundle-options-container .custom-kit-part .custom-price .price {
    font-size: 16px;
  }
  .bundle-options-container .custom-kit-part .stock-status {
    font-size: 11px;
  }
  .bundle-options-container .ul-bundle-options-list .field {
    margin-bottom: 0 !important;
    padding: 10px 16px;
  }
  .bundle-options-container .ul-bundle-options-list .field:after {
    top: 28px;
  }
  .account .column {
    padding-left: 12px !important;
  }
  .account .column .table-wrapper tbody tr td.actions .print,
  .account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 10px 8px 8px;
    letter-spacing: 0.5px;
  }
  .account .column .table-wrapper tbody tr td.actions .print:before,
  .account .column .table-wrapper tbody tr td.col-actions .print:before {
    margin: -20px -12px -18px -19px;
  }
  .account .column .table-wrapper tbody tr td.actions .view,
  .account .column .table-wrapper tbody tr td.col-actions .view,
  .account .column .table-wrapper tbody tr td.actions a,
  .account .column .table-wrapper tbody tr td.col-actions a {
    padding: 10px 8px 8px;
    letter-spacing: 0.5px;
  }
  .account .order-status,
  .account .mst-rma-status,
  .account .mst-rma-badge {
    font-size: 7px;
    padding: 6px 7px 4px;
  }
  .wishlist-index-index .product-item-inner {
    flex-wrap: wrap;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .action {
    letter-spacing: 0.5px;
    padding: 12px 17px;
  }
  .wishlist-index-index .item-inner {
    align-items: flex-start;
  }
  .wishlist-index-index .col-detail {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .wishlist-index-index .comment-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wishlist-index-index .box-tocart {
    padding: 10px 0 0;
  }
  .wishlist-index-index .box-tocart .fieldset .product-item-actions {
    padding: 0 0 0 10px;
  }
  .checkout-onepage-success .sidebar {
    display: none;
  }
  .checkout-onepage-success .column.main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brand-container .block-brand-list .product-items .product-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kbase-category-view .kb-category__grid .kb__category-item,
  .kbase-article-s .kb-category__grid .kb__category-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .faq_topbar .faq_topbar_cover {
    min-height: 207px;
  }
  .faq_topbar .faq_topbar_cover .faq_topbar_title {
    font-size: 23px;
  }
  .ebattery-form-block button.action {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 10px 15px 8px;
  }
  .ebattery-form-block :is(.ebattery-items , .portability) {
    border-radius: 20px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .icon:after {
    top: 10px;
    transform: scale(0.6);
    left: -3px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col {
    padding: 17px 18px 13px 18px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title {
    padding-left: 42px;
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .ebt-col.title:before {
    transform: scale(0.7) translate(-29px, -20px);
  }
  .ebattery-form-block :is(.ebt-row , .port-item) .price {
    font-size: 16px;
  }
  .blog-search-wrapper.modal-popup .modal-inner-wrap {
    max-width: 800px !important;
  }
  .blog-search-wrapper.modal-popup .action-close {
    top: 6px;
    right: 13px;
  }
  .search-title {
    margin-bottom: 27px;
    font-size: 23px;
    padding-bottom: 15px;
    margin-top: -5px;
  }
  .search-result .search-item {
    border-radius: 15px;
    padding: 25px 25px 22px;
  }
  .search-result .item-title,
  .search-result .item-desc {
    font-size: 16px;
  }
  .bannerCoverBox {
    gap: 9px;
  }
  .bannerCoverBox .bannerItem {
    border-radius: 14px;
  }
}
@media all and (max-width: 1100px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 1024px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  #younited_popupzone:not([style*=display]) .popup-content {
    transform: scale(0.5600000000000001);
  }
  .yp-info {
    font-size: 10px;
  }
  .header-wrapper-center {
    padding-left: 30px;
  }
  .header-wrapper-right {
    margin-bottom: 0;
  }
  .header-wrapper-top.sactive .header-wrapper-left {
    margin-right: 0;
  }
  .nav-sections .submenu-sublink {
    padding: 9px 0;
    font-size: 15px;
  }
  .nav-sections .submenu-card {
    margin-bottom: 10px;
    height: 110px;
  }
  .nav-sections .submenu-support {
    padding: 14px 11px 12px 8px;
  }
  .nav-sections .submenu-banner {
    min-height: 228px;
    max-height: 228px;
    min-width: 222px;
    max-width: 222px;
  }
  .modal-popup.cheque-payment-confirm {
    transform: scale(0.5600000000000001);
  }
  .single-banner-container > div {
    max-height: 310px;
  }
}
@media all and (max-width: 1023px), print {
  .navigation,
  .breadcrumbs .items,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .home-banner-container,
  .container,
  .page-main {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
@media only screen and (max-width: 767px) {
  body .call-button-container .call-info {
    max-width: 110px;
    font-size: 11px;
    padding-left: 29px;
    line-height: 1.1;
    margin-right: 10px;
    top: 1px;
  }
  body .call-button-container .call-info:before {
    font-size: 18px;
    top: 7px;
    left: 0;
  }
  body .call-button-container input {
    padding: 9px 13px 6px 13px;
    border-radius: 7px;
    height: 30px;
    max-height: 30px;
  }
  body .call-button-container .action {
    border-radius: 7px !important;
    font-size: 10px !important;
    max-width: 115px;
    padding: 6px 12px 4px 23px !important;
  }
  body .call-button-container .action:before {
    top: 9px;
    left: 7px;
    font-size: 12px;
  }
  body .cbm-inner {
    padding: 10px 30px;
    text-align: center;
  }
  body .cbm-inner .call-msg {
    font-size: 12px;
    max-width: 420px;
    line-height: 1.3;
  }
  body .cbm-inner span:before {
    top: 8px;
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-footer .customer-support {
    padding: 20px 0;
  }
  body .page-footer .customer-support .cusSupport-col {
    flex: 0 0 100%;
    max-width: 100%;
    border: 0 !important;
  }
  body .page-footer .customer-support .cusSupport-inner {
    padding: 20px 45px;
  }
  body .page-footer .customer-support .cusSupport-inner:before {
    min-width: 58px;
    min-height: 74px;
    margin-right: 25px;
  }
  body .page-footer .customer-support .cusSupport-text {
    font-size: 24px;
    letter-spacing: 1.191px;
    max-width: 100%;
  }
  body .page-footer .footer-sublink {
    flex-direction: column;
    margin: 0 auto 50px;
  }
  body .page-footer .footer-sublink .footer-innerlink {
    margin-right: 0;
    font-size: 17px;
    margin-bottom: 10px;
  }
  body .page-footer .footer-sublink .footer-innerlink:after {
    display: none;
  }
  body .page-footer .footer-sublink .footer-innerlink:last-child {
    margin-bottom: 0;
  }
  body .page-footer .footerContentMain {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  body .page-footer .footerContentMain .container {
    padding-top: 190px;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
  body .page-footer .footerContentMain .footerLefText {
    font-size: 23px;
    text-align: center;
    max-width: 100%;
  }
  body .page-footer .footerContentMain .footerLeft {
    margin-top: 30px;
  }
  body .page-footer .footerContentMain .footerLeft .logo {
    max-width: 305px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 100%;
  }
  body .page-footer .footerContentMain .footerLeft .logo img {
    width: 100%;
  }
  body .page-footer .footerContentMain .footerLeft .footerLeftBottom {
    margin-top: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: unset;
  }
  body .page-footer .footerContentMain .footerLeft .footerCardTitle {
    margin-bottom: 13px;
    font-size: 23px;
    letter-spacing: 3.572px;
  }
  body .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem {
    flex: 0 0 44px;
    max-width: 44px;
  }
  body .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem:not(:last-child) {
    margin-right: 14px;
  }
  body .page-footer .footerContentMain .footerLeft .footerSocialBox .footerSocialItem svg {
    max-height: 48px;
  }
  body .page-footer .footerContentMain .footerLeft .footerReviewBox {
    margin-bottom: 60px;
  }
  body .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem {
    flex: 0 0 119px;
    max-width: 119px;
  }
  body .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem:not(:last-child) {
    margin-right: 10px;
  }
  body .page-footer .footerContentMain .footerLeft .footerReviewBox .footerReviewItem svg {
    max-height: 119px;
  }
  body .page-footer .footerContentMain .footerRight {
    padding-bottom: 0;
  }
  body .page-footer .footerContentMain .footerRight .footerCardTitle {
    padding-bottom: 17px;
    letter-spacing: 3.572px;
    text-align: center;
    font-size: 23px;
    margin-bottom: 0;
  }
  body .page-footer .footerContentMain .footerRight .footerCardTitle:before {
    display: none;
  }
  body .page-footer .footerContentMain .footerRight .footerCol {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 0;
    padding-right: 0;
  }
  body .page-footer .footerContentMain .footerRight .footerCol:nth-child(even) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  body .page-footer .footerContentMain .footerRight .footerCol.footCol7,
  body .page-footer .footerContentMain .footerRight .footerCol.footCol8 {
    display: block;
  }
  body .page-footer .footerContentMain .footerRight .footerLinkBox,
  body .page-footer .footerContentMain .footerRight .paymentCards {
    display: none;
  }
  body .page-footer .footerContentMain .footerLeft,
  body .page-footer .footerContentMain .footerRight {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .page-footer .footerContentMain,
  body .page-footer .footerCopyright {
    padding-right: 40px;
    padding-left: 40px;
  }
  body .page-footer .footerCopyright {
    padding-bottom: 45px;
    padding-top: 0;
    border: 0;
  }
  body .page-footer .footerCopyright .footerContactBlock {
    margin-bottom: 35px;
  }
  body .page-footer .footerCopyright .footerContactBlock a {
    font-size: 35px;
  }
  body .page-footer .footerCopyright .container {
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
  body .page-footer .footerCopyright .copyRightText,
  body .page-footer .footerCopyright .storeHours {
    font-size: 17px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  body .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 100%;
  }
  body .modals-wrapper .modal-popup.shipping-address-popup-wrapper .modal-footer .action {
    min-height: 63px;
    font-size: 15px;
  }
  body .modal-popup.confirm .modal-inner-wrap {
    max-width: 90% !important;
  }
  body .modal-popup.pre-order-confirm-popup .modal-inner-wrap .modal-content .pre-order-title p {
    font-size: 16px;
  }
  body .modal-popup.pre-order-confirm-popup .modal-footer button {
    font-size: 12px;
    min-width: 125px;
    padding: 15px 30px;
  }
  body .modal-popup .form-shipping-address {
    padding: 30px 0;
  }
  body .modal-popup .form-shipping-address .fieldset.address .field.choice .lbl-checkbox {
    min-width: 37px;
    min-height: 37px;
    max-width: 37px;
    max-height: 37px;
  }
  body .modal-popup .form-shipping-address .fieldset.address .field.choice .lbl-checkbox input {
    border-radius: 11px;
  }
  body .modal-popup .form-shipping-address .fieldset.address .field.choice .lbl-checkbox input:before {
    width: 19px;
    height: 8px;
    top: 12px;
    left: 10px;
  }
  body .modal-popup .form-shipping-address .fieldset.address .field.choice label {
    font-size: 22px;
  }
  body .modal-popup.confirm .modal-inner-wrap .modal-content {
    font-size: 24px;
  }
  body .modal-popup .modal-footer button {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body .page-wrapper .home-ad-banner {
    height: 687px;
  }
  body .page-wrapper .home-ad-banner .home-ad-img {
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    margin-top: 58px;
    margin-right: auto;
  }
  body .page-wrapper .home-ad-banner .home-ad-img img {
    width: 100%;
  }
  body .page-wrapper .home-ad-banner.home-ad-banner2 {
    height: 577px;
  }
  body .page-wrapper .home-ad-banner.home-ad-banner2 .home-ad-background {
    max-width: 820px;
    width: 820px;
    left: -88px;
    top: -85px;
  }
  body .page-wrapper .home-ad-banner.home-ad-banner2 .home-ad-content .home-ad-pricebox {
    padding: 0;
  }
  body .page-wrapper .home-ad-banner.home-ad-banner2 .home-ad-content .home-ad-img {
    margin: 13px 0 0 -10px;
  }
  body .page-wrapper .home-ad-banner.home-ad-banner2 .home-ad-content .home-ad-title {
    color: #002750;
    text-shadow: none;
  }
  body .page-wrapper .home-ad-banner.home-ad-banner2 .home-ad-content .home-proprice {
    position: initial;
  }
  body .page-wrapper .home-ad-banner .home-ad-content {
    margin-left: 39px;
    margin-top: 51px;
    flex-direction: column-reverse;
    align-items: flex-start;
    flex-grow: 1;
    justify-content: flex-end;
  }
  body .page-wrapper .home-ad-banner .home-ad-content .home-ad-text {
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #002750;
    font-size: 30px;
    max-width: 187px;
  }
  body .page-wrapper .home-ad-banner .home-ad-content .home-subprice {
    font-size: 19px;
    position: absolute;
    right: 27px;
    top: -22px;
  }
  body .page-wrapper .home-ad-banner .home-ad-content .home-proprice {
    font-size: 30px;
    position: absolute;
    top: -53px;
    right: 34px;
  }
  body .page-wrapper .home-ad-banner .home-ad-content .home-ad-pricebox {
    padding: 17px 36px 15px 90px;
  }
  body .page-wrapper .home-ad-banner .home-ad-content .home-ad-pricebox .home-adprice {
    font-size: 59px;
  }
  body .page-wrapper .home-ad-banner .home-ad-content .home-ad-pricebox .home-adprice sup {
    font-size: 36px;
  }
  body .page-wrapper .home-ad-banner .home-ad-content .home-ad-pricebox .home-adprice sub {
    font-size: 45px;
  }
  body .page-wrapper .home-ad-banner .home-ad-content .home-ad-pricebox:after {
    max-height: 119px;
    top: -27px;
    transform: skewX(-38deg);
    left: 42px;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover {
    height: 100%;
    align-items: unset;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive {
    display: flex;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive .home-ad-title {
    color: #002750;
    text-shadow: none;
    text-align: right;
    padding-top: 9px;
    padding-right: 16px;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive .home-ad-img {
    max-width: 600px;
    width: 100%;
    margin-left: 0;
    margin-top: 48px;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive .home-ad-content {
    align-items: flex-end;
    margin-left: 0;
    padding-right: 21px;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive .home-ad-content .home-ad-pricebox {
    padding: 10px 36px 14px 75px;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive .home-ad-content .home-ad-pricebox .home-adprice {
    font-size: 49px;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive .home-ad-content .home-ad-pricebox .home-adprice sup {
    font-size: 29px;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive .home-ad-content .home-ad-pricebox .home-adprice sub {
    font-size: 34px;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive .home-ad-content .home-ad-pricebox:after {
    transform: skewX(-25deg);
    left: 30px;
  }
  body .page-wrapper .home-ad-banner .home-ad-cover.show-responsive .home-ad-content .home-ad-text {
    position: inherit;
    margin-left: auto;
    color: #f9ac00;
    max-width: 100%;
    text-align: right;
    margin-right: 26px;
  }
  body .page-wrapper .home-ad-banner .home-ad-title {
    font-size: 48px;
    color: #ffffff;
    text-shadow: 0 0 54px rgba(0, 0, 0, 0.75);
    line-height: 1;
  }
  body .page-wrapper .home-ad-banner .home-ad-background {
    max-width: 740px;
    width: 740px;
    left: -48px;
    top: -175px;
  }
  body .page-wrapper .home-ad-banner .home-ad-background img {
    width: 100%;
  }
  body .page-wrapper .home-ad-cover {
    width: 100%;
  }
  body .page-wrapper .category-middle-banner .middle-banner-frame {
    min-height: 687px;
    max-height: 687px;
  }
  body .page-wrapper .category-middle-banner .catmiddle-left,
  body .page-wrapper .category-middle-banner .catmiddle-right {
    display: none;
  }
  body .page-wrapper .cat-skysolar-banner .tocart.action {
    font-size: 30px;
    height: 124px;
  }
  body .page-wrapper .cat-skysolar-banner .catskys-content:before {
    bottom: -110px;
    top: -46px;
  }
  body.mpbrand-index-view .page-wrapper .sidebar.sidebar-main {
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #002750;
  }
  body.mpbrand-index-view .page-wrapper .columns .column.main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-options .filter-options-content .item.default-item a {
    font-size: 27px;
  }
  .filter-options .filter-options-content .btn-filter-limiter {
    letter-spacing: 3px;
    font-size: 27px;
    margin: 32px 0 15px;
    padding: 32px 0;
  }
  body.catalog-category-view.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main,
  body.catalog-category-view.page-layout-2columns-right .page-wrapper .sidebar.sidebar-main {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.catalog-category-view.page-layout-2columns-left .columns .column.main,
  body.catalog-category-view.page-layout-2columns-right .columns .column.main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .category-middle-banner {
    padding-right: 37px;
    padding-left: 37px;
  }
  body.page-products .product-item-info .product-item-details .tocart {
    font-size: 30px;
    height: 124px;
  }
  body.page-products .products-grid .product-items {
    margin-top: 0 !important;
    border-left: 0;
  }
  body .page-wrapper .product-items .product-item {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
  body .page-wrapper .product-items .product-item-info {
    border-radius: 15px;
  }
  body.catalog-category-view .stock,
  body.catalog-product-view .stock {
    display: flex !important;
  }
  body.catalog-category-view .stock .ic-tooltips,
  body.catalog-product-view .stock .ic-tooltips {
    margin-left: 10px;
  }
  body.catalog-category-view .stock .ic-tooltips .tooltips-icon,
  body.catalog-product-view .stock .ic-tooltips .tooltips-icon {
    width: 32px;
    height: 32px;
    margin-left: 0;
  }
  body.catalog-category-view .stock .ic-tooltips .tooltips-content,
  body.catalog-product-view .stock .ic-tooltips .tooltips-content {
    font-size: 14px;
    min-width: 260px;
  }
  .filter-main-wrapper.mobile {
    display: flex !important;
    justify-content: space-between;
    padding: 32px 55px;
    margin: 56px 0 40px;
    background-color: #eaeff4;
    border: 1px solid #002750;
    align-items: flex-end;
  }
  .filter-main-wrapper.mobile .filter-title {
    color: #002750;
    font-family: 'Poppins';
    font-size: 36px;
    line-height: 1;
  }
  .filter-main-wrapper.mobile .filter-title strong {
    font-weight: 300;
  }
  .filter-main-wrapper.mobile .filter-clear {
    color: #002750;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }
  .catt-sidebar-banners {
    display: none;
  }
  body.page-products .columns {
    padding-bottom: 0;
  }
  body.page-products .mst-scroll__button.action {
    margin: 30px auto 0;
    min-width: inherit;
    width: calc(100% - 80px);
    font-size: 24px;
    padding: 38px 20px;
  }
  body.mobile-filter-active {
    position: fixed;
    left: 0;
    right: 0;
  }
  body.mobile-filter-active .filter-main-wrapper {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #c9d1da;
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    margin: 0;
    background: #ffffff;
  }
  body.mobile-filter-active .filter-main-wrapper .filter-title {
    font-size: 0;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 0;
  }
  body.mobile-filter-active .filter-main-wrapper .filter-title:before {
    content: "";
    transform: rotate(-45deg);
  }
  body.mobile-filter-active .filter-main-wrapper .filter-title:after {
    transform: rotate(45deg);
  }
  body.mobile-filter-active .filter-main-wrapper .filter-title:before,
  body.mobile-filter-active .filter-main-wrapper .filter-title:after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #002750;
    display: block;
    position: absolute;
    transition: 0.2s all;
    left: 10px;
    top: 22px;
  }
  body.mobile-filter-active .filter-main-wrapper .reset-all:before {
    content: "Affiner les options";
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
    display: block;
    color: #002750;
  }
  body.mobile-filter-active .filter-main-wrapper .reset-all a {
    display: none;
  }
  body.mobile-filter-active.page-products .columns {
    z-index: 99;
  }
  body.mobile-filter-active .page-wrapper .sidebar.sidebar-main {
    bottom: 0;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    z-index: 99;
    top: 50px;
    display: block !important;
  }
  body .page-wrapper .popular-category-wrapper .popular-category-item-list {
    box-shadow: none;
    border: 1px solid #edf2f4;
    padding: 0 0 75px;
    border-radius: 5px;
  }
  body .page-wrapper .popular-category-wrapper .popular-category-item-list .popular-category-item {
    border-right: none;
    padding-left: 10px;
    padding-top: 45px;
    padding-right: 10px;
  }
  body .page-wrapper .popular-category-wrapper .popular-category-item-list .category-img {
    margin-bottom: 15px;
  }
  body .page-wrapper .popular-category-wrapper .popular-category-item-list a h3 {
    letter-spacing: 2px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #002750;
    line-height: 1.1;
    max-width: 100%;
  }
  body .category-description {
    margin: 90px 0 35px;
  }
  body .category-description.mobile {
    display: block !important;
  }
  body .category-description .category-description-inner {
    border-radius: 5px;
    background-color: #f6f8f9;
    padding: 60px 35px 55px;
    margin-top: 20px;
  }
  body .category-description h1 {
    color: #002750;
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 60px;
  }
  body .category-description p {
    color: #002750;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  body .category-description a {
    color: #085ac3;
    text-decoration: underline;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    display: block;
    margin: 45px 0;
  }
  body .category-description ul li {
    color: #002750;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    margin: 45px 0;
    padding-left: 42px;
    position: relative;
  }
  body .category-description ul li:before {
    content: "";
    width: 9px;
    height: 10px;
    background-color: #f9ac00;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
  }
  body .category-description h3 {
    color: #002750;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 45px 0 40px;
  }
  body .category-description h2 {
    color: #002750;
    font-family: 'Poppins';
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
  }
  body .page-wrapper .product-image-photo {
    width: 100%;
  }
  body .page-wrapper .breadcrumbs {
    display: none;
  }
  body .page-wrapper .promotion-timer .value {
    font-size: 61px;
    margin-top: 9px;
  }
  body .page-wrapper .promotion-timer .timer-col {
    height: 122px;
    margin-right: 19px;
  }
  body .page-wrapper .promotion-timer .timer-col:last-child {
    margin-right: 0;
  }
  body .page-wrapper .promotion-timer .timer-col:after {
    font-size: 61px;
    right: -17px;
    font-family: 'Lato';
    top: 23px;
    transform: inherit;
  }
  body .page-wrapper .promotion-timer .lable {
    font-size: 23px;
    margin-top: 4px;
  }
  body .page-wrapper .products-grid .product-items .product-item {
    padding: 40px;
    border-left: 1px solid #edf2f4;
  }
  body .page-wrapper .products-grid .product-items .product-item.out-of-stock-wrapper:after {
    width: 84px;
    height: 84px;
    background-size: cover;
  }
  body .page-wrapper .products-grid .product-items .product-item.banner-product-item a {
    width: 100%;
  }
  body .page-wrapper .price-badge {
    flex: 0 0 110px;
    max-width: 110px;
    margin-right: 12px;
  }
  body .page-wrapper .price-badge.over-stock {
    margin-right: 40px;
  }
  body .page-wrapper .price-badge .bdg1 {
    padding: 0 8px;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 7px;
  }
  body .page-wrapper .price-badge .bdg2 {
    font-size: 25px;
    padding: 5px 10px 3px 6px;
    line-height: 1;
    -webkit-clip-path: polygon(5% 4%, 100% 0%, 94% 100%, 0% 100%);
    clip-path: polygon(5% 4%, 100% 0%, 94% 100%, 0% 100%);
  }
  body .page-wrapper .price-badge.over-stock .bdg1 {
    margin-left: 6px;
  }
  body .page-wrapper .price-badge.low-price .bdg1 {
    margin-left: 7px;
  }
  body .page-wrapper .price-badge.price-badge .bdg1 {
    margin-left: 6px;
  }
  body .page-wrapper .special-price {
    padding: 5px 40px 0 0;
  }
  body .page-wrapper .old-price-wrapper .old-price {
    margin-bottom: 4px;
  }
  body .page-wrapper .old-price-wrapper .price span {
    font-size: 28px;
  }
  body .page-wrapper .old-price-wrapper .save-percent {
    font-size: 24px;
  }
  body .page-wrapper .price-box {
    margin: 39px 0 34px;
  }
  body .page-wrapper .product-reviews-summary {
    margin: 0 11px 0 0;
  }
  body .page-wrapper .product-reviews-summary svg {
    height: 26px;
    width: 150px;
  }
  body .page-wrapper .product-reviews-summary .reviews-actions a {
    font-size: 24px;
    margin-left: 16px;
    line-height: 1.3;
  }
  body .page-wrapper .real-qty-text,
  body .page-wrapper .sap-delay-day,
  body .page-wrapper .sap-delay-text,
  body .page-wrapper .sap-exptd-date,
  body .page-wrapper .sap-exptd-qty,
  body .page-wrapper .coupon {
    padding: 13px 4px 9px;
    margin-bottom: 33px;
    font-size: 28px;
    display: block !important;
    max-width: 100% !important;
    letter-spacing: 6px;
    border-radius: 20px;
  }
  body .page-wrapper .attribute-info,
  body .page-wrapper .moret-to-users,
  body .page-wrapper .free-delivery,
  body .page-wrapper .additional-info-main {
    display: none !important;
  }
  body .page-wrapper .actions-primary {
    width: 100%;
  }
  body .page-wrapper .sku {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body .page-wrapper .product-item-name {
    font-size: 31px;
    margin: 2px 0 24px;
  }
  body .page-wrapper .product-item-name .product-brand a {
    color: #f9ac00;
  }
  body .page-wrapper .product-item-name a {
    color: #002750;
  }
  body .page-wrapper .badge {
    font-size: 14px !important;
    padding: 5px 8px 2px !important;
  }
  body .page-wrapper .product-item-info .tocompare {
    right: 54px;
    top: 52px;
    width: 35px;
    height: 35px;
  }
  body .page-wrapper .product-item-info .tocompare:before {
    border-width: 0 0 5px 5px;
    width: 24px;
    height: 14px;
    top: 5px;
    left: 5px;
  }
  body .page-wrapper .sidebar.sidebar-main {
    padding: 0 60px;
    border-left: 1px solid #002750;
    border-right: 1px solid #002750;
    border-bottom: 1px solid #002750;
    background-color: #eaeff4;
  }
  body .page-wrapper .sidebar .filter-current .item {
    margin: 0 10px 10px 0;
    padding: 6px 50px 4px 11px;
  }
  body .page-wrapper .sidebar .filter-current .item .filter-value {
    font-size: 30px;
  }
  body .page-wrapper .sidebar .filter-current .remove {
    padding: 15px;
    right: 10px;
  }
  body .page-wrapper .sidebar .filter-current .remove:after,
  body .page-wrapper .sidebar .filter-current .remove:before {
    width: 2px;
    height: 23px;
  }
  body .page-wrapper .sidebar .block-title.filter-title {
    margin-bottom: 46px;
  }
  body .page-wrapper .sidebar .filter-current {
    padding: 0 0 36px;
  }
  body .page-wrapper .sidebar .mst-nav__slider .mst-nav__slider-text {
    margin: 45px 0 23px;
    font-size: 27px;
    color: #002750;
    font-family: 'Poppins';
  }
  body .page-wrapper .sidebar .mst-nav__slider .mst-nav__slider-slider {
    margin: 0 0 71px;
    background: #085ac3;
  }
  body .page-wrapper .sidebar .mst-nav__slider .mst-nav__slider-slider .ui-slider-range {
    height: 5px;
  }
  body .page-wrapper .sidebar .mst-nav__slider .mst-nav__slider-slider .ui-slider-handle {
    border-radius: 7px;
    top: -16px;
    width: 37px;
    height: 37px;
  }
  body .page-wrapper .sidebar .mst-nav__label .mst-nav__label-item {
    margin: 46px 0 !important;
  }
  body .page-wrapper .sidebar .filter-options .filter-options-content {
    padding: 14px 0;
  }
  body .page-wrapper .sidebar .mst-nav__label .mst-nav__sizeLimiter {
    font-size: 27px;
    margin-bottom: 48px;
    margin-top: 26px;
  }
  body .page-wrapper .sidebar .mst-nav__label .mst-nav__label-item a {
    font-size: 27px;
  }
  body .page-wrapper .sidebar .mst-nav__label .mst-nav__label-item label {
    display: block;
    line-height: 1;
  }
  body .page-wrapper .sidebar .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"] {
    width: 38px;
    height: 38px;
    margin-right: 26px;
  }
  body .page-wrapper .sidebar .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:before {
    border-width: 0 0 5px 5px;
    width: 24px;
    height: 14px;
    top: 8px;
    left: 6px;
  }
  body .page-wrapper .sidebar .filter-clear {
    color: #002750;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }
  body .page-wrapper .sidebar .filter-title,
  body .page-wrapper .sidebar .filter-options-title {
    padding: 32px 60px;
    margin-left: -60px;
    margin-right: -60px;
    color: #002750;
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    border-bottom: 1px solid #002750;
    border-top: 1px solid #002750;
  }
  body .page-wrapper .sidebar .filter-title strong,
  body .page-wrapper .sidebar .filter-options-title strong {
    font-size: 36px;
    font-weight: 300;
  }
  body .page-wrapper .page-title-wrapper .page-title {
    padding-right: 0;
  }
  body .page-wrapper .block-sub-category-main {
    margin: 20px -3px 0;
  }
  body .page-wrapper .block-sub-category-main .sub-category-img {
    flex: 0 0 119px;
    max-width: 119px;
    padding: 23%;
  }
  body .page-wrapper .block-sub-category-main .sub-category-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 6px;
    padding: 0 3px;
  }
  body .page-wrapper .block-sub-category-main .sub-category-item:before {
    display: none;
  }
  body .page-wrapper .block-sub-category-main .sub-category-title {
    padding-left: 0;
    font-size: 24px;
    text-align: center;
    max-width: 250px !important;
    padding: 25px 0 0 !important;
    margin-left: 0 !important;
  }
  body .page-wrapper .block-sub-category-main a {
    flex-direction: column;
    padding: 69px 20px 30px 30px !important;
  }
  body .page-wrapper .block-sub-category-main a:before {
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
  }
  body .page-wrapper .block-sub-category-main a:after {
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
  }
  body .page-wrapper .page-title-wrapper {
    margin: 20px 0;
  }
  body .page-wrapper .top-toolbar.desktop {
    display: none;
  }
  .catalog-product-view .page-main {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  body .chronopost-relais-popup-wrapper {
    max-width: 100%;
  }
  body .chronopost-relais-popup-wrapper .chrono-relais-title {
    font-size: 14px;
    margin: 16px 0 11px;
  }
}
@media only screen and (max-width: 767px) {
  body .made-in-europe {
    top: 467px;
  }
  body .made-in-europe svg {
    max-width: 145px;
    max-height: 145px;
    min-width: 145px;
    min-height: 145px;
  }
  body .guarantee-icon {
    top: 438px;
  }
  body .guarantee-icon svg {
    max-width: 180px;
    max-height: 180px;
    min-width: 180px;
    min-height: 180px;
  }
  body .livraison-gratuite {
    right: 20px;
    top: 60px;
    max-width: 190px;
  }
  body.catalog-product-view .guarantee-icon {
    left: 30px;
    bottom: 61px;
  }
  body.catalog-product-view .guarantee-icon.one-img-gallery {
    bottom: 17px;
  }
  body.catalog-product-view .made-in-europe {
    bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  body .single-banner-container > div {
    max-height: 850px;
  }
}
@media only screen and (max-width: 767px) {
  body .newtopheader {
    padding: 18px 0 13px;
  }
  body .newtopheader .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .newtopheader .newtopheader-right .newtopheader-link {
    font-size: 35px;
    padding-left: 0;
  }
  body .newtopheader .newtopheader-right .newtopheader-link:before {
    display: none;
  }
  body .newtopheader .newtopheader-left .newtopheader-ship {
    padding-left: 40px;
    font-size: 23px;
  }
  body .newtopheader .newtopheader-left .newtopheader-ship:before {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  body .block-faq-list,
  body .block-products-list,
  body .block-category-list,
  body .block-brand-list {
    margin: 60px 0;
  }
  body .block .block-title {
    margin-bottom: 25px;
  }
  body .block .block-title strong {
    font-size: 35px;
  }
  body .block-products-list .products-grid .product-items {
    margin: 0 -25px;
  }
  body .block-products-list .products-grid .product-items .product-item {
    padding: 0 25px !important;
  }
  body .block-products-list .products-grid .product-items .product-item:nth-child(1),
  body .block-products-list .products-grid .product-items .product-item:nth-child(2) {
    margin-bottom: 40px;
  }
  body .block-products-list .products-grid .product-items .product-item-details .product-item-link,
  body .block-products-list .products-grid .product-items .product-item-details .product-brand a {
    font-size: 20px;
  }
  body .block-products-list .products-grid .product-items .product-item-details .price-box {
    margin: 18px 0 auto;
  }
  body .block-products-list .products-grid .product-items .product-item-details .btn-link {
    padding: 25px 25px 23px;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 2.456px;
  }
  body .block-products-list .products-grid .product-items .badge {
    font-size: 19px !important;
    padding: 10px 15px 7px !important;
    margin-bottom: 18px;
    letter-spacing: 1.8px;
  }
  body .block-products-list .products-grid .product-items .price-box .price {
    font-size: 35px !important;
  }
  body .block-faq-list .block-content {
    margin: 0;
  }
  body .block-faq-list .block-content .faq-info,
  body .block-faq-list .block-content .faq-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .block-faq-list .block-content .faq-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  body .block-faq-list .block-content .faq-bottom {
    padding-bottom: 35px;
    padding-top: 28px;
  }
  body .block-faq-list .block-content .faq-bottom a {
    font-size: 17px;
    letter-spacing: 2.679px;
  }
  body .block-faq-list .block-content .faq-name a {
    font-size: 29px;
  }
  body .block-faq-list .block-content .faq-info {
    margin-bottom: 45px;
  }
  body .block-faq-list .block-content .artical-list li {
    padding-left: 45px;
  }
  body .block-faq-list .block-content .artical-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  body .block-faq-list .block-content .artical-list li:before {
    font-size: 29px;
    top: 0;
  }
  body .block-faq-list .block-content .artical-list a {
    font-size: 20px;
  }
  body .block-faq-list .block-content .faq-desc {
    margin: 12px 0 25px;
  }
  body .block-faq-list .block-content .faq-desc p {
    font-size: 20px;
  }
  body .block-faq-list .block-content .faq-desc p:first-child {
    max-height: 120px;
    -webkit-line-clamp: 4;
  }
  body .block-category-list .block-content .categoryLink {
    font-size: 20px;
    padding: 55px 0 45px;
  }
  body .block-category-list .block-content .categoryLink .category-icon {
    transform: scale(0.95);
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .product-item-name a,
  body .page-wrapper .product-brand a {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  body.category-page-v2:not(.category-victron-energy-magasin).catalog-category-view.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main,
  body.category-page-v2:not(.category-victron-energy-magasin).catalog-category-view.page-layout-2columns-right .page-wrapper .sidebar.sidebar-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .real-qty-text,
  body.category-page-v2:not(.category-victron-energy-magasin) .sap-delay-day,
  body.category-page-v2:not(.category-victron-energy-magasin) .sap-delay-text,
  body.category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-date,
  body.category-page-v2:not(.category-victron-energy-magasin) .sap-exptd-qty {
    padding: 20px 17px 12px;
    border-radius: 25px;
    letter-spacing: 2.5px;
    margin-bottom: 16px;
    font-size: 24px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .value {
    font-size: 40px;
    margin-top: 7px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col {
    color: #002750;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .promotion-timer .timer-col:after {
    font-size: 40px;
    top: 12px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary {
    margin: 0 0 11px 0;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary svg {
    height: 29px;
    width: 170px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions {
    margin-top: 6px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .product-reviews-summary .reviews-actions a {
    margin-left: 9px;
    padding-top: 4px;
    font-size: 28px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .sku {
    color: #002750;
    letter-spacing: 2.5px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .special-price {
    padding: 0 13px 0 0;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .price-box .price-container .price {
    font-size: 65px !important;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .price-box .old-price-wrapper {
    margin-top: -5px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .price-box .old-price-wrapper .price {
    font-size: 35px !important;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .price-box .old-price-wrapper .save-percent {
    font-size: 35px;
    margin-top: 5px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper {
    margin: 48px 0 19px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-title-wrapper .page-title {
    line-height: 1;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current {
    margin: -6px 0 0;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .sidebar .filter-current .block-title {
    margin-bottom: 36px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .product-item-name .product-brand a {
    letter-spacing: 0;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .product-item-name .product-item-link {
    font-size: 36px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .page-title-wrapper {
    margin: 40px 0 15px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .page-title-wrapper .page-title {
    font-size: 40px;
    max-width: 100%;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .top-toolbar.desktop {
    display: none;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .sku {
    margin-bottom: 30px;
    font-size: 28px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .platform-stock {
    font-size: 24px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .brand-product-list .btn-mobile-filter-open {
    margin-top: unset;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .btn-mobile-filter-open {
    margin: 0 0 10px;
    border: 0;
    background-color: #085ac3;
    padding: 23px 50px 23px 28px;
    font-size: 24px;
    line-height: 1;
    position: unset;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .btn-mobile-filter-open:before {
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .btn-mobile-filter-open strong {
    display: block;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .price-box {
    margin: 10px 0 26px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .ttc {
    margin-top: -25px;
    font-size: 31px;
    padding: 0 50px 0 10px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .real-qty-text,
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .sap-delay-day,
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .sap-delay-text,
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .sap-exptd-date,
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .sap-exptd-qty {
    margin: 26px 0 30px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .promotion-timer .timer-col {
    height: 94px;
    margin-right: 19px;
    flex: 0 0 15%;
    max-width: 19%;
    color: #ffffff;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .promotion-timer .timer-col:after {
    font-size: 46px;
    right: -15px;
    top: 4px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .promotion-timer .value {
    font-size: 46px;
    margin-top: 1px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .page-wrapper .promotion-timer .lable {
    font-size: 16px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info {
    margin: 0 !important;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .badge {
    margin-bottom: 41px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 11px 23px 6px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .tocart {
    font-size: 24px;
    margin: 30px 0 0;
    height: 84px;
    padding: 13px 10px 10px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .coupon {
    font-size: 24px;
    padding: 19px 17px 17px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .attribute-info .info-item,
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .sap-arrrival-orders .info-item,
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .attribute-info .supplier-order-item,
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .sap-arrrival-orders .supplier-order-item {
    font-size: 24px;
    margin-bottom: 13px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .attribute-info {
    margin-bottom: 19px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .attribute-info .info-item {
    padding-left: 20px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .product-item-info .product-item-details .attribute-info .info-item:before {
    top: 8px;
    min-width: 9px;
    min-height: 9px;
    max-width: 9px;
    max-height: 9px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items {
    margin: 0 !important;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item {
    padding: 35px 0 30px;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  body.category-page-v2:not(.category-victron-energy-magasin).page-products .products-grid .product-items .product-item:nth-child(odd) {
    border-right: 0;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .stock-text,
  body.category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .info-title {
    font-size: 35px;
    margin-bottom: 14px;
  }
  body.category-page-v2:not(.category-victron-energy-magasin) .additional-info-main .sap-stock-info .stock-count {
    font-size: 24px;
    padding: 11px 23px 12px;
    border-radius: 100px;
    margin-left: 16px;
    margin-top: -21px;
  }
  body .additional-info-main .sap-stock-info .stock-count {
    font-size: 24px;
    padding: 15px 21px 8px 21px;
    border-radius: 100px;
    margin-left: 18px;
    margin-top: -27px;
  }
  body .promotion-timer {
    margin-bottom: 0;
  }
  body .sap-arrrival-orders {
    margin-bottom: 27px;
  }
  body .price-box .price-container .price .value,
  body .price-box .price-container .price .symbol,
  body .price-box .price-container .price .fraction {
    font-size: 55px;
  }
  body .price-box .price-container .price .symbol {
    margin-left: -7px;
  }
  body .ttc {
    margin-top: -25px;
    font-size: 31px;
    padding: 0 58px 0 0;
  }
  body .product-reviews-summary .rating-summary {
    margin: 0 6px 0 0;
  }
  body .product-item-name {
    margin: 2px 0 14px;
  }
  body .product-item-name .product-item-link {
    margin-top: 7px !important;
    letter-spacing: 0;
    line-height: 1.2 !important;
  }
  body .old-price-wrapper .price span {
    font-size: 30px !important;
  }
  body .old-price-wrapper .old-price {
    margin-bottom: 10px;
  }
  body .old-price-wrapper .save-percent {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body .gallery-placeholder._block-content-loading {
    min-height: 670px;
  }
  body.product-custom-request-form .page-wrapper .product-options-wrapper .field {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
  }
  body.product-custom-request-form .page-wrapper .product-options-wrapper .field.date .legend {
    font-size: 22px;
    padding: 0 0 16px;
  }
  body .bundle-options-container .ul-bundle-options-list {
    padding: 20px;
  }
  body .bundle-options-container .ul-bundle-options-list .field {
    padding: 20px;
    margin-bottom: 40px !important;
  }
  body .bundle-options-container .ul-bundle-options-list .field:after {
    font-size: 50px;
    bottom: -45px;
  }
  body .bundle-options-container .ul-bundle-options-list .field:last-child {
    margin-bottom: 0 !important;
  }
  body .bundle-options-container .custom-kit-part .nice-select,
  body .bundle-options-container .custom-kit-part .product-name {
    font-size: 18px;
    width: 100%;
    padding: 19px 100px 19px 30px;
    border-radius: 20px;
  }
  body .bundle-options-container .custom-kit-part .img-block {
    margin-top: auto;
    max-width: 152px;
    flex: 0 0 152px;
    min-height: 152px;
    margin-right: 23px;
    border-radius: 30px;
  }
  body .bundle-options-container .custom-kit-part .stock-status {
    font-size: 23px;
    margin-top: 17px;
  }
  body .bundle-options-container .custom-kit-part .custom-price .price {
    font-size: 36px;
  }
  body .bundle-options-container .custom-kit-part .qty-part-in {
    margin: 0 0 10px;
    font-size: 24px;
  }
  body .bundle-options-container .custom-kit-part .selection-info-bottom .option-info-right {
    padding-top: 0;
    padding-left: 0;
  }
  body .bundle-options-container .custom-kit-part .custom-select-part.custom-select-part-dropdown {
    margin-bottom: 14px;
  }
  body .mageplaza-fbt-content {
    margin-top: 19px;
    border-radius: 50px;
    margin-bottom: 50px;
  }
  body .mageplaza-fbt-content .item-inner .lbl-checkbox {
    display: none;
  }
  body .mageplaza-fbt-content .product-item {
    padding: 49px 40px;
  }
  body .mageplaza-fbt-content .product-item:after {
    font-size: 48px;
    bottom: -28px;
  }
  body .mageplaza-fbt-content .product-image {
    max-width: 150px;
    max-height: 150px;
    margin-right: 25px;
    border-radius: 30px;
    padding: 20px;
  }
  body .mageplaza-fbt-content .mageplaza-fbt-name a,
  body .mageplaza-fbt-content .product-brand a {
    font-size: 21px;
    margin-bottom: 10px;
  }
  body .mageplaza-fbt-content .item-qty {
    font-size: 24px;
  }
  body .mageplaza-fbt-content .item-price {
    margin-top: 7px;
    font-size: 26px;
  }
  body .mageplaza-fbt-content .stock-status {
    font-size: 23px;
    margin-top: 6px;
  }
  body .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price .mageplaza-fbt-price-wrapper .ttc {
    top: 3px;
    font-size: 22px;
    margin-top: 0;
  }
  body .product-brand-name {
    margin-top: 35px;
  }
  body .product-brand-name a {
    font-size: 30px;
  }
  body .product-info-main .page-title-wrapper {
    margin: 6px 0 2px 0;
  }
  body .product-info-main .page-title-wrapper .page-title {
    line-height: 1;
    font-size: 40px;
  }
  body .product-info-main .delivery-info {
    border-width: 1px;
    padding-top: 30px;
  }
  body .product-info-main .delivery-info .type {
    font-size: 30px;
    line-height: 1.5;
    padding-right: 45px;
    margin-bottom: 13px;
  }
  body .product-info-main .delivery-info .type:before {
    font-size: 31px;
  }
  body .product-info-main .delivery-info .prdct-cont-in1,
  body .product-info-main .delivery-info .prdct-cont-in2 {
    padding-left: 25px;
  }
  body .product-info-main .delivery-info .prdct-cont-in1:before,
  body .product-info-main .delivery-info .prdct-cont-in2:before {
    top: 10px;
    transform: unset;
    min-width: 7px;
    min-height: 7px;
    max-width: 7px;
    max-height: 7px;
  }
  body .product-info-main .delivery-info .prdct-cont-in1 .btm-cont,
  body .product-info-main .delivery-info .prdct-cont-in2 .btm-cont {
    font-size: 24px;
  }
  body .product-info-main .product.overview {
    padding: 20px 0;
    margin: 20px 0 0;
  }
  body .product-info-main .product.overview .type {
    font-size: 30px;
    margin-bottom: 8px;
  }
  body .product-info-main .product.overview p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  body .product-info-main .product.overview li {
    font-size: 24px;
    padding-left: 26px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  body .product-info-main .product.overview li:last-child {
    margin-bottom: 0;
  }
  body .product-info-main .product.overview li:before {
    min-width: 7px;
    min-height: 7px;
    max-width: 7px;
    max-height: 7px;
  }
  body .product-info-main .product.attribute.sku {
    font-size: 24px;
  }
  body .product-info-main .product-reviews-summary {
    margin: 0;
  }
  body .qty-note {
    padding: 15px 55px 12px;
    margin-bottom: 40px;
  }
  body .qty-note span {
    font-size: 20px;
  }
  body .qty-note:before {
    font-size: 28px;
    left: 13px;
    top: 10px;
  }
  body .product-info-right .tooltips-container {
    margin-top: 10px;
    padding: 39px 44px;
  }
  body .product-info-right .tooltips-container .shortcut-title {
    font-size: 24px;
  }
  body .product-info-right .tooltips-container .tooltips-icon {
    width: 231px;
    height: 38px;
    margin-top: 19px;
  }
  body .product-info-right .tooltips-container .instruction {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 12px;
  }
  body .product-info-right .tooltips-container .tooltips-icon-wrapper span {
    min-width: 207px;
    padding: 22px 15px 20px;
    margin-left: 19px;
    font-size: 18px;
  }
  body .product-info-right .free-delivery,
  body .product-info-right .moret-to-users {
    display: block !important;
  }
  body .product-info-right .stock {
    display: flex !important;
  }
  body .product-info-right .fieldset .actions {
    flex-direction: column;
    margin-bottom: 20px;
  }
  body .product-info-right .fieldset .actions .action {
    margin: 0;
    letter-spacing: 1.56px;
    min-height: 85px;
  }
  body .product-info-right .not-stock-section .not-stock {
    font-size: 24px;
    height: 84px;
    margin: 0 0 20px;
    min-height: 84px;
  }
  body .product-info-right .prices-tier {
    margin: 0 0 10px;
  }
  body .product-info-right .prices-tier .item {
    margin-top: 14px;
    padding: 25px 30px;
  }
  body .product-info-right .prices-tier .item .radio-btn {
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    margin-right: 11px;
  }
  body .product-info-right .prices-tier .item .radio-btn:before {
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
    top: 12px;
    left: 12px;
  }
  body .product-info-right .prices-tier .item .price-label,
  body .product-info-right .prices-tier .item .tier-price-qty,
  body .product-info-right .prices-tier .item .price span {
    font-size: 30px !important;
  }
  body .product-info-right .prices-tier .item .price-label span {
    font-size: 19px;
    top: -6px;
  }
  body .product-info-right .ttc {
    padding-left: 13px;
  }
  body .product-info-right .special-price {
    padding: 0;
  }
  body .product-info-right .product-info-price {
    margin: 0 0 13px;
  }
  body .product-info-right .product-info-price .price-box {
    min-height: 100px;
    margin-bottom: 0;
  }
  body .product-info-right .product-info-price .price-box .save-percent {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    font-size: 36px;
    padding-top: 5px;
  }
  body .product-info-right .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 50px;
  }
  body .product-info-right .product-info-price .price-box .price-container .weee:before,
  body .product-info-right .product-info-price .price-box .price-container .weee .price {
    font-size: 18px;
  }
  body .product-info-right .product-info-price .price-box .ttc {
    font-size: 26px;
    line-height: 1;
    padding-left: 5px;
    margin-top: 0;
  }
  body .product-info-right .product-info-price .price-box .old-price-wrapper {
    margin: 0 0 -6px;
  }
  body .product-info-right .product-info-price .price-box .old-price-wrapper .price-container .price-wrapper .price {
    font-size: 36px;
  }
  body .product-info-right .price-badge.over-stock .bdg1 {
    margin-left: 7px;
    line-height: 1.2;
  }
  body .product-info-right .price-badge.low-price .bdg1 {
    line-height: 1.3;
  }
  body .product-info-right .price-badge.special-buy {
    flex: 0 0 132px;
    max-width: 132px;
  }
  body .product-info-right .price-badge.special-buy .bdg1 {
    padding: 4px 19px 0 13px;
  }
  body .product-info-right .price-badge.special-buy .bdg2 {
    padding: 10px 19px 7px 16px;
    top: -5px;
  }
  body .product-info-right .real-qty-text,
  body .product-info-right .sap-delay-day,
  body .product-info-right .sap-delay-text,
  body .product-info-right .sap-exptd-date,
  body .product-info-right .sap-exptd-qty,
  body .product-info-right .coupon {
    margin-bottom: 0;
    max-width: 100% !important;
    padding: 15px 38px 11px;
    font-size: 20px;
    border-radius: 15px;
    display: block !important;
  }
  body .product-info-right .coupon {
    margin-bottom: 11px;
  }
  body .product-info-right .qty .control {
    border-radius: 100px;
    height: 84px;
    padding: 0 13px;
  }
  body .product-info-right .qty .control .input-text,
  body .product-info-right .qty .control .item-qty {
    max-width: 100px;
    font-size: 30px;
  }
  body .product-info-right .qty .control span {
    height: 56px;
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
    font-size: 35px;
  }
  body .description-main {
    margin-top: 50px;
  }
  body .description-main .btn-more,
  body .description-main .btn-less {
    font-size: 18px;
  }
  body .specification {
    margin: 20px 0 0;
  }
  body .specification .sp-title {
    font-size: 24px;
    padding: 40px 30px 32px;
  }
  body .specification .sp-group .sp-row .sp-value,
  body .specification .sp-group .sp-row .sp-label {
    font-size: 18px;
    padding: 13px 30px;
  }
  body .product-info-description .info-guide-main .product-extra-info .info-title {
    font-size: 30px;
    padding: 30px 45px 23px;
    margin: 0 -45px;
  }
  body .product-info-description .info-guide-main .product-extra-info:not(:has(ul)) {
    padding-bottom: 40px;
  }
  body .product-info-description .info-guide-main .product-extra-info:not(:has(ul)) .info-title {
    margin-bottom: 40px;
  }
  body .product-info-description .info-guide-main .product-extra-info p {
    font-size: 20px;
  }
  body .product-info-description .info-guide-main .product-extra-info ul {
    padding: 40px 0;
  }
  body .product-info-description .info-guide-main .product-extra-info ul li {
    font-size: 24px;
    margin-bottom: 7px;
    padding-left: 21px;
  }
  body .product-info-description .info-guide-main .product-extra-info ul li:before {
    width: 7px;
    height: 7px;
    top: 13px;
  }
  body .product-info-description .description-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .product-info-description .description-content:before {
    height: 30px;
  }
  body .product-info-description .title-main {
    margin: 0 -40px 40px !important;
    font-size: 30px;
    padding-bottom: 25px;
  }
  body .product-info-description h1 {
    font-size: 26px;
  }
  body .product-info-description p,
  body .product-info-description .file-download-info,
  body .product-info-description a,
  body .product-info-description div {
    font-size: 23px;
  }
  body .product-info-description ul li {
    font-size: 23px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  body .product-info-description h2,
  body .product-info-description h3,
  body .product-info-description h4,
  body .product-info-description h5,
  body .product-info-description h6 {
    font-size: 23px;
    line-height: 1.3;
  }
  body .product-info-description h3 {
    font-size: 24px;
    margin: 20px 0;
  }
  body .product-info-description h2 {
    font-size: 26px;
  }
  body .product-info-description .file-download-info {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  body .product-info-description .info-guide-main.has-attachments .pdf-attachments .info-title {
    padding-top: 30px;
    margin-left: -40px;
    margin-right: -40px;
    font-size: 30px;
  }
  body .product-info-description .pdf-attachments {
    padding: 0 40px;
  }
  body .product-info-description .pdf-attachments .info-title {
    font-size: 30px;
  }
  body .product-info-description .pdf-attachments .am-attachments {
    padding-bottom: 40px;
  }
  body .product-info-description .pdf-attachments .am-attachments .am-fileline {
    margin-bottom: 20px;
  }
  body .product-info-description .pdf-attachments .am-attachments .am-filelink.doctype-pdf {
    padding-left: 82px;
    font-size: 24px;
    min-height: 60px;
  }
  body .product-info-description .pdf-attachments .am-attachments .am-filelink.doctype-pdf:before {
    min-width: 53px;
    max-width: 53px;
    min-height: 60px;
    max-height: 60px;
  }
  body .product-info-description .pdf-attachments .am-attachments .am-filelink span {
    margin-bottom: 8px;
  }
  body #netreviews_rating_section {
    padding: 30px;
  }
  body .netreviews_rating_content .netreviews_note_generale {
    font-size: 49px;
  }
  body .netreviews_rating_content .netreviews_subtitle {
    font-size: 12px;
  }
  body .page-main .bundle-options-container {
    margin: 0 0 40px !important;
  }
  body .product-page-promo-banner {
    display: none;
  }
  body .product-list-block .title-main {
    font-size: 30px;
  }
  body .product-list-block .products {
    margin-top: 15px !important;
  }
  body .product-list-block .product-items .product-item {
    padding: 20px;
    border-right: 1px solid #f6f8f9;
  }
  body .product-list-block .price-badge {
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 10px;
  }
  body .product-list-block .price-badge .bdg1 {
    font-size: 10px;
  }
  body .product-list-block .price-badge .bdg2 {
    font-size: 12px;
  }
  body .product-list-block .price-badge.price-badge .bdg1 {
    margin-left: 3px;
  }
  body .product-list-block .special-price {
    padding: 10px 10px 0 0;
  }
  body .product-list-block .price .value {
    font-size: 27px;
  }
  body .product-list-block .price .fraction {
    font-size: 15px;
    top: -8px;
    margin-right: 5px;
  }
  body .product-list-block .price .symbol {
    font-size: 20px;
  }
  body .product-list-block .old-price-wrapper .price {
    font-size: 15px;
  }
  body .product-list-block .old-price-wrapper .old-price {
    margin-bottom: 0;
  }
  body .product-list-block .old-price-wrapper .save-percent {
    font-size: 13px;
  }
  body .product-list-block .product-item-name {
    font-size: 16px;
  }
  body .product-list-block .price-box {
    margin: 25px 0 20px;
  }
  body .product-list-block .product-item-info {
    border: 0;
    padding: 0;
  }
  body.catalog-product-view .page-wrapper .product.media .promotion-timer .value {
    margin-top: 8px;
  }
  body.catalog-product-view .page-wrapper .product.media .promotion-timer .lable {
    margin-top: 5px;
  }
  body.catalog-product-view .page-wrapper .product.media .promotion-timer {
    right: -21px;
    top: 11px;
    transform: scale(0.8100000000000001);
  }
  body.catalog-product-view .page-wrapper .title-main {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body.catalog-product-view .product-info-right {
    padding: 40px 40px 0;
  }
  body.catalog-product-view .product-info-right .sap-stock-info {
    margin-bottom: 10px;
    margin-top: 40px;
  }
  body.catalog-product-view .product-info-right .product-social-links {
    margin: auto -40px 0;
    padding: 40px 30px;
  }
  body.catalog-product-view .product-info-right .product-social-links a {
    font-size: 18px;
    margin: 0 15px !important;
  }
  body.catalog-product-view .product-info-right .product-social-links a:before {
    margin-right: 12px !important;
  }
  body.catalog-product-view .product-info-right .product-social-links a.towishlist:before {
    font-size: 41px;
  }
  body.catalog-product-view .product-info-right .product-social-links a.toshare:before {
    font-size: 39px;
  }
  body.catalog-product-view .product-info-right .stock,
  body.catalog-product-view .product-info-right .stock-qty {
    min-height: 45px;
    margin-bottom: 20px;
  }
  body.catalog-product-view .product-info-right .stock .stock-text,
  body.catalog-product-view .product-info-right .stock-qty .stock-text {
    font-size: 36px;
    margin-bottom: 0;
  }
  body.catalog-product-view .product-info-right .stock .stock-count,
  body.catalog-product-view .product-info-right .stock-qty .stock-count {
    margin-bottom: -3px;
    font-size: 24px;
    padding: 7.5px 17px;
    border-radius: 100px;
    margin-left: 2px;
  }
  body.catalog-product-view .product-info-right .stock.alert,
  body.catalog-product-view .product-info-right .stock-qty.alert {
    padding: 0;
    margin: 30px auto 50px;
  }
  body.catalog-product-view .product-info-right .stock.alert .action,
  body.catalog-product-view .product-info-right .stock-qty.alert .action {
    font-size: 19px;
  }
  body.catalog-product-view .product-info-right .sap-arrrival-orders {
    margin: 5px 0 20px;
  }
  body.catalog-product-view .product-info-right .sap-arrrival-orders .supplier-order-item {
    font-size: 24px;
    padding-left: 23px;
  }
  body.catalog-product-view .product-info-right .sap-arrrival-orders .supplier-order-item:before {
    min-height: 3px;
    min-width: 12px;
    max-height: 3px;
    max-width: 12px;
  }
  body.catalog-product-view .home-page-popular-category-products,
  body.catalog-product-view .product-list-block {
    display: none;
    margin: 20px 0 0;
  }
  body.catalog-product-view.page-layout-1column .product-info-main {
    margin-bottom: 50px;
  }
  body.catalog-product-view.page-layout-1column .product-info-right {
    padding: 40px 40px 0;
  }
  body.catalog-product-view .fotorama__nav__frame--dot.fotorama__active {
    min-width: 60px;
  }
  body.catalog-product-view .fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
    height: 10px;
    width: 60px;
    background: #002750;
    min-height: 10px;
    min-width: 60px;
    transition: all 0.3s;
  }
  body.catalog-product-view .fotorama__dot {
    border-radius: 10px;
    left: 0;
    top: 0;
    transition: all 0.3s;
    border: none;
    height: 10px;
    width: 10px;
    background: #f9ac00;
  }
  body.catalog-product-view .fotorama__nav__shaft {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 20px;
  }
  body.catalog-product-view .fotorama__nav--dots .fotorama__nav__frame--dot {
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main {
    margin-bottom: 36px;
  }
  body.account .order-status,
  body.account .mst-rma-status,
  body.account .mst-rma-badge {
    font-size: 17px;
    padding: 12px 20px 8px;
    margin: 0 0 12px 0;
    letter-spacing: 1.7px;
  }
  body.account .page-title-wrapper .page-title {
    margin-top: 0;
    font-size: 38px;
  }
  body.account .page-title-wrapper .order-date {
    margin-top: 6px;
    font-size: 23px;
    letter-spacing: 3.572px;
    padding-left: 2px;
  }
  body.account .column .table-wrapper {
    border-width: 1.5px;
  }
  body.account .column .table-wrapper tbody tr {
    border-width: 1.5px;
    padding: 27px 33px 19px;
  }
  body.account .column .table-wrapper tbody tr td {
    font-size: 23px !important;
  }
  body.account .column .table-wrapper tbody tr td:not(:last-child) {
    margin-bottom: 11px !important;
  }
  body.account .column .table-wrapper tbody tr td.actions .print,
  body.account .column .table-wrapper tbody tr td.col-actions .print {
    padding: 14px 30px 12px;
    letter-spacing: 2.6px;
    font-size: 21px;
    max-width: 312px;
  }
  body.account .column .table-wrapper tbody tr td.actions .print:before,
  body.account .column .table-wrapper tbody tr td.col-actions .print:before {
    margin: -1px 19px 1px -15px;
    transform: scale(0.5);
  }
  body.account .column .table-wrapper tbody tr td.actions .view,
  body.account .column .table-wrapper tbody tr td.col-actions .view,
  body.account .column .table-wrapper tbody tr td.actions a,
  body.account .column .table-wrapper tbody tr td.col-actions a {
    padding: 12px 30px 10px;
    letter-spacing: 2.6px;
    font-size: 21px;
    margin: 10px 0 13px !important;
  }
  body.account .column .table-wrapper .am-attachments .am-fileline .am-filelink {
    padding: 7px 0 6px 33px;
    font-size: 17px;
  }
  body.account .column .table-wrapper .am-attachments .am-fileline .am-filelink:before {
    transform: translateY(-50%) scale(1);
  }
  body.account .column .table-wrapper .product-item-details .am-attachments-order-view {
    margin-left: 220px;
  }
  body.account .column .table-wrapper tfoot .mark {
    padding-left: 30px !important;
  }
  body.account .column .table-wrapper tfoot .amount {
    padding-right: 30px !important;
  }
  body.account .column .table-wrapper tfoot tr td,
  body.account .column .table-wrapper tfoot tr th {
    font-size: 23px;
    padding-top: 5px;
    padding-bottom: 6px;
  }
  body.account .column .table-wrapper tfoot tr:first-child th,
  body.account .column .table-wrapper tfoot tr:first-child td {
    padding-top: 28px !important;
  }
  body.account .column .table-wrapper tfoot .grand_total_incl td,
  body.account .column .table-wrapper tfoot .grand_total_incl th {
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 35px;
    border-width: 1.5px !important;
  }
  body.account .column .table-wrapper tfoot .tax td,
  body.account .column .table-wrapper tfoot .tax th {
    padding-bottom: 20px;
  }
  body.account .column .block-title {
    margin-bottom: 16px;
  }
  body.account .column .block-title strong,
  body.account .column .block-title > span,
  body.account .column .block-title .increment-id {
    font-size: 29px;
  }
  body.account .column .block-title .action {
    font-size: 18px;
    letter-spacing: 2.679px;
    padding: 25px 30px;
    margin: 13px 0 14px;
  }
  body.account .column .block-title .action:before {
    margin-right: 30px;
    font-size: 23px;
  }
  body.account .column .block-title .action.print {
    padding: 23px 26px 20px;
    margin: 0 0 14px 0;
    font-size: 18px;
    letter-spacing: 2.679px;
  }
  body.account .column .block-title .action.print:before {
    margin: -10px 0 -4px;
    transform: scale(0.5);
  }
  body.account .column .block-title .action.print span {
    margin-left: 14px;
  }
  body.account .column > .block {
    margin-bottom: 46px;
  }
  body.account .column .block-content .box {
    padding: 35px 33px 45px;
    border-radius: 43px;
    border-width: 1.5px;
    margin-bottom: 28px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account .column .block-content .box .box-actions {
    margin-top: 30px;
  }
  body.account .column .block-content .box .default-address {
    transform: scale(1.5) translate(-10px, 10px);
  }
  body.account .column .box-content {
    font-size: 23px;
    margin: 0 0 14px;
  }
  body.account .column .box-title {
    font-size: 26px;
    margin: 0 -33px 27px;
    padding: 0 33px 28px;
    line-height: 1;
    border-width: 1.5px;
    letter-spacing: 1.3px;
  }
  body.account .column .box-actions .action {
    font-size: 17px;
    letter-spacing: 2.6px;
    padding: 30px 47px 26px;
    margin-right: 14px;
  }
  body.account .column .block-dashboard-orders .block-title {
    padding: 0 0 16px;
  }
  body.account .sidebar.sidebar-main .account-nav-title {
    border-radius: 54px;
    letter-spacing: 1.3px;
    font-size: 26px;
    padding: 37px 65px 30px 43px;
    background-size: 15px;
  }
  body.account .sidebar.sidebar-main .account-nav-title:before {
    right: 49px;
    top: 40px;
  }
  body.account .sidebar .account-nav-content {
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
  }
  body.account .sidebar .account-nav-content .items {
    border-width: 1.5px;
  }
  body.account .sidebar .account-nav-content strong,
  body.account .sidebar .account-nav-content a {
    font-size: 26px;
    border-width: 1.5px;
    padding: 37px 43px 29px;
  }
  body.account .order-actions-toolbar .actions {
    margin-bottom: 15px;
  }
  body.account .order-links {
    margin-bottom: 30px;
    padding: 0 20px;
    border-width: 1.5px;
  }
  body.account .order-links .item {
    margin: 0 20px;
  }
  body.account .order-links .item.current:before,
  body.account .order-links .item:hover:before {
    height: 4px;
    bottom: 5px;
  }
  body.account .order-links .item strong,
  body.account .order-links .item a {
    padding: 38px 0 35px;
    font-size: 17px;
    letter-spacing: 2.679px;
  }
  body.account .form-address-edit,
  body.account .form-edit-account,
  body.account .form-newsletter-manage {
    padding: 40px;
    border-radius: 40px;
  }
  body.account .form-address-edit .fieldset.address .field,
  body.account .form-edit-account .fieldset.address .field,
  body.account .form-newsletter-manage .fieldset.address .field,
  body.account .form-address-edit .fieldset.info .field,
  body.account .form-edit-account .fieldset.info .field,
  body.account .form-newsletter-manage .fieldset.info .field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account .form-address-edit .fieldset.address .field.date .customer-dob button,
  body.account .form-edit-account .fieldset.address .field.date .customer-dob button,
  body.account .form-newsletter-manage .fieldset.address .field.date .customer-dob button,
  body.account .form-address-edit .fieldset.info .field.date .customer-dob button,
  body.account .form-edit-account .fieldset.info .field.date .customer-dob button,
  body.account .form-newsletter-manage .fieldset.info .field.date .customer-dob button {
    top: -23px;
    transform: scale(0.5);
    right: 9px;
  }
  body.account .form-address-edit .actions-toolbar .primary .action,
  body.account .form-edit-account .actions-toolbar .primary .action,
  body.account .form-newsletter-manage .actions-toolbar .primary .action {
    letter-spacing: 2.679px;
    padding: 29px 42px 24px;
    font-size: 17px;
    margin: 23px 0 0;
  }
  body.account .form-address-edit .field.choice .lbl-checkbox,
  body.account .form-edit-account .field.choice .lbl-checkbox,
  body.account .form-newsletter-manage .field.choice .lbl-checkbox {
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
  }
  body.account .form-address-edit .field.choice .lbl-checkbox input,
  body.account .form-edit-account .field.choice .lbl-checkbox input,
  body.account .form-newsletter-manage .field.choice .lbl-checkbox input {
    border-radius: 13px;
  }
  body.account .form-address-edit .field.choice .lbl-checkbox input:before,
  body.account .form-edit-account .field.choice .lbl-checkbox input:before,
  body.account .form-newsletter-manage .field.choice .lbl-checkbox input:before {
    width: 19px;
    height: 8px;
    top: 11px;
    left: 9px;
  }
  body.account .form-address-edit .field.choice .lbl-checkbox + label,
  body.account .form-edit-account .field.choice .lbl-checkbox + label,
  body.account .form-newsletter-manage .field.choice .lbl-checkbox + label {
    padding: 9px 0 0 17px !important;
    font-size: 20px;
  }
  body.account .form-edit-account .actions-toolbar .primary .action {
    margin: 0;
  }
  body.account .form-edit-account .password .action {
    letter-spacing: 2.679px;
    padding: 29px 42px 26px;
    font-size: 17px;
  }
  body.account .form-edit-account .password [class*=btn-container] {
    margin-bottom: 10px;
    margin-top: 0;
  }
  body.account .address-info {
    padding: 0;
    font-size: 19px;
  }
  body .page-wrapper .order-details-items + .block-title,
  body .page-wrapper .quotation-items + .block-title {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 40px 40px 36px;
    font-size: 27px;
    margin-bottom: 0 !important;
    border-width: 1.5px;
  }
  body .page-wrapper .block-order-details-view {
    padding: 23px 15px 30px;
    border: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  body .page-wrapper .block-order-details-view .block-content {
    padding: 44px 35px 33px;
    border-radius: 40px;
    margin-top: 11px !important;
    max-width: 100%;
    flex: 0 0 100%;
  }
  body .page-wrapper .block-order-details-view .block-content:nth-child(1) {
    margin-top: 0 !important;
  }
  body .page-wrapper .block-order-details-view .sm-desc .sm-stock {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body .page-wrapper .block-order-details-view .sm-desc .preparation,
  body .page-wrapper .block-order-details-view .sm-desc .expendition {
    padding-left: 60px;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 11px;
  }
  body .page-wrapper .block-order-details-view .sm-desc .preparation:before,
  body .page-wrapper .block-order-details-view .sm-desc .expendition:before {
    transform: scale(0.4) !important;
    left: -28px !important;
  }
  body .page-wrapper .block-order-details-view .sm-desc .preparation:before {
    top: -31px !important;
  }
  body .page-wrapper .block-order-details-view .sm-desc .expendition:before {
    top: -12px !important;
  }
  body .page-wrapper .block-order-details-view .shipping-method-logo.freeshipping_freeshipping + .box-content .payment-description {
    font-size: 24px;
    max-width: 310px;
  }
  body .page-wrapper .mst-rma-view .opc-progress-bar {
    margin-bottom: 20px;
  }
  body .page-wrapper .mst-rma-view .opc-progress-bar .opc-progress-bar-item span {
    padding-top: 135px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__status {
    font-size: 21px;
    border-radius: 60px;
    padding: 40px 90px 38px;
    min-height: 90px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__status:before {
    min-width: 74px;
    min-height: 74px;
    max-width: 74px;
    max-height: 74px;
    left: 13px;
    font-size: 30px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block {
    margin-top: 15px;
    padding: 14px;
    border-radius: 40px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block .mst-rma-box__title {
    margin: 0 0 17px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block .mst-rma-box__content table th {
    font-size: 20px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block .mst-rma-box {
    padding: 35px 55px;
    border-radius: 40px;
    margin-bottom: 15px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block .mst-rma-box .mst-rma-box__title {
    font-size: 24px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block._align-top {
    margin-top: 40px;
    padding: 0;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block._align-top .actions-toolbar {
    padding: 0 26px 38px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block._align-top .actions-toolbar .action {
    font-size: 18px;
    letter-spacing: 3.572px;
    padding: 30px 45px 26px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block._align-top .mst-rma-box__title {
    font-size: 35px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-block._align-top .mst-rma-box {
    margin-bottom: 40px;
    padding: 0;
  }
  body .page-wrapper .mst-rma-view .mst-rma-view__orders {
    margin-top: 44px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-view__orders .table-wrapper {
    width: 100%;
    position: relative;
    margin-left: 0 !important;
    left: 0;
    border-radius: 50px;
    border: 2px solid #eeeaf7;
  }
  body .page-wrapper .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr {
    padding: 42px 25px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-sku,
  body .page-wrapper .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-qty,
  body .page-wrapper .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-reason,
  body .page-wrapper .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-condition,
  body .page-wrapper .mst-rma-view .mst-rma-view__orders .table-wrapper tbody tr td.col-resolution {
    font-size: 24px !important;
    padding: 0 11px 0 200px !important;
    margin-bottom: 0 !important;
  }
  body .page-wrapper .mst-rma-view .mst-rma-view__orders .table-wrapper .mst-rma-badge {
    margin: 0 0 6px 0;
  }
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma-box__content {
    padding: 44px 35px;
    border-radius: 40px;
    max-height: 512px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma__message-title {
    padding-bottom: 22px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    margin-bottom: 10px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma__message-title i,
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma__message-title strong {
    font-size: 17px;
    letter-spacing: 2.679px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma__message {
    padding: 23px 38px;
    margin-top: 14px;
    border-radius: 50px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma__message.__system {
    margin-left: 15px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma__message.__customer {
    margin-right: 15px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma__message a {
    margin-top: 7px;
  }
  body .page-wrapper .mst-rma-view .mst-rma__history .mst-rma__message-body {
    font-size: 20px;
  }
  body .page-wrapper .mst-rma-view .mst-rma-box__title {
    font-size: 35px;
  }
  body .page-wrapper .block-rma-additional .fieldset .field {
    padding: 26px;
  }
  body .page-wrapper .block-rma-additional .fieldset .field textarea {
    min-height: 186px;
  }
  body .page-wrapper .block-rma-additional .fieldset .field:nth-child(1) {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  body .page-wrapper .block-rma-additional .fieldset .field:nth-child(2) {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-left: 31px;
  }
  body .page-wrapper .block-rma-additional .fieldset .field:nth-child(2) .label {
    font-size: 20px;
    margin: 11px 0 8px;
  }
  body .page-wrapper .block-rma-additional .fieldset .field:nth-child(2) .size-limit {
    font-size: 25px;
    line-height: 1.4;
    padding: 13px 0 0;
  }
  body .page-wrapper .detail-inner .product-item-photo {
    border-radius: 29px;
    min-width: 186px;
    min-height: 186px;
    max-width: 186px;
    max-height: 186px;
  }
  body .page-wrapper .detail-inner .product-item-right {
    padding-left: 14px;
    font-size: 26px;
  }
  body .page-wrapper .MultiFile-list .MultiFile-label {
    margin-right: 13px;
    padding: 5px 0;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
  }
  body .page-wrapper .MultiFile-list .MultiFile-label .MultiFile-remove {
    margin-right: 8px;
    font-size: 21px;
  }
  body .page-wrapper .MultiFile-list .MultiFile-label .MultiFile-label {
    font-size: 17px;
  }
  body .page-wrapper .MultiFile-wrap input {
    padding: 21px 9px 15px;
    min-width: 223px;
  }
  body .page-wrapper .MultiFile-wrap input:before {
    font-size: 17px;
    letter-spacing: 3.572px;
    line-height: 1.8;
  }
  body .page-wrapper .ui-mst-rma__create-rma .fieldset-order-select {
    padding: 40px;
    border-radius: 35px;
  }
  body .page-wrapper .ui-mst-rma__create-rma .actions-toolbar button {
    letter-spacing: 2.679px;
    padding: 29px 42px 27px;
    font-size: 17px;
  }
  body .page-wrapper .ui-mst-rma__create-rma .actions-toolbar {
    margin: 15px 0 0 0 !important;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 .block-content {
    border-radius: 40px !important;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 .block-content .box {
    padding: 40px 50px !important;
    border-radius: 40px !important;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 .block-content table tr:nth-child(2) {
    margin-top: 20px;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 > .block {
    margin-bottom: 40px;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 > .block .title strong {
    font-size: 35px;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 .rma-one-item {
    padding: 45px 25px;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 .rma-one-item .image {
    margin: 0 16px 0 0;
    border-radius: 24px;
    min-width: 166px;
    min-height: 166px;
    max-width: 166px;
    max-height: 166px;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 .rma-one-item .lbl-checkbox {
    top: -18px;
    right: 4px;
    transform: scale(1.15);
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 .rma-one-item b {
    font-size: 24px;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset {
    margin-top: 15px;
  }
  body .page-wrapper .mst-rma-create__order .rma-new-step2 .rma-one-item .fieldset .field {
    margin-top: 6px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .page-wrapper .mst-rma-create__order.rma-step2 .mst-rma-create__order-header strong {
    font-size: 29px;
  }
  body .page-wrapper .mst-rma-create__order.rma-step2 .mst-rma-create__order-header .action {
    padding: 26px 35px 24px;
    font-size: 18px;
    letter-spacing: 2.679px;
  }
  body .page-wrapper .init-rma-container .actions-wrapper {
    margin-top: 40px;
  }
  body .page-wrapper .init-rma-container .actions-wrapper .actions-toolbar {
    margin-top: 22px !important;
  }
  body .page-wrapper #rma-new-form .block-rma-additional .fieldset .field textarea {
    min-height: 450px;
  }
  body .page-wrapper #rma-new-form .block-rma-additional .fieldset .field .size-limit {
    margin-bottom: 20px;
  }
  body .columns .column .order-details-items,
  body .columns .column .quotation-items {
    margin-bottom: 35px;
  }
  body .columns .column .order-details-items .table-wrapper,
  body .columns .column .quotation-items .table-wrapper {
    border-radius: 40px;
    border-width: 1.5px;
  }
  body .columns .column .order-details-items .table-wrapper tbody,
  body .columns .column .quotation-items .table-wrapper tbody {
    border-width: 1.5px;
  }
  body .columns .column .order-details-items .table-wrapper tbody tr td.qty,
  body .columns .column .quotation-items .table-wrapper tbody tr td.qty {
    font-size: 24px !important;
  }
  body .columns .column .order-details-items .table-wrapper tbody tr td.qty:before,
  body .columns .column .quotation-items .table-wrapper tbody tr td.qty:before {
    margin-right: 14px;
  }
  body .columns .column .order-details-items .table-wrapper .mst-rma-list tbody tr td:not(:last-child),
  body .columns .column .quotation-items .table-wrapper .mst-rma-list tbody tr td:not(:last-child) {
    margin-bottom: 11px !important;
  }
  body .columns .column .order-details-items.invoice .table-wrapper tbody tr,
  body .columns .column .quotation-items.invoice .table-wrapper tbody tr,
  body .columns .column .order-details-items.shipments .table-wrapper tbody tr,
  body .columns .column .quotation-items.shipments .table-wrapper tbody tr,
  body .columns .column .order-details-items.creditmemo .table-wrapper tbody tr,
  body .columns .column .quotation-items.creditmemo .table-wrapper tbody tr {
    padding: 40px;
  }
  body .columns .column .order-details-items.invoice .table-wrapper tbody td,
  body .columns .column .quotation-items.invoice .table-wrapper tbody td,
  body .columns .column .order-details-items.shipments .table-wrapper tbody td,
  body .columns .column .quotation-items.shipments .table-wrapper tbody td,
  body .columns .column .order-details-items.creditmemo .table-wrapper tbody td,
  body .columns .column .quotation-items.creditmemo .table-wrapper tbody td {
    padding: 0 0 20px 0 !important;
  }
  body .columns .column .order-details-items.invoice .table-wrapper tbody td:last-child,
  body .columns .column .quotation-items.invoice .table-wrapper tbody td:last-child,
  body .columns .column .order-details-items.shipments .table-wrapper tbody td:last-child,
  body .columns .column .quotation-items.shipments .table-wrapper tbody td:last-child,
  body .columns .column .order-details-items.creditmemo .table-wrapper tbody td:last-child,
  body .columns .column .quotation-items.creditmemo .table-wrapper tbody td:last-child {
    padding: 0 !important;
  }
  body .columns .column .order-details-items.invoice .table-wrapper tbody td.subtotal .price,
  body .columns .column .quotation-items.invoice .table-wrapper tbody td.subtotal .price,
  body .columns .column .order-details-items.shipments .table-wrapper tbody td.subtotal .price,
  body .columns .column .quotation-items.shipments .table-wrapper tbody td.subtotal .price,
  body .columns .column .order-details-items.creditmemo .table-wrapper tbody td.subtotal .price,
  body .columns .column .quotation-items.creditmemo .table-wrapper tbody td.subtotal .price,
  body .columns .column .order-details-items.invoice .table-wrapper tbody td.price .price,
  body .columns .column .quotation-items.invoice .table-wrapper tbody td.price .price,
  body .columns .column .order-details-items.shipments .table-wrapper tbody td.price .price,
  body .columns .column .quotation-items.shipments .table-wrapper tbody td.price .price,
  body .columns .column .order-details-items.creditmemo .table-wrapper tbody td.price .price,
  body .columns .column .quotation-items.creditmemo .table-wrapper tbody td.price .price,
  body .columns .column .order-details-items.invoice .table-wrapper tbody td.discount .price,
  body .columns .column .quotation-items.invoice .table-wrapper tbody td.discount .price,
  body .columns .column .order-details-items.shipments .table-wrapper tbody td.discount .price,
  body .columns .column .quotation-items.shipments .table-wrapper tbody td.discount .price,
  body .columns .column .order-details-items.creditmemo .table-wrapper tbody td.discount .price,
  body .columns .column .quotation-items.creditmemo .table-wrapper tbody td.discount .price,
  body .columns .column .order-details-items.invoice .table-wrapper tbody td.total .price,
  body .columns .column .quotation-items.invoice .table-wrapper tbody td.total .price,
  body .columns .column .order-details-items.shipments .table-wrapper tbody td.total .price,
  body .columns .column .quotation-items.shipments .table-wrapper tbody td.total .price,
  body .columns .column .order-details-items.creditmemo .table-wrapper tbody td.total .price,
  body .columns .column .quotation-items.creditmemo .table-wrapper tbody td.total .price {
    font-size: 29px;
  }
  body .columns .column .order-details-items.invoice .product-item-name,
  body .columns .column .quotation-items.invoice .product-item-name,
  body .columns .column .order-details-items.shipments .product-item-name,
  body .columns .column .quotation-items.shipments .product-item-name,
  body .columns .column .order-details-items.creditmemo .product-item-name,
  body .columns .column .quotation-items.creditmemo .product-item-name {
    font-size: 29px;
  }
  body .columns .column .order-details-items .comments,
  body .columns .column .quotation-items .comments {
    border-radius: 40px;
  }
  body.customer-address-index.account .page-wrapper .column .block-content .box {
    padding: 74px 40px 50px;
  }
  body.customer-address-index.account .page-wrapper .column .block-content .box[class*=box-address] .box-actions {
    margin-top: 25px;
  }
  body.wishlist-index-index .page-wrapper .form-wishlist-items {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  body.wishlist-index-index .page-wrapper .form-wishlist-items .actions-toolbar {
    padding: 25px;
  }
  body.wishlist-index-index .page-wrapper .form-wishlist-items .actions-toolbar .action {
    letter-spacing: 3.5px;
    padding: 28px 38px;
    font-size: 18px;
    margin: 0 auto 14px auto;
  }
  body.wishlist-index-index .page-wrapper .wishlist-toolbar {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 30px 25px;
  }
  body.wishlist-index-index .page-wrapper .wishlist-toolbar .toolbar-amount {
    font-size: 23px;
  }
  body.wishlist-index-index .page-wrapper .wishlist-toolbar .limiter .limiter-label {
    font-size: 23px;
    margin-right: 11px;
  }
  body.wishlist-index-index .page-wrapper .wishlist-toolbar .limiter select {
    font-size: 23px;
    height: 66px;
    padding: 19px 55px 16px 32px;
    background-size: 12px;
    background-position: 74px 27px;
  }
  body.wishlist-index-index .page-wrapper .product-item {
    padding: 25px 25px 44px !important;
  }
  body.wishlist-index-index .page-wrapper .product-item .item-inner .comment-box .field-inner label {
    letter-spacing: 2.679px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 25px 36px 4px;
    font-size: 17px;
  }
  body.wishlist-index-index .page-wrapper .col-detail {
    padding-bottom: 29px;
  }
  body.wishlist-index-index .page-wrapper .col-detail .product-item-photo {
    flex: 0 0 186px;
    height: 186px;
    max-width: 186px;
  }
  body.wishlist-index-index .page-wrapper .col-detail .product-item-photo .product-item-photo {
    border-radius: 29px;
  }
  body.wishlist-index-index .page-wrapper .col-detail .product-item-name a,
  body.wishlist-index-index .page-wrapper .col-detail .product-brand a {
    font-size: 27px;
    margin: 0 !important;
  }
  body.wishlist-index-index .page-wrapper .col-detail .product-item-name {
    margin: 0;
  }
  body.wishlist-index-index .page-wrapper .col-detail .product-item-right {
    padding-left: 14px;
    padding-top: 3px;
  }
  body.wishlist-index-index .page-wrapper .col-detail .price-box {
    padding-top: 18px;
  }
  body.wishlist-index-index .page-wrapper .col-detail .special-price .price {
    font-size: 27px;
  }
  body.wishlist-index-index .page-wrapper .col-detail .old-price {
    padding-top: 7px;
  }
  body.wishlist-index-index .page-wrapper .col-detail .old-price .price {
    font-size: 24px;
  }
  body.wishlist-index-index .page-wrapper .comment-box {
    margin-bottom: 111px;
  }
  body.wishlist-index-index .page-wrapper .comment-box .field-inner {
    border-radius: 30px;
  }
  body.wishlist-index-index .page-wrapper .comment-box textarea {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 20px 36px 0;
    min-height: 245px;
    font-size: 21px;
  }
  body.wishlist-index-index .page-wrapper .comment-box textarea::-webkit-input-placeholder {
    font-size: 21px;
  }
  body.wishlist-index-index .page-wrapper .comment-box textarea:-moz-placeholder {
    font-size: 21px;
  }
  body.wishlist-index-index .page-wrapper .comment-box textarea::-moz-placeholder {
    font-size: 21px;
  }
  body.wishlist-index-index .page-wrapper .comment-box textarea::-ms-placeholder {
    font-size: 21px;
  }
  body.wishlist-index-index .page-wrapper .comment-box textarea:-ms-placeholder {
    font-size: 21px;
  }
  body.wishlist-index-index .page-wrapper .comment-box textarea::placeholder {
    font-size: 21px;
  }
  body.wishlist-index-index .page-wrapper .box-tocart {
    margin: 0 50px 0 0 !important;
  }
  body.wishlist-index-index .page-wrapper .box-tocart .tocart {
    font-size: 18px;
    height: unset;
    letter-spacing: 3.5px !important;
    padding: 28px 42px;
  }
  body.wishlist-index-index .page-wrapper .box-tocart .fieldset .product-item-actions {
    padding: 0;
  }
  body.wishlist-index-index .page-wrapper .field.qty {
    top: -95px;
  }
  body.wishlist-index-index .page-wrapper .field.qty .label {
    font-size: 24px;
    margin-right: 15px;
    margin-bottom: 2px;
  }
  body.wishlist-index-index .page-wrapper .field.qty .control {
    height: 67px;
    padding: 7px;
  }
  body.wishlist-index-index .page-wrapper .field.qty .control span {
    min-height: 52px;
    min-width: 52px;
    font-size: 30px;
  }
  body.wishlist-index-index .page-wrapper .field.qty .control .qty-plus {
    padding-left: 0;
  }
  body.wishlist-index-index .page-wrapper .field.qty .control .qty-minus {
    padding-left: 2px;
    padding-top: 10px;
  }
  body.wishlist-index-index .page-wrapper .field.qty .control .input-text {
    max-width: 60px;
    min-width: 60px;
    font-size: 24px;
    height: 45px;
    padding-top: 2px;
    line-height: 45px;
    min-height: 45px;
  }
  body.wishlist-index-index .page-wrapper .product-item-inner {
    flex-wrap: wrap;
  }
  body.wishlist-index-index .page-wrapper .product-item-actions .action.edit,
  body.wishlist-index-index .page-wrapper .product-item-actions .action.delete {
    min-width: 37px;
    min-height: 37px;
    max-width: 37px;
    max-height: 37px;
  }
  body.wishlist-index-index .page-wrapper .product-item-actions .action.edit:before,
  body.wishlist-index-index .page-wrapper .product-item-actions .action.delete:before {
    transform: scale(0.8);
  }
  body.wishlist-index-index .page-wrapper .product-item-actions .action.edit {
    margin-right: 13px;
  }
}
@media only screen and (max-width: 767px) {
  body.checkout-onepage-success .order-link-info {
    width: 100vw;
    position: relative;
    margin: 0 0 20px -50vw !important;
    left: 50%;
    padding: 0 20px 26px;
    font-size: 35px;
  }
  body.checkout-onepage-success .column.main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.checkout-onepage-success .sidebar {
    display: none;
  }
  body .checkout-success .section-subtitle,
  body .checkout-success .order-items-title {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 40px 40px 36px;
    font-size: 27px;
  }
  body .checkout-success .order-info-top {
    padding: 23px 15px 30px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 30px;
  }
  body .checkout-success .order-info-col {
    padding: 44px 35px 33px;
    border-radius: 40px;
    margin-top: 11px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .checkout-success .info-title {
    font-size: 24px;
    margin-bottom: 20px !important;
  }
  body .checkout-success .col-content {
    font-size: 20px;
  }
  body .checkout-success .order-shipping-method .sm-desc .sm-stock {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body .checkout-success .order-shipping-method .sm-desc .preparation,
  body .checkout-success .order-shipping-method .sm-desc .expendition {
    padding-left: 30px;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 11px;
  }
  body .checkout-success .order-shipping-method .sm-desc .preparation:before,
  body .checkout-success .order-shipping-method .sm-desc .expendition:before {
    top: 12px !important;
    left: 0 !important;
  }
  body .checkout-success .order-shipping-method .col-content {
    padding-top: 10px;
  }
  body .checkout-success .shipping-method-logo {
    margin-bottom: 20px !important;
  }
  body .checkout-success .shipping-method-logo.freeshipping_freeshipping + .shipping-description {
    font-size: 24px;
    max-width: 170px;
    margin-bottom: 12px;
    margin-top: -20px;
  }
  body .checkout-success .payment-method-logo {
    margin-bottom: 13px;
    min-height: 67px;
  }
  body .checkout-success .payment-method-logo.ca-creditcard,
  body .checkout-success .payment-method-logo.caetransactionscw_creditcard,
  body .checkout-success .payment-method-logo.worldline_cc {
    min-height: 48px;
  }
  body .checkout-success .payment-method-logo.ca-creditcard:before,
  body .checkout-success .payment-method-logo.caetransactionscw_creditcard:before,
  body .checkout-success .payment-method-logo.worldline_cc:before {
    left: -28px;
  }
  body .checkout-success .payment-method-logo.paypal:before,
  body .checkout-success .payment-method-logo.paypal_express:before {
    left: -27px;
  }
  body .checkout-success .payment-method-logo.worldline_redirect_payment_302:before,
  body .checkout-success .payment-method-logo.worldline_redirect_payment_320:before {
    left: -20px;
  }
  body .checkout-success .payment-method-logo.banktransfer:before {
    left: -20px;
  }
  body .checkout-success .payment-method-logo.checkmo:before {
    left: -32px;
  }
  body .checkout-success .payment-method-logo.oney {
    min-height: 31px;
  }
  body .checkout-success .order-info-items .order-items-title {
    padding: 43px 40px 39px !important;
  }
  body .checkout-success .order-item {
    padding: 40px 0 30px;
  }
  body .checkout-success .order-item .col-name {
    padding: 15px 25px;
  }
  body .checkout-success .order-item .col-name .product-image {
    border-radius: 29px;
    flex: 0 0 186px;
    height: 186px;
  }
  body .checkout-success .order-item .product-brand {
    padding-top: 4px;
  }
  body .checkout-success .order-item .product-info {
    padding-left: 14px;
  }
  body .checkout-success .order-item .item-unit-price {
    margin: 4px 0 0 0;
    font-size: 21px;
  }
  body .checkout-success .order-item .col-qty,
  body .checkout-success .order-item .col-total {
    padding: 0 15px 0 227px;
  }
  body .checkout-success .order-item .col-qty {
    font-size: 24px;
    margin-bottom: 34px;
  }
  body .checkout-success .order-item .product-item-name {
    margin: 4px 0 1px;
    font-size: 27px;
  }
  body .checkout-success .order-item .product-reviews-summary {
    padding-bottom: 4px;
  }
  body .checkout-success .order-item .item-row-total .price {
    font-size: 33px;
  }
  body .checkout-success .stock {
    font-size: 20px;
  }
  body .checkout-success .product-reviews-summary svg {
    height: 19px !important;
    width: 113px !important;
  }
  body .checkout-success .product-reviews-summary .reviews-actions {
    margin-top: 3px !important;
  }
  body .checkout-success .product-reviews-summary .reviews-actions a {
    font-size: 21px !important;
    margin-left: 8px !important;
  }
  body .checkout-success .table-order-totals th,
  body .checkout-success .table-order-totals td {
    font-size: 23px;
    padding-top: 5px;
    padding-bottom: 6px;
  }
  body .checkout-success .table-order-totals .amount {
    padding-right: 30px;
  }
  body .checkout-success .table-order-totals .mark {
    padding-left: 30px;
  }
  body .checkout-success .table-order-totals .totals td,
  body .checkout-success .table-order-totals .totals th {
    padding-bottom: 26px;
  }
  body .checkout-success .order-info-totals {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 25px;
    padding: 29px 0 0;
  }
  body .checkout-success .grand_total_incl th,
  body .checkout-success .grand_total_incl td {
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  body .brand-section-top {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .brand-container .block-brand-search {
    padding: 15px 0 0;
  }
  body .brand-container .block-content input {
    padding: 8.5px 31px;
    font-size: 20px;
    height: 70px;
  }
  body .brand-container .block-content input::-webkit-input-placeholder {
    font-size: 20px;
  }
  body .brand-container .block-content input:-moz-placeholder {
    font-size: 20px;
  }
  body .brand-container .block-content input::-moz-placeholder {
    font-size: 20px;
  }
  body .brand-container .block-content input::-ms-placeholder {
    font-size: 20px;
  }
  body .brand-container .block-content input:-ms-placeholder {
    font-size: 20px;
  }
  body .brand-container .block-content input::placeholder {
    font-size: 20px;
  }
  body .brand-container .block-content .btn-primary {
    padding: 16px 20px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 70px;
    min-width: 181px;
  }
  body .brand-container .block-brand-list .product-items {
    margin: 0 -10px;
  }
  body .brand-container .block-brand-list .product-items .product-item {
    padding: 0 10px !important;
    margin-bottom: 20px;
  }
  body .brand-container .block-brand-list .product-items .product-item-info {
    border-radius: 20px;
  }
  body .brand-container .block-brand-list .product-items .product-item-info .product-item-details .product-item-link {
    margin: 0 !important;
  }
  body .brand-container .block-brand-list .product-items .product-item-info .product-image-photo {
    max-width: 105px;
    max-height: 105px;
    height: 105px;
    width: 105px;
  }
}
@media only screen and (max-width: 767px) {
  body.kbase-category-view .kb-category__grid .kb__category-item,
  body.kbase-article-s .kb-category__grid .kb__category-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-e-batterie .page-main .main .eBatterieTitle {
    font-size: 35px;
    margin-bottom: 19px;
    margin-top: 50px;
  }
  body .ebattery-form-block .sub-title {
    font-size: 24px;
    letter-spacing: 5.953px;
  }
  body .ebattery-form-block .ebattery-items.mobile {
    margin: 23px 0 16px 0 !important;
  }
  body .ebattery-form-block .ebt-item {
    border-radius: 40px;
    margin-bottom: 14px;
  }
  body .ebattery-form-block .ebt-item:last-child {
    margin-bottom: 0 !important;
  }
  body .ebattery-form-block :is(.hphc-jpme ,.base-jpme) {
    padding: 27px 41px 22px 29px;
  }
  body .ebattery-form-block :is(.hphc-jpme ,.base-jpme) .cal-top {
    padding-bottom: 15px;
  }
  body .ebattery-form-block :is(.hphc-jpme ,.base-jpme) input {
    margin: auto 0 auto auto;
    min-width: 37px;
    min-height: 37px;
    max-width: 37px;
    max-height: 37px;
  }
  body .ebattery-form-block :is(.hphc-jpme ,.base-jpme) input:before {
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
    top: 11px;
    left: 11px;
  }
  body .ebattery-form-block :is(.hphc-jpme ,.base-jpme) input:checked:before {
    transform: scale(1);
  }
  body .ebattery-form-block :is(.hphc-jpme ,.base-jpme) label {
    font-size: 21px;
  }
  body .ebattery-form-block :is(.hphc-jpme ,.base-jpme) .icon {
    max-width: 98px;
    min-width: 98px;
    max-height: 98px;
    min-height: 98px;
  }
  body .ebattery-form-block :is(.hphc-jpme ,.base-jpme) .icon:before {
    transform: scale(1.08) translate(2px, -7px);
  }
  body .ebattery-form-block :is(.hphc-jpme ,.base-jpme) .price {
    font-size: 41px;
    padding-right: 0;
  }
  body .ebattery-form-block .info {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 46px 100px 74px;
  }
  body .ebattery-form-block .info :is(strong , .note) {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 33px;
  }
  body .ebattery-form-block .info .actions {
    padding-top: 4px;
  }
  body .ebattery-form-block .info button {
    min-width: 333px;
    letter-spacing: 3.572px;
    font-size: 24px;
    padding: 20px 20px 16px;
  }
  body .ebattery-form-block .portability {
    border-radius: 40px;
  }
  body .ebattery-form-block .port-item .ebt-col.value {
    right: 38px;
    top: 50px;
  }
  body .ebattery-form-block .port-item .ebt-col.title {
    padding: 27px 44px 46px 30px !important;
  }
  body .ebattery-form-block .port-item input {
    min-width: 37px;
    min-height: 37px;
    max-width: 37px;
    max-height: 37px;
    border-radius: 12px;
  }
  body .ebattery-form-block .port-item input:before {
    min-width: 20px;
    min-height: 10px;
    max-width: 20px;
    max-height: 10px;
    top: 9px;
    left: 7px;
  }
  body .ebattery-form-block .port-item label {
    padding: 10px 0 0 0;
    font-size: 24px;
  }
  body .ebattery-form-block .port-item .icon {
    min-height: 96px;
    margin-bottom: 39px;
  }
  body .ebattery-form-block .port-item .icon:after {
    transform: scale(1.1) translate(13px, 9px);
  }
  body .ebattery-form-block .port-item .icon:before {
    min-width: 96px;
    max-width: 96px;
  }
  body .ebattery-form-block .port-item .price {
    font-size: 41px;
  }
}
@media only screen and (min-width: 991px) {
  .mblog-post-index .page-header,
  .mblog-category-view .page-header,
  .mblog-post-view .page-header {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  body .post-items .post-item {
    margin-bottom: 46px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .post-item-cover {
    border-radius: 45px;
  }
  body .post-item-cover .post-info {
    padding: 25px 45px 46px;
  }
  body .post-item-cover .post-img .cat-name {
    font-size: 15px;
    letter-spacing: 1.488px;
    padding: 10px 20px 7px;
    bottom: 45px;
    left: 45px;
  }
  body .post-item-cover .post-name {
    font-size: 30px;
    margin-bottom: 4px;
  }
  body .post-item-cover .post-date {
    font-size: 18px;
    letter-spacing: 2.679px;
  }
  body .post-item-cover .post-desc {
    font-size: 21px;
    padding-top: 22px;
  }
  body .post-item-cover .post-actions {
    padding: 27px 45px;
  }
  body .post-item-cover .post-actions a {
    font-size: 18px;
    letter-spacing: 2.679px;
  }
  body .blog-search .control:before {
    right: 22px;
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
  body .blog-search .label {
    padding: 0 0 27px 0;
    font-size: 36px;
  }
  body .blog-search input {
    height: 89px;
    padding: 17px 75px 14px 56px;
    letter-spacing: 2.679px;
    font-size: 18px;
  }
  body .blog-category {
    margin-bottom: 28px;
  }
  body .blog-category .category-items .category-item {
    margin: 0 13px 7px 0;
  }
  body .blog-category .category-items .category-item.active .item-name {
    padding-right: 47px;
  }
  body .blog-category .category-items .category-item.active .item-name:before {
    font-size: 14px;
    right: 20px;
  }
  body .blog-category .category-items .item-name {
    font-size: 18px;
    padding: 13px 14px 11px 19px;
  }
  body .blog-category .category-items .item-name .item-count {
    padding: 5px 0 1px;
    margin-top: -2px;
    margin-left: 18px;
    min-width: 49px;
    font-size: 15px;
    letter-spacing: 1.488px;
  }
  body .blog-post .blog-toolbar .pages {
    padding: 0 0 145px;
  }
  body .blog-post .blog-toolbar .pages .pages-items .page {
    font-size: 21px;
  }
  body .blog-post .blog-toolbar .pages .pages-items .item .action:after {
    width: 12px;
    height: 12px;
  }
  body .blog-post .blog-toolbar .pages .pages-items .item .action.next {
    padding-right: 4px;
  }
  body .blog-post .blog-toolbar .pages .item {
    min-width: 59px;
    min-height: 59px;
    max-height: 59px;
    max-width: 59px;
    margin: 0 11px;
  }
  body .blog-sf {
    margin: 0 0 29px;
  }
}
@media only screen and (min-width: 991px) {
  .post-content .list-box-horizontal-card h1,
  .post-content .list-box-horizontal-card h2,
  .post-content .list-box-horizontal-card h3,
  .post-content .list-box-horizontal-card h4,
  .post-content .list-box-horizontal-card h5,
  .post-content .list-box-horizontal-card h6 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .post-content {
    margin-bottom: 160px;
    --box-radius: 45px;
    --box-padding-x: 38px;
    --box-padding-y: 42px;
  }
  body .post-content ol,
  body .post-content ul {
    padding-left: 21px;
    margin: 22px 0;
  }
  body .post-content ol li,
  body .post-content ul li {
    margin: 13px 0;
  }
  body .post-content .list-box-title {
    font-size: 44px;
    margin-top: 22px;
  }
  body .post-content .list-box-title:has(+ .list-box-items) + .list-box-items {
    padding-top: 28px;
  }
  body .post-content .list-box-items {
    margin-bottom: 30px;
    padding: var(--box-padding-y) var(--box-padding-x);
  }
  body .post-content .list-box-item {
    font-size: 27px;
    padding-left: 30px;
    margin-bottom: 26px;
    margin-top: 0;
  }
  body .post-content .list-box-item a {
    font-size: 27px;
  }
  body .post-content .list-box-item:before {
    width: 11px;
    height: 11px;
    top: 9px;
  }
  body .post-content p,
  body .post-content a,
  body .post-content li {
    font-size: 20px;
    margin: 20px 0;
  }
  body .post-content p:has(a) {
    padding: 13px 0;
  }
  body .post-content button {
    margin: 31px auto 41px;
    font-size: 24px;
    letter-spacing: 3.572px;
    padding: 46px 25px 40px;
  }
  body .post-content h1,
  body .post-content h2,
  body .post-content h3,
  body .post-content h4,
  body .post-content h5,
  body .post-content h6 {
    margin-bottom: 19px;
    margin-top: 40px;
  }
  body .post-content h1 {
    font-size: 59px;
  }
  body .post-content h2 {
    font-size: 51px;
  }
  body .post-content h3 {
    font-size: 45px;
  }
  body .post-content h4 {
    font-size: 41px;
  }
  body .post-content h5 {
    font-size: 37px;
  }
  body .post-content h6 {
    font-size: 34px;
  }
  body .contact-info-box {
    margin: 44px 0;
  }
  body .contact-info-box .contact-info-user {
    margin-right: 20px;
    flex: 0 0 90px;
    max-width: 90px;
    padding-top: 90px;
  }
  body .contact-info-box .contact-info-left {
    margin-bottom: 29px;
  }
  body .contact-info-box .contact-info-name,
  body .contact-info-box .contact-info-text {
    font-size: 18px;
    letter-spacing: 2.679px;
  }
  body .contact-info-box .publiced-date {
    padding-top: 5px;
    font-size: 15px;
  }
  body .contact-info-box .contact-info-text {
    padding-top: 7px;
  }
  body .contact-info-box .contact-info-link {
    padding: 0 7px;
  }
  body .contact-info-box .contact-info-link svg {
    max-width: 52px;
    max-height: 52px;
    min-width: 52px;
    min-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  body .blog-search-wrapper.modal-popup .modal-inner-wrap {
    border-radius: 42px;
    padding: 47px 20px 20px;
  }
  body .blog-search-wrapper.modal-popup .action-close {
    top: 17px;
    right: 20px;
  }
  body .blog-search-wrapper.modal-popup .action-close:before {
    width: 24px;
    height: 24px;
  }
  body .search-title {
    margin-bottom: 28px;
    font-size: 35px;
    padding: 0 65px 40px 30px;
  }
  body .search-box:before {
    right: 22px;
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
  body .search-box input {
    height: 89px;
    padding: 17px 75px 14px 56px;
    letter-spacing: 2.679px;
    font-size: 18px;
  }
  body .search-result .search-item {
    margin-bottom: 25px;
    border-radius: 45px;
    padding: 41px 34px;
  }
  body .search-result .search-item:first-child {
    margin-top: 28px;
  }
  body .search-result .item-title {
    margin-bottom: 17px;
  }
  body .search-result .item-title,
  body .search-result .item-desc {
    font-size: 28px;
  }
}
