/* 
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-message:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* general */

/*header*/

.header-add-toCart-icon .elementor-menu-cart__product-image img {
  background-color: #ededed;
  clip-path: polygon(0% 0%, 80% 0%, 100% 20%, 100% 100%, 20% 100%, 0% 80%);
}

.header-add-toCart-icon .elementor-menu-cart__footer-buttons a {
  clip-path: polygon(0% 0%, 85% 0%, 100% 40%, 100% 100%, 15% 100%, 0% 60%);
}

.mobile-cart-icon .elementor-menu-cart__container {
  display: none;
}

.header-search-input .jet-search-filter__input:focus,
.header-categoty-input .jet-select__control:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.header-menu ul li a {
  transition: 2s width;
}

.header-menu ul li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #1e2f93aa !important;
  top: 78% !important;
  left: 50%;
  transform: translateX(-50%) !important;
}

.header-menu ul li:hover a::after {
  width: 65% !important;
}

.header-menu .elementor-nav-menu--dropdown li a::after {
  background-color: transparent !important;
}

.header-login-button {
  clip-path: polygon(
    20% 0%,
    90% 0,
    100% 33%,
    100% 100%,
    80% 100%,
    10% 100%,
    0 66%,
    0 0
  );
}

.header-login-button svg {
  scale: 1.6;
}

.header-add-toCart-icon
  .elementor-menu-cart__toggle_wrapper
  .elementor-menu-cart__toggle,
.header-search-icon .elementor-widget-container {
  clip-path: polygon(
    0 0,
    75% 0,
    100% 25%,
    100% 80%,
    100% 100%,
    25% 100%,
    0 75%,
    0% 20%
  );
}

.header-add-toCart-icon svg path {
  transition: 0.4s;
}

.header-add-toCart-icon:hover svg path {
  fill: red !important;
  transform: translateY(-2px);
}

/*header*/

/*home*/

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.hero-box-clip-left {
  clip-path: polygon(
    0 0,
    calc(100% - 40px) 0,
    100% calc(0% + 40px),
    100% 80%,
    100% 100%,
    calc(0% + 40px) 100%,
    0 calc(100% - 40px),
    0% 20%
  );
}

.home-hero-tabs-menu .e-n-tabs-content > .elementor-element {
    max-height: 413px;
    overflow-y: scroll;
}

.hero-icon-box {
  transition: 0.8s;
}

.hero-box-clip-left:hover .hero-icon-box {
  transform: translateX(-5px);
}

.hero-box-clip-right {
  clip-path: polygon(
    40px 0,
    100% 0,
    100% 14%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    11% 100%,
    0 100%,
    0% 40px
  );
}

.hero-colRight-iconBox .elementor-icon-box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(5px);
}

.hero-container::after {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/06/hero-shape.svg");
  position: absolute;
  top: 8%;
  left: 0%;
  z-index: -1;
}

.banner-btn {
  clip-path: polygon(
    20% 0%,
    89% 0,
    100% 32%,
    100% 80%,
    100% 100%,
    11% 100%,
    0 66%,
    0 0
  );
}

.home-banner-col-left {
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}

.banner-section {
  clip-path: polygon(
    0 0,
    93% 0,
    100% 25%,
    100% 80%,
    100% 100%,
    7% 100%,
    0 75%,
    0% 20%
  );
}

.main-titles-one-side .elementor-heading-title::before {
  content: "";
  display: block;
  height: 1px;
  width: calc((100vw - var(--content-width)) / 2);
  background-color: var(--e-global-color-primary);
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(100%, -50%);
}

.main-titles-one-side .elementor-heading-title::before {
  content: "";
  display: block;
  height: 1px;
  width: calc((100vw - var(--container-max-width)) / 2);
  background-color: var(--e-global-color-primary);
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(100%, -50%);
}

.main-titles-one-side .elementor-heading-title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--e-global-color-primary);
  border-radius: 100%;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(0, -50%);
}

.main-titles-double-side::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100vw / 2);
  background-color: var(--e-global-color-primary);
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translate(-100%, -50%);
}

.main-titles-double-side::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--e-global-color-primary);
  border-radius: 100%;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translate(-100%, -50%);
}

.main-titles-double-side .elementor-heading-title::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100vw / 2);
  background-color: var(--e-global-color-primary);
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(100%, -50%);
}

.main-titles-double-side .elementor-heading-title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--e-global-color-primary);
  border-radius: 100%;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(0, -50%);
}

.home-offer-timer .elementor-widget-container {
  clip-path: polygon(
    0 0,
    87% 0,
    100% 50%,
    100% 80%,
    100% 100%,
    13% 100%,
    0 53%,
    0% 20%
  );
}

.home-offer-timer::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/06/timer-before-shape.svg");
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(4px, -9px) scale(0.9);
}

.home-offer-timer::after {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/06/timer-after-shape.svg.svg");
  position: absolute;
  top: 100%;
  left: 0%;
  transform: translate(-4px, -30px) scale(0.9);
}

.car-types-product .elementor-shortcode {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
  gap: 6px;
}

.car-type-item {
  background-color: #f5f5f5;
  color: #333333;
  font-size: 12px;
  display: block;
  padding: 4px 9px;
}

.home-product-carousel .elementor-swiper-button-next {
  clip-path: polygon(
    36% 0,
    100% 0,
    100% 20%,
    100% 68%,
    64% 100%,
    0 100%,
    0% 80%,
    0 36%
  );
}
.home-product-carousel .elementor-swiper-button-prev {
  clip-path: polygon(
    20% 0%,
    64% 0,
    100% 36%,
    100% 80%,
    100% 100%,
    37% 99%,
    0 64%,
    0 0
  );
}

.home-offer-section-col-right-main::before {
  content: "";
  background-color: #212121;
  z-index: -1;
  width: 115%;
  position: absolute;
  right: 0;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}

.offer-container-parrent::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/06/product-offer-vector.svg");
  z-index: -1;
  top: -40%;
}

.home-trust-section-item .elementor-widget-container {
  clip-path: polygon(
    0 0,
    89% 0,
    100% 39%,
    100% 80%,
    100% 100%,
    11% 100%,
    0 62%,
    0% 20%
  );
}

