.login-section {
 
    font-family: var(--secondary-font);
  }

.login-bg {
    width: 100%;
    height: 100vh;
    background-image: url(../images/User-Login.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: auto;
}

.login-box {
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    /* min-height: 500px ; */
    min-width: 100%;
    padding: 20px;
}

.login-box-pos {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    display: flex;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: none;
}

.login-img {
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
    background-color: #ffc0cb;
    border-radius: 0 50px 0 0;
}

.login-item {
    margin: 24px 16px;
}

.login-title {
    font-family: Quicksand;
    color: #c91c45;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}


.login-title span {
    color: BLACK
}

.login-content p {
    font-size: 16px;
    color: #686868;
    margin-bottom: 10px;
}

.login-input .form-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}
.login-input{
    margin-top: 8%;
}
.log01-input {
    /* border-right: transparent; */
    padding: 10px;
}

.log01-input:focus {
    border-color: #dee2e6;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
    /* border-right: transparent; */
}

.login-btn {
    width: 100%;
}

.login-btn a,
.login-btn button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    background-color: #c91c45 !important;
    border-radius: 6px;
    border: 1px solid #c91c45;
    padding: 10px 20px;
}

.login-btn a:hover,
.login-btn button:hover {
    background-color: #c91c45;
    color: #fff;
    border: 1px solid #c91c45;
}

.direct-login-btn {
    width: 100%;
}

.direct-login-btn button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #981A36;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #981A36;
    padding: 10px;
}

.direct-login-btn button:hover {
    background-color: transparent;
    color: #981A36;
    border: 1px solid #981A36;
}

.direct-login-btn.mb-3 button img {
    width: 24px;
    height: auto;
    margin-right: 8px;
}

.register-page-link p {
    font-size: 16px;
    font-weight: normal;
    color: #989898;
    margin-bottom: 24px;
    text-align: center;
}

.register-page-link p a {
    color: #c91c45;
    font-weight: bold;
}
.login-note{

}
.login-note p {
    
    color: #686868;
    background-color: #F5F5F5;
    font-size: 14px;
    padding: 6px;
    font-weight: normal;
    text-align: center;
}

.login-note p span {
    font-weight: bold;
}






/* cart page css  */

.add-cart-mt {
    margin-top: 120px;
}

.cart-items-count h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

.cart-items-card {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.cart-items-img {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.cart-items-heading h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: 'Cinzel';
}

.cart-items-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-items-price p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}

.cart-items-price p span {
    color: #9d9d9d;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 12px;
}

