a, p, span, h1, h2, h3, h4, h5, h6, div{
    font-family: 'Inter';
}

:root{
    --color-white: #ffffff;
    --color-black: #000000;
    --color-pink: #C811AA;
    --color-gray: #F4F4F4;
    --color-1: #F5F5F5;
    --color-2: #515A68;
    --color-3: #F4F4F4;
    --color-4: #1E293B;
    --color-5: #8691A4;
    --color-6: #1B1B1B;
    --color-7: #8D95A2;
    --color-8: rgba(0, 0, 0, 0.13);
}

.new-product-home-right ul{
    right: 0 !important;
    width: fit-content !important;
    left: auto !important;
}

.logout-profile{
    color: var(--color-white);
    background: var(--color-pink);
    border-radius: 5px;
    border-color: var(--color-white);
    padding: 10px 2rem;
    display: block;
    width: fit-content;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    float: right;
    transition: all ease-in-out .3s;
    border-width: 1px;
    border-style: solid;
}

.logout-profile:hover{
    color: var(--color-pink);
    background: var(--color-white);
    border-color: var(--color-pink) !important;
    transition: all ease-in-out .3s;
}

.bg-red{
    color: red !important;
}

.shop-class{
    display: block !important;
}

.addToWish{
    cursor: pointer;
}
.btn-search{
    padding: 1rem;
    border-radius: 0 5px 5px 0;
}

.block-call-send-product{
    display: float;
    justify-content: space-between;
    margin: 1rem 0;
}

.block-call-send-product a{
    padding: 10px 1rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.24px;
    display: inline-block;
    width: 45%;
}

.block-call-send-product .call-sp{
    background: #C811AA;
    border-radius: 5px;
    color: #FFFFFF;
}

.block-call-send-product .send-sp{
    border: 1px solid #C811AA;
    border-radius: 5px;
    color: #C811AA;
    float: right;
}

#lightSlider {
        list-style: none outside none;
        padding-left: 0;
        margin-bottom:0;
    }
    #lightSlider li {
        display: block;
        float: left;
        cursor:pointer;
    }
    #lightSlider img {
        display: block;
        height: auto;
        width: 100%;
        height: 520px;
        object-fit: cover;
        border-radius: 5px;
    }
    
    .lSAction > a {
        opacity: 1;
    }
     
    .lSSlideOuter .lSPager.lSGallery li {
        opacity: 0.5;
    }
     
    .lSSlideOuter .lSPager.lSGallery li.active {
        opacity: 1;
    }
     
    lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
      border-radius: 0;
    }
     
    lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
      border-radius: 0;
    }
     
    .lSSlideOuter .lSPager.lSGallery img {
        height: 100px !important;
        width: 100% !important;
        object-fit: cover;
    }
    
    .url-link{
        display: block;
    }

    
.container-xxl{
    max-width: 1600px;
}

.new-block-profile input{
    border:none;
    font-weight: 700;
}
.pk-none{
    display: none;
}

body{
    background: var(--color-white);
}

.container-fluid{
    padding: 0;
}

.container-xxl{
    padding: 0;
}

.pk-none{
    display: none;
}

a{
    text-decoration: none;
}

.blocks{
    padding: 10px 25px;
}

#block-0{
    background: var(--color-pink);
}

.burger-menu a img{
    filter: invert(1);
}

.banner-center span{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    display: block;
    letter-spacing: -0.24px;
    color: var(--color-white);
}

.login-top{
    text-align: right;
}

.login-top a{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-left: 1rem;
    padding: 5px 1rem;
}

.login{
    border: 1px solid var(--color-white);
    border-radius: 5px;
    color: var(--color-white);
}

.add-product{
    color: var(--color-pink);
    background: var(--color-white);
    border-radius: 5px;
}

.heart-sms-img a{
    color: var(--color-white);
    margin-left: 10px;
}

.heart-sms-img a img{
    width: 25%;
}

#block-1{
    padding: 3rem 25px;
}

.search-home input {
    background: var(--color-gray);
    padding: 15px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    letter-spacing: -0.24px;
    color: var(--color-2);
    width: 100%;
    border: none;
}

.search-home form {
    position: relative;
}

.search-home img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cat-block-image{
    width: 60px;
    height: 60px;
    background: var(--color-3);
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
    transition: all ease-in-out .3s;
}

.category-block:hover .cat-block-image{
    background-color: var(--color-pink);
    transition: all ease-in-out .3s;
}

