header.Masai-header .cart .dropdown-menu {
    width: 220px !important;
}

.btn_cart .btn_register {
    width: 200px !important;
    float: right !important;
}

.menucategory {
    margin-left: 120px !important;
}

#map {
    /*top:300px !important;*/
    /*position:unset !important;*/
    /*height:360px !important;*/
}

.leaflet-pane {
    top: unset !important;
}

@media (max-width: 992px) {
    .profile-menu {
        display: none !important;

    }

    #filterButton {
        display: block !important;
    }
    .adv{
        max-height: 330px !important;
    }
}

.gallery-img-first .gallery-item p, .gallery-vid-first .gallery-item p {
    display: block;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin: 0;
}

.img_div {
    color: rgba(147, 144, 124, 0.94);
    float: right;
    margin-left: 5px;
    background-color: #EEA8013D !important;
    border: 1px solid rgba(243, 124, 6, 0.16) !important;
    width: 150px;
    border-radius: 10px;

    height: 100px !important
}

.img_div .gallery-item {
    height: 100%;
}

.custom-box {
    background-color: rgba(156, 198, 239, 0.24);
    padding: 40px 50px;
    box-shadow: 1px 1px 15px 5px hsl(73.6, 22.4%, 19.2%);
}

.img-gallery {
    border: 1px solid rgba(135, 134, 147, 0.49);
}

.btn_custom1 {
    border-radius: 5px !important;
    padding: 5px !important;
    background-color: rgba(130, 167, 239, 0.94) !important;
    width: 120px !important;

}

.btn_custom2 {
    border-radius: 5px !important;
    padding: 5px !important;
    background-color: rgba(50, 57, 239, 0.93) !important;
    width: 120px !important;
}
.btn_custom3 {
    border-radius: 5px !important;
    padding: 5px !important;
    background-color:transparent !important;
    width: 100px ;
    color: black !important;
    font-weight: bold!important;
}
.btn_custom4 {
    border-radius: 5px !important;
    padding: 5px !important;
    background-color: #ee8253 !important;
    width: 150px !important;
}
.btn_custom5 {
    border-radius: 5px !important;
    padding: 5px !important;
    background-color: #ee8253 !important;
    width: 100px !important;
}

.icon-message {
    font-size: 18px !important;
    color: rgba(13, 74, 149, 0.79);
    margin-left: 20px;
}

.pointermouse {
    cursor: pointer;
}

nav.header-responsive form {
    width: 60% !important;
}

nav.header-responsive .search-nav ul {
    width: 25% !important;
}

.btnresponsive {
    font-size: 12px !important;
}

@media (max-width: 1077px) {
    .sidebar-collapse .navbar .navbar-toggler-bar {
        background: black !important;
    }
}

nav.header-responsive form input {
    background-color: rgba(196, 216, 243, 0.95)
}

.navbar {
    padding-top: 5px !important;
}

.btn-camera {
    padding: 7px !important;
    background-color: #1B82CA !important;
    color: #fffbe3 !important;
}

.btn-map {
    padding: 7px !important;
    background-color: #f65d20 !important;
    color: #fffbe3 !important;
}


.mobile-menu {
    position: fixed;
    bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    /*z-index: 99999;*/
    background: var(--white);
    /*box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);*/
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    display: none;
    border-radius: 20px 20px 0 0;

}


.mobile-menu a, .mobile-menu button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 7px 0;
    border-radius: 8px;
    position: relative;
    /*background-color: #a5d8ff !important;*/
    box-shadow: none !important;
    cursor: pointer;

    /*border-color: #00997A !important;*/
}

.mobile-menu a:hover, .mobile-menu button:hover {
    /*background: #00997A !important;*/
    color: #0b3d91 !important;
}

.mobile-menu a:hover i, .mobile-menu button:hover i {
    color: #00997A !important;
}

.mobile-menu a:hover span, .mobile-menu button:hover span {
    color: #00997A !important;
}

.mobile-menu a i, .mobile-menu button i {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #000000;
    /*text-shadow: -2px 3px 8px rgba(0, 0, 0, .1)*/
}

