@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/woff/IRANSansXFaNum-Medium.woff") format("woff"),
    url("../fonts/woff2/IRANSansXFaNum-Medium.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/woff/IRANSansXFaNum-Regular.woff") format("woff"),
    url("../fonts/woff2/IRANSansXFaNum-Regular.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/woff/IRANSansXFaNum-Thin.woff") format("woff"),
    url("../fonts/woff2/IRANSansXFaNum-Thin.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/woff/IRANSansXFaNum-Bold.woff") format("woff"),
    url("../fonts/woff2/IRANSansXFaNum-Bold.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/woff/IRANSansXFaNum-ExtraBold.woff") format("woff"),
    url("../fonts/woff2/IRANSansXFaNum-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/woff/IRANSansXFaNum-Black.woff") format("woff"),
    url("../fonts/woff2/IRANSansXFaNum-Black.woff2") format("woff2");
}

body,
* {
  font-family: IRANSansX;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --main-text-color: #023047;
  --primary-color: #0b4338;
  --primary-color-2-shadow: rgba(248, 112, 96, 0.5);
  --bg-gray-4: #ced4da;
  --bg-gray-2: #e9ecef;
  --bg-gray-1: #f1f3f5;
  --m-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0 15px 20px rgba(248, 112, 96, 0.5);
  --black-shadow: 0 13px 17.2px rgba(0, 0, 0, 0.19);
  --bg-gsc-gray: #f2f6fc;
  --main-font: IRANSansX;
  --main-gradient: linear-gradient(to top, #022424 50%, var(--primary-color));
  --product-img-gradient: linear-gradient(to top, white 50%, #e9ecef);
  --product-img-gradient-2: linear-gradient(to top, white 50%, #adb5bd);
  --gradient-2: linear-gradient(to right, white, #e9ecef, white);
}

.blur-background {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17.3px);
  -webkit-backdrop-filter: blur(17.3px);
  top: 0;
  bottom: 0;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
}

.gradient-top-divider {
  background: var(--gradient-2);
  height: 2px;
  width: 100%;
}

.bg-primary-color {
  background-color: var(--primary-color);
}

/* New Styles */

.home-header-container {
  background-image: linear-gradient(to top, #022424 50%, var(--primary-color));
}

.register-icon__inner {
  background-image: linear-gradient(to left, #adb5bd -227%, transparent);
  width: 3rem;
}

.cart-section__inner {
  background: linear-gradient(to right, #51cf66 -36%, transparent);
  width: 3rem;
}

.home-header__logo {
  left: 50%;
  transform: translateX(-50%);
}

.features-container {
  padding: 2rem 1rem 1rem 1rem;
}

.swiper-product-img-wrapper {
  background-image: linear-gradient(to top, white 50%, #e9ecef);
}

h3.swiper-product__primary-title {
  font-size: 17px;
  word-spacing: -3px;
  line-height: 27px;
}

span.woocommerce-Price-currencySymbol {
  font-weight: 100;
}

.swiper-product-wrapper {
  height: 100%;
  padding: 2rem 3rem 0 3rem;
}

.home-header__down-section .nav-list-item > a:link,
.header-drop-menu {
  color: rgba(255, 255, 255, 24%);
  text-decoration: none;
}

.home-header__down-section .nav-list-item:hover > a:link,
.header-drop-menu:hover {
  color: white;
}

/* .home-page-category__items {
  flex: 1 1 14%;
} */

#header-icons {
  height: 30px;
}

#footer-icons {
  height: 30px;
}

#body-icons {
  height: 60px;
}

#general-icon {
  height: 30px;
}

.home-page-category-container {
  overflow: auto;
}

/*** Footer ***/

.footer-inner-content {
  background: #0b0d10;
  padding: 2rem 3rem;
}

ul.footer-nav-list > li {
  cursor: pointer;
  font-size: 14px;
  color: #9aa3a8;
}

.footer-about-us-section__txt {
  color: #9aa3a8;
}

.enamad-logo,
.samandehi-logo {
  height: 6rem !important;
  max-width: 100%;
}

/**** Mobile Navbar Layout ****/
.mobile-nav-layout__inner-content {
  height: 4.5rem;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ced4da8c;
  background: rgba(255, 255, 255, 0.81);
  -webkit-backdrop-filter: blur(34.5px);
  backdrop-filter: blur(34.5px);
}

.mobile-nav__close-icon img {
  rotate: -180deg;
}

.wc-mobile-nav__cart-count {
  top: -1px;
  right: -6px;
  background-color: #ff6b6b;
  color: white;
  width: 1rem;
  height: 1rem;
  border-radius: 26px;
}
.mobile-nav__close-icon {
  left: 10px;
  top: 10px;
  z-index: 10;
}
.mobile-clickable-menu__content {
  bottom: 95px;
  right: 100%;
  left: 0;
  transition: all cubic-bezier(0.89, 0.07, 0.43, 0.77) 0.4s;
  z-index: 999;
  max-height: 20rem;
}

.mobile-clickable-menu__content .dgwt-wcas-search-wrapp {
  background: var(--bg-gray-4);
  margin-top: 2rem;
  border-radius: 7px;
}

.mobile-nav-layout {
  bottom: 18px;
  right: 0;
  left: 0;
  z-index: 995;
}

/*** Fibo Search ***/
.dgwt-wcas-search-wrapp {
  max-width: 20rem !important;
  min-width: 20rem !important;
  width: 100%;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent !important;
  padding: 0px !important;
}

.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:hover {
  background-color: transparent !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 6px !important;
  left: 9px !important;
}
.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  font-family: var(--main-font) !important;
  border-radius: 7px !important;
  background: linear-gradient(to right, white -227%, transparent);
  border: none !important;
  padding: 10px 4rem 10px 10px !important;
  color: white;
}

input#dgwt-wcas-search-input-1::placeholder {
  color: white;
}

/*--------------------------*/

.dropdown-content {
  visibility: hidden;
  opacity: 0;
  padding: 1.5rem;
  transition: all cubic-bezier(0.89, 0.07, 0.43, 0.77) 0.4s;
  border-radius: 1rem;
  top: 10rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
}

.dropdown-content a:link {
  color: white;
  text-decoration: none;
  text-align: center;
}

.parent-mega-menu {
  min-width: 15rem;
}

.parent-mega-menu__main {
  background-color: black;
  border-radius: 16px;
  padding: 20px 7px;
  color: white;
  box-shadow: 0 13px 17.2px rgba(0, 0, 0, 0.19);
}

ul.sub-menu__list {
  margin-top: 14px;
  border: 1px solid #e7e9ef;
  border-radius: 16px;
}

.header-drop-menu:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  margin-top: -8rem;
  overflow-y: auto;
  max-height: 100vh;
  z-index: 1000;
}

