/*
Theme Name: sarmabox-theme-custom
Theme URI: sarmabox.com
Author: Sawar
Description: قالب اختصاصی وردپرس برای سرماباکس
Version: 1.0
Text Domain: vahidyadak
*/

html{
  scroll-behavior: smooth;

  margin-top: -7px !important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
 

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
body {
  font-family: iranyekan, sans-serif !important;
  direction: rtl;
  margin: 0;
  padding: 0;
  color: #333;
  background: linear-gradient(62deg, #ffffff, #4499ff8a);
  line-height: 1.8;
}
.container {
  max-width: 1177px;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;

}
header {
  position: relative;
  top: 0;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.3s ease;
  width: 95%;
  margin: 0 auto;
  
}

header.scrolled .logo a img{

transform: scale(0.7); /* کوچک‌شدن نرم */
  object-fit: cover;
  transition: height 0.3s ease;

}
header.scrolled .main-menu{
visibility: hidden;
opacity: 0;}
/* بخش بالای هدر */
.header-top {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
max-width: 1200px;
margin: 0 auto;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.064);
border-radius: 2rem;
background: linear-gradient(225deg, #ffffff, #c6e0ff);
margin-top: 1rem;
overflow: hidden;
}
.site-header li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-custom.ubermenu-item-has-children.ubermenu-item-61.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto.ubermenu-has-submenu-drop.ubermenu-has-submenu-mega {
  margin-left: 40px !important;
}
/* لوگو */
.site-header .logo img {
width: 150px;
height: auto;
}

/* جستجو */
.header-search {
flex-grow: 1;
display: flex;
justify-content: center;
}
#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
width: 70% !important;
margin: 0 auto !important;
}
#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox{
width: 100% !important;
}
div.asp_main_container {
display: flex !important;
gap: 10px;
align-items: center;
}
div#wpdreams_asp_settings_1 {
  position: absolute;
  background: #fff9f999;
  z-index: 9999;
  bottom: 100px;
  width: min-content;
  border-radius: 1rem;
  backdrop-filter: blur(9px);
  left: 0;
  right: 32%;
  margin: 0 auto;
}
fieldset.asp_s_btn_container {
  background: #e4e4e4 !important;
  width: 100%;
  border-radius: 1rem;
}
aside.shop-sidebar {
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  height: fit-content;
  position: sticky;
  top: 0;
}
.prosettings {
position: relative;
}
.prosettings::before {
content: "انتخاب دسته بندی";
font-size: 12px;
width: 100px;
position: absolute;
right: -100px;
bottom: 12px;
color: #5c5c5c;
}
div.asp_select_box {
min-width: 180px; /* عرض فیلتر دسته‌بندی */
max-width: 200px;
flex-shrink: 0;
}

input.orig {
flex-grow: 1;
min-width: 300px; /* عرض فیلد جستجو */
}
/* استایل عمومی مدال مینی کارت */
#cart-modal {
display: none;
position: fixed;
top: 8rem;
left: 2rem;
background: #fff;
width: 350px;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
z-index: 9999;
transition: opacity 0.3s ease;
}
del {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-decoration: 3px darkred line-through !important;
}
ins {
    text-decoration: none;
}
a.remove.remove_from_cart_button {
font-size: 12px;
border-radius: 50%;
padding: 0px 6px;
color: #ff0000;
vertical-align: middle;
align-items: center;
display: inline-flex
;
}
#cart-modal .cart-modal-content {
position: relative;
}

#cart-modal .close-cart-modal {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
color: #333;
cursor: pointer;
transition: color 0.3s;
}

#cart-modal .close-cart-modal:hover {
color: #f44336;
}

#cart-modal .cart-modal-content {
padding-right: 40px; /* برای فضای کافی برای دکمه بستن */
}

/* طراحی برای محتوای مینی کارت */
#mini-cart-content {
height: 200px;
overflow-y: auto;
object-fit: contain;
font-size: 10px;
}
li.woocommerce-mini-cart-item.mini_cart_item {
  width: 100%;
  display: flex
;
}
div#mini-cart-content img {
display: block;
width: 30%;
height: fit-content;
object-fit: contain;
}
p.woocommerce-mini-cart__buttons.buttons {
display: flex
;
width: 100%;
place-content: space-evenly;
margin-top: 6px;
}
.mini-cart-item {
display: flex;
align-items: center;
margin-bottom: 15px;
padding: 10px;
border-bottom: 1px solid #f1f1f1;
}

.mini-cart-item img {
width: 60px;
height: 60px;
object-fit: cover;
margin-right: 15px;
border-radius: 5px;
}

.mini-cart-item .item-details {
flex-grow: 1;
}

.mini-cart-item .item-details .item-name {
font-weight: 600;
color: #333;
}

.mini-cart-item .item-details .item-quantity {
color: #777;
}

.mini-cart-item .item-actions {
display: flex;
justify-content: space-between;
align-items: center;
}

.mini-cart-item .item-actions button,
.mini-cart-item .item-actions .remove-item {
background-color: transparent;
border: none;
color: #f44336;
font-size: 18px;
cursor: pointer;
transition: color 0.3s;
}

.mini-cart-item .item-actions button:hover,
.mini-cart-item .item-actions .remove-item:hover {
color: #d32f2f;
}

/* انیمیشن‌های باز و بسته شدن مدال */
#cart-modal.fadeIn {
opacity: 1;
}

#cart-modal.fadeOut {
opacity: 0;
}

/* استایل هنگام هاور */
.cart-link:hover {
background-color: #f1f1f1;
border-radius: 5px;
}


/* لینک‌ها و آیکون‌ها */
.header-actions {
display: flex;
align-items: center;
gap: 20px;
}

