/*
Theme Name: CarNova
Theme URI: mailto:themamaad@gmail.com
Author: محمد شیردل
Author URI: mailto:themamaad@gmail.com
Description: Designed with bootstrap for woocommerce.
Version: 1.000.012
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anagen
Tags: responsive, custom-design, rtl-language-support
Designed By: Mohamad Shirdel
Contact: 09998880661
E-Mail: themamaad@gmail.com
*/


@font-face {
	font-family: iranyekanx;
	font-style: normal;
	font-weight: 300;
	src: url(fonts/woff/IRANYekanXFaNum-Light.woff) format('woff'),
		url(fonts/woff2/IRANYekanXFaNum-Light.woff2) format('woff2')
}

@font-face {
	font-family: iranyekanx;
	font-style: normal;
	font-weight: 500;
	src: url(fonts/woff/IRANYekanXFaNum-Medium.woff) format('woff'),
		url(fonts/woff2/IRANYekanXFaNum-Medium.woff2) format('woff2')
}

@font-face {
	font-family: iranyekanx;
	font-style: normal;
	font-weight: 800;
	src: url(fonts/woff/IRANYekanXFaNum-ExtraBold.woff) format('woff'),
		url(fonts/woff2/IRANYekanXFaNum-ExtraBold.woff2) format('woff2')
}

@font-face {
	font-family: iranyekanx;
	font-style: normal;
	font-weight: bold;
	src: url(fonts/woff/IRANYekanXFaNum-Bold.woff) format('woff'),
		url(fonts/woff2/IRANYekanXFaNum-Bold.woff2) format('woff2')
}

@font-face {
	font-family: iranyekanx;
	font-style: normal;
	font-weight: normal;
	src: url(fonts/woff/IRANYekanXFaNum-Regular.woff) format('woff'),
		url(fonts/woff2/IRANYekanXFaNum-Regular.woff2) format('woff2')
}


/* Body */
body {
	background: #fff;
	font-family: iranyekanx;
	font-weight: normal;
	font-size: 14px;
	direction: rtl;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol,
li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #444;
}

p a {
	color: var(--bs-primary);
	font-weight: 500;
}

