/*==================================
Theme Color All Codes Variable
==================================*/

:root {
  --theme-general-color: #77787b;
  /* theme gray color ok*/
}
/* GLOBAL SCROLLBAR (Chrome, Edge, Safari) */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background: #e6e6e6;
}

*::-webkit-scrollbar-thumb {
    background: #034ea3;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #023a7d;
}

/* GLOBAL SCROLLBAR (Firefox) */
* {
    scrollbar-width: thin;
    scrollbar-color: #034ea3 #e6e6e6;
}

:root {
  --theme-primary-color: #a5796f;
  /* theme primary color ok*/
}

:root {
  --theme-secondary-color: #141926;
  /* theme secondary color ok*/
}

:root {
  --theme-white-color: #fff;
  /* theme white font color ok*/
}

:root {
  --theme-light-color: #f8f7f6;
  /* theme light gray color ok*/
}

:root {
  --theme-gray-color: #e7e7e8;
  /* theme gray color */
}

:root {
  --theme-dark-color: #1b1b1e;
  /* theme dark color */
}

:root {
  --theme-footer-color: #1e2124;
  /* theme dark color */
}

:root {
  --theme-extra-color: #f3612e;
  /* theme extra color ok*/
}

:root {
  --theme-primary-opacity-color: rgba(191, 128, 114, 0.8);
  /* theme primary opacity color */
}

:root {
  --theme-secondary-opacity-color: rgba(20, 25, 38, 0.8);
  /* theme secondary color */
}

:root {
  --theme-dark-opacity-color: rgba(27, 27, 30, 0.8);
  /* theme dark opacity color */
}

:root {
  --theme-white-opacity-color: rgba(255, 255, 255, 0.5);
  /* theme white color ok*/
}

:root {
  --theme-white-opacity90-color: rgba(255, 255, 255, 0.9);
  /* theme white color ok*/
}

:root {
  --text-light-color: #a5a5a5;
  /* text light color */
}

:root {
  --text-gray-color: #c3c3c3;
  /* theme text gray color */
}

/*==================================
Font Variable
==================================*/

:root {
  --theme-general-font: "IRANSans", sans-serif;
  /* Font use for normal text and general text ok*/
}

:root {
  --theme-hiperlink-font: "IRANSans", sans-serif;
  /* Font use for normal text and general text ok*/
}

:root {
  --theme-highlight-font: "Tanha", sans-serif;
  /* Font used in title or special area ok*/
}
:root {
  --primary-color: #034ea2;
  --secondary-color: #d2aa41;
  --tertiary-color: #828282;
}
/*==================================
Extra CSS
==================================*/
body {
  font-size: 15px;
}
h5 {
  font-size: 15px;
}
h4 {
  font-size: 20px;
}
.full-row {
  padding: 70px 0;
}

.sub-title {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--theme-general-font);
}

.btn {
  border-radius: 0;
  /*     letter-spacing: 2px; */
}

.btn-outline-primary {
  border: 2px solid #ffffff00;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  border-radius: 0;
  background: #d2aa41;
  font-weight: 600;
}

.ecommerce-header .top-header {
  font-size: 15px;
}

[class*="product-search-"] .form-inline {
  border: 0;
  padding: 0;
}

.form-inline input.search-field {
  padding-left: 25px;
}

[class*="product-search-"] .form-inline button {
  background-color: transparent;
  color: var(--theme-dark-color) !important;
  right: 0;
  padding: 0;
  left: inherit;
}

.ecommerce-header .middle-header {
  border-bottom: 1px solid #e1e1e1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500 !important;
  font-size: 14px;
  text-transform: uppercase;
  color: #1b1b1e;
  font-weight: 500;
}

.footer-widget li a {
  font-weight: 400;
  font-size: 15px;
}

.down-line::before {
  width: 100px;
}

.star-rating i {
  color: var(--theme-extra-color);
}

.product-wrapper .product-info .product-title,
.product-wrapper .product-info .product-title a,
.product-wrapper .product-info .product-price .price ins {
  font-family: IRANYekanXFaNum !important;
  font-weight: 400;
}

