body#checkout, #checkout #footer, #checkout .footer-container-wrap {
    background: #f9fafb
}

body#checkout > footer {
    display: none;
}


#checkout .ze-delivery-carrier-group {
    position: relative;
}

#checkout .ze-delivery-carrier-group-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
}

#checkout .ze-delivery-carrier-group-logo {
    max-width: 72px;

}

#checkout .ze-delivery-carrier-group-name {
    font-weight: 700;
    color: var(--theme-text-color);
}

#checkout .breadcrumb-wrap, #cart .breadcrumb-wrap {
    display: none;
}

#cart .header-top {
    border-bottom: 1px solid var(--theme--black-opacity-10);
}

.przelewy24-blik__code-wrapper {
    max-width: 100% !important;
}

.ze-checkout-alert {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background: var(--theme-color-orange-lighter);
    color: var(--theme-color-red);
    border: 1px solid var(--theme-color-orange-lighter);
    border-radius: 6px;
    box-shadow: 0 8px 20px var(--theme--black-opacity-10);
    padding: 14px 18px 14px 16px;
    max-width: 360px;
    width: calc(100% - 40px);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ze-checkout-alert.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.ze-checkout-alert__content ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.ze-checkout-alert__close {
    position: absolute;
    top: 6px;
    right: 8px;
    background: transparent;
    border: 0;
    font-size: 18px;
    line-height: 1;
    color: var(--theme-color-red);
    cursor: pointer;
}

#checkout .block_newsletter {
    display: none;
}

#checkout #login-form {
    margin-bottom: 20px;
}

#checkout #login-form .forgot-password,
#checkout #login-form .form-footer {
    display: inline-flex;
    align-items: center;
}

#checkout #login-form .forgot-password {
    float: left;
}

#checkout #login-form .form-footer {
    float: right;
    margin-bottom: 0;
}

#checkout #login-form::after {
    content: "";
    display: table;
    clear: both;
}


#cart .js-cart-line-product-quantity {
    width: 60px;
    text-align: center;
}

#checkout .form-control-select {
    height: 66px;
    padding: 0 1rem;
    -webkit-appearance: none;
}

#checkout .address-selector article {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    background-color: var(--theme-color-white);
    background-clip: padding-box;
    border-radius: 3px;
    padding: 15px;
    color: var(--theme-text-color);
    border: 1px solid var(--theme-color-grey-lighter);
    margin-bottom: 15px;
}

#checkout .address-selector article .address-footer .text-muted {
    font-size: 13px;
    font-weight: 400;
}

#checkout .address-selector article .radio-block {
    margin: 0;
    width: 100%;
}

#checkout .address-selector article .h4 {
    margin-bottom: 0;
}

#checkout .address-selector article .label-title {
    position: relative;
}

#checkout .address-selector article .address-footer .material-icons {
    font-size: 15px;
}

#checkout .address-alias {
    width: calc(100% - 25px);
    display: inline-block;
    position: relative;
}

#checkout .address-alias .address-footer {
    position: absolute;
    top: 0;
    right: 0;
}

#checkout .form-group {
    position: relative;
}

.btn-create-account {
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
    color: var(--theme-color-white);
    padding: 3px 10px;
    border-radius: 6px;
    font-weight: 500;
}

#ze-checkout-error-message li {
    list-style: square;
    margin-left: 19px;
}

.btn-create-account:hover {
    background: var(--theme-color-white);
    color: var(--theme-color);
}

.checkout-step.step-locked {
    position: relative;
    user-select: none;
}

.checkout-step.step-locked::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme--white-opacity-60);
    z-index: 1000;
    cursor: pointer;
}

