@charset "UTF-8";
/*
Theme Name: akande 
Theme URI: https://draweb.dev
Author: 
Author URI: https://iranet.co
Description: یک پوسته اختصاصی برای آکنده یدک
Requires at least: WordPress 6.9.0
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
	margin: 0;
	padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
    direction: rtl;
    font-family: iranyekan;
    background: #f6f6f6;
}
.container{
  max-width: 1177px !important;
  margin: 0 auto;
	    width: 100%;

}
div#tab-description {
    padding: 10px;
    line-height: 2;
}
input::placeholder {
    color: #000000 !important;
    padding: 1rem;
}
.over{
  overflow: hidden;
}
.row{
  display: flex;}
li{
	list-style: none;
}

a{
	text-align: center;
	text-decoration: none;
	color: black;
}
.mvmclass {
    display: none;
}
span.contact-call a {
    font-size: 15px;
    padding: 1rem;
    display: block;
    border-bottom: solid 2px #ffe137;
    font-weight: 500;
}
.banner-page {
    height: 300px;
    margin: 2rem auto;
    border-radius: 2rem;
    display: flex
;
    flex-direction: column;
    place-content: center;
    place-items: flex-start;
    background-color: #c7c7c7;
    color: #fff;
	width: 80%;
}
.category-box {
    position: relative;
}
.category-box h4 {
    position: absolute;
    background: #69696908;
    width: 95%;
    height: 95%;
    top: 0;
    border-radius: 1rem;
    margin: 0 auto;
    display: flex
;
    place-content: center;
    place-items: center;
    overflow: hidden;
}
.category-box h4 a {
    background: #70707005;
    padding: 5px 10px;
    display: block;
    width: 100%;
    color: #000000;
    height: 100%;
}


.category-box h4 a:hover {
    background: #ffc61e26;
    transition: 500ms;
}
.shop-guarantees {
    background: #505050;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px 25px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .05);
    position: relative;
}
.product-summary {
    display: flex
;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem;
    background: #f7f7f7;
    border-radius: 1rem;
    gap: 1rem;
}
a.button.product_type_simple {
    display: block;
    margin: 1rem auto;
    color: #ffc62b;
    padding: 0.5rem 1rem;
    background: #484848;
    font-size: 13px;
    border-radius: 13px;
}
.shop-guarantees::before {
    left: -5px;
    content: "";
    width: 10px;
    background: #f7f7f7;
    position: absolute;
    z-index: 111;
    height: 60%;
    top: auto;
    border-radius: 1rem;
    display: block;
}
.shop-guarantees ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid
;
    grid-template-columns: repeat(4, 170px);
    gap: 15px;
    justify-items: center;
    width: 100%;
    justify-content: center;
}
.shop-guarantees li {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: flex;
    background: #fff;
    padding: 5px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    width: -webkit-fill-available;
    overflow: hidden;
    flex-direction: column;
    place-content: center;
    align-items: center;
    box-shadow: 0 0 10px -5px #b4b9f8;
}
.shop-guarantees .icon {
    font-size: 20px;
    margin-right: 10px;
    color: #0073e6;
}
.shop-guarantees::after {
    content: "" !important;
    width: 10px;
    height: 60%;
    background: #f7f7f7;
    position: absolute;
    right: -5px;
    top: 20px;
    z-index: 111;
    border-radius: 1rem;
}
.product-card h3{
	display:block;
	min-height:90px;
	
}
.banner{
  position: relative;
}
.banner::before {
  content: '';
  height: 68px;
  width: 5%;
  background-image: url(./img/callbanner-hand.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 440px;
  animation: hand 2.3s infinite;
  -webkit-animation: hand 2.3s infinite;
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
}
.banner::after {
  content: '';
  height: 68px;
  width: 3%;
  background-image: url(./img/phone-cell.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 25px;
}
.header {
  width: 100%;
  background: #fff;
	 box-shadow: 0 0 20px -15px;

}
.cover-item img {
    height: auto;
    object-fit: contain;
    width: 100%;
    display: block;
}
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;

}
@keyframes hand{
0%{
  top: -500px;
}
100%{
  top: -6px;
}
}
.top-hedaer {
  display: flex;
  place-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

#banner {
	width: 100%;
}
.top-hedaer-right {
  margin-left: auto;
  margin-right: 3rem;
  flex: 1 1 auto;
}

.top-hedaer-right ul{
	display: flex;
	flex-direction: row;
	place-items: center;
}
.top-hedaer-right img {
  width: 201px;
  margin-right: -5px;
  margin-left: 50px;
  margin-bottom: 8px;
  margin-top: -21px;
}
.main-header {
  display: flex;
  flex-direction: column;
}
.login img{
	 width: 20px;
	 padding: 0 5px ;
}
.top-hedaer-left{
  display: flex;
  flex-direction: row-reverse;
  background-color: #f3f4fc;
  padding: 10px 15px;
  border-radius: 0.7rem;
}
.logo-top {
  flex: 0 1 15.4%;
}
.logo-top a figure img {
  width: 100%;
  display: block;
}
search-top{
  margin-bottom: -5px;
}
.top-hedaer-left li{
  color: #818081;
}
.top-hedaer-left-icon{
  margin: 3px 0 0 3px;
}
.button-menu {
  margin-top: 15px;
  padding-bottom: 5px;
}
.ubermenu .ubermenu-icon {
  margin-left: 10px;
}
.ubermenu .ubermenu-item-layout-icon_left > .ubermenu-target-title {
  margin-left: .6em;
  display: inline-block;
  margin-right: 8px;
}

i.ubermenu-icon.fas.fa-bars {
  float: right;
  margin-left: 5px;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
  float: left !important;
  position: inherit !important;
  margin-top: 0 !important;
}
.ubermenu .ubermenu-icon {
  width: 1.3em;
  text-align: center;
  line-height: 1em;
  vertical-align: baseline;
  margin-left: 10px;
}
.button-menu ul li a{
	font-size: 12px;
  gap: 10px;
}

#home-slider .owl-carousel .owl-stage-outer {
  margin: unset;
}
#home-slider .owl-carousel .owl-item img{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.categorys{
  display: flex;
  flex-direction: row;
  justify-content: center;
  place-items: center;
  margin: 50px 0;

}
.breadcrumb.breadcrumbs.woo-breadcrumbs {
    display: none !important;
}
#breadcrumbs .breadcrumb_last {
  color: #666;
  font-weight: 600;
}
#breadcrumbs {
    font-size: 0.95rem;
    font-weight: 500;
    padding: 12px 20px;
    direction: rtl;
    text-align: right;
    width: 100%;
}
.banner-page h1 {
    background: #f7f7f7;
    padding: 2rem;
    color: #000;
    border-radius: 1rem 0 0 1rem;
}
.categorys figure img{
  width: 100%;
}

.filter-search {
    position: absolute;
    width: 100%;
    top: 25%;
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    place-content: center;
    border-radius: 2rem;
    z-index: 11;
    background-color: #2d2d2d00;
}
.search-box h4 {
    display: block;
    padding: 1rem;
    color: #000000;
    font-size: 17px;
    text-align: center;
    background: #ffffffa1;
    margin-bottom: 1rem;
    border-radius: 1rem;
}
.filter-title {
  font-size: 25px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding-top: 2rem;
  font-weight: 900;
}

.searchandfilter ul {
  display: inline-flex;
  flex-wrap: wrap;
  place-content: center;
  gap: 45px;
}
.search-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
form.searchandfilter {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
input[type="text"] {
  border: 3px solid;
  background-color: #ffffff;
  width: 300px;
  height: 43px;
}
select#ofproduct_cat {
  border: 3px solid;
  background-color: #ffffff;
  width: 300px;
  height: 43px;
	border-radius: 1rem;
}
select#ofproduct_tag {
  border: 3px solid;
  background-color: #ffffff;
  width: 300px;
  height: 43px;
}
input[type="submit"] {
    border: 3px solid;
    background-color: #ffcc31;
    width: 300px;
    height: 43px;
    border-radius: 1rem;
    cursor: pointer;
}


.title{
  display: flex;
  font-size: 20px;
  justify-content: center;
}

.title::before{
  content: "";
  width:20% ;
  border-bottom: 2px solid #f1f2f4; 
  margin: 0 20px;
} 
.title h5{
  color: #255182;
}
.acande{
  color: #ffc000 !important;
  margin-right: 10px;
  }
.title::after{
  content: "";
  width:20%  ;
  border-bottom: 2px solid #f1f2f4;  
  margin: 0 20px;
}
section#bestseller-item {
  background-color: #474747;
  border-radius: 8px;

}
.grid-switcher button {
    display: block;
    padding: 5px;
    font-size: 5px;
    border: 0;
    background: 0;
    color: #d7b70d;
}
.grid-switcher {
    display: inline-flex
;
    float: left;
    margin-top: -15px;
}
select {
    padding: 7px;
    border: 0;
    background: #f2f1f0;
    border-radius: 5px;
}
.owl-nav {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  bottom: 45%;
  width: 100%;
  place-content: space-between;
}
.owl-nav i {
  background-color: #f1f2f46e;
  padding: 10px 10px 0px 10px;
  border-radius: 68%;
  font-size: 21px;
  border: 1px solid #00000042;
}

.owl-stage {
  margin-top: 20px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 20px 20px 0px 20px;
    padding: 1rem 0;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
    height: max-content;
}
.owl-item.active {
  background-color: white;
  border-radius: 10px;
}
.bestseller-item {
  padding: 10px 0;
  background-color: white;
  border-radius: 10px;
}
.owl-carousel.owl-rtl.owl-loaded.owl-drag {
  margin: 50px 0;
}
.title-bestseller h2 {
  font-size: 15px;
}
button.btn17 {
  background-color: #ffcc31;
  border: none;
  padding: 5px 48px;
  border-radius: 5px;
  margin: 10px 0;
  font-family: 'iranyekan';
  transition: 2s;
}
button.btn17:hover{
  background-color: #474747;
}
.title-bestseller {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  place-items: center;
  margin-bottom: 10px;
}
.title-suggest {
  font-size: 10px;
  text-align: center;
}
section#all-suggest-item {
  border: 1px solid #d0d0d0d6;
  margin: 50px 0;
  border-radius: 13px;
}
.suggest-item {
  border-left: 1px solid #d0d0d0d6;
}
.wp-block-button__link{
	height:auto!important;
}
.berands-category {
  display: flex;
  flex-direction: row-reverse;
  margin: 50px 0;
  justify-content: center;
  place-items: center;
}
.berands-category figure img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.berands-category img:hover{
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.07);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.07);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.07);
  transition: all 200ms ease-in;
  transform: scale(1.07);
  -o-transform: scale(1.07);
}

.logo-berand {
  display: flex;
  margin: 50px 0 80px 0;
  justify-content: center;
}
.logo-berand img{
  background-color: #f1f2f4;
  border-radius:1rem ;
  -webkit-border-radius:1rem ;
  -moz-border-radius:1rem ;
  -ms-border-radius:1rem ;
  -o-border-radius:1rem ;
  box-shadow: 1px 1px 8px #0000002b;
}
ul.ubermenu-submenu.ubermenu-submenu-id-4316 li {
    background: #f7f7f7;
    padding: 5px;
    border-radius: 10px;
}
ul.ubermenu-submenu.ubermenu-submenu-id-4316.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    place-content: space-between;
}
ul#top-brands {
  display: flex;
 gap: 50px;
	place-content:center;
}
div#brands-top {
    background-color: rgb(255 255 255);
    padding: 1rem;
    border-radius: 1rem;
    width: 100%;
}
div#brands-top li{
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
}
div#brands-top li:hover {
  filter: drop-shadow(0px 0px 4px #686868) grayscale(70%);
  -webkit-filter: drop-shadow(0px 0px 4px #686868) grayscale(70%);
}
ul#top-brands img {
    width: 200px;
    height: 82px;
    object-fit: contain;
}
span.menu-image-title-after.menu-image-title {
  display: none;
}
footer {
  width:100%;
}
.option-akande {
  margin: 0 auto;
  background-color: #474747;
  position: relative;
  padding-bottom: 2rem;
}
.option-akande::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 70px;
  background-color: #ffc00054;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 1rem;
  z-index: 0;
}
.option-akande ul {
  display: flex;
  justify-content: center;
  position: relative;
}
.option-akande ul li {
  padding: 10px 10px;
  font-size: 13px;
  display: flex;
  place-items: center;
  color: white;
}
ul#new-car li a span {
    display: block !important;
    padding: 2rem;
    font-size: 15px;
    font-weight: 700;
}
ul#new-car li a img {
    width: 100%;
    display: block;
    object-fit: cover !important;
    padding: 0 !important;
    height: 150px;
}
ul#new-car li a {
    padding: 0 !important;
    overflow: hidden;
}
ul#new-car {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    place-content: center;
    gap: 1rem;
    overflow: hidden;
    align-items: center;
}
.mySlide img {
    display: block;
width: 100%;}
.mySlide {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
section.home-slider {
    position: relative;
}

#home-slider .owl-item.active{
	background:none!important;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
	display:none !important;
}
h2.woocommerce-loop-product__title {
    min-height: 90px;
    display: block;
}
.detail-card {
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.product-card:hover {
    opacity: 0.7;
    transition: opacity 500ms linear;
}
.product-thumb img {
    max-height: 230px;
    object-fit: contain;
    width: 100%;
    border-radius: 1rem;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    mix-blend-mode: multiply;
	    height: 230px;
}
.products-grid{
	display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 0;
}
.option-akande img{
  width: 50px;
  margin-left: 10px;
}
.footer{
  background-color: #474747;
}
.footer-rows {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  place-items: center;
  padding-bottom: 50px;
  margin: 0px 20px;
}
.item-footer {
  width: 100%;
}

.copyright{
  display: flex;
  justify-content: center;
  background-color: #474747;
  color: white;
  padding-top:10px 0 ;
  font-family: iranyekan;
  font-size: 12px;
  padding-bottom: 10px;
}
.footer-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer {
  padding-top: 5rem;
}
footer-rows {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-self: stretch;
  font-size: 20px;
  padding-bottom: 50px;
  margin: 0px auto;
  justify-content: space-around;
}
ul.contact-list li a {
    color: #ffffff;
}
.item-footer {
    width: 100%;
    font-size: 15px;
    color: #f8f8f8;
    text-align: justify;
    display: flex
;
    flex-direction: column;
    align-items: center;
    min-height: 300px;
	gap:2rem;
}
img.enamad-image {
    background: #ffffff;
    padding: 1rem;
    border-radius: 1rem;
    max-height: 100px !important;
}
.widget-item {
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
}
.item-footer div img {
  width: 100%;
  max-height: 150px;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
.widget-title {
  color: #ffc000;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 20px;
}
.menu-footer-menu-container ul li a {
  color: #f8f8f8;
}
#menu-footer-menu {
  line-height: 3rem;
}
.textwidget.custom-html-widget ul a li {
  color: #f8f8f8;
  text-align: justify;
}
.textwidget.custom-html-widget {
  line-height: 3rem;
}
svg {
  width:100%;
}
.svg{
  margin-bottom: -150px;
}
.topball {
  animation: ball 1.5s ease-in-out;
  animation-iteration-count:infinite;
  animation-direction: alternate;
  animation-delay: 0.3s;
  cursor:pointer;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count:infinite;
  fill: #474747;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #474747;
  stroke-width:0.5;
  opacity:.6; 
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration:3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration:3.4s;
  transform-origin: 16px 3px;
}
.gooeff {
  	filter: url(#goo);
}
#wave2 {
  animation-duration:5s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 7s;
  opacity:.3;
}
@keyframes drop {
  0% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  80% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  90% { 
    transform: translateY(10%) ; 
    opacity:.6; 
  }
  100% { 
    transform: translateY(0%) scale(1.5);  
    stroke-width:0.2;
    opacity:0; 
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}
@keyframes ball {
  to {transform: translateY(20%);}
}
.questions {
  display: flex;
  flex-direction: row-reverse;
  place-content: space-between;
  margin-top: 30px;
}
.q-left-side img{
width: 470px;
}
.q-right-side p {
  margin: 20px 0;
  font-size: 14px;
}
::marker {
  color: #fcc731;
}
.q-right-side details {
  margin: 30px 0;
}
.q-button{
  background-color: #ffcc31;
  border: none;
  padding: 5px 48px;
  border-radius: 5px;
  margin: 10px 0;
  font-family: 'iranyekan';
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
.q-button:hover{
  background-color: #474747;
  color: white;
  border:1px solid #fcc731;
}
.cover-suggest {
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
}
.cover-suggest :hover{
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.07);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.07);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.07);
  transition: all 200ms ease-in;
  transform: scale(1.07);
  -o-transform: scale(1.07);
  -o-transition: all 200ms ease-in;
}
.single-item {
  display: flex;
  text-align: center;

}
.cover-item figure:hover{
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);

}
.title-single {
  margin-top: 27px;
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  font-size: 13px;
}
.title-single:hover{
  color: #ffc000;
}
.breadcrumb-page {
  display: block;
}

.right-sidebar {
  width: 17.5%;
  height: 100vh;
  float: right;
  background: #f0f0f0;
  margin-left: 10px;
  border-radius: 10px;
  overflow: hidden;
}
span.c-phone {
    display: inline-block;
    margin-right: 5px;
    color: #cf9e01;
    vertical-align: middle;
}

/* ----------------------------------------
   ⭐ WC Reviews – Professional Style
   ---------------------------------------- */

