/*
Theme Name: نئوشاپ
Theme URI: https://neoshopwp.ir
Author: NeoPress
Author URI: https://neoshopwp.ir
Description: قالب فروشگاهی نئوشاپ
Requires PHP: 7.0
Version: 1.0.2
Text Domain: neoshop
*/
* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "yekanbakh";
    src: url("fonts/YekanBakhFaNum-VF.woff");
    src: url("fonts/YekanBakhFaNum-VF.woff2");
}

:root{
    --main-color : rgb(232,58,58);
    --second-color : rgb(232,58,58);
  }
  
/* a, a:visited {
    color: inherit !important;
    text-decoration: none !important;
}

input, select, textarea, button {
    -webkit-appearance: none;
}

*:not(a):not([class*="link"]) {
    -webkit-tap-highlight-color: transparent;
    color: inherit;
} */
/* i.fas.fa-comment-dots {
    color: #fff !important;
} */


.cart-icon-header{
    width: 29px;
    height: 28px;

}

.cart-icon-header use{
stroke-width: 5px !important;
vector-effect: none;

}
.cart-icon{
    width: 28px;
    height: 28px;

}
.acc-icon{
    width: 22px;
    height: 22px;

}
a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #303030;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea {
    font-family: "yekanbakh";
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    height: 48px;
}
textarea{
    height: auto;
}
/* برای Webkit (کروم، سافاری، اج جدید) */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* برای فایرفاکس */
input[type=number] {
    -moz-appearance: textfield;
}
button {
    font-family: "yekanbakh";
}
.button,input[type="Submit"] {
    background: var(--main-color);
    color: #fff;
    padding: 8px 15px;
    font-family: "yekanbakh";
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border-radius: 10px;
}
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    font-family: "yekanbakh";
    font-weight:400;
    overflow-x: hidden;
}

body.archive  {
    background-color: #f8f9fb;
}

.header {
    background: #fff;
    box-shadow: 0 3px 10px rgba(2, 25, 89, 0.1);
    margin-bottom: 20px;
    z-index: 5;
    position: relative;
}
.hero-top-header {

}

.page .container{
    padding: 0 15px;
}
.container {
    width: 1440px;
    margin:auto;
    max-width: 100%;
}

.main-header {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.m-h-right {
    display: flex;
    width: 57%;
    align-items: center;
}
.m-h-right .logo {
    max-width: 130px;
}
.m-h-right .logo a {
    display: flex;
}
.m-h-right .logo a img {
    max-width: 100%;
}
.m-h-right .search-main {
    width: 100%;
    margin-right: 71px;
    position: relative;
}
.m-h-right .search-main form {
    position: relative;
}
.m-h-right .search-main form input[type="search"] {
    background: #F3F5F8;
    border-radius: 44px;
    font-family: "yekanbakh";
    font-size: 14px;
    padding: 15px;
    width: 80%;
    padding-right: 75px;
    border: none;
    height: 45px;
}

.search-icon path {
	stroke: #fff;
}

.m-h-right .search-main form button {
    position: absolute;
    right: 0px;
    font-size: 13px;
    background: var(--main-color);
    color: #fff;
    padding: 3px 20px 3px 20px;
    cursor: pointer;
    border-radius: 44px 44px 44px 44px;
    height: 100%;
    box-shadow: 0 3px 8px color-mix(in srgb, var(--main-color) 65%, transparent);
}



.m-h-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.m-h-left .cart-btn-header {
    display: inline-block;
    position: relative;
    padding: 8px;
    box-shadow: -3px 3px 6px rgba(2, 25, 89, 0.1);
    transition: all .2s ease-in-out;
    border-radius: 12px;
}

.m-h-left .cart-btn-header:hover{
background: #f3f3f3;
}
.m-h-left .cart-btn-header > a {
    color: #303030;
    text-decoration: none;
    display: flex;
    font-size: 18px;
}

.cart-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    top: -20px;
}

.m-h-left .cart-btn-header:hover .cart-content {
    opacity: 1;
    visibility: visible;
    top: 50px;
    transition: all .2s ease-in-out;
}
.cart-btn-header .cart-content {
    background: #fff;
    position: absolute;
    width: 300px;
    left: 0;
    top: 75px;
    padding: 10px;
    border-radius: 12px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    box-shadow: -5px 3px 6px rgba(2, 25, 89, 0.1);
}
.cart-btn-header .cart-content ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.cart-btn-header .cart-content ul li > a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 450;
}
.cart-btn-header .cart-content ul li > a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.cart-btn-header .cart-content ul li .mini-cart-detail {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 0 10px;
    color: #6c6c6c;
    align-items: center;
}
.cart-btn-header .cart-content ul li .mini-cart-detail a.remove {
    color: red !important;
    font-size: 24px;
}
.cart-btn-header .cart-content .woocommerce-mini-cart__total {
    text-align: center;
    margin-bottom: 10px;
}
.cart-btn-header .cart-content .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
}
.m-h-left .cart-btn-header .cart-btn-num {
    position: absolute;
    top: 2px;
    left: 26px;
    background: var(--main-color);
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    width: 17px;
    height: 15px;
    text-align: center;
}

.m-h-left .call-btn-header {
    box-shadow: -3px 3px 6px rgba(2, 25, 89, 0.1);
    transition: all .2s ease-in-out;
    border-radius: 12px;
	margin-left: -7px;
}
.m-h-left .call-btn-header:hover{
background: #f3f3f3;
}


.m-h-left .call-btn-header a {
    text-decoration: none;
    padding: 10px;
    display: flex;
    color: #303030;
}
.m-h-left .call-btn-header a i {
    font-size: 19px;
    margin-left: 8px;
}

/* .special-btn {
    margin-top: 1px;
} */
.down-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    margin-top: 15px;
}
.main-menu {
    display: flex;
}
.megamenu-box {
    border-left: 1px solid #ddd;
    padding-left: 20px;
    margin-left: 9px;
}

.t-m svg {
    align-items: center;
    justify-content: center;
    display: flex;
    float: right;
    margin-left: 3px;
}

.megamenu-box .t-m {
    color: #161A1D;
    font-weight: 450;
    cursor: pointer;
}
.menu-header > ul > li {
    display: inline-block;
    margin: 0 11px;
    position: relative;
}
.menu-header ul li a {
    text-decoration: none;
    color: #7E7E7EE7;
    font-weight: 350;
    padding: 14px 0;
    position: relative;
}
#icon-home path
{
   stroke: #8a8a8a;
   fill: none;
}
#icon-shop path {
   stroke: #8a8a8a;
   fill: none;
}
#icon-tracking path {
   stroke: #8a8a8a;
   fill: none;
}

.menu-header ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
	background: var(--second-color);
    transition: all .2s ease-in-out;
}


.menu-header > ul > li > a:hover::after {
    width: 100%;
    left: 0;
}
.menu-header > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 36px;
    box-shadow: -5px 5px 10px rgba(2, 25, 89, 0.1);
}
.menu-header ul li ul {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
    padding: 7px 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 99;
}
.menu-header ul li ul li {

}
.menu-header ul li ul li a {
    padding: 7px 14px;
    display: block;
    font-size: 13px;
}
.register-btn {
	color: #161A1DE7;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	margin: 0px -5px 0px -5px;
	padding: 10px;
	border-radius: 10px;
    box-shadow: -3px 3px 6px rgba(2, 25, 89, 0.1);
    transition: all .2s ease-in-out;
}

.register-btn:hover {
	background: #f3f3f3;
}
.register-btn i {
    font-size: 20px;
}

.down-header .special-btn a {
	border-bottom: 2px solid var(--second-color);;
	padding-bottom: 13px;
}
.neo-megamenu {
    position: relative;
}
.megamenu-box:hover > .neo-megamenu > ul {
    visibility: visible;
    opacity: 1;
    top: 14px;
    box-shadow: -5px 5px 10px rgba(2, 25, 89, 0.1);

}
.neo-megamenu > ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    top: -20px;
}
.neo-megamenu > ul {
    position: absolute;
    background: #fff;
    border: 1px solid #f3f3f3;
    top: 25px;
    right: 0px;
    width: 222px;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    border-radius: 0 0px 10px 0 ; 

}

.neo-megamenu > ul.active{
    opacity: 1;
    transform: translate();
}
.neo-megamenu > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .2s ease-in-out;
}
.neo-megamenu > ul > li.active {
    background: var(--second-color);
    border-radius: 12px;
    padding: 1px;
    margin: 5px;
}
.neo-megamenu > ul > li.active > a,.neo-megamenu > ul > li.active i {
    color: #fff;
}
.neo-megamenu > ul > li > a {
    padding: 12px;
    font-weight: 450;

}
.neo-megamenu > ul > li > i {
    margin-left: 12px;
    font-size: 9px;
}


.neo-megamenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.neo-megamenu > ul > li > ul li.active {
    visibility: visible;
    opacity: 1;
}
.neo-megamenu > ul > li > ul {
    position: absolute;
    background: #fff;
    top: 0;
    right: 100%;
    width: 1215px;
    height: 100%;
    display: flex;
    padding: 12px;
    border-right: 1px dashed #ddd;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 0px 0 10px;
    box-shadow: -5px 5px 10px rgba(2, 25, 89, 0.1);
	/* height: auto !important; */

}
.neo-megamenu > ul > li > ul > li {
    width: 25%;
    
}
.neo-megamenu > ul > li > ul > li > a {
    font-weight: 450;
    color: #000;
    border-right: 3px solid var(--second-color);
    padding-right: 5px;
    margin-bottom: 7px;
    display: inline-block;
    transition: none;
}
.neo-megamenu > ul > li > ul > li > ul li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding: 4px;
    display: inline-block;
    transition:none ;
}

.neo-megamenu > ul > li > ul > li > ul li a:hover {
    color: var(--second-color);
}
.main-slider {
    margin-bottom: 30px;
}
.main-slider .owl-stage-outer {
    border-radius: 15px;
}
.main-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
 .owl-theme .owl-dots button.owl-dot span {
    background: #000;
    opacity: .3;
    width: 7px;
    height: 7px;
    margin: 2px 3px;
}
 .owl-theme .owl-dots button.active span {
    background: #fff !important;
    opacity: 1;
    width: 18px;
}