.checkout-left .checkout-step.personal {
    margin-bottom: 0;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.checkout-left .checkout-step.addresses {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 5px;
}

.block-promo.promo-highlighted {
    margin-top: 10px;
}

.product-line-grid .top {
    display: flex;
    align-items: center;
    width: 50%;
}

.product-line-grid-top {
    display: flex;
    margin-right: 20px;
}

.product-line-grid-top img {
    max-width: 90px;
}

.product-line-grid-top .left {
    display: none;
}

.ze-gift-option-content {
    padding-top: 10px;
}

.product-line-grid {
    display: flex;
    height: 100%;
    justify-items: start;
    justify-content: space-between;
    align-items: center;
}

.cart-product-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-line-number {
    font-weight: 800;
}

.custom-checkbox-all_to_delete label {
    margin-bottom: 0;
    margin-right: 15px;
}

.cart-item {
    border-bottom: 2px solid var(--theme-color-grey-bg);
    height: 100%;
}

.cart-item:last-of-type {
    border-bottom: 0;
}

.cart-items > .row {
    margin-right: -5px;
    margin-left: -5px;
}

.cart-items > .row > div {
    padding-right: 5px;
    padding-left: 5px;
    margin: 5px 0;
}

.cart-product-filter.top {
    margin-bottom: 20px;
}

.cart-product-filter.bottom {
    margin-top: 20px;
}

.delivery-option {
    position: relative;
}

.delivery-option .custom-radio {
    width: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.carrier-left small {
    display: block;
}

.delivery-option-wrap:hover {
    background-color: var(--theme-color-grey-bg);
}

.show_more, .hide_more {
    margin-top: 0 !important;
}

.przelewy24-checkbox__label {
    font-size: 15px !important;
}

.przelewy24-checkbox__label::before {
    border: 1px solid var(--theme-color-grey) !important;
    background-color: transparent !important;
}

.przelewy24-checkbox__label a {
    text-decoration: none !important;
    color: var(--theme-color) !important;
}

label {
    margin-bottom: 0;
}

.przelewy24-checkbox__label::after {
    width: 19px !important;
    height: 19px !important;
    top: 2px !important;
    left: 0 !important;
}

.delivery-option-wrap {
    width: 100%;
    font-size: 1rem;
    background-color: var(--theme-color-white);
    background-clip: padding-box;
    border-radius: 5px;
    color: var(--theme-text-color);
    border: 2px solid var(--theme-color-grey-lighter);
    margin: 10px 0 0;
}

.delivery-option-wrap .delivery-option-2 {
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 20px;
}

.delivery-option-wrap.delivery-option-active .carrier-name.h6,
.delivery-option-wrap.delivery-option-active .carrier-left small,
.delivery-option-wrap.delivery-option-active .carrier-price {
    color: var(--theme-color-white);
}

.delivery-option-wrap.delivery-option-active {
    background: var(--theme-color);
    color: var(--theme-color-white);
    border: 0;
}

.carrier-price-list {
    display: flex;
    justify-content: space-between;
}

.js-conditions-to-approve li {
    margin-bottom: 10px;
}

#checkout .js-address-item .custom-radio {
    position: absolute;
}

#checkout .js-address-item .address-alias {
    width: calc(100% - 25px);
    display: inline-block;
    position: relative;
    padding-left: 26px;
}

.carrier-price {
    color: var(--theme-color);
    font-weight: 600;
}

.js-conditions-to-approve {
    margin: 10px 0;
}

#conditions-to-approve .condition-container {
    display: flex;
}

.ze-payment-methods-step {
    padding: 20px 25px 1px;
    margin-bottom: 30px;
    position: relative;
    background: var(--theme-color-white);
    box-shadow: 0 15px 8px -15px var(--theme--black-opacity-10);
    border-radius: 5px;
}

.ze-payment-methods-step > h3 {
    color: var(--theme-color);
    text-align: left !important;
    padding: 0 !important;
    text-transform: none !important;
}

.payment-options {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 0;
}

.payment-option .custom-radio {
    display: none;
}

.payment-option label {
    width: 100%;
    font-size: 1rem;
    background-color: var(--theme-color-white);
    background-clip: padding-box;
    border-radius: 5px;
    color: var(--theme-text-color);
    border: 2px solid var(--theme-color-grey-lighter);
    margin-bottom: 10px;
    padding: 10px 20px;
    min-height: 57px;
    display: flex;
    align-items: center;
}

.payment-option label .ze-payment-option-logo-wirepayment {
    max-height: 28px;
}

.ze-przelewy24-blik-regulations-wrapper-hidden,
.ze-przelewy24-blik-submit-hidden {
    display: none !important;
}

.ze-przelewy24-blik-regulation-item .przelewy24-checkbox-group {
    margin-bottom: 0;
}


.js-terms {
    margin-bottom: 0
}

#checkout .form-group.row > div {
    width: 100%
}

.step-title, .h3 {
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.step-title .login {
    font-weight: 400;
    text-transform: initial;
    font-size: 13px;
}

.product-line-grid-right .row {
    align-items: center;
}

#promo-code {
    margin-top: 10px;
}

.label {
    text-align: left;
}

.product-line-info small {
    line-height: 110%;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-line-info a {
    word-break: break-word;
}

#delivery textarea {
    font-family: "Jost", "Segoe UI", Arial, sans-serif;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 135px;
    background: var(--theme-color-grey-bg);
    padding: 10px;
    border: 0;
    margin-bottom: 20px;
    border-radius: 6px;
}