.category-block:hover .cat-block-image img{
    filter: invert(1) !important;
    transition: all ease-in-out .3s;
}

.active-cat{
    background-color: var(--color-pink);
}

.active-cat img{
    filter: invert(1) !important;
}

.category-block a{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.24px;
    color: var(--color-4);
    display: inline-grid;
}

.category-block a img{
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

#block-2 .col-1{
    text-align: center;
}

.banner-home img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.banner-home h3{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #BFBFBF;
}

#block-3{
    padding-top: 2rem;
}

#block-4{
    padding-top: 2rem;
}

.new-product-home h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
    text-align: left;
    letter-spacing: -0.24px;
    color: var(--color-4);
}

.new-product-home-right{
    text-align: right;
}

.new-product-home-right a{
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.24px;
    color: var(--color-pink);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.product-single img{
    width: 100%;
    height: 260px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.product-single a{
    position: relative;
    display: block;
}
.product-single .new{
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--color-pink);
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #FFFFFF;
}

.product-single .heart{
    float: right;
}

.product-single .heart-icon{
    color: #BFBFBF;
    font-size: 20px;
}
.product-single .heart-icon-active{
    color: var(--color-pink);
    font-size: 20px;
}

#block-5 .col-3{
    width: 24%;
}

.price{
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    text-align: left;
    letter-spacing: -0.24px;
    color: var(--color-4);
    display: block;
    margin-top: 10px;
}

.delivery{
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    display: block;
    margin-top: 5px;
    letter-spacing: -0.24px;
    color: var(--color-5);
}

.body{
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.24px;
    color: var(--color-2);
    margin-top: 10px;
}

.send{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
    background: var(--color-pink);
    border-radius: 5px;
    padding: 6px 1rem;
    display: block;
    margin-left: auto;
    width: fit-content;
    border: 1px solid var(--color-pink);
    transition: all ease-in-out .3s;
}

.send:hover{
    color: var(--color-pink);
    background: var(--color-white);
    transition: all ease-in-out .3s;
}

.product-single{
    margin-bottom: 2rem;
}

.pagination-home{
    margin: 3rem 0;
    text-align: center;
}

.pagination-home nav{
    display: inline-block;
    margin: 10px auto;
}

.pagination .before-btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-2);
    background: none;
    border: none;
    cursor: pointer;
}

.pagination .page-link{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-2);
    background: none;
    border: none;
    cursor: pointer;
}

.active-page .page-link{
    font-weight: bolder;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-6);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.pagination .next-btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
    background-color: var(--color-pink);
    border-radius: 3px;
    cursor: pointer;
}

.block-footer-body h2{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-4);
    margin-bottom: 1rem;
}

.block-footer-body span{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.24px;
    color: var(--color-pink);
}

.block-footer-body p{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-7);
}

.block-footer-body a{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-7);
    display: block;
    margin-bottom: 1rem;
}

.block-footer-body img{
    background: var(--color-4);
    border-radius: 6px;
    padding: 7px;
}

.icons-f a{
    font-size: 25px;
    margin-right: 10px;
    color: var(--color-7);
    display: inline;
}

#block-1-add{
    padding: 4rem 25px;
}

.add-title{
    display: flex;
    align-items: end;
}

.add-title h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.24px;
    color: var(--color-2);
    margin-right: 30%;
    margin-bottom: 0;
}

.add-title span{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.24px;
    color: var(--color-7);
    margin-bottom: 0;
}

.add-image{
    display: flex;
    background: var(--color-3);
    border-radius: 5px;
    text-align: center;
    width: 330px;
    height: 330px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.add-image input{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}



.add-image-2{
    background: var(--color-3);
    border-radius: 5px;
    text-align: center;
    width: 154px;
    height: 154px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.add-image-2 input{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*
.add-image span{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.24px;
    color: var(--color-7);
}*/

.body-add h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    letter-spacing: -0.24px;
    color: var(--color-2);
    margin: 1.5rem 0 10px 0;
}


.body-add textarea{
    border: 1px solid var(--color-7);
    border-radius: 15px;
    width: 100%;
    padding: 1rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-7);
}

.body-add a{
    background: var(--color-pink);
    border-radius: 5px;
    color: var(--color-white);
    padding: 1rem 2rem;
    margin-top: 1rem;
}

.cat-add{
    margin-bottom: 2rem;
}

.cat-add h3{
    margin-bottom: 1.5rem;
}

.body-add select{
    border: 1px solid var(--color-7);
    border-radius: 5px;
    width: 100%;
    padding: 1rem;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-7);
}

