/*
Theme Name: sahand_wordpress_theme
Theme URI: https://almasweb.org/product/sahand/
Author: الماس وب
Author URI: https://almasweb.org
Description: تمامی حقوق و کد های این قالب برای الماس وب محفوظ میباشد و هرگونه سوء استفاده پیگرد قانونی دارد.
Version: 2.1.0
License: این قالب دارای لایسنس میباشد
License URI: https://almasweb.org/product/sahand/
Tags: Theme,Woocommerce,sahand
Text Domain: sahand-theme

*/

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: auto !important
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: auto !important;
}

@keyframes blink {
	from {
		opacity: 0;
		transform: rotate(0deg);
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: rotate(360deg);
	}
}

.form-control {
	border: 2px solid rgba(0, 0, 0, 0.08) !important;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
.btn:focus {
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}



/*modal*/

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 900px !important;
	}
}

.modal.fade .modal-dialog-centered {
	transform: translate(0, 0);
	top: 0;
}

.modal {
	transform: scale(1.2);
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	z-index: 99999998 !important;
}

.fade {
	transition: all 0.2s !important;
}

.fade.show {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	transform: scale(1);
}

@media (max-width: 962px) {
	.fade.show {
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}
	.modal {
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}
}

.modal-content .close {
	cursor: pointer;
	box-shadow: none;
	border: none;
	height: 38px;
	width: 38px;
	border-radius: 50px;
	text-align: center;
	line-height: 41px;
	font-size: 22px;
	color: #f58;
	background: #ffdae5;
}

.modal-content {
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0 !important;
	color: #474747;
	box-shadow: 0 5px 22px rgb(77 82 98 / 28%);
}

.modal-backdrop {
	background-color: rgb(16 18 27 / 40%);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	opacity: 1 !important;
}

.modal-title {
	color: #8c8b8b;
	font-weight: 500 !important;
}

.required {
	color: #f44336;
}

.p-rel {
	position: relative;
}

.p-unset {
	position: unset !important;
}

.ovh {
	overflow: hidden !important;
}

a:hover {
	opacity: 0.8;
	text-decoration: none;
}

table thead tr th {
	color: #6c757d;
	background-color: #f1f5f7;
	border: 1px solid #f1f5f7;
	font-size: 13px;
	text-align: right;
}

tr.woocommerce-cart-form__cart-item.cart_item {
	border: 1px solid #f1f5f7;
}

td.product-remove {
	text-align: center;
}

table tbody tr td,
table tfoot tr td,
table tfoot tr th {
	padding: 8px;
	font-size: 13px;
	font-weight: 300;
	color: #828282;
}

.woocommerce table.shop_table td {
	border-top: 1px solid #f1f5f7 !important;
}

.cart_totals td {
	background: #fafafc;
}

.cart_totals {
	width: 100% !important;
	float: unset !important;
	display: block !important;
}

tbody th {
	background: #fafafc;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	border: none !important;
}

::selection {
	background: #f58;
	color: #fff;
}

input:focus {
	outline: none !important;
	border: none !important;
}

.woocommerce a.remove {
	display: block !important;
}

.badge {
	font-weight: 900 !important;
}

.box_shadow_none {
	box-shadow: none !important;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
}


/*default css*/

@media screen and (max-width: 576px) {
	.aw-col-xxs-3 {
		-ms-flex: 0 0 33.3333333%;
		flex: 0 0 33.3333333%;
		max-width: 33.3333333%;
	}
	.aw-blog-single-social-boxes .pr-0 {
		padding: 0 !important;
	}
	.aw-blog-single-social-boxes .pl-0 {
		padding: 0 !important;
	}
}

@media screen and (max-width: 400px) {
	.aw-col-xs-2 {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%;
	}
}

.mw-100 {
	max-width: 100%;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 0.7s linear infinite !important;
	animation: progress-bar-stripes 0.7s linear infinite !important;
	border-radius: 50px;
	font-weight: 900;
}

.progress {
	direction: ltr !important;
	border-radius: 50px;
}

.aw_sticky {
	position: sticky;
}

.overflow-inherit {
	overflow: inherit !important;
}


/* گردی عکس برای پست ها در اسلایدر*/

.grid_author_avt:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100px 30px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3NiAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzYgMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuNywxMS40Yy0xLjQtMS40LTIuNy0yLjktNC4xLTQuNGMtMC4yLTAuMy0wLjUtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41bDAsMA0KCUM0OC42LDIuMiw0My41LDAsMzgsMFMyNy40LDIuMiwyMy42LDUuN2wwLDBjLTAuMiwwLjItMC4zLDAuMy0wLjUsMC41Yy0wLjMsMC4zLTAuNSwwLjUtMC44LDAuOGMtMS40LDEuNS0yLjcsMy00LjEsNC40DQoJYy01LDUuMS0xMS43LDYuMS0xOC4zLDYuM1YzMWg5LjRoOC45aDM5LjRoNC45SDc2VjE3LjZDNjkuNCwxNy40LDYyLjcsMTYuNSw1Ny43LDExLjR6Ii8+DQo8L3N2Zz4NCg==");
	top: -3px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}


/*default css*/

body {
	direction: rtl;
	text-align: right;
	overflow-x: hidden !important;
	background: #fff;
	color: #464749;
	font-size: 13px;
	/*    height: 5000px;*/
}


/* .elementor * {
    font-family: iransans !important;
} */

[class*=" eicon-"],
[class^="eicon"] {
	font-family: eicons !important;
}


/*======= Button 4 =======*/

.dokan-form-control:focus,
.dokan-form-group .datepicker:focus,
.form-control:focus,
.input-text:focus,
.ns-checkbox input[type="checkbox"]:checked+label::before,
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type="checkbox"]:checked+label::before,
.ns-checkbox input[type="radio"]:checked+label::before,
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type="radio"]:checked+label::before,
.sidebar-widget .tagcloud a:hover,
.pooshe-elementor-shop-carousel .swipper-loading .pooshe-loader.front,
input:focus,
textarea:focus {
	border-color: #ff9e22 !important;
}


/*toltip style*/

.tooltip-inner {
	background: #FF9800;
	border-color: #FF9800 !important;
	box-shadow: 0 6px 29.44px 1.44px rgba(0, 0, 0, 0.33) !important;
	opacity: 1 !important;
	font-size: 12px !important;
	font-weight: 100 !important;
	padding: 5px !important;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: #FF9800 !important;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
	border-right-color: #FF9800 !important;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #FF9800 !important;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
	border-left-color: #FF9800 !important;
}


/*toltip style*/

.container {
	max-width: 1240px !important;
	margin: 0 auto;
	display: block !important;
}

.clear {
	clear: both;
}

.d-inline-grid {
	display: inline-grid;
}


/*fix-menu*/

.almas-ts {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.checkboxs {
	display: inline-block;
	position: relative;
	top: -8px;
	height: 0;
	background: inherit;
}

.checkboxs {
	display: inline-block;
	position: relative;
	top: -15px;
	height: 0;
	background: inherit;
	width: 1.2rem;
}

.checkboxs:before {
	content: "";
	position: absolute;
	cursor: pointer;
	width: 1rem;
	height: 1rem;
	border: 1px solid #adadad;
	transition: 300ms ease-in-out;
	top: 3px;
}

.checkboxs:checked:before,
.checkboxs:checked:hover:before {
	transform: rotate(-45deg) translateX(3px);
	height: 0.5rem;
	width: 1.2rem;
	border-bottom: 2px solid #FF9800;
	border-left: 2px solid #FF9800;
	border-top: none;
	border-right: none;
	top: 5px;
}

#login-modal .checkbox {
	margin-right: 0;
	margin-left: -15px;
}

#login-modal img {
	box-shadow: none !important;
}

form#login p.status {
	display: none;
}

.login_overlay {
	height: 100%;
	width: 100%;
	background-color: #F6F6F6;
	opacity: 0.9;
	position: fixed;
	z-index: 998;
}

#login .msg-alert {
	background-color: #fffde4;
	border: 1px solid #f6e8a1;
	color: #a37731;
	padding: 10px;
}

#login .msg-success {
	background-color: #e4ffea;
	border: 1px solid #b1f6a0;
	color: #46a344;
	padding: 10px;
}

