@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/eot/IRANSansWeb.eot'); /* IE9 Compat Modes */
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/woff/IRANSansWeb.woff') format('woff2'), /* Super Modern Browsers */ url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/ttf/IRANSansWeb.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/svg/IRANSansWeb.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 100;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot'); /* IE9 Compat Modes */
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff2'), /* Super Modern Browsers */ url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/svg/IRANSansWeb_UltraLight.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/eot/IRANSansWeb_Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/woff/IRANSansWeb_Light.woff') format('woff2'), /* Super Modern Browsers */ url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/svg/IRANSansWeb_Light.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 300;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/eot/IRANSansWeb_Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff2'), /* Super Modern Browsers */ url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/svg/IRANSansWeb_Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 500;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/eot/IRANSansWeb_Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff2'), /* Super Modern Browsers */ url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/svg/IRANSansWeb_Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    font-family: "IRANSans", "Arial", sans-serif !important;

}

*:focus {
    outline: none;
}

body {
    background-color: #FFFFFF;
    direction: rtl;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

button {
    border: none;
    background: none;
}

input,
button,
textarea,
label,
select {
    font-family: "Poppins", "Arial", sans-serif !important;
    font-weight: normal;
    font-size: 12px;
}

ul {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    font-family: "Poppins", "Arial", sans-serif;
    font-weight: normal;
}

input,
textarea,
button {
    outline: 0 !important;
}

p h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", "Arial", sans-serif;
    margin: 0;
    padding: 0;
}


.clearfix {
    clear: both !important;
}

svg.fa, svg.fa-solid, svg.fa-regular, svg.fa-brands ,
.fa, .fa-solid, .fa-regular, .fa-brands,fab {
    font-family: "Font Awesome 5 Free" !important;
}
/*main*/
html {
    position: relative;
}

.cover-section,
main {
    position: relative;
    margin-top: 60px;
}
.site_home {
    margin-top: 0 !important;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
    display: none;
}