.home-trust-section-item::before {
  content: "";
  display: inline-block;
  width: 77px;
  height: 39px;
  background-color: white; /* رنگ پیش‌فرض */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 77 39"><path d="M76 38L39 1H1" stroke="black" stroke-width="2" stroke-linecap="round" fill="none"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 77 39"><path d="M76 38L39 1H1" stroke="black" stroke-width="2" stroke-linecap="round" fill="none"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s ease;
  position: absolute;
  top: -8%;
  right: -0%;
}

.home-trust-section-item {
  transition: 0.3s !important;
}

.home-trust-section-item:hover::before {
  background-color: #ad202b;
  transform: translate(4px, -4px);
}

.home-trust-section-item::after {
  content: "";
  display: inline-block;
  width: 77px;
  height: 39px;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 77 39"><path d="M1 1L38 38H76" stroke="black" stroke-width="2" stroke-linecap="round" fill="none"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 77 39"><path d="M1 1L38 38H76" stroke="black" stroke-width="2" stroke-linecap="round" fill="none"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s ease;
  position: absolute;
  bottom: -10%;
  left: 0%;
}

.home-trust-section-item:hover::after {
  background-color: #ad202b;
  transform: translate(-4px, 4px);
}

.trust-container::after {
  content: "";
  background-image: url("https://gcoyadak.com/wp-content/uploads/2025/07/trust-after-img.png");
  width: 459px;
  height: 550px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -70%;
}

.home-popular-products
  .swiper-wrapper
  .swiper-slide-next
  + .swiper-slide::before,
.home-popular-products .swiper-wrapper .swiper-slide-next::before {
  content: "";
  width: 1px;
  height: 300px;
  background-color: #cecccc;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}
.home-popular-products .swiper-wrapper .swiper-slide-next::after {
  content: "";
  width: 1px;
  height: 300px;
  background-color: #cecccc;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}

.white-back-carousel-product .offer-container-product-img img {
  background-color: white;
  transition: 0.4s !important;
}

/*.home-popular-products .offer-container-product-img {*/
/*    transition: 0.4s !important;*/
/*  margin-bottom: -15px;*/
/*  clip-path: polygon(*/
/*    20% 0%,*/
/*    80% 0,*/
/*    100% 20%,*/
/*    100% 80%,*/
/*    100% 100%,*/
/*    20% 100%,*/
/*    0 80%,*/
/*    0 0*/
/*  );*/
/*}*/

/*.home-popular-products*/
/*  .product-card-item:hover*/
/*  .offer-container-product-img{*/
/*transition: 0.4s !important;*/
/*  background-color: white !important;*/
/*  clip-path: polygon(*/
/*    0% 0%,*/
/*    90% 0,*/
/*    100% 10%,*/
/*    100% 100%,*/
/*    10% 100%,*/
/*    0 90%*/
/*  ) !important;*/
/*}*/

.woocommerce-mini-cart__empty-message {
  font-size: 0px;
}

.woocommerce-mini-cart__empty-message::before {
  content: "سبد خرید شما خالی است...";
  font-size: 14px !important;
}

.main-titles-double-side-gray::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100vw / 2);
  background-color: #9e9e9e;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translate(-100%, -50%);
}

.main-titles-double-side-gray::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #9e9e9e;
  border-radius: 100%;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translate(-100%, -50%);
}

.main-titles-double-side-gray .elementor-heading-title::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100vw / 2);
  background-color: #9e9e9e;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(100%, -50%);
}

.main-titles-double-side-gray .elementor-heading-title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #9e9e9e;
  border-radius: 100%;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(0, -50%);
}

.home-popular-icon-box {
  transition: 0.5s;
}

.home-popular-icon-box:hover {
  transform: translateX(-15px);
}

.home-popular-container::after {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/energy-home-vector.svg");
  position: absolute;
  z-index: -1;
  left: -10%;
  top: 50%;
  opacity: 0.15;
}

.home-comment-col::after {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/home-comment-comma-icon.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.home-comment-profile-icon-box .elementor-image-box-img {
  clip-path: polygon(
    20% 0%,
    66% 0,
    100% 33%,
    100% 80%,
    100% 100%,
    33% 100%,
    0 66%,
    0 0
  );
  transform: translateY(8px);
}

.offer-container-product-img img {
  clip-path: polygon(
    20% 0%,
    80% 0,
    100% 20%,
    100% 80%,
    100% 100%,
    20% 100%,
    0 80%,
    0 0
  );
  transition: 0.4s;
  background-color: #fff;
}

.product-card-item:hover .offer-container-product-img img {
  clip-path: polygon(
    20% 0%,
    90% 0,
    100% 10%,
    100% 80%,
    100% 100%,
    10% 100%,
    0 92%,
    0 0
  );
}

.price-wrapper {
  text-align: left !important;
}

.price-discount {
  position: absolute;
  top: -0%;
  left: 56%;
  text-align: center !important;
  color: white;
  font-size: 12px;
  width: 50px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
  background-image: url("https://gcoyadak.com/wp-content/themes/hello-elementor-child/img/offer-background-2.svg");
}

.price-sale {
  font-weight: 200;
  font-size: 12px;
}

.price-sale span {
  color: #212121;
  font-weight: 700;
  font-size: 22px;
}

.price-regular {
  opacity: 0.5;
  font-weight: 200;
}

.price-no-sale {
  font-weight: 200;
  font-size: 12px;
}

.price-no-sale span {
  color: #212121;
  font-weight: 700;
  font-size: 22px;
}

.add-wishlist-bts svg path {
  fill: #ababab;
}

.add-wishlist-bts svg path:hover {
  fill: #e35f5f !important;
}

.add-wishlist-bts .jet-wishlist-button__state-added svg path {
  fill: #e35f5f !important;
}

/*home*/

/*about*/

.about-why-we-section::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/about-back-shape.svg");
  position: absolute;
  top: -83%;
  right: 0;
}

.about-why-we-section::after {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/trust-after-img.png");
  position: absolute;
  left: 0;
  top: -60%;
  z-index: -5;
}

.about-banner-section::before {
  content: "";
  width: 2px;
  height: 70%;
  background-color: #ad202b;
  position: absolute;
  top: -6%;
  right: calc(50% - 10px);
  rotate: -28deg;
}

.about-banner-section::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ad202b;
  position: absolute;
  top: 53%;
  right: calc(50% - 82px);
  rotate: -28deg;
  border-radius: 100%;
  transform: translate(0px, 35px);
}