#delivery label[for="delivery_message"] {
    display: block;
    margin-bottom: 10px;
}

.address {
    font-weight: 400;
    margin-top: 5px;
    line-height: 130%;
    display: block;
}

.add-address {
    margin-top: 30px;
}

#checkout-payment-step .step-title {
    display: none;
}

#checkout-payment-step .content {
    padding: 0;
}


#checkout-payment-step .btn {
    background: var(--theme-text-color);
    border-color: var(--theme-text-color);
    color: var(--theme-color-white);

}

#checkout-payment-step .btn.disabled {
    opacity: 0.5;
}

.condition-label {
    display: flex;
}

.js-terms {
    text-align: left;
}

.FdProductCart {
    border: 2px solid var(--theme-color-grey-bg);
    margin-top: 30px;
}

.FdProductCart .info-radio-wrap {
    display: flex;
}

.FdProductCart-wrap {
    padding: 20px;
}

.FdProductCart .checkout-header {
    background: var(--theme-color-grey-bg);
    padding: 10px 20px;
    font-size: 1.125rem;
    color: var(--theme-text-color);
    font-weight: 700;
    margin-top: 0;
}

.FdProductCart label {
    font-size: 18px;
    color: var(--theme-text-color);
    font-weight: 500;
    margin-left: 5px;
    cursor: pointer;
}

.info-strong {
    background: var(--theme-text-color);
    color: var(--theme-color-white);
    display: block;
    padding: 10px;
    text-align: center;
    margin: 20px 0 0;
}

#js-cart-overview .cart-product-filter,
#js-cart-overview .custom-checkbox-to_delete {
    display: none !important;
}


#js-cart-overview .ze-cart-extra-block {
    margin-bottom: 30px;
    position: relative;
    background: var(--theme-color-white);
    box-shadow: 0 15px 8px -15px var(--theme--black-opacity-10);
    border-radius: 5px;
    padding: 13px 15px;
}

#js-cart-overview .ze-cart-extra-block .title-section {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
}

#js-cart-overview .ze-cart-extra-note {
    font-size: 14px;
}

#js-cart-overview .ze-cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: lowercase;
    color: #da5a21;
    background: #fff4ee;
    border: 1px solid #ffd5c2;
    border-radius: 999px;
    padding: 2px 10px;
}

#js-cart-overview .ze-cart-product-grid {
    margin-top: 14px;
}

#js-cart-overview .ze-cart-product-grid .ze-cart-product-tile {
    display: flex;
    gap: 10px;
    border-right: 1px solid #ececec;
    padding: 0 15px;
    margin-bottom: 10px;
}

#js-cart-overview .ze-cart-product-grid .ze-cart-product-tile:last-of-type {
    border-right: 0
}

#js-cart-overview .ze-cart-product-grid .ze-cart-product-tile.ze-cart-product-in-cart,
#js-cart-overview .ze-gift-option-wrap.selected {
    opacity: 0.4;
    filter: grayscale(1);
}

#js-cart-overview .ze-cart-extra-head {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

#js-cart-overview .ze-cart-product-thumb {
    width: 80px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    min-width: 80px;
}

#js-cart-overview .ze-cart-product-thumb img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#js-cart-overview .ze-cart-product-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#js-cart-overview .ze-cart-product-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25;
    color: var(--theme-text-color);
    text-decoration: none;
}

#js-cart-overview .ze-cart-product-price {
    font-size: 16px;
    color: var(--theme-color-red);
    font-weight: 700;
    line-height: 1;
}

#js-cart-overview .ze-cart-add-form .btn {
    border-radius: 8px;
    font-size: 12px;
    padding: 1px 7px;
    margin-top: 10px;
}

#js-cart-overview .ze-cart-in-cart-info {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    line-height: 1.3;
}

#js-cart-overview .ze-cart-add-form-inline .btn {
    background: var(--theme-color-white);
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

#js-cart-overview .ze-cart-add-form-inline .btn:hover {
    color: var(--theme-color-white);
    background: var(--theme-color);
}

#js-cart-overview .ze-cart-extras-desktop-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#js-cart-overview .ze-cart-extras-desktop-layout .ze-cart-extra-block {
    margin-bottom: 0;
}

#js-cart-overview .ze-gift-option-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
}


#js-cart-overview .ze-gift-option-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff4ee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
}

