/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* general */

.woocommerce-notices-wrapper .woocommerce-message {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: -webkit-fill-available;
  background-color: var(--e-global-color-d4520ea);
  color: #fff;
  z-index: 9999;
}

.woocommerce-notices-wrapper .woocommerce-error {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: -webkit-fill-available;
  color: #fff;
  z-index: 9999;
}

/* general */ 

/*home hero*/
.split-flip-bg {
  position: relative;
  perspective: 1500px;
  overflow: hidden;
}

/* Common halves */
.split-flip-bg::before,
.split-flip-bg::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("https://khodrosport.com/wp-content/uploads/2025/03/home-hero-bg.png");
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position-y: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  opacity: 0;
}

/* Left half */
.split-flip-bg::before {
  left: 0;
  background-position-x: left;
  transform: translate(-100vw, -50vh) rotateY(-90deg);
  transform-origin: right center;
  animation: curveFlipLeft 1.5s ease-out forwards;
}

/* Right half */
.split-flip-bg::after {
  right: 0;
  background-position-x: right;
  transform: translate(100vw, -50vh) rotateY(90deg);
  transform-origin: left center;
  animation: curveFlipRight 1.5s ease-out 0.1s forwards;
}

/* Animations */
@keyframes curveFlipLeft {
  0% {
    transform: translate(-100vw, -50vh) rotateY(-90deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes curveFlipRight {
  0% {
    transform: translate(100vw, -50vh) rotateY(90deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
  }
}

/*home hero*/

/*header sticky*/

.main-header {
  transition: all 0.3s ease;
}

.main-header.sticky-header,
.header-about.sticky-header {
  position: fixed;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  background-color: #313131e6;
  transform: translateY(-100%);
  animation: slideIn 0.5s forwards;
  z-index: 9999999;
}

.header-about.sticky-header .header-about-internal-col {
  background-color: transparent !important;
}

.main-header.sticky-header .header-cart .elementor-menu-cart__container,
.header-about.sticky-header .header-cart .elementor-menu-cart__container {
  overflow: visible;
}

.main-header.sticky-header .header-cart .elementor-menu-cart__main,
.header-about.sticky-header .header-cart .elementor-menu-cart__main {
  height: 100vh;
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/*header sticky*/

/*header cart main*/

.elementor-menu-cart__main {
  background-color: #292929 !important;
  z-index: 999;
}

.woocommerce-mini-cart__empty-message {
  color: white !important;
}

.elementor-menu-cart__subtotal {
  border: none;
}

.elementor-menu-cart__subtotal {
  color: #fff !important;
}

a.elementor-button.elementor-button--view-cart.elementor-size-md {
  background-color: #27bb9d;
  border-radius: 14px;
  font-size: 14px;
}

a.elementor-button.elementor-button--checkout.elementor-size-md {
  font-size: 14px;
  border-radius: 14px;
  background-color: #eeeeee;
  color: #424242;
}

.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item img {
  background-color: #ffffff;
  border-radius: 14px;
}

.elementor-menu-cart__product-price.product-price span.product-quantity {
  color: #27bb9d;
}

.elementor-menu-cart__product-name.product-name a {
  color: white;
}

.elementor-menu-cart__product {
  border-bottom: 1px solid #505050 !important;
}

/*header cart main*/

/*home hero search*/

.home-search-container {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.home-search-container input:focus-within,
.home-search-container select:focus-within {
  outline: none;
}

.home-search-container #searchForm {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.search-query #search-query {
  color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  background-color: #292929;
  border: 1px solid #292929;
}

#categorySelect {
  color: #fff;
  border-radius: 16px;
  padding: 12px 34px;
  background-color: #292929;
  border: 1px solid #292929;
  appearance: none;
  background-image: url(img/home-search-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
}

.search-btn button {
  width: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
}

.search-btn button:hover {
    background-color: var(--e-global-color-d4520ea);
}

input#search-query {
  width: 329px;
}

select#categorySelect {
  width: 180px !important;
}

.search-btn button span,
.search-query #search-query,
#categorySelect {
  font-weight: 900;
  font-size: 16px;
  line-height: 54px;
}

.select-wrapper::before {
  content: url(img/car.svg);
  position: absolute;
  top: 31%;
  right: 10px;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.home-bg {
  overflow: visible;
}
#carTypeSelector {
  background-color: #292929;
  position: absolute;
  top: 110%;
  padding: 15px;
  width: max-content;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  user-select: none;
}

#carTypeSelector .car-type-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  transition: 0.3s;
  user-select: none;
  cursor: pointer;
}

#carTypeSelector .car-type-item:hover {
  background-color: #1a1a1a;
}

#carTypeSelector .car-type-item span {
  color: white;
  font-weight: 600;
}

#carTypeSelector .car-type-item img {
  width: 100px;
}

#chosen-car > * {
  user-select: none;
}
#chosen-car {
  background-color: #292929;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 35px;
  border-radius: 16px;
  column-gap: 5px;
  cursor: pointer;
}
#chosen-car span {
  color: white;
  font-weight: 600;
}
#chosen-car img {
  width: 70px;
}
#chosen-car::after {
  content: url("https://khodrosport.com/wp-content/uploads/2025/05/down-icn.png");
  transform: translateY(4px);
}
.rotate-class::after {
  rotate: 180deg;
}
/*home hero search*/

/*home plans*/

