﻿.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;
    }
/*.checkout-radio-box .checkout-box:not(:last-child) {
    margin-bottom: 16px !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:1543px) {
    /*input[type="checkbox"] {
        margin-top: 3px;
    }*/
}

@media (max-width: 1441px) {
    .cart-info-left {
        gap: 16px !important;
    }

    .cart-info-row p {
        margin-bottom: 16px !important;
    }
}

@media (max-width:991px) {
   /* input[type="checkbox"] {
        margin-top: 0px;
    }*/
}

@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-number {
        font-size: 16px !important;
    }
    /* .package-radio{
        font-size:12px !important;
    }*/
    /*.checkout-radio-box .checkout-box:not(:last-child){
        margin-bottom:10px !important;
    }*/
}

@media (max-width:433px) {
    /*input[type="checkbox"] {
        margin-top: 3px;
    }*/
}
.btnAddShippingAddress:hover {
    font-weight: 600;
    color: #e71c24;
}
.btnAddBillerAddress:hover {
    font-weight: 600;
    color: #e71c24;
}
input[type="radio"] {
    cursor: grab;
    min-width: 25px;
}
.checkout-box label{
    line-height:1;
}