   /*
    Theme Name: قالب کاوه
    description: قالب کاوه بدون شک برترین قالب فروشگاهی تولید شده در صنعت وردپرس ایران می باشد
    Theme URI: rtl-theme.com/author/moein757
    Version: 1
    Author: معین وردپرس
    Author URI: rtl-theme.com/author/moein757
    */
  


    .detail-product-three .status > div.nam {
        background-color: #fff3f0;
    color: #ff8a66;
    }


   .preloader {
   	align-items: center;
   	background: #FFF;
   	display: flex;
   	height: 100vh;
   	justify-content: center;
   	left: 0;
   	position: fixed;
   	top: 0;
   	transition: opacity 0.2s linear;
   	width: 100%;
   	z-index: 9999;
   	opacity: 1;
   	transform: opacity 1s linear;
   }

   .preloader img {
   	width: 60px;
   	height: 60px;
   }




   /* tag input */

   :root {
   	--tagify-dd-color-primary: rgb(53, 149, 246);
   	--tagify-dd-bg-color: white;
   	--tagify-dd-item-pad: .3em .5em
   }

   .tagify {
   	--tags-disabled-bg: #F1F1F1;
   	--tags-border-color: #DDD;
   	--tags-hover-border-color: #CCC;
   	--tags-focus-border-color: #3595f6;
   	--tag-border-radius: 3px;
   	--tag-bg: #E5E5E5;
   	--tag-hover: #D3E2E2;
   	--tag-text-color: black;
   	--tag-text-color--edit: black;
   	--tag-pad: 0.3em 0.5em;
   	--tag-inset-shadow-size: 1.1em;
   	--tag-invalid-color: #D39494;
   	--tag-invalid-bg: rgba(211, 148, 148, 0.5);
   	--tag-remove-bg: rgba(211, 148, 148, 0.3);
   	--tag-remove-btn-color: black;
   	--tag-remove-btn-bg: none;
   	--tag-remove-btn-bg--hover: #c77777;
   	--input-color: inherit;
   	--tag--min-width: 1ch;
   	--tag--max-width: auto;
   	--tag-hide-transition: 0.3s;
   	--placeholder-color: rgba(0, 0, 0, 0.4);
   	--placeholder-color-focus: rgba(0, 0, 0, 0.25);
   	--loader-size: .8em;
   	--readonly-striped: 1;
   	display: inline-flex;
   	align-items: flex-start;
   	flex-wrap: wrap;
   	border: 1px solid var(--tags-border-color);
   	padding: 0;
   	line-height: 0;
   	cursor: text;
   	outline: 0;
   	position: relative;
   	box-sizing: border-box;
   	transition: .1s
   }

   @keyframes tags--bump {
   	30% {
   		transform: scale(1.2)
   	}
   }

   @keyframes rotateLoader {
   	to {
   		transform: rotate(1turn)
   	}
   }

   .tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
   	--tags-border-color: var(--tags-hover-border-color)
   }

   .tagify[disabled] {
   	background: var(--tags-disabled-bg);
   	filter: saturate(0);
   	opacity: .5;
   	pointer-events: none
   }

   .tagify[disabled].tagify--select,
   .tagify[readonly].tagify--select {
   	pointer-events: none
   }

   .tagify[disabled]:not(.tagify--mix):not(.tagify--select),
   .tagify[readonly]:not(.tagify--mix):not(.tagify--select) {
   	cursor: default
   }

   .tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,
   .tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input {
   	visibility: hidden;
   	width: 0;
   	margin: 5px 0
   }

   .tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,
   .tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div {
   	padding: var(--tag-pad)
   }

   .tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before,
   .tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before {
   	animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
   }

   @keyframes readonlyStyles {
   	0% {
   		background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
   		box-shadow: none;
   		filter: brightness(.95)
   	}
   }

   .tagify[disabled] .tagify__tag__removeBtn,
   .tagify[readonly] .tagify__tag__removeBtn {
   	display: none
   }

   .tagify--loading .tagify__input>br:last-child {
   	display: none
   }

   .tagify--loading .tagify__input::before {
   	content: none
   }

   .tagify--loading .tagify__input::after {
   	content: "";
   	vertical-align: middle;
   	opacity: 1;
   	width: .7em;
   	height: .7em;
   	width: var(--loader-size);
   	height: var(--loader-size);
   	min-width: 0;
   	border: 3px solid;
   	border-color: #eee #bbb #888 transparent;
   	border-radius: 50%;
   	animation: rotateLoader .4s infinite linear;
   	content: "" !important;
   	margin: -2px 0 -2px .5em
   }

   .tagify--loading .tagify__input:empty::after {
   	margin-left: 0
   }

   .tagify+input,
   .tagify+textarea {
   	position: absolute !important;
   	left: -9999em !important;
   	transform: scale(0) !important
   }

   .tagify__tag {
   	display: inline-flex;
   	align-items: center;
   	margin: 5px 0 5px 5px;
   	position: relative;
   	z-index: 1;
   	outline: 0;
   	line-height: normal;
   	cursor: default;
   	transition: .13s ease-out
   }

   .tagify__tag>div {
   	vertical-align: top;
   	box-sizing: border-box;
   	max-width: 100%;
   	padding: 7px;
   	color: var(--tag-text-color);
   	line-height: inherit;
   	border-radius: 55px;
   	white-space: nowrap;
   	transition: .13s ease-out
   }

   .tagify__tag>div>* {
   	white-space: pre-wrap;
   	overflow: hidden;
   	text-overflow: ellipsis;
   	display: inline-block;
   	vertical-align: top;
   	min-width: var(--tag--min-width);
   	max-width: var(--tag--max-width);
   	transition: .8s ease, .1s color
   }

   .tagify__tag>div>[contenteditable] {
   	outline: 0;
   	-webkit-user-select: text;
   	user-select: text;
   	cursor: text;
   	margin: -2px;
   	padding: 2px;
   	max-width: 350px
   }

   .tagify__tag>div::before {
   	content: "";
   	position: absolute;
   	border-radius: inherit;
   	inset: var(--tag-bg-inset, 0);
   	z-index: -1;
   	pointer-events: none;
   	transition: 120ms ease;
   	animation: tags--bump .3s ease-out 1;
   	box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset
   }

   .tagify__tag:focus div::before,
   .tagify__tag:hover:not([readonly]) div::before {
   	--tag-bg-inset: -2.5px;
   	--tag-bg: var(--tag-hover)
   }

   .tagify__tag--loading {
   	pointer-events: none
   }

   .tagify__tag--loading .tagify__tag__removeBtn {
   	display: none
   }

   .tagify__tag--loading::after {
   	--loader-size: .4em;
   	content: "";
   	vertical-align: middle;
   	opacity: 1;
   	width: .7em;
   	height: .7em;
   	width: var(--loader-size);
   	height: var(--loader-size);
   	min-width: 0;
   	border: 3px solid;
   	border-color: #eee #bbb #888 transparent;
   	border-radius: 50%;
   	animation: rotateLoader .4s infinite linear;
   	margin: 0 .5em 0 -.1em
   }

   .tagify__tag--flash div::before {
   	animation: none
   }

   .tagify__tag--hide {
   	width: 0 !important;
   	padding-left: 0;
   	padding-right: 0;
   	margin-left: 0;
   	margin-right: 0;
   	opacity: 0;
   	transform: scale(0);
   	transition: var(--tag-hide-transition);
   	pointer-events: none
   }

   .tagify__tag--hide>div>* {
   	white-space: nowrap
   }

   .tagify__tag.tagify--noAnim>div::before {
   	animation: none
   }

   .tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span {
   	opacity: .5
   }

   .tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
   	--tag-bg: var(--tag-invalid-bg);
   	transition: .2s
   }

   .tagify__tag[readonly] .tagify__tag__removeBtn {
   	display: none
   }

   .tagify__tag[readonly]>div::before {
   	animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
   }

   @keyframes readonlyStyles {
   	0% {
   		background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
   		box-shadow: none;
   		filter: brightness(.95)
   	}
   }

   .tagify__tag--editable>div {
   	color: var(--tag-text-color--edit)
   }

   .tagify__tag--editable>div::before {
   	box-shadow: 0 0 0 2px var(--tag-hover) inset !important
   }

   .tagify__tag--editable>.tagify__tag__removeBtn {
   	pointer-events: none
   }

   .tagify__tag--editable>.tagify__tag__removeBtn::after {
   	opacity: 0;
   	transform: translateX(100%) translateX(5px)
   }

   .tagify__tag--editable.tagify--invalid>div::before {
   	box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important
   }

   .tagify__tag__removeBtn {
   	order: 5;
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	border-radius: 50px;
   	cursor: pointer;
   	font: 14px/1;
   	background: var(--tag-remove-btn-bg);
   	color: var(--tag-remove-btn-color);
   	width: 14px;
   	height: 14px;
   	margin-right: 4.6666666667px;
   	margin-left: auto;
   	overflow: hidden;
   	transition: .2s ease-out
   }

   .tagify__tag__removeBtn::after {
   	content: "×";
   	transition: .3s, color 0s
   }

   .tagify__tag__removeBtn:hover {
   	color: #fff;
   	background: var(--tag-remove-btn-bg--hover)
   }

   .tagify__tag__removeBtn:hover+div>span {
   	opacity: .5
   }

   .tagify__tag__removeBtn:hover+div::before {
   	box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, .3)) inset !important;
   	transition: box-shadow .2s
   }

   .tagify:not(.tagify--mix) .tagify__input br {
   	display: none
   }

   .tagify:not(.tagify--mix) .tagify__input * {
   	display: inline;
   	white-space: nowrap
   }

   .tagify__input {
   	flex-grow: 1;
   	display: inline-block;
   	min-width: 110px;
   	margin: 5px;
   	padding: var(--tag-pad);
   	line-height: normal;
   	position: relative;
   	white-space: pre-wrap;
   	color: var(--input-color);
   	box-sizing: inherit
   }

   .tagify__input:empty::before {
   	position: static
   }

   .tagify__input:focus {
   	outline: 0
   }

   .tagify__input:focus::before {
   	transition: .2s ease-out;
   	opacity: 0;
   	transform: translatex(6px)
   }

   @supports (-ms-ime-align:auto) {
   	.tagify__input:focus::before {
   		display: none
   	}
   }

   .tagify__input:focus:empty::before {
   	transition: .2s ease-out;
   	opacity: 1;
   	transform: none;
   	color: rgba(0, 0, 0, .25);
   	color: var(--placeholder-color-focus)
   }

   @-moz-document url-prefix() {
   	.tagify__input:focus:empty::after {
   		display: none
   	}
   }

   .tagify__input::before {
   	content: attr(data-placeholder);
   	height: 1em;
   	line-height: 1em;
   	margin: auto 0;
   	z-index: 1;
   	color: var(--placeholder-color);
   	white-space: nowrap;
   	pointer-events: none;
   	opacity: 0;
   	position: absolute
   }

   .tagify__input::after {
   	content: attr(data-suggest);
   	display: inline-block;
   	vertical-align: middle;
   	position: absolute;
   	min-width: calc(100% - 1.5em);
   	text-overflow: ellipsis;
   	overflow: hidden;
   	white-space: pre;
   	color: var(--tag-text-color);
   	opacity: .3;
   	pointer-events: none;
   	max-width: 100px
   }

   .tagify__input .tagify__tag {
   	margin: 0 1px
   }

   .tagify--mix {
   	display: block
   }

   .tagify--mix .tagify__input {
   	padding: 5px;
   	margin: 0;
   	width: 100%;
   	height: 100%;
   	line-height: 1.5;
   	display: block
   }

   .tagify--mix .tagify__input::before {
   	height: auto;
   	display: none;
   	line-height: inherit
   }

   .tagify--mix .tagify__input::after {
   	content: none
   }

   .tagify--select::after {
   	content: ">";
   	opacity: .5;
   	position: absolute;
   	top: 50%;
   	right: 0;
   	bottom: 0;
   	font: 16px monospace;
   	line-height: 8px;
   	height: 8px;
   	pointer-events: none;
   	transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
   	transition: .2s ease-in-out
   }

   .tagify--select[aria-expanded=true]::after {
   	transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2)
   }

   .tagify--select .tagify__tag {
   	position: absolute;
   	top: 0;
   	right: 1.8em;
   	bottom: 0
   }

   .tagify--select .tagify__tag div {
   	display: none
   }

   .tagify--select .tagify__input {
   	width: 100%
   }

   .tagify--empty .tagify__input::before {
   	transition: .2s ease-out;
   	opacity: 1;
   	transform: none;
   	display: inline-block;
   	width: auto
   }

   .tagify--mix .tagify--empty .tagify__input::before {
   	display: inline-block
   }

   .tagify--focus {
   	--tags-border-color: var(--tags-focus-border-color);
   	transition: 0s
   }

   .tagify--invalid {
   	--tags-border-color: #D39494
   }

   .tagify__dropdown {
   	position: absolute;
   	z-index: 9999;
   	transform: translateY(1px);
   	overflow: hidden
   }

   .tagify__dropdown[placement=top] {
   	margin-top: 0;
   	transform: translateY(-100%)
   }

   .tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
   	border-top-width: 1.1px;
   	border-bottom-width: 0
   }
