
body * {
  font-synthesis: none !important;
}

.header .page-logo {
min-width: 6rem;
}

.icon-tile__icon-link {
    flex-direction: row;
}

.icon-tile__icon-link img {
    height: 10rem;
}

.page-content-center {
    text-align: center;
}
.page-content-margins {
    margin: 5rem 0;
}
@media (min-width: 992px) {
    .page-content-margins {
        margin: 10rem 0;
    }
}

#maincontent {
    min-height: 60vh;
}


.header-account-btn, 
.header-account-btn * {
    color: #000;
}

.header-account-btn:hover,
.header-account-btn:hover * {
    color: #2874bb;
}

.header-top-controls {
    align-items: center;
}


@media (min-width: 992px) and (hover: hover) {
    .header-menu__item--has-children:hover {
        position: relative;
    }
}

@media (min-width: 992px) {
    .header-submenu__container {
        /* overflow: auto;
        scrollbar-width: none; */
    }
}

@media (min-width: 992px) {
    .header-submenu--wide > .header-submenu__container > .header-menu {
      overflow-y: visible;
      padding: 0.5rem 0 0.5rem 0.5rem;
      max-height: min(95vh);

    }
  }

@media (min-width: 992px) {
    .header-submenu--wide .header-menu__link {
      padding: 0.2375rem 1.75rem 0.2375rem 0.325rem;
    }
}
@media (min-width: 992px) {
    .header-submenu__container > .header-menu > .header-menu__item--has-children .header-submenu__container {
      padding: 0.325rem;
    }
  }

@media (min-width: 1500px) {
    .header-menu__icon {
      width: 2.6375rem;
      height: 2.6375rem;
    }
}
@media (min-width: 1200px) {
    .header-submenu .header-menu__link {
      font-size: 1.0rem;
      line-height: 1.2222222222;
    }
  }

.header-submenu__container > .header-menu > .header-menu__item--has-children .header-submenu {
    max-height: calc(100vh - 8rem);
    overflow: auto;
}

.header-submenu__container > .header-menu > .header-menu__item--has-children:nth-child(n+7) > .header-submenu {
    top: unset;
    /*bottom: 0;*/
}

@media (max-height: 600px) {
    .header-submenu.header-submenu--wide{
        transform: scale(0.65);
        transform-origin: top left;
    }
    .header-submenu {
        left: -100%;
    }
    .header-submenu--wide > .header-submenu__container > .header-menu {
        overflow-y: visible;
        padding: 0.5rem 0 0.5rem 0.5rem;
        max-height: min(120vh);
    }
    .header-nav > .header-menu > .header-menu__item--has-children > .header-submenu {
        padding-top: 3.5rem;
    }
    .header-submenu__container > .header-menu > .header-menu__item--has-children .header-submenu {
        max-height: calc(120vh - 8rem);
        overflow: auto;
    }
}

.product-search__title {
    text-align: center;
    color: #2874bb;
}

.product-search__row--error {
    color: rgba(255, 122, 122, 1);
}
.product-search__row--error.hidden {
    display: none;
}

/*

*/

.page-messages-wrapper .message {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #f2f2f2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-indent: 1.5rem;
}

.page-messages-wrapper .message a {
    color: #2874bb;
}

.message-error {
    color: rgba(255, 122, 122, 1);
}

.loading-mask .loader > img {
    max-width: 64px;
}

/*

*/

.product-info-stock-sku .sku {
    display: flex;
    justify-content: flex-end;
}
.product-info-stock-sku .available {
    display: none !important;
}
.product-info-stock-sku .availability {
    display: none !important;
}

.form-group__label.error {
    color: rgba(255, 122, 122, 1);
}
.form-group.field {
    margin-top: 1.5rem;
}
.form-group__select {
    width: 100%;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.5);
    border: 2px solid #f2f2f2;
    padding: 0.85rem;
    border-radius: 4px;
    color: #000;
    font-size: 1rem;
}
.form-group__select[disabled] {
    color: rgba(0, 0, 0, 0.5);
}

.form-group__select option {
    width: 100%;
    color: rgba(0, 0, 0, 1);
}
.product-single .product-options-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.product-single .product-options-bottom .qty {

    order: 0;
}
.product-single .product-options-bottom .qty input {
    width: auto;
    text-align: center;
    order: 0;
}
.product-single .product-single__btn--add-to-cart{
    order: 1;
    white-space: nowrap;
}

.product-single .product-single__btn--add-to-cart button{
    white-space: nowrap;
}
.product-single .unlogged .product-single__btn--add-to-cart{
    width: 100% !important;
}
.product-single .product-social-links {
    order: 2;
    position: absolute;
    top: 0;
    right: 0;
}
.product-single .unlogged .product-social-links {
    display: none;
}
.product-options-bottom input[type="number"] {
    padding: 0.85rem 0rem 0.85rem 0.75rem !important;
    border: 2px solid #f2f2f2;
    /*width: 100%;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.5);
    border: 2px solid #f2f2f2;
    padding: 1.05rem 0.85rem !important;
    border-radius: 4px;
    color: #000;
    font-size: 1rem;
    */
}
.product-options-bottom input[type="text"] {
    padding: 1.1rem 0rem !important;
    border: 2px solid #f2f2f2;
}

.form-caption {
    margin-top: 0.25rem;
}

div.mage-error {
    color: rgba(255, 122, 122, 1);
    font-size: 0.875rem;
    padding: 0.25rem;
}

.field-error {
    color: rgba(255, 122, 122, 1);
    font-size: 0.875rem;
    padding: 0.25rem;
    margin-top: -1rem;
}

form .message.warning {
    color: rgba(255, 122, 122, 1);
    font-size: 0.875rem;
    padding: 0.25rem;
    margin-top: -1rem;
}

.product-info-stock-sku .stock {
    display: none;
}

/*


*/

.cart__title {
    margin-top: 2.5rem;
  }
  @media (min-width: 992px) {
    .cart__title {
        margin-top:  3.125rem;
    }
  }

.cart-item {
    margin-bottom: 1rem;
}

.cart-item .product-item-details {
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
    .cart-item .product-item-details {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cart-input-qty {
    width: 100px !important;
    padding: 0.5rem 0.75rem !important;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.cart-input-qty-hidden {
    display: none;
}

.list-input-qty-hidden {
    display: none;
}

.checkout-cart-index .page-messages-wrapper {
    display: none;
}

.cart.main.actions {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.checkout-cart-index .message-notice,
.cart.main.actions .message-notice{
    color: #2874bb;
    font-size: 1.1rem;

}
.cart.main.actions .message {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-indent: 0;
    padding: 1rem;
    border-radius: 6px;
}
.cart.main.actions button {
    white-space: nowrap;
    margin-left: 1rem;
    display: none;
}
.cart.main.actions .msg-cart-wrapper {
    flex-grow: 1;
}
.cart.main.actions .msg-cart-wrapper .messages {
    padding-left: 0;
    padding-right: 0;
}

.cart-summary h2 {
    text-transform: uppercase;
}
.cart-summary .totals {
    width: 100%;
    border-collapse: collapse;
}
.cart-summary .totals th,
.cart-summary .totals th strong {
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 400;
}
.cart-summary .totals td,
.cart-summary .totals td strong {
    text-align: right;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 400;
}
.cart-summary .totals td,
.cart-summary .totals th {
    padding-top: 0rem;
    padding-bottom: 1rem;
}
.cart-summary .grand.totals td,
.cart-summary .grand.totals th {
    padding-bottom: 1rem;
}

.action-towishlist {
    display: none !important;
}

.checkout-methods-items button {
    width: 100%;
    display: block;
}
.checkout-methods-items button .button__link {
    width: 100%;
    display: block;
}

#btn-cart-more {
    margin-top: 1rem;
}

#btn-cart-more .button__link {
    width: 100%;
}



.block.discount {
    background-color: #fff;
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
    margin: 2rem 0rem 2rem 0;
    position: relative;
}

.block.discount .title {
    padding: 0.5rem 0;
}
.block.discount .title:after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.25rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  background-color: #000;
  transform-origin: center center;
  transition: transform 300ms ease-in-out 0ms;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
}
.block.discount.active .title:after {
    transform: rotate(180deg);
}

.block.discount .fieldset.coupon {
    gap: 0.55rem;
}

.block.discount .apply {
    width: 100%;
}

.block.discount .cancel {

    margin-bottom: 1rem;
    width: 100%;
}

.block.discount .apply .button__link {
    color: #2874bb;
    border: 2px solid #2874bb;
    background-color: #fff;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-transform: uppercase;
    margin-top: 0rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    width: 100%;
}

.block.discount .apply .button__link:hover {
    background-color: #2874bb;
    color: #fff;
    border: 2px solid #2874bb;
    margin-top: 0rem;
    transition: background-color 300ms ease-in-out 0ms , border-color 300ms ease-in-out 0ms , color 300ms ease-in-out 0ms;
}


.block.shipping {
    background-color: #fff;
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
    margin: 2rem 0rem 2rem 0;
    position: relative;
}

.block.shipping .estimate {
    display: none;
}

.block.shipping .title {
    padding: 0.5rem 0;
}
.block.shipping .title:after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.25rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  background-color: #000;
  transform-origin: center center;
  transition: transform 300ms ease-in-out 0ms;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
}
.block.shipping.active .title:after {
    transform: rotate(180deg);
}