.home-plans-box::after {
  content: url("img/home-plans-curve.svg");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title-service {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

span.price-label {
  font-size: 18px;
  font-weight: 300;
}

span.li-des {
  color: white;
  font-weight: 500;
}

/*home plans*/

/*home product tabs*/

.home-product-tabs .e-n-tab-title[aria-selected="true"]::after {
  content: url(img/home-tabs-title-bg.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -47%);
  z-index: -1;
}

.save-product {
  position: absolute;
  right: 57px;
  top: 6px;
}

.home-product-tabs .e-n-tab-title[aria-selected="true"]::before {
  content: "";
  display: block;
  width: 169px;
  border-bottom: 2px solid #8c1317;
  position: absolute;
  bottom: 0%;
}

.home-product-tabs span.e-n-tab-icon {
  z-index: 2;
}

.home-product-tabs span.e-n-tab-icon::before {
  content: url(img/Group.svg);
  position: absolute;
  right: 9%;
  top: 6%;
  z-index: -1;
}

.home-product-tabs
  .e-n-tab-title:not([aria-selected="true"])
  span.e-n-tab-icon::before {
  filter: grayscale(1);
  opacity: 0.4;
}

.home-product-tabs .e-n-tab-title:not([aria-selected="true"]) {
  background: none !important;
  color: #ffffff66 !important;
}

.home-product-tabs .e-n-tab-icon svg {
  width: 100px !important;
}

/*home product tabs*/

/*home about*/

.home-about-container::after {
  content: url("img/home-about-curve.svg");
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translate(-50%, 0);
  z-index: 0;
}

/*home about*/

/*item product*/

.item-product-thumbnail-container::after {
  content: url("img/item-product-curve-white.svg");
  width: 36px;
  position: absolute;
  left: -4px;
  bottom: 5px;
  transform: translateY(100%) rotate(90deg);
}

.savedlist-product .item-product-thumbnail-container::after {
  content: url("img/item-product-curve.svg");
}

.jet-wishlist-button__label {
  display: none;
}

.jet-wishlist-button__plane.jet-wishlist-button__plane-added {
  background: none;
}

.jet-cw-icon svg,
.jet-cw-icon svg path {
  fill: rgb(39 187 157) !important;
}

.item-product-title .elementor-heading-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.item-product-discount .discount-percentage {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: var(--e-global-color-secondary);
  margin: 0px 0px 0px 0px;
  padding: 4px 8px 4px 8px;
  border-radius: 8px 8px 8px 8px;
}

.item-product-price-container::after {
  content: "تومان";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translate(-10px, 0) rotate(-90deg);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
}

.item-product-price .sale-price bdi {
  color: #fff;
}

.item-product-price-sale,
.item-product-price-regular {
  padding-left: 15px;
}

.item-product-saved-price .sale-price bdi {
  color: #fff;
}

.item-product-price-sale,
.item-product-price-regular {
  padding-left: 15px;
}

.item-product-category-list .elementor-post-info__terms-list {
  display: flex !important;
  justify-content: center;
  gap: 8px;
}

.item-product-category-list .elementor-post-info__terms-list a {
  background-color: #292929;
  padding: 8px;
  border-radius: 8px;
}

.item-product-add-to-cart .elementor-button-content-wrapper {
  align-items: center;
}

.item-product-add-to-cart .elementor-button-icon {
  display: flex;
}

.item-product-add-to-cart .elementor-button-icon svg {
  width: 20px;
}

.item-product-add-to-cart .elementor-button-icon svg path {
  fill: rgba(126, 229, 211, 1);
}

.grid-main::before {
  content: " ";
  background: url(img/grid-bg.png);
  width: 100%;
  height: 962px;
  background-position: center;
  top: 100px;
  position: absolute;
}

.cat-hover {
  cursor: pointer;
}

.cat-hover .home-category-title-box {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  pointer-events: none;
}

.cat-hover:hover .home-category-title-box {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.services-bg::before {
  display: block;
  content: " ";
  background: url(img/Small.svg);
  height: 1230px;
  position: absolute;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  top: 200px;
}

.elementor-element.elementor-element-bca2278.e-con-full.txt-service.e-flex.e-con.e-child {
  width: 233px;
  margin-top: -127px;
}

.elementor-icon-box-title {
  text-align: right;
}

/*item product*/

/*main footer*/

.elementor-element.elementor-element-9950436.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  background-image: none;
}

.page-id-366
  .elementor-element.elementor-element-9950436.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  background-color: transparent !important;
  background-image: linear-gradient(
    180deg,
    var(--e-global-color-d4520ea) 0%,
    var(--e-global-color-accent) 100%
  ) !important;
}

.home
  .elementor-element.elementor-element-9950436.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  background-color: transparent !important;
  background-image: linear-gradient(
    180deg,
    var(--e-global-color-d4520ea) 0%,
    var(--e-global-color-accent) 100%
  ) !important;
}

.footer-news-form {
  font-family: var(--e-global-typography-primary-font-family);
}

.footer-news-form .tag-container {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.footer-news-form .tag-container p {
  margin: 0;
}

.footer-news-form .tag-container p .wpcf7-spinner {
  display: none;
}

.footer-news-form input[type="email"] {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 12px 16px;
  background-color: #292929;
  border: 1px solid #292929;
  border-radius: 16px;
  text-align: right;
}

.footer-news-form input[type="email"]:focus-within {
  outline: none;
}

.footer-news-form input[type="submit"] {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 12px 16px;
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  border-radius: 16px;
}

.wpcf7-form-control-wrap[data-name="your-email"]::before {
  content: "از اخبار ما مطلع شوید";
  position: absolute;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  transform: translateY(-20px);
  bottom: 20px;
}

.footer-news-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
}

/*main footer*/

/*number counter*/

.counter-reverse .elementor-counter-number-wrapper {
  direction: ltr;
}

/*number counter*/

/*animations for home*/

.home-bg::before {
  animation: bgEnter 2s ease-out 0.4s forwards;
  transform-origin: center;
  opacity: 0;
}

