@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1rem;
    background-color: #ECF5FF;
}

.navbar-nav .nav-link.active {
    font-weight: 400;
}

.fixed-top {    
    border-bottom: 1px solid var(--bs-border-color);
    backdrop-filter: blur(10px);
    background: hsl(0deg 0% 100% / 50%);
}



.navbar-toggler {
    padding: 5px;
    border: 1px solid rgba(0, 162, 199, 0.25) !important;
    border-radius: 2px;
    color: #00A2C7;
    background-color: rgba(255, 255, 255, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .navbar-toggler .navbar-toggler-animation {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-image: none;
        position: relative;
        height: 22px;
        width: 22px;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

        .navbar-toggler .navbar-toggler-animation span {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
            height: 2px;
            background: var(--bs-navbar-color);
            display: block;
            position: absolute;
            width: 100%;
            border-radius: 30px;
        }

            .navbar-toggler .navbar-toggler-animation span:nth-child(1) {
                top: 10%;
            }

            .navbar-toggler .navbar-toggler-animation span:nth-child(2) {
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .navbar-toggler .navbar-toggler-animation span:nth-child(3) {
                bottom: 10%;
            }

    .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(1) {
        -webkit-transform: rotateZ(45deg) translateY(-50%);
        transform: rotateZ(45deg) translateY(-50%);
        top: 49%;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        width: 100%;
    }

    .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(2) {
        visibility: hidden;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }

    .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(3) {
        -webkit-transform: rotateZ(-45deg) translateY(-50%);
        transform: rotateZ(-45deg) translateY(-50%);
        bottom: 42%;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        width: 100%;
    }

@media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item {
        border-bottom: 1px solid var(--bs-border-color);
        padding: 8px 20px;
    }
}



@media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-collapse {
        -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.1);
        box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.1);
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: var(--bs-body-bg);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}



._login_outer_wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #FAFBFC;
}