/* آیکون سبد خرید */
.cart-link {
font-size: 15px;
color: #333;
text-decoration: none;
display: flex;
align-items: center;
gap: 5px;
}
.cart-link .cart-count {
background-color: #813939;
color: #fff;
font-size: 11px;
padding: 4px 8px;
border-radius: 50%;
margin-left: 8px;
}
/* استایل کلی مدال */
.vtol-modal {
display: none; /* پیش‌فرض پنهان */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
padding: 50px 15px;
overflow-y: auto;
}

/* محتوای مدال */
.vtol-modal-content {
background-color: #fff;
margin: 15% auto;
padding: 20px;
border-radius: 10px;
width: 100%;
max-width: 500px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* دکمه بستن مدال */
.vtol-close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}

.vtol-close:hover,
.vtol-close:focus {
color: black;
text-decoration: none;
}

/* فرم ورود */
#vtol-login-form {
display: flex;
flex-direction: column;
gap: 10px;
}

#vtol-login-form input {
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 5px;
width: 100%;
box-sizing: border-box;
}

#vtol-login-form button {
padding: 10px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s;
}

#vtol-login-form button:hover {
background-color: #0056b3;
}

/* پیام و شمارش معکوس */
#vtol-message {
margin-top: 15px;
color: #f44336;
font-size: 14px;
}

#vtol-countdown {
margin-top: 10px;
font-size: 16px;
font-weight: bold;
color: #28a745;
text-align: center;
}

/* استایل برای زمانی که مدال فعال است */
.vtol-modal.show {
display: block;
}

/* آیکون حساب کاربری */
.account-link {
font-size: 15px;
color: #333;
text-decoration: none;
}
.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    color: #ffffff;
    text-shadow: 1px 0px 5px BLACK;
    background-color: #0e0e0e21  !important;
    border-radius: 0;
    font-family: 'SadganBlack', sans-serif;
    border: 3px solid #fff;
}
.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    margin-top: 0;
    max-height: 380px !important;
    display: flex !important;
    flex-wrap: nowrap;
    place-content: space-between;
    gap: 0px;
    direction: ltr;
    background: linear-gradient(225deg, #f9f9f9, #aed3ff);
    border-radius: 10px;
    margin-top: 50px !important;

}
.ubermenu .ubermenu-submenu .ubermenu-column-auto {
    min-width: 100px;
    width: auto;
    max-width: 175px !important;
}
.ubermenu .ubermenu-nav .ubermenu-column-full {
  width: 20% !important;
  margin: 0 auto;
}
/* محدود کردن ارتفاع کل مگا منو و فعال کردن اسکرول عمودی */
.ubermenu-submenu.ubermenu-submenu-drop {
overflow-y: auto;        /* فعال کردن اسکرول عمودی */
overscroll-behavior: contain; /* جلوگیری از اسکرول همزمان صفحه */
}

/* استایل اسکرول برای مرورگرهای وب‌کیت (کروم، سافاری) */
.ubermenu-submenu.ubermenu-submenu-drop::-webkit-scrollbar {
width: 15px;             /* پهنای اسکرولبار */
}

.ubermenu-submenu.ubermenu-submenu-drop::-webkit-scrollbar-thumb {
background-color: #555;  /* رنگ دسته اسکرول */
border-radius: 5px;      /* گرد کردن گوشه‌ها */
}

/* استایل اسکرول برای فایرفاکس */
.ubermenu-submenu.ubermenu-submenu-drop {
scrollbar-width: thin;
scrollbar-color: #555 transparent;
}
ul.ubermenu-submenu.ubermenu-submenu-id-128.ubermenu-submenu-type-auto.ubermenu-submenu-type-stack {
  background: #f0f8ff6e;
  padding: 13px;
  border-radius: 1rem;
}
li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-custom.ubermenu-item-has-children.ubermenu-item-359.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto.ubermenu-has-submenu-drop.ubermenu-has-submenu-mega{
  width: 200px;
  display: flex;
  float: right;
  background: linear-gradient(225deg, #8ac1e9, #4471a7);
}

li.ubermenu-item.ubermenu-item-type-taxonomy.ubermenu-item-object-product_cat.ubermenu-item-has-children.ubermenu-item-359.ubermenu-item-level-0.ubermenu-column.ubermenu-column-natural.ubermenu-has-submenu-drop.ubermenu-has-submenu-mega a {
  font-weight: 700;
}
#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
  background-image: -webkit-linear-gradient(180deg, rgb(122 183 255), rgb(175 206 222))!important; }
/* منو اصلی */
.main-menu {
display: flex;
background:linear-gradient(225deg, #f9f9f9, #aed3ff);
overflow: hidden;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
width: 80%;
margin: 0 auto;
border-radius: 0 0 1rem 1rem;
}

/* استایل برای منوی اوبر */
.ubermenu {
display: flex;
justify-content: center;
gap: 30px;
}

.ubermenu li {
list-style-type: none;
}

.ubermenu li a {
text-decoration: none;
position: relative;
color: #333;
font-size: 12px;
font-weight: 600;
padding: 10px 15px;
transition: color 0.3s;
}
.ubermenu li a::before {
position: absolute;
content: "";
height: 20px;
width: 2px;
background-color: #000000;
border-left: 1px solid #000 !important;
left: 0;
}
.ubermenu .ubermenu-submenu .ubermenu-column-auto {
    min-width: 100px;
    width: auto;
    flex: 1 1 auto;
}
.rtl .ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
left: -35px !important;
}
.ubermenu li:last-child a::before, .ubermenu li:first-child a::before {
opacity: 0;}
.ubermenu li:nth-child(1) a {
border-left: solid 0px !important;
}
li#menu-item-61 {
padding: 0 0 0 4rem;
border-left: 2px solid #ccc;
}

.ubermenu li a:hover {
color: #ff6f00;
}
ul.ubermenu-submenu.ubermenu-submenu-id-61.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-center {
background: #efefef;
margin-top: 1rem;
overflow: hidden;
border-radius: 1rem;
}