.cart-item-filter-sec {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

.cart-item-filter-sec .form-select {
    padding: 6px 32px 6px 8px;
    font-size: 14px;
    width: min-content;
}

.remove-from-cart-btn {
    background-color: #FFE0E0;
    color: #ff4141;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.bill-cardbox-heading h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

.bill-details-card-box {
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fff;
}

.billbox-top-content,
.billbox-top-content2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.billbox-top-content h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.billbox-top-content p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

.bill-details-card-box hr {
    color: #ccc;
}

.billbox-top-content2 h5 {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 500;
    margin-bottom: 0;
}

.billbox-top-content2 p {
    font-size: 14px;
    color: #9d9d9d;
    margin-bottom: 0;
    font-weight: 500;
}

.color-g {
    color: #37b730 !important;
}

.w-img-pg {
    display: flex;
    align-items: center;
    gap: 10px;
    width: min-content;
}

.w-img-pg img {
    min-width: 54px;
    max-width: 54px;
}

.payment-options-for-cart-billing .form-check-label {
    width: 100%;
    text-wrap-mode: nowrap;
}

.ceck-out-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #c91c45;
    border: 1px solid #c91c45;
    border-radius: 6px;
}

.first-t-order-section {
    margin-top: 120px;
}

.ft-order-bg:before {
    position: fixed;
    content: "";
    border-right: 1px solid #AEAEAE;
    width: 50%;
    background: #FFF2F259;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.select-ad-crad {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.address-edit-btn {
    color: #ccc;
    background: transparent;
    font-size: 18px;
    transition: 0.4s;
}

.address-edit-btn:hover {
    color: #686868;
}

.add-new-address-action {
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.addnew-addr-btn {
    background: transparent;
    color: #ff597b;
    font-size: 16px;
    font-weight: 500;
}

.my-profile-page {
    margin-top: 110px;
}

.my-profile-page-top h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.my-profile-page-top p {
    font-size: 14px;
    font-weight: 600;
    color: #686868;
    margin-bottom: 0;
}

.my-profile-page-top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.my-profile-main-menu {
    padding: 24px 0 0 24px;
}

.cstm-lborder {
    border-left: 1px solid #ccc;
    padding-left: 24px !important;
}

.my-profile-menu-content {
    padding-top: 24px;
}

.my-profile-main-menu .nav-pills {
    gap: 16px;
    flex-direction: column;
    display: flex;
}

.my-profile-main-menu .nav-pills .nav-link {
    padding: 0;
    color: #686868;
    font-weight: 500;
    font-size: 14px;
}

.my-profile-main-menu .nav-pills .nav-link.active {
    background: transparent;
    color: #ff597b;
}

.my-profile-menuheading h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.edit-profile-sec {
    padding: 16px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 8px;
}

.my-all-orders-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.all-orders-right {
    display: flex;
    gap: 12px;
}

.all-orders-right .form-control {
    border-radius: 8px 0 0 8px;
    border-right: none;
}

.all-orders-right button.btn-outline-success {
    background-color: #ff597b;
    border: 1px solid #ff597b;
    border-radius: 0 8px 8px 0;
    color: #fff;
}

.all-orders-fltr-btn {
    padding: 0px 16px;
    background: #eee;
    border-radius: 8px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.all-orders-list ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.my-order-card {
    background-color: #F6F6F6;
    padding: 12px;
    border-radius: 8px;
}

.order-status-ico i {
    color: #fff;
    font-size: 22px;
}

.order-status-ico {
    background: #FF597B;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.place-ord .order-status-ico {
    background: #FF597B;
}

.on-the-way-ord .order-status-ico {
    background: #FF8125;
}

.delivered-ord .order-status-ico {
    background: #04AE3E;
}

.place-ord .order-status-content h4 {
    color: #ff597b;
}

.on-the-way-ord .order-status-content h4 {
    color: #FF8125;
}

.delivered-ord .order-status-content h4 {
    color: #04AE3E;
}

.order-card-top-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.order-card-top-left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.order-status-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.order-status-content p {
    margin-bottom: 0;
}

.cencel-order-btn {
    color: #c91c45;
    border: 2px solid #c91c45;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #FFF1F1;
    font-weight: 500;
}

.order-item-card {
    display: flex;
    gap: 12px;
    padding: 12px;
    background-color: #eee;
    border-radius: 8px;
}

.order-item-card .cart-items-img {
    width: 100px;
    height: 100px;
}

.order-traking-details {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 6px #ccc;
}

.order-traking-details h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
}

.track-order-link {
    color: #ff8125 !important;
    text-decoration: underline !important;
    font-size: 12px;
    font-weight: 600;
}

.empty-favorites-card {
    width: 100%;
    height: 100%;
}

.empty-sub-card {
    max-width: 360px;
    margin: 24px auto;
    text-align: center;
}

.empty-fav-img {
    max-width: 280px;
    margin: 0 auto;
}

.empty-sub-card h4 {
    color: #c91c45;
    font-size: 18px;
    font-weight: 500;
}

.add-to-fav-btn {
    padding: 10px 24px;
    background: transparent;
    border: 2px solid #962230;
    border-radius: 8px;
    font-weight: 500;
    color: #962230;
    margin-top: 16px;
    display: block;
}

.my-fav-product {
    position: relative;
}

.remove-from-fav {
    position: absolute;
    top: 10px;
    right: 10px;
}

.remove-fav-btn {
    background: transparent;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-fav-btn i {
    font-size: 20px;
    color: #000;
    opacity: 0.7;
}

.fav-product-img {
    overflow: hidden;
    border-radius: 8px;
}

.my-fav-product-link {
    font-size: 14px;
    font-family: 'Cinzel';
    font-weight: 700;
    margin-top: 12px;
    display: block;
}

.price p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.price p span {
    color: #686868;
    margin-left: 8px;
    text-decoration: line-through;
    font-weight: normal;
    text-wrap: nowrap;
}

.delete-address-btn {
    background-color: transparent;
    padding: 0;
    color: #FF5252;
    margin-left: 6px;
}

.profile-details-address, .profile-detel-cardbox {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 12px;
}

.my-profile-heading h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}

.profile-details-table th, .profile-details-table td {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 20px 10px 8px !important;
}

.profile-details-table td {
    color: #686868;
}




.login-note p {
    color: black; /* Default text color */
  }
  
  .blue-link {
    color: blue;
    text-decoration: none; /* Optional: removes underline for links */
  }
  
  .blue-link:hover {
    text-decoration: underline; /* Optional: underline on hover for better UX */
  }


@media (max-width: 991.98px) {

    .add-cart-mt,
    .first-t-order-section {
        margin-top: 80px;
    }

    .my-profile-main-menu {
        padding: 12px 0;
    }

    .my-profile-main-menu .nav-pills {
        flex-direction: row;
        justify-content: space-between;
        gap: 4px;
        flex-wrap: nowrap;
        overflow-x: overlay;
        text-wrap: nowrap;
    }

    .cstm-lborder {
        border-left: none;
        padding-left: 12px !important;
    }

    .my-profile-main-menu .nav-pills .nav-link {
        padding: 6px 12px;
    }

    .my-profile-main-menu .nav-pills .nav-link.active {
        background: #7b0000;
        color: #fff;
    }

    .my-profile-page {
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .ft-order-bg:before {
        width: 100%;
    }

    .order-item-card .cart-items-heading h3 {
        font-size: 14px;
    }

    .order-item-card .cart-items-price p {
        font-size: 14px;
    }

    .price p span {
        color: #686868;
        margin-left: 8px;
        text-decoration: line-through;
        font-weight: normal;
        text-wrap: nowrap;
    }

    .price p span {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .cart-items-card {
        flex-direction: column;
    }

    .cart-item-filter-sec {
        flex-wrap: wrap;
    }

    .cart-item-filter-sec .form-select {
        width: 78px;
        font-size: 12px;
    }

    .cart-items-img {
        width: 110px;
        height: 110px;
    }

    .profile-details-table tr {
        flex-direction: column;
        display: flex;
    }

    .profile-details-table th{
        border-bottom: none;
    }

    .profile-details-table td{
        padding: 0 10px 8px !important;
    }

    .my-all-orders-top {
        align-items: start;
        flex-direction: column;
    }

    .all-orders-right {
        justify-content: space-between;
        width: 100%;
    }

    .order-card-top-all {
        gap: 16px;
        align-items: start;
        flex-direction: column;
    }

    .order-item-card {
        flex-direction: column;
    }

    .address-edit-btn {
        padding: 0;
    }

    .delete-address-btn {
        margin-left: 0;
    }

    .addr-edit-btn {
        display: flex;
        gap: 6px;
        flex-direction: column;
        align-items: center;
    }
}