::selection {
    background-color: #f9f2ed;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

blockquote {
	margin: 0 20px 10px 0;
	background: #fff9ef;
	padding: 10px;
	border-radius: 8px;
}

.z-index-1 {
	z-index: 1
}
.z-index-2 {
	z-index: 2
}
.z-index-3 {
	z-index: 3
}

.d-block {
	display: block !important
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.overflow-hidden {
	overflow: hidden
}

.items-center {
	align-items: center;
}

/* Header */
.overh {
	background: #333a73;
	color: #fff;
	padding-top: 5px;
}

.overh .overh-rightside ul {
	margin: 0;
	line-height: 42px;
}

.overh .overh-rightside ul li {
	margin-left: 15px;
}

.overh .overh-rightside ul li a {
	font-size: 20px;
	color: #ddd8ff;
	transition: all 0.3s ease-in-out;
}

.overh .overh-rightside ul li a:hover {
	color: #FFC707;
}

.overh .overh-leftside {
	display: grid;
	grid-template-columns: 4fr 1fr;
	gap: 10px;
}

.overh-leftside .text span {
	font-size: 12px;
	font-weight: 500;
	color: #ddd8ff;
	display: block;
}

.overh-leftside .text span:nth-child(2) {
	font-weight: 200;
	color: #FFC707;
}

.overh-leftside .phone i {
	font-size: 25px;
	color: #ddd8ff;
	padding-top: 5px;
	margin: 0 20px 0 0;
}

.overh-leftside .phone:hover i {
	animation: shakeX 1s linear infinite;
}

.overh-leftside .phone {
	display: inline-flex;
	align-items: center;
}

.overh-leftside .phone p {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding-top: 1px;
	margin: 0;
}

.overh-leftside .phone strong {
	color: #fff;
	font-weight: 900;
	font-size: 16px;
}

/* Header */
.top-line {
	position: relative;
	background: #e8e9f9;
	padding: 10px;
}
.top-line a {
	font-size: 13px;
	font-weight: 500;
}
.top-line i {
	font-size: 18px;
}
/* Header */
.header {
	background: #fff;
	position: relative;
	padding-top: 10px;
}

header .header-logo,
header .user-pan,
header .search-box {
	position: relative;
}

header .header-logo img {
	width: 120px;
}

header .user-pan i {
	font-size: 25px;
}

header .search-form {
	width: 700px;
}

header .search-form button {
	font-size: 20px;
	width: 40px;
}

header .search-form input {
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	color: #333;
}

header .search-form input::placeholder {
	font-weight: 300;
	color: #bbb;
}

header .basket-btn {
	background: #e8e9f9;
	border-radius: 8px;
	border: none;
	color: #000;
	font-size: 13px;
	padding: 0 20px;
	position: relative;
	line-height: 60px;
}

header .basket-btn i {
	font-size: 25px;
}

header .basket-btn .count {
	background: #343dea;
	border-radius: 5px;
	color: #fff;
	min-width: 16px;
	height: 16px;
	line-height: 20px;
	position: absolute;
	right: 4px;
	top: 5px;
}

/* /////////// end main menu /////////// */
.top-menu-nav>ul>li .megamenu-tabs li::after,
.top-menu-nav>ul>li .megamenu::before,
.top-menu-nav>ul>li>a::after,
.top-menu-nav>ul>li>a::before {
	position: absolute
}

.top-menu-nav>ul>li .megamenu-item,
.top-menu-nav>ul>li .megamenu-tabs li,
.top-menu-nav>ul>li>a::after {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s;
	transition: .3s ease
}

.top-menu-nav {
	align-items: center;
}


.top-menu .btn {
	background: #ebf4ff;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
	width: 100%;
	border: none;
	margin-top: 8px;
	color: #000;
}

.top-menu {
	position: relative;
	padding: 10px;
	margin-top: 20px;
}

.top-menu-btn-nav {
	font-size: 24px;
	margin-left: auto;
	background: #fff;
	border: 1px solid #212529;
	border-radius: 10px;
	line-height: 20px;
	height: 40px;
	width: 40px;
	margin: 10px 0;
}

.top-menu-nav>ul>li>a {
	line-height: 2;
	transition: all 0.2s ease-in-out;
	margin-left: 10px;
	padding: 5px 10px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #1c233a;
	border-radius: 8px;
}

.top-menu-nav>ul>.dropdown>a {
	padding-left: 20px;
}

.top-menu-nav>ul>li>a:hover {
	background: #f9f2ed;
}

.dropdown-toggle::after {
	border: none;
	content: "\F282";
	font-family: bootstrap-icons !important;
	padding: 2px 5px 0 0;
	font-size: 11px;
}

.dropdown-item {
	padding: 10px;
	transition: all 0.3s ease-in-out;
	text-align: right;
}

.dropdown-item:active {
	background: #AD88C6;
	color: #000;
}

.dropdown-item:hover {
	background: #fff;
	box-shadow: inset -6px 0 0 #7469b6;
	padding-right: 20px;
}

.top-menu-nav>ul>li>a:hover::after {
	opacity: 1;
	visibility: visible
}

.top-menu-nav>ul>li .dropdown-menu {
	border-radius: 0 0 8px 8px;
	text-align: right;
	font-size: 13px;
	top: 8px !important;
	border: 1px solid #ddd;
	border-top: none;
	width: 250px;
}

.top-menu-nav>ul>li li:hover .dropdown-menu {
	display: block;
	position: absolute;
	right: 200px;
	left: auto;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.top-menu-nav>ul>li .megamenu-item {
	display: none
}

.top-menu-nav>ul>li .megamenu-item.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.top-menu-nav>ul>li:hover.has-megamenu .megamenu {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.top-menu-nav>ul>li:hover.has-megamenu>a::before {
	display: block
}

.top-menu.fix {
	padding: 24px 0;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: all .3s linear;
	box-shadow: 0 10px 20px 0 rgba(9, 30, 66, .08)
}

.top-menu.fix .top-menu-nav>ul>li:hover>.megamenu {
	top: -webkit-calc(100% + 24px);
	top: -moz-calc(100% + 24px);
	top: calc(100% + 24px)
}

.top-menu.fix .top-menu-nav>ul>li:hover>.megamenu::before {
	-webkit-transform: translateY(-38px);
	-moz-transform: translateY(-38px);
	-ms-transform: translateY(-38px);
	-o-transform: translateY(-38px);
	transform: translateY(-38px)
}

.single-page {
	background: #fff;
}

.single .product-details p,
.single #tab-description p {
	line-height: 2;
	font-weight: 300;
	text-align: justify;
	margin-bottom: 20px;
}

.single #tab-description ul,
.single #tab-description ol {
	margin-bottom: 30px;
}

.single #tab-description ul li,
.single #tab-description ol li {
	line-height: 2;
	font-weight: 300;
	list-style: circle;
	margin-right: 30px;
	margin-bottom: 10px;
}

.single .woocommerce-tabs .wc-tabs {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	text-align: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}

.single .woocommerce-tabs .wc-tabs li a {
	border: 1px solid #eee;
	display: block;
	padding: 10px;
	border-radius: 8px;
}

.single .woocommerce-tabs .wc-tabs li.active a {
	background: #fbfbfb;
	border: 1px solid #e4e4e4;
	color: #222;
	transition: all .6s ease-in;
}

.comment-respond p {
	position: relative;
}

.comment-respond p label {
	position: absolute;
	right: 10px;
	top: -10px;
	z-index: 2;
	background: #fff;
}

.comment-respond .submit {
	background: #22a84a;
	border: none;
	border-radius: 8px;
	color: #fff;
	width: 100px;
}

.comment-respond textarea {
	height: 150px;
}

.woocommerce .comment-form p.stars a {
	speak: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
}

.woocommerce .comment-form p.stars a::after {
	content: "\F588";
	font-family: bootstrap-icons;
	font-size: 15px;
}

.woocommerce .comment-form p.stars a:hover::after {
	content: "\F586";
	font-family: bootstrap-icons;
	font-size: 15px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .toast {
	display: none;
}

.checkout_coupon {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	display: flex !important;
	gap: 10px
}

.checkout_coupon input {
	display: block;
	width: 100%;
	text-align: center;
}

.checkout_coupon p {
	margin: 0
}

.checkout_coupon p:first-child {
	display: none;
}

.woocommerce-shipping-methods {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 20px;
	text-align: right;
	font-size: 12px;
}

.form-row-first,
.form-row-last {
	width: 50%;
}

.woocommerce-edit-address .form-row-first,
.woocommerce-edit-address .form-row-last {
	width: 100%;
}

.woocommerce-edit-address #billing_country_field {
	display: none
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
	width: 100%;
}

.blog-single .blog-content p,
.blog-single .blog-content ul li,
.blog-single .blog-content ol li {
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}

.blog-single .blog-content ul,
.blog-single .blog-content ol {
	margin-bottom: 20px;
}

.blog-single .blog-content h2 {
	color: #000;
	font-weight: 600;
}

.blog-single .blog-content h3 {
	color: #000;
	font-weight: 500;
}

.blog-single .blog-content img,
.blog-single .blog-content .wp-caption {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 10px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
	display: none;
}

.single .blog-sidebar {
	background: #fff;
	border: 1px solid #d1d1ec;
	border-radius: 14px;
	display: block;
	padding: 20px;
	margin-bottom: 20px;
}

.single .blog-sidebar ul {
	margin: 0;
	padding: 0;
}

.single .blog-sidebar ul li {
	line-height: 2;
}

.single .blog-sidebar ul li a {
	font-weight: 300;
}

.blog .card {
	border-radius: 10px;
}

.blog .card img {
	border-radius: 10px 10px 0 0;
}

.blog .card .card-title {
	font-size: 16px;
	font-weight: 800;
}

.blog .card .card-text {
	height: 40px;
	font-weight: 300;
	font-size: 13px;
	text-align: justify;
	line-height: 1.6;
	overflow: hidden;
}

.blog .blog-item {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px 0 10px 10px;
	display: block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.blog .blog-item h2 {
	font-size: 15px;
	font-weight: 700;
}

.blog-item-img,
.blog-item-body {
	padding: 15px;
	padding-bottom: 5px;
}

.blog-item-img img {
	border-radius: 10px 0 10px 10px;
}

.blog-item-body p {
	color: #666;
	font-weight: 300;
	font-size: 13px;
	text-align: justify;
	line-height: 1.8;
}

.blog-item-footer {
	padding: 15px;
	padding-top: 5px;
	font-weight: 300;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: rgb(122, 122, 122);
	font-size: 9pt;
	word-spacing: -1px;
}

.blog-item-footer i {
	font-size: 13px;
	border: 1px solid #ddd;
	color: #333;
	padding: 2px 5px;
	border-radius: 5px 0 5px 5px;
	-webkit-text-stroke: 1px;
}

.blog-item-footer i:hover,
.blog-item:hover i {
	background: #ddd;
	color: #fff;

}

.woocommerce .star-rating, .woocommerce p.stars [class^="star-"], .woocommerce p.stars [class*=" star-"] {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
}
.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	width: 5em;
	text-align: right
}
.woocommerce .star-rating span {
	overflow: hidden;
	float: right;
	top: 0;
	right: 0;
	position: absolute;
	padding-top: 1.5em
}
.woocommerce .star-rating:before {
  font-family:bootstrap-icons;
	content: "\f586\f586\f586\f586\f586";
	top: 0;
	position: absolute;
	right: 0;
	color: #aaa;
}
.woocommerce .star-rating span:before {
  font-family:bootstrap-icons;
	content: "\f586\f586\f586\f586\f586";
	top: 0;
	position: absolute;
	right: 0;
	color: #F90;
}
/* rating block specific to single product summary area */
.woocommerce .woocommerce-product-rating {
	display: block;
	width: 100%;
}
.woocommerce .woocommerce-product-rating .star-rating {
	float: right;
	font-size: 1em;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	font-size: 85%;
	width: 100%;
	margin: 0.5em 0;
	float: right;
}
/* rating block specific to review submit form */
.woocommerce p.stars {
	position: relative;
	padding: 1em 0;
}
.woocommerce p.stars a {
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0!important;
	outline: 0;
	color: #999;
}
.woocommerce p.stars a:hover, .woocommerce p.stars a.active {
	color: #F90;
}
.woocommerce p.stars a:last-child {
	border-left: 0
}
.woocommerce p.stars [class^="star-"]:after, .woocommerce p.stars [class*=" star-"]:after {
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0
}
.woocommerce p.stars a.star-1 {
	width: 2em
}
.woocommerce p.stars a.star-1:after {
  font-family:bootstrap-icons;
	content:"\f588"
}
.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {
	content:"\f586"
}
.woocommerce p.stars a.star-2 {
	width: 3em
}
.woocommerce p.stars a.star-2:after {
	content: "\f588\f588"
}
.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {
	content: "\f586\f586"
}
.woocommerce p.stars a.star-3 {
	width: 4em
}
.woocommerce p.stars a.star-3:after {
	content: "\f588\f588\f588"
}
.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {
	content: "\f586\f586\f586"
}
.woocommerce p.stars a.star-4 {
	width: 5em
}
.woocommerce p.stars a.star-4:after {
	content: "\f588\f588\f588\f588"
}
.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {
	content: "\f586\f586\f586\f586"
}
.woocommerce p.stars a.star-5 {
	width: 6em;
}
.woocommerce p.stars a.star-5:after {
	content: "\f588\f588\f588\f588\f588"
}
.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {
	content: "\f586\f586\f586\f586\f586"
}
/* rating block specific to product listing */
.woocommerce ul.products li.product .star-rating {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* rating block specific to sidebar widgets */
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.category-text-ad {
  background: #5c3995;
  padding: 20px 10px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
	-webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
	mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
	animation: shimmer 1500ms infinite;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}
/* end of review stars */
@media only screen and (max-width:1199px) {
	.top-menu-nav>ul>li .megamenu .banner {
		max-width: 35%;
		left: 20px
	}

	.top-menu-nav {
		margin-right: 24px
	}

	.top-menu-nav ul li:not(:last-child) {
		margin-left: 24px
	}

	.top-menu-nav ul li a {
		font-size: 14px
	}
}

@media only screen and (max-width:991px) {
	.nav-responsive-content .nav li {
		width: 100%;
	}
}

.nav-responsive {
	z-index: 999;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s linear .3s;
	-o-transition: .3s linear .3s;
	-moz-transition: .3s linear .3s;
	transition: all .3s linear .3s
}

.nav-responsive,
.nav-responsive-content {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%
}

.nav-responsive-content {
	right: -100%;
	background-color: #fff;
	padding-bottom: 24px;
	overflow: hidden auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: all .3s linear 0s
}

.nav-responsive-content::-webkit-scrollbar {
	display: none
}

.nav-responsive-content .heading {
	padding: 22px 16px 27px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px
}

.nav-responsive-content .heading .close {
	font-size: 13px
}

.nav-responsive-content .heading .logo {
	height: 32px
}

.nav-responsive-content .nav {
	padding: 0 16px 0 15px;
	margin-bottom: 54px
}

.nav-responsive-content .nav li:not(:last-child) {
	margin-bottom: 24px
}

.nav-responsive-content .nav li a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	display: block
}

.nav-responsive-content .nav li.dropdown {
	position: relative;
}

.nav-responsive-content .nav li.dropdown:after {
	content: "\F282";
	font-family: bootstrap-icons;
	font-size: 15px;
	color: #333;
	top: 0;
	left: 0;
	position: absolute;
	transition: all .2s linear
}

.nav-responsive-content .nav li.dropdown.opened:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.nav-responsive-content .nav li ul {
	overflow: hidden;
	height: 0;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: all .3s linear
}

.nav-responsive-content .nav li ul li:first-child {
	margin-top: 24px
}

.nav-responsive-content .nav li ul li a {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #444
}

.nav-responsive-content .nav li ul li ul {
	margin-right: 20px
}

.nav-responsive-content .auth {
	gap: 12px;
	padding: 0 15px
}

.nav-responsive-content .auth .btn {
	max-width: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 0;
	font-weight: 700;
	height: 48px;
	line-height: 46px;
}

.nav-responsive-content .auth .btn-primary {
	line-height: 40px
}

.nav-responsive-content .socials {
	margin-top: 40px
}

.nav-responsive-content .socials span {
	font-weight: 600;
	margin-bottom: 16px
}

.nav-responsive-content .socials ul li:not(:last-child) {
	margin-left: 15px
}

.nav-responsive-content .socials ul li a {
	display: block;
	color: #1e87ff;
}

.nav-responsive-content .socials ul li a i {
	font-size: 20px;
}

.nav-responsive-content .socials ul li a:hover {
	color: #1f2434
}

.nav-responsive.opened {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: all .3s linear 0s
}

.nav-responsive.opened .nav-responsive-content {
	-webkit-transition: .3s linear .3s;
	-o-transition: .3s linear .3s;
	-moz-transition: .3s linear .3s;
	transition: all .3s linear .3s;
	right: 0
}

.nav-responsive-content .btn {
	border-color: #212529;
	color: #212529;
	border-radius: 10px;
}

.nav-responsive-content .btn:hover {
	background: #212529;
	color: #fff
}

/* /////////// end main menu /////////// */
.popular-category,
.popular-products {
	position: relative;
}

.popular-category .title h4,
.popular-products .title h4 {
	position: relative;
	margin: 0 auto;
	width: 15%;
	text-align: center;
	padding-bottom: 20px;
	color: #5e3a98;
	font-weight: 400;
	font-size: 15px
}

.popular-category .title h4:before,
.popular-products .title h4:before {
	content: "\F708";
	font-family: bootstrap-icons;
	font-size: 25px;
	position: absolute;
	right: 0;
	top: -5px;
}

.fourp {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: space-between;
	gap: 10px;
	overflow: hidden;
}

.fourp .items {
	border: 1px solid #cac7ed;
	border-radius: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px;
	transition: all 0.2s ease;
}

.fourp .items:hover {
	background: #cac7ed;
	border: 1px solid #cac7ed;
}

.fourp .items:hover span {
	background: #fff;
	color: #876cb3;
}

.fourp .items span {
	background: #876cb3;
	color: #fff;
	width: 55px;
	border-radius: 50px;
	padding: 5px;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
}


.fourp .items h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.fourp .items p {
	margin: 0;
}

.fourp .items p:nth-child(2) {
	font-size: 12px;
	font-weight: 300;
}

.fewu {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: space-between;
	gap: 10px;
	overflow: hidden;
}

.fewu .items {
	border-radius: 15px;
	align-items: center;
	text-align: center;
	padding: 10px;
}

.fewu .items img {
	margin: 0 auto;
}

.fewu .items .text {
	margin-bottom: 10px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.fewu .items p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.fewu .items a {
	background: #fff;
	border-radius: 7px;
	padding: 5px 10px;
}

.fewu .items:hover a {
	background: #525CEB;
	color: #fff;
}

.fewu .items:nth-child(1) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #642C16 80%), url(img/g.png) repeat;
	color: #fff;
}

.fewu .items:nth-child(2) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #6F4ECA 80%), url(img/g.png) repeat;
	color: #fff;
}