#js-cart-overview .ze-gift-option-price {
    font-weight: 700;
    white-space: nowrap;
}

#js-cart-overview .ze-cart-add-form-disabled .btn {
    opacity: 0.55;
    cursor: not-allowed;
}

#js-cart-overview .ze-cart-in-cart-note {
    margin-top: 6px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
}

#js-cart-overview .ze-cart-promotions {
    background: #fffaf6;
    border-color: #f5decf;
}

#js-cart-overview .ze-cart-promotions-cards {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#js-cart-overview .ze-cart-promotions-cards li,
.ze-cart-promo-card {
    background: #fff;
    border: 1px solid #f0ded3;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
    justify-content: center;
}

#js-cart-overview .ze-cart-promotions-cards strong {
    color: var(--theme-color-red);
    line-height: 1;
    font-size: 25px;
}

#js-cart-overview .ze-cart-promo-progress,
#js-cart-overview .ze-cart-promo-ready,
.ze-cart-promo-progress,
.ze-cart-promo-ready {
    text-align: center;
    padding: 3px 9px;
    border-radius: 7px;
    font-weight: 600;
    margin: 0 auto;
}

#js-cart-overview .ze-cart-promo-progress {
    color: #8a4f0f;
    background: #fff3db;
    border: 1px solid #f3d7ad;
}

#js-cart-overview .ze-cart-promo-ready {
    color: #1d7a36;
    background: #eaf8ee;
    border: 1px solid #b8e4c5;
}

#js-cart-overview .ze-cart-promotions-cards li {
    text-align: center;
}

#js-cart-overview .ze-cart-promotions-cards li.ze-cart-promo-superseded strong,
#js-cart-overview .ze-cart-promotions-cards li.ze-cart-promo-used strong,
.ze-cart-promo-superseded strong,
.ze-cart-promo-used strong {
    color: #999;
}

#js-cart-overview .ze-cart-promotions-cards li.ze-cart-promo-superseded,
#js-cart-overview .ze-cart-promotions-cards li.ze-cart-promo-used,
.ze-cart-promo-superseded,
.ze-cart-promo-used {
    opacity: 0.4;
    filter: grayscale(1);
    background: #fdfdfd;
    border-color: #eee;
}

#js-cart-overview .ze-cart-promotions-cards li.ze-cart-promo-active:not(.used),
.ze-cart-promo-active:not(.used) {
    border-color: #1d7a36;
    box-shadow: 0 0 10px rgba(29, 122, 54, 0.3);
    background: #f0fff4;
    position: relative;
    z-index: 1;
}

#js-cart-overview .ze-cart-promotions-cards li.ze-cart-promo-active:not(.used)::after {
    content: '✓';
    position: absolute;
    top: -8px;
    right: -8px;
    background: #1d7a36;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.ze-cart-promo-superseded-label {
    opacity: 0.7;
    background: #f0f0f0 !important;
    border-color: #ddd !important;
    color: #888 !important;
}

#js-cart-overview .ze-cart-promotions-head {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}

#js-cart-overview .ze-cart-promotions-list {
    margin: 0;
}

#js-cart-overview .ze-cart-extras-right {
    background: #FFC107;
}

.carrier-name.h6 {
    font-weight: 500;
    font-size: 16px;
}

.FdProductCart .checkout-header:before {
    display: none;
}

.file_to_order {
    background: var(--theme-color-grey-bg);
    padding: .9375rem;
    margin-bottom: 30px;
    margin-top: 20px;
    min-height: 70px;
}

#file_to_order {
    border: 2px solid var(--theme-color-white);
    padding: 5px 10px;
    font-size: 12px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 20px;
}

.file_to_order .file {
    display: flex;
    align-items: center;
}

.file_to_order .file strong {
    border: 2px solid var(--theme-color-white);
    padding: 10px 20px;
    min-height: 43px;
}

.file_to_order .disabled {
    display: none;
}

.action-file-to-order {
    display: flex;
}

.file-to-order-wrap {
    display: flex;
}

.add-file-to-order {
    cursor: pointer;
    display: inline-block;
}

.cancel-file-to-order {
    background: var(--theme-color-grey-bg);
    cursor: pointer;
    display: inline-block;
}


.alert-file-to-order {
    display: none;
    vertical-align: super;
    margin-left: 10px;
}

.alert-file-to-order.delete-file {
    vertical-align: baseline;
}

.delete-file-to-order {
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    padding: 2px 10px;
}

.file_to_order .checkout-header {
    margin-top: 0;
}

