:root {
    --red: #dc0000;
    --blue: #0084ff;
    --Purple: #5e00ff;
    --pink: deeppink;
    --basecolor: var(--red)
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
}

a, a:hover {
    outline: none;
    text-decoration: none;
}

.h4, h4 {
    font-size: 1.25rem;
}

a:hover {
    color: var(--basecolor);
}

@font-face {
    font-display: swap;
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Black.woff') format("woff"), url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Black.woff2') format("woff2")
}

@font-face {
    font-display: swap;
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format("woff"), url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format("woff2");
}

@font-face {
    font-display: swap;
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff') format("woff"), url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format("woff2");
}

@font-face {
    font-display: swap;
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff') format("woff"), url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2') format("woff2");
}

@font-face {
    font-display: swap;
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format("woff"), url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format("woff2");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format("woff"), url('../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format("woff2");
}

body {
    font-family: IRANSans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-style: normal;
    line-height: 1.4285em;
    color: #000000;
    direction: rtl;
    background: #ffffff;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";

}
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../googleicones/gicon-family-material-icones.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.filter-mobile {
    display: none
}

.rtl {
    direction: rtl
}

.ltr {
    direction: ltr;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-small {
    font-size: 0.8em;
}

.text-xsmall {
    font-size: 0.6em;
}

.text-large {
    font-size: 1.2em;
}

.text-xlarge {
    font-size: 1.4em;
}

.text-underline {
    text-decoration: underline;
}

.text-thin {
    font-weight: 100;
}

.text-UltraLight {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-demibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-extrabold {
    font-weight: 800;
}

.text-black {
    font-weight: 900;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}

.nav-bar-desktop {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 12%);
    height: 65px;
    justify-content: center;
    padding: 0 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1040;
}

.nav-bar-desktop, .nav-bar__content {
    align-items: center;
    display: flex;
    padding: 0;
}

.nav-bar__logo {
    /* height: 48px; */
    margin-left: 8px;
    vertical-align: middle;
    width: 135px;
}

.hr_line_vertical {
    display: inline-block;
    height: 1.5rem;
    width: 1px;
    background-color: rgba(0, 0, 0, .12);
    border: none;
    box-sizing: border-box;
    margin: 0 8px;
}

.hr_line_vertical.padded {
    margin: 0 8px;
}

.nav-bar_city, .navbar-link-normal {
    flex-shrink: 0;
    align-items: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 500;
    height: 2.5rem;
    justify-content: center;
    line-height: normal;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    -webkit-transition: color .36s ease, background-color .36s ease, box-shadow .36s ease, border-color .36s ease, -webkit-transform .36s ease;
    transition: color .36s ease, background-color .36s ease, box-shadow .36s ease, border-color .36s ease, transform .36s ease, -webkit-transform .36s ease;
}

.nav-bar_city:hover, .navbar-link-normal:hover {
    background-color: rgba(0, 0, 0, .04);
    color: black;
}

.nav-bar_city i, .navbar-link-normal i {
    vertical-align: middle;
    line-height: 1;
    padding-left: 7px;
}

.nav-bar_city span {
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 500;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: var(--basecolor);
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--basecolor);
    border-color: var(--basecolor);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #b0b0b0;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pagination {
    padding-right: 0
}

.pagination > li > a, .pagination > li > span {
    float: right;
    margin-right: -1px;
    margin-left: 0
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.header-search {
    /* overflow: hidden; */
    flex-shrink: 0;
    align-items: center;
    position: relative;
    /* flex-grow: 1; */
    margin-right: 16px;
    height: 40px;
    width: 480px;
    border-radius: 6px;
}

.header-search .header-search-form {
    display: flex;
    flex-grow: 1;
}

.header-search .header-search-form .header-search-submit {
    padding: 0;
    margin: 0;
    position: absolute;
    height: auto;
    left: 10px;
    background: transparent;
    color: #777;
    top: 10px;
}

.header-search .header-search-form .header-search-navbar-input {
    flex: 1 1;
    background: #f8f8f8;
    outline: none;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.navbar-section-left {
    align-items: center;
    display: flex;
    margin-right: auto;
}

.navbar-link-normal {
    margin: 0 8px;
}

.navbar-link-normal.red {
    color: #fff;
    background-color: var(--basecolor);
}

.navbar-link-normal.red:hover {
    color: #fff;
    background-color: var(--basecolor);
}

.mobile-navbar-bottom {
    display: none !important;
}

.mobile-navbar-bottom {
    align-items: stretch;
    background-color: rgba(255, 255, 255, .98);
    bottom: 0;
    box-shadow: 0 -1px 4px 0 rgb(0 0 0 / 15%);
    display: flex;
    height: 56px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.mobile-navbar-bottom .itemlink {
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #555;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: .75rem;
    justify-content: center;
    line-height: 2;
    outline: none;
    padding: 4px 0;
    -webkit-transition: color .36s ease, background-color .36s ease;
    transition: color .36s ease, background-color .36s ease;
}

.mobile-navbar-bottom .itemlink i, .mobile-navbar-bottom .itemlink img {
    text-rendering: auto;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    vertical-align: middle;
    font-size: 1.2rem;
    /*height: 24px;*/
    /*width: 24px;*/
}

.mobile-navbar-bottom .itemlink:hover, .mobile-navbar-bottom .itemlink:focus, .mobile-navbar-bottom .itemlink:active {
    background-color: rgba(0, 0, 0, .04);
    color: black;
}

.darjagahi {
    border-radius: 100%;
    background-color: #ffffff !important;
    position: relative;
    right: auto;
    left: auto;
    width: 20px;
    flex: .4 !important;
    top: -20px;
    padding: 20px 4px 0 !important;
    height: 67px;
    /* color: white !important; */
    box-shadow: 0px -6px 6px -4px #00000042;
}

.darjagahi i {
    margin-top: -11px;
    margin-bottom: 16px;
    font-size: 2rem;
    margin-right: -3px;
}

.mobile-navbar-bottom .itemlink.active {
    color: var(--basecolor);
}

/*
    Aside Browse
*/
.aside-browse::-webkit-scrollbar, .heightlistcity::-webkit-scrollbar, .aside-browse::-webkit-scrollbar-thumb, .aside-browse::-webkit-scrollbar-thumb:hover, .aside-browse::-webkit-scrollbar-track {
    background-color: transparent;
    display: none
}

.aside-browse {
    -ms-overflow-style: none;
    height: calc(100vh - 65px);
    overflow: auto;
    padding-top: 32px;
    position: fixed;
    scrollbar-width: none;
    top: 65px;
    width: 260px;
}

.p-gutter {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    /*margin-bottom: 10px;*/
}

.title-aside {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    color: rgba(0, 0, 0, .87);
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.accordion-category {
    margin: 0;
    padding: 0;
    direction: rtl;
}

.accordion-category li.item {
    font-size: .93rem;
    list-style: none;
    position: relative;
}

.accordion-category .item .link {
    color: #2e2e2e;
    cursor: pointer;
    display: inline-block;
    line-height: 2;
    outline: none;
    padding: 4px 0;
    -webkit-transition: color .36s ease;
    transition: color .36s ease;
}

.accordion-category .item .link:hover {
    color: var(--basecolor);
}

.accordion-category .item .link i, .accordion-category .item .link img {
    margin: 0 0 2px 8px;
    text-rendering: auto;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    font-size: 1.25rem;
    font-style: normal;
    font-variant: normal;
    height: 28px;
    line-height: 1;
    vertical-align: middle;
    width: 28px;
}

.accordion-subcategory {
    /*margin-right: 48px;*/
}

.card.white {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.5rem;
}

.card.white .card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card.white .card-header {
    background-color: hsla(0, 0%, 100%, 0);
}

.card.white .card-header {
    padding: 0.75rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background-color: #fff;
}

.card.white .card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}

.kt-ftr {
    display: flex;
    padding: 8px 0;
    direction: rtl;
}

.ktr-label {
    align-items: center;
    color: #666666;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    margin-left: 10px;
    /* margin-right: 4px; */
}

.kt-ftr__label {
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.kt-seprator {
    background-color: rgba(0, 0, 0, .24);
    border-radius: 50%;
    content: "";
    flex-shrink: 0;
    height: 2px;
    width: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 7px 0;
}

.kt-seprator:before {
    margin-bottom: 3px;
}

.kt-seprator:after {
    margin-top: 3px;
}

.kt-seprator, .kt-seprator:after, .kt-seprator:before {
    background-color: rgba(0, 0, 0, .24);
    border-radius: 50%;
    content: "";
    flex-shrink: 0;
    height: 2px;
    width: 2px;
}

.ktr-controls {
    flex-grow: 1;
    min-width: 0;
}

.ktr__controls {
    align-items: center;
    display: flex;
    /*flex: 1 1;*/
    flex-grow: 1;
    position: relative;
    width: 100%;
}

.border-color-777 {
    border-color: #777 !important;
}

.ktr__controls.inputctrl {
    position: relative;
    overflow: hidden;
}

.ktr__controls .input {
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: 4px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
}

.lbtmn {
    font-size: 10px;
    color: #999;
    position: absolute;
    left: 5px;
}

.ktr-ftr-fit {
    align-items: center;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 2rem;
    line-height: 2;
    margin: 0;
    outline: none;
    padding: 4px 8px;
    text-align: right;
    -webkit-transition: border-color .15s ease, color .15s ease;
    transition: border-color .15s ease, color .15s ease;
    width: 100%;
    color: rgb(121, 121, 121);
    font-size: .75rem;
}

.filter-field-toggle {
    font-size: .75rem;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    display: flex;
    border-top: 1px solid #ddd;
    height: 57px;
}

.filter-field-toggle label {
    margin-left: auto;
    cursor: pointer;
}

.filter-field-toggle .tgcheckbox {
    background-color: rgba(0, 0, 0, .24);
    border-radius: 12px;
    -webkit-transition: background-color .15s cubic-bezier(.4, 0, .2, 1);
    transition: background-color .15s cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 18px;
    padding: 1px;
    width: 32px;
}
.footer-aside {
    border-top: 1px solid #ddd;
    padding-top: 8px;
}

.footer-aside .footer-aside-links {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.footer-aside .footer-aside-links a {
    color: rgba(0, 0, 0, .56);
    display: inline-block;
    font-size: .75rem;
    line-height: 24px;
    padding: 8px;
    -webkit-transition: color .36s ease;
    transition: color .36s ease;
}

.footer-aside .footer-aside-links a:hover {
    color: rgba(0, 0, 0, .87);
}
.mobile-menu-social{
    border-top: 1px solid #ddd;
}
.footer-aside .footer-aside-social, .mobile-menu-social {
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
}
.enamadmobileitem{
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
    position: relative;
}
.enamadmobileitem img{
    max-width: 80px;
}

.footer-aside .footer-aside-social a,  .mobile-menu-social a {
    align-items: center;
    color: rgba(0, 0, 0, .56);
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    -webkit-transition: color .36s ease;
    transition: color .36s ease;
    width: 40px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.footer-aside .footer-aside-social a:hover, .mobile-menu-social a:hover {
    color: rgba(0, 0, 0, .87);
}

.footer-aside .footer-aside-social a i, .mobile-menu-social a i{
    text-rendering: auto;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    font-size: 1.25rem;
    font-style: normal;
    font-variant: normal;
    height: 20px;
    line-height: 1;
    vertical-align: middle;
    width: 20px;
}

.enamad {
    display: flex;
    justify-content: space-between;
    /*margin-top: 20px;*/
    align-items: center;
}
.enamad_box {
    cursor: pointer;
    height: auto;
    margin: 0;
    max-width: 120px;
    width: 48%;
}
.enamad_box img {
    height: auto;
    width: 100%;
}
/*
*/
.main_index {
    background-color: #fff;
    flex: 1 1;
    margin-right: 275px;
    margin-top: 32px;
    min-height: 100px;
    top: 0;
    width: auto;
    position: relative;
    display: block;
    height: 1000px;
}

/*
*/
.agahi-card-col {
    height: 184px;
    padding: 8px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.agahi-card {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    height: 168px;
    padding: 16px;
    position: relative;
    /* border-color: red; */
}

.agahi-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    position: relative;
}

.agahi-card:after {
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 12%), inset 0 0 0 1px #fff;
}

.agahi-card:after {
    border-radius: 4px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.agahi-card-thumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    flex: 0 0 136px;
    height: 136px;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
    width: 136px;
}

.agahi-card-thumb picture {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 4px;
    padding-top: 100%;
}

.agahi-card-thumb picture .image {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}


.agahi-card-title {
    color: rgba(0, 0, 0, .87);
    font-size: 0.9rem;
    font-weight: bold;
    height: 56px;
    line-height: 28px;
    margin-bottom: auto;
    overflow: hidden;
    overflow-wrap: break-word;
}

.agahi-card-descr {
    color: rgba(0, 0, 0, .56);
    font-size: .875rem;
    line-height: 24px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: pre;
}

.agahi-card-bottom {
    align-items: center;
    display: flex;
    line-height: 24px;
    overflow-wrap: break-word;
    white-space: nowrap;
}

.agahi-card--has-chat .agahi-card-body > :nth-last-child(2) {
    padding-left: 20px;
}

.agah-card-fori-label {
    color: #a62626;
    font-size: .75rem;
    margin-left: 4px;
}

.agahi-card-bottom .descr {
    color: rgba(0, 0, 0, .56);
    font-size: .75rem;
}

.row.row-nopardaz {
    margin-right: -8px !important;
    margin-left: -8px !important;
}

.row-nopardaz .col, .row-nopardaz .col-1, .row-nopardaz .col-10, .row-nopardaz .col-11, .row-nopardaz .col-12, .row-nopardaz .col-2, .row-nopardaz .col-3, .row-nopardaz .col-4, .row-nopardaz .col-5, .row-nopardaz .col-6, .row-nopardaz .col-7, .row-nopardaz .col-8, .row-nopardaz .col-9, .row-nopardaz .col-auto, .row-nopardaz .col-lg, .row-nopardaz .col-lg-1, .row-nopardaz .col-lg-10, .row-nopardaz .col-lg-11, .row-nopardaz .col-lg-12, .row-nopardaz .col-lg-2, .row-nopardaz .col-lg-3, .row-nopardaz .col-lg-4, .row-nopardaz .col-lg-5, .row-nopardaz .col-lg-6, .row-nopardaz .col-lg-7, .row-nopardaz .col-lg-8, .row-nopardaz .col-lg-9, .row-nopardaz .col-lg-auto, .row-nopardaz .col-md, .row-nopardaz .col-md-1, .row-nopardaz .col-md-10, .row-nopardaz .col-md-11, .row-nopardaz .col-md-12, .row-nopardaz .col-md-2, .row-nopardaz .col-md-3, .row-nopardaz .col-md-4, .row-nopardaz .col-md-5, .row-nopardaz .col-md-6, .row-nopardaz .col-md-7, .row-nopardaz .col-md-8, .row-nopardaz .col-md-9, .row-nopardaz .col-md-auto, .row-nopardaz .col-sm, .row-nopardaz .col-sm-1, .row-nopardaz .col-sm-10, .row-nopardaz .col-sm-11, .row-nopardaz .col-sm-12, .row-nopardaz .col-sm-2, .row-nopardaz .col-sm-3, .row-nopardaz .col-sm-4, .row-nopardaz .col-sm-5, .row-nopardaz .col-sm-6, .row-nopardaz .col-sm-7, .row-nopardaz .col-sm-8, .row-nopardaz .col-sm-9, .row-nopardaz .col-sm-auto, .row-nopardaz .col-xl, .row-nopardaz .col-xl-1, .row-nopardaz .col-xl-10, .row-nopardaz .col-xl-11, .row-nopardaz .col-xl-12, .row-nopardaz .col-xl-2, .row-nopardaz .col-xl-3, .row-nopardaz .col-xl-4, .row-nopardaz .col-xl-5, .row-nopardaz .col-xl-6, .row-nopardaz .col-xl-7, .row-nopardaz .col-xl-8, .row-nopardaz .col-xl-9, .row-nopardaz .col-xl-auto {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.rounded-full {
    border-radius: 9999px;
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.w-px {
    width: 1px;
}

.absolute {
    position: absolute;
}

.opacity-0 {
    opacity: 0;
}

.h-px {
    height: 1px;
}

.align-middle {
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

.ml-auto {
    margin-left: auto;
}

.inline-flex {
    display: inline-flex;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-red-400 {
    --bg-opacity: 1;
    background-color: var(--basecolor) !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
}

.bg-gray-400 {
    --bg-opacity: 1;
    background-color: #c2c2c2 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.best-main-box {
    margin: 20px 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0;
    float: right;
    width: 100%;
    box-shadow: 0px 10px 15px -10px #7979791c;
}

.best-main-box .title {
    font-weight: bold;
    font-size: 15px;
    float: right;
    color: #252525;
}

.best-main-box .morelink {
    float: left;
}

.best-main-box .morelink a {
    color: #666
}

.best-main-box .morelink a:hover {
    color: #000
}

.login-modal {
    padding: 10px
}

.login-modal .title {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 10px;
}

.login-modal .descr {
    margin: 15px 0;
    line-height: 26px;
    color: #555;
}

.login-modal .input {
}

.login-modal .ft {
    margin-top: 18px;
}

.login-modal .ft a {
    color: var(--basecolor)
}

.modal-title {
    font-size: 16px;
}

.modal-header {
    background: #f7f7f7;
}

.modal-footer .btn-danger, .modal-footer .btn-outline-danger {
    font-weight: bold
}


.filter-mobile {
}

.search-field {
    display: flex;
}

.search-field .header-search {
    margin-right: 0;
    width: auto;
    flex-grow: 1;
    margin-left: 8px;
}

.filter-search {
    background: #e2e6ea59;
    /* border: 1px solid #ddd; */
    border-radius: 6px;
    margin: 5px 0;
}

.btn-gray {
    background-color: #f5f6f8;
}


.citylistitems {
    /* padding: 0 15px; */
}

.citylistitems ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.citylistitems ul li {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    min-height: 48px;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    align-items: center;
    transition: all 100ms;
    padding-right: 5px;
}

.citylistitems ul li:hover {
    background-color: #f7f7f7;
}

.citylistitems ul li:before {
    font-family: "FontAwesome";
    content: "\f104";
    position: absolute;
    left: 17px;
    font-size: 1.3rem;
    color: #999;
}

.citylistitems ul li.noarrow:before {
    content: unset;
}

.citylistitems ul li:last-child {
    border: 0
}

.btn-group-gray {
    border: 1px solid #ddd;
}

.heightlistcity {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.checkbox-cityselect {
    position: absolute;
    left: 10px;
}

.lastitemcatmenu:before {
    content: "";
    border-right: 1px dashed #ddd;
    right: -11px;
    position: absolute;
    top: 0;
    height: 40px;
}

.lastitemcatmenu.active, .lastitemcatmenu.active .link {
    color: var(--basecolor);
}

.lastitemcatmenu.active:before {
    border-color: var(--basecolor);
}


.main_noindex {
    background-color: #fff;
    margin-top: 32px;
    min-height: 400px;
    position: relative;
    display: block;
}

.register-message-login {
    color: #0028bf;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

.flexgrow1 {
    flex-grow: 1;
}

.footer-login a {
    color: var(--basecolor)
}

.footer-login {
    font-size: .85rem;
}

#registerpin {

}

.pinlogin {
    margin: 20px auto;
    direction: ltr;
    text-align: center;
}

.a_underline {
    color: var(--basecolor);
    text-decoration: underline;
    text-underline-position: under;
}

.verify-modal .input {
    margin: 10px 0;
}

.verify-modal .input input {
    border-color: #ccc;
    background: #fafafa;
}

.verify-modal .input input:focus {

    border-color: #568cdc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.44);
}

.icon_fieldcat {
    color: #999;
    padding-left: 5px;
}

.icon_fieldcat i {
    font-size: 18px;
    line-height: 1;
}

.addads-category-wrraper {
    margin: 0 auto;
}

.addads-category-wrraper h2 {
    font-weight: bold;
    font-size: 1.5rem;
}

.addads-category-wrraper p {
    color: #686868;
    font-weight: normal;
    font-size: 1rem;
}

.Ucategory {
    margin: 0;
    margin-top: 15px;
    padding: 0;
}

.Ucategory li {
    list-style: none;
    margin: 0;
    color: black;
    font-size: 1rem;
    line-height: 2;
    min-height: 48px;
    padding: 8px 0;
    white-space: normal;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    transition: all 100ms;
    position: relative;
}

.Ucategory li:after {
    font-family: "FontAwesome";
    content: "\f104";
    position: absolute;
    left: 18px;
    font-size: 1.3rem;
    color: #999;
    top: 0;
}

.Ucategory li:hover {
    color: var(--basecolor)
}

.Ucategory li img {
    vertical-align: middle;
    margin-left: 10px;
}

.Ucategory .UcategoryList {
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    /* box-shadow: inset 0px 0px 11px #00000017; */
    padding-right: 15px;
}

.Ucategory .UcategoryList li:last-child { /* border:none; */
}

.Ucategory .UcategoryList .safe_cat {
}

.box-cat-select {
    border: 1px solid #ccc;
    align-items: center;
    height: 5rem;
    justify-content: space-between;
    border-radius: 6px;
    display: flex;
    padding: 0 1rem;
    margin-top: 2rem;
}

.box-cat-select .catname i {
    padding-left: 10px;
}

.box-cat-select .catname {
    font-weight: bold;
    font-size: 1rem;
    color: #666
}

.box-cat-select .button {
    display: inline-flex;
}

.btn.hover-red {
    color: var(--basecolor);
    font-weight: bold;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    outline: none;
}

.btn.hover-red:hover, .btn.hover-red:focus, .btn.hover-red:active {
    background: #ffe8e8;
    outline: none;
    box-shadow: none;
}

.form-group.custom {
    position: relative;
}

.form-group.custom label {
    font-weight: bold;
    font-size: 1rem;
}

.form-group.custom p {
    margin-bottom: 0;
    font-size: 13px;
    color: #777;
}

.form-group.custom input[type=text], .form-group.custom input[type=email], .form-group.custom input[type=tel], .form-group.custom textarea, .form-group.custom .chosen-single, .form-group.custom input[type=password] {
    margin-top: 7px;
    padding: 0.5rem 1rem;
    height: calc(1.5em + 1rem + 5px);
    font-weight: 400;
    color: black;
    border-color: #ccc;
    font-size: .9rem;
}

.form-group.custom input[type=text]:focus, .form-group.custom input[type=password]:focus, .form-group.custom input[type=email]:focus, .form-group.custom input[type=tel]:focus, .form-group.custom textarea:focus, #feildaddons .ktr-ftr-fit:focus, #feildaddons .ktr__controls .input:focus {
    border-color: rgb(166 38 38 / 56%) !important;
    box-shadow: inset 0 0 0 1px rgb(166 38 38 / 56%) !important;
}

.form-group.custom textarea {
    min-height: 100px;
}

.form-group.custom select {
}

.form-group.custom .chosen-container {
    width: 100% !important;
    display: block;
}

.form-group.custom .chosen-single {
    width: 100%;
}

.filter-field-toggle.toForm {
    display: block;
    border: 0;
    height: auto;
    margin-bottom: 1rem;
}

.filter-field-toggle.toForm label {
    margin-bottom: 0;
    font-size: .9rem;
    color: #444;
}

.filter-field-toggle.toForm .sub {
    display: inline-block;
    margin-left: 10px;
}

.btn-submit.outline {
    background: #fff;
    color: var(--basecolor);
    border: 1px solid var(--basecolor);
}

.btn-submit i {
    padding-left: 5px;
}

.btn-submit {
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    height: 2.5rem;
    justify-content: center;
    line-height: normal;
    min-width: 6rem;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    align-items: center;
    border: 1px solid transparent;
    background-color: var(--basecolor);
    -webkit-transition: color .36s ease, background-color .36s ease, box-shadow .36s ease, border-color .36s ease, -webkit-transform .36s ease;
    transition: color .36s ease, background-color .36s ease, box-shadow .36s ease, border-color .36s ease, transform .36s ease, -webkit-transform .36s ease;
}

.btn-submit:hover {
    background-color: var(--basecolor);
    color: #fff;
}

#feildaddons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#feildaddons .p-gutter {
    flex: 0 0 50%;
    max-width: 50%;
}

#feildaddons .kt-ftr {
    display: block !important;
    padding: 5px 0;
}

#feildaddons .title-aside {
    border: 0;
    padding: 0;
}

#feildaddons .ktr-ftr-fit, #feildaddons .ktr__controls .input {
    padding: 0.5rem 1rem;
    height: calc(1.5em + 1rem + 5px);
    font-weight: 400;
    color: black;
    border-color: #ccc;
    font-size: .9rem;
    margin: 0;
}

#feildaddons .ktr__controls {
    margin: 0 !important;
}

.map_marker {
    background: #f6f6f6;
    width: 100%;
    position: relative;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ddd;
}

.map_marker #map {
    height: 400px;
}

@media (max-width: 768px) {
    .map_marker #map {
        height: 300px;
    }
}

.current_location {
    display: block;
    float: left;
    margin-top: -5px;
    font-size: 12px;
    border: 1px solid #0060e5;
    border-radius: 5px;
    color: white;
    background: #0060e5;
}
.current_location:hover{
    background-color: #0055ca;
    color: #fff;
}

.image_uploader_zone {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;

}

.kt-image-drop-zone {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.kt-image-drop-zone__border-image {
    -webkit-user-drag: none;
    opacity: .24;
    -webkit-transition: opacity .36s ease;
    transition: opacity .36s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: bottom;
}

@media screen and (min-width: 520px) {
    .image_uploader_zone {
        grid-template-columns: repeat(4, 1fr);
    }
}

.icon_pic_zone_upload {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: color .36s ease;
    transition: color .36s ease;
    color: rgba(0, 0, 0, .24);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2rem !important;
    height: 32px;
    width: 32px;
}

.plus_icon_upload {
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
    width: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: color .36s ease;
    transition: color .36s ease;
}

.plus_icon_upload i {
    border-radius: 50%;
    color: var(--basecolor);
    left: 1px;
    position: absolute;
    top: 1px;
    font-size: 1.125rem;
    height: 18px;
    width: 18px;
}

.kt-image-upload-preview {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    border: 2px solid var(--basecolor);
    border-radius: 3px;
    outline: none;
}

.btn-delete-picture {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 4px;
    outline: none;
    position: absolute;
    top: 4px;
}

.kt-image-upload-preview__height-enforcer {
    padding-bottom: 100%;
}

.kt-image-upload-preview__progress-overlay {
    align-items: center;
    background-blend-mode: color;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 4px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.kt-progress-bar {
    background-color: #fff;
    border-radius: 2px;
    direction: ltr;
    height: .375rem;
    margin: 0 auto;
    padding: .125rem;
    width: calc(100% - 1.5rem)
}

.kt-progress-bar__inner {
    border-radius: 3px;
    height: 100%;
    -webkit-transition: width .36s ease;
    transition: width .36s ease
}

.kt-progress-bar--white,
.kt-progress-bar__inner {
    background-color: rgba(0, 0, 0, .56)
}

.kt-progress-bar--white .kt-progress-bar__inner {
    background-color: #fff
}

.kt-progress-bar--primary .kt-progress-bar__inner {
    background-color: var(--basecolor)
}

.userinfo-box {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.userinfo-box img {
    display: inline-block;
    width: 50px;
    clip-path: circle(50%);
}

.userinfo-box .details {
    margin-right: 9px;
}

.userinfo-box .name {
    flex-grow: 1;
    font-weight: bold;
    color: #333;
    line-height: 18px;
    font-size: 15px;
}

.userinfo-box .mobile {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
}

.link_aside_account {
    align-items: center;
    color: #333333;
    cursor: pointer;
    display: flex;
    height: 48px;
    padding: 0 16px;
    -webkit-transition: color .36s ease;
    transition: color .36s ease;
    width: 100%;
    font-weight: 500;
    outline: none;
}

.link_aside_account:hover, .link_aside_account:active, .link_aside_account.active {
    color: var(--basecolor);
}

.link_aside_account i {
    color: inherit;
    margin-left: 8px;
    text-rendering: auto;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    font-size: 1.25rem;
    font-style: normal;
    font-variant: normal;
    height: 20px;
    line-height: 1;
    vertical-align: middle;
    width: 20px;

}

.my-post {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    padding: 0.875rem;
    color: rgba(0, 0, 0, .87);
}

.mypost_thumb {
    align-items: center;
    border-radius: 5px;
    display: flex;
    flex-shrink: 0;
    height: 80px;
    justify-content: center;
    margin-left: 15px;
    overflow: hidden;
    width: 80px;
}

.my-post__info {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    margin-top: 0.4375rem;
}

.my-post__info-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0.4375rem;
}

.my-post__title {
    font-weight: bold;
    margin-bottom: 0.4375rem;
}

.my-post__normal-text {
    color: #424242;
    font-size: 13px;
    line-height: 16px;
    white-space: pre-line;
    word-break: break-word;
}

.my-post__status {
    color: #424242
}

@media (min-width: 768px) {
    .btn-widthx {
        min-width: 100px;
    }

    .my-post {
        align-items: stretch;
        flex-direction: row;
    }

    .my-post__info {
        align-items: stretch;
        flex-direction: row;
        margin-top: 0;
    }

    .my-post__info-col {
        align-items: stretch;
        margin-top: 0;
    }
}

.height_auto {
    height: auto;
}

@media (max-width: 1024px) {
    .aside-browse.aside_account {
        display: block;
        height: auto;
        top: 0;
        width: 100%;
        padding-top: 13px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 5px;
        box-shadow: 0 7px 6px -12px;
        position: sticky;
        top: 0;
        z-index: 99999;
        background: #fff;
        top: 60px;
    }

    .aside_account .p-gutter {
        padding: 0;
    }

    .aside_account .p-gutter.mt-4 {
        margin-top: 10px !important;
    }

    .aside_account .p-gutter .link_aside_account {
        display: inline-block;
        height: auto;
        padding: 8px 10px;
        width: 49%;
        font-size: 13px;
    }

    .aside_account .p-gutter .link_aside_account i {
        margin-left: 2px;
        font-size: 1.1rem;
    }
}

@media (max-width: 1024px) {
    .aside_account .p-gutter .link_aside_account {
        width: auto;
    }
}

.status_edit_ads {
    margin: 15px 0 10px;
    font-weight: 500;
    font-size: 1.2rem
}

.nav-pills.tabs-custom {
    border-bottom: 1px solid #ddd;
    justify-content: center;
}

.nav-pills.tabs-custom .nav-item {
    text-align: center;
    margin: 0 10px;
    width: auto;
    padding: 0;
}

.nav-pills.tabs-custom .custom-nav-link {
    background: #fff;
    border-radius: 0;
    color: #777;
    font-weight: 500;
    transition: all .36s ease;
}

.nav-pills.tabs-custom .custom-nav-link:hover {
    background: #eee;
}

.nav-pills.tabs-custom .custom-nav-link.active {
    border-bottom: 2px solid var(--basecolor);
    background: #fff;
    color: var(--basecolor);
    border-radius: 0;
    font-weight: 500;
}

.SectionTitle {
    display: block;
}

.ads_title {
    color: var(--basecolor);
    font-size: 1.3rem;
    /*font-size: 1.25rem;*/
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

.ads_subtitle {
    color: rgba(0, 0, 0, .56);
    font-size: .875rem;
    font-weight: normal;
    line-height: 2;
    margin: 8px 0 16px;
}

.custom-tab-content {
    padding: 15px 0;
}

.kt-unexpandable-row {
    font-size: 1rem;
    white-space: nowrap;
}

.kt-base-row {
    color: rgba(0, 0, 0, .56);
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: space-between;
    line-height: 2;
    min-height: 48px;
    padding: 8px 0;
    white-space: normal;
}

.kt-unexpandable-row__title-box {
    min-width: 20%;
}

.kt-base-row__start {
    flex: 1 1;
}

.kt-base-row__end, .kt-base-row__start {
    min-width: 0;
}

.kt-base-row__center, .kt-base-row__end, .kt-base-row__start {
    align-items: flex-start;
    display: flex;
}

.kt-unexpandable-row__title {
    color: rgb(0 0 0 / 54%) !important;
}

.kt-unexpandable-row__title, .kt-unexpandable-row__value {
    font-size: inherit;
    line-height: 2;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kt-body, .kt-description-row__text, .kt-tab--small .kt-tab__title, .kt-tab__title, p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
}

.kt-unexpandable-row__value {
    color: #444 !important;
    font-weight: 500 !important;
}

.kt-unexpandable-row__value-box {
    flex: 1 1;
    margin-right: 16px;
    max-width: unset;
    min-width: calc(50% - 16px);
}

.kt-base-row__end {
    flex-shrink: 0;
    justify-content: flex-end;
    margin-right: 10px;
    max-width: 50%;
}

.kt-divider {
    background-color: rgba(0, 0, 0, .12);
    border: none;
    box-sizing: border-box;
    height: 1px;
    margin: 0;
}

.sectionDescr {
    margin-top: 15px;
    display: block;
}

.sectionDescr h2 {
    color: rgba(0, 0, 0, .87);
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

.sectionDescr .descr_ads {
    color: #444;
    text-align: right;
    font-size: .9rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 15px;
    white-space: pre-line;
}

.adsUserMobile {
    color: var(--basecolor) !important;
}

.copyicon {
    position: relative;
    cursor: pointer;
    background-position: center;
    transition: background 0.8s;
    border-radius: 10px;
    color: #000;
    background-color: #eee;
}

.copyicon i {
    color: #333;
    font-size: 22px !important;
    vertical-align: middle;
    line-height: 1;

}

.copyicon:focus {
    outline: 0;
}

.copyicon:hover {
    background: #e6e6e6 radial-gradient(circle, transparent 1%, #dddddd 1%) center/15000%;
}

.copyicon:active {
    background-color: #eee;
    background-size: 100%;
    transition: background 0s;
}


.galler_ads {
}

img.cp-lightimg {
    position: relative;
    transition: all 300ms;
    z-index: 1001;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
}

.login_ba_pass_str {
    margin: 10px 0 0
}

.button-link {
    background: #f5f4f4;
    padding: .375rem .75rem;
    transition: all 0.4s ease-in;
    font-size: 14px;
    color: #252525;
}

.button-link:hover {
    background: #e4e4e4;
    outline: none;
    box-shadow: none;
    color: #000;
}

.popover-header {
    font-family: IRANSans;
    font-weight: 500;
    font-size: 1rem;
}

.popover-body {
    font-family: IRANSans;
    font-size: .85rem;
    font-weight: 400;
    text-align: justify;
}

.btn-danger {
    background-color: var(--basecolor);
    border-color: var(--basecolor);
}

.div-button-search {
    margin-top: 10px;
    padding: 10px;
}

.sort_div {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px;
    margin-bottom: 8px;
}

.sort_div .titlesort {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.sort_div select {
    vertical-align: middle;
    display: inline-block;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: 4px;
    cursor: pointer;
    height: 2rem;
    line-height: 2;
    margin: 0;
    outline: none;
    padding: 4px 8px;
    text-align: right;
    -webkit-transition: border-color .15s ease, color .15s ease;
    transition: border-color .15s ease, color .15s ease;
    width: auto;
    min-width: 100px;
    color: rgb(121, 121, 121);
    font-size: .75rem;
}

.tags {
    display: inline-block;
}

.tags .btn {
    margin-left: 8px;
}

@media (max-width: 425px) {
    .nav-pills.tabs-custom .nav-item {
        margin: 0 4px;
    }

    .nav-pills.tabs-custom .custom-nav-link {
        padding: 0.5rem 0.5rem;
    }
}

@media (max-width: 1024px) {
    .custom-tab-content {
        padding-bottom: 100px;
    }
}

.feature_title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
    color: var(--basecolor);
}

.feature_div {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    place-content: flex-start space-between;
    align-items: flex-start;
    text-align: right;
}

.feature_div .item {
    flex: 0 0 50%;
    color: rgb(85, 85, 85);
    padding-bottom: 0.75rem;
    font-size: 14px;
    line-height: 1.4;
}

.feature_div .item strong {
    color: #666;
    margin-left: 0.5rem;
    font-weight: 500;
}

.feature_div .item span {
    color: #000 !important;
    font-weight: bold
}

.go_to_map {
    width: 150px;
    display: block;
}

.share_bookmark {
    text-align: right;
}

.share_bookmark .copyicon {
    padding: 4px 8px;
}

.share_bookmark .copyicon i {
    font-size: 20px !important;
    color: #555;
}

.tooltip {
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 500;
}

i.active {
    color: var(--basecolor) !important
}

.toast-message {
    font-weight: 400;
    font-size: 14px;
}

#toast-container > div {
    background-position: right 12px center !important;
    padding: 10px 45px 10px 20px !important;
    border-radius: 6px !important;
    outline: none !important;
    opacity: 1 !important;
    width: auto !important;
}

#toast-container > .toast-success {
}

.toast-success {
    background-color: #299a2e !important;
}

.toast-error {
    background-color: #b81818 !important;
}

.toast-info {
    background-color: #6f6f6f !important;
}

.toast {
    transition: all .36s ease;
    direction: rtl;
    border: 0 !important;
}

#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50) !important;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50) !important;
    cursor: pointer;
}

.notyf__wrapper {
    padding-left: 15px;
    padding-right: 0 !important;
}

.notyf__icon {
    margin-right: 0 !important;
    margin-left: 10px;
}

.notyf__message {
    font-size: 14px !important;
    padding-left: 10px;
}

.notyf__dismiss {
    right: auto !important;
    left: 0 !important;
    margin-right: 0 !important;
    margin-left: -15px;
}

.titlePage {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.titlePage i {
    vertical-align: middle;
    line-height: 1;
}

.smallC_label {
    font-weight: normal !important;
    color: #555;
    margin-bottom: 0;
}

.showpass {
    position: absolute;
    top: 40px;
    z-index: 9;
    font-size: 22px !important;
    right: 15px;
    color: #777;
    cursor: pointer;
}

.btn-outline-danger {
    border-color: var(--basecolor);
    color: var(--basecolor);
}

.btn-outline-danger:hover, .btn-outline-danger:focus {
    background-color: var(--basecolor);
    border-color: var(--basecolor);
}

.price_harf {
    font-size: .8rem;
    margin-top: 5px;
}

.help-charge-wallet {
    line-height: 20px;
    font-size: .9rem;
    color: #444;
}

.help-charge-wallet p {
    margin: 0;
    font-size: inherit;
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.help-charge-wallet p span {
    font-weight: bold;
    color: #000
}

#category_name_chargeaddads, #price_chargeaddads {
    color: var(--basecolor);
    font-weight: bold;
}

.price_addads_chap {
    margin: 10px 0;
    font-size: 1rem;
    /* font-weight: bold; */
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 10px;
    color: black;
}

#price_payment_addads {
    font-size: 1rem;
    font-weight: bold;
    color: var(--basecolor);
    padding-right: 15px;
}

.paymentbtndiv {
    margin: 15px 0 5px;
    display: block;
}

.alert-success {
    background-color: #d5f0db !important;
    border-color: #71be82 !important;
}

.alert-danger {
    background-color: #ffd9da !important;
    border-color: #b36a67 !important;
}

.alert-info {
    background-color: #e2f9fd !important;
    border-color: #75b4bd !important;
}

.alert-warning {
    border-color: #bfaa6a !important;
}

.chat_div {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .12);
    position: relative;
    min-height: 600px;
}

.chat_sidbar_right {
    flex-shrink: 0;
    width: 336px;
    border-left: 1px solid rgba(0, 0, 0, .12);
    height: 100%;
}

.header-chat {
    flex-shrink: 0;
    width: 100%;
}

.header-title {
    font-size: .9rem;
    font-weight: bold;

    justify-content: space-between;
    height: 64px;
    padding-left: 16px;
    z-index: 1040;
    background-color: hsla(0, 0%, 100%, .98);
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.chat_items_list {
    display: block;
    height: 100%;
    outline: none;
    overflow-y: auto;
    position: relative;
    max-height: 600px;
}

.chat_item {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    border-bottom: 1px solid #ddd;
    transition: background-color .36s ease;
}

.chat_item:hover {
    background-color: #f7f7f7;
}

.chat_item:last-child {
    /* border-bottom: 0; */
}

.chat_item * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.kt-conversation {
    padding-left: 4px;
}

.kt-conversation {
    display: block;
    padding: 8px 16px 0;
    cursor: pointer;
    -webkit-transition: background-color .36s ease;
    transition: background-color .36s ease;
}

.kt-context-menu__trigger.kt-context-menu__trigger * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.kt-conversation__container {
    display: flex;
}

.kt-conversation__content-box {
    flex: 1 1;
    min-width: 0;
}

.kt-conversation__body-box {
    min-width: 0;
}

.kt-conversation__body {
    margin: 0;
    color: rgba(0, 0, 0, .87);
    flex: 1 1;
}

.kt-body--sm, .kt-description-row__text--small {
    font-size: .875rem;
}

.kt-body, .kt-description-row__text, p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
}

.kt-text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kt-conversation__name {
    margin: 0;
    color: rgba(0, 0, 0, .87);
}

.kt-body--sm {
    font-size: .875rem;
}

.kt-body, p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
}

.kt-caption {
    font-weight: 400;
    font-size: .75rem;
    line-height: 2;
}

.kt-conversation__message {
    margin: 0;
    color: rgba(0, 0, 0, .56);
}

.kt-caption, .login-step__error {
    font-weight: 400;
    font-size: .75rem;
    line-height: 2;
}

.kt-conversation__image-box {
    display: flex;
    align-items: center;
    margin: 12px 0 8px;
}

.kt-conversation__thumbnail {
    position: relative;
    margin-left: 8px;
}

.kt-conversation__image {
    height: 48px;
    width: 48px;
    flex-shrink: 0;
    align-self: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.kt-image-block--rounded {
    border-radius: 4px;
}

.kt-image-block {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 48px;
    width: 48px;
    flex-shrink: 0;
    align-self: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.kt-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .04);
    color: rgba(0, 0, 0, .32);
}

.kt-image-block__image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.kt-icon--xl {
    font-size: 2rem;
    line-height: 1;
    width: 32px;
    height: 32px
}

.kt-conversation__meta-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0 19px;
}

.kt-conversation__time-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.kt-conversation__time {
    color: rgba(0, 0, 0, .32);
    text-align: left;
    margin: 0 4px 0 0;
}

.kt-tag--small {
    font-size: .75rem;
    min-height: 24px;
}

.kt-tag--fill {
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, .04);
}