.sub-menu__items:hover {
  background-color: #fcc419;
  color: white !important;
  transition: all ease-in-out 0.3s;
}
.header-drop-menu:hover .blur-background {
  width: 100%;
  height: 100%;
}

.header-drop-menu:hover .header-arrow-down-icon {
  transform: rotate(180deg);
}

.header-arrow-down-icon {
  height: 25px !important;
  max-width: 100% !important;
}

.header-inner {
  max-width: 100rem !important;
  width: 100%;
  padding: 0 1rem;
}

.header-profile-icon {
  height: 40px !important;
  max-width: none !important;
}
.heaer-cart__icon {
  height: 30px !important;
  max-width: none !important;
}
.above-header-section {
  padding-top: 10px;
}
.header-cart-wrapper {
  background-color: var(--primary-color);
  height: 45px;
  width: 50px;
  padding: 7px;
  border-radius: 7px 7px 0 0;
}
.below-header__profile {
  border-radius: 7px 7px 0 0;
  height: 45px;
  background-color: rgba(11, 67, 56, 0.3);
}
.below-header-section__left-side {
  left: 0;
  bottom: 0;
}
.site-header {
  flex-wrap: nowrap !important;
  display: block !important;
}
.header-inner-not-home {
  height: 3rem !important;
}

.parent-mega-menu__main .site-navigation a:link {
  color: black;
}

.sub-menu-items__link {
  color: black !important;
}

.logo {
  height: 3rem !important;
  max-width: none !important ;
}

.hero-category-box {
  height: 40rem !important;
}

p {
  margin-block-start: 0;
  margin-block-end: 0 !important;
}

.hero-right-side__ping {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #38d9a9;
  margin-left: 1rem;
  box-shadow: 0 0 8px rgba(56, 217, 169, 0.5);
  -webkit-animation: ping 0.8s ease-in-out infinite both;
  animation: ping 0.8s ease-in-out infinite both;
}