.fewu .items:nth-child(3) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #43A661 80%), url(img/g.png) repeat;
	color: #fff;
}

.fewu .items:nth-child(4) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #2F75CF 80%), url(img/g.png) repeat;
	color: #fff;
}

.fewu .items:nth-child(5) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #ffc821 80%), url(img/g.png) repeat;
	color: #fff;
}

.options {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: space-between;
	gap: 10px;
	overflow: hidden;
}

.options .items {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 15px;
}

.options .items i {
	background: #e8e9f9;
	color: #1c233a;
	font-size: 26px;
	padding: 10px;
	border-radius: 8px;
	line-height: 20px;
}

.options .items p {
	margin: 0;
	color: #333;
}

.options .items p:first-child {
	font-weight: 500;
	font-size: 14px;
}

.options .items p:last-child {
	font-weight: 300;
	font-size: 13px;
	letter-spacing: -0.3px
}

.blog-items {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 40% 55%;
	gap: 5%;
}

.blog-items .btn,
.user-links .btn {
	height: 38px;
}

.user-links {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 49% 49%;
}

/* Slider */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.huge .swiper img {
	display: block;
	object-fit: cover;
}

.huge .swiper-button-prev,
.huge .swiper-button-next {
	position: absolute;
	right: 10px;
	bottom: 10px;
	top: auto;
	background: #fff;
	color: #333;
	height: 35px;
	width: 35px;
	border-radius: 50px;
	margin: 0;
	margin-left: 5px;
}

.huge .swiper-button-next {
	right: 50px;
}

.huge .swiper-button-prev:after,
.huge .swiper-button-next:after,
.products-sw .swiper-button-next:after,
.products-sw .swiper-button-prev:after,
.blog-sw .swiper-button-prev:after,
.blog-sw .swiper-button-next:after {
	font-size: 16px;
	font-weight: bold;
}

.huge .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	width: auto;
	margin: 0 auto;
}

.huge .swiper-pagination-bullet-active {
	background: #fff;
	padding: 0 10px;
	border-radius: 20px;
	transition: all 0.4s ease;
}

.huge .swiper-button-next,
.huge .swiper-button-prev {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.huge:hover .swiper-button-next,
.huge:hover .swiper-button-prev {
	visibility: visible;
	opacity: 1;
}

.products-sw .swiper-button-prev,
.products-sw .swiper-button-next {
	background: rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.3);
	color: #333;
	height: 35px;
	width: 35px;
	border-radius: 40px;
	margin: 0;
	right: 5px;
	left: auto;
	margin: 0;
	opacity: 0.4;
	transition: all 0.3s ease-in-out;
}

.products-sw .swiper-button-prev:hover,
.products-sw .swiper-button-next:hover {
	opacity: 1;
}

.products-sw .swiper-button-next {
	left: 5px;
	right: auto;
}

.blog-sw .swiper-button-prev,
.blog-sw .swiper-button-next {
	background: #fff;
	color: #333;
	height: 35px;
	width: 35px;
	border-radius: 50px;
	box-shadow: 0 0 2px #ddd;
}

/* Banner */
.banner .banner-wide {
	border-radius: 10px;
}

.banner .banner-wide img {
	object-fit: cover;
	border-radius: 15px;
}

/* Banners */
.banners {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 10px;
}

.banners .banners-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 10px;
}

.banner {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
}

.banners-two {
	grid-template-columns: 1fr 1fr;
}