.landing-fiveteen .swiper-pagination {
    bottom: 50px !important;
}
   .tagify__dropdown[position=text] {
   	box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), .1);
   	font-size: 14px;
   }

   .tagify__dropdown[position=text] .tagify__dropdown__wrapper {
   	border-width: 1px
   }

   .tagify__dropdown__wrapper {
   	max-height: 300px;
   	overflow: auto;
   	overflow-x: hidden;
   	background: var(--tagify-dd-bg-color);
   	border: 1px solid;
   	border-color: var(--tagify-dd-color-primary);
   	border-bottom-width: 1.5px;
   	border-top-width: 0;
   	box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2);
   	transition: .25s cubic-bezier(0, 1, .5, 1)
   }

   .tagify__dropdown__header:empty {
   	display: none
   }

   .tagify__dropdown__footer {
   	display: inline-block;
   	margin-top: .5em;
   	padding: var(--tagify-dd-item-pad);
   	font-size: 14px;
   	font-style: italic;
   	opacity: .5
   }

   .tagify__dropdown__footer:empty {
   	display: none
   }

   .tagify__dropdown--initial .tagify__dropdown__wrapper {
   	max-height: 20px;
   	transform: translateY(-1em)
   }

   .tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
   	transform: translateY(2em)
   }

   .tagify__dropdown__item {
   	box-sizing: border-box;
   	padding: var(--tagify-dd-item-pad);
   	margin: 1px;
   	cursor: pointer;
   	border-radius: 2px;
   	position: relative;
   	outline: 0;
   	max-height: 60px;
   	max-width: 100%
   }

   .tagify__dropdown__item--active {
   	background: var(--tagify-dd-color-primary);
   	color: #fff
   }

   .tagify__dropdown__item:active {
   	filter: brightness(105%)
   }

   .tagify__dropdown__item--hidden {
   	padding-top: 0;
   	padding-bottom: 0;
   	margin: 0 1px;
   	pointer-events: none;
   	overflow: hidden;
   	max-height: 0;
   	transition: var(--tagify-dd-item--hidden-duration, .3s) !important
   }

   .tagify__dropdown__item--hidden>* {
   	transform: translateY(-100%);
   	opacity: 0;
   	transition: inherit
   }


   .govat .tagify__tag:focus div::before,
   .govat .tagify__tag:not([readonly]) div::before {
   	--tag-bg: #deffdf;
   }

   .zaaf .tagify__tag:focus div::before,
   .zaaf .tagify__tag:not([readonly]) div::before {
   	--tag-bg: #ffd9d9;
   }

   .pcf-field-container.w-80.mx-auto {
   	width: 86%;
   }

   .w-805.mx-auto {
   	width: 64.5% !important;
   }

   .form-control {
   	font-size: 14px;
   }

   .lef30 {
   	left: 17px;
   }



   .slider {
   	-webkit-appearance: none;
    appearance: none;
   	width: 100%;
   	height: 5px;
   	background: #d3d3d3;
   	outline: none;
   	opacity: 0.7;
   	-webkit-transition: .2s;
   	transition: opacity .2s;
   	border-radius: 10px;
   }

   .slider:hover {
   	opacity: 1;
   }

   .slider::-webkit-slider-thumb {
   	-webkit-appearance: none;
   	appearance: none;
   	width: 30px;
   	height: 10px;
   	background: #04AA6D;
   	cursor: pointer;
   	border-radius: 10px;
   }

   .slider::-moz-range-thumb {
   	width: 30px;
   	height: 10px;
   	background: #04AA6D;
   	cursor: pointer;
   	border-radius: 10px;

   }

   .w-705.mx-auto {
   	width: 74.5% !important;
   }




   .ph-item {
   	background-color: #fff;
   	border: 1px solid #e6e6e6;
   	border-radius: 2px;
   	direction: ltr;
   	display: flex;
   	flex-wrap: wrap;
   	margin-bottom: 30px;
   	overflow: hidden;
   	padding: 30px 15px 15px;
   	position: relative
   }

   .ph-item,
   .ph-item *,
   .ph-item :after,
   .ph-item :before {
   	box-sizing: border-box
   }

   .ph-item:before {
   	-webkit-animation: ph-animation .8s linear infinite;
   	animation: ph-animation .8s linear infinite;
   	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
   	bottom: 0;
   	content: " ";
   	left: 50%;
   	margin-left: -250%;
   	pointer-events: none;
   	position: absolute;
   	right: 0;
   	top: 0;
   	width: 500%;
   	z-index: 1
   }

   .ph-item>* {
   	display: flex;
   	flex: 1 1 auto;
   	flex-flow: column;
   	margin-bottom: 15px;
   	padding-left: 15px;
   	padding-right: 15px
   }

   .ph-row {
   	display: flex;
   	flex-wrap: wrap;
   	margin-top: -7.5px
   }

   .ph-row div {
   	background-color: #ced4da;
   	height: 10px;
   	margin-top: 7.5px
   }

   .ph-row .big,
   .ph-row.big div {
   	height: 20px
   }

   .ph-row .empty {
   	background-color: hsla(0, 0%, 100%, 0)
   }

   .ph-col-2 {
   	flex: 0 0 16.6666666667%
   }

   .ph-col-4 {
   	flex: 0 0 33.3333333333%
   }

   .ph-col-6 {
   	flex: 0 0 50%
   }

   .ph-col-8 {
   	flex: 0 0 66.6666666667%
   }

   .ph-col-10 {
   	flex: 0 0 83.3333333333%
   }

   .ph-col-12 {
   	flex: 0 0 100%
   }

   [class*=ph-col] {
   	direction: ltr
   }

   [class*=ph-col]>*+.ph-row {
   	margin-top: 0
   }

   [class*=ph-col]>*+* {
   	margin-top: 7.5px
   }

   .ph-avatar {
   	background-color: #ced4da;
   	border-radius: 50%;
   	min-width: 60px;
   	overflow: hidden;
   	position: relative;
   	width: 100%
   }

   .ph-avatar:before {
   	content: " ";
   	display: block;
   	padding-top: 100%
   }

   .ph-picture {
   	background-color: #ced4da;
   	height: 120px;
   	width: 100%
   }

   @-webkit-keyframes ph-animation {
   	0% {
   		transform: translate3d(-30%, 0, 0)
   	}

   	to {
   		transform: translate3d(30%, 0, 0)
   	}
   }

   @keyframes ph-animation {
   	0% {
   		transform: translate3d(-30%, 0, 0)
   	}

   	to {
   		transform: translate3d(30%, 0, 0)
   	}
   }

   .ph-picture {
   	border-radius: 20px;
   }

   .ph-row .big,
   .ph-row.big div {
   	border-radius: 15px;
   }

   .ph-row div {
   	border-radius: 15px;
   }

   .ph-item {
   	border: unset;
   }

   .hideme {
   	display: none;
   }

   .modal .ph-item.wowload-box {
   	padding: 100px !important;
   }

   .modal .ph-col-6 {
   	transform: rotateY(180deg) !important;
   }




   .box-inform {
   	z-index: 2;
   }

   .inform {
   	opacity: 0;
   }

   .inform::after {
   	content: "";
   	background-color: red;
   	opacity: 0.7;
   	width: 80%;
   	height: 20px;
   	z-index: 1;
   	position: absolute;
   	border-radius: 7px;
   	top: -8px;
   	right: 9%;
   }

   .inform::before {
   	content: "";
   	background-color: red;
   	opacity: 0.3;
   	width: 67%;
   	height: 20px;
   	z-index: 1;
   	position: absolute;
   	border-radius: 7px;
   	top: -15px;
   	right: 15%;
   }

   .mip {
   	top: 10px;
   	right: 5px;
   	font-weight: 700;
   }


   .mbmt {

   	margin-bottom: 100px;
   }

   .mn-r {
   	top: -20px !important;
   }

   .msfil {
   	margin-right: 45%;
   }

   .btn.btn-success-2.rounded-pill.text-nowrap.flex-fill.msfil:disabled {
   	background: #559928;
   	color: #fff;
   }

   .woocommerce .cart-collaterals .cart_totals,
   .woocommerce-page .cart-collaterals .cart_totals {
   	float: unset;
   	width: unset;
   }

   .cart-wrapper {

   	border-radius: 20px;
   }

   .cart-sidebar {

   	border-radius: 19px;
   }

   .quantity .input-text.qty.text {
   	font-size: 24px;
   	width: 60px;
   	height: 40px;
   	background-color: #f8f9fb;
   	-webkit-border-radius: 50px;
   	-moz-border-radius: 50px;
   	border-radius: 50px;
   	margin: 0 12px;
   	border: none;
   	font-weight: 900;
   	color: #2d365d;
   	font-family: "Yekan Bakh FaNum Fat";
   }

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

   button.single_add_to_cart_button.button.alt.wp-element-button.btn.btn-success.rounded-pill {
   	display: block;
   }

   .qacol {
   	position: relative !important;
   	top: -95px !important;
   	right: 65px;
   }

   /* Chrome, Safari, Edge, Opera */
   input::-webkit-outer-spin-button,
   input::-webkit-inner-spin-button {
   	-webkit-appearance: none;
   	margin: 0;
   }

   /* Firefox */
   input[type=number] {
   	-moz-appearance: textfield;
     appearance: textfield;
   }

   .woocommerce .col2-set .col-2,
   .woocommerce-page .col2-set .col-2 {
   	width: 88%;
   }

   .woocommerce form .form-row input.input-text,
   .woocommerce form .form-row textarea {

   	color: #212529;
   	background-clip: padding-box;
   	border: 1px solid #ced4da !important;
   	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

   	background-color: #fff !important;
   	padding: 0 16px !important;
   	height: 45px;
   	font-size: 14px !important;
   	-webkit-box-shadow: none !important;
   	-moz-box-shadow: none !important;
   	box-shadow: none !important;
   	outline: none !important;
   	z-index: 1 !important;
   	border-radius: 800px !important;
   	position: relative;
   }

   .woocommerce form .form-row {
   	position: relative;
   	margin-top: 25px !important;
   	margin-bottom: 25px !important;
   }

   .woocommerce form .form-row textarea {
   	min-height: 200px !important;
   	border-radius: 15px !important;
   	padding: 25px !important;
   }

   .woocommerce form .form-row label {
   	font-size: 14px !important;
   	color: #2d365d !important;
   	top: -10px;
   	right: 40px;
   	padding: 0 15px 0 21px;
   	background-color: #fff;
   	position: absolute;
   	display: inline-block;
   	z-index: 9 !important;
   }

   .woocommerce form .form-row textarea:focus,
   .woocommerce form .form-row input.input-text:focus {
   	border-color: #ee273a !important;
   }

   .select2-container--default .select2-selection--single {
   	background-color: #fff;
   	border-radius: 800px;
   	height: 45px;
   	padding: 8px 16px;
   	border: 1px solid #ced4da;
   }

   .select2-container--default .select2-selection--single .select2-selection__arrow b {
   	border-color: #888 transparent transparent transparent;
   	border-style: solid;
   	border-width: 5px 4px 0 4px;
   	height: 0;
   	left: 50%;
   	margin-left: -4px;
   	margin-top: -2px;
   	position: absolute;
   	top: 80%;
   	width: 0;
   }

   .select2-container--default.select2-container--open .select2-selection--single {
   	border-radius: 2px !important;
   }

   .nav-bottom.nav-bottom-four.position-fixed.bottom-0.w-100.d-flex.align-items-center.justify-content-between {
   	margin-left: 10px;
   	margin-right: 10px;
   }

   span.woocommerce-Price-amount.amount {
   	position: unset !important;
   }

   #add_payment_method #payment,
   .woocommerce-cart #payment,
   .woocommerce-checkout #payment {
   	border-radius: 20px;
   }

   .cart-wrapper .location .detail {
   	padding-top: 0;

   }

   .woocommerce #respond input#submit.alt,
   .woocommerce a.button.alt,
   .woocommerce button.button.alt,
   .woocommerce input.button.alt {
   	background-color: #67b930;

   }

   .woocommerce #respond input#submit.alt:hover,
   .woocommerce a.button.alt:hover,
   .woocommerce button.button.alt:hover,
   .woocommerce input.button.alt:hover {
   	background-color: #54912b;

   }
   .changeinp{
	font-weight: 900 !important;
    color: #2d365d !important;
	font-size: 30px;
   }
   .mycu .woocommerce-Price-currencySymbol{
	font-size: 18px!important;
    font-weight: 300!important;
    line-height: 27px!important;
    color: #232323!important;
    font-style: normal!important;
	font-family: "Yekan Bakh"!important;
	
   }
   .mycu .dashvar{
	font-size: 18px!important;
    font-weight: 300!important;
    line-height: 27px!important;
    color: #232323!important;
    font-style: normal!important;
	font-family: "Yekan Bakh"!important;
	margin: -45px 15px 0 15px !important;

   }


   .qacol {
    position: relative !important;
	display: inline;
    top: -95px !important;
    right: 65px!important;
}
.woocommerce-variation-add-to-cart.variations_button {
    position: relative;
    top: -45px;
}
.qacol2 {
    position: relative !important;
    display: inline;
    top: -49px !important;
    right: 65px!important;
}
img.rounded-circle.profimg {
    width: 18%;
    margin-left: 15px;
}
.swiper-geabox .swiper-pagination {
    position: absolute;
    background: #fff;
    border: 1px solid #fff;
    width: 16%;
    border-radius: 155px;
    right: 25px;
    bottom: 20px;
	padding: 8px 0 5px 0;
}
.swiper-geabox .swiper-pagination-bullet {
    color: #000;
    background: #000;
    opacity: 1;
    width: 8px;
    height: 8px;
	z-index: 999;
}
.swiper-geabox .swiper-pagination-bullet-active{
	background: red;
	width: 20px;
	border-radius: 15px;
	z-index: 999;
}
a.d-block.wrbut {
    margin: 18px;
    font-weight: 700;
    font-size: 13px;
}
.mkt{
	position: relative;
	top: -1px;
	right: 5px;
}
.count-price.d-flex.align-items-sm-center.justify-content-sm-between.position-relative.flex-column.flex-sm-row.mycu {
	min-height: 75px !important;
}
.woosw-popup-content-bot {
    display: none;
}
.woosw-item--time {
    visibility: hidden;
}
.woosw-item--add {
    display: none;
}
.woosw-popup-content-mid.ps-container.ps-theme-wpc {
    margin-top: 15px !important;
    border-radius: 30px;
	position: relative;


}
.woosw-popup-content::before {
    content: '';
    position: absolute;
    top: 100px;
    bottom: 40px;
    left: -18px;
    width: 300px;
    height: 550px;
    border-radius: 25px;
    opacity: 0.5;
    background-color: #000;
    visibility: visible;
}
.woosw-popup-content::after {
    content: '';
    position: absolute;
    top: 127px;
    bottom: 40px;
    left: -35px;
    width: 300px;
    height: 492px;
    border-radius: 25px;
    opacity: 0.2;
    background-color: #000;
    z-index: -3;
    visibility: visible;
}
.woosw-popup-content-top {
    border-radius: 53px;
    border: 1px dashed rgba(255,255,255,0.5);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content {
    overflow: visible;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
    min-height: 685px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
    border-radius: 30px;
    margin-top: 15px;
}
.category-sidebar-box.filter-price {
    margin-bottom: 30px;
}
.color-size.d-flex.align-items-sm-center.flex-column.flex-sm-row.mt-3 {
    padding-right: 0;
}




/*
customizer
*/

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: unset;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: unset;
}
.top-products-two-wrapper .product-five .product-image {
 -webkit-box-shadow:unset; 
    -moz-box-shadow: unset;
box-shadow: unset ;
}
.top-products-two-wrapper  .product {
 -webkit-box-shadow:unset; 
    -moz-box-shadow: unset;
box-shadow: unset ;
}
.top-products-two-wrapper .swiper.swiper-top-products-two.overflow-hidden.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding-top: 15px;
}
.top-products-two-wrapper .product-eight {
    background-color: #fff0;
}
.slider-banner-home {
    margin-top: 0;
}
.tbgrid{
	margin-bottom:40px;
}
.top-products-three .top-products-three .product-three {
    margin-bottom: 0;
}
.article-three figure {
    margin-bottom: 30px !important;
}
.article-four img.d-block.w-100 {
    height: 285px;
    object-fit: cover;
}
.products-category .swiper-button-prev {
    right: auto;
    left: -17px;
}
.products-category .swiper-button-next {
    left: auto;
    right: -17px;
}
.buy-vip .product-five .product-image {
    -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}