a,
button,
i,
li,
svg {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

img {
	max-width: 100%;
}

a,
a:hover {
	text-decoration: none;
	color: #464749;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}

.required {
	color: #f44336;
}

:focus,
a,
button,
input,
textarea {
	outline: 0 !important;
	border: 0;
	box-shadow: none;
}

.form-control:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

input:focus,
select:focus,
textarea:focus {
	outline-offset: 0 !important;
	outline: none !important;
}

code,
pre {
	direction: ltr;
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}

iframe {
	max-width: 100%;
}

textarea {
	overflow: auto;
	width: 100%;
}

input,
textarea {
	padding: 5px;
	outline: none;
}

select {
	padding: 2px;
}

option {
	padding: 0 4px;
}

bdi,
bdo,
del,
ins {
	border: none !important;
	text-decoration: none !important;
}


/*
::-moz-selection {
    color: #000;
    background: #eee
}

::selection {
    color: #728c9c;
    background: #e5eff5;
}


::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fea000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #fea000;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fea000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #fea000;
}
 */

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.aw-header-logo {
	position: relative;
}

.aw-header-logo .aw-inner {
	text-align: center;
	position: relative;
	z-index: 11;
}

.aw-header-logo .aw-inner figure img {
	max-width: 100%;
}

form.search-form-v1 {
	position: relative;
}

input.ajax-v1 {
	padding: 11px 12px 10px 73px !important;
	border: 1px solid #f5f5f5 !important;
	border-radius: 3px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 28px;
	width: 100%;
	height: 42px;
	position: relative;
	background: #f3f3f3;
}

button.btn-search-v1 {
	position: absolute;
	left: 0;
	top: 0;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	background: transparent;
	border: none;
	color: #505050;
	height: 42px;
	width: 44px;
	border-radius: 3px;
	outline: none;
	font-weight: bold;
	cursor: pointer;
	line-height: 0;
	font-size: 18px;
}

.aw-show-cat {
	position: absolute;
	top: 8px;
	left: 151px;
	color: #0000007d;
	background-size: 100%;
	width: 24px;
	height: 24px;
	z-index: 2;
}

.aw-show-cat select {
	border: 0 !important;
	white-space: nowrap !important;
	background: transparent;
	cursor: pointer;
}

.awsd_ajax_search_base_adnvs i {
	position: absolute;
	top: -3px;
	font-size: 25px;
	left: 51px;
	color: #0000007d;
	background-size: 100%;
	width: 24px;
	height: 24px;
}


/*login*/

.aw-login-btn {
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	background: #ff6d00;
	display: inline-block;
}

.aw-login-btn i {
	margin-left: 2px;
	font-size: 10px;
	vertical-align: middle;
	color: #fff;
	display: inline-flex;
	margin-right: 0;
	margin-top: 1px;
	font-size: 15px;
}

.aw-login-btn:hover {
	color: #fff !important;
	opacity: 0.8;
}

.login__ajax .modal {
	padding: 0 !important;
}

a.lostsarea {
	position: absolute;
	top: 56%;
	left: 6px;
	color: #f58;
}

.pos__area {
	position: relative;
}

a.google-login {
	border: 0 !important;
	padding: 12px !important;
	width: 100% !important;
	margin: 22px auto 10px !important;
	text-align: center !important;
	display: block !important;
	box-shadow: 0 3px 14px rgba(255, 85, 136, 0.78) !important;
	background: #f58 !important;
	color: #fff !important;
}

a.google-login:hover {
	background: #ff316f;
}

.login__ajax i.fa-google {
	display: inline-block;
	margin: 0 2px -2px 0;
	vertical-align: middle;
}

.login__ajax button.btn-login {
	border: 0;
	display: table;
	padding: 12px;
	width: 100%;
	cursor: pointer;
	margin: 13px auto;
	box-shadow: 0 3px 14px #00c17894;
	color: #fff;
	background: #00c178;
}

.login__ajax button.btn-login:hover {
	background: #00c178;
	box-shadow: 0 5px 25px #00c17890 !important;
}

.login__ajax .modal-content .fa-sign-in-alt {
	transform: rotate(180deg);
	display: inline-block;
	margin: 0 2px -2px 0;
	vertical-align: middle;
}

.login__ajax .modal-body .lostpasarea {
	display: table;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}

.login__ajax .modal-body .lostpasarea a {
	display: inline-block;
	font-size: 13px;
	color: #00c178;
	padding: 5px 10px;
	background: #00c17830;
	border-radius: 5px;
	border: 1px solid transparent;
}

.login__ajax .modal-body .lostpasarea span {
	color: #777;
}

.top-bar-cart {
	width: 50px;
	height: 50px;
	display: block;
	margin-left: 8px;
	text-align: center;
	position: relative;
	padding: 0;
	z-index: 9;
}

.top-bar-cart.call i {
	color: #7ccc77;
}

.mini-cart-opener {
	position: relative;
}

.top-bar-cart i {
	font-size: 22px;
	display: inline-block;
	text-align: center;
}

.top-bar-cart .aw-cart-number {
	position: absolute;
	font-size: 10px;
	top: 5px;
	right: 5px;
	width: 16px;
	line-height: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #f58;
	color: #fff;
}


/*mini cart */

a.go__to__cart {
	text-align: center !important;
	margin: 14px auto !important;
	display: table;
	line-height: 1 !important;
}

.widget_shopping_cart_content {
	visibility: hidden !important;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
	box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
	padding: 10px;
	font-size: 12px;
	line-height: 26px;
	color: #7f8187;
	border-radius: 3px;
	min-width: 28rem;
	left: -60px;
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.3s linear;
	margin-top: 35px;
	border: none !important;
}

.header_mini_cart_button .badge {
	font-size: 10px;
	position: absolute;
	border-radius: 100px;
	background: #f58;
	line-height: 14px;
	color: #fff;
	min-height: 14px;
	min-width: 14px;
	text-align: center;
	bottom: 5px;
	right: -10px;
}

.header_mini_cart_button:hover .widget_shopping_cart_content {
	visibility: visible !important;
	opacity: 1;
	transform: translateY(0);
}

.header_mini_cart_button:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	content: '';
	height: 0;
	position: absolute;
	top: 70%;
	width: 100%;
	right: 0;
}

.header_mini_cart_button:hover:before {
	height: 65px;
	min-width: 11rem;
	right: -91px;
	cursor: pointer;
}

.widget_shopping_cart_content .woocommerce-mini-cart.cart_list {
	display: table;
	padding-right: 0;
	list-style: none;
	width: 100%;
}

.widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini_cart_item {
	border-bottom: 1px dashed #f0f1f2;
	position: relative !important;
	padding: 0 !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini_cart_item .remove {
	border: none;
	width: 50px !important;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center !important;
	font-size: 22px !important;
	position: absolute !important;
	top: 1px !important;
	right: 5px !important;
	padding: 0 !important;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	margin: 0 !important;
	padding: 0 !important;
	bottom: auto !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini_cart_item:hover .remove {
	opacity: 1 !important;
	background: #ff9800 !important;
	color: #ffffff !important;
	visibility: visible !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini_cart_item .attachment-woocommerce_thumbnail {
	width: 50px !important;
	height: 49px !important;
	float: right !important;
	margin-left: 10px !important;
	margin-right: 0 !important;
	margin-top: -8px !important;
	border-radius: 10px !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini_cart_item>* {
	display: table-cell !important;
	text-align: right !important;
	vertical-align: middle !important;
	padding: 10px 5px !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart.cart_list .mini_cart_item .quantity {
	color: #979898;
	line-height: 13px;
	font-size: 11px;
	width: 30%;
	text-align: center;
	padding-bottom: 38px !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total {
	margin: 15px auto;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
	font-weight: 500;
	font-size: 15px;
	color: #f58;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
	font-weight: 500;
	font-size: 15px;
	color: #f58;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	text-align: center;
	margin: 0 -10px -10px;
	border-radius: 0 0 3px 3px;
}

.woocommerce-mini-cart-item a:nth-child(2) {
	width: 70%;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message:before {
	content: "\f54f";
	font-family: "Font Awesome 5 Pro" !important;
	font-size: 80px;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0 auto 50px;
	color: #8aa1ac;
	z-index: 9999999;
	font-weight: 100;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	padding: 33px 5px 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #8aa1ac;
	font-family: bakh !important;
	word-spacing: 4px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward {
	display: inline-block;
	cursor: pointer;
	border: none !important;
	border-radius: 3px !important;
	font-size: 14px;
	text-align: center;
	background: #f0f2f7;
	color: #7f8187;
	padding: 10px 13px;
	margin: 0 5px 14px !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:hover {
	background: #e3e6f0;
	color: #64656a;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
	display: inline-block;
	cursor: pointer;
	border: none !important;
	border-radius: 3px !important;
	font-size: 14px;
	text-align: center;
	background: #00c178;
	color: #fff;
	padding: 10px 13px;
	margin: 0 5px 14px !important;
}

.chek__aw p#billing_first_name_field,
.chek__aw p#billing_phone_field {
	width: 50%;
	display: inline-block;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover {
	color: #fff;
	background: #63c25d;
}


/*footer menu*/

.aw_menu_footer_element_1 h5 {
	font-weight: 600;
	margin: 0 10px 15px;
	color: #8C8B8B;
	font-size: 14px;
	padding-right: 10px;
}

.aw_menu_footer_element_1 ul li a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 9px;
	background: #ffaf76;
	right: 0;
	margin: 5px 10px;
	border-radius: 100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}

.aw_menu_footer_element_1 ul li a:hover:after {
	opacity: 1;
	visibility: visible;
}

.aw_menu_footer_element_1 ul {
	margin: 0 20px;
	padding: 0;
}

.aw_menu_footer_element_1 ul li {
	list-style: none;
	display: block;
	width: 100%;
}

.aw_menu_footer_element_1 ul li a {
	font-size: 13px;
	color: #737373;
	margin: 15px 5px;
	display: block;
}

.aw_menu_footer_element_1 ul li ul,
.aw_menu_footer_element_1 ul li ul li ul {
	display: none;
}

.aw_menu_footer_element_1 h5:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 9px;
	background: #9bc7c7;
	right: 0;
	margin: 5px 10px;
	border-radius: 100px;
	-webkit-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}


/*footer social one*/

.aw_footer_social_one ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.aw_footer_social_one ul li {
	display: inline-block;
	margin: 0 3px;
	line-height: normal;
}

.aw_footer_social_one ul li a {
	border-radius: 100%;
	font-size: 21px;
	display: block;
	margin: 0 7px;
	padding: 0;
	text-align: center;
	color: #666666;
}

.aw_footer_apps_lists_1 ul li {
	display: inline-block;
}

.aw_footer_apps_lists_1 ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #aeaeb1;
	line-height: 38px;
	display: block;
	border-radius: 5px;
	border: 2px solid rgba(255, 255, 255, 0.08);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0 15px 0 40px;
	margin: 4px;
	background: #fff;
	position: relative;
	box-shadow: 0 5px 20px rgb(25 52 79 / 11%);
}

.aw_footer_apps_lists_1 ul li a:hover {
	transform: translateY(-4px);
}

.aw_footer_apps_lists_1 ul li a i {
	position: absolute;
	color: #ff5722;
	font-size: 18px;
	left: 15px;
	top: 10px;
}

.aw_footer_apps_lists_1 h3 {
	font-size: 16px;
	margin-bottom: 16px;
}


/*page*/

.aw-main-post {
	background: #fff;
	border-radius: 2px;
	width: 100%;
	position: relative;
	padding: 10px 30px 30px;
	box-shadow: 0 8px 30px rgb(9 31 67 / 7%);
}


/*, .type-page .elementor-widget-container p*/

.aw-main-post p {
	max-height: 130px !important;
	font: 15px/43px inherit, "Open Sans" !important;
	padding: 5px;
	color: #7a7a7a;
	text-align: justify;
	overflow: hidden;
	/* min-height: 132px; */
}


/*breadcrumbs*/


/*
.aw-page-title {
    background-color: #ffcfbf;
    padding-bottom: 48px;
    padding-top: 48px;
}

.aw-page-title .h2 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: 'bakh';
}

.aw-page-title .breadcrumbs, .aw-page-title .woocommerce-breadcrumb {
    margin-top: 8px;
    display: inline-block;
    background: rgba(51, 51, 50, .2);
    padding: 7px 12px;
    border-radius: 5px;
    color: #fff;
}

.aw-page-title .breadcrumbs * {
    color: #Fff !important;
}

.aw-page-title .breadcrumbs i {
    margin: 0 5px;
}
*/


/*single*/

nav.woocommerce-breadcrumb {
	background: #ffffff;
	line-height: 40px;
	padding: 0 20px;
	color: #8C8B8B;
	position: relative;
	font-size: 13px;
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	-webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	-moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	white-space: nowrap;
	overflow-x: auto;
}

.woocommerce-breadcrumb-elemenor {
	margin: 0;
}

.woocommerce-breadcrumb a {
	float: right;
}

.aw-woo-breadcrumb i {
	background: url("assets/images/breadcrumbs.png") no-repeat;
	float: right;
	width: 11px;
	height: 40px;
	margin: 0 15px;
	opacity: 0.5;
}

nav.woocommerce-breadcrumb a,
nav.woocommerce-breadcrumb span {
	margin-right: 25px;
	color: #848484;
	font-weight: 300;
}

nav.woocommerce-breadcrumb a:first-child {
	margin-right: 0;
}

.aw-meta-posts {
	margin: 15px 0;
}

.aw-meta-posts-inner {
	display: inline-block;
}

.aw-meta-posts i {
	padding-left: 8px;
	font-size: 16px;
	color: #818181;
	font-weight: 300;
}

.aw-meta-posts span {
	font-size: 13px;
	color: #878787 !important;
	display: inline-block;
	margin-left: 40px;
	font-weight: 400;
	font-weight: 300;
}

.post-tags a {
	font-weight: 300;
	padding: 10px 5px;
}

#tab-description h1,
#tab-description h2,
#tab-description h3,
#tab-description h4,
#tab-description h5,
#tab-description h6,
.aw_content_academy h1,
.aw_content_academy h2,
.aw_content_academy h3,
.aw_content_academy h4,
.aw_content_academy h5,
.aw_content_academy h6,
.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
	color: #666;
	font-weight: 900 !important;
}

#tab-description h1,
.elementor-widget-theme-post-content h1 {
	font-size: 16px;
	margin: 15px 0;
	font-weight: 900;
}

#tab-description h2,
.elementor-widget-theme-post-content h2 {
	font-size: 17px;
	margin: 15px 0;
}

#tab-description h3,
.elementor-widget-theme-post-content h3 {
	font-size: 15px;
}

#tab-description h4,
.elementor-widget-theme-post-content h4 {
	font-size: 14px;
	margin: 15px 0;
}

#tab-description h5,
.elementor-widget-theme-post-content h5 {
	font-size: 13px;
	margin: 15px 0;
}

#tab-description h6,
.elementor-widget-theme-post-content h6 {
	font-size: 12px;
	margin: 15px 0;
}

#tab-description p,
.aw_content_academy p,
.elementor-widget-theme-post-content p,
.woocommerce-Reviews .description p {
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	font-weight: 300;
	color: #7a7a7a;
}


/*share*/

.share_posts {
	float: right;
	top: 20px;
	width: 50px;
	padding: 6px 0 0;
	text-align: center;
	color: #666;
	position: absolute;
	transform: translateX(90px) translatey(-11px);
	box-shadow: 0 5px 37px rgb(0 0 0 / 9%);
	border-radius: 3px;
	background: #fff;
}

.share_posts_sticky {
	position: sticky;
	top: 26px !important;
}

.share_posts ul li {
	display: inline-block;
	font-size: 18px;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 3px;
}

.share_posts ul li a {
	color: #9e9e9e;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: 0 0;
	display: block;
	border-radius: 3px;
}

.share_posts ul li a i {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	color: inherit;
}

.share_posts ul li a:hover,
.share_posts ul li a:hover i,
.share_posts ul li:hover a {
	color: #fff !important;
}

.share_posts .plus a:hover {
	background: #dc4e41;
}

.share_posts .linkedin a:hover {
	background: #0077b5;
}

.share_posts .twitter a:hover {
	background: #55acee;
}

.share_posts .facebook a:hover {
	background: #3b5998;
}

.share_posts .telegram a:hover {
	background: #2ea5e2;
}

.share_posts .whatsapp a:hover {
	background: #21cc42;
}


/*author*/

.elementor-author-box {
	padding: 20px;
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	background: #ffffff;
	margin: 10px 0 0;
	-webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	-moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	float: right;
	width: 100%;
}

.elementor-author-box__avatar img {
	box-shadow: 0 0 19px #3a43792b !important;
	border-radius: 5px !important;
}

.elementor-widget-author-box .elementor-author-box__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #888;
	font-size: 14px;
	position: relative;
	bottom: 7px;
}

.elementor-author-box__bio,
.elementor-author-box__bio p {
	margin-bottom: 0.8em;
	font-size: 13px;
	color: #777;
	text-align: right;
	margin: 0;
}


/*social 2*/

.aw-blog-single-social-box {
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background: #fff;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin: 10px 6px 0;
	box-shadow: 0 7px 20px 0 rgb(51 51 51 / 6%) !important;
	top: 0;
	-webkit-transition: top 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-transition: top 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: top 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: top 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: top 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.aw-blog-single-social-box-icon {
	min-width: 105px;
	width: 105px;
	position: relative;
	height: 90px;
	margin-left: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aw-blog-single-social-box-text {
	font-size: 15px;
	color: #949494;
	font-weight: 500;
	line-height: 1.7;
}

.aw-blog-single-social-box-telegram .aw-blog-single-social-box-icon:before {
	-webkit-box-shadow: -13px 0 rgb(94 186 232 / 20%), -23px 0 rgb(94 186 232 / 10%);
	box-shadow: -13px 0 rgb(94 186 232 / 20%), -23px 0 rgb(94 186 232 / 10%);
	background: #5ebae8;
}

.aw-blog-single-social-box-icon:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px 0 0 10px;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	z-index: 1;
}

.aw-blog-single-social-box-telegram .aw-blog-single-social-box-icon svg {
	height: 48px;
	margin-left: 10px;
}

.aw-blog-single-social-box-icon svg {
	position: relative;
	z-index: 2;
	fill: #fff;
	margin-top: 2px;
}

.aw-blog-single-social-box-text b {
	font-size: 18px;
	font-weight: 600;
}

.aw-blog-single-social-box-telegram .aw-blog-single-social-box-text b {
	color: #5ebae8;
}

.aw-blog-single-social-box-instagram .aw-blog-single-social-box-icon:before {
	-webkit-box-shadow: -13px 0 rgb(254 114 103 / 20%), -23px 0 rgb(254 114 103 / 10%);
	box-shadow: -13px 0 rgb(254 114 103 / 20%), -23px 0 rgb(254 114 103 / 10%);
	background: #f76290;
	background: linear-gradient(295deg, #f76290 0%, #fe7464 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f76290", endColorstr="#fe7464", GradientType=1));
}

.aw-blog-single-social-box-icon:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px 0 0 10px;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	z-index: 1;
}

.aw-blog-single-social-boxes .col-xs-12.col-sm-6.col-md-6 {
	float: right;
}

.aw-blog-single-social-box-instagram .aw-blog-single-social-box-text b {
	color: #fb6c78;
}

.aw-blog-single-social-box-instagram .aw-blog-single-social-box-icon svg {
	height: 52px;
	margin-left: 12px;
}

.aw-role-comment.aw-rrole-comment-elementor {
	padding: 25px 5px;
}

.aw-role-comment {
	position: relative;
	float: right;
	width: 100%;
	padding: 20px;
	line-height: 1;
	color: #666;
	background-size: 17%;
	-webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	-moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
}

#elementor-panel-category-sahand-Single-Porodu {
	display: none;
}

#elementor-panel-category-aw_cat_emenetor .icon:after,
#elementor-panel-category-sahand-Footer .icon:after,
#elementor-panel-category-sahand-Header .icon:after,
#elementor-panel-category-sahand-Main .icon:after,
#elementor-panel-category-sahand-Single .icon:after,
#elementor-panel-category-sahand-Single-Poroduct .icon:after {
	content: 'sahand';
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 9px;
	font-weight: 400;
	padding: 1px 2px;
	line-height: 10px;
	display: inline-block;
	border-radius: 2px;
	font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
	background: #E91E63;
	color: #fff;
}

.aw-role-comment:after {
	content: "\f075";
	position: absolute;
	color: #dedede;
	font-family: 'Font Awesome 5 Pro' !important;
	font-size: 150px;
	left: 40px;
	top: 10%;
	font-weight: 300;
}

.aw-role-comment.aw-rrole-comment-elementor ul li {
	font-size: 14px;
	padding: 8px;
	font-weight: 300;
	color: #A9A9A9;
}

.aw-role-comment.aw-rrole-comment-elementor ul li:before {
	content: "\f111";
	display: inline-block;
	font: normal normal normal 9px/1 "Font Awesome 5 Pro" !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ff9800;
	vertical-align: middle;
}


/* coments */

.flex-comment {
	display: flex;
	justify-content: space-between;
}

.beena_textarea,
.flex-comment .emails,
.flex-comment .names {
	position: relative;
}

.comments-reply .names {
	width: 49%;
}

.comments-reply input,
.comments-reply textarea,
.woocommerce-Reviews input,
textarea#comment {
	padding: 8px 25px;
	width: 100%;
	transition: 0.3s;
	font-size: 16px;
	border-radius: 10px;
	border: #eee 3px solid;
	background-color: #fff;
}

.beena_textarea i,
.flex-comment i {
	position: absolute;
	top: 13px;
	right: 8px;
	color: #949494;
	font-size: 13px;
}

.beena_textarea,
.flex-comment .emails,
.flex-comment .names {
	position: relative;
}

.beena_textarea,
.flex-comment .emails,
.flex-comment .names {
	position: relative;
}

.comments-reply textarea {
	width: 100%;
	display: block;
	margin: 15px auto;
	resize: none;
}

.comments-reply .btn-comments {
	float: left;
	margin: 0 0 10px;
	display: block;
}

.btn-comments .btn {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	outline: none !important;
	margin: auto 7px;
	border-radius: 21px;
	height: 41px;
	padding: 0 20px 0 23px;
	background: #2dcea2;
	box-shadow: 0 10px 25px #2dcea240;
}

.comments-reply .emails {
	width: 49%;
}

.btn-comments i {
	color: #fff;
	font-size: 13px;
	margin-left: 5px;
}

ol.commentlist {
	margin: 50px 0;
	padding: 0;
}

#commentform,
.beena_inputs {
	clear: both;
	padding-top: 5px;
}

ol.commentlist li {
	display: block;
	/* border-color: red; */
}

ol.commentlist .comment-body {
	position: relative;
	min-height: 100px;
}

ol.commentlist .comment-body {
	margin: 15px 0 !important;
	position: relative;
	min-height: 100px;
	clear: both;
	display: flex;
}

.aw-ajaxcoments,
ol.commentlist .comment-body .comment {
	position: relative;
	padding: 10px 0 10px 10px;
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	float: left;
	box-shadow: 0 3px 24px 0 rgba(54, 57, 73, 0.11);
	border-right: 3px solid #8c00a0;
}

.comment-body .commentmetadata,
ol.commentlist .comment-body .comment.bypostauthor:before,
ol.commentlist .comment-body .comment.comment-author-hawre:before {
	font: 14px inherit;
	color: rgba(0, 0, 0, 0.5);
	padding-bottom: 10px;
	margin-right: 5px;
}

.comment-body .vcard {
	width: 70px;
	height: 70px;
	float: right;
	margin-left: 20px;
}

.comment-body .vcard img {
	border-radius: 62% 38% 34% 66% / 51% 52% 48% 49%;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 70px;
}

ol.commentlist .comment-body .comment_content {
	font: 15px inherit;
	text-align: justify;
	padding: 3px 10px;
	font-weight: 300;
}

.commentlist .children {
	margin: 0 5% 0 0;
}

.comment-body .commentmetadata a:link,
.comment-body .commentmetadata a:visited {
	color: inherit;
}

d-bldock .reply {
	float: left;
}

.d-bldock a.comment-reply-link {
	float: left;
	border-radius: 3px;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	transition: all 0.3s ease-in-out;
	color: #666;
	line-height: 20px;
	text-align: center;
	width: 50px;
	font-size: 15px;
	background: #f2f2f2;
}

.comment-body .sl-wrapper,
.respon-like-com {
	float: left;
}


/*dark mode*/

.switch-title {
	color: #eee;
	padding: 30px;
	font-size: 28px;
	text-align: center;
}

.switch-wrap {
	margin: auto;
	width: 400px;
	padding: 30px;
	text-align: center;
	background: #383e47;
}

.switch {
	display: none;
}

.switch+label {
	margin: 0;
	position: relative;
	height: 35px;
	line-height: 35px;
	padding-left: 70px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.switch+label:after,
.switch+label:before {
	top: 50%;
	content: '';
	position: absolute;
	-webkit-transition: inherit;
	transition: inherit;
}

.switch+label:after {
	left: 0;
	width: 60px;
	height: 30px;
	margin-top: -17.5px;
	background: #e9eef5;
	border-radius: 35px;
	border: 3px solid #e9eef5;
}

.switch+label:before {
	top: 44%;
	left: 4px;
	z-index: 1;
	width: 23px;
	content: '';
	height: 23px;
	border-radius: 50%;
	position: absolute;
	margin-top: -11.5px;
	-webkit-transition: inherit;
	transition: inherit;
	background-color: #ffe25d;
	border: 4px solid #ffffff;
	border-radius: 50%;
}

.switch:checked+label:after {
	background: #3d4e9b;
	border-color: #3d4e9b;
}

.switch:checked+label:before {
	box-shadow: none;
	border: 4px solid #ffffff;
	border-radius: 50%;
}

.sahand-dark-mode i:last-child {
	margin-right: 10px;
}

.sahand-dark-mode i {
	font-size: 20px;
	color: #b7b7b7;
}

.dark-mode {
	cursor: pointer;
}


/*share post 1*/

.sahand-short_url_post {
	padding: 15px 15px 0;
	background: #ffffff;
	box-shadow: 0 8px 30px rgb(9 31 67 / 7%);
	float: right;
	width: 100%;
}

span.aw-short-link {
	float: right;
	width: 100%;
	font-size: 13px;
	margin: 10px 0;
}

span.aw-short-link i {
	padding-left: 6px;
}

input.aw-ulink {
	display: inline-block;
	border-radius: 3px !important;
	border: 1px solid #e4e4e4;
	background: #ffffff;
	direction: ltr;
	font-size: 11px;
	outline: none !important;
	width: 80%;
	height: 32px;
	padding-left: 6px;
	color: #8c8686;
	font-weight: 500;
	margin: 0 10px 25px 0;
}

.copy {
	float: right;
	background: #949494;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	padding: 6px;
	color: #fff;
	cursor: pointer;
	border: none;
	text-align: center;
}


/*time wc*/

@-webkit-keyframes timerScale {
	50% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		opacity: 0.5;
	}
}

@keyframes timerScale {
	50% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		opacity: 0.5;
	}
}

.aw-offer-time-1.aw-offer-time-after {
	float: left;
	width: 100%;
	padding: 8px 0 0;
}

.aw_countdown_anim {
	animation: timerScale 1s infinite;
	-webkit-animation: timerScale 1s infinite;
}

.aw-time1 {
	width: 40px;
	margin-right: 4px;
	height: 40px;
	font-size: 13px;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 5px;
	margin-top: 9px;
	background: #17c5e3;
	border: none;
	color: #fff;
	-webkit-box-shadow: 0 0 17px 0 rgb(21 159 146 / 47%);
	-moz-box-shadow: 0 0 17px 0 rgba(21, 159, 146, 0.47);
	box-shadow: 0 0 17px 0 rgb(21 159 146 / 47%);
	clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.aw-top-offer-timer {
	float: left;
}

.aw-time1.mini-1-time {
	background: #41bc44;
	color: #fff;
}

.aw-timer-wrapper {
	float: left;
	width: 50px;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
}


/*timer aside product*/

@media (min-width: 768px) {
	.aw_sticky_aside_file_demo {
		position: sticky;
		width: 100%;
		/* float: right; */
		/* float: left; */
		/* width: 290px; */
		position: sticky;
		top: 6px;
		/* margin-top: 30px; */
		height: 860px;
	}
}

.aw_aside_timer .deal-text {
	font-size: 18px;
	line-height: 28px;
	float: right;
	font-weight: 600;
}

.aw_aside_timer .deal-text span {
	display: block;
	color: #ea1d21;
}

.aw_aside_timer {
	background: #f0f2f7;
	padding: 16px 16px 8px 16px !important;
	border-radius: 5px;
	margin-bottom: 10px;
	align-items: center;
	display: flex;
	margin-right: auto !important;
}

.aw-time1_aside {
	float: left;
	width: 40px;
	margin-left: 5px;
	height: 40px;
	font-size: 13px;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 5px;
	margin-top: 9px;
	background: #ffffff;
	border: none;
	color: #000;
	clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.aw-time1_aside.mini-1-time {
	background: #c8a365 !important;
	color: #fff !important;
}


/*single meta box download 1*/

.aw-box-download-left {
	width: 100%;
	border-radius: 10px;
	padding: 10px 20px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgb(9 31 67 / 7%);
}

.aw-box-download-title>div i {
	font-size: 33px;
	color: #fdbe20;
}

.aw-box-download-title>div span {
	text-align: right;
	font-size: 17px;
	color: #7f7f7f;
	margin-right: 6px;
	margin-bottom: 0;
}

.aw-box-download-title>div span::after {
	content: "DOWNLOAD BOX";
	font-size: 10px;
	display: block;
	color: #dcdcdc;
	margin-top: 0;
	margin-right: 1px;
}

.aw-box-download-title>div {
	display: flex;
	align-items: center;
}

.aw-box-download-body img {
	max-width: 30% !important;
	margin: 15px auto;
	text-align: center;
	display: block;
}

.aw-box-download-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 6px;
}

.aw-box-download-title span {
	color: #007bff;
	font-size: 18px;
	font-weight: 600;
	margin-left: 3px;
}

.aw-box-download-title span b {
	display: block;
	color: #c5c5c5;
	font-size: 10px;
	font-weight: 300;
	margin-top: -5px;
	text-align: center;
}

.aw-box-download-body p {
	font-size: 12px;
	text-align: justify;
	padding: 0 8px;
	color: #737373;
	font-weight: 300;
}

.aw-box-download-body {
	margin-top: 3px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.aw-link-box-download .aw-link-box-download-btn {
	padding: 14px 30px;
	width: 100%;
	color: #fff;
	background: #2dcea2;
	box-shadow: 0 10px 25px #2dcea240;
	outline: none !important;
	border: none;
	border-radius: 5px;
	display: block;
	text-align: center;
}

.aw-link-box-download .aw-link-box-download-btn:hover {
	opacity: 0.8;
}

.aw-link-box-download {
	margin-top: 9px;
}

.aw-links-download {}

.aw-links-download ul {
	margin-top: 10px !important;
}

.aw-links-download ul a {
	text-align: right;
	display: block;
	border-radius: 2px;
	transition: all 0.2s;
	color: #898989;
	font-weight: 300;
	font-size: 15px;
	align-items: center;
	padding: 10px 15px;
}

.aw-links-download ul li {
	margin: 6px 4px;
}

.aw-links-download ul li:hover a {
	margin-right: 15px;
}

.aw-links-download ul a:hover {
	color: #fff;
	background: #FF9800;
}


/*sidebar shop*/

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #61ce70 !important;
}

.woocommerce .widget_price_filter .price_label {
	text-align: right;
}

input#woocommerce-product-search-field-0 {
	padding: 14px 10px 14px 30px;
	border: 1px solid #f0f0f5;
	border-radius: 0 3px 3px 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 27px;
	margin: 10px 15px 0 0;
	height: 40px;
	background: #ffffff;
	border-left: none;
}

form.woocommerce-product-search button {
	display: inline-block;
	padding: 2px 9px 0;
	height: 40px;
	border-radius: 3px 0 0 3px;
	margin-right: -4px;
	font-weight: 300;
	border-right: 0;
	background: linear-gradient( 90deg, #00BCD4, #07a8f4);
	border: none;
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-box-shadow: 0 0 17px 0 rgb(21 161 239);
	-moz-box-shadow: 0 0 17px 0 rgba(249, 191, 7, 0.14);
	box-shadow: 0 0 17px 0 rgb(17 163 241 / 21%);
}

.tagcloud {
	padding: 0 20px 20px;
}

.tagcloud a {
	font-size: 13px !important;
	display: block;
	padding: 10px;
	margin-left: 10px;
	color: #999;
	font-weight: 300;
}

.price_slider_amount button {
	margin: 7px auto !important;
	padding: 8px 18px !important;
	border-radius: 3px !important;
	font-size: 13px !important;
	width: 100%;
	color: #666 !important;
	outline: none;
}

.aw_product_offer_one_product_list.col-xs-12.col-sm-6.col-md-4 {
	margin-bottom: 35px;
}

.sidebar {
	width: 100%;
	background: #fff;
	position: relative;
	border-radius: 2px;
	display: inline-block;
	padding: 15px;
	margin: 0 auto 40px;
	box-shadow: 0 8px 30px rgb(9 31 67 / 7%);
}

.aw_mtop_aside_archive {
	margin: 53px auto 40px !important;
}

.sidebar .title-side h3 {
	border-bottom: 0.2em solid #f6f9fc;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 5px;
	color: #444;
	font-size: 14px;
	line-height: 39px;
	font-weight: 500;
}

.sidebar .title-side:before {
	height: 40px;
	width: 100%;
	background-color: #f0f2f7;
	position: absolute;
	top: -12px;
	left: 0;
	border-radius: 10px;
	content: '';
	-moz-transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-o-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	transform: skewY(2deg);
}

.sidebar .title-side:after {
	height: 42px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	-moz-transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.sidebar .producshow {
	margin-top: 15px;
}


/*shop page*/

form.woocommerce-ordering select.orderby {
	border: 1px solid #4caf5038;
	box-shadow: 0 2px 19px rgb(0 0 0 / 11%);
	padding: 10px 8px;
	outline: none !important;
}

.aw-product-shop.woocommerce-ordering select {
	height: 38px;
	border-radius: 4px;
	vertical-align: top;
}

.aw-product-shop.products ul,
.aw-product-shopul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.aw-product-shop li.product {
	width: 48% !important;
}

.woocommerce ul.products li.product {
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
	padding: 0;
	transition: all 0.2s ease-out;
}

.woocommerce ul.products li:nth-child(even) {
	margin-left: 0;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
	content: " ";
	display: table;
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
	clear: both;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
	list-style: none outside;
}

.aw-product-shop.products ul li,
.aw-product-shopul.products li {
	list-style: none outside;
}

.aw-product-shopul.products li.product .woocommerce-LoopProduct-link {
	display: block;
}

.aw-product-shopul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
	border-radius: 15px 15px 0 0 !important;
}

.aw-product-shopimg,
.woocommerce-page img {
	height: auto;
	max-width: 100%;
	width: 100%;
	box-shadow: none !important;
}

.aw-product-shopul.products li.product .woocommerce-loop-category__title,
.aw-product-shopul.products li.product .woocommerce-loop-product__title,
.aw-product-shopul.products li.product h3 {
	padding: 0.5em 0;
	margin: 0;
	font-size: 1em;
}

.aw-product-shopul.products li.product .woocommerce-loop-product__title {
	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 24px;
	height: 60px;
	margin-bottom: 7px;
	font: 18px inherit, "Open Sans" !important;
	font-weight: bolder;
	padding: 22px 2px;
	color: #555;
}

.aw-product-shop.summary.entry-summary .products li .star-rating {
	display: none !important;
}

.aw-product-shopul.products li.product .price {
	font-weight: 400 !important;
	font-size: 0.857em !important;
	color: #FF5722 !important;
	margin-bottom: 6.5em !important;
}

.products li span.woocommerce-Price-amount.amount {
	font-size: 18px;
}

.aw-product-shopul.products li.product .button,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background: #3482ee;
	background: linear-gradient(to right, #7f55eb 0%, #3482ee 21%, #713cf6 100%);
	color: #fff !important;
	background-size: 530% auto !important;
}

.aw-product-shopul.products li.product .button,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: block;
	padding: 15px;
	background: #3482ee;
	background: linear-gradient(to right, #7f55eb 0%, #3482ee 21%, #713cf6 100%);
	color: #fff;
	clear: both;
	bottom: 0;
	width: 100%;
	font-size: 15px;
}

ul.products li.product {
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
	word-break: break-word;
}

.aw_product_offer_one_product_list {
	float: right;
	padding: 15px;
	box-sizing: border-box;
	height: 410px;
}

.aw_product_offer_one_product_list-1 {
	transition: all 0.4s;
}

.aw_product_offer_one_product_list-1 .aw_video_popuo_btn,
.aw_product_offer_one_product_list-1 .aw_video_popuo_btn_aparat,
.aw_product_offer_one_product_list-1 .awsd-wc-product-popop {
	position: absolute;
	overflow: hidden;
}

.woocommerce ul.products li.product,
div#tab-more_seller_product ul.products li.product {
	overflow: hidden;
	position: relative;
}

.awsd-fast-preview a:after {
	display: none !important;
}

.aw_product_offer_one_product_list-1 h3,
h2.woocommerce-loop-product__title {
	color: #8d8d8d;
	padding: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	min-height: 79px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #d3d3d3 !important;
}

.aw_product_offer_one_product_list-1 {
	border-radius: 6px;
	float: right;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 10px 40px rgb(110 134 216 / 10%);
	position: relative;
	z-index: 1;
	background: #fff;
}

.aw_product_offer_one_product_list-1::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	border-radius: 5px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
	box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
}

.aw_product_offer_one_product_list-1 .aw_badges_1_1-1 {
	float: right;
	width: 60px;
	height: 60px;
	position: absolute;
	margin-left: 15px;
	left: 0;
	top: 15px;
	z-index: 9;
}

.aw_badges_1_1-1.jjk {
	background: none !important;
}

.jjk svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
}