.site-header {
  padding-inline-end: 2rem !important;
  padding-inline-start: 2rem !important;
}

.inner-header__phone {
  padding: 3px 0rem;
  border-radius: 17px;
}

.mobile-main-nav-section {
  bottom: 1rem;
  right: 0;
  left: 0;
  height: 5rem;
  z-index: 980;
  border: 1.5px solid var(--primary-color);
}

#mobile-nav__item-icon {
  height: 34px !important;
  max-width: none;
}
.mobile-nav__item {
  width: 33%;
}

.mobile-site-navigation {
  max-height: 30rem;
  overflow-y: scroll;
  z-index: 980;
}
.mobile-dropdown-content {
  padding: 2rem;
  margin-top: 1rem;
}
.mobile-site-navigation {
  bottom: 7rem;
  right: 100%;
  left: 0;
  transition: all cubic-bezier(0.89, 0.07, 0.43, 0.77) 0.4s;
}

.mobile-nav__close-btn {
  left: 10px;
  top: 10px;
  z-index: 10;
}

.inner-phone__icon {
  height: 2.5rem !important;
  max-width: none !important;
  border-right: 3px dashed var(--primary-color);
  padding-right: 12px;
}

.inner-header-phone__content {
  padding-left: 9px;
}

.wc__cart-count {
  background-color: black;
  width: 1.5rem;
  height: 1.5rem;
  right: -10px;
  top: -8px;
  border-radius: 50%;
  border: 2px solid #51cf66;
}

/******* Hero ********/

.main-banner-title,
.main-banner__cta-wrapper {
  padding-right: 7rem;
}

.main-banner__title {
  font-size: 40px;
}
.main-banner__subtitle {
  font-size: 18px;
}
.main-banner-cta__btn {
  background-color: var(--primary-color-2);
  border: none;
  color: white;
  box-shadow: var(--box-shadow-2);
  width: 10rem;
  height: 3.5rem;
}
.home-page-hero {
  max-width: 120rem;
}

/******* Features ********/

.features-wrapper {
  margin-top: 5rem;
  margin-bottom: 4rem;
}

/****** Main Banner *******/

.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
  width: 1.5rem !important;
  border-radius: 26px !important;
  transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
}

.swiper-cube .swiper-cube-shadow:before {
  background: none !important;
}

.main-banner-next-btn {
  /* right: 8rem !important;
  top: 35rem !important; */
  background-color: black;
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 50%;
  content: url("/wp-content/themes/rubbertire/assets/images/arrow-right-1.svg") !important;
}
.main-banner-prev-btn {
  /* right: 13rem !important;
  top: 35rem !important; */
  background-color: black;
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 50%;
  content: url("/wp-content/themes/rubbertire/assets/images/arrow-left-1.svg") !important;
}

.swiper-btns-wrapper {
  right: 12rem;
  bottom: 5rem;
}

/****** Swiper *********/

.swiper-box-list {
  user-select: none;
}

.swiper-product-wrapper > .swiper-wrapper {
  margin: 0 -14px 25px;
}

.swiper-box-list {
  user-select: none;
}

.swiper-product-box {
  user-select: none;
  border-radius: 1rem;
  min-height: 20rem;
}

.swiper-product-box-banner img {
  height: 18rem !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-prev-2.swiper-button-disabled {
  display: none;
}

.swiper-see-all-btn img {
  height: 4rem;
}

.swiper-product-img-wrapper img {
  max-width: 100%;
  height: auto;
}

.swiper-see-all-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

.hidden-add-to-cart-box {
  height: 7rem;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: -3rem;
  z-index: 99;
  padding: 0 25px;
}

.swiper-shopping-cart-img {
  height: 30px;
}

.tire-info-3 img {
  height: 26px;
}

.swiper-see-all-btn {
  border-radius: 1rem 0 0 1rem;
}

.home-about-section {
  height: auto;
}
.home-about-us__wrapper {
  margin: 3rem 0 10rem 0;
}

.home-about__left-side img {
  height: auto;
  max-width: 100%;
  min-height: 100%;
}

.home-swiper-header {
  padding-right: 3rem;
}
/******** End Swiper ********/

/******* Product Category ********/

.product-categor-layout__img {
  height: auto;
  max-width: 100%;
}
.product-category-layout {
  margin: 4rem 0;
}
.full-dashed-divider {
  border-top: 2px dashed #dee2e6;
  height: 3px;
}
.product-category__box {
  flex: 0 1 calc(16.6% - 5px);
}

.home-category-header a:link {
  color: white;
}

/******* Footer Style **********/

.site-footer,
.footer-inner {
  max-width: 100% !important;
  /* justify-content: center !important; */
  gap: 7rem;
  background-color: #212529;
}

.site-footer .site-navigation ul.menu {
  flex-direction: column;
  display: flex;
  gap: 1rem;
}

footer .site-navigation ul.menu a {
  padding: 5px 0px !important;
}

.site-footer {
  height: auto;
  padding: 0 5rem;
}

.footer-inner nav ul li a {
  color: white !important;
}

.footer-whatsapp {
  background-color: #25d366;
  height: 3rem;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.5);
}

