.woocommerce-billing-fields {
    padding-top: 0px !important;
    border-top: 0px !important;
}

.checkout-container {
    max-width: 1400px;
    margin: 0 auto;
}


.card-checkout {
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.card-body-checkout {
    padding: 25px;
}

.card-body-checkout input {
    border-radius: 8px !important;
    margin-bottom: 0px !important;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.email-input {
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
}

.email-input:focus {
    outline: none;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 8px;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.product-info {
    flex: 1;
    padding-top: 0px !important;
}

.product-name-checkout {
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: none !important;
    padding-top: 0px !important;
    color: black !important;
}

.product-price-checkout {
    color: #666;
    font-size: 17px;
    font-style: italic;
}

.delete-btn {
    background-color: #dc3545;
    border: none;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.delete-btn:hover {
    background-color: #c82333;
}

.summary-card {
    position: sticky;
}

.gift-code-input {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
}

.apply-btn-gift {
    background-color: #2c2c2c;
    color: white;
    border: none;
    border-radius: 10px !important;
    margin: 0px !important;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: capitalize;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.apply-btn-gift:hover {
    background-color: #1a1a1a;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
}

.summary-label {
    font-weight: 700;
}

.summary-value {
    color: #e93b13;
    font-weight: 800;
    font-size: 20px;
}

.summary-value.zero {
    color: #666;
}

.total-row {
    border-top: 2px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 24px;
}

.total-value {
    color: #e93b13;
    font-weight: 800;
    font-size: 27px;
}

.paypal-btn {
    background-color: #ffc439;
    border: none;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.paypal-btn:hover {
    background-color: #f0b429;
}

.paypal-logo {
    height: 30px;
}

.input-group input {
    border-radius: 8px !important;
    margin-right: 10px;
}
.woocommerce-account-fields {
    display:none !important;
}