* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f3fc;
  direction: rtl;
  height: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: "alibaba-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/alibaba-bold.woff2") format("woff2");
}

@font-face {
  font-family: "alibaba-bold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/alibaba-regular.woff2") format("woff2");
}

body {
  direction: rtl !important;
  font-family: IRANSans;
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background-color: #f7f3fc;
}

.img-slice {
  background: url("../images/slices.png") no-repeat;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 768px) {
    .pe-md-50{
        padding-left:50px;
    }
  .link-footer-home li:not(:last-child)::after {
    position: absolute;
    left: -16px;
    content: "";
    top: 4px;
    width: 1px;
    height: 15px;
    background-color: #595959;
  }
 .link-footer-home > li:nth-child(1):after {
    display: none !important;
  }

  .link-footer-home li {
    margin-left: 30px;
  }
  .cat-ul li a {
    font-size: 15px;
  }
  .owl-logo .item a {
    height: 120px;
  }
  .copy {
    font-size: 15px;
  }
  .link-footer li {
    margin-left: 25px;
  }
  .search input {
    min-width: 250px;
  }
  .wrapper-aside {
    height: 90vh;
    overflow-y: auto;
    direction: ltr;
    margin-right: -18px;
    padding-right: 38px !important;
  }
  .header {
    height: 83px;
  }
  #main {
    clear: both;
    position: relative;
    transition: all 0.2s linear;
  }
  .copy {
    font-size: 12px;
  }

  .namd li {
    border-width: 0.5px;
    border-color: rgb(205, 205, 205);
    border-style: solid;
    border-radius: 5px;
    background-color: #fff;
    width: 70px !important;
    height: 79px !important;
    line-height: 79px !important;
  }

  .pl-md-60 {
    padding-top: 30px;
  }
  .c-right {
    text-align: left;
  }

  .title-footer {
    font-size: 15px;
  }

  .set > span i {
    display: none;
  }

  .title-footer {
    position: relative;
  }

  .logo {
    max-height: 36px;
  }
}

.right-toolbar > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.title0category {
  color: #666;
  font-size: 13px;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 12px;
}

.owl-carousel img {
  max-width: 100% !important;
}

.big-img-category {
  height: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1676px !important;
}

.owl-theme .owl-dots .owl-dot {
  background-color: transparent !important;
}

.owl-nav {
  margin: 0 !important;
  direction: ltr;
}

.card-body.text-block p {
  margin: 1.71429rem 0 !important;
  line-height: 2;
}

.google-account {
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #eee;
  line-height: 44px;
}

.btn.btn-outline-primary:hover {
  background-color: #f8f8f8 !important;
  border-color: #0fa7ad !important;
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .main-title {
    margin-bottom: 20px !important;
  }

  .text-t-center {
    text-align: center;
  }
  .banner .item.img-pro-banner {
    width: 49%;
    display: inline-block;
  }
  .col-lg-4.col-md-12.col-12.banner.pl-0.pr-2.order-lg-0.mt-xs-15.mt-t-15 {
    display: flex !important;
    justify-content: space-between;
  }
  .mt-t-15 {
    margin-top: 15px;
  }
}
.accordion-container .set > span i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #767677;
  font-size: 10px;
}
@media screen and (max-width: 991.99px) {
.panel-menu-mob {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}
.close-li {
  background-color: #f3f3f3 !important;
}
.subPanel {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  padding-right: 0 !important;
}

#panel-menu-mob3  ul{
  padding-right: 0 !important;
  max-height: 100vh;
   min-height: 80vh;
  overflow-y: auto;
}
#panel-menu-mob ul,#panel-menu-mob2 ul ,#panel-menu-mob3 > ul {
  padding-right: 0 !important;
 min-height: 80vh;
   max-height: 100vh;
  overflow-y: auto;
}
.panel-menu-mob ul li {
  list-style: none;
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-bottom:1px solid  #edecec;
  color: #212121;
  font-weight: 500;
  font-size: 14px;
}
.btn-menu {
  background-color: #f3f3f3 !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-bottom:1px solid  rgb(218 218 218);
  color: #858585;
  padding-right: 21px;
}

.panel-menu-mob{
  z-index: 10;
}

.panel-menu-mob ul li {
  padding-left: 20px;
  padding-right: 10px;
}

.main-menu a {
  color: #000 !important;
  font-weight: 500;
 font-size: 13px;
  line-height: 2.5;
  word-break: break-all;;
  display: block !important;

}
#panel-menu-mob .main-menu a {

  line-height: 2.5 !important;
}
.main-menu i {
  vertical-align: middle;
  font-size: 9px;
  margin-right: 4px;
}
.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}

.panel-menu-mob.isOpen,
.subPanel.isOpen {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 1000000000000 !important;
}

.subPanel {
  z-index: 20;
}

.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}



.border-none {
  border: none !important;
}

.panel-menu-mob.isOpen::before {
  position: absolute;
  right: 300px;
  content: "";
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 500%;
}