.buy-vip  .product {
    -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
	margin-top: 10px;

}
.category-slider-banner .left {
    max-width: none;
    max-width: none;
    max-width: none;
}
.category-slider-banner .left .carousel-item img {
    object-fit: cover;
}
.amazing-offer-three-wrapper img {
    height: 247px !important;
	width:100% !important;
}
.top-seller-products-two .product {
    margin-top: 15px;
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}
.top-seller-products-two .product-eight .image {
    -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}
.top-seller-home-five .swiper-button-next, .top-seller-home-five .swiper-button-prev {
    top: 47px !important;
}
.top-seller-home-five .swiper-button-next, .top-seller-home-five .swiper-button-prev {
    top: 47px !important;
}
.ready-cases-item:hover .ready-cases-item.active::before{
	visibility:hidden  !important;
	display:none  !important;
	opacity:0  !important; 
}
.article-six figure img {
    max-height: 375px;
    height: 375px;
    object-fit: cover;
}
.about-us-home-six {
    margin: 0 !important;
}
.slider-banners-ten-item img{
	    -webkit-border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    border-radius: 35px !important;
}
.amazing-offer-eight-item .image img {
    height: 313px !important;
}
.amazing-offer-seven-item .image img {
    width: auto;
    height: 400px;
}
.swiper-slide-active .amazing-offer-fourteen-item > img {
    width: 346px !important;
}
.product-ten .product-image img {
    max-width: 205px !important;
}
.amazing-offer-fiveteen .swiper-pagination-bullet img {
    width: 39px;
    height: auto !important;
}
.amazing-offer-five-wrapper .amazing-offer-two-item img {
    width: 294px;
}
.swiper-amazing-offer-two .amazing-offer-six-item img {
	    width: 254px;

}
.amazing-offer-sixteen-item .image img:last-child {
    width: 400px;
}
.amazing-offer-sixteen-item .image img{
    width: 400px;
}
.product-thirteen .product-image img {
    height: auto;
}
.top-header-two-search {
    width: auto;
    margin-left: 0;
}
span.select2-dropdown.select2-dropdown--above {
    width: 130px !important;
}
.footer-three-articles li img {
    object-fit: cover;
}
.options-site-two {
    margin: 5px 0 5px;
}
.footer-three-titr {
    margin-bottom: 5px;
}
.footer-scroll-header {
    margin-bottom: 0;
}
.footer-four {
    margin-top: 0;
}
.footer-four .footer-namad, .footer-four-news-letter {
    margin-top: 5px;
    padding-top: 25px;
}
.footer-four .titr {
    margin-bottom: 0;
}
.nav-header-two .menu::before {
    right: 17px;
    bottom: -webkit-calc(100% - 19px);
    bottom: -moz-calc(100% - 19px);
    bottom: calc(100% - 19px);

}
.landing {
    margin-top: 0;

}
.landing-item {
    padding-top: 50px;
}
.nav-header-menu {
    padding:  0;
}
.top-header-three-nav::before {
    margin-bottom: -69px;
}
.nav-header-menu::before {
    position: absolute;
    top: 37px;
}
	.nav-header-cart-dropdown.left-side{
    right: 0;
    left: auto;
    -webkit-border-radius: 35px 0 35px 35px;
    -moz-border-radius: 35px 0 35px 35px;
    border-radius: 35px 0 35px 35px;
}
.nav-header-five .menu::before {
    position: absolute;
    top: 37px;
}
.landing-tow {
    margin-top: 0;
}
.boostify-menu > li .menu-item-icon {
    padding: 0;
	padding-bottom:8px;
}
.nav-header-eleven ul li a::before {
    top: -3px;
}
.lavazem .boostify-menu > li .menu-item-icon {
    padding: 0;
	padding-bottom:0;
}
.product-thirteen .btns li a {
    line-height: 43px;
    font-size: 19px;
}
.product-eleven .product-image .bookmark {
    line-height: 41px;
    font-size: 25px;
}
.product-hover .btn:last-child {
    line-height: 30px;
    font-size: 19px;
}
.product-hover .woosw-btn {
    font-size: 19px;
padding-right:8px;
width: 35px;
height: 35px;
line-height: 35px;
color: #2d365d;
	
}
.product-hover .woosw-btn:hover {
background-color: #dee3ec;
	  border-radius: 50% !important;
}

