/*
 Theme Name: iransite
 Theme URI: https://iransite.com/
 Author: IRANSITE
 Author URI: mailto:info@iransite.com
 Description: Powered by IRANSITE company
 Version: 1.0
 License: Free
 Text Domain: iransite
*/
@font-face {
	font-family: 'AnjomanFaNum';
	src: url('fonts/Anjoman-FaNum-Bold.woff2') format('woff2'), url('fonts/Anjoman-FaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AnjomanFaNum';
	src: url('fonts/Anjoman-FaNum-Medium.woff2') format('woff2'), url('fonts/Anjoman-FaNum-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AnjomanFaNum';
	src: url('fonts/Anjoman-FaNum-Regular.woff2') format('woff2'), url('fonts/Anjoman-FaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #0c5d9e;
	--bs-primary-rgb: 12, 93, 158;
	--bs-secondary: #769ab2;
	--bs-secondary-rgb: 118, 154, 178;
	--bs-body-color: #000000;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-light: #f5f5f5;
	--bs-light-rgb: 245, 245, 245;
	--bs-link-color: #0c5d9e;
	--bs-link-color-rgb: 12, 93, 158;
	--bs-link-hover-color: #09385e;
    --bs-link-hover-color-rgb: 9, 56, 94;
	--bs-body-font-family: AnjomanFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 8px;
	--bs-body-font-size: 16px;
	font-size: 16px;

	--bs-primary-darker: #09385E;
	--bs-primary-lighter: #74BAF2;
	--bs-primary-subtle: #A4D1F4;

	--bs-secondary-darker: #5A8FB2;
	--bs-secondary-lighter: #B3D4EA;
	--bs-secondary-subtle: #EEEBE6;

	--bs-dark-0: #1e1e1e;
	--bs-dark-1: #313131;
	--bs-dark-2: #444444;
	--bs-dark-3: #606060;
	--bs-dark-4: #6f6f6f;

	--bs-light-0: #a4a4a4;
	--bs-light-1: #e0e0e0;
	--bs-light-2: #fcfcfc;
	--bs-light-3: #f5f5f5;
}

.bg-primary-darker {
	background: var(--bs-primary-darker) !important;
}
.bg-primary-lighter {
	background: var(--bs-primary-lighter) !important;
}
.bg-primary-subtle {
	background: var(--bs-primary-subtle) !important;
}
.text-primary-darker {
	color: var(--bs-primary-darker) !important;
}
.text-primary-lighter {
	color: var(--bs-primary-lighter) !important;
}
.text-primary-subtle {
	color: var(--bs-primary-subtle) !important;
}

.bg-secondary-darker {
	background: var(--bs-secondary-darker) !important;
}
.bg-secondary-lighter {
	background: var(--bs-secondary-lighter) !important;
}
.bg-secondary-subtle {
	background: var(--bs-secondary-subtle) !important;
}
.text-secondary-darker {
	color: var(--bs-secondary-darker) !important;
}
.text-secondary-lighter {
	color: var(--bs-secondary-lighter) !important;
}
.text-secondary-subtle {
	color: var(--bs-secondary-subtle) !important;
}

.text-dark-0 {
	color: var(--bs-dark-0) !important;
}
.text-dark-1 {
	color: var(--bs-dark-1) !important;
}
.text-dark-2 {
	color: var(--bs-dark-2) !important;
}
.text-dark-3 {
	color: var(--bs-dark-3) !important;
}
.text-dark-4 {
	color: var(--bs-dark-4) !important;
}

.text-light-0 {
	color: var(--bs-light-0) !important;
}
.text-light-1 {
	color: var(--bs-light-1) !important;
}
.text-light-2 {
	color: var(--bs-light-2) !important;
}
.text-light-3 {
	color: var(--bs-light-3) !important;
}

.bg-dark-0 {
	background: var(--bs-dark-0) !important;
}
.bg-dark-1 {
	background: var(--bs-dark-1) !important;
}
.bg-dark-2 {
	background: var(--bs-dark-2) !important;
}
.bg-dark-3 {
	background: var(--bs-dark-3) !important;
}
.bg-dark-4 {
	background: var(--bs-dark-4) !important;
}

.bg-light-0 {
	background: var(--bs-light-0) !important;
}
.bg-light-1 {
	background: var(--bs-light-1) !important;
}
.bg-light-2 {
	background: var(--bs-light-2) !important;
}
.bg-light-3 {
	background: var(--bs-light-3) !important;
}

body {
	line-height: 2;
	background: #ffffff;
}
body:before {
	content: '';
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	background: rgba(23, 36, 94, 0.8);
	backdrop-filter: blur(10px);
}
body.overlay:before {
	right: 0;
	opacity: 1;
}

img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}
.h1, h1 {
	font-size: 20px;
	font-weight: 700;
}
.h2, h2 {
	font-size: 18px;
	font-weight: 700;
}
.h3, h3 {
	font-size: 17px;
	font-weight: 700;
}
.h4, h4 {
	font-size: 16px;
	font-weight: 700;
}
.fs-14 {
	font-size: 14px;
}
.title {
	font-size: 25px;
	font-weight: bold;
}

.last-p-m-0 p:last-child {
	margin: 0;
}

input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: 10px !important;
	border: 1px solid #E0E0E0 !important;
	background: #ffffff !important;
	padding: 0 1rem !important;
	line-height: 56px !important;
	height: 56px !important;
	outline: 0;
	font-family: AnjomanFaNum !important;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 90px !important;
	line-height: 2em !important;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: rtl;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary-darker);
    --bs-btn-border-color: var(--bs-primary-darker);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
	--bs-btn-active-color: var(--bs-body-color);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-secondary {
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #157347;
    --bs-btn-border-color: #157347;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #13653f;
    --bs-btn-hover-border-color: #13653f;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #13653f;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #999;
}
.btn-primary-lighter {
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: var(--bs-primary-lighter);
    --bs-btn-border-color: var(--bs-primary-lighter);
	--bs-btn-hover-color: var(--bs-body-color);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
	--bs-btn-active-color: var(--bs-body-color);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn, button {
	padding: 0 1.5rem;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
}
.btn-small {
	height: 32px;
	font-size: 11px;
	font-weight: bold;
}

a.arrow {
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
}
.btn.btn-arrow:after, a.arrow:after {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46967 11.4697C5.17678 11.7626 5.17678 12.2374 5.46967 12.5303L9.46967 16.5303C9.76256 16.8232 10.2374 16.8232 10.5303 16.5303C10.8232 16.2374 10.8232 15.7626 10.5303 15.4697L7.81066 12.75L18 12.75C18.4142 12.75 18.75 12.4142 18.75 12C18.75 11.5858 18.4142 11.25 18 11.25L7.81066 11.25L10.5303 8.53033C10.8232 8.23744 10.8232 7.76256 10.5303 7.46967C10.2374 7.17678 9.76256 7.17678 9.46967 7.46967L5.46967 11.4697Z' fill='black'/%3E%3C/svg%3E%0A");
	height: 24px;
}

.shadow {
	box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04), 0px 4px 8px 0px rgba(96, 97, 112, 0.16) !important;
}

.icon-16 {
	width: 16px;
	height: 16px;
}
.icon-20 {
	width: 20px;
	height: 20px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-32 {
	width: 32px;
	height: 32px;
}
.icon-40 {
	width: 40px;
	height: 40px;
}
.icon-48 {
	width: 48px;
	height: 48px;
}
.icon-72 {
	width: 72px;
	height: 72px;
}
.icon-100 {
	width: 100px;
	height: 100px;
}

a.text-body:hover {
	color: var(--bs-primary) !important;
}

.filter-white {
	filter: brightness(0) invert(1);
}
.cursor-pointer {
	cursor: pointer;
}

.main {
	min-height: 50vh;
}
.main ::-webkit-scrollbar {
    width: 3px;
	height: 3px
}
.main ::-webkit-scrollbar-track {
    background: #ccc;
	border-radius: 5px;
}
.main ::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
	border-radius: 5px;
}

header {
	position: relative;
	z-index: 1000;
}
.header-row-1 {
	border-radius: 0 0 10px 10px;
}

.menu-l1 li a {
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.menu-l1 > li > a {
	color: var(--bs-body-color);
	position: relative;
	padding-bottom: 0.5rem;
}
.menu-l1 > li > a:hover {
	color: var(--bs-primary);
}
.menu-l1 > li.active > a {
	color: var(--bs-primary)
}
.menu-l1 > li.active > a:before {
	content: '';
	width: 60%;
	height: 4px;
	background: var(--bs-primary);
	border-radius: 0 0 5px 5px;
	position: absolute;
	right: 50%;
	bottom: -4px;
	transform: translate(50%);
}
.nav-link.dropdown:after, .submenu-title a:after {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10L12.7071 15.2929C12.3166 15.6834 11.6834 15.6834 11.2929 15.2929L6 10' stroke='%23808080' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	height: 22px;
	transition: all 0.3s ease-in-out;
}
.menu-item:hover .nav-link.dropdown:after, .submenu-title.closed a:after {
	transform: rotateX(180deg);
}
.menu-item.dropdown:hover:after {
	content: '';
	width: 100%;
	height: calc(100% + 2rem);
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 0;
}
.dropdown-box {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	padding: 0.5rem;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: absolute;
	right: -9999em;
	top: calc(100% + 2rem);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 1;
	box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}
.menu-item.dropdown:hover .dropdown-box {
	right: 0;
	min-width: 175px;
	opacity: 1;
}
.menu-item.dropdown:hover .dropdown-box > li {
	position: relative;
}
.menu-item.dropdown:hover .dropdown-box > li > a {
	padding: 5px 10px;
	border-radius: 5px;
}
.menu-item.dropdown:hover .dropdown-box > li:hover > a {
	background: var(--bs-primary);
	color: #fff;
}
.header-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bs-secondary-lighter);
}
.search-holder button {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--bs-secondary-lighter);
}
.search-holder input {
	height: 48px !important;
	background: var(--bs-secondary-subtle) !important;
	border: none !important;
	border-radius: 50px !important;
	min-width: 270px;
	padding-right: calc(1.5rem + 36px) !important
}