.body-add input{
    border: 1px solid var(--color-7);
    border-radius: 5px;
    width: 100%;
    padding: 1rem;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-7);
}

.phone, .currency{
    margin-left: 4rem;
}

.currency label{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.24px;
    color: var(--color-2);
}

.currency h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    letter-spacing: -0.24px;
    color: var(--color-2);
    margin: 10px 1rem 21px 0;
}

.currency input{
    width: 34px;
    border: 4px solid var(--color-7);
    height: 30px;
    vertical-align: bottom;
}

.ml-0{
    margin-left: 0 !important;
}

.btn-add button{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--color-white);
    background: var(--color-pink);
    border-radius: 5px;
    border-color: var(--color-white);
    padding: 10px 2rem;
    margin: 10% auto;
    display: block;
}

.block-money{
    width: 563px;
    height: 300px;
    background: var(--color-white);
    box-shadow: 0 4px 15px var(--color-8);
    padding: 2rem;
    position: relative;
}

.block-money p{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-7);
}

.block-money h3{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-4);
}

.block-money a{
    color: var(--color-white);
    background: var(--color-pink);
    border-radius: 5px;
    border-color: var(--color-white);
    padding: 10px 2rem;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    display: block;
    width: fit-content;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

#block-3-profile{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#block-3-profile .nav-pills .nav-link{
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: var(--color-7);
    padding: 0;
    margin-right: 2rem;
    border-radius: 0;
    margin-bottom: 3rem;
}

#block-3-profile .nav-pills .nav-link.active, #block-3-profile .nav-pills .show>.nav-link{
    background: none;
    border: none;
    color: var(--color-pink);
    border-bottom: 3px solid var(--color-pink);
    padding-bottom: 5px;
}

.form-profile{
    margin-bottom: 5rem;
}

.form-input-search-profile{
    position: relative;
}

.form-input-search-profile img{
    position: absolute;
    right: 10px;
    top: 15px;
}

.block-5 .col-3{
    width: 24%;
    margin-right: 7px;
    margin-left: 7px;
}

.ml-auto{
    margin-left: auto !important;
}

.b-chats-title h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: var(--color-4);
}

.b-chats-title p{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.24px;
    color: var(--color-2);
}

.b-chats-title{
    background: var(--color-white);
    box-shadow: 0 4px 15px var(--color-8);
    border-radius: 5px;
    padding: 1rem;
    margin-right: 10px;
    cursor: pointer;
}

.chats-body-message-inside{
    background: #F2F2F2;
    border-radius: 30px;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

.chats-body-message-inside p, .chats-body-message-outside p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1B1B1B;
}

.chats-body-message-inside span, .chats-body-message-outside span{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9A9A9A;
}