.primary_btn {
    display: inline-block;
    padding: 0 24px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    --bs-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: var(--white) !important;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold !important;
    text-align: center;
    cursor: pointer;
    height: 40px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.primary_btn:hover {
    color: var(--primary-color) !important;
    background-color: var(--white);
    border: 1px solid var(--white);
    transition: all 0.3s ease-in-out;
}
.border-btn {
    margin-top: 12px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}
.border-btn:hover {
    margin-top: 12px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}
.bg .section-title a:hover {
    color: var(--white) !important;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: all 0.3s ease-in-out;
}
.bg {
    border-radius: 0 5%;
}
.bg:last-child {
    border-bottom-left-radius: 0 !important;
}
.bg.bg_primary {
    background-color: var(--gray);
}

.bg.bg_secondary {
    background-color: var(--gray3);
}

.bg .section-title a {
    background-color: var(--white);
    color: var(--primary-color) !important;
    border-color: var(--white);
}

.bg .section-title h3 {
    color: var(--white);
    border-color: var(--white);
}

.bg .section-title:after {
    background-color: var(--white);
}

.discounted-section .swiper-pagination,
.swiper_slider .swiper-pagination {
    position: relative;
}
.discounted-section {
    padding: 30px 0;
}
.card {
    border-radius: 8px;
    -moz-border-radius: 8px;
    --bs-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #FFF;
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}

.card.product-item:hover {
    border: 1px solid var(--primary-color) !important;
}

/*coming soon*/
.coming_soon {
    margin: 0;
    padding: 0;
    background: radial-gradient(var(--primary-color), #000000);
    height: 100vh;
    position: relative;
}

.coming_soon h3 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-family: Times New Roman, serif;
    direction: ltr;
    font-size: 6.5vw;
}

.coming_soon h3:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: bottom;
    transform: rotateX(180deg);
    line-height: 1.14em;
    background: linear-gradient(0deg, #000000 0, transparent 70%);
    -webkit-background-clip: text;
    -webkit-text-color: transparent;
    opacity: 0.3;
}

/*end coming soon*/


/*header*/

header {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #eee;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

header.sticky {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    background: var(--white);
}
header.sticky nav ul > li > a {
    color: #343434 !important;
}


header .mega-toggle-block {
    margin: 0 !important;
}

header.sticky .mega-toggle-block button .mega-toggle-animated-inner,
header.sticky .mega-toggle-block button span:before,
header.sticky .mega-toggle-block button span:after {
    background-color: #343434 !important;
}

/* Main Header */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .logo {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    width: 65px;
}

/* Search Bar */

.header-search {
    position: relative;
    margin-right: 73px;
}

.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #5F7088;
}

.search-icon i {
    color: #16191D;
    font-size: 18px;
}

.search-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.search-form.active {
    width: 100vw; /* تمام عرض صفحه */
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: white;
    padding: 10px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 999;
    display: flex;
    align-items: center;
    height: 58px;
}

.search-form input {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
}

div.asl_r.vertical {
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
}

div.asl_r.vertical .results {
    padding: 0 7% !important;
}

div.asl_r.vertical .results img.asl_image {
    border-radius: 8px !important;
}

.results .item .asl_content h3 a {
    color: #16191D !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.results .item .asl_content .asl_desc {
    color: #5F7088 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
}

div.asl_r.asl_w.vertical .results .item::after {
    content: none !important;
}

/*end search*/


/* Icons */
.main-header .left-menu > ul {
    display: flex;
    gap: 18px;
    align-items: center;
}

.main-header .left-menu ul svg,
.main-header .left-menu ul i {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    text-decoration: none;
    color: var(--white);
    font-weight: bold;
}

.left-menu ul li .cart-counter {
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    font-size: 10px;
    top: 0;
    left: 20px;
    width: 15px;
    line-height: 19px;
    height: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-menu ul li.user:hover .user-menu-list {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    padding: 0;
    z-index: 100000;
}

.left-menu .user-menu-list li img {
    position: absolute;
    top: 5px !important;
    right: -17px !important;
    width: 18px;
}

.left-menu .user-menu-list li img.wallet {
    position: absolute;
    top: 12px !important;
    right: 12px !important;
}

.left-menu ul li {
    padding: 6px;
    margin: 5px 5px 5px 0;
    font-size: 14px;
    direction: rtl;
    position: relative;
    list-style: none;
}
.header-search button span,
.left-menu ul li a span {
    color: #ffffff;
    font-weight: 700;
}
.user-menu-list {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 211px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .17);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .17);
    -webkit-transition: opacity .2s ease-out, visibility 0s .2s;
    -o-transition: opacity .2s ease-out, visibility 0s .2s;
    transition: opacity .2s ease-out, visibility 0s .2s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    border-radius: 8px;
    -moz-border-radius: 8px;
    --bs-border-radius: 8px;
    -webkit-border-radius: 8px;
}


.user-menu-list.list-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-in-out;
}

.user-menu-list ul {
    list-style: none;
    margin: 0;
}

.user-menu-list ul li {
    margin: 0 !important;
    width: 100%;
    list-style: none;
    padding-right: 10px;
    border: none !important;
}

.user-menu-list ul li:hover {
    border-radius: 0;
}