.nav-header-fourteen {
    margin-top: 0;
}
.nav-header-fourteen .menu {
    background: none;
    padding: 0;
}
.top-header-sixteen {
    background-color: unset;
}
.slider-banner-home .carousel, .slider-banner-home .carousel-inner, .slider-banner-home .carousel-item, .slider-banner-home .carousel-item img {
    object-fit: cover;
}
.slider-home img {
    object-fit: cover;
}
.slider-banners-ten-item img {
    object-fit: cover;
}
.slider-banners-ten .swiper {
    margin-bottom: 0;
}
.slider-banners-ten {
    margin: 0;
}
.top-category-item h1,.top-category-item h2,.top-category-item h3,.top-category-item h4,.top-category-item h5,.top-category-item h6,.top-category-item p,.top-category-item div {
    line-height: 30px;
    margin-top: 22px;
    text-align: center;
    color: #212341;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.new-article .heading {
    border-top: none;
    padding-top: 0;
}
.article figure {
    margin: 10px !important;
}
.new-article .heading a{
	    padding: 8px 26px 8px 26px;
	border-radius:20px;
}
.amazing-offer-two-item img{
	width:196px
}
.top-category-two-item img {
    max-width: 480px;
}
.top-category-two-item img{
	height:auto !important;
}
.top-category-three-item img {
    max-height: unset;
}
.category-products-two-item img {
    height: auto;
}
.category-products-three-item img {
    height: auto;
}
.category-products-four-item img {
    height: auto;
}
.category-products-fiveteen-item img {
    height: auto;
}
.category-products-fiveteen-item::before {
    width: unset;
    height: unset;
    padding: 76px 36px 72px 92px;
}
.category-products-fiveteen-item h2,.category-products-fiveteen-item h3,.category-products-fiveteen-item h4,.category-products-fiveteen-item h5,.category-products-fiveteen-item h6, .category-products-fiveteen-item p, .category-products-fiveteen-item div, .category-products-fiveteen-item span {
    max-width: 120px;
    background-color: #fff9eb;
    color: #121320;
    margin-top: 64px;
	border-radius:15px;
}
.category-products-two-item h2,.category-products-two-item h3,.category-products-two-item h4,.category-products-two-item h5,.category-products-two-item h6,.category-products-two-item span,.category-products-two-item div,.category-products-two-item p {
    padding: 4px 12px;
    background-color: #39d4df;
    border-radius: 15px;
    color: #fff;
}
.landing-tow .title h4 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 0;
}
.sub-o {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
	margin-top:60px
	
}
.elementor img {
    height: auto;
    max-width: unset;
}
.top-header-three-search .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: unset;
}
.section-heading {
    margin-bottom: 71px;
}
.consol-game .section-heading-sub-title {
    margin-bottom: 0;
}
.top-seller-home .section-heading-sub-title {
    margin-bottom: 0;
}
.best-seller-products .section-heading-title, .category-products-four .section-heading-title{
	    margin-bottom: 0;
}
.best-selling-sixteen .section-heading-title {
    margin-bottom: 0;
}
.elementor-widget-headingkaveh .section-heading{
	    margin-bottom: 0px;
}
/*amir start*/
 * 
 * span.woocommerce-Price-currencySymbol {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-right: 6px;
    color: #232323;
}
span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 900;
    color: #49be78;
    line-height: 37px;
        bottom: -26px;
    position: relative !important;
}
/* .product.product1.maip {
    margin-bottom: 40px !important;
    height: 428px;
} */
.product.product1.maip .detail .price {
    bottom: 17px;
    position: absolute;
}
.dashvar{
      bottom: -26px;
    position: relative;
}
.product-hover {
    padding: 22px 22px;
}

.product-hover .btn.icarrt {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #2d365d;
}
.product-hover .btn.icarrt {
    line-height: 38px;
    font-size: 17px;
  margin-left:4px;
}
.product-hover .btn.iheart {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #2d365d;
}
.product-hover .btn.iheart {
    line-height: 34px;
    font-size: 19px;
    margin-left:4px;

}
.product-hover .btn.ieye {
    line-height: 33px;
}

.single_add_to_cart_button.btn.btn-secondary.rounded-circle{
  position:relative;
}
.single_add_to_cart_button.loading:before {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: -1px;
    left: 9px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loading .icon-cart-3{
  display:none
}
.box-gallery-body > img {
    object-fit: contain;
      width: 450px;
    margin-right: 80px;
}
.detail-product .detail .full-info .oustock {
    color: #ee273a !important;
}
.detail-product .detail .full-info .oustock::after {
    background-color: #fff3f0 !important;
}
.detail-product .detail .full-info .obstock {
    color: #eeb127 !important
}
.detail-product .detail .full-infob .obstock::after {
    background-color: #eeb12726 !important;
}
.detail-product-review .title h2 {
    font-size: 18px !important;
    font-weight: 900;
    color: #2d365d;
    line-height: 40px;
    margin-bottom: 32px;
  display:inline;
}
.detail-product-review {
    margin: 0;

}
.tozi{
  font-size:14px;
    font-weight:400!important;
}
/*amir end */
.product.product-five .status {
    z-index: 9;
    margin: 12px 12px 0 0;
}
.product-five .content {
    height: 131px;
}
.product-two {
    height: 439px;
}
.product-three {
    height: 436px;
}
/* product five start */
.product-eight .btn-success-2 {
    bottom: 26px;
    position: absolute;
    left: 0;
}
.product-eight {
    height: 428px;
}
.product-eight .price {
    position: absolute;
    bottom: 18px;
    right: 5px;
}
.product-eight .content {
    height: 139px;
}
span.btn-notstock {
    position: absolute;
    bottom: 26px;
    background-color: #f8f9fb;
    color: #232323;
    bottom: 26px;
    right: 0;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    padding: 5px 12px;
    line-height: 20px;
}
.product-eight:hover span.btn-notstock{
	background-color: #fff0;
}
/* product five end */
/* product six start */
.product-seven {
    height: 433px;
}
.product-seven .price .nam-6{
font-size: 23px;
    font-weight: 900;
    line-height: 29px;
}
.product-seven .na6 {
    border: 1px solid #706b6b;
    color: #aea7a7;
}
/* product six end */
/* product eight start */

.product-six {
    height: 433px;
}
.product-six .nam08 .na8{
    font-size: 24px;
    font-weight: 300;
}
.product-six .nam08 {
    background-color: #aea7a7;
}
/* product eight end */
/* product nine start */
.product-not{
	height:469px;
}
.product-not .detail{
	position:absolute;
	bottom:0;
}
/* product eight end */
/* product ten start */
.product-ten{
		height:483px;
}
.mt-p10{
	margin-top:67px;
}
.product .detail .nor10p {
    margin-top: 26px;
}
.mt-p101{
		margin-top:34px;
}
/* product ten end */
/* product twelve start */
.product-eleven{
		height:477px;
}
.mt-p121{
		margin-top:70px;
}
.mt-p12{
	margin-top:106px;
}
.product .detail .nor12p {
    margin-top: 62px;
}
/* product twelve end */
/* product thirteen start */
img.imagestp13 {
    max-width: 30%;
}
.product-twelve {
    height: 141px;
}
/* product thirteen end */
/* product foureen start */
.product-thirteen {
    height: 452px;
}

/* product fourteen end */
.product.product1{
	height:412px;
}
.amazing-offer-two .swiper {
    height: 387px;
}
.amazing-offer-fourteen-item .detail .images li img {
    width: auto !important;
    height: 100px;
max-width:unset;
}
.amazing-offer-fiveteen-item .detail .content .options ul li {
    max-width: 60%;
}
/* single 2 start */
.detail-product-two .gallery .rate {
    width: 42px;
}
.detail-product-two .status .oustock {
    color: #ee273a !important;
}
.detail-product-two .status .oustock {
    background-color: #fff3f0 !important;
}
.detail-product-two .status .obstock {
    color: #eeb127 !important
}
.detail-product-two .status .obstock {
    background-color: #eeb12726 !important;
}
/* single 2 end */
/* shadows product */
.top-seller-home  .overflow-hidden .product.product1.maip {
    margin-top: 12px; 		
}
.top-seller-home  .overflow-hidden .product {
    -webkit-box-shadow:inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}
.top-seller-home  .overflow-hidden .product-hover {
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
	    border-radius: 25px;
}
.top-seller-home  .overflow-hidden  .product-five .product-image {
    -webkit-box-shadow: none ;
    -moz-box-shadow:none;
    box-shadow: none;
}
.top-seller-home  .overflow-hidden  .product-eight .image {
    -webkit-box-shadow:inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}
.product-four {
    height: 427px;
}
.top-seller-home  .overflow-hidden .product-four .product-hover {
	    border-radius: 0;
}
.top-seller-home  .overflow-hidden .product-four {
    margin-top: 12px; 		
}
.top-seller-home  .overflow-hidden  .product-twelve {
    margin-top: 16px;
    margin-bottom: 15px;
	    -webkit-box-shadow:inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}
.megamenu-two-content-item .megamenu-products .product-megamenu-two .detail .price {
    width: 135px;
}


.comments li .content .info > img {
    width: 63px;
    height: 63px;
    margin-left: 9px;
}
.send-comment {
    margin: 10px auto 0;
    max-width: 764px;
    width: 100%;
}

.xdebug-var-dump{
	text-align:left;
}
ul.children {
    margin-right: 8%;
}
h3#reply-title {
    font-weight: 900;
    margin-right: 18%;
    font-size: 22px;
}
a#cancel-comment-reply-link {
    color: red;
}
.detail-product .detail .count-comments-rate .count-rate i {
    font-size: 17px;
}
.comments li {
    margin-bottom: 48px;
}
p.position-absolute.top-0.lef30 {
    font-weight: 700;
    font-family: 'Yekan Bakh FaNum Fat';
}
.flex-sm-row .rating {
    margin-right: 10px;
}
#comments .rate-comment .rate-box-progress li .progress {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);

}





.container.position-fixed.top-50.start-50.translate-middle{
  z-index: 99999;
}

.d-inline.rounded-4.m-2.w-50
{
  width: 46% !important;
}
.d-block.rounded-4.m-2.w-75{
  width: 96% !important;

}