/* اسلایدر */
.slider {
position: relative;
width: 100%;
height: auto;
margin-top: -12.1%;
}
.slider-image {
width: 100%;
height: auto;
object-fit: cover;
}

.slider-text {
	display:none;
  position: absolute;
  top: 20%;
  left: 0;
  padding: 10px 20px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  font-family: 'SadganBlack', sans-serif;
  max-width: 40%;
  overflow: hidden;
}

.slider-button {
position: absolute;
bottom: 32%;
right: 6%;
display: flex
;
}

.btn-shop {
  color: white;
  padding: 15px 35px;
  border-radius: 12px;
  font-size: 27px;
  font-weight: 600;
  text-decoration: none;
}
/* دسته‌بندی‌ها */
.categories {
padding: 35px 0;
margin-top: -16rem;
z-index: 1;
position: relative;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.category-grid {
display: grid
;
gap: 2rem;
justify-items: center;
grid-template-columns: repeat(4, 220px);
justify-content: center;
}
.category-item {
background-color: #ffffffa8;
border-radius: 10px;
padding: 10px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
place-content: center;
display: flex;
backdrop-filter: blur(5px);
width: 100%;
}
.category-image {
width: 100px;
height: 100px;
object-fit: contain;
margin-bottom: 15px;
}

.category-title {
font-size: 16px;
font-weight: 600;
color: #333;
}
.shop-intro-box {
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2.5rem;
  font-family: "IRANSans", sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.shop-intro-container {
  max-width: 900px;
  margin: 0 auto;
  direction: rtl;
  color: #333;
}

.shop-intro-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1d3557;
  margin-bottom: 1.2rem;
  text-align: center;
}

.shop-intro-text {
  font-size: 1.05rem;
  line-height: 2;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.shop-intro-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.shop-intro-list li {
  padding: 0.4rem 0;
  font-size: 1rem;
  line-height: 1.8;
  border-bottom: 1px dashed #ddd;
}

.shop-intro-highlights {
  background: #fff;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-bottom: 1.5rem;
}

.shop-intro-highlights ul {
  list-style: none;
  padding: 0;
}

.shop-intro-highlights li {
  padding: 0.3rem 0;
  font-weight: 500;
  color: #2a9d8f;
}

.shop-intro-footer {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  color: #444;
}

/* دیگر بخش‌ها */
.about {
padding: 60px 0;
}
.cursor-soft {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: background 0.2s;
}

.blob-container {
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.blob {
  width: 100%;
  height: 100%;
  background: url('img/about-cover.png') center/cover no-repeat;
  border-radius: 50% 40% 60% 50% / 50% 60% 40% 50%;
  animation: blobMove 5s infinite ease-in-out;
  -webkit-mask-image: radial-gradient(circle at center, black 70%, transparent 100%);
  mask-image: radial-gradient(circle at center, black 70%, transparent 100%);
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;}

@keyframes blobMove {
  0%, 100% {
    border-radius: 50% 40% 60% 50% / 50% 60% 40% 50%;
  }
  25% {
    border-radius: 40% 60% 50% 70% / 60% 40% 70% 50%;
  }
  50% {
    border-radius: 60% 50% 40% 60% / 50% 70% 40% 60%;
  }
  75% {
    border-radius: 50% 60% 50% 40% / 60% 50% 60% 40%;
  }
}
.about-container {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
}
.about-image {
width: 40%;
display: block;
margin: 0 auto;
}
.about-text {
text-align: center;
margin-bottom: 40px;
max-width: 50%;
}
ul.about-list {
text-align: justify;
max-width: 85%;
}

.about-text h2 {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
text-align: right;
margin-bottom: 2rem;
color:#0da4ff;

}
.about-text h2 span {
color: #ff7400;
}
.about-text p {
color: #000000;
font-size: 13px;
font-weight: 500;
line-height: 2;
}

.about-image img {
width: 100%;
height: auto;
object-fit: cover;
}
ul.about-list li {
  display: block;
  margin: 10px auto;
}

/* پیشنهاد ویژه */
.special-offers {
padding: 60px 0;
background-color: #FFFAF0;
}

/* بنرها */
.banners {
padding: 5px 0;
position: relative;
}
.sarma-banners {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin: 20px 0;
margin:0 auto;
overflow: hidden;
}

.banner-image {
width: calc(50% - 10px);
height: auto;
border-radius: 12px; /* دلخواه */
object-fit: cover;
}
.contact-widget {
    display: flex
;
    flex-direction: column;
    place-content: center;
    align-items: center;
    padding: 1rem;
    flex-wrap: wrap;
    line-height: 1.4;
}

/* استایل کلی سکشن پرفروش*/
.title-best {
  position: relative;
  float: right;
  padding: 6rem 2rem;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  background: #7294ba;
  border-radius: 5rem 0 0 5rem;
  margin-left: 2em;
  z-index: 111;
  border: 3px solid #fff;
}
.title-best::before {
  content: "";
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #7294ba;
  border: 3px solid #fff;
  border-left: none;
}

.owl-item {
  padding: 5px !important;
}
.best-sellers .product-card {
  background: #fff;
  box-shadow: 0 0 10px 2px #cccccc2b;
  border: none !important;
  border-radius: 10px;
}
section.products-grid .detail-card {

    min-width: 177px !important;

}
section.best-sellers {
  margin-bottom: 2rem;
  background: #7aa4d3;
  padding-bottom: 2rem;
  position: relative;
}
/* عنوان بخش */
.title-best h2 {
  font-size: 2rem;
  min-height: 140px;
  text-align: center;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
  z-index: 111;
  font-family: 'SadganBlack', sans-serif;
max-width: 200px;
  overflow: hidden;
}
.best-sellers .product-price {
  color: #c52e2e;
  font-weight: bolder;
  font-size: 13px;
display:flex;
flex-direction:column;
}
.title-best a i {
  font-size: 15px;
  margin-top: 4px;
}
.title-best a {
  display: flex;
  font-size: 15px;
  align-items: center;
  padding: 5px;
  gap: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
}


/* اسلایدر محصولات */
.best-sellers .owl-carousel .product {
padding: 1rem;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.07);
transition: transform 0.3s ease;
}

.best-sellers .owl-carousel .product:hover {
transform: translateY(-6px);
}
.flex-control-thumbs {
    display: flex
;
    place-content: center;
    list-style: none;
    border-top: 1px solid #dcdef3;
    width: 100%;
}
.flex-control-thumbs img {
    max-width: 100px !important;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    position: relative;
}
a.woocommerce-product-gallery__trigger {
    position: absolute;
    bottom: 28px;
    z-index: 111;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100px;
    opacity: 0;
}
.product-gallery-wrapper {
    max-width: 410px;
    display: flex
;
    overflow: hidden;
    place-content: center;
}
/* عکس محصول */
.best-sellers .owl-carousel .woocommerce-LoopProduct-link img {
border-radius: 8px;
max-height: 180px;
object-fit: cover;
}

/* نام محصول */
.best-sellers .owl-carousel .woocommerce-loop-product__title {
  font-size: 0.8rem !important;
  font-weight: 600;
  color: #222;
  text-align: center;
}
h2.woocommerce-loop-product__title {
    font-size: 15px !important;
}
.detail-card {
    min-height: 130px;
    overflow: hidden;
    min-width: 100%;
    max-width: min-content;
        margin: 0 auto;
}
/* قیمت */
.best-sellers .price {
color: #00a800;
font-weight: bold;
text-align: center;
display: block;
margin-top: 0.5rem;
}

/* دکمه افزودن به سبد */
.best-sellers .add_to_cart_button {
display: block;
margin: 1rem auto 0;
background: #ff4c00;
color: #fff;
padding: 0.5rem 1rem;
border-radius: 25px;
font-size: 0.9rem;
transition: background 0.3s ease;
text-align: center;
}

.best-sellers .add_to_cart_button:hover {
background: #e84300;
}


.wide-banner {
padding: 30px 0;
position:relative;
overflow: hidden;
}

.wide-banner-image {
width: 100%;
height: auto;
border-radius: 10px;
}

/* لوگوها */
.brands {
padding: 60px 0;
display: flex;
justify-content: center;
gap: 40px;
}
.product-price del {
  font-size: 11px;
  text-decoration: 2px line-through red !important;
}
.logo-nissans {
  display: flex
;
  gap: 5px;
  place-content: space-evenly;
  min-width: 100%;
}
.brand-logo {
  height: 90px;
  width: 100%;
  object-fit: contain;
}
/* صفحه حساب کاربری    */
.woocommerce-MyAccount-navigation {
margin-bottom: 30px;
border-right: 1px solid #eee;
float: right;
width: 25%;
}
form.woocommerce-EditAccountForm.edit-account {
  display: flex
;
  flex-direction: column;
  flex-wrap: wrap;
  clear: both;
}
fieldset {
  border: none;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
}

.woocommerce-MyAccount-navigation li {
margin: 0;
}

.woocommerce-MyAccount-navigation a {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #333;
border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation a:hover {
background: #f9f9f9;
}

.woocommerce-MyAccount-content {
float: left;
width: 70%;
}

.container.my-account-page {
max-width: 800px;
margin: 50px auto;
padding: 20px;
background: #fff;
border-radius: 10px;
}

.account-login-box,
.account-dashboard-box {
padding: 20px;
}

.account-login-box h2,
.account-dashboard-box h2 {
margin-bottom: 20px;
font-size: 22px;
color: #444;
}
section.products-grid .product-price {
    display: flex
;
    flex-direction: column;
}
/* استایل برای گرید محصولات */
.products-grid {
padding: 40px 0;
font-family: 'IRANYekan', sans-serif;
}
.products-grid .product-inner {
display: flex;
flex-direction: row;
gap: 20px;
align-items: center;
padding: 5px;
background: #fff;
transition: transform 0.3s ease;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  overflow: hidden;
  background: #ffffffbd;
  backdrop-filter: blur(7px);
  border-radius: 1rem;
}

.products-grid .product {
display: flex;
flex-direction: row-reverse;
gap: 20px;
align-items: center;
padding: 25px;
background: #fff;
border-left: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
transition: transform 0.3s ease;
}

.products-grid .product:hover {
transform: translateY(-4px);
}

.products-grid .product .woocommerce-LoopProduct-link {
display: flex;
flex-direction: row-reverse;
gap: 20px;
align-items: center;
text-decoration: none;
}

.products-grid .product img {
width: 100%;
height: auto;
flex-shrink: 0;
}

.products-grid .product .product-info {
flex: 1 1 100%;
display: flex;
flex-direction: column;
gap: 10px;
text-align: right;
width: 100%;
}

.products-grid .product h2, .products-grid .product .woocommerce-loop-product__title {
font-size: 12px;
margin: 0;
font-weight: 600;
color: #212121;
}

.products-grid .star-rating {
font-size: 14px;
color: #ffc107;
direction: ltr;
display: inline-block;
}

.products-grid .price {
  font-size: 15px;
  font-weight: 100;
  color: #0d47a1;
  -webkit-text-stroke-width: thin;
}

.products-grid .price del {
  font-size: 14px;
  color: #000000;
  margin-left: 5px;
}

.products-grid .add_to_cart_button, .products-grid .button {
  background: #ffc107 !important;
  color: #000 !important;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px !important;
  display: block;
  transition: all 0.3s ease;
  font-size: 10px !important;
  text-align: center;
}

.products-grid .button:hover {
background: #ff9800;
color: #fff;
}

.pagination ul {
list-style: none;
display: flex;
gap: 6px;
padding: 0;
margin: 20px 0;
flex-wrap: wrap;
}

.pagination li a,
.pagination li span {
display: inline-block;
padding: 6px 10px;
border: 1px solid #ccc;
text-decoration: none;
color: #333;
border-radius: 4px;
}

.pagination li .current {
background-color: #333;
color: #fff;
border-color: #333;
}
ul.products.columns-4 {
display: flex;
flex-wrap: wrap;
place-content: center;
}


ul.products.columns-4 .product-card {
width: 30%;
flex: 0 1 30%;
}
.woocommerce-ordering {
margin: 20px 0;
}

.woocommerce-ordering select {
font-family: 'Roboto', sans-serif;
color: #333;
font-weight: 500;
border-radius: 50px;
padding: 0.75rem 1.25rem;
background-color: #f9f9f9;
border: 2px solid #ddd;
transition: all 0.3s ease;
cursor: pointer;
}

.woocommerce-ordering select:hover {
border-color: #007cba;
box-shadow: 0 2px 8px rgba(0, 124, 186, 0.3);
}

.woocommerce-ordering select:focus {
border-color: #007cba;
outline: none;
box-shadow: 0 2px 8px rgba(0, 124, 186, 0.3);
}

.woocommerce-ordering label {
font-size: 1rem;
font-weight: 600;
color: #333;
margin-right: 0.5rem;
margin-bottom: 0;
}
.shop-thumbnail {
position: relative;
width: 100%;
margin-bottom: 2rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
	    margin-top: 2rem;
}

.shop-thumbnail img {
    height: 420px !important;
    object-fit: contain;
    width: min-content;
    object-position: top;
    border-radius: 2rem;
}
.thumbnail-image {
width: 100%;
height: auto;
max-width: 1200px; /* حداکثر عرض */
border-radius: 8px;
box-shadow: 0 4px 10px rgb(0 0 0 / 3%);
	
}

.thumbnail-content {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: #fff;
max-width: 800px;
background-color: rgba(0, 0, 0, 0.5); /* پس‌زمینه نیمه‌شفاف برای خوانایی بهتر متن */
padding: 1.5rem;
border-radius: 8px;
}

.thumbnail-title {
font-size: 2.5rem;
margin-bottom: 1rem;
font-weight: bold;
}

.thumbnail-description {
font-size: 1.1rem;
margin-bottom: 1.5rem;
}

.shop-now-button {
background-color: #ff6f61;
color: #fff;
font-size: 1.2rem;
padding: 12px 25px;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}

.shop-now-button:hover {
background-color: #e05d53;
}
.inner {
display: flex;
flex-direction: column;
gap: 2rem;
}

/* بنر بالای صفحه */
.banner-page {
position: relative;
border-radius: 12px;
overflow: hidden;
min-height: 250px;
display: flex;
align-items: flex-end;
justify-content: center;
padding: 1.5rem;
color: #fff;
text-shadow: 0 0 8px rgba(0,0,0,0.6);
background-position: center;
background-repeat: no-repeat;
}

/* برِدکرامب */
.breadcrumb {
list-style: none;
padding: 0;
margin: 0;
}

.breadcrumb li {
display: inline-block;
margin-left: 0.5rem;
opacity: 0;
transform: translateY(10px);
transition: all 0.4s ease;
}

.breadcrumb li.show {
opacity: 1;
transform: translateY(0);
}

/* تیتر اصلی صفحه */
.page-title {
font-size: 2rem;
font-weight: bold;
margin-bottom: 1rem;
text-align: center;
color: #333;
}

/* محتوای صفحه */
.page-content {
background: #fff;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* دایره تزئینی */
.grid-btn {
  background: #eee;
  border: 1px solid #ccc;
  padding: 6px 10px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 4px;
}
.grid-btn:hover {
  background-color: #ddd;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: contain;
}
img.attachment-medium.size-medium.wp-post-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product-thumb img {
  width: 148px !important;
  margin: 10px;
  border-radius: 10px;
}
section.products-grid .container div.product-grid .product-card {
  display: flex
;
  overflow: hidden;
  width: 100%;
}
p.woocommerce-mini-cart__empty-message {
  font-size: 1rem;
}
.toggle-btn.active svg {
  stroke: #ff6600;
}

.view-toggle {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  justify-content: flex-end;
}
.product-price del {
  color: darkred;
  text-decoration: 2px darkred line-through !important;
  font-weight: 300;
-webkit-text-decorations-in-effect: line-through;
}
.toggle-btn {
  background: #eee;
  border: none;
  padding: 0.5rem 0.8rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2rem;
}

.grid-btn.active {
  background: #ff6600;
  color: #fff;
}

.products-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.product-gallery {
    place-content: center;
}
.products-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
a.page-numbers {
  background: #d1d1d1;
  padding: 10px 17px;
  border-radius: 1rem;
  color: #000e8b;
  font-weight: 100;
  -webkit-text-stroke: medium;
}
span.page-numbers.current {
  background: #f0f0f0;
  padding: 10px 20px;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 100;
  -webkit-text-stroke: medium;
}
h2.title-top-level {
  display: none;
}
.tax-product_cat .shop-thumbnail img.thumbnail-image {
  display: none;
}
/* استایل برای فرم مرتب‌سازی داخل shop-content */
.shop-content form {
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  width: fit-content;
}

/* استایل برای select (لیست مرتب‌سازی) داخل shop-content */
.shop-content form select {
  padding: 10px;
  font-size: 1rem;
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 200px;
  font-family: Arial, sans-serif;
}

/* استایل برای حالت هاور */
.shop-content form select:hover {
  border-color: #ff6f00;
}

/* استایل برای گزینه‌های select */
.shop-content form select option {
  padding: 10px;
  font-size: 1rem;
  background-color: #fff;
  color: #333;
}

/* استایل برای حالت focus */
.shop-content form select:focus {
  border-color: #ff6f00;
  outline: none;
}

.grid-switcher{
text-align: left;
  margin-bottom: 1rem;
  width: max-content;
  margin-right: auto;
}
.product-summary {
  width: 60%;
  overflow: hidden;
  display: flex
;
  flex-direction: column;
}
#breadcrumbs {
  font-size: 0.95rem;
  font-weight: 500;
  color: #444;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 10px -4px rgb(0 0 0 / 27%);
  direction: rtl;
  text-align: right;
  width: 100%;
  margin: 50px auto;
}

#breadcrumbs a {
  color: #ff6600;
  text-decoration: none;
  transition: color 0.3s ease;
}

#breadcrumbs a:hover {
  color: #e05500;
  text-decoration: underline;
}

#breadcrumbs span {
  display: inline-block;
}