@keyframes bgEnter {
  0% {
    opacity: 0;
    transform: translateX(-100px) rotate(-90deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

.txt-home {
  direction: rtl;
  width: fit-content;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 3s steps(30, end) 1s forwards;
  opacity: 0;
}

@keyframes typing {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

/*animations for home*/

/*service page*/

/*setting-service*/
body.elementor-page-366:not(.elementor-motion-effects-element-type-background),
body.elementor-page-366
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #1a1a1a;
}

.box-video video.elementor-video {
  height: 334px !important;
}

body.elementor-page-366 .page-header {
  display: none;
}

/*setting-service*/

/*first-section*/
.bg-home-service::before {
  left: 34px;
  top: -33px;
}

.top-left-box p {
  width: 290px;
  height: 169px;
  border-right: 5px solid #dd1e25;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  backdrop-filter: blur(16px);
  background: var(--Gray-Black-TR, rgba(43, 43, 43, 0.64));
  border-top-right-radius: 12px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 24px;
}

@media (min-width: 1501px) {
  .top-left-box p {
    margin-top: -35px;
  }
}

/*first-section*/

/*why-section*/
.why-section {
  background: linear-gradient(1deg, #333333 1.13%, #1a1a1a 85.55%);
}
.why-section::before {
  background: linear-gradient(
    1deg,
    #000000 0%,
    rgb(17 17 17) 16.9%,
    rgba(0, 0, 0, 0) 47.5%,
    rgba(14, 14, 14, 0) 80.4%,
    #191919 100%
  );
}
/*why-section*/

/*video-section*/
.after-Types::before {
  content: url(img/video-pattern.svg);
  position: absolute;
  top: -177px;
}
.after-Types::after {
  content: url(img/pattern-video-after.svg);
  position: absolute;
  bottom: -89px;
  left: 26px;
}
.types-video video {
  width: 981px;
  height: 561px;
}
/*video-section*/

/*service-plan-section*/

.bg-services-grid::before {
  content: "";
  position: absolute;
  top: -175px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 900px;
  background-image: url(img/vector-service.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.text-faq {
  transform: rotate(90deg);
  transform-origin: right center;
  position: absolute;
  right: 46px;
  top: 64%;
}
.price-plan .elementor-icon-box-content {
  display: flex;
  justify-content: space-between;
  height: 35px;
}
span.num-star {
  font-weight: 900;
  font-size: 24px;
}
.service-buttom {
  position: absolute;
  bottom: 1px;
  width: 100%;
  right: 0px;
}
.service-buttom a {
  width: 100% !important;
}

.price-plan-box.active {
  background-color: #1a1a1a !important; /* light blue background */
  padding-bottom: 16px !important;
}

.price-plan-box .price-plan {
  cursor: pointer;
}

.price-plan-box.active .price-plan {
  padding: 12px 0 !important;
}

.stars-plan,
.year-plan {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease !important;
  display: none;
}

.price-plan-box.active .stars-plan,
.price-plan-box.active .year-plan {
  opacity: 1;
  max-height: 100px; /* enough height to show content */
}

/*service-plan-section*/

/*cover-section-plan*/
span.contin {
  font-size: 18px;
  font-weight: 300;
}

.carousel-bg::before {
  position: absolute;
  content: url(img/bg-service-up.svg);
  top: -110px;
  right: -66px;
  z-index: 1;
}

.cover-car::before {
  content: url(img/corn-text.svg);
  position: absolute;
  width: 80px;
  top: -145px;
  left: 0;
}
.text-faq-second {
  transform: rotate(90deg);
  transform-origin: right center;
  position: absolute;
  left: -280px;
  top: -3px;
}
.service-second-column::before {
  content: url(img/servic-back.svg);
  position: absolute;
  width: 100px;
  left: 0 !important;
}
.service-second-column::before {
  content: url(img/servic-back.svg);
  position: absolute;
  left: -10px !important;
  top: 232px;
  width: 493px;
  height: 540px;
}
.back-grid {
  position: absolute;
  height: 962px;
  width: 100%;
}
.back-grid::before {
  content: "";
  background-image: url(img/grid-asli-khadamt-1.svg);
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

/*cover-section-plan*/

/*Benefits section*/

.video-customers video {
  width: 433px;
  height: 329px;
}
.counter-reverse-benefit .elementor-counter-title {
  margin-top: -35px !important;
}
.bg-list {
  backdrop-filter: blur(16px);
}
/*Benefits section*/

/*contact-us-section*/
.support {
  background: linear-gradient(0deg, #333333 0%, #1a1a1a 87.9%) !important;
}

.contact-blur {
  backdrop-filter: blur(16px);
}
.contact-top::before {
  content: url(img/contact-us.svg);
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 406px;
}
.contact-form textarea#form-field-message {
  height: 168px;
}
.elementor-field-type-text.elementor-field-group.elementor-column.elementor-field-group-namecontact.elementor-col-100::before {
  content: url(img/profile-circle.svg);
  position: absolute;
  margin-right: 5px;
}
input#form-field-namecontact {
  padding-right: 30px;
}
input#form-field-phonecontact {
  padding-right: 30px;
}
.elementor-field-type-tel.elementor-field-group.elementor-column.elementor-field-group-phonecontact::before {
  content: url(img/call.svg);
  position: absolute;
  margin-right: 5px;
}
/*contact-us-section*/

/*about us page*/

body.page-id-21 h1.entry-title {
  display: none !important;
}
body.page-id-21 {
  background-color: #eeeeee !important;
}
.video-about video {
  height: 342px;
  width: 571px;
}
.bg-about-video::before {
  content: url(img/Clip-path-group.svg);
  position: absolute;
  width: 228px;
  top: 262px;
}
.text-matn-about {
  position: absolute;
  left: 37px;
  top: 80px;
  width: 84px;
  text-align: center;
  transform: rotate(323deg);
}
.text-matn-about::before {
  content: url(img/lines.svg);
  position: absolute;
  right: -181px;
  top: -72px;
  transform: rotate(17deg);
}
.text-matn-about {
  position: absolute;
  left: 26px;
  top: 96px;
  width: 84px;
  text-align: center;
  transform: rotate(323deg);
}
.first-heading::before {
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/Rectangle-540.svg);
  position: absolute;
  top: 7px;
}
.num-box {
  position: relative;
  padding: 20px;
  background: white;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0px 0px 20px 0px rgba(66, 66, 66, 0.19);
}

.num-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(
      237.97deg,
      #10b981 0%,
      rgba(16, 185, 129, 0) 38.32%
    ),
    linear-gradient(55.08deg, #10b981 0.83%, rgba(16, 185, 129, 0) 42.73%);
  background-blend-mode: overlay;
  border-radius: 8px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
#num1 {
  position: absolute;
  z-index: 9999;
  right: 68px;
  top: 117px;
}
div#num2 {
  top: 321px;
  position: absolute;
  z-index: 999;
  right: 352px;
}
.dots-bg::before {
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/Bullet.svg);
  position: absolute;
  z-index: 9;
  right: 237px;
  top: -26px;
}
.grid-team {
  background-color: white;
  padding: 8px;
  height: 310px;
  border-radius: 16px;
}
.grid-team::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(
      237.97deg,
      #10b981 0%,
      rgba(16, 185, 129, 0) 38.32%
    ),
    linear-gradient(55.08deg, #10b981 0.83%, rgba(16, 185, 129, 0) 42.73%);
  background-blend-mode: overlay;
  border-radius: 16px;
  z-index: 1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.team-section::before {
  width: 391px;
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/freepicdownloader.com-spare-parts-car-auto-seamless-pattern-large-3.png);
  position: absolute;
  top: -46px;
  right: 103px;
}
.last-box::after {
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/freepicdownloader.com-spare-parts-car-auto-seamless-pattern-large-4.png);
  position: absolute;
  right: -30px;
  top: -24px !important;
  z-index: 1;
  opacity: 20%;
}

/*about us page*/

/*contact-us page*/
.page-id-23 .page-header {
  display: none;
}

.txt-contact::after {
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/Vector-2037-1.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}

.back-form.e-flex {
  position: absolute;
  width: 535px;
  bottom: -46px;
  transform: translateX(-50%);
  left: 50%;
}

.page-id-23 .contact-form textarea#form-field-message {
  height: 104px;
}

.back-form::before {
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/Rectangle-40105.svg);
  position: absolute;
  right: 57px;
  top: -151px;
}

.cotact-bg-form::before {
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/freepicdownloader.com-spare-parts-car-auto-seamless-pattern-large-4.png);
  position: absolute;
  width: 428px;
  right: 28%;
  top: -94px;
  z-index: 1;
}

.contact-form
  .elementor-field-type-text.elementor-field-group.elementor-column.elementor-field-group-namecontact.elementor-col-100::before {
  content: url(img/profile.svg);
  position: absolute;
  margin-right: 5px;
}

.contact-form input#form-field-namecontact {
  padding-right: 30px;
}

.contact-form input#form-field-phonecontact {
  padding-right: 30px;
}

.contact-form
  .elementor-field-type-tel.elementor-field-group.elementor-column.elementor-field-group-phonecontact::before {
  content: url(img/call-form.svg);
  position: absolute;
  margin-right: 5px;
}

.contact-form
  .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-mailform.elementor-col-100.elementor-field-required::before {
  content: url(img/sms.svg);
  position: absolute;
  margin-right: 5px;
}

.contact-form input#form-field-mailform {
  padding-right: 30px;
}

.box-car::before {
  content: "";
  background-image: url(http://khodrosport.com/wp-content/uploads/2025/05/Rectangle-505.svg);
  background-position-y: 56%;
  background-position-x: -7%;
  background-repeat: no-repeat;
}

.box-car::after {
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/Rectangle-504.svg);
  position: absolute;
}

.box-car::after {
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/Rectangle-504.svg);
  position: absolute;
  right: 0%;
  top: -24%;
}

.contact-map::before {
  content: "";
  position: absolute !important;
  width: 40px !important;
  height: 100% !important;
  background-color: #1a1a1a !important;
  top: 0 !important;
  right: 0% !important;
  border-radius: 40px 0 0 40px !important;
}

/*contact-us page*/

/*faq page*/
.page-id-25 .page-header {
  display: none;
}

.form-faq input#search-3039999 {
  width: 720px;
  border: none;
  height: 64px;
}

.form-faq button.e-search-submit {
  width: 224px !important;
  display: flex;
  background-color: #27bb9d;
  justify-content: center;
}
.pin-map::before {
  left: 172px;
  content: url(img/Pin.svg);
  position: absolute;
  top: 162px;
}
.back-faq-page::before {
  content: url(img/tirfaq.svg);
  position: absolute;
  top: 114px;
}

.faq-ask-bg::before {
  content: url(img/faqaskbg.svg);
  position: absolute;
  right: 211px;
  width: 100px;
  top: -76px;
}

.faq-box {
  max-height: 400px;
  overflow-y: auto;
}

.faq-tabs .e-n-tab-title[aria-selected="true"]::before {
  content: url("img/product-tabs-title-bg.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 12px), calc(-50% + 6px));
  z-index: 0;
}

.faq-tabs .e-n-tab-title span {
  z-index: 1;
}

.faq-tabs .e-n-tabs-heading {
  border-bottom: 3px solid rgba(224, 224, 224, 1);
}

.faq-accordion .e-con.e-child {
  border: none;
}

.e-n-accordion-item-title {
  justify-content: space-between !important;
}

/*faq page*/

/*products page*/

#sale-product::before {
  content: url(img/Discount.svg);
  position: absolute;
  right: 34px;
}