.mobile-menu a span, .mobile-menu button span {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    color: #000000;
    text-transform: uppercase
}

.mobile-menu a sup, .mobile-menu button sup {
    position: absolute;
    top: -5px;
    right: 75%;
    width: auto;
    height: auto;
    min-height: 24px;
    min-width: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    transform: translateX(50%);
    color: var(--white);
    background: var(--primary);
    /*border: 2px solid var(--green-chalk);*/
    /*text-shadow: var(--primary-tshadow);*/
    padding: 3px;
}

.mobile-menu a .icofont-shopping-cart, .mobile-menu button .icofont-shopping-cart {
    font-size: 18px
}

@media (max-width: 991px) {
    .mobile-menu {
        display: flex
    }

    .imgslider {
        /*height: 150px !important;*/
    }

    .divslider {
        /*height: 360px !important;*/

    }
    .adv{
        max-height: 330px !important;
    }
}

/*.owl-nav {*/
/*    display: block !important;*/
/*}*/

header.Masai-header .search-area form.search input {
    background-color: #1B82CA29 !important;
    border: 1px solid #1B82CA29 !important;
}

header.Masai-header .search-area form.search button {
    background-color: transparent !important;
}

.icon-icon {

    color: #1B82CA !important;
}

.view_more {
    background-color: #1B82CA
}

.input_second {

    background-color: #dce0ec !important;
    border: 1px solid rgba(6, 10, 243, 0.16) !important;

}

.btn-main-masai {
    background-color: rgba(28, 148, 223, 0.92) !important;
}

.btn_cart .btn_sabad {
    background-color: #1B82CA29 !important;
}

.btn_cart .btn_pardakht:hover {
    background-color: #1B82CA29 !important;
}

.btn_cart .btn_sabad:hover {
    background-color: #1B82CA !important;

}

nav.header-responsive form input {
    background-color: #1B82CA29 !important;
    border: 1px solid #1B82CA29 !important;
}

/*@media (max-width: 1077px) {*/
/*    .sidebar-collapse .navbar-collapse2::before {*/
/*        background: #fff;*/
/*        display: block;*/
/*        content: "";*/
/*        position: absolute;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        top: 0;*/
/*        left: 0;*/
/*        z-index: -1;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*    .sidebar-collapse .navbar-collapse2::before {*/
/*        background: #f96332;*/
/*        background: -webkit-linear-gradient(#f96332 0%, #000 80%);*/
/*        background: -o-linear-gradient(#f96332 0%, #000 80%);*/
/*        background: -moz-linear-gradient(#f96332 0%, #000 80%);*/
/*        background: linear-gradient(#f96332 0%, #000 80%);*/
/*        opacity: 0.76;*/
/*        filter: alpha(opacity=76);*/
/*        display: block;*/
/*        content: "";*/
/*        position: absolute;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        top: 0;*/
/*        left: 0;*/
/*        z-index: -1;*/
/*    }*/
/*}*/