.about-icon-box-item::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/06/timer-before-shape.svg");
  position: absolute;
  transform: scale(0.9) !important;
  top: -8%;
  right: 21%;
}

.about-icon-box-item:hover::before {
  right: 19% !important;
}

.about-icon-box-item::after {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/06/timer-after-shape.svg.svg");
  position: absolute;
  transform: scale(0.9) !important;
  bottom: 12%;
  left: 22%;
  rotate: 3deg;
}

.about-icon-box-item:hover::after {
  left: 20% !important;
}

.about-icon-box-item::after,
.about-icon-box-item::before {
  opacity: 0;
  transition: 0.4s;
}

.about-icon-box-item:hover::after,
.about-icon-box-item:hover::before {
  opacity: 1 !important;
}

.about-icon-box-item .elementor-icon-box-icon {
  clip-path: polygon(0 0, 57% 0, 100% 78%, 100% 100%, 46% 100%, 0% 0%);
}

.about-icon-box-item .elementor-icon-box-icon svg path {
  transition: 0.3s;
}

.about-icon-box-item:hover .elementor-icon-box-icon svg path {
  fill: #ad202b;
  scale: 1.05;
  transform: translate(-2px, -3px);
}

/*about*/

/*contact*/

.contact-icon-box .elementor-icon-box-icon {
  clip-path: polygon(0 0, 80% 0, 100% 40%, 1000% 100%, 0% 100%, 0% 0%);
}

.contact-location-col .elementor-widget-container {
  margin-right: -90px;
  clip-path: polygon(8.5% 0, 60% 0, 90% 100%, 8.5% 100%);
  scale: 1.2;
}

.contact-location-col::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  scale: 1.24;
  clip-path: polygon(12% 0, 68% 0, 100% 92%, 12% 100%);
}

.contact-hero-container::before {
  content: "";
  width: 2px;
  height: 70%;
  background-color: #ad202b;
  position: absolute;
  top: -6%;
  right: calc(50% + 50px);
  rotate: -23deg;
}

.contact-hero-container::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ad202b;
  position: absolute;
  top: 53%;
  right: 50%;
  rotate: -28deg;
  border-radius: 100%;
  transform: translate(0px, 35px);
}

.contact-hero-col::before {
  content: "";
  width: 2px;
  height: 40%;
  background-color: white;
  position: absolute;
  top: -6%;
  right: calc(50% + 57px);
  rotate: -23deg;
  z-index: 999;
}

.contact-hero-col::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  position: absolute;
  top: 53%;
  right: 50%;
  rotate: -28deg;
  border-radius: 100%;
  transform: translate(31px, -90px);
  z-index: 999;
}

.contact-form-col {
  clip-path: polygon(
    0 0,
    88% 0,
    100% 10%,
    100% 80%,
    100% 100%,
    12% 100%,
    0 90%,
    0% 20%
  );
}

.contact-form-col .elementor-button {
  clip-path: polygon(
    0 0,
    96% 0,
    100% 33%,
    100% 80%,
    100% 100%,
    4% 100%,
    0 66%,
    0% 20%
  );
}

.contact-trust-container::after {
  top: -20% !important;
}

.contact-form-container::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/contact-vector2.svg");
  position: absolute;
  top: -15%;
  right: -30%;
}

/*contact*/

/*question*/

.question-hero-col {
  clip-path: polygon(
    20% 0,
    95% 0,
    100% 21%,
    100% 99%,
    80% 100%,
    5% 100%,
    0 79%,
    0 0
  );
}

.question-tabs .e-n-tabs-heading {
  border-bottom: 2px solid #e0e0e0 !important;
}

.question-tabs .e-n-tabs-heading button span {
  display: flex;
  justify-content: center;
  width: 130px;
}

.question-tabs .e-n-tabs-heading button {
  clip-path: polygon(0 0, 87% 0, 100% 42%, 100% 100%, 0 100%);
}

.question-tabs .e-n-accordion-item {
  transition: 0.3s;
  padding: 5px 10px;
}

.question-tabs .e-n-accordion-item:hover {
  background-color: #364dd5 !important;
}

.question-tabs .e-n-accordion-item:hover svg path {
  fill: white;
}

.question-tabs .e-n-accordion details[open] {
  background-color: #1e2f93;
}

.question-tabs .e-n-accordion details[open]:hover {
  background-color: #1e2f93 !important;
}

.question-tabs .e-n-accordion details[open] svg path {
  fill: white;
}

.question-tabs .e-n-accordion-item {
  clip-path: polygon(0 0, 505px 0, 100% 25px, 100% 100%, 25px 100%, 0% 65%);
}

.question-tabs .e-n-accordion details[open] {
  clip-path: polygon(0 0, 505px 0, 100% 25px, 100% 100%, 25px 100%, 0% 79%);
}

/*question*/

/*blog*/

.blog-post-carousel .elementor-swiper-button-next {
  clip-path: polygon(
    36% 0,
    100% 0,
    100% 20%,
    100% 68%,
    64% 100%,
    0 100%,
    0% 80%,
    0 36%
  );
}

.blog-post-carousel .elementor-swiper-button-prev {
  clip-path: polygon(
    20% 0%,
    64% 0,
    100% 36%,
    100% 80%,
    100% 100%,
    37% 99%,
    0 64%,
    0 0
  );
}

.blog-hero-col-right {
  clip-path: polygon(0 0, 92% 0, 100% 10%, 100% 100%, 8% 100%, 0% 90%);
}

.blog-image-artchive {
  clip-path: polygon(0 0, 92% 0, 100% 15%, 100% 100%, 8% 100%, 0% 85%);
}

.blog-hero-col-right-in {
  backdrop-filter: blur(15px);
}

.blog-archive-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
}

.main-blog-archive-grid .blog-image-artchive img {
  height: 210px !important;
}

.main-blog-search-col {
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 8% 100%, 0% 70%);
}

.main-blog-search-col .e-search-input {
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 0% 100%, 0% 70%);
}

.main-blog-search-col .e-search-submit {
  clip-path: polygon(0 0, 83% 0, 100% 30%, 100% 100%, 17% 100%, 0% 70%);
}

.archive-cart .blog-archive-info li > * > *,
.archive-cart .blog-archive-info li svg path {
  transition: 0.3s;
}

.archive-cart:hover .blog-archive-info li > * > * {
  color: #212121 !important;
}