.seeebox .backdrop {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.seeebox .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
input.form-control.position-absolute {
  left: 0px;
  background: #F4F5F9;
  height: 50px;
}
input.form-control.position-absolute {
  left: 0px;
  top: -1px;
  background: #F4F5F9;
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #212341;
  font-size: 13px;
  padding-right: 5%;
}
input.form-control.position-absolute::placeholder{
  color: #212341;
  font-size: 13px;
  font-weight: 700;
}

.bg-purp {
  background: #212341;
  border-radius: 15px 15px 0px 15px;
  padding: 1.1rem;
  margin-top: -1px;
  color: #fff;
  z-index: 99999;
}
.bg-porp{
  z-index: 99999;
}
.col-lg.p-3.m-2.justify-content-between.position-relative::before{
  content: "";
  background-image: url("../images/Rectangle\ 510.svg");
  background-size: contain;
  width:1px;
  height:403px;
  z-index: 999999;
  top: 0;
  right: -10px;
  position: absolute;
}
.swiper-slide .rizs{
	display:block !important;
}
.rizs {
    font-size: 9px;
}
.seer {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-size: 10px;
  padding: 5px 9px 6px 8px;
  box-shadow: -1px 13px 15px 0px rgba(51,42,42,0.04);
-webkit-box-shadow: -1px 13px 15px 0px rgba(51,42,42,0.04);
-moz-box-shadow: -1px 13px 15px 0px rgba(51,42,42,0.04);
}
.lisea:hover {
	margin-left:30px;
	transition: 0.3s; 
	padding:12px 0px 12px 0px !important;
	border-radius: 12px;
	background: #fff; 
	box-shadow:inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
	-webkit-box-shadow:inset 0 0 10px 4px rgb(82 99 116 / 13%)!important; 
	-moz-box-shadow:inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
}
.prseabox {
  border: 1px solid #d7cbcb;
}
.boxim{
  box-shadow: 1px 14px 27px 0px rgba(0,0,0,0.17) !important;
-webkit-box-shadow: 1px 14px 27px 0px rgba(0,0,0,0.17)!important;
-moz-box-shadow: 1px 14px 27px 0px rgba(0,0,0,0.17)!important;
max-width: 100%;
}
.prseabox:hover{
  transition: 0.3s;
  border: none;
  background: #fff!important;
  box-shadow:inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
-webkit-box-shadow:inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
-moz-box-shadow:inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
}
.swiper-sea-next.position-absolute.top-0.end-0{
  padding: 4px 11px 4px 11px;
  top: 45px !important;
  z-index: 999999;
  margin-left: 2%;
  box-shadow: 1px 14px 27px 0px rgba(0,0,0,0.17);
  -webkit-box-shadow: 1px 14px 27px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 1px 14px 27px 0px rgba(0,0,0,0.17);
}
.swiper-sea-prev.position-absolute.top-0.start-0{
  padding: 4px 11px 4px 11px;
  top: 45px !important;
  z-index: 999999;
  transform: rotate(180deg);
  margin-right: 1%;
  box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.17);
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.17);
}
.f-sea {
	font-size: 11px !important;
}
p.d-inline.mx-2 {
    font-size: 12px;
}
.container.position-fixed.top-50.start-50.translate-middle {
    z-index: 99999;
    top: 295px !important;
}
@media (min-width: 481px) {
.container.position-fixed.top-50.start-50.translate-middle {
    z-index: 99999;
    top: 330px !important;
    
}
}
@media (max-width: 480px) {
    .container.position-fixed.top-50.start-50.translate-middle {
        z-index: 99999!important;
        top: 400px !important;
        width: 95%!important;
       
    }
    .swiper.swiper-seabox.ms-3.mx-4.overflow-hidden.pb-5.pt-2.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden{
        padding-bottom: 1rem !important;
    }
    .srows{
        height: 200px;
        overflow-x: hidden; 
        overflow-y: auto; 
    }
    .d-inline.rounded-4.m-2.w-50 {
        width: 44% !important;
    }
    .d-block.rounded-4.m-2.w-75 {
        width: 94% !important;
    }
    input.form-control.position-absolute {
        padding-right: 19%;
    }
    .swiper-geabox .swiper-pagination {
        width: 25%;
        padding: 4px 0 1px 0;
    }
    .swiper-sea-prev.position-absolute.top-0.start-0 {
        top: 39px !important;
    }
    .swiper-sea-next.position-absolute.top-0.end-0 {
        top: 39px !important;
    }
}
.stc-categories {
	visibility: hidden;
	position:absolute;
}
.news-letter .stc-email-field {
	display: inline-block;
	width: 65% !important;
}
.news-letter #stc-subscribe-btn {
    display: inline;
    width: 11%;
    position: absolute;
      bottom: 181px;
    left: 22%;
}
.news-letter #stc-update-btn {
    display: inline;
    width: 11%;
    position: absolute;
    bottom: 181px;
    left: 22%;
}
.stc-categories-label-title {
	display: none;
}
.news-letter .field-style {
	margin-top: -23px;
}

.third1 input{
	bottom:10px!important;
	position:relative;
width: 83% !important;
}
.third1 #stc-subscribe-btn {
    display: inline;
    width: 11%;
    position: absolute;
      bottom: 25px;
    left: 2%;
}
.third1 #stc-update-btn {
    display: inline;
    width: 11%;
    position: absolute;
    bottom: 25px;
    left: 22%;
}
.third1.flex-fill {
    margin-bottom: -20px;
}
/* .gallery-origin img {
    height: 201px;
} */
.single_add_to_cart_button.cart11.loading:before {
color:#fff;
    top: 15px;
    font-size: 21px;
    right: 20px;
	left:auto;
}
	

.third3 input{
	bottom:10px!important;
	position:relative;
width: 83% !important;
}
.third3 input{
	bottom:10px!important;
	position:relative;
width: 83% !important;
}
.third3 #stc-subscribe-btn {
    display: inline;
    width: unset;
    position: absolute;
    bottom: 32px;
    left: 11%;
}
.third3 #stc-update-btn {
     display: inline;
    width: unset;
    position: absolute;
    bottom: 32px;
    left: 11%;
}
.third3.flex-fill {
    margin-bottom: -20px;
}

@media screen and (max-width: 480px) {
 .news-letter #stc-subscribe-btn {
    display: inline;
    width: 30%;
    position: absolute;
      bottom: 1px;
    left: 3%;
}
.news-letter #stc-update-btn {
     display: inline;
    width: 30%;
    position: absolute;
      bottom: 1px;
    left: 3%;
}
	.third3 #stc-subscribe-btn {
    display: inline;
    width: unset;
    position: absolute;
    bottom: 32px;
    left: 7;
}
.third3 #stc-update-btn {
     display: inline;
    width: unset;
    position: absolute;
    bottom: 32px;
    left: 7%;
}
	}

.seecart{
	background-color:#49be78 !important; 
	   
}
.nav-header-cart-dropdown ul li img {
    height: auto !important;
    max-height: 80px !important;
    max-width: 25% !important;
	width:unset !important;
	
}
.gradient.product-ten .single_add_to_cart_button.cart11.loading span:first-child{
	background-color: #2d365d;
}
.gradient.product-ten:hover .add-to-cart.loading  span:first-child{
color: #2d365d;
}
.product-six .priceva .woocommerce-Price-amount  {
    background-color: #00867d;
    -webkit-border-radius: 0 15px;
    -moz-border-radius: 0 15px;
    border-radius: 0 15px;
    color: #fff;
    font-weight: 300;
    line-height: 21px;
}
.priceva span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    line-height: 30px;
    bottom: unset;
}
.priceva .woocommerce-Price-currencySymbol{
	    color: #fff;
    font-size: 12px !important;
    font-weight: 100 !important;
    line-height: 21px !important;
}
.product-six .priceva.price .amount span:first-child {
    line-height: 30px;
    font-size: 20px;
    font-weight: 900;
    padding: 0 9px 0 0;
		margin-right:-8px
}
.product-six .priceva.price  span:nth-child(2) {
			margin-right:-33px
}
.product-thirteen .single_add_to_cart_button.loading:before {
    left: 11px;
}
.product-thirteen  span.woocommerce-Price-amount.amount {
    bottom: unset;
}
.product-thirteen-three:hover .detail .woocommerce-Price-amount {
    opacity: 0;
}
.product-thirteen .dashvar {
    bottom: unset;
}
* 
 * span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    margin-right: 2px;
}
.product-thirteen span.woocommerce-Price-amount.amount {
    font-size: 22px;
}
.product-eight span.woocommerce-Price-amount.amount {
    bottom: -15px;
}
.product-eight .dashvar {
    bottom: -18px;
	    margin: 0 7px;
}
.woocommerce-Price-amount .product-eight:hover .price {
    opacity: 0;
}
.product-eight .btn-success-2 {
    padding: 0px 22px;
    width: auto;
}
.product-eight .btn-success-2.loading span {
display:none;
}
.product-eight .btn-success-2.loading {
    padding: 0px 16px;
}
a.added_to_cart.wc-forward {
    display: none;
}
.product-three span.woocommerce-Price-amount.amount {
    color: #ffffff;
    bottom: 0;
}
.product-three span.woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    font-weight: 100;
    color: #fff;
}
.product-three .dashvar {
    bottom: 0;
    font-weight: 100 !important;
    position: relative;
}
.product-three .detail .price-offer span {
    font-weight: 900;
    font-size: 21px;
    line-height: 30px;
    margin: 0 auto 0 4px;
}
.product-not .dashvar {
    bottom: 0;
    position: relative;
}
.product-not .detail .icons-offer ul li a {
    position: relative;
}
.product-not span.woocommerce-Price-amount.amount {
    bottom: 0;
}
.product-not .single_add_to_cart_button.loading:before {
    left: 7px;
}
a.added_to_cart.wc-forward {
    display: none !important;
}
.product-seven span.woocommerce-Price-amount.amount {
    color: #ee232b;
}
.product-seven span.woocommerce-Price-currencySymbol {
    font-size: 11px;
    font-weight: 100;
	    color: #ee232b;
}
.product-seven span.woocommerce-Price-amount.amount {
    font-size: 21px;
    line-height: 30px;
    bottom: 0;
}
.product-seven .dashvar {
    bottom: 0;
}