.chats-body-message-outside{
    border: 1px solid #1B1B1B;
    border-radius: 30px 30px 30px 0;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

.chats-bottom{
    margin-top: 2rem;
}

.body-chats-detail{
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    padding: 1rem 2rem;
}

.b-chats-product-image{
    text-align: right;
}

.body-chats{
    margin-bottom: 1rem;
}

.icon-chats a{
    color: var(--color-pink);
    font-size: 25px;
}

.show{
    display: block !important;
    transition: all ease-in-out .3s;
}

.input-send-chats input{
    background: #F4F4F4;
    border-radius: 5px;
    padding: 10px 1.5rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.24px;
    border: none;
    width: 95%;
    margin: 0 auto;
    display: block;
}

.btn-chats button{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    background: var(--color-pink);
    border-radius: 5px;
    padding: 7px 1.5rem;
    border: none;
    margin-left: auto;
    display: block;
    margin-right: 1.6rem;
}

.b-setting-name{
    display: flex;
    justify-content: start;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    padding: 10px 1.5rem;
    margin-bottom: 1rem;
}

.b-setting-name-2{
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    padding: 10px 1.5rem;
    margin-left: 1rem;
}

.bsn-block{
    display: flex;
    justify-content: start;
    align-items: center;
    background: #FFFFFF;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.b-setting-name img{
    margin-right: 1rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-img{
    position: relative;
}


.profile-img input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

.name-info h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #1E293B;
}

.bsn-block h3{
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #1E293B;
    margin-bottom: 5px;
}

.bsn-block p{
    margin-bottom: 0;
}

.img-profile-mob img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.name-info p, .bsn-block p{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.24px;
    color: #515A68;
}

.name-info input{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 1rem;
    width: 100%;
}

.delete-profile{
    padding: 3rem 0;
}

.link-del-profile{
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-del-profile a{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.24px;
    color: var(--color-pink);
    flex: none;
    order: 0;
    flex-grow: 0;
    display: block;
}

.link-del-profile button{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #fff;
    background: var(--color-pink);
    flex: none;
    padding: 8px 1rem;
    order: 0;
    flex-grow: 0;
    display: block;
    border: none;
    border-radius: 17px;
    margin-left: 2rem;
}

.b-setting-name span, .bsn-block span{
    margin-left: auto;
    display: block;
}

.icon-bsn-1{
    font-size: 27px;
    color: #BFBFBF;
}
.icon-bsn{
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F4F4F4;
    margin-right: 1rem;
    justify-content: center;
    align-items: center;
}

.block-pro{
    text-align: center;
}

.block-pro h3{
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #1E293B;
}

.block-pro p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.26px;
    color: #515A68;
}

.block-pro span{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #C811AA;
}

.block-pro-detail{
    margin-top: 2rem;
}

.pro-price{
    padding: 1rem;
    border-radius: 5px;
}

.pro-price a{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    padding: 10px 1rem;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.pro-price h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #1E293B;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}

.pro-price h3 span{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.24px;
    color: #8D95A2;
}

.pro-price-1{
    border: 1px solid #56AEFF;
}

.pro-price-2{
    border: 1px solid #FFD057;
}

.pro-price-3{
    border: 1px solid var(--color-pink);
}

.pro-price-1 a{
    background:#56AEFF;
}

.pro-price-2 a{
    background:#FFD057;
}

.pro-price-3 a{
    background:var(--color-pink);
}

.pp-price{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.24px;
    padding: 1.5rem 1rem;
    margin-bottom: 0;
}

.pro-price-1 .pp-price{
    color: #56AEFF;
}

.pro-price-2 .pp-price{
    color: #FFD057;
}

.pro-price-2 .pp-price{
    color: var(--color-pink);
}

.limit{
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 7px 1rem;
    margin-top: 10px;
}

.limit p{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.24px;
    color: #1E293B;
    margin-bottom: 0;
}

.limit span{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #8D95A2;
    margin-bottom: 0;
}

.balance{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.24px;
    color: #1E293B;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.show-balance{
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.24px;
    color: #8D95A2;
}

.advantage{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.24px;
    color: #1E293B;
    margin-top: 1rem;
}

.advantage-body p{
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.24px;
    color: #8D95A2;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.advantage-body p span{
    font-weight: bold;
    color: #1E293B;
}

.vendor-single{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.vendor-single img{
    width: 100%;
}

.vendor-single .price{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #1E293B;
    padding: 1rem;
}

.vendor-single .delivery{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #8D95A2;
    padding-bottom: 1.5rem;
}

.img-user-png{
    position: absolute;
    width: 100px;
    height: 100px;
    background: #8E8E8E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 32%;
    left: 35%;
}

.img-user-png img{
    width: 50% !important;
}

.all-cat select{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #515A68;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 95%;
    padding: 13px;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
}

.text-right select{
    display: block;
    margin-left: auto;
}

.second-filter, .third-filters{
    margin-top: 4rem;
}

.third-filters{
    background: #F9FBFD;
    padding: 1.5rem;
}

.prices input{
    width: 98%;
    margin-right: 5px;
}

.list-cats a{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #515A68;
    display: block;
    margin-bottom: 1rem;
}

.navs{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.24px;
    color: #8D95A2;
}

.products-filter{
    display: flex;
}

.products-filter .block-pro-sec{
    margin-left: 10px;
}

.block-pro-sec{
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    padding: 1rem;
    position: relative;
}

.cats{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.24px;
    color: #8D95A2;
}

.block-pro-sec h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.24px;
    color: #515A68;
}

.block-pro-sec .price{
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.24px;
    color: #F94B4B;
    margin-right: 1rem;
}

.block-pro-sec .price .old-price{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.24px;
    text-decoration-line: line-through;
    color: #515A68;
}

.block-pro-sec .delivery{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.24px;
    color: #8D95A2;
}

.block-pro-sec .body{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.24px;
    color: #8D95A2;
    position: absolute;
    bottom: 0;
}

.block-pro-sec .send{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cats-mob-menu .col-1{
    width: fit-content !important;
    padding-bottom: 1rem;
    margin-right: 10px;
}

.block-detail-price{
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 0 0;
    padding: 1rem;
    width: 95%;
    margin-left: auto;
}

.block-detail-price h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.24px;
    color: #1E293B;
}

.block-detail-price span{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.24px;
    color: #8D95A2;
}

.block-detail-info{
    border: 1px solid #E3E3E3;
    border-radius: 0;
    padding: 1rem;
    width: 95%;
    margin-left: auto;
    margin-top: -1px;
    display: flex;
}

.block-detail-info img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.block-detail-info h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.24px;
    color: #1E293B;
}

.block-detail-info p{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.24px;
    color: #8D95A2;
    margin-bottom: 5px;
}

.block-detail-message{
    border: 1px solid #E3E3E3;
    border-radius: 0 0 5px 5px;
    padding: 1rem;
    width: 95%;
    margin-left: auto;
    margin-top: -1px;
    position: relative;
}

.block-detail-message textarea{
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 1rem;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.24px;
    color: #8D95A2;
}

.block-detail-message .sms{
    position: absolute;
    bottom: 51%;
    width: 90%;
    left: 5%;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 6px;
}

.block-detail-message .sms::-webkit-scrollbar {
    height: 3px;/* ширина scrollbar */
}
.block-detail-message .sms::-webkit-scrollbar-track {
  background: transparent;        /* цвет дорожки */
}
.block-detail-message .sms::-webkit-scrollbar-thumb {
  background-color: pink;    /* цвет плашки */
  border-radius: 2px;       /* закругления плашки */
  border: none;  /* padding вокруг плашки */
}

.block-detail-message .sms span{
    background: #C811AA;
    border-radius: 5px;
    padding: 6px 1rem;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    display: inline-block;
}

.block-detail-message button{
    position: absolute;
    bottom: 35%;
    width: 90%;
    left: 5%;
    padding: 15px;
    background: #F4F4F4;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #BFBFBF;
    border: none;
}

.block-detail-phone{
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 1rem;
    width: 100%;
    margin-top: 2rem;
}

.block-detail-phone a{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #8D95A2;
}

.block-detail-phone a span{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    float: right;
    letter-spacing: -0.24px;
    color: #C811AA;
    display: inline-block;
}

.b4-d-info{
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 1rem;
    margin-top: 2rem;
}

.count-b4{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.24px;
    color: #8D95A2;
}

.block4-detail-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 1rem;
}