.block.shipping fieldset {
    border: 0px;
    margin-top: 1rem;
}
.block.shipping legend {
    display: none;
}
.block.shipping p {
    font-size: 0.85rem;
    line-height: 1.1875;
    width: 90%;
    margin-bottom: 1rem;
}
.block.shipping .field {
    margin-bottom: 1rem;
}
.block.shipping select {
    width: 100%;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.5);
    border: 2px solid #f2f2f2;
    padding: 0.85rem;
    border-radius: 4px;
    color: #000;
    font-size: 1rem;
}

.block.shipping input[type="text"] {
    width: 100%;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.5);
    border: 2px solid #f2f2f2;
    padding: 1.05rem 0.85rem !important;
    border-radius: 4px;
    color: #000;
    font-size: 1rem;
}

.block.shipping .message {
    font-size: 0.85rem;
    line-height: 1.1875;
    width: 90%;
}
.rate .item-options .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.rate .item-options label {
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 0.75rem;
    display: inline-flex;
    justify-content: space-between;
    flex-grow: 1;
}
.rate .item-options .price {
     color: rgba(0, 0, 0, 1);
}

.actions-toolbar .action {
    display: block;
    margin-top: 0.5rem;
}

.table-checkout-shipping-method {
    width: 100%;
    border-collapse: separate; border-spacing: 0;
}

.table-checkout-shipping-method .row td,
.table-checkout-shipping-method .row th {
    border: 1px solid #d5d5d5;
    border-left: 0px;
    border-right: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table-checkout-shipping-method .row td:first-child,
.table-checkout-shipping-method .row th:first-child {
  border-radius: 12px 0 0 12px;
  border-left: 1px solid #d5d5d5;
}

.table-checkout-shipping-method .row td:last-child,
.table-checkout-shipping-method .row th:last-child {
  border-radius: 0 12px 12px 0;
  border-right: 1px solid #d5d5d5;
}

.table-checkout-shipping-method .col-method {
    width: 10%;
    min-width: 30px;
    max-width: 100px;
    text-align: center;
}

.table-checkout-shipping-method .col-method-name {
    font-size: 1rem;
    line-height: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

.table-checkout-shipping-method .col-price {
    padding-right: 2rem;
    text-align: right;
}

.table-checkout-shipping-method .rowdiv td {
    border: none !important;
    padding: 0 !important;
}

.shipping-address-items {
    padding-top: 0.125rem;
}

.shipping-address-item {
    padding: 1.5rem 2rem;
    border-radius: 12px;
    border: 1px solid #d5d5d5;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    color:  rgba(0, 0, 0, 0.5);
}

.shipping-address-item .action {
    color: #2874bb;
    border: 2px solid #2874bb;
    background-color: #fff;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.shipping-address-item .action:hover {
    background-color: #2874bb;
    color: #fff;
    border: 2px solid #2874bb;
    transition: background-color 300ms ease-in-out 0ms , border-color 300ms ease-in-out 0ms , color 300ms ease-in-out 0ms;
}

.shipping-address-item.selected-item {
    color: #000;
}

.new-address-popup .button,
.new-address-popup .button__link {
    width: 100%;
    display: block;
}
.new-address-popup .button{
    margin-top: 1rem;
}

.new-shipping-address-modal .modal-header .modal-title {
    display: none;
}
.new-shipping-address-modal .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.new-shipping-address-modal .modal-footer .action {
    background-color: #fff;
    color: #bbb;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: 2px solid #bbb;
    text-transform: uppercase;
}

.new-shipping-address-modal .modal-footer .action:hover {
    background-color: #2874bb;
    color: #fff;
    border: 2px solid #2874bb;
    transition: background-color 300ms ease-in-out 0ms , border-color 300ms ease-in-out 0ms , color 300ms ease-in-out 0ms;
}


.new-shipping-address-modal .modal-footer .action-save-address {
    order: 1;
    cursor: pointer;
    color: #2874bb;
    border: 2px solid #2874bb;
}

.new-shipping-address-modal .modal-footer .action-hide-popup {
    order: 0;
    cursor: pointer;
}


.form.methods-shipping .actions-toolbar .action {
    display: block;
    margin-top: 2rem;
}

#shipping-method-buttons-container .button,
#shipping-method-buttons-container .button__link {
    width: 100%;
}


.opc-progress-bar {
    display: none;
  }
  .opc-summary-wrapper .modal-header {
    display: none;
  }

  .opc-block-summary {
    padding: 1.125rem 1.25rem 1.25rem;
    border-radius: 12px;
    background-color: #f7f7f7;
  }
  @media (min-width: 992px) {
    .opc-block-summary {
      padding: 2.375rem 3rem 2.75rem;
      border-radius: 12px;
      /*position: sticky;*/
      /*top: calc(var(--header-height) + 1.25rem);*/
      margin-top: 7.875rem;
    }
  }

  .opc li {
    list-style-type: none;
  }

  .opc .note {
    color: rgba(0, 0, 0, 0.55);
    font-size: 0.875rem;
  }

  #customer-email-fieldset {
    margin-bottom: 1.5rem;
  }

  .opc-wrapper fieldset,
  .new-shipping-address-modal fieldset,
  .form-address-edit fieldset,
  .form-edit-account fieldset,
  .form-newsletter-manage fieldset,
  .form-contact fieldset {
    border: none;
    padding: 0;
  }

.opc-wrapper select,
.new-shipping-address-modal select,
.form-create-account select,
.form-address-edit select,
.form-edit-account select,
.form-newsletter-manage select,
.form-contact select
{
    width: 100%;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #d5d5d5;
    padding: 0.85rem;
    border-radius: 4px;
    color: #000;
    font-size: 1rem;
}

.opc-wrapper fieldset legend,
.new-shipping-address-modal fieldset legend,
.form-address-edit fieldset legend,
.form-edit-account fieldset legend,
.form-newsletter-manage fieldset legend,
.form-contact fieldset legend {
    display: none;
}

.form-create-account .mage-error {
    /*margin-top: -0.5rem;*/
}

.form-create-account .control{
    gap: 0.5rem !important;
}

.checkout__row .messages {
    margin-top: 2rem;
}

