.profile_info{
    padding: 35px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.profile_info .user_img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid var(--t_color);
    margin-right: 10px;
}
.profile_info .name{
    font-weight: 600;
    font-size: 23px;
    color: var(--t_color);
}
.my_account{
    padding-bottom: 50px;
}
.account_list {
    padding-left: 0;
}
.account_list .item a{
    padding: 11px 20px;
    border-radius: 5px;
    color: var(--black);
    background-color: var(--white);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 8%);
    border: 1px solid #eee;
    transition: all .3s ease-in-out;
}

.account_list .item a:hover, .account_list .item.active a{
    background: var(--t_color);
    color: var(--white);
}
.account_list .item a:hover svg path, 
.account_list .item.active svg path{
    fill: var(--white);
}
.account_list .item a .icon, .account_list .social_media .icon {
    margin-right: 10px;
    margin-top: -6px;
}
.account_list .icon svg {
    height: 20px;
    width: 20px;
}

.account_list .social_media{
    padding: 11px 20px;
    margin-bottom: 10px;
}
.social_media .soc_title{
    margin-bottom: 15px;
}
.social_media .soc_title svg{
    margin-top: -5px;
}
.social_media .soc_icons{
    display: flex;
    justify-content: center;
}
.social_media .soc_icons a i{
    font-size: 18px;
    padding: 5px;
    margin: 0 5px;
}
.account_info{
    padding-left: 30px;
}
.account_info .heading{
    background: var(--t_color);
    color: var(--white);
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 23px;
    margin-bottom: 25px;
}
.cus_form .form-label{
    margin-bottom: 5px;
}


.cus_dropdown.show + .dropdown-menu{
    display: block;
}
.cus_dropdown {
    cursor: pointer;
    padding: 3px 10px;
    right: 0;
    top: 10px;
    position: absolute;
}
/* === Address === */
.addresses .address{   
    padding: 13px 25px;
    border: 1px solid #bfbfbf;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
}
.addresses .address .dropdown-menu {
    border: 0;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 8%);
    right: 0;
    top: 36%;
}
.address .nav-link {
    color: var(--t_color);
}
.address .nav-link:hover {
    background-color: #f2f2f2;
}
/* .all_address{
    padding: 50px 0 70px 0;
} */
.all_address .address .place {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--t_color);
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 10px 0;
}
.all_address .address .name{
    font-size: 21px;
}
.add_address{
    text-align: center;
    /* position: fixed; */
    /* bottom: 15px; */
    margin-top: 30px;
}
/* === Address End === */