._login_l_col {
    height: 100%;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../img/login-bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

._login_r_col {
    height: 100%;
    width: 25%;
    min-width: 320px;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

._login_r_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    row-gap: 2rem;
}

._login_logo_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
    ._login_logo_box img{
        max-width:200px;
    }

    ._login_box {
        border: 1px solid rgba(0, 162, 199, 0.15);
        border-radius: 8px;
        background-color: #fff;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }

    ._login_box label {
        color: #1F1645;
        font-weight: 500;
    }

    ._login_box .input-group-text {
        background-color: transparent !important;
        border: 0 !important;
        color: #00A2C7;
    }

    ._login_box .form-control {
        border-left: 0;
        padding-left: 0;
        background: transparent;
        border: 0 !important;
    }

    ._login_box .input-group {
        background-color: rgba(240, 243, 244, 0.4);
        border: 1px solid rgba(0, 162, 199, 0.3);
        border-radius: 4px;
    }

    ._login_box .form-control:focus {
        box-shadow: none !important;
    }

    ._login_box .input-group:focus-within {
        border-color: #00A2C7;
    }

._login_btn {
    padding-top: 10px;
}

    ._login_btn .btn-primary {
        background-color: #00A2C7;
        border-color: #00A2C7;
        white-space: nowrap;
    }

        ._login_btn .btn-primary:hover, ._login_btn .btn-primary:focus {
            background-color: #037EAB;
            border-color: #037EAB;
        }

._h_my_ac {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

    ._h_my_ac .dropdown-menu {
        border-radius: 0;
        margin-top: 9px;
        border-color: #dee2e6 !important;
    }

        ._h_my_ac .dropdown-menu .dropdown-item {
            font-size: 14px;
        }

            ._h_my_ac .dropdown-menu .dropdown-item:active {
                background-color: #00A2C7 !important;
            }

    ._h_my_ac ul {
        margin: 0;
        padding: 0;
    }

        ._h_my_ac ul li {
            list-style: none;
        }

._h_ac_point {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #E8E8E8;
    padding-left: 15px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
}

._h_shopping_bag {
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
    color: #00A2C7;
}

._user_name_top {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-left: 10px;
    margin-left:10px;
    padding-right: 5px;
    border-left: 1px solid #E8E8E8;
}
._user_name_top span {
    color: rgba(0, 0, 0, 0.65);
}
    ._user_name_top span b{
        font-weight:700;
    }

    ._main_outer {
        padding-top: 64px;
    }

._header_search {
    min-width: 400px;
}

    ._header_search .form-control {
        background: #fff;
    }

    ._header_search .input-group-text {
        color: #00A2C7;
    }

    ._header_search .form-control:focus {
        box-shadow: none !important;
    }

._pro_box {
    border: 1px solid #E8E8E8;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 200ms ease-out;
}

    ._pro_box:hover {
        border: 1px solid hsl(191.16deg 100% 39.02% / 30%);
    }

._pro_box_img {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 3rem 1rem;
}

    ._pro_box_img a {
        width: 150px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ._pro_box_img img {
        max-width: 100%;
        display: block;
        margin: auto;
        height:auto;
        max-height:140px;
        
    }

._pro_box_discription {
    border-top: 1px solid rgba(0, 162, 199, 0.1);
    display: flex;
    flex-direction: column;
    width: 100%;
}

    ._pro_box_discription h6 {
        border-bottom: 1px solid rgba(0, 162, 199, 0.1);
        font-weight: 600;
        padding: 0.8rem 1rem;
        font-size: 15px;
        text-align: center;
        margin-bottom: 0;
    }

        ._pro_box_discription h6 a {
            padding: 0 10px;
            text-decoration: none;
            color: rgba(0, 0, 0, 0.85);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

            ._pro_box_discription h6 a:hover {
                color: #00A2C7;
            }

._pro_box_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

    ._pro_box_cta.center {
        justify-content: center;
    }

    ._pro_box_cta .point {
        color: rgba(0, 0, 0, 0.65);
        font-weight: 500;
        font-size: 15px;
    }

    ._pro_box_cta a {
        display: flex;
        text-decoration: none;
        align-self: center;
        justify-content: center;
        column-gap: 5px;
        border: 1px solid #00A2C7;
        padding: 0.5rem 0.5rem;
        border-radius: 2px;
        background-color: #fff;
        color: #00A2C7;
        font-size: 15px;
        line-height: 1;
        white-space: nowrap;
    }

        ._pro_box_cta a .material-symbols-outlined {
            line-height: 1;
            font-size: 15px;
        }

        ._pro_box_cta a:hover {
            color: #fff;
            background-color: #00A2C7;
        }

        ._pro_box_cta a._out_of_stock {
            border-color: #fb5a2d !important;
            color: #fb5a2d !important;
        }
            ._pro_box_cta a._out_of_stock:hover {
                color: #fff !important;
                background-color: #fb5a2d !important;
            }


._w-50{
width:50% !important;
}
._w-15 {
    width: 15% !important;
} 
._w-5{
    width:5% !important;
}

._shopping_cart {
    color: #00A2C7;
    text-decoration: none;
    position:relative;
}
    ._shopping_cart:hover {
        color: #037EAB;
    }

._outofstock {
    border-color: #fb5a2d !important;
    color: #fb5a2d !important;
    background-color: #fff !important;
}
    ._outofstock:hover {
        color: #fff !important;
        background-color: #fb5a2d !important;
    }

._f_loading {
    display: inline-flex;
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 162, 199, 0.25);
    border-radius: 4px;
    color: #00A2C7;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    align-items: center;
    column-gap: 1rem;
}

._m_product_detail {
    padding: 0 1rem;
    padding-right: 5rem;
}

    ._m_product_detail h2 {
        font-weight: 900;
        font-size: 36px;
        color: #1F1645;
        margin-bottom: 25px;
    }

    ._m_product_detail p {
        color: #637381;
        font-size: 16px;
        line-height: 24px;
    }

._m_product_qty {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

._d_img_holder {
    display: flex;
    background: #fff;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(0, 162, 199, 0.25);
    padding: 3rem;
}

.quantity-input {
    display: inline-flex;
    align-items: center;
    border: 1px solid #DFE4EA;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}

    .quantity-input button {
        background-color: #fff;
        border: none;
        padding: 7px 10px;
        cursor: pointer;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .quantity-input button:active {
            background-color: #ddd;
        }

    .quantity-input input {
        width: 46px;
        height: 38px;
        border: 0;
        border-left: 1px solid #DFE4EA;
        border-right: 1px solid #DFE4EA;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        outline: none;
    }

    .quantity-input button:hover {
        background-color: #e0e0e0;
    }

._m_v_label {
    display: flex;
    flex-direction: column;
    row-gap: 0.3rem;
}

._lbl_details {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1rem;
}

._prdod_img {
    display: flex;
    min-width: 50px;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    border: 2px solid rgba(0, 162, 199, 0.15);
    border-radius: 4px;
}
    ._prdod_img img {        
        max-width: 100%;
        display: block;
        margin: auto;
        height: auto;
        max-height: 40px;
    }

._prod_remove {
    color: red;
    height: auto;
    display: flex;
    text-decoration: none;
    justify-content: center;
    opacity: 0.6;
}

    ._prod_remove:hover {
        opacity:0.9;
    }

._s_cart_prod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
    padding: 0.6rem;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 0.6rem;
}

._btm_btn_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 0.6rem;
    column-gap: 1rem;
}

._prod_dis {
    display: flex;
    flex-direction: column;
    column-gap: 0.3rem;
}
    ._prod_dis a {
        color: #212529 !important;
    }

        ._prod_dis a:hover {
            opacity: 0.8;
        }
    ._prod_dis h6 {
        color: #212529 !important;
    }
        ._prod_dis h6 a {
            color: #00A2C7 !important;
        }
        ._prod_dis h6 a:hover {
           opacity:0.8;      }

       

    ._prod_dis small {
        color: hsl(210deg 10.81% 14.51% / 82%) !important;
    }

    ._checkout_right_p {
        background-color: #fff;
        border-radius: 2px;
        display: flex;
        flex-direction: column;
        padding: 0.6rem;
    }

._checkout_inner {
    background: #fff;
    padding: 1.5rem;
    border-radius: 2px;
}

._checkout_form .form-control {
    border-radius: 0;
    border-width: 2px;
    border-color: #D5DAE4;
}

    ._checkout_form .form-control:focus, ._checkout_form .form-select:focus {
        box-shadow: none;
        border-color: #00A2C7
    }

._checkout_form .form-select {
    border-radius: 0;
    border-width: 2px;
    border-color: #D5DAE4;
}

._checkout_list {
    display: flex;
    column-gap: 10px;
    row-gap: 0px;
    align-items: center;
}

._btm_btn_block .btn-outline {
    border: 1px solid rgba(0, 162, 199, 0.25);
    color: #00A2C7;
    font-weight: 600;
    white-space:nowrap;
}

    ._btm_btn_block .btn-outline:hover {
        border: 1px solid rgba(0, 162, 199, 0.25);
        color: #fff;
        font-weight: 600;
        background-color: #00A2C7;
    }

._btm_btn_block .btn-primary {
    background-color: #00A2C7;
    border-color: #00A2C7;
    white-space: nowrap;
}

    ._btm_btn_block .btn-primary:hover {
        background-color: #037EAB;
        border-color: #037EAB;
    }


._thank_u_outer {
    border: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    padding: 50px 30px;
    align-items: center;
    row-gap: 1rem;
    position: relative;
}

    ._thank_u_outer .table.bg-white tr td{
        vertical-align:top;
    }

    ._s_cart_align {
        display: inline-flex;
        column-gap: 10px;
        align-items: center;
    }
    ._s_cart_align a {
        display: inline-flex;
        column-gap: 10px;
        align-items: center;
        text-decoration: none;
        
    }
        ._s_cart_align a h5 {
            color: #00A2C7;
        }
        ._s_cart_align a:hover h5 {
            opacity: 0.8;
        }

        ._s_cart_align h6 {
            color: #00A2C7;
        }

    ._s_cart_align h6:hover {
        opacity: 0.8;
    }

._prod_dis span {
    color: rgba(0, 0, 0, 0.65);
    font-size:14px;
}

._thnk_icon_top {
    width: 100px;
    height: 100px;
    background: rgba(0, 148, 118, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.text-right{
    text-align:right;
}

._thnk_icon_top .material-symbols-outlined {
    font-size: 45px;
    color: #009476;
}

._thank_u_outer h2 {
    font-weight: 700;
    color: #009476;
    margin-bottom: 0;
}

._thank_u_outer h5 {
    font-weight: 800;
}

._thnk_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

._thnk_order_no {
    border: 1px solid rgba(0, 162, 199, 0.15);
    padding: 1rem 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #24a1c5;
    font-size: 18px;
    font-weight: 500;
}


.table > :not(caption) > * > * {
    padding: 1rem .5rem !important;
}

._txt_right{
    text-align:right !important;
}
._dilvery_exp_date {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    min-width: 225px;
}

    ._dilvery_exp_date a {
        border: 1px solid;
        background-color: #00A2C7;
        border-color: #00A2C7;
        padding: 5px 15px;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        border-radius: 35px;
        white-space: nowrap;
    }

._ord_status {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    font-size: 14px;
    margin-right: 1rem;
}

    ._ord_status ._bullet {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background-color: #FFD33D;
    }

        ._ord_status ._bullet.green {
            background-color: #22AD5C;
        }

._order_ui_set {
    display: flex;
    column-gap: 100px;
    align-items: center;
}

.spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #00A2C7;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

._no_more_items {
    display:flex;
    padding: 0.6rem;
    border: 1px solid rgba(0, 162, 199, 0.25);
    border-radius: 2px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: center;
    column-gap: 1rem;
    justify-content:center;
}
._cart_count {
    position: absolute;
    font-size: 10px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    left: 15px;
    top: 12px;
    font-weight: 700;
    background: #FF5722;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

._ord_st_pro {
    display: flex;
    width: 100%;
    justify-content: space-around;
    border: 1px solid rgba(100, 25, 194, 0.1);
    padding: 1rem;
    position: relative;
}

    ._ord_st_pro > div {
        display: flex;
        flex-direction: column;
        row-gap: 0.5rem;
        justify-content: center;
        align-items: center;
        position: relative;
    }

._ac_ord_detail {
    width: 100%;
    border: 1px solid rgba(100, 25, 194, 0.1);
    background-color: #fff;
}

._ord_status_title {
    text-align: left;
    width: 100%;
    font-weight: 500;
    color: #00A2C7;
}

._shipping_address {
    width: 100%;
}

._ship_ad_del {
    display: flex;
    column-gap: 100px;
    align-items: center;
}

._ord_status_bullet {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100px;
    background-color: #7881bb;
}

    ._ord_status_bullet.green {
        background-color: #22AD5C;
    }

    ._ord_status_bullet.theme_color {
        background-color: #24a1c5;
    }

.txt_green {
    color: #22AD5C;
}

.txt_theme_color {
    color: #24a1c5;
}

._status_h_line {
    border-top: 1px dashed #7881bb;
    width: 73%;
    position: absolute !important;
    left: 13%;
    margin-top: 5px;
    z-index: -1;
}

.theme_color_txt {
    color: #00A2C7 !important;
    font-weight: 600 !important;
}

.ord_pro_close_btn {
    display: flex;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    color: rgba(0, 0, 0, 0.65);
}

.qty_sec {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    width: 100%;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgb(36 161 197 / 20%);
    margin-top: 2rem;
}

    .footer p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.65);
    }

.icon-button {
    border: 0;
    padding: 0;
    margin: 0;
    height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24a1c5;
}

    .icon-button:hover {
        color: #037EAB;
    }
/*---Responsive CSS----- */
/* Extra Small (Mobile) */
@media (max-width: 600px) {
    ._login_outer_wrapper {
        flex-direction: column;
    }

    ._login_l_col, ._login_r_col {
        width: 100%;
    }

    ._login_r_inner {
        row-gap: 1rem;
    }

    ._login_logo_box img {
        max-width: 100px;
    }

    ._login_r_col {
        padding: 1rem;
    }

    ._mobile_menu {
        flex-direction: column !important;
        padding: 1rem !important;
        row-gap: 1rem !important;
        justify-content: center !important;
        align-items: center !important;
    }

    ._header_search {
        min-width: 100%;
    }

    ._m_product_detail {
        padding: 1rem;
    }

    ._s_cart_prod {
        flex-direction: column;
        row-gap: 0.6rem;
        align-items: flex-start;
        width: 100%;
    }

    .qty_sec {
        width: 100%;
    }

     

    ._s_cart_prod {
        position: relative;
    }

    ._mob_pos {
        position: absolute;
        right: 15px;
        margin-top: 12px;
    }

    ._thank_u_outer {
        margin: 1rem;
        padding: 1rem;
    }

        ._thank_u_outer h2 {
            text-align: center;
        }

    ._thnk_box {
        row-gap: 0.6rem;
    }

        ._thnk_box p.lead {
            font-size: 14px !important;
            line-height: 1.5 !important;
            text-align: center;
        }

    ._thnk_order_no {
        padding: 1rem;
    }

    ._thank_u_outer h5 {
        text-align: center;
    }

    ._dilvery_exp_date {
        min-width: auto;
        justify-content: flex-start;
        align-items: start;
    }

    ._ship_ad_del {
        flex-direction: column;
        column-gap: 0;
        align-items: flex-start;
    }

    .theme_color_txt {
        text-align: left !important;
    }

    ._ord_st_pro {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 1rem;
        font-size: 14px;
    }

        ._ord_st_pro > div {
            flex-direction: row;
            column-gap: 0.5rem;
        }

    ._status_h_line {
        border-left: 1px dashed #7881bb;
        width: 1px;
        position: absolute !important;
        left: 21px;
        margin-top: 5px;
        z-index: -1;
        height: 110px;
    }
    ._btm_btn_block{
        flex-direction:column;
        row-gap:0.6rem;
    }
}



/* Small (Tablet Portrait) */

@media (min-width: 601px) and (max-width: 767px) {
    ._login_outer_wrapper {
        flex-direction: column;
    }

    ._login_l_col, ._login_r_col {
        width: 100%;
    }

    ._login_r_inner {
        row-gap: 1rem;
    }

    ._login_logo_box img {
        max-width: 100px;
    }

    ._login_r_col {
        padding-top: 1rem;
    }

    ._mobile_menu {
        flex-direction: column !important;
        padding: 1rem !important;
        row-gap: 1rem !important;
        justify-content: center !important;
        align-items: center !important;
    }

    ._m_product_detail {
        padding: 1rem;
    }

    ._s_cart_prod {
        flex-direction: column;
        row-gap: 0.6rem;
        align-items: flex-start;
        width: 100%;
        position: relative;
    }

    .qty_sec {
        width: 100%;
    }

     

    ._thank_u_outer {
        margin: 1rem;
        padding: 1rem;
    }

        ._thank_u_outer h2 {
            text-align: center;
        }

    ._thnk_box {
        row-gap: 0.6rem;
    }

        ._thnk_box p.lead {
            font-size: 14px !important;
            line-height: 1.5 !important;
            text-align: center;
        }

    ._thnk_order_no {
        padding: 1rem;
    }

    ._thank_u_outer h5 {
        text-align: center;
    }

    ._dilvery_exp_date {
        min-width: auto;
        justify-content: flex-start;
        align-items: start;
    }

    .theme_color_txt {
        text-align: left !important;
    }
}

/* Medium (Tablet Landscape) */

@media (min-width: 768px) and (max-width: 991px) {
    ._login_r_col {
        padding: 1rem;
    }

    ._mobile_menu {
        flex-direction: column !important;
        padding: 1rem !important;
        row-gap: 1rem !important;
        justify-content: center !important;
        align-items: center !important;
    }

    ._m_product_detail {
        padding: 1rem;
    }
}

/* Large (Laptop) */

@media (min-width: 992px) and (max-width: 1199px) {
    ._login_r_col {
        padding: 1rem;
    }

    ._mobile_menu {
        flex-direction: column !important;
        padding: 1rem !important;
        row-gap: 1rem !important;
        justify-content: center !important;
        align-items: center !important;
    }

    ._m_product_detail {
        padding: 1rem;
    }
}


/*.spinner2 {
    width: 50px;
    height: 50px;
    border: 3px solid #00A2C7;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.spinner2 {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}


._w-10{
    width:10% !important;

}
._w-30 {
    width: 30% !important;
}
._w-60 {
    width: 60% !important;
}
 
/* Add this to your CSS file */
.no-scroll {
    overflow: hidden;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.badge {
    font-size: 0.75rem;
    padding: 0.25em 0.4em;
    border-radius: 50%;
    min-width: 1.5em;
    min-height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: white;
}

.dropdown-menu[data-bs-popper] {
    right: 0;
    left:8rem;
}