.archive-cart:hover .blog-archive-info li svg path {
  fill: #212121;
}

.main-blog-carousel-col {
  clip-path: polygon(0 0, 92% 0, 100% 10%, 100% 100%, 8% 100%, 0% 90%);
}

.blog-image-artchive-sidebar {
  clip-path: polygon(0 0, 70% 0, 100% 40%, 100% 100%, 30% 100%, 0% 60%);
}

/*blog*/

/*single blog*/

.main-blog-lastpost-col {
  clip-path: polygon(0 0, 90% 0, 100% 8%, 100% 100%, 10% 100%, 0 92%);
}


.single-post-image {
  clip-path: polygon(0 0, 95% 0, 100% 7%, 100% 100%, 5% 100%, 0% 93%);
}

.add-comment-btn {
  clip-path: polygon(0 0, 90% 0, 100% 40%, 100% 100%, 10% 100%, 0% 60%);
}

.post-comment-element .comment-respond .comment-reply-title small {
    margin-right: 10px;
}

.post-comment-element .comment-body {
    position: relative;
}

.post-comment-element a {
  color: #364dd5 !important;
}

.post-comment-element .form-submit input {
  color: white;
  border: none;
  background-color: #364dd5;
  border-radius: 0;
  clip-path: polygon(0 0, 90% 0, 100% 40%, 100% 100%, 10% 100%, 0% 60%);
  padding: 12px 40px;
  font-size: 14px;
}

.post-comment-element .form-submit input:hover {
  background-color: #1e2f93;
}

.post-comment-element p input,
.post-comment-element p textarea {
  border: none !important;
  border-radius: 0;
  outline: none;
}

.post-comment-element .comment-form-url {
  display: none !important;
}

.post-comment-element .avatar {
  border-radius: 0 !important;
  clip-path: polygon(0 0, 65% 0, 100% 30%, 100% 100%, 35% 100%, 0 70%);
}

.post-comment-element .comment-awaiting-moderation {
    position: absolute;
    left: 35px;
    bottom: 20px;
 }

.post-comment-element .comment-metadata {
    position: relative;
}

.post-comment-element .comment-metadata::before {
    content: url("https://gcoyadak.com/wp-content/uploads/2025/07/clock.svg");
    position: absolute;
    top: 50%;
    scale: 0.8;
    right: -25px;
    transform: translate(0,calc(-50% - 5px));
}

.post-comment-element .comment-metadata .edit-link {
    position: absolute;
    left: 120px;
    top: 5px;
    background-color: #fff;
    padding: 10px;
    transform: translate(0,-50%);
    clip-path: polygon(0 0, 80% 0, 100% 40%, 100% 100%, 20% 100%, 0% 60%);
    z-index: 2;
}

.post-comment-element .comment-metadata a {
  color: #212121 !important;
}

.post-comment-element .reply {
    padding-right: 20px;
    position: relative; 
}

.post-comment-element .reply a::before {
    content: url("https://gcoyadak.com/wp-content/uploads/2025/07/back-square.svg");
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0,-50%);
}

.post-comment-element .reply a {
  color: #212121 !important;
}

.post-comment-element .cld-like-dislike-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.post-comment-element .cld-like-dislike-wrap .cld-common-wrap {
    text-align: left;
}

.post-comment-element .cld-like-dislike-wrap .cld-common-wrap .cld-count-wrap {
    margin-left: 0;
}

.post-comment-element .fa-heart {
  color: #313131 !important;
}

.main-blog-tag-col {
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0% 80%);
}

.custom-post-tag {
  display: inline-block;
  margin: 3px;
  padding: 7px 12px;
  background: #eeeeee;
  color: #333;
  font-size: 14px;
}

.custom-post-tag a {
  color: #333 !important;
}

/*single blog*/

/*search*/

.main-result-search-col {
  clip-path: polygon(0 0, 97% 0, 100% 30%, 100% 100%, 3% 100%, 0% 70%);
}

.main-result-search-col .e-search-input {
  clip-path: polygon(0 0, 97.5% 0, 100% 30%, 100% 100%, 0% 100%, 0% 70%);
}

.main-result-search-col .e-search-submit {
  clip-path: polygon(0 0, 85% 0, 100% 30%, 100% 100%, 15% 100%, 0% 70%);
}

/*search*/

/*shop*/
@media(max-width:768px){
    .product-category-loop{
                white-space: normal !important;
    }
}

.product-category-loop{
    
}

.shop-add-filter-btn{
    clip-path: polygon(
    0 0,
    75% 0,
    100% 60px,
    100% 100%,
    25% 100%,
    0 calc(100% - 60px));
}

.home-product-carousel-loadmore .e-loop__load-more a{
    clip-path: polygon(
    0 0,
    90% 0,
    100% 15px,
    100% 100%,
    10% 100%,
    0 calc(100% - 15px));
}

.shop-filte-modify::after {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/arrow-square-down.svg");
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: 999;
  scale: 1.3;
  transform: translateY(-8px);
}

.shop-filte-modify .jet-sorting-select {
  appearance: none;
  padding: 17px;
}

.shop-filte-modify .jet-sorting-select:focus {
  outline: none !important;
  border: none !important;
}

.shop-car-type .jet-more-btn::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/add-square.svg");
  position: absolute;
  transform: translate(25px, 2px);
}

.shop-car-type .jet-checkboxes-list-wrapper {
  border-right: 1px solid #e0e0e0;
  padding-right: 15px;
}

.shop-car-type .jet-less-btn::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/minus-square.svg");
  position: absolute;
  transform: translate(45px, -6px);
  scale: 0.7;
  opacity: 0.5;
}

.change-hieght-icon {
  transition: transform 0.3s ease;
}

.rotate-90 {
  transform: rotate(90deg);
}

.shop-car-type-col {
  transition: height 0.3s ease;
}

.jet-range__values {
  margin: 30px 0px 0px 0px !important;
}

.shop-sidebar {
  clip-path: polygon(
    0 0,
    280px 0px,
    100% 50px,
    100% 100%,
    50px 100%,
    0% calc(100% - 50px)
  ) !important;
  
  
}

.jet-range__values-min::before {
  content: "از";
  position: absolute;
  z-index: 999;
  font-size: 13px;
  color: #616161 !important;
  transform: translate(10px, -15px);
  font-weight: 200;
}

