* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    text-decoration: none !important;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.mt-0{
    margin-top: 0;
}
.ml-5{
    margin-left: 5px;
}
.ml-10{
    margin-left: 10px;
}
.mt-75{
    margin-top: 75px;
}
.mt-30{
    margin-top: 30px;
}
.pb-10{
    padding-bottom: 60px;
}
.swiper-pagination-bullet-active {
    background: #24BD90 !important;
}
.container-fluid{
    padding: 0 !important;
}
.header-first-floor{
    background: linear-gradient(89.04deg, #25CAD4 -6.07%, #F809F3 104.2%), url("/images/uzor.png") repeat;
    padding: 0;
}
.header{
    margin-bottom: -5px;
    background: linear-gradient(89.04deg, #25CAD4 -6.07%, #F809F3 104.2%);
}

.search form{
    position: relative;
}
.search form input{
    width: 481px;
    padding: 16px 30px 16px 30px;
    gap: 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #979797;
    margin-left: auto;
}

.search form button{
    position: absolute;
    right: 15px;
    top: 14px;
    background: none;
    border: none;
}

.modal-content{
    margin-bottom: 20%;
}

.header-second-floor{
    box-shadow: 0 0 4px 0 #9090904D;
    padding: 10px 0;
}

.category a{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #24BD90;
    display: flex;align-items: center;
}

.category a span{
    margin-left: 10px;
}

.lang-login{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.lang .map{
    font-size: 20px;
    margin-right: 10px;
}

.lang button{
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #979797;
    display: flex;
    align-items: center;
}

.lang .dropdown-toggle::after{
    display: none;
}

.login{
    margin-left: 45px;
    display: flex;
}

.login a{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #25CAD4;
    display: flex;
    align-items: flex-start;
}

.login a .login-icon{
    font-size: 25px;
    margin-left: 15px;
    margin-right: 5px;
}

.slider{
    margin-top: 35px;
    padding-bottom: 50px;
}

.slider img{
    width: 100%;
    border-radius: 10px;
}

.slider .swiper-wrapper{
    padding-bottom: 40px;
}

.category-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col-category{
    width: 19% !important;
    border: 1px solid #ECC440;
    padding: 20px;
    gap: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.accordion-item{
    margin-bottom: 10px;
    border: 1px solid #ECC440 !important;
}

.accordion-item button{
    margin-bottom: 0;
    color: #fff !important;
}

.accordion-button::after{
    filter: invert(1);
}

.accordion-body a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
}
.col-category a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}

.col-category a span{
    margin-left: 10px;
}

.recommended-title h2{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #2D2D2D;
}
.product-card{
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #9090904D;
    margin-bottom: 20px;
}
.product-image{
    position: relative;
}
.product-default-image img{
    width: 100%;
    height: 280px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.product-vip-status{
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-vip-status img{
    width: 70%;
}
.product-heart{
    position: absolute;
    right: 10px;
    bottom: -15px;
    box-shadow: 0 4px 4px 0 #00000040;
    width: 36px;
    height: 36px;
    gap: 0;
    border-radius: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000000;
}
.product-content{
    padding: 30px 20px 30px 20px;
    gap: 20px;
}

.product-content .product-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.product-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #7B7B7B;
}

.product-content .price-som{
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #FF2E00;
    display: block;
}

.product-content .price-som-second{
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #23B66F;
    display: block;
}

.product-content .price-usd{
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    color: #23B66F;
    display: block;
}

.product-content .view-more{
    width: 100%;
    display: block;
    padding: 13px 26px 13px 26px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #25CAD4;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #2D2D2D;
    margin-top: 30px;
    text-align: center;
}

.footer{
    padding: 30px 0;
    background: linear-gradient(270.61deg, #25CAD4 1.05%, #F809F3 108.62%);
    box-shadow: 0 0 4px 0 #9090904D;
}

.footer-img-uzor{
    width: 100%;
    margin: 25px 0 50px 0;
    height: 15px !important;
}

.footer-title h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-title-h3{
    margin-left: 28%;
}

.footer-title a{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.links-share {
    display: flex !important;
    justify-content: end;
}

.links-share a{
    margin-right: 20px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs a{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #2D2D2D;
}

.breadcrumbs span{
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    color: #7B7B7B;
    margin: 0 10px;
}

.breadcrumbs .title-breadcrumbs{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #979797;
}

.mySwiperProductImages1 {
    width: 100%;
    height: 92px;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 25px;
}

.mySwiperProductImages1 img{
    border-radius: 10px;
    height: 100%;
}

.mySwiperProductImages1 .swiper-slide {
    height: 100%;
    opacity: 0.4;
    border: 3px solid transparent;
    border-radius: 10px;
}

.mySwiperProductImages1 .swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #23B66F;
    border-radius: 10px;
}

.mySwiperProductImages img{
    border-radius: 10px;
    width: 100%;
    height: 352px;
    object-fit: cover;
}

.mySwiperProductImages1 .swiper-button-next:after, .mySwiperProductImages1 .swiper-button-prev:after{
    font-size: 20px;
    color: #000;
}

.mySwiperProductImages .swiper-pagination{
    padding: 5px 10px;
    position: absolute;
    width: fit-content;
    border-radius: 6px;
    opacity: .8;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    left: 85%;
}

.contact-product-detail{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.contact-product-detail a{
    display: block;
    width: 48%;
    padding: 10px 16px 10px 16px;
    gap: 4px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.contact-product-detail .chat-btn{
    background: #25CAD4;
}

.contact-product-detail .wa-btn{
    background: #25D366;
}

.add-to-wish-product-detail{
    margin-top: 25px;
}

.add-to-wish-product-detail a{
    display: block;
    width: 100%;
    padding: 10px 16px 10px 16px;
    gap: 4px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: linear-gradient(89.04deg, #25CAD4 -6.07%, #F809F3 104.2%);
}

.other-info-product-detail{
    margin-top: 25px;
}

.other-info-product-detail p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #2D2D2D;
    margin-bottom: 0;
}

.user-product-detail{
    position: absolute;
    bottom: 20px;
    padding: 20px;
    gap: 16px;
    width: 31.5%;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #9090904D;
    display: flex;
    align-items: center;
    justify-content: start;
}
.user-product-detail img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.info-user h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #2D2D2D;
}

.info-user p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #7B7B7B;
    margin-bottom: 0;
}

.info-user a{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #2D2D2D;
    display: block;
    margin-top: 10px;
}

.product-detail-info h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    color: #000;
}

.product-detail-info p{
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #2D2D2D;
}

.product-detail-info .price-usd{
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    color: #23B66F;
    display: block;
}
.product-detail-info .price-som{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #FF1A19;
    display: block;
    margin-top: 15px;
}

.product-detail-attributes{
    margin-top: 40px;
}

.product-detail-attributes p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #2D2D2D;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail-attributes p span{
    display: block;
    width: 45%;
}

.product-detail-attributes p .bold-attr{
    font-weight: 600;
}

.product-detail-map{
    margin-top: 40px;
    border-radius: 10px;
}

.product-detail-map iframe{
    border-radius: 10px;
}

.product-detail-map p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #7B7B7B;
}

.product-detail-map p span{
    margin-right: 10px;
}

.product-detail-all{
    position: relative;
}
.product-detail-share{
    display: flex;
    justify-content: end;
    align-items: center;
}
.product-detail-share a{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #E917F1;
}
.product-detail-share a img{
    margin-left: 10px;
}

.product-detail-share-icons{
    margin-top: 30px;
    display: block;
}

.product-detail-share-icons a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 40px;
    padding: 8px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #474747;
    margin-bottom: 10px;
    margin-left: auto;
}

.user-products{
    position: initial;
    width: 100%;
    display: block;
}
.user-products img{
    margin-bottom: 20px;
}
.sub-category-list a{
    padding: 5px 10px 10px 10px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #9090904D;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #2D2D2D;
    margin-right: 5px;
}
.filters{
    text-align: right;
}
.filters a{
    padding: 8px 12px 8px 12px;
    gap: 8px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #9090904D;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    color: #25CAD4;
}
.wishlist-tabs-ul{
    padding: 0;
    gap: 10px;
    border-radius: 10px;
    background: #E4E4E4;
    width: fit-content;
}
.wishlist-tabs-ul button{
    padding: 7px 60px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #2D2D2D;
}
.wishlist-tabs-ul .active{
    color: #2D2D2D !important;
    background: #fff !important;
    border: 1px solid #25CAD4 !important;
}
.no-find-product-card{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: -30px;
}
.no-find-product-card h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #2D2D2D;
}
.no-find-product-card p{
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #6B6B6B;
}
.search-wishlist-card{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #AECFD1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.search-wishlist-card img{
    width: auto;
    height: 22px;
    margin-top: 5px;
}
.search-wishlist-sub-cat-name{
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #2D2D2D;
}
.search-wishlist-cat-name{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    color: #979797;
}
.login-page .logo-login-img{
    display: block;
    margin: 0 auto 50px auto;
}
.login-page p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #252B42;
}