.woocommerce-Price-amount:first-child .woocommerce-Price-currencySymbol {
	display:none !important;
}
.woocommerce-Price-amount:only-child  .woocommerce-Price-currencySymbol {
	display:inline-block !important;
}
.product-seven .price span{
    margin: 0 auto 0 0px;
}
.product-seven .price > del+span{
    margin: 0 auto 0 6px !important;
}
.product-ten .single_add_to_cart_button.cart11.loading span:first-child{
	background-color: #ffb035;
}
.product-ten:hover .add-to-cart.loading  span:first-child{
color: #ffb035;
}
.product-ten .add-to-cart.loading span:first-child {
    color: #2d365d00 !important;
}
.product-five span.woocommerce-Price-amount.amount {
    bottom: 0;
}
.product-five .dashvar {
    bottom: 0;
}
.product-two span.woocommerce-Price-amount.amount {
    bottom: 0;
}
.product-two span.woocommerce-Price-currencySymbol {
    font-size: 14px !important;
    font-weight: 100 !important;
    color: #232323 !important;
}
.product-two span.woocommerce-Price-amount.amount {
    font-size: 22px;
}
.product-two .dashvar {
    bottom: 0;
}
.product-eleven span.woocommerce-Price-amount.amount {
    bottom: -61px;
}
.product-eleven .dashvar {
    bottom: -61px;
}
.product-eleven  .single_add_to_cart_button.cart11.loading:before {
    color: #2D365D;
    top: -9px;
    font-size: 18px;
    right: -10px;
}
.product-twelve span.woocommerce-Price-amount.amount {
    bottom: 0;
}
.product-twelve .dashvar {
    bottom: 0;
}
.product-thirteen.product .status {
    position: absolute;
    right: 17px;
    top: 23px;
}
.product-twelve .status {
    background-color: #fff3f0;
    color: #ff8a66;
    font-size: 12px;
    font-weight: 300;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 7px;
    top: 6px;
}
.product-eight:hover span.woocommerce-Price-amount.amount {
    visibility: hidden !important;
}
.amazing-offer-fiveteen .swiper-btns {
    padding: 10px 12px;
    margin-top: -13px;
}
@media only screen and (max-width: 800px) {
.article figure .category-time a {
    padding: 0 12px;
}
}
@media only screen and (max-width: 800px) {
.article figure .category-time {
    width: 200px;
}
}
@media only screen and (max-width: 575px){
.amazing-offer-two .swiper {
    height: 750px;
}
}
@media only screen and (max-width: 767px){
.about-us-home-seven img {
    max-width: 80% !important;
}
}
.amazing-offer-three-wrapper img {
    object-fit: contain;
}
.brands-four .brands-wrapper .swiper {
    overflow-x: hidden !important;
}
@media only screen and (max-width: 499px){
.amazing-offer-six .swiper-button-prev, .amazing-offer-six .swiper-button-next {
    margin-top:28px;
}
}
@media only screen and (max-width: 499px){
.amazing-offer-six-wrapper {
    margin-top: 0;
}
}
.landing-tow img {
    max-width: 90% !important;
}
@media only screen and (max-width: 991px){
.about-us-home-five img {
    max-width: 100% !important;
}
}
.swiper-products-buy-vip .product-eight .image {
    -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}
.swiper-products-buy-vip .product-twelve{
    -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
    box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.amazing-offer-seven-item .image img {
    object-fit: contain;
}
.amazing-offer-seven-item h2 {
    margin-top: 24px;
}
@media only screen and (max-width: 991px){
.landing-eight-item .image img {
    width: 75% !important;
}
}
@media only screen and (max-width: 575px){
.amazing-offer-seven-item .image img {
    width: 80% !important;
}
}
@media only screen and (max-width: 575px){
 .about-us-eleven img {
    max-width: 100% !important;
}
}
@media only screen and (max-width: 575px){
 .imgsli5 {
    max-width: 100% !important;
}
}
@media only screen and (max-width: 575px){
 .landing-sixteen-item .image img {
    max-width: 100% !important;
}
}
@media only screen and (max-width: 575px){
.amazing-offer-sixteen-item .image img{
	    max-width: 100% !important;
}
}
@media only screen and (max-width: 767px){
.about-us-sixteen img {
    max-width: 90%;
}
}
.amazing-offer-fiveteen-item .detail .content .btn.loading {
    padding-left: 35px !important;
}
.amazing-offer-fiveteen .single_add_to_cart_button.loading:before {
    top: 11px;
    left: 8px;
}
@media only screen and (max-width: 767px){
.landing-fiveteen-wrapper .image img {
	    max-width: 90% !important;
}
}
@media only screen and (max-width: 767px){
.about-us-fiveteen .about-us-fiveteen-wrapper .ab6 img {
	    max-width: 100% !important;
}
}
@media only screen and (max-width: 575px){
.landing-fourteen .image img {
    max-width: 80%;
}
}
.amazing-offer-fourteen .amazing-offer-fourteen-item .detail .btn.loading {
    padding-left: 35px !important;
}
.amazing-offer-fourteen .single_add_to_cart_button.loading:before {
    top: 11px;
    left: 8px;
}
.button.addonify-cp-button{
		font-family: "Yekan Bakh" !important;
	padding-bottom:12px!important;
}
.button.addonify-cp-button span{
	margin-left:10px;

}
.button.addonify-cp-button.icon-position-left {
	z-index: 9999;
	position: relative;
	top: -434px;

}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner {
	margin-left:unset;
	margin-right: 16px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  	text-align:right!important; 
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {

	max-width: 50%;

}
tr .td-label{
	text-align:right!important; 
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
	text-align:right!important; 
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {

	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;

}
@media only screen and (min-width: 990px) {
.woosc-popup .woosc-popup-inner .woosc-popup-content {
	width: 550px;
}
}
[class*="hint--"]::after {
  font-family: "Yekan Bakh";
}
.woosw-btn-icon.iconly.iconly-Heart.woosw-icon-4 {
	font-family: 'woosw' !important;
}
.woosw-btn-icon.iconly.iconly-Heart.woosw-icon-4::before{
	content: "\e913"!important;
}
.woosw-btn-icon.iconly.iconly-Heart.woosw-icon-8 {
	font-weight: bold;
	color: #ff8a66;
}
.product-hover .single_add_to_cart_button.loading:before {
    top: -1px;
    left: 9px;
}
@media only screen and (max-width: 575px){
.top-header-auth a, .top-header-auth a:hover, .top-header-auth a:focus, .top-header-auth a:active {
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: -webkit-fit-conten !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    border: none !important;
}
}
button.single_add_to_cart_button.button.alt.wp-element-button.btn.btn-success.rounded-pill.loading::after {
    display: none;
}
button.single_add_to_cart_button.button.alt.wp-element-button.btn.btn-success.rounded-pill.loading::before {
    top: 16px;
}

.top-header-two-search .form-control {
    position: relative;
}
.price.d-flex.align-items-center.mt-3.mt-sm-0 span.woocommerce-Price-amount.amount{
	bottom:unset !important;
}
.colors-product ul li input:checked + label .name {
    font-size: 14px;
    line-height: 16px;
  
}

.detail-product .detail .options ul li {
      max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
table.variations {
    display: none;
}
.woocommerce button.button.alt.disabled{
    background-color: #67b930;
    color: #fff;
}
.detail-product .detail .btn-success {
    line-height: unset;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #ffffff;
    border-top: none;
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
    border-radius: 15px;
}
.woocommerce-message::before {
    content: "";
    background-color: #8fae1b;
    opacity: 0.8;
    width: 96%;
    height: 40px;
    z-index: -1;
    position: absolute;
    border-radius: 21px;
    top: -5px;
    right: 2%;
}
.woocommerce-message::after {
	content: "";
	background-color: #8fae1b;
	opacity: 0.4;
	width: 90%;
	height: 40px;
	z-index: -2;
	position: absolute;
	border-radius: 21px;
	top: -9px;
	right: 5%;
}
.woocommerce-message::before {
	content: "";
	background-color: #8fae1b;
	opacity: 0.8;
	width: 96%;
	height: 40px;
	z-index: -1;
	position: absolute;
	border-radius: 21px;
	top: -5px;
	right: 2%;
}
.woocommerce-info::after {
    content: "";
    background-color: #a46497;
    opacity: 0.4;
    width: 90%;
    height: 40px;
    z-index: -2;
    position: absolute;
    border-radius: 21px;
    top: -9px;
    right: 5%;
}
.woocommerce-error::before {
    content: "";
    background-color: red;
    opacity: 0.8;
    width: 96%;
    height: 40px;
    z-index: -1;
    position: absolute;
    border-radius: 21px;
    top: -5px;
    right: 2%;
}
.woocommerce-error::after {
    content: "";
    background-color: red;
    opacity: 0.4;
    width: 90%;
    height: 40px;
    z-index: -2;
    position: absolute;
    border-radius: 21px;
    top: -9px;
    right: 5%;
}
.woocommerce-notices-wrapper {
	position: relative;
	margin-top: 30px;
}

.wcdm-map{
    padding: 0!important;
    border-radius: 30px!important;
    overflow: hidden!important;
}
.woosw-list {
    background: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    padding: 45px;
    margin-top: 75px;
    border-radius: 25px;
    z-index: 10;
    position: relative;
    margin-bottom: 75px;
}
.woocommerce-account .woosw-items::before {
    content: "لیست علاقه مندی ها";
    font-size: 28px;
    font-weight: 900;
    color: #000;
    top: -150px;
    position: relative;
}
.woocommerce-account .woosw-items::after {
    content: "لیست محصولاتی که به آن ها علاقه مندید و ممکن است قصد خریدیشان را درآینده داشته باشید";
    font-size: 18px;
    font-weight: 300;
    color: #000;
    top: -70px;
    right: 45px;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100px;
}
.edform::before {
	content: "ویرایش پروفایل";
	font-size: 28px;
	font-weight: 900;
	color: #000;
	top: -146px;
	position: relative;
}
.edform::after {
    content: "جزییات پروفایل شما از این بخش قابل ویرایش هست.";
    font-size: 18px;
    font-weight: 300;
    color: #000;
    top: -750px;
    position: relative;
}
.edform{
    box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
    -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
    -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
	border-radius:35px !important;
}
.edadd::before {
    content: "مدیریت آدرس ها";
    font-size: 28px;
    font-weight: 900;
    color: #000;
    top: -100px;
    position: relative;
}

.edadd{
    box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
    -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
    -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
	border-radius:35px !important;
}
.col-lg.col-md-12.col-sm-12.woocommerce-Address{
    box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
    -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
    -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
	border-radius:15px !important;
    
}
.woocommerce-account a.edit {
    background-color:#F01313;
    color: #fff;
    padding: 5px 14px 5px 14px;
    border-radius: 55px;
}
 .woocommerce-account .woosw-items{

    display: block;
 }
 .woocommerce-account .woosw-items .woosw-item {
    border: none;
    margin-bottom: 20px;
    display: block;
    border-radius: 15px;
    background: #fff!important;
    box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
    -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
    -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%)!important;
    padding: 10px;
}
.woosw-list .woosw-actions {
	display: none;
}
tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	background: unset !important;
}
.container>.woosw-list::before {
	position: absolute;
    box-shadow: 0 10px 50px rgba(28,76,156,.15);
	top: -19px;
    left: 2%;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	content: "علاقه مندی های من";
	z-index: -1;
	width: 96%;
	height: 46px;
	border-radius: 18px;
	padding: 14px;
	font-weight: bold;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--remove span {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 155px;
	padding: 10px;

}
.product.product1.maip {
    height: 428px !important;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--remove span::before {
	display: inline-block;
	content: '\e918';
	font-size: 16px;
	font-family: 'woosw';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: -8px;
	left: 8px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--remove span {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #bdbdbd;
	border-radius: 155px;
	padding: 10px;
	top: 1px;
	position: relative;
}
.woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	position: absolute;
	z-index: 9;
	margin-right: 108px;
	/* margin-top: 19px; */
	background: #f03145;
	border-radius: 155px;
	padding: 4px 10px 4px 10px;
	font-size: 14px;
	color: #fff;
	margin-top: 79px;
	visibility: hidden;
}
.product.product-thirteen.product-thirteen-two .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	margin-right: 76px;
	margin-top: 9px;
	visibility: hidden;
}
.product.product-thirteen.product-thirteen-three .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	margin-right: 80px;
	visibility: hidden;
}
.product.product-thirteen .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	margin-right: 80px;
	visibility: hidden;
}
.product-two-image .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	margin-right: 80px;
	visibility: hidden;
}
.product-six .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	margin-right: 80px;
	visibility: hidden;
}
.product.product-ten .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	margin-right: 0px;
	visibility: hidden;
}
.product-eight .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	margin-right: 0px;
	visibility: hidden;
}
.product.product-five .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	margin-right: 80px;
	visibility: hidden;
}
.product-seven .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
	margin-right: 80px;
	visibility: hidden;
}
.product-image:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text{
    visibility: visible !important;
}
.product-two:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text{
    visibility: visible!important;
}
.product-three:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text{
    visibility: visible!important;
}
.product-eight:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text{
    visibility: visible!important;
}
.product-seven:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text{
    visibility: visible!important;
}
.product-six:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text{
    visibility: visible!important;
}
.product-twelve:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text{
    visibility: visible!important;
}