.wc-reviews-wrapper {
    margin-top: 40px;
    padding: 32px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #eee;
}

.wc-reviews-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.wc-reviews-title .count {
    background: #b30000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 15px;
}

/* ----------------------------------------
   ⭐ Review List (comment cards)
   ---------------------------------------- */
.wc-block-grid__products {

    margin: 0 !important;
}
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 22% !important;
    max-width: 22% !important;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.wc-review-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wc-review-list li {
    margin-bottom: 20px;
}

.wc-review-list .comment_container {
    display: flex;
    gap: 18px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fafafa;
    transition: 0.25s ease;
}

.wc-review-list .comment_container:hover {
    border-color: #b30000;
    background: #fff;
}

.wc-review-list img.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.wc-review-list .meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

.wc-review-list .description p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

/* ----------------------------------------
   ⭐ Pagination
   ---------------------------------------- */

.wc-review-pagination ul {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 25px;
}

.wc-review-pagination li {
    list-style: none;
}

.wc-review-pagination a,
.wc-review-pagination span {
    display: block;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.wc-review-pagination .current {
    background: #b30000;
    color: #fff;
    border-color: #b30000;
}

/* ----------------------------------------
   ⭐ Review Form
   ---------------------------------------- */

.wc-review-form-box {
    margin-top: 40px;
    padding: 28px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
}

.wc-form-field {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

.wc-form-field label {
    margin-bottom: 6px;
    font-weight: 600;
}

.wc-form-field span {
    color: #b30000;
}

.wc-form-field input,
.wc-form-field textarea,
.wc-form-field select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fafafa;
    transition: 0.2s;
    font-size: 15px;
}

.wc-form-field input:focus,
.wc-form-field textarea:focus,
.wc-form-field select:focus {
    border-color: #b30000;
    background: #fff;
    outline: none;
}

/* Rating field */
.wc-rating select {
    max-width: 180px;
}

/* ----------------------------------------
   ⭐ Submit Button
   ---------------------------------------- */

.wc-submit-btn {
    background: #b30000 !important;
    color: #fff !important;
    padding: 14px 28px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    transition: 0.25s ease !important;
}

.wc-submit-btn:hover {
    background: #7e0000 !important;
}

/* ----------------------------------------
   ⭐ No Reviews Message
   ---------------------------------------- */

.wc-no-reviews {
    background: #fff4f4;
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid #ffdddd;
    color: #a30000;
    font-size: 15px;
}

/* ----------------------------------------
   ⭐ Responsive
   ---------------------------------------- */

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .wc-review-list .comment_container {
        flex-direction: column;
        text-align: right;
    }

    .wc-review-form-wrapper,
    .wc-review-form-box {
        padding: 20px;
    }

    .wc-review-pagination ul {
        gap: 4px;
    }
}

