/* General */
.woocommerce-notices-wrapper { display: none !important; }

.pood-delivery-notices {
    display: grid;
    gap: 8px;
    margin-bottom: 28px;
}

.pood-delivery-notice {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 20px;
}

.pood-delivery-notice--split {
    border-color: #ffd9cf;
    background: #fff7f4;
}

.pood-delivery-notice__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ff5330;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    font-style: normal;
}

.pood-delivery-notice--split .pood-delivery-notice__icon {
    background: #000;
}

.pood-delivery-notice__body {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.pood-delivery-notice__title {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 900;
}

.pood-delivery-notice__text {
    display: block;
    min-width: 0;
}

.cart-container .btn-back-wrap { margin-bottom: 28px; }

.cart-container .post-title { margin-bottom: 38px; }

@media ( max-width: 1099px ) {
    .cart-container .btn-back-wrap { margin-bottom: 21px; }
    .woocommerce-checkout .cart-container .btn-back-wrap { margin-bottom: 26px; }

    .cart-container .post-title { margin-bottom: 39px; }
}



/* Cart table */
.woocommerce-cart-form { margin-bottom: 34px; }

table.cart {
    table-layout: fixed;
    font-size: 14px;
    line-height: 18px;
}

table.cart .product-name,
table.cart .product-price,
table.cart .product-quantity { text-align: left; }

table.cart .product-subtotal { text-align: right; }

table.cart thead th,
table.cart .product-subtotal { font-weight: 900; }

table.cart tbody td { vertical-align: top; }

table.cart .quantity {
    padding-top: 7px;
    padding-bottom: 7px;
}

table.cart tbody tr:last-child { display: none; }

@media ( min-width: 1100px ) {
    table.cart th,
    table.cart td {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    table.cart .product-name { width: 50.5%; }
    table.cart .product-price { width: 16.9%; }
    table.cart .product-quantity { width: 16.9%; }
    table.cart .product-subtotal { width: 15.5%; }

    table.cart .product-name,
    table.cart .product-price,
    table.cart .product-quantity { padding-right: 14px; }
}

@media ( max-width: 1099px ) {
    .woocommerce-cart-form { margin-bottom: 25px; }

    table.cart,
    table.cart tbody,
    table.cart td { display: block; }

    table.cart { border-bottom: 10px solid #e5e5e5; }

    table.cart thead { display: none; }

    table.cart tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    table.cart .product-name {
        width: 100%;
        margin-bottom: 21px;
        font-size: 18px;
        line-height: 27px;
    }

    table.cart .product-price,
    table.cart .product-quantity,
    table.cart .product-subtotal {
        width: 164px;
        max-width: 33.33%;
    }

    .cart-cell-label { margin-bottom: 14px; }
}



/* Totals table */
.cart_totals table,
.cart_totals tbody,
.cart_totals tr,
.cart_totals th,
.cart_totals td { display: block; }

.cart_totals table {
    margin-bottom: 24px;
    text-align: right;
}

.cart_totals th {
    margin-bottom: 1px;
    font-weight: 400;
}

.cart_totals .includes_tax { display: none; }

.checkout-button {
    width: 238px;
    max-width: 100%;
}

@media ( max-width: 1099px ) {
    .cart_totals table {
        text-align: center;
    }

    .wc-proceed-to-checkout,
    .checkout-button { width: 100%; }

    .checkout-button,
    .checkout-step__continue .btn {
        padding: 15px;
        font-size: 16px;
    }
}



/* Checkout general */
.checkout-title {
    margin-top: -5px;
    margin-bottom: 39px;
    line-height: 60px;
}

.checkout-before-payment { margin-bottom: 26px; }

.fake-email-wrap,
.woocommerce-NoticeGroup { margin-bottom: 26px; }

.woocommerce-error { color: #FF5330; }

.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields,
.wc_shipping_dpd_terminals th { display: none !important; }

.payment_box { display: none !important; }

.payment_method_paysera-smart-checkout-woocommerce .payment_box {
    display: block !important;
    margin-top: 14px;
    padding-left: 0;
}

.payment_method_paysera-smart-checkout-woocommerce #paysera-payment-element .radio-control.paysera-radio-control {
    margin-left: 0;
}

.payment_method_paysera-smart-checkout-woocommerce #paysera-payment-element .radio-control__option.paysera-radio-control:hover,
.payment_method_paysera-smart-checkout-woocommerce #paysera-payment-element .radio-control__option.paysera-radio-control:focus-within,
.payment_method_paysera-smart-checkout-woocommerce #paysera-payment-element .radio-control__option.paysera-radio-control.radio-control__option-checked {
    border-color: #FF5330 !important;
}

.payment_method_paysera-smart-checkout-woocommerce #paysera-payment-element .radio-control__option.paysera-radio-control:focus-within,
.payment_method_paysera-smart-checkout-woocommerce #paysera-payment-element .radio-control__option.paysera-radio-control.radio-control__option-checked {
    box-shadow: 0 0 0 1px #FF5330 !important;
}

.wc_shipping_dpd_terminals,
.itella-shipping-container { margin-top: 24px; }

.wc_shipping_dpd_terminals td,
.omnivalt_terminal_container { padding-left: 32px; }

.wc_payment_methods { margin-bottom: 26px; }

.omnivalt_terminal_container { margin-top: 24px; }



/* Checkout steps */
.checkout-step:not(.is-active) { display: none; }

.checkout-step__continue {
    width: 238px;
    max-width: 100%;
    margin-top: 24px;
}
.checkout-step__continue.full-width { width: 100%; }

.checkout-step-error-summary {
    margin-top: 10px;
    color: #FF5330;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.shipping-methods.error label,
.pood-dpd-pickup-fields.error label,
.pood-elko-pickup-fields.error label,
.pood-also-venipak-fields.error label,
.pood-csc-omniva-pickup-fields.error label,
.pood-csc-smartpost-pickup-fields.error label {
    color: #FF0000;
}

.pood-dpd-pickup-fields.error select,
.pood-elko-pickup-fields.error select,
.pood-also-venipak-fields.error select,
.pood-csc-omniva-pickup-fields.error select,
.pood-csc-smartpost-pickup-fields.error select,
.pood-dpd-pickup-fields.error .select2-selection,
.pood-elko-pickup-fields.error .select2-selection,
.pood-also-venipak-fields.error .select2-selection,
.pood-csc-omniva-pickup-fields.error .select2-selection,
.pood-csc-smartpost-pickup-fields.error .select2-selection {
    border-color: #FF0000 !important;
}


.checkout-step-data,
.checkout-step-data__title { margin-bottom: 24px; }

.checkout-step-data__content { margin-bottom: 14px; }

.checkout-step-data__content > div:not(:last-child) { margin-bottom: 5px; }

@media ( min-width: 1100px ) {
    .checkout-step {
        width: 406px;
        max-width: 100%;
        margin-right: 14px;
    }
}

@media ( max-width: 1099px ) {
    .checkout-step { width: 100%; }

    .checkout-step__continue { width: 100%; }
}



/* Order review */
.review-order {
    order: 2;
    padding: 28px 28px 20px;
    background: #e5e5e5;
}

.review-order__title { margin-bottom: 14px; }

.review-order__count { margin-bottom: 5px; }

.review-order table {
    margin-bottom: 14px;
    padding-bottom: 14px;
    text-align: left;
    border-bottom: 6px solid rgba( 0, 0, 0, .1 );
}

.review-order tbody { margin-bottom: 13px; }

.review-order .order-total-heading { margin-bottom: 4px; }

.review-order .includes_tax { display: none; }



/* Shipping methods */
table.shipping-methods,
table.shipping-methods tbody,
table.shipping-methods thead,
table.shipping-methods tfoot,
table.shipping-methods tr,
table.shipping-methods th,
table.shipping-methods td,
.review-order table,
.review-order tbody,
.review-order thead,
.review-order tfoot,
.review-order tr,
.review-order th,
.review-order td { display: block; }

table.shipping-methods .woocommerce-Price-amount { font-weight: 900; }

table.shipping-methods th {
    margin-bottom: 25px;
    text-align: left;
}

.pood-elko-pickup-fields {
    display: none;
    margin: 12px 0 0 32px;
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}

.pood-elko-pickup-fields.is-active {
    display: block;
}

.pood-elko-pickup-fields__intro {
    display: grid;
    gap: 4px;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 18px;
}

.pood-elko-pickup-fields__intro strong {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
}

.pood-elko-pickup-fields__field {
    margin: 0;
}

.pood-elko-pickup-fields__field:not(:last-child) {
    margin-bottom: 12px;
}

.radio-list .pood-elko-pickup-fields__label {
    min-height: 0;
    margin-bottom: 6px;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
    cursor: default;
}

.radio-list .pood-elko-pickup-fields__label::before,
.radio-list .pood-elko-pickup-fields__label::after {
    display: none;
}

.pood-elko-pickup-fields select {
    width: 100%;
}

.pood-elko-pickup-fields__help {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}



/* Edit button */
.edit-btn {
    position: relative;
    display: block;
    padding-left: 20px;
    font-weight: 900;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    transition: all .2s;
}

.edit-btn svg {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
}

.edit-btn path { transition: all .2s; }

.edit-btn:hover { color: #FF5330; }

.edit-btn:hover path { fill: #FF5330; }