.aw-onsale {
	top: 5px;
	position: absolute;
	left: 7px;
	font-size: 14px;
	padding: 11px 0;
	border-radius: 100% 0 10% 68%;
	-webkit-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
	border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
	width: 40px;
	height: 40px;
	background: #17c5e3;
	border: none;
	color: #fff;
	display: block;
	text-align: center;
	z-index: 3;
}

.aw_product_offer_one_product_list-1 a {
	float: right;
	width: 100%;
	text-decoration: none;
	position: relative;
}

.aw_product_offer_one_product_list-1 .cart {
	padding: 0 29px 10px !important;
}

.aw_product_offer_one_product_list-1 img {
	border-radius: 6px 6px 0 0;
	width: 100%;
	height: auto;
}

.aw-list-bottom {
	float: right;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: all 0.4s;
}

.aw-list-bottom p {
	max-height: 130px !important;
	font: 14px inherit, "Open Sans" !important;
	padding: 0;
	color: #8a8a8a;
	text-align: justify;
	overflow: hidden;
	line-height: 21px !important;
	font-weight: 300 !important;
}

.aw_product_offer_one_product_list-1:hover .aw-list-bottom {
	visibility: visible;
	opacity: 1;
	height: 75px;
	margin-bottom: 12px;
}

.aw_product_offer_one_product_list-1 a:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 255, 255, 0)), to(#fff));
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, #fff 99%);
	bottom: 50px;
	opacity: 0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 2;
	border-radius: 5px 5px 0 0;
	transition: all 0.4s ease !important;
	visibility: hidden;
}

.aw_product_offer_one_product_list-1:hover a:after {
	bottom: 60px;
	opacity: 1;
	visibility: visible;
}

.aw-list-bottom-line-one {
	float: right;
	width: 100%;
	border-top: 1px solid #ececec;
	padding: 15px;
	box-sizing: border-box;
}

.aw-list-bottom-line-one-1 i {
	float: right;
	font-size: 18px;
	margin-top: 0;
	margin-left: 7px;
	margin-bottom: -5px;
	color: #ff9800;
	vertical-align: middle;
}

.aw-list-bottom-line-one-2 {
	float: left;
	border-right: 1px solid #ececec;
	margin-right: auto;
}

.aw-list-bottom-line-one-2 i {
	font-size: 18px;
	float: right;
	margin-left: 7px;
	margin-bottom: 0;
	color: #ff9800;
	vertical-align: middle;
}

.aw-list-bottom-line-one del {
	display: none;
}

.aw-price-text-1 {
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: all 0.2s;
	float: right;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #dfdcde;
	text-decoration: none;
	background-image: none;
	color: #515151;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	float: none;
}

.aw_product_offer_one_product_list-1 .aw-price-text-1 button {
	background: #01e08c;
	width: 100%;
	box-sizing: border-box;
	color: #fff !important;
	font-weight: 500;
	padding: 15px;
	text-align: center;
	border-radius: 2px;
	border: none !important;
	font-size: 16px;
}

.aw-price-text-1 .cart {
	width: 100% !important;
	display: block !important;
	font-size: unset !important;
	margin: 0;
	border: none !important;
}

.aw_product_offer_one_product_list-1 .aw-price-text-1 button:hover {
	opacity: 0.8;
	background: #01e08c;
	color: #fff !important;
}

.aw-price-text-1 i {
	margin-left: 9px;
	font-size: 19px;
	vertical-align: middle;
	margin-top: -4px;
	font-weight: 300;
}

.aw_product_offer_one_product_list-1:hover {
	z-index: 9;
}

.aw_product_offer_one_product_list-1:hover {
	box-shadow: 0 10px 35px rgb(110 134 216 / 18%);
	position: relative;
	border: none !important;
	z-index: 50;
}

.aw_product_offer_one_product_list-1:hover .aw-price-text-1 {
	visibility: visible;
	opacity: 1;
	height: auto;
	margin-top: 10px;
}

.aw_product_offer_one_product_list-1 .aw-top-offer-timer {
	float: unset !important;
	margin: 0 auto !important;
	display: inline-block;
	text-align: center;
}

.aw_product_offer_one_product_list-1 .aw-offer-time-1.aw-offer-time-after {
	float: unset !important;
	width: 100%;
	margin: 0 auto;
}

.aw_product_offer_one_product_list-1 .aw-timer-wrapper {
	width: 50px;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	display: inline-block;
}

.aw-related-product {
	height: 521px;
}


/*single demo file*/

.aw_demo_file .aw_btn_addtocart.clear .aw-offer-time-1.aw-offer-time-after,
.aw_file_demo_aside_hide .aw-offer-time-1.aw-offer-time-after {
	display: none !important;
}

.aw-file-back {
	background: #575757;
	padding: 60px 0 30px;
	border-bottom: 4px solid #c8a365 !important;
}

.aw_demo_file .woocommerce-product-details__short-description {
	display: none !important;
}

form.variations_form.cart bdi {
	color: #4efeb1;
	font-size: 18px;
}

.aw_demo_file nav.woocommerce-breadcrumb {
	width: auto;
	background: #0000002e;
	color: #c1c1c1;
	border-radius: 4px;
	display: inline-block;
	padding: 0 20px 0 30px;
	margin: 0 0 20px;
}

.aw_demo_file nav.woocommerce-breadcrumb span {
	color: #c1c1c1;
	margin: 0;
}

.aw_demo_file nav.woocommerce-breadcrumb a {
	color: #c1c1c1;
	position: relative;
	margin: 0;
}

.aw_demo_file nav.woocommerce-breadcrumb i {
	margin-left: 8px;
}

.aw_demo_file h1.title_demo_file_page {
	color: #d6ae6d;
	font-weight: 900;
}

.back-pro {
	/* background: url(images/tickpng.png) no-repeat; */
	width: auto;
	background-position: center;
	background-size: contain;
	height: 150px;
	text-align: center;
	margin: 30px auto 5px;
	display: block;
	position: relative;
	overflow-x: hidden;
}

.back-pro svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
}

.lefts-area {
	position: absolute;
	right: -26%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.right-area {
	position: absolute;
	left: 75%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.aw-inner-bakh-pro span {
	color: #d6ae6d;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	font-weight: 500;
}

.aw-inner-bakh-pro i {
	font-size: 50px;
	color: #d6ae6d;
	margin-left: 10px;
}

.aw-inner-bakh-pro span b {
	font-size: 25px;
	color: #fff;
	margin-left: 8px;
	font-weight: 600;
	text-decoration: none;
}

.aw-inner-bakh-pro .aw_coustomer_sale {
	line-height: 1;
	color: #d0d0d0;
	font-size: 13px;
	margin-top: 5px;
	display: block;
}

.aw-onsale-demo-file {
	float: right;
	width: 100%;
	border: 3px solid #d6ae6d;
	margin-top: 10px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

.aw-onsale-demo-file_inner {
	float: right;
	width: 40%;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0;
	border-left: 1px solid #E6E6E6;
	box-sizing: border-box;
	color: #666;
	text-align: center;
	margin-bottom: -10px;
}

.product-main-1.main-lion .aw-onsale-demo-file {
	background: #fff;
	margin-top: 0;
	margin-top: 20px;
}

.aw-onsale-demo-file_inner_count.aw_notonsalerel {
	position: absolute;
	right: 33px;
	z-index: 2;
}

.aw-onsale-demo-file_inner_count {
	width: 60px;
	background: #61ce70;
	margin: auto;
	text-align: center;
	border-radius: 90px;
	color: #fff;
	padding: 5px 0 3px;
	margin-bottom: 10px;
	font-size: 18px !important;
}

.aw-onsale-demo-file .time1 {
	height: 50px;
	box-sizing: border-box;
	clip-path: unset;
	border-radius: 90px;
}

.aw-onsale-demo-file .timer-wrapper {
	padding: 0 5px;
}

.aw-onsale-demo-file .text32 {
	margin-bottom: 10px !important;
	width: 100%;
}

.pr-main-2.sticky .dec-box {
	display: none;
}

.aw-onsale-demo-file .top-offer-timer {
	float: right;
	width: 100%;
}

.aw-onsale-demo-file .aw-top-offer-timer {
	float: unset;
	text-align: center;
	display: inline-block;
	color: #d0d0d0;
}

.aw-onsale-demo-file .aw-offer-time-1.aw-offer-time-after {
	width: 60%;
	text-align: center;
	display: inline-block;
}

.aw-onsale-demo-file .aw-timer-wrapper {
	float: left;
	width: 50px;
	font-size: 17px;
	text-align: center;
	font-weight: 400;
	margin: 10px;
}

.aw_offer_sale_counter span {
	line-height: 2;
	color: #d0d0d0;
	font-size: 18px;
	margin-top: 5px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
}

.aw_offer_sale_counter_number {
	color: #d6ae6d;
	font-weight: 800;
}

.aw-time1 {
	float: left;
	width: 50px;
	margin-right: 5px;
	height: 50px;
	font-size: 13px;
	text-align: center;
	clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
	padding-top: 18px;
	margin-bottom: 5px;
}

.aw-price-text-1 .aw-time1 {
	float: left;
	width: 35px;
	margin-right: 30px;
	height: 35px;
	font-size: 13px;
	text-align: center;
	clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
	padding-top: 18px;
	margin-bottom: 5px;
	line-height: 3px !important;
}

.aw-price-text-1 span.text32 {
	margin-right: 16px;
}

div.product div.images .flex-control-aw_product_offer_one_thumbnail li {
	margin: 15px 5px !important;
}

.woocommerce-product-gallery,
div.product div.images img {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.flex-viewport {
	text-align: center !important;
	display: inline-block !important;
}

.woocommerce-product-gallery {
	background: none;
	border: none;
}

img {
	display: inline-block;
	/*    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);*/
	border-radius: 5px;
	overflow: hidden;
}

a.woocommerce-product-gallery__trigger {
	display: none;
}

ol.flex-control-nav.flex-control-aw_product_offer_one_thumbnail {
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	text-align: center;
}

.flex-control-nav li {
	width: 12%;
	margin: 2px 5px 0;
	list-style: none;
	text-align: center;
	float: none !IMPORTANT;
	display: inline-block;
}

.flex-control-nav img {
	display: block;
	width: auto;
	height: auto;
	box-shadow: none;
	text-align: center;
	margin: 0 auto;
	border: 0;
	padding: 5px;
	border-radius: 10px;
	background-color: transparent;
	cursor: pointer;
}

.woocommerce-product-gallery__image {
	text-align: center;
}

.right-area-class-optimize span.price>del.aw_dels {
	color: red;
}

.variable-item:not(.radio-variable-item) {
	width: auto !important;
	height: 30px;
	display: inline-block;
	margin: 7px;
}

.button-variable-item span {
	font-size: 16px;
	background: #dfdfdf;
	padding: 6px 5px;
	border-radius: 5px;
	font-size: 15px;
}

[data-wvstooltip]:before {
	min-width: 100% !important;
	content: attr(data-wvstooltip);
}

.woocommerce div.product form.cart .variations td.label {
	width: 140px !important;
}

.woocommerce .value label {
	cursor: pointer;
	display: inline-block;
	background-color: #ddd;
	padding: 3px 10px;
	font-size: 15px;
	border-radius: 4px;
	margin: 5px;
	color: #666;
}

.woocommerce input[type="radio"]:checked+label {
	background-color: #4efeb1;
}

.woocommerce div.product form.cart .reset_variations {
	float: left !important;
	font-size: 15px !important;
	color: #f58 !important;
}

.woocommerce .single_variation_wrap span.price del,
.woocommerce .single_variation_wrap span.price ins {
	display: block !important;
	margin: 13px auto !important;
}

.single_variation_wrap span.price insÙˆ.single_variation_wrap span.price bdi {
	font-size: 22px !important;
}

.woocommerce input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.woocommerce .variations select {
	display: none !important;
}

.woocommerce .variations td.label {
	vertical-align: middle !important;
	color: #d0d0d0;
}

.woocommerce form td>label {
	color: #d0d0d0 !important;
}

.woocommerce .variations .reset_variations {
	float: left !important;
	font-size: 15px !important;
	color: #f58 !important;
}

.woocommerce .woocommerce-variation-price {
	text-align: center;
	width: 100%;
}

del.aw_not_variation_del span.woocommerce-Price-amount.amount * {
	color: #b1b1b1 !important;
}

del.aw_not_variation_del span.woocommerce-Price-amount.amount {
	font-size: 16px;
	position: relative;
	width: fit-content;
	text-align: center;
	margin: 0 auto;
}

del.aw_not_variation_del * {
	font-size: 15px !important;
}

del.aw_not_variation_del span.woocommerce-Price-amount.amount:before {
	width: 83px;
	height: 1px;
	background: #a2a2a2;
	top: 42%;
	right: -2%;
	content: " ";
	transform: rotate(168deg);
	position: absolute;
}

.aw_btn_addtocart_inner_link,
.aw_demo_file .single_add_to_cart_button {
	background: #00BCD4 !important;
	border: none !important;
	background: linear-gradient(90deg, #00BCD4, #07a8f4) !important;
	border: none !important;
	color: #fff !important;
	border-radius: 3px !important;
	text-align: center !important;
	font-size: 14px !important;
	-webkit-box-shadow: 0 0 17px 0 rgb(21 161 239) !important;
	-moz-box-shadow: 0 0 17px 0 rgba(249, 191, 7, 0.14) !important;
	box-shadow: 0 0 17px 0 rgb(25 25 25 / 21%) !important;
	position: relative !important;
	padding: 10px 20px !important;
	font-weight: 300 !important;
	margin-top: 10px !important;
	display: inline-block !important;
}

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

.aw_btn_addtocart_inner_link {
	background: #61ce70 !important;
}

form.cart {
	display: inline-block;
	text-align: center;
}

.aw_btn_addtocart_inner_link i,
.single_add_to_cart_button i {
	margin-left: 10px;
	font-size: 20px;
	vertical-align: middle;
}

a.aw_btn_addtocart_inner_link {
	padding: 10px 17px !important;
}

.aw_btn_addtocart.clear {
	text-align: center;
}

.woocommerce .quantity .qty {
	padding: 10px;
	border-radius: 3px;
}


/*stra rating*/

div#reviews p {
	line-height: normal;
}

#reviews p.stars a {
	font-size: 20px;
	color: #FF9800 !important;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "\e021";
	text-indent: 0;
}

p.stars:hover a::before {
	content: "\e020";
}

p.stars a:hover~a::before {
	content: "\e021";
}

p.stars.selected a.active::before {
	content: "\e020";
}

p.stars.selected a:not(.active)::before {
	content: "\e020";
}

p.stars.selected a.active~a::before {
	content: "\e021";
}

.star-rating {
	float: left;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 17px;
	width: 5.4em;
	font-family: star;
}

.star-rating::before {
	content: "\73\73\73\73\73";
	color: #ffa000;
	float: right;
	top: 0;
	right: 0;
	position: absolute;
	font-family: star;
}

.star-rating span {
	overflow: hidden;
	float: right;
	top: 0;
	right: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	right: 0;
	font-family: star;
	color: #ffa000;
}

span.average-rating {
	float: right;
	color: #fff;
	font-size: 11px;
}

div#reviews .description p {
	font-size: 15px;
	color: #4d4d4d;
	text-align: justify;
}

.woocommerce #reviews #comments ol.commentlist ul.children .comment_container:before {
	display: none !important;
}

div#reviews p.meta strong {
	font-size: 20px !important;
	color: gray;
	font-weight: bold;
	word-break: break-all;
}

.star-1212 {
	float: left;
	text-align: center;
	color: #fff;
	font-size: 17px;
}

.aw_demo_academy .star-1212 {
	padding: 35px 0;
}

.star-1212 span {
	float: right;
	width: 100%;
	margin-bottom: 5px;
}


/*aw__badge__one*/

.aw-badge-1 {
	width: 100%;
	clear: both;
	display: inline-block;
}

.aw_owl_academy_offer1_product_list_1 .aw_badges_1_1 {
	float: right;
	width: 60%;
	margin-top: 30px;
}

.aw_badges_1_1-1 {
	float: right;
	width: 60px;
	height: 60px;
	position: relative;
	margin-left: 15px;
	background: #41bc44;
	border-radius: 150px;
}

.aw_badges_1_1-1 {
	background: none;
}

.aw_tooltip_1 {
	position: absolute;
	width: 180px;
	background: #d6ae6d;
	right: -58px;
	color: #fff;
	border-radius: 3px;
	padding: 5px 0;
	transform: translateY(-10px);
	text-align: center;
	margin-top: -38px;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0, 0.65);
}

.aw_badges_1_1-1:hover .aw_tooltip_1 {
	visibility: visible;
	opacity: 1;
	z-index: 9;
	transform: translateY(0px);
}

.aw_sahand_tool:hover .aw_tooltip_1 {
	visibility: visible;
	opacity: 1;
	z-index: 9;
	transform: translateY(0px);
}

.aw_tooltip_1:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #d6ae6d;
	bottom: -3px;
	right: 46%;
	transform: rotate(45deg);
	z-index: 1;
}

.aw_badges_1_1-1 svg {
	width: 60px !important;
	height: 60px;
}

.aw_demo_academy_aw_badges_1 .aw_badges_1_1-1 svg {
	width: 35px !important;
	height: 35px;
}

.aw_demo_academy_aw_badges_1 .aw_badges_1_1-1 i {
	top: 10px;
	left: 29%;
	font-size: 15px;
	margin: 0 !important;
}

.aw_demo_academy_aw_badges_1 .aw_badges_1_1-1 {
	width: auto !important;
	height: auto !important;
}

.aw_demo_academy_aw_badges_1 .aw_tooltip_1 {
	right: -70px !important;
}

.aw_badges_1_1-1 i {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	font-size: 28px;
	margin-top: 17px;
	margin-left: 16px;
}


/* woo tab*/