.jet-range__values-max::before {
  content: "تا";
  position: absolute;
  z-index: 999;
  font-size: 13px;
  color: #616161 !important;
  transform: translate(10px, -15px);
  font-weight: 200;
}

/*shop*/

/*product cat loop*/

.item-product-cat {
    background-position: top right;
}

.item-product-cat-inner {
    clip-path: polygon(80% 0, 100% 15%, 100% 100%, 20% 100%, 0 85%, 0 0);
}

.item-product-cat-image img {
    clip-path: polygon(
    20% 0%,
    80% 0,
    100% 20%,
    100% 80%,
    100% 100%,
    20% 100%,
    0 80%,
    0 0
  );
    transition: 0.4s;
}

/*product cat loop*/

/*product single*/

.product-single-main-image .woocommerce-product-gallery {
  margin-bottom: 0 !important;
}

.product-single-main-image .wpgs-for .slick-slide {
    transition: .7s;
}

.product-single-main-image .wpgs-for .slick-active {
    background-color: #fff;
    clip-path: polygon(
    87.5% 0%,
    100% 12.5%,
    100% 100%,
    12.5% 100%,
    0% 87.5%,
    0 0
  );
}

.product-single-main-image .wpgs-nav .slick-current {
    background-color: #fff;
    clip-path: polygon(
    87.5% 0%,
    100% 12.5%,
    100% 100%,
    12.5% 100%,
    0% 87.5%,
    0 0
  );
}

.product-single-main-image .flex-control-thumbs li img {
  background-color: #fff;
  clip-path: polygon(
    87.5% 0%,
    100% 12.5%,
    100% 100%,
    12.5% 100%,
    0% 87.5%,
    0 0
  );
}

.discount-percentage {
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: var(--e-global-color-bef9cc8);
  color: #fff;
}

.not-in-sale,
.deactive {
  display: none;
}

.product-single-main-price .regular bdi,
.product-single-main-price .sale .sale bdi {
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  color: var(--e-global-color-secondary);
}

.product-single-main-price .sale .regular {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
  position: absolute;
  left: 16px;
  top: 100%;
  opacity: 0.5;
}

.product-single-main-price .regular .woocommerce-Price-currencySymbol,
.product-single-main-price .sale .woocommerce-Price-currencySymbol {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--e-global-color-3a520fa);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-6px, -50%) rotate(-90deg);
}

.variation-selects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.variation-selects .select-container {
  flex-grow: 1;
  min-width: calc(50% - 10px);
}

.variation-selects .select-container label {
  margin-bottom: 2px;
}

.variation-selects .custom-variation-select {
  background: white;
  border: none;
  border-radius: 2px;
  appearance: none;
  padding: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background-image: url("img/product-single-variations-arrow.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
}

.variation-selects .custom-variation-select:focus-visible {
  outline: none;
  border: none;
}

.product-single-summary {
  clip-path: polygon(
    87.5% 0%,
    100% 12.5%,
    100% 100%,
    12.5% 100%,
    0% 87.5%,
    0 0
  );
}

.product-single-summary-rating .elementor-icon-box-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 2px;
}

.product-single-summary-price-column .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 12px;
}

.product-single-summary-price-column .price-row:not(:first-child) {
  margin-top: 8px;
}

.product-single-summary-price-column .price-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--e-global-color-3a520fa);
}

.product-single-summary-price-column .regular-price bdi {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--e-global-color-secondary);
}

.product-single-summary-price-column .discount-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--e-global-color-bef9cc8);
}

.product-single-summary-price-column .price-separator {
  border: 1px solid var(--e-global-color-accent);
  margin: 8px 0;
}

.product-single-summary-price-column .sale-price bdi {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: var(--e-global-color-secondary);
}

.product-single-summary-price-column
  .price-row
  bdi
  .woocommerce-Price-currencySymbol {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-6px, -50%) rotate(-90deg);
}

.product-single-summary-add-to-cart .elementor-widget-container {
  clip-path: polygon(95% 0%, 100% 25%, 100% 100%, 5% 100%, 0% 75%, 0 0);
}

.product-single-tabs .e-n-tabs-heading .e-n-tab-title {
  clip-path: polygon(85% 0, 100% 35%, 100% 100%, 0 100%, 0 0);
}

.product-single-tabs .e-n-tabs-heading {
  position: relative;
}

.product-single-tabs .e-n-tabs-heading:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--e-global-color-f181dae);
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.product-single-tabs .e-n-tabs-content > div {
  clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);
}

.product-comment-element .commentlist {
    padding-right: 0;
}

.product-comment-element .commentlist li {
    margin-bottom: 16px;
}

.product-comment-element .comment_container {
    padding: 8px 10px;
    background-color: var(--e-global-color-7b9e8c3);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%);
}

.product-comment-element .comment_container .avatar {
    border: none !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    top: 8px !important;
    right: 10px !important;
}

.product-comment-element .comment-text {
    padding: 0 !important;
    border: none !important;
    margin-right: 60px !important;
}

.product-comment-element .comment-text .star-rating {
    position: absolute !important;
    left: 10px;
    top: 22px;
    transform: translate(100%,0);
}

.product-comment-element .comment-text .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 !important;
}

.product-comment-element .comment-text .meta .woocommerce-review__author {
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: var(--e-global-color-secondary);
}

.product-comment-element .comment-text .meta .woocommerce-review__dash {
    display: none;
}

.product-comment-element .comment-text .meta .woocommerce-review__published-date {
    color: var(--e-global-color-255bc93);
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
}

.product-comment-element .description p {
    margin: 0 0 12px !important;
}

.product-comment-element .description .cld-like-dislike-wrap {
    margin: 0;
    float: left;
}

.product-comment-element .description .cld-like-dislike-wrap .cld-common-wrap {
    text-align: left;
    min-width: fit-content;
}

.product-comment-element .description .cld-like-dislike-wrap .cld-count-wrap {
    margin: 0 !important;
}

/*product single*/

/* user panel my orders */

.user-panel-order-counts-container {
  clip-path: polygon(0 0, 97% 0, 100% 15%, 100% 100%, 3% 100%, 0 85%);
}

.user-orders-tabs .e-n-tabs-heading .e-n-tab-title {
  clip-path: polygon(85% 0, 100% 35%, 100% 100%, 0 100%, 0 0);
}

