/* ========== cutom-radio ============== */
/* .plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  
    max-width: 970px;
    padding: 85px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
    box-shadow: 0px 8px 10px 0px #d8dfeb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } */

.plans {
    display: flex;
    flex-direction: column;
    margin-bottom: 60PX;
}

.plans .plan input[type="radio"] {
    position: absolute;
    left: 25px;
    z-index: 1;
    top: 37px;
    width: 28px;
    height: 28px !important;
    border-radius: 100%;
    border: 2px solid #34A853;
    background-color: transparent;
    background-image: none;
    box-shadow: none !important;
}

.plans .nav-link.active .check-wrp::after {
    content: '';
    position: absolute;
    top: 55px;
    /* right: 80px; */
    left: 39px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #34A853;
    transform: translate(-50%, -50%);
    z-index: 5;
}


.plans .plan {
    cursor: pointer;
    width: 100%;
    position: relative;
    width: 259px;
    height: 108px;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
    background-color: var(--cardBg);
    width: 100%;
    height: 100%;
}

.plans .plan .plan-content h5 {
    padding-left: 45px;
    color: #000;
    font-size: 20px;
    font-family: var(--gilory-extrabold);
    margin-bottom: 0;
}

.plans .plan .plan-content img {
    margin-right: 30px;
    height: 72px;
}

.plans .plan .plan-details span {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #252f42;
}


.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #fff;
    right: 20px;
    top: 20px;
    border-radius: 100%;
}


.plans .plan input[type="radio"]:checked+.plan-content {
    border: 2px solid #216ee0;
    background: #fff;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.checkout-wrapper .nav-link {
    border: none;
    padding: 0 !important;
}

.plans .nav {
    gap: 24px;
    border: none;
}

.checkout-wrapper .nav-tabs .nav-link.active {
    padding: 0;
}

.checkout-subtotal {
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 50px 35px;
}

.checkout-subtotal h5 {
    font-size: 20px;
    color: #000;
    font-family: var(--gilory-extrabold);
}