.shipping-info-right {
    background: var(--theme-color-grey-bg);
    padding: 20px 20px 3px;
}

#delivery {
    margin-top: 20px;
}

#checkout .cart-grid-right {
    margin-top: 0;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

#checkout .product-line-grid-top .left {
    width: 20px;
}

.block-promo {
    margin-bottom: 1rem
}

.ze-promo-code-wrap {
    margin-top: .25rem;
    border: 0;
}

.ze-promo-code-toggle {
    width: 100%;
}

.ze-promo-code-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    color: #b45309;
    list-style: none;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 5px;
    padding: 10px 15px;
}

.ze-promo-code-summary::-webkit-details-marker {
    display: none;
}

.ze-promo-code-summary::marker {
    display: none;
}

.ze-promo-code-summary .ze-promo-chevron {
    font-size: 1.25rem;
    color: #c2410c;
    opacity: .9;
    transition: transform .2s ease;
}

.ze-promo-code-toggle[open] .ze-promo-chevron {
    transform: rotate(90deg);
}

.ze-promo-code-content {
    margin-top: .75rem;
}

.ze-promo-code-content form {
    display: flex;
}

.payment-option.active label {
    color: var(--theme-color-white);
    border-color: var(--theme-color-white);
    background: var(--theme-color);
}

.block-promo .promo-code .alert-danger {
    position: relative;
    display: none;
    margin-top: 1.25rem;
    color: var(--theme-color-white);
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.block-promo .promo-code .alert-danger::after {
    position: absolute;
    bottom: 100%;
    left: 10%;
    width: 0;
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    content: " ";
    border: 10px solid transparent;
    border-bottom-color: var(--theme-color);
}

#cart .block-promo .promo-input {
    border: 1px solid var(--theme-color-grey-lighter);
    outline: none;
}

.block-promo .promo-input {
    width: calc(100% - 74px);
    height: 50px;
    color: var(--theme-text-color);
    text-indent: .625rem;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #f2f2f2;
}

.block-promo .promo-input + button {
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--theme-color-white);
    width: 90px;
    height: 34px;
}

.block-promo .promo-input + button:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color);
}

.block-promo .cart-summary-line .label, .block-promo .promo-name {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--theme-color)
}

.block-promo .cart-summary-line .label a, .block-promo .promo-name a {
    display: inline-block;
    font-weight: 500;
    color: var(--theme-text-color)
}

.block-promo .promo-name .cart-summary-line .label {
    font-weight: 500;
    color: var(--theme-text-color)
}

.block-promo .promo-name .cart-summary-line span {
    color: var(--theme-color)
}

.block-promo .promo-name .material-icons {
    margin-left: .4rem;
    font-size: 1.2rem
}

.block-promo .promo-code-button {
    display: block;
    padding: 0 0 1rem;
    text-align: center
}

.block-promo .promo-code-button.with-discounts {
    display: none
}

.block-promo .promo-code-button.cancel-promo {
    margin-bottom: 0;
    color: var(--theme-color)
}

.block-promo .promo-code-button.cancel-promo[aria-expanded=true] {
    display: block;
    padding: 0;
    margin-top: 1rem
}

.block-promo.promo-highlighted {
    padding: 0 1rem;
    margin-bottom: 0;
    text-align: center
}

.block-promo .page-content.page-cms ul, .block-promo p, .cart-items, .page-content.page-cms .block-promo ul {
    margin-bottom: 0
}

.cart-grid-right h3, #_mobile_js-cart-summary h3 {
    padding: 0 15px 0 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}

.card-block {
    padding: 10px 0 0;
}

#_desktop_js-cart-summary > a, #_mobile_js-cart-summary > a {
    display: block;
    width: 100px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

form .address-receiver-group .form-control-label {
    position: static;
    margin-bottom: 10px;
    display: block;
    margin-left: 13px;
}

#conditions-to-approve {
    margin-top: 20px;
}

#conditions-to-approve .psgdpr_consent_message .psgdpr_consent_checkboxes_220,
#conditions-to-approve .psgdpr_consent_message span:nth-of-type(1) {
    position: absolute;
}

#conditions-to-approve .psgdpr_consent_message span:nth-of-type(2) {
    margin-left: 30px;
    display: block;
}

#_desktop_js-cart-summary {
    margin-bottom: 18px;
    padding: 0;
}

.ze-pickup-store-wrap {
    padding: 0 20px 20px;
}

.ze-pickup-store-wrap .form-control {
    border: 0;
}