.checkout-agreements-item-content a {
    color: #2874bb;
}

  .step-title {
    margin-bottom: 1.5rem;
  }
  @media (min-width: 992px) {
    .step-title {
      margin-bottom: 2.125rem;
    }
  }

  .items-in-cart .title {
    display: none;
  }
  .items-in-cart .product {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .items-in-cart .product-item-details {
    gap: 0.25rem;
  }  
  .items-in-cart .product-item-name {
    font-weight: 400;
  }
  .items-in-cart .details-qty {
    color: rgba(0, 0, 0, 0.55);
  }
  .items-in-cart .options > div {
    display: block !important;
  }
  .items-in-cart .options .toggle {
    display: none !important;
  }
  .items-in-cart .options .content .item-options {
    display: flex;
    gap: 0.45rem;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.55);
  }
  .items-in-cart .options .content .item-options .label::after {
    content: ":";
  }
  .items-in-cart .options .content .item-options .values {
    margin-right: 0.5rem;
  }
  .items-in-cart .options .content .subtitle {
    display: none !important;
  }
  .items-in-cart .subtotal {
     color: #2874bb;
  }
  .items-in-cart .subtotal small.label {
     color: rgba(0, 0, 0, 0.55);
  }

  .items-in-cart .product-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.3125rem;
    border-radius: 7px;
    background-color: #fff;
  }
  @media (min-width: 375px) {
    .items-in-cart .product-image-wrapper {
      width: 5rem;
      height: 5rem;
      padding: 0.625rem;
    }
  }
  @media (min-width: 992px) {
    .items-in-cart .product-image-wrapper {
      width: 6.125rem;
      height: 6.125rem;
    }
  }

  .items-in-cart .product-item-details {
    align-items: center;
  }

  .items-in-cart .product-item-details {
    align-items: center;
  }

  .items-in-cart .minicart-items {
    display: block !important;
  }

  .minicart-items-wrapper {
    height: auto !important;
  }



.checkout-payment-method .payment-method._active .payment-method-content {
    display: block;
}

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 2rem 2rem 1rem 2rem;
}

.checkout-payment-method .payment-method-content fieldset > .actions-toolbar {
  padding-bottom: 2rem;
}


.checkout-payment-method .payment-group {
    display: flex;
    flex-direction: column;
}

.checkout-payment-method .payment-method {
    padding: 2rem 1rem;
    border-radius: 12px;
    border: 1px solid #d5d5d5;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.checkout-payment-method .payment-method .payment-method-title.choice {
    font-size: 1rem;
    line-height: 1rem;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

.checkout-payment-method .payment-method .payment-method-title.choice input {
    margin: 0 1rem 0 2rem;
}

.checkout-payment-method .payment-method .payment-method-title.choice > label {
    margin: 0 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.checkout-payment-method .payment-method .billing-address-details {
    display: block;
    margin: 1rem 0 2rem 0;
    color: rgba(0, 0, 0, 1);
}

.checkout-payment-method .payment-method-content button.checkout {
    width: 100%;
    margin-top: 2rem;
}

.checkout-payment-method .payment-method-content button.checkout span {
    background-color: #2874bb;
    color: #fff;
    font-weight: 500;
    padding: 1rem 0.9375rem;
    border-radius: 6px;
    border: 2px solid #2874bb;
    width: 100%;
    display: block;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    gap: 0.75rem;
    text-transform: uppercase;
}

.checkout-agreement.field {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.checkout-agreements button {
    text-align: left;
    font-size: 1rem;
    padding-left: 3px;
}

.checkout-agreements label {
    cursor: pointer;
    width: calc(100% - 40px);
}

.checkout-agreements .mage-error {
    padding-left: 25px;
}

.checkout-payment-method .payment-method-content .billing-address-same-as-shipping-block {
    margin-bottom: 1.5rem;
}

.checkout-payment-method .payment-method-content .field-select-billing {
    margin-bottom: -2rem;
}
.checkout-payment-method .payment-method-content .field-select-billing select {
    margin-bottom: 2rem;
}

.checkout-payment-method .payment-method-content .checkout-billing-address .address {
    /*margin-top: 1.5rem;*/
}

.checkout-payment-method .checkout-billing-address .primary {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.checkout-payment-method .checkout-billing-address .action {
    color: #2874bb;
    border: 2px solid #2874bb;
    background-color: #fff;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.checkout-payment-method .checkout-billing-address .action:hover {
    background-color: #2874bb;
    color: #fff;
    border: 2px solid #2874bb;
    transition: background-color 300ms ease-in-out 0ms , border-color 300ms ease-in-out 0ms , color 300ms ease-in-out 0ms;
}

.checkout-payment-method .checkout-billing-address .action-update {
    order: 1;
    cursor: pointer;
}

.checkout-payment-method .checkout-billing-address .action-cancel {
    order: 0;
    cursor: pointer;
    color: #bbb;
    border: 2px solid #bbb;
}

.table-totals {
    width: 100%;
    border-collapse: collapse;
}
.table-totals th,
.table-totals th strong {
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 400;
}
.table-totals td,
.table-totals td strong {
    text-align: right;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 400;
}
.table-totals td,
.table-totals th {
    padding-top: 0rem;
    padding-bottom: 1rem;
}
.table-totals .grand.totals td,
.table-totals .grand.totals th {
    border-top: 1px solid rgba(112, 112, 112, 0.18);
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.opc-block-shipping-information .ship-back {
    margin-top: 1rem;
}
.opc-block-shipping-information .ship-back .button,
.opc-block-shipping-information .ship-back .button__link {
    width: 100%;
}

.opc-block-backtocart .ship-back {
    margin-top: 1rem;
}
.opc-block-backtocart .ship-back .button,
.opc-block-backtocart .ship-back .button__link {
    width: 100%;
}

/*


*/

/*


*/

  .minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .minicart-wrapper .action.showcart:before {
    display: none;
  }
  .minicart-wrapper .action.showcart:hover:before {
    color: #333333;
  }
  .minicart-wrapper .action.showcart:active:before {
    color: #8f8f8f;
  }
  .minicart-wrapper .action.showcart.active {
    display: inline-block;
    text-decoration: none;
  }
  .minicart-wrapper .action.showcart.active:before {    
    display: none;
  }
  .minicart-wrapper .action.showcart.active:hover:before {
    color: #333333;
  }
  .minicart-wrapper .action.showcart.active:active:before {
    color: #8f8f8f;
  }
  .minicart-wrapper .block-minicart {

    position: fixed;
    top: 5rem;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    display: none;

    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 46px rgba(0, 0, 0, 0.07);
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;


  }

  @media (min-width: 992px) {
    .minicart-wrapper .block-minicart {
      position: absolute;
      top: calc(100% + 1.5625rem);
      width: 465px;
      left: unset;
    }
  }

  .minicart-wrapper .block-minicart .subtitle {
    color: #c1c1c1;
    margin-bottom: 1.25rem;
    display: block;
  }
  .minicart-wrapper .block-minicart li {
    margin: 0;
    margin-bottom: 1rem;
  }
  
  .minicart-wrapper .block-minicart li:hover {
    cursor: pointer;
  }
  .minicart-wrapper .product-item-meta li {
    margin-bottom: 0rem;
  }
  .minicart-wrapper .block-minicart:before,
  .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .minicart-wrapper .block-minicart:before {
    display: none;
  }
  .minicart-wrapper .block-minicart:after {
    display: none;
  }
  .minicart-wrapper .block-minicart:before {
    display: none;
  }
  .minicart-wrapper .block-minicart:after {    
    display: none;
  }
  .minicart-wrapper.active {
    overflow: visible;
  }
  .minicart-wrapper.active .block-minicart {
    display: block;
  }


    .minicart-wrapper.active .block-minicart {
        max-height: calc(100vh - 5rem);
        overflow: auto;
    }

  @media (min-width: 992px) {
    .minicart-wrapper.active .block-minicart {
        max-height: calc(100vh- 6.5rem);
        overflow: auto;
    }
  }

  .block-content .actions .button {
    margin-top: 1rem;
  }
  .block-content .subtotal {
    margin-top: 0;
    margin-bottom: 0;
  }
  .minicart-wrapper .action.showcart {
    white-space: nowrap;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: -0.5rem;
    right: -0.75rem;
    background: #2874bb;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 24px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
  }
  .minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
  }
  .minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 24px;
  }
  .minicart-wrapper .loader {
    margin-top: 2px;
  }
  .minicart-wrapper .minicart-widgets {
    margin-top: 15px;
  }
  .minicart-items {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .minicart-items .price-minicart {
    margin-bottom: 5px;
  }
  .minicart-items .message {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .minicart-items .price-container {
    font-size: 1rem;
  }
  .minicart-items .product-item-pricing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .minicart-items .details-qty-cart {
    display: block;
  }
  .minicart-items .price-container .price-including-tax,
  .minicart-items .price-container .price-excluding-tax {
    margin: 5px 0 0;
  }
  .minicart-items .product-item-options {
    flex-basis: 100%;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.55);
  }
  .minicart-items .product-item-options > div {
    display: flex;
    gap: 0.5rem;
  }

/*


*/

.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0px 3px 46px rgba(0, 0, 0, 0.07);
  opacity: 1;
  pointer-events: auto;
  border-radius: 10px;
}

.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto;
  }
  .modal-popup.confirm .modal-inner-wrap {
    max-width: 50rem;
  }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 90%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform .2s ease;
  }
  @media (min-width: 992px) {
    .modal-popup .modal-inner-wrap {
        max-width: 985px;
    }
  }
  .modal-popup._inner-scroll {
    overflow-y: visible;
  }
  .ie11 .modal-popup._inner-scroll {
    overflow-y: auto;
  }
  .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
  }
  .ie11 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none;
  }
  .modal-popup._inner-scroll .modal-content {
    overflow-y: auto;
  }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .modal-popup .modal-header {
    padding-bottom: 0rem;
    padding-top: 1rem;
  }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 2rem;
    padding-top: 0rem;
  }
  .modal-popup .modal-content {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .popup-authentication .modal-content {
    padding-bottom: 3.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  @media (min-width: 992px) {
    .popup-authentication .modal-content {
        padding-left: 8rem;
        padding-right: 8rem;
        padding-bottom: 5.5rem;
      }
  }
  
  @media (min-width: 992px) {
    .popup-authentication .modal-content-wide {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
        padding-bottom: 5.5rem;
      }
  }

  .popup-authentication .auth-pop {
    display: flex;
    gap: 5rem;
    align-items: center;
  }

  .popup-authentication .auth-pop-info {
    margin: 2rem 0;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 400;
    text-align: center;
  }

  .popup-authentication .auth-pop-left {
    width: 90%;
  }


  .popup-authentication .auth-pop-right {
    width: 100%;
  }

  .block-guest-login {
    text-align: center;
  }

  .modal-popup .modal-footer-actions {
    text-align: right;
  }
  .modal-popup .modal-footer button {
    margin-right: 10px;
  }

  .modal-popup .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
  }
  .modal-popup .action-close svg {
    width: 1rem;
    opacity: 0.75;
  }
  .modal-popup {
    pointer-events: none;
  }
  .modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
  }

  .modal-popup {
    pointer-events: auto;
  }

  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }

  @media only screen and (max-width: 479px) {
    .modal-popup .field-tooltip .field-tooltip-content {
      width: 200px;
    }
  }
  .modals-overlay {
    background-color: rgba(51, 51, 51, 0.25);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899;
  }
  .modal-popup button.action-primary {
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    border: 2px solid #2874bb;
    background-color: #2874bb;
    color: #fff;
    min-width: 100px;
  }
  .modal-popup button.action-secondary {
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    border: 2px solid #2874bb;
    background-color: #fff;
    color: #2874bb;
    min-width: 100px;
  }