.panel-menu-mob .arow-menu i {
  background: url("../images/nav-sprite.png") no-repeat -15px -16px !important;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.close-menu .times {
  background: url("../images/nav-sprite.png") no-repeat -190px -288px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.closeSubPanel i {
  background: url("../images/nav-sprite.png") no-repeat -14px -37px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.panel-menu-mob.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #858585;
  line-height: 15px;
  text-align: center;
  line-height: 33px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}

.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}

.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}

    .d-inline-block.logo-mob {
  margin-left: 5px;
}
#city-modal {
  z-index: 100000000;
  }
  .owl-stage {
    padding-right: 0 !important;
  }
  .toolbar i {
    font-size: 24px;
    color: #0000008f;
    vertical-align: middle;
  }
  .lbl-link {
    display: block;
    color: #0000008f;
    font-size: 10px;
  }
  .toolbar > span {
    position: relative;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 0 4px 0;
    color: #0000008f;
    font-size: 0.75rem;
    line-height: 2;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 360ms ease color, 360ms ease background-color;
  }
  aside.panel-menu {
    width: 300px;
    background-color: #fff !important;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
  }
  .mor-info a {
    width: 100%;
  }
  .toolbar {
    padding: 0 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    align-items: stretch;
    box-shadow: 0px 0px 5px #868484;
    width: 100% !important;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body {
    padding-bottom: 54px !important;
  }
  body.home{
    padding-bottom: 15px !important; 
  }
  .row.row-banner {
    margin-right: -10px !important;
  }

  .js-categories-bar-item {
    display: none !important;
  }

  .menuTrigger span {
    display: inline-block;
    vertical-align: middle;
  }

  .link-footer {
    background-color: #eceff1;
  }

  .menu-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menuTrigger i {
    color: #4a4848;
    font-size: 26px;
    vertical-align: middle;
  }

  .toolbar-desc li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
  }

  .container {
    max-width: 100%;
  }

  .namd {
    margin: 18px 0 5px 0 !important;
  }
}

.title-footer {
  font-weight: 600;
  display: block;
  color: #404040;
  font-family: "alibaba-bold";
}

.lnk-footers li {
  line-height: 2.1;
  position: relative;
  list-style-type: none !important;
}

.sotial-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
#panel-menu-mob,#panel-menu-mob2,#panel-menu-mob3{
    display:none  !important;
}
  .right-toolbar {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }
  .frm-search {
    border-radius: 5px;
    background-color: rgb(235, 235, 235);
  }

  .header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .support a {
    background-color: rgb(255, 255, 255);
    font-size: 13px;
    display: inline-block;
    color: #d10812;
    line-height: 28px;
    text-align: center;
  }
  aside.panel-menu.isOpen::before {
    right: 300px;
  }
  aside#panel-menu {
    width: 300px;
  }
  #main {
    width: calc(100% - 300px);
    margin-right: 300px;
    padding-left: 30px;
  }
  #main::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    right: 0;
    background: url("../images/bg-aside.png") repeat-y;
  }
  .toolbar {
    display: none !important;
  }
  .crd-box {
    padding: 15px 25px;
  }
  .mor-info a {
    width: 297px;
  }

  .count-section .count-row {
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    padding-top: 14px !important;
    margin-top: -90px;
    position: relative;
    z-index: 1;
  }
  .register button {
    border-radius: 5px;
    background-color: #d10812 !important;
    width: 90px;
    height: 29px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    color: rgb(255, 255, 255);
  }
  .right-toolbar button::after {
    display: none !important;
  }
  .row.menu {
    background-color: #e6e6e6;
    padding-bottom: 4px;
    padding-top: 4px;
  }

  .row-menu-mob {
    display: none !important;
  }

  .title-footer {
    margin-bottom: 5px !important;
  }
  .register {
    position: relative;
  }

  .menu .active.show {
    background-color: #fff;
  }

  .nav.tab-menu.nav-pills {
    background-color: #eee;
  }

  .namd {
    text-align: left;
  }
}