.category-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 2rem;
    margin: 2rem auto;
    box-shadow: 0 0 6px -3px #727272;
}
.title-best h1 a {
  font-size: 13.5px;
  color: white;
}

.content-best {
  display: flex;
  flex-direction: column;
  place-items: center;
}
.pegination {
  margin-top: 120px;
  text-align: center;
}
.pegination ul {
  display: inline-block;

}
.pegination ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.pegination ul li:nth-child(1) span{
  background-color: #474747;
  color: white;
  padding: 5px 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.next.page-numbers {
  background-color: #474747;
  color: white;
  padding: 5px 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.prev.page-numbers {
  background-color: #474747;
  color: white;
  padding: 5px 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.page-numbers {
    background-color: rgba(204, 204, 204, 0.637);
    padding: 5px 20px !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.page-numbers.current {
  background-color: rgba(204, 204, 204, 0.637);
  padding: 5px 20x;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  color: #fec72f;
}
.item-best {
  display: flex;
  flex-direction: column;
  place-self: center;
  background-color: #484848;
  padding: 5px;
  margin: 20px 0;

}
.more-best{
  background-color: #ffcc31;
  border: none;
  padding: 5px 40px;
  border-radius: 5px;
  margin: 10px 0;
  font-family: 'iranyekan';
}
.thumb-best{
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
}
.thumb-best:hover{
  scale: 0.95;
}
.cover-item {
  padding: 5px;
}
.title-single {
  margin-top: 27px;
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  font-size: 12px; 
  color: white;
  margin-bottom: 5px;
}
.single-item {
  display: flex;
  text-align: center;
  margin-top: 20px;
}
i.ubermenu-sub-indicator.fas.fa-angle-down {
  margin-right: 35px;
}
.title-single h2 {
    color: #ffc000 !important;
    font-size: 18px;
    margin-bottom: 20px;
}
section.single-page.container {
  display: flex;
}
.single_text {
  margin-top: 60px;
  text-align: justify;
}
.single_text ul {
    margin: 10px 0;
    font-size: 16px;
    color: #484848;
}
.single_text p {
    font-size: 16px;
    margin: 10px 0;
    color: #484848;
}
.single_text h2 {
    font-size: 20px;
    margin: 20px 0;
    color: #484848;
}
.single_text a {
    padding: 2px 8px;
    background: #f3f4fc;
    color: #fbc608;
    border-radius: 25px;
    margin: 10px 5px;
}
element.style {
  text-align: justify;
}
.title-same {
  display: flex;
  font-size: 15px;
  justify-content: center;
  margin-top: 150px;
}
.title-same::before{
  content: "";
  width:20% ;
  border-bottom: 2px solid #f1f2f4; 
  margin: 0 20px;
} 
.title-same h5{
  color: #255182;
  font-size: 20px;
}

  .title-same::after{
  content: "";
  width:20%  ;
  border-bottom: 2px solid #f1f2f4;  
  margin: 0 20px;
}
#breadcrumbs {
  margin: 15px 0;
}
#breadcrumbs {
  color: #484848;
}
#breadcrumbs a {
  background: #fbc608;
  border-radius: 10px 5px 10px 5px;
  padding: 2px 10px;
  box-shadow: 2px 0px 2px #484848;
}
.breadcrumb_last {
  background: #fbc608;
  border-radius: ;
  border-radius: 10px 5px 10px 5px;
  padding: 2px 10px;
  box-shadow: 2px 0px 2px #484848;
}
.breadcrumb-page {
    DISPLAY: flex;
    width: 100%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) 
{
.top-hedaer-right img {
  width: 150px;
}
.banner::after , .banner::before {
  display: none;
}
.main-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  place-content: center;
  padding-bottom: 15px;
}
.top-hedaer {
  display: flex;
  place-items: center;
  justify-content: space-between;
  margin-top: 0;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.logo-top {
  flex: 1 1 100%;
  margin: 0 auto;
}
.top-hedaer-right {
  margin-left: auto;
  margin-right: 0;
  flex: 0 1 84%;
}
		.product-info {
    flex: 1 !important;
    width: 100%;
    text-align: center;
    padding: 2rem 0;
}
	.product-gallery-wrapper {
    width: 100%;
}
	.shop-guarantees {
    margin: 0 auto !important;
    width: 100%;
    overflow: hidden;
}
	.shop-guarantees ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid
;
    grid-template-columns: repeat(2, 50%);
    gap: 10px;
    justify-items: center;
    width: 100%;
    justify-content: center;
}
	.product-single-box {
    gap: 1rem 0 !important;
    flex-direction: column !important;
    padding: 0 !important;
}
.product-summary {
    flex: auto !important;
    gap: 0 !important;
    padding: 0 !important;
    width: 100%;
}
	.product-content-wrap {
    flex-direction: column !important;
    width: 100%;
    overflow: hidden;
    gap: 0 !important;
}
	main#main {
    display: flex
;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
    ul.tabs.wc-tabs li {
        background: #fff;
        padding: 5px 0 !important;
        display: inline-block;
        font-size: 12px !important;
        width: 100% !important;
        text-align: center;
        align-self: anchor-center;
        border-bottom: 2px solid #ffac32;
        border-radius: 10px;
        margin: 5px;
    }
	ul.tabs.wc-tabs {
    display: flex
;
    width: 100%;
    place-content: space-around;
    padding: 1rem;
    border-radius: 1rem;
}
.top-hedaer-left {
  display: flex;
  flex-direction: row-reverse;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.logo-top a figure img {
  width: 50%;
  display: block;
  margin: 0 auto;
  height: 50px;
  object-fit: contain;
}
.login a span {
  display: none;
}
.button-menu img {
  width: 12px;
  margin-left: 5px;
}
.button-menu ul {
  gap: 30px;
}
.top-hedaer-right ul {
  display: block;
  flex-direction: row;
  place-items: center;
}
.button-menu {
  margin-top: 0;
  padding-bottom: 5px;
  width: fit-content;
  position: absolute;
  top: 0;
}
.button-menu ul li a {
  font-size: 10px;
  gap: 5px;
}
	.products-grid {
    grid-template-columns: repeat(2, 1fr);
}
.top-hedaer-left li {
  color: #818081;
  font-size: 10px;
}
img.gif {
  position: absolute;
  top: 1px;
  width: 13px;
  left: 13px;
}

	button.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-minimal.ubermenu-loc-.ubermenu-responsive-toggle-content-align-right.ubermenu-responsive-toggle-align-full.ubermenu-responsive-toggle-icon-only i, .top-hedaer-left ul li.login a i {
    font-size: 20px;
}
#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {
  height: 38px !important;
}
#ajaxsearchpro1_1 .probox .promagnifier div.innericon, #ajaxsearchpro1_2 .probox .promagnifier div.innericon, div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
  width: 35px;
  height: 38px !important;
}
.asp_w_container_1 {
  width: 111% !important;
  margin: 0px 14px;
}
    ul#new-car li {
        width: 80%;
        display: block;
        margin-bottom: 1rem;
    }
    ul#new-car li a img {
        width: 100%;
        display: block;
        padding: 0 !important;
        height: 90px;
        border-radius: 2rem;
        mix-blend-mode: multiply;
        margin: 0 auto;
    }
	ul#new-car {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    gap: 0;
    overflow: hidden;
    align-items: center;
}
#home-slider {
  margin-top: -40px;
}