.user-menu-list ul li:hover:first-child {
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.user-menu-list ul li:hover:last-child {
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

.user-menu-list a,
.left-menu ul li .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 5px 10px;
    color: #353535 !important;
    -webkit-transition: color .1s ease-out, background-color .1s ease-out;
    -o-transition: color .1s ease-out, background-color .1s ease-out;
    transition: color .1s ease-out, background-color .1s ease-out;
    -moz-transition: color .1s ease-out, background-color .1s ease-out;
}

.user-menu-list li:hover, header .menu > ul > li > ul.normal-sub > li:hover {
    background-color: #eceaea;
    border-radius: 6px;
}

.user-menu-list li.log-out svg {
    margin-left: 5px;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 400;
}

.right-menu {
    display: flex;
    align-items: center;
}
/* Navigation */

.header .nav ul {
    display: flex;
    justify-content: center;
    gap: 35px;
    padding: 16px 0;
    list-style: none;
}

.header .nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

.header .nav ul li a:hover {
    color: var(--primary-color);
}
.header.sticky .header-search button span,
.header.sticky .left-menu ul li a span,
.header.sticky .nav ul li a {
    color: #343434;
}
.header.sticky  .left-menu ul svg,
.header.sticky  .left-menu ul i {
    color: #343434;
}
.header.sticky  .left-menu ul .cart-counter {
    color: #343434;
}
.header {
    background: rgba(0, 0, 0, 0.6);
}


/*end header*/


/*main*/

.section {
    padding: 10px 0;
}

.introduction-section .swiper img,
.introduction-section {
    height: 100vh;
}

.introduction-section .swiper {
    height: 100%;
}
.swiper-button-disabled {
    display: none;
}
.swiper-button-prev,
.swiper-button-next {
    background-color: #ffffff;
    border-radius: 16%;
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.swiper-button-prev svg,
.swiper-button-next svg {
    color: var(--primary-color);
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    opacity: 1;
    margin: 0 3px;
    border: 1px solid var(--primary-color);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    border: none;
    width: 16px;
    border-radius: 8px;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.section-title {
    text-align: right;
    margin: 40px 0;
    position: relative;
}

.section-title h3 {
    position: relative;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--gray3);
    display: inline-block;
    border-top: 1px solid var(--gray3);
    border-bottom: 1px solid var(--gray3);
    border-right: 1px solid var(--gray3);
    border-radius: 0 5px 5px 0;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px !important;
    width: 100%;
    height: 1px;
    background: var(--gray3);;
    z-index: 10;
    border-radius: 0 5px 5px 0;
}

.section-title:before {
    left: 0;
}

.section-title:after {
    right: 0;
}

.category-section .cat_items {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    flex-wrap: nowrap !important;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
}
.category-section .cat_items .item {
    flex-shrink: 0;
    scroll-snap-align: start;
    width: calc(100% / 8.1);
}
.category-section .cat_item {
    background-color: #ffffff;
    border-top-right-radius: 50%;
    -moz-border-top-right-radius: 50%;
    --bs-border-top-right-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -moz-border-bottom-left-radius: 50%;
    --bs-border-bottom-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.category-section .cat_item .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-section .cat_item .img img {
    object-fit: contain;
    -o-object-fit: contain;
    transition: all .3s ease;
    transform: translateZ(0);
    max-width: 100px;
}

.category-section a .cat_item:after {
    content: "";
    background-color: var(--gray-op2);
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    border: 1px solid var(--primary-color-op3);
    border-top-right-radius: 50%;
    -moz-border-top-right-radius: 50%;
    --bs-border-top-right-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -moz-border-bottom-left-radius: 50%;
    --bs-border-bottom-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    transition: transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
    transform: scale(0.5);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.category-section a:hover .cat_item:after {
    opacity: 1;
    transform: scale(1);
}

.category-section a:hover .cat_item img {
    transform: scale(1.09);

}

.category-section .cat_items h3 {
    color: var(--black);
    text-align: center;
    font-size: 18px;
    padding: 10px 0;

}

.service-section img {
    max-width: 50px;
    margin-bottom: 16px;
}

.service-section h4 {
    font-size: 18px;
}

.price del span ,
.product-item .product-price .price-section del span {
    font-size: 14px;
}

.product-item .product-price .price-section span {
    color: var(--primary-color);
    font-weight: bold;
    margin-right: 5px;
}

.product-item .card-body {
  padding: 16px 5px 0;
}
.product-item .card-body .name a {
    color: #202020;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item .card-body .product-price ins {
    text-decoration: none;
}

.product-item {
    overflow: hidden;
    box-shadow: none;
}

.product-item img {
    transition: transform 0.8s ease-in-out;
    aspect-ratio: 1/1;
    z-index: 9;
    position: relative;
    object-fit: contain;
    -o-object-fit: contain;
}

.product-item img:hover {
    transform: scale(1.2);
}

.woocommerce span.onsale,
.onsale {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 10px !important;
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 5px 0 0 5px;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}

.product-item .product-price {
    text-align: center;
}

.discounted-section .section-title h3 {
    margin-bottom: 20px;
}

.discounted-section .section-title {
    text-align: center;
}
.discounted-section .section-title:after {
    content: none;
}

.banner_section {
    background-color: var(--pink);
    position: relative;
}

.banner_section .section-title {
    margin-top: 0;
}
.banner_section .img {
    position: relative;
}
.banner_section .img img {
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.banner_section img {
    border-radius: 8px;
    aspect-ratio: 2/1;
}

.banner_section .item {
    margin-bottom: 16px;
}

.banner_section .item:first-child:hover h2,
.banner_section .item:first-child:hover .img:after,
.banner_section .item:first-child .img:after,
.banner_section .item:first-child img {
    border-top-right-radius: 50px !important;
}

.banner_section .item:last-child h2,
.banner_section .item:last-child:hover .img:after,
.banner_section .item:last-child .img:after,
.banner_section .item:last-child img {
    border-bottom-left-radius: 50px !important;
}

.banner_section h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}
.banner_section .item h2 {
    border-radius: 0 0 8px 8px;
    z-index: 10;
}

.banner_section .item a:hover .img:after {
    content: "";
    background: var(--primary-color-op2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
}
.banner_section .item a:hover h2 {
    top: 0;
    height: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.banner_section .item:last-child:nth-child(odd) {
    flex: 0 0 100%;
    max-width: 100%;
}
.banner_section .item img {
    max-height: 350px;
}
.selected_cat .cat_bg {
    margin: 10px 0;
}

.selected_cat .cat_bg {
    padding: 20px 0;
    border-radius: 0 5%;
}
.selected_cat .cat_bg:nth-child(odd) {
    background-color: whitesmoke;
}

.product_new .category_btns .btn {
    color: var(--white);
}
.product_new .category_btns .btn.active {
    font-weight: bold;
}
.product_new .category-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.mobile {
    display: none;
}
.product-single-section .woocommerce-product-gallery img {
    aspect-ratio: 1;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
    border-radius: 8px;
    -moz-border-radius: 8px;
    --bs-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#wpgs-gallery .wcgs-thumb.swiper-slide img,
#wpgs-gallery .wcgs-thumb.swiper-slide:hover img, #wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb:hover img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    --bs-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.product-single-section .woocommerce div.product div.images .flex-control-thumbs li img {
    max-width: 110px;
}
.wcgs-woocommerce-product-gallery {
    max-width: 100% !important;
}
.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-next:before,
.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-prev:before {
    font-family: spwgfontello;
}
.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-prev {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-next {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}
#wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb img,
#wpgs-gallery .wcgs-thumb.swiper-slide:hover img, #wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb:hover img {
    border-color: var(--primary-color);
}
.wcgs-lightbox.top_right a {
    right: unset !important;
    left: 14px !important;
}
.sku_wrapper {
    display: none;
}
.posted_in ,
.sku_product {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.posted_in a ,
.sku_product .sku {
    font-weight: normal;
}

.woocommerce table.shop_attributes td p a {
    color: var(--gray);
    pointer-events: none;
}
.woocommerce-Tabs-panel h2, .comment_section .woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
.woocommerce div.product .product-single-content form.cart .button {
    background: var(--primary-color);
}
.woocommerce .product-single-content .quantity .qty {
    width: 3.131em;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    line-height: 34px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-right: 1px solid var(--primary-color) !important;
    border-left: 1px solid var(--primary-color) !important;
    border-top: 1px solid var(--primary-color) !important;
    border-bottom: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom-color: var(--primary-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    border-color: var(--primary-color);

}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: none;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: var(--primary-color-op1);
}
.woocommerce table.shop_attributes tr td,
.woocommerce table.shop_attributes tr th {
    font-style: normal;
}
.woocommerce div.product .product_title {
    margin: 15px 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 62px;
}
.product-single-content .excerpt-section, .woocommerce-Tabs-panel .desc-section {
    font-size: 16px;
    line-height: 36px;
    margin: 10px 0;
}

.product-single-content .amount {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
    color: var(--primary-color);
}
.product-single-content .price ins {
    text-decoration: none;
}
.woocommerce-Price-currencySymbol {
    color : var(--primary-color) !important;
}
#saving_total_price {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
#saving_total_price span{
    font-weight: normal;
}
.product-single-content .excerpt-section, .woocommerce-Tabs-panel .desc-section {
    font-size: 16px;
    line-height: 36px;
    margin: 10px 0;
}

.comment_section form input,
.comment_section form textarea {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 1rem;
    line-height: 24px;
    color: #030a16;
    resize: none;
    padding: 10px;
    margin: 5px 0;
}

.comment_section form textarea {
    height: 150px;
}

.comment_section #review_form {
    margin-top: 20px;
}

.checkout-button,
.woocommerce #review_form #respond .form-submit input {
    width: 100%;
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 16px !important;
    -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: -1px 2px 3px rgba(0, 0, 0, .2) !important;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2) !important;
    border-radius: 5px !important;
    margin-top: 10px !important;
    font-size: 18px !important;
}
.woocommerce-Reviews .number-section {
    text-align: left;
}
.woocommerce .woocommerce-ordering select {
    border-radius: 8px;
    -moz-border-radius: 8px;
    --bs-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 10px;
}
.woocommerce-message a {
    color: var(--primary-color) !important;
    background-color: transparent !important;
}
.product-single-section {
    padding-top: 70px;
}

/*cart & checkout */

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    float: unset;
}
.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: unset;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%;
}

textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select {
    border-radius: 10px !important;
    border: 1px solid #e0e0e2 !important;
    font-size: 1rem !important;
    line-height: 24px !important;
    color: #030a16 !important;
    resize: none !important;
    padding: 10px !important;
    margin: 0 !important;
}

button[type=submit] {
    display: inline-block;
    padding: 0 24px !important;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    --bs-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    color: var(--white) !important;
    line-height: 40px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important;
    cursor: pointer !important;
    height: 40px !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25) !important;
    -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25) !important;
}
.checkout-section .woocommerce-Price-currencySymbol {
    color: unset !important;
}