.ze-checkout-final-panel {
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 22px;
    box-shadow: 0 15px 8px -15px var(--theme--black-opacity-10);
}

#_desktop_js-cart-summary.ze-summary-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 0;
}

#_desktop_js-cart-summary .ze-summary-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#_desktop_js-cart-summary .ze-summary-card-header-text {
    min-width: 0;
}

#_desktop_js-cart-summary .ze-summary-card-header h3 {
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
    font-size: 18px;
    color: #18181b;
}

#_desktop_js-cart-summary .ze-summary-card-subtitle {
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.3;
}

#_desktop_js-cart-summary .ze-summary-card-header > a {
    margin: 0;
    width: auto;
    font-size: 13px;
    text-transform: none;
    color: var(--theme-color);
}

#_desktop_js-cart-summary .ze-summary-card-totals {
    border-top: 1px solid var(--theme-color-grey-lighter);
    padding-top: 5px;
    margin-top: 10px;
}

.card-block.cart-detailed-subtotals {
    border-bottom: 1px solid var(--theme-color-grey-lighter);
    padding-bottom: 10px;
    margin-bottom: 0;
}

#_desktop_js-cart-summary .ze-summary-selections {
    padding-top: 15px;
    padding-bottom: 10px;
    display: grid;
    gap: 10px;
}

#_desktop_js-cart-summary .ze-summary-selections.ze-summary-selections-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
}

#_desktop_js-cart-summary .ze-summary-column {
    display: grid;
    gap: 12px;
    min-width: 0;
}

#_desktop_js-cart-summary .ze-summary-selection-item {
    background: #ffffff;
    border: 1px solid #dfe6ef;
    border-radius: 5px;
    padding: 14px;
}

#_desktop_js-cart-summary .ze-summary-selection-label {
    font-size: 12px;
    line-height: 1.2;
    color: #475569;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

#_desktop_js-cart-summary .ze-summary-selection-value {
    color: #1f2937;
    font-weight: 600;
    line-height: 1.35;
}

#_desktop_js-cart-summary .ze-summary-selection-value small {
    display: block;
    margin-top: 2px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
}

.ze-checkout-final-panel #conditions-to-approve {
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 14px;
    border-top: 1px solid #e8edf3;
}

.ze-checkout-final-panel .js-conditions-to-approve li {
    margin-bottom: 8px;
}

.ze-checkout-final-panel #payment-confirmation {
    margin-top: 14px;
}

.ze-checkout-final-panel #payment-confirmation .btn.btn-primary {
    width: 100%;
    border-radius: 5px;
    min-height: 48px;
    font-weight: 700;
}

#checkout #js-cart-summary .card {
    background: transparent;
    margin: 0;
}

label {
    text-align: left;
}

.checkout-logo {
    margin: 15px 0 25px -15px;
}

.checkout-logo img {
    height: 35px;
}

.cart-item.loader {
    position: relative;
}

.cart-item.loader:before {
    content: '';
    background: var(--theme--black-opacity-10);
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.cart-item.loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 4px solid var(--theme--black-opacity-10);
    border-top-color: var(--theme-color);
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    z-index: 10;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.form-control-comment {
    display: none;
}

.step-title .left {
    color: var(--theme-color);
}

.checkout-left .checkout-step, .cart-overview {
    padding: 20px 25px 1px;
    margin-bottom: 30px;
    position: relative;
    background: var(--theme-color-white);
    box-shadow: 0 15px 8px -15px var(--theme--black-opacity-10);
    border-radius: 5px;
}

.cart-overview {
    padding: 5px 25px 1px
}

#checkout-personal-step {
    margin-bottom: 0;
}

#checkout #notifications {
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 0;
    right: 0;
}

.cart-line {
    position: relative;
}

#content-hook_order_confirmation {
    background: var(--theme-color-grey-bg);
    border-radius: 6px;
    padding: 20px 30px 10px;
}

#content-hook_order_confirmation ul {
    list-style: initial;
    margin-left: 30px;
    line-height: 140%;
}

#content-hook_order_confirmation table {
    width: 100%;
}

#content-hook_order_confirmation table tr {
    border-bottom: 2px solid var(--theme-color-white);
}

#content-hook_order_confirmation table tr:last-child {
    border-bottom: 0;
}

#content-hook_order_confirmation table tr td {
    padding: 8px 0;
}

#content-hook_order_confirmation table td:nth-of-type(2) {
    text-align: right;
}

