﻿#member_profile #same_bg{
    background: #fff;
    padding-top: 10px;
}
#member_profile{
    margin-top: -5px;
}
.member_menu {
    margin-top:10px;
    background: var(--primary-color);
}
.member_menu ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
}
    .member_menu ul li {
        font-size: 14px;
        font-weight: 500;
        margin: 7px 10px;
        cursor: pointer;
        border-radius: 4px;
        background: var(--primary-color);
        padding: 4px 10px;
        transition: .3s;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
        .member_menu ul li a {
            color: #fff;
            font-weight: 500;
            font-size: 12px;
        }
        .member_menu ul li:hover {
            background: #fff;
            color: #000;
        }
        .member_menu ul li:hover a{
            color: #000;
        }
.member_active  {
    background: #fff!important;
    color: #000!important;
}
.member_social_body{
    height: 130px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:flex-start;
    margin: 20px 0px 30px 0px;
}
.member_social_body_img{
    margin-right: 15px;
}
.member_social_body_text_name h6{
    font-size: 20px;
    color: #373373;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 20px;
}
.member_about_text{
    margin-bottom: 25px;
}
.member_active a {
    color: #000 !important;
}
.member_same_top_title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #373373;
    margin: 15px 0px 20px 0px;
    display: inline-block;
    padding: 7px 13px;
    /*border-radius: 4px;*/
}
#member_choose_part {
    margin-bottom: 30px;
}
.member_banner {
    position: relative;
}
.member-icon .fa-square-facebook {
    color: #1C73E6;
}
.member-icon .fa-square-envelope {
    color: #EC523F;
}
.member-icon .fa-square-youtube {
    color: #FF1703;
}
.member-icon .fa-location-crosshairs {
    color: #2496F1;
}


.member_social_body_text_icon {
    margin-top: 10px;
}

.member_social_body_text_icon i {
    font-size: 23px;
    margin-right: 10px !important;
}
.member_social_body_text_icon .fa-square-facebook {
    color: #1C73E6;
}

.member_social_body_text_icon .fa-square-envelope {
    color: #EC523F;
}

.member_social_body_text_icon .fa-square-youtube {
    color: #FF1703;
}

.member_social_body_text_icon .fa-location-crosshairs {
    color: #2496F1;
}
.member_bnner_title {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    right: 10px;
    bottom: 10px;
}
.member_left_part .fa-address-card {
    color: #F7400D;
}
.member_left_part .fa-globe {
    color: #F713F0;
}
.member_left_part .fa-square-phone {
    color: #00afee;
}
.member_banner_mobile p{
    display: inline-block;
}
    .member_banner_mobile p i {
        color: #00afee;
        font-size: 22px;
        display: inline-block;
    }
.member_banner_mobile .member_mobile {
    color: #E23945;
    font-size: 17px;
    font-weight:600;
    margin: 0px 4px;
}
.member_banner_shop_name h6 {
    font-size: 35px;
    color: #030238;
    font-weight:700;
    margin-left: 15px;
}
.member_left_part {
    border: 1px solid #b9b9b9;
    padding: 5px;
    overflow: hidden;
    padding: 15px;
    margin: 15px 0px 30px 0px;
    border-radius: 5px;
}
    .member_left_part i{
        margin-right: 5px;
    }
    .member_left_part p {
        margin: 15px 0px;
    }
    .member_pro_item {
        overflow: hidden;
        margin: 0px 5px 15px 5px;
        -webkit-box-shadow: 0px 0px 2px rgb(88, 88, 88);
        box-shadow: 0px 0px 2px rgb(88, 88, 88);
        transition: .3s;
        position: relative;
        min-height: 255px;
        cursor: pointer;
    }
    .member_pro_item:hover img {
        transform: scale(1.05);
        transition:ease .3s;
    }
.member_pro_item_img {
    overflow: hidden;
    width: 100%;
    height: 158px;
    transition: ease .3s;
}
.member_pro_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease .3s;
}
        .member_about_text p {
            font-size: 12px;
            margin: 5px 0px;
            color: #030238;
            text-align: justify;
        }
.member_about_text h6 {
    font-weight:800;
    font-size: 12px;
    color: #030238;
    margin-top: 10px;
    display: block;
}
.member_pro_body {
    padding: 5px;
}
.member_pro_item h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #030238;
    font-weight: 600;
    margin: 5px 0px;
}
    .member_pro_item .price-info {
        color: #030238;
        font-size: 12px;
        font-weight: 600;
    }
.member_pro_item_img {
    overflow: hidden;
    height: 145px;
    width: 100%;
}
    .member_pro_item_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
.member_left_part h6, .mem_pro_about {
    font-size: 15px;
    color: #030238;
    font-weight: 600;
    margin-bottom: 5px;
}
.member-logo {
   
}
.member_social_body_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.member-cover {
    z-index: 0;
}
.member_banner_image {
    height: 300px;
    width: 100%;
}
.member_banner_image img{
    height: 100%;
    width:100%;
}
.fa-facebook {
    color: green;
}
.fa-whatsapp {
    color: green;
}
.fa-linkedin {
    color: green;
}
.fa-twitter {
    color: green;
}
.member-icon {
    margin-top: -43px;
    margin-left: 19px;
    position: absolute;
    background-color: #d8fadc;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 165px;
    border-radius: 3px;
    justify-content: space-evenly;
    display: flex;
    height: 30px;
    padding: 5px 0px;
}
    .member-icon a i {
        color: #F58180;
        font-size: 22px;
        transition:.3s;
    }
        .member-icon a i:hover{
            transform: translateX(2px);
        }
        .member-info {
            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
            margin: auto;
            height: 270px;
        }

.promotion-star{
    font-size:8px;
}
    .promotion-star i{
        font-size: 7px;
    }
    .member-managment {
        box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
        border-radius: 7px;
        width: 100%;
        margin: auto;
    }
.member-info:hover {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    background: honeydew;
}

.member-cate {
    font-size: 11px;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#member-cate_sub {
    color: #030238;
    font-weight: 600;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.member_social_body_text_mobile {
    margin-top: 7px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
    .member_social_body_text_mobile .member_mobile:first-child{
        margin-right: 8px;
    }
    .member_mobile {
        font-size: 13px;
        font-weight: 800;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 4px 0px;
    }
    .member_mobile i {
        margin-right: 4px;
        color: #146EBE;
    }
    .member-paragraph {
        font-size: 12px;
        text-align: justify;
    }
.clint-info {
    font-size: 12px;
   
}
.member_left_part .open_close span{
    font-size: 13px;
}
.clint-info span {
    display: block;
}
    .clint-info a {
        font-size: 14px;
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .price-info {
        color: lightseagreen;
    }

.brand-title {
    background-color: #082442;
    height: 20px;
    width: 52px;
    color: #fff;
    margin-left: -3px;
    text-align: center;
    border-radius: 3px;
    /* padding-top: 0px; */
    justify-items: center;
    font-size: 9px;
    padding: 0px 2px;
}

.shop-link {
    color: seagreen;
    cursor: pointer;
    opacity: 80%;
    font-size: 12px;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