.woocommece-cart .cart-collaterals {
    display: block !important;
    width: 100%;
    margin-top: 30px;
}

.woocommerce-cart .cart-totals {
    display: block !important;
}

.cart-section .coupon {
    display: flex;
    align-items: center;
}
.cart-section .coupon button {
    margin-right: 10px;
}
.cart-section table.cart {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.cart-section table.cart thead {
    background-color: #fcfcfc;
}

.cart-section table.cart thead th {
    padding: 10px;
}

.cart-section table.cart tbody tr td {
    padding: 10px;
}

.cart-section table.cart tbody tr td img {
    width: 80px;
    border-right: 5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    --bs-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.cart-section table.cart tbody tr td .remove {
    line-height: 30px;
    margin: 0 auto;
}

.cart-section table.cart tbody tr td button {
    font-weight: normal;
}

.cart-section table.cart tbody tr td input {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.cart-section table.cart tbody tr td.actions {
    font-size: .95rem;
}

.cart-section table.cart tbody tr td.actions .input-text {
    width: 100px;
    padding: 5px;
}

.cart-section table.cart tbody tr td.product-name a,
.cart-collaterals-section form a {
    color: #202020 !important;
    font-weight: bold;
}

.cart-section table.cart tbody tr td.product-subtotal span {
    color: var(--primary-color);
    font-weight: bold;
}

.cart-section .woocommerce-Price-currencySymbol {
    color: unset !important;
}
.web-cart-section ul.order_details {
    display: table;
    width: 100%;
    margin-bottom: 20px !important;
}

.web-cart-section ul.order_details li {
    float: none !important;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 24px !important;
    list-style-type: none;
    text-align: center;
    margin: 0 !important;
    padding: 16px 0 !important;
    border-left: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: table-cell;
}

.web-cart-section .order_details li:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.web-cart-section .woocommerce-thankyou-order-received {
    color: #459647;
    text-align: center;
    font-weight: bold;
}

.web-cart-section h2 {
    font-size: 22px;
}
.cart-collaterals-section .woocommerce-Price-currencySymbol {
    color: unset !important;
}
.cart-collaterals-section .cart-collaterals .cross-sells h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.cart-collaterals-section .cart-collaterals .cross-sells {
    width: 100%;
}

.cart-collaterals-section .cart-collaterals table {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.cart-collaterals-section .cart-collaterals .product-item .product-content h2 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.cart-collaterals-section .cart-collaterals .cart_totals h2 {
    font-size: 1.2rem;
    margin-bottom: 16px;
}
/*end cart & checkout */

/*account page*/

/* کل صفحه */
.web-myAccount-section .woocommerce-account .woocommerce {
    margin: auto;
    padding: 30px;
    font-family: iransans, sans-serif;
}

/* منوی کناری */
.web-myAccount-section .woocommerce-MyAccount-navigation {
    width: 25%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    padding: 15px;
}

/* آیتم‌های منو */
.web-myAccount-section .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 10px 0;
}

/* لینک‌ها */
.web-myAccount-section .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    border-radius: 10px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* هاور منو */
.web-myAccount-section .woocommerce-MyAccount-navigation ul li a:hover {
    background: #E400C5;
    color: #fff;
}

/* آیتم فعال */
.web-myAccount-section .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #E400C5;
    color: #fff;
}

/* محتوای سمت راست */
.web-myAccount-section .woocommerce-MyAccount-content {
    width: 72%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    padding: 30px;
}

/* تیترها */
.web-myAccount-section .woocommerce-MyAccount-content h2,
.web-myAccount-section .woocommerce-MyAccount-content h3 {
    color: #E400C5;
    font-weight: bold;
}

/* دکمه‌ها */
.web-myAccount-section .woocommerce-account button,
.web-myAccount-section .woocommerce-account .button {
    background: #E400C5;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    border: none;
    transition: 0.3s;
}

.web-myAccount-section .woocommerce-account button:hover,
.web-myAccount-section .woocommerce-account .button:hover {
    background: #b900a1;
    transform: translateY(-2px);
}

/* اینپوت‌ها */
.web-myAccount-section .woocommerce-account input,
.web-myAccount-section .woocommerce-account select,
.web-myAccount-section .woocommerce-account textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    transition: 0.3s;
}

.web-myAccount-section .woocommerce-account input:focus,
.web-myAccount-section .woocommerce-account textarea:focus {
    border-color: #E400C5;
    box-shadow: 0 0 5px rgba(228,0,197,0.3);
    outline: none;
}

/* جدول سفارش‌ها */
.web-myAccount-section .woocommerce-orders-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.web-myAccount-section .woocommerce-orders-table th {
    background: #E400C5;
    color: #fff;
    padding: 12px;
}

.web-myAccount-section .woocommerce-orders-table td {
    padding: 12px;
}

/* موبایل ریسپانسیو */
@media (max-width: 768px) {

    .web-myAccount-section .woocommerce-MyAccount-navigation,
    .web-myAccount-section .woocommerce-MyAccount-content {
        width: 100%;
        margin-bottom: 20px;
    }

}
.web-myAccount-section .woocommerce-account .woocommerce-Address {
    width: 100%;
}
/*end account page*/

/* size Modal */
.size-guide-modal {
    display: none;
}

.size-guide-modal.active {
    display: block;
}

.size-guide-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
}