.woocommerce .woocommerce-tabs ul.tabs li {
	border-left: 1px solid #d3ced2;
	background-color: transparent !important;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 0 !important;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.woocommerce .woocommerce-tabs ul.tabs li:last-child {
	border: none !important;
}

.woocommerce .woocommerce-tabs ul.tabs li.active {
	z-index: 2;
	border-bottom: none !important;
	border: none !important;
	background: #c8a365 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.woocommerce .woocommerce-tabs ul.tabs li.active a,
.woocommerce .woocommerce-tabs ul.tabs li.more_seller_product_tab.active a:before,
.woocommerce .woocommerce-tabs ul.tabs li.seller_tab.active a:before {
	color: #ffffff !important;
}

.woocommerce .woocommerce-tabs ul.tabs li a {
	color: #777;
	text-shadow: inherit;
	display: block !important;
	padding: 16px 1em !important;
	font-weight: 300;
}

ul.tabs.wc-tabs {
	background: #fff;
	box-shadow: 0 3px 30px #3f51b514;
	margin-bottom: 50px;
}

.aw_demo_file_tabs a i {
	font-size: 20px;
	margin-left: 6px;
	opacity: 0.7;
	vertical-align: middle;
	margin-top: -3px;
}


/*commnet woocomerc*/

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 80px 0 0 !important;
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	border: none !important;
}

h2.woocommerce-Reviews-title {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: right;
	position: relative !important;
	top: 0;
	right: 0;
	padding: 4px;
	width: 70px !important;
	height: auto;
	background: #ffffff;
	border: none !important;
	margin: 0;
	border-radius: 50px !important;
	box-shadow: 0 0 0 3px #bfbfbf !important;
}

.aw-com-avatar img {
	z-index: 2;
}

.comment_container {
	position: relative;
}

.commentlist p {
	padding: 20px 0;
	line-height: 35px !important;
}

.comment_container:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
	background-color: #e6e6e6;
	right: 35px;
	top: 0;
	z-index: 1;
}

div#reviews p {
	line-height: normal;
}

span.average-rating {
	float: right;
	color: #fff;
	font-size: 11px;
}

div#reviews .description p {
	text-align: justify;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	font-weight: 300;
	color: #7a7a7a;
}

.woocommerce #reviews #comments ol.commentlist ul.children .comment_container:before {
	display: none !important;
}

div#reviews p.meta strong {
	font-size: 20px !important;
	color: gray;
	font-weight: bold;
	word-break: break-all;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 13px !important;
}

.comments-reply input,
.comments-reply textarea,
.woocommerce-Reviews input,
textarea#comment {
	background-color: #f6f7f8;
	padding: 8px 25px;
	width: 100%;
	border: 1px solid #ebecef;
	transition: 0.3s;
}

.children li.comment {
	border: none !important;
	position: relative;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	margin: -37px 45px 0 0 !important;
}

.children li.comment:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 10px;
	background-color: #e6e6e6;
	right: -10px;
	top: 35px;
	z-index: 1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
	display: inline-block;
}

form#commentform label {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 12px;
}

#reviews .comment-form-cookies-consent input,
#reviews .comment-form-cookies-consent label {
	width: auto !important;
	display: inline-block !important;
	vertical-align: middle;
}

.woocommerce-Reviews input#submit {
	background: #00bcd4 !important;
	width: 100% !important;
	padding: 17px !important;
	margin: 0 auto !important;
	display: block !important;
	font-size: 15px !important;
}

.woocommerce-Reviews input#submit:hover {
	opacity: 0.7 !important;
}

.woocommerce #review_form #respond textarea {
	min-height: 200px !important;
}


/*file demo aside*/

.aw__file__demo__sidebar button.single_add_to_cart_button,
.aw__file__demo__sidebar form.cart {
	width: 100%;
	display: block !important;
	text-align: center !important;
	padding: 15px 0 !important;
}

.aw__file__demo__sidebar .quantity {
	display: none !important;
}

.yith-wcwl-icon {
	font-size: 18px;
	color: #c00;
	vertical-align: middle;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

p.stock.out-of-stock {
	text-align: center;
	color: #f44336;
}

.yith-wcwl-add-button .fa-heart-o:before {
	content: "\f08a";
	font: normal normal normal 19px/0 FontAwesome;
	color: #7b868a;
	vertical-align: middle;
	display: inline-block;
}

.aw_add_to_fav_file_demo {
	padding: 16px 2em !important;
}


/*aside fixed*/

.sidebar__widget {
	position: sticky;
	top: 0;
	background: yellow;
	height: 250px;
}

.aw_aside_product_price .aw_aside_product_price_inner {
	color: #7f8187;
	font-size: 16px;
	display: flex;
	overflow: hidden;
	background-color: #f0f2f7;
	padding: 11px 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	line-height: 52px;
	position: relative;
}

.aw_aside_product_price .aw_aside_product_price_inner:after,
.aw_aside_product_price .aw_aside_product_price_inner:before {
	content: '';
	width: 16px;
	height: 16px;
	border-left: 1px dashed #ddd;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: calc(50% - 8px);
	right: -9px;
}

.aw_aside_product_price .aw_aside_product_price_inner:after {
	border-left: none;
	border-right: 1px dashed #ddd;
	right: auto;
	left: -9px;
}

.aw_aside_product_price strong {
	padding-left: 7px;
	border-left: 1px solid #ddd;
	font-weight: 500;
	width: 100%;
	max-width: 39px;
	text-align: center;
}

.aw_aside_product_price .fal {
	font-size: 22px;
	line-height: 55px;
}

.aw_aside_product_price .price {
	font-size: 25px;
	margin-bottom: 0;
	font-size: 17px;
	width: auto;
	text-align: left;
	left: 90px;
	position: absolute;
}

.aw_aside_product_price .price del {
	margin-right: 8px;
	text-decoration: none;
	position: relative;
}

.aw_aside_product_price .price del {
	font-size: 15px;
	position: absolute;
	top: -10px;
	left: 21px;
	margin-left: -75px;
}

.aw_aside_product_price .price ins {
	background-color: transparent;
	position: relative;
	top: 14px;
	margin-left: -68px;
}

.aw_aside_product_price_inner .aw_offer_sale_counter {
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-right: 15px;
}


/*product aside attr meta boxes*/

.am__product__infos {
	overflow: hidden;
	border: 2px dotted #eaeaea;
	padding: 20px;
	border-radius: 3px;
	float: right;
	margin: 10px 0;
	position: relative;
	width: 100%;
	text-align: right;
	background: transparent;
}

.am__product__infos:before,
.aw_item_desc li:before,
.related h2:after,
.related h2:before,
.woocommerce .woocommerce-tabs ul.tabs li.active {
	background: #ff388a !important;
	background-color: #ff388a !important;
}

.am__product__infos:before {
	content: '';
	position: absolute;
	width: 400px;
	height: 400px;
	opacity: 0.1;
	background: rgba(240, 98, 154, 0.05);
	bottom: -120px;
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	z-index: 0;
	right: auto;
	left: -130px;
	pointer-events: none;
}

.am__product__infos ul li {
	color: #888;
	border: 0 !important;
	font-size: 13px !important;
	padding: 8px !important;
	list-style: none !important;
	width: 100%;
	padding-right: 0 !important;
}

.am__product__infos i {
	font-size: 16px;
	color: #777;
	margin-left: 8px;
	float: unset !important;
	text-align: center;
	width: 19px;
}

.am__product__infos strong {
	float: left;
	font-weight: 300;
	color: #484848;
}

.am__product__infos,
.am__product__infos p,
.am__product__infos strong {
	color: #777;
	font-weight: 300 !important;
}


/*mazaya kharid file demo*/

.aw_item_desc {
	background-color: #f0f2f7;
	position: relative;
}

.aw_item_desc:after {
	content: "\f4c0";
	font-size: 95px;
	color: #e2e2e2;
	left: 0;
	font-weight: 200;
	bottom: 0;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
}

.aw_item_desc li {
	position: relative !important;
	padding-right: 14px !important;
	color: #6c757d !important;
	vertical-align: middle;
	font-weight: 300;
	margin-right: 15px !important;
	line-height: 30px;
	border: none !important;
	font-size: 13px !important;
}

.aw_item_desc li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 8px;
	vertical-align: middle;
	height: 8px;
	background-color: #d6ae6d;
	border-radius: 50rem;
}


/*mini cart fixed*/

.aw_cart_fixed_btn {
	position: fixed;
	height: 60px;
	width: 60px;
	background: #0da3f4;
	margin-bottom: 26px;
	text-align: center;
	bottom: 0;
	z-index: 10000;
	border-radius: 41px;
	background-size: 27px;
	color: #fff;
	font-size: 25px;
	padding: 17px;
	right: 15px;
}

.aw_cart_fixed_btn .aw-cart-number {
	cursor: default;
	position: fixed;
	background: #ffffff;
	margin-bottom: 26px;
	text-align: center;
	bottom: 34px;
	z-index: 1;
	border-radius: 50px;
	background-size: 27px;
	color: #565656 !important;
	font-size: 17px;
	line-height: 33px;
	width: 35px;
	height: 35px;
}

.aw_cart_fixed_btn i {
	color: #fff;
}


/*related product*/

.related h2 {
	position: relative;
	color: #999;
	font-weight: 400;
	margin: 0 5px 35px;
	padding-right: 40px !important;
}

.related h2:before {
	position: absolute;
	right: 0;
	content: '';
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background-color: #d1a402;
	opacity: 0.3;
	top: -5px;
}

.related h2:after {
	position: absolute;
	right: -6px;
	top: -13px;
	content: '';
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background-color: #d1a402;
	opacity: 0.1;
}


/*video popup*/

.aw_video_popup_section {
	display: none;
	z-index: 999;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.4s linear;
}

.aw_video_popup_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(9, 9, 9, .7);
}

.aw_video_popup_inner {
	display: block;
	z-index: 9999;
	position: absolute;
	right: 50%;
	bottom: 50%;
	widht: 100%;
	transform: translate(50%, 50%);
	color: #fff;
	text-align: center;
}

.aw_video_popup_inner video {
	margin: auto;
	display: block;
}

.aw_spinner_video_popup_inner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}

.aw-vide-blob-1,
.aw-vide-blob-2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ec406a;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: aw-blob-anim 2s infinite ease-in-out;
	animation: aw-blob-anim 2s infinite ease-in-out;
}

.aw-vide-blob-2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes aw-blob-anim {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes aw-blob-anim {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.aw_video_popup_inner {
	width: 60%;
}

.aw_video_popuo_btn:hover,
.aw_video_popuo_btn_aparat:hover,
.awsd-fast-preview:hover {}

#aparat-modal .row div {
	width: 100%;
	background: transparent !important;
}

#aparat-modal div {
	background: transparent !important;
}

.aw-video-button-icon,
.awsd-wc-product-popop--link {
	background-color: #fff;
	width: 110px !important;
	height: 110px !important;
	border: 0 !important;
	box-shadow: 0 6px 35px -8px #00000040 !important;
	color: #000;
	font-size: 16px !important;
	padding-left: 3px !important;
	position: absolute;
	top: -41px;
	right: -36px;
	padding: 20px 37px;
	transform: rotate(-20deg);
	transition: all 0.2s ease-out;
	z-index: 1;
	border-radius: 90% 90% 97% 123% / 19% 72% 38% 101%;
}

.aw-video-button-icon:hover {
	opacity: 1;
	background: #fff;
	transform: scale(1.0, 1.1) rotate( -19deg)skew(0, 0) translate(0, 0);
	transform-origin: 100% 100%;
}

.aw-video-button-icon:hover i {
	right: 0;
	font-size: 20px;
}

a.awsd-wc-product-popop--link:hover {
	width: 119px !important;
	height: 92px !important;
	z-index: 99999;
	opacity: 1;
}

a.awsd-wc-product-popop--link:hover i {
	font-size: 18px;
	padding: 11px 15px;
}

.aw_video_popuo_btn a i,
.aw_video_popuo_btn_aparat a i {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: #5b5b5b;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	top: 35px;
	right: 19px;
}

a.awsd-wc-product-popop--link {
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(91px);
	background-color: #ff9800;
	padding: 33px 44px;
	right: -36px;
	top: -20px;
	width: 80px !important;
	cursor: alias;
	height: 80px !important;
	box-shadow: none !important;
	transform: rotate(0) !important;
	border-radius: 40% 60% 37% 63% / 29% 72% 28% 71% !important;
}

a.awsd-wc-product-popop--link i {
	color: #fff !important;
}

.aw_demo_academy .aw-video-button-icon i {
	right: 0 !important;
	font-size: 18px!important;
}

.product--video video {
	outline: none;
	border: none;
}

.product--video {
	width: 100% !important;
	min-width: 100% !important;
	display: block;
	margin-bottom: 18px;
}

.product--video video {
	outline: none;
}

.mejs-overlay.mejs-layer.mejs-overlay-play {
	background-image: linear-gradient(109.6deg, rgba(187, 0, 212, 1) 11.2%, rgba(32, 38, 238, 1) 91.1%);
	opacity: 0.6;
}

.product--video .woocommerce-product-video {
	box-shadow: 0 2px 20px rgba(28, 76, 156, 0.15);
	border-radius: 5px !important;
	overflow: hidden;
}

.mejs-overlay:hover>.mejs-overlay-button {
	background-position: -80px -39px;
	outline: none !important;
}

.wp-video {
	max-width: 100%;
	width: 100% !important;
	height: auto;
}

.play-video {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	cursor: pointer;
	transition: all 200ms ease-out;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 10;
}

.play-video:hover {
	background: rgba(0, 0, 0, 0.7);
}

.play-video .fa-play {
	color: #fff;
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 4px;
}


/*video-popup*/


/*academy demo*/

p.is-bought-product {
	color: #7f8187;
	border: 2px solid #f0f2f7;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	border-radius: 10px;
	margin: 7px 0 16px;
	transition: all 0.2s ease;
}

p.is-bought-product i {
	vertical-align: middle;
	font-size: 18px;
	float: right;
}

div#primary {
	width: 100%;
}

.aw_demo_academy nav.woocommerce-breadcrumb {
	background: #f0f2f7;
	padding: 8px !important;
	border-radius: 5px !important;
	display: flex !important;
	align-items: center !important;
	white-space: nowrap;
	overflow-x: auto;
}

.aw_demo_academy .product-header {
	border-radius: 10px;
	margin-bottom: 12px;
	padding: 40px 5px;
	position: relative;
	overflow: hidden;
}

.product-intro-col {
	position: relative;
	width: 100%;
	min-height: 1px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 15px;
	padding-left: 15px;
}

.product-intro-col h1 {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.8;
	color: #8b8b8b;
}

.product-intro-col p {
	font-size: 16px;
	line-height: 1.8;
	color: #7b868a;
	text-align: justify;
	font-weight: 300;
}

.product-social {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-border {
	text-align: center;
	border-radius: 5px;
	padding: 8px 17px;
	vertical-align: bottom;
	text-shadow: none;
	line-height: 27px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #f58;
	color: #fff;
	box-shadow: 0 0 0 4px #ff558826;
}

input {
	font-weight: 500;
}

.btn-border:hover {
	opacity: 0.7;
	color: #fff;
}

.post-share-btn {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.post-share-btn a {
	color: #b1bbbf;
	margin-left: 1px;
	display: inline-block;
	height: 35px;
	line-height: 32px;
	width: 35px;
}

.post-share-btn a i {
	font-size: 18px;
}

.average-rating-sidebar .avareage-rating-inner {
	min-width: 180px;
	border-radius: 4px;
	overflow: hidden;
	color: #666;
}

.average-rating-sidebar .star-rating {
	float: left !important;
	text-align: left !important;
}

.average-rating-sidebar .avareage-rating-inner .average-rating-number {
	font-size: 19px;
}

.average-rating-sidebar span.title-rate {
	font-size: 11px;
}

.course-single-gallery {
	border-radius: 8px;
	overflow: hidden;
}

.product-header:after {
	position: absolute;
	background: #f0629a;
	background-color: #f0629a;
	opacity: 0.1;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 50px;
	width: 125px;
	transform-origin: bottom right;
	content: '';
	top: -80px;
	transform: skewX(-10deg);
	height: 250px;
	right: -20px !important;
	z-index: 0;
}

.aw-face-hover {
	position: relative;
}

.aw-face-hover:hover .aw_tooltip_1 {
	visibility: visible;
	opacity: 1;
	z-index: 9;
	transform: translateY(0px);
}

.aw-face-hover .aw_tooltip_1 {
	right: -82px !important;
	top: -20px !important;
}

.aw_demo_academy .aw_video_popuo_btn,
.aw_demo_academy .aw_video_popuo_btn_aparat,
.aw_demo_academy .awsd-fast-preview {
	right: 23px;
}

.product-card {
	padding: 0 16px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-out;
	display: flex;
	align-items: center;
	min-height: 90px;
	box-shadow: 0 2px 23px rgb(63 81 181 / 14%);
	margin: 0 auto 22px;
}

.product-card:hover {
	transform: translatey(-5px);
	box-shadow: 0 3px 30px rgb(110 134 216 / 13%);
	cursor: help;
}

.product-card:before {
	content: '';
	position: absolute;
	opacity: 0.09;
	width: 70px;
	height: 70px;
	bottom: -120px;
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	z-index: 0;
	left: -20px;
	top: -20px;
	pointer-events: none;
	transition: all 0.3s ease-out;
}

.product-card:hover:before {
	transform: rotate(131deg);
	left: -10px;
	top: -14px;
	cursor: help;
}

.product-card .icon img {
	float: right;
	margin-left: 8px;
	width: 50px;
	height: auto;
	vertical-align: middle;
}

.product-card .value {
	display: flex;
	flex-direction: column;
	font-size: 15px;
	font-weight: 500;
}

.product-card .value .title {
	color: #777;
	font-weight: 400;
}

.product-card .value .valueattr {
	color: #888;
	font-weight: 300;
	padding-top: 5px;
}


/*teacher product*/

.aw_teacher_back {
	box-shadow: 0 10px 40px rgb(110 134 216 / 10%);
	background: #fff;
	padding: 20px;
	position: sticky;
	width: 100%;
	float: right;
	margin-bottom: 20px;
}

.aw_teacher_img_bakg {
	-webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	-moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
	box-shadow: 0 0 17px 0 rgb(25 33 45 / 6%);
	width: 105px;
	position: absolute;
	height: 105px;
	background-color: #f3f3f3;
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	top: 0;
	right: 0;
	margin: 10px;
}

div#aw_teacher_id.aw_teacher_inner {
	visibility: visible;
	opacity: 1;
	top: 11%;
	background: #009688;
	background: linear-gradient(45deg, #e91e63, #9c27b0, #2196F3, #5ab3a2);
	background: linear-gradient(45deg, #e91e63, #9c27b0, #2196F3, #5ab3a2);
	-webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	-moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
	-webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	-moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	right: 0;
}

#aw_teacher_id {
	height: 86px;
	width: 86px;
	background-color: white;
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	position: absolute;
	right: 30px;
	top: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.aw_teacher_back div#aw_teacher_id {
	position: relative;
	right: 0;
	float: right;
}

#aw_teacher_id.aw_teacher_inner:before {
	background: #2196f3;
	background: linear-gradient(45deg, #3f51b5, #e91e63, #2196f3, #f44336);
	background-image: linear-gradient(45deg, #3f51b5, #e91e63, #2196f3, #f44336);
}

#aw_teacher_id::before {
	content: "";
	display: block;
	position: relative;
	right: 3px;
	top: 3px;
	height: 80px;
	width: 80px;
	background-color: #ffffff;
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}

#aw_teacher_id img {
	position: absolute;
	width: 74px !important;
	height: 74px !important;
	top: 6px;
	right: 6px;
	background-color: white;
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}

.aw_teacher_main {
	margin-right: 105px;
	margin-top: 10px;
}

.aw_teacher_main h3 {
	font-weight: 600;
	color: #444;
}

.aw_teacher_main small {
	font-weight: 300;
	color: #999;
	margin-top: 5px;
	display: block;
}

.aw_teacher_phone_wraper {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	margin-top: 20px;
}

.aw_teacher_phone_wraper p {
	margin: 0;
	font-size: 13px;
	color: #888;
	line-height: normal;
}

.aw_teacher_phone_number {
	border-top: 1px dashed #e0e0e0;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 12px;
	color: #777;
}

.aw_teacher_phone_number span {
	font-weight: 600;
	font-size: 13px;
	padding-top: 10px;
	display: block;
}

.aw_teacher_hide_phone {
	margin: 15px 5px;
}

.aw_teacher_phone_number i {
	font-size: 19px;
	margin-left: 10px;
	background: #2dcea2;
	color: #fff;
	border-radius: 100px;
	padding: 10px;
	float: right;
	background-color: #2dcea2;
	box-shadow: 0 0 0 4px #00000026 !important;
}

.aw_teacher_hide_phone small {
	letter-spacing: 1px;
	font-size: 12px;
	display: block;
	filter: blur(3px);
	-webkit-filter: blur(3px);
	cursor: no-drop;
}

.aw_teacher_hide_phone small b {
	font-size: 15px;
	font-weight: 300;
}

.aw_teacher_unhide_phone {
	vertical-align: middle;
	display: inline-flex;
	margin: 10px;
}

.aw_teacher_unhide_phone small a {
	display: block;
	font-size: 15px;
	margin-top: 10px;
	letter-spacing: 0;
	font-weight: 300;
	color: #2dcea2;
}

.progress-title {
	font-size: 15px;
	color: #7b868a;
	padding: 18px 13px;
	box-shadow: 0 10px 40px rgb(110 134 216 / 10%);
	background: #fff;
	position: relative;
	overflow: hidden;
}

.progress-title svg {
	content: '';
	position: absolute;
	width: 100%;
	opacity: 0.3;
	z-index: 0;
	right: 0;
	bottom: -21px;
	left: 0;
	pointer-events: none;
}

.progress-title i {
	font-size: 25px;
	margin-left: 8px;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}

.aw_end_tutorials {
	padding: 6px 16px;
	width: auto;
	background: #03a9f4;
	color: #fff;
	box-shadow: 0 0 0 4px #5facfa0f;
	outline: none !important;
	border: none;
	border-radius: 2px;
	text-align: left;
	float: left;
	font-size: 13px;
	font-weight: 300;
}

.aw_content_academy_main ul,
.aw_demo_file div#tab-description ul {
	margin: 10px;
}