.product-line-grid .cart-available {
    background: var(--theme-color-red);
    border-color: var(--theme-color-red);
    font-weight: 700;
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    color: var(--theme-color-white);
}

.product-price.has-discount {
    display: flex;
    align-items: flex-end;
}

.product-price {
    font-size: 18px;
}

.product-price.h5 {
    margin-bottom: 0;
}

.product-price-qty {
    display: flex;
    align-items: center;
}

.product-line-grid .badge.badge-extra {
    background: var(--theme-color-red);
    display: inline-block;
    padding: 2px 8px 0;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--theme-color-white);
    border-radius: 5px;
}


.product-discount .regular-price {
    margin-right: .625rem;
    font-weight: 500;
    text-decoration: line-through;
    font-size: 16px;
}

.product-discounts {
    margin-bottom: 1.5rem
}

.product-discounts > .product-discounts-title {
    font-size: .875rem;
    font-weight: 600
}

.product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: .625rem 1.25rem;
    text-align: center;
    background: var(--theme-color-white);
    border: .3125rem var(--theme-color-grey-bg) solid
}

.product-discounts > .table-product-discounts tbody tr {
    background: var(--theme-color-grey-bg)
}

.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
    background: var(--theme-color-white)
}

.product-discounts > .table-product-discounts tbody tr td {
    padding: .625rem 1.25rem;
    text-align: center;
    border: .3125rem var(--theme-color-grey-bg) solid
}

.product-line-grid-right .product-price.h5 {
    color: var(--theme-color);
    margin-right: 10px;
}

.product-price-qty .bootstrap-touchspin {
    margin: 0 30px;
    width: 70px;
}

.product-line-grid-left img {
    max-width: 100%
}

.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    white-space: inherit
}

.product-line-grid-body > .product-line-info .unit-price-cart {
    overflow: hidden;
    font-size: .875rem;
    font-weight: 500;
    color: var(--theme-text-color);
    text-overflow: ellipsis
}

.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    line-height: 36px;
    color: var(--theme-text-color)
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
    color: var(--theme-text-color)
}

.product-line-grid-right, .prices-wrap {
    display: flex;
    align-items: center;
}

.prices-wrap > .price {
    margin-right: 50px;
    width: 120px;
    text-align: right;
}

.ps-hidden, .ps-hidden-by-js {
    display: none !important;
}

.upsell-code {
    margin-top: 20px;
    border-radius: 5px;
}

.upsell-code .card-body {
    padding: 15px;
}

#checkout #header {
    display: none !important;
}

#checkout .block_newsletter, #checkout .footer-container,
#checkout .right-nav, #checkout .mobile .right, #checkout #_mobile_search_widget,
#checkout .left-nav .menu {
    display: none;
}


#checkout #_desktop_logo {
    margin-right: 0;
    margin-bottom: 0;
}

.h6.carrier-delay {
    font-weight: 400;
    display: block;
    margin: 0;
}

#checkout #_desktop_breadcrumb {
    display: none;
}


.invalid-feedback {
    display: none;
    color: var(--theme-color-red);
    font-size: 12px;
    margin-top: 4px;
}

input.is-invalid + .invalid-feedback,
select.is-invalid + .invalid-feedback,
textarea.is-invalid + .invalid-feedback {
    display: block;
}

.form-control.is-invalid,
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
    border-color: var(--theme-color-red);
}

.is-invalid-container {
    border: 1px solid var(--theme-color-red) !important;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
}

.is-invalid-parent .custom-checkbox,
.is-invalid-parent .custom-radio {
    outline: 1px solid var(--theme-color-red);
    outline-offset: 2px;
    display: inline-block;
}

.invalid-feedback-container {
    display: block;
    color: var(--theme-color-red);
    font-size: 12px;
    margin-top: 4px;
    font-weight: 600;
}

.sdm_box {
    border: 0 !important;
    margin-bottom: 0 !important;
}

#checkout .preloader {
    height: 100vh;
    background: var(--theme-color-white);
    position: fixed;
    transition: opacity 0.2s ease-in-out;
}

#checkout .preloader .circular {
    top: 50vh;
    transform: translateX(-50vh);
}

#js-cart-overview .preloader {
    display: none;
}

.ze-checkout-preloader {
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: var(--theme--white-opacity-30);
    display: none;
    align-items: center;
    justify-content: center
}

.ze-checkout-preloader.is-active {
    display: flex
}

.ze-checkout-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid var(--theme--black-opacity-15);
    border-top-color: var(--theme-color, var(--theme-color-blue));
    border-radius: 50%;
    animation: zeSpin 1s linear infinite
}

