/* LOGIN PAGE */
.login_page {
    padding-bottom: 0px;
    background: var(--core-off-white, #FBFBFB);
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main {
    display: flex;
    justify-content: flex-end;
    gap: 80px;
}

.login_details {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_pop {
    border-radius: 64px;
    background: var(--core-primary, transparent);
    padding: 12px 32px;
    color: var(--core-white, #F5129A);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
    border: 1px solid var(--core-primary, #6B2071);
    text-transform: capitalize;
}
.forgot_popup_title {
    color: var(--core-off-black, #0E0E0E);
    text-align: center;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 33.854px */
    text-transform: capitalize;
    margin-bottom: 8px;
}
.forgot_popup_subtitle {
    color: var(--core-off-black, #0E0E0E);
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.modal_pop_body {
    padding: 40px 24px;
}
.modal_pop_dialog {
    max-width: 375px;
    margin: 0px!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}
.password {
    border-radius: 64px;
    border: 1px solid var(--grayscale-600, #9B9B9B);
    background: var(--core-white, #FFF);
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    padding: 16px;
}

.login_text {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.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;
}

.odd {
    color: var(--core-primary, #F5129A);

    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
}

.password_box {
    width: 548px;
    height: 56px;
    margin-bottom: 8px;
}

.remember_me {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    margin-left:23px;

}

.form-check-input:checked {
    background-color: white;
    border-color: #9B9B9B;
}

.frg_pass {
    color: var(--core-primary, #F5129A);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    display: flex;
    justify-content: end;
}

.radip_top {
    margin-top: 16px;
    margin-bottom: 16px;

}

.logn_btn {
    border-radius: 64px;
    background: var(--core-primary, #F5129A);
    color: var(--core-white, #FFF);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    width: 548px;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
}

.loc {
    position: relative;
    left: 500px;
    top: -40px;
}

.loc2 {
    position: relative;
    left: 500px;
    top: -40px;
}

.theImg{
    width: 236px;
}

.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:900px;
  height:700px;
  
}



/* CheckboxR */
.c-checkbox1 input[type='checkbox']:checked~label:after, .c-checkbox1 input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.c-checkbox1>.c-div1>label:before, .c-checkbox1>.c-div1>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: transparent;
    border: 1.9px solid #00173E;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%);
    border-radius: 30px;
    top: 0px;
    left: 0px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.c-checkbox1 input[type='checkbox'] {
    display: none;
}
.c-checkbox1 input[type='checkbox']~label:after, .c-checkbox1 input[type='checkbox']~.label:after {
    content: url(../img/check_dot.svg);
    display: block;
    position: absolute;
    color: #00173E !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 30px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 7px;
    top: 1px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.c-checkbox1>.c-div1>label:hover:before, .c-checkbox1>.c-div1>.label:hover:before {
    border: 2px solid #F5129A;
    cursor: pointer;
    transition: border;
}
.c-checkbox1 {
    position: relative;
    margin-bottom: 0px;
}
.login_strong1 {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
}
.login_strong1 > .link_re_global1 {
    color: #F5129A;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    margin-bottom: 26px;
    text-decoration: none;
}
.link_strong1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #0B132A;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    margin-top: 5px;
}
.c-text1 {
    margin-left: 32px;
}
/* Checkbox End */

/* /* RESET PAS */

.login_main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 80px;
}

.reg_login_text {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.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: 548px;
    margin-bottom: 16px;
}

.reset_password_box {
    width: 548px;
    height: 56px;
    margin-bottom: 8px;
}

.resetlogn_btn {
    border-radius: 64px;
    background: var(--core-primary, #F5129A);
    color: var(--core-white, #FFF);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    width: 548px;
    height: 46px;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
    margin-top: 8px;
}


/* REGISTER PAGE  */

.register_page {
    background: var(--core-off-white, #FBFBFB);
    height: 700px !important;
    display: flex;
    justify-content: center;
    margin-top:115px;
    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:900px;
  height:700px;
  
}
.register_password_box {
    width: 548px;
    height: 56px;
    margin-bottom: 8px;
}

.register_main {
    display: flex;
    justify-content: flex-end;
    gap: 80px;
}

.registerlogin_text {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.oodd {
    color: var(--core-primary, #F5129A);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
}

.butt_on {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.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%;
}

/* YOUR CART PAGE */

.mobile_none{
    display: block;
    
}
.desktop_none{
    display: none;
}

.your_cart{
    background-color: #fbfbfb;
}
.yc_home {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0px;
}

.yc_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.cart {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 0px;

}

.your_name {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%;
    /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 0px;

}

.your_cart_box {
    display: flex;
    justify-content: space-between;
    padding: 24px 40px;
    border-radius: 4px;
    background: var(--core-white, #FFF);
    margin-bottom: 8px;
}

.right_box {
    display: flex;
    justify-content: space-between;
    gap: 192px;
}

.prod {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    margin-bottom: 0px;
}

.quantity {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    margin-bottom: 0px;

}

.price {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    margin-bottom: 0px;

}

.product_boxx {
    display: flex;
    justify-content: space-between;
    padding: 24px 40px;
    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;
    align-items: center;
    gap: 220px;
}

.prd_content {
    display: flex;
    width: 582px;
    align-items: center;
    gap: 46px;
}

.ebook {
    color: var(--core-primary, #F5129A);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 0px;
    /* 24.8px */
}

.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;

    /* 24.8px */
}

.remove {
    color: var(--core-primary, #F5129A);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    margin-bottom: 0px;

    /* 24.8px */
}

input[type=number].drop_boxx::-webkit-inner-spin-button,
input[type=number].drop_boxx::-webkit-outer-spin-button {
    opacity: 1;
}

.drop_boxx {
    border-radius: 4px;
    border: 1.5px solid rgba(0, 0, 0, 0.40);
    padding: 6px 12px;
    width: 72px;
}

.drop_boxx:focus {
    box-shadow: none;
    border-color: inherit;
}

.price_content {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 24.8px */
}

.bootom {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.last {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.rgt_last {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.cart_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.cartt_tottal {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

.total_price {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

.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%;
}

.apply_btn {
    border-radius: 64px;
    padding: 12px 32px;
    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;
    height: 48px;
}
.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: 221px;
    height: 46px;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
}
.cartt_tottal{
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%; /* 28.212px */
    text-transform: capitalize;
}
.total_price{
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%; /* 28.212px */
    text-transform: capitalize;
}

/* OREDER CONFIRM PAGE */
.one{
    color: var(--core-off-black, #0E0E0E);
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 155%; /* 24.8px */
margin-bottom :0px;
}
.ocquantity_drop{
    width: 50px;
}
.total_price_2{
    color: var(--grayscale-800, #3C3C3C);
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 155%; /* 24.8px */
}
.oc_rgt_last{
display: flex;
justify-content: space-between;
gap: 40px;

}
.ocbootom {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 32px;
}
.lline{
    width: 1px;
    background-color: var(--grayscale-500, #D0D0D0);
}
.our_cart{
    background-color: #fbfbfb;
}
.our_name {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%;
    /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 0px;

}
.oc_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 80px;
    margin-bottom: 40px;
}