.main-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.main-slider .owl-carousel .owl-nav button.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.main-slider .owl-carousel .owl-nav button.owl-next {
    right: 80px;
}
.main-slider .owl-carousel .owl-nav button.owl-prev {
    right: 35px;
}
.main-slider .owl-carousel .owl-nav button {
    position: absolute;
    bottom: 35px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.main-slider:hover .owl-carousel .owl-nav button {
    opacity: 1;
}
.main-slider .owl-carousel .owl-nav button:hover {
    background: #fff;
    color: #333;
}

.item.cat-item {
    display: flex;
    justify-content: center;
}

.cat-image {
    background: #fff;
    border-radius: 10px;
    width: 150px;
    height: 135px;
    transition: all .2s ease-in-out;
    overflow: visible;
    box-shadow: -3px 3px 8px rgba(2, 25, 89, 0.07);
    margin: 13px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
	background-image: linear-gradient(125deg, #FFFFFF 0%, #f7f7f7 100%);
}

.cat-image svg, .cat-image p{
    transition: all .2s ease-in-out;
}

.cat-image svg path {
    stroke: #979797;
    transition: all .2s ease-in-out;

}

svg.fill path {
    fill: #979797;
    stroke: none;
}

.cat-image p a {
    color: #979797;
}
.cat-image:hover{
    box-shadow: 0 3px 8px color-mix(in srgb, var(--main-color) 75%, transparent);
}


.cat-image:hover svg, .cat-image:hover p {
    transform: scale(1.1);
    transform: translateY(-20px);
} 

.cat-image:hover svg.fill path{
    fill: var(--main-color);
    stroke: none;
} 

.cat-image:hover svg path, .cat-image:hover p a{
    stroke: var(--main-color);
    color: var(--main-color);
} 
.title-pro h4 {
	font-size: 18px;
	font-weight: 450;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}

.title-pro h4::before {
	background: color-mix(in srgb, var(--main-color) 55%, transparent);
	content: "";
	position: absolute;
	left: 0px;
	bottom: -15.3px;
	height: 1px;
	width: 100%;
	border-radius: 20px;
	transition: width 0.3s ease;
}

.title-pro h4::after {
	background: var(--main-color);
	content: "";
	position: absolute;
	right: 15px;
	bottom: -18px;
	height: 7px;
	width: 70px;
	border-radius: 20px;
	transition: width 0.3s ease;
}

.title-pro h4:hover::after {
    width: 90%;
    left: 0;
}



.hero-product .product-item {
	background: #fff;
	border-radius: 20px;
	box-shadow: -3px 3px 10px rgba(2, 25, 89, 0.19);
	margin: 13px 8px;
	padding: 10px 15px 15px;
    transition: all .3s ease-in-out;
}

.hero-product .product-item .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-product .product-item .color-dis .color {
	position: absolute;
	top: 50px;
}

.hero-product .hero-archive .product-item .color-dis .color {
    position: absolute;
    top: 50px;
}

.hero-product .product-item .color-dis .color ul li {
	padding: 9px 0px;
}

.hero-product .product-item .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.hero-product .product-item .color-dis .color ul li span:hover > b {
	visibility: visible;
	opacity: 1;
	right: 17px;
}
.hero-product .product-item .color-dis .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}


.hero-product .product-item .down .price .discount {
	background: var(--second-color);
	color: #fff;
	padding: 0 3px;
    border-radius: 8px 8px 8px 0px;
	position: absolute;
	/* top: -15px; */
    bottom: 15px;
	left: -17px;
}
.hero-product .product-item figure a {
    max-width: 200px;
    display: block;
    margin: 7px auto 0;
}
.hero-product .product-item h2 {
    margin-top: 15px;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
}
.hero-product .product-item h2 a {
    color: #313131;
    font-size: 14px;
    font-weight: 450;
}
.hero-product .product-item .down {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 50px;
}
.hero-product .product-item .down .addtocart_button a {
	color: #FFF;
	display: flex;
	background: var(--second-color);
	width: 35px;
	height: 35px;
	padding: 3px;
	align-items: center;
	border-radius: 10px;
}
.hero-product .product-item .down .price {
    position: relative;
    margin-left: 10px;
    text-align: left;
}
.hero-product .product-item .down .price del .woocommerce-Price-currencySymbol {
    display: none;
}
.hero-product .product-item .down .price > span > bdi {
    font-size: 16px;
    font-weight: 725;
}

.hero-product .product-item .down .price > span > bdi .woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    display: block;
    position: absolute;
    left: 0;
    bottom: 26px;
}

.hero-product .product-item .down .price del {
	color: #7E7E7E;
	position: absolute;
    top: -35px;
	left: 15px;
}
.hero-product .product-item .down .price ins {
	color: #313131;
	font-size: 18px;
	font-weight: 725;
	text-decoration: none;
	position: absolute;
	top: -20px;
	left: 15px;
    display: block;
}
.hero-product .product-item .down .price ins span.woocommerce-Price-currencySymbol {
	font-size: 12px;
	color: #D7DBE2;
	font-weight: 500;
	display: block;
	position: absolute;
	top: 6px;
	left: -33px;
}
.hero-product {
    margin-bottom: 50px;
    margin-top: 40px;
}

