/*
Theme Name:     yakhchalonline
Theme URI:      https://yakhchalonline.ir
Author:       yakhchalonline
Author URI:     http://yakhchalonline.ir
Description:    yakhchalonline
Version:      1
Text Domain:    yakhchalonline
*/

@font-face {
	font-family: IRANSansWeb;
	src: url('assets/fonts/eot/IRANSansWeb.eot');
	src: url('assets/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('assets/fonts/woff/IRANSansWeb.woff') format('woff'), url('assets/fonts/ttf/IRANSansWeb.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: IRANSansWeb;
	font-style: normal;
	font-weight: bold;
	src: url('assets/fonts/eot/IRANSansWeb_Bold.eot');
	src: url('assets/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('assets/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('assets/fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('assets/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

body {
	background: #f2f2f2;
	text-align: right;
	font-family: IRANSansWeb;
	font-size: 12px;
}

a {
	text-align: right;
}

a:hover {
	text-decoration: none
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

hr {
	width: 100%;
	height: 4px;
	border: 1px solid #e6e6e6;
	border-right: none;
	border-left: none
}

.td-left {
	direction: ltr
}

.text-small {
	font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: IRANSansWeb, arial;
}

.off-header {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	background: #fff;
	position: relative;
	-webkit-box-shadow: rgba(0, 0, 0, .04) 0 7px 8px 0;
	box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
}

.off-bg {
	margin: 0;
	height: 60px;
	border-radius: 0;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: 50%!important;
	width: 100%;
	display: block;
}

.header {
	background: #12c2e9;
	background: -webkit-linear-gradient(to right, #111, #c471ed, #12c2e9);
	background: linear-gradient(to right, #111, #c471ed, #12c2e9);
	height: 100px;
	position: relative;
	overflow: hidden;
}

.header .logo-main {
	text-align: left;
}

.header .header-logo {
	width: 58%;
	height: auto;
}

.header-search input {
	position: relative;
	color: #fff;
	font-size: 11px;
	text-align: right;
	padding: 20px 10px;
	border-radius: 10px 50px 50px 50px;
	border: none;
	margin-top: 25px;
	margin-bottom: 10px;
	background: #fbc8d4;
	background-image: linear-gradient(to top, #d9afd9 0%, #fbc8d4 100%);
	border: 2px solid #f6f3ff;
	box-shadow: 0 0 0 4px rgba(12, 12, 13, 0.05);
	transition: all 0.3s ease-in-out;
}

.header-search input:focus {
	border: 2px solid #fff;
	box-shadow: 0 0 0 4px rgba(12, 12, 13, 0.2);
}

.header-search .search-btn {
	position: absolute;
	left: 20px;
	top: 35px;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	background: none;
	color: #fff;
}

.header-links ul {
	margin-top: 35px;
	display: inline-block;
}

.header-links ul li {
	float: right;
}

.header-links ul li a {
	padding: 5px;
	color: #fff;
	display: block;
}

.header-links ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.header-links ul li i {
	padding-left: 5px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background: #eee;
	padding: 2px 10px!important;
	font-size: 14px;
}

.header .instagram {
	position: relative;
	width: 100%;
	height: 100%;
}

.header .instagram a {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
	display: block;
	text-align: center;
	font-size: 40px;
	color: #fff;
	line-height: 20px;
	padding: 20px;
}

.menu-bar .header-cart {
	position: relative;
}

.menu-bar .header-cart .cart-link a {
	background: #00aeef;
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding: 8px 40px;
	cursor: pointer;
	margin-top: -2px;
}

.menu-bar .header-cart .cart-link a:before {
	content: "\f07a";
	font-family: "Font Awesome 5 Pro";
	font-size: 22px;
	line-height: 38px;
	width: 40px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.menu-bar .header-cart .cart-qty {
	background: rgba(255, 255, 255, .16);
	font-size: 12px;
	font-family: tahoma;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 6px;
	left: 8px;
	color: #fff;
	text-align: center;
	line-height: 22px;
}

.product-basket {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 999;
	width: 300px;
	padding: 5px;
	color: #333;
	background: #fff;
	border-top: 2px solid #00aeef;
	box-shadow: 0 0 7px rgba(0, 0, 0, .15);
	font-family: IRANSansWeb;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.minicart-opened {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.product-basket .woocommerce-mini-cart {
	border-bottom: 1px solid #e6e6e6;
	padding: 0;
	margin: 0;
	width: 100%;
}

.product-basket .woocommerce-mini-cart li {
	padding: 5px;
	background: #f5f5f5;
	margin: 4px auto;
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: 55px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-basket .woocommerce-mini-cart li img {
	display: none
}

.product-basket .woocommerce-mini-cart li a {
	color: #333;
	width: auto;
	font: 12px/16px tahoma;
	display: inline;
	text-align: right;
}

.product-basket .woocommerce-mini-cart li a img {
	float: right;
	width: 45px;
	height: 45px;
	border: 1px solid #dbdbdb;
	padding: 1px;
	margin-left: 5px;
}

.product-basket .woocommerce-mini-cart li .woocommerce-Price-amount {
	color: #444;
}

.product-basket .woocommerce-mini-cart li .quantity {
	display: block;
	color: #999;
}

.product-basket .woocommerce-mini-cart li .remove {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #8a8a8a;
	padding: 0px 0px;
	font-size: 18px;
	font-weight: 600;
}

.product-basket .woocommerce-mini-cart li .remove:hover {
	color: #ff8700;
}

.product-basket .woocommerce-mini-cart__total {
	font-family: IRANSansWeb;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}

.product-basket .woocommerce-mini-cart__total span {
	color: #9d9d9d;
	padding-right: 5px;
}

.product-basket .woocommerce-mini-cart__buttons {
	text-align: center;
}

.product-basket .woocommerce-mini-cart__buttons .wc-forward,
.product-basket .woocommerce-mini-cart__buttons .checkout {
	display: inline-flex;
	text-align: center;
	font-family: IRANSansWeb;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 20px;
}

.product-basket .woocommerce-mini-cart__buttons .wc-forward:hover,
.product-basket .woocommerce-mini-cart__buttons .checkout:hover {
	background: #00aeef;
	color: #fff;
}

.wide-slider {
	position: relative;
}

.wide-slider .owl-dots,
.wide-slider .owl-nav {
	position: absolute;
	bottom: 10px;
	left: 30px;
	width: 50%;
	text-align: left;
}

.wide-slider .owl-theme .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0;
	margin: 2px;
	padding: 7px;
	border-radius: 3px;
}

.wide-slider .owl-theme .owl-dots .active span {
	background: rgba(255, 255, 255, 0.5);
}

.wide-slider .owl-nav {
	right: 30px;
	left: auto;
	text-align: right;
	bottom: 10px;
}

.wide-slider .owl-theme .owl-nav [class*="owl-"] {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 22px;
}

.newproduct {
	background: #9859b7 url(pic/bgsnw4.png) repeat;
	border: none;
}

.featured {
	background: #00a0ff url(pic/bgsnw4.png) repeat;
	border: none;
}

.totalsales {
	background: #426377 url(pic/bgsnw4.png) repeat;
	border: none;
}

.black .title-heading {
	color: #e30719;
}

.card .owl-nav {
	position: absolute;
	top: -70px;
	left: 0;
/* 	display: inline-table!important; */
	width: 80px!important;
}

.card .owl-carousel .owl-nav button.owl-next,
.card .owl-carousel .owl-nav button.owl-prev {
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 20%;
	font-size: 30px;
	line-height: 30px;
	color: #17a2b8;
}

.card .owl-item {
	padding: 8px;
	position: relative;
	min-height: 340px;
	text-align: center;
	overflow: hidden;
}

.totalsales .owl-item,
.newproduct .owl-item,
.featured .owl-item {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: relative
}

.card .owl-item .product-title {
	display: block;
	text-align: center;
	color: #000;
	height: 42px;
	overflow: hidden;
}

.card .owl-item .product-price del,
.card .owl-item .product-price del .woocommerce-Price-amount {
	color: #BDBDBD;
	display: block;
	font-size: 13px
}

.card .owl-item .product-dis {
	background: #ef5350;
	color: #fff;
	padding: 0 12px;
	border-radius: 5px;
	line-height: 2;
	position: absolute;
	font-family: dana-fd;
	top: 0;
	font-size: 16px;
	left: 0
}

.card .owl-item .btn-buy {
	position: absolute;
	margin: 0;
	padding: 5px 8px;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 25px;
	font-size: 12px;
	display: none;
}

.card .owl-item:hover .product-link {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

.card .owl-item:hover .btn-buy {
	display: block;
}

.card .owl-item .btn-buy i {
	font-size: 16px
}

.card .owl-item .woocommerce-Price-amount {
	color: #089900;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
}

.card .owl-item del span {
	font-weight: normal!important;
	color: #f00!important;
}

.card .owl-item ins {
	text-decoration: none;
}

.card .owl-item ins span {
	color: #089900!important;
	font-weight: bold;
}

.card .owl-item .woocommerce-Price-amount span {
	font-size: 11px;
}

.card .owl-item del {
	color: #777;
	position: relative
}

.card .owl-item del .amount {
	font-size: 11px;
}

.woocommerce-mini-cart__empty-message {
	text-align: center;
	padding-top: 10px;
}

.box {
	background: #fff;
	box-shadow: 0 0 5px rgba(85, 85, 85, .1);
	margin-bottom: 15px;
}

.box .box-body {
	padding: 10px;
}

.pierrecardin-title .title-heading {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
	border-bottom: 2px solid #ddd;
	line-height: 2;
}

.pierrecardin-title .title-heading span {
	border-bottom: 2px solid #eb5a3e;
	padding-bottom: 3px;
}

.the-hamian .section-title h3 {
	font-family: IRANSansWeb, arial;
	font-size: 16px;
	position: relative;
	padding: 10px 10px 5px 0;
	border-bottom: 2px solid #005689;
	display: inline-block;
	color: #000;
}

.the-main .card {
	font-size: 12px;
}

.the-main .card a {
	color: #005689
}

.the-main .card h3,
.the-main .card h4,
.the-main .card h5 {
	font-size: 13px;
}

.the-main .card .card-text {
	text-align: justify;
}

.wp-caption-dd {
	font-size: 14px;
	padding-top: 0.5em;
	margin: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sidebar {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	overflow: hidden;
}

.sidebar img {
	max-width: 100%;
	height: auto;
}

.sidebar-title {
	position: relative;
	color: #535353;
	letter-spacing: .2px;
	font-weight: 700;
	font-size: 14px;
	line-height: 2;
	padding: 8px 16px 10px 15px;
	border-bottom: 1px solid #f2f2f2;
	margin-right: 6px;
	margin-left: 6px;
}

.sidebar-body {
	padding: 10px;
}

.sidebar ul {
	list-style: none;
	padding: 10px;
	margin: 0;
}

.sidebar ul li {
	margin-block: 2px;
}

.sidebar ul li a {
	color: #333;
	padding: 5px;
	font-size: 12px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.sidebar ul li a:hover {
	background: #eee;
	color: #333;
}

.sidebar .product_list_widget li {
	height: 60px;
	background: #fff;
	font-size: 12px;
	position: relative;
}

.sidebar .product_list_widget li a {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.sidebar .product_list_widget li a .product-title {
	font-size: 14px;
	color: #333;
}

.sidebar .product_list_widget li .woocommerce-Price-amount {
	/* 	position: absolute;
	left: 0;
	bottom: 10px; */
	display: none;
}

.sidebar .searchform {
	padding: 10px;
	width: 100%;
	display: block;
}
.searchform input {
	width: 72%;
	margin: 0;
	padding: 5px;
	display: block;
	float: right;
	border: none;
	border: 1px solid #ddd;
}
.searchform input[type=submit] {
	width: 27%;
	padding: 6px 5px;
	border: none;
	background: #35b2ea;
	color: #fff;
	float: left;
}

.sidebar .product_list_widget li del,
.sidebar .product_list_widget li ins {
	/* 	position: absolute;
	left: 0;
	bottom: 0; */
	display: none;
}

.sidebar .product_list_widget li ins {
	left: 100px;
}

.sidebar .product_list_widget li a:hover {
	color: #333;
	background: #fff
}

.sidebar .product_list_widget li img {
	float: right;
	width: 50px;
	height: 50px;
	margin-left: 5px;
}

.term-description {
	background: #eee;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
}

.term-description h2 {
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid #ccc;
	padding: 10px;
}

.price_slider {
	margin-bottom: 1em;
}

.price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	font-size: 0.8751em;
}

.price_slider_amount .button {
	font-size: 1.15em;
}

.price_slider_amount .button {
	float: left;
	background: #00bfd6;
	font-size: 13px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 5px 15px;
	line-height: 1.5;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 0.9em;
	height: 0.9em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
	background: #e7e7e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#e7e7e7));
	background: -webkit-linear-gradient(#FEFEFE, #e7e7e7);
	background: -moz-linear-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
	background: -moz-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
	outline: none;
	top: -.3em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: none repeat scroll 0 0 #00bfd6;
	box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background: #1e1e1e;
	background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
	background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
	background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
	background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
}

.ui-slider-horizontal {
	height: .5em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.single {
	font-size: 12px;
}

.single img {
	max-width: 100%;
	height: auto;
}

.single .card .lead {
	font-size: 12px;
	margin: 5px 0;
	display: block;
}

.single .card .card-title {
	font-size: 20px;
	font-weight: 600;
}

.single .card .post-meta {
	font-size: smaller;
}

.card-footer .social_widget li a {
	border-radius: 3px;
}

.breadcrumb {
	background: #fff;
	padding: 10px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	line-height: 26px;
	border-radius: 0 0 22px 22px!important;
	color: #777;
}

.breadcrumb::before {
	font-family: 'Font Awesome 5 Brands' !important;
	content: "\f260";
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 900;
}

.breadcrumb a {
	color: #333;
}

.page-404 .card-title span,
.page .card-title span {
	color: #555;
	border-bottom: 2px solid #ddd;
	display: block;
	line-height: 2;
}

.page-404 .card-title span h1,
.page .card-title span h1 {
	border-bottom: 2px solid #00bfd6;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	line-height: 2;
	padding: 10px;
	margin: -1px 0;
}

.product-title {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	display: inline-block;
}

.product-title h1 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.woocommerce .product-description {
	padding: 10px 5px;
	margin: 10px 0;
	border-top: 1px solid #ddd;
}

.woocommerce .product-description p {
	text-align: justify;
	line-height: 2.2;
	font-size: 13px;
}

.product-meta button.button.alt,
.product-meta button.button.alt.disabled {
	background: #00aeef;
	border: none;
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: normal;
	height: 42px;
	letter-spacing: 0;
	line-height: 42px;
	margin: 0;
	padding: 0 30px!important;
	text-transform: none;
	width: 80%;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.product-meta button.button.alt:before {
	position: absolute;
	right: 10px;
	top: 0;
	content: "\f291";
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
}

.product-meta button.button.alt.disabled:hover,
.product-meta button.button.alt:hover {
	background: #36cddf;
}

.product-meta .yith-wcwl-add-to-wishlist a {
	background: none!important;
	border: 1px solid #ebebeb!important;
	color: #363f4d!important;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	height: 42px;
	line-height: 25px;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.product-meta .yith-wcwl-add-to-wishlist a:before {
	margin-left: 10px;
	content: "\f004";
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
}

.product-meta .yith-wcwl-add-to-wishlist a:hover {
	background: #dc3545!important;
	border-color: #dc3545!important;
	color: #fff!important;
}

.yith-wcwl-add-to-wishlist:hover a:before,
.product-meta button.button.alt:hover:before {
	-webkit-animation: rotate 2s infinite;
	-moz-animation: rotate 2s infinite;
	-o-animation: rotate 2s infinite;
	animation: rotate 2s infinite;
}

@-moz-keyframes rotate {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	50% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	50% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	50% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

.woocommerce .summary .cart .quantity {
	display: block
}

.woocommerce-variation-add-to-cart {
	position: relative;
	display: flex;
}

.woocommerce .summary form.cart {
	position: relative;
}

.woocommerce .summary .cart .plus,
.woocommerce .summary .cart .minus {
	background: none;
	border: 1px solid #ddd;
	color: #363f4d;
	font-family: inherit !important;
	font-size: 12px;
	font-weight: 400;
	height: 21px;
	width: 20px;
	line-height: 20px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce .summary .cart .minus {
	top: 21px;
	border-top: 0;
}

.woocommerce .summary .cart .quantity {
	background: #fff;
	border: 1px solid #ebebeb;
	float: right;
	margin: 0 0px 0 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce .summary .cart .quantity input {
	background: none;
	border: none;
	color: #363f4d;
	font-family: inherit !important;
	font-size: 20px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 60px;
	-webkit-appearance: textfield;
}

.woocommerce .summary .price del {
	font-size: 12px;
}

.woocommerce .summary .price ins,
.woocommerce .summary .woocommerce-Price-amount {
	font-size: 22px;
	font-weight: bold;
	display: block;
	border: none;
	text-decoration: none
}

.woocommerce .summary .product-price ins {
	color: #1e9b1e;
	text-decoration: none;
}

.woocommerce .summary .product-price ins .woocommerce-Price-amount {
	font-size: 30px;
}

.woocommerce .product_meta {
	font-size: 11px;
	margin: 20px auto;
}

.woocommerce .product_meta a,
.woocommerce .product_meta .sku {
	color: #00bfd6;
	border-bottom: 1px dashed #00bfd6;
}

.woocommerce .product_meta .sku_wrapper,
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as {
	display: inherit;
	margin-bottom: 10px;
}

.product-share {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	text-align: right;
	padding-top: 15px;
}

.summary {
	position: relative;
}

.summary .product-price {
	margin-bottom: 10px;
	display: block;
}

.modal .variations select {
	padding: 5px;
	border: 1px solid #ddd;
}

.woocommerce .buy-features {
	white-space: nowrap;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -5px;
}

.woocommerce .buy-features li {
	font-size: 10px;
	color: #333;
}

.variations,
.variations tbody,
.variations .woo-variation-items-wrapper {
	width: 100%;
}

.variations tbody tr {
	display: block;
	margin-bottom: 5px;
}

.variations tbody label {
	width: 80px;
}

.variations ul {
	list-style: none;
	width: 100%;
}

.variations ul li {
	display: inline-block;
	margin-left: 5px;
	text-align: center;
	border: 2px solid #fff;
	cursor: pointer;
}

.variations ul li span {
	font-size: 12px;
	text-align: center;
	line-height: 2.2;
}

.variations .color-variable-wrapper li {
	border: none;
	border: 2px solid #fff;
}

.variations .color-variable-wrapper .variable-item-span {
	display: block;
	height: 26px;
	width: 26px;
}

.variations ul .selected {
	border: 2px solid greenyellow;
}

.variations ul .disabled {
	opacity: 0.2
}

.products-gallery img {
	max-width: 100%;
	height: auto;
}

.products-gallery .flex-control-nav {
	padding: 0;
	margin-top: 5px;
	display: inline-block;
}

.products-gallery .flex-control-nav li {
	border: 1px solid #ccc;
	justify-content: center;
	align-items: center;
	position: relative;
	display: inherit;
	border-radius: 5px;
	margin-left: 10px;
	width: 80px;
	height: 80px;
}

.products-gallery .flex-control-nav li img {
	padding: 5px;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 99;
	left: 25px;
	top: 30px;
}

.woocommerce span.onsale {
	position: absolute;
	left: 20px;
	top: 10px;
	right: auto;
	background: #fd7e14;
	border-radius: 0 0 20px 0;
	padding: 5px 15px;
	line-height: 2;
	text-align: right
}

.product-share ul {
	padding: 0;
	float: left;
}

.product-share ul li {
	display: inline-grid;
}

.product-share ul li a {
	border-radius: 5%;
	font-size: 10px;
	padding-right: 5px;
	color: #484848;
}

.product-details-tabs ul {
	background-color: #f2f2f2;
	border-top: 1px solid #ddd;
	display: flex;
}

.product-details-tabs ul li {
	position: relative;
	border-left: 1px solid #ddd;
	line-height: 43px;
	border-radius: 0;
}

.product-details-tabs ul li a {
	border: 0;
	font-weight: 700;
	padding: 6px 40px;
	line-height: 41px;
	border-radius: 0;
}

.product-details-tabs ul li .nav-link.active {
	background: #fff;
	color: #777;
	position: relative
}

.product-details-tabs ul li .nav-link.active::before {
	z-index: 2;
	height: 7px;
	position: absolute;
	content: "";
	background-color: #2196f3;
	top: -4px;
	right: 0;
	width: 100%;
	border-bottom: 3px solid #fff;
}

.product-details-tabs .tab-pane {
	padding: 10px 20px;
}

.product-details-tabs p {
	color: #404040;
	font-weight: 400;
	font-size: 15px;
	line-height: 2.25;
}
.comment-form-email,.comment-form-author {
	width: 50%;
	float: right;
	padding: 10px;
}
.form-submit {
	float: right;
	padding-right: 10px;
	width: 200px;
}
.form-submit input {
	padding: 10px!important;
}

.woocommerce table.shop_attributes {
	width: 100%;
}

.woocommerce table.shop_attributes tr {
	margin-bottom: 10px;
	border-bottom: 10px solid #fff;
}

.woocommerce table.shop_attributes th {
	background: #fff;
	box-shadow: 0 0 5px rgba(51, 51, 51, .02);
	border: 0;
	height: 35px;
	line-height: 35px;
}

.woocommerce table.shop_attributes td {
	font-size: 13px;
	font-style: normal;
	border: 0;
	background: #fff;
	box-shadow: 0 0 5px rgba(51, 51, 51, .02);
	padding-right: 10px;
	line-break: 3;
	color: #666;
	;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background: #f5f5f5;
}

.woocommerce table.shop_attributes {
	border-spacing: 12px;
	border-collapse: separate;
	border: 0
}

.woocommerce #review_form #respond input {
	border-radius: 5px;
	background: #fff;
	border: 1px solid #c8c8c8;
	color: #717171;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.571;
	padding: 11px 12px;
	width: 100%;
	letter-spacing: -.8px;
}

.woocommerce #review_form #respond textarea {
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	outline: none;
	padding: 10px;
	color: #424242;
	width: 100%;
	resize: vertical;
	vertical-align: top;
	min-height: 56px;
	font-size: 12px;
	font-size: .857rem;
	line-height: 2.58;
}

.woocommerce #review_form #respond input[type=submit] {
	font-size: 16px;
	font-size: 1.143rem;
	line-height: 1.375;
	border-radius: 8px;
	background-color: #00bfd6;
	border: 1px solid #41a7b4;
	padding: 14px 31px;
	color: #fff;
}

.buy-features-parent {
	bottom: 0;
	right: 0;
	line-height: 40px;
}

.buy-features-parent .buy-features {
	white-space: nowrap;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -5px;
}

.buy-features-parent .buy-features li {
	display: inline-block;
	color: #fff;
}

.buy-features-parent .buy-features li .fa {
	color: yellow;
}

footer {
	background: #fff;
}

footer .footer-topline {
	background: #8c8c8c;
	color: #7b868c;
}

footer .topline-right {
	height: 40px;
	line-height: 30px;
}

footer .column .section-title h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 500;
	border-bottom: 2px solid #dc3545;
	line-height: 2;
}

footer .column .section-title h3 span {
	border-bottom: 2px solid #dc3545;
	padding-bottom: 2px;
}

footer .col-md-4:last-child .section-title h3 {
	color: #00bfd6;
	border-bottom: 2px solid #00bfd6
}

.col-md-4:last-child .section-title h3 span {
	border-bottom: 2px solid #00bfd6
}

footer .column .about {
	font-size: 12px;
	text-align: justify;
	line-height: 1.8;
}

footer .column .contact-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .column .contact-list li,
footer .column .contact-list li a {
	font-size: 12px;
	color: #007897;
	line-height: 2;
}

footer .product_list_widget .product-title {
	color: #00bfd6;
}

footer .product_list_widget li .amount {
	color: #fff!important;
}

footer .column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .column ul li {
	color: #fff;
	font-size: 12px;
	line-height: 2;
}

footer .column ul li a {
	background: #dc3545;
	color: #fff;
	font-size: 12px;
	line-height: 2;
	display: block;
	padding: 5px;
	transition: all 0.3s ease-in-out;
}

footer .column ul li a:hover {
	background: #fff;
	color: #333;
}

footer .column ul li {
	display: block;
	margin-bottom: 5px;
}

footer ul.product_list_widget li {
	background: rgba(0, 0, 0, 0.1);
	position: relative;
	min-height: 50px;
	transition: all 0.3s ease-in-out;
}

footer ul.product_list_widget li:hover {
	background: rgba(0, 0, 0, 0.2);
}

footer .product_list_widget li a {
	background: none!important;
	color: #333;
	display: initial;
}

footer .product_list_widget li a img {
	float: right;
	width: 50px;
	height: 50px;
	margin-left: 5px;
}

footer .product_list_widget li .star-rating {
	display: none
}

footer .product_list_widget li .woocommerce-Price-amount {
	font-size: 11px;
	color: #333;
}

footer .about-text h2 {
	font-size: 18px;
}

footer .about-text p {
	font-size: 13px;
	line-height: 1.8;
	display: inline-block;
	margin-top: 10px;
	text-align: justify;
	color: #444;
}

footer .about-text p a {
	color: #7197eb;
}

footer .nemads {
	list-style: none;
	margin: 0 auto 15px auto;
	display: flex;
}

.nemads li {
	background: #e8e8e8;
	border-radius: 5px;
	margin: auto;
	width: 33.33%;
	padding: 10px;
}

.nemads li img {
	max-width: 100%;
	height: auto;
}

.social_widget {
	padding: 0;
	margin: 0;
}

.social_widget li {
	display: inline-block;
	vertical-align: top;
	border: none !important;
	padding: 0;
	margin-left: 5px;
}

.social_widget li a {
	background: #d7d7d7;
	display: block;
	height: 35px;
	width: 35px;
	border-radius: 15% 35% 35% 35%;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #404040;
	font-size: 17px;
}

.social_widget .socicon-facebook:hover {
	background: #3e5b98;
	color: #fff;
}

.social_widget .socicon-twitter:hover {
	background: #0f9dd4;
	color: #fff;
}

.social_widget .socicon-aparat:hover {
	background: #ed145b;
	color: #fff;
}

.social_widget .socicon-telegram:hover {
	background: #2ca5e0;
	color: #fff;
}

.social_widget .socicon-instagram:hover {
	background: #4f4f4f;
	color: #fff;
}

.social_widget .socicon-linkedin:hover {
	background: #4e7aa3;
	color: #fff;
}

footer .copyright {
	background: #d7d7d7;
	color: #222;
	float: right;
	width: 100%;
	padding: 10px;
}

footer .copyright p {
	color: #1a1a1a;
	font-size: 12px;
	margin-bottom: 5px;
}

footer .copyright p.copyright-en {
	font-size: 10px;
	direction: ltr;
	margin: 0;
}

.back-to-top {
 position:fixed;
 bottom:40px;
 left:20px;
 z-index:10;
 background:rgba(0,0,0,.2);
 text-align: center;
 font-size:20px;
 padding: 10px 12px;
	line-height: 1;
 display:block;
 color:#fff;
 border-radius:0 30% 30% 30%;
 transition:.31s;
}

.back-to-top:hover {
	background: #e3000f;
	color: #fff;
}

.yellow-text {
	color: #ffc107
}

.checkout-summary {
	list-style: none;
	line-height: 22px;
}

.checkout-summary li {
	padding-bottom: 5px;
	display: flex;
	margin: 5px 0;
}

.checkout-summary li span {
	font-size: 14px;
	font-weight: bold;
	color: #515151
}

.checkout-summary .shipping span {
	font-size: 14px;
	color: #009ec9;
	font-weight: normal;
}

.checkout-summary li span:last-child {
	margin-right: auto;
}

.woocommerce-cart-form__cart-item {
	width: 100%;
	float: right;
	border-bottom: 1px solid #e3e3e3;
	margin: 5px auto;
}

.shipping-calculator-button {
	display: block;
	color: #a5a5a5;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
	padding: 0 5px;
	text-align: center;
	position: relative;
}

.shipping-calculator-button:hover {
	background: #a5a5a5;
	color: #fff;
}

.woocommerce-shipping-calculator .button {
	background: #00bfd6 !important;
	width: 100%;
	color: #fff!important;
	padding: 10px!important;
}

.form-row-wide span {
	width: 100%;
}

.form-row-wide input {
	border: 1px solid #a5a5a5;
	border-radius: 4px;
	padding: 3px;
	font-size: 12px;
	font-weight: 900;
}

.woocommerce-cart-form__cart-item .product-remove {
	width: 5%;
	float: right;
}

.woocommerce-cart-form__cart-item .product-remove .remove {
	text-align: center;
	border: none;
	border-radius: 5px;
	font-size: 12px;
	width: auto;
	height: auto;
	padding: 10px;
	cursor: pointer;
	margin-top: 40px;
	color: #999!important;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
	width: 100px;
	height: 100px
}

.woocommerce-cart-form__cart-item .product-thumbnail {
	background: #fff;
	width: 15%;
	float: right;
	text-align: center;
}

.woocommerce-cart-form__cart-item .product-name {
	background: #fff;
	width: 40%;
	float: right;
}

.woocommerce-cart-form__cart-item .product-name a {
	font-size: 17px;
	line-height: 1.88;
	color: #555;
}

.woocommerce-mini-cart-item .variation,
.woocommerce-cart-form__cart-item .variation {
	display: flex;
	float: right;
	color: #999;
	height: 20px;
	width: 100%;
	padding-right: 50px;
	font-size: 10px;
}

.woocommerce-mini-cart-item dd,
.woocommerce-cart-form__cart-item .variation dd {
	text-align: right;
	margin: 0 0 0 20px;
}

.woocommerce-cart-form__cart-item .product-quantity {
	position: relative;
	font-size: 14px;
	width: 20%;
	float: right;
	text-align: center;
}

.woocommerce-cart-form__cart-item .product-quantity .qty {
	position: relative;
	border: 1px solid #c8c8d6;
	font-size: 14px;
	border-radius: 5px;
	padding: 10px;
	width: 50%;
}

.woocommerce-cart-form__cart-item .product-subtotal {
	width: 20%;
	float: right;
	text-align: center;
	font-size: 14px;
	color: #515151;
	padding-top: 35px;
}

.actions .coupon {
	width: 80%;
	float: right;
}

.actions .button {
	width: 20%;
	float: left;
}

.coupon input {
	background: #fff;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 14px!important;
	line-height: 1.5;
	width: 50%;
	display: inline-block;
}

.actions .coupon .button {
	background: #00bfd6;
	font-size: 13px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 14px!important;
	line-height: 1.5;
	width: 40%;
	display: inline-block;
}

.woocommerce .cart .button {
	background: #00bfd6!important;
	font-size: 13px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff!important;
	padding: 14px!important;
	line-height: 1.5;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.woocommerce .cart .button:hover {
	opacity: 0.8
}

.wc-proceed-to-checkout .button.alt,
.wc-proceed-to-checkout .button.alt.disabled {
	background: #00bfd6!important;
	border: 1px solid #41a7b4;
	padding: 20px 50px 20px 15px;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 100%;
}

.wc-proceed-to-checkout .button.alt:before {
	position: absolute;
	right: 0;
	top: 0;
	background: #36cddf;
	content: "\f291";
	font-family: "Font Awesome 5 Pro";
	font-size: 35px;
	height: 100%;
	padding: 5px 10px;
}

.checkout-summary li.order-total {
	display: block;
}

.order-total .checkout-price-title {
	text-align: center;
	color: #676767;
	font-size: 16px;
	line-height: normal;
	display: block;
}

.order-total span strong {
	display: block;
	text-align: center;
}

.cart_totals .order-total .amount {
	color: #fb3449;
	font-size: 25px;
	line-height: 50px;
	font-weight: bold
}

.cart_totals .order-total .woocommerce-Price-currencySymbol {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal
}

.proceed-button-text {
	font-size: 11px;
	text-align: justify;
	padding-right: 20px;
	position: relative;
}

.proceed-button-text:before {
	position: absolute;
	right: -5px;
	top: 15px;
	content: "\f059";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 20px;
}

.cart-page .cardm,
.checkout_coupon,
.woocommerce-info {
	box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
	background-color: #fff;
	border: 1px solid #e6e6e6;
	letter-spacing: -.2px;
	font-size: .786rem;
	line-height: 1.73;
	color: #aaa;
	font-weight: 500
}

.checkout_coupon {
	border-radius: 0!important;
	text-align: center!important;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
	width: 50%!important;
}

.checkout_coupon input {
	background-color: #fff;
	border: 1px solid #aaa;
	width: 100%;
	font-size: 13px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	height: 50px;
	line-height: 1.5;
	display: inline-block;
}

.checkout_coupon .button {
	background: #00bfd6!important;
	padding: 14px!important;
	transition: all 0.3s ease-in-out;
	color: #fff!important;
	width: 100%;
	height: 50px;
}

.checkout_coupon .button:hover {
	opacity: 0.8
}

.checkout-feature .checkout-feature-item {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 1.692;
	font-weight: 700;
	margin-bottom: 10px;
	padding-right: 30px;
}

.checkout-feature .checkout-feature-item:last-child {
	margin: 0;
}

.checkout-feature .checkout-feature-item:before {
	content: "\f132";
	font-family: "Font Awesome 5 Pro";
	font-size: 22px;
	line-height: 22px;
	width: 50px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.checkout-feature .checkout-feature-item:nth-child(1):before {
	content: "\f2f7";
}

.checkout-feature .checkout-feature-item:nth-child(2):before {
	content: "\f09d";
}

.checkout-feature .checkout-feature-item:nth-child(3):before {
	content: "\f48b";
}

.woocommerce-checkout-payment .button {
	width: 100%;
	padding: 20px!important;
	background: #00bfd6!important;
}

.woocommerce-checkout-review-order .review-order-slide figure {
	background: #fff;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.woocommerce-checkout-review-order .review-order-slide figure:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.woocommerce-checkout-review-order .review-order-slide figure img {
	padding: 10px;
	width: 150px;
	height: 150px;
	transition: all 0.3s ease-in-out;
}

.woocommerce-checkout-review-order .review-order-slide figure:hover img {
	margin-top: -5px;
}

.woocommerce-checkout-review-order .review-order-slide figcaption {
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 3px;
	border-radius: 6px;
	background-color: #00bfd6;
	color: #fff;
	width: 20px;
	height: 20px;
	display: block;
	font-size: 14px;
	text-align: center
}

.woocommerce-billing-fields label {
	display: block;
	width: 100%;
}

.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-billing-fields input,
#order_comments_field textarea,
.shipping_address input,
.select2-container .select2-selection--single,
.woocommerce-address-fields input,
.woocommerce-address-fields select {
	border: 1px solid #d4dbde;
	height: 50px;
	line-height: 45px;
	overflow: hidden;
	border-radius: 9px;
	font-size: 14px;
	padding: 5px 35px 5px 5px;
	color: #828282;
}

.select2-dropdown {
	border-color: #d4dbde;
}

.select2-container .select2-selection--single {
	padding: 10px 35px 5px 5px;
}

#order_comments_field textarea {
	height: 100px;
}

#ship-to-different-address,
.woocommerce-billing-fields h3,
.woocommerce-checkout-left-body h3 {
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	margin-bottom: 20px;
	position: relative
}

#ship-to-different-address:before,
.woocommerce-billing-fields h3:before,
.woocommerce-checkout-left-body h3:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #00bfd6;
	bottom: -1px
}

.woocommerce-checkout #payment {
	background: #fff;
	border: 1px solid #f6f6f6
}

.woocommerce-checkout #payment ul {
	padding: 0 10px!important;
	border-bottom: 1px solid #f6f6f6!important;
}

.woocommerce-billing-fields #billing_address_1_field input {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1NiwwQzE1My43NTUsMCw3MC41NzMsODMuMTgyLDcwLjU3MywxODUuNDI2YzAsMTI2Ljg4OCwxNjUuOTM5LDMxMy4xNjcsMTczLjAwNCwzMjEuMDM1ICAgIGM2LjYzNiw3LjM5MSwxOC4yMjIsNy4zNzgsMjQuODQ2LDBjNy4wNjUtNy44NjgsMTczLjAwNC0xOTQuMTQ3LDE3My4wMDQtMzIxLjAzNUM0NDEuNDI1LDgzLjE4MiwzNTguMjQ0LDAsMjU2LDB6IE0yNTYsMjc4LjcxOSAgICBjLTUxLjQ0MiwwLTkzLjI5Mi00MS44NTEtOTMuMjkyLTkzLjI5M1MyMDQuNTU5LDkyLjEzNCwyNTYsOTIuMTM0czkzLjI5MSw0MS44NTEsOTMuMjkxLDkzLjI5M1MzMDcuNDQxLDI3OC43MTksMjU2LDI3OC43MTl6IiBmaWxsPSIjYzljOWM5Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-position: 98% center
}

.woocommerce-billing-fields #billing_country_field {
	display: none
}

.woocommerce-billing-fields #billing_first_name_field input,
.woocommerce-billing-fields #billing_last_name_field input {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cGF0aCBkPSJNNDguMDE0LDQyLjg4OWwtOS41NTMtNC43NzZDMzcuNTYsMzcuNjYyLDM3LDM2Ljc1NiwzNywzNS43NDh2LTMuMzgxYzAuMjI5LTAuMjgsMC40Ny0wLjU5OSwwLjcxOS0wLjk1MSAgYzEuMjM5LTEuNzUsMi4yMzItMy42OTgsMi45NTQtNS43OTlDNDIuMDg0LDI0Ljk3LDQzLDIzLjU3NSw0MywyMnYtNGMwLTAuOTYzLTAuMzYtMS44OTYtMS0yLjYyNXYtNS4zMTkgIGMwLjA1Ni0wLjU1LDAuMjc2LTMuODI0LTIuMDkyLTYuNTI1QzM3Ljg1NCwxLjE4OCwzNC41MjEsMCwzMCwwcy03Ljg1NCwxLjE4OC05LjkwOCwzLjUzQzE3LjcyNCw2LjIzMSwxNy45NDQsOS41MDYsMTgsMTAuMDU2ICB2NS4zMTljLTAuNjQsMC43MjktMSwxLjY2Mi0xLDIuNjI1djRjMCwxLjIxNywwLjU1MywyLjM1MiwxLjQ5NywzLjEwOWMwLjkxNiwzLjYyNywyLjgzMyw2LjM2LDMuNTAzLDcuMjM3djMuMzA5ICBjMCwwLjk2OC0wLjUyOCwxLjg1Ni0xLjM3NywyLjMybC04LjkyMSw0Ljg2NkM4LjgwMSw0NC40MjQsNyw0Ny40NTgsNyw1MC43NjJWNTRjMCw0Ljc0NiwxNS4wNDUsNiwyMyw2czIzLTEuMjU0LDIzLTZ2LTMuMDQzICBDNTMsNDcuNTE5LDUxLjA4OSw0NC40MjcsNDguMDE0LDQyLjg4OXoiIGZpbGw9IiNjNmM2YzYiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-position: 95% center
}

.woocommerce-billing-fields #billing_postcode_field input {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxLjYzNiA1MS42MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxLjYzNiA1MS42MzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPHBhdGggZD0iTTUxLjM1MywwLjkxNGMtMC4yOTUtMC4zMDUtMC43NS0wLjM5LTEuMTM1LTAuMjEzTDAuNTgzLDIzLjQ4MWMtMC4zOTksMC4xODQtMC42MzIsMC42MDUtMC41NzQsMS4wNDEgIHMwLjM5MywwLjc4MiwwLjgyNiwwLjg1NGwyMi4yNjMsMy43MzFsMi41NDUsMjEuMDM4YzAuMDU0LDAuNDM4LDAuMzg5LDAuNzkxLDAuODI0LDAuODY1YzAuMDU3LDAuMDEsMC4xMTMsMC4wMTUsMC4xNjksMC4wMTUgIGMwLjM3NSwwLDAuNzI2LTAuMjExLDAuODk2LTAuNTU2bDI0LTQ4LjQxNUM1MS43MiwxLjY3NSw1MS42NDgsMS4yMTgsNTEuMzUzLDAuOTE0eiIgZmlsbD0iI2M2YzZjNiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: 98% center
}

.woocommerce-billing-fields #billing_phone_field input {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwMS45OTggNDAxLjk5OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxLjk5OCA0MDEuOTk4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwMS4xMjksMzExLjQ3NWMtMS4xMzctMy40MjYtOC4zNzEtOC40NzMtMjEuNjk3LTE1LjEyOWMtMy42MS0yLjA5OC04Ljc1NC00Ljk0OS0xNS40MS04LjU2NiAgIGMtNi42NjItMy42MTctMTIuNzA5LTYuOTUtMTguMTMtOS45OTZjLTUuNDMyLTMuMDQ1LTEwLjUyMS01Ljk5NS0xNS4yNzYtOC44NDZjLTAuNzYtMC41NzEtMy4xMzktMi4yMzQtNy4xMzYtNSAgIGMtNC4wMDEtMi43NTgtNy4zNzUtNC44MDUtMTAuMTQtNi4xNGMtMi43NTktMS4zMjctNS40NzMtMS45OTUtOC4xMzgtMS45OTVjLTMuODA2LDAtOC41NiwyLjcxNC0xNC4yNjgsOC4xMzUgICBjLTUuNzA4LDUuNDI4LTEwLjk0NCwxMS4zMjQtMTUuNywxNy43MDZjLTQuNzU3LDYuMzc5LTkuODAyLDEyLjI3NS0xNS4xMjYsMTcuN2MtNS4zMzIsNS40MjctOS43MTMsOC4xMzgtMTMuMTM1LDguMTM4ICAgYy0xLjcxOCwwLTMuODYtMC40NzktNi40MjctMS40MjRjLTIuNTY2LTAuOTUxLTQuNTE4LTEuNzY2LTUuODU4LTIuNDIzYy0xLjMyOC0wLjY3MS0zLjYwNy0xLjk5OS02Ljg0NS00LjAwNCAgIGMtMy4yNDQtMS45OTktNS4wNDgtMy4wOTQtNS40MjgtMy4yODVjLTI2LjA3NS0xNC40NjktNDguNDM4LTMxLjAyOS02Ny4wOTMtNDkuNjc2Yy0xOC42NDktMTguNjU4LTM1LjIxMS00MS4wMTktNDkuNjc2LTY3LjA5NyAgIGMtMC4xOS0wLjM4MS0xLjI4Ny0yLjE5LTMuMjg0LTUuNDI0Yy0yLTMuMjM3LTMuMzMzLTUuNTE4LTMuOTk5LTYuODU0Yy0wLjY2Ni0xLjMzMS0xLjQ3NS0zLjI4My0yLjQyNS01Ljg1MiAgIHMtMS40MjctNC43MDktMS40MjctNi40MjRjMC0zLjQyNCwyLjcxMy03LjgwNCw4LjEzOC0xMy4xMzRjNS40MjQtNS4zMjcsMTEuMzI2LTEwLjM3MywxNy43LTE1LjEyOCAgIGM2LjM3OS00Ljc1NSwxMi4yNzUtOS45OTEsMTcuNzAxLTE1LjY5OWM1LjQyNC01LjcxMSw4LjEzNi0xMC40NjcsOC4xMzYtMTQuMjczYzAtMi42NjMtMC42NjYtNS4zNzgtMS45OTctOC4xMzcgICBjLTEuMzMyLTIuNzY1LTMuMzc4LTYuMTM5LTYuMTM5LTEwLjEzOGMtMi43NjItMy45OTctNC40MjctNi4zNzQtNC45OTktNy4xMzljLTIuODUyLTQuNzU1LTUuNzk5LTkuODQ2LTguODQ4LTE1LjI3MSAgIGMtMy4wNDktNS40MjQtNi4zNzctMTEuNDctOS45OTUtMTguMTMxYy0zLjYxNS02LjY1OC02LjQ2OC0xMS43OTktOC41NjQtMTUuNDE1Qzk4Ljk4Niw5LjIzMyw5My45NDMsMS45OTcsOTAuNTE2LDAuODU5ICAgQzg5LjE4MywwLjI4OCw4Ny4xODMsMCw4NC41MjEsMGMtNS4xNDIsMC0xMS44NSwwLjk1LTIwLjEyOSwyLjg1NmMtOC4yODIsMS45MDMtMTQuNzk5LDMuODk5LTE5LjU1OCw1Ljk5NiAgIGMtOS41MTcsMy45OTUtMTkuNjA0LDE1LjYwNS0zMC4yNjQsMzQuODI2QzQuODYzLDYxLjU2NiwwLjAxLDc5LjI3MSwwLjAxLDk2Ljc4YzAsNS4xMzUsMC4zMzMsMTAuMTMxLDAuOTk5LDE0Ljk4OSAgIGMwLjY2Niw0Ljg1MywxLjg1NiwxMC4zMjYsMy41NzEsMTYuNDE4YzEuNzEyLDYuMDksMy4wOTMsMTAuNjE0LDQuMTM3LDEzLjU2YzEuMDQ1LDIuOTQ4LDIuOTk2LDguMjI5LDUuODUyLDE1Ljg0NSAgIGMyLjg1Miw3LjYxNCw0LjU2NywxMi4yNzUsNS4xMzgsMTMuOTg4YzYuNjYxLDE4LjY1NCwxNC41NiwzNS4zMDcsMjMuNjk1LDQ5Ljk2NGMxNS4wMywyNC4zNjIsMzUuNTQxLDQ5LjUzOSw2MS41MjEsNzUuNTIxICAgYzI1Ljk4MSwyNS45OCw1MS4xNTMsNDYuNDksNzUuNTE3LDYxLjUyNmMxNC42NTUsOS4xMzQsMzEuMzE0LDE3LjAzMiw0OS45NjUsMjMuNjk4YzEuNzE0LDAuNTY4LDYuMzc1LDIuMjc5LDEzLjk4Niw1LjE0MSAgIGM3LjYxNCwyLjg1NCwxMi44OTcsNC44MDUsMTUuODQ1LDUuODUyYzIuOTQ5LDEuMDQ4LDcuNDc0LDIuNDMsMTMuNTU5LDQuMTQ1YzYuMDk4LDEuNzE1LDExLjU2NiwyLjkwNSwxNi40MTksMy41NzYgICBjNC44NTYsMC42NTcsOS44NTMsMC45OTYsMTQuOTg5LDAuOTk2YzE3LjUwOCwwLDM1LjIxNC00Ljg1Niw1My4xMDUtMTQuNTYyYzE5LjIxOS0xMC42NTYsMzAuODI2LTIwLjc0NSwzNC44MjMtMzAuMjY5ICAgYzIuMTAyLTQuNzU0LDQuMDkzLTExLjI3Myw1Ljk5Ni0xOS41NTVjMS45MDktOC4yNzgsMi44NTctMTQuOTg1LDIuODU3LTIwLjEyNkM0MDEuOTksMzE0LjgxNCw0MDEuNzAzLDMxMi44MTksNDAxLjEyOSwzMTEuNDc1eiIgZmlsbD0iI2M2YzZjNiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-position: 98% center
}

.woocommerce-billing-fields #billing_email_field input {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE0IDE0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNCAxNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik03LDlMNS4yNjgsNy40ODRsLTQuOTUyLDQuMjQ1QzAuNDk2LDExLjg5NiwwLjczOSwxMiwxLjAwNywxMmgxMS45ODYgICAgYzAuMjY3LDAsMC41MDktMC4xMDQsMC42ODgtMC4yNzFMOC43MzIsNy40ODRMNyw5eiIgZmlsbD0iI2M2YzZjNiIvPgoJCTxwYXRoIGQ9Ik0xMy42ODQsMi4yNzFDMTMuNTA0LDIuMTAzLDEzLjI2MiwyLDEyLjk5MywySDEuMDA3QzAuNzQsMiwwLjQ5OCwyLjEwNCwwLjMxOCwyLjI3M0w3LDggICAgTDEzLjY4NCwyLjI3MXoiIGZpbGw9IiNjNmM2YzYiLz4KCQk8cG9seWdvbiBwb2ludHM9IjAsMi44NzggMCwxMS4xODYgNC44MzMsNy4wNzkgICAiIGZpbGw9IiNjNmM2YzYiLz4KCQk8cG9seWdvbiBwb2ludHM9IjkuMTY3LDcuMDc5IDE0LDExLjE4NiAxNCwyLjg3NSAgICIgZmlsbD0iI2M2YzZjNiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-position: 98% center
}

.woocommerce-notices-wrapper {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

.woocommerce-notices-wrapper .woocommerce-message {
	margin: 0;
	border: none;
	background: #cfa;
}

.woocommerce table.my_account_orders {
	font-size: 12px;
}

.woocommerce-orders-table {
	border: 1px solid #ddd!important;
	border-radius: 0!important;
}

.woocommerce table.my_account_orders .button {
	background: #49a3ac;
	padding: 10px;
	border-radius: 0;
	color: #fff;
	display: block;
	text-align: center;
}

.archive-product .woocommerce-result-count {
	position: absolute;
	top: -25px;
	left: 0;
	color: #b7b7b7;
	font-size: 10px;
	line-height: 2;
}

.archive-product .woocommerce-breadcrumb {
	font-size: 12px;
	font-weight: 700;
	color: #6a6a6a;
}

.archive-product .woocommerce-breadcrumb a {
	font-weight: normal;
	color: #6a6a6a;
}

.archive-product .woocommerce-ordering {
	position: absolute;
	left: 1%;
	top: 10px
}

.archive-product .woocommerce-ordering select {
	padding: 5px;
	border: 1px solid #ddd;
}

.archive-product ul.products {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	border: 1px solid #ebebeb;
	border-top: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	float: none;
	margin: 0%;
	padding: 2%;
	width: 25%!important;
}

.woocommerce ul.products li.featured {
	background: #fff;
}

.woocommerce ul.products li.product:nth-child(odd) {
	border-right: none;
}

.woocommerce ul.products li.product:hover {
	box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .1);
	z-index: 11;
}

.woocommerce ul.products li.product .button {
	background: #00bfd6;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
}

.archive-product ul li h2 {
	display: block;
	font-size: 13px!important;
	color: #000;
}

.archive-product ul li .price {
	width: 100%;
	color: #000!important;
	font-weight: 700!important;
	font-size: 20px!important;
	line-height: 1.3;
	text-align: left;
}

.archive-product ul li del {
	font-size: 14px!important;
	display: block!important;
	padding-left: 50px;
}

.archive-product ul li .onsale {
	background: #fb3449;
	font-weight: 700;
	color: #fff;
	border-radius: 25px;
	padding: 0;
	font-size: 11px;
	line-height: 2;
	min-height: 20px;
	min-width: 40px;
	text-align: center;
	position: absolute;
	bottom: 102px;
	left: 20px!important;
	top: auto!important;
}

.sale-perc {
	position: absolute;
	left: 19px;
	top: 19px;
	background: #fb3449;
	color: #fff;
	padding: 5px 10px;
	border-radius: 0 0 50% 0;
	direction: ltr;
}

.archive-product ul li .star-rating {
	display: none!important;
}

.archive-product ul li ins {
	text-decoration: none;
}

.archive-product ul li .woocommerce-Price-currencySymbol {
	font-size: 14px;
}

.woocommerce-pagination ul {
	width: 100%;
	border: none!important;
	padding: 10px!important;
}

.woocommerce-pagination ul li {
	float: left!important;
	border: none!important;
}

.woocommerce-pagination ul li .current,
.woocommerce-pagination ul li a {
	padding: 10px!important;
	color: #333
}

.woocommerce-pagination ul li .current,
.woocommerce-pagination ul li a:hover {
	background: #00bfd6 !important;
	color: #fff!important;
}

.order-receipt .button {
	background: #00bfd6!important;
	color: #fff!important;
	padding: 14px!important;
	line-height: 1.5;
	margin: 10px auto!important;
	width: 50%;
	text-align: center;
	display: inherit!important;
}

.order-receipt .cancel {
	background: #dc3545!important;
}

.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
	flex: 0 0 50%;
	max-width: 50%;
}

.woocommerce #customer_login h2 {
	text-align: center;
	font-size: 20px;
	border-bottom: 2px dashed #ddd;
	padding: 10px;
	margin: 0;
}

.woocommerce form.login,
.woocommerce form.register {
	border: 0;
	margin: 0;
}

.woocommerce form.login input,
.woocommerce form.register input {
	border-radius: 0;
	border: 1px solid #ddd;
	padding: 10px;
}

.woocommerce form.login button.button,
.woocommerce form.register button.button {
	background: #ccc;
	width: 100%;
	color: #333;
	border-radius: 0;
	padding: 10px;
	text-shadow: none;
	font-weight: normal;
	font-size: 13px;
}

.woocommerce form.login button.button:hover,
.woocommerce form.register button.button:hover {
	background: #aaa;
	color: #fff;
}

.wpcf7 input,
.wpcf7 textarea {
	border: 1px solid #ccc;
	padding: 10px;
}

.wpcf7 input[type=submit] {
	background: #dc3545;
	color: #fff;
	width: 100px;
	border: none;
}

.return-product {
	border: 2px solid #386fb5;
	padding: 10px;
	font-size: 14px;
}

.return-product a {
	color: #386fb5;
	font-weight: bold;
}

.woocommerce {
	width: 100%;
}

.woocommerce .woocommerce-order {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	box-shadow: 0 0 5px rgba(85, 85, 85, .1);
	padding: 15px;
}

.woocommerce .woocommerce-order-details h2,
.woocommerce-column__title {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}

.woocommerce-order .woocommerce-thankyou-order-received {
	background: #d98383;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.woocommerce-thankyou-order-details {
	display: flex;
	width: 100%;
}

.woocommerce-thankyou-order-details li {
	display: inline-block;
	width: 20%;
	text-align: center;
}

.order-again .button {
	background: #408f93 !important;
	color: #fff!important;
	padding: 12px 40px!important;
	text-align: center;
	font-weight: normal!important;
}

.blog-post .card-body h1,
.blog-post .card-body h2,
.blog-post .card-body h3 {
	font-size: 17px;
}

.blog-post .pierrecardin-title h3 {
	font-size: 22px;
}

.blog-post .post-content p,
.blog-post .post-content ul {
	line-height: 2;
	font-size: 14px;
}

.blog-post .post-content img {
	max-width: 100%;
	height: auto;
}

.blog-post .post-content ul li {
	list-style: square;
	margin-right: 15px;
}

.blog-post .post-rltd .list-group-item {
	padding: 0;
	border: none;
	border-top: 1px solid #eee;
}

.blog-post .post-rltd .list-group-item:first-child {
	border: none;
}

.blog-post .post-rltd .list-group-item a {
	color: #333;
	display: block;
	padding: 10px;
}

.blog-postlist .card a h5 {
	color: #333;
}

ul.woobsp_bestselling_list li.woobsp-product {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

ul.woobsp_bestselling_list li.woobsp-product img {
	width: 50px;
	height: auto;
	margin-left: 10px;
}

.woobsp_bestselling_list li .product-title {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.woobsp_bestselling_list li .price-amount .amount {
	font-weight: normal;
}

.etmam-mojodi {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 90px;
	font-size: 20px;
	color: #fff;
	z-index: 99;
}

.hiddendiv {
	display: none;
}

@media (max-width: 768px) {
	.woocommerce-thankyou-order-details {
		display: block;
		width: 100%;
	}
	.woocommerce-thankyou-order-details li {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		border: 1px solid #ddd!important;
		padding: 5px;
	}
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.woocommerce .col2-set .col-1 h2,
	.woocommerce .col2-set .col-2 h2 {
		font-size: 14px;
		text-align: center;
	}
	ul.woobsp_bestselling_list li.woobsp-product {
		width: 50%;
		float: right;
	}
	.card .owl-item {
		min-height: 250px;
	}
	.card .owl-item .product-title {
		font-size: 12px;
		font-weight: 600;
		line-height: 20px;
	}
	.card .owl-item .woocommerce-Price-amount {
		text-align: center;
	}
	.card .owl-item .btn-buy i {
		background: #28a745;
		font-size: 12px;
		position: absolute;
		right: -20px;
		top: 6px;
		padding: 5px;
		border-radius: 4px;
	}
  .card .owl-item .btn-buy:hover i {
		background: #218838;
	}
}

@media only screen and (max-width: 992px) {
	.hide-on-med-and-down {
		display: none !important
	}
}

@media only screen and (min-width: 993px) {
	.hide-on-large-only {
		display: none !important
	}
}

.hide {
	display: none !important
}

.left-align {
	text-align: left
}

.right-align {
	text-align: right
}

.center,
.center-align {
	text-align: center
}

.left {
	float: left !important
}

.right {
	float: right !important
}

.menu-bar {
	background: #fff;
	box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
}

.menu-desk {
	width: 100%;
	padding: 2px 0;
}

.side-nav {
	position: fixed;
	width: 300px;
	left: 0;
	top: 0;
	margin: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 100%;
	height: calc(100% + 60px);
	height: -moz-calc(100%);
	padding-bottom: 60px;
	background-color: #fff;
	z-index: 999;
	overflow-y: auto;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%)
}

.side-nav img {
	background: #000;
	width: 100%;
	height: auto;
}

.side-nav.right-aligned {
	right: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	left: auto;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.side-nav .collapsible {
	margin: 0;
	padding: 0;
}

.side-nav li {
	float: none;
	line-height: 48px
}

.side-nav li.active {
	background-color: rgba(0, 0, 0, 0.05)
}

.side-nav li>a {
	color: rgba(0, 0, 0, 0.87);
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 48px;
	padding: 0 32px
}

.side-nav li>a:hover {
	background-color: rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

.side-nav li>a.btn,
.side-nav li>a.btn-large,
.side-nav li>a.btn-large,
.side-nav li>a.btn-flat,
.side-nav li>a.btn-floating {
	margin: 10px 15px
}

.side-nav li>a.btn,
.side-nav li>a.btn-large,
.side-nav li>a.btn-large,
.side-nav li>a.btn-floating {
	color: #fff
}

.side-nav li>a.btn-flat {
	color: #343434
}

.side-nav li>a.btn:hover,
.side-nav li>a.btn-large:hover,
.side-nav li>a.btn-large:hover {
	background-color: #2bbbad
}

.side-nav li>a.btn-floating:hover {
	background-color: #26a69a
}

.side-nav li>a>i,
.side-nav li>a>[class^="mdi-"],
.side-nav li>a li>a>[class*="mdi-"],
.side-nav li>a>i.material-icons {
	float: left;
	height: 48px;
	line-height: 48px;
	margin: 0 32px 0 0;
	width: 24px;
	color: rgba(0, 0, 0, 0.54)
}

.side-nav .divider {
	margin: 8px 0 0 0
}

.side-nav .subheader {
	cursor: initial;
	pointer-events: none;
	color: rgba(0, 0, 0, 0.54);
	font-size: 14px;
	font-weight: 500;
	line-height: 48px
}

.side-nav .subheader:hover {
	background-color: transparent
}

.side-nav .user-view,
.side-nav .userView {
	position: relative;
	padding: 32px 32px 0;
	margin-bottom: 8px
}

.side-nav .user-view>a,
.side-nav .userView>a {
	height: auto;
	padding: 0
}

.side-nav .user-view>a:hover,
.side-nav .userView>a:hover {
	background-color: transparent
}

.side-nav .user-view .background,
.side-nav .userView .background {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.side-nav .user-view .circle,
.side-nav .user-view .name,
.side-nav .user-view .email,
.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
	display: block
}

.side-nav .user-view .circle,
.side-nav .userView .circle {
	height: 64px;
	width: 64px
}

.side-nav .user-view .name,
.side-nav .user-view .email,
.side-nav .userView .name,
.side-nav .userView .email {
	font-size: 14px;
	line-height: 24px
}

.side-nav .user-view .name,
.side-nav .userView .name {
	margin-top: 16px;
	font-weight: 500
}

.side-nav .user-view .email,
.side-nav .userView .email {
	padding-bottom: 16px;
	font-weight: 400
}

.drag-target {
	height: 100%;
	width: 10px;
	position: fixed;
	top: 0;
	z-index: 998
}

.side-nav.fixed {
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	position: fixed
}

.side-nav.fixed.right-aligned {
	right: 0;
	left: auto
}

@media only screen and (max-width: 992px) {
	.side-nav.fixed {
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%)
	}
	.side-nav.fixed.right-aligned {
		-webkit-transform: translateX(105%);
		transform: translateX(105%)
	}
	.side-nav a {
		padding: 0;
		margin: 0;
	}
	.side-nav .user-view,
	.side-nav .userView {
		padding: 16px 16px 0
	}
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active {
	background-color: #ee6e73
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active a,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active a {
	color: #fff
}

.side-nav .collapsible-body {
	padding: 0
}

#sidenav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 997;
	will-change: opacity
}

.menu-desk .menu-main-menu-container ul.sub-menu li img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}

.menu-desk .menu-main-menu-container ul.sub-menu li span {
	display: block;
	text-align: center;
}

nav.primary ul.top-menu {
	display: inline-block
}

nav.primary a {
	font-size: .85em
}

nav.primary ul.top-menu>li.menu-item-has-children>a:after {
	transition: all .15s ease-out;
	content: '\f107';
	font-family: 'FontAwesome';
	padding: 0 15px;
	display: inline-block;
	line-height: 20px;
	margin: 0 -15px 0 -5px
}

nav.primary ul.top-menu>li>ul {
	transition: all .1s;
	position: absolute;
	padding: 10px 0;
	max-height: 0px;
	max-width: 0;
	overflow: hidden;
	opacity: 0;
	margin-top: -25px;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

nav.primary ul.top-menu>li:hover>ul {
	max-height: none;
	max-width: none;
	opacity: 1;
	margin-top: -5px;
	overflow: visible
}

nav.primary ul.top-menu>li.sheet:hover>ul {
	width: 100%;
	padding: 20px;
	right: 0
}

nav.primary ul.top-menu>li>ul>li {
	min-width: 150px;
	float: none;
	position: relative
}

nav.primary ul.top-menu>li.sheet>ul>li {
	width: 24%;
	display: inline-block;
	vertical-align: top
}

nav.primary ul.top-menu>li>ul>li a {
	line-height: 34px
}

nav.primary ul.top-menu>li.sheet>ul>li>a {
	font-weight: bold;
	margin-bottom: 5px
}

nav.primary ul.top-menu>li>ul>li.menu-item-has-children>a:after {
	transition: all .15s ease-out;
	content: '\f104';
	font-family: 'FontAwesome';
	padding: 0 15px;
	display: inline-block;
	line-height: 34px;
	margin: 0 -15px 0 -5px;
	float: left
}

body.rtl nav.primary ul.top-menu li.menu-item-has-children>a:after {
	margin: 0 -5px 0 -15px
}

nav.primary ul.top-menu>li>ul>li.menu-item-has-children:hover>a:after {
	transform: rotate(180deg)
}

nav.primary ul.top-menu>li.sheet>ul>li.menu-item-has-children>a:after {
	content: ''
}

nav.primary ul.top-menu>li>ul>li ul {
	transition: all .1s;
	position: absolute;
	right: 100%;
	top: -5px;
	max-height: 0;
	max-width: 0;
	opacity: 0;
	margin-right: -20px;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

nav.primary ul.top-menu>li.sheet>ul>li ul {
	position: static;
	max-width: none;
	max-height: none;
	opacity: 1;
	margin-right: 0;
	box-shadow: none
}

nav.primary ul.top-menu>li>ul>li:hover ul {
	max-width: none;
	max-height: none;
	margin-right: -2px;
	opacity: 1
}

nav.primary ul.top-menu>li.sheet>ul>li:hover ul {
	margin-right: 0
}

nav.primary ul.top-menu>li>ul>li ul li {
	min-width: 150px
}

nav.primary ul.top-menu>li.sheet>ul>li ul li {
	width: 100%;
	display: block
}

nav.primary ul.top-menu>li.sheet>ul>li ul li.bigicon {
	text-align: center
}

nav.primary ul.top-menu>li.sheet>ul>li ul li.bigicon a:hover {
	background-color: transparent
}

#mobile-demo .menu-item {
	display: block
}

#mobile-demo .menu-item-has-children ul {
	background: #fff;
	float: none!important;
	position: relative!important;
	border: none;
	margin: -40px 0 40px 0;
}

#mobile-demo .menu-item-has-children ul:before {
	content: "x";
	position: absolute;
	left: 20px;
	top: -30px;
	padding: 10px;
	background: #ddd;
	color: #333;
	height: 20px;
	line-height: 0;
}

#mobile-demo .collapsible-body {
	padding: 0
}

#mobile-demo ul a {
	padding: 0 25px
}

#mobile-demo ul ul a {
	padding: 0 40px
}

#mobile-demo ul ul ul a {
	padding: 0 50px
}

.menu-bottom {
	position: fixed;
	z-index: 90;
	top: 64px;
	width: 100%;
	left: 0;
	transition: top .3s
}

.menu-bottom.small {
	top: 64px
}

@media screen and (min-width: 993px) {
	.menu-bottom {
		top: 100px
	}
}

.navmenu,
.navmenu .menu-desk {
	transition: height .3s
}

.navmenu .lineheight2 {
	line-height: 100px;
	transition: line-height .3s
}

.navmenu.menu-desk.small .lineheight2 {
	line-height: 64px
}

@media screen and (max-width: 993px) {
	.navmenu,
	.navmenu .menu-holder,
	.navmenu .menu-desk {
		height: 64px
	}
	.navmenu .lineheight2,
	.navmenu .menu-holder ul li a {
		line-height: 64px
	}
}

.secondary-menu,
.secondary-menu .menu-bottom {
	height: 50px
}

.secondary-menu ul {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap
}

.secondary-menu li {
	display: inline-block;
	position: relative
}

.secondary-menu a {
	line-height: 50px;
	padding: 0 17px;
	display: block
}

.secondary-menu a.active {
	font-weight: bold
}

.secondary-menu a::after {
	content: "";
	border-bottom: 5px solid;
	position: absolute;
	bottom: 0px;
	width: 0%;
	right: 0;
	left: 0;
	margin: auto;
	transition: width .3s
}

.secondary-menu a.active::after {
	width: 100%
}

@media screen and (max-width: 993px) {
	.secondary-menu ul::after {
		content: "";
		position: absolute;
		height: 50px;
		width: 70px;
		left: 0;
		top: 0;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.7), transparent)
	}
}

.navmenu .menu-holder {
	position: relative;
	z-index: 100;
}

.navmenu .menu-holder .logo {
	height: 100%;
	margin-top: -20px;
}

.navmenu .menu-holder ul {
	display: inline-block;
	padding: 0;
	margin: -2px 0 0 0;
}

.navmenu .menu-holder ul li {
	display: inline-block;
	float: right
}

.navmenu ul.level1>li.menu-item-has-children>a {
	position: relative;
}

.navmenu ul.level1>li.menu-item-has-children>a:after {
	transition: all .15s ease-out;
	content: '\f107';
	font-family: 'FontAwesome';
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	opacity: 0.8;
	position: absolute;
	top: 9px;
	left: 4px;
}

.navmenu ul>li.menu-item-has-children:hover>a:after {
	transform: rotate(180deg)
}

.navmenu .menu-holder ul li a {
	outline: none;
	font-size: 13px;
	display: block;
}

.navmenu .menu-holder ul li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 993px) {
	.navmenu .menu-holder ul li .menu-collapse {
		color: #333;
		font-size: 20px;
		padding: 5px;
	}
	.navmenu .menu-holder ul li a {
		line-height: inherit;
	}
}

@media screen and (max-width: 400px) {
	.navmenu .menu-holder ul li a {
		padding: 0
	}
}

.navmenu.fix-hide .menu-holder ul li:after {
	content: "";
	border-bottom: 2px solid #000;
	width: 0%;
	display: block;
	margin: -20px auto 0 auto;
	transition: all .3s
}

.navmenu.fix-hide .menu-holder ul li.current-menu-item:after,
.navmenu.fix-hide .menu-holder ul li:hover:after {
	width: calc(100% - 30px)
}

.navmenu ul li i {
	background: #00aeef;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	font-size: 25px;
	padding: 5px 10px;
}

.navmenu.fix-side .menu-holder ul li.bigicon,
.navmenu.simple .menu-holder ul li.bigicon {
	text-align: center
}

.navmenu.fix-side .menu-holder ul li.bigicon img,
.navmenu.simple .menu-holder ul li.bigicon img {
	display: block
}

.navmenu.fix-side .menu-holder ul li.bigicon a:hover,
.navmenu.simple .menu-holder ul li.bigicon a:hover {
	background-color: transparent
}

.navmenu ul.level1>li>ul,
.navmenu ul.level1>li>ul>li>ul {
	background: #fff;
	transition: all .1s;
	display: block;
	position: absolute;
	max-height: 0px;
	width: 150px!important;
	overflow: hidden;
	opacity: 0;
	margin: 0;
	right: 0;
	top: 35px;
	border: none;
}

.navmenu ul.level1>li>ul>li>ul {
	right: 250px;
	top: 0;
	padding: 0!important;
}

.navmenu ul.level1>li:hover>ul,
.navmenu ul.level1>li>ul>li:hover>ul {
	max-height: none;
	max-width: none;
	opacity: 1;
	overflow: visible;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	padding-top: 10px;
}

.navmenu ul.level1 li li {
	display: block;
	min-width: 150px;
	float: none !important;
}

.navmenu ul.level1 li li a {
	line-height: 34px !important;
}

.navmenu ul.level1 li.sheet li ul {
	display: block
}

.navmenu ul.level1>li.sheet>ul>li {
	width: 24%;
	display: inline-block;
	vertical-align: top
}

.navmenu ul.level1>li.sheet:hover>ul {
	background: #fff;
	width: 100%;
	padding: 20px;
	right: 0
}

.navmenu .search-bar {
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100
}

body.main-search .navmenu .menu-holder,
body.main-search .menu-toggle {
	transform: translateY(-100%)
}

.navmenu .search-result {
	transition: height .3s;
	height: 0%;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	overflow: hidden
}

body.main-search {
	overflow: hidden;
	position: relative
}

body.main-search .navmenu .search-result {
	height: 100%;
	overflow: auto
}

@media screen and (min-width: 993px) {
	body.main-search .navmenu .search-result {
		height: 70% !important;
		overflow: auto
	}
}

.navmenu .menu-toggle {
	transition: all .3s;
	position: fixed;
	z-index: 1010;
	top: 0;
	right: 0;
	height: 100px;
	width: 100px;
	cursor: pointer
}

.navmenu.menu-desk.small .menu-toggle {
	height: 64px;
	width: 64px
}

.navmenu .menu-toggle .bar {
	border-bottom: 3px solid;
	margin: 7px;
	width: 30px
}

.navmenu .menu-toggle:hover {
	background-color: rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 993px) {
	.navmenu .menu-toggle {
		height: 64px;
		width: 64px
	}
}

.navmenu.fix-hide .menu-holder,
.navmenu.fix-hide .search-bar {
	transition: all .5s
}

.navmenu.top-hide .menu-holder,
.navmenu.top-hide .search-bar {
	transform: translateY(-100px)
}

.fix-side-nav {
	transition: transform .7s;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	transform: translateX(100%)
}

.fix-side-nav.show {
	transition: transform .4s;
	transform: translateX(0)
}

.fix-side-nav.close {
	transition: transform 0s;
	transform: translateX(100%)
}

.fix-side-nav ul.main-menu-side {
	display: inline-block;
	margin: 70px 10% 0 0;
	position: relative
}

.fix-side-nav ul.main-menu-side li a {
	font-size: 4rem;
	line-height: 1.7;
	font-weight: 600;
	transform: translateX(200px);
	display: block;
	transition: all .3s
}

.fix-side-nav ul.main-menu-side:hover a {
	filter: invert(100%)
}

.fix-side-nav.show ul.main-menu-side li a {
	transform: translateX(0)
}

.fix-side-nav ul.main-menu-side a:hover {
	filter: invert(0)
}

.fix-side-nav ul.main-menu-side ul {
	display: none
}

.fix-side-nav .end-bar {
	transition: width 1s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.fix-side-nav.show .end-bar {
	width: 15%
}

@media screen and (max-width: 993px) {
	.fix-side-nav ul.main-menu-side li a {
		font-size: 2.7rem
	}
}

.navmenu.sahel .menu-holder {
	display: flex;
	align-items: center;
	flex: 1 100%
}

.navmenu.sahel .menu-holder .right-section {
	flex: 1 80px;
	order: 1
}

.navmenu.sahel .menu-holder .left-section {
	flex: 1 80px;
	order: 3
}

.navmenu.sahel .menu-holder .main-section {
	flex: 1 90%;
	order: 2
}

@media screen and (min-width: 1280px) {
	.navmenu.sahel .menu-holder {
		display: flex;
		align-items: center;
		flex: 1 100%
	}
	.navmenu.sahel .menu-holder .right-section {
		flex: 1 5%;
		order: 1;
		text-align: center
	}
	.navmenu.sahel .menu-holder .left-section {
		flex: 1 5%;
		order: 3;
		text-align: center
	}
	.navmenu.sahel .menu-holder .main-section {
		flex: 1 90%;
		order: 2
	}
	.navmenu.sahel .menu-holder .main-section:before {
		content: '';
		position: fixed;
		top: 0;
		bottom: 0;
		right: 5%;
		border-right: 1px solid #e8e8e8
	}
	.navmenu.sahel .menu-holder .main-section:after {
		content: '';
		position: fixed;
		top: 0;
		bottom: 0;
		left: 5%;
		border-left: 1px solid #e8e8e8
	}
}

.navmenu.sahel .menu-holder ul li.menu-item,
.navmenu.sahel .menu-holder ul li.page_item {
	position: relative;
	display: inline-block
}

.navmenu.sahel .menu-holder ul li.menu-item:after,
.navmenu.sahel .menu-holder ul li.page_item:after {
	content: "";
	border-bottom: 1px solid #000;
	width: 20px;
	display: block;
	transition: all .3s;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 0;
	left: calc(-12px);
	transform: translateX(0);
	opacity: 0
}

.navmenu.sahel .menu-holder ul li.menu-item.current-menu-item:after,
.navmenu.sahel .menu-holder ul li.menu-itemcurrent_page_item:after,
.navmenu.sahel .menu-holder ul li.menu-item:hover:after,
.navmenu.sahel .menu-holder ul li.page_item.current-menu-item:after,
.navmenu.sahel .menu-holder ul li.page_itemcurrent_page_item:after,
.navmenu.sahel .menu-holder ul li.page_item:hover:after {
	transform: translateX(20px);
	opacity: 1
}

.navmenu.simple .menu-holder .menu-main-menu-container ul li a {
	color: #333;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	background-size: 0 70%
}

.navmenu.simple .menu-holder .menu-main-menu-container ul li a:hover {
	background: #3bc0f0;
	color: #fff;
}

.navmenu.simple .menu-holder .menu-main-menu-container ul li ul li a {
	color: #333;
	text-align: right;
	padding: 2px 10px 2px 2px;
}

.navmenu.simple .menu-holder .menu-main-menu-container ul.sub-menu li>a,
.navmenu.simple .menu-holder .menu-main-fa-container ul.sub-menu li>a,
.navmenu.simple .menu-holder .menu-mobile-container ul.sub-menu li>a,
.navmenu.simple .menu-holder .menu-mobile-fa-container ul.sub-menu li>a {
	background-size: 0 0 !important;
	font-weight: 300;
	transition: font-weight, font-size .1s
}

.navmenu.simple .menu-holder .menu-main-menu-container ul.sub-menu li.current-menu-item>a,
.navmenu.simple .menu-holder .menu-main-menu-container ul.sub-menu li>a:hover,
.navmenu.simple .menu-holder .menu-main-fa-container ul.sub-menu li.current-menu-item>a,
.navmenu.simple .menu-holder .menu-main-fa-container ul.sub-menu li>a:hover,
.navmenu.simple .menu-holder .menu-mobile-container ul.sub-menu li.current-menu-item>a,
.navmenu.simple .menu-holder .menu-mobile-container ul.sub-menu li>a:hover,
.navmenu.simple .menu-holder .menu-mobile-fa-container ul.sub-menu li.current-menu-item>a,
.navmenu.simple .menu-holder .menu-mobile-fa-container ul.sub-menu li>a:hover {
	background-size: 0 0 !important;
	font-weight: 500
}

.side-nav li.current-menu-item>a {
	background-color: rgba(0, 0, 0, 0.05)
}

.navmenu .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden
}

.navmenu .overlay.show {
	visibility: visible !important
}

.navmenu ul.level1 li.shop ul li:hover {
	background-color: gray
}

.navmenu ul.level1 li.shop ul li:hover>a {
	color: purple
}

.navmenu ul.level1 li.shop ul li.fa {
	font: inherit
}

.navmenu ul.level1 li.shop ul li.fa::before {
	font-family: FontAwesome;
	margin-left: 10px
}

.navmenu ul.level1 li.shop ul li:hover:before {
	color: red
}

.navmenu ul.level1 li.shop ul li a {
	padding: 0 !important;
	flex: 1
}

.navmenu ul.level1 li.shop>ul {
	background-color: #f4f4f4;
	padding: 10px
}

.navmenu ul.level1 li.shop>ul>li {
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-radius: 3px;
	height: 4rem;
	line-height: 4rem
}

.navmenu ul.level1 li.shop>ul>li>a {
	font-weight: 500 !important
}

.navmenu ul.level1 li.shop>ul>li>ul {
	flex: 2;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20%;
	left: 0;
	z-index: 12;
	padding: 20px;
	height: 100%
}

.navmenu ul.level1 li.shop>ul>li>ul>li>a {
	font-weight: 500 !important
}

.navmenu ul.level1 li.shop>ul>li>ul>li>ul li a {
	font-weight: 300 !important
}

.navmenu ul.level1 li.shop>ul>li.sheet>ul {
	flex-direction: row !important
}

.navmenu ul.level1 li.shop>ul>li ul {
	display: flex !important;
	flex-direction: column;
	flex-wrap: wrap
}

.navmenu ul.level1 li.shop>ul>li:hover {
	background-color: #fff
}

.navmenu ul.level1 li.shop>ul>li:hover ul {
	opacity: 1;
	visibility: visible
}

.navmenu ul.level1 li.shop>a:hover~ul>li:first-child {
	background-color: #fff
}

.navmenu ul.level1 li.shop>a:hover~ul>li:first-child>ul {
	opacity: 1;
	visibility: visible
}

.navmenu ul.level1 li.shop:hover>ul {
	right: 0;
	left: 0
}

body:lang(en-US) .navmenu ul.level1 li.shop>ul>li>ul {
	flex: 2;
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	z-index: 12
}

@media (max-width: 768px) {
	.header {
		height: auto;
	}
	.header .logo-main {
		text-align: center;
	}
	.menu-bar .header-cart {
		margin-top: -55px;
		z-index: 555;
	}
	.product-basket::before {
		display: none;
	}
	.cart-page {
		overflow: hidden;
	}
	.woocommerce-cart-form__cart-item {
		position: relative;
	}
	.woocommerce-cart-form__cart-item .product-remove,
	.woocommerce-cart-form__cart-item .product-quantity {
		float: none;
		width: auto;
		position: absolute;
		bottom: 10px;
		left: 5px;
		font-size: 0;
	}
	.woocommerce-cart-form__cart-item .product-remove .remove {
		padding: 10px;
		font-size: 14px;
		line-height: 0.5;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		border: 1px solid #979797;
		margin: 0;
		width: auto;
		height: auto;
	}
	.woocommerce-cart-form__cart-item .product-quantity {
		top: 0;
		bottom: auto;
		left: -65px;
	}
	.woocommerce-cart-form__cart-item .product-quantity .qty {
		border: 1px solid #979797;
		color: #979797;
		padding: 5px;
		width: 30%;
		margin: 25px 0 0 -5px;
	}
	.woocommerce-cart-form__cart-item .product-thumbnail {
		width: 30%;
	}
	.woocommerce-cart-form__cart-item .product-thumbnail img {
		padding: 5px;
	}
	.woocommerce-cart-form__cart-item .product-name,
	.woocommerce-cart-form__cart-item .product-subtotal {
		width: 70%;
		text-align: right;
		padding: 0;
		color: #fb3449;
		font-size: 14px;
	}
	.woocommerce-cart-form__cart-item .variation {
		padding: 0;
		margin: 0;
		height: 20px;
		font-size: 10px;
	}
	.wc-proceed-to-checkout {
		background-color: #f9f9f9;
		padding: 15px 8px;
		position: fixed;
		bottom: 0;
		width: 100%;
		right: 0;
		z-index: 9;
	}
	.actions .coupon {
		width: 100%;
		vertical-align: middle;
		display: inline-flex;
		line-height: 4
	}
	.actions .coupon input {
		height: 50px;
		margin-top: 5px;
	}
	.woocommerce .coupon .button {
		width: 41%;
	}
	.actions .button {
		width: 100%;
		margin: 5px auto!important;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		min-width: 100%;
	}
	.product-slide .owl-item img {
		min-height: 100%!important;
	}
	.product-details-tabs ul li {
		width: 33.33%
	}
}

@media (max-width: 400px) {
	.product-slider .black .owl-item {
		height: 300px;
	}
	.product-details-tabs ul li {
		width: 100%
	}
	.woocommerce-cart-form__cart-item .product-name a {
		font-size: 14px;
	}
}