ul.breadcrumb li {
	margin: 0 10px 0 10px;
    position: relative;
}
ul.breadcrumb li:last-child {
	font-weight: bold;
}
ul.breadcrumb li:not(:last-child)::before {
	position: absolute;
	box-shadow: 0 10px 50px rgba(28,76,156,.15);
	left: -11px;
	background-color: rgb(12, 30, 61);
	content: "";
	z-index: -1;
	width: 4px;
	height: 2px;
	border-radius: 18px;
	top: 9px;
}
.heading{
    font-family: "Yekan Bakh" !important;
}

/* login popup */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.category-slider-banner .category ul li a::before {
    background-color: #ffb035 !important;
}
.top-header-three-nav li:not(:last-child) {
    margin-left: 0 !important;
}
.popuplog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(205 205 205 / 50%);
    z-index: 999;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    background-image: url('https://s2.uupload.ir/files/5026563_c5g.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* Popup content */
.popup-content {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    max-width: 285px;
    width: 100%;
    min-height: 250px;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 18px 15px 31px 20px;
}
.polog {
    background-color: #eee;
    z-index: -1;
    margin-top: -48px;
    margin-left: auto;
    width: 315px;
    height: 320px;
    border-radius: 20px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 18px 15px 31px 20px;
    margin-right: auto;
}
.faramosh{
    margin-top: 10px;
    margin-bottom: -10px;
}
@media (max-width: 575px){
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    max-width: 275px;
    width: 100%;
    min-height: 250px;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 18px 15px 31px 20px;
}
.polog {
    background-color: #eee;
    z-index: -1;
    margin-top: -50px;
    margin-left: auto;
    width: 305px;
    height: 320px;
    border-radius: 20px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 18px 15px 31px 20px;
    margin-right: auto;
}
}
.logspage .polog {
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    width: 315px;
    height: 320px;
    border-radius: 20px;
    position: relative;
    margin-top: -50px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: inset 0 0 23px 20px rgb(82 99 116 / 8%)!important;
    -webkit-box-shadow: inset 0 0 23px 20px rgb(82 99 116 / 8%)!important;
    -moz-box-shadow: inset 0 0 23px 20px rgb(82 99 116 / 8%)!important;
}

.popup-content .form-control{
    background: #eee !important;
}
.popup button{
    border-radius: 12px !important;
}