.amazing-product {
  background: var(--main-color);
  border-radius: 20px; 
  box-shadow:
    -13px 15px color-mix(in srgb, var(--main-color) 55%, transparent),
    -23px 28px color-mix(in srgb, var(--main-color) 10%, transparent);
}
.amazing-product .amazing-thumbnail img {
    max-width: 228px;
    margin: 15px auto;
}
.amazing-product .amazing-btn {
    text-align: center;
}
.amazing-product .amazing-btn a {
    background: #fff;
    border-radius: 24px;
    padding: 13px 29px;
    display: inline-flex;
    align-items: center;
}
.amazing-product .amazing-btn a i {
    font-size: 13px;
    margin-right: 5px;
}
.amazing-product .countdown-timer {
    display: flex;
    justify-content: center;
}
.amazing-product .countdown-timer .number {
    background: var(--second-color);
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.amazing-product .countdown-timer span.dot {
    font-size: 24px;
    color: var(--second-color);
    margin: 0 2px;
}
.poster {
    display: flex;
    justify-content: space-between;
    gap: 21px;
    margin-bottom: 50px;
}
.poster img {
    border-radius: 15px;
}

.pro-cat {
    border-radius: 15px;
    position: relative;
    max-height: 399px;
}

.pro-cat .pro-cat-thumbnail img {
	max-width: 270px;
	margin: auto;
    border-radius: 15px;
    height: 375px;
}
.pro-cat .amazing-btn {
    text-align: center;
}
.pro-cat .pro-cat-btn .fa-solid.fa-arrow-left {
	margin-right: 5px;
}

.pro-cat .pro-cat-btn a {
	background: #fff;
	border-radius: 24px;
	padding: 13px 29px;
	display: inline-flex;
	align-items: center;
	position: absolute;
	top: 300px;
	right: 63px;
}
.pro-cat .amazing-btn a i {
    font-size: 13px;
    margin-right: 5px;
}
.pro-cat .countdown-timer {
    display: flex;
    justify-content: center;
}
.pro-cat .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.pro-cat .countdown-timer span.dot {
    font-size: 24px;
    color: #f93423;
    margin: 0 2px;
}

.hero-blog {
    margin-bottom: 60px;
}
.box-blog {
    display: flex;
    justify-content: space-between;
    gap: 12.5px;
}
.box-blog .big-post {
    width: 41%;
    position: relative;
}
.box-blog .big-post:hover img {
    transform: scale(1.1);
}
.box-blog .big-post a figure {
    overflow: hidden;
    border-radius: 15px;
}
.box-blog .big-post a figure img {
    width: 588px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.box-blog .big-post a .title {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.box-blog .big-post a .title h2 {
    background: #fff;
    box-shadow: 4px 4px 25px 0px #38383840;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 450;
    padding: 10px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .big-post a .title h2 i {
    background: var(--main-color);
    padding: 12px;
    color: #fff;
    border-radius: 10px;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
    flex-wrap: wrap;
}
.box-blog .small-post .post-item {
    width: 49%;
    background: #fff;
    box-shadow: -3px 3px 6px rgba(2, 25, 89, 0.19);
    border-radius: 10px;
    height: 145px;
    padding: 10px;
    min-width: 300px;
    flex-grow: 1;
}
.box-blog .small-post .post-item:hover img {
    transform: scale(1.1);
}
.box-blog .small-post .post-item a figure {
    float: right;
    margin-left: 10px;
    overflow: hidden;
}
.box-blog .small-post .post-item figure img {
    width: 125px;
    height: 125px;
    border-radius: 10px;
    object-fit: cover;
    transition: all .2s ease-in-out;
    margin-left: 10px;
}
.box-blog .small-post .post-item a h2 {
    font-size: 14px;
    font-weight: 450;
    margin-top: 15px;
    height: 65px;
    line-height: 23px;
}
.box-blog .small-post .post-item a .down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .small-post .post-item a .down span {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 300;
}
.box-blog .small-post .post-item a .down i {
    background: var(--main-color);
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-left: 5px;
}

.title-brand {
    text-align: center;
}
.title-brand h4 {
    background: var(--main-color);
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px 30px 0px 0px;
    font-weight: 700;
    font-size: 18px;
}
.box-brand {
    background: #fff;
    border-radius: 15px;
    box-shadow: -3px 3px 10px rgba(2, 25, 89, 0.19);
}
.box-brand .inner-brand {
    width: 88%;
    margin: auto;
}
.box-brand .inner-brand .brand-item {
    display: flex;
    justify-content: center;
    height: 170px;
    align-items: center;
}
.box-brand .inner-brand .brand-item img {
    max-width: 150px;
}



.neo-service {
    display: flex;
    gap: 10px;
    background: var(--main-color);
    border-radius: 10px 10px 10px 70px;
    box-shadow: -6px 11px 10px rgba(2, 25, 89, 0.19);
}

.neo-service .service-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    color: #fff;
}
.neo-service .service-item img {
    max-width: 72px;
    margin: 0 auto 10px;
}
.neo-service .service-item span {
    font-size: 13px;
    font-weight: 300;
    color: #ffffffa3;
}

footer {
    background: #fff;
    border-top: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    padding-top: 40px;
}
.footer-box {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.footer-box .footer-widget {
    flex-grow: 1;
}
.footer-box .footer-about {
    width: 30%;
    margin-left: 30px;
}
.footer-box .footer-widget h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #303030;
}
.footer-box .footer-widget .f-w-contet {
    color: #7A7A7A;
    line-height: 30px;
    text-align: justify;
}
.footer-box .footer-widget .f-w-contet ul li a {
    color: #7A7A7A;
}
.application {
    display: flex;
    justify-content: space-between;
    background: var(--main-color) important;
    border-radius: 10px;
    padding: 15px;
    flex-wrap: wrap;
    gap: 15px;
}
.application .right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
}
.application .right img {
    max-width: 45px;
}
.application .left {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.application .left a {
    display: flex;
}
.footer-line {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    color: #7E7E7E;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-line .right{
    line-height: 2;
}

.footer-line .left span {
    border: 1px solid #A5A5A5;
    padding: 6px 13px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.footer-down {
    display: flex;
    justify-content: space-between;
    color: #7E7E7E;
    padding: 20px 0;
    gap: 15px;
}
.footer-down .social-footer {
    display: flex;
    gap: 20px;
}
.footer-down .social-footer a {
    display: flex;
    justify-content: center;
}

.footer-down .copy-right{
    text-align: center;
    width: 100%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 6; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 460px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
}

div#modal_login {
    z-index: 1001;
}

#modal_add_to_cart {
    background-color: unset;
	z-index: 1000 !important;

}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
     from {top:-300px; opacity:0}
     to {top:0; opacity:1}
 }

/* The Close Button */
.close_login {
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 15px;
}

.close_login:hover,
.close_login:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.form-login-neo {
    position: relative!important;
    z-index: 1!important;
    background: #FFFFFF!important;
    max-width: 100%!important;
    padding: 30px!important;
    text-align: center!important;
}
.form-login-neo input {
    outline: 0;
    background: #f2f2f2;
    border: 0;
    margin: 0 0 15px!important;
    padding: 15px !important;
    box-sizing: border-box!important;
    font-size: 14px!important;
}
.form-login-neo button {
    text-transform: uppercase!important;
    outline: 0!important;
    background: var(--second-color);
    width: 100%!important;
    border: 0!important;
    padding: 15px!important;
    color: #FFFFFF!important;
    font-size: 14px!important;
    -webkit-transition: all 0.3 ease!important;
    transition: all 0.3 ease!important;
    cursor: pointer!important;
}

.form-login-neo .message {
    margin: 15px 0 0!important;
    color: #b3b3b3!important;
    font-size: 14px!important;
}
.form-login-neo .message a {
    color: var(--second-color);
    text-decoration: none!important;
}
.form-login-neo .register-form {
    display: none;
}
.form-login-neo .logo {
    max-width: 200px;
    margin: 0 auto 35px;
}

/******* single product *******/
.neo-breadcrumb {
    font-size: 13px;
    margin: 20px 0;
    color: #7E7E7EE7;
}
.neo-breadcrumb a {
    color: #7E7E7EE7;
}
.product-intro {
	background: #fff;
	border-radius: 20px;
	box-shadow: -3px 3px 15px rgba(2, 25, 89, 0.19);
	margin-bottom: 20px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	/* gap: 30px; */
	width: 100%;
}
.product-intro .left {
    width: 49%;
}
.product-intro .left header {
    border-bottom: 1px solid #F5F3F4;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.product-intro .left header h1 {
    font-size: 20px;
    font-weight: 700;
}
.product-intro .left header span {
    font-weight: 300;
    color: #B2B2B2;
    margin-top: 5px;
    display: block;
}
.product-intro .left .product-meta {
    display: flex;
    justify-content: space-between;
}
.product-intro .left .product-meta .meta-pro {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 22px;
}
.product-intro .left .product-meta .meta-pro i {
    color: var(--second-color);
    font-size: 24px;
    margin-left: 6px;
}

.warranty-icon {
	margin-right: 6px;
}

.product-box .product-meta-cart .meta-pro {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	background: #f3f3f3;
	border-radius: 10px;
	gap: 5px;
	padding: 2px;
}
 .product-box .product-meta-cart .meta-pro i {
	color: #F93423;
	font-size: 24px;
	margin-left: 6px;
	margin-bottom: 10px;
}

.product-box .product-meta-cart .meta-pro-stock {
	align-items: center;
	margin-bottom: 15px;
	background: #f3f3f3;
	border-radius: 10px;
	padding: 5px;
	display: flex;
	gap: 10px;
}
 .product-box .product-meta-cart .meta-pro-stock i {
	color: #F93423;
	font-size: 24px;
	margin-left: 6px;
	margin-bottom: 10px;
}

.product-box .product-delivery {
	font-weight: 450;
	margin-top: -10px;
	background: #f3f3f3;
	border-radius: 10px;
	padding: 2px;
	display: flex;
	align-items: center;
	gap: 5px;
}
 .product-box .product-delivery span i {
	color: #F93423;
	margin-left: 9px;
	font-size: 20px;
}
.product-intro .left .additional-product {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    max-height: 91px;
    overflow: hidden;
    margin-bottom: 40px;
}
.product-intro .left .additional-product .property-item {
    display: flex;
}
.product-intro .left .additional-product .property-item span {
    color: #7E7E7E;
    font-weight: 300;
}
.product-intro .left .additional-product .property-item span i {
    font-size: 10px;
    color: #D5D5D5;
}

.product-intro .left .show-rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.woocommerce .star-rating {
    color: #ffc107;
    font-size: 16px;
    margin: 3px !important;
}
.shop-info {
	border-bottom: 1px solid #ddd;
}
.woocommerce .quantity {
	display: flex;
	width: 200px;
	height: 45px;
	border-radius: 12px;
	background: #fff;
	justify-content: center;
	align-items: center;
	box-shadow: -3px 3px 6px rgba(2, 25, 89, 0.19);
}
.woocommerce .quantity button {
	font-size: 20px;
	background: transparent;
	padding: 0px 7px;
	cursor: pointer;
	/* margin: 16px auto; */
	background: var(--second-color);
	border-radius: 7px;
	margin: 7px;
	color: #fff;
}
.woocommerce .quantity button.plus {
    /* border-left: 1px solid #C2C2C2; */
}
.woocommerce .quantity button.minus {
    /* border-right: 1px solid #C2C2C2; */
}
.woocommerce .quantity .qty {
	width: 100%;
	height: 100%;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	appearance: textfield;
	background: #fff;
	border: none;

}

.product-box .price-box .single-price {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
    align-items: flex-end;
}

.product-box .price-box .single-price .price {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: flex-start;
	color: #313131;
	font-weight: 700;
}

.product-box .price-box .single-price .price del {
    font-size: 14px;
    font-weight: 400;
    color: #7E7E7E;
    text-decoration: line-through;
    margin-bottom: 4px;
    margin-right: 20px;
}

.product-box .price-box .single-price .price del .woocommerce-Price-currencySymbol {
    display: none;
}

.product-box .price-box .single-price .price ins {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #313131;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-box .price-box .single-price .price ins span.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
}

.product-box .price-box .single-price .discount {
    background: var(--second-color);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 6px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

/* .product-box .price-box .single-price {
	display: flex;
	gap: 10px;
	border-top: 1px dashed #ddd;
	padding: 30px 0 0 0px;
	margin-bottom: 15px;
}
 .product-box .price-box .single-price .price {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-left: 10px;
	align-items: baseline;
}
.product-box .price-box .single-price .price del {
    font-size: 20px;
    font-weight: 400;
    color: #7E7E7E;
    position: absolute;
    top: -44px;
    right: 146px;
    opacity: 1;
}

.product-box .price-box .single-price .price del .woocommerce-Price-currencySymbol {
    display: none;
}

.product-box .price-box .single-price .price ins {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #313131;
    position: absolute;
    top: -22px;
    right: 126px;
}

.product-box .price-box .single-price .price > span > bdi {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #313131;
    position: absolute;
    top: -15px;
    right: 133px;
}

.product-box .price-box .single-price .price > span > bdi span {
    font-size: 13px;
    font-weight: 450;
    display: block;
    position: absolute;
    top: 3px;
    left: -30px;
}

 .product-box .price-box .single-price .price ins span.woocommerce-Price-currencySymbol {
	font-size: 13px;
	font-weight: 450;
	display: block;
	position: absolute;
	top: 11px;
	left: -34px;
}
.product-box .price-box .single-price .discount {
	background: var(--second-color);
	color: #fff;
	font-size: 16px;
	font-weight: 450;
	width: 32px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	right: 250px;
	bottom: 20px;
	border-radius: 10px;
} */

.add-btn {
	display: flex;
	gap: 5px;
}

.product-box .price-box .add-btn .single_add_to_cart_button {
	background: var(--second-color);
	color: #fff;
	width: 100%;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 450;
	border-radius: 12px;
	cursor: pointer;
	height: 45px;
	margin: auto;
	position: relative;
	transition: all .2s ease-in-out;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: -3px 3px 6px rgba(2, 25, 89, 0.19);
}

svg.cart-icon-sigle {
    position: absolute;
    top: 50%;
    left: -40px;
     width: 30px; 
     height: 30px;
    transform: translateY(-50%) scale(0.8);
    display: block;
    opacity: 0;
    transition: all .5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-box .price-box .add-btn .single_add_to_cart_button:hover{
    color: transparent;
}
.product-box .price-box .add-btn .single_add_to_cart_button span{
    transition: all .1s ease-in-out;
}

.product-box .price-box .add-btn .single_add_to_cart_button:hover span{
    opacity: 0;
    transform: translateX(10px);
    transition: all .2s ease-in-out;
}


.product-box .price-box .add-btn .single_add_to_cart_button:hover svg.cart-icon-sigle {
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    color: #fff;
    animation: shake-cart 0.3s ease-in-out 0.5s forwards;
}

@keyframes shake-cart {
    0% { transform: translate(-50%, -50%) scale(1.2) rotate(0); }
    25% { transform: translate(-50%, -50%) scale(1.1) rotate(-5deg); }
    50% { transform: translate(-50%, -50%) scale(1.1) rotate(5deg); }
    75% { transform: translate(-50%, -50%) scale(1.1) rotate(-3deg); }
    100% { transform: translate(-50%, -50%) scale(1); }
}

.product-page {
	display: flex;
	gap: 10px;
}

.product-box {
	background: #fff;
	padding: 15px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: auto;
	margin: 0 0 auto 0;
	box-shadow: -3px 3px 15px rgba(2, 25, 89, 0.19);
	width: 400px;
}

.shop-info h3 {
	margin: 0;
	color: #333;
	margin-bottom: 5px;
}

.badge {
    display: inline-block;
    background: green;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.rating {
    font-size: 14px;
    color: #555;
}

.rating span {
    font-weight: bold;
    color: green;
}

.price-box {
    text-align: center;
}


.product-intro .right {
    display: flex;
    justify-content: space-between;
    width: 47%;
    position: relative;
    padding: 20px;
}
.product-intro .right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #000;
    opacity: .02;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}
.product-intro .right .flex-viewport {
    width: 75%;
    flex-shrink: 0;
}

.flex-active-slide {
    max-width: 370px !important;
}

.product-box .timer-cart .countdown-timer {
    display: flex;
    justify-content: center;
}
.product-box .timer-cart .countdown-timer .number {
    background: var(--second-color);
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.product-box .timer-cart .countdown-timer span.dot {
    font-size: 24px;
    color: var(--second-color);
    margin: 0 2px;
}
.product-intro .right ol {
    width: 63px;
    display: flex;
    flex-direction: column;
    gap: 10px;
 /* کدهای جدید برای اسکرول با کشیدن */
    max-height: 310px;   /* حداکثر ارتفاع برای ۴ تصویر + فاصله‌ها */
    overflow-y: auto !important;  /* << مهم: مخفی کردن نوار اسکرول */
    overflow-x: hidden;
    cursor: grab;        /* << مهم: تغییر نشانگر موس */
    user-select: none;   /* جلوگیری از انتخاب متن تصاویر هنگام کشیدن */
	  scroll-behavior: smooth;
  /* پنهان کردن اسکرول‌بار */
  scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* IE 10+ */
    -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-overflow-scrolling: touch;
  margin: auto 0 !important;
}

.flex-control-nav.flex-control-thumbs.dragging {
  cursor: grabbing;
}
/* پنهان کردن scrollbar */
.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
  display: none;
}
.flex-control-nav.flex-control-thumbs {
  scrollbar-width: none;
  -ms-overflow-style: none;
}




/* << مهم: استایل برای زمانی که کاربر در حال کشیدن است */
.product-intro .right ol.active {
    cursor: grabbing;
}
.product-intro .right ol li {
    background: #fff;
    width: 63px !important;
    height: 63px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}
.product-intro .right ol li img {
    opacity: .5;
    filter: blur(1px);
}
.product-intro .right ol li img.flex-active {
    opacity: 1;
    filter: unset;
}
.product-intro .right .product-action {
    max-width: 6%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15%;
    z-index: 3;
	    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
    -webkit-tap-highlight-color: transparent;
}
.product-intro .right .product-action .item-action button {
    background: #fff;
    border: 1px solid #161A1D;
    border-radius: 8px;
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-intro .right .product-action .item-action button:hover span {
    max-width: 280px;
    padding-left: 10px;
}
.product-intro .right .product-action .item-action button i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.product-intro .right .product-action .item-action button span {
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
#modal_video .modal-content {
    width: 800px;
}
.modal-header i {
    float: left;
    font-size: 24px;
    color: #aaa;
}
.modal-header h4 {
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.modal-body video {
    max-width: 100%;
}
#modal_share .modal-content {
    width: 500px;
}
.modal-body .shortlink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #edecec;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 20px;
}
.modal-body .shortlink textarea {
    text-align: left;
    width: 300px;
    height: 32px;
    padding: 8px;
    font-weight: 500;
}
.modal-body .social-sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.modal-body .social-sharing .box-sharing {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.modal-body .social-sharing .box-sharing a {
    font-size: 28px;
    display: flex;
}
.modal-body .social-sharing .box-sharing a.facebook {
    color: #4267B2;
}
.modal-body .social-sharing .box-sharing a.twitter {
    color: #1DA1F2;
}
.modal-body .social-sharing .box-sharing a.pinterest {
    color: #E60023;
}
.modal-body .social-sharing .box-sharing a.telegram {
    color: #1DA1F2;
}
.modal-body .social-sharing .box-sharing a.whatsapp {
    color: #25D366;
}

.product-tab .product-description {
    line-height: 2.5;
    font-size: 15px;
    margin-bottom: 50px;
}
.product-tab .additional-product {
    margin-bottom: 70px;
}
.product-tab .additional-product h2 {
    margin-bottom: 20px;
}
.product-tab .additional-product .property-item {
    display: flex;
    gap: 10px;
    font-weight: 450;
    margin-bottom: 10px;
}
.product-tab .additional-product .property-item span {
    background: #f5f5f5;
    padding: 20px 10px;
    min-width: 200px;
    border-radius: 10px;
}
.product-tab .additional-product .property-item span i {
    font-size: 10px;
    color: #D5D5D5;
    margin-left: 3px;
}
.product-tab .additional-product .property-item p {
    background: #f8f9fa;
    padding: 20px 10px;
    flex-grow: 1;
    border-radius: 10px;
}
.neo-cross-sell {
    display: flex;
    gap: 15px;
    margin-bottom: 70px;
    flex-wrap: wrap;
    justify-content: center;
}
.cross-item {
	width: 32.5%;
	height: 160px;
	background: #fff;
	box-shadow: -3px 3px 15px rgba(2, 25, 89, 0.19);
	border-radius: 15px;
	padding: 15px;
    flex-grow: 1;
    min-width: 300px;
}
.cross-item figure {
    float: right;
    margin-left: 5px;
    max-height: 100%;
    overflow: hidden;
}
.cross-item figure a img {
    max-width: 130px;
}
.cross-item h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}
.cross-item h2 a {
    font-size: 15px;
    font-weight: 450;
}
.cross-item .down {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: end;
}
.cross-item .down .addtocart_button a {
    color: #FFF;
    display: flex;
    background: var(--second-color);
    width: 35px;
    height: 35px;
    padding: 3px;
    align-items: center;
    border-radius: 10px;
}

.down .addtocart_button a:after{
    display: none;
}

.down .addtocart_button a.added {
    display: none !important;
}

.addtocart_button a.added_to_cart {
    background: var(--second-color) !important;
    color: #fff !important;
    font-size: 0px;
    padding: 3px 5px !important;
    border-radius: 4px;
}

.addtocart_button a.added_to_cart::after{
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    background: var(--second-color);
    border-radius: 4px;
    display: inline-block;
    animation: fadeIn 0.3s ease-in-out;
}

.addtocart_button a{
    transition: all 1.5s ease-in-out;
}

.modal-add-to-cart {
    display: flex;
    width: 280px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 450;
    left: 15px !important;
    position: absolute;
    bottom: 25px !important;
    height: 60px;
    border:none;
    -webkit-animation-name: unset;
    -webkit-animation-duration: unset;
    animation-name: unset;
    animation-duration: unset;
    background:#30B67A;
  color: #fff;
  z-index: 9999 !important;
}

.modal-add-to-cart i {
	color: #fff;
	font-size: 26px;
	border: 1px solid #f5f5f5c9;
	padding: 3px;
	border-radius: 8px;
}

.cross-item .down .price {
    position: relative;
    margin-left: 10px;
    text-align: left;
}
.cross-item .down .price del .woocommerce-Price-currencySymbol {
    display: none;
}
.cross-item .down .price > span > bdi {
    font-size: 16px;
    font-weight: 725;
}

.cross-item .down .price > span > bdi .woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    display: block;
    position: absolute;
    left: 0;
    bottom: 26px;
}

.cross-item .down .price del {
    color: #7E7E7E;
    position: absolute;
    top: -35px;
    left: 15px;
}
.cross-item .down .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
    position: absolute;
    top: -20px;
    left: 15px;
    display: block;
}
.cross-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    display: block;
    position: absolute;
    top: 6px;
    left: -33px;
}