.product-wrapper .product-info .star-rating a {
  font-size: 14px;
  font-family: var(--theme-hiperlink-font);
  color: var(--theme-general-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge"] {
  font-family: var(--theme-hiperlink-font);
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 8px;
}

.deal-product .product-wrapper .product-info .product-title,
.deal-product .product-wrapper .product-info .product-title a {
  font-size: 24px;
}

.deal-product .btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

.e-info-center.deal-product .btn {
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-radius: 8px;
}

.time-count.time-box {
  padding: 10px 50px 50px;
}

.time-box li {
  width: 65px;
  height: 65px;
  text-align: center;
  padding: 5px;
}

.time-box li span:first-child {
  font-size: 18px;
  width: 100%;
  height: auto;
  line-height: inherit;
}

.time-box li span:last-child {
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 0px;
  color: var(--theme-secondary-color);
}

.time-box li span:last-child {
  font-weight: 400;
  text-transform: capitalize;
}

.thumb-blog-simple .post-content {
  width: 70%;
  position: relative;
  margin-top: -50px;
  background-color: var(--theme-light-color);
  right: 50%;
  transform: translateX(50%);
  padding: 30px;
}

.thumb-blog-simple .post-meta {
  font-weight: 500;
  letter-spacing: 0;
}

.thumb-blog-simple .post-content .btn-link-down-line {
  text-transform: capitalize;
  font-size: 14px;
}

.custom-class-122 .up-to-sale {
  font-size: 23px;
  font-weight: 800;
  color: var(--secondary-color);
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 10px;
}

.custom-class-122 h3 {
  letter-spacing: 0;
}

.custom-class-122 .category {
  font-size: 18px;
  letter-spacing: 0;
}

.custom-class-123 .banner-content .category {
  font-weight: 700;
  /* font-family: var(--theme-highlight-font);*/
  letter-spacing: 0;
}

.custom-class-123 .banner-content .up-to-sale {
  font-size: 18px;
  /*  letter-spacing: 3px */
}

.custom-class-123 .banner-content .btn {
  margin: 0 auto;
}

.footer-widget .widget-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #034ea2;
}

.copyright {
  border-top: 1px solid #e1e1e1;
}
.copyright a {
  color: #77787b;
}
.ecommerce-header .cart-view a.top-quantity span {
  color: var(--theme-white-color);
}
.services-sec {
  margin-top: 106px;
}
.sticky-myaccount .flat-default,
.search-view .flat-default,
.wishlist-view .flat-default,
.refresh-view .flat-default,
.cart-icon .flat-default {
  font-size: 30px;
}
.ls-wrapper.ls-in-out.ls-hide-on-phone {
  left: 12.4% !important;
  bottom: 31% !important;
  top: unset !important;
  right: unset !important;
}
.hover-bg-primary:hover,
.nav-tab-border .nav-link.mixitup-control-active,
.page-item.active .page-link,
.down-line::before {
  background-color: var(--secondary-color) !important;
}
.list-color-primary li,
.list-color-primary a {
  color: var(--primary-color) !important;
}
.btn-link-down-line:hover {
  color: var(--primary-color) !important;
}
a.hover-text-primary:hover {
  color: var(--primary-color) !important;
}
.thumb-blog-simple .post-content .btn-link-down-line:hover::after,
.custom-class-118
  .banner-content
  .content-bottom
  .btn-link-down-line:hover::after {
  background-color: var(--secondary-color) !important;
}
.btn-primary {
  background-color: var(--primary-color);
}
.btn-primary:hover {
  background-color: var(--secondary-color);
}
a.purchase {
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
  padding: 10px 15px;
  transition: 0.4s;
}
.partner-slider .item img {
  width: 140px;
  height: auto;
  filter: grayscale(1);
}
.partner-slider .item img:hover {
  filter: unset;
}
a.purchase:hover {
  background-color: var(--primary-color);
  color: #fff !important;
  transition: 0.4s;
}
.product-price {
  margin-bottom: 19px;
}
.on-banner-img {
  display: inline-block;
  width: 100%;
  height: 36vh;
}

.on-banner-img img {
  position: absolute;
  display: block;
  bottom: -112px;
  left: -42px;
  padding: 85px;
}
@media screen and (max-width: 1399px) {
  .thumb-blog-simple .post-content {
    width: 85% !important;
  }
}

@media screen and (max-width: 991px) {
  .banner-four {
    margin: 0 !important;
    background-size: cover !important;
  }
  .banner-four-content h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .banner-four-content .btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .custom-class-122 .banner-content {
    right: 0%;
  }
  .custom-class-122 .banner-content::before {
    display: none;
  }
  .custom-class-123 .banner-content .middle-content {
    width: 100%;
  }
  .custom-class-123 .banner-content .sale,
  .custom-class-126 .banner-content .sale {
    font-size: 50px;
  }

  .time-count.time-box {
    padding: 10px 30px 50px;
  }
}

