@font-face {
  font-family: "AbarLow";
  src: url("./font/AbarLow-Black.woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbarLow";
  src: url("./font/AbarLow-Bold.woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbarLow";
  src: url("./font/AbarLow-ExtraBold.woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbarLow";
  src: url("./font/AbarLow-Regular.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbarLow";
  src: url("./font/AbarLow-SemiBold.woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.custom-font {
  font-family: AbarLow, sans-serif;
}

body {
  font-family: IRANSansX;
}

.box-serach .w-search-form .w-form-row-field input {
  padding-right: 60px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.box-serach .w-search-form .w-btn {
  background: var(--color-content-primary) !important;
  margin-right: 5px !important;
}
.box-serach .w-search-form .w-btn i {
  color: #FFFFFF !important;
}

.box-serach-live .w-form-row .w-form-row-field input {
  padding-right: 60px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.box-serach-live .w-form-row .w-btn {
  background: var(--color-content-primary) !important;
  margin-right: 5px !important;
}
.box-serach-live .w-form-row .w-btn i {
  color: #FFFFFF !important;
}

@media screen and (max-width: 768px) {
  .grid_spam_wrapper {
    grid-column-end: span 2;
  }
}
.counter-project .w-counter-value {
  color: #FFF;
  font-size: 65px !important;
  font-weight: 500;
  line-height: 54px;
}
@media screen and (max-width: 768px) {
  .counter-project .w-counter-value {
    font-size: 51px !important;
    font-weight: 700;
  }
}
.counter-project .w-counter-title {
  color: #FFFFFF;
}

.bg-color-666666 {
  --background: #666666;
}

.bg-color-c4c4c4 {
  --background: #C4C4C4;
}

.line-text-before {
  position: relative;
}
.line-text-before span.w-text-h {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .line-text-before span.w-text-h {
    margin-left: 15px;
  }
}
.line-text-before:before {
  content: "";
  position: relative;
  display: inline-block;
  background: var(--background);
  width: 70px;
  height: 2px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .line-text-before:before {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .line-text-before:after {
    content: "";
    position: relative;
    display: inline-block;
    background: var(--background);
    width: 50px;
    height: 2px;
    left: 0;
  }
}

.slider-filter img {
  filter: grayscale(100%);
}

.tow-line-before {
  position: relative;
}
.tow-line-before span.w-text-h {
  margin-right: 15px;
  margin-left: 15px;
}
.tow-line-before:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #666;
  width: 70px;
  height: 2px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .tow-line-before:before {
    width: 41px;
  }
}
.tow-line-before:after {
  content: "";
  position: relative;
  display: inline-block;
  background: #666;
  width: 70px;
  height: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tow-line-before:after {
    width: 41px;
  }
}

.counter .w-counter-value {
  color: #292F36 !important;
  text-align: center;
  font-size: 60px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
}
.counter .w-counter-title {
  color: #00296A;
  margin: 0;
}

.icon-box-services {
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .icon-box-services {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }
}
.icon-box-services .w-iconbox-title {
  transition: all 0.5s ease-in-out;
}
.icon-box-services:hover {
  background: #00296A !important;
}
.icon-box-services:hover .w-iconbox-title {
  color: #fff;
}

.grid-blog .owl-nav .owl-prev:after {
  font-family: "uik" !important;
  content: "\e911" !important;
}
.grid-blog .owl-nav .owl-next:after {
  font-family: "uik" !important;
  content: "\e910" !important;
}

.text-bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.text-bottom-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-content-primary);
}

@media screen and (max-width: 768px) {
  .text-footer .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
  }
}
.text-footer .wpb_wrapper strong {
  color: #FFFFFF;
  margin-bottom: 4px !important;
}
.text-footer .wpb_wrapper p {
  margin-bottom: 4px !important;
}

.icon-phone-footer .w-iconbox-title {
  padding: 0 0 !important;
}
.icon-phone-footer .w-iconbox-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.26px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .icon-grope {
    display: flex;
    flex-direction: row;
    justify-content: start !important;
    align-items: center;
    gap: 15px;
  }
  .icon-grope .w-iconbox-title {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 768px) {
  .text-footer .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.contact-us-column-icon .w-iconbox {
  gap: 27px;
}
.contact-us-column-icon .w-iconbox-icon {
  background: var(--color-content-primary);
  padding: 10px 10px 12px 12px;
  width: 40px !important;
  height: 40px !important;
}

.post_read {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.post_read i {
  font-size: 20px;
  color: #00296A;
}

.calendar-post i {
  font-size: 20px;
  color: #00296A;
}

.blog-icon-read-calender i {
  font-size: 24px;
  color: #00296A;
}

@media screen and (max-width: 768px) {
  .wrapper-icon-box {
    --hwrapper-gap: 14px !important;
  }
}

.search-filter .w-filter-list .w-filter-item .w-filter-item-title {
  color: #4A4A4A !important;
  text-align: right !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  letter-spacing: -0.45px !important;
}
.search-filter .w-filter-item-content .w-filter-item-search input {
  min-height: 0 !important;
  padding: 0 35px 0 0;
  height: 44px !important;
  font-size: 14px !important;
  color: #8F8F8F !important;
  background: #F5F5F5;
  border: 0 !important;
}
.search-filter .w-filter-item-content .w-filter-item-search i {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 36px !important;
  height: 36px !important;
  color: #00296A;
  right: 12px;
}
.search-filter .w-filter-item-content .w-filter-item-values .depth_1 {
  border-bottom: 0 !important;
}
.search-filter .w-filter-item-content .w-filter-item-values * label:before {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 4px !important;
  border: 1px solid #DCDCDC !important;
  box-sizing: border-box !important;
}
.search-filter .w-filter-item-content .w-filter-item-values * label:after {
  font-family: "fontawesome";
  content: "\f00c" !important;
  color: #FFFFFF;
  font-size: 15px;
  position: absolute !important;
  right: 1px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 4px !important;
  opacity: 0 !important;
  background: var(--color-content-primary) !important;
}
.search-filter .w-filter-item-content .w-filter-item-values * label:has(input:checked):before {
  color: var(--color-content-primary) !important;
}
.search-filter .w-filter-item-content .w-filter-item-values * label:has(input:checked):after {
  opacity: 1 !important;
}

.product-counter {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}
.product-counter i {
  margin-left: 0 !important;
  font-size: 19px;
}

.items_header i {
  transition: all 0.5s ease;
}
.items_header.active i {
  transform: rotate(180deg);
}

.custom-sort-btns {
  display: flex;
  flex-direction: column;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.56px;
  line-height: 21px;
}
.custom-sort-btns .sort-radio {
  padding: 10px 0px 10px 100px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #EDEDED;
}
.custom-sort-btns .sort-radio input {
  color: #00296A;
  width: 13px !important;
  height: 13px !important;
  margin-left: 15px !important;
  border: 2px solid #4A4A4A;
}
.custom-sort-btns .sort-radio input:before {
  height: 9px;
  width: 9px;
  margin: 2px;
}
.custom-sort-btns .sort-radio input:checked {
  border: 2px solid #00296A;
}
@media screen and (max-width: 768px) {
  .custom-sort-btns {
    position: fixed;
    width: 100vw;
    height: 400px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.5s ease;
    flex-direction: column;
    padding: 35px 20px calc(20px + env(safe-area-inset-bottom));
    transform: translateY(120%);
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.25);
    gap: 0;
  }
  .custom-sort-btns.active {
    transform: translateY(0);
  }
  .custom-sort-btns .sort-radio {
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    border-left: 0;
    padding: 15px 0;
  }
  .custom-sort-btns .sort-radio:before {
    display: none;
  }
  .custom-sort-btns .sort-radio:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .custom-sort-btns {
    position: fixed;
    width: 100vw;
    height: 400px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.5s ease;
    flex-direction: column;
    padding: 35px 20px calc(20px + env(safe-area-inset-bottom));
    transform: translateY(120%);
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.25);
    gap: 0;
  }
  .custom-sort-btns.active {
    transform: translateY(0);
  }
  .custom-sort-btns .sort-radio {
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    border-left: 0;
    padding: 15px 0;
  }
  .custom-sort-btns .sort-radio:before {
    display: none;
  }
  .custom-sort-btns .sort-radio:last-child {
    border-bottom: 0;
  }
}

.w-slider.product_gallery .w-slider-h {
  padding-top: calc(100% - 110px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .w-slider.product_gallery .w-slider-h {
    padding-top: 100%;
  }
}
@media screen and (max-width: 768px) {
  .w-slider.product_gallery {
    overflow: visible;
  }
}
.w-slider.product_gallery .royalSlider {
  display: flex;
  align-items: stretch;
  aspect-ratio: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  gap: 30px;
}
.w-slider.product_gallery .royalSlider .rsOverflow {
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .w-slider.product_gallery .royalSlider .rsOverflow {
    overflow: visible;
  }
}
.w-slider.product_gallery .royalSlider .rsArrow {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .w-slider.product_gallery .royalSlider .rsArrow {
    display: block !important;
    text-shadow: none;
    color: #000;
    font-size: 20px;
    width: 20px;
    margin: 0 10px;
    left: 20%;
    top: auto;
    bottom: -50px;
  }
}
@media screen and (max-width: 768px) {
  .w-slider.product_gallery .royalSlider .rsArrow.rsArrowRight {
    right: 20%;
    left: auto;
  }
}
.w-slider.product_gallery .royalSlider .rsThumbsHor {
  width: var(--thumbs-width);
  min-width: var(--thumbs-width);
  padding-top: 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .w-slider.product_gallery .royalSlider .rsThumbsHor {
    display: none;
  }
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: var(--thumbs-gap);
  transform: none !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar {
  width: 2px;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar-thumb {
  background: #888;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsNavItem.rsThumb {
  margin: 0 !important;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsThumb.rsNavSelected::after {
  border-width: 2px;
}

.features > div {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  margin-bottom: 24px;
}
.features > div .woocommerce-product-attributes-item__value {
  font-weight: 600 !important;
}
.features > div .w-post-elm-before {
  color: #828282;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.price-products .price_box_container {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  line-height: 1.3 !important;
}
.price-products .price_box_container .price_number {
  color: #333 !important;
  font-size: 25px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}
.price-products .price_box_container .price_list {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.price-products .price_box_container .price_list .regular_price .price_number {
  color: #C1C1C1 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.price-products .price_box_container .price_list .final_price .price_number {
  color: #333 !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}

.attribute-box-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.attribute-box-icon i {
  font-size: 21px;
  color: #00296A;
}

.btn-call {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.grid-comment .w-grid-item-h .w-hwrapper.active {
  background: #00296A !important;
  color: #FFFFFF !important;
}
.grid-comment .w-grid-item-h .w-hwrapper.active .post_title {
  color: #FFFFFF !important;
}

.wrapper-icon-footer .w-iconbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 0 !important;
}

/*# sourceMappingURL=custom.css.map */