.cross-item .color-dis .discount {
    background: var(--main-color);
    color: #fff;
    padding: 0 3px;
    border-radius: 5px;

}

.cross-item .down .price .discount {
    background: var(--main-color);
    color: #fff;
    padding: 0px 3px;
    border-radius: 8px 8px 8px 0px;
    position: absolute;
    top: -38px;
    bottom: 15px;
    left: -17px;
    text-align: center;
    align-items: center;
    display: flex;
}

/********** single article **********/

.hero-single {
    display: flex;
    justify-content: space-between;
    gap: 20px 0;
    margin-bottom: 40px;
}
.main-single {
    width: 77%;
}
.post-single {
    background: #fff;
    box-shadow: -3px 6px 10px rgba(2, 25, 89, 0.19);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.post-single header {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post-single header h1 {
    font-size: 24px;
    font-weight: bold;
}
.post-single .box-pm {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #A3A3A3;
    margin-bottom: 20px;
}
.post-single .box-pm .post-meta a {
    color: #81858b;
}
.post-single figure {
    text-align: center;
    margin-bottom: 20px;
}
.post-single .content-single {
    line-height: 2.5;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}
.post-single .post-tag {
    display: flex;
    gap: 8px;
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
    align-items: center;
}
.post-single .post-tag a {
    background: #E9E9E9;
    border-radius: 5px;
    padding: 4px 12px;
    color: #757575;
    font-weight: 325;
}
.related-head h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
}
.related-item {
    box-shadow: 0px 4px 85px 0px #D3D3D340;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #d5d5d544;
    margin: 20px 8px;
    height: 315px;
}
.related-item figure img {
    border-radius: 15px;
}
.related-item h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    height: 40px;
    font-weight: 500;
}
.related-item .down {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: #F5F5F5;
    padding: 7px 10px;
    color: #757575;
    font-size: 13px;
}
.side-single {
    width: 22%;
}
.widget {
    background: #fff;
    box-shadow: -3px 6px 10px rgba(2, 25, 89, 0.19);
    border-radius: 15px;
    padding:16px;
    border: 1px solid #d5d5d544;
    margin-bottom: 15px;
    overflow: hidden;
}

.widget-search {
	background: #fff;
	box-shadow: -3px 3px 10px rgba(2, 25, 89, 0.19);
	border-radius: 15px;
	padding: 5px;
	border: 1px solid #d5d5d544;
	margin-bottom: 15px;
}
.widget-header h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #f93423;
    padding-bottom: 12px;
    margin-bottom: 22px;
    display: inline-block;
}
.widget-search form {
    position: relative;
}
.widget-search form input[type="text"] {
 border: none;
}
.widget-search form button {
	position: absolute;
	top: -1px;
	left: 0px;
	padding: 10px;
	cursor: pointer;
	background: transparent;
}
.widget ul li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget ul li a:hover {
    color: #FF0000;
}
.widget ul li span.post-date {
    font-size: 13px;
    color: #A3A3A3;
    display: block;
    margin-top: 4px;
}
.single-insta {
    background: #333;
    margin-top: -20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.hero-insta {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.hero-insta {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.hero-insta .right {
    width: 70%;
    border-radius: 10px;
    overflow: hidden;
}
.hero-insta .right video {
    max-width: 100%;
    max-height: 650px;
}
.hero-insta .left {
    width: 28%;
    color: #fff;
    border: 2px solid #444;
    padding: 12px;
    border-radius: 10px;
}
.hero-insta .left h1 {
    font-size: 16px;
    padding-bottom: 10px;
}
.hero-insta .left p {
    line-height: 2;
    color: #eaeaea;
}
.hero-insta .left a {
    color: #3366cc;
    text-decoration: underline;
}
.box-insta-single {
    background: #333;
    border: 2px solid #444;
    border-radius: 10px;
    box-shadow: none;
}
.single-insta h4.title-insta-single {
    color: #fff;
    font-size: 18px;
    font-weight: 450;
    margin: 20px 5px 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.single-insta h4.title-insta-single i {
    font-size: 24px;
}
.hero-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
}
.hero-archive .product-item {
    width: 23.5%;
    margin: 0;
    position: relative;
    transition: all .2s ease-in-out;
}

.hero-archive .product-item:hover {
background: #eff0f5;
box-shadow: none;

}

.page-not-fount {
    width: 60%;
    margin: auto;
}
.btn404 {
    text-align: center;
    margin-bottom: 25px;
}
.btn404 p {
    font-size: 18px;
    font-weight: 900;
    margin: 30px 0 20px;
}
.page-not-fount .wrapper {
    text-align: center;
}
.floating-button {
    font-size: 34px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: var(--main-color) !important;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}
.floating-button i {
    transition: all .2s ease-in-out;
}
.floating-contact .contact-list {
    width: 280px;
    position: fixed;
    right: 40px;
    bottom: 120px;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 10px;
    border-radius: 15px;
    z-index: 100;
    display: none;
}
.floating-contact .contact-list a {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}
.floating-contact .contact-list a:hover {
    background: #f3f4f6;
}
.floating-contact .contact-list a img {
    width: 35px;
    height: 35px;
}

#stories {
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#stories::-webkit-scrollbar {
	display: none;
}

#stories {
	-webkit-overflow-scrolling: touch;
}

.neo-story {
    text-align: center;
    margin-bottom: 20px;
}
.stories.carousel .story,.stories.carousel .story:first-child,.stories.carousel .story:last-child {
    margin: 0 15px;
}
.stories.carousel .story > .item-link > .info .name {
    font-weight: 400;
}
#zuck-modal-content {
    direction: ltr;
    text-align: left;
}
#zuck-modal-content .story-viewer .head .right {
    margin-right: 20px;
}
#zuck-modal-content .story-viewer .head .right .close {
    color: #fff;
}
#zuck-modal-content .story-viewer .head .right .close:hover {
    color: #dddddd;
}
#zuck-modal-content .story-viewer .slides-pagination span {
    font-family: initial;
}
#zuck-modal-content .story-viewer .slides-pagination .next {
    right: 20px;
}
#zuck-modal-content .story-viewer .head .time {
    display: none !important;
}

/*********style comment *********/
.comment-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.comment-respond p.comment-form-url{
    display: none;
}
.comment-respond .comment-form-comment {
    margin: 20px 0;
}
.comment-respond p.comment-form-author{
    width: 49%;
    float: right;
}
.comment-respond p.comment-form-email {
    width: 49%;
    float: left;
}
.comment-respond  .comment-form-cookies-consent {
    float: right;
    width: 100%;
    margin: 20px 0;
}

.comment-box .comments-inner {
    margin-top: 40px;
}
.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0px;
    border: 1px solid rgb(233, 233, 233);
    padding: 10px 15px 15px;
}
.comments-inner .comment-awaiting-moderation {
    color: #cf5d5d;
    margin: 7px 0;
    display: inline-block;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
}
.comments-inner .comment .depth-2 {
    background: #f9f9f9;
	margin-right: 30px;
}
.comments-inner .comment .depth-3 {
    background: #f0f0f0;
	margin-right: 35px;
}
.comments-inner .comment .comment-author {

}
.comments-inner .comment .comment-meta {
    display: none;
}
.comments-inner .comment .comment-author img{
display: inline-block;
    width: 30px;
    height: 30px;
}
.comments-inner .comment .comment-author .fn {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.comments-inner .comment .comment-author .says{
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    font-size: 13px;
}
.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
    color: #606060;
}
.comments-inner .comment .reply {
    display: block;
    margin-top: 15px;
}
.comments-inner .comment .reply a {
    background: #ecf0f1;
    color: #333;
    padding: 4px 15px;
}


.main-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.main-archive .post-item {
    box-shadow: 0px 4px 85px 0px #D3D3D340;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #d5d5d544;
    width: 23.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-archive .post-item figure img {
    border-radius: 15px;
}
.main-archive .post-item h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    font-weight: 500;
}
.main-archive .post-item .down {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: #F5F5F5;
    padding: 7px 10px;
    color: #757575;
    font-size: 13px;
}
.title-archive {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #d5d5d544;
    margin-bottom: 10px;
}
.title-archive span {
    color: var(--main-color);
}
.pagination {
  text-align: center;
  margin-top: 40px;
}
.pagination span.current {
  background: var(--main-color);
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  margin: 0 3px;
  font-weight: 700;
}
.pagination a {
  background: #ecf0f1;
  color: #333;
  padding: 8px 16px;
  border-radius: 5px;
  margin: 0 3px;
}
.breadcrumbs i {
    font-size: 10px;
    margin: 0 3px;
}
.contact-us-price {
    margin: 0 auto;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 10px;
}
.not_stock {
    background: #ffdbdb;
    padding: 6px 10px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.not_stock i {
    color: #e94646;
    font-size: 18px;
}

.woocommerce div.product p.stock{
    display: none;
}

.woocommerce-message {
    border-top-color: var(--second-color);
}

.woocommerce-message::before {
    color: var(--second-color);
}

.woocommerce .button {
    background: var(--second-color) !important;
    color: #fff !important;
}

.woocommerce div.product form.cart .variations select {
    font-family: 'yekanbakh';
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}



.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 22px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.product-intro .right .product-action .item-action button.woocommerce-product-gallery__trigger {
    position: unset;
    border-radius: 8px;
    height: 45px;
    text-indent: 0;
    width: auto;
    font-size: 13.5px;
    display: flex;
    border: 1px solid #161A1D;

}



.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before ,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: unset;
}

.product-intro .right .product-action .item-action button span.added{
    display: none;
}

.product-intro .right .product-action .item-action button.woosw-added span.added{
    display: block;
}

.product-intro .right .product-action .item-action button.woosw-added span.add{
    display: none;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {

    border-radius: 15px;
}

body.rtl .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    background: #fff;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    color: #222;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.woosw-popup .woosw-items .woosw-item {
    margin-bottom: 5px;
    border-radius: 12px;
    box-shadow: 0px 3px 10px rgba(2, 25, 89, 0.1);
}

