﻿.checkout-box {
    align-items: flex-start !important;
}

.checkout-label {
    display: inline !important;
}

.input-check > .valid {
    padding: unset !important;
}

input[type="radio"].package-radio {
    width: 21px;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    max-width: 18px;
    max-height: 18px;
}

#btnShowDiscountCode {
    margin-top: 0px !important;
    margin-bottom: 24px !important;
    cursor: pointer;
}

    #btnShowDiscountCode:hover {
        color: var(--Primary-Red);
        font-weight: 600;
    }

.discount-input:focus {
    outline: unset !important;
    border: 1px solid var(--Light-Gray);
}

.discount-apply-btn:hover {
    border: 1px solid black;
    background: unset !important;
    color: #000 !important;
}

.promo-applied {
    display: flex;
    gap: 5px;
    align-items: center;
}

.promo-applied-text {
    font-size: 16px;
    color: #474747;
}

#paypal-button-container {
    margin-top: 15px;
}

#btnDiscountCode {
    width: 40%;
    max-width: unset !important;
}

.checkout-address-btn {
    flex-direction: column !important;
    gap: 24px !important;
}

    .checkout-address-btn > a {
        cursor: pointer;
    }
.inner-row .checkout-radio-box {
    margin-top: 24px;
}
.inner-row.delivery-options{
    margin-top:24px !important;
}
.fav-item-box:last-child {
    border-bottom: none !important;
}

.cart-item-box:last-child {
    border-bottom: none !important;
}

.cart-item-wrapper {
    margin-bottom: 64px;
}

@media (max-width: 1441px) {
    .cart-info-left {
        gap: 16px !important;
    }

    .cart-info-row p {
        margin-bottom: 16px !important;
    }

    .fav-item-price {
        margin-bottom: 16px !important;
    }
    .inner-row .checkout-radio-box {
        margin-top: 16px;
    }

    .inner-row.delivery-options {
        margin-top: 16px !important;
    }
}

.fav-item-price{
    margin-bottom:24px;
}

@media (max-width:600px) {
    .cart-info-row p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .fav-item-price {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    .delivery-options .fav-item-tag {
        font-size: 13px !important;
    }

    .delivery-options .fav-item-number {
        font-size: 13px !important;
    }
    .checkout-box .package-radio {
        font-size: 13px !important;
    }

    .cart-info-row .inner-row .checkout-radio-box {
        padding-right: 0px !important;
    }
}
@media (max-width:450px) {
    .checkout-box .package-radio {
        font-size: 12px !important;
    }
}

.kerrat-reward-para a {
    margin-top:0px !important;
    font-size:12px !important;
}

.shipping-same-check{
    margin-bottom:24px;
}
.btnAddBillerAddress {
    margin-top: 0px !important;
}
.btnAddBillerAddress:hover {
    font-weight: 600;
    color: #e71c24;
}
.btnSameAsShippingAddress:hover {
    font-weight: 600;
    color: #e71c24;
}
input[type="radio"] {
    cursor: grab;
    min-width: 25px;
}
.checkout-box label{
    line-height:1;
}