@import url("https://fonts.googleapis.com/css2?family=Inter&family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");

.register_form label {
    margin-bottom: 5px;
}

.register_form label {
    font-size: 16px;
    font-weight: 500;
    color: #0C1421;
}

.register_card {
    /* position: relative; */
    /* top: 20%; */
    border-radius: 9px;
    background: #FDFDFD;
    /* box-shadow: 0px 4px 30px 0px #CFD0D0; */
}

.img_ed {
    position: relative;
    height: 44px;
    width: 44px;
    background: #f4f4f4;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    left: 70px;
    bottom: 57px;
}

.img_ed img {
    height: 24px;
    width: 24px;
}

/* .registration_section::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);

} */

.register_form input {
    border-radius: 12px;
    border: 1px solid #D4D7E3;
    background: #F7FBFF;
    padding: 8px;
}

.register_container {
    padding: 40px;
}

.register_txt {
    margin-bottom: 20px;
}

.register_txt-1 {
    /* width: 155px; */
    /* height: 36px; */
    display: flex;
    margin-bottom: 20px;
}

.register_txt-2 {
    width: 401px;
    /* width: 100%; */
    height: 51px;
    overflow-wrap: break-word;
}

.register_txt h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1%;
    /* color: #00908d; */
    color: #dc143c;
    margin-right: 10px;
}

.register_txt p {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 500;
    line-height: 16.65px;
    letter-spacing: 1%;
    text-wrap: wrap;
    margin-bottom: 20px;
}

.form-box {
    display: flex;
    flex-direction: column;
}

.form-box input:focus {
    outline: 1px solid #8897ad;
}

.form-box:last-of-type {
    margin-left: 10px;
    margin-right: 10px;
}

.custom-box {
    display: flex;
    flex-direction: column;
}

.custom-box label {
    font-weight: 600;
}

.custom-input input {
    width: 42px;
    height: 50px;
    margin-right: 15px;
    text-align: center;
    color: #8897ad;
    background-color: #f7fbff;
    border-radius: 7px;
    border: 1px solid #d4d7e3;
    outline: 1px solid #d4d7e3;
}

.custom-input input:focus {
    outline: 1px solid #8897ad;
}

.custom-input img {
    object-fit: contain;
}

.custom-box_1 label {
    font-weight: 600;
}

.custom-input_1 {
    padding: 10px;
    color: #8897ad;
    background-color: #f7fbff;
    border: 1px solid #d4d7e3;
    border-radius: 7px;
    outline: 1px solid #d4d7e3;
}

.custom-input_1:focus {
    outline: 1px solid #8897ad;
}

.bttn {
    padding: 10px 80px;
    color: #fdfdfd;
    /* background-color: #ee4082; */
    background-color: #dc143c;
    border: none;
    outline: none;
    border-radius: 12px;
}

.btttn {
    padding: 10px 20px;
    color: #fdfdfd;
    background-color: #ee4082;
    border: none;
    outline: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}

/* .form-control:focus {
    box-shadow: unset;
    color: unset;
    background-color: unset;
    border: 1px solid #d4d7e3;
    outline: 1px solid #8897ad;
    background-color: #f7fbff;
} */

.btn_edit {
    position: absolute;
    top: 25%;
    right: -20px;
    background-color: #00908d;
    height: 34px;
    width: 34px;
    border-radius: 32px;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_delete {
    position: absolute;
    top: 38%;
    right: -20px;
    /* background-color: #f80e0e; */
    height: 34px;
    width: 34px;
    border-radius: 32px;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn_delete i {
    color: #ffffff;
    position: absolute;
    top: 9px;
    left: 11px;
}

.btn_delete button {
    background: none;
    border: none;
    outline: none;
}

.btn_edit button {
    background: none;
    border: none;
    outline: none;
}

.add_address_section .card {
    width: 100%;
}

.track_order_section .card {
    width: 100%;
}

.default-ad {
    margin-bottom: 0;
}

.product-card {
    justify-content: space-evenly;
}


.side-menu li a {
    text-decoration: none;
}

.sm_nav_count {
    display: flex;
    flex-direction: row;
}

.sm_nav_count img {
    object-fit: contain;
}

.sm_nav_count i {
    font-size: 24px;
    color: #00908d;
}

.sm_nav_count p {
    margin-left: 5px;
}

.ico_ul ul {
    padding: 0px;
    display: flex;
}

.ico_ul ul li {
    margin-right: 30px;
}

.cu_li {
    padding: 0px;
}

.btn_cus_back {
    display: flex;
    justify-content: end;
}

.proimg {
    width: 100px;
    height: 100px;
}

.a_usr {
    /*margin-top: 6rem;*/
}

.cus_lef {
    /* padding: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: start;
}


.cus_lef ul {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}

.cus_ri ul {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}

.bot_ri ul {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}

.indi_nav {
    /* background-color: #0C1421; */
    padding: 20px;
    color: #d4d7e3;
    border-radius: 10px;
    /* border: 1px solid #000; */
}

.indi_nav-split i {
    color: grey;
    font-size: 44px;
    text-align: center;
}

.indi_nav-split {
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .cus_nav {
        padding-top: 10px;
    }

}




@media screen and (max-width: 992px) {
    .remove_cart_col {
        justify-content: start;
        margin-top: 10px;
    }

    .proimg {
        height: 100px;
        width: 100px;
    }

    .img_outer {
        /*margin-top: 6rem;*/
    }

    .cus_nav_outer {
        margin-bottom: 1.5rem;
    }

    .cartbanr_section {
        margin-top: -156px;
    }

    .btn_edit {
        right: -10px;
    }

    .img_ed {
        height: 34px;
        width: 34px;
        top: -25px;
        left: 64px;
    }

    .img_ed img {
        height: 20px;
        width: 20px;
    }
}

@media screen and (max-width: 790px) {
    .register_card {
        width: 100%;
        margin-left: 0px;
    }

    .register_txt-2 {
        width: 100%;
    }

    .register_form {
        margin-top: 20px;
    }

    .cus-row {
        display: flex !important;
    }

    .register_txt {
        margin-bottom: 3rem;
    }

    .custom-input_1:nth-child(1) {
        padding: 10px 0px 10px 0px;
    }
}


@media screen and (max-width: 575px) {
    .btn_cus_back {
        justify-content: start;
    }
}