.modal__inner--ask {
background-color: #f5f5f5 !important;
padding: 2.5rem 9rem !important;
}
@media (max-width: 992px) {
    .modal__inner--ask {
        background-color: #f5f5f5 !important;
        padding: 2.5rem 3rem !important;
    }
}

.modal__inner--ask .product-offer-popup__title {
    color: #2874bb !important;
}

  
/*
  .block-dashboard-addresses {
    display: none;
  }
  .block-dashboard-orders {
    display: none;
  }
  .block-collapsible-nav {
    display: none;
  }
  .block-reorder {
    display: none;
  }
  .block-compare {
    display: none;
  }
  .block-wishlist {
    display: none;
  }
*/

  .product-categories {
    margin: 1rem 0 1.625rem;
  }
  @media (min-width: 992px) {
    .product-categories {
      margin: 2.25rem 0 2.375rem;
    }
  }

  .product-categories-bottom {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .category-description {
    position: relative;
  }
  .category-description.hasmore {
    padding-right: 10rem;
  }
  .category-description p {
    margin-bottom: 1.5rem;
    color: rgba(0, 0, 0, 0.45);
    font-size: 1rem;
    line-height: 1.15
  }

  .product-single-description a {
    color: #2874bb !important;
  }

  .category-description a {
   color: #2874bb !important;
  }
  .category-description strong a {
   font-weight: 400;
  }
  .category-description  a strong {
   font-weight: 400;
  }


@media (max-width: 1200px) {
    .category-description.hasmore {
        padding-right: 0rem;
      }
      .category-description.hasmore p {
        overflow: hidden;
        max-height: 3.5rem;
      }
    .category-description__link a {
        right: 0 !important;
        top: unset !important;
        bottom: -1.5rem !important;
    }
}


  .category-description h2 {
    margin-bottom: 1.55rem;
    margin-top: 0.85rem;
  }
  .category-description h2,
  .category-description h2 * {
    font-weight: 400;
  }
  .category-description h3 {
    margin-bottom: 1.55rem;
    margin-top: 0.55rem;
  }
  .category-description h3,
  .category-description h3 * {
    font-weight: 400;
  }
  .category-description h4 {
    margin-bottom: 1.35rem;
    margin-top: 0.35rem;
  }
  .category-description h4,
  .category-description h4 * {
    font-weight: 400;
  }
  .category-description h5 {
    margin-bottom: 1.15rem;
    margin-top: 0.15rem;
  }
  .category-description h5,
  .category-description h5 * {
    font-weight: 400;
  }

  .category-description iframe {
    width: 100% !important;
    height: 100% !important;
}

  .category-description .embed-responsive {
    transform: scale(0.8);

  }

  .category-description .section__description h2 {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }

  .category-description ul {
    margin-bottom: 1rem;
  }

  .category-description ul li {
    margin-bottom: 0.5rem;
    color: rgba(0, 0, 0, 0.45);
    font-size: 1rem;
    line-height: 1.3;
    margin-left: 1rem;
  }
  .category-description ul li::before {
    content: '•';
    color: #2874bb;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
  }

  .is-style-h1-45 {
    font-size: 1.02rem; 
    line-height: 1.06875; 
    font-weight: 500;
}


@media (min-width: 640px) {
    .category-description h2 {
        font-size: 1.35rem; 
    }
    .category-description h3 {
        font-size: 1.25rem; 
    }
    .category-description h4 {
        font-size: 1.15rem; 
    }
    .category-description h5 {
        font-size: 1.05rem; 
    }
}
@media (min-width: 800px) {
    .category-description h2 {
        font-size: 1.50rem; 
    }
    .category-description h3 {
        font-size: 1.40rem; 
    }
    .category-description h4 {
        font-size: 1.30rem; 
    }
    .category-description h5 {
        font-size: 1.20rem; 
    }
}
@media (min-width: 1200px) {
    .category-description h2 {
        font-size: 1.65rem; 
    }
    .category-description h3 {
        font-size: 1.55rem; 
    }
    .category-description h4 {
        font-size: 1.45rem; 
    }
    .category-description h5 {
        font-size: 1.35rem; 
    }
}
@media (min-width: 1440px) {
    .category-description h2 {
        font-size: 1.7rem; 
    }
    .category-description h3 {
        font-size: 1.5rem; 
    }
    .category-description h4 {
        font-size: 1.3rem; 
    }
    .category-description h5 {
        font-size: 1.2rem; 
    }
}

  
.category-description__hidden {
    height: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform .5s ease-in-out 0s;
    transition: -webkit-transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s,-webkit-transform .5s ease-in-out 0s;
}

.category-description__hidden.active {
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in-out 0s;
    transition: -webkit-transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s,-webkit-transform .5s ease-in-out 0s;
}
.category-description__link.inactive {
    opacity: 0.5;
}

.category-description__link a {
    color: #2874bb!important;
    position: absolute;
    right: 0;
    top: 20%;
    width: 10rem;
    text-align: right;
}

.category-description__link a:hover {
    color: #2874bb!important
}

.category-description__link a:before {
    background-color: #2874bb!important
}




  .ostatus {
    display: grid;
    grid-template-columns: 0.5rem 1fr;
    align-items: center;
    gap: 0.5rem;
  }
  @media (min-width: 992px) {
    .ostatus {
      grid-template-columns: 0.8125rem 1fr;
    }
  }
  .ostatus--green:before {
    background-color: #00b932;
  }
  .ostatus--yellow:before {
    background-color: #ffd527;
  }
  .ostatus--red:before {
    background-color: #cc0000;
  }
  .ostatus--black:before {
    background-color: #555;
  }
  .ostatus:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
  }
  @media (min-width: 992px) {
    .ostatus:before {
      width: 0.8125rem;
      height: 0.8125rem;
    }
  }