.woosw-popup .woosw-items .woosw-item .woosw-item--info .woosw-item--price ,
.woosw-item--time
{
    display: none;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
    font-weight: 400;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--atc p a {
    font-weight: 400;
    font-size: 13px;
    padding: 10px 5px;
    display: flex;
    width: 130px;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
    color: #303030;
}

.woosw-popup .woosw-items {
    padding: 10px 5px;
}
.main-single-page {
    width: 100%;
}

.woosw-list table.woosw-items {
    width: 100%;
    border-spacing: 0px 8px;
}

.woosw-item.woosw-item {
    box-shadow: 0px 3px 10px rgba(2, 25, 89, 0.1);
    border-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {

    list-style: none;
    padding: 0 1em 0 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}


.woocommerce div.product .woocommerce-tabs {
    margin: 40px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 12px;
    border-radius: 200px;
    opacity: 0.2;
    background: var(--second-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--second-color);
    color: #fff;
    z-index: 2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: color-mix(in srgb, var(--second-color), white 45%);
    color: #fff;
    display: inline-flex;
     position: unset;
    z-index: 0;
    border-radius: 12px;
    margin: 0 -5px;
    min-width: 150px;
    justify-content: center;
    align-items: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
    display: block;
    padding: 13.5px 18.5px;;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
     color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    color: #303030;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-radius: 24px;
    background: #FFF;
    padding: 24px 24px 46px;
    box-shadow: -3px 3px 15px rgba(2, 25, 89, 0.19);
}

.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item span {
    background: #f5f5f5;
    padding: 12px 10px;
    min-width: 200px;
    border-radius: 12px;
    color: #666;
}

.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item p {
    background: #f8f9fa;
    padding: 12px 10px;
    flex-grow: 1;
    border-radius: 12px;
}

.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item span {
    background: #f5f5f5;
    padding: 12px 10px;
    min-width: 200px;
}

.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item span i {
    font-size: 10px;
    color: #d5d5d5;
}

.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item p {
    background: #f8f9fa;
    padding: 12px 10px;
    flex-grow: 1;
}

.woocommerce #reviews #comments h2 {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
    line-height: 2.3;
    padding: 0 0 20px;
}
.comment-text .right-review {
    width: 20%;
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    align-items: center;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
    color: #666;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 14px;
    color: #303030;
}
.comment-text .description {
    width: 70%;
}
.show-my-rate {
    margin-right: 25px;
}
.show-my-rate .rate-item {
    display: flex;
    align-items: center;
}
.show-my-rate .rate-item span {
    font-size: 13px;
    font-weight: 500;
    min-width: 100px;
}
.show-my-rate .rate-item .rate-content {
    width: 150px;
    background: #f5f3fc;
    height: 7px;
    border-radius: 2px;
}
.show-my-rate .rate-item .rate-content .rate-result {
    background: #094aef;
    height: 100%;
}
.show-recommend-status-yes {
    background: #ebffe8;
    font-size: 12px;
    border: 1px solid #93f534;
    color: green;
    padding: 2px 5px;
    border-radius: 3px;
    text-align: center;
    line-height: 1.5;
}
.show-recommend-status-no {
    background: #ffc2c2;
    border: 1px solid #ef5e5e;
    color: red;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    text-align: center;
    line-height: 1.5;
}

.comment-form-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
}
.comment-form-rating p {
    margin: 0;
}
.comment-form-rating p span {
    font-size: 22px;
    display: flex;
    gap: 3px;
}
.woocommerce p.stars a {
    color: #ffc107;
}
.woocommerce #review_form #respond textarea {
    min-height: 160px;
}
.woocommerce #review_form #respond .form-submit input[type="submit"] {
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
}
.woocommerce #review_form #respond .form-submit input[type="submit"]:hover {
    background: var(--main-color);
}
.woocommerce #review_form #respond p.comment-notes {
    display: none;
}


.custom-field-review {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}
.review-radio-question {
    width: 50%;
    text-align: center;
}
.review-radio-question header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}
.review-radio-question .radio-list {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}
.review-radio-question .radio-list input {
    display: none;
}
.review-radio-question .radio-list label {
    padding: 7px 10px;
    border-radius: 4px;
    display: block;
    font-weight: 700;
    cursor: pointer;
}
.review-radio-question .radio-list input[type="radio"]:checked#yes_suggest ~ label {
    background: #dcffdc;
    border: 2px solid #50df3c;
    color: #0f8703;
}
.review-radio-question .radio-list input[type="radio"]:checked#no_suggest ~ label {
    background: #ffc2c2;
    border: 2px solid #ef5e5e;
    color: red;
}
.review-radio-question .radio-list input[type="radio"]:checked#idontknow ~ label {
    background: #e7e7e7;
    border: 2px solid #919490;
    color: #737573;
}
.rate-list {
    width: 50%;
}
.rate-list .rate-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}
.rate-list .rate-item input {
    width: 75%;
}

#tab-reviews {
    text-align: unset !important;
}

.woocommerce div.product form.cart {
     margin-bottom: unset;
}

.hero-product .product-item .end-sale {
    color: #fff;
    font-weight: 600;
    background: var(--second-color);
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.before-shop {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    box-shadow: -3px 3px 10px rgba(2, 25, 89, 0.19);
    padding: 20px;
    align-items: center;
    border-radius: 15px;
    font-weight: 450;
    margin-bottom: 15px;
}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering {
    margin: 0;
	    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
    -webkit-tap-highlight-color: transparent;
}
.catalog-list {
    display: flex;
    align-items: center;
}
.catalog-list i {
    font-size: 20px;
    margin-left: 5px;
}
.catalog-list li {
    margin-right: 10px;
}

.widget-shop .widget-header h3 {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    padding-bottom: 17px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--main-color);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 4px solid var(--main-color);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e1e1e1;
}

.rtl.woocommerce .price_label {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}

.rtl.woocommerce .price_label span {
    direction: rtl;
    flex-grow: 1;
    text-align: center;
}

.rtl.woocommerce .price_label span.from {
    border-right: 1px solid #ddd;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    width: 100%;
    margin: 10px 0 5px;
    padding: 12px 0;
    border-radius: 12px;
}

.woocommerce ul.product_list_widget li {
    padding: 12px 0;
}

.woocommerce ul.product_list_widget li img {
    float: right;
    width: 65px;
    margin-left: 4px;
}

.woocommerce ul.product_list_widget li del {
    font-size: 13px;
}
.woocommerce ul.product_list_widget li del span.woocommerce-Price-currencySymbol {
    display: none;
}
.woocommerce ul.product_list_widget li ins {
    font-size: 13px;
    text-decoration: none;
}
.woocommerce ul.product_list_widget li span.woocommerce-Price-amount {
    font-size: 13px;
}
.woocommerce ul.product_list_widget li .star-rating {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    position: absolute;
    top: 0;
}
.cart-custom {
    display: flex;
    flex-wrap: wrap;
    width: 72%;
    gap: 20px;
}
.cart-custom .product-item {
    width: 30%;
    margin: 0;
}
.cart-custom .product-item .quantity {
    width: 110px;
    height: 40px;
}
.cart-custom .product-item .quantity .qty {
    font-size: 16px;
    font-weight: 450;
}
.cart-custom .product-item .delete-cart-item a {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
}
.cart-custom .product-item .delete-cart-item a:hover {
    color: red !important;
    background: none !important;
}
.cart-copun {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 15px;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.cart-copun .coupon {
    display: flex;
    gap: 10px;
}
.cart-copun .coupon button {
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    width: 170px;
}
.cart-copun button {
    padding: 9px !important;
    line-height: 2 !important;
    border-radius: 12px !important;
}

form.woocommerce-cart-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 26.5%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {

    width: 100%;
}

.cart-left-box{
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    padding: 10px 15px 15px;
    flex-grow: 1 ;
}

.cart-left-box .cart-subtotal{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.woocommerce ul#shipping_method li{
    background: #f7f7f7;
    border: none;
    padding: 13px;
    font-size: 14px;
    border-radius: 12px;
}

.cart-left-box .woocommerce-shipping-destination{
    text-align: right;
    font-size: 13px;
    background: #fff8e1;
    border: 1px solid #ddd;
    padding: 12px;
    line-height: normal;
}

.cart-left-box .shipping-calculator-button{
    color: #0089ff;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 450;
}

.woocommerce .shipping-calculator-form button {
    background: var(--main-color) !important;
    width: 100%;
    margin-bottom: 12px;
    padding: 13px !important;
    border-radius: 12px;
}

.cart-left-box .order-total {
    display: flex;
    justify-content: space-between;
    background: rgba(232, 58, 58, 0.16);
    padding: 12px;
    line-height: normal;
    border-radius: 12px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    border-radius: 12px;
}

.cart-process {
    width: 70%;
    margin: 35px auto;
}

.cart-icon-cart {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    z-index: 3;
    right: 147px;
}

.cart-process .stroke {
    stroke: #e6e6e6;
}

.cart-process .fill {
    fill: #e6e6e6;
}

.checkout-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 11px;
    z-index: 3;
    right: 156px;
}

.invoice-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 11px;
    right: 146px;
    z-index: 3;
}

.cart-process ul {
    display: flex;
    justify-content: space-between;
}
.cart-process ul li {
    position: relative;
    flex-grow: 1;
    text-align: center;
}
.cart-process ul li::before {
    content: attr(data-step);
    width: 48px;
    height: 48px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}
.cart-process ul li::after {
    content: "";
    background: #eee;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 23px;
    right: 50%;
}

.cart-process ul li.active::before {
    background: var(--second-color);
    border: 2px solid var(--second-color);
}

.cart-process ul li.active .stroke{
    stroke: #fff;
}

.cart-process ul li.active .fill{
    fill: #fff;
}


.cart-process ul li:last-child:after {
    display: none;
}
.cart-process ul li a,.cart-process ul li span {
    margin-top: 7px;
    display: block;
    font-size: 13px;
}

.cart-process ul li.complete:before{
	background-color: color-mix(in srgb, var(--second-color), white 70%);
    content: "✓";
    border: 2px solid var(--second-color);
    color: var(--second-color);
}

.cart-process ul li.complete:after{
    background: var(--second-color) !important;
}

.cart-process ul li.complete .cart-icon-cart {
    display: none;
}

.cart-process ul li.complete .checkout-icon {
    display: none;
}