.aw_content_academy_main ul li:before,
.aw_demo_file div#tab-description ul li:before {
	content: '\f111';
	color: #888 !important;
	font-size: 9px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400 !important;
	vertical-align: middle;
	margin-left: 6px;
	display: inline-flex;
}

.aw_content_academy_main ul li,
.aw_demo_file div#tab-description ul li {
	font-size: 13px;
	padding: 7px 0;
	color: #777;
}

.aw_content_academy {
	box-shadow: 0 10px 40px rgb(110 134 216 / 10%);
	background: #fff;
	padding: 5px 30px 30px;
	width: 100%;
}

.aw_content_academy_meta ul {
	padding: 15px 0 12px;
	margin: 0;
	border-bottom: 1px solid #e6e6e68c;
}

.aw_content_academy_meta ul li i {
	margin-left: 5px;
	color: #a5a5a5;
	font-size: 16px;
}

.aw_content_academy_meta ul li,
.aw_content_academy_meta ul li a {
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
	color: #a0a0a0;
}

.aw__collapse .card-header {
	cursor: pointer;
}

#aw_accordion_academy_course .left-panel-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#aw_accordion_academy_course .left-panel-head .course-lesson-icon {
	line-height: 1;
	margin-left: 15px;
}

#aw_accordion_academy_course .left-panel-head .course-lesson-icon i {
	color: #d4d9dd;
	font-size: 20px;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#aw_accordion_academy_course .left-panel-head .title {
	margin-bottom: 0;
}

#aw_accordion_academy_course .left-panel-head .title h4 {
	font-size: 16px;
	margin: 0 0 8px;
	color: #787a94;
	font-weight: 500 !important;
}

#aw_accordion_academy_course .left-panel-head .badge-item {
	padding: 2px 6px;
	display: inline-block;
	font-size: 11px;
	border-radius: 2px;
	margin-left: 6px;
	line-height: 1.2;
	text-transform: capitalize;
	background-color: #65bded;
	color: #fff;
	font-weight: 300;
}

#aw_accordion_academy_course .left-panel-head .title>p {
	font-size: 14px;
	color: #adb5bd;
	font-weight: 400;
	margin: 0;
	align-items: center;
	line-height: 1;
}

#aw_accordion_academy_course .right-panel-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: center;
	align-items: center;
}

#aw_accordion_academy_course .download-button,
#aw_accordion_academy_course .preview-button,
#aw_accordion_academy_course .private-lesson,
.aw_contact_popup_opener {
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 10px;
	background-color: #f0629a;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 0 4px #8d8d8d38;
	font-weight: 300;
}

#aw_accordion_academy_course .private-lesson {
	background: transparent !important;
	color: #777 !important;
	vertical-align: middle !important;
}

#aw_accordion_academy_course .preview-button.for-mobile {
	display: none;
}

#aw_accordion_academy_course .download-button.gray {
	background-color: #2dcea2;
	margin-right: 18px;
	color: #fff;
	height: 31px;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #2dcea226 !important;
}

.aw__collapse .card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 15px;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.sanahd_mini_cart_aligment.d-inline-block {
	display: flex !important;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	line-height: 4;
	text-align: left;
	margin-right: auto;
}

#aw_accordion_academy_course .preview-button i,
#aw_accordion_academy_course .private-lesson i {
	margin-left: 5px;
	vertical-align: middle;
	margin-top: 2px;
}

.aw__collapse .card-header {
	background-color: #f0f2f7 !important;
	background: #f0f2f7 !important;
	border: none !important;
	box-shadow: none !important;
}

.aw__collapse .card-header:hover {
	background-color: #fff;
	background: #fff;
	color: #777;
}

.card {
	border: none !important;
}


/*.aw__collapse .card-header[aria-expanded="true"]{
    background-color: #42DCA3;
}*/

.aw_accordion_academy_course_back {
	padding: 8px 10px;
	background-color: #f0f2f7 !important;
	background: #f0f2f7 !important;
}

h3.aw_academy_courses_titleside {
	font-size: 24px;
	color: #787a94;
	margin: 20px 0;
	font-weight: 400 !important;
}

.aw_add_to_cart_academy,
a.added_to_cart.wc-forward {
	line-height: 35px !important;
}

.wpcf7-submit {
	background-color: #2dcea2 !important;
	background: #2dcea2 !important;
	box-shadow: 0 10px 25px #2dcea240 !important;
	border-radius: 3px !important;
	text-align: center !important;
	font-weight: 400 !important;
	position: relative !important;
	overflow: hidden !important;
	font-size: 17px !important;
	width: 100% !important;
	color: #fff !important;
	-webkit-box-shadow: none !important;
	height: 50px !important;
}

a.added_to_cart.wc-forward {
	background-color: #f58 !important;
	background: #f58 !important;
	padding: 11px 15px !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	font-size: 17px !important;
	width: 100% !important;
	display: block;
}

.aw_add_to_cart_academy:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: "\f09d";
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: 0 0;
	vertical-align: middle;
	margin-top: -1px;
	float: right;
}

a.added_to_cart.wc-forward:before {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: "\f00c";
	text-align: center;
	font-size: 22px;
	color: #fff;
	background: 0 0;
	vertical-align: middle;
	float: right;
	margin-top: -3px;
}

a.button.aw_add_to_cart_academy.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
	display: none;
}

a.added_to_cart.wc-forward {
	color: #fff;
	text-align: center;
	box-shadow: 0 0 23px #0096886e !important;
}

.aw_courses_main_meta_aside {
	box-shadow: 0 10px 40px rgb(110 134 216 / 10%);
	background: #fff;
	padding: 20px;
	width: 100%;
	float: right;
	margin-bottom: 20px;
	position: sticky;
	transform: translateY(0);
	right: 0;
	top: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition: opacity 0.15s linear;
}

.aw_academy_aside_meta_price {
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0;
	display: none;
	text-align: center;
}

.aw_academy_aside_meta_price b {
	margin: 10px 10px 0;
	color: #e2b731;
	display: none;
}

.aw_courses_main_meta_aside small {
	font-weight: 300;
	margin-right: 6px;
	color: #999;
	text-align: center;
	display: none;
}

.aw_academy_aside_meta {
	margin: 0 !important;
}

.aw_academy_aside_meta ul {
	margin: 0;
	padding: 0;
	margin-bottom: -5px;
	display: block;
	text-align: center;
}

.aw_courses_main_meta_aside ul li:first-child {
	margin-top: 25px;
}

.aw_academy_aside_meta ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
	border-left: 1px solid #e8e8e8;
}

.aw_courses_main_meta_aside ul li {
	font-size: 14px;
	margin: 15px 0;
}

.aw_academy_aside_meta ul li p {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #656565;
	margin: 0;
	letter-spacing: 0;
	line-height: 1.6;
}

.aw_academy_aside_meta ul li span {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #999;
}

.awsddc_special_price p {
	margin: 5px 0;
	text-align: center;
	font-size: 13px;
	display: block;
	color: #9c9c9c;
}

.aw_academy_price del {
	font-size: 14px;
	margin-left: 0;
}

.aw_academy_price del span {
	color: #8C8B8B !important;
	margin-left: 5px;
	font-weight: 300;
}

.aw_academy_price p ins {
	text-decoration: none;
	margin-right: 10px;
}

.aw_academy_price span {
	letter-spacing: -0.8px;
	color: #07a9f4;
	font-weight: 600;
	font-size: 19px;
}

.aw_courses_aside_sticky_classes {
	height: auto;
	z-index: 1;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	position: static;
	transform: translateY(0);
	right: 0;
	top: 0;
	transition: opacity 0.15s linear;
}

.aw_contact_popup {
	box-shadow: 0 10px 40px rgb(110 134 216 / 10%);
	border: 1px solid #f2f2f2;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
	display: inline-block;
	background: #fff url("assets/images/cart-bg.png") no-repeat;
	border-radius: 3px;
	padding: 40px 20px 40px 0;
	background-position: right -100px top -70px;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.aw_contact_popup span i {
	color: #ec5155a3;
	background: rgb(189 189 189 / 12%);
	height: 60px;
	width: 60px;
	line-height: 60px !important;
	font-size: 25px;
	text-align: center;
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	display: inline-block;
	vertical-align: middle;
}

[data-toggle="modal"] {
	cursor: pointer !important;
}

#aw__modal__contact input,
#aw__modal__contact input[type=email],
#aw__modal__contact input[type=number],
#aw__modal__contact input[type=password],
#aw__modal__contact input[type=text] {
	direction: rtl;
	text-align: right;
	width: 100%;
	outline: 0;
	padding-left: 0.75em;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 9px 15px;
	box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
	margin-top: 10px;
}

.aw_contact_popup-right p {
	font-size: 15px;
	font-weight: 400;
	color: #8c8596;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	padding-right: 22px;
	line-height: 1.7;
	text-align: center;
	margin: 0;
}

.aw_contact_popup_opener:hover {
	opacity: 0.7;
	color: #fff;
}

.aw_contact_popup_opener .tel-number {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tel-number i {
	font-size: 150px;
	color: #f58;
	margin-bottom: 30px;
	text-align: center;
	display: block;
}

.tel-number a {
	font-size: 40px;
	font-weight: 700;
	color: #f58;
	text-align: center;
	display: block;
}

.advice-modal-content p {
	line-height: 1.8;
	color: #6c757d;
	margin-top: 20px;
}


/*contact form modal */

.wpcf7-form-control-wrap input.wpcf7-form-control,
.wpcf7-form-control-wrap.your-message textarea {
	background: #f6f6f6;
	border: 0 !important;
	box-shadow: none !important;
}

.wpcf7-form-control-wrap input.wpcf7-form-control:focus {
	border: 2px solid #ff558845 !important;
}

.wpcf7-submit {
	background-color: #2dcea2;
	box-shadow: 0 0 0 4px #2dcea226 !important;
	color: #fff !important;
	cursor: pointer;
}

.wpcf7-form label,
.wpcf7-form p {
	width: 100%;
	display: block;
}

.advice-form h3 {
	font-family: 'bakh' !important;
	font-size: 21px;
	color: #878996;
	word-spacing: 6px;
}


/*
rating*/

.aw_star_rating_progress .rating-stars .progress {
	background: #F0F2F7;
	height: 6px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.aw_star_rating_progress .rating-stars .progress .progress-bar {
	background: #ffb518;
	height: 6px;
	border-radius: 3px;
}

.aw_star_rating_progress .average-rating {
	color: #46484d;
	font-size: 60px;
}

.aw_star_rating_progress .aw_rating_styles .star-rating {
	float: none;
	margin: 40px auto auto;
}

.aw_star_rating_progress {
	background: #fff;
	box-shadow: 0 10px 40px rgb(110 134 216 / 10%);
	display: inline-block;
	width: 100%;
	padding: 30px 20px;
}

.aw_star_rating_progress_size .count {
	font-size: 15px;
}


/*login ajax*/

.header_btn_login_hover {
	position: relative;
}

.header_btn_login_hover {
	position: relative;
}

.header_btn_login_hover ul.list_login_user_item {
	color: #7f8187;
	display: block;
	font-size: 15px;
	position: absolute;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	width: 200px;
	-webkit-box-shadow: 0 2px 22px rgba(48, 48, 106, 0.11);
	box-shadow: 0 2px 22px rgba(48, 48, 106, 0.11);
	border-radius: 3px;
	transform: translateY(10px);
	transition: all 0.4s;
	transition-delay: 0.1s;
	padding: 10px 5px;
	margin-top: 18px;
	left: 0;
}

.header_btn_login_hover ul.list_login_user_item li {
	display: block;
	vertical-align: middle;
	padding-right: 15px;
	position: relative;
}

span.header_btn_login_hover:hover i.far {
	transform: rotate(180deg);
}

.header_btn_login_hover ul.list_login_user_item li a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 4px;
	height: 0;
	border-radius: 20px;
	background: #f58;
}

.header_btn_login_hover ul.list_login_user_item li a:hover:before {
	top: 0;
	width: 4px;
	height: 100%;
	-webkit-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}

.header_btn_login_hover ul.list_login_user_item li a {
	display: block;
	line-height: 43px;
	margin: 0;
	padding: 0;
	color: #aaa;
	font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
	text-align: right;
}

.header_btn_login_hover ul.list_login_user_item li a i {
	font-size: 16px;
	width: 18px;
	float: right;
	color: #9e9e9e;
	margin: 13px -2px 0 6px;
	vertical-align: middle;
}

.header_btn_login_hover ul.list_login_user_item li a span {
	vertical-align: middle;
}

.header_btn_login_hover ul.list_login_user_item li a:hover,
.header_btn_login_hover ul.list_login_user_item li a:hover i {
	color: #f58;
}

.header_btn_login_hover:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header_btn_login_hover:after {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	content: '';
	height: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	right: 0;
	cursor: pointer;
}

.header_btn_login_hover:hover:after {
	height: 55px;
	width: 200px;
}

.header__cart span.fa-user {
	background: #f0f2f7;
	border-radius: 4px;
	color: #7f8187;
	font-size: 24px;
	cursor: pointer;
	height: 46px;
	line-height: 46px;
	text-align: center;
	width: 46px;
	display: none;
}

.md___none span {
	background: rgba(124, 204, 119, .18) !important;
	color: #7ccc77 !important;
}

.md___none {
	display: none !important;
}


/*go tops*/

a.go-tops {
	color: #555;
	background-color: #fff;
	box-shadow: 0 3px 16px #3f51b529;
	line-height: 50px;
	padding: 10px 21px 0;
	position: fixed;
	left: 0;
	bottom: 20px;
	opacity: 0;
	text-align: center;
	visibility: hidden;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	transition: all 0.5s !important;
	cursor: pointer;
	z-index: 2000;
}

a.go-tops i {
	font-size: 25px;
	-webkit-animation: scrollToTop-data-v-5df0b737 2s ease-in-out 0s infinite;
	animation: scrollToTop-data-v-5df0b737 2s ease-in-out 0s infinite;
	color: #777;
}

.go-tops.visible {
	opacity: 1;
	visibility: visible;
	transform: translateX(21px);
}

@-webkit-keyframes scrollToTop-data-v-5df0b737 {
	0% {
		transform: translateY(10px);
		opacity: 0;
	}
	25% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0.5;
	}
	to {
		transform: translateY(-12px);
		opacity: 0;
	}
}

@keyframes scrollToTop-data-v-5df0b737 {
	0% {
		transform: translateY(10px);
		opacity: 0;
	}
	25% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0.5;
	}
	to {
		transform: translateY(-12px);
		opacity: 0;
	}
}

.aw_archive_box_content {
	position: relative;
	padding: 20px 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px #6e86d829;
	transition: all 0.3s ease-out;
}

.aw_archive_box_content:hover {
	transform: translateY(-7px);
	box-shadow: 0 10px 27px #6e86d83b;
}

.aw_archive_box_content .aw_archive_box_content_box_thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: none !important;
}

.aw_archive_box_content .aw_archive_box_content_box_title {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #788784;
	margin-bottom: 16px;
	text-decoration: none !important;
	min-height: 64px;
}

.row.align-items-center .col-12 {
	margin-top: 0 !important;
}

.aw_archive_box_content .alp-ar-blog-box--time {
	font-size: 12px;
	color: #bdbdbd;
}

.aw_archive_box_content .aw_archive_box_content_box_cat {
	background: #eff7ff;
	padding: 5px 7px;
	border-radius: 5px;
	color: #98aeec;
	font-size: 10px;
	letter-spacing: -.5px;
	font-weight: 400;
	text-decoration: none !important;
}

.aw_archive_box_content .aw_archive_box_content_box_view {
	position: relative;
	color: #26225b;
	font-size: 12px;
	font-weight: 500;
	margin: auto 0;
	text-decoration: none !important;
}


/*menu responsive*/

.menu_panel_1_button {
	display: none;
}

#menu_panel_1_responsive,
#menu_panel_2_responsive {
	display: none;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

.menu_panel_1_navabar,
.menu_panel_2_navabar {
	margin: 0;
	line-height: 30px;
	text-align: center;
	border: none;
	float: right;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999999;
	background: #f0f2f7;
	border-radius: 4px;
	color: #7a8197;
	font-size: 26px;
	padding: 11px;
	font-weight: 100;
}

.menu_panel_2_navabar {
	background: transparent !important;
}

.menu_panel_2_button {
	color: #707070;
	font-size: 27px;
	z-index: 999;
	float: left;
	padding: 6px 1px !important;
}

.menu_panel_1_button::after,
.menu_panel_2_button::after {
	content: "";
	display: block;
	clear: both;
}

.menu_panel_1_navabar:hover,
.menu_panel_2_navabar:hover {
	background: #666;
}

#menu_panel_1_responsive ul,
#menu_panel_2_responsive ul {
	padding: 0;
}

#menu_panel_1_responsive h1,
#menu_panel_2_responsive h1 {
	background: #f3f3f3;
	font-family: IRAN-m;
	border-bottom: 1px solid #ddd;
	color: #222;
	margin: 0;
	font-size: 14px;
	font-weight: 900;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}

#menu_panel_1_responsive h1::before,
#menu_panel_2_responsive h1::before {
	content: '\f104';
	color: #000;
	font-size: 13px;
	font-family: FontAwesome;
}

#menu_panel_1_responsive li:focus>a,
#menu_panel_2_responsive li:focus>a {
	color: red !important;
}

.menu_panel_1_hide,
.menu_panel_2_hide {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99999998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s linear;
}

body.menu_panel_1_overlt__show .overlay_menu_panel_1,
body.menu_panel_2_overlt__show .overlay_menu_panel_2 {
	opacity: 1;
	visibility: visible;
}

.overlay_menu_panel_1,
.overlay_menu_panel_2 {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99999998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s linear;
}


/*mega menu*/

#before-nav {
	min-height: 55px;
	width: 100%;
	margin: 0 auto;
	background: #FBFBFB;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#main-nav {
	width: 100%;
}

#main-nav .container,
#main-nav-uber .container {
	position: relative;
}

#main-nav ul li {
	font-size: 13px;
	position: relative;
	display: inline-block;
	padding: 4px 0 10px;
	float: right;
	border-width: 0 0 0 1px;
}

.widget_shopping_cart_content * {
	transition: none !important;
}

.top-bar-cart li.woocommerce-mini-cart-item.mini_cart_item i {
	margin-top: 3px;
}

#main-nav ul li:first-child,
#main-nav ul li:first-child a {
	border: 0 none;
	margin-right: 0 !important;
}

#main-nav ul li:last-child a {
	border-right-width: 0;
}

#main-nav ul.menu-sub-content>li i {
	font-size: 9px !important;
	margin-left: 0 !important;
	padding-left: 14px !important;
	margin-right: 4px !important;
	vertical-align: middle;
}

#main-nav ul li a {
	display: inline-block;
	align-items: center;
	display: flex;
	height: 52px;
	position: relative;
	line-height: 50px;
	color: #373737;
	border-width: 0 0 0 1px;
	font-size: 14px;
	font-weight: 400;
}

#main-nav ul li i.fa,
#mobile-menu li.menu-item-home a:before,
#slide-out ul li i.fa {
	margin-right: 5px;
	padding-left: 5px;
}


/*
#main-nav ul li.menu-item-has-children a,
#main-nav ul li.mega-menu a {
    padding-right: 10px;
}*/

#main-nav ul ul li.aw_product_offer_one_current-menu-item a,
#main-nav ul ul li.aw_product_offer_one_current-menu-item a:hover,
#main-nav ul ul li.aw_product_offer_one_current-menu-parent a,
#main-nav ul ul li.aw_product_offer_one_current-menu-parent a:hover,
#main-nav ul ul li.aw_product_offer_one_current-page-ancestor a,
#main-nav ul ul li.aw_product_offer_one_current-page-ancestor a:hover,
#main-nav ul ul li.aw_product_offer_one_current_page_parent a,
#main-nav ul ul li.aw_product_offer_one_current_page_parent a:hover {
	border-width: 1px !important;
}


/* Remove Arrows from the Sub Sub Menus */

#main-nav ul li .mega-menu-block ul.sub-menu:before,
#main-nav ul ul>li.mega-menu:hover>a:after,
#main-nav ul ul>li.menu-item-has-children:hover>a:after {}

#main-nav ul>li.aw_product_offer_one_current-menu-item.menu-item-has-children:hover>a:after,
#main-nav ul>li.aw_product_offer_one_current_page_parent.menu-item-has-children:hover>a:after {
	top: 45px;
}

#main-nav ul ul.sub-menu {
	width: 200px;
	z-index: 250;
}

