:root {
    --tc_anim: all .5s ease;
    --tc_white: #ffffff;
    --tc_black: #000000;
    --tc_black_10: rgba(0, 0, 0, .1);
    --tc_black_60: rgba(0, 0, 0, .60);
    --tc_black_85: rgba(0, 0, 0, .85);
    --tc_light: #ccd2dc;
    --tc_light2: #f1f1f1;
    --tc_light3: #fafafa;
    --tc_light4: #d4d4d4;
    --tc_red: #f60c3d;
    --tc_blue: #881750;
    --tc_blue_hov: #6d1240;
    --tc_dark: #515151;
    --tc_dark_70: rgba(81, 81, 81, .70);
    --tc_dark_hov: #1c1c1c;
    --tc_dark2: #191919;
    --tc_dark2_85: rgba(25, 25, 25, .85);
    --tc_dark2_50: rgba(25, 25, 25, .50);
    --tc_green: #3ab54a;
}

/**
  *
  * WYSTYLOWAĆ LISTĘ ŻYCZEŃ W KOSZYKU
  *
  */
#tc-checkout .nxtal-wishlist-cart.card {
    display: none!important;
}


.error-msg {
    display: none;
    text-align: left;
    font-style: normal;
    background: #ffeaea;
    color: #e50000;
    padding: 19px 20px;
    margin: -2px 0 20px;
    font-size: 14px !important;
    border-radius: 10px;
    font-weight: 500;
}

body#checkout #tc-checkout .flex-split-vertical>div {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    border: 0;
}
body#checkout #tc-checkout .flex-split-vertical>div.checkout-area-12 {
    box-shadow: none;
}
body#checkout #tc-checkout .checkout-block .block-header, body#checkout #tc-checkout > .flying .checkout-block .cart-detailed-totals:before {
    padding-bottom: 20px;
}

body#checkout #tc-checkout .checkout-block .delivery-options > .delivery-option > .fix_deliv_pay, 
body#checkout #tc-checkout .checkout-block .payment-options .payment-option > .fix_deliv_pay {
    border-radius: 10px!important;
}

body#checkout #tc-checkout .checkout-block .delivery-options > .delivery-option.selected > .fix_deliv_pay,
body#checkout #tc-checkout .checkout-block .payment-options .selected .payment-option > .fix_deliv_pay {
    border-color: #881750 !important;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.08) !important;
    outline: none !important;
}
body#checkout #tc-checkout .checkout-block .block-header, body#checkout #tc-checkout > .flying .checkout-block .cart-detailed-totals:before {
    border-bottom: 0!important;
    margin-bottom: 15px;
    text-transform: none!important;
}
body#checkout #tc-checkout .checkout-block .inner-area .cart-summary .card-totals-bg,
body#checkout #tc-checkout .checkout-block .cart-overview .product-line-actions .product-line-qty .qty-box {
    border-radius: 10px;
}
body#checkout #tc-checkout .checkout-block .inner-area .cart-voucher .promo-code form input.promo-input {
    -webkit-border-top-left-radius: 10px!important;
    -webkit-border-bottom-left-radius: 10px!important;
    -moz-border-radius-topleft: 10px!important;
    -moz-border-radius-bottomleft: 10px!important;
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}

body#checkout #tc-checkout .checkout-block div#tc-payment-confirmation .ps-shown-by-js .btn {
    transition: all 0.5s ease;
    border-radius: 10px!important;
    font-size: 16px !important;
    line-height: 2.4em !important;
}
body#checkout #tc-checkout .checkout-block div#tc-payment-confirmation .ps-shown-by-js .btn:hover {
    box-shadow: 0 0 20px rgba(168, 34, 180, 0.5)!important;
}

body#checkout #tc-checkout .custom-checkbox input[type="checkbox"] + span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    pointer-events: none;
    cursor: pointer;
    border: 1px solid #bbc0c8;
    border-radius: 5px;
}
body#checkout #tc-checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    font-size: 1rem;
    color: #fff;
}
body#checkout #tc-checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    display: none;
    margin: -0.125rem;
    font-size: 1.25rem;
    color: #232323;
}
body#checkout #tc-checkout .custom-checkbox input[type="checkbox"]:checked+span {
    background: #881750!important;
    border-color: #881750!important;
    color: #fff;
}
body#checkout #tc-checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    display: flex!important;
    color: #fff!important;
    font-size: 1rem!important;
}

@media (min-width: 992px) {
    body#checkout #tc-checkout .flex-split-vertical > div {
        margin: 0 0 48px;
        min-height: 0;
        overflow: hidden;
        padding: 35px 0;
        position: relative;
    }
}
@media (min-width: 992px) {
    body#checkout #tc-checkout .flex-split-vertical > div._fullheader {
        padding-top: calc(44px + 33px + 40px)!important;
        position: relative;
    }
}
@media (min-width: 992px) {
    body#checkout #tc-checkout:not([class]) .checkout-block .second-address {
        top: 117px!important;
    }
}
/* body#checkout #tc-checkout:not([class]) .flex-split-vertical > div {
    padding: 25px!important;
}
body#checkout #tc-checkout #thecheckout-cart-summary.checkout-block .block-header {
    padding-bottom: 25px!important;
} */
body#checkout #tc-checkout .checkout-block .inner-area .cart-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 16px;
}

body#checkout #tc-checkout .checkout-block .inner-area .cart-summary.w-100 {
    grid-template-columns: 1fr;
    padding-top: 0;
}

body#checkout #tc-checkout .checkout-block .inner-area .cart-summary>*:nth-child(n+3) {
    grid-column: 1 / -1;
}

#tc-container {
    padding-top: 5px !important;
}