@media screen and (max-width: 991.99px) {

  .item-category {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 110px;
    min-width: 80px;
    padding-bottom: 8px;
  }
  .list-item-category {
    grid-template-columns: repeat(4, 1fr);
    webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    direction: rtl;
    display: grid;
    justify-items: center;
    max-width: 100%;
    row-gap: 12px;
  }
  .item-category a {
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #1640a7;
    font-size: 12px;
    justify-content: center;
  }
  .icon-menu {
    margin-bottom: 5px;
  }
  .frm-search input {
    text-align: right;
  }
  .province_nav {
    font-size: 12px !important;
  }
  .search {
    width: calc(100% - 60px) !important;
  }
  .frm-search {
    margin-right: 0 !important;
  }
  .row.row-menu-mob .col-12 {
    display: flex;
    direction: ltr;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #aeadad;
    border-radius: 5px;
  }
  .toolbar a {
    text-align: center;
  }
  aside.panel-menu.isOpen::before {
    right: 350px;
  }
  aside#panel-menu {
    width: 350px;
  }

  .register button {
    background-color: #fff !important;
    color: #000;
  }
  .register button {
    width: 34px !important;
  }
  .row.menu {
    display: none !important;
  }
  .product-thumb.list-view .image a {
    min-height: 128px;
    width: 140px !important;
  }

  .cart-info {
    max-height: 30vh;
    overflow-y: auto;
  }

  .page {
    overflow-x: hidden;
  }

  .site-name {
    padding-right: 15px !important;
  }

  .p-mob-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .caption-section {
    margin-bottom: 13px;
  }

  .img-icon {
    width: 75px;
    height: 84px;
    background-size: contain !important;
  }

  .menu-mob {
    background-color: #f9f9f9;
  }

  .row.row-align {
    align-items: center;
  }

  .more a {
    border: 1px solid #dcdde0;
    border-radius: 15px;
    color: #fff;
    padding: 5px 15px;
  }

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

  .c-left span {
    display: inline-block !important;
    vertical-align: middle;
  }

  .title-footer {
    font-size: 13px;
  }

  .title-footer {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .frm-search {
    width: 400px;
  }
  .about-col {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1320px) {
}

@media screen and (max-width: 570.99px) {
}

.category-info a {
  display: block;
}

.all-categori.mr-auto {
  z-index: 13;
}

.all-categori > a {
  color: #464646 !important;
  font-size: 14px !important;
  font-weight: 500;
}

.nav-link {
  color: #464646;
  font-size: 14px !important;
  font-weight: 500;
}

.container {
  margin: 0 auto;
  max-width: 1566px;
}

@keyframes blink {
  50% {
    opacity: 0.5;
  }
}

.banner-sectoon {
  background-color: #f6f6f6;
  padding-bottom: 18px;
}
.banner a {
  display: block;
}
.more-info.more {
  color: #6eccf3;
  font-size: 11px;
  background-color: transparent;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 4px !important;
}

.shop-link:hover {
  color: #fff;
}

.owl-prev {
  position: absolute;
  left: 10px;
  top: 40%;
}

.owl-next {
  position: absolute;
  right: 10px;
  top: 40%;
}

.owl-next span,
.owl-prev span {
  font-size: 0 !important;
}

.owl-next {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 33px;
  height: 34px;
}

.owl-prev {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  transform: rotate(180deg);
  width: 33px;
  height: 34px;
}
.namd li img {
  object-fit: contain;
  max-height: 100% !important;
}

@media screen and (max-width: 767.99px) {
  .link-footer-home li {
    margin: 0 20px;
  }
  .link-footer-home {
    text-align: center;
  }
  .link-footer-home li:nth-child(1){
    display: none !important;
  }
  .namad {
    margin-top: 10px;
    text-align: center;
  }
  .cat-ul li {
    margin-left: 10px;
  }
  .cat-ul li a {
    font-size: 12px;
  }
  .owl-logo .item a {
    height: 100px;
  }
  .p-xs-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .link-top-home li a {
    font-size: 11px !important;
  }
  .link-top-home {
    display: flex;
    justify-content: space-between;
  }
  .copy {
    font-size: 12px;
  }
  .item-category span {
    text-align: center;
  }
  .title-section {
    font-size: 14px;
  }
  .search input {
    min-width: 170px;
  }

  .wrapper-aside {
    height: 98vh;
    overflow-y: auto;
  }

  .header {
    padding: 7px;
  }
  .main-title {
    padding: 0 40px !important;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }

  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bg-news-cover {
    background-position: center center !important;
  }

  .more a {
    padding: 5px 11px !important;
  }
  .sotial-footer ul {
    margin: auto;
  }

  .sotial-footer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .sotial-footer ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .off-box {
    border-radius: 0 !important;
  }

  .list-section .col-md-6.col-12.ps-md-0 {
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .list-section .col-md-6.col-12.pe-md-0 {
    padding: 0 !important;
  }

  .copy {
    font-size: 11px;
  }

  .img-list-nasher,
  .img-list-author {
    height: 40px !important;
    line-height: 40px !important;
  }

  .list-enteshar.p-0 {
    margin-left: -8px !important;
    margin-right: -6px !important;
  }

  .img-list-author img {
    height: 40px !important;
    width: 40px !important;
  }

  .namd li {
    width: 85px;
    height: 85px;
    padding: 5px;
    line-height: 74px;
  }

  .d-block.list-name-nasher {
    font-size: 10px;
  }

  .accordion-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .accordion-container {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }

  .row-news-letter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row-social {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .namd {
    text-align: center;
  }

  .item.img-pro-banner img {
    object-fit: fill !important;
    width: 100% !important;
    height: 100% !important;
  }

  .row-footer {
    display: none !important;
  }

  .cat-box {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }

  .list-cat li {
    width: 25%;
    margin: 5px;
  }

  .right-toolbar span {
    margin-right: 15px;
    position: relative;
  }

  li.home,
  .support.intro {
    display: none !important;
  }

  .prl-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .show-more:hover {
    color: #fff !important;
  }

  .pro-model a {
    color: #2a2a2a;
    font-weight: 700;
  }

  .show-more {
    width: 60px;
    height: 40px;
    background-color: #eb162e;
    display: inline-table;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    top: -7px;
    position: relative;
  }

  .product-name-inner {
    font-size: 12px !important;
  }

  .address-item .address-details {
    font-size: 14px;
  }
  .p-xs-2 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 40px;
    border-bottom: 1px solid #a5a7a961;
  }

  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.caption-section {
  position: relative;
}

.lnk-footers {
  padding-right: 0;
}
.namd li {
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.more-about {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.more-about i {
  vertical-align: middle;
  font-size: 15px;
  margin-right: 5px;
}

.more-about:hover {
  color: #43c2fd;
  transition: all 0.2s linear;
}

.d-flex.flex-cal {
  align-items: center;
}
.register button {
  border: none !important;
  font-size: 12px;
}

.gap-c {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #000;
  margin-right: 20px;
  vertical-align: middle;
}

.btn-primary {
  color: #fff !important;
  background-color: #00adef;
  border-color: #00adef;
  box-shadow: none !important;
}

.btn-primary:hover {
  background-color: #0296ce;
  border-color: #0296ce;
}
.filter-cost {
  width: 100%;
  padding: 10px;
}
.owl-pro .unit {
  color: #737373;
}

.owl-pro .old-cost {
  color: #737373;
  font-size: 14px;
  font-weight: 300;
}

.tooltip {
  font-family: iranyekan;
  font-size: 12px;
}

.ico-menu,
.ico-menu img {
  width: 30px !important;
  height: 35px !important;
  border-radius: 5px;
}

.ico-menu {
  margin-left: 5px;
  box-shadow: 0px 1px 5px #ccc;
}
.sub-text-sned {
  color: #fff;
}
.caption-section {
  color: #666;
  font-size: 20px;
  font-weight: bold;
}
.dropdown-menu .submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: -7px;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
}

.dropdown-menu > li:hover > .submenu {
  display: block;
}

.category-count {
  color: #666666;
  font-size: 12px;
  line-height: 1.2;
}

.category-name {
  color: #284258;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
}

.d-block.img-cat {
  height: 168px;
}

.d-block.img-cat img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}
.row-social ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .title-section {
    font-size: 16px;
  }
}
a:hover {
  color: #000;
}

.main-title {
  font-family: "vazir";
  font-weight: bold;
  color: #303030;
  font-size: 18px;
}

.sub-title,
.sub-title a {
  color: #595959;
}

.info-cost {
  color: #c70a0a;
  font-weight: 600;
  font-size: 15px;
}

.flip {
  color: #303030;
  font-size: 11px;
}
.my-account {
  color: #d10812;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 13px !important;
}
.img-my {
  background-position: -50px -4px;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.menu-account li:not(:last-child) a {
  border-bottom: 1px dashed #d8d4d4;
}

.menu-account li {
  padding: 5px 20px;
  line-height: 3;
}

.menu-account li a {
  font-size: 13px;
  display: block;
  color: #303030;
  display: block;
  font-weight: 600;
  width: 100%;
}

.menu-account li:hover {
  background-color: #f0f0f1;
}
.addvert-icon {
  background-position: -94px -24px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.menu-account {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: none !important;
  padding: 0;
}
.add-commercialert a {
  border-radius: 5px;
  background-color: #00adef;
  width: 90px;
  height: 29px;
  display: inline-block;
  text-align: center;
  line-height: 29px;
  font-size: 13px;
  color: rgb(255, 255, 255);
}
.menu-account li i {
  font-size: 17px;
  margin-left: 2px;
  vertical-align: middle;
}
.support-icon {
  background-position: -74px -5px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.m-user-img img {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
}

.compare.compare-link a,
.favo.favo-link a {
  display: block;
}

.row.row-header {
  align-items: center;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.img-all {
  background-position: -41px -9px;
  width: 21px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.d-flex.flex-cal {
  align-items: center;
}
.img-category {
  width: 40px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
}

.img-category img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767.99px) {
  aside#panel-menu {
    display: none !important;
  }
}

.lbl1,
.lbl2 {
  font-weight: 600;
}

.main-title {
  font-size: 18px;
  color: rgb(19, 19, 19);
  line-height: 1.2;
  font-weight: bold;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  border-bottom: 0.5px solid rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}
aside#panel-menu {
  background-color: #f7f3fc;
  height: 100%;
  margin-top: 83px;
  position: fixed;
  z-index: 99;
  top: 0;
  transition: all 0.2s linear;
}
.main-titlle-side {
  border-radius: 5px;
  background-color: rgb(0, 173, 239);
  box-shadow: 0px 3px 11px 0px rgba(0, 173, 239, 0.55);
  text-align: center;
  color: #fff;
  padding: 7px;
  font-size: 16px;
}
.menu li a {
  color: #1640a7;
  display: block;
}
.menu li {
  list-style: none;
  line-height: 3;
}
.btn-search {
  background-position: -28px -6px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.frm-search {
  padding: 6px 10px;
}
.search input {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 12px;
  width: calc(100% - 25px);
}
.search input::placeholder {
  color: #a7a7a7;
}
.search input::-webkit-input-placeholder {
  color: #a7a7a7;
}
.icon-map {
  background-position: -4px -5px;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.province_nav {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #d10812;
  border-right: 1px solid #c1c1c1;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.modal-content .panel-menu {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}
.close-li {
  background-color: #f3f3f3 !important;
}
.subPanel {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  padding-right: 0 !important;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}
aside#panel-menu ul,#panel-menu2 ul {
  padding-right: 20px;
  max-height: 200vh;
  overflow-y: auto;

}

.panel-menu ul li {
  list-style: none;
  width: 100%;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  position: relative;
  color: #717471;
  font-weight: 500;
  font-size: 14px;
}
.btn-menu {
  background-color: #f3f3f3 !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-bottom: 1px solid rgb(218 218 218);
  color: #858585;
  padding-right: 21px;
}

.panel-menu {
  z-index: 10;
}
.panel-menu ul li {
  padding-left: 0;
  padding-right: 0;
}
.main-menu a {
  color: #717471;
  font-weight: 500;
  font-size: 14px;
}
.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}
#panel-menu.isOpen,
.subPanel.isOpen {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.subPanel {
  z-index: 20;
}
.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
  width: 100%;
}
.border-none {
  border: none !important;
}
aside.panel-menu.isOpen::before ,#panel-menu2.isOpen::before{
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 500%;
}
.arow-menu i {
  background-position: -140px -5px;
	width: 8px;
	height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}
.close-menu .times {
  background-position: -139px -26px;
	width: 16px;
	height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.panel-menu.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #858585;
  line-height: 15px;
  text-align: center;
  line-height: 33px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}
.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}
.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}
.modal-body .panel-menu {
  width: 100%;
  background-color: #fff !important;
  position: relative;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  transform: translateX(0) !important;
}
.modal-body .panel-menu.isOpen::before {
  display: none !important;
}
.modal-body .panel-menu ul li {
  width: 100%;
  line-height: 42px;
  padding-right: 10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.modal-body .subPanel {
  width: 100%;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  right: -100%;
}
.modal-body .subPanel.isOpen {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.modal-body .check-menu {
  position: absolute;
  left: 0;
  top: 11px;
  width: 30px;
  text-align: center;
}
.modal-body .checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.modal-body .c-ui-checkbox__check {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  border: 1px solid #b7b7b7;
  width: 20px;
  height: 20px;
}
.modal-body
  .checkbox
  input[type="checkbox"]:checked
  + .c-ui-checkbox__check::before {
  content: "\f00c";
  position: absolute;
  left: 3px;
  top: -2px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  line-height: 1.5;
}
.modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
}
.modal-body .checkbox input[type="checkbox"]:checked + .c-ui-checkbox__check {
  background: #f04800;
  border: 1px solid #f04800;
  width: 20px;
  height: 20px;
}
.frm-search-map {
  width: 100%;
  background-color: #fff;
  display: flex;
  border: 2px solid #ccc !important;
  border-radius: 5px;
  padding: 6px;
}
.m-search {
  background-color: transparent !important;
  width: 33px;
}
.frm-search-map input {
  width: calc(100% - 36px);
}
.row-map-search {
  position: relative;
  top: 4px;
  width: 96%;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 4px !important;
}

.Layer_52 {
  background-image: url("Layer 52.png");
  position: absolute;
  left: 1025px;
  top: 80px;
  width: 42px;
  height: 2144px;
  z-index: 161;
}
.title-section {
  color: #595959;
  font-weight: 600;
}
.owl-slider .owl-dots {
  position: absolute;
  left: 10px;
  bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  background: #aba8aa;
}
.owl-dot.active span {
  background-color: #4285f4 !important;
}
.img-commercial {
  width: 118px;
  height: 119px;
  border-radius: 18px;
}
.info-commercial {
  width: calc(100% - 119px);
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 124px;
}
.price {
  color: #595959;
}
.place {
  color: #595959;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
}
.city {
  color: #595959;
}
.unit {
  font-size: 12px;
}
.commercial-title {
  color: #050505;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
}
.address-commercial {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 300;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}
.lbl1 {
  color: #595959;
}
.img-commercial img {
  border-radius: 5px;
  object-fit: cover;
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
.date-commercial {
  color: #00adef;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}
.date-commercial span {
  color: #737373;
}
.date-commercial i {
  color: #737373;
  font-size: 15px;
  vertical-align: middle;
}
.grid-container {
  display: grid;
  gap: 1rem;
}
.grid-item a {
  border-width: 0.75px;
  border-color: rgba(204, 204, 204, 0.67);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  padding: 8px;
}
@media (min-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.icon-send {
  width: 50px;
  height: 50px;
  margin: auto;
  position: relative;
}
.support-section .title-send {
  font-size: 13px;
  font-weight: 600;
  color: #284258;
  margin-top: 20px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid rgb(242, 242, 242);
  border-radius: 10px;
  background-color: rgb(242, 242, 242);
}
.select2-container .select2-selection--single {
  height: 43px;
  border: 0.5px solid rgb(205, 205, 205);
  border-radius: 10px;
  background-color: #fff;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
}

.block label {
  z-index: 2;
  position: relative;
}
.c-ui-statusswitcher {
  position: absolute !important;
  right: 0;
  top: 0;
  margin-bottom: 0 !important;
}
.status {
  margin-right: 55px;
}
.c-ui-statusswitcher input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  display: none;
}
.c-ui-statusswitcher__slider {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 21px;
  border-radius: 29px;
  border: 1px solid #8c8c8c;
  background: #e5e5e5;
  transition: 0.15s ease-in;
}
.c-ui-statusswitcher__slider__toggle {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #959595;
  transition: all 0.4s ease;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
}
input[type="checkbox"]:checked + .c-ui-statusswitcher__slider {
  background-color: #00adef;
  border-color: #00adef;
}
input[type="checkbox"]:checked + .c-ui-statusswitcher__slider span {
  right: 21px;
}

.noUi-horizontal {
  width: 96%;
  margin: 70px auto 0;
}
.filter_pannel ul {
  padding-right: 0;
  text-align: center;
}
.cost-rang {
  max-height: auto !important;
  text-align: center;
}

.cost-rang li {
  display: inline-block;
  width: 49% !important;
}
.min-value-mob,
.max-value-mob,
.min-value-desc,
.max-value-desc {
  width: 100px;
  text-align: center;
  padding: 2px 0;
  border-radius: 7px;
  text-align: center;
  border: 1px solid #b7b7b7;
  color: #757575;
}
.accordion-button {
  padding: 10px 1.25rem;
  font-size: 11px;
  color: #9d9b9b;
  background-color: rgb(242, 242, 242);
  border-color: rgb(242, 242, 242) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgb(242, 242, 242);
  margin-bottom: 10px;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #00adef;
  box-shadow: none !important;
}

.menu-item {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
  cursor: pointer;
}

.submenu {
  list-style-type: none;
  padding: 0;
  display: none;
}

.submenu li a {
  display: block;
  text-decoration: none;
}
a.menu-item.has-submenu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
a.menu-item.has-submenu > i {
  margin-right: auto;
}
.flex-item {
  align-items: center;
}
.links-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.links-link a {
  color: #8e8e8e;
  width: 33%;
  text-align: center;
  font-size: 11px;
}
.accordion-button {
  background-color: rgb(255, 255, 255);
  color: #737373;
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 30.5rem;
  }
}
.modal #panel-menu ul {
  min-height: 400px;
  padding-right: 0 !important;
}
.show-all {
  color: #595959;
  display: inline-block;
}
.show-all i {
  vertical-align: middle;
  font-size: 12px;
}
/* Ø·Â§Ø·Â³Ø·Ú¾Ø·Â§ØºÅ’Ø¸â€ž Ø¸â€žØ·Â§ØºÅ’Ø¸â€¡ Ø·Â´ØºÅ’Ø·Â´Ø¸â€¡Ã¢â‚¬Å’Ø·Â§ØºÅ’ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
/* Ø·Â§Ø·Â³Ø·Ú¾Ø·Â§ØºÅ’Ø¸â€ž Ø¸â€¦Ø¹Â¯Ø·Â§ Ø¸â€¦Ø¸â€ Ø¸Ë† */
.mega-menu {
  position: absolute;
  top: 83px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1001;
  padding: 20px;
  display: none;
}
.nav-tabs {
  flex-direction: column;
  width: 20%;
  border: none !important;
}
.tab-content {
  width: 80%;
  padding: 0 15px;
}
.mega-menu .d-flex {
  display: flex;
  align-items: flex-start;
}
html.noscroll {
  overflow: hidden !important;
}
.btn-category {
  border: none !important;
  box-shadow: none !important;
  font-size: 15px;
  color: #595959;
}
.btn-category i {
  vertical-align: middle;
  font-size: 10px;
  margin-right: 1px;
}
.mega-menu .nav-link.active {
  background-color: #eee !important;
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none !important;
}
.category-menu-content-panel {
  height: 100%;
  width: calc(100% - 300px);
  display: flex;
  flex-flow: column wrap;
  max-height: 400px;
}
.category-main-item {
  margin-top: 4px;
  margin-bottom: 8px;
  color: #000 !important;
}
.category-menu-group {
  margin-left: 64px;
  margin-left: 64px;
  min-width: 23%;
  display: inline-block;
}
.category-menu-item {
  display: block;
  margin-right: 2px;
  color: #00000069;
  transition: color 180ms ease;
}
.category-menu-content-panel__image-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 300px;
}
.category-menu-content-panel-aaeef {
  width: 100%;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}
.show-all-link {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  color: #333;
}
.btn-opt {
  box-shadow: none !important;
  padding: 0 !important;
  color: #d10812;
  font-size: 13px;
}
.btn-opt i,
.btn-commercial i,
.btn-help i {
  vertical-align: middle;
  font-size: 10px;
  margin-right: 1px;
}
.dropdown-menu {
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08),
    0 -8px 32px -4px rgba(0, 0, 0, 0.04), 0 16px 24px -6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08),
    0 -8px 32px -4px rgba(0, 0, 0, 0.04), 0 16px 24px -6px rgba(0, 0, 0, 0.04);
  border: none;
  padding-bottom: 0 !important;
}
.dropdown-menu a {
  align-items: center;
  color: rgba(0, 0, 0, 0.56);
  color: var(--black-secondary);
  cursor: pointer;
  display: flex;
  min-height: 42px;
  outline: none;
  padding: 0 16px;
  transition: color 0.36s ease;
  transition-property: color;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #eee;
}
.dropdown-menu li:last-child a {
  border-bottom: none !important;
}
.dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.btn-commercial {
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 13px;
  color: #00adef !important;
}
.btn-help {
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 13px;
  color: #d10812 !important;
}
.namd {
  display: flex;
  justify-content: space-between;
  height: auto !important;
  overflow: hidden !important;
}
body.home,
.bg-whight {
  background-color: #fff !important;
}
.owl-slider-top .owl-dots,
.owl-slider-bottom .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.owl-slider-top img,
.owl-slider-bottom img {
  border-radius: 7px;
}
.owl-slider-top .item,
.owl-slider-bottom .item,
.owl-slider-top .item a,
.owl-slider-bottom .item a {
  border-radius: 7px;
  overflow: hidden;
}
.link-top-home li {
  display: inline-block;
  margin-right: 10px;
}
.link-top-home li a {
  color: #d10812;
}
.header-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
.reg {
  color: #00adef !important;
}
.main-title-home {
  font-size: 18px;
  color: #212121;
}
.sub-title-home {
  color: #595959;
  font-size: 12px;
  font-weight: 300;
}
.user-icon {
  background-position: -4px -27px;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.icn-search {
  background-position: -24px -25px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.search-home {
  border-width: 0.5px;
  border-color: rgb(142, 142, 142);
  border-style: solid;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.search-home input {
  width: calc(100% - 40px);
  padding-right: 10px;
}
.most-city {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
.most-city li {
  list-style: none;
}
.most-city li a {
  color: #595959;
}
.owl-logo .item a {
  display: flex !important;
  margin: 0 5px;
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  border: 0.5px solid rgb(205, 205, 205);
}
.owl-logo .item a img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}
.logo-section,
.fq-section {
  background-color: #f7f3fc;
  padding-top: 40px;
  padding-bottom: 40px;
}
  .cat-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 8px 20px;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    border-bottom: none !important;
  justify-content: space-between;
}
.cat-ul li {
  list-style: none;
}
.cat-ul li a {
  color: #737373;
  border: 0.5px solid rgb(142, 142, 142);
  display: inline-block;
  border-radius: 25px;
  padding: 5px 20px;
  min-width: 93px;
  text-align: center;
}
.namad li {
  list-style: none;
  display: inline-block;
  border: 0.5px solid rgb(205, 205, 205);
  border-radius: 5px;
  background-color: #fff;
  width: 80px;
  height: 90px;
  line-height: 79px !important;
  margin-right: 10px;
  text-align: center;
}
.link-footer-home li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.link-footer-home li a {
  color: #595959;
  font-weight: 300;
  transition: all 0.2s linear;
}
.link-footer-home li a:hover{
  color: #10b3f1;
}
.copy {
  color: #595959;
  font-weight: 300;
}
.copy .bld {
  font-weight: 500;
}
.owl-slider-bottom .owl-next {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 29px;
  height: 29px;
  top: 48% !important;
}
.owl-slider-bottom .owl-prev {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 29px;
  height: 29px;
  top: 48% !important;
  transform: rotate(-180deg) !important;
}
.sp-checkbox{
  display: block;
  margin: 0;
    margin-left: 0px;
  color: #2b3c42;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  font-size: 11px;

}
.form-select {

  font-size: 11px;

  line-height: 2.3;

}
.sp-checkbox input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  opacity: 0;
  -moz-appearance: none;
  appearance: none;
}
.sp-checkbox {
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
.sp-checkbox .checkmark::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.sp-checkbox .checkmark::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  z-index: 1;
  display: inline-block;
  border: 2px solid #dae4e7;
  border-radius: 10px;
  background-color: #fff;
}
label.sp-checkbox > .checkmark {
  margin-left: 5px;
}
 label.sp-checkbox .checkmark, 
label.sp-checkbox .checkmark::before, 
 label.sp-checkbox .checkmark::after {
 width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 6px;
}
.sp-checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 10px;
}
.sp-checkbox input[type="checkbox"]:checked + .checkmark::before, .sp-checkbox.checked .checkmark::before {
  background-color: #00adef;
  border-color: #00adef;
}
.sp-checkbox input[type="checkbox"]:checked + .checkmark::after, .sp-checkbox.checked .checkmark::after {
  z-index: 2;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: #fff;
  top: 0;
  line-height: 26px !important;
  font-size: 13px !important;
  text-align: center;
}
.flex-se {
  border: 1px solid #dae4e7;
  border-radius: 12px;
  padding: 5px;
  width: 95%;
  margin: auto;
  align-items: center;
}
.flex-se:focus, .flex-se.active {
  transition: all 150ms linear;
  border-color: #00adef !important;
}
.flex-se button{
  background-color: transparent !important;
  border:none !important;
  box-shadow: none !important;
  margin-left: 5px;
}
.flex-se input{
  width: calc(100% - 30px);
  border:none !important;
  box-shadow: none !important;
}
.selected-filter {
  color: #91adb7;
}
.d-flex.mt-2.flex-i {
  width: 95%;
  margin: auto;
    margin-top: auto;
  justify-content: space-between;
}
.del-filter {
  color: #577884;
  background-color: transparent !important;
  border:none !important;
  box-shadow: none !important;
}
.del-filter:hover{
color: #d10812 !important;
}
.accordion-body.body-check {
  max-height: 200px;
  overflow: auto;
  padding: 0;
  margin: 1rem 1rem;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
.dropdown-menu {
  padding-top: 0 !important;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
}
.right-toolbar .dropdown-item i {
  position: absolute;
  left: 9px;
  font-size: 10px;
}
.sp-checkbox i {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
}
.filter-container {
  position: relative;
           
 }

.input-wrapper {
position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 16px);
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  justify-content: space-between;
}
.unit-price {
  font-size: 10px;
  margin-left: 5px;
  color: #6c757d;
}
.filter-input {
    width: 100px;
    text-align: center;
    cursor: pointer;
    position: relative;
  background-color: transparent !important;
  border: none !important;
  font-size: 13px;
  box-shadow: none !important;
}