#main-nav ul ul li.aw_product_offer_one_current-menu-item ul,
#main-nav ul ul li.aw_product_offer_one_current-menu-parent ul,
#main-nav ul ul li.aw_product_offer_one_current-page-ancestor ul,
#main-nav ul ul li.aw_product_offer_one_current_page_parent ul,
#main-nav ul ul ul.sub-menu {
	top: -2px;
}

#main-nav ul .mega-menu-block ul li.aw_product_offer_one_current-menu-item ul,
#main-nav ul .mega-menu-block ul li.aw_product_offer_one_current-menu-parent ul,
#main-nav ul .mega-menu-block ul li.aw_product_offer_one_current-page-ancestor ul,
#main-nav ul .mega-menu-block ul li.aw_product_offer_one_current_page_parent ul,
#main-nav ul .mega-menu-block ul ul.sub-menu {
	top: 0;
}

#main-nav .menu-sub-content {
	padding: 0;
	position: absolute;
	z-index: 205;
	border-top: 2px solid #FF9800;
	background: #fff;
	color: #222;
	box-shadow: 0 3px 20px #3f51b524;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#main-nav ul li:hover .sub-menu-columns-item li,
#main-nav ul li:hover>.menu-sub-content,
#main-nav ul li:hover a.mega-links-head {
	visibility: visible !important;
	opacity: 1 !important;
	transform: translateY(0) !important;
}

#main-nav .menu-sub-content,
#main-nav ul li.mega-menu.mega-links .mega-menu-block .sub-menu-columns-item li,
#main-nav ul li.mega-menu.mega-links a.mega-links-head {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out !important;
	transform: translateY(15px);
}

#main-nav ul li:hover .sub-menu-columns li a.mega-links-head {
	transition-delay: 0.4s !important;
}

#main-nav ul li.mega-menu.mega-links .mega-menu-block .sub-menu-columns-item li {
	transition-delay: 0.5s !important;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head {
	padding: 5px 0;
	text-align: right;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #333;
	border-bottom: 1px solid #eee;
}

#main-nav ul li.aw_product_offer_one_current-menu-item ul,
#main-nav ul li.aw_product_offer_one_current-menu-parent ul,
#main-nav ul li.aw_product_offer_one_current-page-ancestor ul,
#main-nav ul li.aw_product_offer_one_current_page_parent ul {
	top: 51px;
}

#main-nav ul ul li {
	background: none !important;
	width: 100%;
	border: 0 none;
	font-size: 12px;
	height: auto !important;
	margin: 0 !important;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head i {
	color: #444 !important;
	width: 20px !important;
	height: 17px !important;
	margin: 4px 1px -2px 4px !important;
	padding: 0 !important;
}

#main-nav ul ul ul li i,
.main-menu ul li ul li a i {
	color: #444 !important;
	font-size: 12px !important;
	width: 10px !important;
	height: 10px !important;
	margin: 0 0 0 4px !important;
	padding: 0 !important;
}

#main-nav ul ul li:first-child {
	background: none !important;
	width: 100%;
	border: 0 none;
	font-size: 11px;
	height: auto !important;
	margin: 0 !important;
}

#main-nav ul li .mega-menu-block ul.sub-menu,
#main-nav ul ul ul {
	border-top: 0 none;
}

#main-nav ul li.aw_product_offer_one_current-menu-item ul li:first-child,
#main-nav ul li.aw_product_offer_one_current-menu-parent ul li:first-child,
#main-nav ul li.aw_product_offer_one_current_page_parent ul li:first-child,
#main-nav ul ul li:first-child {
	border-top: 0 none !important;
}

#main-nav ul ul ul {
	left: auto;
	right: 100%;
	top: 0;
	z-index: 210;
}

.megamenuarea .sub-menu li a,
.megamenuarea .sub-menu-columns li a {
	box-shadow: none !important;
}

#main-nav .mega-menu-block a,
#main-nav ul ul a {
	border: 0 none;
	background: none !important;
	height: auto !important;
	line-height: 25px !important;
	padding: 6px;
	display: block;
	margin-right: 0;
	z-index: 210;
	font-size: 13px;
	color: #222;
}

#main-nav .mega-menu-block a.mega-menu-link {
	padding: 0;
	margin-top: 10px;
}

#main-nav ul li.aw_product_offer_one_current-menu-item ul a,
#main-nav ul li.aw_product_offer_one_current-menu-parent ul a,
#main-nav ul li.aw_product_offer_one_current-page-ancestor ul a,
#main-nav ul li.aw_product_offer_one_current_page_parent ul a {
	color: #222;
}


/* Top Level links */

#main-nav ul li:hover>a,
#main-nav ul:hover>a {
	color: #000;
}


/* Sub Level links */

#main-nav ul ul li:hover>a,
#main-nav ul ul:hover>a {
	color: #000;
	padding-left: 15px;
	padding-right: 14px;
}

#main-nav ul li.menu-item-home.aw_product_offer_one_current-menu-item a {
	background-position: center 13px;
	margin-top: -2px;
}

#main-nav ul li.menu-item-home:after {
	display: none;
}

#main-nav ul li.menu-item-home ul li a,
#main-nav ul li.menu-item-home ul li a:hover,
#main-nav ul ul li.menu-item-home a {
	background-color: transparent !important;
	text-indent: 0;
	background-image: none !important;
	height: auto !important;
	width: auto;
}


/* Mega Menus */

#main-nav ul li.mega-menu .mega-menu-block {
	width: 1100px;
	right: 0;
	padding: 15px 15px 5px;
}

#main-nav ul li.mega-menu .mega-menu-block img {
	max-width: 100%;
	height: auto;
}

#main-nav ul li .mega-menu-block .tie-date i.fa,
#main-nav ul li.mega-menu .post-thumbnail,
#main-nav ul li.mega-menu .post-thumbnail a {
	margin: 0;
	padding: 0;
}


/* Mega Links */

#main-nav ul li.mega-menu.mega-links .mega-menu-block {
	padding-right: 0;
	border-radius: 5px;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column {
	float: right;
	border: 0 none;
	margin-bottom: 10px;
	padding-right: 25px;
	width: 50%;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column:after {
	display: none;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head:hover {
	color: #000;
	border-bottom: 1px solid #9f9f9f;
}

.mega-links a:hover {
	color: #000;
}


/* Mega Links 3 columns */

#main-nav li.mega-menu.mega-links.mega-links-3col .mega-menu-block ul li.mega-link-column {
	width: 33.333%;
}


/* Mega Links 4 columns */

#main-nav li.mega-menu.mega-links.mega-links-4col .mega-menu-block ul li.mega-link-column {
	width: 25%;
}


/* Mega Links 5 columns */

#main-nav li.mega-menu.mega-links.mega-links-5col .mega-menu-block ul li.mega-link-column {
	width: 20%;
	padding-bottom: 0;
	padding-top: 0;
}


/* Mega Categories */

#main-nav ul li.mega-menu.mega-cat .mega-menu-block {
	padding: 0;
}

#main-nav .mega-cat-takhfif {
	clear: both;
}

#main-nav ul ul.sub-menu.mega-cat-more-links {
	width: 100%;
	margin: 10px 0;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li {
	float: right;
	width: 29.333333%;
	margin: 0 2% !important;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li ul li {
	float: none;
	width: 100%;
	margin: 0 !important;
}

.mega-cat-sub-categories {
	float: right;
	width: 20%;
	padding-top: 20px;
}

#main-nav ul li.cat-active a {
	background: #373737 !important;
}

#main-nav .mega-cat-content-tab {
	display: none;
	overflow: hidden;
}

#main-nav .mega-cat-content-tab a {
	cursor: default;
}

#main-nav .mega-cat-content-tab.already-loaded a {
	cursor: pointer;
}

#main-nav .mega-cat-content {
	float: right;
	padding: 20px 0 20px 20px;
}

#main-nav .mega-cat-content.mega-cat-sub-exists {
	background: #eee;
	width: 80%;
	position: relative;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post {
	float: right;
	padding-right: 20px;
	width: 25%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .already-loaded .mega-menu-post {
	opacity: 1;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post a {
	border: 0 none;
	padding: 0;
}


/* Clear */

#main-nav ul ul.sub-menu.mega-cat-more-links:after {
	content: ' ';
	display: block;
	clear: both;
}


/* Mega Featured - Recent */

#main-nav .mega-recent-featured-list {
	width: 25%;
	margin-right: 3%;
	float: left;
}

#main-nav .mega-recent-post {
	float: left;
	width: 37%;
	margin-right: 3%;
}

#main-nav ul li.mega-menu.mega-recent-featured .mega-menu-block .mega-recent-post a {
	border: 0 none;
	padding: 0;
}

#main-nav .mega-check-also {
	float: left;
	width: 60%;
}

#main-nav ul .mega-check-also li {
	width: 50% !important;
	float: left !important;
	padding: 8px 0 !important;
	margin-bottom: 8px !important;
}

#main-nav .menu-item-has-children .mega-check-also {
	width: 32%;
}

#main-nav ul .menu-item-has-children .mega-check-also li {
	width: 100% !important;
	float: none !important;
}

#main-nav .mega-menu-block .mega-check-also a.mega-menu-link {
	display: inline;
	margin-top: 0;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail {
	margin-right: 10px;
	float: left;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail img {
	max-width: 90px;
	height: auto;
}

#main-nav ul>li.menu-item-has-children:after {
	position: absolute;
	left: -15px;
	top: 32% !important;
	display: inline-block;
	content: '\f107';
	color: #888 !important;
	font-size: 11px;
	font-family: FontAwesome;
}

#main-nav .menu-sub-content li:after {
	transform: rotate(90deg);
	transition: all 0.3s;
	left: 25px !important;
}

#main-nav ul ul li:hover:after {
	left: 15px !important;
}

#main-nav ul li:first-child:after {
	top: 23px;
}

.megamenuarea i,
.megamenuarea svg {
	display: inline-block !important;
	font-size: 14px !important;
	margin: -4px 17px 0 4px !important;
	color: #737373 ;
	vertical-align: middle;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
}
#main-nav ul ul li a {
    color: #999 !important;
}
.widefat {
	margin: 10px 0 !important;
}


/*mega menu*/


/* product_offer_one */

#aw_product_offer_one_thumbnail {
	float: right;
	width: 33%;
	border-right: 1px dashed #e9edf5;
	padding: 20px 10px;
	box-sizing: border-box;
	/* background: #fafcff; */
	z-index: unset;
}

#aw_product_offer_one_thumbnail_current.owl-theme {
	position: relative;
	float: right;
	width: 67%;
	z-index: unset;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}

#aw_product_offer_one_thumbnail .owl-stage {
	left: 0 !important;
	width: 100% !important;
	right: 0 !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.aw_product_offer_one_thumbnail_background {
	float: right;
	width: 40%;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 20px;
}

.aw_product_offer_one_thumbnail_background_Percent_inner {
	float: left;
	margin: auto;
	padding: 0;
	background: #fb3449;
	box-shadow: 0 0 17px #fb344954;
	width: max-content;
	height: 30px;
	position: relative;
	left: -11px;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-weight: 400;
	border-radius: 5px;
	transform: rotate(-90deg);
	top: 30px;
	margin-bottom: -30px;
	margin-left: -107px;
}

.aw_product_offer_one_thumbnail_background_woo_thumb img {
	box-shadow: 0 0 25px #454d7b3b !important;
	border-radius: 14px !important;
}

.aw_product_offer_one.aw_product_offer_one_tp.aw-owl.aw-offer-00-1::before {
	content: "";
}

#aw_product_offer_one_thumbnail .aw_product_offer_one_current .aw_product_offer_one_item_thumbnail {
	border-radius: 10px;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
	float: right;
	width: 100%;
	background: #f0f2f7;
	color: #6a6a6a;
}

#aw_product_offer_one_thumbnail .aw_product_offer_one_item_thumbnail img {
	float: right;
	width: 70px !important;
	background: none !important;
	padding: 2px;
	margin-top: 5px;
	margin-left: 10px;
	border-radius: 68% 32% 43% 57% / 50% 53% 47% 50% !important;
}

#aw_product_offer_one_thumbnail_current .aw_product_offer_one_product_list {
	width: 100% !important;
	height: unset !important;
}

.aw_product_offer_one.aw_product_offer_one_tp.aw-owl.aw_product_offer_one_area {
	background: #fff;
	box-shadow: 0 5px 30px rgb(51 105 158 / 10%);
	border-radius: 5px;
	float: right;
	width: 100%;
}

.aw_product_offer_one_item_thumbnail h3 {
	float: right;
	width: 70%;
	font-size: 15px;
	font-weight: 300;
	margin-top: 14px;
	line-height: 26px;
}

@keyframes morph_aw_1 {
	0% {
		border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
	}
	100% {
		border-radius: 40% 60%;
	}
}

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

.aw_product_offer_one_percent {
	float: right;
	margin: auto;
	display: none;
	padding: 0;
	background: #464646;
	width: 90px;
	box-shadow: 0 0 17px #4646468a;
	height: 30px;
	right: 0;
	font-size: 13px;
	padding-top: 7px;
	color: #fff;
	font-weight: 400;
	border-radius: 5px;
	transform: rotate(-90deg);
	top: 90px;
	margin-bottom: 0;
	position: absolute;
	z-index: 999;
	margin-top: -30px;
	padding-right: 11px;
	margin-right: -27px;
}

.owl-item.active.aw_product_offer_one_current .aw_product_offer_one_percent {
	display: block;
}

#aw_product_offer_one_thumbnail .owl-nav {
	display: none;
}

#aw_product_offer_one_thumbnail .owl-dots {
	display: none;
}

#aw_product_offer_one_thumbnail_current.owl-theme {
	position: relative;
	float: right;
	width: 67%;
	padding: 50px 0 0 !important;
}

#aw_product_offer_one_thumbnail .aw_product_offer_one_current .aw_product_offer_one_item_thumbnail img {
	background: #2dcea2;
}

#aw_product_offer_one_thumbnail .owl-stage {
	left: 0 !important;
}

#aw_product_offer_one_thumbnail_current .aw_product_offer_one_left_section {
	padding-top: 40px;
	width: 60%;
	padding-right: 50px;
	float: right;
	box-sizing: border-box;
	padding-left: 20px;
}

#aw_product_offer_one_thumbnail_current del {
	display: unset;
	float: right;
	width: unset;
	padding: 15px 0;
	margin-left: 15px;
}

#aw_product_offer_one_thumbnail_current .aw_test_onsale_in_offer_1 bdi,
#aw_product_offer_one_thumbnail_current ins,
.aw_product_offer_one_left_section_woo_price_main_inner del.aw_dels bdi {
	background: #41bc44;
	color: #fff;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 15px;
	margin-right: 0;
	margin-top: 10px !important;
	float: right;
	border-radius: 5px;
}

.aw_product_offer_one_left_section_woo_price_main_inner del.aw_dels bdi {
	float: unset;
	margin-right: 15px;
}

.aw_product_offer_one_thumbnail_background_inner {
	border: 3px dashed #e9edf5;
	float: right;
	width: 100% !important;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 0 20px #3f51b512;
}

#aw_product_offer_one_thumbnail .aw_product_offer_one_current .aw_product_offer_one_item_thumbnail::before {
	content: "";
}

#aw_product_offer_one_thumbnail .owl-item {
	width: 100% !important;
	cursor: pointer;
}

#aw_product_offer_one_thumbnail .aw_product_offer_one_product_list {
	height: unset !important;
	width: 100% !important;
}

#aw_product_offer_one_thumbnail_current h3 {
	margin: 0;
	line-height: 31px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
	color: #353535;
}

#aw_product_offer_one_thumbnail .aw_product_offer_one_item_thumbnail img {}

#aw_product_offer_one_thumbnail .aw_product_offer_one_current .aw_product_offer_one_item_thumbnail img {
	display: block !important;
	padding: 8px;
	background: #fff !important;
}

#aw_product_offer_one_thumbnail_current .aw_product_offer_one_left_section_woo_price_main {
	float: right;
	width: 100%;
	border-bottom: 0 solid #e9edf5;
	margin-top: 15px;
}

.aw_product_offer_one_left_section_woo_price_main_inner {
	float: right;
	padding: 10px;
	margin-bottom: -20px;
	margin-left: 20px;
	border-radius: 5px;
}

#aw_product_offer_one_thumbnail_current .aw_product_offer_one_left_section .woocommerce-product-rating {
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
	padding: 0 0 !important;
	position: relative;
}

.aw_product_offer_one_left_section_review_rating {
	float: right;
	margin-bottom: -15px;
	margin-right: 10px;
	padding: 0 15px;
}

.aw_product_offer_one.aw_product_offer_one_tp.aw-owl.aw_product_offer_one_area::before {
	position: absolute;
	top: 140px;
	left: 0;
	background: #eaeff5;
	border-radius: 10px;
	z-index: -1;
	text-align: center;
	font-weight: 400;
	bottom: unset !important;
	padding-top: 13px;
	font-size: 17px;
	margin-right: -10px !important;
	color: #3e444b;
	content: "";
	will-change: border-radius, transform;
	pointer-events: none;
	width: 200px;
	height: 200px;
	animation: morph_aw_1 10s linear infinite alternate, spin 26s linear infinite reverse;
	transform-origin: 20% 20%;
	display: none !important;
}

.aw_product_offer_one_left_section_woo_offer_time {
	float: right;
	width: 100%;
	padding: 15px 0;
	margin-top: 40px;
}

.aw_product_offer_one_thumbnail_background_woo_thumb1 .aw_video_popuo_btn {
	top: -37px;
	right: -37px;
}


/* product_offer_one */


/* product_slider_one */

.aw_ps_plist_in-1_tag_1 {
	float: right;
	width: 100%;
}

.aw_ps_plist_owl_product1 .aw_ps_plist_to {
	height: unset;
	width: 100% !important;
}

.aw_ps_plist_in-1_tag_1 h3 {
	padding: 20px;
	margin: 0;
	font-size: 15px;
	float: right;
	width: 100%;
	line-height: 31px;
	min-height: 100px;
	font-weight: 300;
	color: #555;
}

.aw_ps_plist_in_price_1 i {
	float: right;
	color: #515151;
	font-size: 20px;
	margin-top: -3px;
	margin-left: 10px;
	display: none !important;
}

.aw_ps_plist_in_price_1 {
	margin: 10px auto;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #41bc44;
	font-weight: bold;
	font-size: 16px;
	margin-right: 0;
	padding: 0 15px;
	border-radius: 0;
	margin-top: 0;
	float: right;
}

.aw_ps_plist_in_price_1 ins {
	color: #41bc44;
	font-weight: bold;
	font-size: 16px;
	margin-right: 0;
	padding: 0 15px;
	border-radius: 0;
	margin-top: 0;
	float: right;
}

.aw_ps_plist_in_price_1 del {
	display: unset;
	float: right;
	font-size: 16px;
	font-weight: 400;
	color: #515151;
}

.aw_ps_plist_in-1_tag_1 a {
	float: right;
	width: 100%;
}

.aw_ps_plist_in-1_tag_1 {
	float: right;
	width: 100%;
	box-shadow: 0 3px 20px #3f51b50d;
	border-radius: 5px;
	border: 0 solid #eee;
	background: #fff;
	overflow: hidden;
}

.aw_ps_plist_to {
	float: right;
	padding: 20px 10px;
}

.aw_ps_plist_owl_product1 .owl-item img {
	border-radius: 5px 5px 0 0;
}

.aw_ps_plist_in_price_total_sale_1 span {
	background: rgba(95, 172, 250, .15);
	color: #5facfa;
	float: right;
	padding: 8px 15px;
	border-radius: 6px;
	margin-left: 10px;
	font-weight: 400;
}

.aw_ps_plist_in_price_total_sale_1 {
	float: right;
	width: 100%;
	padding: 0 20px 20px;
}

.aw_ps_plist_in_price_total_sale_1 .aw_ps_plist_in_price_total_sale_1_inner {
	background: #edeaff;
	color: #6c6789;
}

#aw_ps_plist_in-_star_1 {
	float: right;
	margin: 0 19px 11px 0;
	font-size: 14px !important;
	min-height: 18px;
}

.owl-nav {
	text-align: center;
	display: block;
	width: 100%;
}

.owl-nav button {
	background: transparent;
	font-size: 25px;
	color: #777;
	padding: 0 25px;
}

.owl-nav button i {
	font-weight: 200;
	font-size: 31px;
}

.owl-dots {
	text-align: center;
	margin-top: 5px;
}

.owl-dots .owl-dot {
	display: inline-block;
	margin-top: 10px;
}