.login-with-google{
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 30px auto;
    justify-content: center;
    box-shadow: 0 0 4px 0 #9090904D;
    padding: 16px 40px 16px 40px;
    gap: 10px;
    border-radius: 30px;
    color: #252B42;
}
.next-page{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #252B42;
    margin: 90px auto 30px auto;
}
.next-page span{
    display: block;
    margin-left: 5px;
    margin-right: 5px;
}
.wifi-page h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #2D2D2D;
}
.wifi-page img{
    margin-bottom: 10px;
}
.wifi-page p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #7B7B7B;
}
.wifi-page a{
    padding: 8px 16px 10px 16px;
    gap: 10px;
    border-radius: 10px;
    color: #fff;
    background: #25CAD4;
    width: 100%;
    display: block;
    margin-top: 50px;
}
.bg-home-page{
    background: #8A8A8E !important;
    margin-top: 10px !important;
}
.form-group{
    margin-bottom: 30px;
}
.form-group label{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #2D2D2D;
    margin-bottom: 10px;
}
.images-add{
    width: 237px;
    height: 105px;
    padding: 26px 30px 26px 30px;
    gap: 10px;
    border-radius: 10px;
    background: #25CAD4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.images-add img{
    display: block;
    margin: 0 auto 10px auto;
}
.images-add a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}
.inputs-add{
    position: relative;
}
.inputs-add input{
    width: 100%;
    height: 77px;
    padding: 0 30px 20px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #7B7B7B;
}
.inputs-add textarea{
    width: 100%;
    height: 167px;
    padding: 20px 30px 20px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #7B7B7B;
}
.inputs-add select{
    width: 100%;
    height: 64px;
    padding: 20px 30px 20px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #7B7B7B;
}
.inputs-add-price input{
    height: 53px;
    padding: 20px 30px 20px 30px;
}
.inputs-add span{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    color: #7B7B7B;
}
.dropdown-price button {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    color: #787878;
    margin-left: 20px;
}
.inputs-add-locations label{
    display: block;
    border-bottom: 1px solid #AECFD1;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #7B7B7B;
}
.form-add .save-btn{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 18px 26px 18px 26px;
    gap: 10px;
    border-radius: 10px;
    background: #25CAD4;
    border: none;
}
.ornament-add{
    text-align: right;
}
.product-detail-info-user p{
    font-weight: 400 ;
}
.add-to{
    width: 100%;
    display: block;
    background: #25CAD4;
    color: #fff;
    padding: 15px;
    gap: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    margin-top: 25px;
}
.images-edit img{
    border-radius: 10px;
}
.mySwiperProductEditImages1{
    margin-top: 20px;
}
.mySwiperProductEditImages img{
    height: 352px;
    width: 100%;
    object-fit: cover;
}
.mySwiperProductEditImages1 img{
    width: 103px;
    height: 92px;
    object-fit: cover;
}
.images-edit{
    width: 77%;
}
.mySwiperProductEditImages1{
    width: 77%;
    margin-left: 0 !important;
    margin-right: auto !important;
}
.images-edit a{
    margin-top: 20px;
}
.mySwiperProductEditImages .swiper-pagination {
    padding: 5px 10px;
    position: absolute;
    width: fit-content;
    border-radius: 6px;
    opacity: .8;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    left: 85%;
}
.edit-profile{
    position: relative;
}
.edit-profile-pen{
    width: 10% !important;
    height: auto !important;
    position: absolute;
    top: -4px;
    left: 24%;
}
.edit-profile .edit-profile-img {
    width: 100px;
    height: 100px;
}
.user-edit-name{
    left: 10px;
    top: 19px;
    font-size: 17px !important;
}
.user-edit-lang{
    width: max-content;
    left: 10px;
    top: 24px;
    font-size: 17px !important;
}
.condition, .logout{
    border-bottom: 1px solid #AECFD1;
}
.info-user-edit a{
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2D2D2D;
}
.delete-profile{
    color: #FF1F1F !important;
}
.user-products-tabs{
    width: max-content;
    border-bottom: 1px solid #C4C4C4;
}
.user-products-tabs button{
    background: none !important;
    border: none !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 40px;
    color: #979797;
    border-radius: 0 !important;
}
.user-products-tabs .active{
    color: #2D2D2D !important;
    border-bottom: 2px solid #25CAD4 !important;
}
.chat-list{
    box-shadow: 0 0 4px 0 #9090904D;
    border-radius: 10px;
    overflow-y: hidden;
    width: 100%;
}
.chat-list-height{
    height: 575px;
    overflow-y: scroll;
}
.chat-list h3{
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #7B7B7B;
}
.chat-list-card{
    box-shadow: 0 0 4px 0 #9090904D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.chat-list-img-user img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.chat-list-img-product img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}
.chat-list-info-user a{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #2D2D2D;
}
.chat-list-info-user p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #7B7B7B;
    margin-bottom: 0;
}
.active-chat-list{
    background: #EEEEEE;
}
.chat-body{
    box-shadow: 0 0 4px 0 #9090904D;
    border-radius: 10px;
    height: 630px;
    overflow-y: hidden;
    width: 100%;
    background: #FAFAFA;
    position: relative;
}
.chat-body-chats{
    padding: 20px;
    height: 350px;
    overflow-y: scroll;
}
.chat-body-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #979797;
    background: #fff;
}
.chat-body-header-img-name{
    display: flex;
    align-items: center;
}
.chat-body-header-img-name img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}
.chat-body-header-img-name h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #2D2D2D;
    margin-bottom: 0;
}
.chat-body-header-img-name p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #7B7B7B;
    margin-bottom: 0;
}
.chat-body-header-second{
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    background: #fff;
}
.chat-body-header-second-img-name{
    display: flex;
    align-items: center;
}
.chat-body-header-second-img-name img{
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}
.chat-body-header-second-img-name a{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #979797;
}
.chat-body-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    width: inherit;
}
.chat-body-footer-img-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-body-footer-input{
    width: 85%;
}
.chat-body-footer-input input{
    height: 36px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #24BE93;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #B1B1B1;
}
.chat-body-messages{
    position: absolute;
    bottom: 15%;
    padding: 10px 20px;
    width: inherit;
    display: flex;
    justify-content: space-between;
}
.chat-body-messages span{
    padding: 11px 20px 11px 20px;
    border-radius: 10px;
    background: #E9331B;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    cursor: pointer;
}
.left-chats-body{
    display: flex;
    justify-content: start;
}
.right-chats-body{
    display: flex;
    justify-content: end;
    text-align: right;
}
.left-chats-body img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}
.left-chats-bg{
    padding: 12px 18px 6px 18px;
    gap: 14px;
    background: #F4F4F7;
    border-radius: 0 16px 16px 16px;
    width: 70%;
    margin-bottom: 11px;
}
.left-chats-bg p, .right-chats-bg p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #2D2D2D;
    margin-bottom: 0;
}
.left-chats-bg span, .right-chats-bg span{
    font-size: 14px;
    font-weight: 200;
    line-height: 19px;
    color: #00000073;
}
.right-chats-bg{
    background: #F4F4F7;
    padding: 12px 18px 6px 18px;
    gap: 14px;
    border-radius: 16px 16px 0 16px;
    width: 70%;
    margin-bottom: 11px;
}
.active-chat-status{
    font-size: 10px !important;
    color: #27AE60 !important;
}
.chat-body-not{
    height: 408px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.offcanvas-body-cat-list .category-list{
    display: block;
}
.offcanvas-body-cat-list .category-list .col-category{
    width: 100% !important;
}

.offcanvas-body-filters .inputs-add-locations label{
    display: flex;
    border-bottom: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.pk-none{
    display: none !important;
}
.save-btn-a{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 18px 26px 18px 26px;
    border-radius: 10px;
    background: #25CAD4;
    border: none;
}
.dotsModal-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #373737;
}
.offcanvas-body-detail{
    background: #F3F3F3;
    border-radius: 0 0 10px 10px;
    padding: 0 !important;
}
.modal-header-detail{
    background: #F3F3F3;
    border-bottom: none !important;
}
.form-dots{
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    width: 95%;
    margin: 5px auto 20px auto;
}
.bg-btn-form{
    border-top: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 30px;
}

.bg-btn-form .save-btn {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.add-to-call{
    border: 1px solid #25CAD4 !important;
    background: #fff !important;
    color: #25CAD4 !important;
}
.call-to{
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 22px!important;
    color: #1EA69A !important;
    margin-left: 25px;
}
.offcanvas-body-detail-user a{
    padding: 6px 16px 6px 16px;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 #00000040;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #131313;
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto 10px auto;
}
.offcanvas-body-detail-user a span, .offcanvas-body-detail-user a img{
    margin-right: 10px;
}
.left-to-go a{
    color: #828282;
}

.fixed-mobile-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 4px 0 #9090904D;
    background: #fff;
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    z-index: 9999;
}

.fixed-mobile-menu a{
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #8A8A8E;
    display: block;
}
.fixed-mobile-menu a span{
    display: block;
}
.fix-icon{
    margin-bottom: 5px;
    font-size: 20px;
}
.active-fis-menu{
    color: #25CAD4 !important;
}
.plus-fixed-menu .fix-icon{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #25CAD4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -22px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #37E5F0 !important;
    background: #37E5F0;
    border-radius: 10px;
}

.ui-slider-horizontal {
    height: 6px !important;
}

.ui-slider .ui-slider-handle {
    width: 30px !important;
    height: 30px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #37E5F0 !important;
    background: #37E5F0 !important;
    color: #37E5F0 !important;
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -13px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    color: #37E5F0 !important;
}

.launch-page-first-block, .launch-page-second-block, .launch-page-3-block{
    padding: 40px 30px 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #9090904D;
    margin-bottom: 30px;
}

.launch-page-first-block h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #2D2D2D;
}
.launch-page-first-block p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #7B7B7B;
}