.kt-tag {
    display: inline-flex;
    align-items: center;
    height: auto;
    padding: 0 8px;
    overflow: hidden;
    cursor: default;
    font-weight: 400;
    line-height: 2;
    color: rgba(0, 0, 0, .56);
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .12);
}

.kt-divider {
    height: 1px;
    margin: 0;
    box-sizing: border-box;
    border: none;
    background-color: rgba(0, 0, 0, .12);
}

.double-check-chat {
    width: 16px;
}

.chat_item.active {
    background-color: #f7f7f7;
}

.chat-section-left {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.navbar-left {
    display: flex;
    align-items: center;
    height: 64px;
    z-index: 1040;
    background-color: hsla(0, 0%, 100%, .98);
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    position: relative;
    justify-content: space-between;
    padding-left: 15px;

}

.navbar-left .titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 16px;
}

.usertitle {
    font-size: .9rem;
    font-weight: normal;
}

.usersubtitle {
    font-size: .8rem;
    font-weight: 300;
    color: #999;
}

.action-bar {

}

.navbar-box {
    display: flex;
    align-items: center;
}

.chat-msglist {
    /*display: flex;*/
    /*flex: 1 1;*/
    height: 600px;
    outline: none;
    overflow-y: auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.chat-section-left * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.chat-msglist .boxMsg {
    display: flex;
    margin-bottom: 8px;
}

.chat-msglist .boxMsg.end {
    justify-content: flex-end;
    margin-left: 15px;
}

.chat-msglist .boxMsg.start {
    justify-content: flex-start;
    margin-right: 15px;
}

.chat-msglist .boxMsg.start .message {
    background-color: #f8dcc6;
}

.chat-msglist .boxMsg.end .message {
    background-color: #cbc9c9;
}

.chat-msglist .message {
    height: auto;
    color: rgba(0, 0, 0, .87);
    border-radius: 16px 16px 2px 16px;
    /* white-space: pre-line; */
    word-break: break-word;
    max-width: 70%;
    -webkit-transition: background-color .36s ease;
    transition: background-color .36s ease;
    padding: 16px 16px 8px;
}

.chat-msglist .message .matn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
}
.chat-msglist .message .matn img{
    max-width: 150px;
}
.chat-msglist .message .info {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.chat-msglist .message .info .time {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .32);
    font-weight: 400;
    font-size: .75rem;
    line-height: 2;
}