.categorys {
  font-size: 10px;
  margin-top: 20px;
}
.filter-search {
        gap: 0;
        width: 100%;
        top: 0;
    }
    .banner-page {
        background-size: cover !important;
        background-attachment: unset !important;
        background-repeat: no-repeat;
        background-position: center;
    }
    .search-box h4 {
    padding: 10px 4px;
    background: #f9f9f9d9;
}
select#ofproduct_cat {
    width: auto;
    height: auto;
}
	.category-box {
    max-width: 170px !important;
}
.filter-title {
  font-size: 15px;
  margin-top: -20px;
}
.searchandfilter ul {
  gap: 10px;
}
input[type="text"] {
  width: 100px;
  height: 27px;
  border: 1px solid;
}
select#ofcategory {
  width: 100px;
  height: 27px;
    border: 1px solid;
}
select#ofpost_tag {
  width: 100px;
  height: 27px;
  border: 1px solid;
}
  form.searchandfilter {
    margin: 13px 0;
  }
  input[type="submit"] {
    top: 57%;
    left: 36%;
    width: 100px;
    height: 27px;
    border: 1px solid;}
  

  .title-bestseller h2 {
    font-size: 11px;
  }
.title {
  display: flex;
  font-size: 13px;
  justify-content: center;
}
button.btn17 {
  padding: 5px 35px;
  font-size: 10px;
}
#bestseller-item .owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0,0,0);
  margin: 6px 10px 0px 7px;
}
        .berands-category figure img {
          width: 100%;
          height: auto;
        }