.footer-phone {
  background-color: #34b7f1;
  height: 3rem;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(52, 183, 241, 0.5);
}

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}

.custom-header {
  max-height: 50rem;
  height: auto;
  padding: 0 2rem;
  z-index: 970;
  /* position: fixed; */
  top: 0;
  transition: all ease 0.1s;
  transform: translateX(50%);
  right: 50%;
}
.shrink-site-header {
  padding-block-start: 0rem !important;
  padding-block-end: 0rem !important;
}

.bg-glass {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.2px);
  -webkit-backdrop-filter: blur(9.2px);
}

.steps-item__img {
  height: 3rem;
  width: 3rem;
  background-color: var(--primary-color-2);
  border-radius: 1rem;
  box-shadow: 0 10px 15px rgba(248, 112, 96, 0.5);
}

.dashed-divider {
  border-right: 3px dashed gainsboro;
  border-style: none dashed none none;
  height: 3rem;
  margin: -25px 19px -25px 0px;
}

.hero-right-side__cta {
  bottom: -211px;
  width: 20rem;
  border-radius: 1rem 1rem 0 0;
}

.features-item__img img {
  height: 4rem;
}

.features-divider {
  border-right: 3px solid black;
  border-style: none solid none none;
  height: 4rem;
}

button,
[type="submit"],
[type="button"] {
  white-space: wrap !important;
}

.whatsapp-fixed-btn {
  right: 2rem;
  bottom: 7rem;
  background-color: #25d366;
  border-radius: 50%;
  padding: 7px;
  z-index: 10;
}
.whatsapp-fixed-btn img {
  height: 45px;
}

/*** Header Menu ****/

.site-navigation ul.menu li ul {
  background: #fff;
  min-width: 15rem !important;
  box-shadow: 0 0 20px lightgray;
  border-radius: 7px;
  padding: 1rem;
  transition: all ease 0.5s;
}

.site-navigation ul.menu li.menu-item-has-children:after {
  content: url("/wp-content/themes/rubbertire/assets/images/arrow-right-1-black.svg") !important;
  transform: rotate(90deg);
}
.menu-item-has-children:hover
  .site-navigation
  ul.menu
  li.menu-item-has-children:after {
  transform: rotate(-90deg) !important;
}

/*** Blog ****/

.single-blog-wrapper-bg {
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.post-categories {
  list-style: none;
}

.post-categories li {
  padding: 1rem;
}

.blog-info img {
  height: 35px;
}

.single-blog-col img {
  border-radius: 1rem;
}

.not-found-page-content img {
  max-height: 38rem;
  height: auto;
}

.not-found-page-content {
  margin: 9rem 0rem 7rem 0;
}

.not-found-txt {
  font-weight: 900;
}

/***Loading Animation***/

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.1);
}

.glass-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.loader-box {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 220px;
}

.loading-logo {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

/* لودینگ نقطه‌ای */
.dot-loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
  margin: 20px auto 0 auto;
}

@keyframes l5 {
  0% {
    box-shadow: 20px 0 #0b4338, -20px 0 #0b433822;
    background: #0b4338;
  }
  33% {
    box-shadow: 20px 0 #0b4338, -20px 0 #0b433822;
    background: #0b433822;
  }
  66% {
    box-shadow: 20px 0 #0b433822, -20px 0 #0b4338;
    background: #0b433822;
  }
  100% {
    box-shadow: 20px 0 #0b433822, -20px 0 #0b4338;
    background: #0b4338;
  }
}