.logspage .popup-content {
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 18px 15px 31px 20px;
	
}
.loginte {
	font-weight: 900;
	font-size: 24px;
	bottom: -50px;
	position: relative;
}
.spanlog{
    cursor: pointer;
	font-size: 14px !important;
	border-radius: 12px;
	background: #F0F5FF;
	padding-top: 2px;
	padding-right: 10px;
	color: #ee273a;
	padding-left: 10px;
	width: 35%;
	margin-bottom: 9px;
	margin-left: auto;
	margin-right: auto;
}
/* Close button */
.close {
	position: absolute;
	top: 29px;
	right: 30px;
	cursor: pointer;
	font-size: 30px !important;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: #F2F5F8;
	padding-top: 7px;
	padding-right: 1px;
	color: #ababab;
}
.footer-sixteen .footer-newsletter {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.amazing-offer-fourteen .title {
    top: 66px !important;
    right: 310px;
}
.nav-header-fourteen .menu li:not(:last-child) {
    margin-left: 0 !important;
}
.landing-eight .swiper-pagination {
    bottom: 90px !important;
}
.amazing-offer-eight-item .image img:last-child {
    -webkit-filter: none !important;
    filter: none !important;
}
.returnback {
    cursor: pointer;
    font-size: 14px !important;
    border-radius: 12px;
    background: #ffdedf;
    padding-top: 2px;
    padding-right: 10px;
    color: #ee273a;
    padding-left: 10px;
    width: 35%;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
}
.myloginpop img{
    max-width: 50%;
}
button.btn.btn-primary.mt-3.vercode.position-absolute.top-0.start-0 {
    right: 27px !important;
    top: -75px !important;
    width: 38%;
}
button.btn.btn-primary.mt-3.vercode.position-absolute.top-0.end-0 {
    left: 27px !important;
    top: -75px !important;
    width: 38%;
}
.pnumber{
    font-weight: 900;
    font-size: 16px;
}

/* Show popup animation */
.popup.show {
    opacity: 1;
    visibility: visible;
}

/* Hide popup animation */
.popup.hide {
    opacity: 0;
    visibility: hidden;
}


.myloginpop{
padding: 3px !important;
}
.myloginpop h5{
    font-size: 14px;
 }

/* verify form */
.divan {
    direction:ltr;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  form.verifyform .form-control {
    display: block;
    height: 50px;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    min-width: 0;
    background: #eee !important;
  }
  form.verifyform.form-control:last-child {
    margin-right: 0;
  }
  .vercode{
    background-color: #ee273a;
    color: #fff;
    font-size: 15px;
    padding: 8px;
  }

.seeebox .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 20px;
}

bdi{
    text-decoration: unset !important;
    text-decoration-line: unset !important;
    text-decoration-style: unset !important;
    list-style: unset!important;
    list-style-position: unset!important;
    list-style-image: unset!important;
    text-decoration-line:unset;

}
button.bookmark.btn.btn-warning.p-0.position-absolute {
    background-color: #ffb035 !important;
}   

    .boostify-menu .menu-item-has-children > a:after {
    padding-left: 0 !important;
    content: "\e90a" !important;
    font-family: "icomoon" !important;
			    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: unset;
    -moz-transition: unset;
    transition: unset;
}
.boostify-menu > li .menu-item-icon {
    padding: 0 0 0 0 ;
}
.nav-header-two .menu > li > a::after {
display:none;
}
.nav-header-five .menu > li > a::before {
    background:none;
}
.nav-header-five .menu > li > a{
	display:flex ;
}
.nav-header-fourteen .menu > li > a{
	display:flex ;
}
.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)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    border-radius: 7px;
    top: -5px;
    color: #ffffff;
    background-color: #ee273a;
}
.product-hover .woosw-btn {
    margin-left: 4px;
    color: #2d365d;
    border-radius: 50px;
    background-color: #f8f9fb;
}
.btn-success-4 {
    color: #ffffff;
}
del .woocommerce-Price-amount bdi:first-child  .woocommerce-Price-currencySymbol {
  display:none !important;
}
ins{
	text-decoration-color:#fff;
}
del .woocommerce-Price-amount bdi:first-child {
    color: #ee232b;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    -webkit-text-decoration: line-through #707070;
    -moz-text-decoration: line-through #707070;
    text-decoration: line-through #707070;
}
ins {
    text-decoration-color: #fff0;
}
@media (max-width: 480px) {
    .modal .ph-item.wowload-box {
        padding: 15px !important;
    }
}
.modal .ph-item {
    border-radius: 30px;
}
.detail-product-three ul.nav.nav-pills.justify-content-center{

}
.detail-product-three ul.nav.nav-pills.justify-content-center li a{
    border-radius: 0!important;
    
}
.detail-product-three .comments li .content .info > img {
    width: 63px;
    height: 63px;
    margin-left: 0px;
    border-radius: 0 !important;
}
.detail-product-three #comments .comments li .content .info .detail .position{
    border-radius: 0 !important; 
}
.detail-product-three #comments .rate-comment .btn{
    border-radius: 0 !important; 
}
 .detail-product-three .rate-box-progress li {
    border: none !important;
}
.detail-product-three #comments .send-comment{
    padding: 135px !important;
}
.detail-product-three .bogz {
    position: absolute;
    right: 150px;
    top: 35px;
}
.detail-product-three div#respond {
    position: relative;
    top: -48px;
}
.woocommerce-variation.single_variation {
    position: absolute;
    visibility: hidden;
}
.bp2b{
    margin-bottom: -62px !important;
    max-width: unset !important;
}
div#ajax_popup .modal-body {
    padding: 75px 75px 85px 50px !important;
}

 .blog.mt-4 .category-sidebar {
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .blog.mt-4 .category-sidebar {
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .blog.mt-4 .category-sidebar-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  .blog.mt-4 .category-sidebar, .blog.mt-4 .category-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .blog.mt-4 .category-sidebar-content {
    position: absolute;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background-color: #fff;
    padding: 20px 20px 0;
    overflow: hidden auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .blog.mt-4 .category-sidebar-content::-webkit-scrollbar {
    display: none;
  }
  .blog.mt-4 .category-sidebar.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  .blog.mt-4 .category-sidebar.open .blog.mt-4 .category-sidebar-content {
    right: 0;
    -webkit-transition-delay: 0.3s;
       -moz-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .blog.mt-4 .category-sidebar.open .category-sidebar-content {
    right: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .blog.mt-4 .category-sidebar.open .category-sidebar-content img{
    border-radius: 15px;
  }
  .lapost {
	margin: 30px auto;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}
.lapost li a{
    z-index: 99999999;
}

.nav-header-eleven ul .menu-item .megamenu-two a::before {
    content: unset;  
}
.nav-header-eleven .megamenu-two ul {
    gap: unset;
}
.nav-header-eleven ul li a img {
    width: unset;
    height: unset;
    margin-bottom: 5px;
}
.qacol2.pr3 {
    position: static !important;
    display: block !important;
    margin-top: 35px;
    margin-bottom: 10px;
}

.mytu .woocommerce-Price-currencySymbol {
    font-size: 18px!important;
    font-weight: 300!important;
    line-height: 27px!important;
    color: #232323!important;
    font-style: normal!important;
    font-family: "Yekan Bakh"!important;
}
.mytu .dashvar{
    bottom: unset;
    font-size: 18px!important;
    font-weight: 300!important;
    line-height: 27px!important;
    color: #232323!important;
    font-style: normal!important;
    
}
.swiper.swiper-send.overflow-hidden.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    display: none;
}
.woocommerce .woocommerce-ordering {
    display: none;
}
.woocommerce .woocommerce-result-count {
    display: none;
}

.product-not .woosw-btn-has-icon {
    margin-top: 6px;
}
.product-thirteen .woosw-btn-has-icon {
    margin-top: 9px;
}
.contact-us iframe {
    width: 100%;
    border-radius: 50px;
    height: 100% !important;
}
.mapkavediv .elementor-widget-container{
	height:100%;
}
.mapkavediv{
	height:calc(100% + 228px) !important;
	border-radius:25px !important;
	transform:translatey(-128px)
}

.products-category  .swiper-button-prev:after {
    content: 'prev' !important;
}
 .products-category .swiper-button-next:after {
    content: 'next' !important;
}
.product-hover .btn:first-child {
    font-size: 13px;
}
.landing-eleven::before {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.amazing-offer-seven .single_add_to_cart_button.loading:before {
    top: 7px;
    left: 7px;
}
.amazing-offer-eight-item .image img:last-child {
    -webkit-filter: unset !important;
    filter: unset !important;
}
.amazing-offer-sixteen .single_add_to_cart_button.loading:before {
    top: 11px;
    left: 9px;
}
.amazing-offer-sixteen-item .detail .btn.loading {
padding-left: 28px;
}
.panel-sidebar-logo img {
	width: 55%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
height: auto;
}
.cart-sidebar .woocommerce-NoticeGroup{
display: none;
}
.cart-sidebar .btn-success {
	z-index: 99999999;
	position: relative;
	margin-bottom: -31px;

}
.panel-two-header-contact {
	margin-right: 14px;
	padding: 15px 16px 16px 61px;
	font-size: 16px;
	font-weight: 900;
}
.landing-fiveteen .swiper-pagination {
    bottom: 50px !important;
}
.product.product1.maip {
    height: 428px !important;
}
.panel1kaveh span.woocommerce-Price-amount.amount{
bottom: unset;
}
.panel1kaveh table.my_account_orders {
	background-color: #ffffff;
	border-top: none;
	-webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
	border-radius: 15px;
	padding: 15px;
    position: relative;
	font-size: 14px;
}

.panel1kaveh table.my_account_orders::after {
	content: "";
	background-color: #a46497;
	opacity: 0.4;
	width: 90%;
	height: 40px;
	z-index: -2;
	position: absolute;
	border-radius: 21px;
	top: -9px;
	right: 5%;
}
.panel1kaveh table.my_account_orders .woocommerce-button {
	margin-left: 5px;
	margin-right: 5px;
	min-width: 100px;
	text-align: center;
	margin-top: 20px;
}

.panel1kaveh table.my_account_orders::before {
    content: "سفارش ها";
    font-size: 28px;
    font-weight: 900;
    color: #000;
    top: -120px;
    position: relative;
}

.panel-two span.woocommerce-Price-amount.amount{
bottom: unset;
}
.panel-two table.my_account_orders {
	background-color: #ffffff;
	border-top: none;
	-webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
	border-radius: 15px;
	padding: 15px;
    position: relative;
	font-size: 14px;
}

.panel-two table.my_account_orders::after {
	content: "";
	background-color: #a46497;
	opacity: 0.4;
	width: 90%;
	height: 40px;
	z-index: -2;
	position: absolute;
	border-radius: 21px;
	top: -9px;
	right: 5%;
}
.panel-two table.my_account_orders .woocommerce-button {
	margin-left: 5px;
	margin-right: 5px;
	min-width: 100px;
	text-align: center;
	margin-top: 20px;
}

.panel-two table.my_account_orders::before {
    content: "سفارش ها";
    font-size: 28px;
    font-weight: 900;
    color: #000;
    top: -120px;
    position: relative;
}
.megamenu {
    min-width: 100%;
    transition: 1s opacity,1s transform;
    transform: translateX(-150%) translateY(0px);
    z-index: -99 !important;
}
.boostify-menu .menu-item-has-children:hover .megamenu {
    right: -151% !important;
    transition: 1s opacity,1s transform;
}
.megamenu-two {
    min-width: 100%;
    transition: 1s opacity,1s transform;
    transform: translateX(-150%) translateY(0px);
    z-index: -99 !important;
}
.boostify-menu .menu-item-has-children:hover .megamenu-two {
    right: -151% !important;
    transition: 1s opacity,1s transform;
}

.nav-bottom-four > a:nth-child(3){
background: unset !important;
}
.nav-header-cart-dropdown-two-products-item .delete {
    padding: 2px 11px 6px 4px!important;
}
@media (max-width: 990px) {
.nomobile{
display: none !important;
}
}
.megamenu-two-tabs-item .name span {
    font-family: 'Yekan Bakh FaNum Fat' !important;
}

.zangoole{
width:14% !important;
}

.detail-product-two .single_add_to_cart_button.loading:before {
	display:none !important;
}
.detail-product-three .single_add_to_cart_button.loading:before {
	display:none !important;
}
.namo, .nam{
background-color: #fff3f0 !important;
color: #ff8a66 !important;
}
.modal-product .single_add_to_cart_button.loading::before {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 507px;
	left: 342px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.modal-product .quantity .input-text.qty.text{
text-align: center !important;
background-color: #e8e8e8 !important;
}
.modal-product .qacol2 {
	position: relative !important;
	display: inline;
	top: -16px !important;
	right: 15px !important;
}
@media (max-width: 580px) {
.detail-product .qacol2 {
	top: -99px !important;
}
.detail-product .qacol {
    top: -142px !important;
}	
.pcf-field-container.w-80.mx-auto {
	width: 112%!important;
}
.modal-product .right .gallery .swiper {
	margin-right: 12px!important;
	margin-left: 10px!important;
}	
.detail-product-two .price-add-to-cart .price span {
	line-height: 15px!important;
}
.boostify-overlay.show,.boostify-menu-sidebar.show {
	display: none!important;
	
}	

}




 @-webkit-keyframes imgLoadingH {
  0% {
    width: 0%;
    opacity: 1
  }

  95% {
    width: 100%;
    opacity: 1
  }

  100% {
    width: 100%;
    opacity: 0
  }
}

@keyframes imgLoadingH {
  0% {
    width: 0%;
    opacity: 1
  }

  95% {
    width: 100%;
    opacity: 1
  }

  100% {
    width: 100%;
    opacity: 0
  }
}
   
    #loftloader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      z-index: 9999999;
      width: 100%;
      height: 100%;
      min-width: 100vw;
      min-height: 100vh;
      background: 0 0 !important
    }

    #loftloader-wrapper.adaptive-height {
      min-height: 100%
    }

    #loftloader-wrapper img {
      max-width: 100%
    }

  

    #loftloader-wrapper .loader-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1001;
      width: 100%;
      text-align: center;
      transition: all 0s;
      font-size: 0
    }

    #loftloader-wrapper .loader-inner #loader {
      position: relative;
      z-index: 1002;
      top: auto;
      left: auto;
      display: inline-block;
      margin: 0 auto;
      padding: 0;
      border: none;
      border-radius: 0;
      background: 0 0 !important;
      color: #248acc
    }



    #loftloader-wrapper .loader-bg {
      position: fixed;
      top: 0;
      z-index: 999;
      width: 100%;
      height: 100%;
      opacity: 1;
      background-color: #e0e0e0;
    }



    #loftloader-wrapper.loftloader-imgloading #loader {
      width: 200px !important;
      height: auto
    }

    #loftloader-wrapper.loftloader-imgloading #loader img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto
    }

    #loftloader-wrapper.loftloader-imgloading #loader img {
      opacity: .3
    }

    #loftloader-wrapper.loftloader-imgloading #loader .imgloading-container {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      display: block;
      width: 100%;
      height: 100%;
      transition: 0s;
      overflow: hidden
    }

    #loftloader-wrapper.loftloader-imgloading #loader span {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      transition: 0s
    }

    

    #loftloader-wrapper.loftloader-imgloading.imgloading-horizontal #loader .imgloading-container {
      width: 0%;
      height: 100%;
      -webkit-animation: imgLoadingH 6s linear infinite;
      animation: imgLoadingH 6s linear infinite;
      will-change: width, opacity;
      transform-origin: 0 0
    }

    #loftloader-wrapper.loftloader-imgrotating #loader {
      width: auto;
      height: auto;
      backface-visibility: visible;
      transform-style: preserve-3d
    }

    #loftloader-wrapper.loftloader-imgrotating #loader img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto
    }
    .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
        color: #ffffff;
    }
    @media screen and (max-width: 480px) {
    .cart-two-offer-code{
        display: block !important;
    }
    .cart-two-offer-code .form-control {
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }
    .cart-two-offer-code .msfil {
        margin-right: 11%!important;
    }
    }
.detail-product-three .gallery-origin img {
    width: unset !important;

}
.detail-product-icons .woosw-btn{
padding:1px !important;
}
.detail-product-icons .woosc-btn{
position:relative !important;
}
.detail-product-icons .woosc-btn-icon-text .woosc-btn-text{
display:none !important;
}
.detail-product-icons .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
    margin-right: 0!important;
     margin-top:0!important;
    background:transparent!important;
    padding: 1px!important;
    font-size: 18px!important;
    color: #fff!important;
    visibility: visible!important;
}
.woocommerce-order span.woocommerce-Price-amount.amount {
    bottom: unset !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 25px;
    padding: 15px;
}
h2.woocommerce-order-details__title {
    font-size: 24px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-weight: 900;
}
h2.woocommerce-column__title{
 font-size: 24px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-weight: 900;
}
.woocommerce-customer-details address{
background-color: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    border: none!important;
    border-radius: 25px!important;
    padding: 15px!important;
}
.woosc-btn-icon-text .woosc-btn-text {
    margin-right: 5px;
	  margin-left: 0px;
}
.panel-two .edadd::before {
    top: -75px!important;
}
.panel-two .edform::before {
    top: -95px!important;
}
.panel-two .edform::after {
    top: -712px!important;
}
.panel-two .woocommerce-Input{
display:block !important;
width:100% !important;	
}
.woocommerce form .form-row-last, .woocommerce form .form-row-first {
    float: unset!important;
	display:block !important;
width:100% !important;	
}

.woosw-popup{
 transition: 1s opacity,1s transform;
    transform: translateX(-150%) translateY(0px);

}
.woosw-popup.woosw-show{
 right: -151% !important;
    transition: 1s opacity,1s transform;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close {
    left: 0!important;
    right: auto!important;
}

ul.icons.d-flex.align-items-center .woosw-btn{
padding:1px !important;
}
ul.icons.d-flex.align-items-center .woosc-btn{
position:relative !important;
}
ul.icons.d-flex.align-items-center .woosc-btn-icon-text .woosc-btn-text{
display:none !important;
}
ul.icons.d-flex.align-items-center .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
    margin-right: 0!important;
     margin-top:4px!important;
    background:transparent!important;
    padding: 1px!important;
    font-size: 18px!important;
    color: #b3bbc7!important;
    visibility: visible!important;
}

.detail-product-two .gallery .icons .woosw-btn{
padding:1px !important;
}
.detail-product-two .gallery .icons .woosc-btn{
position:relative !important;
}
.detail-product-two .gallery .icons .woosc-btn-icon-text .woosc-btn-text{
display:none !important;
}
.detail-product-two .gallery .icons .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
    margin-right: 0!important;
     margin-top:0!important;
    background:transparent!important;
    padding: 1px!important;
    font-size: 18px!important;
    color: #fff!important;
    visibility: visible!important;
}