.size-guide-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    max-width: 90%;
    max-height: 90%;
    z-index: 9999;
}

.size-guide-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.size-guide-close {
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 26px;
    cursor: pointer;
}
.about-us {
    line-height: 2;
    padding: 60px 0;
}

/*faq*/


/*end faq*/

/*contact us*/
.contact-hero {
    padding: 80px 0;
    background: #f9f9f9;
}

.contact-hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.contact-hero img {
    width: 100%;
    border-radius: 20px;
}

.contact-main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    padding: 0 0 16px;
}

.contact-form,
.info-box {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-box h4 {
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 20px;
}
.info-box.tel a {
    display: block;
    color: #343434;
    margin-right: 30px;
}
.info-box p {
    margin-right: 30px;
    position: relative;
}
.info-box.social ul {
    justify-content: right !important;
    margin-right: 30px;
}
.info-box.social ul li {
    padding-left: 10px;
}

.info-box.social ul li svg,
.info-box.social ul li i {
    font-size: 26px;
     color: #343434;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 20px;
}
.contactus form textarea,
.contactus form input,
.contactus form label {
    width: 100%;
    font-family: "IRANSans" !important;
}
.contactus form label {
    line-height: 30px;
}
.contactus form input[type=submit] {
    display: inline-block;
    padding: 0 24px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    --bs-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: var(--white) !important;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold !important;
    text-align: center;
    cursor: pointer;
    height: 40px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.contactus form input[type=submit]:hover {
    color: var(--primary-color) !important;
    background-color: var(--white);
    border: 1px solid var(--white);
    transition: all 0.3s ease-in-out;
}
.contactus form .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 6px;
}
.contactus form p {
    position: relative !important;
    margin-bottom: 0;
    margin-top: 10px;

}

.contactus form p:last-child {
    margin-bottom: 0 !important;
}

/*and contact us*/

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 16px;
    padding: 18px 0;
    background: transparent;
    color: #222;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    background-size: 14px;
    position: absolute;
    left: 0;
}