.checkout-subtotal .check-add {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.checkout-subtotal .check-add p {
    font-size: 20px;
    font-family: var(--gilory-medium);
    color: var(--textColor);
}

.checkout-wrapper .guest-address {
    background-color: var(--cardBg);
    border-radius: 40px;
    padding: 35px 50px;
}

.checkout-wrapper .guest-address h6 {
    font-size: 20px;
    color: #000;
    font-family: var(--gilory-extrabold);
    margin-bottom: 10px;
}

.checkout-wrapper .guest-address p {
    font-size: 20px;
    color: var(--textColor);
    font-family: var(--gilory-medium);
    margin-bottom: 0;
}

.delivery-address {
    margin-top: 60px;
    margin-bottom: 40px;
}

.checkout-wrapper h4.detail-head {
    font-size: 36px;
    font-family: var(--gilory-bold);
    color: var(--textColor);
    margin-bottom: 30px;
}


input.common-input {
    border: 1px solid #e6e6e6;
    height: 60px;
    padding-left: 32px;
    border-radius: 8px;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-family: var(--gilory-medium);
    margin-top: 20px;
    outline: 0;
}

input.common-input:focus {
    border: 1px solid var(--secondryColor) !important;
}

.payment-detail {
    margin-top: 40px;
}

.payment-detail .custom-radio {
    background-color: var(--cardBg);
    border-radius: 40px;
    width: 265px;
    height: 108px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}

.cusotm-radio-main {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cusotm-radio-main input {
    display: none;
}

.payment-detail .custom-radio label {
    padding-left: 40px;
    font-size: 20px;
    font-family: var(--gilory-extrabold);
    color: #000;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.custom-radio:has(.custom-control-input:checked) {
    border: 1px solid var(--secondryColor);
    /* Highlight color */
}

.payment-mode span {
    font-size: 20px;
    color: var(--textColor);
    font-family: var(--gilory-medium);
}

/* Coupon Section Styling */
.coupon-section {
    margin-top: 20px;
}

.coupon-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.coupon-input {
    flex: 1;
    padding: 10px 12px;
    font-size: 14px;
    border: 2px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: 0.3s;
}

.coupon-input:focus {
    border-color: var(--secondryColor);
}

/* Button Styling */
.coupon-btn {
    background-color: var(--secondryColor);
    border: none;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.coupon-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.coupon-btn svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: white;
}

.coupon-btn:hover {
    background-color: var(--primaryColor);
}

/* Coupon Messages */
.coupon-message {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.coupon-message.success {
    color: #28a745;
}

.coupon-message.error {
    color: #dc3545;
}

.discount-amount {
    font-weight: bold;
    color: #28a745;
}


.checkout-wrapper #content {
    display: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F4ECDF;
    border: 1px solid var(--secondryColor);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.checkout-wrapper #content span {
    font-size: 20px;
    color: var(--textColor);
    font-family: var(--gilory-medium);
}

.checkout-wrapper #content h6 {
    font-size: 20px;
    font-family: var(---gilory-extrabold);
    color: #000;
    margin-bottom: 0;
}

.checkout-subtotal table {
    width: 100%;
    margin-bottom: 30px;
}

.checkout-subtotal table td {
    font-size: 18px;
    font-family: var(--gilory-medium);
    color: var(--textColor);
    padding-bottom: 10px;
}

.checkout-subtotal table th {
    text-align: right;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-family: var(--gilory-extrabold);
}

.checkout-subtotal .cmn-second-btn {
    width: 100%;
    text-align: center;
}

.checkout-subtotal .cmn-second-btn[disabled] {
    opacity: 0.5;
}

.empty-cart{
    font-size: 20px;
    color: var(--textColor);
    font-family: var(--gilory-medium);
    margin-bottom: 0;
}

/* ========== responsive ======== */
@media only screen and (max-width:1199px) {
    .plans .plan {
        width: 184px;
    }

    .plans .plan .plan-content {
        padding: 20px;
    }

    .plans .plan .plan-content h5 {
        font-size: 16px;
    }

    .delivery-address {
        margin-top: 40px;
    }

    .checkout-wrapper h4.detail-head {
        font-size: 30px;
    }
}

@media only screen and (max-width:575px) {
    .delivery-address {
        margin-bottom: 25px;
    }

    .payment-detail {
        margin-top: 25px;
    }
}

@media only screen and (max-width:424px) {
    .payment-detail .custom-radio label {
        padding: 10px;
    }

    .payment-detail .custom-radio {
        width: 100%;
        height: 90px;
        padding-left: 20px;
    }

    .cusotm-radio-main {
        display: flex;
        align-items: center;
        gap: 0;
        flex-direction: column;
    }

    .plans .plan {
        width: 100%;
    }

    .plans li {
        width: 100%;
    }

    .plans li a {
        display: block;
        width: 100%;
    }

    .checkout-wrapper .nav-link {
        width: 100%;
    }

    .checkout-wrapper h4.detail-head {
        font-size: 26px;
    }
}

.auth-wrapper {
    background: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.auth-wrapper p {
    color: #6c757d;
    font-size: 16px;
}

.auth-wrapper .btn {
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.auth-wrapper .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}



.cart-wrapper .with-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.cart-wrapper .with-list li:last-child {
    margin-bottom: 0;
}

.cart-wrapper .with-list li h5 {
    padding-right: 0px;
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 400 !important;
    width: 25%;
    margin-bottom: 0;
}

.cart-wrapper .with-list li h5::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 8px;
}

.cart-wrapper .with-list li .cart-price h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

/* ======= responsive ====== */
@media only screen and (max-width:1399px) {
    .cart-wrapper .cart-heading {
        padding-right: 38px;
        width: 49%;

    }
}

@media only screen and (max-width:1199px) {
    .cart-wrapper .apply-coupen {
        padding: 20px;
    }

    .cart-wrapper .apply-coupen #toggleButton {
        font-size: 18px;
    }

    .cart-wrapper .apply-coupen #content span {
        font-size: 16px;
    }

    .cart-wrapper .apply-coupen #content h6 {
        font-size: 16px;
    }

    .cart-wrapper table {
        margin-bottom: 15px;
    }

    .cart-wrapper .apply-coupen .cmn-second-btn {
        font-size: 15px;
    }

    .cart-wrapper .cart-data h5 {
        font-size: 20px;
    }

    .cart-wrapper .cart-heading {
        padding-right: 30px;
    }

    .cart-wrapper .cart-heading {
        padding-right: 38px;
        width: 46%;

    }
}

@media only screen and (max-width:991px) {
    .cart-wrapper .cart-heading {
        width: 100%;
        padding-right: 0;
    }
}

@media only screen and (max-width:767px) {
    .cart-wrapper .cart-data {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-wrapper .cart-data span {
        display: inline-block;
        margin-bottom: 10px;
    }

    .cart-wrapper .cart-price {
        margin-left: 0 !important;
        margin-top: 15px;
    }

    .cart-wrapper .with-list li .cart-price {
        margin-top: 0;
    }
}

@media only screen and (max-width:575px) {
    .cart-wrapper .cart-list {
        flex-direction: column;
    }

    .cart-wrapper .cart-img {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .cart-wrapper .with-list li {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .cart-wrapper .with-list li:last-child {
        margin-bottom: 0;
    }

    .cart-wrapper .with-list li h5 {
        margin-bottom: 5px;
        width: 100%;
    }
}

.deal-list-white {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.deal-list-white .with-list ul li {
    background: #ffffff;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 8px;
}

.deal-list-white .cart-heading h5 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 5px;
}

.deal-list-white .cart-heading span {
    color: #666;
    font-size: 14px;
}

.deal-list-white .remove-icon {
    cursor: pointer;
    transition: all 0.3s ease;
}

.deal-list-white .remove-icon:hover {
    opacity: 0.7;
}