#breadcrumbs .breadcrumb_last {
  color: #666;
  font-weight: 600;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: #2a73c1;
  color: #fff;
  margin-top: 10px;
  border-radius: 1rem;
  font-size: 12px;
}
.product-single-box{
display: flex
;
  gap: 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px #ddd;
  flex-direction: row-reverse;
  order: -2;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  display: block;
  background: #12549b;
  width: 100%;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}
.bg-product {
  position: absolute;
  z-index: -1;
  top: -70px;
  width: 100%;
}

.best-sellers img.attachment-medium.size-medium.wp-post-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin: 0 auto;
}

/* ریسپانسیو */
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: #01357a !important;

}
.irs--round .irs-bar {

  background-color: #ffb815 !important;
}
.irs--round .irs-handle {
  border: 4px solid #c45800 !important;
  background-color: white !important;

}
.custom-top-wave {
  height: 10px;
  overflow: hidden;
  line-height: 0;
  margin: 0 auto 100px auto;
}

.custom-top-wave svg {
width: 100%;
height: 10px;
display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

path.elementor-shape-fill {
fill: #ffffff; /* نارنجی خوشرنگ */
}
.tow-wave path.elementor-shape-fill {
  fill: #7aa4d3;
}
.tow-wave {
  position: absolute;
  width: 100%;
  bottom: -9px;
  right: 0;
  margin: 0 !important;
}
.footer {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  display: block;
  place-items: center;
  place-content: center;
  padding-bottom: 5rem;
  overflow: hidden;
}
footer.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: #003b79;
  z-index: -1;
  top: 90px;
  border-radius: 40% 40% 0 0;
}
.item-footer {
  flex: 1 1 25%;
  max-width: 25%;
  overflow: hidden;
}
.footer-conteiner {
  background: linear-gradient(62deg, #fafcff, #dbebff);
  border-radius: 3rem;
}
div#first-item-footer img {
  width: 80%;
  display: block;
  margin: 0 15px;
}
footer .widget-item {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
      place-content: space-between;
}
.widget-item .menu li a {
  color: #000000;
  font-size: 15px;
  -webkit-text-stroke: thin;
  -webkit-text-stroke: thin;
}