/*sidebar*/

.more-type .jet-filter-items-moreless {
  position: absolute;
}

.sidebar-drive .elementor-divider {
  padding-block-start: 60px;
  padding-block-end: 0 !important;
}

.more-type {
  border-right: 1px solid #e0e0e0;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.more-type .jet-checkboxes-list__row {
  margin-bottom: calc(20px / 2) !important;
}

.filter-sidebar details#types-car .e-n-accordion-item-title-text::before {
  content: url(img/car-sidebar.svg);
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
}

.filter-sidebar
  details#types-Accessories
  .e-n-accordion-item-title-text::before {
  content: url(img/types-Accessories.svg);
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
}

.filter-sidebar span.jet-checkboxes-list__decorator {
  background-color: rgb(158 158 158 / 40%);
}

.filter-sidebar .e-n-accordion-item-title-text {
  padding-right: 16px;
}

.jet-filter-items-moreless__toggle.jet-more-btn {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 500;
  padding-right: 18px;
}

.jet-filter-items-moreless__toggle.jet-less-btn {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 500;
  padding-right: 18px;
}

.jet-filter-items-moreless__toggle.jet-more-btn::before {
  content: url(img/more-sidebar.svg);
  position: absolute;
  right: 0;
  height: 16px;
}

.jet-filter-items-moreless__toggle.jet-less-btn:before {
  content: url(img/more-sidebar.svg);
  position: absolute;
  right: 0;
  height: 16px;
}

.range-price span.jet-range__inputs__group__text {
  background: none;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translate(-10px, 0) rotate(-90deg);
  font-size: 12px;
  font-weight: 500;
}

.filter-sidebar details#price-filter .e-n-accordion-item-title-text::before {
  content: url(img/range-price.svg);
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
}

.sidebar-products {
  height: 700px;
}

.clear-all {
  position: absolute;
  top: -37px;
  left: 20px;
}

.elementor-element.elementor-element-b71119f.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  padding: 0;
}

/*sidebar*/

.title-product::before {
  content: url(img/green-product-single.svg);
  position: absolute;
  top: 7px;
}

.woocommerce-product-gallery__image {
  background-color: white !important;
}

.tabs-products .e-n-tab-title[aria-selected="true"] {
  background-color: #ffffff00 !important;
  background-image: url(img/Tab.svg) !important;
  padding-right: 53px !important;
  padding-left: 74px;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 21px;
}

.tabs-products .e-n-tab-title:first-child {
  padding-right: 25px;
}

.tabs-products .e-n-tabs-heading {
  border-bottom: 3px solid #e0e0e0;
  height: 59px;
}

.tabs-products .e-n-tab-title[aria-selected="true"]::before {
  content: "";
  background-image: url(img/Tab.svg);
}

.elementor-element.elementor-element-abb7d23.e-con-full.product-row.e-flex.e-con.e-child {
  height: 184px !important;
}

.pro-banner-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive.post-type-archive .item-product-price-container::after {
  content: "تومان";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translate(-10px, 0) rotate(-90deg);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(66, 66, 66, 1);
  font-family: "YekanBakh", "morrabafaNum", Sans-serif !important;
}

.archive.post-type-archive .item-product-thumbnail-container::after {
  bottom: 7px !important;
}

.elementor-element.elementor-element-6370912.item-product-category-list.elementor-widget.elementor-widget-post-info {
  margin-top: 17px;
}

.archive.post-type-archive
  .elementor-3563
  .elementor-element.elementor-element-ea6bf55
  .elementor-icon-list-text,
.elementor-3563
  .elementor-element.elementor-element-ea6bf55
  .elementor-icon-list-text
  a {
  color: #9e9e9e !important;
  font-size: 12px !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: -12px;
}

.elementor.elementor-2318.elementor-location-header {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.item-product-discount-countdown .countdown-timer {
  position: relative;
  z-index: 1;
}

.products-page .countdown-timer {
  top: 31px;
  left: -13px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.products-page .countdown-timer::before {
  content: url(img/bgsalles.svg);
  position: absolute;
  left: -7px;
  top: 0px;
  z-index: -1;
}

.products-page .countdown {
  position: relative;
  top: 5px;
}

.Product-card span#countdown {
  top: -9px !important;
}

.tab-count-time span#countdown {
  top: 15px;
  font-size: 16px;
}

.tab-count-time span#countdown {
  font-size: 16px;
  font-weight: 800;
  color: #dd1e25;
}

.tab-count-time .countdown-timer::before {
  display: none !important;
}

.rating-container {
  position: absolute;
  left: 100px;
}

/*products page*/

/*products sales*/

.page-id-3645 .item-product-price-container::after {
  color: rgba(66, 66, 66, 1);
}

.page-id-3645
  .elementor-3563
  .elementor-element.elementor-element-ea6bf55
  .elementor-icon-list-text,
.elementor-3563
  .elementor-element.elementor-element-ea6bf55
  .elementor-icon-list-text
  a {
  color: #9e9e9e !important;
  font-size: 12px !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: -12px;
}

.page-id-3645 .page-header {
  display: none;
}

.page-id-3645 .product-container {
  background-color: rgba(238, 238, 238, 1) !important;
}

.page-id-3645 .home-product-tabs .e-n-tab-title[aria-selected="true"]::after {
  content: url(img/sale.svg) !important;
  position: absolute;
  left: 48%;
  top: 63%;
  transform: translate(-50%, -47%);
  z-index: -1;
}

.page-id-3645 .home-product-tabs .e-n-tab-title:not([aria-selected="true"]) {
  background: none !important;
  color: rgba(26, 26, 26, 1);
}

.page-id-3645 .home-product-tabs .e-n-tab-title:not([aria-selected="true"]) {
  color: rgba(26, 26, 26, 1) !important;
}

.page-id-3645 .e-n-tabs-heading {
  padding-right: 54px;
}

.page-id-3645 .home-product-tabs .e-n-tab-title[aria-selected="true"]::before {
  content: "";
  display: block;
  width: 169px;
  border-bottom: 2px solid rgba(221, 30, 37, 1);
  position: absolute;
  bottom: 0%;
}

.page-id-3645 .item-product-thumbnail-container::after {
  content: url(img/item-product-curve-white.svg);
  width: 36px;
  position: absolute;
  left: -6px;
  bottom: 7px;
  transform: translateY(100%) rotate(90deg);
}

/*products sales*/

.woocommerce
  .elementor-3739
  .elementor-element.elementor-element-83a8fa3
  .flex-control-thumbs
  img {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e0e0e0;
  border-radius: 16px 16px 16px 16px;
  background-color: white !important;
}

input.jet-range__inputs__max {
  margin-right: 0 !important;
}

.rtl
  .elementor-4323
  .elementor-element.elementor-element-2afeb9e
  .jet-range__inputs__group:last-child {
  margin-left: -15px !important;
  margin-right: -3px !important;
}

.single-product .item-product-price-container::after {
  color: rgba(66, 66, 66, 1) !important;
}

.box-cart-single .sale-cart::before {
  position: absolute;
  content: url(http://khodrosport.com/wp-content/uploads/2025/05/Rectangle-790.svg);
  right: 12px;
  top: -6px;
}

.box-cart-single span.discount-amount {
  color: rgba(255, 59, 48, 1);
  font-size: 16px;
  font-weight: 900;
}

.box-cart-single .buttom-add-cart a {
  width: 100% !important;
}

.single-product
  .elementor-3563
  .elementor-element.elementor-element-2d3be69:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-3563
  .elementor-element.elementor-element-2d3be69
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: rgba(238, 238, 238, 1);
}

