

/*=====================================================All Dispaly  end ========================================*/
.required .form-label:after{
    content: "*";
    color: red;
}
.required .control-label:after {
    content: "*";
    color: red;
}
.required .form-label fs-14 text-dark:after {
    content: "*";
    color: red;
}
/*=================================================quick_cart===================================================*/
.wrap_smart_sidebar {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

}

.btn-primary{
    background-color: var(--color_two);
    border: none;
}
.btn-primary:hover{
    background-color: var(--color_one);
}
.smart_sidebar_inner {
    position: fixed;
    z-index: 1100;
    width: 390px;
    max-width: calc(100% - 30px);
    height: 100vh;
    top: 0;
    right: -400px;
    background-color:#ffffff;
    transition: all 0.4s;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

}
.quick_cart_title{
    background-color: var(--color_one)!important;
    color:#ffffff;
    padding: 10px
}
.quick_cart_title b{
    margin-top:7px;
}


.show_smart_sidebar{
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
}

.show_smart_sidebar .smart_sidebar_inner {
    right: 0;
}
.hide_smart_sidebar{
    width: 100%;
    height: 100%;
}

.quick_cart::after {
    content: "";
    display: block;
    width: 100%;
    height: 9%;
    min-height: 30px;
}
.close_smart_sidebar i{
    color: var(--color_one);
    background: #fff;
    padding: 10px 12px;
    border-radius: 50%;
}
.alert_sms_card p{
    font-size: 0.8rem;
}


.alert_sms_card p {
    font-size: 0.7rem;
}
.alert_sms_card .alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    border-radius: 38px;
}
.quick_cart_item_name{
    font-weight: bold;
}
.quick_cart_remove a i{
    color: red;
    padding: 5px 5px;
    border: 2px solid red;
    border-radius: 50%;
}


.message_container .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    padding: 11px;
}


/*===========================search_icon===============================*/


.search_icon{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--color_one);

}
/*    .form_control{
        display: block;
        width: 80%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 2px solid red;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }*/
.form-control.quick_cart_quantity {
    display: block;
    width: 65px;
    height: calc(1.5em + .75rem + 2px);
    text-align: center;
    font-size: -1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.quick_cart_buttom{
    position: absolute;
    bottom: 10px;
}

.close_icon{
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.close_smart_sidebar{
    cursor: pointer;
}

.quick_cart_content {
    flex-grow: 1;
    overflow: auto;
    align-content: space-between;
}

.quick_cart_wrapitem {
    flex-grow: 1;
}

.quick_cart_wrapitem {
    max-height: 56vh;
    overflow-y: scroll;
}

.quick_cart_item_name {
    display: block;
    /*font-family: Poppins-Regular;*/
    font-size: 14px;
    color: #555;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .quick_cart {
        padding: 7px;
    }
    .quick_cart-title {
        padding-bottom: 35px;
    }

    .quick_cart_buttom{
        position: relative;

    }
}
/*=========================================================================cart=============================================*/
.shop_cart_table {
    margin-bottom: 0px;
    /*font-size: 1rem;*/
}

.shop_cart_table table {
    width: 100%;
}

.shop_cart_table thead {
    border-bottom: 1px solid #f2f2f2;
}

.shop_cart_table thead th {

    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
}

.shop_cart_table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.shop_cart_table tbody tr .cart_product_item {
    overflow: hidden;
    width: 585px;
}



.shop_cart_table tbody tr .cart_product_item img {
    float: left;
    margin-right: 25px;
}

.shop_cart_table tbody tr .cart_product_item .cart_product_item_title {
    overflow: hidden;
    padding-top: 23px;
}

.shop_cart_table tbody tr .cart_product_item .cart_product_item_title h6 {
    color: #111111;
    font-weight: 600;
}

.shop_cart_table tbody tr .cart_product_item .cart_product_item_title .rating i {
    font-size: 10px;
    color: #e3c01c;
    margin-right: -4px;
}

.shop_cart_table tbody tr .cart_close span {
    height: 45px;
    width: 45px;
    background: #f2f2f2;
    border-radius: 50%;
    font-size: 18px;
    color: #111111;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}

.shop_cart_table tbody tr .cart__price {
    font-size: 16px;
    color: #ca1515;
    font-weight: 600;
    width: 190px;
}

.shop_cart_table tbody tr .cart__quantity {
    width: 190px;
}


.shop_cart_table tbody tr .cart__quantity .pro-qty {
    border: none;
    padding: 0;
    width: 110px;
    border-radius: 0;
}

.shop_cart_table tbody tr .cart__quantity .pro-qty .qtybtn {
    font-size: 16px;
    color: #444444;
}

.shop_cart_table tbody tr .cart__quantity .pro-qty input {
    color: #444444;
}

.shop_cart_table tbody tr .cart__quantity .pro-qty .qtybtn {
    font-size: 16px;
    color: #444444;
}

.shop_cart_table tbody tr .cart__total {
    font-size: 16px;
    color: #ca1515;
    font-weight: 600;
    width: 150px;
}

.btn-block{
    width: 100%;
}

.mobile_show{
    display: none;
}
.mobile_hide{
    display: block;
}
@media (max-width: 575px) {
    .shop_cart_table   .table td, .shop_cart_table  .table th{
        padding: 2px;
    }
    .mobile_hide{
        display: none;
    }
    .mobile_show{
        display: block;
    }
}
/*==============================================================checkout_section===================================*/
h3{
    color: var(--color_two);
}

.checkout_section{

}
.payment_method{
    text-align: center;
}
.login_section{
}
.checkout_section .title h2{
    font-size: 20px;
    color: var(--color_one);
}
.checkout_section h5{
    padding-top: 20px;
}
.checkout_section h4{
    margin-top: 0px!important;
    font-size: 1.25rem;
    font-weight: bold;
}
.order_palce{
    width: -webkit-fill-available;
}





/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.shoping_order>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.shoping_order{
    background: #fff;
    border-radius: 10px;
    padding: 10px 7px 0px;

}

.login_section .border_raduis{
    border: none !important;
    border-radius: 10px!important;
}


@supports ((position:-webkit-sticky) or (position:sticky)){
    .checkout_section .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 85px;

    }
}
.card_list_items{
    margin-right: 12px;
    max-height: 320px;
    overflow-y: auto;
    /*padding: 0 20px;*/
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>login>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.btn_facebook{
    background-color: #1974EC!important;
    border:none!important;
}
.btn_google{
    background-color: #EA4335!important;
    border:none!important;
}
.btn_newlogin{
    background-color: #198754!important;
    border:none!important;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>chackout>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.user_login .nav-link:hover,
.user_login .nav-link.active {
    background:var(--color_one)!important;
    color:#c85acc !important;
}
.user_login .nav-item{
    margin-bottom: 0px !important;
}
.user_login .nav-link{
    color: #000 !important;
    font-weight: normal !important;
}