.faq-accordion .accordion-body {
    padding: 0 0 20px;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

/*insta sections*/
.parallax-section .parallax {
    /* Set a specific height */
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
}


.parallax-section .parallax .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7) 30%;
}


.parallax-section .insta_sec {
    position: relative;
    z-index: 10;
}
.insta_sec .swiper {
    width: 100%;
    padding: 20px 0;
}
.insta_sec .section-title {
    margin: 0;
    padding-top: 40px;
}
.insta_sec .section-title h3 {
    color: var(--white);
    display: inline-block;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
}

.insta_sec .section-title::after {
    background: var(--white);
}
.insta_sec .swiper-slide {
    aspect-ratio: 1 / 1; /* مربع */
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta_sec .swiper-slide:hover {
    transform: translateY(-5px) scale(1.02);
}

.insta_sec .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.insta_sec .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.insta_sec .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.insta_sec .page_info {
    flex-direction: row-reverse;
    margin-bottom: 20px;
    margin-top: 30px;
}

.insta_sec .page_info .img {
    border-radius: 50%;
    width: 100px;
    border: 2px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    aspect-ratio: 1;
}

.insta_sec .page_info .img img {
    border-radius: 50%;
}


.insta_sec .page_info div {
    text-align: left;
    margin-left: 20px;
}

.insta_sec .page_info div h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--white);

}