ul#top-brands img {
  width: 100%;
  height: 45px;
}
ul#top-brands {
  gap: 2px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.categorys figure img {
  width: 100%;
}
.berands-category {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.owl-carousel.owl-rtl.owl-loaded.owl-drag {
  margin-bottom: 20px;
}
ul#top-brands {
  display: grid;
  gap: 20px;
  flex-direction: column;
  grid-template-columns: repeat(2,auto);
}
.q-left-side img {
  width: 180px;
}
.q-right-side details {
  margin: 17px 20px;
  font-size: 10px;
}
.q-right-side p {
  margin: 10px 0;
  font-size: 7px;
  text-align: justify;
}
  .q-button {
    padding: 5px 31px;
    font-size: 8px;
    margin: 0px 20px;
  }
    .textwidget.custom-html-widget ul a li {
    text-align: center;
  }
.footer-rows {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    place-items: center;
    padding-bottom: 50px;
    margin: 0px 20px;
  }

  .item-footer {
    place-content: center;
    width: 100%;
    font-size: 12px;
    min-height: auto !important;
    gap: 2rem;
        margin: 1rem auto;
}
  .item-footer div img{
        max-height: 231px !important;
}
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0 auto !important;
}
  .widget-title {
    margin-bottom: 0;
    font-size: 13px;
  }
  .textwidget.custom-html-widget {
    line-height: 2rem;
  }