.block-title-item__title {
    position: relative;
}

.block-title-item__toggle-btn {
    position: relative;
}

/*
.hexagon {
    
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 0
}

.hexagon,.hexagon:after,.hexagon:before {
    width: 35rem;
    height: 20.2rem;
    border: .5rem solid #fff;
    border-top: 0;
    border-bottom: 0
}

.hexagon:after,.hexagon:before {
    content: '';
    position: absolute;
    top: 0;
    left: -.5rem
}

.hexagon:before {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.hexagon:after {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.hexagon--vsmall,.hexagon--vsmall:after,.hexagon--vsmall:before {
    width: 2.4rem;
    height: 1.4rem;
    border-left-width: .2rem;
    border-right-width: .2rem
}

.hexagon--vsmall:after,.hexagon--vsmall:before {
    left: -.2rem
}

.hexagon--small,.hexagon--small:after,.hexagon--small:before {
    width: 4rem;
    height: 2.2rem;
    border-left-width: .2rem;
    border-right-width: .2rem
}

.hexagon--small:after,.hexagon--small:before {
    left: -.2rem
}

.hexagon--medium,.hexagon--medium:after,.hexagon--medium:before {
    width: 20rem;
    height: 11.7rem
}

.hexagon--medium2,.hexagon--medium2:after,.hexagon--medium2:before {
    width: 7rem;
    height: 4rem;
    border-left-width: .2rem;
    border-right-width: .2rem
}

.hexagon--medium2:after,.hexagon--medium2:before {
    left: -.2rema
}

.hexagon--big,.hexagon--big:after,.hexagon--big:before {
    width: 70rem;
    height: 40.4rem
}

.hexagon--primary,.hexagon--primary:after,.hexagon--primary:before {
    border-color: #1b74bb;
}
*/

/*
.hexagon--v1 {
    top: 24rem;
    left: -16rem
}

.hexagon--v2 {
    top: 5rem;
    left: auto;
    right: -15rem
}

.hexagon--v3 {
    top: 5rem;
    left: 3rem
}

.hexagon--v4 {
    top: 1rem;
    right: 1rem
}

.hexagon--v5 {
    top: 10rem;
    right: 8rem
}

.hexagon--v6 {
    bottom: 12rem;
    right: 3rem
}

.hexagon--v7 {
    top: 35rem;
    left: -12rem
}

.hexagon--v8 {
    top: 15rem;
    right: 10rem
}

.hexagon--v9 {
    top: -30rem;
    left: -15rem
}

.hexagon--order {
    top: 0rem;
    left: 0rem
}

.hexagon--list {
    top: .5rem;
    left: -5rem
}
*/

.contact-form .submit {
    width: auto;
    min-width: 12rem;
}

.imoje__payment_method-regulations {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.imoje__payment_method-regulations a {
    color: #2874bb;
}

.checkout-instructions {
    margin-bottom: 2rem;
}

.proforma_choice {
    margin-bottom: 1rem;
}

.user-favorite-item .product-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.user-favorite-item .box-tocart {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
}

.product-single-list__items .show-stock-qty {
    /*display: none;*/
    /*margin-bottom: 3rem;*/
}

.product-stock-qty {
    /*
    background: #2874bb;
    color: #fff;
    padding: 0.25rem 1.5rem;
    border-radius: 5px;
    */
}

.product-stock-label {
    font-size: 0.85rem;
}

.show-stock-qty-wrap {
    margin-bottom: 2rem;
}

.show-pack-qty {
   display: none;
}

.show-pack-weight {
    margin-bottom: 1rem;
}

.product-single__left .product-info-price {
    display: none !important;
}

.form-group__hidden {
    display: none !important;
}
.product-single-list-hidden {
    display: none !important;
}

.qty-hidden {
    display: none;
}


button.qtyminus,
button.qtyplus {
	padding: 0;
	margin: 0;
	border-style: none;
	touch-action: manipulation;
	display: inline-block;
	border: none;
	background: none;
	cursor: pointer;
}

.qtymock {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
}

.unlogged .qtymock {
    display: none;
}

.qtymock label {
	flex: 1 0 100%;		
}
.qtymock input {
    width: 6rem;
    max-width: 6rem;
    min-width: 6rem;
    font-size: 1.3rem;
    text-align: center;
    background: #fff;
}

.qtymock input:disabled
{
    color: #ddd;
}
.qtymock button {
    color: #fff;
    font-size: 2rem;
    background: #fff;
    border: 2px solid #f2f2f2
}
.qtymock button.qtyminus {
    margin-right: 0.01rem;
    border-radius: 0.5rem 0 0 0.5rem;
    border: 2px solid #2874bb;
    width: 4rem;
    max-width: 4rem;
    min-width: 4rem;
    color: #2874bb;
    font-size: 1.5rem;
}
.qtymocklist button.qtyminus {
    width: 3rem !important;
    max-width: 3rem !important;
    min-width: 3rem !important;
}
.qtymock button.qtyminus:disabled
{
    border: 2px solid #f2f2f2;
    color: #ddd;
    cursor: not-allowed;
}
.qtymock button.qtyplus {
    margin-left: 0.01rem;
    border-radius: 0 0.5rem 0.5rem 0;
    border: 2px solid #2874bb;
    width: 4rem;
    max-width: 4rem;
    min-width: 4rem;
    color: #2874bb;
    font-size: 1.5rem;
}
.qtymocklist button.qtyplus {
    width: 3rem !important;
    max-width: 3rem !important;
    min-width: 3rem !important;
}
.qtymock button.qtyplus:disabled
{
    border: 2px solid #f2f2f2;
    color: #ddd;
    cursor: not-allowed;
}

.qty-hidden .mage-error {
    display: none !important;
}
.qtymock .mage-error {
    position: absolute;
    bottom: -2rem;
}
.qtymock input.mage-error {
    position: relative !important;
    bottom: 0 !important;
}

.qtymockcart button.qtyminus {
    width: 3rem;
    max-width: 3rem;
    min-width: 3rem;
}

.qtymockcart button.qtyplus {
    width: 3rem;
    max-width: 3rem;
    min-width: 3rem;
}

.qtymockcart input {
    font-size: 0.9rem !important;
    /*padding: 0rem !important;*/
}

.product-item-details-cart {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 2rem !important;
}

.product-options-multiply strong {
    font-weight: 500;
}

.hidden {
    display: none;
}

.product-item-details-cart {
    padding-right: 2rem;
}

.product-single-variants__top {
    margin-bottom: 1.5rem;
  }
  @media (min-width: 992px) {
    .product-single-variants__top {
        margin-bottom: 1.5rem;
    }
}
.product-single-table__legend {
    flex-direction: row;
    gap: 5rem;
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .product-cart-item .product-item-details__item {
      width: auto;
    }
  }
  .product-single-table__table thead th {
    padding: 0.46875rem;
    font-size: 0.875rem;
    line-height: 1.2142857143;
    min-width: 3.5rem;
  }
  @media (min-width: 1500px) {
    .product-single-table__table thead th {
      padding: 0.53125rem;
      font-size: 0.875rem;
      line-height: 1.2142857143;
      min-width: 3.5rem;
    }
  }
  .product-single-table__btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    margin: auto;
    display: block;
  }
  .product-single-table__btn--inquiry-cart {
    cursor: default;
  }
  @media (hover: hover) {
    .product-single-table__btn--inquiry-cart {
        cursor: default;
    }
  }
  .product-single-table__table .cell {
    width: calc(100% / 13);
  }
  .product-single-table__table .cellbg {
    background-color: #fcfcfc;
  }
  .product-single-table__table .celly {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 5rem;
  }
  .product-single-table__table  {
    margin-bottom: 2rem;
  }

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-top: 56.25%;
}