.owl-dots .owl-dot span {
	display: block;
	width: 11px;
	height: 11px;
	margin: 5px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.owl-dots .owl-dot {
	background: transparent !important;
}

.owl-dots .owl-dot span {
	background-color: rgba(255, 255, 255, 0.2);
}

.owl-dots .owl-dot:not(.active):hover span {
	border-color: #428bca;
}

.owl-dots .owl-dot:not(.active):hover span {
	background-color: #fff;
}

.owl-dots .owl-dot span {
	background-color: #d1d1d1;
}

.owl-dots .owl-dot.active span {
	background-color: #ff9800;
	border-color: #ff9800;
	background: #ff9800;
	width: 14px;
}

.aw_the_title {
	display: block;
	width: 100%;
}

.aw_the_title i {
	float: right;
	font-size: 30px;
	color: #f19077;
	margin: 1px 10px;
}

.aw_the_title h3 {
	font-size: 18px;
	color: #444;
	font-weight: 600;
	margin: 0;
}

.aw_the_title small {
	letter-spacing: 1px;
	font-weight: 300;
	color: #999;
	display: inline-block;
	margin-top: 7px;
	text-transform: uppercase;
}


/*product moshabak*/

.aw_preview_mini_product_1 {
	float: right;
	padding: 10px;
	text-align: center;
}

.aw_preview_mini_product_1 .aw_moshblock_img {
	height: 73px;
	width: 73px;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgb(40 137 180 / 18%);
}

.price-box-145 {
	color: #111 !important;
	text-align: center;
}

.aw-products-mini-one-term1 {
	float: right;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.aw-products-mini-one-term1-1 {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 5px 20px rgb(51 105 158 / 10%);
	box-sizing: border-box;
	float: right;
	width: 100%;
	transition: 0.4s;
	margin: 20px 0;
}

.aw-products-mini-one-term1:hover img {
	transform: rotate(10deg);
}

.aw-products-mini-one-term1-1 img {
	float: right;
	transition: all 0.2s linear;
	transition-delay: 0.1s;
	width: 80px !important;
	box-shadow: 0 0 1px 5px #92929254, 0 0 1px 12px #92929224 !important;
	border-radius: 91% 9% 90% 10% / 17% 90% 10% 83% !important;
}

.aw-products-mini-one-meta1 {
	float: left;
	width: 65%;
	font-size: 14px;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}

.aw-products-mini-one-meta1 h3 {
	margin: 0;
	float: right;
	width: 100%;
	font-size: 15px;
	color: #666;
	font-weight: 100;
	min-height: 48px;
}

.aw-products-mini-one-meta1-price1 {
	float: right;
	width: 100%;
	margin-top: 15px;
}

.aw_owl_academy_offer1_mzn {
	float: left;
	background: #ececec;
	padding: 5px 10px;
	border-radius: 5px;
}

.aw-products-mini-one-meta1-price1-1-2 {
	color: #626262;
	float: right;
	font-weight: 500;
	padding: 4px 0;
}

.aw-products-mini-one-meta1-price1-1-2 del {
	display: none !important;
}

.aw-posts-content .aw-item-posts {
	background: #ededed;
	padding: 19px 0 20px;
	width: 100%;
	display: inline-flex;
	border-radius: 30px;
	margin: 10px auto;
	transition: all 0.2s linear;
}

.aw-posts-content .aw-item-posts:hover {
	transform: translateY(-10px);
	background: #fff;
	box-shadow: 0 8px 30px 0 rgb(103 151 255 / 22%);
}

.aw-posts-content .aw-item-posts figure img {
	width: 110px;
	height: 110px;
	border-radius: 91% 9% 90% 10% / 17% 90% 10% 83%;
	margin: 14px 25px;
	transition: all 0.2s linear;
	transition-delay: 0.3s;
	box-shadow: 0 0 1px 10px #ffffff4a, 0 0 1px 20px #e6e6e62b, 0 0 1px 29px #ffffff33;
}

.aw-posts-content .aw-item-posts:hover img {
	transform: rotate(10deg);
}

.aw-posts-content .aw-item-posts h3 {
	font: 21px bakh, 'arial' !important;
	align-items: center;
	color: #7d7d7d;
	text-transform: uppercase;
	width: 71%;
}

a.aw_archive_box_content_box_thumbnail {
	display: flex;
	align-items: center;
}

.aw_owl_academy_offer1_product-style .owl-stage-outer {
	background: #fff;
	box-shadow: 0 5px 30px rgb(51 105 158 / 10%);
	border-radius: 5px;
}

.aw_mini_slier_1_1_inner .owl-item {
	padding: 0 10px;
}

.aw_owl_academy_offer1_product_list_1 {
	float: right;
	width: 100%;
	padding-right: 1px;
}

.aw_owl_academy_offer1_tumbs {
	float: right;
	width: 35%;
	position: relative;
	height: unset;
}

.aw_owl_academy_offer1_tumbs img {
	margin: 15px;
}

.aw_owl_academy_offer1_mzn.aw_owl_academy_offer1_mzn_4_sahand_main {
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	background: #fff;
	color: #fff;
	font-weight: bold;
	height: 100px;
	width: 100px;
	text-align: center;
	margin-left: -50px;
	position: absolute;
	left: 0;
	top: 23px;
}

.aw_owl_academy_offer1_mzn {
	float: left;
	background: #ececec;
	padding: 5px 10px;
	border-radius: 5px;
}

.aw_owl_academy_offer1_mzn___4-sahand {
	background: linear-gradient(90deg, #9c27b0 0, #2196f3 62%);
	height: 86px;
	width: 86px;
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	margin-right: -3px;
	color: #41bc44;
	font-weight: 400;
	padding-top: 0;
	margin-top: 2px;
	font-size: 18px;
	padding: 6px;
}

.aw_owl_academy_offer1_mzn___4-sahand img {
	width: 100%;
	margin: 0;
	border: 0 solid #fff;
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}

.aw_owl_academy_offer1_left__side {
	float: right;
	width: 65%;
	padding: 20px;
	box-sizing: border-box;
	padding-right: 30px;
	position: relative;
	margin-top: 20px;
	padding-bottom: 0 !important;
	padding-left: 50px;
	margin-bottom: 0;
}

.aw_owl_academy_offer1_left__side h3 {
	float: right;
	width: 100%;
	margin-top: 0;
	margin-bottom: 5px;
	min-height: 50px;
	font-weight: 600;
	color: #797979;
	font-size: 16px;
	margin-left: 0;
	padding-right: 11px;
}

.aw_owl_academy_offer1_left__side p {
	color: #999;
	font-weight: 100;
	background: none;
	float: right;
	border-radius: 90px;
	padding-top: 0;
}

.aw_owl_academy_offer1_priceing__1 {
	float: left;
	width: 30%;
	padding: 10px;
	font-size: 20px;
	color: #666;
	padding-right: 0;
	box-sizing: border-box;
	padding-bottom: 0;
}

.aw_demo_academy_aw_badges_1 {
	width: 70%;
	float: right;
	text-align: right;
}

.aw_demo_academy_aw_badges_1 .aw_badges_1_1 {
	float: right;
	text-align: right;
	margin-top: 19px;
}

.aw_owl_academy_offer1_mzn_total_price {
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: -7px;
	width: 50px;
	height: 50px;
	left: 20px;
}

.aw_owl_academy_offer1_mzn_total_inner {
	position: absolute;
	top: 15px;
	left: 11px;
	font-size: 16px;
}

.aw_owl_academy_offer1_priceing__adad {
	float: left;
	margin-top: -7px;
	text-align: left;
}

.aw_offer_1_academy_dc {
	text-align: justify;
	color: #8f8f8f !important;
	margin: 15px 0;
	font-size: 13.5px;
	line-height: 1.5;
}

.aw_courses_main_meta_aside.aw_courses_main_meta_aside_transparent {
	background: transparent !important;
	box-shadow: none !important;
}

.aw_courses_main_meta_aside_transparent .aw_academy_aside_meta ul li p {
	float: unset !important;
	line-height: 1.6 !important;
}

.aw_owl_academy_offer1_priceing__adad .aw_not_variation_ins {
	color: #4caf50;
	font-weight: 900;
	display: block;
}


/*mobile header nav*/

.aw_mobile_header_main {
	background: #33353b;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0 10px;
}

#aw_mobile_header .aw_mobile_header_main {
	display: block !important;
	border-bottom: 1px solid #e9e9e9;
	box-shadow: 0 0 1px 0 rgb(0 0 0 / 10%) !important;
	position: fixed;
	clear: both;
	z-index: 10000;
	background: #ffffff;
	top: 0;
}

.aw_mobile_header_main a {
	display: block;
	width: 100%;
	height: 21px;
	padding: 20px 8px;
	position: absolute;
}

.aw_nav_cols {
	align-items: center;
	justify-content: center;
	text-align: center;
}

a.aw_mobile_header_main_logo {
	top: 0 !important;
	padding: 10px 0;
	position: relative;
	text-align: right;
	margin: 0 10px;
	float: right;
}

a.aw_mobile_header_main_logo img {
	width: 40px;
	height: 40px;
}

.aw_mobile_header_main_cols a {
	height: 100%;
	position: relative;
	padding: 16px 8px;
}

.aw_mobile_header_main_cols i {
	font-size: 27px;
	color: #8e8c8c;
	line-height: 20px;
}

.num-aw_mobile_header_main_cols_badge,
p.num-aw_mobile_header_main_cols {
	position: absolute;
	background: #8BC34A;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	right: 46%;
	top: 8px;
	font-size: 13px;
	line-height: 16px;
}

p.num-aw_mobile_header_main_cols_badge {
	background: #F44336 !important;
}

.aw_mobile_header_main_menu_btn a {
	width: 40px;
	float: left;
	position: relative;
}

.aw-products-mini-one-meta1-price1-1 {
	float: left;
	background: #ececec;
	padding: 5px 10px;
	border-radius: 5px;
}

span.row.aw_userr_mobile {
	width: 100%;
	height: auto;
	padding: 15px 7px;
	margin: 0;
	line-height: 28px;
	background: #ffffff;
}

#menu_panel_2_responsive p.col-6 {
	font-weight: 300;
	color: #8C8B8B;
	font-size: 13px;
}

.login_mobile_btn {
	float: left;
	width: auto;
	height: 28px;
	color: #ff7f68;
	line-height: 22px;
	font-size: 1.1rem;
	padding: 0 10px;
	border-radius: 50px;
	border: 2px solid #ff7f68;
	margin: 1px 0;
	text-align: center;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border: none;
	background: linear-gradient(90deg, #00BCD4, #07a8f4);
	border: none;
	color: #fff !important;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
	box-shadow: 0 0 20px rgb(63 81 181 / 25%);
	position: relative;
	padding: 10px 20px !important;
	font-weight: 300;
	margin-top: 10px;
	line-height: initial;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: linear-gradient(90deg, #00BCD4, #07a8f4);
	border: none;
	opacity: 0.8;
}

input#coupon_code {
	border-radius: 4px;
	font-size: 13px;
	padding: 10px 7px;
	font-weight: 300;
	margin-top: 10px;
	color: #b5b5b5;
	background: #fff;
	border: 1px solid #8C8B8B1a;
	margin-right: 5px;
}

input#coupon_code::placeholder {
	color: #999;
	font-size: 12px;
}

.woocommerce-form-coupon-toggle {
	background: #f1f5f7;
	padding: 0;
	margin-top: 10px;
	border-radius: 3px;
}

.woocommerce-info {
	font-size: 13px;
	width: 100%;
	border: none !important;
	background: transparent !important;
	padding: 15px;
	color: #666;
}

a.showcoupon {
	font-size: 12px;
	color: #999;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	display: none !important;
}

form.checkout_coupon.woocommerce-form-coupon p {
	font-size: 13px !important;
}

.wc_payment_method label {
	margin-right: 5px;
}

.wc_payment_method p {
	font-size: 13px;
	background: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}

li.wc_payment_method {
	padding: 15px;
	border-radius: 5px;
	list-style: none !important;
}

.woocommerce-checkout-payment ul {
	color: #6c757d;
	background-color: #f1f5f7;
	border: none !important;
	font-size: 12px;
	padding: 20px;
	border-radius: 5px;
}

.woocommerce-checkout-payment {
	border: 1px solid #e4e4e499;
	padding: 20px;
	background: transparent !important;
	margin: 20px 0;
	border-radius: 5px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background: transparent;
	background-color: transparent;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none !important;
}

.woocommerce-privacy-policy-text p {
	font-size: 13px;
	display: block;
	clear: both;
	width: 100%;
}

.woocommerce-terms-and-conditions-wrapper {
	width: 100%;
}

.postholder p {
	line-height: 2;
}

.postholder h1 {
	font-size: 16px;
	margin: 15px 0;
	font-weight: 900;
}

.postholder h2 {
	font-size: 17px;
	margin: 15px 0;
}

.postholder h3 {
	font-size: 15px;
	margin: 15px 0;
}

.postholder h4 {
	font-size: 14px;
	margin: 15px 0;
}

.postholder h5 {
	font-size: 13px;
	margin: 15px 0;
}

.postholder h6 {
	font-size: 12px;
	margin: 15px 0;
}

.woocommerce form .form-row label {
	line-height: normal;
	width: 100%;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #555555;
}

form.checkout.woocommerce-checkout .woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-size: 12px;
	font-weight: 300;
	border: none;
	padding: 10px;
	color: #555555;
	margin-top: 10px;
	border: 1px solid #f0f2f3;
	border-radius: 4px;
}

.select2.select2-container .select2-selection {
	height: 33px;
	line-height: 33px !important;
	font-size: 13px !important;
	outline: none;
	border: 1px solid #ddd !important;
}

.woocommerce table.shop_table {
	border: none !important;
}

.woocommerce form label {
	color: #666666;
	font-size: 13px !important;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	border: 1px solid #8C8B8B1a;
	border-radius: 0;
	color: #888;
	padding: 10px;
	line-height: initial;
	border-radius: 5px;
	display: block;
	vertical-align: initial;
}

.aw-price-text-1 .aw-top-offer-timer {
	margin-left: 16px !important;
}

a.aw-video-button-icon:after {
	display: none !important;
}


/* notifi bar */

#hellobar-bar {
	width: 100%;
	margin: 0;
	display: table;
	font-weight: 400;
	color: #5c5e60;
	z-index: 99999998;
}

#hellobar-bar.regular {
	/* height: 70px; */
	font-size: 14px;
}

.hb-content-wrapper {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	align-items: center;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.hb-content-wrapper p {
	margin-top: 0;
	margin-bottom: 0;
}

.hb-text-wrapper {
	margin-right: 0.67em;
	display: inline-block;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	/* -webkit-box-flex: 1; */
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.hb-text-wrapper .hb-headline-text {
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
}

#hellobar-bar .hb-cta {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 35px 5px 0;
	padding: 2px 15px;
}

.hb-cta-button {
	opacity: 1;
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 1.5;
	max-width: 22.5em;
	text-align: center;
	position: relative;
	border-radius: 3px;
	white-space: nowrap;
	margin: 1.75em auto 0;
	text-decoration: none;
	padding: 0;
	overflow: hidden;
}

.hb-cta-button .hb-text-holder {
	border-radius: inherit;
	padding: 5px 15px;
}

.hb-close-wrapper {
	align-items: center;
	display: inline-flex;
	text-align: right;
}

a.icon-close {
	padding-right: 15px;
}


/*heaader*/

.container-fluid {
	max-width: 1400px;
}

.aw_not_elemntor_header {
	box-shadow: 0 3px 20px 0 rgb(0 52 255 / 10%);
}

.aw_not_elemntor_header .header_mini_cart_button {
	padding: 0 13px;
}

.aw_not_elemntor_header .sanahd_mini_cart_aligment .top-bar-cart,
.aw_not_elemntor_header .sanahd_mini_cart_aligment a {
	margin-left: 7px;
}

.aw_not_elemntor_header #main-nav ul li a {
	color: #848484 !important;
}

.aw_not_elemntor_header #main-nav ul li {
	margin-right: 31px;
}

.aw_not_elemntor_footer {
	padding: 0 0 14px;
	background-image: url("assets/images/footer-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 80px 0 rgb(0 85 255 / 7%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 6em;
	margin-bottom: 0;
	padding: 38px 0 34px;
}

.aw_not_elemntor_footer h5 {
	padding-right: 0;
}

.aw_not_elemntor_footer.aw_menu_footer_element_1 h5:after,
.aw_not_elemntor_footer.aw_menu_footer_element_1 ul li a:after {
	right: 10px;
	margin: 3px 10px;
}

.aw_not_post_title a {
	color: #6A7383;
	font-size: 19px;
	font-weight: 600;
	line-height: 82px;
}

.aw_not_elementor_post .aw-main-post p {
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	font-weight: 300;
	color: #7a7a7a;
}

.author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.author-box {
	padding: 20px;
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	background: #ffffff;
	margin: 10px 0 0;
	-webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	-moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	float: right;
	width: 100%;
}

.author-box-right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 25px;
}

.author-box-left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 17px;
}

.author-box-right img {
	box-shadow: 0 0 19px #3a43792b !important;
	border-radius: 5px !important;
	width: 100px;
	border-radius: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}

.author-box-left h6 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #888;
	font-size: 14px;
	position: relative;
	bottom: 7px;
}

.author-box-left p {
	margin-bottom: 0.8em;
	font-size: 13px;
	color: #777;
	text-align: right;
	margin: 0;
}

.aw_not_comment {
	padding: 20px;
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	background: #ffffff;
	margin: 10px 0 0;
	-webkit-box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	-moz-box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
	box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
	float: right;
	width: 100%;
}

.aw_not_elementor_post .share_posts {
	top: 0;
	right: 0;
}

a.button.product_type_variable.add_to_cart_button {
	width: 100%;
}


/* dokan */

div#tab-more_seller_product ul li {
	width: 47%;
}

ul li.product .star-rating,
ul li.product span.price {
	text-align: center;
	margin: 0 auto !important;
}

div#tab-more_seller_product ul li .aw-offer-time-1.aw-offer-time-after {
	display: none !important;
}

div#dokan-primary {
	float: none !important;
	width: 100% !important;
}

.profile-info-box.profile-layout-default .store-social-wrapper {
	width: 100%;
	background: #3333338a;
	margin-left: -20px;
	padding: 12px;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

ul.dokan-store-info i {
	float: right;
	margin-right: -25px;
	margin-left: 0;
	font-family: "Font Awesome 5 Free" !important;
}

#dokan-content .aw-offer-time-1,
.dokan-store-tabs .dokan-share-btn-wrap.dokan-right {
	display: none;
}

.woocommerce ul.products li.product .price span.amount {
	font-size: 17px;
}

.store-social-wrapper ul li i {
	color: #fff !important;
	text-shadow: none !important;
	font-size: 25px !important;
	margin: 15px !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
	padding-bottom: 8px;
	text-align: right;
}

.dokan-store-products-filter-area .orderby-search {
	background-color: #f7f7f7;
	width: 50%;
}

#dokan-content ul.products li:nth-child(even) {
	margin-left: 30px;
}

#dokan-content ul.products.columns-6 li.product,
#dokan-content ul.products.columns-6 li.product {
	width: 100%;
	display: grid;
}

#dokan-content .aw_product_offer_one_product_list_dokan {
	float: right;
	padding: 15px;
	box-sizing: border-box;
	height: 570px;
}

@media (max-width: 1199px) {
	.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
		height: 340px !important;
	}
}

.dokan-profile-frame-wrapper {
	box-shadow: 0 8px 20px 4px rgb(46 61 73 / 5%);
}

.dokan-ve-1 .user-avatar {
	width: 100%;
	text-align: center;
	padding: 40px 0;
	background: #333131;
	margin-bottom: 40px;
	color: #fff;
}

.dokan-ve-1 .user-avatar img {
	border-radius: 150px;
	background: #fff;
	padding: 7px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

.dokan-ve-1 .in2 {
	float: right;
	width: 100%;
	margin-top: 23px;
	font-size: 16px;
	font-weight: 900;
}

.dokan-dashboard-wrap {
	font-weight: 100 !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
	margin-top: 1px;
	margin-right: 0 !important;
	padding-right: 0;
	float: right;
	margin-left: 10px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {
	padding-top: 5px;
	float: left;
	margin-top: 4px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
	border: 0 !important;
	font-size: 16px !important;
	padding: 14px 5px !important;
}

input[type='submit'].dokan-btn-danger,
a.dokan-btn-danger,
.dokan-btn-danger,
input[type='submit'].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
	color: #fff !important;
	background-color: #ff6d00 !important;
	border-color: transparent !important;
}

.dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
	background: #171228 !important;
	background-color: #171228 !important;
}

.dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap {
	float: right !important;
}

.dokan-ve-1 .user-avatar {
	background-color: #171228;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-image: url("assets/images/almasweb__panel__back.png");
	background-size: cover;
	padding: 15px;
	color: #fff;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
	background: #311b3f !important;
}

.dokan-form-horizontal .dokan-control-label {
	text-align: right !important;
	padding-left: 0 !important;
	float: right !important;
	width: 100% !important;
	padding-right: 0 !important;
}

.dokan-w5.dokan-text-left {
	width: 100% !important;
}

.dokan-form-group {
	width: 100% !important;
}

.dokan-settings-content .dokan-settings-area .dokan-address-fields label {
	font-weight: 300 !important;
	font-size: 13px !important;
}

.dokan-form-control:focus {
	outline: none !important;
	border: 1px solid #EDEDED !important;
}

.dokan-form-group.dokan-w6.dokan-left.dokan-right-margin-30 {
	float: right !important;
	width: 100% !important;
	margin: 0 !important;
}

.dokan-settings-area .dokan-w7 {
	width: 100% !important;
	float: left !important;
}

.dokan-form-group .ajax_prev,
input.dokan-btn.dokan-btn-danger.dokan-btn-theme {
	width: 100% !important;
	margin: 0 auto !important;
	text-align: center !important;
}

.dokan-w4.ajax_prev.dokan-text-left {
	margin: 0 !important;
	width: 100% !important;
}

.dokan-settings-content .dokan-settings-area .dokan-banner {
	margin: 0 auto !important;
	text-align: center !important;
}

input[type='submit'].dokan-btn,
a.dokan-btn,
.dokan-btn {
	background: #ff9800 !important;
	border: 0 !important;
	color: #fff !important;
}

.dokan-settings-content .dokan-settings-area .dokan-gravatar {
	position: unset;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	display: block;
}