.brands-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.brands-carousel .owl-stage .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.user-comments-title {
	margin-bottom: 3rem;
	padding-right: 11rem;
	position: relative;
}
.user-comments-title:before {
	content: '';
	width: 986px;
	height: 56px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/title-shape.svg) no-repeat 0 0 / contain;
	z-index: -1;
}
.comments-carousel .owl-stage-outer {
	padding: 10px;
	margin: -10px;
}
.comments-carousel .owl-stage {
	display: flex;
}
.comments-carousel .owl-stage {
	display: flex;
}
.comments-carousel .owl-nav {
	display: flex;
	gap: 1rem;
	margin-top: 3rem;
}
.comments-carousel .owl-nav button {
	height: 24px;
}
.comment-slide {
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1)
}
.user-comments:before {
	content: '';
	width: 33.33%;
	height: 100%;
	border-radius: calc(var(--bs-border-radius) * 2);
	background: url(images/comments-bg.jpg) no-repeat center center / cover;
	position: absolute;
	left: 0;
	top: 0;
}

.icon-holder {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .icon-holder {
	width: 40px;
	height: 40px;
	border: 1px solid var(--bs-dark-0);
	background: var(--bs-secondary-lighter);
}

.product-slider .owl-dots {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
}
.product-slider .owl-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--bs-primary-subtle);
	transition: all 0.3s ease-in-out;
}
.product-slider .owl-dots button.active {
	background: var(--bs-primary-darker);
}