.user-orders-tabs .e-n-tabs-heading {
  position: relative;
}

.user-orders-tabs .e-n-tabs-heading:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--e-global-color-f181dae);
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.user-panel-order-tabs-container {
  clip-path: polygon(0 0, 790px 0, 100% 40px, 100% 100%, 44px 100%, 0 calc(100% - 45px) );
}

/* user panel my orders */

/*footer*/

.footer-email-form .elementor-field-type-email input {
  padding: 13px 40px 13px 12px !important;
}

.footer-email-form .elementor-field-type-submit button {
  clip-path: polygon(
    20% 0%,
    85% 0,
    100% 30%,
    100% 80%,
    100% 100%,
    15% 100%,
    0 71%,
    0 0
  );

  width: 100px !important;
}

.footer-email-form .elementor-field-type-email::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/Email-icon.svg");
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-12.5px);
}

.footer-email-container {
  clip-path: polygon(
    20% 0%,
    95% 0,
    100% 27%,
    100% 80%,
    100% 100%,
    5% 100%,
    0 73%,
    0 0
  );
}

.footer-container {
  clip-path: polygon(
    20% 0%,
    87% 0,
    100% 35%,
    100% 80%,
    100% 100%,
    0 100%,
    0 73%,
    0 0
  );
}

/*footer*/

/*cart*/

.custom-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#custom-order-modal-loader {
    position: fixed; /* stays in place */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.payment-icon-box .elementor-icon-box-icon {
  padding: 12px;
  background-color: white;
  clip-path: polygon(
    0 0,
    66% 0,
    100% 33%,
    100% 80%,
    100% 100%,
    32% 100%,
    0 66%,
    0% 20%
  );
}

.payment-icon-box-active .elementor-icon-box-icon svg path {
  fill: white !important;
}

.payment-icon-box-active .elementor-icon-box-icon {
  background-color: #ad202b !important;
}

.payment-icon-box-active .elementor-icon-box-title {
  color: #ad202b !important;
}

.custom-cart {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.custom-cart .custom-cart-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 75%;
}

.custom-cart .cart-item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
  padding: 15px;
  clip-path: polygon(0 0, 96% 0, 100% 22%, 100% 100%, 4% 100%, 0% 78%);
}

.custom-cart .custom-quantity, .custom-order-modal .custom-quantity {
  display: flex;
  flex-direction: row;
}

.custom-cart .price-section, .custom-order-modal .price-section {
  display: flex;
  flex-direction: column;
  justify-content: end !important;
}

.custom-cart .sale-price, .custom-order-modal .sale-price {
  display: flex;
  justify-content: end;
}

.custom-cart .regular-price, .custom-order-modal .regular-price {
  display: flex;
  justify-content: end;
}

.custom-cart .cart-thumb a img, .custom-order-modal .cart-thumb a img {
  background-color: #eeeeee;
  clip-path: polygon(0 0, 76% 0, 100% 24%, 100% 100%, 24% 100%, 0% 76%);
}

.custom-cart .product-name, .custom-order-modal .product-name {
  font-size: 19px;
}

.custom-cart .product-attributes, .custom-order-modal .product-attributes {
    padding: 0;
    list-style: none;
}

.custom-cart .sale-price .amount .woocommerce-Price-currencySymbol,
.custom-cart
  .regular-price
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol,
  .custom-order-modal .sale-price .amount .woocommerce-Price-currencySymbol,
  .custom-order-modal
  .regular-price
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol{
  font-weight: 100;
  font-size: 11px;
  transform: rotate(-90deg);
  position: absolute;
  margin: 10px -8px 0 0;
}

.custom-cart .sale-price .amount,
.custom-cart .regular-price .woocommerce-Price-amount,
.custom-order-modal .sale-price .amount,
.custom-order-modal .regular-price .woocommerce-Price-amount{
  font-weight: 600;
  font-size: 28px;
}

.custom-cart .cart-price-qty, .custom-order-modal .cart-price-qty {
  width: 20%;
}

.custom-cart .cart-info {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-cart .cart-thumb {
  width: 20%;
}

.custom-cart .sale-price .discount, .custom-order-modal .sale-price .discount {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://gcoyadak.com/wp-content/uploads/2025/06/offer-background.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 13px 10px 10px 10px;
  margin: -6px 0 0 8px;
  font-size: 14px;
  font-weight: 200;
}

.custom-cart .sale-price .woocommerce-Price-amount,
.custom-cart .regular-price .woocommerce-Price-amount,
.custom-order-modal .sale-price .woocommerce-Price-amount,
.custom-order-modal .regular-price .woocommerce-Price-amount{
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.custom-cart .sale-price + .regular-price span bdi, .custom-order-modal .sale-price + .regular-price span bdi{
  color: #939393 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
}

.custom-cart .custom-quantity > *, .custom-order-modal .custom-quantity > * {
  border: none;
}

.custom-cart .custom-quantity button, .custom-order-modal .custom-quantity button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-cart .custom-quantity button:hover,
.custom-cart .custom-quantity button:focus,
.custom-order-modal .custom-quantity button:hover,
.custom-order-modal .custom-quantity button:focus{
  background-color: transparent !important;
}

.custom-cart .custom-quantity, .custom-order-modal .custom-quantity {
  display: flex;
  justify-content: end;
  transition: 0.3s;
}

.custom-cart .custom-quantity button, 
.custom-order-modal .custom-quantity button{
  width: 30px;
  padding: 0;
}

.custom-cart .custom-quantity input,
.custom-cart .custom-quantity input:focus,
.custom-order-modal .custom-quantity input,
.custom-order-modal .custom-quantity input:focus{
  border: none;
  outline: none;
}

.custom-cart .custom-quantity input::-webkit-outer-spin-button,
.custom-cart .custom-quantity input::-webkit-inner-spin-button,
.custom-order-modal .custom-quantity input::-webkit-outer-spin-button,
.custom-order-modal .custom-quantity input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.custom-cart .custom-quantity input,
.custom-order-modal .custom-quantity input{
  text-align: center;
  width: 60px;
  font-size: 20px;
}

.custom-cart .custom-cart-totals-summary {
  width: 25%;
  background-color: white !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  gap: 22px;
  clip-path: polygon(0 0, 83% 0, 100% 15%, 100% 100%, 17% 100%, 0% 85%);
  align-self: flex-start;
}

.custom-cart .totals-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-cart .proceed-checkout {
  position: relative;
  background-color: #364dd5;
  color: white;
  padding: 14px;
  display: block;
  text-align: center;
  clip-path: polygon(0 0, 90% 0, 100% 40%, 100% 100%, 10% 100%, 0% 60%);
  transition: 0.3s;
}

.custom-cart .proceed-checkout:hover {
  color: white !important;
  background-color: #1a30ad;
}

.custom-cart .summary-title {
  font-size: 13px;
  color: #333333;
  font-weight: 300;
}

.custom-cart .summary-price .woocommerce-Price-amount bdi {
  font-size: 20px;
  font-weight: 600;
}

.custom-cart .summary-price .woocommerce-Price-amount bdi span {
  font-size: 10px;
  font-weight: 100;
  rotate: -90deg;
  position: absolute;
  margin: 4px -5px 0 0;
}

.custom-cart
  .custom-cart-totals-summary
  .discount
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol {
  margin-right: 3px;
}

.custom-cart .custom-cart-totals-summary .discount .summary-price,
.custom-cart .custom-cart-totals-summary .discount .woocommerce-Price-amount {
  color: #ff3b30 !important;
}

.custom-cart .custom-cart-totals-summary .total .woocommerce-Price-amount bdi {
  font-size: 25px !important;
}

.custom-cart .custom-quantity button img {
  transition: all 0s !important;
}

.custom-cart .custom-quantity button:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(1069%)
    hue-rotate(180deg) brightness(94%) contrast(92%);
}

/*cart*/

/*single product*/


.cld-like-dislike-wrap.cld-custom img{
    transition: all 0s !important;
}

.cld-like-dislike-wrap.cld-custom img:hover{
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6677%) hue-rotate(234deg) brightness(94%) contrast(111%);
}