.hero-checkout{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.neo-order-review{
    width: 34%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    padding: 14px;
    margin: 15px 0 16px;
    font-size: 16px;
    border-radius: 12px;
}

.other-address {
	border-radius: 12px;
	background: #fff;
	box-shadow: rgba(2, 25, 89, 0.1) -3px 3px 6px;
	padding: 10px 15px 15px;
	margin: 20px 0;
	width: 930.4px;
}

p.woocommerce-thankyou-order-received{
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
}

.woocommerce ul.order_details{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.woocommerce ul.order_details li{
	background-color: color-mix(in srgb, var(--second-color), white 70%);
    font-size: 16px;
    padding: 20px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    flex-grow: 1;
}

.woocommerce ul.order_details li strong{
    font-size: 18px;
    margin-top: 18px;
}

.order-final-info{
    display: flex;
    justify-content: space-between;
    background: #f3f4f6;
    flex-wrap: wrap;
    border-radius: 5px;
}

.order-final-info div{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 12px;
    border-left: 1px solid #ddd;
    flex-grow: 1;
}
.back-register-login{
    background-image: url("img/bg-login.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.login-page{
    width: 460px;
    margin: 6% auto 0;
    max-width: 100%;
}


.form-login-neo .woocommerce-form-login__rememberme{
    text-align: right;
    display: block;
}

.form-login-neo p.woocommerce-LostPassword{
    margin-top: 15px;
}

.login-page .form-login-neo .message{
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.hero-myaccount {
    border-top: 7px solid #172b4d;
    background: #fff;
    overflow: hidden;
    border-top-right-radius: 15px;
    box-shadow: rgba(0,0,0,0.07) 0 0px 10px 0;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #172b4d;
    width: 20%;
    padding-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 12px;
    display: block;
    font-size: 15px;
    opacity: .7;
    border-right: 3px solid #172b4d;
}

.woocommerce-MyAccount-navigation-link a:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 10px;
    font-size: 18px;
    vert-align: middle;
}

li.woocommerce-MyAccount-navigation-link--dashboard a:before{
    content: "\f625";
}

li.woocommerce-MyAccount-navigation-link--orders a:before{

    content: "\f07a";
}

li.woocommerce-MyAccount-navigation-link--downloads a:before{

    content: "\f019";
}

li.woocommerce-MyAccount-navigation-link--edit-address a:before{

    content: "\f5a0";
}

li.woocommerce-MyAccount-navigation-link--edit-account a:before{

    content: "\f2bb";
}

ul li.woocommerce-MyAccount-navigation-link--wishlist a:before{

    content: "\f004";
}

li.woocommerce-MyAccount-navigation-link--customer-logout a:before{

    content: "\f2f5";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    border-right: 3px solid #fff;
    opacity: 1;
    background: #203352;
}

.user-info-account {
    text-align: center;
    color: #fff;
    padding-top: 35px;
}

.user-info-account img {
    border-radius: 10px;
    background: #fff;
    padding: 4px;
}

.user-info-account span {
    font-size: 22px;
    display: block;
    margin: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
    padding: 35px 30px;
}

.myaccount-detail {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

.myaccount-detail .item-detail {
    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    gap: 12px;
    border-radius: 10px;
}

.myaccount-detail .item-detail i {
    font-size: 28px;
}

.myaccount-detail .item-detail .item-content h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

.myaccount-detail .item-detail .item-content div {
    font-size: 15px;
}

.myaccount-detail .item-detail:nth-child(1){
    background: #4cd137;
}

.myaccount-detail .item-detail:nth-child(2){
    background: #eb2f06;
}

.myaccount-detail .item-detail:nth-child(3){
    background: #1e90ff;
}

.myaccount-detail .item-detail:nth-child(4){
    background: #f79f1f;
}

.myaccount-order {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.myaccount-order .item-order {
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
}

.myaccount-order .item-order:last-child {
    border-left: none;
}

.myaccount-order .item-order i {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    color: #ccc;
}

.myaccount-notif {
    background: #ecf0f1;
    padding: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 5px solid #dbdfe1;
}

.myaccount-notif h6 {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.myaccount-notif div {
    line-height: 2;
    font-size: 15px;
}

.woocommerce table.my_account_orders th {
    font-size: 14px;
}

.woocommerce table.my_account_orders .button{
    margin-left: 3px;
    font-weight: 450;
}

.addresses .woocommerce-Address{
    background:#eaedef ;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
    line-height: 2;
}

.account-btn {
    position: relative;
    color: rgba(22, 26, 29, 0.906);
    cursor: pointer;
    margin: 0px -5px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(2, 25, 89, 0.1) -3px 3px 6px;
    transition: 0.2s ease-in-out;
}

.account-btn:hover{
    background: #f3f3f3;
}

.account-btn label {
    font-size: 15px;
    cursor: pointer;
}

.account-btn label i {
    font-size: 13px;
    margin-right: 3px;
    transition: all .3s ease-in-out;
}

.account-btn .ac-access {
    position: absolute;
    top: 48px;
    left: 0;
    background: #fff;
    border-radius: 12px;
    width: 200px;
    z-index: 9;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
    box-shadow: -5px 3px 6px rgba(2, 25, 89, 0.1);
}

.account-btn .ac-access ul li a {
    padding: 8px;
    display: block;
    color: #6d6d6d;
}
.header-two .account-btn input[type="checkbox"]:checked +label + .ac-access {
    text-align: justify;
}
.account-btn input[type="checkbox"]:checked +label + .ac-access{
    visibility: visible;
    max-height: 1000px;
    transition: all .5s ease-in-out;
}

.account-btn input[type="checkbox"]:checked +label > i{
    transform:rotate(180deg);

}

.account-btn .ac-access ul li a::before {
    color: #999;
}

.content-ajax-search {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 20px;
    z-index: 10;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    visibility: hidden;
    opacity: 0;
    width: 495px;
    top: 63px;
}
.show {
    visibility: visible !important;
    opacity: 1 !important;
}
.content-ajax-search ul {
    max-height: 300px;
    overflow-y: auto;
    padding-left: 10px;
    margin: 10px 0;
}
.content-ajax-search ul li a {
    display: flex;
    padding: 10px 0;
    box-shadow: -3px 3px 6px rgba(2, 25, 89, 0.1);
    border-radius: 12px;
    margin-bottom: 5px;
}
.content-ajax-search ul li :hover {
    background: #f3f3f3;
}
.content-ajax-search ul li a img {
    width: 55px;
    margin-left: 5px;
}
.content-ajax-search ul li a div h3 {
    font-size: 14px;
    margin: 3px 0px;
    font-weight: 650;
    margin-bottom: 7px;
}

.content-ajax-search del {
    color: #7E7E7E;
    margin-left: 3px;
    font-size: 13px;
}

.content-ajax-search del .woocommerce-Price-currencySymbol {
    display: none;
}

.content-ajax-search ins {
    text-decoration: none;
    font-weight: 600;
}

div#datafetch.content-ajax-search.show > ul > li > a > div > span.woocommerce-Price-amount.amount {
    font-weight: 600;
}

.content-ajax-search ul li:last-child a {
    border-bottom: 0;
}

.loader-ajax-search {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px 0px;
    z-index: 9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    visibility: hidden;
    opacity: 0;
    width: 495px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0 , 0 , 0, .4);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
}
.not-fount-search {
    text-align: center;
}
.not-fount-search {
    text-align: center;
}

.not-fount-search img{
    max-width: 45%;
    margin: 10px 0;
}
.not-fount-search p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 10px 0 20px;
}


/* استایل‌های کوانتیتی مینی کارت */
.woocommerce-mini-cart .quantity {
    display: flex;
    margin: 0 10px;
}

.woocommerce-mini-cart .quantity .qty {
    width: 60px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.woocommerce-mini-cart .mini-cart-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.woocommerce-mini-cart .price {
    font-weight: bold;
}

/* استایل‌های کوانتیتی مینی کارت */
.woocommerce-mini-cart .quantity {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.woocommerce-mini-cart .quantity .qty {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 5px;
	font-size: 13px;
}

.woocommerce-mini-cart .quantity button {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
}

.woocommerce-mini-cart .quantity button:hover {
    background: #f5f5f5;
}

.woocommerce-mini-cart .mini-cart-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.woocommerce-mini-cart .price {
    font-weight: bold;
}

.mini-cart-detail .quantity {
    box-shadow: unset;
}


a.remove.remove_from_cart_button:hover {
    background: none !important;
	color: red !important;
}


/* استایل دکمه به‌روزرسانی مینی کارت */
.woocommerce-mini-cart .update-cart-item {
    background: #f0f0f0;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.woocommerce-mini-cart .update-cart-item:hover {
    background: #e0e0e0;
}

.woocommerce-mini-cart .update-cart-item i {
    font-size: 14px;
    color: #666;
}

.woocommerce-mini-cart .update-cart-item.loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hero-product > .container > .owl-carousel.owl-theme.product-slider.owl-rtl.owl-loaded.owl-drag > .owl-dots > .owl-dot.active > span {
	background: #686868 !important;
	opacity: 1;
	width: 18px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: unset;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
	border: none;
	background: #f5f5f5;
	border-radius: 12px;
	padding: 4px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {

	border: none;
	background: #f5f5f5;
	border-radius: 12px;
	padding: 10px;
}

.cart-left-box {
	border-radius: 12px;
	 border: none;
	box-shadow: rgba(2, 25, 89, 0.1) -3px 3px 6px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 12px;
	margin-top: 10px;
}

.woocommerce-info {
	border-top-color: var(--main-color);
	border-radius: 12px;
}

input[type="radio"] {
appearance: none;
}

input[type="radio"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

input[type="radio"]::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--main-color); /* رنگ داخل دایره وقتی انتخاب شد */
  border-radius: 50%;
  position: absolute;
  top: 47%;
  left: 49%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}

input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

.print-button .stroke {
	stroke: #fff;
}

.print-button .fill {
	fill: #fff;
}

.print-invoice-button svg {
	width: 28px !important;
	height: 28px !important;
	position: absolute;
	top: 7px;
	right: 1px;
}

.button.print-button {
	padding: 15px 31px 15px 5px !important;
    border-radius: 12px !important;
}


/* invoce */

/* تنظیمات کلی */
:root {
    --a4-width: 210mm;
    --a4-height: 297mm;
}



/* کانتینر اصلی */
.invoice-container {
    width: var(--a4-width);
    min-height: var(--a4-height);
    margin: 20px auto;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}

/* استایل‌های قبلی با کمی تغییر */
.invoice-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.invoice-logo {
    max-width: 200px;
    height: auto;
}

.invoice-title {
    font-size: 24px;
    margin: 20px 0;
    color: #333;
}
.invoice-meta {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 15px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.invoice-number,
.invoice-date {
    display: flex;
    gap: 10px;
    align-items: center;
}

.invoice-number span,
.invoice-date span {
    color: #6c757d;
}

.invoice-number strong,
.invoice-date strong {
    color: #2c3e50;
    font-size: 1.1em;
}

.invoice-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #f9f9f9;
}

.seller-info,
.buyer-info {
    padding: 15px;
}

.seller-info h3,
.buyer-info h3 {
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.seller-info-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 5px;
}

.buyer-info-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 5px;
}

p.seller-name {
    font-weight: 700;
}

p.buyer-name {
    font-weight: 700;
}

.invoice-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.invoice-table th,
.invoice-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.invoice-table th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.invoice-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

td.pro {
    text-align: right;
}

.invoice-table img {
    max-width: 50px;
    height: auto;
    vertical-align: middle;
}

.invoice-table .subtotal-row,
.invoice-table .shipping-row,
.invoice-table .tax-row,
.invoice-table .discount-row {
    background-color: #f8f9fa;
}

.invoice-table .subtotal-row td,
.invoice-table .shipping-row td,
.invoice-table .tax-row td,
.invoice-table .discount-row td {
    border-bottom: 1px solid #dee2e6;
}

.invoice-table .total-row {
    background-color: #e9ecef;
    font-weight: bold;
}

.invoice-table .total-row td {
    border-top: 2px solid #dee2e6;
    padding: 15px 12px;
}

.invoice-table td[colspan] {
    text-align: center;
}

.invoice-table .shipping-row td,
.invoice-table .tax-row td,
.invoice-table .discount-row td,
.invoice-table .total-row td {
    color: #2c3e50;
}

.invoice-table .shipping-payment-row {
    background-color: #f8f9fa;
}

.invoice-table .shipping-payment-row td {
    padding: 12px;
    border: 1px solid #dee2e6;
}



.invoice-table .total-row {
    background-color: #e9ecef;
    font-weight: bold;
}

.invoice-table .total-row td {
    border-top: 2px solid #dee2e6;
    padding: 15px 12px;
    color: #2c3e50;
}

.invoice-table .total-row td:first-child {
    text-align: center;
    padding-right: 20px;
}

.invoice-table .total-row td:last-child {
    text-align: center;
    font-size: 1.1em;
}

/* برای حفظ یکپارچگی خطوط جدول */
.invoice-table td {
    border: 1px solid #dee2e6;
}

.invoice-total {
    text-align: left;
    margin-top: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.invoice-total h3 {
    color: #2c3e50;
    margin: 10px 0;
}

.invoice-note {
    margin-top: 30px;
    padding: 15px;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
}

.print-button {
    text-align: center;
    margin: 20px 0;
}

.print-button button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.print-button button:hover {
    background-color: rgb(196, 49, 49);
}

/* تنظیمات مخصوص پرینت */
@media print {
    body {
        background: none;
        margin: 0;
        padding: 0;
    }

    .invoice-container {
        width: 210mm;
        min-height: 297mm;
        margin: 0;
        padding: 15mm;
        box-shadow: none;
        page-break-after: always;
    }

    .print-button {
        display: none;
    }

    @page {
        size: A4;
        margin: 0;
    }
}

/* تنظیمات ریسپانسیو */
@media screen and (max-width: 210mm) {
    .invoice-container {
        width: 100%;
        margin: 0;
        padding: 15px;
        box-shadow: none;
    }
}





.track-order-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.track-order-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

#orderTrackForm {
	margin-top: 15px;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 14px;
    text-align: right;
}

.track-submit {
	background: var(--main-color);
	color: white;
	padding: 12px 24px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
}

.status-timeline {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    position: relative;
    padding: 20px 0;
}

.status-timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    transform: translateY(-50%);
    z-index: 1;
}

.status-step {
    text-align: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
    position: relative;
    background: #fff;
}

.step-label {
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

/* وضعیت‌های مختلف */
.status-step.active .step-icon {
    background: #4CAF50;
    border-color: #4CAF50;
    color: white;
}

.status-step.active .step-label {
    color: #4CAF50;
    font-weight: bold;
}

/* خط اتصال بین مراحل */
.status-step.active::after {
    background: #4CAF50;
}

/* وضعیت غیرفعال */
.status-step:not(.active) .step-icon {
    background: #fff;
    border-color: #ddd;
    color: #ddd;
}

.order-details {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* استایل جزئیات سفارش */
.order-info {
    padding: 20px;
}

/* استایل آدرس */
.billing-address {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.billing-address h4 {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/* استایل اطلاعات سفارش */
.order-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.meta-item {
    text-align: center;
}

.meta-label {
    display: block;
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}

.meta-value {
    font-weight: bold;
    color: #333;
}

/* استایل لیست محصولات */
.order-items {
    margin-top: 20px;
}

.order-items h4 {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.items-list {
    display: grid;
    gap: 15px;
}

.order-item {
    display: flex;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.item-image {
    width: 100px;
    margin-left: 15px;
}

.item-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.item-details {
    flex: 1;
}

.item-details h5 {
    margin: 0 0 10px 0;
    color: #333;
}

.item-details p {
    margin: 5px 0;
    color: #666;
}

.login-required-message {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.login-required-message i {
    font-size: 48px;
    color: #6c757d;
    margin-bottom: 20px;
}

.login-required-message h3 {
    color: #333;
    margin-bottom: 15px;
}

.login-required-message p {
    color: #666;
    margin-bottom: 25px;
}

.login-button {
    display: inline-block;
    padding: 12px 30px;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.login-button:hover {
    background: #45a049;
    color: white;
}

.track-order-dashboard-button {
    margin: 20px 0;
    text-align: right;
}

.track-order-dashboard-button .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #4CAF50;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.track-order-dashboard-button .button:hover {
    background-color: #45a049;
    color: white;
}

.track-order-dashboard-button i {
    font-size: 16px;
}

/* استایل آیکون پیگیری سفارش */

.woocommerce-MyAccount-navigation-link--track-order a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d1"; /* کد ایکون truck */
    font-size: 16px;
}



.track-order-message {
    margin: 15px 0;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    width: 100%;
}

.track-order-message.loading {
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.track-order-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.track-order-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.menu-icon {
    width: 28px;
    height: 28px;
    margin-left: 4px;
    vertical-align: middle;
}

/* رنگ آیکون‌ها */
.menu-icon {
    fill: transparent;
    stroke: #000;
}

/******** header-two *******/

.header-two {
    position: sticky;
    top: 0;
  }
  .header-two .main-header {
    padding: 15px;
    /* background: linear-gradient(135deg,#262626,#2c2c2c) !important; */
  }
  .header-two .m-h-right {
    gap: 30px;
    width: auto;
  }
  .header-two .cart-btn-header:hover .cart-content {
    top: 39px;
    left: -10px;
  }
  .header-two .cart-btn-header .cart-content:before {
    content: "";
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
  }
  .header-two .register-btn i {
    font-size: 20px;
  }
  .searchbox-two {
    width: 650px;
    margin-left: 150px;
  }
  .searchbox-two i {
    font-size: 20px;
    cursor: pointer;
  }
  
.searchbox-two form {
    background: rgba(255,255,255,0.1) !important;
    box-shadow: none !important;
    border: 1px solid transparent;
    border-left: 0 !important;
    border-radius: 15px !important;
    padding: unset;
    display: flex;
    align-items: center;
    display: none;
}
  .searchbox-two form.active{
	  display: flex;
  }
  .searchbox-two form input[type="search"] {
	background: transparent;
	color: #fff;
	font-weight: 600;
	border: none;
}
.searchbox-two form button {
	background: transparent;
	cursor: pointer;
	border-left: 1px solid #fff;
	width: 32px;
	height: 28px;
	    display: flex;
    align-items: center;
	    margin-right: 5px;
}
  .header-two .cart-btn-header > a {
    color: #fff;
  }
  .menu-bottom-mobile .cart-btn-header span.cart-btn-num,
  .header-two .cart-btn-header span.cart-btn-num
  {
    padding:
    0;
      position: absolute;
      left: 25px;
      background: var(--second-color);
      width: 17px;
      height: 15px;
      text-align: center;
      font-size: 12px;
      color: #fff;
      top: 0px;
      border-radius:
    5px;
  }
  .searchbox-two .content-ajax-search,.searchbox-two .loader-ajax-search {
    top: 55px;
  }
  
  .header-two .neo-megamenu > ul > li > ul {
    width: 1044px;
  }
  .excerpt_single_product {
    margin-bottom: 25px;
    line-height: 2;
  }
  .footer-down .social-footer a i {
    color: #bdbdbd;
    font-size: 20px;
  }
  .footer-down .social-footer a i:hover {
    color: #333;
  }

  .header-two .menu-header > ul > li > a{
    border-radius: 12px;
  }

  .header-two .menu-header > ul > li > a:hover
  {
    background-color: #d9d8d85e;
    border-radius: 12px;
    transition: all .4s ease-in-out;
    padding: 10px 10px;
  }



.header-two .menu-header > ul > li > a:hover::after {
    width: unset;
    left: unset;
}

.header-two .account-btn:hover{
    background-color: #d9d8d85e;
    border-radius: 12px;
    transition: all .4s ease-in-out;
}

.header-two .account-btn{
    min-width: 128px;
    text-align: center;
}

.header-two .register-btn {
	color: #fff;
}

.header-two .register-btn:hover {
    background-color: #d9d8d85e;
    border-radius: 12px;
    transition: all .4s ease-in-out;
}

.header-two .acc-icon path {
	stroke: #fff;

}
.header-two .search-icon {
	width: 28px;
}


.header-two .cart-btn-header .cart-content ul li {
	border-bottom: 1px solid #fff;
}

.header-two .cart-btn-header .cart-content ul li .mini-cart-detail {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 0 10px;
    align-items: center;
}
.header-two .megamenu-box .t-m{
	margin-top: 1px;
}

.header-two .neo-megamenu > ul:before {
    height: 50px !important;
    top: -28px !important;
	width: 80% !important;
}
.header-two .megamenu-box:hover > .neo-megamenu > ul{
	top: 33px;
}

.searchbox-two .content-ajax-search, .searchbox-two .loader-ajax-search {
	top: 45px;
}

.searchbox-two .content-ajax-search {
	right: 0px;
	/* background: linear-gradient(135deg,#262626,#2c2c2c); */
	width: 660px;
	border-radius: 12px;
}

.searchbox-two .content-ajax-search ul li a {
	color: #fff;
	background: #4f4f4f;
}

.searchbox-two .content-ajax-search ul li :hover {
    background-color: unset;
    transition: all .4s ease-in-out;

}

#icon-home-2 path {
	stroke: #fff;
    fill: none;
}
#icon-shop-2 path {
	stroke: #fff;
    fill: none;
}
#icon-tracking-2 path {
	stroke: #fff;
    fill: none;
}

.print-invoice-button {
    color: white !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-top: 10px !important;
}

.print-invoice-button:hover {
    background-color:unset !important;
    color: white !important;
		border-radius: 15px;
}

.print-invoice-button {
    width: 100%;
    justify-content: center;
}

.print-invoice-button .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

/* استایل برای قرارگیری در کنار سایر فیلدها */
.form-field-wide .print-invoice-button {
    margin-left: 10px;
}

/****** down-two *******/
.hero-product .product-item .down-two {
	display: block;
	height: 60px;
	text-align: center;
}
  .hero-product .product-item .down-two .price {
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .hero-product .product-item .down-two .price del {
	position: unset;
}
.hero-product .product-item .down-two .price ins span.woocommerce-Price-currencySymbol {
	position: absolute;
	margin-right: 5px;
	top: 0px;
	left: -35px;
}
  .hero-product .product-item .down-two .price ins {
	display: inline-block;
	position: unset;
}
  .hero-product .product-item .down-two .price > span > bdi > .woocommerce-Price-currencySymbol {
    bottom: 0px;
    left: -35px;
  }
  .hero-product .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    display: inline-block;
  }
  .hero-product .amazing-product .product-item .down-two .price {
	margin-top: 10px;
}
  .hero-product .amazing-product .product-item .down-two .wish-add {
	margin-top: 8px;
}
  .down-two .not_stock {
	display: inline-flex;
	padding: 3px 5px;
	margin-top: -5px;
}
  .hero-product .product-item .down-two .wish-add {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
  }
  .hero-product .product-item .down-two .wish-add .wishlist-button {
    display: flex;
  }
  .hero-product .product-item .down-two .wish-add .wishlist-button button {
    background: transparent;
    cursor: pointer;
  }
  .hero-product .product-item .down-two .wish-add .wishlist-button button span.add,
  .hero-product .product-item .down-two .wish-add .wishlist-button button span.added
  {
    display: none;
  }
  .hero-product .product-item .down-two .wish-add .wishlist-button button i {
    font-size: 26px;
    color: #7E7E7E;
  }
  .hero-product .product-item .down-two .wish-add .wishlist-button button span {
    font-size: 26px;
    color: #7E7E7E;
  }
  .hero-product .product-item .down-two .wish-add .wishlist-button button.woosw-added i {
    color: red;
  }
  .hero-product .product-item .down-two .wish-add .wishlist-button button.woosw-added span {
    color: red;
  }
  .hero-product .product-item .down-two .wish-add .add-to-cart {
  
  }
  .hero-product .product-item .down-two .wish-add .add-to-cart a {
    background: none;
    padding: 3px 8px;
    font-size: 12px;
    color: #7E7E7E;
    border: 1px solid #7E7E7E;
    font-weight: 450;
    transition: all .2s ease-in-out;
  }

  .hero-product .product-item .down-two .wish-add .add-to-cart a:hover {
    background: var(--second-color);
    color: #fff;
    border: 1px solid var(--second-color);
  }

  .hero-product .product-item .down-two .wish-add .add-to-cart a.added {
    display: none;
  }
  .hero-product .product-item .down-two .wish-add .add-to-cart a.added:after {
    content: "";
    width: 10px;
    height: 10px;
    background: red;
  }
  .hero-product .product-item .down-two .wish-add .add-to-cart .added_to_cart {
    border-radius: 10px;
    display: inline-flex;
  }

  .discount-ribbon {
	--f: 8px;
	--r: 10px;
	--t: 40px;
	position: absolute;
	inset: var(--t) calc(-1*var(--f)) auto auto;
	padding: 0 10px var(--f) calc(10px + var(--r));
	clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
	background: var(--second-color);
	box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
	right: -0.8px;
	border-top-right-radius: 5px;
    color: #fff;
}
  /****** End down-two *******/

/* start down-three */
.hero-product .product-item .down-three .wish-add {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
  }
  .hero-product .product-item .down-three .wish-add .wishlist-button {
    display: flex;
  }
  .hero-product .product-item .down-three .wish-add .wishlist-button button {
	background: transparent;
	cursor: pointer;
	position: absolute;
	border: 1px solid #ddd;
	padding: 4px;
	bottom: 27px;
	left: 185px;
	border-radius: 10px;
    transition: all .2s ease-in-out;
}
.hero-product .product-item .down-three .wish-add .wishlist-button button:hover {
	border: 1px solid var(--second-color);
}
  .hero-product .product-item .down-three .wish-add .wishlist-button button span.add,
  .hero-product .product-item .down-three .wish-add .wishlist-button button span.added
  {
    display: none;
  }
  .hero-product .product-item .down-three .wish-add .wishlist-button button i {
    font-size: 26px;
    color: #7E7E7E;
  }
  .hero-product .product-item .down-three .wish-add .wishlist-button button span {
    font-size: 26px;
    color: #7E7E7E;
  }
  .hero-product .product-item .down-three .wish-add .wishlist-button button.woosw-added i {
    color: red;
  }
  .hero-product .product-item .down-three .wish-add .wishlist-button button.woosw-added span {
    color: var(--second-color);
  }

  .hero-product .product-item .down-three .price {
	position: relative;
	margin-left: 20px;
	text-align: left;
}

  .hero-product .product-item .down-three .price del {
    position: absolute;
    top: -35px;
    left: 1px;
} 
.hero-product .product-item .down-three .price ins span.woocommerce-Price-currencySymbol {
	position: absolute;
	margin-right: 5px;
	top: 0px;
	left: -23px;
	rotate: -90deg;
	bottom: 0;
}

.hero-product .product-item .variable-price > span > bdi > .woocommerce-Price-currencySymbol {
	position: absolute;
	top: 10px;
    margin-left: 5px;
}

.hero-product .product-item .price.variable-price {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 2px;
  }
  .hero-product .product-item .down-three .price ins {
	display: inline-block;
	position: absolute;
	top: -20px;
    left: 0px;
}
.hero-product .product-item .down-three .price > span > bdi > .woocommerce-Price-currencySymbol {
	bottom: 0px;
	left: -23px;
	rotate: -90deg;
}
  .hero-product .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    display: inline-block;
  }
  .down-three .not_stock {
	display: inline-flex;
	padding: 3px 5px;
	margin-top: -5px;
}
/* end down three */

.cart-line-bottom{
    display: none;
}

.mobile{
    display: none;
}

.woocommerce .woocommerce-ordering select {
    font-family: "yekanbakh";
    background: transparent;
    width: 150px;
  }
  .side-single-shop {
    width: 22%;
    z-index: 1000 !important;
  }
  .close-menu-responsive-full-page {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.24);
    z-index: 105;
    transform: translateX(1000px);
    display: none;
    transition: all .3s ease-in-out;
  }
  
.header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    position: fixed;
    top: 0;
    right: 6px;
    left: 0px;
    z-index: 999;
    height: 70px;
    background: #fff;
    transition: none !important;
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: 0 3px 10px rgba(2, 25, 89, 0.1);
    width: 96%;
}
  #hamberger {
    color: #303030;
  }
  #hamberger i {
    font-size: 20px;
  }
  .header-mobile .logo {
    max-width: 130px;
  }
  .header-mobile .logo a {
    display: flex;
  }
  .navigation {
    width: 75%;
    position: fixed;
    top: 85px;
    right: 10px;
    bottom: 0;
    background: #fff;
    z-index: 107;
    overflow-x: scroll;
    padding: 10px;
    transform: translateX(1000px);
    transition: all .3s ease-in-out;
    border-radius: 15px;
  }
  .navigation ul li {
    border-bottom: 1px solid #f2f2f2;
  }
  .navigation ul li a {
    padding: 10px 0;
    display: inline-block;
    font-weight: 450;
  }
  .navigation ul li ul {
    padding: 5px;
    background: #f8f8f8;
    display: none;
  }
  .navigation ul li ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
  }
  .navigation ul li ul li ul {
    background: #f0f0f1;
  }
  .navigation ul li i.sub-menu-arrow {
    float: left;
    padding: 5px 15px 5px 5px;
    margin-top: 8px;
    border-right: 1px solid #ddd;
  }
  
  .menu-bottom-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 8px;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0 3px 10px rgba(2, 25, 89, 0.1);
    z-index: 9;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 15px;
  }
  .menu-bottom-mobile div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .menu-bottom-mobile div a span {
    font-size: 11px;
    font-weight: 450;
  }
  .search-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    z-index: 99999;
    display: none;
  }
  .search-mobile header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .search-mobile form {
    position: relative;
  }
  .search-mobile form input[type="search"] {
    padding-right: 45px;
  }
  .search-mobile form button {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 20px;
    background: transparent;
    color: #a0a0a0;
  }
  .search-mobile .search-note {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 25%;
    font-weight: 700;
  }
  .menu-bottom-mobile .cart-icon-header {
	width: 28px;
	height: 27px;
}
.header-mobile .register-btn{
    box-shadow: unset;
}