.insta_sec .page_info div p {
    font-size: 20px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 0;
}

.insta_sec .page_info div p span {
    color: var(--white);
    font-weight: normal;
}

.insta_sec .page_info .follow_btn {
    background-color: #1877f2;
    color: #ffffff;
    padding: 6px 16px;
    margin-left: 20px;
    border-radius: 8px;
    line-height: normal;
    font-size: 16px;
    font-weight: bold;
}

/*end insta sections*/

/* فول شدن صفحه فروشگاه */
.archive .container,
.archive .container-fluid {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* حذف فاصله ردیف */
.archive .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* حذف فاصله ستون‌ها */
.archive [class*="col-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
/*end main*/

/*blog*/
.blog-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.blog-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 18px;
}

.blog-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-title a {
    color: #222;
}

.blog-excerpt {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
}

.read-more {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}

.blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.blog-pagination .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #333;
}

.blog-pagination .current {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.blog .card .card-img-top {
    aspect-ratio: 16/9;
}
.blog .card .card-body .name {
    color: #202020;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.blog .card .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #777777;
}
/*end blog*/

/*single blog*/
.single-post {
    background: #fff;
}

.single-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
}

.single-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.single-meta span {
    margin-left: 8px;
}

.single-thumb img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 25px;
    aspect-ratio: 21/9;
}

.single-content {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.single-content h2,
.single-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.single-categories {
    margin-top: 30px;
    font-size: 14px;
}

.single-categories a {
    background: #f1f1f1;
    padding: 6px 12px;
    border-radius: 20px;
    margin-left: 6px;
    display: inline-block;
    color: #333;
}

.comment-respond {
    margin-top: 20px;
}
.comments-area {
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.comment-body {
    display: flex;
    gap: 15px;
}

.comment-author img {
    border-radius: 50%;
}

.comment-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px;
}

.comment-content {
    font-size: 14px;
    line-height: 1.9;
}

.comment-reply-link {
    font-size: 13px;
    color: var(--primary-color);
}

.comment-form input,
.comment-form textarea {
    font-size: 14px;
}
.single_post .comment-list  li {
    position: relative;
}
.single_post .comment-list  li .comment-body {
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.single_post .comment-list  li .comment-body p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.single_post .comment-list  .children {
    padding-right: 5%;
}
.single_post .comment-edit-link {
    display: none;
}
.single_post .comment-meta {
    position: absolute;
    left: 0;
    top: 5px;
    color: #343434;
}
.single_post .reply {
    position: absolute;
    left: 0;
    bottom: 5px;
    color: #343434;
    font-weight: bold;
}
.single_post .comment-meta a {
    color: #343434;
    pointer-events: none;
}
.single_post .reply a {
    color: #343434;
    font-weight: bold;
}
.comment-author .url {
    pointer-events: none;
    font-weight: bold;
    color: #343434;
}
/*end single blog*/
/*footer*/
.footer_bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: top !important;
    padding: 50px 0;
    position: relative;
}
.footer_bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--gray4);
}
.footer_bg a {
    z-index: 10;
}
.footer_bg p {
    text-align: justify;
    color: var(--white);
    z-index: 10;
    position: relative;
    margin-right: 16px;
    margin-bottom: 0;
    font-weight: bold;
}
footer {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    background-color: #343434;
}