.header-submenu--wide ul.header-menu > li {
    background-color: transparent;
}
.totals.shipping.excl .value {
    display: none;
}
.totals.shipping.incl .value {
    display: block;
}
.totals-tax-details {
    display: none;
}
.totals.shipping.incl {
    display: none;
}

.data.table.totals {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.data.table.totals tbody {
    display: flex;
    flex-direction: column;
}
.data.table.totals tr th {
    width: 100%;
}
.data.table.totals tr td {
    width: 100%;
}
.data.table.totals tr {
    order: 1;
}

.data.table.totals .coupon {
    display: none;
}

.grand.totals.incl {
    order: 4 !important;
}
.grand.totals.excl {
    order: 2 !important;
}
.totals-tax-summary {
    order: 3 !important;
}
.cart-totals {
    margin-bottom: 2rem;
}

.totals-tax-summary td,
.totals-tax-summary th {
    border-top: 1px solid rgba(112, 112, 112, 0.18);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.product-single-tiers {
    /*flex-direction: column-reverse;*/
    gap: 0rem;
    margin-top: 0.5rem !important;
}
.product-cart-popup__btn {
    margin-top: 1rem;
}
.product-item__image {
    width: 100%;
}
.product-item__image-link {
    padding: 0.625rem;
}
.header-cart-item .product-image-link,
.cart-item .product-image-link {
    align-items: unset;
}
.cart-item .product-image-container {
    overflow: hidden;
}
.product-image-wrapper {
    font-size: 0.7rem;
    line-height: 1rem;
    color: rgba(0, 0, 0, 0.5);
}
.product-item__title .product-item__title--details {
    font-size: 1.25rem;
}
.product-item__title--subdetails {
    display: block !important;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
}
#productFiltersFormResearch {
    display: none;
}

.header-search {
    z-index: 10;
}
.header-search__bottom {
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .header-search {
      padding: 1.0625rem 0 2.4375rem;
    }
  }


.autoComplete_wrapper {
    width: 100%;
}

.autoComplete_wrapper > ul > li {
    font-size: 0.9rem !important;
    line-height: 1rem !important;
}

.autoComplete_wrapper > ul {
    max-height: 300px !important;
    transition: opacity 0.01s ease-in-out !important;
    -moz-transition: opacity 0.01s ease-in-out !important;
    -webkit-transition: opacity 0.01s ease-in-out !important;
    
}

@media (min-width: 992px) {
    .product-search__row--top {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .header-search__row--bottom .nice-select,
    .product-search__row--top .nice-select {
        white-space: unset;
        padding-left: 15px !important;
        padding-right: 45px !important;
    }

    .product-search__row--top .nice-select .current {
        overflow: hidden;
        display: flex;
        width: 100%;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .header-search__row--bottom .nice-select .current,
    .product-search__row--top .nice-select .current {
        overflow: hidden;
        display: flex;
        height: 3.625rem !important;
        width: 100%;
        align-items: center;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-search__row--bottom .nice-select .current,
    .product-search__row--top .nice-select .current {
        height: 3rem !important;
        display: block;
        padding-top: 0.25rem
    }
}
.header-search__row--bottom .nice-select .option,
.product-search__row--top .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s;
    padding-top: 10px;
    padding-bottom: 10px;
}

input.header-search__input {
    background: 0 0!important
}
.product-search__row--bottom {
    padding-top: 1rem;
  }
@media (min-width: 992px) {
    .product-search__row--bottom {
      padding-top: 0rem;
      grid-template-columns: 2.75fr 2.75fr 1.33fr;
    }
}
@media (min-width: 375px) {
    .product-search__row--top > *:nth-child(3), .product-search__row--top > *:nth-child(4), .product-search__row--top > *:nth-child(5) {
      flex: 0 0 100%;
    }
    .product-search__row--bottom {
        flex-direction: column;
    }
}
.header-search__row--bottom {
    padding-top: 1rem;
}
@media (min-width: 992px) {
    .header-search__row--bottom {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .header-search__row > .form-group {
        flex: 0 0 100%;
    }
}
@media (max-width: 600px) {
    .header-search__top {
        grid-template-columns: 5fr .5rem 1fr;
    }
}

.button.is-style-search .button__link {
    width: 100%;
}

.nice-select .option.hidden {
    display: none !important;
}

@media (min-width: 992px) {
    .newsletter__content {
      max-width: 450px;
    }
  }

  @media (min-width: 992px) {
    .newsletter__content h3 {
        font-size: 1.8rem;
      }

      .newsletter__content h3 span {
        font-size: 1.5rem;
      }
    }

    @media (min-width: 992px) {
        .newsletter__content p {
          margin-top: 0.5rem;
        }
      }

.footer__text {
display: flex;
gap: 1rem;
}

.footer__rules {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}
.footer__rules a {
color:  #2874bb;
}
.footer__rules a:hover {
color:  #2874bb;
}

.product-filters-form__item {
    order: 2;
}
.product-filters-form__item:has(input[checked]) {
    order: 1 !important;
}
.product-filters-form__btn {
    order: 3 !important;
}
.product-filters-form__item label.notransform {
    text-transform: none !important;
}

section.page {
    min-height: 33vh;
}

@media (min-width: 992px) {
    .footer__top {
      grid-template-columns: 1.5fr 3.5fr;
    }
  }
@media (min-width: 992px) {
    .footer__columns {
        grid-template-columns: auto auto auto auto;
    }
}
@media (min-width: 992px) {
  .footer__column--has-inner-column {
    grid-template-rows: repeat(auto-fit, minmax(2rem, 1fr));
  }
}

.is-style-h1-5 {
    font-size: 1.275rem;
    line-height: 1.1875;
    font-weight: 500;
}

@media (min-width:800px) {
    .is-style-h1-5 {
        font-size: 1.575rem;
    }
}
@media (min-width: 640px) {
    .is-style-h1-5 {
        font-size: 1.775rem;
    }
}
@media (min-width: 1200px) {
.is-style-h1-5 {
    font-size: 2.2125rem;
    line-height: 1.1333333333;
  }
}
@media (min-width: 1440px) {
.is-style-h1-5 {
    font-size: 2.825rem;
    line-height: 1.1034482759;
  }
}

.is-style-h1-45 {
    font-size: 1.02rem; /* 20% reduction from 1.275rem */
    line-height: 1.06875; /* 10% reduction from 1.1875 */
    font-weight: 500;
}

@media (min-width: 800px) {
    .is-style-h1-45 {
        font-size: 1.26rem; /* 20% reduction from 1.575rem */
    }
}
@media (min-width: 640px) {
    .is-style-h1-45 {
        font-size: 1.42rem; /* 20% reduction from 1.775rem */
    }
}
@media (min-width: 1200px) {
    .is-style-h1-45 {
        font-size: 1.77rem; /* 20% reduction from 2.2125rem */
        line-height: 1.02; /* 10% reduction from 1.1333333333 */
    }
}
@media (min-width: 1440px) {
    .is-style-h1-45 {
        font-size: 2.26rem; /* 20% reduction from 2.825rem */
        line-height: 0.993; /* 10% reduction from 1.1034482759 */
    }
}

.hero-slide {
}

.hero-slide-texts {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transform: scale(0.60);
    transform-origin: bottom center;
}

@media (min-width: 576px) {
    .hero-slide-texts {
        bottom: 25%;
        gap: 3rem;
        transform: scale(0.50);
        transform-origin: bottom center;
    }
}


@media (min-width: 768px) {
    .hero-slide-texts {
        bottom: 25%;
        gap: 3rem;
        transform: scale(0.60);
        transform-origin: bottom center;
    }
}

@media (min-width: 992px) {
    .hero-slide-texts {
        bottom: 33%;
        gap: 4rem;
        transform: scale(0.70);
        transform-origin: bottom center;
    }
}

@media (min-width: 1200px) {
    .hero-slide-texts {
        gap: 4rem;
        transform: scale(0.90);
    }
}

@media (min-width: 1600px) {
    .hero-slide-texts {
        gap: 4rem;
        transform: scale(1);
    }
}

@media (min-width: 1980px) {
    .hero-slide-texts {
        gap: 6rem;
        transform: scale(1);
    }
}

.hero-slide-texts-title {
    font-size: 4rem;
}

.hero-slide-texts-icons {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    justify-items: flex-end;
    align-items: center;
    margin-top: 1.5rem;
    gap: 2.5rem 1.5rem;
}

@media (min-width: 576px) {
    .hero-slide-texts-icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-items: center;
        align-items: center;
        gap: 1rem;
    }
}

@media (min-width: 1200px) {
    .hero-slide-texts-icons {
        gap: 2rem;
    }
}

.hero-slide-texts-icons img {
    position: relative;
}

@media (min-width: 992px) {
    .hero-slide-texts-icons {

    }
}

.hero-slide-texts-icon {
    flex: 1 1 auto;           /* Allow icons to grow and shrink */
    object-fit: contain;      /* Ensures the SVG fits within its allocated space */
}

.hero-slider__controls {
    bottom: 2rem;
    justify-content: center;
}

@media (min-width: 992px) {
    .hero-slider__controls {
        bottom: 4rem;
    }
}

.hero-slide-element {
    position: absolute;
    left: 0;
    max-width: 33%;
}

.hero-slide-header {

    max-width: calc(66%);
}

.hero-slide-row {
    flex-direction: row !important;
    align-items: flex-end !important;
}

.hero-slide-wrap {
    justify-content: space-between;
    padding-top: 3rem;
}
@media (min-width: 992px) {
    .hero-slide-wrap {
    }
}
@media (min-width: 1200px) {
    .hero-slide-wrap {
    }
}
@media (min-width: 1600px) {
    .hero-slide-wrap {
    }
}

.hero-slide-img {
    width: 100%;
}
@media (min-width: 992px) {
    .hero-slide-img {
    }
}
@media (min-width: 1200px) {
    .hero-slide-img {
    }
}
@media (min-width: 1600px) {
    .hero-slide-img {
    }
}

.hero-slide-img--mobile {

}

@media (max-width: 576px) {
    .hero-slide-img--mobile {
        min-height: 320px;
    }
}

.hero-slide-columns {
    position: relative;
}
@media (min-width: 576px) {
    .hero-slide-columns {
        padding-left: 0;
        padding-right: 0;
    }
}

.hero-slide-middle {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}

.hero-slide-bottom {
    display: flex;
    margin-bottom: 3rem;
    justify-content: flex-end;
    gap: 2rem;
}

@media (min-width: 992px) {
    .hero-slide-bottom {
        margin-bottom: 6rem;
    }
}









.related-slider__container,
.related-slider__swiper {
    position: relative;
}
.related-slider {
    margin: 5.625rem 0 0 0;
    padding: 5.625rem 0 5rem;
    background-color: #2874bb;
    position: relative;
  }
  @media (min-width: 992px) {
    .related-slider {
      margin: 9.375rem 0 0 0;
      padding: 4.6875rem 0 5.625rem;
    }
  }
  .related-slider:before {
    content: "";
    position: absolute;
    width: 4.0625rem;
    height: 1.5625rem;
    background-color: #fff;
    top: -1px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
  }
  @media (min-width: 992px) {
    .related-slider:before {
      width: 5.6875rem;
      height: 4.375rem;
      clip-path: polygon(0 0, 100% 0, calc(100% - 2.6875rem) 100%, 0% 100%);
    }
  }
  .related-slider__top {
    display: grid;
    grid-template-columns: 1fr 5.375rem;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
  @media (min-width: 992px) {
    .related-slider__top {
      grid-template-columns: 1fr 6.25rem;
    }
  }
  .related-slider__content {
    color: #fff;
  }
  .related-slider .swiper-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
  }
  @media (min-width: 992px) {
    .related-slider .swiper-arrows {

    }
  }

  .related-slider .swiper-button-prev{
    position: absolute;
    top: calc(50% - 1.5rem);
    left: -3rem;
  }
  .related-slider .swiper-button-next {
    position: absolute;
    top: calc(50% - 1.5rem);
    right: -3rem;
  }

  .related-slider .swiper-button-prev,
  .related-slider .swiper-button-next {
    width: 2.375rem;
    height: 2.375rem;
    border: 2px solid #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-in-out 0ms , opacity 300ms ease-in-out 0ms;
  }
  @media (min-width: 992px) {
    .related-slider .swiper-button-prev,
  .related-slider .swiper-button-next {
      width: 2.75rem;
      height: 2.75rem;
    }
  }
  .related-slider .swiper-button-prev:disabled,
  .related-slider .swiper-button-next:disabled {
    opacity: 0.5;
  }
  @media (hover: hover) {
    .related-slider .swiper-button-prev:hover:not(:disabled),
  .related-slider .swiper-button-next:hover:not(:disabled) {
      background-color: #fff;
    }
    .related-slider .swiper-button-prev:hover:not(:disabled) path,
  .related-slider .swiper-button-next:hover:not(:disabled) path {
      stroke: #2874bb;
    }
  }
  @media (hover: hover) {
    .related-slider .swiper-button-prev path,
  .related-slider .swiper-button-next path {
      transition: stroke 300ms ease-in-out 0ms;
    }
  }
  .related-slider .swiper-button-prev svg {
    transform: scale(-1);
  }

  .related-slider .button.is-style-outline .button__link {
    color: #fff !important;
    border-color: #fff !important;
    padding: 0.5rem 0;
    width: 100%;
    }

    .related-slider .button.is-style-outline:hover  .button__link {
        color: #2874bb !important;
        background-color: #fff;
        border-color: #fff !important;
        padding: 0.5rem 0;
        width: 100%;
        }

.related-slider .product-category-item {
    color: #fff;
    gap: 0.7rem;
}
.related-slider .product-category-item a {
    color: #fff;
}
.related-slider .product-category-item a:hover {
    color: #fff;
}
.related-slider .product-category-item__size {
    min-height: 1.25rem;
    display: flex;
    color: #fff;
    justify-content: space-between;
    font-size: 0.95rem;
    line-height: 1.0rem;
}
.related-slider .product-category-item__size span:first-child {
    color: #c1c1c1;
}
.related-slider .product-category-item__title-link {
    display: flex;
    height: 4rem;
    align-items: center;
    gap: unset;
    border-bottom: 2px solid #4989C5;
    padding-bottom: 0.5rem;
}
.related-slider .product-category-item--is-light .product-category-item__title-link:before {
    display: none;
}
.related-slider .product-category-item__title {
    min-height: 1.5rem;
}


@media (max-width: 991.98px) {
    .related-slider {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .related-slider .swiper-button-prev,
    .related-slider .swiper-button-next {
        display: none;
    }
}



.articles {
    margin: 0;
    padding: 3.625rem 0;
    background-color: #f2f2f2;
    position: relative;
  }
  @media (min-width: 992px) {
    .articles {
      margin: 0;
     padding: 7.2875rem 0;
    }
  }
  /*
  .articles:before, .articles:after {
    content: "";
    position: absolute;
    width: 4.8125rem;
    height: 1.875rem;
    background-color: #fff;
  }
  @media (min-width: 992px) {
    .articles:before, .articles:after {
      width: 9.1875rem;
      height: 4.375rem;
    }
  }
  .articles:before {
    top: -1px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
  }
  @media (min-width: 992px) {
    .articles:before {
      clip-path: polygon(0 0, 100% 0, calc(100% - 2.6875rem) 100%, 0% 100%);
    }
  }
  .articles:after {
    bottom: 0;
    right: 0;
    clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0% 100%);
  }
  @media (min-width: 992px) {
    .articles:after {
      clip-path: polygon(2.6875rem 0, 100% 0, 100% 100%, 0% 100%);
    }
  }
  */
  
  .articles__top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    color: #000;
    margin-bottom: 1.75rem;
  }
  @media (min-width: 992px) {
    .articles__top {
      margin-bottom: 2.5rem;
    }
  }
  .articles__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.125rem;
  }
  @media (min-width: 992px) {
    .articles__list {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
  }
  
  .article-item {
      border: none;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 1.875rem 1.25rem;
  }
  @media (min-width: 992px) {
    .article-item {
      padding: 1.75rem 1.625rem;
    }
  }
  @media (hover: hover) {
    .article-item {
      transition: background-color 300ms ease-in-out 0ms;
  
    }
    .article-item:hover {
      background-color: #2874bb !important;
    }
    .article-item:hover .article-item__date, .article-item:hover .article-item__title-link {
      color: #fff;
    }
    .article-item:hover .article-item__description {
      color: rgba(255, 255, 255, 0.5);
    }
    .article-item:hover .article-item__btn .button__link {
      color: #fff;
    }
    .article-item:hover .article-item__btn .button__link:before {
      background-color: #fff;
    }
  }
  .article-item__date {
    margin-bottom: 0.5625rem;
    font-weight: 500;
    color: #adadad;
  }
  @media (min-width: 992px) {
    .article-item__date {
      margin-bottom: 0.375rem;
    }
  }
  .article-item__title {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 992px) {
    .article-item__title {
      margin-bottom: 1.25rem;
    }
  }
  .article-item__description {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  @media (min-width: 1200px) {
    .article-item__description {
      margin-bottom: 2rem;
    }
  }
  @media (hover: hover) {
    .article-item__date, .article-item__description {
      transition: color 300ms ease-in-out 0ms;
    }
  }
  .article-item__btn {
    margin-top: auto;
  }
  @media (hover: hover) {
    .article-item__btn .button__link:before {
      transition: background-color 300ms ease-in-out 0ms;
    }
  }
  
  .articles__btn a {
    color: #2874bb !important;
  }
  .articles__btn a:hover {
    color: #2874bb !important;
  }
  .articles__btn a:before {
      background-color: #2874bb !important;
  }
  
  .articles-white {
      background-color: #fff;
      padding: 7.2875rem 0 4.6875rem 0;
  }
  
  .articles-white .article-item {
    background-color: #f2f2f2;
  }
  
  .articles-white {
      padding: 3.625rem 0 2.625rem 0;
      background-color: #fff;
    }
    @media (min-width: 992px) {
      .articles-white  {
       padding: 6.2875rem 0 6.625rem 0;
      }
    }

.product-filters-norms-hidden {
    display: none;
}
/*
.pallet-qty-element {
    display: none;
}
*/
.product-offer-popup {
    display: flex;
    height: 40rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-offer-popup iframe {
    height: 100%;
}

.list-filter-wrapper {
    display: none !important;
}
.sidebar-main {
    display: none !important;
}




.header-control-btn--searchwrap{
min-width: 60%;
}

.header-control-btn--search{
/*min-width: 6rem;*/
}

@media (min-width: 1200px) {
    .header-control-btn--search {
    /*min-width: 12rem;*/
    }
    .header-control-btn--searchwrap{
    min-width: 70%;
    }
}

@media (min-width: 1400px) {
    .header-control-btn--search {
    /*min-width: 12rem;*/
    }
    .header-control-btn--searchwrap{
    min-width: 90%;
    }
}



@media (min-width: 991px) {
    .header-nav>.header-menu>.header-menu__item>:first-child {
        text-align: center !important;
    }
    .header-nav>.header-menu {
        justify-content: center !important;
        padding: 0 !important;
        gap: 1.75rem !important;
    }
    .header-menu__item {
        align-items: center!important;
        display: flex!important;
    }
    .header-account-btn__text {
        white-space: nowrap !important;
    }
    .header-submenu {
        background: #fff;
    }
}

.page-title-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.as-custom-attribute {
    display: flex;
    align-items: center !important;
    gap: 0.375rem !important;
    flex-direction: row !important;
    margin-top: 0 !important;
    margin-bottom: 1rem;

    padding-bottom: 0.55rem !important;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2) !important;
    justify-content: space-between !important;
}

.as-custom-attribute .form-group__label {
    margin-bottom: 0 !important;
}

.as-custom-attribute .form-group__label span {
    color: #c1c1c1;
}

.as-custom-attribute .control {
    min-width: 15rem;
}

.as-custom-attribute .form-group__select {
    padding: 0.45rem 0.85rem;
}

.form-group--mb {
    margin-bottom: 0rem;
}

.product-options-bottom {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
@media (min-width: 991px) {
    .product-options-bottom {
        margin-bottom: 0rem;
    }
}

.product-single__left {
    position: relative;
}

.product-single__title {
    padding-right: 3.5rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem !important;
}
.product-options-bottom .button__link {
    min-width: 10rem !important;
    padding: 0.6rem 0.9375rem !important;
}
.product-options-bottom .button {
    min-width: 10rem !important;
}

.nice-wrap select {
    color: rgba(0, 0, 0, 0.26);
    background: #fff;
    border: 1px solid #eee;
    height: 3.625rem;
    line-height: 3.625rem;
    padding-left: 18px;
    padding-right: 30px;
}

.product-item__detail-cartleft {
    position: relative;
}
.product-item__detail-cartright {
    position: relative;
}

.add-mask-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    opacity: 0.5;
    z-index: 5;
}

.product-single-tiers-hideprice .tier-price-block {
    display: none;
}

.home-description {
    margin: 1rem 0rem !important;
}
@media (min-width: 992px) {
    .home-description {
        margin: 5.25rem 0 0;
    }
}
.home-description__hidden,
.home-description__visible {
    margin-bottom: 1rem;
    color: #3c3c3c;
    font-size: 1.25rem;
    line-height: 1.45;
}
.home-description p {
    margin-bottom: 1.5rem;
    color: #3c3c3c;
    font-size: 1.25rem;
    line-height: 1.45;
}
.home-description h2 {
    font-size: 1.35rem;
    line-height: 1.45;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.home-description h4 {
    font-size: 1.35rem;
    line-height: 1.45;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.home-description ul {
    margin-bottom: 1rem;
    margin-left: 2rem;
}
.home-description ul li {
    list-style-type: none;
    margin-bottom: 0.5rem;
    color: #3c3c3c;
    font-size: 1.25rem;
    line-height: 1.45;
    margin-left: 1rem;
}
.home-description ul li::before {
    content: "•";
    color: #2874bb;
    font-weight: 700;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}
.home-description h3 {
    margin: 2rem 0rem;
}
.home-description a {
    color: #2874bb !important;
}
.home-description a:hover {
    color: #2874bb !important;
}
.home-description a:before {
    background-color: #2874bb !important;
}
.home-description__link {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}
.home-description__hidden {
    height: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
    margin-top: 2rem;
}
.home-description__hidden.active {
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
}


.product-single-list__item {
    margin-bottom: 1rem !important;
}

#qtymock-error {
display: none !important;
}

.price-final_price .price-label {
    display: none !important;
}

.fieldwrapwide .field {
    width: 100% !important;
}

.fieldwraphidden {
    display: none !important;
}


.auth-wrapper .action-auth-toggle {
display: none !important;
}

.auth-wrapper .modal-header {
display: none !important;
}


.auth-wrapper  {
    display: none !important;
  }
  @media (min-width: 992px) {
    .auth-wrapper {
      margin-top: 7.875rem;
    }
  }