.clear-btn {
    position: absolute;
    right: 5px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: red;
    display: none;
}

.size-dropdown {
    position: absolute;
    top: 40px;
    width: 220px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
    border-radius: 5px;
    padding: 10px;
}

.size-dropdown input {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 13px;
}
.size-list {
  max-height: 200px !important;
  padding: 0 !important;
}
.size-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
}

.size-list li {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.size-list li:last-child {
    border-bottom: none;
}

.size-list li:hover {
    background: #f0f0f0;
}
.filter-input {
position: relative;
width: 100%;
  text-align: right;
  margin-right:8px;
}
.manual-entry {
   font-size: 12px;
  font-weight: 300;
  cursor: pointer;
  color: #000;
  padding: 0;
  text-align: right;
}




#accordionFilter2 .accordion-button {
background-color: #f7f3fc !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #1640a7;
  line-height: 3;
  font-size: 13px;
  display: flex;
justify-content: space-between;
  width: 100%;
  align-items: center;
}
#accordionFilter2 .accordion-button::after{
  display:none !important;
}
#accordionFilter2 .accordion-item {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #f7f3fc !important;
}
#accordionFilter2 .sp-checkbox {
  color: #1640a7;
  font-size: 13px;
  margin-bottom: 0 !important;
}





.sp-checkbox .checkmark::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.sp-checkbox .checkmark.checked::after {
    content: "-"; /* Ø¹Ù„Ø§Ù…Øª Ø®Ø· ØªÛŒØ±Ù‡ */
    color: #00adef; /* Ø±Ù†Ú¯ Ø®Ø· ØªÛŒØ±Ù‡ */
    text-align: center; /* Ù…Ø±Ú©Ø² Ú†ÛŒÙ† */
}