.price-slider h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #2D2D2D;
    margin-bottom: 25px;
}

.price-slider h5 span{
    font-weight: 400;
    color: #7B7B7B;
}

.price-slider p{
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    color: #0C0C0C;
    margin-top: 30px;
    margin-bottom: 0;
}

.launch-page-second-block span{
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    color: #636363;
    margin-left: 10px;
}

.launch-page-second-block label{
    border: none;
    padding-bottom: 0;
}

.launch-page-second-block .form-group, .launch-page-3-block .form-group{
    margin-bottom: 0;
}
.inputs-add-send-check{
    border: 2px dashed #BEBEBE;
    border-radius: 10px;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputs-add-send-check p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #2D2D2D;
}

.view-count-product-detail{
    display: flex;
    align-items: center;
}

.view-count-product-detail p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #888585;
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.view-count-product-detail p img{
    margin-right: 5px;
}

.mob-display{
    display: flex;
    justify-content: space-between;
    align-items: normal;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #CECECE;
    background-color: #fff;
    margin-right: 5px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

input[type="radio"]:checked {
    background: linear-gradient(180deg, #37E5F0 0%, #1EA69A 100%);
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #CECECE;
    background-color: #fff;
    margin-right: 5px;
    position: relative;
    top: 4px;
    cursor: pointer;
    text-align: center;
}

input[type="checkbox"]::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    left: 2px;
    top: 3px;
}

input[type="checkbox"]:checked::before {
    background: url('../images/checkbox.png') no-repeat;
}

.ornament1, .ornament2{
    width: 100%;
    height: 15px !important;
}

.save-btn-detail {
    padding: 16px 20px;
    border-radius: 10px;
    color: #909090;
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.save-btn-detail.active-radio {
    background: #25CAD4;
    color: #fff;
}

.add-step-images{
    display: flex;
    justify-content: space-between;
}

.add-step-images .images-add{
    width: 95%;
    margin: 0 auto;
    padding: 26px 15px;
}

.form-group-label{
    margin-bottom: 0;
}

.step-1-add{
    background: #AFAFAF;
}

.save-btn-bottom{
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 95% !important;
}
.dropdown-lang li a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #3E3E3E;
}
.bottom-line{
    border-bottom: 1px solid #AECFD1 !important;
}
.dropdown-lang li a:hover{
    background: none;
}
.modal-h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
.offcanvas-body-edit-user a{
    box-shadow: none;
    text-align: left;
    padding-left: 0 !important;
    margin-left: 0;
}