.single-product
  .elementor-3563
  .elementor-element.elementor-element-6370912
  .elementor-icon-list-text,
.elementor-3563
  .elementor-element.elementor-element-6370912
  .elementor-icon-list-text
  a {
  color: #424242a8;
  background: none;
}

ol.flex-control-nav.flex-control-thumbs li img {
  width: 75px !important;
  height: 75px !important;
}

ol.flex-control-nav.flex-control-thumbs {
  width: 355px !important;
}

.woocommerce-product-gallery__image.flex-active-slide {
  background-color: white;
}

.related-products
  .elementor-3563
  .elementor-element.elementor-element-35d7fb0
  > .elementor-widget-container {
  background-color: #ff3b30;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  width: 39px !important;
  height: 24px !important;
  margin-right: 72px;
}

.related-products span.discount-percentage {
  font-size: 12px;
}

.related-products
  .item-product-category-list
  .elementor-post-info__terms-list
  a {
  background-color: #eeeeee !important;
}

.item-related-product-title .elementor-heading-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*single products*/

/*support page*/

.page-id-3969
  .elementor-3969
  .elementor-element.elementor-element-3a3d064
  .elementor-field-group
  .elementor-select-wrapper
  select {
  height: 57px;
  background-color: #292929;
  border-color: #292929;
}

.page-id-3969 .elementor-field-subgroup {
  background-color: #292929;
  height: 53px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.page-id-3969 .elementor-field-option input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #9e9e9e38;
  border-radius: 50%;
  margin-left: 5px;
}

.page-id-3969
  .elementor-field-subgroup:not(.elementor-subgroup-inline)
  .elementor-field-option {
  display: flex;
  flex-basis: 50%;
  align-items: center;
}

.page-id-3969
  .elementor-field-subgroup:not(.elementor-subgroup-inline)
  .elementor-field-option {
  display: flex;
  flex-basis: 50%;
  align-items: center;
  padding: 12px;
}

.page-id-3969 .elementor-field-subgroup label {
  font-size: 16px !important;
  font-weight: 900 !important;
  font-family: "Morabba" !important;
  color: #e0e0e0 !important;
}

.page-id-3969 .elementor-field-option input[type="radio"]:checked {
  background: url(img/tick-circle.svg);
  background-position: center;
  background-size: cover;
}

.page-id-3969 .elementor-field-option input[type="radio"]:checked + label {
  color: #27bb9d !important;
}

.page-id-3969 .elementor-field-option.selected-radio {
  background-color: #1a1a1a;
  border: 1px solid #27bb9d;
  border-radius: 8px;
  height: 48px;
}

.page-id-3969 .bx-support {
  box-shadow: rgba(0, 0, 0, 0.23);
}

.page-id-3969
  .elementor-field-type-text.elementor-field-group.elementor-column.elementor-field-group-familyname.elementor-col-100::before {
  content: url(img/familyname.svg);
  position: absolute;
  margin-right: 5px;
}

.page-id-3969 input#form-field-familyname {
  padding-right: 30px;
}

.page-id-3969
  .elementor-field-type-tel.elementor-field-group.elementor-column.elementor-field-group-formphone::before {
  content: url(img/phoneform.svg);
  position: absolute;
  margin-right: 5px;
}

.page-id-3969 input#form-field-formphone {
  padding-right: 30px;
}

.page-id-3969
  .elementor-field-type-select.elementor-field-group.elementor-column.elementor-field-group-cartypes.elementor-col-50.elementor-field-required::before {
  content: url(img/cartform.svg);
  position: absolute;
  margin-right: 5px;
  z-index: 99;
}

.page-id-3969 select#form-field-cartypes {
  padding-right: 29px;
}
/*support page*/

/*404 page*/

.not-faound h3.elementor-icon-box-title {
  text-align: center;
}

/*404 page*/

/*menu mobile*/

.menu-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: static !important;
}

.menu-burger svg {
  margin-top: 14px;
}

.menu-mobile .elementor-nav-menu--dropdown {
  background-color: #463c3c00;
  font-size: 13px;
}

.menu-burger {
  background-color: #3f3f3f !important;
  width: 48px;
  height: 48px !important;
  display: flex;
  align-items: center !important;
  justify-content: center;
  border-radius: 14px;
}

.menu-mobile a.elementor-item.elementor-item-active {
  background-color: #1a1a1a !important;
}

.menu-mobile a {
  color: #cfcfcf;
}

/* comments template */

.custom-comments-wrapper * {
  font-family: "YekanBakh", "morrabafaNum", Sans-serif !important;
}

.custom-comments-wrapper > .custom-comment {
  padding: 8px;
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 12px;
}

.custom-comments-wrapper > .custom-comment > .children > .custom-comment {
  padding: 8px;
  background-color: rgba(238, 238, 238, 1);
  margin-right: 52px;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 12px;
}

.custom-comments-wrapper
  > .custom-comment
  > .children
  > .custom-comment
  .children
  .custom-comment {
  padding: 8px;
  background-color: rgba(245, 245, 245, 1);
  margin-right: 52px;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 12px;
}

.custom-comments-wrapper > .custom-comment:not(:first-child) {
  margin-top: 15px;
}

.custom-comments-wrapper .children .custom-comment {
  margin-top: 15px;
}

.custom-comment .comment-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.custom-comment .comment-owner {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  font-weight: 900;
}

.custom-comment .time-ago {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: rgba(158, 158, 158, 1);
  margin-right: auto;
}

.custom-comment .comment-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(26, 26, 26, 1);
  padding-right: 52px;
}

.custom-comment .comment-bottom {
  display: flex;
  justify-content: end;
  gap: 24px;
}

.custom-comment .comment-bottom .comment-reply-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.custom-comment .comment-bottom .comment-reply-link::before {
  content: attr(aria-label);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25px);
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  background-color: var(--e-global-color-primary);
  padding: 2px;
  border-radius: 4px;
  visibility: hidden;
}

.custom-comment .comment-bottom .comment-reply-link:hover::before {
  visibility: visible;
}

.custom-comment .cld-like-dislike-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.custom-comment .cld-common-wrap {
  min-width: auto;
}

.custom-comment .cld-count-wrap {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.custom-comment .cld-like-dislike-wrap,
.custom-comment .cld-common-wrap,
.custom-comment .cld-count-wrap {
  margin: 0 0 0 0 !important;
}

.custom-comment-form textarea,
.custom-comment-form input[type="email"],
.custom-comment-form input[type="text"],
.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"] {
  border: none;
  resize: vertical;
  border-radius: 15px;
}

.custom-comment-form .form-submit,
.comment-respond .form-submit {
  justify-self: end;
}

.custom-comment-form input[type="submit"],
.comment-respond input[type="submit"] {
  background-color: #27bb9d;
  color: white;
  border: none;
  border-radius: 10px;
}

.comment-respond .comment-reply-title,
.custom-comment-form .comment-reply-title {
  color: orange;
  margin: 15px 0;
  position: relative;
}

.custom-comments-wrapper .comment-reply-title small {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
}

.custom-comments-wrapper .comment-reply-title small a {
  color: rgba(26, 26, 26, 1);
}

.custom-comment-form .logged-in-as,
.custom-comment-form .required-field-message,
.custom-comment-form #email-notes {
  display: none !important;
}

/* comments template */

/*custom my account template*/

.order-card * {
  font-family: "YekanBakh", "morrabafaNum", Sans-serif !important;
}

.order-card {
  background-color: rgba(238, 238, 238, 1);
  padding: 20px;
  border-radius: 16px;
  position: relative;
}