footer p {
    font-size: 18px;
    line-height: 25px;
    color: var(--gray);
    padding: 16px 0;
    text-align: justify;
}

footer .section-title {
    border-bottom: 2px solid var(--white);
    margin: 16px 0;
}
footer .section-title:after {
    content: none;
}
footer .section-title h4 {
    color: var(--white);
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 18px;
}
footer .menu li {
    margin-bottom: 5px;
}
footer  * {
    color: var(--white);
}
footer .copyright p {
    font-size: 14px;
    color: var(--white);
    padding: 5px 0;
    border-top: 1px solid var(--white);
    margin-bottom: 0;
    text-align: center;
}
footer .social_media li a {
    font-size: 24px;
}
footer .namad li {
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 16px;
}
/*end footer*/
@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .category-section .cat_items .item {
        width: calc(100% / 4.1);
    }
    .mobile {
        display: inline-block;
    }
    .desktop {
        display: none;
    }
    .header-search button span,
    .left-menu ul li a span{
        display: none;
    }
    .section-title h3 {
        font-size: 14px;
    }
    .primary_btn {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .bg {
        border-radius: 0;
    }
    header nav .container-fluid {
        padding: 0 !important;
    }
    .product-item .price-section,
    .product-item .price-section ins,
    .product-item .price-section del {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .checkout-section .form-row {
        width: 100% !important;
    }
    .contact-hero .container,
    .contact-main {
        grid-template-columns: 1fr;
    }
    .main-header {
        flex-direction: row;
    }

    .search-box {
        max-width: 100%;
        margin: 10px 0;
    }

    .nav ul {
        gap: 20px;
        flex-wrap: wrap;
    }
    .introduction-section ,
    .introduction-section .swiper img {
        height: 70vh;
    }

}

@media (max-width: 576px) {
    .archive [class*="col-"] {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .archive .orderby {
        width: 100% !important;
    }
    .category-section .cat_item .img img {
        padding: 7px;
    }
    .category-section .cat_items h3 {
        font-size: 14px;
    }
    .swiper-button-prev svg,
    .swiper-button-next svg {
        width: 6px;
    }
}

@media (max-width: 425px) {

}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}

/*digits*/
/*be css sefareshi digits ezafe shavad*/

/*.digits_form_index_section {*/
/*    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);*/
/*    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);*/
/*    -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);*/
/*    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);*/
/*    padding: 16px;*/
/*    border-radius: 8px;*/
/*    -moz-border-radius: 8px;*/
/*    --bs-border-radius: 8px;*/
/*    -webkit-border-radius: 8px;*/
/*}*/

/** {*/
/*    font-family: "IRANSans", "Arial", sans-serif !important;*/
/*}*/

/*.digits-form_tab-bar .digits-tab_active {*/
/*    border-bottom: 0;*/
/*}*/
/*.digits_site_footer_box ,*/
/*.digits-form_button_ic {*/
/*    display: none;*/
/*}*/
/*.digits-form_button {*/
/*    background-color: #E400C5 !important;*/
/*}*/

/*.digits-form_heading ,*/
/*.digits_form_index_section .digits_show_on_index {*/
/*    text-align: center;*/
/*}*/
/*.digits-form_input_row .digits-field-type_tac .dig_input_wrapper div,*/
/*.dig_login_signup_bar a,*/
/*.dig_login_signup_bar span {*/
/*    font-size: 16px;*/
/*}*/

/*.digits-form_input input:focus {*/
/*    border-color: #E400C5 !important;*/
/*}*/