.box-img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: var(--bs-primary-subtle);
	transition: all 0.3s ease-in-out;
}
.img-title-holder:hover .box-img {
	box-shadow: 0 0 0 5px #fff, 0 0 0 8px var(--bs-primary-darker);
}

.breadcrumb-holder {
	margin: 1rem 0 3rem;
}
.rank-math-breadcrumb a {
	color: var(--bs-body-color);
}
.rank-math-breadcrumb p {
	margin: 0;
	color: var(--bs-primary);
	font-size: 14px;
}
.rank-math-breadcrumb .separator {
	color: var(--bs-body-color);
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-primary);
}

.ff_submit_btn_wrapper {
	display: flex;
	justify-content: end;
	margin-bottom: 0 !important;
}

.carousel-nav button {
	background: none;
	border: none;
	padding: 0;
}
.comments-carousel img {
	width: 44px !important;
	height: 44px !important;
}

.contact-form-holder .ff-el-input--label {
	margin: 0 !important;
}
.contact-form-holder .ff-el-input--label label {
	font-weight: normal;
}
.contact-form-holder input, .contact-form-holder textarea {
	background: none !important;
	border: none !important;
	border-bottom: 1px solid var(--bs-light-0) !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.categories-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.categories-carousel .owl-nav .owl-prev {
	left: 0;
}
.categories-carousel .owl-nav .owl-next {
	right: 0;
}

.post-content table {
	width: 100%;
	margin: 1.5rem 0;
	text-align: center;
}
.post-content table td, .post-content table th {
	border: 1px solid #e2e2e2;
	padding: 0.5rem 1rem;
}
.post-content table th {
	background: var(--bs-primary);
	color: #fff;
	border-color: var(--bs-primary)
}

.toc-list {
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
.toc-list a {
	color: var(--bs-primary-darker)
}
.toc-list a:hover, .toc-list a:active {
	color: var(--bs-primary)
}

.post-holder:before {
	content: '';
	border-radius: 4px;
	position: absolute;
	background: var(--bs-light-1);
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.post-holder.handle-left:before {
	width: 1rem;
	height: calc(100% - 2rem);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.post-holder.handle-top:before {
	width: calc(100% - 2rem);
	height: 1rem;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.post-holder:hover:before {
	background: var(--bs-primary-darker)
}

.blog-featured-1 {
	height: 100%;
	object-fit: cover;
	border-radius: var(--bs-border-radius);
}
.blog-featured-2 {
	height: 200px;
	object-fit: cover;
	border-radius: var(--bs-border-radius);
}
.blog-featured-3 {
	width: 150px;
	height: 150px;
	border-radius: var(--bs-border-radius);
	object-fit: cover
}
.blog-normal {
	height: 360px;
	object-fit: cover;
}
.home-blog {
	height: 200px;
	object-fit: cover;
}

.paginate span, .paginate a {
	width: 40px;
	height: 40px;
	border-radius: var(--bs-border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bs-secondary)
}
.paginate a {
	background: #fff;
	color: var(--bs-secondary);
}
.paginate span {
	background: var(--bs-secondary);
	color: #fff;
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
	margin: 0;
}
.product-col {
	margin-top: 2rem;
}
.product-col .product-holder {
	padding: 0 0 104px;
	position: relative;
	background: #fff;
}
.product-col .product-holder:before {
	content: '';
	position: absolute;
	width: calc(100% - 2rem);
	height: 24px;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
	border-radius: 24px;
	background: var(--bs-light-1);
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.product-col .product-holder:hover:before {
	background: var(--bs-primary-darker);
}
.product-col .product-holder:after {
	content: '';
    position: absolute;
    height: 104px;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(images/card.svg) no-repeat 0 0 / contain;
}
.woocommerce-LoopProduct-link {
	padding: 1rem;
	border: 2px solid #F5F5F5;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
	flex-grow: 1;
}
.discount-badge {
	position: absolute;
	left: 2rem;
	top: 2rem;
	background: #950000;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: var(--bs-border-radius);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.call-price {
	font-size: 14px;
}
.product-col .product-holder .attachment-woocommerce_thumbnail {
	border-radius: var(--bs-border-radius);
	height: auto;
}
.woocommerce-loop-product__title {
	margin: 1.5rem 0 1rem;
	color: var(--bs-body-color);
	font-size: 1rem;
	font-weight: normal;
	height: 4rem;
}
.woocommerce .product-holder .add_to_cart_button,
.product-slider .product-holder .add_to_cart_button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 64px;
	height: 70px;
	background: var(--bs-light-3);
	border-radius: 16px;
	font-size: 0;
	z-index: 10;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.3s ease-in-out;
}
.woocommerce .product-holder .add_to_cart_button:hover,
.product-slider .product-holder .add_to_cart_button:hover {
	background: var(--bs-primary-darker);
}
.woocommerce .product-holder .add_to_cart_button:before,
.product-slider .product-holder .add_to_cart_button:before {
	content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M12.5146 1.80916C12.9882 2.09331 13.1417 2.70757 12.8576 3.18115L8.85759 9.84782C8.57344 10.3214 7.95918 10.475 7.4856 10.1908C7.01202 9.90667 6.85845 9.29241 7.1426 8.81883L11.1426 2.15216C11.4267 1.67858 12.041 1.52501 12.5146 1.80916Z' fill='%2317245E'/%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M24.5146 10.1908C24.041 10.475 23.4267 10.3214 23.1426 9.84782L19.1426 3.18115C18.8585 2.70757 19.012 2.09331 19.4856 1.80916C19.9592 1.52501 20.5734 1.67858 20.8576 2.15216L24.8576 8.81883C25.1417 9.29241 24.9882 9.90667 24.5146 10.1908Z' fill='%2317245E'/%3E%3Cpath opacity='0.4' d='M27.0427 25.0773C26.5363 27.5554 24.3742 29.3333 21.8671 29.3333H10.1331C7.62597 29.3333 5.46391 27.5554 4.95747 25.0773L2.77758 14.4107C2.10133 11.1017 4.60546 8 7.95323 8L24.0469 8C27.3947 8 29.8988 11.1017 29.2226 14.4107L27.0427 25.0773Z' fill='%2317245E'/%3E%3Cpath d='M24.0469 8H7.95323C4.97258 8 2.6607 10.4587 2.66676 13.3333H29.3334C29.3395 10.4587 27.0276 8 24.0469 8Z' fill='%2317245E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 16.3331C16.5523 16.3331 17 16.7808 17 17.3331V20.3331L20 20.3331C20.5523 20.3331 21 20.7808 21 21.3331C21 21.8854 20.5523 22.3331 20 22.3331H17V25.3331C17 25.8854 16.5523 26.3331 16 26.3331C15.4477 26.3331 15 25.8854 15 25.3331V22.3331L12 22.3331C11.4477 22.3331 11 21.8854 11 21.3331C11 20.7808 11.4477 20.3331 12 20.3331L15 20.3331V17.3331C15 16.7808 15.4477 16.3331 16 16.3331Z' fill='%2317245E'/%3E%3C/svg%3E%0A");
	height: 32px;
	transition: inherit;
}
.woocommerce .product-holder .add_to_cart_button:hover:before,
.product-slider .product-holder .add_to_cart_button:hover:before {
	filter: brightness(0) invert(1);
}
.woocommerce .product-holder .price,
.product-slider .product-holder .price {
	display: flex;
    flex-direction: column;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    border: 2px solid #F5F5F5;
    border-radius: 12px;
	height: 74px;
	width: calc(65%);
	z-index: 10;
	padding: 0.5rem;
	color: var(--bs-body-color) !important;
	font-size: 16px !important;
	font-weight: bold;
	text-align: left;
    justify-content: end;
}
.woocommerce .product-holder .price del,
.product-slider .product-holder .price del {
	font-size: 13px;
	font-weight: normal;
	color: var(--bs-secondary-lighter);
}
.woocommerce .product-holder .price ins,
.product-slider .product-holder .price ins {
	text-decoration: none;
}
.widget-holder {
	border-bottom: 1px solid var(--bs-border-color);
}
.widget-title {
	font-size: 16px;
	font-weight: bold;
	color: var(--bs-dark-2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	margin-bottom: 0.5rem;
}
.widget-title:after {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.41438 9.53151C6.67313 9.20806 7.1451 9.15562 7.46855 9.41438L12 13.0396L16.5315 9.41438C16.855 9.15562 17.3269 9.20806 17.5857 9.53151C17.8444 9.85495 17.792 10.3269 17.4685 10.5857L12.4685 14.5857C12.1946 14.8048 11.8054 14.8048 11.5315 14.5857L6.53151 10.5857C6.20806 10.3269 6.15562 9.85495 6.41438 9.53151Z' fill='%2317245E'/%3E%3C/svg%3E%0A");
	height: 24px;
}
.widget-title + * {
	padding: 1rem;
}
.widget-holder ul {
	list-style: none;
	margin: 0;
}
.widget-holder ul li a {
	color: var(--bs-body-color);
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.widget-holder ul li a:before {
	content: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' id='magicoon-Regular' xmlns='http://www.w3.org/2000/svg' fill='%23950000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23950000;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Etimes-square%3C/title%3E%3Cg id='times-square-Regular'%3E%3Cpath id='times-square-Regular-2' data-name='times-square-Regular' class='cls-1' d='M15.53,9.53,13.061,12l2.469,2.47a.75.75,0,1,1-1.06,1.06L12,13.061,9.53,15.53a.75.75,0,0,1-1.06-1.06L10.939,12,8.47,9.53A.75.75,0,0,1,9.53,8.47L12,10.939,14.47,8.47a.75.75,0,0,1,1.06,1.06ZM21.75,9v6A6.758,6.758,0,0,1,15,21.75H9A6.758,6.758,0,0,1,2.25,15V9A6.758,6.758,0,0,1,9,2.25h6A6.758,6.758,0,0,1,21.75,9Zm-1.5,0A5.256,5.256,0,0,0,15,3.75H9A5.256,5.256,0,0,0,3.75,9v6A5.256,5.256,0,0,0,9,20.25h6A5.256,5.256,0,0,0,20.25,15Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	height: 24px;
}
.price_slider_wrapper .price_slider {
	position: relative;
	margin-bottom: 2rem;
	background: #f5f5f5;
	height: 2px;
}
.price_slider_wrapper .ui-slider-range {
	background: var(--bs-border-color);
	height: 2px;
	position: absolute;
}
.price_slider_wrapper .ui-slider-handle {
	background: var(--bs-primary-darker);
	width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
	cursor: pointer;
}
.price_slider_wrapper .ui-slider-handle:last-child {
	margin-left: -13px;
}
.price_slider_wrapper .price_slider_amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.price_slider_wrapper .price_label {
	display: flex;
    flex-direction: column;
    font-size: 0;
}
.price_slider_wrapper .price_label span {
	font-size: 13px;
	direction: rtl !important;
}
.price_slider_wrapper .price_slider_amount .clear {
	display: none;
}
ul.wc-brand-list-layered-nav-product_brand {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
ul.wc-brand-list-layered-nav-product_brand li, .product-categories .cat-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	position: relative;
}
ul.wc-brand-list-layered-nav-product_brand li a, .product-categories .cat-item a {
	flex-grow: 1;
	color: var(--bs-dark-3);
	font-size: 14px;
}
ul.wc-brand-list-layered-nav-product_brand li a:before, .product-categories .cat-item a:before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid var(--bs-border-color);
}
ul.wc-brand-list-layered-nav-product_brand li.chosen a:before, .product-categories .cat-item.current-cat a:before {
	border: 1px solid var(--bs-primary);
}
ul.wc-brand-list-layered-nav-product_brand li.chosen a:after, .product-categories .cat-item.current-cat a:after {
	content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bs-primary);
    border-radius: 2px;
}
ul.wc-brand-list-layered-nav-product_brand li span {
	font-size: 12px;
	color: var(--bs-dark-3)
}

.side-products img {
	width: 75px;
	height: 75px;
	border-radius: var(--bs-border-radius);
	border: 1px solid var(--bs-border-color)
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    padding: 0 2rem;
    border-radius: var(--bs-border-radius);
    color: #fff;
    background: var(--bs-primary);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: #fff;
	background: var(--bs-primary-darker);
}
.woocommerce-pagination {
	margin-top: 3rem;
}
.woocommerce-pagination ul {
	border: none !important;
}
.woocommerce-pagination ul li {
	border: none !important;
	background: none;
}
.woocommerce-pagination ul li span.current {
	background: var(--bs-secondary-subtle);
}
.woocommerce-pagination ul li span, .woocommerce-pagination ul li a {
	width: 40px;
	height: 40px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: var(--bs-dark-0) !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: auto;
	float: none;
}
.woocommerce-product-gallery {
	opacity: 1 !important;
	margin: 0 !important;
}
.woocommerce-product-gallery__wrapper {
	transition: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
	width: 100% !important;
	border-radius: var(--bs-border-radius);
	overflow: hidden;
	border: 1px solid var(--bs-border-color);
}
.woocommerce div.product div.images .thumbnails-col .woocommerce-product-gallery__image {
	width: calc(25% - 0.375rem) !important;
}
.woocommerce-product-gallery__image img {
	aspect-ratio: 1;
	object-fit: cover;
}
.woocommerce div.product div.summary {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 !important;
	height: 100%;
}
.woocommerce div.product div.summary h1 {
	margin: 0;
}
.woocommerce-product-details__short-description p {
	margin: 0;
}
.single-price-holder .price {
	color: var(--bs-body-color) !important;
	font-size: 18px;
	font-weight: bold;
}
.single-price-holder .price .discount {
	order: 1;
	background: #950000;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: var(--bs-border-radius);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
}
.single-price-holder .price del {
	order: 2;
	font-size: 14px;
	color: var(--bs-secondary-lighter);
}
.single-price-holder .price ins {
	order: 3;
	text-decoration: none;
}
.single-price-holder .call-price {
	color: var(--bs-primary-darker);
	font-size: 20px;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0;
	float: none;
}
input.qty {
	border: none !important;
	background: none !important;
	border-radius: 0 !important;
	height: 36px !important;
	line-height: 36px !important;
	width: 30px !important;
	padding: 0 !important;
}
.advanced-input-field .minus, .advanced-input-field .plus {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--bs-light-1);
	display: flex;
	align-items: center;
	justify-content: center;
}

form.cart {
	margin: 2rem 0 0 !important;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 1rem;
}
form.cart:before, form.cart:after {
	display: none !important;
}
.woocommerce div.product form.cart button {
	flex-grow: 1;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-primary-darker);
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	border-radius: var(--bs-border-radius);
}
.woocommerce div.product form.cart button:hover {
	background: var(--bs-primary-darker);
}

.woocommerce-product-attributes-item {
	border-bottom: 1px solid var(--bs-border-color);
}
.woocommerce-product-attributes .woocommerce-product-attributes-item:first-child {
	border-top: 1px solid var(--bs-border-color);
}
.woocommerce-product-attributes-item__label, .woocommerce-product-attributes-item__value {
	padding: 1rem;
}
.woocommerce-product-attributes-item__label {
	color: var(--bs-primary-darker);
	font-weight: bold;
	border-left: 1px solid var(--bs-border-color);
}
.woocommerce-product-attributes-item__value p {
	margin: 0;
	color: var(--bs-dark-2);
}

.woocommerce div.product .woocommerce-tabs {
	margin-bottom: 3rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
	padding: 2rem;
	background: var(--bs-light-1);
	border-radius: var(--bs-border-radius) 0 var(--bs-border-radius) var(--bs-border-radius);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0;
	margin: 0 -1px 0 0;
	border: none;
	background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0.75rem 3rem;
    color: var(--bs-dark-0);
	background: var(--bs-light-1);
    border-radius: 30px 0 0 0;
	font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
	background: var(--bs-secondary-darker);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

footer {
	margin-top: 7rem;
	color: #fff;
}
.footer-badges {
	position: relative;
	top: -59px;
}
.footer-title {
	padding-right: 0.75rem;
	position: relative;
}
.footer-title:before {
	content: '';
    width: 2px;
    height: 65%;
    border-radius: 5px;
    background: var(--bs-secondary-lighter);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
footer ul li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
footer ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}
.social-item {
	background: var(--bs-secondary-lighter);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-item:hover {
	background: var(--bs-secondary);
}
footer a {
	color: #fff
}
footer a:hover {
	color: var(--bs-secondary-lighter);
}
#go-to-top {
	position: absolute;
    top: -20px;
    right: 50%;
    transform: translateX(50%);
}

@keyframes gradientMove {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@media only screen and (max-width: 767px) {

	body.overlay {
		overflow: hidden;
	}

	header {
		z-index: 1001;
	}
	#mobile-menu-toggler {
		width: 30px;
	}
	.toggler-bar {
		height: 2px;
		background: var(--bs-body-color);
	}
	.bg-white .toggler-bar {
		height: 2px;
		background: var(--bs-primary-darker);
	}
	.main-menu-holder {
		position: fixed;
        width: 100%;
		height: 100%;
        right: -50%;
        padding: 1rem;
        background: #00114b;
        top: 0;
        transform: translateX(50%);
		transition: all 0.3s ease-in-out;
		z-index: 10000;
		overflow-y: auto;
	}
	body.admin-bar .main-menu-holder {
		top: 46px;
		height: calc(100% - 46px);
	}
	.main-menu-holder.menu-active {
        right: 50%;
	}
	.menu-l1 > li > a {
		padding: 5px 0;
		justify-content: space-between;
		color: #fff !important;
	}
	.menu-item.dropdown .dropdown-box {
		padding: 1rem;
		background: var(--bs-primary-subtle);
		box-shadow: none;
	}
	.menu-item.dropdown:hover .dropdown-box {
		position: relative;
	}
	.menu-item svg {
		transition: all 0.3s ease-in-out;
	}
	.menu-item.active a svg {
		transform: rotate(45deg);
	}
	header .border-bottom {
		border-bottom: 1px dashed var(--bs-border-color) !important;
	}

	.header-row-2 {
		position: absolute;
		bottom: calc(1.5rem + 13px);
		right: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 0.75rem 1.5rem;
	}

	body.home .nav-link.dropdown:after {
		filter: none;
	}
	.menu-item.dropdown:hover:after {
		display: none;
	}

	.user-comments-title:before {
		width: 100%;
		right: -6rem;
	}
	.user-comments-title {
		padding-right: 4rem;
	}

	.woocommerce .product-holder .add_to_cart_button, .product-slider .product-holder .add_to_cart_button {
		width: 74px;
		height: 74px;
		right: 1rem;
		bottom: 1rem;
	}
	.product-col .product-holder:after {
		background: none;
		border: 2px solid #F5F5F5;
		border-top: none;
		border-radius: 0 0 12px 12px;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 1rem;
	}

}