#menu-footer-menu {
  line-height: 2rem;
  text-align: center;
}
  .image.wp-image-766.attachment-medium.size-medium {
    width: 90px;
    margin-bottom: 20px;
  }
  .textwidget.custom-html-widget {
    line-height: 2rem;
  }
 .textwidget div {
  font-size: 13px;
  margin-top: 5px;
  text-align: justify;
}
  .footer {
    padding-top: 2rem;
    margin-bottom: -33px;
  }
.option-akande ul li {
  font-size: 9px;
}
.option-akande img {
  width: 21px;
  margin-left: 5px;
}
  .option-akande {
    padding-bottom: 1rem;
  }
.option-akande::before {
  content: '';
  width: 89%;
  height: 39px;
}
 .copyright {
  font-size: 6px;
  padding-bottom: 8px;
}
  .svg {
    margin-bottom: -44px;
  }
  .owl-nav i {
    padding: 7px 7px 0px 7px;
    font-size: 17px;
    border: 1px solid #0000002b;
  }
  .single-item {
    display: flex;
    text-align: center;
    margin-top: 20px;
    justify-content: center;
  }
  section.single-page.container {
    display: flex;
    flex-direction: column;
  }
  .single_text {
    margin: 0 20px;
    text-align: justify;
  }
  .single_text {
    margin: 0 20px;
    text-align: justify;
    font-size: 12px;
  }
  element.style {
    text-align: justify;
  }