.banners-mehran {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*animate*/
@keyframes fade {

	0%,
	100% {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

@keyframes energy {
	0% {
		transform: scale (1, 1)
	}

	25% {
		transform: scale(.9, 1.1)
	}

	50% {
		transform: scale(1.2, .8)
	}

	75% {
		transform: scale(.95, 1.05)
	}
}

@keyframes shakeX {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-2px, 0, 0);
		transform: translate3d(-2px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
}

/* Product - For Slider */
.protuct-slider {
	position: relative;
	padding: 10px;
}

.protuct-slider .product {
	position: relative;
	padding: 10px;
  background: #fff;
	display: block;
	width: 100%;
	overflow: hidden;
}

.protuct-slider .protuct-slider-body {
	border-radius: 8px;
	overflow: hidden;
}

.protuct-slider .slider-title {
	font-size: 20px;
	text-align: right;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-20: #005a87;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #777;
	direction: rtl;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	margin-bottom: 0;
}

.slider-title h2 {
	padding-left: 20px;
  padding-right: 20px;
}

.left-line {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-20: #005a87;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #777;
	text-align: center;
	-webkit-box-direction: reverse;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	display: block;
	border-bottom: 1px solid;
	border-color: rgba(129, 129, 129, .2);
}

.right-line {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-20: #005a87;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #777;
	text-align: center;
	-webkit-box-direction: reverse;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	display: block;
	border-bottom: 1px solid;
	border-color: rgba(129, 129, 129, .2);
}

.protuct-slider .product img {
	margin: 10px auto 10px auto;
}

.protuct-slider .product .title {
	width: auto;
	height: 40px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: -0.3px;
}

.protuct-slider .product .price {
	padding-top: 10px;
	color: #333;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.3px;
}

.protuct-slider .product .price bdi {
	position: relative;
	font-size: 16px;
	font-weight: 600;
}

.protuct-slider .product .price bdi .woocommerce-Price-currencySymbol {
	font-size: 13px;
	font-weight: 200;
	margin-right: 5px;
}

.protuct-slider .product .price ins {
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	text-decoration: none;
}

.protuct-slider .product .price ins span span {
	font-size: 12px;
	font-weight: 300;
	padding-right: 5px;
	display: inline-block
}

.protuct-slider .product .price del {
	color: #aaa;
	padding-left: 5px;
}

.protuct-slider .product .price del .woocommerce-Price-currencySymbol {
	display: none;
	text-align: center;
}

.protuct-slider .product .price ins .woocommerce-Price-currencySymbol:before {
	margin: 0 auto 0 -18px;
	top: 0;
}

.protuct-slider .product .price del bdi {
	font-weight: 300;
	font-size: 12px;
	color: #666;
}

.protuct-slider .product .price del span span {
	font-size: 10px;
	font-weight: 300;
}

.protuct-slider .product .price .price-numb {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.3px;
}

.protuct-slider .product .product-additional {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #ddd;
	color: #333;
}

.protuct-slider .product .product-additional:empty {
	display: none;
}

.protuct-slider .product .product-additional .sale-percentage,
.protuct-slider .product .product-additional .discount-range {
	background: #7469b6;
	position: absolute;
	left: 0;
	top: 0;
	padding: 6px 12px 6px 5px;
	color: #fff;
	border-radius: 10px 0 40px 0;
}

.protuct-slider .product .addtocart {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 2;
	background: #26b52f;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 10px;
	line-height: 38px;
	font-size: 20px;
}
.protuct-slider .product:hover .addtocart {
	animation: fade 1s ease-in-out 111;
}

.new {
	background: #e81818;
	border: none;
}

.new .product-additional span {
	background: #e81818 !important;
}

.new .slider-title {
	color: #fff
}
.new .slider-title .left-line,
.new .slider-title .right-line {
	border-color: #fff;
}

.blog-item {
	position: relative;
  background: #fff;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.on-footer .contact-list li i {
	font-size: 20px;
	margin-left: 10px;
}
.on-footer .contact-list li a {
	font-size: 16px;
}
.on-footer .texts h1 {
	font-size: 21pt;
	text-align: justify;
}
.on-footer .texts p {
	font-size: 14px;
	text-align: justify;
}

footer.footer-main {
	position: relative;
	background: #171a3a;
}

footer.footer-main svg {
	margin-top: -120px;
}

footer .site-logo {
	text-align: center;
}

footer .site-logo img {
	width: 50%;
	margin-bottom: 50px;
}

footer .footer-widget {
	display: block;
	position: relative;
}

footer .footer-widget .title {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color: #fff;
}

footer .footer-widget ul li a {
	font-size: 13px;
	font-weight: 200;
	line-height: 2;
	padding: 5px;
	color: #fff;
	display: block;
	transition: all .3s ease-in-out;
}

footer .footer-widget ul li a:hover {
	background: #fff;
	padding-right: 15px;
	color: #333;
}

footer .beforebuy {
	text-align: center;
}

footer .beforebuy h4 {
	color: #fff;
}

footer .beforebuy p {
	border-top: 1px dashed #ddd;
	padding-top: 10px;
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	color: #fff;
	text-align: justify;
}

footer .about-text {
	font-size: 13px;
	color: #443A7E;
	font-weight: 300;
	text-align: justify;
	line-height: 1.8;
}

footer .about-text h2 {
	color: #2A1B7B;
	font-size: 14px;
	font-weight: 500;
}

footer .enamad {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

footer .enamad div {
	padding: 10px;
	cursor: pointer;
	border: 1px solid #e6e5ff;
	border-radius: 10px;
}

footer .enamad div:hover {
	background: rgb(245, 245, 249);
}

.footer-address {
	display: grid;
	align-items: center;
	justify-content: space-between;
	grid-template-columns: 5fr 1fr 1fr;
	padding-bottom: 12px;
}

.footer-address .address {
	display: flex;
}

.footer-address .address i,
.footer-address .phone i {
	font-size: 30px;
	color: #443A7E;
	margin-left: 20px;
	padding-top: 5px;
}

.footer-address .phone i {
	margin: 0 20px 0 0;
}

.footer-address .address h4 {
	font-size: 20px;
	color: #443A7E;
}

.footer-address .address p {
	color: #443A7E;
	font-weight: 300;
}

.footer-address .phone {
	display: flex;
	text-align: left
}

.footer-address .phone:hover i {
	animation: shakeX 1s linear infinite;
}

.footer-address .phone h4 {
	color: #443A7E;
	font-weight: 400;
}

.footer-address .phone p {
	color: #443A7E;
	font-weight: 500;
	font-size: 16px;
}

.footer-address .phone a {
	color: #473D82;
}

.footer-address .phone strong {
	color: #443A7E;
	font-weight: 900;
	font-size: 20px;
}

.footer-about {
	background: #fff;
	padding-top: 40px;
	position: relative;
}

footer .menu-footer h4 {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	padding-bottom: 10px;
}

footer .menu-footer ul li a {
	font-size: 13px;
	font-weight: 300;
	line-height: 2.2;
	display: block;
	color: #666;
}

.call-center ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	gap: 10px;
	text-align: center;
}

.call-center ul li:first-child a:before {
	content: "\F32F";
}

.call-center ul li a {
	background: #f9f2ed;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	border: none;
	margin-top: 8px;
	color: #000;
	line-height: 20px;
	padding: 10px;
	position: relative;
	display: block;
	transition: all 0.3s ease;
}

.call-center ul li a:hover {
	background: #ed6000;
	color: #fff;
}

.call-center a:before {
	content: "\F5B4";
	font-size: 20px;
	font-family: bootstrap-icons;
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 10px;
}

.social ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	gap: 10px;
	text-align: center;
	float: left;
}

.social ul li {
	margin: 0 0 10px 5px;
}

.social ul li a {
	background: #e8e9f9;
	font-size: 20px;
	color: #000;
	line-height: 1;
	height: 40px;
	width: 40px;
	display: block;
	line-height: 42px;
	transition: all 0.3s ease;
}

.social ul li a:hover {
	background: #ed6000;
	color: #fff;
}

.copyright {
	background: #ed6000;
	padding: 30px;
}

.copyright p {
	margin: 0;
	color: #fff;
	font-size: 13px;
}

/* WOO */
.woocommerce .button {
	background: var(--bs-primary);
	border-radius: 8px;
	font-size: 13px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;
	color: #fff;
	padding: 5px 20px;
	line-height: 2;
}

.woocommerce .button[disabled] {
	opacity: 0.5;
}

.woocommerce .shop_table .button[disabled] {
	display: none;
}

.woocommerce input,
.woocommerce textarea {
	background: #fff;
	border-radius: 10px;
	font-size: 13px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: 1px solid #ddd;
	padding: 5px;
	line-height: 2.5;
	max-width: 100%;
}

.shop_table {
	width: 100%;
	overflow-x: auto
}

.cart-item input {
	text-align: center;
	width: 60px;
}

.cart-item .quantity {
	position: relative;
}

.cart-item .quantity .plus,
.cart-item .quantity .minus {
	position: absolute;
	right: 0;
	top: 10px;
	border: none;
	background: #ddd;
	color: #333;
	border-radius: 0 5px 5px 0;
	width: 20px;
	height: 22px;
	line-height: 22px;
	z-index: 5;
	margin-right: -20px;
	font-family: arial;
}

.cart-item .quantity .minus {
	right: auto;
	left: 0;
	margin-left: -20px;
	border-radius: 5px 0 0 5px;
	font-size: 20px;
}

.cart-item .woocommerce-Price-amount {
	margin: 10px 20px;
}

.cart-item .woocommerce-Price-amount bdi {
	font-size: 16px;
	font-weight: bold;
}

.cart-item .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	font-size: 11px;
	font-weight: normal;
}

.cart-items .cart-item {
	display: grid;
	grid-template-columns: 12% 88%;
	gap: 10px;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.cart-items .cart-item:last-child {
	border: none;
}

.cart-items .cart-item .dropdown {
	position: absolute;
	left: 0;
}

.cart-items .cart-item .dropdown button {
	border: none;
}

.cart-items .cart-item .dropdown li {
	text-align: right;
	font-size: 13px;
}

.cart-items .cart-item .dropdown li a {
	padding: 5px;
	display: block;
}

.cart-items .cart-item .cart-item-details {
	font-weight: 300;
	color: #555;
}

.cart-items .cart-item .cart-item-details .product-name {
	font-size: 15px;
	font-weight: 700;
	display: block;
	margin-block: 10px;
	color: #333;
}

.card {
	border-radius: 10px;
	border: 1px solid #d6d4f4;
}

.card-header {
	background-color: #e6e5ff;
	overflow: hidden;
	color: #5c3995;
}

.cart-collaterals h2 {
	font-size: 15px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.cart-collaterals ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666;
}

.cart-collaterals ul li {
	text-align: right;
}

.cart-collaterals ul li:nth-child(2) {
	text-align: left;
}

.cart-collaterals .order-total,
.cart-collaterals .order-total strong {
	font-weight: 600;
	color: #444;
}

.cart-collaterals .accordion-button {
	padding: 0;
	font-size: 12px;
	border: none;
	outline: none;
	box-shadow: none;
	background: #fff
}

.cart-collaterals .accordion-button:after {
	display: none;
	margin-right: auto;
	margin-left: 0;
}

.cart-collaterals .coupon {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 10px;
}

.proceed-to-checkout {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.proceed-to-checkout a.button {
	width: 100%;
	font-size: 14px;
	line-height: 2.5;
}

.cart-totals-details p {
	font-size: 12px;
	font-weight: 300;
	line-height: 2;
	text-align: justify;
	color: #7469b6;
	display: block;
}

.cart-totals-shipping p {
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	text-align: justify;
	display: block;
	margin: 0;
}

.cart-totals-shipping p:first-child {
	padding-right: 25px;
	color: #7469b6;
	margin-bottom: 10px;
}

.cart-totals-shipping p:first-child:before {
	content: "\F71A";
	font-family: bootstrap-icons;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 8px;
}

.cart-totals-shipping p strong {
	font-weight: 700;
}

.woocommerce-free-shipping-bar-message {
	background: #7469b6;
	border-radius: 10px;
	padding: 10px;
}

.woocommerce-free-shipping-bar-message #wfspb-main-content #wfspb-main-content {
	font-size: 14px;
}

.woocommerce-free-shipping-bar-order-bar {
	background: #f3f3ff !important;
	border-radius: 10px;
}

.woocommerce .checkout .shop_table {
	width: 49.5%;
	float: right;
}

.woocommerce .checkout .woocommerce-checkout-payment {
	width: 49.5%;
	float: left;
}

.woocommerce .checkout .shop_table {
	border-collapse: collapse;
	border-radius: 10px;
	border-style: hidden;
	box-shadow: 0 0 0 1px #e6e5ff;
	overflow: hidden;
}

.woocommerce .checkout .shop_table thead {
	background: #e6e5ff;
}

.woocommerce .checkout .shop_table tr,
.woocommerce .checkout .shop_table td,
.woocommerce .checkout .shop_table th {
	border: 1px solid #e6e5ff;
	text-align: right;
}

.woocommerce-checkout-payment {
	background: #fff;
	border: 1px solid #e6e5ff;
	padding: 10px;
	border-radius: 10px;
	font-size: 13px;
	display: inherit;
}

.woocommerce-checkout-payment .place-order {
	display: inherit;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
	display: none;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
	background: #cdead5 !important;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar .card {
	box-shadow: none;
	border-radius: 10px;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar .card:hover {
	background: #22A74A50;
	box-shadow: none;
}

.wallet-cashback-notice {
	background: #cdead5;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
}

.wallet-cashback-notice span {
	font-weight: 600;
	font-size: 16px;
}

.woocommerce-order-details table .button.pepro-ultimate-invoice_html,
.woocommerce-order-details table .button.pepro-ultimate-invoice_pdf,
.puiw_orders_invoice_btn_container {
	display: none;
}

.woocommerce-order-details .order-again .button {
	width: 100%;
}

table.shop_table {
	margin-bottom: 20px;
}

table.shop_table tr,
table.shop_table td,
table.shop_table th {
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px;
}

.woocommerce-store-notice {
	background: #333;
	position: fixed;
	top: 0;
	right: 0;
	color: #fff;
	text-align: center;
	padding: 10px;
	width: 100%;
}

.woocommerce-store-notice a {
	background: #fff;
	margin-right: 20px;
	font-size: 12px;
	color: #333;
	padding: 4px;
}

.checkout-address button {
	background: #e6e5ff;
	border-radius: 10px;
	padding: 10px;
	font-size: 13px;
	font-weight: 400;
	width: auto;
	float: left;
	color: #5c3995;
}

.woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: space-between;
	gap: 10px;
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper:before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 5px;
	background: repeating-linear-gradient(135deg, #ff664e 0, #d5331a 15px, transparent 15px, transparent 25px, #246df4 25px, #7cabff 40px, transparent 40px, transparent 50px), linear-gradient(0deg, #FFFFFF, #FFFFFF);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask:
		linear-gradient(#246df4 0 0) content-box,
		linear-gradient(#7cabff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.woocommerce-billing-fields h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper .clear,
.woocommerce-billing-fields__field-wrapper #billing_country_field {
	display: none;
}

.woocommerce-billing-fields p input {
	width: 100%;
}

.woocommerce-billing-fields p .state_select {
	display: block;
	background: #fff;
	border-radius: 8px;
	font-size: 13px;
	position: relative;
	align-items: center;
	justify-content: center;
	outline: none;
	border: 1px solid #ddd;
	width: 100%;
	height: 45px;
}

body .select2-container--default .select2-selection--single {
	padding: 0 15px;
	height: 44px;
	text-align: start;
	font-size: 14px;
	line-height: 42px;
	border: 1px solid #ddd;
	overflow: hidden;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: inline;
	padding-inline: 0 !important;
	color: #333;
	line-height: 1.4
}

body .select2-container--default .select2-search--dropdown {
	position: relative;
	padding: 18px;
	border-bottom: 1px solid #ddd;
	background: #eee
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
	position: relative;
	z-index: 2;
	padding: 0 15px;
	height: 42px;
	border: 1px solid #aaa;
	background: #fff;
	color: #777
}

body .select2-container--default .select2-search--dropdown:after {
	position: absolute;
	top: calc(50% - 9px);
	z-index: 3;
	inset-inline-end: 30px;
	color: #777;
	font-size: 18px;
	line-height: 1;
	content: "\F52A";
	font-family: "bootstrap-icons"
}

body .select2-container--default .select2-results {
	background-color: #fff
}

body .select2-container--default .select2-dropdown {
	z-index: 10;
	border-width: 2px;
	border-color: #fff;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ddd;
}

body .select2-container--default .select2-results__option {
	color: #333;
	padding: 10px 18px;
	transition: all .1s ease
}

body .select2-container--default .select2-results__option:focus {
	outline: none
}

body .select2-container--default .select2-results__option[data-selected=true] {
	background-color: rgba(0, 0, 0, 0.05);
	color: #333;
	font-weight: 600
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #005cb8;
	color: #fff
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-width: 2px;
	border-color: #333;
}

.woocommerce-shipping-fields {
	display: none;
}

.woocommerce-additional-fields textarea {
	display: block;
	width: 100%;
	height: 65px !important;
}

.wc_payment_methods li {
	background: #faf9ff;
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

#wfspb-main-content b span {
	font-weight: bold;
}

#wfspb-main-content b span span {
	margin-right: 5px;
	font-weight: normal;
}

.wp-block-woocommerce-cart-order-summary-shipping-block,
.wp-block-woocommerce-cart-order-summary-totals-block {
	display: none
}

.wp-block-woocommerce-cart-order-summary-block {
	border: 1px solid #e1e1e6;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	border: 1px solid #e1e1e6;
	border-radius: 10px;
	padding: 10px !important;
	margin-bottom: 15px;
}

.wc-block-cart__submit-container .wc-block-components-button:not(.is-link) {
	background: #16a616;
	border-radius: 7px;
	color: #fff;
	border: none;
}

.wc-block-cart__submit-container .wc-block-components-button {
	text-align: center;
	position: relative;
	width: 100%;
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: var(--maincolor);
}

.wc-block-cart__submit-container .wc-block-components-button:before,
.wc-block-cart__submit-container .wc-block-components-button:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 8px);
	left: 15px;
	animation: bounceAlpha 1.4s linear infinite;
	background-color: #fff;
	border-radius: 5px;
	width: 3px;
	height: 16px
}

.wc-block-cart__submit-container .wc-block-components-button:after {
	left: 22px;
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes bounceAlpha {
	0% {
		opacity: 1;
		transform: translateX(0px) scale(1);
	}

	25% {
		opacity: 0;
		transform: translateX(-10px) scale(0.9);
	}

	26% {
		opacity: 0;
		transform: translateX(10px) scale(0.9);
	}

	55% {
		opacity: 1;
		transform: translateX(0px) scale(1);
		color: #FFF
	}
}

.wc-block-components-text-input input[type="text"] {
	border: 1px solid #ddd !important;
	line-height: 3 !important;
	border-radius: 7px !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link) {
	background: #16a616;
	border-radius: 7px;
	line-break: 40px;
	color: #fff;
	border: none;
	max-height: 48px;
}

.wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link):disabled {
	background: #aaa;
}

/** single-product **/
.woocommerce-breadcrumb {
	font-size: 12px;
	margin-bottom: 30px;
	color: #555;
}

.woocommerce-breadcrumb a {
	color: #555;
}

.woocommerce-breadcrumb .bi {
	padding: 0 10px;
	transform: rotate(-15deg);
	display: inline-block;
}

.single-product-item .products-gallery,
.single-product-item .product-main {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}

.single-product-item .products-gallery {
	min-height: 490px;
}

.single-product-detail .woocommerce-tabs,
.single-product-detail .related,
.single-product-detail .up-sells,
.wp-block-woocommerce-empty-cart-block {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.single-product-detail .related h4 {
	border-bottom: 2px solid #e3e3ff;
	display: inline-block;
	line-height: 3;
	margin-bottom: 20px;
}

.single-product-detail .related ul,
.single-product-detail .up-sells ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.related .product,
.single-product-detail .up-sells .product {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.related .product .sale-percentage,
.simple-boxed ul.products li .sale-percentage {
	position: absolute;
	left: 0;
	top: 0;
	padding: 4px 12px 4px 5px;
	background: #333;
	color: #fff;
	border-radius: 10px 0 40px 0;
}

.related .product:hover {
	border: 1px solid #ddd;
}

.related .product .price ins {
	text-decoration: none;
	margin-right: 10px;
}

.related .product .button {
	display: none;
}

.related .added_to_cart {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 62%;
	bottom: 10px;
	background: #ffc807;
	border-radius: 8px 8px 8px 0;
	font-size: 13px;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;
	color: #000;
	padding: 5px 20px;
	line-height: 2.5;
}

.related .product h2 {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px
}

.related .product .star-rating {
  display: none!important;
}


.has-4-columns ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr)!important;
	gap: 10px;
}

.has-4-columns .star-rating {
	display: none
}

.single-product-item,
.single-product-item .products-gallery {
	position: relative;
}

.single-product-item .products-gallery span {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	background: #ffe5e5;
	border-radius: 5px;
	color: #bd4e4e;
	width: 100%;
	padding: 5px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	animation: shimmer 1500ms infinite;
}

.single-product-item .products-gallery .images ol {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 20px auto;
}

.single-product-item .products-gallery .images ol li {
	background: #fff;
	padding: 5px;
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.single-product-item .product-title {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 700
}

.single-product-item .product-title h1 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px
}

.single-product-item .product-title .eng-title {
	font-size: 13px;
	font-weight: 200;
	color: #aaa;
	direction: ltr;
	text-align: right;
	padding-left: 5px
}

.single-product-item .summary {
	position: relative;
}

.summary .woocommerce-product-rating {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-size: 12px;
	margin: 10px 0;
}

.summary .woocommerce-product-rating div {
	text-align: right;
}

.summary .woocommerce-product-rating a {
	text-align: left;
}

.nutritional-table h5 {
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	color: #4a4a4a;
}

.nutritional-table ul {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
}

.nutritional-table ul li {
	width: 49%;
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	color: #4a4a4a;
	background: #f7f7f7;
	border-radius: 8px;
	padding: 2px 8px;
	margin-bottom: 4px;
}

.nutritional-table ul li strong {
	font-weight: 600;
	color: #4a4a4a
}

.single-product-item .eng-title {
	font-size: 11px;
	font-weight: 200;
	color: #aaa;
	direction: ltr;
	padding-left: 5px;
}

.single-product-item .line-after {
	background: #eee;
	height: 1px;
	flex-grow: 1;
}

.single-product-item .product-excerpt {
	margin-bottom: 15px;
	text-align: justify
}

.single-product-item .product-excerpt p {
	font-size: 13px;
	line-height: 1.8;
	font-weight: 300;
	margin-bottom: 10px;
}

.single-product-item .summary .price {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 20px auto;
}

.single-product-item .summary .discount-range {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.single-product .variations_form select,
.single-product .variations_form .qty {
	display: none;
}

.single-product .variations_form .variations th.label {
	display: initial;
	padding-left: 10px;
}

.single-product .variations_form .variation-radios label {
	padding: 0 10px;
}

.single-product .woocommerce-variation-price {
	text-align: center;
}

.single-product .single_variation_wrap {
	padding: 20px 0;
}

.single-product-item .summary .price bdi {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -1px;
}

.single-product-item .summary .price del {
	display: block;
	color: #666;
}

.single-product-item .summary .price del * {
	font-size: 14px;
	font-weight: 500;
}

.single-product-item .summary .price del .woocommerce-Price-currencySymbol {
	font-size: 11px !important;
}

.single-product-item .summary .price ins {
	text-decoration: none;
}

.single-product-item .summary .price bdi .woocommerce-Price-currencySymbol {
	font-size: 12px;
	font-weight: 400;
	padding-right: 5px;
	letter-spacing: 0;
}

.single-product-item .summary .product_meta .posted_in,
.single-product-item .summary .product_meta .tagged_as {
	display: none;
}

.single-product-item .summary .product_meta {
	font-size: 13px;
}

.single-product-item .summary .product_meta .sku {
	background: #f9f9f9;
	color: #999;
	padding: 5px 10px;
}

.single-product-item .cart .quantity {
	display: none;
}

.single-product-item .cart .button,
.woocommerce .cart .button {
	background: #2FBA50;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.4;
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.single-product .quantity {
	display: none !important;
}

.single-product-item .sp-weare {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	gap: 5px
}

.single-product-item .sp-weare li {
	background: #f5f9ff;
	border-radius: 10px;
	padding: 10px 5px;
	color: #3261ac;
	height: 60px;
	line-height: 40px;
	cursor: context-menu;
	transition: all .2s ease-in-out
}

.single-product-item .sp-weare li p {
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	margin: 0
}

.single-product-item .sp-weare li i {
	padding-left: 10px;
	font-size: 20px
}

.single-product-item .product-warranty {
	background: #f5f9ff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 300;
	padding: 10px 50px 10px 10px;
	position: relative;
	color: #123a78;
	text-align: justify
}

.single-product-item .product-warranty:before {
	content: "\F433";
	font-family: "bootstrap-icons";
	font-size: 25px;
	font-weight: 900;
	color: #3261ac;
	position: absolute;
	right: 15px
}

.single-product-item .share-nodes {
	position: absolute;
	top: 60px;
	right: 20px;
	cursor: pointer;
}

.single-product-detail .section-title {
	font-size: 20px;
	font-weight: 800;
	display: block;
	margin-bottom: 15px;
}

.single-product-detail .product-details,
.single-product-detail .product-attributes,
.single-product-detail .product-reviews {
	line-height: 2;
	text-align: justify;
	font-weight: 300;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ddd;
}

.single-product-item .free-shipping,
.single-product-item .cashback,
.single-product-item .muesli,
.single-product-item .cookie,
.single-product-item .butter {
	background: #39954F;
	border: none;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
}
.single-product-item .free-shipping a,
.single-product-item .cashback a,
.single-product-item .muesli a,
.single-product-item .cookie a,
.single-product-item .butter a {
	color: #fff;
	display: block;
	padding: 20px;
}

.single-product-item .free-shipping p,
.single-product-item .cashback p,
.single-product-item .muesli p,
.single-product-item .cookie p,
.single-product-item .butter p {
	color: #fff;
	display: block;
	padding: 20px;
}

.single-product-item .cashback {
	background: #2d63e2;
}

.single-product-item .muesli {
	background: #E82561;
}

.single-product-item .cookie {
	background: #7469B6;
}

.single-product-item .butter {
	background: #DF6D2D;
}

.single-product-item .card p {
	margin: 0;
}

.single-product-item .accordion-item {
	border-color: #eef;
}

.single-product-item .accordion-header .accordion-button:not(.collapsed) {
	background: #e6e5ff;
	color: #5e4ebd;
}

.single-product-item .accordion-header button {
	font-size: 13px;
	font-weight: 500;
}

.single-product-item .accordion-header button:after {
	margin-right: auto;
	margin-left: 0;
	transform: scale(0.6);
}

.single-product-item .accordion-body {
	font-size: 12px;
	font-weight: 300;
	text-align: justify;
	line-height: 2;
}

.single-product-item .accordion-body strong {
	font-weight: 500;
}

.woocommerce-Tabs-panel--additional_information .shop_attributes {
	width: 100%;
}

.woocommerce-Tabs-panel--additional_information .shop_attributes tr {
	border-bottom: 4px solid #fff;
}

.woocommerce-Tabs-panel--additional_information .shop_attributes tr td,
.woocommerce-Tabs-panel--additional_information .shop_attributes tr th {
	background: rgb(247, 247, 247);
	border-radius: 8px;
	line-height: 2;
	padding: 10px;
}

.woocommerce-Tabs-panel--additional_information .shop_attributes tr th {
	background: rgb(234, 234, 234);
	border-left: 4px solid #fff;
	width: 25%;
}

.woocommerce-Tabs-panel--additional_information .shop_attributes tr td p {
	margin: 0;
}

.product-share {
	margin: 10px auto;
	padding: 10px;
	border-radius: 5px;
	text-align: center
}

.product-share button,
.product-share input {
	background: #fff;
	border: 1px solid #333;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
}

.product-share button i {
	font-size: 18px;
	padding-left: 10px;
}

.product-share ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: auto auto auto auto;
	gap: 10px;
	margin: 0
}

.product-share ul li a {
	color: #333;
	font-size: 35px;
}

.detail-before-buy {
	background: #fff;
	border: 2px solid #7469b6;
	border-radius: 10px;
	padding: 10px;
	margin: 20px auto 0 auto;
	color: #7469b6;
	text-align: center;
	font-weight: 700;
	-webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
	mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
	animation: shimmer 2500ms infinite;
}

.detail-before-buy a {
	color: #2fba50;
}

@keyframes shimmer {
	0% {
		-webkit-mask-position: 140% 140%;
		mask-position: 140% 140%
	}

	100% {
		-webkit-mask-position: -20% -20%;
		mask-position: -20% -20%
	}
}

/** cat-product **/
.simple-boxed {
	background: #fff;
	position: relative;
}

.simple-boxed .wp-block-woocommerce-filter-wrapper {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
}

.simple-boxed ul.products {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: space-between;
	gap: 10px;
	margin: 10px auto;
}

.simple-boxed ul.products li {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	text-align: center;
}

.simple-boxed ul.products li .etmam-mojodi {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	background: #ff7e7e;
	color: #fff;
	padding: 5px;
}

.simple-boxed ul.products li h2 {
	font-size: 14px;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.simple-boxed ul.columns-4 li .price {
	display: block;
	text-align: center;
}

.simple-boxed ul.products li .price bdi {
	display: block;
}

.simple-boxed ul.products li .price ins {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.simple-boxed ul.products li .price .woocommerce-Price-currencySymbol {
	font-size: 12px;
	font-weight: 300;
	padding-right: 3px;
}

.simple-boxed ul.products li .add_to_cart_button.added {
	display: none
}

.woocommerce .added_to_cart {
  background: #7469B6;
  border-radius: 8px;
  font-size: 13px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  color: #fff;
  padding: 5px 20px;
  line-height: 2;
}

.wp-block-heading {
	color: #333;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 10px;
}

.wc-block-grid {
	display: block;
}

.wc-block-grid ul {
	display: grid;
	grid-template-columns: 1fr;
}

.wc-block-grid ul li,
.wc-block-grid.has-3-columns .wc-block-grid__product {
	display: block;
	max-width: 100% !important;
}

.archive .term-description {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
}

.archive .term-description img {
	max-width: 100%;
	height: auto
}
.archive .wp-caption {
	max-width: 100%;
	margin: 20px auto;
}

.archive .term-description ul,
.woocommerce-Tabs-panel ul {
	margin-bottom: 20px;
}

.archive .term-description ul li,
.woocommerce-Tabs-panel ul li {
	font-weight: 300;
	margin-right: 20px;
	list-style: square;
	line-height: 1.8;
	margin-bottom: 10px;
}

.archive .term-description p {
	font-weight: 300;
}

.woocommerce-pagination {
	margin: 20px auto;
}

.woocommerce-pagination ul {
	display: flex;
	margin-bottom: 20px;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li .current {
	background: #eee;
	padding: 10px;
	margin-left: 5px;
	color: #000;
	border-radius: 5px;
}

.woocommerce-result-count {
	display: none;
}

.woocommerce-ordering {
	position: absolute;
	left: 10px;
	top: 10px;
}

.woocommerce-ordering select {
	background: transparent;
	border-radius: 8px;
	border: 1px solid rgba(116, 105, 182, .3);
	font-size: 12px;
	color: #000;
	padding: 10px;
	display: none
}

/** each **/


.u-columns {
	display: grid;
	justify-content: space-between;
	gap: 10px;
}

.col2-set {
	grid-template-columns: 1fr 1fr;
}

.col2-set .col-1,
.col2-set .col-2 {
	width: 100% !important;
}

.woocommerce-form-row {
	position: relative;
	margin: 30px 0;
}

.woocommerce-form-register,
.woocommerce-form-login {
	margin: 0 auto;
}

.woocommerce-form-row .button,
.form-row .button {
	background: #62b974;
	width: 100%;
	color: #fff;
	font-size: 16px;
}

.col2-set .woocommerce-form-row input,
.col2-set .woocommerce-form-row input {
	width: 100%;
	display: grid;
}

.col2-set .woocommerce-form-row label,
.col2-set .woocommerce-form-row label {
	position: absolute;
	right: 10px;
	top: -10px;
	z-index: 2;
	background: #fff;
}

.woocommerce-MyAccount-navigation ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li a {
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: block;
	text-align: center;
	line-height: 50px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--bs-primary);
	border-color: transparent;
	color: #fff;
}

.woocommerce mark {
	background: #eeedff;
	font-weight: 300;
	padding: 5px;
	color: #2e0e62;
}

.woocommerce-order-received .woocommerce-notice--success {
	background: #7469B6;
	color: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
}

.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.woocommerce-order-received .woocommerce-order-overview li {
	background: #e6e5ff;
	color: #573e81;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 300;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	display: none;
}

.woocommerce-order-received .woocommerce-order p:first-child {
	display: block;
}

.woocommerce-account .col-1 {
	width: 50%;
}

.woocommerce-account .woocommerce-Address {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
}

.woocommerce-account .woocommerce-Address header {
	display: flex;
}

.woocommerce-account .woocommerce-Address header .edit {
	margin: 0 auto 0 0;
	color: var(--bs-primary);
}

.woocommerce-orders table.shop_table {
	border-radius: 10px;
	box-shadow: 0 0 0 1px #e6e5ff;
	overflow: hidden;
}

.woocommerce-orders table.shop_table tr,
.woocommerce-orders table.shop_table td,
.woocommerce-orders table.shop_table th {
	border: none;
	height: 40px;
}

.woocommerce-orders table.shop_table th {
	color: #5c3995;
}

.woocommerce-orders table.shop_table tbody tr:not(:last-child) {
	border-bottom: 1px solid #e6e5ff;
}

.woocommerce-orders table.shop_table thead {
	background: #e6e5ff;
}

.woocommerce-orders-table__cell-order-actions .button {
	height: 25px;
	border-radius: 5px;
	margin-left: 5px;
}

.woocommerce-view-order .woocommerce-MyAccount-content {
	padding: 20px;
	border: 1px solid #e6e5ff;
	border-radius: 10px;
}

.edit-account p {
	position: relative;
}

.edit-account p label {
	background: #fff;
	position: absolute;
	right: 10px;
	top: -10px;
	z-index: 2;
	font-size: 12px;
	font-weight: 200;
}

.woocommerce .edit-account p input {
	min-width: 30%;
}
.woocommerce .edit-account .form-row-first,
.woocommerce .edit-account .form-row-last {
	width: 100%;
}

.edit-account em {
	font-weight: 200;
	font-size: 12px;
	font-style: normal;
	padding: 10px;
}

.woocommerce-edit-address h3 {
	margin-bottom: 30px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
	background: #fff;
	color: #4a4a4a;
	padding: 20px 20px 5px 20px;
	position: relative;
	box-sizing: border-box;
}

.woocommerce-MyAccount-content .woocommerce-customer-details::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 5px;
	background: repeating-linear-gradient(135deg, #ff664e 0, #d5331a 15px, transparent 15px, transparent 25px, #246df4 25px, #7cabff 40px, transparent 40px, transparent 50px), linear-gradient(0deg, #FFFFFF, #FFFFFF);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask:
		linear-gradient(#246df4 0 0) content-box,
		linear-gradient(#7cabff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p {
	position: relative;
}

.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p input {
	width: 100%;
}

.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p label {
	background: #fff;
	position: absolute;
	right: 10px;
	top: -10px;
	z-index: 2;
	font-size: 12px;
	font-weight: 200;
}

.toast {
	background: #7469b6;
	color: #fff;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: auto;
	z-index: 2;
	border-radius: 10px 0 10px 10px;
	animation: fade 1.5s ease 3;
}

.toast .btn-close {
	margin-left: 10px !important;
}

.toast .button,
.toast .restore-item,
.toast a {
	padding: 0 5px;
	font-weight: 500;
	background: rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px 5px 5px 0;
	color: #fff;
}

.square-banner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.square-banner .banner-item {
	border-radius: 10px;
	overflow: hidden;
}

.commentlist {
	background: #e6e5ff;
	display: block;
	padding: 20px;
	margin: 20px auto;
}

.commentlist li {
	background: #fff;
	border: none;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 10px;
}

.comment-text {
	position: relative;
}

.comment-text .star-rating {
	position: absolute;
	left: 0;
	top: 0;
}

.comment-text .description {
	display: block;
}

.woocommerce-cart .woocommerce-free-shipping-bar-order .woocommerce-free-shipping-bar-message #wfspb-main-content {
	color: #fff !important;
}

.woocommerce-terms-and-conditions {
	background: #e6e5ff;
	padding: 20px;
	margin: 20px 0;
	text-align: justify;
}

.single_variation .out-of-stock {
	background: #c22;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
}

.single-product-item .product-excerpt .go-to-ecola-product {
	background: #029A49;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	border-radius: 10px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.variations_form .variations {
	width: 100%;
}

.variations_form .variations .value {
	position: relative;
}

.variations_form .variations .value .reset_variations {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
}

.variations_form .variations tbody {
	width: 100%;
}

.variations_form .variations tbody td button {
	background: transparent;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 5px 10px;
	display: none !important;
}

.out-of-stock {
  background: #ffd4d4;
  padding: 10px;
  text-align: center;
}

/* کانتینر کلی ورود و خروج */
.woocommerce .u-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 40px auto;
  max-width: 960px;
}

/* فرم ورود و فرم خروج */
.woocommerce .u-column1,
.woocommerce .u-column2 {
  flex: 1 1 420px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px;
}

/* تیترها */
.woocommerce .u-column1 h2,
.woocommerce .u-column2 h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1f2937;
}

/* فیلدهای ورودی */
.woocommerce form input.input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: all .2s ease;
}

.woocommerce form input.input-text:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.2);
  outline: none;
}

.woocommerce form .button {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: all .2s ease;
}

.woocommerce form .button:hover {
  background: #000;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.woocommerce .woocommerce-LostPassword a,
.woocommerce .woocommerce-MyAccount-navigation a {
  text-decoration: none;
  font-weight: 500;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message {
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 20px;
}

.wpcf7-form p {
	width: 100%;
	display: inline-table;
}

.wpcf7-form input,
.wpcf7-form textarea {
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  max-height: 150px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
}

input.wpcf7-quiz {
	width: 50px;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
	background: rgb(116, 105, 182);
  color: rgb(255, 255, 255);
  border: 0px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
	text-align:center;
	width: 200px;
	margin-top: 20px;
}

.single-page .page-body p {
  line-height: 2;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-login {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.woocommerce-form-login .form-row-first,
.woocommerce-form-login .form-row-last {
	width: 48%;
	float: right;
	position: relative;
	margin: 0 5px;
}
.woocommerce-form-login .form-row-first input,
.woocommerce-form-login .form-row-last input {
	width: 100%;
}
.woocommerce-form-login .button {
	width: inherit
}
.woocommerce-form-login .show-password-input {
	position: absolute;
	left: 10px;
	top: 35px;
    border: none;
	background: transparent;
}
.woocommerce-form-login .show-password-input::after {
	content: "\F33E";
	font-family: bootstrap-icons;
	font-size: 15px;
}
.woocommerce .password-input {
	position: relative;
}
.woocommerce .show-password-input {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background: none;
}
.woocommerce .show-password-input:after {
	content: "\F341";
	font-family: bootstrap-icons !important;
	font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 759px) {
	header .search-form {
		width: 700px;
		margin: 10px auto;
	}

	.nav-responsive-content .nav li a {
		padding: 0;
		color: #444;
	}

	.dropdown-toggle::after {
		display: none;
	}

	.header .dropdown-menu,
	.nav-responsive-content .nav li ul {
		display: block;
		width: 100%;
		border: none;
		text-align: right;
		border-radius: 0;
		position: relative !important;
		transform: none !important;
	}

	.options,
	.single-product-detail .related ul,
	.simple-boxed ul.columns-4,
	.fewu,
	.fourp {
		grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce-billing-fields__field-wrapper {
		grid-template-columns: repeat(2, 50%);
	}

	.simple-boxed ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.simple-boxed ul.products li .button {
		position: relative;
		bottom: 0;
		opacity: 1;
		padding: 5px 10px;
		margin-top: 10px;
	}

	.options .items {
		display: block;
	}

	.options .items i {
		margin-bottom: 5px;
		display: block;
		text-align: center
	}

	.options .items .text p {
		text-align: center;
		margin: 0;
	}
	
	.protuct-slider a {
		min-height: 190px;
	}
	
	.variations_form .variations .variation-radios {
		display: grid;
		grid-template-columns: 20px 1fr;
		gap: 10px 0;
	}

	.popular-category .title h4,
	.popular-products .title h4 {
		width: 70%;
	}

	.single-product .options {
		grid-template-columns: repeat(2, 1fr);
	}

	.single-product-item .products-gallery {
		min-height: auto;
	}

	.single .woocommerce-tabs .wc-tabs {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		font-size: 12px;
	}

	.single .woocommerce-tabs ul li a {
		padding: 10px 0 !important;
	}

	.single-product-item .summary {
		border: none;
	}

	.header .basket-btn .count {
		right: 0;
		top: 0;
	}
	
	.woocommerce .edit-account p input {
		width: 100%;
	}

	.woocommerce-MyAccount-navigation ul,
	.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce-MyAccount-navigation ul li a {
		line-height: 3;
	}

	.banners {
		grid-template-columns: 1fr;
	}

	.banners .banners-two {
		grid-template-columns: 1fr 1fr;
	}

	.banners-two {
		grid-template-columns: 1fr;
	}

	.protuct-slider .product .title {
		font-size: 14px;
		width: 120px;
	}

	.protuct-slider .with-bg .title {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.3px;
		text-overflow: inherit;
		overflow: visible;
		white-space: unset;
		text-align: right;
	}

	.protuct-slider .product .price .price-numb {
		font-size: 16px;
	}

	.protuct-slider .product .price .price-text {
		font-size: 13px;
	}

	.woocommerce-orders table.shop_table tbody td:nth-child(3),
	.woocommerce-orders table.shop_table thead th:nth-child(3),
	.woocommerce-orders table.shop_table tbody td:nth-child(4),
	.woocommerce-orders table.shop_table thead th:nth-child(4) {
		display: none
	}

	.woocommerce-orders table.shop_table a.button {
		padding: 0;
		line-height: 2;
		width: 60%;
		font-size: 12px;
		margin-bottom: 2px;
	}

	.square-banner {
		grid-template-columns: repeat(2, 1fr);
	}

	.cart-items .cart-item .dropdown {
		top: -5px;
		left: -5px;
	}

	.cart-items .cart-item .dropdown button {
		padding: 0;
	}

	.woocommerce .checkout .shop_table,
	.woocommerce .checkout .woocommerce-checkout-payment {
		width: 100%;
		float: none;
	}
	
	.col2-set {
		grid-template-columns: 1fr;
	}
	.woocommerce-form-login .form-row-first,
	.woocommerce-form-login .form-row-last {
		width: 100%;
	}
	footer .footer-sup {
		margin: 0 auto;
		width: 95%;
		top: -200px;
	}

	footer .footer-sup ul {
		grid-template-columns: repeat(2, 1fr);
	}

	footer .site-logo img {
		width: 60%;
	}

	.footer-address {
		display: block;
	}

	.footer-address div {
		margin: 0 auto;
		width: 60%;
	}

	.call-center ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.social ul {
		float: none;
		width: 50%;
	}

	.copyright p {
		margin-bottom: 20px;
	}

	.copyright,
	.copyright .text-start {
		text-align: center !important;
		margin-bottom: 0;
	}
	.offer-code {
		width: 100%;
		text-align: center;
		font-size: 12px;
	}
}