/*@media (max-width: 1077px) {*/
/*    .sidebar-collapse .navbar-collapse2 {*/
/*        position: absolute;*/
/*        display: block;*/
/*        top: 0;*/
/*        height: 100vh !important;*/
/*        width: 300px;*/
/*        right: 0;*/
/*        z-index: 1032;*/
/*        visibility: visible;*/
/*        background-color: #fff;*/
/*        overflow-y: scroll;*/
/*        border-top: none;*/
/*        text-align: left;*/
/*        max-height: none !important;*/
/*        -webkit-transform: translate3d(300px, 0, 0);*/
/*        -moz-transform: translate3d(300px, 0, 0);*/
/*        -o-transform: translate3d(300px, 0, 0);*/
/*        -ms-transform: translate3d(300px, 0, 0);*/
/*        transform: translate3d(300px, 0, 0);*/
/*        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*    }*/
/*}*/
/*@media screen and (max-width: 991px) {*/
/*    .sidebar-collapse .navbar-collapse2 {*/
/*        position: fixed;*/
/*        display: block;*/
/*        top: 0;*/
/*        height: 100% !important;*/
/*        width: 300px;*/
/*        right: 0;*/
/*        z-index: 1032;*/
/*        visibility: visible;*/
/*        background-color: #999;*/
/*        overflow-y: visible;*/
/*        border-top: none;*/
/*        text-align: left;*/
/*        max-height: none !important;*/
/*        -webkit-transform: translate3d(300px, 0, 0);*/
/*        -moz-transform: translate3d(300px, 0, 0);*/
/*        -o-transform: translate3d(300px, 0, 0);*/
/*        -ms-transform: translate3d(300px, 0, 0);*/
/*        transform: translate3d(300px, 0, 0);*/
/*        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
/*    }*/
/*}*/
@media (max-width: 1077px) {
    .navbar-collapse2 {

        position: absolute;
        display: block;
        top: 0;
        height: 100vh !important;
        width: 200px;
        left: 0;
        z-index: 9999999;
        visibility: visible;
        background-color: #fff;
        overflow-y: scroll;
        border-top: none;
        text-align: left;
        max-height: none !important;
        /*-webkit-transform: translate3d(300px, 0, 0);*/
        /*-moz-transform: translate3d(300px, 0, 0);*/
        /*-o-transform: translate3d(300px, 0, 0);*/
        /*-ms-transform: translate3d(300px, 0, 0);*/
        /*transform: translate3d(300px, 0, 0);*/
        /*-webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
        /*-moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
        /*-o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
        /*-ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);*/
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
}

.slide-in-left {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: -100%;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: #fff;*/
    /*z-index: 9999;*/
    transition: all 0.5s ease-in-out;
}

.search {

    /*top: 40% !important;*/
}

header.Masai-header {
    padding: 10px 0 0px 0 !important;
}

.Blog-category .blog_tag {
    background-color: transparent;
}

.Blog-category .blog_tag .Blog_list .Blog_Date2 i {
    color: #0a47a9;
    border-radius: 7px 7px 7px 7px !important;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    margin-top: -4px;
}

.Blog-category .blog_tag .Blog_list .Blog_Date2 {
    color: #515151 !important;
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin: 5px 7px 0px 0px;
}


.icon-favorite {
    color: red !important;
}

.icon-favorite2 {
    color: red !important;
}

.Blog_title2 {
    color: #0E0EFF;
    font-weight: bolder !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader-inner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

footer.main-footer {
    margin-top: 5px !important;
}

.pagination .page-item.disabled > .page-link {
    color: black !important;
}

.input_textarea2 {
    background-color: rgba(209, 244, 215, 0.79) !important;
}

.input_textarea3 {
    background-color: rgba(231, 239, 239, 0.79) !important;
}

.navbar-toggler2 {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler2:focus, .navbar-toggler2:hover {
    text-decoration: none;
}

.navbar .navbar-toggler2:hover .navbar-toggler-bar.bar2 {
    width: 22px;
}

header.Masai-header .logo-area a {
    margin-top: 10px !important;
}

.navbar-translate .default img {
    margin-top: 3px !important;
    margin-bottom: 5px !important;
}

.dropdown-menu-right {
    top: 110px !important;
}

.view_more2 {
    position: absolute !important;
    z-index: 2 !important;
    font-size: 2em !important;
    top: 0 !important;
    left: 5px;
    color: #8c2086 !important;
}

.profile-card-1 .view-more2 .fa-plus-circle {
    position: absolute;
    background: white;
    border-radius: 50%;
    width: 1.004em;
}

.profile-card-1 .img img {
    width: 100px !important;
    height: 100px !important;

    left: calc(50% - 50px) !important;
    top: 70px !important;
}

.profile-card-1 .img::before {

    width: 120px !important;
    height: 120px !important;

    left: calc(50% - 60px) !important;
    top: 60px !important;

}

.profile-card-1 .img::after {

    width: 110px !important;
    height: 110px !important;

    left: calc(50% - 55px) !important;
    top: 65px !important;

}

.profile-card-1 .view-more {
    left: calc(26% - 0.3em) !important;
    top: calc(45% - 0.3em) !important;
}

.namebusiness {
    position: absolute;
    left: calc(20% - 0.3em) !important;
    top: calc(55% - 0.3em) !important;
}


.profile-card-1 .img2 img {
    width: 80px !important;
    height: 80px !important;
    left: 5px !important;
    top: 25px !important;
}

.profile-card-1 .img2 img {
    width: 160px;
    height: 160px;
    padding: 3px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    left: calc(50% - 84px);

}

.customeruser .img2 {
    width: 20% !important;

}

.customeruser .mid-section {
    width: 80% !important;
    left: unset !important;
    top: 20px !important;
    background-color: transparent;
}





main.user {
    margin-top: 30px !important;
}

.Blog-category .Blog_title23 {
    margin: 0px;
    padding: 10px 30px;
    font-weight: 400;
    min-height: 10px !important;
    box-sizing: border-box;
    float: left;
    width: unset !important;;
    text-align: right;
    position: absolute;
    line-height: 10px;
    font-size: 12px;
    left: 1% !important;
    background-color: #121213;
    color: white;
    z-index: 1;
    border-radius: 5px;
    border: 0.5px solid #0E0EFF;
    margin-top: 12px !important;
    margin-left: 7px !important;

}

.Blog-category .imglogo {
    margin: 0px;
    padding: 15px 30px;
    font-weight: 400;
    height: 150px !important;
    width: 170px !important;
    box-sizing: border-box;
    float: left;
    width: unset !important;;
    text-align: right;
    position: absolute;

    top: 130px !important;
    left: 42%;
    z-index: 1;
    border-radius: 50%;


}

.business .imglogo {
    margin: 0px;
    padding: 15px 30px;
    font-weight: 400;
    height: 150px !important;
    width: 150px !important;
    box-sizing: border-box;
    float: right;
    width: unset !important;;
    text-align: right;

    z-index: 1;
    border-radius: 50%;


}

.sliderimgshop img {
    max-height: 200px !important;
}

.customeruser .view-more {

    top: calc(58% - 0.5em) !important;
    left: calc(27% - 0.5em) !important;

}
.btnrank{
    display: none;
}
.btnrank2{
    display: block;
}
.profile-card-1{
    height: 250px ;
}
.customeruser {
    height: 260px !important;
    background-color: rgba(216, 229, 255, 0.92);
}

@media (max-width: 768px) {

    .profile-card-1{
        height: 250px !important; ;
    }
    .customeruser {
        height: 260px !important;

    }
    .btnrank{
        display: inline-block;
    }
    .btnrank2{
        display: none;
    }

    .sliderimgshop img {
        max-height: 150px !important;
    }

    .Blog-category .Blog_title23 {
        left: 5% !important;
        font-size: 12px !important;
    }

    .Blog-category .imglogo {
        top: 100px !important;
        left: 33% !important;
        height: 120px !important;
        width: 150px !important;
    }

    .preloader {
        display: none !important;
    }

    .profile-card-1 .view-more {
        left: calc(16% - 0.3em) !important;
        /*top: calc(70% - 0.3em) !important;*/

    }
    .namebusiness {
        left: calc(11% - 0.3em) !important;
        /*top: calc(70% - 0.3em) !important;*/

    }
    .btnshop{
        width: 100px !important;
    }

    .customeruser .view-more {

        top: calc(58% - 0.5em) !important;
        left: calc(27% - 0.5em) !important;

    }

    .profile-card-1 .img2 img {
        top: 25px !important;
    }

    .customeruser .mid-section {
        top: 45px !important;
    }

    .imgbusiness {
        height: 100px !important;
    }

    .container-fluid {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .col-12 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .Blog-category .blog_tag {
        margin-bottom: 0px !important;
    }

    main.user {
        margin-top: 50px !important;
    }
}

.btn-menu-user {

    background-color: rgba(19, 104, 110, 0.95) !important;
    color: white !important;

}

@media (max-width: 1077px) {
    main {
        margin-top: 30px !important;
    }
}

.btn-adv {

    font-size: 10px !important;
    padding: 5px;
    padding-right: 10px !important;
    padding-left: 10px !important;

}

nav.headeruser {
    height: 50px !important;
}

@media (min-width: 992px) {
    .widget-product .product-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
        border: unset !important;
        background-color: transparent !important;
    }
}

.advslide {
    box-shadow: unset !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.Blog-category .Blog_title22 {
    margin: 0px;
    padding: 10px 10px;
    font-weight: 400;
    min-height: 10px !important;
    box-sizing: border-box;
    float: right;
    width: unset !important;;
    text-align: right;
    position: absolute;
    line-height: 10px;
    font-size: 10px;
    top: 0;
    /*left: 10px !important;*/
    background-color: white;

}


.searchpage input {
    width: 70%;
    height: 100%;
    padding: 10px 50px 9px;
    line-height: 1.833;
    font-family: vazir-fd-wl;
    font-weight: 300;
    font-size: 13px;
    border-radius: 7px;
    background-color: #F1F9FA;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #474747;
    outline: none;
}

.searchpage input {
    background-color: #1B82CA29 !important;
    border: 1px solid #1B82CA29 !important;
}

.product_title2 {
    text-align: center !important;
}

.bg_single_product2 {
    background-color: unset !important;
}

.box-tabs-tab2 {
    width: 45% !important;
}

.box-tabs .card-body2 {
    background-color: unset !important;
}

.checkbox-form2 input[type="checkbox"] {
    visibility: unset !important;
}

header.Masai-header .cart .dropdown-menu .m_cart-list {
    /*height: 200px !important;*/
}

@media (max-width: 1077px) {
    .sidebar-collapse .navbar .dropdown.show .dropdown-menu, .sidebar-collapse .navbar .dropdown .dropdown-menu {
        width: 250px !important;
        height: auto !important;
        max-height: 300px;
    }

    nav.header-responsive a {
        cursor: pointer;
        background-color: #f1f9fa;
        display: block;
    }

    header.Masai-header .cart .dropdown-menu .m_cart-list li {
        border-bottom: 1px solid #e6e6e6 !important;
        height: 90px;
    }

    .m_cart-list li {
        border-bottom: 1px solid #ccbdbd8f !important;

    }
}
.btn-transparent{
    background-color: transparent;
    color: #0b2e13;
}

.btn-transparent:hover{
    /*background-color: unset !important;*/

}
.banername{
    /*z-index: 9999999999999999;*/
    position: absolute;
    right: 0;
    /*background-color: white;*/
    /*padding: 0px 10px 0px 10px;*/
    /*color: black;*/
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px !important;
    border: 1px solid #0b3d91;
}
/*.profile-card-1 .mid-section .stats .stat{*/
/*    font-size: 14px !important;*/
/*}*/
.preloader {
    display: none !important;
}
.framed {
    position: relative;
    display: inline-block;
}

.photo {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1; /* عکس زیر فریم قرار می‌گیرد */
}

.frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* فریم روی عکس قرار می‌گیرد */
    pointer-events: none; /* جلوگیری از تاثیر کلیک بر روی فریم */
}
.profile-card-1 .mid-section .line{
    width: 100% !important;
}
.btn_custom8 {
    border-radius: 5px !important;
    padding: 10px !important;
    background-color: #2c3041 !important;
    width: 150px !important;
}

.btn_custom9 {

    border-radius: 0px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: rgba(28, 148, 223, 0.92) !important;
    width: 165px !important;
    color:white !important;
    font-size: 13px !important;
    font-weight: bold;
    /*height: 70px;*/
}
.center-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* وسط‌چین افقی */
    align-items: center; /* وسط‌چین عمودی */
    height: 100vh; /* کل ارتفاع صفحه را بگیرد */
}
.btn_custom10 {
    border-radius: 25px !important;
    padding: 10px !important;
    background-color: #ee8253 !important;
    width: 200px !important;
}
.btn_custom11 {
    border-radius: 25px !important;
    padding: 10px !important;
    background-color: #bebfbf !important;
    color: black;
    width: 200px !important;
}
.btn_custom12 {
    border-radius: 25px !important;
    padding: 10px !important;
    background-color: #2c3041 !important;

    width: 200px !important;
}