.order-card:not(:first-child) {
  margin-top: 16px;
}

.order-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-card-status {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
}

.order-card-status .status-icon {
  vertical-align: middle;
  margin-left: 4px;
}

.order-card-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.order-card-price .order-total .amount {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  color: rgba(26, 26, 26, 1);
}

.order-card-price .order-total .currency {
  color: rgba(66, 66, 66, 1);
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  transform: rotate(90deg) translateX(-5px);
  display: inline-block;
}

.order-card-price .arrow img {
  vertical-align: middle;
  margin-right: 16px;
  cursor: pointer;
}

.order-card-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 56px;
  margin: 46px 0 28px 0;
}

.order-card-center img {
  vertical-align: middle;
}

.order-detail-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(41, 41, 41, 1);
}

.order-detail-value {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: rgba(41, 41, 41, 1);
}

.order-card-bottom {
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 16px 0px;
  padding: 12px 12px 12px 20px;
  background-color: #fff;
}

.order-card-bottom::before {
  content: url("img/panel-thumbs_rounded_corner.svg");
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -24px);
}

.order-card-bottom::after {
  content: url("img/panel-thumbs_rounded_corner.svg");
  width: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(24px, 10px);
}

.product-thumbnails .thumb img {
  vertical-align: middle;
  width: 76;
  height: 76;
  border-radius: 16px;
  border-width: 1px solid rgba(224, 224, 224, 1);
  box-shadow: 0px 0px 8px 0px rgba(82, 82, 82, 0.16);
}

.our-order-tabs .e-n-tab-title:nth-child(1) span {
  transform: translateX(3px);
}
.our-order-tabs .e-n-tab-title span {
  width: 100px;
  text-align: center !important;
  display: flex !important;
  justify-content: center;
}
.our-order-tabs .e-n-tab-title[aria-selected="true"] {
  transition: 0s;
  background-image: url("https://khodrosport.com/wp-content/uploads/2025/05/tap-black-back.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.product-thumbnails {
  display: flex;
  width: 15vw;
  justify-content: center;
}

.product-thumbnails div {
  margin-right: -40px;
}

.product-thumbnails div:first-child {
  margin-right: 0 !important;
}

.product-thumbnails div img {
  background-color: white;
}

/*custom my account template*/

/*custom order modal*/

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
  gap: 24px;
}

.row-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row-title .order-title .order-title-text {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: rgba(41, 41, 41, 1);
}

.row-title .order-status {
  border-radius: 16px;
  padding: 16px;
}

.row-title .order-status .order-status-icon img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.row-title .order-status .order-status-title {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
}

.row-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row-info .order-code .order-code-title,
.row-info .order-date .order-date-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(158, 158, 158, 1);
}

.row-info .order-code .order-code-number,
.row-info .order-date .order-date-number {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: rgba(41, 41, 41, 1);
}

.row-data {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}

.row-data .order-customer,
.row-data .order-payment {
  padding: 16px;
  border-radius: 16px;
  background-color: rgba(238, 238, 238, 1);
  flex: 1;
}

.row-data .order-customer > .order-customer-title {
  margin-bottom: 16px;
}

.row-data .order-payment > .order-payment-title {
  margin-bottom: 8px;
}

.row-data .order-customer-title .order-customer-title-icon,
.row-data .order-payment-title .order-payment-title-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 4px;
}

.row-data .order-customer-title .order-customer-title-text,
.row-data .order-payment-title .order-payment-title-text {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: rgba(39, 187, 157, 1);
}

.row-data .order-customer .order-customer-item .order-customer-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.row-data .order-customer .order-customer-item:not(:last-child) {
  margin: 8px 0;
}

.row-data .order-customer .order-customer-item:last-child {
  margin-top: 8px;
  margin-bottom: 0;
}

.row-data .order-customer .order-customer-item .order-customer-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(158, 158, 158, 1);
  margin-left: 4px;
}

.row-data .order-customer .order-customer-item .order-customer-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(26, 26, 26, 1);
}

.row-data .order-payment > p:not(:last-child) {
  margin: 16px 0;
}

.row-data .order-payment > p:last-child {
  margin-top: 16px;
  margin-bottom: 0;
}

.row-data .order-payment .order-payment-total,
.row-data .order-payment .order-payment-shipping,
.row-data .order-payment .order-payment-discount,
.row-data .order-payment .order-payment-net {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.order-payment-total .order-payment-total-value,
.order-payment-shipping .order-payment-shipping-value,
.order-payment-discount .order-payment-discount-value,
.order-payment-net .order-payment-net-value {
  margin-right: auto;
}

.row-data .order-payment hr {
  border: 1px solid rgba(224, 224, 224, 1);
}

.row-data .order-payment .order-payment-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.row-data .order-payment .order-payment-total .order-payment-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(66, 66, 66, 1);
}

.row-data .order-payment .order-payment-total .order-payment-total-value bdi {
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: rgba(26, 26, 26, 1);
  position: relative;
  padding-left: 20px;
}

.row-data
  .order-payment
  .order-payment-shipping
  .order-payment-shipping-value
  bdi {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: rgba(26, 26, 26, 1);
  position: relative;
  padding-left: 20px;
}

.row-data
  .order-payment
  .order-payment-discount
  .order-payment-discount-value
  bdi {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 59, 48, 1);
  position: relative;
  padding-left: 20px;
}

.row-data .order-payment .order-payment-net .order-payment-net-value bdi {
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  color: rgba(26, 26, 26, 1);
  position: relative;
  padding-left: 20px;
}

.row-data .order-payment .woocommerce-Price-currencySymbol {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(270deg);
}

.row-data .order-payment .payment-method-message {
  padding: 4px;
  border-radius: 8px;
  background-color: #fff;
}

.row-data .order-payment .payment-method-message .payment-method-message-icon {
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(221, 30, 37, 1);
}

.row-data .order-payment .payment-method-message .payment-method-message-text {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: rgba(140, 19, 23, 1);
}

/*custom order modal*/

/* custom cart */

.custom-cart {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.custom-cart-items {
  flex: 0.8;
}

.custom-cart-items *,
.custom-cart-totals-summary * {
  font-family: "YekanBakh", "morrabafaNum", Sans-serif !important;
}

.custom-cart-items .cart-item-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.custom-cart-items .cart-item-row:not(:first-child) {
  margin-top: 32px;
}

.custom-cart-items .cart-thumb {
  background-color: #fff;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 12px;
}

.custom-cart-items .cart-info {
  flex-grow: 1;
}

.custom-cart-items .product-name {
  margin: 0 0 16px 0;
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  vertical-align: middle;
}

.custom-cart-items .product-attributes {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 8px;
}

.custom-cart-items .product-attributes li {
  width: calc(50% - 4px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.custom-cart-items .cart-info .attribute-car-type img {
  max-width: 40px;
}

.custom-cart-items .cart-info .custom-cart-attribute-name {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: rgba(66, 66, 66, 1);
}

.custom-cart-items .cart-info .attribute-brand .brand-image {
  max-width: 40px;
}

.custom-cart-items .cart-price-qty {
  text-align: left;
}

.custom-cart-items .cart-price-qty .sale-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

.custom-cart-items .sale-price bdi,
.custom-cart-items .regular-price bdi {
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  color: rgba(66, 66, 66, 1);
  position: relative;
  padding-left: 16px;
}

.custom-cart-items .sale-price .woocommerce-Price-currencySymbol,
.custom-cart-items .regular-price .woocommerce-Price-currencySymbol {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-6px, -50%) rotate(-90deg);
}

.custom-cart-items .sale-price + .regular-price bdi {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
  color: rgba(66, 66, 66, 0.4);
}

.custom-cart-items
  .sale-price
  + .regular-price
  bdi
  .woocommerce-Price-currencySymbol {
  display: none;
}

.custom-cart-items .discount {
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  color: #ffff;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: rgba(255, 59, 48, 1);
}

.custom-cart-items .quantity-section {
  margin-top: 32px;
}

.custom-cart-items .custom-quantity {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.custom-cart-items .custom-quantity input {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: rgba(26, 26, 26, 1);
}

.custom-cart-items .custom-quantity input:focus-visible {
  outline: none;
}

.custom-quantity input::-webkit-outer-spin-button,
.custom-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-cart-items .custom-quantity button {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 12px;
}

.custom-cart-items .custom-quantity button:hover {
  background-color: #ccc;
}

.custom-cart-items .custom-quantity button img {
  vertical-align: middle;
}

.custom-cart-totals-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  flex: 0.2;
  padding: 20px;
  background-color: rgba(26, 26, 26, 1);
  border-radius: 16px;
  align-self: flex-start;
}

.totals-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-cart-totals-summary .totals-line .summary-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(224, 224, 224, 1);
}

.custom-cart-totals-summary .subtotal .summary-price {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  padding-left: 16px;
}

.custom-cart-totals-summary .discount .summary-price {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 59, 48, 1);
  position: relative;
  padding-left: 16px;
}