.title-same {
    display: flex;
    font-size: 13px;
    justify-content: center;
  }
.thumb-best figure img {
  width: 155px;
  height: 155px;
}
.category-container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.more-best {
    padding: 5px 25px;
    font-size: 12px;
}
.pegination {
  font-size: 12px;
}
#breadcrumbs {
  margin: 10px;
  font-size: 13px;
}
.title-best h1 a {
  font-size: 12px;
}
    .single_text {
  font-size: 11px;
   margin-top: -4rem;
}
  .single_text h2 {
  font-size: 17px;
}
  .single_text p {
  font-size: 13px;
}
  .single_text ul {
  font-size: 14px;
}
	aside.sidebar-products {
    width: 100% !important;
}
	    .banner-page {
        width: 100% !important;
    }
	.banner-page h1 {
    font-size: 25px !important;
}
}
 @media only screen and  (max-width: 959px) and (min-width: 577px)
{

.top-hedaer-right img {
  width: 150px;
}
.header{
  padding: 0 10px;
}
.banner::after , .banner::before {
  display: none;
}
.main-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  place-content: center;
  padding-bottom: 15px;
}
    .banner-page {
        background-size: cover !important;
        background-attachment: unset !important;
        background-repeat: no-repeat;
        background-position: center;
    }
	.category-box {
    max-width: 170px !important;
}
.top-hedaer {
  display: flex;
  place-items: center;
  justify-content: space-between;
  margin-top: 0;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.logo-top {
  flex: 1 1 100%;
  margin: 0 auto;
}
.top-hedaer-right {
  margin-left: auto;
  margin-right: 0;
  flex: 1 1 100%;}
.top-hedaer-left {
  display: flex;
  flex-direction: row-reverse;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 2px;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.logo-top a figure img {
  width: 50%;
  display: block;
  margin: 0 auto;
  height: 65px;
  object-fit: contain;
}
.login a span {
  display: none;
}
.button-menu img {
  width: 12px;
  margin-left: 5px;
}
.button-menu ul {
  gap: 30px;
}
.top-hedaer-right ul {
  display: block;
  flex-direction: row;
  place-items: center;
}
.button-menu {
  margin-top: 0;
  padding-bottom: 5px;
  width: fit-content;
  position: absolute;
  top: 0;
}
.button-menu ul li a {
  font-size: 10px;
  gap: 5px;
}
.top-hedaer-left li {
  color: #818081;
  font-size: 10px;
}
.asp_w_container_1 {
  width: 200%;
}
img.gif {
  position: absolute;
  top: 5px;
  width: 29px;
  left: 25px;
}
.hand {
  width: 46px;
  position: absolute;
  left: 264px;
}

.categorys figure img {
  width: 205px;
}
.categorys {
  font-size: 14px;
  margin-top: 50px;
}
.filter-search {
  margin-bottom: 40px;
}
.filter-title {
  margin-top: -4rem;
  padding-top: 70px;
}
  .search-box {
  margin-top: -2rem;
  }
  .searchandfilter ul {
  gap: 0px;
}
form.searchandfilter {
  margin: 22px 0;
}
  .searchandfilter li {
  padding: 5px;
}
input[type="text"] {
  width: 180px;
  height: 36px;
  border: 2px solid;
}
select#ofcategory {
  width: 180px;
  height: 36px;

}
select#ofpost_tag {
  width: 180px;
  height: 36px;
  border: 2px solid;}