@media screen and (max-width: 420px) {
  .custom-class-122 .middle-content {
    right: 15px;
  }
  .custom-class-123 .banner-content,
  .custom-class-126 .banner-content {
    width: 97%;
    height: 97%;
  }
}
.first-banner-content {
  left: 6px !important;
}
.clients-slider {
  padding-top: 30px;
  background: #f8f7f6;
   margin-bottom: -70px;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  width: 125px;
  height: auto;
  filter: grayscale(1) brightness(0.5);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.swiper-slide img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.swiper-slide {
  padding-right: 68px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px !important;
  font-weight: 800;
  color: #bcbcbc;
}
section.clients-slider h3 {
  margin-bottom: 40px;
}

.user-login a {
    display: inline-block;
    margin-top: -7px;
}
.inner-page_body{
  min-height: 300px;
}
#pricerangesbox .ui-slider,
#pricerangesbox .price_slider,
#pricerangesbox .price_slider_wrapper,
#pricerangesbox .irs { display:none!important; height:0!important; margin:0!important; padding:0!important; }

/* Slider container */
.rb-range{
  position:relative;
  width:100%;
  height:36px;
  direction:ltr;         /* keep math simple on RTL pages */
  user-select:none;
  touch-action:none;
  z-index:5;
}
.rb-track{
  position:absolute;
  left:0; right:0; top:50%;
  height:6px; transform:translateY(-50%);
  background:#e9eef6; border-radius:999px;
}
.rb-fill{
  position:absolute; top:50%;
  height:6px; transform:translateY(-50%);
  background:#0d6efd; border-radius:999px;
  left:0; width:0;     /* will be set in JS */
}

/* Handles positioned by PERCENT left (relative to .rb-range) */
.rb-handle{
  position:absolute; top:50%;
  transform:translate(-50%,-50%);
  width:20px; height:20px; border-radius:50%;
  background:#fff; border:3px solid #0d6efd;
  cursor:pointer; box-shadow:none; outline:none;
  z-index:10;
}
.rb-handle:focus-visible{ outline:2px solid #99c2ff; outline-offset:2px; }

.inc-number {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 26px;
    line-height: 40px;
}

.inc-number p {
    font-size: 50px;
    line-height: 50px;
    color: var(--primary-color);
}
.tasks i {
    font-size: 30px;
    color: #034ea2;
}
.about-text p {
    font-size: 15px;
    line-height: 30px;
}
li.nav-item.text-nowrap.dropdown > a::after {
  font-size: 14px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1500px) {
   header.ecommerce-header .container {
    max-width: 1667px;
}
}
div#regionselector{
  border-right: 2px solid red;
}
label.has-error.red-tooltip{
  bottom: -36px;
   top: unset;
    text-align: center;
    font-size: 14px;
}
.fancytree-container.fancytree-rtl .fancytree-exp-n span.fancytree-expander, .fancytree-container.fancytree-rtl .fancytree-exp-nl span.fancytree-expander{
 DISPLAY: NONE;
}
#technicalfilters .card{
  border: none;
}

.cf-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
    transform: translateY(-4px);
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.25s ease;

}
.cf-collapse.open {
  max-height: 2000px; /* bigger than your content */
    opacity: 1;
  transform: translateY(0);
}
.collapsible-label{
  position: relative;
}
.collapsible-label::after{
    position: absolute;
    top: 7px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 10px;
    font-weight: 900;
}
#technicalfilters .card-header {
    font-size: 18px;
    color: #141926;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px;
}
#technicalfilters .list-items{
  direction: ltr;
   padding-right: 11px;
  font-size: 14px;
      max-height: 242px !important;
}
#technicalfilters .seach-list input[type="text"]{
    background-color: #f9f9f9;
    height: 40px;
    border: 1px solid #ededed;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZTBlMGUwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTEuOSw5MS45Yy0zLjUsMy41LTkuMiwzLjUtMTIuNywwTDYyLjcsNzUuNEM1Ni45LDc5LDUwLjEsODEsNDIuNyw4MUMyMS42LDgxLDQuNSw2My45LDQuNSw0Mi43ICBTMjEuNiw0LjUsNDIuNyw0LjVTODEsMjEuNiw4MSw0Mi43YzAsNy4zLTIuMSwxNC4xLTUuNiwyMGwxNi41LDE2LjVDOTUuNCw4Mi43LDk1LjQsODguNCw5MS45LDkxLjl6IE00Mi43LDE1LjcgIGMtMTQuOSwwLTI3LDEyLjEtMjcsMjdzMTIuMSwyNywyNywyN3MyNy0xMi4xLDI3LTI3UzU3LjcsMTUuNyw0Mi43LDE1Ljd6Ij48L3BhdGg+PC9zdmc+);
}
.technical-checkboxlist{
  display: none;
}
.technical-list-key span {
    text-align: right;
    padding-right: 25px;
    font-size: 15px !important;
    font-weight: 600;
    color: #00449e !important;
    min-height: 0 !important;
}
.technical-list-key span::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 7px;
    margin-right: 6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgb(192 155 61);

 }
 #pricerangesbox {

  display: block !important;
 }
 .users-filter-container .dnn-grid-cell .search-filter {
display: none !important;
}
li.userprofileCta {
    display: flex;
    gap: 7px;
    font-size: 15px;
    padding: 13px 11px;
    border-radius: 8px;
    color: #1e1e1e;
    box-shadow: -4px 5px 7px rgb(0 0 0 / 3%);
    border: 1px solid #eee;
    transition: .4s;
}
li.userprofileCta:hover  .icon {
  transition: .4s;
  color: rgb(192 155 61);
}
li.userprofileCta:hover{
  box-shadow: none;
   transition: .4s;
   cursor: pointer;
}
li.userprofileCta .icon {
    color: #034ea2;
    font-size: 16px;
}
.UserProfileControls ul {
    gap: 26px;
    flex-direction: column;
}
#eces .text-decoration-none{
  padding-bottom: 0 !important;
}
/* Default (desktop) */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Mobile */
@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-banner img {
    width: 100%;
    height: auto;
    display: block;
  }
}