.div-send-message {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
    background: #fff;
    box-shadow: 0 -1px 2px rgb(0 0 0 / 12%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.input-text-chat {
    flex: 1 1;
    padding: 0;
    margin: 4px 9px 4px 0;
    color: rgba(0, 0, 0, .87);
    border: none;
    outline: none;
    height: 34px;
    resize: none;
}

.btn-attach::after {
    border: 0 !important;
    margin: 0 !important;
    display: none !important;
}

.btn-attach {
}

.btn-attach i {
    font-size: 25px;
    vertical-align: middle;
    line-height: 1;
    color: #777;
}

.custom_dropdown {
    padding: 0;
}

.custom_dropdown .dropdown-item {
    padding: 8px 14px;
    color: rgb(0 0 0 / 67%);
    -webkit-transition: color .36s ease;
    transition: color .36s ease;
    cursor: pointer;
    font-size: .9rem;
    border-bottom: 1px solid #ddd;
}

.custom_dropdown .dropdown-item i {
    margin-left: 8px;
    vertical-align: middle;
}

.custom_dropdown .dropdown-item:last-child {
    border: 0
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef !important;
}

.btn-send-message {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 0;
    border-radius: 50%;
    padding: 0;
}

.btn-send-message:hover, .btn-send-message:focus, .btn-send-message:active {
    color: white !important;
}

.btn-send-message i {
    font-size: 24px; /* vertical-align: middle; */
}

.pls_select_room {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #666;
    font-size: .9rem;
}

.progressbar-upload-chat {
    text-align: left;
    color: #fff;
    font-weight: bold;
    background: green;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 99px;
}

/*
------------------------------------------------------------------------------------------------------------------------
// Upgrade
------------------------------------------------------------------------------------------------------------------------
*/

.promote-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 4%);
    cursor: pointer;
    display: flex;
    margin-bottom: 1em;
    outline: none;
    overflow: hidden;
    padding: 0;
}