.search-mobile .content-ajax-search{
    top: 120px;
    right: 40px;
}

.hero-product .product-item .down-two .wish-add .add-to-cart .added_to_cart {
    border-radius: 10px;
    display: inline-flex;
    position: relative;
    padding: 3px 8px;
    background: var(--second-color);
    color: #fff;
    border: 1px solid var(--second-color);
}

.hero-product .product-item .down-two .wish-add .add-to-cart .added_to_cart::after {
    content: '\2713';
    font-size: 14px;
    margin-right: 5px;
}

.hero-product .product-item .down-two .wish-add .add-to-cart .added_to_cart {
    display: none;
}

.hero-product .product-item .down-two .wish-add .add-to-cart .added_to_cart::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    background: var(--second-color);
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

.addtocart_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #333;
    transition: all 0.3s ease;
}

.addtocart_button a:hover {
    background: #333;
    color: #fff;
    transform: scale(1.1);
}

.addtocart_button a i {
    font-size: 18px;
}

a.button.wc-backward {
    border-radius: 8px;
    margin-bottom: 10px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-left: none;
}

.woocommerce-pagination span.page-numbers.current {
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 5px !important;
    margin: 0 3px !important;
    font-weight: 700 !important;
    border: none;
}

.woocommerce-pagination a.page-numbers {
    background: #ecf0f1 !important;
    color: #333 !important;
    padding: 8px 16px !important;
    border-radius: 5px !important;
    margin: 0 3px !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
     border: none !important; 
	 padding: unset !important; 
     margin: unset !important; 
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    display: none !important;
}