.custom-cart-totals-summary .total .summary-price {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  position: relative;
  padding-left: 16px;
}

.custom-cart-totals-summary .woocommerce-Price-currencySymbol {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-6px, -50%) rotate(-90deg);
}

.custom-cart-totals-summary .proceed-checkout {
  display: block;
  text-align: center;
  border-radius: 12px;
  padding: 12px 16px;
  background-color: rgba(39, 187, 157, 1);
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 12px;
}

.custom-cart-totals-summary hr {
  margin: 4px 0;
  border-width: 1px;
  border-color: rgba(224, 224, 224, 1);
}

.custom-cart-empty img {
  display: block;
  margin: auto;
}

.empty-cart-message {
  font-family: "YekanBakh", "morrabafaNum", Sans-serif !important;
  color: red;
  margin: 15px 0;
  font-size: 24px;
  text-align: center;
}

/* custom cart */

/*custom checkout*/

.custom-checkout-grid * { 
  font-family: "YekanBakh", "morrabafaNum", Sans-serif !important;
}

.custom-checkout-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.checkout-left {
  flex: 0.7;
}

.checkout-left .form-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
}

.checkout-left-title:first-child {
  margin-top: 0;
  margin-bottom: 8px;
}

.checkout-left-title:not(:first-child) {
  margin: 0;
  margin-bottom: 8px;
  margin-top: 16px;
}

.checkout-left-icon {
  vertical-align: middle;
}

.checkout-left-text {
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: rgba(26, 26, 26, 1);
  vertical-align: middle;
}

.checkout-billing-form {
  flex-grow: 1;
}

.checkout-billing-form label,
.shipping_address label {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 2px;
}

.checkout-billing-form .required,
.shipping_address .required {
  color: red;
}

.checkout-billing-form input,
.shipping_address input {
  background-color: rgba(238, 238, 238, 1);
  border-radius: 8px;
  border: none;
  padding: 12px;
  outline: none;
  line-height: 24px;
}

.checkout-billing-form .input-error,
.shipping_address .input-error {
    background-color: rgb(255 85 85 / 30%);
}

.checkout-billing-form .select2-selection--single,
.shipping_address .select2-selection--single {
  border: none !important;
}

.checkout-billing-form .select2-selection__rendered,
.shipping_address select {
  background-color: rgba(238, 238, 238, 1);
  border-radius: 8px;
  border: none;
  padding: 12px !important;
  outline: none;
  line-height: 24px !important;
}

.checkout-billing-form .select2-selection__arrow,
.shipping_address .select2-selection__arrow {
  left: 10px !important;
}

.checkout-billing-form input[type="email"],
.shipping_address input[type="email"] {
  direction: ltr;
}

.address-submit {
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(41, 41, 41, 1);
  background-color: rgba(41, 41, 41, 1);
  padding: 14px;
  width: -webkit-fill-available;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.checkout-map #map {
  border-radius: 16px;
}

.leaflet-control-geocoder {
  background: none;
  border: none !important;
}

.checkout-map #map .leaflet-control-geocoder-icon {
  background-color: rgba(238, 238, 238, 1);
  border-radius: 8px;
  border: none;
  padding: 20px;
  outline: none;
  line-height: 24px;
}

.checkout-map
  #map
  .leaflet-control-geocoder-expanded
  .leaflet-control-geocoder-form {
  display: block;
}

.checkout-map #map input[type="search"] {
  background-color: rgba(238, 238, 238, 1);
  border-radius: 8px;
  border: none;
  padding: 12px;
  outline: none;
  line-height: 24px;
}

.checkout-map #map .leaflet-control-zoom {
  border: none;
  background-color: rgba(238, 238, 238, 1);
}

.checkout-map #map .leaflet-control-zoom a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent: 0;
}

.checkout-map #map .leaflet-control-zoom a:first-child {
  border-radius: 8px 8px 0 0;
}

.checkout-map #map .leaflet-control-zoom a:last-child {
  border-radius: 0 0 8px 8px;
}

.checkout-map #map .leaflet-control-geocoder-alternatives li {
    background-color: white;
    border-radius: 6px;
    margin: 2px 0;
    text-align: left;
}

#ship-to-different-address {
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: rgba(26, 26, 26, 1);
  vertical-align: middle;
  margin: 16px 0 8px 0;
  display: inline-block;
}

#ship-to-different-address input {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.shipping_address {
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
}

.custom-shipping-methods {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  flex-wrap: wrap;
  gap: 16px;
}

.shipping-method-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  background-color: rgba(238, 238, 238, 1);
  border: 1px solid transparent;
  border-radius: 8px;
  width: calc(50% - 8px);
  cursor: pointer;
}

.shipping-method-card.active {
  border: 1px solid var(--e-global-color-primary);
}

.shipping-method-card .shipping-method-image {
  max-width: 32px;
}

.shipping-method-card .shipping-method-title {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: rgba(26, 26, 26, 1);
}

.shipping-method-card .shipping-method-note {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(66, 66, 66, 1);
}

#arrival-days .day-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#arrival-days {
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
}

#arrival-days .day-card {
  flex-grow: 1;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
}

#arrival-days .day-card.active {
  background-color: #eeeeee;
  border: 1px solid #27bb9d;
}

#arrival-days .day-card .day-name {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}

#arrival-days .day-card .day-date {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #9e9e9e;
}

#arrival-times .time-card {
  width: 100%;
}

#arrival-times {
  margin-top: 16px;
}

#arrival-times .time-card::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: rgba(41, 41, 41, 0.4);
  border-radius: 100%;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}

#arrival-times .time-card.active::before {
  background-color: var(--e-global-color-primary);
}

#arrival-times .time-card span {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
}

.checkout-right {
  flex: 0.3;
  background-color: rgba(26, 26, 26, 1);
  border: 1px solid rgba(224, 224, 224, 1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 16px;
  align-self: flex-start;
}

.checkout-right #order-summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.checkout-right #order-summary p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.checkout-right #order-summary .order-summary-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(224, 224, 224, 1);
}

.checkout-right #order-summary .woocommerce-Price-amount bdi {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  padding-left: 16px;
}

.checkout-right #order-summary .woocommerce-Price-currencySymbol {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: rotate(-90deg) translate(25%, -50%);
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
}