.product-comment-element .star-rating span::before {
    color: #FC9233 !important;
}

.product-comment-element input#submit{
    border-radius: 0 !important;
    background-color: #333333 !important;
    color: white !important;
    width: 100px;
    clip-path: polygon(0 0, 85% 0, 100% 40%, 100% 100%, 15% 100%, 0 60%);
}

.product-comment-element textarea#comment,.product-comment-element #author,.product-comment-element #email{
    border: none;
    outline: none !important;
    background-color: #EEEEEE;
    border-radius: 0 !important;
}

.product-comment-element .form-submit {
    display: flex;
    justify-content: end;
}

.product-comment-element textarea#comment:focus, .product-comment-element #author:focus, .product-comment-element #email:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.product-comment-element .stars span a {
    color: #FC9233 !important;
}

.wpgs-for .slick-arrow {
    left: 0 !important;
}

.custom-product-attributes .custom-attribute .term-title {
  display: inline-block;
  width: 200px;
  text-align: right;
  padding: 18px 0;
  border-left: 1px solid #e0e0e0;
  margin-left: 48px;
}

/*single product*/

.elementor-widget-woocommerce-checkout-page
  .select2-container--default
  .select2-selection--single {
  height: 55px;
}

/*order*/

.order-card-top {
  width: 100%;
}

.order-card-top,
.order-card-top div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.order-card-top div {
  gap: 5px;
}

#order-modal-trigger {
    cursor: pointer;
}

.order-card {
  padding: 28px 20px 20px 20px !important;
  clip-path: polygon(0 0, 95% 0, 100% 16%, 100% 100%, 5% 100%, 0% 84%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  row-gap: 20px;
  justify-content: space-between;
}

.order-card-center {
  width: 78%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.order-card-bottom {
  width: 18%;
}

.order-card-center img {
  width: 18px !important;
}

.order-card-center * {
  font-size: 14px;
}

.order-card-center span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-thumbnails .thumb img {
  background-color: white;
  clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%);
}

.product-thumbnails {
  display: flex;
  flex-direction: row-reverse;
}

.product-thumbnails .thumb {
  margin-right: -45px;
  filter: drop-shadow(0px 0px 4px #52525255);
}

.product-thumbnails .thumb:last-child {
  margin-right: 0 !important;
}

.order-total .currency {
  font-weight: 200;
  font-size: 8px;
  transform: rotate(-90deg) translateX(3px);
  position: relative;
}

.order-total .amount {
  font-size: 20px;
  font-weight: 500;
}

.order-total {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.row-data {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.order-customer {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.order-payment {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order-payment hr {
  border: 1px solid #e0e0e0;
}

.order-customer p {
  margin-top: 15px;
}

.order-customer,
.order-payment {
  width: 50% !important;
  background-color: #eeeeee;
  padding: 20px 25px;
  clip-path: polygon(0 0, 92% 0, 100% 11%, 100% 100%, 7% 100%, 0% 89%);
}

.order-customer-title-text,
.order-payment-title-text {
  color: #1e2f93;
  font-weight: 500;
  font-size: 18px;
}

.order-customer-title,
.order-payment-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  gap: 5px;
}

.order-customer-title img,
.order-payment-title img {
  margin-top: -7px;
}

.row-title,
.row-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-status {
  display: flex;
  gap: 5px;
  background-color: #dfe8ff;
  padding: 15px 20px;
  clip-path: polygon(0 0, 83% 0, 100% 40%, 100% 100%, 17% 100%, 0 60%);
}

.order-status.processing {
    background-color: #dfe8ff;
}

.order-status.processing .order-status-title {
    color: #4561db;
}

.order-status.completed {
    background-color: #10b9813b;
}

.order-status.completed .order-status-title {
    color: #10b981;
}

.order-status.cancelled {
    background-color: #ff3b3038;
}

.order-status.cancelled .order-status-title {
    color: #ff3b30;
}

.order-status.refunded { 
        background-color: #9e9e9e2b;
}

.order-status.refunded .order-status-title { 
        color: #9e9e9e;
}

.order-status .order-status-title {
  font-weight: 500;
}

.order-status,
.order-title {
  display: flex;
  gap: 5px;
}

.order-status-icon,
.close-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-modal {
    cursor: pointer;
} 

.order-customer-title,
.order-payment-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  gap: 5px;
}

.order-customer-title img,
.order-payment-title img {
  margin-top: -7px;
}

.order-customer-item {
  display: flex;
  gap: 5px;
}

.order-customer-item .order-customer-item img {
  width: 6%;
}

.order-customer-item .order-customer-title {
  width: 42%;
}

.order-customer-item .order-customer-value {
  width: 52%;
}

.order-payment p {
  display: flex;
  gap: 5px;
  justify-content: right;
  margin-bottom: 0;
}

.order-payment p span:last-child {
  margin-right: auto !important;
}

.order-payment .woocommerce-Price-amount bdi {
  color: #212121;
  font-weight: 600;
  font-size: 19px;
}
.order-payment .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: 10px;
  font-weight: 100;
  display: inline-block;
  rotate: -90deg;
  transform: translate(4px, 0px);
}

.order-payment .order-payment-net-value bdi {
  font-size: 25px !important;
}

.order-payment-discount-value bdi {
  color: red !important;
}

.order-payment-status.success::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/07/money-tick-gr.svg");
}

.order-payment-status.failed::before {
  content: url("https://gcoyadak.com/wp-content/uploads/2025/08/money-tick-red.svg");
}

.order-payment-status {
  background-color: white;
  padding: 17px 16px 10px 16px;
  font-size: 14px;
  clip-path: polygon(0 0, 95% 0, 100% 48%, 100% 100%, 5% 100%, 0 52%);
}

.order-payment-status.success {
  color: #19B13F;
}

.order-payment-status.failed {
  color: red;
}

.order-payment p img {
  width: 6%;
}

.order-payment p .order-payment-title {
  width: 42%;
}

.order-customer-title {
  font-weight: 200;
  color: #9e9e9e;
  font-size: 15px;
}

.order-payment-title {
  font-weight: 200 !important;
  color: #474747 !important;
  font-size: 15px !important;
}

.order-customer-value {
  font-size: 14px;
  font-weight: 300;
}

#custom-order-modal-container {
    display: none;
}

.custom-order-modal .custom-cart-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-order-modal .cart-item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  clip-path: polygon(0 0, 96% 0, 100% 22%, 100% 100%, 4% 100%, 0% 78%);
}

