@media only screen and (max-device-width: 600px) {

    /* LOGIN PAGE */
    .main {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        margin-bottom: 40px;
    }

    .login_rgt {
        width: 100%;
        max-width: 375px;
    }
    .modal_pop_dialog {
        max-width: 375px;
        margin: 0px!important;
        position: absolute!important;
        top: 50%!important;
        left: 0%!important;
        transform: translate(0%, -50%)!important;
    }
    .forms {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 375px;
    }

    .password_box {
        width: 100%;
        max-width: 327px;
        height: auto;
        max-height: 57px;
    }

    .logn_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 46px;
        width: 100%;
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }

    .login_text {
        color: var(--core-off-black, #0E0E0E);
        font-family: 'Poppins';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%;
        text-transform: capitalize;
        margin-bottom: 8px;
        margin-right: 263px;
    }

    .sub_text {
        color: var(--grayscale-800, #3C3C3C);
        font-family: 'Poppins';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
        margin-bottom: 16px;
        margin-right: 32px;
    }

    .radip_top {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 327px;
    }

    .loc {
        position: relative;
        left: 285px;
        top: -40px;
    }

    .loc2 {
        position: relative;
        left: 285px;
        top: -40px;
    }
     .login_page::after {
    content: " ";
    background: url(../img/login_mobile.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 83px;
    right: 0;
    width: 375px;
    height: 200px;
}

    /* RESET PAGE */
    .login_main {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        margin-bottom: 40px;
    }

    .reg_login_text {
        color: var(--core-off-black, #0E0E0E);
        font-family: 'Poppins';
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 141.059%;
        text-transform: capitalize;
        margin-bottom: 8px;
        margin-right: 75px;
    }

    .restet_sub_text {
        color: var(--grayscale-800, #3C3C3C);
        font-family: 'Poppins';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
        width: 100%;
        max-width: 327px;
        margin-bottom: 16px;
        margin-bottom: 16px;
    }

    .reset_password_box {
        width: 100%;
        max-width: 327px;
        height: auto;
        max-height: 57px;
    }

    .resetlogn_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 46px;
        width: 100%;
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }

    .login_page {
        padding-top: 250px;
        padding-bottom: 0px;
    }

    /* Register page */
    .register_login_rgt {
        width: 100%;
        max-width: 375px;
    }

    .registerlogin_text {
        color: var(--core-off-black, #0E0E0E);
        font-family: 'Poppins';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%;
        text-transform: capitalize;
        margin-bottom: 8px;
        margin-right: 172px;
    }

    .register_main {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        margin-bottom: 20px;
    }


    .register_password_box {
        width: 100%;
        max-width: 327px;
        height: auto;
        max-height: 57px;
    }

    .registerlogn_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 46px;
        max-width: 105px;
        margin-left: auto;
        margin-right: auto;
    }
    .theImg {
    transform: scale(0.80,0.98);
    width: 232px;
}

.register_page {
    padding-top: 300px;
    background: var(--core-off-white, #FBFBFB);
    height: 780px !important;
    display: flex;
    justify-content: center;
    margin-top: 83px;
    align-items: center;
}
.register_page::after {
    content: " ";
    background: url(../img/register_mobile.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    width: 375px;
    height: 200px;
}

    /* YOUR CART */
    .mobile_none {
        display: none;

    }

    .desktop_none {
        display: block;
    }
    
   .your_name {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%;
    text-transform: capitalize;
    margin-bottom: 0px;
    }
    .cartt_tottal {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%;
    text-transform: capitalize;
}

    .your_cart_box {
        display: flex;
        justify-content: space-between;
        padding: 24px 16px;
        border-radius: 4px;
        background: var(--core-white, #FFF);
        margin-bottom: 8px;
    }

    .your_cart_box {
        display: flex;
        justify-content: space-between;
        padding: 24px 16px;
        border-radius: 4px;
        background: var(--core-white, #FFF);
        margin-bottom: 8px;
    }

    .right_box {
        display: flex;
        justify-content: space-between;
        gap: 38px;
    }
    .ocquantity_drop {
     width: 38px;
     }
    .prd_content {
        display: flex;
        width: 208px;
        align-items: center;
        gap: 8px;
    }

    .product_boxx {
        display: flex;
        justify-content: space-between;
        padding: 24px 16px;
        border-radius: 4px;
        border: 1px solid var(--grayscale-500, #D0D0D0);
        background: var(--core-white, #FFF);
        margin-bottom: 8px;
    }

    .rgt_content_box {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .prood_text {
        color: var(--core-off-black, #0E0E0E);
        font-family: 'Poppins';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
        margin-bottom: 0px;
    }

    input[type=number].drop_boxx::-webkit-inner-spin-button,
    input[type=number].drop_boxx::-webkit-outer-spin-button {
        opacity: 1;
    }

    .bootom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-top: 24px;
    }

    .last {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 327px;
        gap: 16px;
    }

    .apply_btn {
        border-radius: 64px;
        padding: 10px 25px;
        border: 1px solid var(--core-secondary, #6B2071);
        color: var(--core-primary, #F5129A);
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-transform: capitalize;
        width: 155px;
        height: 48px;
    }

    .copon_ccode {
        border-radius: 64px;
        border: 1px solid var(--grayscale-600, #9B9B9B);
        background: var(--core-white, #FFF);
        padding: 16px;
        height: 48px;
        color: var(--grayscale-800, #3C3C3C);
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        width: 100%;
    }

    .rgt_last {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;
        gap: 16px;

    }

    .cart_total {
        display: flex;
        align-items: center;

    }

    .your_cart {
        background-color: #fbfbfb;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .yc_title {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 80px;
        margin-bottom: 24px;
    }

    /* ORDER CONFIRM */

    .oc_title {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 286px;
        padding: 24px;
        /* padding-left: 24px; */
        gap: 8px;
        margin-top: 44px;
        margin-bottom: 0px;
    }

    .our_name {
        color: var(--core-off-black, #0E0E0E);
        font-family: 'Poppins';
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 141.059%;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

    .ocbootom {
        display: block;
        padding: 24px;
    }

    .oc_rgt_last {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 16px;
    }

    .cartlogn_btn {
        border-radius: 64px;
        background: var(--core-primary, #F5129A);
        color: var(--core-white, #FFF);
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        width: 327px;
        font-weight: 500;
        line-height: 155%;
        text-transform: capitalize;
    }

    .our_cart {
        background-color: #fbfbfb;
        padding-bottom: 0px;
        padding-top: 40px;
    }

    .lline {
        width: 327px;
        height: 1px;
        background-color: var(--grayscale-500, #D0D0D0);
    }





}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1348px) {
    .login_rgt {
        width: 560px;
    }

    .main {
        display: flex;
        justify-content: flex-end;
        gap: 80px;
    }

    .loc {
        position: relative;
        left: 500px;
        top: -40px;
    }

    .loc2 {
        position: relative;
        left: 500px;
        top: -40px;
    }
    
    .login_page::after {
    content: " ";
    background: url(../img/login_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    width: 580px;
    height: 700px;
}
.login_page {
    padding-bottom: 0px;
    background: var(--core-off-white, #FBFBFB);
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* Register page */
    .register_login_rgt {
        width: 560px;
        height: 533px;
    }

    .register_main {
        display: flex;
        justify-content: flex-end;
        gap: 80px;
    }

    .login_details {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .registerlogn_btn {
        border-radius: 64px;
        background: var(--core-primary, #F5129A);
        color: var(--core-white, #FFF);
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        width: 303px;
        height: 46px;
        font-weight: 500;
        line-height: 155%;
    }
    
     .register_page::after {
    content: " ";
  background:url(../img/register_bg.png ) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    width: 580px;
    height: 100%;
}
.register_page {
    background: var(--core-off-white, #FBFBFB);
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

@media only screen and (min-device-width: 1349px) and (max-device-width: 1439px) {
    .login_rgt {
        width: 560px;
    }

    .main {
        display: flex;
        justify-content: flex-end;
        gap: 80px;
    }

    .loc {
        position: relative;
        left: 500px;
        top: -40px;
    }

    .loc2 {
        position: relative;
        left: 500px;
        top: -40px;
    }

    /* Register page */
    .register_login_rgt {
        width: 600px;
        height: 533px;
    }

    .login_details {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .register_main {
        display: flex;
        justify-content: flex-end;
        gap: 80px;
    }

    .registerlogn_btn {
        border-radius: 64px;
        background: var(--core-primary, #F5129A);
        color: var(--core-white, #FFF);
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        width: 303px;
        height: 46px;
        font-weight: 500;
        line-height: 155%;
    }
}

@media only screen and (min-device-width: 1440px) and (max-device-width: 1499px) {
    .login_rgt {
        width: 660px;
    }

    .main {
        display: flex;
        justify-content: flex-end;
        gap: 80px;
    }

    .loc {
        position: relative;
        left: 500px;
        top: -40px;
    }

    .loc2 {
        position: relative;
        left: 500px;
        top: -40px;
    }
    
    .login_page {
    padding-bottom: 0px;
    background: var(--core-off-white, #FBFBFB);
    display: flex;
    height: 700px;
    justify-content: center;
    align-items: center;
}
.login_page::after {
    content: " ";
    background: url(../img/login_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    width: 694px;
    height: 700px;
}
    /* Register page */
    .register_login_rgt {
        width: 660px;
        height: 533px;
    }

    .register_main {
        display: flex;
        justify-content: flex-end;
        gap: 80px;
    }

    .login_details {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .registerlogn_btn {
        border-radius: 64px;
        background: var(--core-primary, #F5129A);
        color: var(--core-white, #FFF);
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        width: 303px;
        height: 46px;
        font-weight: 500;
        line-height: 155%;
    }
    
    
    
        .register_page {
    background: var(--core-off-white, #FBFBFB);
    display: flex;
    height: 550px;
    justify-content: center;
    align-items: center;
}
.register_page::after {
    content: " ";
  background:url(../img/register_bg.png ) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    width: 694px;
    height:100%;
}
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1699px) {
    .login_rgt {
        width: 760px;
    }
.login_page {
    padding-bottom: 0px;
    background: var(--core-off-white, #FBFBFB);
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_page::after {
    content: " ";
    background: url(../img/login_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    width: 755px;
    height: 750px;
}

    /* REGISTER PAGE */
    .register_login_rgt {
        width: 760px;
    }
    
    .register_page {
    background: var(--core-off-white, #FBFBFB);
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register_page::after {
    content: " ";
  background:url(../img/register_bg.png ) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    width: 755px;
    height: 100%;
}
}

@media only screen and (min-device-width: 1800px) and (max-device-width: 1919px) {}