.sp-checkbox input[type="checkbox"]:checked + .checkmark::before {
    background-color: #00adef; /* Ø±Ù†Ú¯ Ù¾Ø³â€ŒØ²Ù…ÛŒÙ†Ù‡ Ø¨Ø±Ø§ÛŒ Ú†Ú© Ø¨Ø§Ú©Ø³ */
    border-color: #00adef; /* Ø±Ù†Ú¯ Ù…Ø±Ø² Ø¨Ø±Ø§ÛŒ Ú†Ú© Ø¨Ø§Ú©Ø³ */
}


.dropdown-menu a:hover,.dropdown-item.active{
  background-color: rgb(209, 8, 18) !important;
  color: #fff !important;
}

.dropdown-menu {
  min-width: 9rem !important;
}

.text-red,a.text-red {
  color: #d10812 !important;
  font-weight: 600 !important;
}

.menu-social {

  display:none;
}



@media screen and (max-width: 991.99px) {
    .panel-menu-mob.isOpen .menu-social {
         display:block;
    }
}

.wrapper {
  margin: auto;
  max-width: 1676px !important;
}

.container-fluid.commercial-section.pt-1.pb-4 {
    padding-left: 0 !important;
}

.form-control {
  font-size: 13px;
  font-weight: 400;
  box-shadow: none !important;
}
.m-info {
  display: flex;
  width: 100%;
  background-color: #efb526;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  font-size: 20px;
  gap: 5px;
  border-radius: 7px;
  letter-spacing: 7px;
  line-height: 2.5;
}
.t-info {
  display: flex;
  width: 100%;
  background-color: #efb526;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  font-size: 20px;
  gap: 5px;
  border-radius: 7px;
  letter-spacing: 5px;
  line-height: 2.5;
}
.w-info {
  display: flex;
  width: 100%;
  background-color: #11b55e;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 20px;
  gap: 5px;
  border-radius: 7px;
  line-height: 2.5;
}
.teleg-info {
  display: flex;
  width: 100%;
  background-color: #0078c6;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 20px;
  gap: 5px;
  border-radius: 7px;
  line-height: 2.5;
}
.b-info{
  display: flex;
  width: 100%;
  background-color: #00ae93;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 20px;
  gap: 5px;
  border-radius: 7px;
  line-height: 2.5;
}
.i-info{
  display: flex;
  width: 100%;
  background-color: #00a3e8;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 18px;
  gap: 5px;
  border-radius: 7px;
  line-height: 2.5;
}
.r-info{
  display: flex;
  width: 100%;
  background-color: #9ad9ea;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 20px;
  gap: 5px;
  border-radius: 7px;
  line-height: 2.5;
}
.b-info img,.r-info img {
  width: 28px;
}
.info-col i {
  color: #fff;
  font-size: 25px;
}
.b-info img {
  margin-right: 24px;
}
.teleg-info i {
  margin-right: 9px;
}
.r-info img {
  margin-right: 5px;
}
.right-toolbar li {
  position: relative;
}
.accordion-body.p-s.pe-0 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.accordion-body.p-s.pe-0 select{
  width:100% !important;
}