.contact-widget p {
  display: flex;
  margin: 15px auto;
  font-size: 15px;
  -webkit-text-stroke: thin;
  color: #000000;
  width: 100%;
  place-items: center;
}
.contact-widget p a {
  width: 70%;
  display: block;
  text-align: left;
}
footer .widget-item img {
  width: 30%;
  display: block;
  height: 100px !important;
  object-fit: contain;
}
.about-footer {
display: flex;
flex-direction: column;
gap: 2rem;
margin-top: 1rem;
}
div#first-item-footer img {
width: 100%;
display: block;
margin: 0 auto;
padding: 8px;
border-radius: 1rem;
height: 200px !important;
object-fit: contain;
}

.footer-conteiner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 367px;
  z-index: -1;
  background-image: url(./img/shop-thumbnail.png);
  background-size: contain;
  background-position: 59% 27px;
  opacity: 0.3;
  background-repeat: no-repeat;
}
.widget-item .menu {
padding: 10px;
display: block;
}
.widget-item .menu li {
display: block;
padding: 5px;
text-align: center;
margin: 5px 0;
}
.widget-item div ul li img {
display: none;
}
div#first-item-footer {
  display: flex
;
  place-content: center;
  align-items: center;
  border-left: 2px dotted #c5c5c5;
  max-width: 20%;
  margin-left: 5%;
}
ul.footer-contacts li {
display: flex;
margin: 30px 0;
gap: 1rem;
place-content: center;
width: 100%;
}