.promote-item__checkbox-box {
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, .12);
    display: flex;
    justify-content: center;
    padding: 0 8px;
}

.kt-switch {
    align-items: center;
    display: inline-flex;
    min-height: 2.5rem;
}

.kt-switch__cell {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex: 1 0 auto;
    height: 2.25rem;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 2.25rem;
    z-index: 1;
}

.kt-switch__cell:before {
    background-color: rgba(0, 0, 0, .04);
    border-radius: 50%;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .24s ease, background-color .24s ease, -webkit-transform .24s ease;
    transition: opacity .24s ease, background-color .24s ease, -webkit-transform .24s ease;
    transition: transform .24s ease, opacity .24s ease, background-color .24s ease;
    transition: transform .24s ease, opacity .24s ease, background-color .24s ease, -webkit-transform .24s ease;
    width: 100%;
}

.kt-switch__input {
    box-sizing: border-box;
    accent-color: var(--basecolor);
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.kt-switch__button--checkbox {
    border-radius: 0.125rem;
    height: 1.125rem;
    overflow: hidden;
    width: 1.125rem;
}

.kt-switch__button {
    border: 1px solid rgba(0, 0, 0, .24);
    position: absolute;
    -webkit-transition: border-color 90ms cubic-bezier(0, 0, .2, 1), background-color 90ms cubic-bezier(0, 0, .2, 1);
    transition: border-color 90ms cubic-bezier(0, 0, .2, 1), background-color 90ms cubic-bezier(0, 0, .2, 1);
}

.kt-switch__icon {
    align-items: center;
    color: #fff;
    display: flex;
    height: 1.125rem;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 1.125rem;
}

.kt-switch__icon-svg {
    height: 8px;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    width: 12px;
}

.kt-switch__icon-check {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-transition: stroke-dashoffset .2s ease-out;
    transition: stroke-dashoffset .2s ease-out;
}

.kt-switch__icon-line {
    opacity: 0;
}

.kt-switch__rippler {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.kt-switch__ripple {
    background-color: rgba(0, 0, 0, .08);
    border-radius: 50%;
    height: 50px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    z-index: -1;
}

.kt-switch__cell:focus, .kt-switch__cell:hover {
    outline: none;
}

.kt-switch__cell:focus:before, .kt-switch__cell:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.promote-item__main {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 16px;
}

.promote-item__heading {
    font-weight: 500;
    line-height: 2;
    text-align: center;
    width: 100%;
}

.promote-item__price {
    color: var(--basecolor);
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.promote-item__desc {
    color: rgba(0, 0, 0, .56);
    flex-basis: 100%;
    font-size: .875em;
    margin: 16px 0;
    text-align: right;
}

@media (min-width: 480px) {
    .promote-item__heading {
        margin-right: 0;
        width: auto;
    }

    .promote-item__price {
        margin-left: 0;
        width: auto;
    }
}


.promote__summary {
    background-color: #fff;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 4%);
    margin-bottom: 1.5em;
    padding: 1.25em;
    position: static;
    padding-bottom: 1em;
    padding-top: 1em;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.promote__payment-text {
    align-items: center;
    display: flex;
    font-size: 14px;
    flex-direction: column;
}

.promote__payment-sum {
    color: var(--basecolor);
    font-size: 20px;
    line-height: 2;
    /*margin-right: auto;*/
    margin-right: 0;
    padding: 16px 0;
}

.kt-caption-row {
    color: rgba(0, 0, 0, .56);
    margin: 8px 0;
    font-size: .8rem !important;
}

button[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .6;
}

input[type=checkbox] {
    accent-color: var(--basecolor);
    min-width: 18px;
    min-height: 18px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .chat_sidbar_right {
        width: 270px;
    }
}

@media (max-width: 768px) {
    .chat-section-left {
        display: none
    }

    .chat_sidbar_right {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .main_noindex {
        margin-bottom: 120px;
        top: 50px;
    }

    .Ucategory li {
        font-size: .9rem;
    }
}

.backchatroom {
    margin-right: 10px;
}

.backchatroom a {
    font-size: .8rem;
    background: #eee;
    padding: 3px 5px;
    border-radius: 6px;
}

.backchatroom i {
    font-size: 1.4rem;
    line-height: 1;
    vertical-align: middle;
    margin-left: 5px;
}

.search_result_ajax {
    width: 100%;
    min-height: 200px;
    background: #f5f6f8;
    display: block;
    position: absolute;
    top: 41px;
    border-radius: 0 0 20px 20px;
    /* border: 1px solid #ccc; */
    border-top: 0;
}

.search_result_ajax {
}

.search_result_ajax .box {
    float: right;
    font-size: .9rem;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: black;
    transition: color .36s ease, background-color .36s ease, box-shadow .36s ease, border-color .36s ease, transform .36s ease, -webkit-transform .36s ease;
}

.search_result_ajax .box:hover {
    background-color: #ecedf0;
    color: var(--basecolor);
}

.search_result_ajax .box .box_name {
    float: right;
}

.search_result_ajax .box .box_name i {
    vertical-align: middle;
    font-size: 1.3rem;
    padding-left: 10px;
    color: #949494;
}

.search_result_ajax .box .box_cq {
    float: left;
}

@media (max-width: 1024px) {
    .search_result_ajax.dekstop {
        display: none;
    }
}

.other_page.f {
    margin-top: 20px;
}

.other_page {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.other_page a {
    color: #555;
    font-size: .86rem;
}

.other_page a:hover {
    color: var(--basecolor);
}

.other_page i {
    font-size: 1rem;
    padding-left: 5px;
}

.barsmenu {
    margin-left: 7px;
    width: 36px;
    line-height: 1;
    /* border-radius: 6px; */
    background-color: transparent;
    color: #fff;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.barsmenu:hover, .barsmenu:focus {
    /* background-color: #d5d5d5; */
}

.navbarSubpage {
    display: none;
    position: relative;
}

.navbarSubpage .titlepage {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2rem;
}

.tedadusers {
    font-size: .75rem;
    color: rgba(0, 0, 0, .56);
    margin: 5px 0;
    padding: 0 7px;
}

.tedadusers span {
    font-weight: bold;
    color: #333;
    font-size: 1rem
}

.navbarSubpage .titlepage a {
    color: white;
}

.navbarSubpage .titlepage a:hover {
    color: #fff;
}

.navbarSubpage .titlepage i {
    line-height: 1;
    vertical-align: middle;
    font-size: 1.5rem;
    padding-left: 12px;
    font-size: 2rem;
}

@media (max-width: 1024px) {
    .navbarSubpage {
        display: block;
        background: var(--basecolor);
        padding: 11px 0;
        margin-bottom: 10px;
        position: fixed;
        width: 100%;
        z-index: 9;
    }

    .navbarSubpage:before {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        top: 100%;
        bottom: auto;
        height: 8px;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    }

    .nav-bar_city {
        color: #fff;
    }
}

.navbarindex {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    justify-content: flex-start;
    overflow: hidden;
}

.navbarindex .site_menu {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.navbarindex .site_name {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 10;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    /* font-weight: bold; */
}

.navbarindex .select_city {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
}

.bfnavindex {
    height: 33px;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.home_video {
    display: none;
    border-radius: 20px;
    position: relative;
    background: #fbf6f1 url(../images/bghomevideo.svg) no-repeat 100%;
    background-size: 57%;
    background-position: top left;
    margin-bottom: 20px;
}

.home_video .right-part {
    padding: 35px 35px 10px 0;
}

.home_video .topic-title {
    color: #303030;
    font-weight: bold;
    text-align: right;
    line-height: 40px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.home_video .describe {
    padding-bottom: 20px;
    line-height: 40px;
    text-align: right;
    color: #4a4a4a;
}

.home_video .describe, .home_video .describe p {
    font-size: .82rem !important;
    padding-bottom: 0;
}

.videohomeplayer {
    width: 73%;
    margin: 61px auto 0;
    position: relative;
    display: block;
}

.videohomeplayer video {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 0px 1px 11px #00000075;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .alert {
        font-size: .85rem;
    }

    .main_index {
        top: 55px;
    }

    .home_video {
        margin: 20px auto;
        background: #fbf6f1;
        padding: 0 15px;
    }

    .home_video .topic-title {
        margin-bottom: 3px;
        font-size: 1.2rem
    }

    .home_video .describe {
        display: block;
    }

    .home_video .right-part {
        padding: 22px 15px 0 0;
    }

    .videohomeplayer {
        padding: 5px 0;
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .videohomeplayer video {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .home_video .describe {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .videohomeplayer {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
    .container, .container-lg, .container-md, .container-sm {
        /*max-width: 1440px;*/
    }
}

.menu-morefi {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 20px 15px;
    text-align: center;
}

.menu-morefi img {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.menu-morefi .logo-title {
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 12px auto 0;
    font-size: 1.2rem;
    color: white;
}

.menu-morefi .logo-title {
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 12px auto 0;
    font-size: 1.2rem;
    color: white;
}

.pushy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: -o-linear-gradient(292.13deg, hsla(0, 0%, 100%, .06) 0, hsla(0, 0%, 100%, .024) 100%) !important;
    background: white;
    overflow: hidden;
    position: relative;
}

.pushy:before {
    /*background: -o-linear-gradient(292.13deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.02));*/
    content: "";
    inset: 0;
    padding: 1px;
    position: absolute;
    width: calc(100% - 2px);
    z-index: -1;
}

.pushy a {
    color: #000 !important;
    font-size: .9rem;
}
.pushy-link{}
.pushy-link a{
    padding: 5px 15px !important;
    font-size: .9rem !important;
}

.invitationbox {
    background: #FF9800;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 4px -4px #31500cba;
}

.invitationbox .link {
}

.invitationbox .label-invite {
    display: block;
    font-weight: bold;
    color: #fefffc;
    border-bottom: 1px solid #3e680d70;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.invitationbox .linkinvite {
    cursor: pointer;
    display: block;
    background: #ffffffe8;
    border-radius: 3px;
    text-align: left;
    direction: ltr;
    padding: 5px 6px;
    font-family: inherit;
    letter-spacing: 1px;
    font-size: .75rem;
}

@media screen and (max-width: 768px) {
    .home_video {
        display: block;
        background: transparent;
        padding: 0;
        margin: 10px 0 0;
        width: 100%;
    }
}

.small_help {
    color: #004fff;
    display: block;
}

.banner-selectfile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.banner-selectfile label {
    font-weight: normal !important;
    font-size: .9rem !important;
    flex: 0 100px;
    color: #3b3b3b;
}

.banner-selectfile:last-child {
    border-bottom: 0;
}

.banner-selectfile input[type='file'] {
    font-size: 13px;
    color: darkblue;
}

.banner_image_shop {
    height: 50px;
    display: flex;
    border: 1px solid gold;
    border-radius: 5px;
    overflow: hidden;
    padding: 4px;
}

.banner_image_shop img {
    max-width: 100%;
    display: block;
    border-radius: 4px;
}

.div_enteshar_agahi {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin: 10px 0;
    border: 1px solid var(--basecolor);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.div_enteshar_agahi .subbox_entesharagahi {
    flex: 1 auto;
    text-align: center;
    background-color: #fff8f8;
    padding: 10px 0;
    border-left: 1px solid var(--basecolor);
    font-weight: normal;
    margin: 0;
    font-size: .9rem !important;
    transition:0.2s;
    cursor: pointer;
}

.div_enteshar_agahi .subbox_entesharagahi.active {
    background-color: var(--basecolor);
    color: white;
}

.div_enteshar_agahi .subbox_entesharagahi:last-child {
    border: 0;
}

.div_enteshar_agahi .subbox_entesharagahi input[type='radio'] {
    cursor: pointer;
    accent-color: green;
    line-height: 1;
    vertical-align: middle;
    min-width: 16px;
    min-height: 16px;
    margin-left: 5px;
    outline: none;
}
.morefi_shop{
    display: flex;
    align-items: center;
    flex-flow: row;
    gap: 15px;
    background: var(--basecolor);
    border-radius: 7px;
    border: 1px solid #ddd;
    margin: 15px 0;
    padding: 8px 10px;
    color: white;
    box-shadow: 1px 1px 3px #00000078;
}
.morefi_shop .arm{width: 100px;flex: 0 100px;background: #fff;border-radius: 12px;padding: 5px;}
.morefi_shop .arm img{
    max-width: 100%;
}
.morefi_shop .dtl{
    flex: 1 1 auto;
    color: white;
}
.morefi_shop .dtl .name{
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff40;
}
.morefi_shop .dtl .sub{
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 18px;
    margin-bottom: 5px;
    color: white;
}
.morefi_shop .dtl .sub i{
    width: 20px;
    text-align: center;
}
.morefi_shop .dtl .sub address, .morefi_shop .dtl .sub span{
    padding: 0;
    margin: 0;
    font-size: .9rem;
}
.morefi_shop .dtl .sub a{color:white;}
.owlbanners{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.arm_shop{
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.arm_shop img{
    max-width: 100%;
}
.stars_stores{
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    direction: ltr;
}
.stars_stores i{color: #bfbfbf;font-size: 22px;margin: 0 3px;}
.stars_stores i.goldcolor{
    color:gold;
}
.inline-data{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
    font-size: .9rem;
    line-height: 1.6;
}
.inline-data .name{
    flex: auto;
}
.inline-data .dtl{color: #666;flex: 0 auto;}
.card-primary{
    border-color: var(--basecolor);
}
.card-primary .card-header{
    border-color: var(--basecolor);
    background-color: var(--basecolor);
    color: white;
}
.div_business_type{
    display: flex;
    overflow-x: auto;
}
.div_business_type .item_select_type{
    font-size: .875rem;
    height: 30px;
    padding: 0 8px;
    align-items: center;
    border-color: rgba(0,0,0,.24) rgba(0,0,0,.24) rgba(0,0,0,.24) rgba(0,0,0,.24);
    border-style: solid;
    border-width: 1px 1px 1px 0;
    color: rgba(0,0,0,.56);
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    min-height: 38px;
    min-width: 64px;
    outline: none;
}
.active_bs_type{
    background-color: #ff8b000f !important;
    border-color: #dc0000 !important;
    color: #dc1717 !important;
    border-left-width: 1px !important;
}
.active_bs_type + .item_select_type {
    border-right-width: 0 !important;
}
.div_business_type .item_select_type:first-child{
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.div_business_type .item_select_type:last-child {
    border-bottom-left-radius: 3px;
    border-left-width: 1px;
    border-top-left-radius: 3px;
}
.div_business_type span.label{
    text-align: center;
}
.np-visually-hidden{
    clip: rect(0 0 0 0);
    word-wrap: normal;
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.count_message{
    background: #e7e7e7;
    color: white;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    text-align: center;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    font-weight: bold;
}
.stats_box{
    height: 400px;
    width: 100%;
    display: block;
    margin: 15px 0 0;
}
@media (max-width: 768px) {
    .navbar-left{
        z-index: 1;
    }
    .div-send-message{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        align-items: self-end;
    }
    .chat-msglist{
        display: flex;
        flex: 1 1;
        flex-direction: column;
        transition: 360ms ease opacity;
        pointer-events: auto;
        padding: 0;
        margin: 0;
    }
    .chat-section-left{
        margin-bottom: 30px;
    }
}


input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #FF9800;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
    background: #FF9800;
}

.alerttext-add-ads{
    display: inline-block;
    margin-bottom: 20px;
    background-color: rgb(252, 225, 190);
    border: 1px solid rgb(197, 192, 192);
    border-radius: 10px;
    padding: 10px;
}

.textend-addads{
    float: right;
    font-family: inherit;
    color: #7e7a7a;

}
.atextend-addads{
    text-decoration: none;
    color: #FF9800;
}
.atextend-addads:visited{
    color: #FF9800;
}

.sk-fading-circle {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

#image-ads-gallery{}
#image-ads-gallery li{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#image-ads-gallery li .image-ad-picture{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 80%;
}
#image-ads-gallery li .image-ad-picture img{
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.lSPager.lSGallery{
}
.lSPager.lSGallery li{}
.lSPager.lSGallery li a{}
.lSPager.lSGallery li a img{}
.modal{
    z-index: 999999 !important;
}

.downloadapp-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
}
.downloadapp-box .item{
    /* flex-basis: 50%; */
    flex: 0 0 50%;
    width: 50%;
    padding: 1px 3px;
}
.downloadapp-box .item img{
    width: 100%;
}
@media(max-width: 480px){
    #goftino_w{
        display: none;
    }
}

#owl-banners{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
@media(max-width: 1024px){
    #owl-banners{
        margin-top: 15px;
    }
}
.vije_flag{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.vije_flag img{
    width: 32px;
}
.fullstorycategory{color: rgba(0,0,0,0.56);font-weight: 400;font-size: .9rem;line-height: 1.5;margin-top: 10px;}
.page-heading-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}
.page-heading-flex h1{
    color: rgba(0,0,0,0.56);
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.5;
    margin: 0;
}
.page-heading-flex .sort_div{
    border: 0;
    margin: 0;
    padding: 0;
    margin-right: auto;
}
@media (max-width: 768px) {
    .page-heading-flex{
        flex-direction: column;
        margin-top: 1rem;
    }
    .page-heading-flex h1{
        font-size: .8rem;
    }
}
.tagsItem{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.tagsItem .tagads{
    background-color: #f0f0f0;
    color: #555;
    padding: 8px 15px;
    font-size: 1rem;
    border-radius: 7px;
    transition: background-color .36s ease;
}
.tagsItem .tagads:hover{
    background-color: #DDDDDD;
}
.page_head_tags{
    border-bottom: 1px solid #ddd;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.page_head_tags h1{
    font-family: "IRANSans", tahoma;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 5px 0;
}
@media (max-width: 1024px) {
    .nav-bar-desktop{
        display: none;
    }
    .mobile-navbar-bottom{
        display: flex !important;
    }
    .aside-browse{
        display: none;
    }
    .main_index{
        margin-right: 0;
        margin-top: 15px;
        height: 100%;
        margin-bottom: 50px;
    }
    .filter-mobile{display: block}
}

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}

.margin-tb-30px{margin: 30px 0;}

.tab-pane.show {
    display: block;
}


.page-story {
    background-color: white;
    min-height: 40vh;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    display: block;
    position: relative;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-top: 1rem;
}


.contact-detail {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    display: flex;
    position: relative;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-top: 1rem;
    text-align: right;
    border: 4px solid #2e419b;
    flex-direction: column;
    min-height: 250px;
    background-color: white;
}
.contact-detail:before{
    content: "";
    background: url("../images/contactus.svg") no-repeat left bottom;
    width: 40%;
    height: 100%;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
}
.contact-detail .item{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.contact-detail .item .name{
    font-weight: 500;
    flex-basis: 145px;
}
.contact-detail .item .valuestr {
    font-weight: 300;
    flex: 1;
}

.polictext{background-color: #E0F2F1;border-color: #009688;border-radius: 4px;display: block;}
.polictext h6{
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    border-color: #6c858345;
    font-size: .9rem;
}
.polictext .content{font-size: .8rem;/* opacity: .5; */color: #000000b8;}

.kasbokarha-mobile-category{
    display: block;
    margin-top: 10px;
    background-color: #eeedff;
    border-radius: 5px;
    padding: 10px;
}
.kasbokarha-mobile-category .cathead, .catheadmobile{
    font-weight: 500;
}
.kasbokarha-mobile-category .accordion-category{}
.owlshopbanner {
    overflow: hidden;
}

.owlshopbanner .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px; /* ارتفاع مورد نظر */
    overflow: hidden;
}

.owlshopbanner .item img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* برای پوشش کامل قاب */
}

.subjectstore{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subjectstore h2{margin:0 !important;}
.subjectstore .sharestore{
}

.sharebutton {
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    color: #666;
    border: 1px solid #aaa;
    box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 30px;
    overflow: hidden;
    outline: none;
}

.sharebutton:before {
    content: "";
    width: 23px;
    border-left: 1px solid #c4c4c4;
    height: 100%;
    position: absolute;
}

.sharebutton i {
    line-height: 1;
    color: #ee4057;
    margin-left: 7px;
    padding-left: 7px;
}
.sharebutton img {
    margin-left: 7px;
    padding-left: 7px;
    width: 23px;
}

.sharebutton .text {
    font-weight: 500;
    line-height: 1;
    font-size: 0.9rem;
}

.sharebutton:hover,
.sharebutton:focus {
    color: #777;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
}

.sharebutton:active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
}



.aparatVideo {
    position: relative;
}

.socaillistshop{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 10px;
    margin-left: 10px;
    gap: 10px;
    margin-top: 12px;
}
.socaillistshop a{
    width: auto;
}
.socaillistshop a img{
    width: 38px;
}
.lSPager{
    height: 80px !important;
}
.lSSlideOuter.lSrtl .lSGallery li{margin: 0 auto;display: block;position: relative;}

.abouttextaside{
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    position: relative;
}
.abouttextaside h1.title{
    font-weight: 500;
    font-size: .85rem;
    line-height: 1.5rem;
    margin: 0;
}
.abouttext{
    font-size: .75rem;
    font-weight: 300;
    text-align: justify;
    margin: 0;
    color: rgba(0, 0, 0, .56);
}