form.searchandfilter {
  margin: 22px 0;
}
input[type="submit"] {
  top: 61%;
  left: 35.5%;
  width: 180px;
  height: 36px;
}
.berands-category {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.berands-category figure img {
  width: 100%;
}
ul#top-brands {
  display: grid;
  gap: 20px;
  flex-direction: column;
  grid-template-columns: repeat(2,auto);
}
ul#top-brands img {
  width: auto;
  height: 85px;
}
.q-right-side details {
  font-size: 13px;
  margin-right: 20px;
}
.q-left-side img {
  width: 322px;
}
.q-right-side p {
  margin: 20px 0;
  font-size: 9px;
}
.q-button {
  padding: 5px 50px;
  font-size: 15px;
  margin-right: 20px;
}
.footer {
  padding-top: 1rem;
  margin-bottom: 6px;
}
.footer-rows {
  margin-right: -22px;
  margin-left: 29px;
}
.item-footer {
  font-size: 12px;
}
.svg {
  margin-bottom: -49px;
}
.widget-title {
  margin-bottom: 0rem;
  font-size: 13px;
}
.textwidget div {
  font-size: 10.5px;
}
.image.wp-image-766.attachment-medium.size-medium {
  width: 92px;
}
.option-akande img {
  width: 30px;
  margin-left: 5px;
}
.option-akande ul li {
  padding: 10px 10px;
  font-size: 12px;
}
.option-akande::before {
  width: 88%;
  height: 50px;
}
.copyright {
  font-size: 9px;
}

}

@media only screen and (max-width: 1080px) and (min-width: 959px){
.product-content-wrap {
    flex-direction: column !important;
    width: 100%;
}
	.product-summary {
    flex: auto !important;
    width: 100%;
}
	aside.sidebar-products {
    width: 100% !important;
}
 .header{
display:block; }
 .banner::after , .banner::before {
  display: none;
}
 .top-hedaer-right ul {
  display: block;
  margin-left: 20px;
}
.logo-top {
  flex: 0 1 21.5%;
}
.svg {
  margin-bottom: -104px;
}
.option-akande::before {
  height: 47px;
}
  ul#top-brands {
  grid-template-columns: repeat(4,auto);
    gap:15px;
}
  
  ul#top-brands img {
  width: auto;
  height: 69px;
}
  input[type="text"] {
width: 250px;
  height: 36px;
  border: 2px solid;
}
select#ofcategory {
width: 250px;
  height: 36px;

}
select#ofpost_tag {
width: 250px;
  height: 36px;
  border: 2px solid;}
form.searchandfilter {
  margin: 22px 0;
}
input[type="submit"] {
  top: 61%;
  left: 35.5%;
width: 250px;
  height: 36px;
}
  .searchandfilter ul {
  gap: 30px;
}

	
} 


/* Medium (تا 992px) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

/* Large (تا 1200px) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* XL (تا 1400px) */
@media (min-width: 1400px) {
  .container {
    max-width: 1177px; /* مقدار سفارشی تو */
  }
}

/* XXL (صفحه‌های فوق عریض) */
@media (min-width: 1600px) {
  .container {
    max-width: 1300px; /* می‌تونی تغییرش بدی */
  }
} 