.block4-detail-info .col-9{
    display: flex;
    align-items: center;
}
.block4-detail-info h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #1E293B;
    margin-bottom: 0;
    margin-left: 1rem;
}

.block4-detail-info a{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.24px;
    color: #C811AA !important;
    border: 1px solid #C811AA;
    border-radius: 5px;
    float: right;
    padding: 14px 37px;
}

.block-detail-product h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #1E293B;
    margin: 2rem 0 3rem 0;
}

.block-attr-product{
    display: flex;
}

.block-attr-product ul{
    list-style: none;
    padding-left: 0;
    margin-right: 6rem;
}

.block-attr-product ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8D95A2;
    margin-bottom: 1rem;
}
.block-attr-product ul li span{
    color: #515A68;
}
.block-desc-product{
    margin-bottom: 3rem;
}
.block-desc-product p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.76px;
    color: #515A68;
}

.block-add-product ul{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8D95A2;
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
}

.block-add-product ul li{
    margin-bottom: 1rem;
}

.like-products-title h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.24px;
    color: #1E293B;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.mob-statistic{
    display: flex !important;
    justify-content: end;
    align-items: center;
    margin-top: 10px;
}

.mob-statistic span{
    margin-left: 10px;
}

.mob-statistic a{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.24px;
    color: #515A68;
}

.top-menu-product-detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-menu-product-detail a{
    color: #515A68;
    font-size: 20px;
}

.tmpd-span a{
    margin-left: 10px;
}

.product-single-bottom a{
    display: inline !important;
}

.icc-city{
    display: inline;
    width: auto;
    border: none;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
    padding-right: 0;
}

.lang_class{
    background-color: var(--color-pink);
    color: #fff !important;
}

.login:hover{
    color: white;
}

.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.langs{
    min-width: auto;
}

.langs a{
    display: inline-block !important;
    width: auto !important;
}

.langs a:hover{
    background-color: var(--color-pink);
    color: #fff !important;
}