/* === Add Address === */
.add_address_sec{
    padding: 50px 0;
}
.add_address_sec h1.heading{
    text-align: center;
    margin-bottom: 30px;
}
.add_add_form .heading{
    font-size: 23px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.cus_form .d-flex .form-check {
    margin-right: 13px;
}
/* === Add Address End === */


/* === Wallter === */
.my_account .loyalty_point{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.my_account .wallet_balance{
    min-width: 48%;
    display: flex;
    justify-content: space-between;
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    color: var(--t_color);
}
.my_account .wallet_balance .bold{
    font-weight: 600;
}

.account_info.wallet .order {
    padding: 15px;
    border: 1px solid #bfbfbf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.account_info.wallet .order .d-flex{
    flex-wrap: wrap;
    align-items: center;
}
.account_info.wallet .order .order_date {
    font-size: 16px;
    color: #b7b7b7;
}
.account_info.wallet .order .icon {
    width: 50px;
    height: 50px;
    background: rgb(230 0 12 / 10%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.account_info.wallet .order .payment{
    color: var(--t_color);
}
.account_info.wallet .order .icon svg{
    width: 20px;
    height: 20px;
    fill: #e6000c;
}
.account_info.wallet .order.received .icon {
    background: rgb(3 119 8 / 10%);
}
.account_info.wallet .order.received .icon svg{
    fill: #037708;
}

/* === Wallter End=== */

/* === My Orders === */
.my_account .my_order .nav{
    justify-content: center;
}
.my_account .my_order .nav .btn{
    border-radius: 5px;
    border:1px solid #bfbfbf;
    background-color: var(--white);
    color: var(--t_color);
    padding: 11px 37px;
}
.my_account .my_order .nav .btn.active,
.my_account .my_order .nav .btn:hover{
    background-color: var(--t_color);
    color: var(--white);
    border-color: var(--t_color);
}
.my_account .my_order .orders .order {
    background: #f8f8f8;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 15px;
}
.my_account .my_order .order .order-status {
    position: absolute;
    top: 0;
    right: 0;
    background: #d2a768;
    border-radius: 0 5px;
    padding: 3px 11px;
    color: var(--white);
}
.my_account .my_order .order .order_name{
    color: var(--t_color);
    font-weight: 600;
    margin-bottom: 15px;
}
.my_account .my_order .order .d-flex{
    justify-content: space-between;
    font-size: 15px;
}
.my_account .my_order .order .name{
    color:#929191;
    width: 70%;
}
.my_account .my_order .order .qut {
    width: 10%;
}
.my_account .my_order .order .price{
    width: 20%;
    text-align: right;
}
.my_account .my_order .order .delivery_date {
    background: #f1edd7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px 5px 30px;
    border-radius: 0 0 5px 5px;
}
.my_account .my_order .order .total{
    text-align: right;
    margin-top: 10px;
}
.my_account .my_order .order .total span{
    color: var(--t_color);
    border-top: 1px solid var(--black);
    padding-top: 5px;
}
.my_account .my_order .order .delivery_date:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--t_color);
    border-radius: 50%;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.my_account .my_order .order .order-status.confirmed{
    background: #a8a8a8;
}
.my_account .my_order .order .order-status.order_confirmed{
    background: #70c752;
}
/* === My Orders End=== */

/* === App Setting === */
.app_setting .d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-weight: 600;
}
.app_setting .text img{
    margin-right: 7px;
    height: 23px;
    width: 23px;
}
.app_setting .text svg {
    width: 23px;
    margin-right: 7px;
    height: 23px;
}
.app_setting .text svg path{
    fill: var(--t_color);
}
.app_setting .name{
    color: var(--t_color);
}
/* === App Setting End=== */

/* === Saved Cart{ === */
.save_cards .cart{
    padding: 10px 15px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}
.save_cards .cart .form-check{
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.save_cards .cart .form-check .form-check-label{
    color: var(--t_color);
    font-weight: 600;
}
.save_cards .cart .date{
    color: #707070;
    margin-top: 3px;
}
.save_cards .cart .delete{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.save_cards .cart .delete img{
    width: 21px;
}
/* === Saved Carts End=== */
.refer_earn .sec_heading {
    font-size: 21px;
    margin-bottom: 15px;
}
.refer_earn .cart{
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
}
.refer_earn .cus_list {
    padding-left: 0;
    margin-bottom: 0;
}
.refer_earn .cus_list li{
    padding-left: 23px;
    position: relative;
    margin-bottom: 15px;
}
.refer_earn .cus_list li:last-child{
    margin-bottom: 0;
}
.refer_earn .cus_list li:after{
    content: '';
    left: 0;
    top: 15px;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--t_color);
}
.refer_earn .sec_heading img{
    width: 23px;
    margin-right: 7px;
}

/* === Liked Item ===*/
.like_products, .liked_recipe{
    display: flex;
    flex-wrap: wrap;
}
.like_products .product{
    margin: 0 10px 30px 10px;
    text-align: center;
    width: 47%;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    position: relative;
    padding: 15px 0;
}
.like_products .product .onsale {
    position: absolute;
    background: var(--s_color);
    font-size: 16px;
    color: var(--white);
    right: 0;
    top: 0;
    border-radius: 0 15px;
    padding: 3px 13px;
}
.like_products .product .pro_con {
    padding: 0 15px;
}
.like_products .product .rating {
    min-width: 100%;
    margin-bottom: 15px;
}
.like_products .product .price ins {
    text-decoration: none;
    color: var(--t_color);
}
.like_products .product .pro_name {
    color: var(--black);
}
.like_products .product .price {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}
.liked_recipe .racipe{
    margin: 0 10px 30px 10px;
    
    width: 47%;
    border: 1px solid #DCDCDC;
    margin-bottom: 20px;
    border-radius: 15px;
    padding-bottom: 20px;
}
.liked_recipe .racipe .heading {
    font-size: 23px;
    color: var(--black);
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
}
.liked_recipe .racipe .re_contetn {
    padding: 10px 10px 0 10px;
}
.user_racipe_list .list_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}
.user_racipe_list .list_heading h5{
    color: var(--t_color);
    font-weight: 600;
}
.user_racipe_list .filter_icon img{
    width: 23px;
    margin-left: 7px;
}
.user_racipe_list .filter_icon{
    cursor: pointer;
}
.user_recipe_filter {
    position: fixed;
    background: var(--white);
    top: 0;
    bottom: 0;
    right: 0;
    width: 320px;
    transform: translateX(100%);
    transition: all .35s ease-in-out;
    z-index: 99;
}
.user_recipe_filter .title{
    padding: 60px 0;
    text-align: center;
    color: var(--white);
    background: var(--t_color);
}
.user_recipe_filter .checkbox_list .form-check {
    padding: 7px 15px;
    border-bottom: 1px solid #eee;
    padding-left: 50px;
}
.user_recipe_filter .checkbox_list .check-input{
    margin-right: 7px;
}
.user_recipe_filter.open_filter{
    transform: translateX(0);
}
/* === Liked Item End===*/
.after_black:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: black;
    z-index: 0;
    position: fixed;
    opacity: 0.5;
}
/* === Golden Club===*/
.progress_tab {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    background-image: linear-gradient(to right, #a82040, #a82040);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    border: 1px solid #a82040;
    margin-bottom: 23px;
}
.golden_club_tab .slider_item .s_heading {
    text-align: center;
    color: var(--black);
    margin-bottom: 23px;
}
.golden_club_tab .slider_item .img-fluid {
    width: 25px;
    margin-right: 10px;
}
.golden_club_tab .slider_item .slider_box .box_title{
    font-size: 23px;
    font-weight: 600;
}
.golden_club_tab .slider_item .member {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.golden_club_tab .slider_item .slider_box{
    position: relative;
}
.golden_club_tab .slider_item .slider_box:after{
    content: 'or';
    position: absolute;
    font-size: 21px;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.golden_club_tab .slider_item .slider_box:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #d1d1d1;
    right: 3px;
}
.golden_club_tab .slider_item .slider_box:last-child:after, 
.golden_club_tab .slider_item .slider_box:last-child:before{
    display: none;
}
.golden_club_tab .slick-dots{
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-top: 23px;
}
.golden_club_tab .slick-dots li{
    margin: 0 3px;
}
.golden_club_tab .slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background: var(--t_color);
    border-radius: 50%;
    padding: 0;
    border: 0;
    opacity: 0.5;
}
.golden_club_tab .slick-dots .slick-active button{
    opacity: 1;
}
.golden_club_tab .rewards {
    display: flex;
    
    justify-content: space-between;
    text-align: center;
}
.golden_club_tab .slider_item .rewards_title {
    margin-top: 23px;
    position: relative;
}
.golden_club_tab .slider_item .rewards_title:before {
    content: '';
    position: absolute;
    width: 25%;
    background: white;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.golden_club_tab .slider_item .rewards_title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -2;
}
.golden_club_tab .slider_item .rewards_title:after{
    position: absolute;
    content: '';
}
.reward .rewar_img img {
    display: block;
    margin: 0 auto;
    width: 75px !important;
    margin-bottom: 15px;
}
.golden_club_tab .slick-prev.slick-arrow{
    background: url('../images/icons/chevron-left.svg') 100% no-repeat;
    border: 0;
    font-size: 0;
    background-size: 23px;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 5%;
    z-index: 9;
}
.golden_club_tab .slick-next.slick-arrow {
    background: url('../images/icons/chevron-right.svg') 100% no-repeat;
    border: 0;
    font-size: 0;
    background-size: 23px;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0%;
    top: 0;
    z-index: 9;
}
.golden_club_tab .dactive > * {
    color: #cfcfcf !important;
}
.golden_club_tab .slider_item.bronze_member .member {
    color: #b9722d !important;
}
.golden_club_tab .slider_item.silver_member .member {
    color: #bcbdc0 !important;
}
.golden_club_tab .slider_item.gold_member .member {
    color: #d39e46 !important;
}
/* === Golden Club End===*/
.policies_erms .text{
    margin-bottom: 10px;
}
.refer_earn .cart ul{
    list-style: none;
    padding-left: 0;
}
.refer_earn .cart ul li{
    position: relative;
    padding-left: 20px;
}
.modal-content .heading{
    margin-bottom: 20px;
}
.modal-content .btn.btn_close {
    margin-top: 23px;
}
#Profile_Form .attach_file #AttachImages{
    position: absolute;
}


@media (max-width:767px){
    .account_info {
        padding-left: 0;
        margin-top: 25px;
    }
    .profile_info {
        padding: 20px;
    }
    .profile_info .user_img {
        width: 65px;
        height: 65px;
        border: 1px solid var(--t_color);
    }
    .profile_info .name {
        font-size: 18px;
    }
    .py-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .addresses .address {
        padding: 20px;
    }
    .my_account .wallet_balance {
        min-width: 100%;
        margin-bottom:15px;
    }
    .my_account .loyalty_point {
        display: flex;
        flex-wrap: wrap;
    }
    .account_info.wallet .order .d-flex{
        flex-wrap: unset;
    }
    .account_info.wallet .order .icon {
        min-width: 45px;
        width: 45px;
        height: 45px;
    }
    .account_info.wallet .order {
        padding: 10px;
     }
     .account_info.wallet .order .payment {
        min-width: 25%;
    }
    .like_products .product, .liked_recipe .racipe {
        margin: 0 5px 20px 5px;
    }
    .golden_club_tab .slider_item .slider_box {
        padding: 30px 0;
    }
    .golden_club_tab .slider_item .slider_box:after {
        top: 88%;
        transform: translateX(-50%);
        background: #fff;
        width: 33px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .golden_club_tab .slider_item .slider_box:before {
        height: 1px;
        width: 100%;
        background: #d1d1d1;
        bottom: 0;
    } 
    .my_account .my_order .order .name{
        color:#929191;
        width: 60%;
    }
    .my_account .my_order .order .qut {
        width: 10%;
    }
    .my_account .my_order .order .price{
        width: 30%;
    }
}
 