/* نوار فروش ویژه */

.sales-progress {
    margin: 10px 0;
    padding: 0 10px;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background-color: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 5px;
}

.progress {
    height: 100%;
    background-color: #ff6b6b;
    transition: width 0.3s ease;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
	direction: ltr;
}

.progress-info .sold {
    color: #ff6b6b;
}

.progress-info .total {
    color: #666;
} 

div#cancelled-status {
    text-align: center;
    margin-top: 10px;
    color: red;
}

/* کد رهگیری صفحه پیگیری */

.tracking-code {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #e9ecef;
}

.tracking-code h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tracking-code h4 i {
    color: #2c3e50;
}

.tracking-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tracking-info {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.tracking-label {
    color: #6c757d;
    font-size: 14px;
}

.tracking-value {
    color: #2c3e50;
    font-weight: 600;
    font-size: 15px;
    font-family: monospace;
    letter-spacing: 1px;
}

.tracking-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--main-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    width: fit-content;
}

.tracking-link:hover {
    background: var(--main-color);
    color: #fff;
}

.tracking-link i {
    font-size: 12px;
} 



/* استایل‌های نمایش مقالات - سبک دوم */

.article-elementor-slider {
    margin: 0 -10px;
}

.article-elementor-slider .item {
    padding: 0 10px;
}

.article-elementor-slider .related-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
	height: auto;
}

.article-elementor-slider .related-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.article-elementor-slider .related-item figure {
    position: relative;
    padding-top: 66.67%;
    margin: 0;
}

.article-elementor-slider .related-item figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
	margin-top: 10px;
}

.article-elementor-slider .related-item:hover figure img {
    transform: scale(1.05);
}

.article-elementor-slider .related-item h2 {
    padding: 15px;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    height: 72px;
    overflow: hidden;
    margin-top: 10px;
}

.article-elementor-slider .related-item h2 a {
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-elementor-slider .related-item .down {
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}

.article-elementor-slider .related-item .post-meta {
    display: flex;
    align-items: center;
}

.article-elementor-slider .related-item .post-meta:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
    font-size: 12px;
}

.article-elementor-slider .related-item .post-meta:last-child:before {
    content: '\f007';
}

/* استایل‌های دکمه‌های ناوبری اسلایدر */
.article-elementor-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.article-elementor-slider .owl-nav button:hover {
    background: #fff !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.article-elementor-slider .owl-nav button.owl-prev {
    right: -20px;
}

.article-elementor-slider .owl-nav button.owl-next {
    left: -20px;
}

.article-elementor-slider .owl-nav button:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #333;
}

.article-elementor-slider .owl-nav button.owl-prev:before {
    content: '\f053';
}

.article-elementor-slider .owl-nav button.owl-next:before {
    content: '\f054';
}

/* استایل‌های نقطه‌های اسلایدر */
.article-elementor-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
	display: none;
}

.article-elementor-slider .owl-dots button {
    width: 10px;
    height: 10px;
    background: #ddd !important;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.article-elementor-slider .owl-dots button.active {
    background: #333 !important;
    transform: scale(1.2);
}

/* ریسپانسیو */
@media (max-width: 991px) {
    .article-elementor-slider .owl-nav button {
        width: 35px;
        height: 35px;
    }
    
    .article-elementor-slider .owl-nav button.owl-prev {
        right: -15px;
    }
    
    .article-elementor-slider .owl-nav button.owl-next {
        left: -15px;
    }
}

@media (max-width: 767px) {
    .article-elementor-slider .related-item h2 {
        font-size: 14px;
        height: 63px;
    }
    
    .article-elementor-slider .related-item .down {
        font-size: 12px;
    }
    
    .article-elementor-slider .owl-nav button {
        display: none;
    }
}


.search-input-header-two:focus {
    outline: none;
    box-shadow: none;
}

.search-input-header-two {
    outline: none;
    box-shadow: none;
}

.searchbox-two {
    display: block !important;
    pointer-events: auto;
}

.searchbox-two input {
    pointer-events: auto;
    cursor: text;
}

.searchbox-two:focus-within .content-ajax-search {
    display: block;
}

.hero-product .product-item .down-two .wish-add .add-to-cart a.added {
    display: none;
}

.hero-product .product-item .down-two .wish-add .add-to-cart a.added_to_cart {
    display: inline-flex !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-size: 0 !important;
    position: relative !important;
	background: none;
    align-items: center !important;
    justify-content: center !important;
    border: none;
}

.hero-product .product-item .down-two .wish-add .add-to-cart a.added_to_cart::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}





svg.search-icon {
    margin-top: 5px;
}

.menu-bottom-mobile span#cart-icon-container {
    margin-bottom: -12px;
    margin-top: -6px;
}

.search-menu-bottom-mobile span {
    margin-top: -2px;
}

.search-menu-bottom-mobile svg {
    margin-bottom: -5px;
}

.header-two .m-h-left .cart-btn-header:hover {
    background-color: #d9d8d85e;
    border-radius: 12px;
    transition: all .4s ease-in-out;
}

.header-two svg.search-icon {
    margin-top: 2px;
}

.header-two .cart-content {
    top: 52px !important;
}

button.search-bt {
    background: transparent;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    box-shadow: -3px 3px 6px rgba(2, 25, 89, 0.1);
    transition: all .2s ease-in-out;
    padding: 8px;
    border-radius: 12px;
}

.searchbox-two {
  position: relative;
}
.searchbox-two .search-form {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
top: -25px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.4s cubic-bezier(.77,0,.18,1), opacity 0.3s;
  z-index: 10;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(2, 25, 89, 0.1);
}
.searchbox-two .search-form.active {
  width: 100%; /* یا هر عرضی که می‌خواهی */
  opacity: 1;
  box-shadow: 0 3px 10px rgba(2, 25, 89, 0.1);
}
 .search-bt {
  transition: opacity 0.3s;
}
.search-bt.hide {
  opacity: 0;
  pointer-events: none;
}

.searchbox-two form input[type="search"]:focus {
    outline: none !important; /* حذف بوردر پیش‌فرض فوکوس */
    border: none !important; /* اطمینان از حذف هرگونه بوردر */
}

button.search-bt:hover {
    background-color: #d9d8d85e;
    border-radius: 12px;
    transition: all .4s ease-in-out;
}

.search-main form input[type="search"]:focus {
    outline: none !important; /* حذف بوردر پیش‌فرض فوکوس */
    border: none !important; /* اطمینان از حذف هرگونه بوردر */
}

.elementor-element.elementor-element-0bac13f.elementor-widget__width-initial.elementor-widget.elementor-widget-text-editor {
    height: 20px;
}