.footer-conteiner {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  margin-top: 3rem;
  width: 100%;
  align-items: stretch;
  position: relative;
  z-index: 111;
}
.social-footer a i.fa-instagram {
  color: deeppink;
}
.social-footer a i.fa-whatsapp {
  color: green;
}
.social-footer a i {
  font-size: 30px;
}

.social-footer {
  width: max-content;
  display: flex;
  gap: 20px;
}
.save {
  width: 100%;
  background: #2a73c1;
  font-size: 8px;
  display: flex
;
  flex-direction: column;
  place-content: center;
  align-items: center;
}
span.copywrite {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  padding: 10px;
  font-size: 12px;
}
span.name-author {
  color: #ff7400;
  margin: 0 10px;
}
span.copywrite b {
font-weight: 900;
color: #760505;
-webkit-text-stroke: 0.5px;
margin: 5px;
font-size: 15px;

}
span.author {
  background: #084a90;
  width: 50%;
  flex: 1 1 auto;
  text-align: center;
  color: #ffffff;
  display: flex
;
  place-content: center;
  align-items: center;
  border-radius: 1rem;
}

span.name-author {
  color: #ff7400;
  margin: 0 10px;

}
.shop-guarantees {
  background: #2a73c1;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 25px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  order: -1;
position:relative;
}
.shop-guarantees::after {
  content: "" !important;
  width: 10px;
  height: 60%;
  background: #f7f7f7;
  position: absolute;
  right: -5px;
  top: 20px;
  z-index: 111;
  border-radius: 1rem;
}
.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: #ffffff;
  padding: 5px 0px;
  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 li:hover {
background: #eef6ff;
border-color: #b3d7ff;
}