#shipping-cost {
  color: #fff;
}

.checkout-right #payment-methods,
.woocommerce-checkout-payment {
  background-color: transparent !important;
  color: #fff;
}

.checkout-right #payment-methods .wc_payment_methods {
  border: none !important;
  padding: 0 !important;
}

.checkout-right #payment-methods .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.checkout-right #payment-methods .place-order {
  padding: 0 !important;
}

.checkout-right #payment-methods .place-order button {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 14px;
}

/* Hide sections by default */
#shipping_method,
#arrival-days,
#arrival-times,
#payment,
.place-order,
.custom-shipping-methods,
.saved-address-preview,
.shipping_address,
#shipping-method-title,
.arrival-title {
  display: none;
}

/* Saved address preview */
.saved-address-preview {
  background: rgba(238, 238, 238, 1);
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
}

.saved-address-preview .preview-content {
  display: flex;
  gap: 8px;
}

.saved-address-preview .preview-content p {
  margin: 0;
}

.saved-address-preview .edit-address {
    background-color: var(--e-global-color-secondary);
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.saved-address-preview .edit-address:hover {
  background-color: var(--e-global-color-primary);
}

/* Disabled place order button (optional visual cue) */
.place-order {
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .checkout-left .form-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 85vw;
  }
  .custom-checkout-grid {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
  }
}

/*custom checkout*/

/*custom single product variations*/

.custom-variation-select {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 8px;
  padding: 18px 16px;
  appearance: none;
  background-image: url("img/variations.select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
}

.variation-selects .select-container {
  flex: 1;
}

.custom-variation-select {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 8px;
  padding: 18px 12px;
}

.custom-variation-select:focus-visible {
  outline: none;
}

/*custom single product variations*/

/*custom single product summary*/

.price-container p {
  margin: 0;
  position: relative;
  padding-left: 16px;
}

.price-container p:not(:first-child) {
  margin: 4px 0;
}

.price-container .regular-mode p,
.price-container .sale-mode p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-container del,
.price-container ins {
  text-decoration: none;
}

.price-container:not(.discount) .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(158, 158, 158, 1);
}

.price-container .discount .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 59, 48, 1);
}

.price-container:not(.discount) .value {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.price-container .discount .value {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 59, 48, 1);
}

.price-container .regular-mode .regular .value,
.price-container .sale-mode .sale {
  font-size: 16px;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
}

.price-container .value .woocommerce-Price-currencySymbol {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: rotate(-90deg) translate(25%, -50%);
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
}

.price-container hr {
  border: 1px solid rgba(224, 224, 224, 1);
  margin: 12px 0;
}

/*custom single product summary*/

.btn-back-to-shop {
  display: block;
  width: fit-content;
  text-align: center;
  border-radius: 12px;
  padding: 12px 16px;
  background-color: rgba(39, 187, 157, 1);
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: auto;
}

/*responsive*/

@media (max-width: 768px) {
  .custom-cart {
    flex-direction: column;
  }

  .cart-item-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .cart-item-row > div:nth-child(1) {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cart-item-row > div:nth-child(2) {
    width: 67%;
  }

  .cart-item-row .product-name {
    font-size: 4.5vw;
  }

  .cart-item-row .product-attributes {
    font-size: 3.3vw;
    flex-direction: column;
  }

  .cart-item-row .product-attributes li {
    width: 100%;
  }

  .cart-item-row > div:nth-child(3) {
    width: 100%;
  }

  .custom-cart-items .cart-price-qty {
    display: flex;
    align-content: center;
    justify-content: space-around;
  }

  .custom-cart-items .cart-price-qty > div:nth-child(1) {
    margin-top: 22px;
  }
}

.cart-active-page {
  rect {
    fill: #1a1a1a;
  }

  svg {
    scale: 1.2;
  }
}

.cart-active-page path {
  fill: #7ee5d3;
}

/*responsive*/

/*back tp top*/

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
  --rotate: 0deg;
}

#back-to-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00b894;
  transform: rotate(var(--rotate));
  box-sizing: border-box;
  z-index: -1;
  transition: transform 0.1s linear;
}

/*back tp top*/

/*responsive*/
@media (max-width: 768px) {
  .form-faq .elementor-widget-search .e-search-form {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  button.e-search-submit {
    margin: 0 !important;
    max-width: 130px !important;
    margin-right: 5px !important;
  }

  .form-faq input#search-3039999 {
    width: 100%;
    border: none;
    height: 64px;
  }

  .back-faq-page::before {
    display: none;
  }

  .faq-ask-bg::before {
    display: none;
  }

  .home-about-container::after {
    display: none;
  }

  .home-about-container h3.elementor-icon-box-title {
    text-align: center;
  }
}

/* single product */

.single-product-discount .discount-percentage {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: var(--e-global-color-secondary);
  margin: 0px 0px 0px 0px;
  padding: 4px 8px 4px 8px;
  border-radius: 8px 8px 8px 8px;
}

.single-product-sale {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.single-product-sale .sale-price {
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  position: relative;
  padding-left: 16px;
}

.single-product-sale .regular-price .woocommerce-Price-currencySymbol {
  display: none;
}

.single-product-sale .regular-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
  color: #999999;
  text-align: left;
}

.single-product-regular .regular-price {
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  position: relative;
  padding-left: 12px;
}

.single-product-regular .regular-price .woocommerce-Price-currencySymbol,
.single-product-sale .sale-price .woocommerce-Price-currencySymbol {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: rotate(-90deg) translate(25%, -50%);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.single-product-countdown {
  font-family: "YekanBakh", "morrabafaNum", Sans-serif !important;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.single-product-countdown .countdown-timer {
  position: relative;
}

.single-product-countdown .countdown-timer::before {
  content: url(img/bgsalles.svg);
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translate(0, -50%);
  z-index: 0;
}

.single-product-countdown .countdown {
  position: relative;
  z-index: 1;
  top: -3px;
}

.single-product-countdown .separator {
  margin: 0 2px;
}

.single-product-summary-rating .elementor-icon-box-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.disabled {
  cursor: not-allowed;
}

.custom-product-tabs .e-n-tab-title .e-n-tab-title-text {
  z-index: 2;
}

.custom-product-tabs .e-n-tab-title[aria-selected="true"]::before {
  content: url("img/product-tabs-title-bg.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 12px), calc(-50% + 6px));
  z-index: 1;
}

.custom-product-tabs-title .elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: var(--e-global-color-primary);
  margin-left: 8px;
}

.single-product-summary-bottom {
  position: relative;
}

.single-product-summary-bottom::before {
  content: "";
  width: calc(100% + 39px);
  height: calc(100% + 39px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(238, 238, 238, 1);
  border-radius: 0px 16px 16px 16px;
  z-index: 0;
}

.single-product-summary-bottom::after {
  content: url("img/item-product-curve-fade.svg");
  width: 36px;
  position: absolute;
  left: 16.5px;
  top: -55px;
  transform: translate(-100%, 0);
}

/* single product */

/*product related item*/

.item-product-sale {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.item-product-sale .sale-price {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 16px;
}

.item-product-sale .regular-price .woocommerce-Price-currencySymbol {
  display: none;
}

.item-product-sale .regular-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
  color: #999999;
  text-align: left;
}

.item-product-regular .regular-price {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 12px;
  color: black;
}

.item-product-regular .regular-price .woocommerce-Price-currencySymbol,
.item-product-sale .sale-price .woocommerce-Price-currencySymbol {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: rotate(-90deg) translate(25%, -50%);
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
}

/*product related item*/

@media (min-width: 1440px) {
  .e-con {
    --container-max-width: 90vw !important;
  }
}