@import url(https://fonts.cdnfonts.com/css/metropolis-2);
.loader {
    z-index: 999999999999999999999999999999;
}

.item_updated_msg svg {
    width: 90px;
    height: 90px;
    display: block;
    margin: 15px auto;
}

.active_cart,
.active_item_details_pop {
    z-index: 999999999999999999999999999999;
}

.add_cart_btn {
    z-index: 50;
}


/* Login */

.login_login_cont__2ry1o {
    padding: 50px 0;
    width: 500px;
    margin: 0 auto;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    min-height: -webkit-calc(100vh - 425px);
    min-height: -moz-calc(100vh - 425px);
    min-height: calc(100vh - 425px);
}

.flex_col,
.flex_col_c {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.flex_col {
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.login_login_cont__2ry1o h2 {
    font-weight: 400;
    font-size: 42px;
}

.dc {
    color: #4a4b4d;
}

.cptl {
    text-transform: capitalize;
}

.login_login_cont__2ry1o .login_add_details__2gAWL {
    padding-bottom: 0;
    padding-top: 20px;
    font-weight: 500;
    font-size: 18px;
}

.gc {
    color: #9b9a9a;
}

.login_login_cont__2ry1o .login_login_form__3jL2M {
    width: 100%;
    margin-top: 20px;
}

.login_login_cont__2ry1o .login_login_form__3jL2M input,
.login_login_cont__2ry1o .login_login_form__3jL2M textarea {
    border-radius: 20px;
    border: 0;
    width: 100%;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 15px 50px;
    background: #f2f2f2;
    color: #b6b7b7;
    margin-bottom: 20px;
    font-size: 18px;
}

.login_login_cont__2ry1o .login_login_form__3jL2M input.login_login_submit__2nwr6,
.login_login_cont__2ry1o .login_login_form__3jL2M textarea.login_login_submit__2nwr6 {
    background: var(--MainColor);
    color: #fff;
    cursor: pointer;
    margin-bottom: 40px;
    box-shadow: 0 0 1em rgba(var(--MainColor), 0.05);
}

#checkoutbtn {
    background: #f9770d;
    border: none;
}

.quant_cont .dc {
    font-size: 16px !important;
}

.activecatbtn {
    background: #f9770d !important;
    color: white !important;
}

.active_var {
    background: #f9770d !important;
    color: white !important;
}
.active_combo {
    background: #f9770d !important;
    color: white !important;
}

.profile_pfordersCont__1U4hO .profile_orders_content__2yWRD .profile_order_card__2uQS9 {
    padding: 20px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-radius: 5px;
}

@media (max-width: 620px) {
    .profile_pfordersCont__1U4hO .profile_orders_content__2yWRD .profile_order_card__2uQS9 .profile_order_info__3NKA2 {
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
    }
    .profile_pfordersCont__1U4hO .profile_orders_content__2yWRD .profile_order_card__2uQS9 .profile_order_info__3NKA2 .profile_order_code__SdpYU {
        text-align: center;
    }
}

.login_signup__1wRnC {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.login_signup__1wRnC a {
    color: var(--MainColor) !important;
}

.profile_pfordersCont__1U4hO .profile_order_details_popup__2Q4YB {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    color: #4a4b4d;
    display: none;
}

.profile_pfordersCont__1U4hO .profile_order_details_popup__2Q4YB .profile_order_body__2mgnM {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 .2em hsla(0, 0%, 100%, .9);
    min-width: 700px;
    max-width: 1100px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social_section a i {
    font-size: 22px;
    background: var(--MainColor);
    padding: 10px;
    border-radius: 100%;
    margin: 0 9px;
    color: white;
}