@keyframes zeSpin {
    to {
        transform: rotate(360deg)
    }
}

.address-selector hr {
    margin-top: 0;
    margin-bottom: 7px;
}

.ze-personal-selector {
    margin-bottom: 20px;
}

.ze-personal-nav {
    display: flex;
    border-bottom: 1px solid var(--theme-color-grey-lighter);
}

.ze-personal-nav .nav-link {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-bottom: 0;
    margin-bottom: -1px;
    font-weight: 500;
}

.ze-personal-nav .nav-link.active {
    background-color: var(--theme-color-white);
    border-color: var(--theme-color-grey-lighter);
    color: var(--theme-color);
    border-top: 2px solid var(--theme-color);
}

@media (min-width: 1200px) {
    #checkout .notifications-container {
        width: 400px;
        max-width: 400px;
    }

    .products.row {
        min-height: 1px !important;
    }
}

@media (max-width: 1199px) {
    .product-line-grid,
    #js-cart-overview .ze-cart-extra-head {
        display: block;
    }


    .product-line-grid .top {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-line-grid .bottom {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #js-cart-overview .ze-cart-extras-desktop-layout {
        flex-direction: row;
        align-items: stretch;
    }

    #js-cart-overview .ze-cart-promotions-cards li {
        flex: 1 1 calc(25% - 8px);
        max-width: calc(25% - 8px);
    }

    #js-cart-overview .ze-cart-extras-left {
        flex: 1 1 auto;
    }

    #js-cart-overview .ze-cart-extras-right {
        flex: 0 0 340px;
        max-width: 340px;
    }

    .ze-checkout-final-panel {
        position: sticky;
        top: 0;
        align-self: start;
    }
}

@media (max-width: 991px) {
    #js-cart-overview .ze-gift-option-wrap {
        grid-template-columns: auto 1fr;
    }

    #js-cart-overview .ze-gift-option-price {
        grid-column: 1 / -1;
    }

    #js-cart-overview .ze-cart-product-grid .ze-cart-product-tile {
        border-right: 0;
        border-bottom: 1px solid #ececec;
        width: 100%;
        padding: 0 0 10px;
    }

    #js-cart-overview .ze-cart-product-grid .ze-cart-product-tile:last-of-type {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .cart-overview {
        padding: 0 15px;
    }

    .cart-items {
        padding: 0;
    }

    #checkout .product-line-grid-top .left {
        display: none;
    }

    .ze-payment-methods-step {
        padding: 15px 15px 1px;
    }

    #delivery textarea {
        margin-bottom: 10px;
    }

    #cart #_mobile_breadcrumb {
        display: none;
    }

    .cart-grid.row > div {
        width: 100%;
    }

    .product-line-grid .top {
        align-items: flex-start;
    }

    .prices-wrap > .price {
        width: initial;
        margin-right: 20px;
    }

    body#checkout {
        padding-top: 0
    }

    #checkout .header-top .mobile {
        justify-content: center;
    }

    .block-promo {
        margin-bottom: 0
    }

    .card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
        margin-top: 15px
    }

    #checkout-payment-step .content {
        padding: 0
    }

    #checkout #_mobile_js-cart-summary > a {
        margin: 0;
        text-align: left;
    }

    #checkout #_mobile_js-cart-summary {
        display: none
    }

    #checkout .cart-grid-right {
        margin: 0;
        position: static;
        top: auto;
    }

    #checkout #_mobile_js-cart-summary h3 {
        padding: 0;
        text-align: left;
    }

    .ze-address-form .form-fields > .row {
        display: block;
    }

    .ze-promo-code-content {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cart-overview {
        padding: 0 15px
    }

    .checkout-left .checkout-step {
        padding: 15px;
    }

    .checkout-left .checkout-step.addresses, .checkout-left .checkout-step.delivery {
        padding-bottom: 1px;
    }

    .payment-options {
        padding: 15px 0 5px;
    }

    .ze-personal-nav .nav-link {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    #checkout #login-form .forgot-password,
    #checkout #login-form .form-footer {
        float: none;
        display: flex;
        width: 100%;
    }

    #checkout #login-form .form-footer {
        margin-top: 10px;
    }

    .ze-checkout-final-panel {
        padding: 15px;
        border-radius: 15px;
    }

    #_desktop_js-cart-summary .ze-summary-selections.ze-summary-selections-split {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #js-cart-overview .ze-cart-promotions-head {
        display: block;
    }
}