#tc-checkout .nxtal-wishlist-cart.card {
    box-shadow: none;
    border: 0;
}
body#checkout #tc-checkout .form-group.checkbox {
    margin-bottom: 11px!important;
}

.cart-item ._desktop_wishlist_icon {
    display: none;
}

body#checkout #tc-checkout .checkout-block .cart-overview .cart-item {
    padding: 10px 0;
}

body#checkout #tc-checkout .checkout-block .inner-area .cart-summary>.cart-detailed-totals {
    max-width: 100%;
}

body#checkout #tc-checkout .checkout-block .inner-area .cart-summary {
    align-items: flex-start;
}

body#checkout #tc-checkout .checkout-block div#tc-payment-confirmation .ps-shown-by-js .btn {
    background: #000;
}

body#checkout #tc-checkout .checkout-block .cart-overview .product-line .product-price *,
body#checkout #tc-checkout .checkout-block .inner-area .cart-summary .card-totals-bg .card-block .cart-summary-line.cart-total .value,
body#checkout #tc-checkout .label a,
body#checkout #tc-checkout label a {
    color: var(--theme-color-default);
}



body#checkout label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #171717;
    font-size: 14px;
    text-align: left;
}
body#checkout .form-control:disabled, 
body#checkout .form-control[readonly] {
    background-color: #eceeef;
}

body#checkout .form-label {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 3px;
}

body#checkout .required {
    color: #881750;
    font-size: 0.8rem;
}

body#checkout #tc-checkout .form-control {
    padding: 10px 12px!important;
    border: 1px solid #cbd2db!important;
    border-radius: 8px!important;
    font-size: 15px!important;
    color: #1e293b!important;
    background: white!important;
    transition: all 0.15s ease!important;
    width: 100%!important;
    height: auto!important;
}

body#checkout #tc-checkout .form-control:focus {
    border-color: #881750!important;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.08)!important;
    outline: none!important;
}

body#checkout #tc-checkout .form-control::placeholder {
    color: #94a3b8!important;
}

body#checkout .checkbox-section {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

body#checkout .checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    cursor: pointer;
}

body#checkout .checkbox-input {
    width: 18px;
    height: 18px;
    border: 1px solid #cbd5e1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
    flex-shrink: 0;
    margin-top: 1px;
    background: white;
}

body#checkout .checkbox-input:hover {
    border-color: #881750;
}

body#checkout .checkbox-input.checked {
    background: #881750;
    border-color: #881750;
}

body#checkout .checkbox-input.checked::after {
    content: '✓';
    color: white;
    font-size: 11px;
    font-weight: 600;
}

body#checkout .checkbox-label {
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

body#checkout .checkbox-label a {
    color: #881750;
    text-decoration: none;
}

body#checkout .checkbox-label a:hover {
    text-decoration: underline;
}

body#checkout .error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08) !important;
}

body#checkout .content-loaded {
    opacity: 0;
    animation: fadeInExpand 0.5s ease forwards;
}
body#checkout #tc-checkout .form-group .country-call-prefix {
    height: 40px!important;
    border-radius: 7px!important;
}

body#checkout #tc-checkout .checkout-block .delivery-options > .delivery-option .shipping-radio .custom-radio input[type="radio"]:checked + span, body#checkout #tc-checkout .checkout-block .payment-options .payment-option .payment-radio .custom-radio input[type="radio"]:checked + span {
    background: #881750;
}

body#checkout #tc-checkout .checkout-block .delivery-options > .delivery-option .delivery-option-delay .carrier-delay, 
body#checkout #tc-checkout .checkout-block .delivery-options > .delivery-option .delivery-option-delay .carrier-delay p, 
body#checkout #tc-checkout .checkout-block .payment-options .payment-option .payment-option-delay .payment-delay,
body#checkout #tc-checkout .checkout-block .payment-options .payment-option .payment-option-delay .payment-delay p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.cart-table tr th {
    border-top: 0;
    vertical-align: top;
    border-bottom: 2px solid #e7e7e7;
}
.cart-table tr.second-line th {
    font-weight: 500;
    width: 130px;
    padding: 0;
    font-size: 14px;
    padding: 3px 0;
    /* background: #fafafa; */
    color: #5b5b5b;
    border-top: 1px solid #eee;
}

.cart-table tr td {
    padding: 0.8rem 0.5rem;
}
.cart-table tr td:first-child {
    padding-left: 50px;
}
.cart-table tr td:last-child {
    padding-right: 20px;
}

.cart-table .product-name strong {
    display: block;
    line-height: 1em;
}
.cart-table .cart-product-description {

}
.cart-table .product-attribute {
    font-size: 12px;
    line-height: 1em;
    margin-top: 5px;
}
.cart-table .first-line th,
.cart-table .first-line th.clear {
    border-bottom: 0;
}

@media(max-width:991px) {
    body#checkout #tc-checkout .checkout-block .cart-overview .product-line-actions .product-line-delete {
        margin-right: 10px;
    }
}

@media(max-width:520px) {
    .product-line-actions {
        margin: 0px 10px 0px 10px !important;
    }

    body#checkout #tc-checkout .cart-summary-line .value {
        margin-left: 0 !important;
    }

    body#checkout #tc-checkout .checkout-block div#tc-payment-confirmation .terms-and-conditions .condition-label {
        width: 80% !important;
    }
}

@media(max-width:380px) {
    .product-line-actions {
        margin: 0px 5px 0px 5px !important;
    }
    body#checkout #tc-checkout .checkout-block .inner-area .cart-summary {
        flex-direction: column;
        display: flex !important;
    }
    body#checkout #tc-checkout:not([class]) .checkout-block .inner-area .cart-summary > .cart-detailed-totals{
        width:100% !important;
    }
    body#checkout #tc-checkout .cart-summary-line .value{
        margin-left:15px !important;
    }
}