.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper * {
	height: 100%;
	margin: 70px auto;
	text-align: center;
	display: block;
	width: 100%;
}

.woocommerce .woocommerce-tabs ul.tabs li.seller_tab a:before {
	content: "\f508";
	float: right;
	left: -15px;
	color: #888 !important;
	font-family: 'Font Awesome 5 Pro';
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 29px;
	font-size: 20px;
	opacity: 0.7;
	vertical-align: middle;
	margin-top: -5px;
	font-weight: 300;
	margin-right: -7px;
	margin-left: 7px;
}

.woocommerce .woocommerce-tabs ul.tabs li.more_seller_product_tab a:before {
	content: "\f8b4";
	float: right;
	left: -15px;
	color: #888 !important;
	font-family: 'Font Awesome 5 Pro';
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 29px;
	font-size: 20px;
	opacity: 0.7;
	vertical-align: middle;
	margin-top: -5px;
	font-weight: 300;
	margin-right: -7px;
	margin-left: 7px;
}

ul.page-numbers {
	margin: 20px 0;
	border: none !important;
}

.dokan-pagination-container {
	text-align: center;
	margin: 20px;
	padding: 40px;
}

ul.page-numbers li {
	display: inline-block;
	border: none !important;
}

.dokan-pagination-container .dokan-pagination li a,
a.page-numbers {
	background-color: #fafafc !important;
	cursor: pointer;
	padding: 8px 15px !important;
	border-radius: 73px;
	color: #808080 !important;
	font-size: 14px !important;
	line-height: 1.5;
	font-weight: 300 !important;
}

.dokan-pagination-container .dokan-pagination li a,
a.page-numbers:hover {
	opacity: 0.9;
}

.store-data p,
.store-data span {
	color: #fff !important;
}

.pagination-wrap ul.pagination>li>a,
.pagination-wrap ul.pagination>li>span {
	float: right !important;
}

span.page-numbers.current {
	background-color: #00BCD4 !important;
	cursor: pointer;
	padding: 8px 17px !important;
	border-radius: 73px;
	color: #fff !important;
	font-size: 14px !important;
}


/*ajax product preview*/

#awsd-fast-load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000000;
}

.awsd-fast-load-before {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
	background-color: rgb(16 18 27 / 40%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.awsd-fast-load-content.loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.awsd-fast-load-content.awsd-dialog-centered.notloading svg {
	display: none !important;
}

.awsd-fast-load-content {
	width: 100%;
	padding-top: 30px;
	height: 100%;
	overflow-y: auto;
}

.loader {
	max-width: 15rem;
	width: 100%;
	height: auto;
	stroke-linecap: round;
}

.awsd-fast-load-content circle {
	fill: none;
	stroke-width: 3.5;
	-webkit-animation-name: preloader;
	animation-name: preloader;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	transform-origin: 170px 170px;
	will-change: transform;
}

.awsd-fast-load-content circle:nth-of-type(1) {
	stroke-dasharray: 550px;
}

.awsd-fast-load-content circle:nth-of-type(2) {
	stroke-dasharray: 500px;
}

.awsd-fast-load-content circle:nth-of-type(3) {
	stroke-dasharray: 450px;
}

.awsd-fast-load-content circle:nth-of-type(4) {
	stroke-dasharray: 300px;
}

.awsd-fast-load-content circle:nth-of-type(1) {
	-webkit-animation-delay: -0.15s;
	animation-delay: -0.15s;
}

.awsd-fast-load-content circle:nth-of-type(2) {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.awsd-fast-load-content circle:nth-of-type(3) {
	-webkit-animation-delay: -0.45s;
	animation-delay: -0.45s;
}

.awsd-fast-load-content circle:nth-of-type(4) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
	50% {
		transform: rotate(360deg);
	}
}

@keyframes preloader {
	50% {
		transform: rotate(360deg);
	}
}

.awsd-fast-load-close {
	position: fixed;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	opacity: 0.7;
	z-index: -1;
}

.awsd-fast-load-close {
	width: 100%;
	background: transparent;
	height: 100%;
	margin: 0 !important;
	transform: unset !important;
	top: 0;
	right: 0;
	z-index: 0;
}

.awsd-fast-load-close:hover {
	opacity: 1;
}

.awsd-fast-load-close:after,
.awsd-fast-load-close:before {
	position: absolute;
	right: 75px;
	content: ' ';
	top: 15px;
	height: 53px;
	width: 2px;
	background-color: #ffffff;
	opacity: 1 !important;
}

.awsd-fast-load-close:before {
	transform: rotate(45deg);
}

.awsd-fast-load-close:after {
	transform: rotate(-45deg);
}

.awsdbase_single_products_warp {
	margin: 20px 0;
	background: #fff;
	box-shadow: 0 6px 29.44px -7.44px rgb(0 0 0 / 13%) !important;
	border: none;
}

.awsdbase_gallery_products_thumbnail {
	position: relative;
	display: inline-block;
	padding: 0;
	background: #fff;
	box-shadow: 0 1px 7px -3px rgba(0, 0, 0, .1);
	text-align: center;
}

.awsdbase_gallery_products_area {
	position: relative;
	padding: 30px;
	border: 2px dotted #eaeaea;
	margin: 39px 20px 20px 0;
	text-align: center;
}

.awsdbase_gallery_products_thumbnail img {
	border-radius: 3px;
	padding: 12px;
	border: 2px dotted #eaeaea;
	display: inline-block;
	width: 60px;
}

.awsdbase_gallery_products_thumbnail a {
	display: inline-block;
	background: #fff;
}

.awsdbase_single_product_button {
	background: #fff;
	position: absolute;
	top: 0;
	right: 50%;
	left: 50%;
}

.awsdbase_products_content {
	padding: 20px 0 0;
	width: 100%;
}

.awsdbase_products_content h1 {
	font-weight: 400;
	font-size: 16px;
	color: #717171;
	margin-bottom: 5px;
}

.awsdbase_products_content small {
	letter-spacing: 1px;
	font-weight: 300;
	color: #05aced;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 5px;
}

.awsdbase_single_products_description {
	margin: 20px 0;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}

.awsdbase_single_products_meta ul {
	margin: 0;
	padding: 0;
}

.awsdbase_single_products_meta ul li a {
	font-size: 14px;
	color: #888;
	font-weight: 200;
}

.awsdbase_single_products_meta ul li {
	font-weight: 200;
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
	background: #f1f1f9;
	border-radius: 50px;
	padding: 5px 30px 5px 20px;
	margin-bottom: 10px;
	color: #a5a5a5;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
}

.awsdbase_single_products_meta ul li:first-child:before {
	content: "\f1f9";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	color: #03A9F4;
}

.awsdbase_single_products_meta ul li:last-child:before {
	content: "\f550";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	color: #03A9F4;
}

.awsdbase_single_price p {
	text-align: center;
}

.awsdbase_single_products_meta ul li div:first-child {
	display: inline-block;
	margin-right: 10px;
}

.awsdbase_single_products_total_sell .rawsddcolor i {
	color: #FF9800;
}

.awsdbase_single_products_total_sell {
	margin-bottom: 20px;
	font-weight: 300;
}

.awsdbase_single_products_total_sell p {
	font-size: 14px;
	margin: 10px 0;
	color: #777;
}

.awsdbase_single_products_total_sell p i {
	color: #19a194;
	font-weight: 900;
	font-size: 15px;
	float: right;
	margin-left: 5px;
}

.aw_demo_file_style_fast1 .am__product__infos ul li {
	padding: 3px !important;
}

.aw_demo_file_style_fast1 .am__product__infos:before {
	display: none;
}

.awsdbase_products_buybox {
	border-right: 1px solid #f5f5f5;
	height: 100%;
}

.awsdbase_products_buybox ul li a {
	color: #05aaf1;
}

.awsdbase_products_buybox ul {
	padding: 10px 0 15px;
}

.awsdbase_products_buybox ul li {
	font-size: 14px;
	color: #777;
	padding: 8px 15px;
}

.awsdbase_products_buybox ul li:last-child {
	padding-bottom: 0;
}

.awsdbase_products_buybox ul li i {
	color: #949494;
	margin-left: 6px;
	font-size: 14px;
	display: inline-block;
	float: right;
}

.awsdbase_products_buybox ul li small {
	display: block;
	color: #3131316b;
	font-size: 11px;
	font-weight: 300;
	line-height: 20px;
}

.awsdbase_add_to_cart_single,
.awsdbase_single_price .single_add_to_cart_button {
	background: linear-gradient(90deg, #00BCD4, #07a8f4);
	border: none;
	color: #fff !important;
	border-radius: 3px;
	display: block;
	text-align: center;
	font-size: 14px;
	-webkit-box-shadow: 0 0 17px 0 rgb(21, 161, 239);
	-moz-box-shadow: 0 0 17px 0 rgba(249, 191, 7, 0.14);
	box-shadow: 0 0 17px 0 rgba(17, 163, 241, 0.21);
	width: 100%;
	position: relative;
}

.awsddc_special_price button.single_add_to_cart_button i {
	font-size: 18px;
	margin: 0 10px;
	float: right;
	line-height: 32px;
}

.awsdbase_products_buybox table.variations td.value select,
.awsddc_sidebar_area table.variations td.value select {
	padding: 10px;
	color: #999;
	font-weight: 300;
	letter-spacing: -.8px;
	width: 100%;
	margin: 5px 0;
}

.awsdbase_products_buybox table.variations {
	margin: 7px 0;
}

.awsdbase_products_buybox .variations tbody tr td,
.awsddc_sidebar_area .variations tbody tr td {
	margin: 0;
	line-height: normal;
	padding: 0;
}

.awsdbase_gallery_products_area ol.flex-control-nav.flex-control-thumbs {
	height: 100px;
}

.awsdbase_products_buybox .variations tbody tr td.label,
.awsddc_sidebar_area .variations tbody tr td.label {
	padding-left: 5px !important;
}

.awsdbase_products_buybox form.cart {
	padding: 5px 15px;
}

div#awsddc_course_meta_area_fixed .quantity {
	text-align: center;
}

.awsddc_sidebar_area table.variations {
	margin: 20px 0 10px;
}

.awsddc_special_price p del {
	font-size: 14px;
	margin-left: 0;
}

.awsddc_special_price p ins,
.single_lists_quick p ins {
	text-decoration: none;
	margin-right: 10px;
}

.awsdbase_single_price ins span {
	font-weight: 600;
	font-size: 24px;
}

.awsddc_special_price p span {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.8px;
	color: #07a9f4;
}

.awsdbase_awsd_product_single .aw_demo_academy_aw_badges_1 {
	width: 100% !important;
}

.awsdbase_awsd_product_single .aw_badges_1_1-1 {
	display: inline-block;
	text-align: center;
	float: unset;
	margin: 10px;
	width: 36px;
}

.awsdbase_awsd_product_single .aw_badges_1_1 {
	float: unset;
	text-align: center;
	margin-top: 19px;
	width: 100%;
}

.awsdbase_single_product_button ul {
	padding: 0;
	margin: 18px -5px;
}

.awsdbase_single_product_button ul li {
	display: inline-block;
	margin: 0 !important;
}

.awsdbase_single_product_button ul li a i {
	background: #ffffff;
	padding: 10px;
	color: #dadada;
	border-radius: 3px;
	font-size: 16px;
	transition: 0.6s all;
}

.awsdbase_single_product_button ul li:first-child .awsdbase_share_btn_more {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	width: 190px;
	right: -83px;
	top: 52px;
	background: #07a9f4;
	padding: 4px 10px;
	text-align: center;
	border-radius: 3px;
	transition: all 0.3s;
}

.awsdbase_single_product_button ul li:first-child .awsdbase_share_btn_more a i {
	background: none;
	color: #fff !important;
	border: none;
}

.awsdbase_single_product_button ul li:first-child:hover .awsdbase_share_btn_more {
	visibility: visible;
	opacity: 1;
}

.aw_demo_file_style_fast1 .aw_badges_1_1-1 svg {
	width: 30px !important;
	height: 30px !important;
}

.aw_demo_file_style_fast1 .aw_badges_1_1-1 i {
	font-size: 15px;
	margin-top: 8px;
	margin-left: 10px;
}

.aw_demo_academy_style_fast1 .aw_teacher_phone_number i {
	font-size: 11px;
	padding: 7px 6px;
	width: 24px;
	height: 24px;
	margin-top: 6px;
}

.aw_demo_academy_style_fast1 .aw_teacher_phone_number {
	border: 0 !important;
}

.aw_demo_academy_style_fast1 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	padding: 5px 19px;
	border-radius: 3px;
}

.aw_demo_file_style_fast1 .awsdbase_products_buybox form.cart {
	width: 88%;
}

.aw_demo_file_style_fast1 a.aw_btn_addtocart_inner_link {
	padding: 14px 17px !important;
	width: 80%;
}

.aw_demo_file_style_fast1 .quantity .qty {
	height: 33.5px;
	border: none;
	text-align: center;
	padding: 0 10px;
	color: #777;
	width: 40%;
	padding-right: 29.5px;
	border-radius: 20px;
	background: #f1f1f9;
	font-weight: 300;
	margin: 0 auto;
}

.aw_demo_file_style_fast1 .awsdbase_products_buybox .aw_btn_addtocart .single_add_to_cart_button span {
	color: #fff;
	font-weight: 300;
	font-size: 16px !important;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 32px;
}

.aw_demo_file_style_fast1 .aw-onsale-demo-file {
	border: 2px dotted #eaeaea !important;
	border-color: #eaeaea !important;
}

.aw_demo_file_style_fast1 .aw-onsale-demo-file span,
.aw_fats_desc {
	color: #999!important;
	font-weight: 300 !important;
}

a.single_add_to_cart_button.button.alt.aw__not_var_href {
	width: 80%;
}

.awsdbase_awsd_product_single span.price {
	margin: 17px auto;
	display: inline-block;
}


/* services 1 elementor  */

.aw_servisec1_list .aw_servisec1_list_item {
	background: rgba(247, 248, 250, .86);
	border-radius: 4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	padding-top: 35px;
	margin-right: 30px;
	padding-right: 60px;
	height: 115px;
}

.aw_servisec1_list .aw_servisec1_list_item .aw_servisec1_list_item_icon {
	width: 61px;
	height: 61px;
	font-size: 30px;
	justify-content: center;
	box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
	-webkit-box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
	align-items: center;
	text-align: center;
	display: flex;
	color: #fff;
	float: right;
	margin-right: -90.5px;
	margin-top: -9px;
	padding: 0;
	border-radius: 4px;
}

.aw_servisec1_list_item .aw_servisec1_list_item_icon {
	border-radius: 6px;
	margin-right: -82.5px;
	width: 66px;
	min-height: 66px;
	line-height: 75px;
}

.aw_servisec1_list .aw_servisec1_list_item .aw_servisec1_list_item_icon i {
	line-height: inherit;
	display: block;
}

.aw_servisec1_list .aw_servisec1_list_item .aw_servisec1_list_item_title {
	color: #4d535b;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
}

.aw_servisec1_list .aw_servisec1_list_item .aw_servisec1_list_item_sub_title {
	font-size: 13px;
	color: #8e939b;
	font-weight: 300;
}


/* search ajax 2 */

.awsd_ajax_search_base.awsd_ajax_area {
	position: relative;
}

.awsd_ajax_search_base form input {
	background: #ffffff;
}
 

.awsd_ajax_search_base form input {
	background: #ffffff;
}
 
.awsd_ajax_area form input[type="text"] {
	width: 100%;
	height: 44px;
	border-radius: 4px;
	border: none;
	background: #f1f1f1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	font-size: 14px;
	outline: none;
	color: #888;
}

 

.awsd_ajax_area button[type="submit"] {
    background: no-repeat;
    border: none;
    outline: none;
    color: #a3a3a3;
    font-size: 18px;
    position: absolute;
    top: -1px;
    left: 14px;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

.awsd_ajax_area form input[type="text"]::placeholder {
	font-size: 14px;
	color: #9999;
	letter-spacing: -.5px;
	visibility: visible;
	opacity: 1;
}

.awsd_ajax_area form input[type="text"]::placeholder , .awsd_ajax_search_input1_action[type="search"]::placeholder{
	transition: all .3s linear;
}

.awsd_ajax_area form input[type="text"]:focus::placeholder , .awsd_ajax_search_input1_action[type="search"]:focus::placeholder{
	visibility: hidden;
	opacity: 0;
}

.awsd_ajax_area form input[type="text"]:focus {
    background: #ffffff;
    border: 1px solid #dfdfdf !important;
}

.awsd_ajax_area form input small {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background: #ffffff;
	opacity: 1;
	visibility: visible;
}

.awsd_ajax_area form input:focus small {
	opacity: 0;
	visibility: hidden;
}

.awsd_ajax_area small {
	position: absolute;
	top: 8px;
	left: 55px;
	opacity: 1;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	padding: 1px 10px;
	border: 1px solid #e1e1e1;
	color: #ccc;
	font-size: 11px;
	line-height: 24px;
	font-weight: 700;
	font-family: monospace;
	border-radius: 3px;
	cursor: text;
}

.awsd_ajax_area form input small {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background: #ffffff;
	opacity: 1;
	visibility: visible;
}

.awsd_ajax_area form input:focus small {
	opacity: 0;
	visibility: hidden;
}

form.awsd_ajax_search_form_action {
	position: relative;
}

.awsd_ajax_input {
	border: 2px solid rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	padding: 5px;
	text-align: right;
	margin: 0;
}

.awsd_ajax_input ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.awsd_ajax_input.row ul li {
	background: none !important;
}

.h-100 {
	height: auto!important;
}

.awsd_ajax_search_form_action input[type="search"],
.awsd_ajax_search_form_action select {
	height: 45px;
	line-height: 45px;
}

.awsd_ajax_search_form_action select {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	padding: 0 10px;
	font-weight: 300;
}

.awsd_ajax_search_form_action select,
.awsd_ajax_search_form_action input[type="search"] {
	width: 100%;
	border: 0 none;
	font-size: 14px;
	color: #999;
}

.awsd_ajax_search_form_action input[type="search"] {
	padding: 9.5px;
	font-weight: 300;
}

.awsd_ajax_search_sbh_action {
	height: 44px;
	border: none;
	border-radius: 5px 0 0 5px;
	color: #ffffff!important;
	font-size: 14px;
	background: #f93c64;
	width: 100%;
	line-height: 44px;
}

.awsd_ajax_search_result_action {
	font-size: 14px;
	margin-top: 30px !important;
	position: absolute;
	background: #ffffff;
	width: 100%;
	right: 0;
	left: 0;
	top: calc(100% - 34px);
	padding: 10px 5px;
	border-radius: 0 0 4px 4px;
	z-index: 100000;
	box-shadow: 0 0 2px 0 rgb(30 30 30 / 40%);
	max-height: 260px;
	overflow-y: scroll;
}

#awsd_ajax_search_showAll {
    width: 100%;
    letter-spacing: -0.5px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    background-color: #e9ebed;
    color: #a2a6ab;
    cursor: pointer;
}
#awsd_ajax_search_showAll:hover {
    background-color: #9fa4b5;
    color: #ffffff;
}
.awsd_ajax_search_result_action .awsd_item .awsd_thumbnail {
    max-width: 40px;
    min-width: 40px;
    width: 40px;
    max-height: 80px;
    min-height: 80px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin: 0;
    margin-top: -15px;
}

.awsd_ajax_search_result_action .awsd_item .awsd_thumbnail img {
	border-radius: 3px;
	width: 40px !important;
	height: 40px !important;
}

li.awsd_item.mb-1 a h3 {
	font-size: 13.3px;
	color: #8C8B8B;
	font-weight: 300;
	line-height: 3;
}

select.awsd_ajax_search_cat_action {
	line-height: 2rem;
}

select {
	line-height: 1em;
	background-image: url(assets/images/arrow-down.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 0.8em, .05em .8em;
	background-position: 1em center, 1.6em center;
	background-clip: border-box;
	-moz-background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

select.awsd_ajax_search_cat_action {
	line-height: 43px;
}
 

select::-ms-expand {
	display: none;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

input.awsd_ajax_search_result_action_loading.loading 
  {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 2em;
	background-position-y: center;
	background-position-x: calc(100% - 0);
	background-clip: border-box;
	-moz-background-clip: border-box;
	-webkit-background-clip: border-box;
}
 
.awsd_ajax_search_input1_action.loading,
.awsd_ajax_search_result_action.loading::before {
	/* background-image: url(assets/images/ajax-loading.svg);
    background-position-x: 14px;
    background-size:45px; */
}

.awsd_ajax_search_result_action {
	display: none;
}
.awsd_ajax_search_result_action a {
    color: #818181;
}

.awsd_ajax_search_result_action .price_ajax {
	display: flex;
	margin-right: auto;
	text-align: left;
	color: #2dcea2;
	vertical-align: middle;
	justify-content: flex-end;
}

.awsd_ajax_search_sbh_action {
	height: 44px;
	border: none;
	border-radius: 5px 0 0 5px;
	color: #ffffff;
	font-size: 14px;
	background: #ff9900;
	width: 100%;
	line-height: 44px;
	margin: 0;
	padding: 0;
}

form.awsd_ajax_search_form_hldr li.col-lg-2 {
	text-align: left;
	padding: 0;
}
 
.aw_search_ajax_not_data{
    font-weight: 500;
    align-items: center;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    margin: 0;
    padding: 15px 0;
}
.aw_search_ajax_loader_img{
    width: 30px !important;
    height: 30px !important;
}