#custom-order-modal {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/*order*/

/*panle sidebar*/

.sidebar-item .elementor-widget-container {
  clip-path: polygon(0 0, 89% 0, 100% 38%, 100% 100%, 11% 100%, 0% 62%);
}

.sidebar-item:hover .elementor-widget-container {
  background-color: #eeeeee !important;
}

.sidebar-item.active .elementor-widget-container {
  background-color: #eeeeee !important;
}

.sidebar-item.active .elementor-widget-container .elementor-icon-box-wrapper {
  padding: 0 20px 0 0;
}

.sidebar-item.active
  .elementor-widget-container
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  * {
  color: #1e2f93;
}

.sidebar-item.active
  .elementor-widget-container
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon
  svg
  path {
  fill: #4561db;
}

.sidebar-item.active
  .elementor-widget-container
  .elementor-icon-box-wrapper::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ad202b;
  position: absolute;
  border-radius: 100%;
  transform: translateX(17px);
}

.sidebar-container {
  clip-path: polygon(0 0, 87% 0, 100% 8%, 100% 100%, 13% 100%, 0% 92%);
}

/*panle sidebar*/

/*checkout*/

.checkout-container .e-checkout__container .col-1 , .checkout-container .e-checkout__container .col-2 {
  clip-path: polygon(0 0, 92% 0, 100% 10%, 100% 100%, 8% 100%, 0 90%);
}

.checkout-container .e-checkout__container .col-2 {
    background-color: #fff;
}

.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
    margin: 30px 0 30px 0;
    padding-right: 30px;
}

.checkout-container
  .checkout-container
  .e-checkout__column-start
  .col-1
  .input-text {
  color: black !important;
}

.checkout-container
  .checkout-container
  .e-checkout__column-start
  .col-1
  .input-text:focus,
.checkout-container .e-checkout__column-start .col-1 select:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.checkout-container .e-checkout__column-inner .e-checkout__order_review {
  clip-path: polygon(0 0, 92% 0, 100% 10%, 100% 100%, 8% 100%, 0 90%);
}

.checkout-container .woocommerce-privacy-policy-link {
  color: #1e2f93 !important;
}

.checkout-container .woocommerce-Price-amount bdi {
  font-size: 18px;
  display: flex;
  justify-content: end;
}

.checkout-container
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 10px;
  font-weight: 200;
  position: relative;
  rotate: -90deg;
}

.checkout-container .e-apply-coupon {
  border: 2px solid #1e2f93 !important;
}

/*checkout*/

/*add address*/

.userpanel-right-col,
.userpanel-left-col,
.change-panel-info-col-right {
  clip-path: polygon(0 0, 90% 0, 100% 15%, 100% 100%, 10% 100%, 0 85%);
}

.change-info-form .elementor-shortcode form p input {
  border: none;
  outline: none;
  background-color: #eeeeee;
  border-radius: 0;
}

.change-info-form .elementor-shortcode form p input[type="submit"] {
  background-color: #333333;
  color: white;
  border-radius: 0;
  clip-path: polygon(0 0, 95% 0, 100% 45%, 100% 100%, 5% 100%, 0 55%);
  display: block;
  width: 100%;
}

.change-panel-info-col-left .add-address-form .elementor-shortcode {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  align-items: center;
}

.add-address-form .elementor-shortcode form {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.add-address-form .elementor-shortcode form label {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.add-address-form .elementor-shortcode form label input {
  border: none;
  outline: none;
  background-color: #eeeeee;
  border-radius: 0;
}

.add-address-form .elementor-shortcode form button {
  background-color: #333333;
  border: none;
  border-radius: 0;
  color: white;
  clip-path: polygon(0 0, 95% 0, 100% 45%, 100% 100%, 5% 100%, 0 55%);
}

.change-panel-info-col-left {
  clip-path: polygon(0 0, 95% 0, 100% 8%, 100% 100%, 5% 100%, 0 92%);
}

.custom-success-msg{
    display: none !important;
}
/*add address*/


/*cars*/

.cars-container .item-product-cat-image{
    transition: 0.3s;
}
.cars-container  .item-product-cat-image:hover{
    scale: 1.1;
    filter: drop-shadow(0 0 40px #B20B0B55);
}
.cars-container  .item-product-cat{
    clip-path: polygon(0 0,85% 0,100% 20%,100% 100%, 15% 100%, 0 80%);
}

/*cars*/