.shop-guarantees .icon {
font-size: 20px;
margin-right: 10px;
color: #0073e6;
}
.contact-container {
display: flex;
flex-wrap: wrap;
gap: 2rem;
font-family: sans-serif;
background: #f9f9f9;
padding: 30px;
border-radius: 20px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-info,
.contact-form {
flex: 1 1 300px;
}

.contact-info h2,
.contact-form h2 {
color: #1d3557;
margin-bottom: 10px;
}

.contact-info p,
.contact-info a {
font-size: 16px;
color: #333;
line-height: 1.8;
}

.contact-info a {
text-decoration: none;
color: #2a9d8f;
}

.contact-form input,
.contact-form textarea {
width: 100%;
padding: 12px;
margin: 10px 0;
border-radius: 10px;
border: 1px solid #ccc;
font-size: 16px;
}

.contact-form button {
background: #2a9d8f;
color: #fff;
padding: 12px 20px;
border: none;
border-radius: 10px;
font-size: 16px;
cursor: pointer;
transition: background 0.3s ease;
}

.contact-form button:hover {
background: #21867a;
}

.map-container {
margin-top: 20px;
border-radius: 15px;
overflow: hidden;
}


.responsive-header {display:none;}

/* استایل واکنش‌گرا   */
@media screen and (max-width: 768px) {
.responsive-header {
      background-color: #ffffff;
      border-radius: 0 0 20px 20px;
      padding: 3px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      direction: ltr;
      display: flex;
      flex-wrap: wrap;
      place-content: center;
      width: 100%;
      position: relative;
      right: 0;
      left: 0;
      margin: 0 auto;
      border: 1px solid #f2f2f2;
      top: 7px;
  }
.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop, .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0>.ubermenu-submenu-drop {

	flex-wrap: wrap; !important}
	.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop, .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0>.ubermenu-submenu-drop {

    background: #fff !important;
}
     .blob-container {
    width: 100%;
}
  .contact-container {
  flex-direction: column;
}
.nissan-banners {
  flex-direction: column;
  place-content: center;
}
.banner-image {
  width: calc(100% - 10px);
}
.shop-guarantees li {
  font-size: 9px;}
.shop-guarantees ul {
  grid-template-columns: repeat(4, 90px);
  gap: 5px;}
/* استایل ردیف هدر */
  .header-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0;
      width: 100%;
  }

/* استایل لوگوی هدر */
.header-logo img {
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.header-logo {
  width: fit-content;
  margin: 0 auto;
}
/* استایل دکمه منوی واکنش‌گرا (موبایل) */
  .ubermenu-responsive-toggle {
      background-color: #ffa50000 !important;
      color: #000000 !important;
      padding: 6px 12px !important;
      border-radius: 20px !important;
      font-size: 14px !important;
      font-weight: bold;
      border: none;
      cursor: pointer;
      display: inline-flex !important
;
      align-items: center;
  }
.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal .ubermenu-mobile-footer .ubermenu-mobile-close-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        right: auto;
        z-index: 21;
        font-size: 17px;
        background: #e20000;
        display: block !important;
        width: fit-content !important;
        padding: 18px 10px;
        color: #fff;
        border-radius: 0;
	left: 0 !important;}
.best-sellers img.attachment-medium.size-medium.wp-post-image {
  width: 100%;
  height: 130px;
  object-fit: contain;
}
.prosettings::before {
content: "";
font-size: 12px;
width: 100px;
position: absolute;
right: -100px;
bottom: 12px;
color: #5c5c5c;
}
.categories {
  margin-top: -7rem;
}


/* ====== دکمه‌های سبد خرید و منو ====== */
.header-btn {
      background-color: transparent;
      color: #000000;
      padding: 6px 0;
      border-radius: 10px;
      font-size: 14px;
      font-weight: bold;
      border: none;
      display: flex
;
      align-items: center;
      gap: 3px;
      cursor: pointer;
      white-space: nowrap;
      position: absolute;
      left: 5px;
  }

  .cart-amount {
      font-size: 9px;
      background: #fff;
      color: orange;
      padding: 2px 0px;
      border-radius: 10px;
  }

/* ====== جستجو ====== */
  .search-row {
      display: flex
;
      align-items: center;
      background: none !important;
      border-radius: 20px;
      overflow: hidden;
      width: 100%;
  }
.search-icon {
background: orange;
border: none;
color: white;
padding: 10px;
font-size: 16px;
border-radius: 0 20px 20px 0;
cursor: pointer;
}

.search-box {
flex: 1;
}

.wd_asp.wd_asp_id_1 {
width: 100% !important;
}

/* ====== UberMenu استایل ریسپانسیو ====== */
  .menu-btn-wrapper {
      display: flex
;
      align-items: center;
      position: absolute;
      right: 0;
  }
    .ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal .ubermenu-nav {
      flex: 1;
      overflow-y: auto !important;
      overscroll-behavior: contain;
      background: #ffffff;
      width: 100%;
  }


/* ====== حالت موبایل ====== */
.ubermenu-main {
  width: 100%;
  text-align: center;
}

.search-box form {
  width: 100%;
}


/* ====== UberMenu استایل ریسپانسیو ====== */

.site-header{
  display:none;
}

.category-grid {
  display: grid;
  gap: 5px;
  justify-items: center;
  grid-template-columns: repeat(4, 90px);
  justify-content: center;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

  .banner-page {
  min-height: 180px;
  padding: 1rem;
}
.category-item {
  background-color: #ffffffa8;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  place-content: center;
  display: flex;
  backdrop-filter: blur(5px);
  width: 100%;
}
  .slider-text {
      padding: 10px 25px;
      color: #ffffff;
      font-size: 19px;
      font-weight: bold;
      max-width: 47%;
      overflow: hidden;
  }
.slider-button {
  bottom: 29%;
  right: 1%;
}
.category-image {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 5px;
}
.category-title {
  font-size: 8px;
  font-weight: 600;
  color: #333;
}

.btn-shop {
  color: white;
  padding: 15px 35px;
  border-radius: 12px;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
}
.page-title {
  font-size: 1.5rem;
}

.page-content {
  padding: 1.2rem;
}
div.asp_main_container {
  flex-direction: column;
  align-items: stretch;
}
  html #wpadminbar {
      height: 46px;
      min-width: 240px;
      display: none;
  }
div.asp_select_box,
input.orig {
  width: 100% !important;
}
.header-search {
 direction:none;
}

.header-actions {
  justify-content: space-between;
  width: 100%;
}

.main-menu {
  padding: 15px;
}

.ubermenu {
  flex-direction: column;
  gap: 15px;
}

.ubermenu li a {
      font-size: 13px;
      white-space: nowrap;  }
.best-sellers {
  padding: 0;
      margin-bottom: 2rem;
}

.best-sellers .owl-carousel .product {
  padding: 0.75rem;
}

.title-best a {
  display: flex
;
  align-items: center;
  padding: 2px;
  gap: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
}
.title-best h2 {
    font-size: 22px;
    max-width: 200px;
    min-width: 175px;
}
.bg-product {
  position: absolute;
  z-index: -1;
  top: -21px;
  width: 100%;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: #2a73c1;
  color: #fff;
  margin-top: 10px;
  border-radius: 0;
  font-size: 10px;}
.title-best {
  position: relative;
  float: right;
  padding: 4rem 5px;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  background: #f59e0b;
  border-radius: 5rem 0 0 5rem;
  margin-left: 1em;
  z-index: 111;}

.container{
  padding:0;
}
.best-sellers .owl-carousel .woocommerce-LoopProduct-link img {
  max-height: 140px;
}

    ul.about-list {
      text-align: justify;
      max-width: 90%;
      margin: 0 auto;
  }
.about-text {
  text-align: center;
  margin-bottom: 40px;
  max-width: 100%;
}
.about-container {
  display: flex
;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.about-image {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.custom-top-wave svg {
  width: 100%;
  height: 7px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.title-best {
  position: relative;
  float: right;
  padding: 4rem 5px;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  background: #f59e0b;
  border-radius: 5rem 0 0 5rem;
  margin-left: 1em;
  z-index: 111;
}
.brand-logo {
  height: 40px;
  width: 100%;
  object-fit: contain;
}
.footer-conteiner::after {
  right: 0;
  content: "";
  position: absolute;
  width: 90vw;
  height: 100vh;
  z-index: -1;
  background-image: url(./img/shop-thumbnail.png);
  background-size: 110%;
  background-position: 23% 276px;
  opacity: 0.2;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.footer {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  display: flex
;
  place-items: center;
  place-content: center;
  padding-bottom: 5rem;
}
footer.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #003b79;
  z-index: -1;
  top: 0;
  border-radius: 21% 21% 0 0;
}
.footer-box.container {
  width: 100%;
}
.footer-conteiner {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  width: 87vw;
  align-items: stretch;
  position: relative;
  z-index: 111;
  flex-direction: column-reverse;
  margin: 0 auto;
}
div#first-item-footer {
  display: flex;
  place-content: center;
  align-items: center;
  border-left: none;
  max-width: 100%;
  margin-left: 0;
}
.item-footer {
  flex: 1 1 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
div#secound-item-footer {
    padding: 0 2rem;
}
.widget-item .menu {
    padding: 2px;
    display: inline-flex
;
}
.widget-item .menu li a {
    font-size: 12px;}
div#four-item-footer .widget-item:nth-child(1) {
    width: 100%;
    flex: 1 1 100%;
}
div#four-item-footer .widget-item {
    flex: 0 1 50%;
}

footer .widget-item {
  width: 100%;
  overflow: hidden;
  display: flex
;
  flex-direction: column;
  place-content: center;
  align-items: center;
}
    div#first-item-footer img {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 8px;
        border-radius: 1rem;
        height: 180px !important;
        object-fit: contain;
    }
footer .widget-item img {
  width: 50%;
  display: block;
  height: auto !important;
  object-fit: contain;
}
.social-footer {
  margin: 0 auto;
}
.shop-content form {
  margin-top: -42px;
}
.products-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.shop-wrapper {
  overflow: hidden;
}
button#grid-2-btn svg {
  height: fit-content !important;
}
    .thumbnail-description {
      font-size: 12px !important;
  }
    .thumbnail-title {
      font-size: 1rem;
  }
.thumbnail-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  border-radius: 8px;
  width: 80%;
}
	.title-best::before{
		display:none;
	}
.product-content-wrap{

  flex-direction: column !important;
  flex-wrap: wrap !important;
  width: 100%;
  padding: 1rem;
}
.product-summary {
  flex-wrap: unset;
  width: 100%;
  overflow: hidden;
  display: flex
;
  flex-direction: column;
}

.product-single-box {
  flex-direction: column !important;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
.header-top {
  flex-wrap: wrap;
  padding: 10px 15px;
  gap: 10px;
}

.site-header .logo img {
  width: 130px;
}

.header-search {
  flex-grow: 1;
  justify-content: center;
}

#ajaxsearchpro1_1, 
#ajaxsearchpro1_2, 
div.asp_m.asp_m_1 {
  width: 90% !important;
}

input.orig {
  min-width: 200px;
}

.main-menu {
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
}

aside.shop-sidebar {
  position: static;
  width: 100%;
}

#cart-modal {
  left: 10px;
  right: 10px;
  width: auto;
}

.vtol-modal-content {
  margin-top: 20%;
}
}
@media (min-width: 1200px) {
.container {
  max-width: 1177px;
}

.header-top {
  padding: 3px 20px;
}

.site-header .logo img {
  width: 90px;
}

.main-menu {
  width: 80%;}
}

