*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:before,
*:after{
	box-sizing: border-box;
}
html{ 
	-webkit-text-size-adjust: none; 
}

body{
	text-align: left;
    font-family: var(--edwp-body-font-family);
    font-weight: var(--edwp-body-font-weight);
    line-height: var(--edwp-body-line-height);
    letter-spacing: var(--edwp-body-letter-spacing);
	color: var(--edwp-body-text-color);
	font-size:var(--edwp-body-font-size);
	vertical-align: baseline;
	width: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-optical-sizing: auto;
}

a{
    color: var(--edwp-body-link-color);
	text-decoration:none;
}
a:hover{
    color: var(--edwp-body-link-hover-color);
	text-decoration:none;
}

.animated{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@-webkit-keyframes fadeIn{
	0%{opacity: 0}
	100%{opacity: 1}
}
@keyframes fadeIn{
	0%{opacity: 0}
	100%{opacity: 1}
}
.fadeIn{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeOut{
	0%{opacity: 1}
	100%{opacity: 0}
}
@keyframes fadeOut{
	0%{opacity: 1}
	100%{opacity: 0}
}
.fadeOut{
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
.edwp-effect-image{
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.edwp-effect-image .image-link{
	display: block;
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
/* effect border animation scale */
.eff-border .overlay{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	opacity: 0.8;
	background: transparent !important;
}
.eff-border .overlay:after{
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	left: -15px;
	right: -15px;
	top: -15px;
	bottom: -15px;
	border-width: 15px;
	border-style: solid;
	border-color: inherit;
	transition: 400ms ease 0s;
}
.eff-border:hover .overlay:after{
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
/* effect widespread left right */
.eff-widespread-corner-left-right .overlay:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	opacity: 0;
	background-color: inherit;
	transition: .4s ease 0s;
}
.eff-widespread-corner-left-right .overlay:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	background-color: inherit;
	opacity: 0;
	transition: .4s ease 0s;
}
.eff-widespread-corner-left-right:hover .overlay:after,
.eff-widespread-corner-left-right:hover .overlay:before{
	width: 100%;
	height: 100%;
	opacity: 0.2;
}
/* effect image scale */
.eff-image-scale img{
	transition: 800ms ease 0s;
}
.eff-image-scale:hover img{
	transform: scale(1.1,1.1);
}
.eff-image-gray img{
	transition: .4s ease 0s;
}
.eff-image-gray:hover img{
    filter: grayscale(100%);
}
.eff-image-gray:hover img:nth-child(2){
    filter: none;
}
.eff-image-gray .overlay{
	display: none;
}
/* effect overlay bottom */
.eff-image-overlay-bottom:hover .overlay{
	top: 0;
}
.eff-image-overlay-bottom .overlay{
	position: absolute;
	content: "";
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	content: "";
	z-index: 1;
	opacity: 0.5;
}

.edwp-prod-deals-wrap .shortcode-heading-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.edwp-prod-deals-wrap .edwp-countdown{
	display: flex;
	width: auto;
}
body .edwp-prod-deals-wrap header .edwp-countdown{
	margin-left: 40px;
	line-height: 40px;
	border-radius: 20px 20px 0 0;
}
.edwp-product header .edwp-countdown .counter-wrapper{
	padding-left: 15px;
	padding-right: 15px;
}
#page .show-counter-today .product .thumbnail-wrapper:before{
	content: "\f017";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	width: 30px;
	border-radius: 0 0 0 3px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	text-align: center;
	display: inline-block;
}
body .edwp-prod-deals-wrap header .counter-wrapper:before{
	content: "\f017";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin-right: 5px;
}
header .style-inline.edwp-countdown .seconds{
	min-width: 42px;
}
.style-inline > .label{
	display: none;
}
.style-inline .counter-wrapper > *{
	display: flex;
}
.edwp-prod-deals-wrap .content-wrapper{
	clear: both;
}
.edwp-prod-deals-wrap .onsale{
	display: none !important;
}
.counter-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
.edwp-countdown:not(.style-inline) > div{
	padding: 0;
	margin: 0 5px;
}
body .edwp-countdown:not(.style-inline) .ref-wrapper{
	width: 100%;
	padding: 0 2px;
	display: block;
	line-height: 24px;
}
.edwp-element-section.has-background-item .product .meta-wrapper{
	padding: 10px 20px 20px 20px;
}

.edwp-banner,
.edwp-banner *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
} 
.edwp-banner h4{
	color: #ffffff;
}
.edwp-banner h4{
	margin-bottom: 0;
}
.edwp-banner h4 span{
	display: block;
	white-space: nowrap;
}
.edwp-banner .text-small{
	position: relative;
	display: block;
	line-height: 20px;
}
.edwp-banner.text-left .banner-wrapper{
	text-align: left;
}
.edwp-banner.text-right .banner-wrapper{
	text-align: right;
}
.edwp-banner.text-center .banner-wrapper{
	text-align: center;
}
.edwp-banner .banner-wrapper{
	text-align: left;
}
.edwp-banner{
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: center;
}
.edwp-banner .banner-wrapper{
	position: relative;
}
.edwp-banner .banner-wrapper .banner-bg{
	overflow: hidden;
}
.edwp-banner .banner-wrapper > a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
}
.edwp-banner.style-default .box-content,
.edwp-banner.style-button .box-content{
	position: absolute;
	z-index: 2;
	display: table;
	transition: 300ms ease 0s;
}
.edwp-banner.style-simple .box-content{
	text-align: center;
	width: 100%;
	position: relative;
	padding: 10px;
}
.edwp-banner.style-simple .box-content:before{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	content: "";
	border-width: 1px;
	border-style: dashed;
	z-index: 0;
	opacity: 0.5;
}
@-webkit-keyframes animation_tranlate_banner{
	from{
		opacity: 0;
		transform: translate(-50%,100%);
	}
	to{
		opacity: 1;
		transform: translate(-50%,0);
	}
}
@-moz-keyframes animation_tranlate_banner{
	from{
		opacity: 0;
		transform: translate(-50%,100%);
	}
	to{
		opacity: 1;
		transform: translate(-50%,0);
	}
}
@keyframes animation_tranlate_banner{
	from{
		opacity: 0;
		transform: translate(-50%,100%);
	}
	to{
		opacity: 1;
		transform: translate(-50%,0);
	}
}

.edwp-banner .banner-bg{
	transition: opacity 450ms;
}
.edwp-banner .edwp-banner-button{
    font-size: var(--edwp-btn-font-size);
	margin-top: 12px;
}
.edwp-banner:not(.style-button) .edwp-banner-button a.button,
.woocommerce .edwp-banner:not(.style-button) .edwp-banner-button a.button{
	padding: 0 10px;
	line-height: 22px;
	min-width: auto;
}
.edwp-banner:not(.style-button) .edwp-banner-button a.button,
.woocommerce .edwp-banner:not(.style-button) .edwp-banner-button a.button{
	line-height: 38px;
	width: 40px;
	border-radius: 100%;
	text-align: center;
	margin-top: 10px;
	padding: 0;
}
.edwp-banner:not(.style-button) .edwp-banner-button a.button:after{
	display: inline-block;
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.edwp-banner.style-button .edwp-banner-button a.button,
.woocommerce .edwp-banner.style-button .edwp-banner-button a.button{
	min-width: 180px;
	line-height: 44px !important;
	padding: 0 15px !important;
	text-transform: none;
	border-radius: 22px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.edwp-banner-button a{
	display: inline-block;
}
.edwp-banner .header-content{
	padding: 20px;
}
.edwp-banner.style-default .box-content > *{
	display: table-cell;
	vertical-align: middle;
}
.eff-image-gray:hover .img-content img{
	filter: none;
}
.edwp-banner.style-simple .banner-bottom a{
	text-decoration: underline;
}
.left-top .box-content{
	left: 3%;right: auto;
	top: 4%;bottom: auto;
}
.left-bottom .box-content{
	left: 3%;right: auto;
	top: auto;bottom: 4%;
}
.left-center .box-content{
	left: 3%;right: auto;
	top: 50%;bottom: auto;
	transform: translate(0,-50%);
}
.right-top .box-content{
	right: 3%;left: auto;
	top: 3%;bottom: auto;
}
.right-bottom .box-content{
	right: 3%;left: auto;
	top: auto;bottom: 3%;
}
.right-center .box-content{
	right: 3%;left: auto;
	top: 50%;bottom: auto;
	transform: translate(0,-50%);
}
.center-top .box-content{
	text-align: center;
	left: 0;right: 0;
	top: 3%;bottom: auto;
	width: 100%;
}
.center-bottom .box-content{
	text-align: center;
	left: 0;right: 0;
	top: auto;bottom: 3%;
	width: 100%;
}
.center-center .box-content{
	left: 50%;right: auto;
	top: 50%;bottom: auto;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.edwp-banner .banner-bg img{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.menu-wrapper .edwp-banner .banner-bg img{
	width: auto;
}
.menu-wrapper .edwp-banner .banner-wrapper{
	display: table;
	margin: 0 auto;
}

/* Effect background scale */
.edwp-banner.background-scale .banner-bg img,
.edwp-banner.background-scale-dark .banner-bg img,
.edwp-banner.background-scale-opacity .banner-bg img,
.edwp-banner.background-scale-opacity-line .banner-bg img,
.edwp-banner.background-scale-and-line .banner-bg img,
.edwp-banner.background-scale-dark-line .banner-bg img{
	transform: scale(1,1);
	transition: transform 400ms ease 0s;
}
.edwp-banner.background-scale:hover .banner-bg img,
.edwp-banner.background-scale-dark:hover .banner-bg img,
.edwp-banner.background-scale-opacity:hover .banner-bg img,
.edwp-banner.background-scale-opacity-line:hover .banner-bg img,
.edwp-banner.background-scale-dark-line:hover .banner-bg img,
.edwp-banner.background-scale-and-line:hover .banner-bg img,
.edwp-banner.background-scale-rotate:hover .banner-bg img{
	transform: scale(1.14,1.14);
}
.edwp-banner.background-scale-rotate .banner-bg img{
	transform: rotate(0deg) scale(1,1);
	transition: transform 400ms ease 0s;
}
.edwp-banner.background-scale-rotate:hover .banner-bg img{
	transform: rotate(3deg) scale(1.14);
}
/* Effect background scale opacity */
.edwp-banner.background-opacity .banner-bg img,
.edwp-banner.background-scale-opacity .banner-bg img,
.edwp-banner.background-opacity-and-line .banner-bg img,
.edwp-banner.background-dark-and-line .banner-bg img,
.edwp-banner.background-scale-opacity-line .banner-bg img,
.edwp-banner.background-scale-dark-line .banner-bg img{
	transition: transform 800ms , opacity .4s ease 0s;
}
.edwp-banner.background-opacity-and-line:hover .banner-bg img,
.edwp-banner.background-opacity:hover .banner-bg img,
.edwp-banner.background-scale-opacity:hover .banner-bg img,
.edwp-banner.background-scale-opacity-line:hover .banner-bg img{
	opacity: 0.7;
}
.edwp-banner.background-dark-and-line .banner-bg:after,
.edwp-banner.background-dark .banner-bg:after,
.edwp-banner.background-scale-dark .banner-bg:after,
.edwp-banner.background-scale-dark-line .banner-bg:after,
.edwp-banner.background-scale-rotate .banner-bg:after{
	content: "";
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	background: #000;
	z-index: 1;
	opacity: 0;
	transition: 450ms ease 0s;
}
.edwp-banner.background-dark-and-line:hover .banner-bg:after,
.edwp-banner.background-dark:hover .banner-bg:after,
.edwp-banner.background-scale-dark:hover .banner-bg:after,
.edwp-banner.background-scale-dark-line:hover .banner-bg:after,
.edwp-banner.background-scale-rotate:hover .banner-bg:after{
	opacity: 0.3;
}
.edwp-banner.background-scale-opacity-line .banner-wrapper:before,
.edwp-banner.background-opacity-and-line .banner-wrapper:before,
.edwp-banner.background-dark-and-line .banner-wrapper:before,
.edwp-banner.background-scale-dark-line .banner-wrapper:before,
.edwp-banner.background-scale-and-line .banner-wrapper:before,
.edwp-banner.eff-line .banner-wrapper:before{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	content: "";
	z-index: 2;
	border-width: 1px;
	border-style: solid;
	opacity: 0;
	transform: scale(1,0);
	transition: opacity 450ms,transform 450ms ease 0s;
}
.edwp-banner.background-opacity-and-line .banner-wrapper:hover:before,
.edwp-banner.background-scale-opacity-line .banner-wrapper:hover:before,
.edwp-banner.background-dark-and-line .banner-wrapper:hover:before,
.edwp-banner.background-scale-dark-line .banner-wrapper:hover:before,
.edwp-banner.background-scale-and-line .banner-wrapper:hover:before,
.edwp-banner.eff-line .banner-wrapper:hover:before{
	opacity: 1;
	transform: scale(1,1);
	transition: opacity 550ms,transform 520ms ease 0s;
}
.edwp-element-section{
	position: relative;
	clear: both;
	overflow: hidden;
}
.shortcode-heading-wrapper{
	margin: 0 0 30px 0;
}
.shortcode-heading-wrapper h2{
	margin-bottom: 0;
	display: block;
}
.title-center .shortcode-heading-wrapper{
	text-align: center;
}
.edwp-prod-deals-wrap.title-center .shortcode-heading-wrapper{
	display: block;
}
.edwp-prod-deals-wrap.title-center.show-counter-today .shortcode-heading-wrapper{
	display: flex;
	justify-content: center;
}
.edwp-element-section.title-center .shortcode-heading-wrapper{
	float: none !important;
}
.shop-all-button{
	text-align: center;
	margin-top: 20px;
}

.edwp-banner-image{
	overflow: hidden;
	position: relative;
	text-align: center;
}
.edwp-banner-image *{
	backface-visibility: hidden;
}
.edwp-banner-image img.text-image{
	position: absolute;
	z-index: 2;
}
.edwp-banner-image > *{
	display: block;
	position: relative;
	overflow: hidden;
}
.edwp-banner-image > *:after{
	display: table;
	content: "";
	clear: both;
}
.edwp-banner-image img.bg-image{
	position: relative;
	z-index: 1;
	width: 100%;
	transition: 400ms ease 0s;
}
.edwp-banner-image .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 0;
}
.edwp-banner-image.eff-scale:hover img.bg-image{
	transform: scale(1.1,1.1);
}
.edwp-banner-image.eff-opacity:hover img.bg-image{
	opacity: 0.6;
}
.edwp-banner-image.eff-border .overlay{
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	content: "";
	z-index: 3;
	background: transparent !important;
}
.edwp-banner-image.eff-border .overlay:after{
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-width: 20px;
	border-style: solid;
	border-color: inherit;
	opacity: 0.5;
	transition: .4s ease 0s;
}
.edwp-banner-image.eff-border:hover .overlay:after{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.edwp-banner-image img.text-image{
	max-width: 80%;
	transition: .4s ease 0s;
	margin: 0;
}
.edwp-banner-image.left-top img.text-image{
	left: 5%;right: auto;
	top: 5%;bottom: auto;
	margin: 20px 0 0 10px;
}
.edwp-banner-image.left-bottom img.text-image{
	left: 5%;right: auto;
	top: auto;bottom: 8%;
	margin: 0 0 20px 20px;
}
.edwp-banner-image.left-center img.text-image{
	left: 5%;right: auto;
	margin: 0 0 0 10px;
	top: 50%;bottom: auto;
	transform: translate(0,-50%);
}
.edwp-banner-image.right-top img.text-image{
	right: 5%;left: auto;
	top: 5%;bottom: auto;
	margin: 20px 10px 0 0;
}
.edwp-banner-image.right-bottom img.text-image{
	right: 5%;left: auto;
	top: auto;bottom: 8%;
	margin: 0 10px 20px 0;
}
.edwp-banner-image.right-center img.text-image{
	right: 5%;left: auto;
	top: 50%;bottom: auto;
	margin: 0 20px 0 0;
	transform: translate(0,-50%);
}
.edwp-banner-image.center-top img.text-image{
	left: 50%;right: auto;
	top: 8%;bottom: auto;
	margin: 10px 0 0 0;
	transform: translate(-50%,0);
}
.edwp-banner-image.center-bottom img.text-image{
	left: 50%;right: auto;
	top: auto;bottom: 8%;
	margin: 0 0 10px 0;
	transform: translate(-50%,0);
}
.edwp-banner-image.center-center img.text-image{
	left: 50%;right: auto;
	top: 50%;bottom: auto;
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 70%;
}
.elementor-col-100 .edwp-banner-image.center-center img.text-image{
	max-width: 40%;
	max-height: auto;
}

.edwp-element-section .view-more{
	margin-top: 0;
	text-align: center;
}
.edwp-blog-posts-wrapper:not(.edwp-slider) article{
	margin-bottom: 50px;
}
.edwp-blog-posts .blogs .quote-wrapper blockquote{
	background: transparent;
}

@-webkit-keyframes scale_icon_like{
	from{
		opacity: 0;
		transform: scale(1.7,1.7);
	}
	to{
		opacity: 1;
		transform: scale(1,1);
	}
}

@-moz-keyframes scale_icon_like{
	from{
		opacity: 0;
		transform: scale(1.7,1.7);
	}
	to{
		opacity: 1;
		transform: scale(1,1);
	}
}
@keyframes scale_icon_like{
	from{
		opacity: 0;
		transform: scale(1.7,1.7);
	}
	to{
		opacity: 1;
		transform: scale(1,1);
	}
}

.edwp-twitter-slider .icon{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
}
.edwp-twitter-slider .twitter-content{
	padding-left: 100px; 
	position: relative;
}
.edwp-twitter-slider .owl-item{
	opacity: 0
}
.edwp-twitter-slider .owl-item.active{
	opacity: 1;
}
.twitter-content .content{
	font-style: italic;
	margin-bottom: 10px;
}
.edwp-twitter-slider .icon{
	font-size: 80px;
	line-height: 80px;
	color: #2CAAE1;
}
.edwp-twitter-slider .date-time{
	margin-bottom: 10px;
}
.edwp-twitter-slider h4{
	margin-bottom: 5px;
}

.edwp-countdown{
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.edwp-countdown.style-inline{
	line-height: 30px;
}
.edwp-countdown:not(.style-inline) .counter-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -10px;
}
.edwp-countdown:not(.style-inline) .counter-wrapper > div{
	min-width: 60px;
	width: auto;
	margin: 10px;
}
.edwp-countdown:not(.style-inline).ref-wrapper{
	text-transform: uppercase;
}
body .blank-page-template .edwp-countdown .counter-wrapper > div{
	min-width: 100px;
}
body .blank-page-template .edwp-countdown .counter-wrapper .number{
	font-size: 52px;
	line-height: 52px;
}
.edwp-countdown:not(.style-inline) .number-wrapper{
	margin-bottom: 10px;
}
.edwp-countdown.text-light .counter-wrapper .number,
.edwp-countdown.text-light .counter-wrapper .ref-wrapper,
.edwp-countdown.text-light .counter-wrapper{
	color: #ffffff;
}
.meta-wrapper .edwp-countdown.style-inline{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 5;
}
.meta-wrapper .availability-bar{
	margin-bottom: 10px;
}
.meta-wrapper .edwp-countdown .counter-wrapper:before{
	content: "\f017";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin-right: 5px;
}

.edwp-product .column-tabs{
	display: flex;
	width: 100%;
	margin-bottom: 38px;
	align-items: center;
	justify-content: space-between;
}
.edwp-product.title-center .column-tabs{
	display: block;
}
.edwp-product.title-center .column-tabs > *{
	display: block;
	text-align: center;
}
.edwp-product.title-center .list-categories{
	margin-top: 24px;
}
.edwp-product.title-center .column-tabs ul.tabs{
	justify-content: center;
}
.heading-tab h2{
	margin-bottom: 0;
}
.column-tabs ul.tabs{
	text-align: end;
	margin: -5px -40px -5px 0;
	padding: 0;
    white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
}
.column-tabs ul.tabs li{
	transition: color 350ms ease 0s;
	display: inline-block;
	position: relative;
	line-height: 22px;
	cursor: pointer;
	padding: 5px 0;
	margin-right: 40px;
}
.column-tabs ul.tabs li:before{
	right: -30px;
	content: "";
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 1px;
	width: 20px;
	position: absolute;
	bottom: 15px;
}
.column-tabs ul.tabs li:first-child:before,
.column-tabs ul.tabs li:last-child:before{
	display: none;
}
.column-tabs ul.tabs li.current{
	cursor: default;
}
.column-content > .list-categories ul{
	margin: 0;
}
.column-content > .list-categories{
	width: 218px;
	border-width: 1px;
	border-style: solid;
	padding: 20px;
	margin-left: -1px;
}

.edwp-mc-subscribe-element.text-center{
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
.edwp-mc-subscribe-element .widget-container{
	margin: 0;
}
.edwp-mc-subscribe-element .widget-title-wrapper{
	margin-bottom: 0;
}
.edwp-mc-subscribe-element .widget-title{
	margin-bottom: 10px;
}
.text-light .mailchimp-subscription .widget-title,
.text-light .mailchimp-subscription .newsletter,
.text-light.vertical-button-icon .subscribe-email .button,
#page .edwp-mc-subscribe-element.text-center.text-light .widget-title,
#colophon .mailchimp-fullwidth .text-light .mailchimp-subscription .newsletter{
	color: #ffffff;
}
#colophon .mailchimp-fullwidth .text-light .mailchimp-subscription .newsletter{
	opacity: 0.6;
}
.text-light .mailchimp-subscription input[type="email"],
.text-light .mailchimp-subscription input[type="tel"],
.text-light .mailchimp-subscription input[type="email"]:focus,
.text-light .mailchimp-subscription input[type="tel"]:focus{
	border-color: #ffffff !important;
}
.style-vertical .mailchimp-subscription .processing button.button i{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.vertical-button-icon .mailchimp-subscription input[type="email"],
.vertical-button-icon .mailchimp-subscription input[type="tel"]{
	padding: 4px 40px 4px 20px;
	margin: 0;
	border-radius: .5rem;
	min-height:38px;
}
.vertical-button-icon .subscribe-email .button{
	position: absolute !important;
	bottom: 0;
	top: auto;
	right: 5px;
	line-height: 0 !important;
	z-index: 2;
	font-size: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: 40px;
	height: 40px;
	min-width: auto !important;
	margin: 0;
	border-width: 0 !important;
}
.vertical-button-icon .subscribe-email .button i{
	font-weight: 600;
	letter-spacing: 0;
	display: inline-block;
	line-height: 40px !important;
	font-size: 18px !important;
}

.edwp-product-in-category-tab-wrapper .column-products{
	width: 100%;
}
.shop-more{
	text-align: center;
	margin-top: 30px;
}
.edwp-list-of-product-categories-wrapper{
	display: flex;
	align-items: center;
}
.edwp-list-of-product-categories-wrapper .heading-title{
	line-height: 20px;
	margin-bottom: 16px;
}
.edwp-list-of-product-categories-wrapper ul{
	margin: 0;
}
.edwp-list-of-product-categories-wrapper .list-categories{
	overflow: hidden;
}
.edwp-list-of-product-categories-wrapper .list-categories li{
	list-style: none;
}

.edwp-product-category-wrapper .products .product.product-category{
	position: relative;
	z-index: 4;
}
.edwp-product-category-wrapper:not(.item-layout-default) .owl-carousel{
	width: 100%;
}
.edwp-product-category-wrapper .products{
	margin-bottom: 0 !important;
}
.owl-carousel{
	width: calc(100% + 20px);
}
.productBanner.owl-carousel,
.widget .owl-carousel,
.widget-container .owl-carousel{
	width: 100%;
}
.productBanner .item{
	display:flex;
	justify-content: start;
	align-items: center;
	background-size: cover;
	background-position: 25%;
	height:450px;
}
.productBanner .item .slide-item{
	min-width:40%;
	max-width:50%;
	padding:3rem;
}
.productBanner .item.fs-small .slide-item .bannerTitle{
	font-size:36px;
	font-weight:700;
	line-height:42px;
}
.productBanner .item.fs-large .slide-item .bannerTitle{
	font-size:52px;
	font-weight:900;
	line-height:58px;
}
.productBanner .item.fs-small .slide-item p{
	font-size:16px;
	font-weight:500;
}
.productBanner .item.fs-large .slide-item p{
	font-size:18px;
	font-weight:600;
}
.productBanner .item.clr-dark .slide-item .bannerTitle,
.productBanner .item.clr-dark .slide-item p{
	color:#2c2c2c !important;
}
.productBanner .item.clr-light .slide-item .bannerTitle,
.productBanner .item.clr-light .slide-item p{
	color:#ffffff !important;
}


.productBanner .owl-dots{
  position: absolute;
  bottom: 30px;
  left: 0;
  width:100%;
  display: flex;
  justify-content:center;
  align-items:center;
  background:none;
}
.productBanner .owl-nav {
  margin: 0;
  padding:0px;
}
.productBanner .owl-next,
.productBanner .owl-prev {
  position: absolute;
  top: calc(50% - 26px);
  left:-15px;
  justify-content: center;
  align-items:center;
  display: flex;
  font-size:32px;
  opacity:0;
  transition:all .3s linear;
}
.productBanner .owl-next {
  left:auto;
  right:-15px;
}

.productBanner.owl-carousel:hover .owl-nav .owl-prev {
  left: 15px;
  opacity:.6;
}
.productBanner.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: 15px;
  opacity:.6;
}
.productBanner .owl-nav .owl-prev:hover,
.productBanner .owl-nav .owl-next:hover {
  background:none;
  color:#2c2c2c;
  opacity:1;
}

.productBanner .owl-dots .owl-dot span {
  background: #2c2c2c;
  opacity:.6;
}
.productBanner .owl-dots .owl-dot:hover span {
  background: #2c2c2c;
  opacity:1;
}

.productBanner .owl-dots .owl-dot.active span{
  background: #C39F53;
  width:18px;
  opacity:1;
}
.flex-start{
	justify-content:flex-start !important;
}
.item.flex-center{
	text-align:center !important;
}
.flex-center{
	justify-content:center !important;
}
.flex-end{
	justify-content:flex-end !important;
}
body .elementor-social-icon{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
article.type-product .entry-content .entry-meta-top,
article.type-product .entry-content .entry-meta-bottom{
	display: none;
}
.wp-block-gallery,
.wp-block-audio{
	margin-bottom: 20px;
}
body .entry-summary .short-content,
body .single-post > .entry-content > .content-wrapper{
	line-height: 1.9;
}
a.wp-block-button__link{
	margin-bottom: 10px;
}
a.wp-block-button__link:hover{
	opacity: 0.7;
}
.alignfull figcaption.blocks-gallery-caption{
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.wp-block-group.has-background{
	padding: 20px;
	margin-bottom: 25px;
}
.wp-block-calendar{
	margin: 25px 0;
}
.wp-block-calendar table caption{
	border-width: 1px 1px 0 1px;
	border-style: solid;
}
.wp-block-calendar table{
	margin-bottom: 0;
}
body:not(.grimlock--navigation-fixed-left):not(.grimlock--navigation-fixed-left) .edwp-cell-24 [class*="wp-block-"].alignfull{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
}
body:not(.grimlock--navigation-fixed-left):not(.grimlock--navigation-fixed-left).is-safari .edwp-cell-24 [class*="wp-block-"].alignfull{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.alignfull.wp-block-embed.is-type-video figcaption{
	text-align: center;
}
.wp-block-pullquote p{
	font-size: 1.2em !important;
	line-height: 1.4em !important;
}
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite,
.wp-block-pullquote cite{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.5em !important;
	line-height: 0.7em !important;
    margin-top: 1rem !important;
    display: block;
    text-align: inherit !important;
}
a.wp-block-button__link:hover{
	text-decoration: none;
}
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color){
	color: #ffffff;
}
.wp-block-table.is-style-stripes td, 
.wp-block-table.is-style-stripes th{
	border-width: 0;
}
.wp-block-cover,
.wp-block-image{
	margin-bottom: 30px;
}
.wp-block-image figcaption{
	margin-top: 10px;
}
.wp-block-image figcaption > h1,
.wp-block-image figcaption > h2,
.wp-block-image figcaption > h3
.wp-block-image figcaption > h4,
.wp-block-image figcaption > h5,
.wp-block-image figcaption > h6{
	margin-bottom: 0;
	text-transform: uppercase;
}
.blocks-gallery-grid,
.wp-block-gallery{
	display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid:after{
	display: table;
	content: "";
	clear: both;
}
.blocks-gallery-item figcaption{
	margin-top: 10px;
	text-align: center;
}
.blocks-gallery-grid .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item{
	padding: 0;
}
.blocks-gallery-grid.columns-2 .blocks-gallery-image, 
.wp-block-gallery.columns-2 .blocks-gallery-item{
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    width: calc(50% - 1em);
}
.blocks-gallery-grid.columns-2 .blocks-gallery-image:last-child, 
.blocks-gallery-grid.columns-2 .blocks-gallery-item:last-child, 
.wp-block-gallery.columns-2 .blocks-gallery-image:last-child, 
.wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), 
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){
	margin-right: 0;
}
.wp-block-search .wp-block-search__input{
	margin: 0;
}
.wp-block-search{
	margin-bottom: 20px;
}
.wp-block-rss li{
	list-style: none;
}

.bypostauthor,
.commentlist li.comment{
	list-style: none
}
.wp-caption{
	max-width: 100%;
}
.edit-link,
.screen-reader-text{
	display: none;
}
.first{
	clear: both;
}
.visible-phone{
	display: none !important
}
.visible-ipad{
	display: none !important;
}
.pp_pic_holder{
	z-index: 100001 !important;
	margin: 30px 0 0 0;
}
.pp_overlay{
	z-index: 100000 !important;
}
.pswp--open{
	z-index: 99999;
}
body .pswp__caption__center{
	text-align: center;
}
body .pswp__button{
	background-image: url('../images/default-skin.png') !important;
	background-color: transparent !important;
}
body .pswp__button--arrow--left, 
body .pswp__button--arrow--right{
	background: none !important;
}
.is-style-squared .wp-block-button__link{
	border-radius: 0;
}
.alignwide .wp-block-embed iframe,
.alignfull .wp-block-embed iframe,
.alignwide.wp-block-embed iframe,
.alignfull.wp-block-embed iframe{
	max-width: 100% !important;
	width: 100% !important;
}
.alignwide.is-type-video iframe,
.alignfull.is-type-video iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
.alignwide.is-type-video .wp-block-embed__wrapper,
.alignfull.is-type-video .wp-block-embed__wrapper{
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
    height: 0 !important;
    width: 100% !important;
    overflow: hidden;
}
.post-nav-links > *{
	margin: 5px;
	line-height: 16px;
	min-width: 10px;
	display: inline-block;
}
.post-nav-links > a:hover{
 text-decoration: none;
}
.post-password-form{
	position: relative;
}
.post-password-form label{
	padding: 0;
}
.post-password-form label > input[type^="password"]{
	margin-top: 4px;
	padding-right: 150px;
	padding-left: 15px;
	margin-bottom: 0;
}
.post-password-form input[type^="submit"]{
	position: absolute;
	bottom: 0;
	right: 0;
}
.wp-block-archives li,
.wp-block-latest-posts li{
	list-style: none;
}
.wp-block-categories{
	margin-bottom: 30px;
}
.gallery-caption{
	font-weight: bold;
}
.wp-caption{
	max-width: 100%;
}
.wp-caption.alignnone{
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft{
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright{
    margin: 5px 0 20px 20px;
}
article > p{
	clear: both;
}
article > p:not(.post-nav-links){
	clear: none;
}
.wp-caption img{
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
	transition: 350ms ease 0s;
}
.wp-caption p.wp-caption-text{
    color: var(--edwp-body-text-light-color);
    margin: 10px 0;
    padding: 0;
	text-align: center;
}
.owl-controls{
	width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus{
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 15px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 99999;
}

abbr{
	text-decoration: none;
}

img
{
	border: 0;
	vertical-align: top;
	margin: 0 0 0;
	max-width: 100%;
	height: auto;
}

a
{
	cursor: pointer;
	background: transparent;
	transition: 150ms ease 0s;
	text-decoration: underline;
}
a:hover
{	
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
}
a:focus{
	text-decoration: none;
}

a:focus, input[type="submit"]{
	outline: none!important;
}
a:active{
	color: inherit;
}
a.button:hover
{
	text-decoration: none;
}
abbr[title], 
acronym[title]{
	text-decoration: none;
}
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 50px white inset !important;
}
input:-webkit-autofill:focus{
	-webkit-box-shadow: 0 0 0 50px white inset !important ;
}
::-webkit-input-placeholder{ /* WebKit browsers */
	color: #cecaca;
}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color: #cecaca;
}
::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color: #cecaca;
}
:-ms-input-placeholder{ /* Internet Explorer 10+ */
	color: #cecaca;
}
input[type^="text"]:focus
{
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

select:focus 
{
	outline: 0;
}

p,
address
{
	margin: 0 0 20px;
	display: block;
}

strong 
{
	font-weight: 600;
}

em 
{
	font-style: italic;
}

ins 
{
	text-decoration: none;
}

big{
	font-size: 150%;
}
/* Heading */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
.h4,
.h5,
h6,
.h6{
	font-family:var(--edwp-heading-font-family);
	font-weight: var(--edwp-heading-font-weight);
	letter-spacing: var(--edwp-heading-letter-spacing);
	margin: 0 0 5px;
}
.h1, h1{
    font-size: var(--edwp-heading1-font-size);
    line-height: var(--edwp-heading1-line-height);
}
.h2, h2{
    font-size: var(--edwp-heading2-font-size);
    line-height: var(--edwp-heading2-line-height);
}
.woocommerce .edwp-cell-24 div.product .entry-title,
.h3, h3{
    font-size: var(--edwp-heading3-font-size);
    line-height: var(--edwp-heading3-line-height);
}
.h4, h4{
    font-size: var(--edwp-heading4-font-size);
    line-height: var(--edwp-heading4-line-height);
}
.h5, h5{
    font-size: var(--edwp-heading5-font-size);
    line-height: var(--edwp-heading5-line-height);
}
.dropdown-container .dropdown-title,
.h6, h6{
    font-size: var(--edwp-heading6-font-size);
    line-height: var(--edwp-heading6-line-height);
}

form{
	display: block;
}
form .select2-container,
form .select2-container .selection{
	display: block;
}

legend{
	border: 0;
	margin: 0 0 10px;
}

label ,
.wpcf7 p{
	line-height: 22px;
	padding: 0 0 8px 0;
	display: block;
}
.wpcf7 p{
	padding: 0;
	margin-bottom: 10px;
	font-size: var(--edwp-small-font-size);

}
.ol-style{
	counter-reset: list;
}
.ol-style li{
	list-style: none;
}
.ol-style ol{
	counter-reset: listsub;
}
.ol-style ol ol{
	counter-reset: listsub2;
}
.ol-style li:before{
	counter-increment: list;
	content: counter(list) ". ";
	margin-right: 10px; 
	display: inline-block;
}
.ol-style ol li:before{
	counter-increment: listsub;
	content: counter(list) ". " counter(listsub);
}
.ol-style ol ol li:before{
	counter-increment: listsub2;
	content: counter(list) ". " counter(listsub) ". " counter(listsub2);
}

.ul-style li{
	list-style: none;
}
.ul-style li:before{
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
	content: "\f111";
	line-height: 14px;
	font-weight: 900;
	margin-right: 10px; 
}
.ul-style.none li:before{
	display: none;
}
.ul-style.default li:before,
.ul-style.square li:before{
	font-size: 6px;
	position: relative;
	top: -3px;
}
.ul-style.circle li:before{
	content: "\f111";
	position: relative;
	top: -2px;
}
.ul-style.arrow-circle li:before{
	content: "\f0a9";
}
.ul-style.angle li:before{
	content: "\f105";
}
.ul-style.square li:before{
	content: "\f0c8";
	position: relative;
	top: -2px;
}
.ul-style.caret li:before{
	content: "\f0da";
}
.ul-style.check li:before{
	content: "\f00c";
}
.ul-style.play li:before{
	content: "\f144";
}
ul.ul-style.text-light li:before{
	color:#ffffff;
}
.ul-style.border-bottom li:before{
	display: none;
}
footer .ul-style.border-bottom,
.ul-style.border-bottom{
	margin-top: -3px;
}
footer .ul-style.border-bottom li,
.ul-style.border-bottom li{
	padding: 6px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
footer .ul-style.border-bottom li:last-child,
.ul-style.border-bottom li:last-child{
	border-width: 0;
}

ol, 
ul
{
	margin-bottom: 20px;
}

ol li:last-child, 
ul li:last-child{
	padding-bottom: 0;
}
ol li:first-child, 
ul li:first-child{
	padding-top: 0;
}

ol li, 
ul li 
{
	line-height: 22px;
	padding: 5px 0;
}
.rev_slider_wrapper ul li,
.rev_slider_wrapper ol li,
.rev_slider_wrapper ul,
.rev_slider_wrapper ol{
	padding: 0;
	margin: 0;
}

.rev_slider_wrapper ul li,
.rev_slider_wrapper ol li{
	line-height: inherit;
}

ol ol, 
ol ul, 
ul ul,
ul ol
{
	margin: 10px 0 0 30px;
}
ol ol ol, 
ol ul ol, 
ul ul ol,
ul ol ol,
ol ol ul, 
ol ul ul, 
ul ul ul,
ul ol ul
{
	margin: 10px 0 0 20px;
}

ol li, 
ul ol li 
{
	list-style: decimal inside none;
	
}

ul li 
{
	list-style: disc inside none
}
 
ul ul > li
{
	list-style: circle  inside none
}

ul ul ul > li
{
	list-style: square  inside none
}

ol ol ol > li
{
	list-style: lower-roman inside none;
}

ol ol li{
	list-style: lower-latin inside none;
}

ol.commentlist .comment-text > ol li{
	list-style: decimal inside none;
}

ol.commentlist .comment-text > ol > li > ol li{
	list-style: lower-latin inside none;
}
ol.commentlist .comment-text > ol > li > ol > li > ol > li{
	list-style: lower-roman inside none;
}

dl 
{
	margin-bottom: 20px;
}

dt, 
dd 
{
	line-height: 18px;
}

dt 
{
	font-weight: bold;
}

dd 
{
	margin: 12px 0 30px 0;
}
.comment-text .woocommerce-review__dash,
.comment-text p.meta time{
    color: var(--edwp-body-text-light-color);
}
.group_table del,
.price del,
.product-price del{
	text-decoration: none;
}
.group_table del .amount,
.price del .amount,
.product-price del .amount,
.price.feature-product del{
	text-decoration: line-through;
}

del 
{
	text-decoration: line-through;
}

/* Blockquote */

body blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large{
	margin: 10px auto 40px auto;
	padding: 0 0 0 100px;
	position: relative;
	line-height: 1.5em;
	font-style: italic;
}
blockquote:before{
	content: "\e67f";
	font-family: themify;
	opacity: 0.1;
	letter-spacing: 0;
	font-size: 72px;
	line-height: 70px;
	left: 0;
	position: absolute;
	top: 0;
	font-style: normal;
	font-weight: normal;
}
article.item.quote .quote-wrapper > blockquote{
	padding: 0;
}
article.item.quote .quote-wrapper > blockquote:before{
	display: none;
}
blockquote p{
	margin: 0;
}

body code
{
	overflow: hidden;
	display: inline-block;
	line-height: 1em;
	position: relative;
	top: 5px;
	margin: 0;
	clear: both;
	border-radius: 0;
	font-style: italic;
}
pre code{
	padding: 5px;
	background: #f5f5f5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap;
	font-style: normal;
}
.clearfix:after{
	content: " ";
	display: table;
	clear: both;
}

body table code 
{
	white-space: normal;
}

table{
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
	width: 100%;
	word-wrap: break-word;
	margin-bottom: 30px;
}
.wp-block-table{
	overflow: auto;
}

table label 
{
	white-space: normal;
	vertical-align: top;
}
label a{
	text-transform: none;
}
table thead th{
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 15px 0 15px 20px;
	max-width: 100%;
	table-layout: auto;
	margin-bottom: 20px;
}
table td,
table th{
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 15px 0 15px 20px;
	line-height: 22px;
}
table td:last-child,
table th:last-child{
	padding-left: 20px;
	padding-right: 20px;
}
table th{
	font-weight: normal;
	text-transform: uppercase;
}
table tfoot tr,
table tfoot th{
	background: transparent;
}

form table{
	margin-bottom: 0;
}
table tbody, 
table tfood,
table thead
{
	max-width: 100%;
}

input[type="search"]{
	-webkit-appearance: none;
	border-radius: 0;
}
.widget-container input[type="search"]::-webkit-search-cancel-button{
  display: none;
}
body .widget-container input[type="search"],
body .widget-container input[type="text"],
body .widget-container input[type="password"],
body .widget-container input[type="number"],
body .widget-container input[type="email"],
body .widget-container input[type="tel"],
body .widget-container select,
body .widget-container textarea,
body .widget input[type="search"],
body .widget input[type="text"],
body .widget input[type="password"],
body .widget input[type="number"],
body .widget input[type="email"],
body .widget input[type="tel"],
body .widget select,
body .widget textarea{
	max-width: 100%;
}
body input[type="search"],
body input[type="text"],
body input[type="password"],
body input[type="number"],
body input[type="email"],
html input[type="date"],
body input[type="tel"],
body select,
body textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p select,
.wpcf7 p textarea{
	width: 100%;
	max-width: 100%;
}
.woocommerce form.login input, 
.woocommerce form.register input, 
.woocommerce form.login select, 
.woocommerce form.register select,
.woocommerce form.login textarea, 
.woocommerce form.register textarea{
	 max-width: 450px;
}
.wpcf7 .ajax-loader:before{
	display: none;
}

html input
{
	box-shadow: none;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 14px;
	padding: 7px 15px;
	border-radius: 0;
}
input[type='file']{
    line-height: 18px;
}
input, button
{
	transition: 350ms ease 0s;
}

fieldset{
	border-width: 1px;
	border-style: solid;
	padding: 20px 20px 10px 20px;
	margin: 20px 0 20px 0;
	border-radius: 5px;
}
#payment fieldset{
	border: 0;
}
fieldset legend{
	padding: 0 10px 0 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}

html input.button,
input[type^="submit"],
input[type^="radio"],
input[type^="check"]{
	width: auto;
	margin: 0;
}
input[type^="submit"]{
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
	width: auto;
}
input[type^="radio"],
input[type^="check"]{
	cursor: pointer;
    display: inline;
    width: auto;
    margin: -2px 3px 0 0;
    text-align: center;
    vertical-align: middle;
}

html input:focus:invalid:focus, 
html select:focus:invalid:focus{
	color: #999;
}
small{
	font-size: 85%;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select{
	line-height: 30px;
	font-weight: normal;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: var(--edwp-main-background-color);
}

body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{
	height: 30px;
}
.chosen-container a.chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text,
textarea,
select,
html input[type^="search"],
html input[type^="text"], 
html input[type^="email"],
html input[type^="password"],
html input[type^="number"],
html input[type^="tel"],
body .select2-container--default .select2-selection--single .select2-selection__rendered{
	filter: none !important;
	border-width: 1px;
	border-style: solid;
	background: #fff;
	padding: 4px 15px;
	width: 100%;
	text-align: left;
	width: 100%;
	box-shadow: none;
	border-radius: 5px;
}
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
	color: #2c2c2c;
	border-color: #e7e7e7;
	font-size: inherit;
	line-height: 30px;
	font-weight: inherit;
	border-radius: 5px;
	padding: 4px 15px;
	background: #fff;
}
.woocommerce form .form-row .input-text:focus, 
.woocommerce form .form-row select:focus{
	color: #2c2c2c;
	border-color: #d2d2d2;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{
	display: block;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
	border-width: 0;
}
select{
	padding-top: 4px;
	padding-bottom: 4px;
}
body .select2-container--default .select2-results__option[aria-selected=true]{
	background: transparent;
}
.woocommerce form .form-row .select2-container{
	display: block;
}
body .select2-container{
	z-index: 992;
}
body > .select2-container{
	width: auto;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected=true], 
body .select2-container--default .select2-results__option[data-selected=true]{
	background: rgba(153,153,153,0.1);
	outline: none !important;
}
body .widget-container .select2-container--default .select2-selection--single .select2-selection__rendered{
	min-height: 0;
}
body .select2-container--default .select2-results > .select2-results__options li{
	list-style: none;
}
.select2-selection--single:focus{
	outline: none !important;
}
body .select2-container .select2-selection--single{
	height: auto;
	border-radius: 5px;
}
body .select2-container--default .select2-selection--single{
	border-radius: 0;
	overflow: hidden;
	display: block;
	border-radius: 5px;
}
.select2-container.select2-container--open .select2-dropdown{
	border-radius: 0;
	z-index: 992;
	border-color: #d2d2d2;
}
body .select2-container.category-dropdown .select2-dropdown{
	z-index: 994;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 50%;
	margin-top: -14px;
	right: 10px;
	text-align: center;
	line-height: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-width: 0 !important;
	height: 26px;
	margin: 0;
	position: static;
	background: none;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b:before{
	letter-spacing: 0;
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	line-height: 26px;
	font-weight: 900;
	display: inline-block;
	font-size: 10px;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before{
	content: "\f077";
}
body .select2-results li{
	padding: 9px 20px;
	margin: 0;
}
body .select2-search--dropdown{
	padding: 7px;
	position: relative;
}
body .select2-search--dropdown:before{
	position: absolute;
	right: 10px;
	top: 7px;
	bottom: 17px;
	width: 28px;
	content: "\f002";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	line-height: 38px;
	text-align: center;
}
body .select2-container--default .select2-search--dropdown .select2-search__field{
	padding: 4px 40px 4px 12px; 
}
body .select2-results{
	padding: 0;
	margin: 0;
}
body .select2-container--classic .select2-results > .select2-results__options, 
body .select2-container--default .select2-results > .select2-results__options{
	max-height: 240px;
}
textarea,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row textarea.input-text{
	height: 150px;
}
html input[type^="search"]:hover,
html input[type^="text"]:hover, 
html input[type^="email"]:hover,
html input[type^="tel"]:hover,
html input[type^="password"]:hover,
html textarea:hover,
html input[type^="search"]:focus,
html input[type^="text"]:focus, 
html input[type^="email"]:focus,
html input[type^="tel"]:focus,
html input[type^="password"]:focus,
html textarea:focus,
html input:focus:invalid:focus, 
html select:focus:invalid:focus{
	box-shadow: none;
	background-image: none;
}

input:hover,
input:focus{
	outline: none!important;
}

html input[type^="button"],
html input[type^="submit"]{
	-webkit-appearance: none
}

html input[type^="button"]:focus,
html input[type^="submit"]:focus{
	outline: none!important;
}

body input[type='number']{
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
   opacity: 0;
}

html input[type^="radio"] {
	border: 0;
	padding: 0;
}

html input[type^="checkbox"]{
	border: 0;
	padding: 0;
}

textarea{
	background: #fff;
	border-width: 1px;
	border-style: solid;
	padding: 12px 15px;
	width: 100%;
	-webkit-appearance: none;
	transition: 150ms ease 0s;
	overflow: auto;
}
select{
	padding-left: 15px;
	padding-right: 30px;
	max-width: 400px;
	filter: none !important;
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/icon-select.png);
	background-position: right center; 
	background-repeat: no-repeat;
	cursor: pointer;
}
select option{
	padding: 5px 8px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-left: 15px;
	padding-right: 30px;
}

html pre{
	background: rgba(150,150,150,0.1);
	border: 0;
	border-radius: 0;
	padding: 20px 20px;
	line-height: 26px;
	margin: 10px 0 25px 0;
	word-break: break-word;
	white-space: pre-wrap;
}
br{
	margin: 0 0 5px;
}
button,
button:hover,
button:focus{
	outline: 0;
}

button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus{
	-webkit-box-shadow: 0 0 0 50px #fff inset; 
}

.woocommerce ul.products li.product .button{
	margin: 0;
}
.woocommerce ul.products li.product .price ins{
	font-weight: normal;
}
a.button{
	display: inline-block;
}
a.button,
button, 
input[type^="submit"], 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,  
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,  
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit, 
.shopping-cart p.buttons a, 
#page .main-products.list .product-group-button-meta > div.loop-add-to-cart a,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.edwp-stick-compareBtn,
#edwp-search-sidebar.full-width .edwp-result-wrapper .view-all-wrapper a{
	text-transform: uppercase;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 30px;
	filter: none;
	cursor: pointer;
	text-align: center;
    font-size: var(--edwp-btn-font-size);
	background-image: none;
	border-width: 1px;
	border-style: solid;
}
.woocommerce #respond input#submit.loading, 
.woocommerce a.button.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading{
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce .button.button-border,
.button.button-border,
.woocommerce .button.button-border-2,
.button.button-border-2,
.woocommerce .button.button-border-2:hover,
.button.button-border-2:hover,
#page .summary .edwp-buy-now-button,
#page .summary .edwp-buy-now-button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce .widget_price_filter .price_slider_amount .button:hover, 
.woocommerce-MyAccount-content .woocommerce-pagination .button,
.woocommerce-MyAccount-content .woocommerce-pagination .button:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce .woocommerce-order-details p.order-again .button,
.woocommerce .woocommerce-order-details p.order-again .button:hover,
.woocommerce .summary .yith-wfbt-submit-block .yith-wfbt-submit-button,
.woocommerce .summary .yith-wfbt-submit-block .yith-wfbt-submit-button:hover,
#page .woocommerce > .return-to-shop a,
#page .woocommerce > .return-to-shop a:hover{
	background: transparent;
    font-size: var(--edwp-small-font-size);
}
a.button{
	text-decoration: none;
}
.button-white{
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #1f1f1f !important;
	min-width: 180px;
}
.button-white:hover{
	background: transparent !important;
	border-color: #ffffff !important;
	color: #ffffff !important;
}
a.button:hover,
button:hover, 
input[type^="submit"]:hover, 
.shopping-cart p.buttons a:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,  
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
	text-shadow: none;
	filter: none;
	background-image: none;
	outline: none;
}
.pswp__button--arrow--left:hover, 
.pswp__button--arrow--right:hover{
	top: 50%;
}

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	color: inherit;
	cursor:not-allowed;
	opacity: .5;
	background-color: #ebe9eb;
	border-color: #ebe9eb;
}

.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover{
	color: inherit;
	background-color: #ebe9eb;
	border-color: #ebe9eb;
}

.woocommerce #respond input#submit.added:after, 
.woocommerce a.button.added:after, 
.woocommerce button.button.added:after, 
.woocommerce input.button.added:after{
	vertical-align: initial;
	display: none;
}

.rev_slider embed, 
.rev_slider iframe, 
.rev_slider object, 
.rev_slider video{
	border: 0;
	outline: 0;
}
.clear {
	clear: both;
	min-height: 1px;
	width: 100%;
	position: relative;
	margin-bottom: -1px;
}
.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.noimage {
	margin-left: 0;
}
.alignnone 
{
	clear: both;
    margin: 10px 0 10px 0;
}
.alignleft 
{
	clear: both;
	float: left!important;
	margin: 0 20px 20px 0 !important;
	max-width: 100%;
	height: auto;
}

.alignright
{
	clear: both;
	float: right;
	margin: 0 0 20px 20px !important;
	max-width: 100%;
	height: auto;
}

.aligncenter 
{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
	max-width: 100%;
	height: auto;
}

iframe html 
{
	position: relative;
	z-index: 1;
}

.thumbnail{
	border-radius: 0;
	margin-bottom: 16px;
	position: relative;
}

body div.ppt{
	padding: 10px 15px ;
	margin: 0;
	line-height: 24px !important;
	text-transform: uppercase;
	display: none !important;
}
body .pp_content,
body div.pp_default .pp_content{
	height: auto !important;
	background: none;
}
body .pp_top, 
body .pp_bottom{
	display: none !important;
}
body .pp_pic_holder .pp_top .pp_left,
body .pp_pic_holder .pp_top .pp_right,
body .pp_pic_holder .pp_bottom .pp_left,
body .pp_pic_holder .pp_bottom .pp_right,
body .pp_pic_holder .pp_top .pp_middle,
body .pp_pic_holder .pp_bottom .pp_middle,
body .pp_pic_holder .pp_content_container .pp_left,
body .pp_pic_holder .pp_content_container .pp_right{
	background: none !important;
}
body div.pp_pic_holder .pp_content_container .pp_left{
	padding-left: 16px;
}
body div.pp_pic_holder .pp_content_container .pp_right{
	padding-right: 16px;
}
body #pp_full_res .pp_inline p{
	margin-bottom: 10px;
}
body div.pp_details{
	position: static;
}
body .pp_nav,
body div.pp_default .pp_nav{
	z-index: 2;
	margin: 5px 0;
	position: static;
	float: none;
	display: inline-block;
	width: auto;
	height: auto;
}
body .pp_loaderIcon{
	margin: 0;
	transform: translate(-50%,-50%);
	left: 50%;
	right: auto;
}
.woocommerce #respond input#submit.loading, 
.woocommerce a.button.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading{
	opacity: 1;
	position: relative;
}
a.button.loading .blockOverlay{
	display: none !important;
}
body .pp_pic_holder .pp_loaderIcon{
	background: none !important;
	width: 34px;
	height: 34px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	content: "";
}
body .pp_content_container{
	border-radius: 0;
	padding: 0;
	position: static;
}
body .pp_nav p{
	float: left;
}
.edwp-product-video a.pp_close{
	top: -35px;
}
body .pp_pic_holder a.pp_close:hover,
body .pp_pic_holder a.pp_expand:hover,
body .pp_pic_holder a.pp_contract:hover,
body .pp_nav .pp_arrow_previous:hover, 
body .pp_nav .pp_arrow_next:hover{
	text-decoration: none;
}
body div.pp_details{
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}
body .pp_nav .currentTextHolder{
	position: static !important;
	margin: 0 !important;
	top: 0 !important;
	padding: 0 8px!important;
	line-height: 18px !important;
	font-size: 15px !important;
	font-style: normal !important;
}
body .pp_nav .pp_arrow_previous, 
body .pp_nav .pp_arrow_next{
	background-image: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	position: relative;
	line-height: 22px;
	width: 18px !important;
	height: 22px !important;
	border: 0;
	font-size: 0;
	text-indent: 0;
	border-radius: 0;
	position: relative;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	top: auto !important;
	margin-top: 0 !important;
	background: none !important;
	float: left;
	text-align: center;
}
body .pp_gallery .pp_arrow_previous:before, 
body .pp_gallery .pp_arrow_next:before{
	display: none;
}
body .pp_arrow_previous:hover, 
body .pp_arrow_next:hover{
	background: none;
}
body .pp_arrow_previous:before,
body .pp_arrow_next:before{
	content: "\e629";
	font-size: 15px;
	font-family: 'themify';
	letter-spacing: 0;
	display: inline-block;
	font-weight: normal;
}
body .pp_arrow_next:before{
	content: "\e628";
}
body .pp_nav .pp_play, 
body .pp_nav .pp_pause{
	display: none;
}
body .pp_nav p{
	line-height: 24px;
}
body .pp_nav .pp_play:before, 
body .pp_nav .pp_pause:before,
body .pp_arrow_previous:before, 
body .pp_arrow_next:before,
body div.ppt,
body .pp_nav .currentTextHolder{
	color: #fff !important;
}

body.boxed #page{
	margin-left: auto;
	margin-right: auto;
}
.page-container{
	min-height: 500px;
}
.page-container,
.container,
.edwp-breadcrumb-wrap .breadcrumb-content{
	margin-right: auto;
	margin-left: auto;
}
.hidden{display: none !important}

.edwp-cols:after{
	display: table;
	content: "";
	clear: both;
}
.edwp-cols{
	margin-left: -10px;
	margin-right: -10px;
}
.edwp-cols > .edwp-itm{
	float: left;
	padding: 5px 10px;
}
.edwp-cols-1 > .edwp-itm{
	width: 100%;
	float: left;
}
.edwp-cols-2 > .edwp-itm{
	width: 50%;
}
.edwp-cols-3 > .edwp-itm{
	width: 33.33333%;
}
.edwp-cols-4 > .edwp-itm{
	width: 25%;
}
.edwp-cols-5 > .edwp-itm{
	width: 20%;
}
.edwp-cols-6 > .edwp-itm{
	width: 16.6%;
}
.edwp-cols-7 > .edwp-itm{
	width: 14.285%;
}
.edwp-cols-8 > .edwp-itm{
	width: 12.5%;
}
.edwp-cell-1, .edwp-cell-2, .edwp-cell-3, .edwp-cell-4, .edwp-cell-5, .edwp-cell-6, .edwp-cell-7, .edwp-cell-8, .edwp-cell-9, .edwp-cell-10, .edwp-cell-11, .edwp-cell-12, .edwp-cell-13, .edwp-cell-14, .edwp-cell-15, .edwp-cell-16, .edwp-cell-17, .edwp-cell-18, .edwp-cell-19, .edwp-cell-20, .edwp-cell-21, .edwp-cell-22, .edwp-cell-23, .edwp-cell-24{
	width: 100%;
	float: none;
	padding: 0 10px;
}
.elementor-section{
	margin-left: -10px;
	margin-right: -10px;
}
.elementor-widget-wrap > .elementor-inner-section,
.edwp-megamenu .elementor-widget-wrap > .elementor-element{
	width: calc(100% + 20px);
}
.edwp-megamenu .elementor-widget-wrap > .elementor-absolute.elementor-element,
.edwp-megamenu .elementor-widget-wrap > .elementor-fixed.elementor-element{
	width: 100%;
}
.edwp-side-wrapper .wp-block-group__inner-container > h2{
	text-transform: uppercase;
	line-height: 22px;
}
#left-sidebar,
#right-sidebar{
	min-height: 1px;
	padding-left: 25px;
	padding-right: 25px;
}
#main-content{
	padding: 0;
}
#main-content > .page-container.blog-template{
	padding-top: 50px;
	padding-bottom: 50px;
}
#main-content > .edwp-breadcrumb-wrap + .page-container.blog-template{
	padding-top: 0;
}
.container,
.edwp-compare-modal .content-wrapper{
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}
.edwp-compare-modal .content-wrapper{
    background-color: var(--edwp-main-background-color);
}

.page-container:after{
	display: table;
	content: "";
	clear: both;
}
.page-template-blog-template #main-content > .page-container,
.woocommerce #main-content > .page-container,
.woocommerce-page #main-content > .page-container,
.single #main-content > .page-container,
.archive #main-content > .page-container{
	padding-bottom: 80px;
}
.edwp-wishlist-table-section,
.edwp-compare-table-wrapper {
	margin-bottom: 50px;
}
.archive.woocommerce #main-content > .page-container{
	padding-bottom: 50px;
}
.archive.woocommerce .woocommerce .product-wrapper{
    background-color: var(--edwp-main-background-color);
}

.edwp-megamenu .elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 100%;
	width: 100%;
}

@media only screen and (min-width: 576px){
	body.boxed #page,
	.page-container,
	.container,
	body.boxed header.edwp-main-header .header-sticky,
	.edwp-main-header .edwp-megamenu.no-stretch-content > .sub-menu > li,
	.edwp-compare-modal .content-wrapper{
		max-width: 100%;
	}
}

@media (min-width: 768px){
	body.boxed #page,
	.page-container,
	.container,
	body.boxed header.edwp-main-header .header-sticky,
	.edwp-main-header .edwp-megamenu.no-stretch-content > .sub-menu > li,
	.edwp-compare-modal .content-wrapper{
		max-width: 100%;
	}
	.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu.edwp-megamenu-fullwidth ul.sub-menu,
	body .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu{
		width: 100%;
	}
	#list-icon-wrapper{
		display: none;
	}
	.edwp-cell-1, .edwp-cell-2, .edwp-cell-3, .edwp-cell-4, .edwp-cell-5, .edwp-cell-6, .edwp-cell-7, .edwp-cell-8, .edwp-cell-9, .edwp-cell-10, .edwp-cell-11, .edwp-cell-12, .edwp-cell-13, .edwp-cell-14, .edwp-cell-15, .edwp-cell-16, .edwp-cell-17, .edwp-cell-18, .edwp-cell-19, .edwp-cell-20, .edwp-cell-21, .edwp-cell-22, .edwp-cell-23, .edwp-cell-24{
		float: left;
	}
	.edwp-cell-24{
		width: 100%;
	}
	.edwp-cell-23{
		width: 95.83333333%;
	}
	.edwp-cell-22{
		width: 91.66666667%;
	}
	.edwp-cell-21{
		width: 87.5%;
	}
	.edwp-cell-20{
		width: 83.33333333%;
	}
	.edwp-cell-19{
		width: 79.16666667%;
	}
	.edwp-cell-18{
		width: 75%;
	}
	.edwp-cell-17{
		width: 70.83333333%;
	}
	.edwp-cell-16{
		width: 66.66666667%;
	}
	.edwp-cell-15{
		width: 62.5%;
	}
	.edwp-cell-14{
		width: 58.33333333%;
	}
	.edwp-cell-13{
		width: 54.16666667%;
	}
	.edwp-cell-12{
		width: 50%;
	}
	.edwp-cell-11{
		width: 45.83333333%;
	}
	.edwp-cell-10{
		width: 41.66666667%;
	}
	.edwp-cell-9{
		width: 37.5%;
	}
	.edwp-cell-8{
		width: 33.33333333%;
	}
	.edwp-cell-7{
		width: 29.16666667%;
	}
	.edwp-cell-6{
		width: 25%;
	}
	.edwp-cell-5{
		width: 20.83333333%;
	}
	.edwp-cell-4{
		width: 16.66666667%;
	}
	.edwp-cell-3{
		width: 12.5%;
	}
	.edwp-cell-2{
		width: 8.33333333%;
	}
	.edwp-cell-1{
		width: 4.16666667%;
	}
}
@media
only screen and (max-width: 991px)	and (min-width: 768px){
	body .elementor-section.elementor-section-boxed > .elementor-container{
		max-width: 100%;
	}
}

@media (min-width: 992px){
	body.boxed #page,
	.page-container,
	.container,
	body.boxed header.edwp-main-header .header-sticky,
	.edwp-compare-modal .content-wrapper{
		max-width: 100%;
	}
	.edwp-main-header .edwp-megamenu.no-stretch-content > .sub-menu > li{
		max-width: 100%;
	}
	body:not(.grimlock--navigation-fixed-left):not(.grimlock--navigation-fixed-left) .edwp-cell-24 [class*="wp-block-"].alignwide{
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000%;
	}
}

@media (min-width: 1200px){
	body.boxed #page,
	.page-container,
	.container,
	body.boxed header.edwp-main-header .header-sticky,
	.edwp-compare-modal .content-wrapper{
		max-width: 1170px;
	}
	.edwp-main-header .edwp-megamenu.no-stretch-content > .sub-menu > li{
		max-width: 1140px;
	}
	.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu.edwp-megamenu-fullwidth ul.sub-menu{
		width: 876px;
	}
	body .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu{
		width: 876px;
	}
	body .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-3 ul.sub-menu{
		width: 620px;
	}
	.layout-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu.edwp-megamenu-fullwidth ul.sub-menu,
	.header-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu.edwp-megamenu-fullwidth ul.sub-menu,
	body.layout-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu,
	body.header-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu{
		width: 1044px;
	}
	body.layout-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-3 ul.sub-menu,
	body.header-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-3 ul.sub-menu{
		width: 870px;
	}
	.layout-fullwidth #page .edwp-side-wrapper,
	.main-content-fullwidth #page .edwp-side-wrapper{
		width: 25%;
	}
	.layout-fullwidth #main-content.edwp-cell-18,
	.main-content-fullwidth #main-content.edwp-cell-18{
		width: 75%;
	}
	.layout-fullwidth #main-content.edwp-cell-12,
	.main-content-fullwidth #main-content.edwp-cell-12{
		width: 50%;
	}
	.layout-fullwidth #edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content,
	.main-content-fullwidth #edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content{
		width: 25%;
	}
	
	.header-fullwidth .edwp-main-header .container, 
	.footer-fullwidth .footer-container .container,
	.main-content-fullwidth .edwp-breadcrumb-wrap .container,
	.layout-fullwidth .edwp-breadcrumb-wrap .container,
	.layout-fullwidth .footer-container .container,
	.layout-fullwidth .edwp-main-header .container,
	.header-fullwidth .edwp-main-header nav > ul.menu li.edwp-megamenu.no-stretch-content > ul.sub-menu > li,
	.layout-fullwidth .edwp-main-header nav > ul.menu li.edwp-megamenu.no-stretch-content > ul.sub-menu > li{
		padding-left: 30px;
		padding-right: 30px;
	} 
	.main-content-fullwidth .page-container,
	.layout-fullwidth .page-container{
		padding-left: 0;
		padding-right: 0;
	}
	.layout-fullwidth .edwp-main-header .edwp-megamenu.no-stretch-content > .sub-menu > li,
	.header-fullwidth .edwp-main-header .edwp-megamenu.no-stretch-content > .sub-menu > li,
	
	.layout-fullwidth .elementor-section.elementor-section-boxed > .elementor-container,
	.header-fullwidth .edwp-main-header .elementor-section.elementor-section-boxed > .elementor-container,
	.main-content-fullwidth .page-container .elementor-section.elementor-section-boxed > .elementor-container,
	.footer-fullwidth .footer-container .elementor-section.elementor-section-boxed > .elementor-container,
	.layout-fullwidth .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no,
	.header-fullwidth .edwp-main-header .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no,
	.main-content-fullwidth .page-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no,
	.footer-fullwidth .footer-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no,
	
	.main-content-fullwidth .edwp-breadcrumb-wrap .container,
	.header-fullwidth .edwp-main-header .container,
	.footer-fullwidth .footer-container .container,
	.main-content-fullwidth .page-container,
	.layout-fullwidth .container,
	.layout-fullwidth .page-container,
	.layout-fullwidth .edwp-breadcrumb-wrap .container{
		max-width: 100%;
		width: 100%;
	}
	.layout-fullwidth .elementor-section.elementor-section-stretched > .elementor-container,
	.header-fullwidth .edwp-main-header .elementor-section.elementor-section-stretched > .elementor-container,
	.main-content-fullwidth .page-container .elementor-section.elementor-section-stretched > .elementor-container,
	.footer-fullwidth .footer-container .elementor-section.elementor-section-stretched > .elementor-container{
		padding-left: 40px;
		padding-right: 40px;
	}
	.layout-fullwidth .column-content > .list-categories,
	.main-content-fullwidth .column-content > .list-categories{
		width: 15%;
	}
	.layout-fullwidth .edwp-product .group-content .content-wrapper,
	.main-content-fullwidth .edwp-product .group-content .content-wrapper{
		width: 75%;
	}
	body.is-safari:not(.grimlock--navigation-fixed-left):not(.grimlock--navigation-fixed-left) .edwp-cell-24 [class*="wp-block-"].alignfull{
		padding: 0;
	}
}

@media (min-width: 1400px){
	body.boxed #page,
	.page-container,
	.container,
	body.boxed header.edwp-main-header .header-sticky,
	.edwp-compare-modal .content-wrapper{
		max-width: 1350px;
	}
	.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu.edwp-megamenu-fullwidth ul.sub-menu{
		width: 1056px;
	}
	.layout-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu.edwp-megamenu-fullwidth ul.sub-menu,
	.header-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu.edwp-megamenu-fullwidth ul.sub-menu,
	body.layout-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu,
	body.header-fullwidth .edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu{
		width: 1094px;
	}
	.edwp-main-header .edwp-megamenu.no-stretch-content > .sub-menu > li{
		max-width: 1320px;
	}
	.layout-fullwidth #page .edwp-side-wrapper,
	.main-content-fullwidth #page .edwp-side-wrapper{
		width: 20%;
	}
	.layout-fullwidth #main-content.edwp-cell-18,
	.main-content-fullwidth #main-content.edwp-cell-18{
		width: 80%;
	}
	.layout-fullwidth #main-content.edwp-cell-12,
	.main-content-fullwidth #main-content.edwp-cell-12{
		width: 60%;
	}
	.layout-fullwidth #edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content,
	.main-content-fullwidth #edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content{
		width: 20%;
	}
	
	.header-fullwidth .edwp-main-header .container, 
	.footer-fullwidth .footer-container .container,
	.main-content-fullwidth .edwp-breadcrumb-wrap .container,
	.layout-fullwidth .edwp-breadcrumb-wrap .container,
	.layout-fullwidth .footer-container .container,
	.layout-fullwidth .edwp-main-header .container,
	.header-fullwidth .edwp-main-header nav > ul.menu li.edwp-megamenu.no-stretch-content > ul.sub-menu > li,
	.layout-fullwidth .edwp-main-header nav > ul.menu li.edwp-megamenu.no-stretch-content > ul.sub-menu > li{
		padding-left: 100px;
		padding-right: 100px;
	} 
	.main-content-fullwidth .page-container,
	.layout-fullwidth .page-container{
		padding-left: 75px;
		padding-right: 75px;
	}
	.layout-fullwidth .elementor-section.elementor-section-stretched > .elementor-container,
	.header-fullwidth .edwp-main-header .elementor-section.elementor-section-stretched > .elementor-container,
	.main-content-fullwidth .page-container .elementor-section.elementor-section-stretched > .elementor-container,
	.footer-fullwidth .footer-container .elementor-section.elementor-section-stretched > .elementor-container{
		padding-left: 90px;
		padding-right: 90px;
	}
}

html #page{
	position: relative;
	overflow: hidden;
}
body.boxed{
	background: #f5f5f5;
}
body.boxed header.edwp-main-header,
body.boxed #main-content,
body.boxed footer#site-footer-inner{
	margin-left: auto;
	margin-right: auto;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, 
.woocommerce td.product-name .wc-item-meta dt, 
.woocommerce td.product-name dl.variation .wc-item-meta-label, 
.woocommerce td.product-name dl.variation dt{
	float: left;
}
.woocommerce .woocommerce-order{
	padding: 30px;
	margin-bottom: 50px;
	border-width: 1px;
	border-style: dashed;
}
.woocommerce-password-strength{
	font-weight: normal;
}
.woocommerce-password-hint{
	margin-top: 10px;
	line-height: 22px;
}
.woocommerce p.stars a:hover{
	text-decoration: none;
}
.woocommerce form .form-row{
	padding: 0;
	margin-bottom: 16px;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last{
	width: 49%;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first{
	margin-right: 2%;
	clear: both;
}
.woocommerce form.login .button, 
.woocommerce form.register .button{
	margin: 0 30px 0 0;
	min-width: 140px;
}
.date-time a{
	display: inline-block;
}
body #edwp-addcart-msg{
	position: fixed;
	opacity: 0;
	right: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 99992;
	visibility: hidden;
	overflow: hidden;
    font-size: var(--edwp-small-font-size);
	line-height: 24px;
	text-transform: uppercase;
	transform: translate(0,-100%);
	transition: transform 200ms ease-out;
	padding: 10px 20px;
}
body.admin-bar #edwp-addcart-msg{
	top: 32px;
}
body #edwp-addcart-msg:before{
	float: none;
}
body #edwp-addcart-msg.show{
	transform: translate(0,0);
	opacity: 1;
	visibility: visible;
	display: block;
}
body #edwp-addcart-msg:not(.error) > span.error-message,
body #edwp-addcart-msg.error > span.error-message .button,
body #edwp-addcart-msg.error > span:not(.error-message){
	display: none;
}
.wc-block-components-notice-banner > svg{
	display: none;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
#page .wc-block-components-notice-banner a{
	text-decoration: underline;
	color: #222222;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
#page .wc-block-components-notice-banner a.button{
	text-decoration: none;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
#page .wc-block-components-notice-banner .button{
	padding: 5px 8px !important;
	opacity: 1;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 0 5px;
	float: right;
	font-weight: normal !important;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
#page .wc-block-components-notice-banner:before,
#edwp-addcart-msg:before{
	position: relative;
	top: -1px;
	left: auto;
	right: auto;
	bottom: auto;
	background: none;
	border-radius: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	letter-spacing: 0;
	height: 26px;
	line-height: 26px;
	margin-right: 5px;
	text-shadow: none;
	padding: 0;
	box-shadow: none;
	text-align: center;
	letter-spacing: 0;
	float: left;
}
.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-info,
.woocommerce .woocommerce-info,
#page .wc-block-components-notice-banner{
	padding: 12px 20px !important;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	gap: 0;
	width: 100%;
	margin: 0 auto 30px auto !important;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}
.cart-empty.woocommerce-info,
.return-to-shop,
.woocommerce.archive #primary. > .woocommerce-info,
.woocommerce.archive #page .woocommerce-no-products-found > .wc-block-components-notice-banner{
	text-align: center;
}
.woocommerce.archive #primary > .woocommerce-info,
.woocommerce.archive #page .woocommerce-no-products-found > .wc-block-components-notice-banner{
	background: transparent;
	padding: 100px 10% !important;
	text-transform: none;
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}
.woocommerce > .return-to-shop{
	margin-bottom: 10%;
	width: 100%;
	text-align: center;
}
.wc-empty-cart-message{
	width: 100%;
	text-align: center;
}
body .cart-empty.woocommerce-info,
#page .wc-empty-cart-message .wc-block-components-notice-banner.is-info{
	margin-top: 5% !important;
	padding: 0 !important;
	background: transparent !important;
	flex-wrap: wrap;
	gap: 0;
}
body .woocommerce .cart-empty.woocommerce-info:before,
#page .wc-empty-cart-message .wc-block-components-notice-banner.is-info:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f290";
	opacity: 0.1;
    position: relative;
    letter-spacing: 0;
	margin: 0 auto;
    font-size: 100px;
    line-height: 100px;
	height: auto;
	width: auto;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
    display: block;
    margin-bottom: 20px;
	float: none;
	width: 100%;
	color: inherit !important;
}
.woocommerce.archive #primary > .woocommerce-info:before,
.woocommerce.archive #page .woocommerce-no-products-found > .wc-block-components-notice-banner.is-info:before{
    position: relative;
    letter-spacing: 0;
	margin: 0 auto;
    font-size: 24px;
    line-height: 48px;
	height: auto;
	width: auto;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
    display: block;
    margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	width: 50px;
	border-radius: 100%;
	float: none;
	border-color: #2c2c2c;
}
.woocommerce-message:before,
.woocommerce .woocommerce-message:before,
#page .wc-block-components-notice-banner:before,
#edwp-addcart-msg:before{
	content: "\f00c";
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before,
#page .wc-block-components-notice-banner.is-info:before,
#page .wc-block-components-notice-banner.is-warning:before,
#edwp-addcart-msg.info:before{
	content: "\f12a";
}
.woocommerce-error:before,
.woocommerce .woocommerce-error:before,
#page .wc-block-components-notice-banner.is-error:before,
#edwp-addcart-msg.error:before{
	content: "\f057";
}
.woocommerce-error li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li,
#page .wc-block-components-notice-banner li{
	padding: 0;
	line-height: 26px;
	list-style: none;
}
#page .wc-block-components-notice-banner ul{
	margin: 0;
}
.alert{
	padding: 9px 15px;
	margin-bottom: 40px;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}
.edwp-search-no-match .blog-template{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	flex-flow: row wrap;
	align-items: top;
	height: 100%;
}
.edwp-search-no-match .blog-template .alert{
	border-width:0;
	padding: 10% 0 0 0;
	background: transparent;
	text-align: center;
	color: initial;
}
.edwp-search-no-match .blog-template .alert:before{
	font-family: themify;
	content: "\e6c5";
	margin-bottom: 20px;
	display: block;
	font-size: 100px;
	line-height: 90px;
	font-weight: normal;
	color: initial;
}
.edwp-search-no-match .blog-template .search-wrapper{
	margin: 0 auto;
	max-width: 700px;
}
.edwp-search-no-match .blog-template .search-wrapper input[type="text"]{
	width: 100%;
}
.edwp-search-no-match .blog-template .search-table{
	position: relative;
}
.edwp-search-no-match .blog-template .search-wrapper .search-button{
	position: absolute !important;
    bottom: 0;
    top: auto;
    right: 0;
    line-height: 0 !important;
    z-index: 2;
    width: 40px !important;
    height: 40px;
    margin: 0;
}
.edwp-search-no-match .blog-template .search-wrapper .search-button:before{
	position: absolute !important;
    bottom: 0;
    top: auto;
    right: 0;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	font-family: themify;
	content: "\e610";
	width: 40px;
	transition: 350ms ease 0s;
}
.edwp-search-no-match .blog-template .search-wrapper input[type="submit"]{
	position: absolute !important;
    bottom: 0;
    top: auto;
    right: 0;
    line-height: 0 !important;
    z-index: 2;
    font-size: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    width: 40px !important;
    height: 40px;
    min-width: auto !important;
    margin: 0;
    border-width: 0 !important;
}

.woocommerce-message,
.woocommerce .woocommerce-message,
.alert.alert-success,
#page .wc-block-components-notice-banner,
div.wpcf7-mail-sent-ok,
body #edwp-addcart-msg{
	background: #EBF6EA;
	color: #009900;
}
.woocommerce div.product .stock,
table.compare-list .stock td span.wishlist-in-stock,
.wishlist_table .product-stock-status span.wishlist-in-stock,
.wishlist_table td span.wishlist-in-stock{
	color: #009900;
}
.woocommerce-message a,
.woocommerce .woocommerce-message a,
#page .wc-block-components-notice-banner a{
	color: #009900;
	text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce .woocommerce-message:before,
#page .wc-block-components-notice-banner:before,
.alert.alert-success:before,
.mailchimp-subscription .mc4wp-success:before,
.mailchimp-subscription .mc4wp-success,
.wpcf7 form.sent .wpcf7-response-output{
	color: #009900;
}
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button,
#page .wc-block-components-notice-banner a.button{
	background: transparent !important;
	color: #009900 !important;
	border-color: #009900 !important;
}
.woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a.button:hover,
#page .wc-block-components-notice-banner a.button:hover{
	background: #009900 !important;
	color: #ffffff !important;
	border-color: #009900 !important;
}
.edwp-wishlist-table-section .items span.product-stock-status .in-stock{
	color: #6db74c;
}
.woocommerce-info,
.woocommerce .woocommerce-info,
#page .wc-block-components-notice-banner.is-info,
#page .wc-block-components-notice-banner.is-warning,
.alert.alert-info{
	background: #FFF4D2;
	color: #2c2c2c;
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before,
#page .wc-block-components-notice-banner.is-info:before,
#page .wc-block-components-notice-banner.is-warning:before,
.alert.alert-info:before{
	color: #2c2c2c;
}
.woocommerce-info a,
.woocommerce .woocommerce-info a,
#page .wc-block-components-notice-banner.is-info a,
#page .wc-block-components-notice-banner.is-warning a{
	color: #2c2c2c;
}
.woocommerce-info a.button,
.woocommerce .woocommerce-info a.button,
#page .wc-block-components-notice-banner.is-info a.button,
#page .wc-block-components-notice-banner.is-warning a.button{
	background: transparent !important;
	color: #2c2c2c !important;
	border-color: #2c2c2c !important;
}
.woocommerce-info a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
#page .wc-block-components-notice-banner.is-info a.button:hover,
#page .wc-block-components-notice-banner.is-warning a.button:hover{
	background: #2c2c2c !important;
	color: #ffffff !important;
	border-color: #2c2c2c !important;
}
#edwp-addcart-msg.error,
.alert.alert-warning,
div.wpcf7-spam-blocked,
.woocommerce-error,
.woocommerce .woocommerce-error,
#page .wc-block-components-notice-banner.is-error,
.alert.alert-error,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng{
	background: #FEEBEB;
	color: #f50000;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.mailchimp-subscription .mc4wp-error:before,
.mailchimp-subscription .mc4wp-error a,
.mailchimp-subscription .mc4wp-error,
body table.compare-list tr.stock span.out-of-stock,
.woocommerce div.product p.out-of-stock span,
.woocommerce div.product .stock.out-of-stock,
.edwp-wishlist-table-section .items span.product-stock-status span,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
	color: #f50000;
}
.woocommerce-error:before,
.woocommerce .woocommerce-error:before,
#page .wc-block-components-notice-banner.is-error:before,
.alert.alert-error:before,
.alert.alert-warning:before,
.woocommerce-error a,
.woocommerce .woocommerce-error a,
.alert.alert-warning a,
div.wpcf7-spam-blocked a{
	color: #f50000;
}
.woocommerce-error a.button,
.woocommerce .woocommerce-error a.button,
#page .wc-block-components-notice-banner.is-error a.button{
	background: transparent !important;
	color: #f50000 !important;
	border-color: #ffffff !important;
}
.woocommerce-error a.button:hover,
.woocommerce .woocommerce-error a.button:hover,
#page .wc-block-components-notice-banner.is-error a.button:hover{
	background: f50000 !important;
	color: #ffffff !important;
	border-color: #f50000 !important;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
#page .wc-block-components-notice-banner .button{
	font-size: 12px;
	line-height: 14px;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	outline: 0;
}

.elementor-container .elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 100%;
}
.elementor-image{
	line-height: 0;
}
.elementor-image figcaption,
.elementor-widget-image figcaption{
	margin-top: 20px;
}
a[href^="tel"],
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
.elementor-html .header-sticky,
.elementor-editor-active.header-transparent .edwp-main-header{
	z-index: inherit;
	position: static !important;
}
.header-language *:focus{
	outline: 0 !important;
}
.edwp-filter-widget-wrap .widget-title,
body .widget-title,
footer .mailchimp-subscription .widget-title{
	line-height: 24px;
}
body .pp_content{
	min-height: 100px;
}
body .pp_content #fullResImage{
	width: 100%;
}
body .pp_pic_holder .pp_content_container div.pp_details{
	padding: 8px 0 0 0;
	position: static;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
}
.pp_previous,
.pp_next,
.pp_gallery{display: none !important}

.site ::-webkit-scrollbar,
.popup-container ::-webkit-scrollbar{
	height: 4px;
	width: 4px;
}
.site ::-webkit-scrollbar-track,
.popup-container ::-webkit-scrollbar-track{
	background-color: #f1f1f1;
}
.site ::-webkit-scrollbar-thumb,
.popup-container ::-webkit-scrollbar-thumb{
	background-color: #a8a8a8;
}
.site ::-webkit-scrollbar-thumb:hover,
.popup-container ::-webkit-scrollbar-thumb:hover{
	background-color: #a8a8a8;
}
.edwp-video.auto-size{
	position: relative;
    padding: 0;
    padding-bottom: 56.25%;
    height: 0 !important;
    width: 100% !important;
    overflow: hidden;
}
.edwp-video.auto-size iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	border: 0;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
::-webkit-input-placeholder{
	color: #b8b8b8;
	font-style: italic;
}

:-moz-placeholder{ /* Firefox 18- */
	color: #b8b8b8;
	font-style: italic;
}

::-moz-placeholder{  /* Firefox 19+ */
	color: #b8b8b8;
	font-style: italic;
}

:-ms-input-placeholder{
	color: #b8b8b8;
	font-style: italic;
}

input::-webkit-input-placeholder{
	font-style: normal;
}

input:-moz-placeholder{ /* Firefox 18- */
	font-style: normal;
}

input::-moz-placeholder{  /* Firefox 19+ */
	font-style: normal;
}

input:-ms-input-placeholder{
	font-style: normal;
}
.edwp-parallax-bg{
	 background-attachment: fixed !important;
}
.woocommerce table.shop_table .product-remove a:hover,
.cart-list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart-list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart-list li a.remove:hover,
body table.compare-list tr.remove td > a .remove:hover{
	color: red !important;
}
.shop-more,
.edwp-banner .button,
.edwp-button{
	min-width: 120px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul li > a,
.product-name a,
.button-readmore,
.edwp-wg-meta a{
	text-decoration: none;
}
.heading-title{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position: relative;
}
.edwp-description,
.edwp-description-2{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.edwp-description-2{
	max-width: 620px;
}
.edwp-description-3{
	max-width: 430px;
	display: block;
}
.aligncenter,
.edwp-aligncenter{
	text-align: center;
	position:relative;
	z-index: 1;
	backface-visibility: hidden;
}
.edwp-aligncenter{
	background-position: center center !important;
}
.edwp-aligncenter .counter-wrapper{
	margin-left: auto;
	margin-right: auto;
}
.edwp-alignright{
	text-align: right;
}
.edwp-alignleft {
	text-align: left;
}
.social-right ul.list-icons{
	float: right;
}
.social-left ul.list-icons{
	float: left;
}
body .bg-center{
	background-size: cover;
	background-position: center !important;
}
.sub-menu.hide{
	display: none !important;
}
.style-list dl{
	display: flex;
}
.style-list dl:after{
	display: table;
	clear: both;
	content: "";
}
.style-list dl > *{
	margin: 0;
}
.style-list dl > dt{
	min-width: 200px;
	max-width: 50%;
}
.fa{
	font-family: "FontAwesome";
	font-weight: normal;
}
ul.list-icon li{
	list-style: none;
	position: relative;
}
ul.list-icon li:before{
	content: "\f105";
	margin-right: 8px; 
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
	font-weight: 900;
}
.wpcf7-spinner{
	top: 12px;
}
.elementor-widget-wrap > .elementor-element.logo-absolute.elementor-absolute{
	width: calc(100% - 40px);
}
span.close{
	cursor: pointer;
}
ul.list-item{
	margin: 0 -10px -20px -10px;
	display: block;
}
ul.list-item:after{
	display: table;
	clear: both;
	content: "";
}
ul.list-item li{
	float: left;
	margin: 0 10px 20px 10px;
	padding: 0;
	list-style: none;
}
ul.list-menu-footer{
	margin: -20px;
}
ul.list-menu-footer li{
	display: inline-block;
	margin: 10px 20px;
	padding: 0;
}
ul.list-menu-footer li a:hover{
	text-decoration: none;
}
.btn-text{
	font-size: var(--edwp-small-font-size);
	text-decoration: none;
	text-transform: uppercase;
}
.btn-text:hover{
	text-decoration: none;
}
.overlay{
	cursor: pointer;
}
h3.product-title > a{
	text-transform: none;
}
h3 > a:hover{
	text-decoration: none;
}
body .bg-left{
	background-position: left center !important;
	background-repeat: no-repeat !important;
}
body .bg-right{
	background-position: right center !important;
	background-repeat: no-repeat !important;
}
.z-index{
	position: relative;
	z-index: 4;
}
.payment-right{
	float: right;
}
.payment-left{
	float: left;
}
#site-footer-inner{
	background-color:#2c2c2c;
	color:#ffffff;
}

.edwp-main-header,
.edwp-main-header .header-sticky,
#main-content,
#site-footer-inner{
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sticky-logo{
	display: none;
}
.mobile-logo{
	display: none;
}
header .logo-wrapper{
	display: table;
}
header .logo-wrapper .logo{
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
header .logo-wrapper a{
	font-size: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
}
header .logo-wrapper a:hover{
	text-decoration: none;
}
header .logo img,
#side-vertical-menu .logo img{
	transition: .3s ease 0s;
	width: var(--edwp-logo-sm-width);
}
@media only screen and (min-width: 1200px){
	header .logo img, 
	#side-vertical-menu .logo img{
        width: var(--edwp-logo-width);
	}
}
.header-sticky{
	position: relative;
	z-index: 993;
	width: 100%;
	transition: .3s ease 0s;
}
.sticky-wrapper.is-sticky .header-sticky img.sticky-logo{
	display: block;
}
.sticky-wrapper.is-sticky .header-sticky img.mobile-logo,
.sticky-wrapper.is-sticky img.normal-logo{
	display: none;
}
.sticky-wrapper.is-sticky .logo-sticky{
	opacity: 1;
	width: auto;
	height: auto;
	padding: 5px 0;
	position: relative;
	display: table-cell;
}
header .sticky-wrapper.is-sticky .header-sticky{
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: edSticky;
	-moz-animation-name: edSticky;
	animation-name: edSticky;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	border-width: 0;
}
header .sticky-wrapper.is-sticky .header-sticky .logo-wrapper{
	height: 70px;
}
.edwp-main-header{
	padding: 0;
	display: block;
}
.edwp-main-header .header-container{
	position: relative;
}
.edwp-main-header:before{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: rgba(0,0,0,0.6);
	z-index: 991;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease 0s;
}
.header-transparent .edwp-main-header{
    position: absolute;
    z-index: 993;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
}
.header-transparent .header-template > div:not(.is-sticky) .header-middle, 
.header-transparent .header-template >.header-middle {
    background: transparent;
}
.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop, .e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop, .e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile, .e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .elementor-hidden-mobile_extra, .e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet, .e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .elementor-hidden-tablet_extra, .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen{
	display: none;
}
sr7-module[data-alias='home-4'] sr7-module-bg {
	left: 0 !important;
	width: 100% !important;
}

/* Fix Menu For Theme Default WP */
nav > ul.menu > ul{
	padding: 0;
	margin: 0;
}
nav > ul.menu > ul:after{
	display: table;
	content: "";
	clear: both;
}
nav > ul.menu > ul > li{
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
nav > ul.menu > ul > li > a{
	font-size: 15px;
	line-height: 18px;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
	text-decoration: none;
}
nav > ul.menu li > a,
nav > ul.menu > ul > li > a:hover{
	text-decoration: none;
}
header .menu-wrapper{
	position: relative;
}
header .edwp-menu{
	text-align: start;
	padding: 9px 0;
}
header .menu-wrapper:after,
header .edwp-menu:after{
	display: table;
	content: "";
	clear: both;
}
li.hide ul.sub-menu{
	display: none !important;
}
.home .woocommerce-message{
	display: none !important;
}

/* Vertical menu */
.vertical-menu-button{
	cursor: pointer;
	position: relative;
	top: 2px;
	transition: .3s ease 0s;
	margin-right: 40px;
}
.vertical-menu-button:before{
	content: "\f0c9";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
}
#side-vertical-menu .vertical-menu-content{
    position: fixed;
    padding: 30px;
    top: 0;
    bottom: 0;
    left: 0;
	z-index: 99991;
    width: 330px;
    transform: translateX(-330px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}
.admin-bar #side-vertical-menu .vertical-menu-content{
	top: 32px;
}

.menu-wrapper .menu-icon,
.mobile-menu-wrapper .menu-icon{
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	opacity: 0.5;
	transition: .35s ease 0s;
}
.menu-wrapper .menu-icon img,
.mobile-menu-wrapper .menu-icon img{
	height: 22px;
	width: auto;
}
.mobile-menu-wrapper span.edwp-dropdown-icon:before{
    line-height: var(--edwp-menu-line-height);
}
.menu-wrapper li:hover > a > .menu-icon,
.mobile-menu-wrapper li:hover > a >.menu-icon{
	opacity: 1;
}
.menu-wrapper .menu-icon img,
.mobile-menu-wrapper .menu-icon img{
	margin-top: -2px;
}
.vertical-menu-content > .logo-wrapper{
	margin-bottom: 30px;
}
#side-vertical-menu .content-top{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14px;
	position: relative;
}
#side-vertical-menu .content-top > *{
	margin-right: 30px;
}
#side-vertical-menu .content-top > *:last-child{
	margin-right: 0;
}
#side-vertical-menu .side-vertical-inner{
	position: relative;
	padding-top: 16px;
}
#side-vertical-menu .side-vertical-inner:before{
	top: 0;
	left: -30px;
	right: -30px;
	content: "";
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 1px;
	position: absolute;
}
#side-vertical-menu.active .vertical-menu-content{
    transform: translateX(0);
}
#side-vertical-menu .side-vertical-inner nav > ul.menu > li{
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
}
,
#side-vertical-menu .side-vertical-inner nav > ul.menu ul.sub-menu > li > a,
#side-vertical-menu .side-vertical-inner nav > ul.menu > li > a{
    font-size: var(--edwp-heading1-font-size);
    line-height: var(--edwp-heading6-line-height);
}
#side-vertical-menu .side-vertical-inner .edwp-dropdown-icon{
    line-height: var(--edwp-heading6-line-height);
}

#side-vertical-menu .side-vertical-inner nav > ul.menu > li:first-child{
	margin: 0;
}
#side-vertical-menu .side-vertical-inner nav > ul.menu > li > ul.sub-menu{
	margin-bottom: 10px;
}
#side-vertical-menu .side-vertical-inner nav ul.sub-menu li.menu-item{
	border-width: 0;
	padding: 0;
	position: relative;
}
#side-vertical-menu .side-vertical-inner nav ul.sub-menu ul.sub-menu li.menu-item{
	padding-left: 20px;
}
#side-vertical-menu .side-vertical-inner nav ul.sub-menu li.menu-item > a{
	padding: 6px 0;
}
#side-vertical-menu .side-vertical-inner nav ul.sub-menu{
	margin-bottom: 0;
	max-height: 306px;
    overflow: auto;
	overflow-x: hidden;
}
#side-vertical-menu nav > ul.menu > li.menu-item a{
	padding: 6px 0;
	display: inline-block;
	position: relative;
}
#side-vertical-menu .sub-menu{
	display: none;
}
#side-vertical-menu ul{
	margin: 0;
	padding: 0;
}
#side-vertical-menu ul li{
	list-style: none;
}
#side-vertical-menu .edwp-megamenu ul.sub-menu > li{
	padding: 0;
	margin: 0;
}
#side-vertical-menu .side-vertical-inner .edwp-dropdown-icon{
	line-height: 22px;
	width: 30px;
	text-align: center;
	top: 10px;
	right: -10px;
	cursor: pointer;
	transform: none;
	transition: .35s ease 0s;
	height: 30px;
}
#side-vertical-menu .side-vertical-inner ul.sub-menu .edwp-dropdown-icon{
	top: 0;
}
#side-vertical-menu nav > ul.menu > li:hover > .edwp-dropdown-icon,
#side-vertical-menu nav > ul.menu > li.current-menu-item > .edwp-dropdown-icon,
#side-vertical-menu nav > ul.menu > li.current_page_parent > .edwp-dropdown-icon,
#side-vertical-menu nav > ul.menu > li.current-menu-parent > .edwp-dropdown-icon,
#side-vertical-menu nav > ul.menu > li.current_page_item > .edwp-dropdown-icon,
#side-vertical-menu nav > ul.menu > li.current-menu-ancestor > .edwp-dropdown-icon,
#side-vertical-menu nav > ul.menu > li.current-page-ancestor > .edwp-dropdown-icon,
#side-vertical-menu nav > ul.menu li.current-product_cat-ancestor > .edwp-dropdown-icon{
	opacity: 1;
}
#side-vertical-menu .side-vertical-inner .edwp-dropdown-icon:before{
	content: "\e61a";
	font-family: 'themify';
	font-size: 10px;
	font-weight: normal;
}
#side-vertical-menu .side-vertical-inner li.active >.edwp-dropdown-icon:before{
	content: "\e622";
}
#side-vertical-menu li.line-bottom{
	height: 1px !important;
	margin: 20px 0 !important;
	position: relative;
}
#side-vertical-menu li.line-bottom:after{
	left: -30px;
	right: -30px;
	content: "";
	position: absolute;
	top: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}
#side-vertical-menu li.line-bottom a,
#list-icon-wrapper li.line-bottom a{
	display: none !important;
}
#side-vertical-menu .side-vertical-inner nav > ul.menu > li.small-menu{
	margin-top: 4px;
}
.header-currency .wcml_currency_switcher > a,
.header-language .wpml-ls> ul > li > a span,
.wpml-ls > ul,
#side-vertical-menu .side-vertical-inner nav > ul.menu > li.small-menu > a{
	line-height: 22px;
}

.edwp-main-header nav > ul.menu ul.sub-menu li:hover > ul.sub-menu{
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	animation-duration: .3s;
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_sub_menu;
	-moz-animation-name: animation_sub_menu;
	animation-name: animation_sub_menu;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
	display: block;
}
.edwp-main-header nav .menu{
	margin: 0;
}
.menu-wrapper .edwp-menu > nav > ul.menu,
.menu-wrapper .edwp-menu > nav > ul{
	margin: 0;
	text-align: start;
	display: flex;
	flex-wrap: wrap;
}
.header-style-2 .menu-wrapper .edwp-menu > nav > ul.menu, 
.header-style-2 .menu-wrapper .edwp-menu > nav > ul{
	justify-content: center;
}
.header-style-2 .edwp-menu{
	padding-top: 8px;
	padding-bottom: 8px;
}
.edwp-main-header .edwp-menu > nav.menu > ul > li,
.edwp-main-header nav.main-menu > ul > li{
	list-style: none;
	position: relative;
	padding: 0;
	margin-right: 30px;
	cursor: pointer;
}
.edwp-main-header .edwp-menu > nav.menu > ul > li:last-child,
.edwp-main-header nav.main-menu > ul > li:last-child{
	margin-right: 0;
}
.edwp-menutext{
	font-size: var(--edwp-small-font-size);
	line-height: 20px;
	margin-top: -2px;
}
header .logo-header a{
	padding: 0;
}
header .logo-header a:before{
	display: none !important;
}
.edwp-main-header nav > ul.menu > li:hover,
.edwp-main-header nav > ul > li:hover{
	z-index: 993;
}
.edwp-main-header nav > ul.menu > li a:hover,
.edwp-main-header nav > ul > li a:hover{
	text-decoration: none;
}
.edwp-main-header nav > ul.menu > li > a,
.edwp-main-header nav > ul > li > a{
    font-family: var(--edwp-menu-font-family);
    font-weight: var(--edwp-menu-font-weight);
    letter-spacing: var(--edwp-menu-letter-spacing);
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
	position: relative;
}
.mobile-menu-wrapper nav  > ul > li > a{
	font-family: var(--edwp-menu-font-family);
	font-weight: var(--edwp-menu-font-weight);
	letter-spacing: var(--edwp-menu-letter-spacing);
}
.edwp-main-header nav > ul.menu li.menu-item:before,
.mobile-menu-wrapper nav > ul li.menu-item:before{
	letter-spacing: 0;
	z-index: 1;
	margin-right: 3px;
	transition: .35s ease 0s;
}
.edwp-main-header nav > ul.menu > li.menu-item:before{
	padding: 5px 0;
}
.edwp-main-header nav > ul.menu li .edwp-menutext{
	text-transform: none;
}
.menu-sub-label{
	position: absolute;
	right: -20px;
	top: -6px;
	padding: 0 2px;
	line-height: 14px;
	font-size: 65%;
	color: #ffffff;
	text-align: center;
	min-width: 35px;
	border-radius: 2px;
	text-transform: none;
}
li.parent > a > .menu-sub-label{
	right: -6px;
}
#mob-footer-actions{
    background-color: var(--edwp-main-background-color);
	display: none;
}
#side-vertical-menu .vertical-menu > ul.menu > li.menu-item:before,
#side-vertical-menu .vertical-menu > ul.menu .edwp-normal-menu li.menu-item:before{
	max-width: 20px;
    position: relative;
	display: inline-block;
}
#side-vertical-menu .menu-sub-label{
	top: 0;
	right: 0;
}
.sub-menu .menu-sub-label{
	top: -10px;
}
.menu-sub-label:before{
	width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 7px solid transparent;
    transform: rotate(15deg);
    position: absolute;
    right: 50%;
	margin-right: -3px;
    content: "";
    bottom: -7px;
}

.edwp-main-header nav > ul.menu li .edwp-megamenu-widgets-container > ul{
    padding: 0;
    margin: 0;
    width: auto;
}
.edwp-mega-menu{
	margin: 0 -10px;
	overflow: hidden;
}
.edwp-dropdown-icon{
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	line-height: 14px;
	width: 14px;
	transform: translate(0,-50%);
	font-size: 12px;
	height: 100%;
}
nav.main-menu > ul.menu li.parent ul.sub-menu .edwp-dropdown-icon:after{
	content: "\f054";
}
nav.main-menu > ul.menu > li.parent > a:after,
nav.main-menu > ul.menu ul li.parent .edwp-dropdown-icon:after{
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-size: 10px;
	margin-left: 5px;
	letter-spacing: 0;
	font-weight: 900;
	display: inline-block;
	line-height: 22px;
}
.edwp-menu > nav.main-menu > ul.menu > li.current-menu-item > .edwp-dropdown-icon:after,
.edwp-menu > nav.main-menu > ul.menu > li.current_page_parent > .edwp-dropdown-icon:after,
.edwp-menu > nav.main-menu > ul.menu > li.current-menu-parent > .edwp-dropdown-icon:after,
.edwp-menu > nav.main-menu > ul.menu > li.current_page_item > .edwp-dropdown-icon:after,
.edwp-menu > nav.main-menu > ul.menu > li.current-menu-ancestor > .edwp-dropdown-icon:after,
.edwp-menu > nav.main-menu > ul.menu > li.current-page-ancestor > .edwp-dropdown-icon:after,
.edwp-menu > nav.main-menu > ul.menu li.current-product_cat-ancestor > .edwp-dropdown-icon:after,
header nav.main-menu > ul.menu > li.menu-item:hover > a:after,
header nav.main-menu > ul.menu > li.current-menu-item > a:after,
header nav.main-menu > ul.menu > li.current_page_parent > a:after,
header nav.main-menu > ul.menu > li.current-menu-parent > a:after,
header nav.main-menu > ul.menu > li.current_page_item > a:after,
header nav.main-menu > ul.menu > li.current-menu-ancestor > a:after,
header nav.main-menu > ul.menu > li.current-page-ancestor > a:after{
	opacity: 1;
}
.edwp-main-header nav > ul.menu li ul.sub-menu{
	position: absolute;
	z-index: 999;
	left: -30px;
	top: 100%;
	margin: 0;
	padding: 50px 30px 30px;
	display: none;
	min-width: 220px;
    font-family: var(--edwp-smenu-font-family);
    font-weight: var(--edwp-smenu-font-weight);
    letter-spacing: var(--edwp-smenu-letter-spacing);
}
.header-style-2 .edwp-main-header nav > ul.menu li ul.sub-menu{
	padding-top: 48px;
}
.header-style-3 .edwp-main-header nav > ul.menu li ul.sub-menu{
	padding-top: 39px;
}
.edwp-main-header nav > ul.menu li ul.sub-menu ul.sub-menu{
	min-width: 230px;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu-fullwidth-stretch.no-stretch-content > ul.sub-menu{
	padding-left: 0;
	padding-right: 0;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu ul.sub-menu{
	padding-top: 44px;
	padding-bottom: 20px;
}
.header-style-3 .edwp-main-header nav > ul.menu li.edwp-megamenu ul.sub-menu{
	padding-top: 29px;
}
.header-style-2 .edwp-main-header nav > ul.menu li.edwp-megamenu ul.sub-menu{
	padding-top: 38px;
}
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-normal-menu ul.sub-menu{
	padding-top: 26px;
}
.edwp-main-header nav.vertical-menu > ul.menu li ul.sub-menu,
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu ul.sub-menu{
	padding: 16px 30px 16px 50px;
}
.edwp-main-header .edwp-menu > nav > ul.menu > li > ul.sub-menu{
	left: -30px 
}
.edwp-main-header .edwp-menu > nav > ul.menu > li.edwp-megamenu-columns-1 > ul.sub-menu,
.edwp-main-header .edwp-menu > nav > ul.menu > li.edwp-normal-menu  > ul.sub-menu{
	left: -30px !important;
	right: auto !important;
}
.edwp-main-header nav > ul.menu li:hover > ul.sub-menu{
	display: block;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	animation-duration: .3s;
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_menu;
	-moz-animation-name: animation_menu;
	animation-name: animation_menu;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
}
.edwp-main-header nav > ul.menu li ul.sub-menu ul.sub-menu{
	z-index: 990;
}
.edwp-main-header nav > ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu{
	z-index: 991;
}
.menu-wrapper nav > ul.menu li.hide > ul.sub-menu,
.menu-wrapper nav > ul.menu > li.parent.hide:hover > a:after{
	display: none;
}
.edwp-main-header nav > ul.menu li ul.sub-menu:before{
	content: "";
	position: absolute;
	top: 24px;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	background-size: contain;
}
.edwp-main-header nav > ul.menu ul.sub-menu > li > a,
header nav > ul.menu .elementor-widget-wp-widget-nav_menu li > a{
    font-family: var(--edwp-smenu-font-family);
    font-weight: var(--edwp-smenu-font-weight);
    letter-spacing: var(--edwp-smenu-letter-spacing);
}
.header-style-2 .edwp-main-header nav > ul.menu li ul.sub-menu:before{
	top: 8px;
}
.header-style-3 .edwp-main-header nav > ul.menu li ul.sub-menu:before{
	top: 9px;
}
.edwp-main-header nav.vertical-menu > ul.menu li ul.sub-menu:before{
	top: 0;
	left: 20px;
}
.edwp-main-header nav > ul.menu li ul.sub-menu ul.sub-menu,
.edwp-main-header nav > ul.menu li.edwp-megamenu ul.sub-menu ul.sub-menu{
	left: 100%; 
	padding: 30px 30px 30px 60px;
	top: -30px;
}
.edwp-main-header nav > ul.menu li.menu-item-has-children:hover{
	z-index: 992;
}
.edwp-main-header nav > ul.menu li ul.sub-menu ul.sub-menu:before{
	left: 30px;
	top: 0;
}
.edwp-main-header nav > ul.menu li ul.sub-menu ul.sub-menu > li,
.edwp-main-header nav li.widget_nav_menu li,
.edwp-main-header nav > ul.menu li.edwp-normal-menu ul.sub-menu li,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li{
	list-style: none;
	padding: 5px 0;
	position: relative;
	z-index: 2;
}
.edwp-main-header nav > ul.menu li ul.sub-menu ul.sub-menu > li:first-child,
.edwp-main-header nav li.widget_nav_menu li:first-child,
.edwp-main-header nav > ul.menu li.edwp-normal-menu ul.sub-menu li:first-child,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li:first-child,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:first-child,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li:first-child{
	padding-top: 0;
}
.edwp-main-header nav > ul.menu li ul.sub-menu ul.sub-menu > li:last-child,
.edwp-main-header nav li.widget_nav_menu li:last-child,
.edwp-main-header nav > ul.menu li.edwp-normal-menu ul.sub-menu li:last-child,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li:last-child,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:last-child,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li:last-child{
	padding-bottom: 0;
}
.edwp-main-header nav > ul.menu li ul.sub-menu ul.sub-menu > li > a,
.edwp-main-header nav li.widget_nav_menu li > a,
.edwp-main-header nav > ul.menu li.edwp-normal-menu ul.sub-menu li > a,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li > a,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a,
.edwp-main-header nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a{
	padding: 0;
	display: table;
	position: relative;
}
nav li.widget_nav_menu li > a:before{
	display: none;
}
.edwp-megamenu .elementor-widget-wp-widget-media_image a{
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.edwp-megamenu .elementor-widget-wp-widget-media_image a:hover{
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.edwp-main-header nav > ul.menu li.edwp-megamenu > ul.sub-menu > li{
	padding: 0;
	margin: 0 auto;
	display: block;
}
li.menu-item.fa, 
li.menu-item.far, 
li.menu-item.fas{
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
	display: inherit;
}
li.menu-item:before{
	transition: .35s ease 0s;
}
li.menu-item.fa:before, 
li.menu-item.far:before, 
li.menu-item.fas:before{
	font-family: 'Font Awesome 5 Free';
}
li.menu-item.fa:before{
	font-weight: 900;
}
li.menu-item.far:before{
	font-weight: 400;
}
li.menu-item.fas:before{
	font-weight: 900;
}
.edwp-main-header nav > ul.menu li.fa:before,
.edwp-main-header nav > ul.menu li.fas:before,
.edwp-main-header nav > ul.menu li.far:before,
.edwp-main-header nav > ul.menu li.fab:before{
	display: inline-block;
	position: relative;
	top: -1px;
	float: left;
}

.sub-menu .elementor-widget-wp-widget-media_image .elementor-widget-container{
	text-align: center;
}
.sub-menu .elementor-widget-wp-widget-media_image .elementor-widget-container img{
	margin-left: auto;
	margin-right: auto;
}
.widget_media_image,
.elementor-widget-wp-widget-media_image > .elementor-widget-container{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.widget_media_image .widgettitle,
.elementor-widget-wp-widget-media_image > .elementor-widget-container > h5{
	order: 2;
    margin: 14px 0 0 0;
	margin-bottom: 0 !important;
    text-align: center;
}
.edwp-megamenu .elementor-widget-wp-widget-media_image > .elementor-widget-container > h5{
	margin-top: 20px;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu-columns-1 ul.sub-menu,
.edwp-main-header nav > ul.menu li.edwp-normal-menu ul.sub-menu{
	width: 200px;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu-columns-2 ul.sub-menu{
	width: 378px;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu-columns-3 ul.sub-menu{
	width: 600px;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu{
	width: 900px;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu-columns-1 ul.sub-menu ul.sub-menu,
.edwp-main-header nav > ul.menu li.edwp-normal-menu ul.sub-menu ul.sub-menu{
	width: 225px;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu-columns-2 ul.sub-menu ul.sub-menu{
	width: 408px;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu-columns-3 ul.sub-menu ul.sub-menu{
	width: 625px;
}
.edwp-main-header nav > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu ul.sub-menu{
	width: 930px;
}
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-1 ul.sub-menu,
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-normal-menu ul.sub-menu{
	width: 220px;
}
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-2 ul.sub-menu{
	width: 400px;
}
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-3 ul.sub-menu{
	width: 620px;
}
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu{
	width: 650px;
}

.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-1 ul.sub-menu ul.sub-menu,
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-2 ul.sub-menu ul.sub-menu,
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-3 ul.sub-menu ul.sub-menu,
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-megamenu-columns-4 ul.sub-menu ul.sub-menu,
.edwp-main-header nav.vertical-menu > ul.menu li.edwp-normal-menu ul.sub-menu ul.sub-menu{
	width: 230px;
}

.menu-wrapper nav > ul.menu ul.sub-menu li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a,
.widget-container ul.menu li.widget_nav_menu li > a,
.widget-container ul.menu ul.sub-menu li > a{
	transition: .35s ease 0s;
}
.menu-wrapper nav > ul.menu ul.sub-menu,
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul > li > a,
.menu-wrapper nav > ul.menu > li.menu-item:before{
    font-size: var(--edwp-menu-font-size);
    line-height: var(--edwp-menu-line-height);
}
header li.widget_nav_menu{
	margin: 0;
	padding: 0;
}
.menu-wrapper nav li.widget{
	list-style: none;
}
.edwp-menu nav .widgettitle,
.vertical-menu .widget_nav_menu .widgettitle{
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0;
}
.menu-wrapper nav li.widget ul{
	margin: 0;
}
.menu-wrapper nav > ul.menu > li ul li.widget{
	padding: 5px 10px;
	float: left;
}
.menu-wrapper nav > ul.menu > li ul li.widget_nav_menu{
	padding: 0 10px;
}
.menu-wrapper nav > ul.menu > li ul li.widget_text{
	padding: 0;
	min-width: 0;
}
.menu-wrapper nav li.edwp-megamenu-fullwidth .widget_nav_menu{
	width: 16.6666666666%;
}
.menu-wrapper nav li.edwp-megamenu-columns-1 .widget_nav_menu,
.mg-col-1 > div{width: 100%}
.menu-wrapper nav li.edwp-megamenu-columns-2 .widget_nav_menu,
.mg-col-2 > div{width: 50%;}
.menu-wrapper nav li.edwp-megamenu-columns-3 .widget_nav_menu,
.mg-col-3 > div{width: 33.3333333333%;}
.menu-wrapper nav li.edwp-megamenu-columns-4 .widget_nav_menu,
.mg-col-4 > div{width: 25%;}
.edwp-megamenu-columns-2 li.widget,
.edwp-megamenu-columns-3 li.widget,
.edwp-megamenu-columns-4 li.widget,
.edwp-megamenu-fullwidth li.widget{
	padding: 0 20px;
}
.edwp-megamenu-columns-1 li.widget{
	clear: both;
	width: 100%;
}
.edwp-megamenu-columns-2 li.widget{
	width: 50%;
}
.edwp-megamenu-columns-3 li.widget{
	width: 33.3333333333%;
}
.edwp-megamenu-columns-4 li.widget{
	width: 25%;
}
.menu-wrapper nav div.edwp-megamenu-widgets-container > ul > li{
	position: relative;
}
.menu-wrapper nav div.edwp-megamenu-widgets-container li.widget_text{
	position: static;
}

.wpml-ls-legacy-dropdown{width: 15.5em;max-width: 100%}
.wpml-ls-legacy-dropdown>ul{position: static;padding: 0;margin: 0 !important;list-style-type: none}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu{visibility: visible}
.wpml-ls-legacy-dropdown .wpml-ls-item{padding: 0;margin: 0;list-style-type: none}
.wpml-ls-legacy-dropdown a{display: block;text-decoration: none;color: #444;border: 1px solid #cdcdcd;background-color: #fff;padding: 5px 10px;line-height: 20px}
.wpml-ls-legacy-dropdown-click a{
	line-height: 22px;
}
.wpml-ls-legacy-dropdown a span{vertical-align: middle;display: inline-block}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position: relative;padding-right: calc(10px + .7em + .7em)}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content: '';vertical-align: middle;display: inline-block;border: .35em solid transparent;border-top: .5em solid;position: absolute;right: 10px;top: calc(50% - .175em)}
.wpml-ls-legacy-dropdown a:hover,.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{color: #000;background: #eee}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility: visible;position: relative;top: auto;right: auto;left: auto;bottom: auto;border-top: 1px solid #cdcdcd;padding: 0;margin: 0;list-style-type: none;z-index: 101}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width: 0 1px 1px 1px}
.wpml-ls-legacy-dropdown .wpml-ls-flag{vertical-align: middle;width: 18px;height: 12px; position: relative; top: 4px; float: left;}
.wpml-ls-legacy-dropdown-click > ul > li > a > .wpml-ls-flag{position: relative; top: 7px;}
.wpml-ls-legacy-dropdown .wpml-ls-flag + span{float: left;}
.wpml-ls-legacy-dropdown-click > ul{
	position: static;
}
.wpml-ls-legacy-dropdown > ul > li > a .wpml-ls-flag{top: 6px;}
.edwp-main-header .wpml-ls-legacy-dropdown > ul > li > a .wpml-ls-flag,
.vertical-menu-content .wpml-ls-legacy-dropdown > ul > li > a .wpml-ls-flag{top: 7px;}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left: .4em}

.wpml-ls-first-item.wpml-ls-last-item .wpml-ls-native:after,
.wpml-ls-first-item.wpml-ls-last-item .wpml-ls-sub-menu{
	display: none !important;
}
body .wpml-ls > ul > li > a span.wpml-ls-bracket{
	float: none !important;
}
.wpml-ls-legacy-dropdown-click > ul > li > a,
.wpml-ls-legacy-dropdown > ul > li > a,
.wpml-ls-legacy-list-vertical .wpml-ls-item a,
.wpml-ls-legacy-list-horizontal .wpml-ls-item a{
	overflow: hidden;
}
body .wpml-ls-legacy-list-vertical{
	border-width: 0;
}
body .wpml-ls-legacy-list-vertical a{
	padding: 0;
	border-width: 0;
}
.header-language a:hover,
.my-account-wrapper .account-control > a:hover,
.shopping-cart-wrapper a.cart-control:hover,
.my-wishlist-wrapper a:hover,
.header-currency a:hover{
	text-decoration: none;
}
.edwp-main-header.hidden-search .logo-wrapper,
.edwp-main-header.hidden-search .header-right,
.edwp-main-header.hidden-search .header-left{
	width: auto;
}
.header-middle{
	position: relative;
}
.header-middle .menu-logo{
	display: flex;
	align-items: center;
}
.header-middle > .container{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
}
.header-middle > .container > *{
	margin-right: 20px;
}
.header-style-2 .header-middle > .container > *,
.header-middle > .container > *:last-child{
	margin-right: 0;
}
.header-style-3 .edwp-search-by-category{
	width: 60%;
}
.header-style-3 .header-bottom{
	border-width: 1px 0 0 0;
	border-style: solid;
}
.header-style-3 .header-bottom > .container{
	display: flex;
	align-items: center;
}
.header-style-3 .vertical-menu-button:before{
	font-size: 16px;
}
.header-style-3 .vertical-menu-button{
	margin-right: 30px;
	top: 0;
}
header .header-sticky .logo-sticky{
	display: none;
}
.header-middle div.header-left,
.header-middle div.header-right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header-middle div.header-right{
	justify-content: flex-end;
}
.header-middle div.header-left > *,
.header-middle div.header-right > *{
	margin-right: 10px;
}
.header-middle div.header-left > *:last-child,
.header-middle div.header-right > *:last-child{
	margin-right: 0;
}
.header-language .wpml-ls > ul > li > a:after,
.header-currency .wcml_currency_switcher > a:after{
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-size: 10px;
	border: 0;
	position: static;
	display: inline-block;
	font-weight: 900;
	line-height: 22px;
	margin-left: 5px;
}
.header-language:hover .wpml-ls > ul > li > a:after,
.header-currency:hover .wcml_currency_switcher > a:after{
	opacity: 1;
}
.header-currency .wcml_currency_switcher > a:after{
	margin: 0 0 0 5px;
}
.edwp-main-header .edwp-mobile-icon-toggle{
	display: none;
}

.edwp-minicart-wrap li div.blockUI.blockOverlay,
.widget_shopping_cart li div.blockUI.blockOverlay{
	background-image: none !important;
}
.edwp-minicart-wrap li:last-child div.blockUI.blockOverlay,
.widget_shopping_cart li:last-child div.blockUI.blockOverlay{
	bottom: 0 !important;
}
.shopping-cart-wrapper .cart-control .cart-number,
.edwp-mini-wishlist .count-number{
	position: absolute;
	right: -4px;
	top: -2px;
	left: auto;
	width: 14px;
	height: 14px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}
.my-wishlist-wrapper,
.shopping-cart-wrapper{
	position: relative;
}
.form-content a.log-out:hover{
	text-decoration: none;
}
.shopping-cart-wrapper .cart-control,
.my-wishlist-wrapper a,
.my-account-wrapper .account-control > a,
.edwp-main-header .search-button > span{
	width: 34px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 100%;
	display: block;
	cursor: pointer;
	transition: .35s ease 0s;
}
.my-wishlist-wrapper a,
.my-account-wrapper .account-control > a{
	font-size: var(--edwp-small-font-size);
}
.header-right .shopping-cart-wrapper .ic-cart:before,
.edwp-side-account-wrapper .account-control > a:before,
.my-wishlist-wrapper a:before,
.edwp-main-header .search-button > span:before{
	font-family: 'Font Awesome 5 Free';
	position: relative;
	letter-spacing: 0;
	font-weight: 900;
	display: inline-block;
	line-height: 32px;
	font-size: 14px;
}
.edwp-side-account-wrapper .account-control > a:before{
	content: "\f007";
	font-weight: 400;
}
.logged-in .edwp-side-account-wrapper .account-control > a:before{
	font-weight: 700;
}
.my-wishlist-wrapper a:before{
	content: "\f004";
	font-weight: 400;
}
.header-right .shopping-cart-wrapper .ic-cart:before{
	content: "\f290";
}
.edwp-main-header .search-button > span:before{
	content: "\f002";
}
.shopping-cart-wrapper .dropdown-container,
.my-account-wrapper .dropdown-container,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-currency ul{
	display: none;
	position: absolute;
	content: "";
	right: auto;
	left: 50%;
	top: 100%;
	min-width: 120px;
	padding: 53px 30px 30px 30px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-currency ul{
	position: absolute;
	left: -20px;
	transform: none;
	top: 100%;
	bottom: auto;
	margin: 0;
	text-align: start;
}
.my-account-wrapper .dropdown-title{
	margin: 0 0 20px 0;
}
.my-account-wrapper .dropdown-container{
	width: 300px;
	right: auto;
	left: 50%;
	margin-left: -196px;
}
.hidden-wishlist .my-account-wrapper .dropdown-container{
	margin-left: -239px;
}
.my-account-wrapper .dropdown-container .form-content{
	position: relative;
	z-index: 1;
}
#page .header-right > .my-account-wrapper:first-child:last-child .dropdown-container{
	left: 0;
	right: auto;
	margin: 0;
}
body.logged-in #page .header-right > .my-account-wrapper:first-child:last-child .dropdown-container{
	margin-left: -80px;
	left: 50%;
}
.my-account-wrapper .dropdown-container ul{
	margin: 0;
}
.my-account-wrapper .dropdown-container ul li{
	list-style: none;
}
.my-account-wrapper .dropdown-container ul li a{
	text-decoration: none;
}
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 23px;
	bottom: 0;
	content: "";
    background-color: var(--edwp-main-background-color);
	box-shadow: 0 3px 10px rgb(0,0,0,0.2);
	display: block;
}
.shopping-cart-wrapper:hover .dropdown-container,
.my-account-wrapper:hover .dropdown-container,
.header-language:hover .wpml-ls-sub-menu,
.header-currency:hover ul{
	display: block;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	animation-duration: .3s;
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_menu;
	-moz-animation-name: animation_menu;
	animation-name: animation_menu;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
	z-index: 5;
}
.shopping-cart-wrapper{
	cursor: pointer;
	position: relative;
}
.cart-list .subtotal{
	float: right;
	margin-top: 5px;
}
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
	top: 34px;
	left: 50%;
	margin-left: -9px;
	z-index: 9992;
}
.woocommerce-cart .cart-dropdown-form,
.woocommerce-checkout .cart-dropdown-form,
.woocommerce-cart #edwp-cart-sidebar,
.woocommerce-checkout #edwp-cart-sidebar{
	display: none !important;
}
.shopping-cart-wrapper .dropdown-container{
	width: 420px;
	left: auto;
	right: 0;
	z-index: 992;
}
.cart-dropdown-form .clear-cart-button{
	position: absolute;
	right: 0;
	top: 0;
	font-size: var(--edwp-small-font-size);
	line-height: 22px;
	text-decoration: underline;
}
#edwp-cart-sidebar .cart-dropdown-form .clear-cart-button{
	top: -2px;
	right: 30px;
}
header .cart-dropdown-form .form-content{
	position: relative;
	z-index: 2;
}
.cart-dropdown-form .form-content > .emty-title{
	display: none;
}
#edwp-cart-sidebar .cart-dropdown-form .form-content .emty-title{
	display: block;
}
.edwp-side-wrapper-content .edwp-minicart-wrap,
.edwp-side-wrapper-content .edwp-minicart-wrap .form-content > label{
	width: 100%;
	display: inline-block;
}
.shopping-cart-wrapper.updating .dropdown-container{
	animation: none !important;
	-webkit-animation: none !important;
}
.edwp-side-account-wrapper{
	position: relative;
}
.edwp-minicart-wrap a.cart-control:hover{
	text-decoration: none;
}
.edwp-minicart-wrap .form-content > label{
	text-transform: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}

/* My Account */
.my-account-wrapper .login-submit{
	padding-top: 10px;
	margin-bottom: 0;
}
.my-account-wrapper .login-submit input{
	min-width: 100px;
}
#edwp-login-box .login-remember{
	float: right;
	font-size: var(--edwp-small-font-size);
	padding: 10px 0;
	margin-top: 10px;
}
p.login-remember label{
	font-size: 100%;
	padding: 0;
}

/* Cart Dropdown */
.edwp-side-wrapper-content .edwp-minicart-wrap,
.edwp-side-wrapper-content .edwp-minicart-wrap .cart-dropdown-form{
	height: 100%;
}
.edwp-side-wrapper-content .edwp-minicart-wrap .form-content{
    display: flex;
    flex-direction: column;
	height: 100%;
	position: relative;
}
.edwp-side-wrapper-content .edwp-minicart-wrap .cart-wrapper{
    flex: 1;
	overflow: hidden;
	margin-left: -30px;
	margin-right: -30px;
}
.edwp-side-wrapper-content .edwp-minicart-wrap .cart-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#edwp-cart-sidebar .edwp-minicart-wrap .cart-content .cart-list{
	max-height: none;
	overflow-y: scroll;
    flex: 1;
	padding-left: 30px;
	padding-right: 30px;
	margin: 30px 0;
}
#edwp-cart-sidebar .edwp-minicart-wrap .cart-content .cart-list::-webkit-scrollbar{
	display: none;
}
#edwp-cart-sidebar .cart-dropdown-form .dropdown-footer{
	padding-left: 30px;
	padding-right: 30px;
}
.woocommerce .edwp-minicart-wrap .dropdown-container ul.cart-list li,
.edwp-minicart-wrap .dropdown-container ul.cart-list li{
	list-style: none;
	padding: 0 4px 0 0;
	margin: 0 0 30px 0;
	display: flex;
	width: 100%;
	position: relative;
}
.woocommerce .edwp-minicart-wrap .dropdown-container ul.cart-list li:last-child,
.edwp-minicart-wrap .dropdown-container ul.cart-list li:last-child{
	margin-bottom: 0;
}
body .dropdown-container ul.cart-list li.loading:after,
body .edwp-minicart-wrap ul li div.blockUI.blockOverlay:after{
	left: 0;
	right: 0;
	width: auto;
	height: auto;
}
.woocommerce .edwp-minicart-wrap .dropdown-container ul.cart-list,
.edwp-minicart-wrap .dropdown-container ul.cart-list{
	padding: 0;
	margin: 0 0 30px 0;
	overflow: auto;
	max-height: 390px;
	position: relative;
}
.dropdown-container .cart-list li > a,
.woocommerce .dropdown-container .cart-list li > a{
	float: left;
	width: 100px;
}
.woocommerce .dropdown-container ul.cart-list li img,
.dropdown-container ul.cart-list li img{
	width: 100% !important;
}
.dropdown-footer > a{
	width: 48%;
	float: left;
}
.dropdown-footer > a:last-child{
	margin-left: 4%;
}
.dropdown-footer > a:first-child:last-child{
	margin: 0;
}
.is-safari #edwp-cart-sidebar .edwp-minicart-wrap .cart-content .cart-list{
	margin-right: 0;
	margin-left: 0;
}
.edwp-minicart-wrap .cart-list li .cart-item-wrapper,
.woocommerce .edwp-minicart-wrap .cart-list li .cart-item-wrapper{
	margin-left: 20px;
}
.edwp-minicart-wrap .cart-list li .cart-item-wrapper:after,
.woocommerce .edwp-minicart-wrap .cart-list li .cart-item-wrapper:after{
	content: "";
	display: table;
	clear: both;
}
.cart-list .cart-item-wrapper .price{
	display: block;
	margin-bottom: 8px;
}
.edwp-minicart-wrap .cart-list li .cart-item-wrapper,*
.woocommerce .edwp-minicart-wrap .cart-list li .cart-item-wrapper *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.edwp-minicart-wrap .cart-list li > a,
.woocommerce .edwp-minicart-wrap .cart-list li > a{
	min-width: 110px;
	height: auto;
	margin: 0;
}
.cart-list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart-list li a.remove,
.woocommerce.widget_shopping_cart .cart-list li a.remove{
	position: absolute;
	left: auto;
	right: 0;
	top: -2px;
	content: "";
	z-index: 2;
	font-size: 0;
	height: 24px;
	width: 24px;
	text-align: right;
	text-indent: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
}
.shopping-cart-wrapper .cart-list li .cart-item-wrapper a.remove{
	right: 5px;
}
.woocommerce a.remove:hover{
	background: transparent !important;
}
.cart-list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart-list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart-list li a.remove:hover{
	text-decoration: none;
}
.edwp-minicart-wrap .total,
.widget_shopping_cart .total{
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.edwp-minicart-wrap .total > span.total-title,
.widget_shopping_cart .total-title,
.woocommerce .widget_shopping_cart .total strong, 
.woocommerce.widget_shopping_cart .total strong{
	display: inline-block;
	padding-right: 5px;
	text-transform: uppercase;
}

/* Currency */
.header-currency img.wcml-spinner{
	left: 50%;
	margin-top: -3px;
	margin-left: -8px;
	right: auto;
}
.header-currency:hover,
body .header-language:hover,
.my-account-wrapper:hover,
.shopping-cart-wrapper:hover{
	z-index: 996;
}
.header-currency a{
	text-decoration: none;
	display: block;
}
.header-currency ul li{
	position: relative;
	list-style: none;
	margin: 0;
	z-index: 991;
	width: 100%;
	padding: 5px 0;
	transition: .35s ease 0s;
	cursor: pointer;
	line-height: var(--edwp-menu-line-height);
}
.header-currency > img{
    position: absolute;
    left: 0;
    top: 2px;
    margin-left: 5px !important;
}
.header-language .wpml-ls > ul > li > a, 
.header-currency .wcml_currency_switcher > a{
	font-size: var(--edwp-small-font-size);
	display: flex;
	align-items: center;
}

/* Language */
body .wpml-ls .wpml-ls-flag + span{
	margin-left: 5px;
	display: inline-block;
}
body .wpml-ls-legacy-list-horizontal{
	padding: 0;
	border-width: 0;
}
body .wpml-ls-legacy-list-horizontal a{
	padding: 0 20px 0 0;
}
body .wpml-ls-legacy-list-horizontal ul li:last-child a{
	padding: 0;
}
body .wpml-ls-legacy-list-horizontal,
body .wpml-ls-legacy-list-horizontal ul{
	overflow: hidden;
}
body .wpml-ls-legacy-dropdown,
body .wpml-ls-legacy-dropdown-click{
	width: auto;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	padding: 0 !important;
	border-width: 0;
	display: flex;
	background: transparent !important;
}
header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	line-height: 0;
}
body .wpml-ls .wpml-ls-item:after{
	content: "";
	display: table;
	clear: both;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
	display: none;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
	padding: 0;
	border-width: 0;
	background: transparent !important;
}
.group-meta-header > div:first-child .dropdown-container,
.group-meta-header > div:first-child ul{
	right: 0;
	left: auto;
	margin-right: 0;
	margin-left: 0;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border-width: 0;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{
	padding: 5px 0;
	margin: 0;
	position: relative;
	display: inline-block;
	width: 100%;
}
body.logged-in .my-account-wrapper .dropdown-container{
	width: 160px;
	padding-top: 43px;
	padding-bottom: 20px;
	margin-left: -80px;
}
#side-vertical-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#side-vertical-menu .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
#side-vertical-menu .header-currency ul{
	position: absolute;
	padding: 35px 0 20px 0;
	left: 0;
	right: 0;
	top: 100%;
}
.wcml_currency_switcher > ul:before, 
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
	position: absolute;
	left: -30px;
	right: -30px;
	top: 15px;
	bottom: 0;
	content: "";
	box-shadow: 0 4px 6px rgb(0,0,0,0.15);
	display: block;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border-width: 0;
}
header .header-language ul li,
header .wpml-ls-legacy-dropdown a{
    line-height: var(--edwp-menu-line-height);
}

.header-currency ul li,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item,
.account-dropdown-form ul li{
	padding: 5px 0;
	margin: 0;
	position: relative;
}
/* Currency */
.header-currency:hover,
body .header-language:hover,
.my-account-wrapper:hover,
.shopping-cart-wrapper:hover,
.shopping-cart-wrapper:hover .dropdown-container,
.shopping-cart-wrapper.active .dropdown-container{
	z-index: 996;
}

body #edwp-result-wrapper > p{
	padding: 23px 0;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.edwp-result-wrapper{
	z-index: 993;
	display: none;
}
.edwp-floating-sidebar.active .edwp-result-wrapper{
	display: block;
}
.edwp-result-wrapper > p{
	text-align: center;
}
body > #edwp-result-wrapper{
	padding: 20px;
    background-color: var(--edwp-main-background-color);
	border-width: 1px 0 0 0;
	border-style: solid;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.edwp-result-wrapper ul li{
	list-style: none;
}
.edwp-result-wrapper .view-all-wrapper{
	padding: 0;
	margin: 30px 0 0 0;
	clear: both;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
	text-align: center;
}
.search-sidebar .edwp-result-wrapper .view-all-wrapper{
	margin-top: 40px;
}
.edwp-result-wrapper .description{
	margin: 5px 0 7px 0;
}
.edwp-result-wrapper .view-all-wrapper a,
.edwp-result-wrapper .view-all-wrapper a:hover{
	text-decoration: none;
}
#edwp-result-wrapper ul.has-view-all:before{
	bottom: -52px;
}
.search-content input[type="text"]{
	max-width: 100%;
	margin: 0;
}
.edwp-search-by-category .select-category{
	width: 170px;
	float: left;
	border-width: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 30px;
	background-color: transparent;
}
.edwp-search-by-category .search-content input[type="text"]{
	width: 100%;
	border-width: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
}
header .edwp-search-by-category:after{
	display: table;
	clear: both;
	content: "";
}
.edwp-search-by-category .search-button,
.edwp-search-by-category .search-content input[type="submit"]{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 0;
	width: 40px;
	height: auto;
	text-align: center;
	display: inline-block;
	transition: opacity .4s ease 0s;
	z-index: 3;
}
.edwp-search-by-category .search-content input[type="submit"]:hover{
	opacity: 0.8;
}
.edwp-search-by-category input[type="submit"]{
	padding: 0 !important;
	border: 0 !important;
	min-width: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	right: -1px;
	top: -1px;
	font-size: 0;
	background: transparent !important;
}
.edwp-search-by-category form > .search-content{
	margin-left: 170px;
	position: relative;
}
.edwp-search-by-category.no-category form > .search-content{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.edwp-search-by-category.no-category .search-content:before{
	display: none !important;
}
.widget_display_search > form input[type="submit"],
.widget_product_search > form button,
.widget_search > form input[type="submit"]{
	background: transparent !important;
}
.edwp-search-by-category .search-content.loading:before{
	-webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
	position: absolute;
	right: 7px;
	top: 8px;
	width: 22px;
	height: 22px;
	letter-spacing: 0;
	content: "";
	border-width: 2px;
	border-style: solid;
	border-top: 2px solid #2c2c2c;
	border-left: 2px solid #2c2c2c;
    border-radius: 50%;
	text-align: center;
	background: transparent !important;
	z-index: 1;
}
.edwp-search-by-category .search-content.loading + .search-button:before{
	display: none;
}
.edwp-floating-sidebar .close,
.edwp-popup-modal .close,
#side-vertical-menu .close{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	text-align: center;
	width: 30px;
	line-height: 30px;
	transition: .35s ease 0s;
	border-radius: 3px;
}
.edwp-floating-sidebar .close,
#side-vertical-menu .close{
	top: 26px;
	right: 26px;
}
.edwp-floating-sidebar .close:after,
.edwp-popup-modal .close:after,
#side-vertical-menu .close:after{
	content: "\e646";
	font-family: 'themify';
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.edwp-floating-sidebar *{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.edwp-floating-sidebar .edwp-side-wrapper-content{
	position: fixed;
	padding: 30px;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99991;
    background-color: var(--edwp-main-background-color);
	width: 450px;
	max-width: 100%;
	transform: translateX(450px);
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.admin-bar .edwp-floating-sidebar .edwp-side-wrapper-content{
	top: 32px;
}
.edwp-floating-sidebar div.overlay,
#side-vertical-menu .overlay{
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: #000000;
	z-index: 99991;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.admin-bar .edwp-floating-sidebar div.overlay,
.admin-bar #side-vertical-menu .overlay{
	top: 32px;
}
.edwp-floating-sidebar.active div.overlay,
#side-vertical-menu.active .overlay{
	opacity: 0.4;
	visibility: visible;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.edwp-floating-sidebar.active .edwp-side-wrapper-content{
	transform: translateX(0px);
}
.admin-bar #edwp-search-sidebar .edwp-side-wrapper-content{
	top: 32px;
	max-height: calc(100% - 32px);
}
#edwp-search-sidebar .edwp-side-wrapper-content{
	width: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	transform: translateY(-100%);
	height: auto;
	padding: 80px 0;
	max-height: 100%;
	overflow: auto;
}
#edwp-search-sidebar.active .edwp-side-wrapper-content{
	transform: translateX(0px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
#edwp-search-sidebar .edwp-search-by-category{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#edwp-search-sidebar h2.title{
	text-align: center;
	margin-bottom: 50px;
}
#edwp-search-sidebar .edwp-search-by-category > form{
	margin-bottom: 30px;
}
#edwp-search-sidebar .edwp-trending-searches{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
}
#edwp-search-sidebar .edwp-trending-searches > *{
	margin-bottom: 10px;
}
.edwp-trending-searches > h4{
	margin-right: 20px;
}
#edwp-search-sidebar .edwp-trending-searches > div{
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}
.edwp-trending-searches a,
.edwp-trending-searches a:hover{
	text-decoration: none;
}
.edwp-trending-searches a{
	min-width: 90px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    padding: 0 15px;
    line-height: 32px !important;
    border-radius: 17px;
	margin: 5px;
}
.edwp-trending-searches h6{
	margin-bottom: 0;
	line-height: 34px;
}
#edwp-search-sidebar .product_list_widget{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: -30px;
}
#edwp-search-sidebar .product_list_widget > li{
	margin-bottom: 30px;
	width: calc(50% - 15px);
}
.edwp-effect .overlay{
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	transition: all 0.5s;
	font-size: 0;
}
.edwp-effect .overlay:before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 50px;
	height: 50px;
	content: "+";
	font-weight: normal;
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 38px;
	transform: translate(-50%,-50%);
}
.edwp-effect:after{
	content: "";
	display: table;
	clear: both;
}
.edwp-effect .item{
	position: relative;
	float: left;
	margin-bottom: 5px;
	width: 33.3333333333%;
	overflow: hidden;
}
.edwp-effect .item-wrapper{
	position: relative;
}
.edwp-effect a.item-wrapper{
	display: block;
}
.edwp-effect .item-image{
	position: relative;
}
.edwp-effect .item a.link{
	position: absolute;
	left: 0;right: 0;bottom: 0;top: 0;
	display: block;
	z-index: 1;
}
.edwp-effect .item img{
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}
.edwp-gallery-img,
.edwp-gallery-videos{
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
	overflow: hidden;
}
.edwp-gallery-img li.first,
.edwp-gallery-videos li.first{clear: both;}
.edwp-gallery-img li,
.edwp-gallery-videos li{
	padding: 5px;
	float: left;
	text-align: center;
	position: relative;
}
.edwp-gallery-img li a{
	display: inline-block;
}
div#main{
	min-height: 500px;
	width: 100%;
	clear: both;
}
h3.product-name{
    overflow: hidden;
    display: -webkit-box;
	margin-bottom: 0;
    font-size: 16px;
	line-height:22px;
	font-weight:500;
}
li > div > h3.product-name{
	padding-right: 20px;
	margin-bottom: 6px;
}
li.mini_cart_item > a{
	padding-right: 20px;
}

.edwp-product .content-wrapper.loading,
.column-products.loading{
	height: 400px;
}
body:not(.elementor-editor-active) .elementor-section.loading{
	height: 460px;
}
.edwp-product-category-wrapper .content-wrapper.loading,
.edwp-blog-posts.loading .content-wrapper,
.edwp-products-widget-wrapper.loading,
.edwp-recent-comments-widget-box.loading,
article .thumbnail.loading,
.edwp-instagram-wrapper.loading,
.woocommerce .product figure.loading,
.images.loading,
.edwp-blog-widget-wrap.loading,
.related-posts.loading .content-wrapper,
.blogs article a.gallery.loading,
.edwp-twitter-slider .items.loading{
	height: 180px;
}
.thumbnails-container.loading,
.thumbnails.loading{
	height: 100px;
}
.images.loading,
.edwp-product .content-wrapper.loading,
.related-posts.loading .content-wrapper,
.woocommerce .product figure.loading,
.edwp-products-widget-wrapper.loading,
.edwp-blog-widget-wrap.loading,
.edwp-recent-comments-widget-box.loading,
.blogs article a.gallery.loading,
.edwp-blog-posts.loading .content-wrapper,
.edwp-twitter-slider .items.loading,
article .thumbnail.loading,
.thumbnails.loading,
.edwp-product-category-wrapper .content-wrapper.loading,
.thumbnails-container.loading,
.column-products.loading,
.edwp-instagram-wrapper.loading,
body:not(.elementor-editor-active) .elementor-section.loading{
	position: relative;
	overflow: hidden;
	background: transparent !important;
	border-color: transparent;
	clear: both;
}
.images > *,
.edwp-product .content-wrapper > *,
.related-posts .content-wrapper > *,
.woocommerce .product figure > *,
.edwp-products-widget-wrapper > *,
.edwp-blog-widget-wrap > *,
.edwp-recent-comments-widget-box > *,
.blogs article a.gallery > *,
.edwp-blog-posts .content-wrapper > *,
.edwp-twitter-slider .items > *,
article .thumbnail > *,
.thumbnails > *,
.edwp-product-category-wrapper .content-wrapper > *,
.thumbnails-container > *,
.column-products > *,
body:not(.elementor-editor-active) .elementor-section.loading > *{
	transition: .35s ease 0s;
}
.images.loading > *,
.edwp-product .content-wrapper.loading > *,
.related-posts.loading .content-wrapper > *,
.woocommerce .product figure.loading > *,
.edwp-products-widget-wrapper.loading > *,
.edwp-blog-widget-wrap.loading > *,
.edwp-recent-comments-widget-box.loading > *,
.blogs article a.gallery.loading > *,
.edwp-blog-posts.loading .content-wrapper > *,
.edwp-twitter-slider .items.loading > *,
article .thumbnail.loading > *,
.thumbnails.loading > *,
.edwp-product-category-wrapper .content-wrapper.loading > *,
.thumbnails-container.loading > *,
.column-products.loading > *,
.edwp-instagram-wrapper.loading > *,
body:not(.elementor-editor-active) .elementor-section.loading > *{
	visibility: hidden;
	opacity: 0;
}
.thumbnails.loading:before,
.thumbnails-container.loading:before{
	display: block !important
}

.elementor-toggle .elementor-toggle-icon{
	position: relative;
	top: 3px;
}

.edwp-banner-plain{
	text-align: center;
	position: relative;
	padding: 30px;
}
.edwp-banner-plain-sidebar{
	padding: 20% 20px;
	text-align: center;
	position: relative;
}
.edwp-banner-plain-sidebar h3,
.edwp-banner-plain-sidebar h4,
.edwp-banner-plain h3,
.edwp-banner-plain h4{
	margin: 0;
}
.edwp-banner-plain a{
	text-decoration: underline;
}
.edwp-banner-plain-sidebar a{
	text-decoration: underline;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.edwp-banner-plain:before,
.edwp-banner-plain-sidebar:before{
	position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    content: "";
    border-width: 1px;
    border-style: dashed;
    z-index: 0;
    opacity: 0.5;
}
.elementor-image-box-wrapper .elementor-image-box-img{
	overflow: hidden;
}
.elementor-image-box-wrapper .elementor-image-box-img img{
	transition: .35s ease 0s;
}
.animation-swing .elementor-image-box-wrapper:hover .elementor-image-box-img img{
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	animation-duration: .3s;
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
	-webkit-animation-name: edSwing;
	-moz-animation-name: edSwing;
	animation-name: edSwing;
}
.animation-zoom .elementor-image-box-wrapper .elementor-image-box-img{
	background: #000000;
}
.animation-zoom .elementor-image-box-wrapper:hover .elementor-image-box-img img{
	transform: rotate(3deg) scale(1.14);
	opacity: 0.8;
}

footer .elementor-widget-wp-widget-woocommerce_product_tag_cloud > .elementor-widget-container,
footer .elementor-widget-wp-widget-tag_cloud > .elementor-widget-container{
	display: flex;
	align-items: flex-start
}
footer .elementor-widget-wp-widget-woocommerce_product_tag_cloud > .elementor-widget-container > h5,
footer .elementor-widget-wp-widget-tag_cloud > .elementor-widget-container > h5{
	margin-right: 30px;
	white-space: nowrap;
}

body .elementor-counter .elementor-counter-number-prefix, 
body .elementor-counter .elementor-counter-number-suffix{
	-webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
body .elementor-counter .elementor-counter-number-wrapper{
	min-width: 60px;
	order: -1;
}
body .elementor-counter .elementor-counter-title{
	text-align: start;
	justify-content: flex-start;
	flex: none;
}
body .elementor-counter .elementor-counter-number-wrapper {
	flex: none;
}
body .elementor-counter{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
body .elementor-counter .elementor-counter-number-suffix{
	font-size: 16px;
	line-height: 26px;
}

ul li.menu-item.address{
	position: relative;
	padding-left: 24px;
}
ul li.menu-item.address:first-child:before{
	 top: -1px;
}
ul li.menu-item.address:before{
	position: absolute;
	left: 0;
	top: 4px;
	font-family: 'themify';
	font-weight: normal;
	letter-spacing: 0;
	content: "\e693";
}
.menu-item[class^="ti-"]:before, 
.menu-item[class*=" ti-"]:before{
	font-family: 'themify';
}
.menu-item.fa:before,
.menu-item.fab:before,
.menu-item.fas:before,
.menu-item.fab:before{
	 font-family: 'Font Awesome 5 Brands';
}

rs-layer .woocommerce .product-wrapper .meta-wrapper,
rs-layer .woocommerce .products .product,
sr7-module .woocommerce .product-wrapper .meta-wrapper,
sr7-module .woocommerce .products .product{
    padding: 0;
}
rs-layer .woocommerce .products,
sr7-module .woocommerce .products{
	margin: 0;
}
rs-layer .woocommerce a.button.loading:after,
sr7-module .woocommerce a.button.loading:after{
	display: none;
}
rs-layer .woocommerce a.button.loading .button-tooltip,
sr7-module .woocommerce a.button.loading .button-tooltip{
	opacity: 0.1;
}

.edwp-main-header-intro .edwp-stick-compareBtn {
	display: none !important;
}
.edwp-main-header-intro .vertical-menu-button,
.edwp-main-header-intro .header-right{
	display: none !important;
}
.edwp-main-header-intro .elementor-image a img,
.edwp-main-header-intro .elementor-widget-image a img{
	box-shadow:  0 2px 6px rgba(0,0,0,0.15);
	margin-top: 10px;
}
.edwp-main-header-intro .elementor-image a:hover img,
.edwp-main-header-intro .elementor-widget-image a:hover img{
	box-shadow:  0 4px 14px rgba(0,0,0,0.3);
	margin-top: 0;
	margin-bottom: 10px;
}
.edwp-main-header-intro .text-light .elementor-image figcaption,
.edwp-main-header-intro .text-light .elementor-widget-image figcaption{
	color: #ffffff;
}
.edwp-main-header-intro .text-light .elementor-image a:hover figcaption,
.edwp-main-header-intro .text-light .elementor-widget-image a:hover figcaption{
	opacity: 0.8;
}
.edwp-main-header-intro .edwp-mobile-icon-toggle,
.edwp-main-header-intro #mob-footer-actions{
	display: none !important;
}
body.edwp-main-header-intro{
	padding-bottom: 0;
}
.radius-img img{
	border-radius: 5px;
}

.edwp-breadcrumb-wrap{
	width: 100%;
	margin: 0;
	display: block;
	background-size: cover;
	background-position: center;
	z-index: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	text-align: center;
}
.edwp-breadcrumb-wrap.no-title{
	text-align: start;
}
.edwp-breadcrumb-wrap.edwp-breadcrumb-parallax,
.edwp-breadcrumb-wrap.edwp-breadcrumb-parallax .breadcrumb-content{
	background-attachment: fixed;
}
.breadcrumbs-container > span{
	font-size: var(--edwp-small-font-size);
	margin: 0 8px;
}
.breadcrumbs-container > span.brn_arrow{
	position: relative;
}
.breadcrumbs-container > span.current{
	opacity: 1;
	margin: 0;
}
.edwp-breadcrumb-wrap .breadcrumb-title{
	font-size: var(--edwp-small-font-size);
	width: 100%;
	height: 100%;
}
.edwp-breadcrumb-wrap .breadcrumbs{
	line-height: 22px;
}
.edwp-breadcrumb-wrap *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.edwp-breadcrumb-wrap .breadcrumbs-container *{
	display: inline-block;
}
.edwp-breadcrumb-wrap .breadcrumb-title a{
	text-decoration: none;
}
.edwp-breadcrumb-wrap .breadcrumb-title a:hover{
	opacity: 1;
	text-decoration: none;
}
.edwp-breadcrumb-wrap .breadcrumb-title a:hover{
	opacity: 1;
}
.edwp-breadcrumb-wrap .breadcrumbs{
	margin-bottom: 6px;
}
.edwp-breadcrumb-wrap.breadcrumb-style-1 .breadcrumb-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.edwp-breadcrumb-wrap.breadcrumb-style-1 .breadcrumb-title{
	display: block;
	height: auto;
}
#page .edwp-breadcrumb-wrap.breadcrumb-style-2{
	margin-bottom: 50px;
	border-width: 0;
}
.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-content,
.edwp-breadcrumb-wrap.breadcrumb-style-1 .breadcrumb-content{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center center !important;
	height: 190px;
}
.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-title,
.edwp-breadcrumb-wrap.breadcrumb-style-1 .breadcrumb-title{
	padding: 0;
    display: table-cell;
    vertical-align: middle;
	height: 100%;
}
.edwp-breadcrumb-wrap.breadcrumb-style-1.no-title .breadcrumb-content,
.edwp-breadcrumb-wrap.breadcrumb-style-1.no-breadcrumb .breadcrumb-content{
	height: 100px;
}
.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-content{
	height: 250px;
}
.edwp-breadcrumb-wrap.breadcrumb-style-2.no-title .breadcrumb-content,
.edwp-breadcrumb-wrap.breadcrumb-style-2.no-breadcrumb .breadcrumb-content{
	height: 160px;
}
body.tax-product_cat .edwp-breadcrumb-wrap{}
body.post-type-archive-product .edwp-breadcrumb-wrap{
	margin-bottom: 50px;
}
.shop-categoies-list{
	padding-bottom: 30px;
	margin-bottom: 50px;
}
body.post-type-archive-product .edwp-breadcrumb-wrap + .shop-categoies-list{
	margin-top: -50px;
}
body.post-type-archive-product .edwp-breadcrumb-wrap.breadcrumb-style-2 + .shop-categoies-list{
	padding-top: 50px;
}
.shop-categoies-list .products .product .product-wrapper{
	display: flex;
	align-items: center;
	border-radius: 5px;
	justify-content: space-between;
    background-color: var(--edwp-main-background-color);
	border-width: 0;
	padding: 10px;
}
.shop-categoies-list .product-category .product-wrapper > a{
	width: 92px;
	min-width: 92px;
}
#page .shop-categoies-list .product-category .product-wrapper > .meta-wrapper{
	width: calc(100% - 102px);
	text-align: start;
	padding: 0;
}
.heading-title.page-title{
	margin-bottom: 0;
}

.edwp-element-section .items{
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}
.edwp-element-section .items .item{
	padding-left: 10px;
	padding-right: 10px;
}
.edwp-blog-posts .items{
	padding-left: 1px;
	padding-right: 1px;
}
.edwp-blog-posts.edwp-masonry .items{
	padding-left: 0;
	padding-right: 0;
}
.edwp-blog-posts.edwp-masonry .item{
	margin-bottom: 50px;
}

/* wp CommentList */
.commentlist{
	margin-bottom: 80px;
	padding-top: 10px;
}
.comments-title .heading-title > span{
	line-height: 26px;
	width: 26px;
	border-radius: 100%;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	position: relative;
	bottom: 5px;
	margin-left: 5px;
}
.commentlist .comment-wrapper li ol li.comment{
	border-width: 1px 0 0 0;
	border-style: solid;
	content: "";
}
.commentlist .comment-wrapper{
	display: table;
	width: 100%;
}
.commentlist .comment-wrapper > *{
	display: table-cell;
}
.commentlist .comment-wrapper > .comment-detail{
	vertical-align: middle;
}
.commentlist .comment-wrapper .comment-detail{
	padding: 0;
}
.commentlist .comment-wrapper .comment-text p{
	margin-bottom: 0;
}
.comments-area{
	margin: 60px 0 0 0;
	clear: both;
	display: block;
	overflow: hidden;
}
.site-content > .comments-area{
	margin-bottom: 70px;
	margin-top: 20px;
}
.comments-area > .commentlist > li.pingback{
	list-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.comments-area > .commentlist > li:first-child{
	margin-top: 0;
	padding-top: 0;
}
.commentlist > li{
	padding: 30px 0 0 0;
	margin-top: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.commentlist > li:first-child{
	padding-top: 0;
	border-width: 0;
}
.commentlist .children{
	padding: 0 0 0 100px;
	margin: 30px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.commentlist .children .children{
	padding: 0 0 0 80px;
}
.commentlist .children .comment-wrapper .comment-detail{
	min-width: calc(100% - 100px);
}
.commentlist .children > li{
	list-style: none;
	padding-top: 30px;
	margin-top: 30px;
	padding-bottom: 0;
	position: relative;
}
.commentlist .children > li:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.commentlist .children > li:first-child:before{
	display: none;
}
.commentlist .children > li:first-child{
	margin-top: 0;
}
.comments-area div.avatar{
	width: 120px;
	padding-right: 20px;
}
.comments-area div.avatar img{
	width: 100%;
	border-radius: 100%;
}
.comments-area ol.children div.avatar{
	width: 100px;
}
.comment-detail .comment-meta{
	display: flex;
	position: relative;
	top: 1px;
}
.comment-detail .comment-meta > *{
	margin-left: 20px;
}
.comment-detail .comment-meta{
	margin-left: -5px;
}
.comment-detail .comment-meta > *:first-child{
	margin-left: 0;
}
.comment-detail .comment-meta > span:empty{
	display: none;
}
.comment-meta-bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}
.comment-meta-bottom > *{
	padding-left: 15px;
	padding-right: 15px;
}
.comment-detail .entry-meta-top{
	margin-bottom: 0;
}
.comment-detail .entry-meta-top > span{
	padding-left: 10px;
	padding-right: 10px;
}
.comment-meta-bottom a:hover{
	text-decoration: none;
}
.comment-meta-bottom .comment-button > span:empty,
.comment-meta-bottom .comment-button .btn-text a:after{
	display: none;
}
.comment-detail .reply a{
	text-decoration: none;
}
.comment-detail .reply a,
.comment-detail .edit a{
	text-decoration: none;
}
.comment-detail .reply a:hover,
.comment-detail .edit a:hover{
	text-decoration: none;
}
.comment-detail .reply a:after,
.comment-detail .edit a:after{
	display: inline-block;
	font-family: 'themify';
	font-weight: normal;
	letter-spacing: 0;
	position: relative;
	top: 1px;
}
.comment-detail .reply a:after{
	content: "\e6bd";
}
.comment-detail .edit a:after{
	content: "\e61c";
}
.comment-detail .comment-text{
	clear: both;
	margin-bottom: 10px;
	font-size: var(--edwp-small-font-size);
}
#cancel-comment-reply-link{
	font-size: var(--edwp-small-font-size);
	text-transform: none;
	margin-left: 30px;
}
.comment-detail .edit .sep{
	padding: 0 10px;
}
#comment-nav-below{
	margin-bottom: 20px;
}
#comment-nav-below a{
	text-decoration: none;
}
#comment-wrapper .comment-edit-link{
	float: right;
	font-size: var(--edwp-small-font-size);
	line-height: 20px;
}
#comment-wrapper{
	overflow: hidden;
	padding: 30px 40px 40px 40px;
}
#comment-wrapper input[type="search"], 
#comment-wrapper input[type="text"], 
#comment-wrapper input[type="password"], 
#comment-wrapper input[type="number"], 
#comment-wrapper input[type="email"], 
#comment-wrapper input[type="tel"], 
#comment-wrapper select, 
#comment-wrapper textarea{
	border-width: 0;
}
li #comment-wrapper{
	margin-top: 40px;
}
#comment-wrapper .info-wrapper{
	margin: 0 -10px;
	display: block;
	padding-bottom: 6px;
}
#comment-wrapper .info-wrapper:after{
	display: table;
	content: "";
	clear: both;
}
#comment-wrapper .info-wrapper > *{
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 0;
}
#comment-wrapper p.form-submit{
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 0;
}
#comment-wrapper p.form-submit .button{
	min-width: 120px;
}
#main-content.edwp-cell-24 .single-post:not(.no-featured-image) .entry-header, 
#main-content.edwp-cell-24 .single-post:not(.no-featured-image) > .entry-content, 
#main-content.edwp-cell-24 .single-post:not(.no-featured-image) .entry-author, 
#main-content.edwp-cell-24 .single-post:not(.no-featured-image) .edwp-blog-posts.related-posts,
#main-content.edwp-cell-24 .single-post:not(.no-featured-image) .comments-area{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#main-content.edwp-cell-24 .single-post:not(.no-featured-image) .entry-meta-top{
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}
body .tp-bullets{
	z-index: 990;
}

/* Contact Form 7 */
.wpcf7-not-valid-tip{
	margin: 0;
	top: -4px;
	position: relative;
	display: inline-block;
	width: 100%;
}
div.wpcf7-display-none{
	display: none;
}
div.wpcf7{
	margin-bottom: 20px !important;

}
body .wpcf7 form .wpcf7-response-output{
	border-width: 0;
	padding: 0;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
}
div.wpcf7 input[type^="submit"]{
	margin-top: 10px;
}
div.wpcf7 .ajax-loader{
	display: block;
	background: transparent;
	position: relative;
	margin-top: 10px;
	margin-bottom: -10px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 30px;
}
.contact-col{
	display: flex;
	justify-content: space-between;
}
.contact-col > div{
	width: calc(33.33333% - 14px);
}
body div.wpcf7 .ajax-loader:after{
	font-size: 18px;
}
div.screen-reader-response{
	color: #e94b4b;
}
div.screen-reader-response ul li{
	padding-bottom: 0;
}
div.screen-reader-response ul{
	margin: 0 0 20px 0;
}
div.wpcf7 .wpcf7-form-control-wrap{
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}

.blank-page-template #main-content{
	padding: 0;
}
.blank-page-template .mailchimp-subscription{
	text-align: center;
}
.blank-page-template .mailchimp-subscription .newsletter{
	margin-top: 10px;
	margin-bottom: 40px;
}

/* Owl Carousel */
body .owl-carousel{
	z-index: 5;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.edwp-slider ul li{
	list-style: none;
}
.edwp-slider.products .product,
.woocommerce .edwp-slider.products .product{
	padding: 0;
}
.woocommerce .content-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
.owl-dots{
	margin-top: 35px;
	text-align: center;
}
.edwp-product .owl-dots{
	margin-top: 0;
}

.gallery .owl-dots,
.product-wrapper .owl-dots{
	top: auto;
	bottom: 16px;
	left: 50%;
	right: auto;
	transform: translate(-50%,0);
	position: absolute;
}
.edwp-product.show-dots .products > .owl-controls{
	display: flex;
	text-align: center;
	width: 100%;
}
.owl-dots{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	justify-content: center;
	align-items: center;
	min-height: 14px;
}
.owl-dots > div{
	margin: 5px;
	min-height: 10px;
	display: flex;
	align-items: center;
	line-height: 0;
	cursor: pointer;
}
.owl-dots > div > span{
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	z-index: 9;
	box-shadow: none;
	border-radius: 30px;
	transition: .3s ease 0s;
}
.owl-dots > div.active > span{
	width: 18px;
	height: 10px;
}
.woocommerce .product figure .color-image img{
	z-index: -1 !important;
}
.woocommerce .product figure .color-image span:before,
.woocommerce .product figure .color span:before{
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	content: "";
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}
.woocommerce .product figure .owl-controls .color-image.active span:before,
.woocommerce .product figure .owl-controls .color.active span:before,
.woocommerce .product figure .owl-controls .color-image span:hover:before,
.woocommerce .product figure .owl-controls .color span:hover:before{
	background: transparent;
	border-color: #fff;
}
body .flex-control-nav li{
	margin: 5px;
	line-height: 0;
	padding: 0;
}
.owl-dots > div.active > span{
	cursor: default;
}
.widget-container .owl-nav,
.edwp-ig-widget .owl-carousel .owl-nav, 
.edwp-recent-comments-widget-box.owl-carousel .owl-nav, 
.edwp-blog-widget-wrap.owl-carousel .owl-nav, 
.edwp-products-widget-wrapper.owl-carousel .owl-nav{
	top: -46px;
    border: 0;
    right: 0;
    background: transparent;
	position: absolute;
	margin: 0 -1px;
}
.widget-container .owl-nav > div,
.edwp-recent-comments-widget-box.owl-carousel .owl-nav > div, 
.edwp-blog-widget-wrap.owl-carousel .owl-nav > div, 
.edwp-products-widget-wrapper.owl-carousel .owl-nav > div{
	width: 24px;
	height: 24px;
	line-height: 22px;
	margin: 0;
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
	margin: 0 1px;
}
.widget-container .owl-nav > div:before,
.edwp-recent-comments-widget-box.owl-carousel .owl-nav > div:before, 
.edwp-blog-widget-wrap.owl-carousel .owl-nav > div:before, 
.edwp-products-widget-wrapper.owl-carousel .owl-nav > div:before{
	line-height: 22px;
	font-size: 10px;
}
.cross-sells .owl-nav > div,
.up-sells .owl-nav > div,
.related.products .owl-nav > div{
	top: 32%;
	margin-top: -20px;
	position: absolute;
	left: -41px;
}
.cross-sells .owl-nav > div.owl-next,
.up-sells .owl-nav > div.owl-next,
.related.products .owl-nav > div.owl-next{
	right: -41px;
	left: auto;
}
.cross-sells .products:hover .owl-nav > div,
.up-sells .products:hover .owl-nav > div,
.related .products:hover .owl-nav > div{
	left: 10px;
	right: auto;
}
.cross-sells .products:hover .owl-nav > div.owl-next,
.up-sells .products:hover .owl-nav > div.owl-next,
.related .products:hover .owl-nav > div.owl-next{
	right: 10px;
	left: auto;
}
.edwp-element-section .owl-nav{
	top: 4px;
}
.nav-middle{
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
}
.entry-format .owl-nav{
	margin-top: 0 !important;
}
.nav-middle .thumbnail:hover .owl-nav > div{
	visibility: visible;
}
.nav-middle .thumbnail .owl-nav:after{
	display: none;
}
.nav-middle .owl-nav > div{
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	transition: .35s ease 0s;
	margin-left: 0;
	margin-right: 0;
	right: -41px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 100%;
}
.nav-middle .owl-nav > .owl-prev{
	left: -41px;
}
.nav-middle .products:hover .owl-nav > .owl-next{
	right: 20px;
}
.nav-middle .products:hover .owl-nav > .owl-prev{
	left: 20px;
}
.nav-middle .thumbnail:hover .owl-nav > .owl-next{
	right: 20px;
}
.nav-middle .thumbnail:hover .owl-nav > .owl-prev{
	left: 20px;
}
.owl-nav > div.disabled{
	display: none !important;
}
.owl-nav{
	line-height: 0;
}
.owl-nav > div{
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 2;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	transition: .35s ease 0s;
	letter-spacing: 0;
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
}
.owl-nav > div:before{
	line-height: 38px;
	font-family: themify;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0;
	display: inline-block;
	transition: none;
	color: inherit;
}
.owl-nav > div:hover{
	z-index: 2;
}
.owl-nav > div.owl-next:before{
	content: "\e649";
}
.owl-nav > div.owl-prev:before{
	content: "\e64a";
}

/* Middle Slider */
.nav-middle.middle-thumbnail .owl-nav > div{
	top: 36%;
}
.nav-middle .owl-nav:after{
	display: none;
}
body .nav-middle .products:hover .owl-nav > div,
body .nav-middle .items:hover .owl-nav > div,
body .nav-middle.thumbnail:hover .owl-nav > div{
	visibility: visible;
}
body .nav-middle .items:hover .owl-nav .owl-next,
body .nav-middle.thumbnail:hover .owl-nav .owl-next{
	right: 20px; 
	left: auto;
}
body .nav-middle .items:hover .owl-nav .owl-prev,
body .nav-middle.thumbnail:hover .owl-nav .owl-prev{
	left: 20px; 
	right: auto;
}
.woocommerce .nav-middle .products,
.nav-middle .woocommerce .products,
.nav-middle .edwp-element-section .items{
	position: relative;
	overflow: hidden;
}
.nav-middle .owl-nav{
	position: static;
	margin: 0;
}

/* Site Footer */
#back-toTop{
	position: fixed;
	right: 25px; 
	bottom: 25px;
	transform: scale(0,0);
	width: 40px;
	height: 40px;
	transition: .35s ease 0s;
	text-align: center;
	cursor: pointer;
	border-radius: 100%;
	z-index: 996;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#back-toTop a{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-decoration: none;
	background: rgba(0,0,0,0.3);
	color: #ffffff;
	border-radius: 100%;
}
#back-toTop a:before{
	font-family: themify;
	letter-spacing: 0;
	content: "\e627";
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}
#back-toTop a:hover{
	text-decoration: none;
	opacity: 1;
	color: #ffffff;
	background: #2c2c2c;
	box-shadow: 0 0 6px rgba(100,100,100,0.1)
}
#back-toTop.on{
	transform: scale(1,1);
}
/* Widget text infomation */
.widget-container ul.list-item,
.widget ul.list-item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px
}
/* Reset widget footer */
footer ul li{
	list-style: none;
}
footer ul li > a{
	text-decoration: none;
}
body #site-footer-inner .widget-title{
	margin-bottom: 16px;
}
body #site-footer-inner .mailchimp-subscription .widget-title{
	margin-bottom: 10px;
}
body #site-footer-inner .mailchimp-subscription .newsletter{
	margin-bottom: 0;
}
ul.no-padding li a:hover{
	text-decoration: none;
}

ul.info-content{
	margin: 0 0 10px 0;
}
ul.info-content li{
	position: relative;
	list-style: none;
	padding-left: 24px;
}
ul.info-content li:before{
	font-family: themify;
	font-size: inherit;
	position: relative;
	letter-spacing: 0;
	line-height: 14px;
	position: absolute;
	left: 0;
	top: 8px;
	font-weight: normal;
}
ul.info-content li:first-child:before{
	top: 3px;
}
ul.info-content li.info-location:before{
	content: "\e693";
}
ul.info-content li.info-phone:before{
	content: "\e621";
}
ul.info-content li.info-email:before{
	content: "\e75a";
}
ul.info-content li.info-times:before{
	content: "\e6b6";
}

/* Widget Tags */
.remove-widget-title .elementor-widget-container h5{
	display: none;
}
.tagcloud{
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}
.tagcloud a:hover{
	text-decoration: none;
}
.tagcloud a{
	min-width: 80px;
	margin: 5px;
	padding: 0 15px;
	line-height: 32px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	display: inline-block;
	border-radius: 17px;
	text-decoration: none;
}
.tagcloud a:hover{
	text-decoration: none;
}

/* Ed WP Filter */
.edwp-filter-widget-wrap{
	margin-bottom: 50px;
}
.edwp-filter-widget-wrap > .widget-title-wrapper{
	margin-bottom: 0;
	padding: 20px 20px 0 20px;
	text-transform: uppercase;
}
.edwp-filter-widget-wrap .widget-container{
	margin-bottom: 0;
}
.edwp-filter-widget-wrap .widget-container .widget-title{
	text-transform: uppercase;
}
.edwp-filter-widget-wrap .widget_categories{
	padding-top: 30px;
}
.edwp-filter-widget-wrap > .widget-title-wrapper .widget-title{
	margin: 0;
}
.edwp-filter-widget-wrap .widget-container .widget-title-wrapper{
	margin-bottom: 14px;
}
.edwp-filter-widget-wrap .widget-container.edwp-prod-cat-widget .widget-title-wrapper,
.edwp-filter-widget-wrap .widget-container.edwp-brand-filter .widget-title-wrapper{
	margin-bottom: 18px;
}
.widget-title a.rsswidget{
	line-height: 14px;
	display: inline-block;
}
.widget_display_search .widget-title,
.widget_product_search .widget-title,
.widget_search .widget-title{
	margin: 0;
	padding-top: 0;
}
.edwp-recent-comments-widget.has-nav .widget-title,
.edwp-blog-posts-widget.has-nav .widget-title,
.edwp-products-widget.has-nav .widget-title,
.edwp-products-widget.has-nav .widgettitle{
	margin-right: 60px;
}
.theme-title .heading-title,
.comments-title .heading-title,
.widget-container .widget-title-wrapper{
	margin: 0;
	display: block;
}
.theme-title .heading-title,
.comments-title .heading-title,
#comment-wrapper .heading-title{
	display: inline-block;
}
.widget-container .widget-title-wrapper,
.widget-title-wrapper{
	margin-bottom: 24px;
	position: relative;
}
.widget-container.edwp-prod-cat-widget .widget-title-wrapper,
.widget-container.edwp-brand-filter .widget-title-wrapper{
	margin-bottom: 18px;
}
.widget-container .widget-title,
.widget-title{
	margin: 0;
	position: relative;
	line-height: 22px;
}
footer .widget-container .widget-title-wrapper{
	padding-bottom: 0;
	border-width: 0;
}

/* Fix margin li top */
.widget_categories > ul,
.widget-container ul.product-categories,
.widget_pages > ul,
.widget_recent_entries > ul,
.widget_recent_comments > ul,
.widget_archive > ul,
.widget_display_forums > ul,
.widget_display_topics > ul,
.widget_display_replies > ul,
.widget_meta > ul,
.widget_nav_menu > div > ul,
.widget_rss > ul,
.woocommerce .widget_rating_filter ul{
	margin-bottom: 0;
}
.widget-container{
	margin: 0 0 40px 0;
	clear: both;
	position: relative;
}
.widget-container:last-child,
.woocommerce .edwp-side-wrapper .widget-container:last-child{
	margin-bottom: 0;
}
.edwp-side-wrapper .widget-container{
	margin: 0 0 50px 0;
}
.widget-container.widget_media_image{
	text-align: center;
}
footer .widget-container{
	margin-bottom: 0;
}
.widget-container fieldset{
	padding: 0;
}
.widget-container > ul ol,
.widget-container > ul ul{
	margin-left: 10px;
}
.widget-container ul ul{
	display: block;
	margin: 10px 0 0 12px 
}
.widget-container > ul > li > ul,
.widget_nav_menu > div > ul > li > ul{
	margin-left: 24px;
	margin-right: 0;
}
.widget-container ul ul ul{
	margin-bottom: 0;
}
.widget-container ul li{
	list-style: none;
	padding: 5px 0;
}
.widget-container ul ul li{
	padding: 5px 0;
}
.widget-container ul li:first-child{
	padding-top: 0;
	margin-top: 0;
}
.widget-container ul li:last-child,
.widget-container ul ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_nav_menu > div > ul li.fa:before,
.widget_nav_menu > div > ul li.fas:before,
.widget_nav_menu > div > ul li.far:before,
.widget_nav_menu > div > ul li.fab:before{
	margin-right: 5px;
	display: inline-block;
}
.widget_nav_menu > div > ul{
	margin-bottom: 0;
}
.widget-container ul ul li > a{
	position: relative
}

/* Mailchimp Subscription */
body .blank-page-template .edwp-mc-subscribe-element{
	max-width: 600px;
	margin: 0 auto;
}
.mailchimp-subscription{
	position: relative;
}
#page *:not(.edwp-mc-subscribe-element) > .mailchimp-subscription .subscribe-widget{
	margin-bottom: 0;
}
.mailchimp-subscription .widget-title:before{
	display: none !important;
}
.subscribe-email:after{
	display: table;
	clear: both;
	content: "";
}
.mailchimp-subscription input[type="email"],
.mailchimp-subscription input[type="tel"]{
	padding-top: 4px;
	padding-bottom: 4px;
	max-width: 100%;
	position: relative;
	z-index: 1;
	margin: 0;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="email"],
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="tel"]{
	background: transparent;
}
.mailchimp-subscription .newsletter{
	display: block;
	margin-bottom: 20px;
}
.newsletter p{
	margin-bottom: 0;
}
.mailchimp-subscription .mc4wp-alert{
	margin: 5px 0 0 0;
}
.mailchimp-subscription .mc4wp-alert p{
	margin: 0;
}
.mailchimp-subscription .processing button.button i{
	-webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
	display: inline-block !important;
}
.mailchimp-subscription .processing button.button i:before{
	content: "\f2f1";
}
.edwp-mc-subscribe-element .mailchimp-subscription button.button i{
	display: inline-block;
}
.mailchimp-subscription .mc4wp-error a{
	text-decoration: underline;
}
.mailchimp-subscription .mc4wp-error,
.mailchimp-subscription .mc4wp-success{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.mailchimp-subscription .mc4wp-error:before,
.mailchimp-subscription .mc4wp-success:before{
	top: 0;
	line-height: 0;
	border-radius: 0;
	position: absolute;
	left: 0;
	background: none;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	letter-spacing: 0;
	height: 20px;
	width: 20px;
	text-shadow: none;
	padding: 10px 0;
	box-shadow: none;
	content: "\f057";
}
.mailchimp-subscription .mc4wp-success:before{
	content: "\f00c";
}
.mailchimp-subscription .subscribe-email{
	position: relative;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription .widget-title-wrapper{
	margin-bottom:6px;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription .newsletter{
	margin-bottom: 16px;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription button i{
	display: none;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription button{
	display: block;
	width: 100%;
	margin-top: 10px;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription button,
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="email"],
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="tel"]{
	border-radius: 20px;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="email"],
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="tel"]{
	border-color: rgba(255,255,255,0.7);
	text-align: center;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="email"]:focus,
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="tel"]:focus{
	border-color: #ffffff;
	color: #ffffff;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription *,
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="email"],
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription input[type="tel"]{
	color: #ffffff;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription button{
	background: #ffffff;
	border-color: #ffffff;
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription ::-webkit-input-placeholder{
	color: rgba(255,255,255,0.7);
}
*:not(.edwp-mc-subscribe-element) > .subscribe-widget :-moz-placeholder{ /* Firefox 18- */
	color: rgba(255,255,255,0.7);
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription ::-moz-placeholder{  /* Firefox 19+ */
	color: rgba(255,255,255,0.7);
}
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription :-ms-input-placeholder{
	color: rgba(255,255,255,0.7);
}

/* Social Links */
.edwp-social-links .social-icons{
	padding-top: 0;
}
.edwp-social-links .social-desc{
	margin-bottom: 10px;
}
.edwp-social-links .fa-facebook-f:before{
    content: "\f39e";
}
.edwp-aligncenter .edwp-social-links,
.edwp-alignright .edwp-social-links,
.edwp-alignleft .edwp-social-links{
	display:inline-block;
	margin: 0;
}
.edwp-social-links .social-icons{
	display: block;
}
.edwp-social-links .social-icons:after,
.edwp-social-links:after,
.edwp-social-links .list-icons:after{
	display: table;
	clear: both;
	content: "";
}
.list-icons{
	margin: 0 -5px;
	display: block;
}
.style-vertical .list-icons{
	margin: 0;
}
.edwp-aligncenter .list-icons{
	display: inline-block;
}
.social-icons:not(.style-vertical) li{
	text-align: center;
}
.social-icons:not(.style-vertical) li a{
	width: 34px;
	height: 34px;
	display: block;
	transition: none;
}
.social-icons.style-vertical li a{
	display: flex;
	align-items: center;
}
.social-icons:not(.style-vertical) .edwp-tooltip{
	display: none;
	color: #fff;
	position: absolute;
	content: "";
	top: -32px;
	left: 50%;
	height: 20px;
	opacity: 0;
	visibility: hidden;
	padding: 0 5px;
	min-width: 70px;
	transform: translate(-50%,0);
	font-size: 14px;
	transition: .35s ease 0s;
	text-align: center !important;
	line-height: 20px !important;
	border-radius: 3px;
}
.social-icons li a:hover .edwp-tooltip{
	z-index: 999;
}
.show-tooltip.social-icons:not(.style-vertical) .edwp-tooltip{
	display: inline-block;
}
.social-icons.style-vertical .edwp-tooltip{
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
}
.social-icons:not(.style-vertical) .edwp-tooltip:before{
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	content: "\f0d7";
	position: absolute;
	bottom: -9px;
	left: 50%;
	font-size: 12px;
	margin-left: -3px;
	line-height: 14px;
	font-weight: 900;
}
.social-icons:not(.style-vertical) li a:hover .edwp-tooltip{
	opacity: 1;
	top: -26px;
	visibility: visible;
}
.social-icons li{
	margin: 0 4px 8px 4px;
	padding: 0 !important;
	display: block;
	position: relative;
}
.social-icons.style-vertical li{
	height: auto;
	margin: 4px 0;
	display: inline-block;
	width: 100%;
	padding: 8px 0;
}
.edwp-social-links li i{
	line-height: 32px;
	width: auto;
	height: auto;
	margin: 0;
	width: 100%;
	border-width: 1px;
	border-style: solid;
}
.style-icon li i{
	font-size: 16px;
}
.style-vertical li i{
	line-height: 32px;
	width: 34px;
	text-align: center;
	margin-right: 10px;
}
.social-icons.style-vertical .social-desc{
	margin-bottom: 10px;
}

/* Text Color */
.edwp-color-filter li a:hover i{
	background: transparent !important;
}
.edwp-color-filter li a i{
	color: #ffffff;
}
.social-icons.style-vertical li.facebook a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.facebook .edwp-tooltip:before,
.edwp-color-filter li.facebook a:hover i{
	color: #3b5998;
}
.social-icons.style-vertical li.twitter a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.twitter .edwp-tooltip:before,
.edwp-color-filter li.twitter a:hover i{
	color: #2caae1;
}
.social-icons.style-vertical li.flickr a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.flickr .edwp-tooltip:before,
.edwp-color-filter li.flickr a:hover i{
	color: #e30761;
}
.social-icons.style-vertical li.vimeo a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.vimeo .edwp-tooltip:before,
.edwp-color-filter li.vimeo a:hover i{
	color: #17b3e8;
}
.social-icons.style-vertical li.mailchimp a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.mailchimp .edwp-tooltip:before,
.edwp-color-filter li.mailchimp a:hover i{
	color: #cc181e;
}
.social-icons.style-vertical li.youtube a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.youtube .edwp-tooltip:before,
.edwp-color-filter li.youtube a:hover i{
	color: #cc181e;
}
.social-icons.style-vertical li.viber a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.viber .edwp-tooltip:before,
.edwp-color-filter li.viber a:hover i{
	color: #7c529e;
}
.social-icons.style-vertical li.skype a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.skype .edwp-tooltip:before,
.edwp-color-filter li.skype a:hover i{
	color: #009ee5;
}
.social-icons.style-vertical li.instagram a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.instagram .edwp-tooltip:before,
.edwp-color-filter li.instagram a:hover i{
	color: #d32558;
    color: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-icons.style-vertical li.feedburner a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.feedburner .edwp-tooltip:before,
.edwp-color-filter li.feedburner a:hover i{
	color: #0073b1;
}
.social-icons.style-vertical li.linkedin a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.linkedin .edwp-tooltip:before,
.edwp-color-filter li.linkedin a:hover i{
	color: #0073b1;
}
.social-icons.style-vertical li.wordpress a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.wordpress .edwp-tooltip:before,
.edwp-color-filter li.wordpress a:hover i{
	color: #21759b;
}
.social-icons.style-vertical li.pinterest a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.pinterest .edwp-tooltip:before,
.edwp-color-filter li.pinterest a:hover i{
	color: #cb2027;
}
.social-icons.style-vertical li.reddit a:hover .edwp-tooltip,
.social-icons:not(.style-vertical) li.reddit .edwp-tooltip:before,
.edwp-color-filter li.reddit a:hover i{
	color: #516ae8;
}
.edwp-color-filter li a i{
	border-radius: 100%;
}

/* Background */
.social-icons:not(.style-vertical) li.facebook .edwp-tooltip,
.edwp-color-filter li.facebook a i{
	background-color: #3b5998;
}
.social-icons:not(.style-vertical) li.twitter .edwp-tooltip,
.edwp-color-filter li.twitter a i{
	background-color: #2caae1;
}
.social-icons:not(.style-vertical) li.flickr .edwp-tooltip,
.edwp-color-filter li.flickr a i{
	background-color: #e30761;
}
.social-icons:not(.style-vertical) li.vimeo .edwp-tooltip,
.edwp-color-filter li.vimeo a i{
	background-color: #17b3e8;
}
.social-icons:not(.style-vertical) li.mailchimp .edwp-tooltip,
.edwp-color-filter li.mailchimp a i{
	background-color: #0073b1;
}
.social-icons:not(.style-vertical) li.youtube .edwp-tooltip,
.edwp-color-filter li.youtube a i{
	background-color: #cc181e;
}
.social-icons:not(.style-vertical) li.viber .edwp-tooltip,
.edwp-color-filter li.viber a i{
	background-color: #7c529e;
}
.social-icons:not(.style-vertical) li.skype .edwp-tooltip,
.edwp-color-filter li.skype a i{
	background-color: #009ee5;
}
.social-icons:not(.style-vertical) li.instagram .edwp-tooltip,
.edwp-color-filter li.instagram a i{
	background-color: #d32558;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-icons:not(.style-vertical) li.feedburner .edwp-tooltip,
.edwp-color-filter li.feedburner a i{
	background-color: #0073b1;
}
.social-icons:not(.style-vertical) li.linkedin .edwp-tooltip,
.edwp-color-filter li.linkedin a i{
	background-color: #0073b1;
}
.social-icons:not(.style-vertical) li.wordpress .edwp-tooltip,
footer#site-footer-inner .edwp-color-filter li.wordpress a,
.edwp-color-filter li.wordpress a i{
	background-color: #21759b;
}
.social-icons:not(.style-vertical) li.pinterest .edwp-tooltip,
.edwp-color-filter li.pinterest a i{
	background-color: #cb2027;
}
.social-icons:not(.style-vertical) li.reddit .edwp-tooltip,
.edwp-color-filter li.reddit a i{
	background-color: #516ae8;
}

/* Border */
.edwp-color-filter li.facebook a:hover i,
.edwp-color-filter li.facebook a i{
	border-color: #3b5998;
}
.edwp-color-filter li.twitter a:hover i,
.edwp-color-filter li.twitter a i{
	border-color: #2caae1;
}
.edwp-color-filter li.flickr a:hover i,
.edwp-color-filter li.flickr a i{
	border-color: #e30761;
}
.edwp-color-filter li.vimeo a:hover i,
.edwp-color-filter li.vimeo a i{
	border-color: #17b3e8;
}
.edwp-color-filter li.mailchimp a:hover i,
.edwp-color-filter li.mailchimp a i{
	border-color: #0073b1;
}
.edwp-color-filter li.youtube a:hover i,
.edwp-color-filter li.youtube a i{
	border-color: #cc181e;
}
.edwp-color-filter li.viber a:hover i,
.edwp-color-filter li.viber a i{
	border-color: #7c529e;
}
.edwp-color-filter li.skype a:hover i,
.edwp-color-filter li.skype a i{
	border-color: #009ee5;
}
.edwp-color-filter li.instagram a:hover i,
.edwp-color-filter li.instagram a i{
	border-color: #d32558;
    border-color: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    border-color: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.edwp-color-filter li.feedburner a:hover i,
.edwp-color-filter li.feedburner a i{
	border-color: #0073b1;
}
.edwp-color-filter li.linkedin a:hover i,
.edwp-color-filter li.linkedin a i{
	border-color: #0073b1;
}
.edwp-color-filter li.wordpress a:hover i,
.edwp-color-filter li.wordpress a i{
	border-color: #21759b;
}
.edwp-color-filter li.pinterest a:hover i,
.edwp-color-filter li.pinterest a i{
	border-color: #cb2027;
}
.edwp-color-filter li.reddit a:hover i,
.edwp-color-filter li.reddit a i{
	border-color: #516ae8;
}

/* Range Price */
.woocommerce .widget_price_filter form{
	padding-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	background-image: none;
	box-shadow: none;
	border-radius: 0;
	height: 2px;
	position: relative;
	z-index: 1;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	height: 4px;
	top: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	z-index: 1;
	content: "";
	border-radius: 2px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	border-radius: 0;
	direction: ltr;
	margin: 0 14px 20px 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before{
	position: absolute;
	left: 0;
	right: -14px;
	top: 0;
	bottom: 0;
	content: "";
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	width: 14px;
	height: 14px;
	border-width: 5px;
	border-style: solid;
	margin-left: 0;
	top: -6px;
	background: transparent;
	box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{
	margin-left: 0;
}
.widget_price_filter .price_slider_amount .ui-slider-horizontal{
	
}
.widget_price_filter .price_slider_amount input[type="text"]{
	display: none;
}
.widget_price_filter .price_slider_amount input[type="text"]:first-child{
	margin-right: 4%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount{
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price_slider_amount .clear{
	display: none !important;
}
.woocommerce .widget-container .price_slider_amount{
	position: relative;
}
.woocommerce .widget-container .price_slider_amount .price_label{
	margin: 0;
	line-height: 22px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	line-height: 22px;
}
.woocommerce .widget_price_filter .price_slider_amount{
	text-align: start;
	float: none;
}

.edwp-color-filter ul li a img,
.edwp-product-attr a img{
	width: 100%;
	height: auto;
}
.edwp-color-filter ul:after{
	display: table;
	content: "";
	clear: both;
}
.edwp-product-attr > div.color{
	list-style: none;
	padding: 0;
}
.edwp-color-filter ul{
	padding-top: 4px;
	margin: 0;
}
.edwp-product-attr{
	margin: -5px 0 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.edwp-product-attr > div.color{
	width: 24px;
	height: 24px;
	min-width: 0;
}
.edwp-product-attr > div.color{
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	padding: 2px;
}
.edwp-product-attr > div.color a{
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.widget-container.edwp-color-filter ul li a,
.widget-container.edwp-color-filter ul li{
	display: flex;
	align-items: center;
}
.widget-container.edwp-color-filter ul li{
	justify-content: space-between;
}
.widget-container.edwp-color-filter ul li a img,
.widget-container.edwp-color-filter ul a > span:first-child{
	width: 24px;
	height: 24px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	padding: 1px;
	margin-right: 5px;
}
.widget-container.edwp-color-filter ul a > span span{
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.edwp-color-filter ul li:first-child,
.edwp-color-filter ul li:last-child,
.edwp-color-filter ul li,
.edwp-product-attr > div.color{
	transition: .35s ease 0s;
}
.edwp-product-attr > div.color a{
	font-size: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 2;
	line-height: 0;
	border-radius: 3px;
}
.edwp-color-filter ul li a span{
	display: block;
}
.edwp-color-filter ul li small.count{
	display: none;
}

.woocommerce .widget_layered_nav ul li{
	position: relative;
	padding: 0;
	margin: 0;
}
.woocommerce .widget_layered_nav ul li span.count{
	display: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{
	padding: 0;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce .edwp-color-filter ul li.chosen a:before{
	color: red;
	font-family: 'themify';
    letter-spacing: 0;
    display: inline-block;
    font-size: 10px;
    content: "\e646";
	width: 14px;
	line-height: 14px;
	text-align: center;
	margin-top: -7px;
	margin-left: -7px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	font-weight: normal;
}
.woocommerce .widget_layered_nav_filters ul li a:before{
	position: static;
	margin: 0 2px 0 0;
	opacity: 1;
}
.woocommerce .widget_layered_nav ul li.chosen a:hover:before,
.woocommerce .widget_layered_nav ul li.chosen:hover a:before{
	opacity: 1;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav_filters ul li a{
	transition: none;
}
body .widget_layered_nav > ul > li a{
	position: static;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span.count{
	padding: 0;
	z-index: 1;
}
.woocommerce .widget_layered_nav ul li a{
	white-space: nowrap;
	overflow: hidden;
	display: block;
	z-index: 2;
}
.woocommerce .woocommerce-widget-layered-nav-list:after{
	display: table;
	content: "";
	clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list,
.edwp-product-attr{
	margin: -3px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.edwp-product-attr > div{
	font-size: var(--edwp-small-font-size);
	float: left;
	text-align: center;
	margin: 3px;
	padding: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.edwp-product-attr > div:not(.color) a,
.edwp-product-attr > div.text a{
	line-height: 30px;
	min-width: 60px;
	padding: 0 10px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.edwp-product-attr > div:not(.color) a{
    background-color: var(--edwp-main-background-color);
}
.edwp-product-attr > div.text a{
	padding: 0 10px;
}
.edwp-product-attr > div a:hover{
	text-decoration: none;
}
.widget_layered_nav_filters:after{
	display: table;
	content: '';
	clear: both;
}
.woocommerce .widget_layered_nav_filters ul{
	margin: 0;
	padding: 0;
}
.woocommerce .widget_layered_nav_filters ul li{
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
}
.woocommerce .widget_layered_nav_filters ul li:last-child:before{
	display: none;
}
.edwp-current-filters .widget_layered_nav_filters{
	margin-bottom: 20px;
	display: flex;
}
.edwp-current-filters .widget_layered_nav_filters .widgettitle{
	line-height: 22px;
	margin: 0 10px 0 0;
}
.edwp-current-filters .widget_layered_nav_filters ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.edwp-current-filters .widget_layered_nav_filters ul li{
	margin: 0 5px;
	width: auto;
	line-height: 22px;
}
.edwp-current-filters .widget_layered_nav_filters ul li a{
	font-size: var(--edwp-small-font-size);
    color: var(--edwp-b-text-color);
	padding: 0;
}

/* Categories */
.widget_categories ul.children{
	display: none;
}
.elementor-widget-container > ul li,
.elementor-widget-container ul.menu li,
.elementor-widget-container .list-icons li,
.widget_categories > ul li,
.product-categories li{
	list-style: none;
}
.widget_categories > ul > li,
.widget_archive > ul > li{
    color: var(--edwp-body-text-light-color);
	text-align: end;
	overflow: hidden;
}
.widget_categories > ul > li > a,
.widget_archive > ul > li > a{
	float: left;
}
.widget-container ul.product-categories li,
.widget_categories ul > li,
.edwp-brand-filter div ul > li{
	position: relative;
}
.widget-container > .edwp-prod-cat-widget-wrapper > ul > li{
	padding: 8px 0;
}
.widget-container > .edwp-prod-cat-widget-wrapper > ul > li:first-child{
	padding-top: 0;
	margin-top: 0;
}
.widget_categories > ul li:last-child,
.widget_pages > ul li:last-child,
.widget_nav_menu > div > ul li:last-child,
.widget-container ul.product-categories > li:last-child,
.widget_categories > ul > li:last-child,
.edwp-brand-filter div > ul > li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget_categories > ul li a,
.widget_pages > ul li a,
.widget_nav_menu > div > ul li a,
.widget-container ul.product-categories li a,
.widget_categories > ul li a,
.widget_layered_nav > ul > li a{
	position: relative;
}
.widget_categories > ul li.cat-parent > a:after{
	display: none;
}
.widget_categories > ul li.cat-parent > span.icon-toggle{
	position: absolute;
	right: -5px; 
	top: 0;
	z-index: 2;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
}
.widget_categories > ul li span.icon-toggle{
	display: none;
}
.widget_categories > ul li.cat-parent > span.icon-toggle:before{
	font-family: themify;
	letter-spacing: 0;
	display: inline-block;
	content: "\e61a";
	line-height: 22px;
	font-weight: normal;
	font-size: 10px;
}
.widget_categories > ul li.cat-parent.active > span.icon-toggle:before{
	content: "\e622";
}
.widget_categories > ul > li.cat-parent.active:last-child > a:before{
	display: inline-block;
}
.widget_categories > ul > li.cat-parent:last-child > a:before{
	display: none;
}
.edwp-prod-cat-widget-wrapper .all-categories{
	margin-top: -16px;
}
.edwp-prod-cat-widget-wrapper .all-categories > span{
	padding: 10px 0;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	position: relative;
}
.edwp-prod-cat-widget-wrapper .all-categories > span:after{
	content: "\e61a";
	font-family: 'themify';
	font-size: 10px;
	font-weight: normal;
	width: 20px;
	text-align: center;
	line-height: 22px;
	position: absolute;
	top: 12px;
	right: -5px;
}
.edwp-prod-cat-widget-wrapper .all-categories > span.active:after{
	content: "\e622";
}
.edwp-prod-cat-widget-wrapper .all-categories .product-categories{
	margin-bottom: 12px;
}
.edwp-prod-cat-widget ul.product-categories li.cat-parent > span.icon-toggle{
	position: absolute;
	right: -5px; 
	top: 10px;
	z-index: 2;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
}
.edwp-prod-cat-widget ul.product-categories li.cat-parent:first-child > span.icon-toggle{
	top: 0;
}
.edwp-prod-cat-widget ul.product-categories ul li.cat-parent > span.icon-toggle{
	top: 4px;
}
.edwp-prod-cat-widget ul.product-categories li span.icon-toggle{
	display: none;
}
.edwp-prod-cat-widget ul.product-categories li.cat-parent > span.icon-toggle:before{
	content: "\e61a";
	font-family: 'themify';
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	line-height: 22px;
}
.edwp-prod-cat-widget ul.product-categories li.cat-parent.active > span.icon-toggle:before{
	content: "\e622";
}
.edwp-prod-cat-widget ul.product-categories ul{
	margin-left: 20px;
	margin-right: 0;
}

/* Woo Product list */
.woocommerce ul.cart-list li img, 
.woocommerce ul.product_list_widget li img{
	margin: 0;
}
.woocommerce .edwp-products-widget ul.product_list_widget li img,
.edwp-products-widget .woocommerce ul.product_list_widget li img{
	width: 90px;
}
.woocommerce .edwp-products-widget ul.product_list_widget li .edwp-wg-meta,
.edwp-products-widget .woocommerce ul.product_list_widget li .edwp-wg-meta{
	margin-left: 105px;
}
.woocommerce ul.cart-list li.empty,
.woocommerce ul.product_list_widget li.empty{
	min-height: 0;
	margin: 0;
	padding: 0;
}
.woocommerce ul.product_list_widget li,
.woocommerce .widget_shopping_cart .cart-list li,
.woocommerce.widget_shopping_cart .cart-list li,
.elementor-widget-container ul.product_list_widget li{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.woocommerce ul.product_list_widget li:last-child,
.elementor-widget-container ul.product_list_widget li:last-child{
	margin: 0;
	padding: 0;
	border-width: 0;
}
.woocommerce ul.product_list_widget.cart-list li:last-child,
.elementor-widget-container ul.product_list_widget.cart-list li:last-child{
	padding-bottom: 20px;
}
.woocommerce ul.product_list_widget li img,
.elementor-widget-container ul.product_list_widget li img{
	box-shadow: none;
	width: 90px;
	margin: 0;
	float: left;
}
.widget_shopping_cart ul.cart-list li img,
.elementor-widget-container ul.cart-list li img{
	margin-right: 15px;
}
.widget .edwp-products-widget-wrapper ul li,
.mobile-menu-wrapper .widget .edwp-products-widget-wrapper ul li{
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.widget .edwp-products-widget-wrapper ul li:last-child,
.mobile-menu-wrapper .widget .edwp-products-widget-wrapper ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-width: 0;
}
.widget-container ul.product_list_widget li .edwp-wg-meta > a,
.woocommerce ul.product_list_widget li .edwp-wg-meta > a,
.woocommerce ul.product_list_widget li .product-name a{
	text-transform: none;
}
.woocommerce .product_list_widget li .product-categories,
.woocommerce .product_list_widget li > a,
.woocommerce .product_list_widget li .edwp-wg-meta > a{
	line-height: 22px;
}
#page ul.product_list_widget li .edwp-wg-meta > a,
#page ul.product_list_widget li > a:not(.edwp-wgt-thumb){
    max-height: 44px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
}
#page .widget_shopping_cart ul.product_list_widget li > a,
#page .widget_recent_reviews ul.product_list_widget li > a{
	max-height: none;
	display: block;
	overflow: initial;
}
ul.product_list_widget li .edwp-wg-meta{
	margin-left: 110px;
	max-width: 290px;
}
.no-thumbnail ul.product_list_widget li .edwp-wg-meta{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt{
	margin: 0 0 4px 0;
	padding: 0;
}
.woocommerce ul.product_list_widget li dl{
	font-size: var(--edwp-small-font-size);
	float: left;
	position: relative;
	border: 0;
	padding-left: 1em;
}
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt{
	float: left;
}
.woocommerce ul.product_list_widget li dl:before{
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 6px;
	right: auto;
	border-width: 0 1px 0 0;
	border-style: solid;
	content: "";
	width: 1px;
	display: inline-block;
}
.edwp-side-wrapper .woocommerce.edwp-products-widget-wrapper,
.edwp-side-wrapper .widget_products ul.product_list_widget,
.edwp-side-wrapper .widget_top_rated_products ul.product_list_widget{
	padding: 20px;
	border-width: 1px;
	border-style: solid;
}
.edwp-side-wrapper .woocommerce.edwp-products-widget-wrapper ul.product_list_widget > li,
.edwp-side-wrapper .widget_products ul.product_list_widget > li{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-width: 0 0 1px 0;
	border-style: dashed;
}
.edwp-side-wrapper .woocommerce.edwp-products-widget-wrapper ul.product_list_widget > li:last-child,
.edwp-side-wrapper .widget_products ul.product_list_widget > li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-width: 0;
}
.edwp-side-wrapper .woocommerce ul.product_list_widget li > a.edwp-wgt-thumb{
	width: 100%;
	margin-bottom: 14px;
}
#page .edwp-side-wrapper .woocommerce ul.product_list_widget li a.edwp-wgt-thumb img{
	width: 100%;
}
#page .edwp-side-wrapper .woocommerce ul.product_list_widget li .edwp-wg-meta{
	width: 100%;
	max-width: 100%;
	margin: 0;
	clear: both;
}
.woocommerce ul.product_list_widget li > a.edwp-wgt-thumb,
.elementor-widget-container ul.product_list_widget li > a.edwp-wgt-thumb{
	margin: 0;
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	overflow: hidden;
	float: left; 
}
.woocommerce ul.product_list_widget li > a.edwp-wgt-thumb:before,
.elementor-widget-container ul.product_list_widget li > a.edwp-wgt-thumb:before{
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0,0,0,0.1);
	opacity: 0;
	transition: .35s ease 0s;
}
.woocommerce ul.product_list_widget li > a.edwp-wgt-thumb:hover:before,
.elementor-widget-container ul.product_list_widget li > a.edwp-wgt-thumb:hover:before{
	opacity: 1;
}
.woocommerce ul.product_list_widget li a:hover,
.elementor-widget-container ul.product_list_widget li a:hover{
	text-decoration: none;
}
/* Categories */
.product-categories span{
	display: none;
}
.product-categories span.count{
	display: inline-block;
}
ul.product_list_widget li .product-categories{
	margin-bottom: 6px;
	line-height: 18px;
}
/* Price */
.woocommerce ul.product_list_widget li span.amount{
	margin: 0 2px;
	display: inline;
}
.elementor-widget-container ul.product_list_widget li span.amount{
	margin: 0 5px;
	display: inline;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li span.amount{
	margin-left: 0;
	margin-right: 0;
}
.amount,
.quantity span.amount{
	line-height: 22px;
}

/* Rating */
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5{
	border: 0;
}
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after{
	font-size: 12px;
	line-height: 14px;
}
.woocommerce p.stars a{
	line-height: 16px;
}
.woocommerce ul.product_list_widget,
.elementor-widget-container ul.product_list_widget{
	padding: 0;
	margin: 0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total{
	margin: 0;
	padding: 20px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	position: relative;
	overflow: hidden;
}
.woocommerce .widget_shopping_cart p.buttons,
.woocommerce.widget_shopping_cart p.buttons,{
	margin-bottom: 0;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a{
	margin: 0;
	width: 100%;
}
.woocommerce .widget_shopping_cart .buttons a.checkout, 
.woocommerce.widget_shopping_cart .buttons a.checkout{
	margin-top: 10px;
}

/* Widget recent review */
.woocommerce.widget_recent_reviews ul.product_list_widget li{
	position: relative;
	padding-left: 75px 
}
.woocommerce.widget_recent_reviews ul.product_list_widget li a{
	margin-top: -5px;
}
.woocommerce.widget_recent_reviews ul.product_list_widget li img{
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.woocommerce.widget_recent_reviews ul.product_list_widget li .star-rating{
	margin-top: 0;
}

/* Calendar Widget */
#page .widget_calendar{
	background: rgba(180,180,180,0.1);
	border-width: 0;
}
.widget_calendar .wp-calendar-nav{
	padding: 5px 15px;
}
.widget_calendar .widget-title-wrapper{
	display: none; 
}
#calendar_wrap{
	overflow: auto;
}
.widget_calendar table{
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 0;
}
body .widget_calendar table td,
body .widget_calendar table th{
	border-width: 0 !important;
	padding: 2px 5px 1px 5px;
	text-align: center;
	background: transparent;
}
.widget_calendar caption{
	padding: 7px 0 6px 0;
	text-align: center;
	text-transform: uppercase;
	background: #2c2c2c;
	color: #fff;
	font-size: 14px;
}
.widget_calendar td#prev{
	text-align: start; 
}
.widget_calendar td#next{
	text-align: end; 
}

/* Search Widget */
.widget_product_search,
.widget_search,
.widget_display_search,
.elementor-widget-wp-widget-woocommerce_product_search,
.elementor-widget-wp-widget-search{
	padding: 0;
}
.elementor-section-stretched .elementor-widget-wp-widget-woocommerce_product_search,
.elementor-section-stretched .elementor-widget-wp-widget-search{
	max-width: 700px;
	margin: 0 auto;
}
.elementor-section-stretched .elementor-widget-wp-widget-woocommerce_product_search input[type="search"],
.elementor-section-stretched .elementor-widget-wp-widget-search input[type="text"]{
	background: #ffffff;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 50px;
}
.widget_display_search form,
.widget_product_search form,
.widget_search form,
.elementor-widget-wp-widget-woocommerce_product_search form,
.elementor-widget-wp-widget-search form{
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.widget_display_search form input[type="text"],
.widget_product_search form input[type="search"],
.widget_search form input[type="text"],
.elementor-widget-wp-widget-woocommerce_product_search form input[type="search"],
.elementor-widget-wp-widget-search form input[type="text"]{
	max-width: 100%;
	width: 100%;
	margin: 0;
	border-width: 0;
	padding: 5px 40px 5px 15px;
}
.widget_display_search form input[type="submit"],
.widget_product_search form button,
.widget_search form input[type="submit"],
.elementor-widget-wp-widget-woocommerce_product_search form button,
.elementor-widget-wp-widget-search form input[type="submit"]{
	padding: 0 !important;
	border: 0 !important;
	font-size: 0 !important;
	background: transparent !important;
	position: absolute;
	right: 0;
	top: 0;
	min-width: 0;
	width: 40px;
	height: 40px;
}

.widget_display_search > form > div:before,
.widget_search > form .search-button:before,
.widget_product_search > form:before,
.elementor-widget-wp-widget-woocommerce_product_search form:before,
.elementor-widget-wp-widget-search form .search-button:before{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	line-height: 40px;
	content: "\f002";
    font-weight: 900;
	font-size: 14px;
    font-family: 'Font Awesome 5 Free';
	transition: color .4s ease 0s;
}

/* Blog Widget */
.widget-container li > a:hover,
.elementor-widget-container li > a:hover{
	text-decoration: none;
}
.widget_recent_comments ul li .comment-author-link:before{
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 400 !important;
	display:inline-block;
	content: "\f007";
	font-size: 14px;
	margin-right: 5px;
}
.widget_recent_comments ul li{
    color: var(--edwp-body-text-light-color);
}
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_display_forums ul li:last-child,
.widget_display_topics ul li:last-child,
.widget_display_replies ul li:last-child,
.widget_meta ul li:last-child,
.widget_rss ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-width: 0;
}
.widget_recent_entries .post-date{
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
.widget_recent_comments .comment-author-link a{
	text-decoration: none;
	font-weight: 500;
}
.widget_recent_comments .comment-author-link a:hover{
	text-decoration: underline;
}
/* Type blog */
.post-list-widget .edwp-video.auto-size{
	padding-bottom: 57.25% !important;
}
.post-list-widget .edwp-video.auto-size,
.post-list-widget .edwp-soundcloud{
	margin-bottom: 16px;
}
.post-list-widget .entry-meta{
	margin-bottom: 2px;
	font-style: italic;
}
.post-list-widget .entry-meta > span{
	margin-right: 20px;
	font-size: 95%;
}
.post-list-widget .entry-meta > span:last-child{
	margin-right: 0;
}

.edwp-blog-widget-wrap{
	position: relative;
}
.post-list-widget{
	margin: 0;
}
.post-list-widget blockquote{
	margin: 0;
	padding: 0;
	line-height: 28px;
}
.post-list-widget blockquote:before{
	top: 2px;
	position: relative;
	font-size: 24px;
	line-height: 0;
}
.post-list-widget li.quote .entry-meta-top{
	margin: 10px 0 0 0;
}
.post-list-widget li.quote .entry-meta-top *{
	line-height: 22px;
}
.edwp-blog-widget-wrap .post-list-widget > li{
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-width: 0 0 1px 0;
	border-style: dashed;
	min-height: 60px;
	display: block;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.edwp-blog-widget-wrap .post-list-widget > li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-width: 0;
}
.edwp-blog-widget-wrap .post-list-widget > li a.thumbnail.gallery{
	width: 100%;
	display: inline-block;
}
.edwp-blog-widget-wrap .post-list-widget > li a.thumbnail,
.edwp-blog-widget-wrap .post-list-widget > li a.thumbnail.gallery .owl-item{
	overflow: hidden;
	position: relative;
	display: block;
}
.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget > li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.edwp-blog-widget-wrap .post-list-widget > li a.thumbnail img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
}
.edwp-blog-widget-wrap .post-list-widget > li a.thumbnail:hover img{
	transform: scale(1.1);
}
.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget > li a.thumbnail,
.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget > li a.thumbnail.gallery .owl-item,
.edwp-blog-widget-wrap:not(.style-list-item) .edwp-video.auto-size,
.edwp-blog-widget-wrap:not(.style-list-item) .edwp-soundcloud{
	margin: 0;
}
.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget > li .entry-content{
	width: 55%;
}
.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget > li .thumbnail {
	width: calc(45% - 15px);
}
.edwp-blog-widget-wrap:not(.style-list-item).no-image .post-list-widget > li .entry-content{
	width: 100%;
}
.edwp-blog-widget-wrap .post-list-widget > li a:hover{
	text-decoration: none;
}
.edwp-blog-widget-wrap .post-list-widget header h5{
	margin-bottom: 0;
}
.post-list-widget .entry-content{
	overflow: hidden;
}
.edwp-blog-widget-wrap .post-list-widget .excerpt{
	margin-top: 8px;
}
.edwp-blog-widget-wrap .post-title{
	display: inline-block;
}
.post-list-widget .entry-title{
	margin-bottom: 0;
	line-height: 22px;
}
.edwp-blog-widget-wrap .entry-meta-top{
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.edwp-blog-widget-wrap .entry-meta-top > span{
	padding-left: 10px;
	padding-right: 10px;
}

.comment-list-widget .comment-body{
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent;
	font-style: normal;
	min-height: 0;
}
.comment-list-widget .comment-body:after,
.comment-list-widget .comment-body:before{
	display: none;
}
.edwp-recent-comments-widget-box .comment-list-widget > li{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-width: 0 0 1px 0;
	border-style: dashed;
	clear: both;
	display: block;
	position: relative;
}
.edwp-recent-comments-widget-box .comment-list-widget{
	margin-bottom: 0;
}
.edwp-recent-comments-widget-box .comment-list-widget > li:last-child{
	border-width: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.comment-list-widget .comment-meta{
	display: table;
	margin-bottom: 10px;
}
.comment-list-widget .comment-meta > div{
	display: table-cell;
	vertical-align: middle;
}
.comment-list-widget .avatar{
	width: 60px;
	border-radius: 100%;
}
.comment-list-widget .avatar > a{
	position: relative;
}
.comment-list-widget .meta{
    color: var(--edwp-body-text-light-color);
	padding-left: 15px;
}
.comment-list-widget .meta .author{
	display: block;
}
a.author,
.author a{
	text-decoration: none;
}
.comment-list-widget .meta .date{
	font-style: italic;
}
.comment-list-widget blockquote{
	clear: both;
	text-align: start; 
}

/* RSS Widget */
.widget_rss .rss-date{
    color: var(--edwp-body-text-light-color);
	text-transform: uppercase;
	margin: 6px 0 6px 0;
	display: block;
}
.widget_rss cite{
    color: var(--edwp-body-text-light-color);
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-style: normal;
}
.widget_rss .widget-title:before{
	display: none !important;
}
.widget_rss > ul > li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-width: 0 0 1px 0;
	border-style: dashed;
}
.widget_rss > ul > li:last-child{
	margin: 0;
	padding: 0;
	border-width: 0;
}

/* Woo Filter rating Widget*/
.woocommerce .widget_rating_filter ul li{
	margin-bottom: 5px;
}
.woocommerce .widget_rating_filter ul li .star-rating{
	margin: 0;
	position: relative;
	top: 2px;
}

/* Mailchimp */
.widget_mc4wp_form_widget .mc4wp-form{
	position: relative;
}
.widget_mc4wp_form_widget .button i{
	display: none;
}

.edwp-brand-filter-wrapper > ul,
.widget_product_categories > ul.product-categories{
    max-height: 246px;
    overflow: auto;
}
.edwp-brand-filter li,
.product-filter-by-availability li{
	position: relative;
}
.edwp-brand-filter input[type^="checkbox"],
.product-filter-by-availability input[type^="checkbox"]{
	display: none;
}
.edwp-brand-filter li > *,
.product-filter-by-availability li >*{
	display: inline;
	transition: .35s ease 0s;
}
.edwp-brand-filter ul li label,
.product-filter-by-availability ul li label{
	padding-bottom: 0;
	cursor: pointer;
}
.edwp-brand-filter .edwp-brand-filter-wrapper > ul,
.product-filter-by-availability .product-filter-by-availability-wrapper > ul{
	margin-bottom: 0;
}
.widget_product_categories ul ul,
.edwp-brand-filter .edwp-brand-filter-wrapper ul ul{
	margin: 10px 0 0 20px;
}

/* Woo Products */
.woocommerce > .products{
	clear: both;
	display: flex;
	flex-flow: row wrap;
}
.woocommerce .edwp-element-section:not(.rows-2) .products > .product-group{
	width: 25%;
}
.woocommerce .products > .product-group .product{
	width: 100% !important;
}
.woocommerce.columns-8 .products .product{
	width: 12.5%;
}
.woocommerce.columns-7 .products .product{
	width: 14.285%;
}
.woocommerce.columns-6 .products .product{
	width: 16.6666666666%;
}
.woocommerce.columns-5 .products .product{
	width: 20%;
}
.woocommerce.columns-4 .products .product{
	width: 25%;
}
.woocommerce.columns-3 .products .product{
	width: 33.3333333333%;
}
.woocommerce.columns-2 .products .product{
	width: 50%;
}
.woocommerce.columns-1 .products .product{
	width: 100%
}

/* Sub Categories */
.woocommerce.columns-8 .products .product.product-category{
	width: 12.5%;
}
.woocommerce.columns-7 .products .product.product-category{
	width: 14.285%
}
.woocommerce.columns-6 .products .product.product-category{
	width: 16.6666666666%
}
.woocommerce.columns-5 .products .product.product-category{
	width: 20%;
}
.woocommerce.columns-4 .products .product.product-category{
	width: 25%;
}
.woocommerce.columns-3 .products .product.product-category{
	width: 33.3333333333%;
}
.woocommerce.columns-2 .products .product.product-category{
	width: 50%;
}
.woocommerce.columns-1 .products .product.product-category{
	width: 100%;
}
.woocommerce .edwp-slider .products .product{
	height: 100%;
}
.edwp-slider .products .owl-item .product{
	float: none !important;
	width: 100% !important;
	height: 100%;
}
.edwp-slider .item{
	width: 100% !important;
}
.edwp-slider .owl-stage-outer .item{
	float: none !important;
}
.woocommerce .products ul,
.woocommerce .products{
	margin: 0;
}
.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6{
	clear: both;
}
.woocommerce .products{
	margin: 0 -10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
}
.woocommerce .products .product{
	margin: 0 0 40px 0;
	padding: 0 10px;
	position: relative;
}
.woocommerce .products .product.product-category{
	margin: 0 0 20px 0;
	width: 25%;
}
.woocommerce .products > .list-categories{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	margin-top: 50px;
}

.edwp-blog-posts-wrapper .blogs,
.edwp-element-section .items,
.related-posts .blogs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	clear: both;
}
.edwp-blog-posts-wrapper.nav-middle .blogs,
.edwp-product.nav-middle .content-wrapper,
.edwp-element-section.nav-middle .items{
	position: relative;
}
.edwp-blog-posts-wrapper .blogs:after,
.edwp-product .content-wrapper:after,
.edwp-element-section .items:after,
.related-posts .blogs:after,
.woocommerce .products:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce.columns-3:after,
.woocommerce.columns-4:after,
.woocommerce.columns-5:after,
.woocommerce.columns-6:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce .products .product .product-wrapper{
	max-width: 100%;
	height: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	overflow: hidden;
	height: auto;
}
#page .item-layout-list .product .product-wrapper{
	display: flex;
	align-items: center;
}
#page .item-layout-list .product-wrapper .thumbnail-wrapper{
	min-width: calc(50% - 10px);
	width: calc(50% - 10px);
}
#page .item-layout-list .product-wrapper .meta-wrapper{
	padding: 0;
	margin: 0 20px 0 30px;
}
.woocommerce .products .product .product-wrapper .thumbnail-wrapper img{
	width: 100%;
}
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before{
	position: static;
    background-color: var(--edwp-main-background-color);
}
.woocommerce .product a.added_to_cart{
	margin-top: 5px;
	display: none !important;
}
.woocommerce .product a.added_to_cart:hover,
.woocommerce .product a.button:hover,
.woocommerce .product a.added_to_cart:focus,
.woocommerce .product a.button:focus{
	background-image: none;
}
.woocommerce .product .thumbnail-wrapper{
	position: relative;
	overflow: hidden;
}
.woocommerce .product .thumbnail-wrapper *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.woocommerce .product .thumbnail-wrapper > a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 4;
	transition: .35s ease 0s;
}
.woocommerce .product .thumbnail-wrapper > a{
	position: relative;
	display: block;
	text-decoration: none;
	z-index: 2;
	transition: .3s ease 0s;
}
.woocommerce .products .product a img{
	margin: 0;
	box-shadow: none;
	width: 100% !important;
}
.woocommerce .product figure{
	overflow: hidden;
	z-index: 1;
	position: relative;
	width: 100%;
	margin-bottom:0;
}
.woocommerce-product-gallery__wrapper:after{
    content: '';
    display: table;
    clear: both;
}
.woocommerce .product figure img:first-child{
	position: relative;
	z-index: 2
}
.woocommerce .product figure.has-back-image img:last-child{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3
}
.product-group-button-meta{
	display: none;
	clear: both;
}
.woocommerce .product-wrapper .meta-wrapper{
	position: relative;
	padding: 10px 10px 0 10px;
}
.product-wrapper .meta-wrapper .count{
    color: var(--edwp-body-text-light-color);
}

.woocommerce .product-category .product-wrapper .meta-wrapper,
.edwp-product-brand-wrapper .item .meta-wrapper{
	text-align: center;
	padding: 10px 0 16px 0;
	width: 100%;
}
.woocommerce .product .category-name h3,
.edwp-product-brand-wrapper .item .meta-wrapper h3{
	margin-bottom: 0;
	font-size:var(--edwp-body-font-size);
	line-height: 22px;
}
.woocommerce .product-wrapper .meta-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce .product a.button.added:before{
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
	content: "\f00c";
	font-weight: 900;
	position: static;
	padding: 0;
}
.edwp-countdown.style-inline .counter-wrapper{
	display: flex;
}
.edwp-countdown.style-inline .dots{
	padding: 0 4px;
}

.product-brands,
.woocommerce .products .product .product-categories{
	overflow: hidden;
	text-decoration: none;
}
.product .product-brands a,
.woocommerce .products .product .product-categories a,
.woocommerce .widget-container il li .product-categories a,
.widget-container ul li .product-categories a{
	display: inline-block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.product .product-brands a:hover,
.woocommerce .products .product .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.edwp-products-widget-wrapper .product-categories a:hover{
	text-decoration: none;
}

.woocommerce .products .product .price del{
	margin: 0;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del{
	opacity: 1;
}
.woocommerce .products .product .price ins,
.product-meta .price ins,
.product_list_widget ins{
	margin: 0;
}
.woocommerce .products .product .price .amount,
.product-price .amount,
.product-meta .amount{
	padding: 0 5px ;
}
.woocommerce .products .product.product-type-grouped:not(.sale) .price .amount,
.product-type-grouped:not(.sale) .product-price .amount,
.product-type-grouped:not(.sale) .product-meta .amount,
.woocommerce .products .product.product-type-variable:not(.sale) .price .amount,
.product-type-variable:not(.sale) .product-price .amount,
.product-type-variable:not(.sale) .product-meta .amount{
	padding: 0;
}
.product-meta .price,
.woocommerce .products .product .price{
	display: block;
	margin-left: -5px;
	margin-right: -5px;
}
.product-meta .price{
	padding-top: 2px;
}
.yith-wfbt-section del .amount{
	margin-right: 5px;
}
.product-type-grouped:not(.sale) .product-meta .price,
.woocommerce .products .product.product-type-grouped:not(.sale) .price,
.product-type-variable:not(.sale) .product-meta .price,
.woocommerce .products .product.product-type-variable:not(.sale) .price{
	margin-left: 0;
	margin-right: 0;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating,
.product_list_widget .star-rating{
	width: 72px;
	height: 22px;
	overflow: hidden;
	position: relative;
	line-height: 22px;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}
.seller-rating .star-rating{
	display: inline-block;
	margin: 0 !important;
	top: 3px;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.product_list_widget .star-rating:before,
.product_list_widget .star-rating span:before{
	content: "\73\73\73\73\73";
}
.woocommerce .star-rating:before,
.product_list_widget .star-rating:before{
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.woocommerce .star-rating span:before,
.product_list_widget .star-rating span:before{
	top: 0;
	position: absolute;
	left: 0;
}
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before,
.woocommerce p.stars a:before,
.product_list_widget .star-rating span:before,
.product_list_widget .star-rating:before{
	letter-spacing: 2px;
	line-height: 22px;
	font-family: star;
	font-size: 12px;
}
.woocommerce p.stars a:before, 
.woocommerce p.stars:hover a:before, 
.woocommerce p.stars a:hover~a:before, 
.woocommerce p.stars.selected a.active:before, 
.woocommerce p.stars.selected a.active~a:before, 
.woocommerce p.stars.selected a:not(.active):before{
	content: "\73";
}
.woocommerce .star-rating.has-fill span:before,
.product_list_widget .star-rating.has-fill span:before{
	content: "\53\53\53\53\53";
}
.woocommerce .comment-form-rating.has-fill p.stars a:before, 
.woocommerce .comment-form-rating.has-fill p.stars:hover a:before, 
.woocommerce .comment-form-rating.has-fill p.stars a:hover~a:before, 
.woocommerce .comment-form-rating.has-fill p.stars.selected a.active:before, 
.woocommerce .comment-form-rating.has-fill p.stars.selected a.active~a:before, 
.woocommerce .comment-form-rating.has-fill p.stars.selected a:not(.active):before{
	content: "\53";
}
.woocommerce .star-rating,
.product_list_widget .star-rating{
	letter-spacing: 2px;
	line-height: 16px;
	font-family: star;
	font-size: 12px;
}
.woocommerce .woocommerce-product-rating .star-rating span:before, 
.woocommerce .woocommerce-product-rating .star-rating:before{
	line-height: 28px;
	opacity: 1 !important;
}
.woocommerce .woocommerce-product-rating .star-rating{
	height: 28px;
}

.woocommerce .products .product .short-description{
	width: 100%;
}
.main-products .quantity{
	display: none;
}
.products .product .product-sku,
.product-brands,
.woocommerce .product_list_widget li > a,
.woocommerce .product_list_widget li .edwp-wg-meta > a,
.woocommerce .product_list_widget li .product-categories
.woocommerce .product_list_widget .star-rating,
.woocommerce .products .product .product-categories,
.woocommerce .products .product .price{
	display: block;
}
.products .product .product-sku,
.product-brands,
.woocommerce .product_list_widget li > a,
.woocommerce .product_list_widget li .edwp-wg-meta > a,
.woocommerce .product_list_widget li .product-categories
.woocommerce .product_list_widget .star-rating,
.woocommerce .products .product .product-categories,
.woocommerce .products .product .price,
.woocommerce .products h3.product-name{
	margin-top: 6px;
}
.woocommerce .product_list_widget .star-rating{
	margin-top: 4px;
}
.woocommerce .products .product .price{
	width: 100%;
}
.woocommerce .products .product .short-description{
	margin-top: 10px;
}
.star-rating-wrapper .count-rating{
	font-size: 12px;
	line-height: 14px;
	margin-left: 2px;
}
.woocommerce .products .star-rating{
	margin: 0;
}
.star-rating-wrapper .star-rating{
	margin: 0 !important;
}
.woocommerce .products .star-rating-wrapper,
.woocommerce .product_list_widget .star-rating-wrapper{
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 4px;
}
.star-rating-wrapper:empty{
	display: none !important;
}
.woocommerce ul.product_list_widget li .price{
	margin: 6px -2px 0 -2px;
	display: inline-block;
	width: calc(100% + 4px);
}
.elementor-widget-container ul.product_list_widget li .price{
	margin: 0 -5px 0 -5px;
	display: inline-block;
	width: calc(100% + 10px);
}

.woocommerce .product .product-label{
	position: absolute;
	right: auto;
	left: 10px;
	top: 5px;
	bottom: auto;
	z-index: 2;
	text-align: center;
}
.column-products.sale .product .product-label .onsale{
	display: none !important;
}
.woocommerce .product-label > span.onsale,
.woocommerce .product-label > span{
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	padding: 0 5px;
	text-align: center;
	display: block;
	font-size: var(--edwp-small-font-size);
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 3px;
	min-height: auto;
    min-width: auto;
	margin-top: 5px;
}
body.product-label-circle .product-label > span.onsale,
body.product-label-circle .product-label > span{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
}
.product-label-rectangle .product-label > span.onsale,
.product-label-rectangle .product-label > span{
	height: 20px;
	width: auto;
	min-width: 50px;
}
.featured .products .product-label .featured{
	display: none;
}
.edwp-element-section .woocommerce.loading .products{
	transition: none;
}

/* Prod Group Button */
.product-group-button{
	margin: 0 auto;
	letter-spacing: 0;
	padding: 0;
	position: absolute;
	z-index: 6;
	height: auto;
	text-align: center;
	transition: .35s ease 0s;
	display: table;
	right: 1px;
	bottom: 1px;
	width: auto;
}
.product-group-button-meta a:hover,
.product-group-button a:hover{
	text-decoration: none;
}

/* Button cart */
.thumbnail-wrapper .product-group-button > div.loop-add-to-cart a{
	transition: none;
	padding: 0;
	margin: 0;
	border-width: 0;
	position: relative;
	letter-spacing: 0;
	border-radius: 3px;
}
.product-group-button > div a:before,
.product-group-button-meta > div.button-in a:before{
	line-height: 30px;
	font-size: 14px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	letter-spacing: 0;
	transition: none;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	padding: 0;
	display: inline;
}
.product-group-button > div.wishlist a:before,
.product-group-button-meta > div.wishlist a:before{
	content: "\f004";
	font-weight: 500;
}
.product-group-button > div.wishlist a.added:before,
.product-group-button-meta > div.wishlist a.added:before,
div.product .summary .wishlist a.added:before{
	content: "\f004";
	font-weight: 900;
}
.product-group-button > div.loop-add-to-cart a:before{
	content: "\f290";
}
#page .product-wrapper div.loop-add-to-cart a.button.added:before{
	line-height: 28px;
	content: "\f00c";
	font-size: 14px;
}
.product-group-button > div.compare a:before,
.product-group-button-meta > div.compare a:before{
	content: "\f079";
}
.woocommerce .product-group-button .compare a.added:before,
.woocommerce .product-group-button-meta .compare a.added:before{
	content: "\f065";
}
.product-group-button > div.quickshop a:before{
	content: "\f002";
}
.thumbnail-wrapper .product-group-button > div{
	font-size: 0;
	line-height: 0;
	padding: 0;
	min-width: 0;
	margin: 1px 0 0 0;
	width: 30px;
	height: 30px;
	display: block;
	background: none !important;
	position: relative;
	letter-spacing: 0;
    -o-transform: scaleX(0);
    transform: scaleX(0);
	transition: transform 0.3s;
}
.product-wrapper .thumbnail-wrapper:hover .product-group-button > div{
    transform: scaleX(1);
}
.product-group-button > div a{
	margin: 0;
	position: relative;
	font-size: 0;
	line-height: 0;
	padding: 0;
	min-width: 0;
	border: 0;
	text-decoration: none;
	letter-spacing: 0;
	overflow: visible;
	display: inline-block;
}
.product-hover-style-2 .product-group-button > div{
	display: none;
}
.product-hover-style-2 .product-group-button > div.quickshop{
	display: block;
}
.product-hover-style-2 .product-group-button{
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%,-50%);
}
.product-hover-style-2 .product-group-button > div a:before{
	display: none;
}
.product-hover-style-2 .thumbnail-wrapper .product-group-button > div{
	transform: none;
	opacity: 0;
	transition: opacity 0.2s;
}
.product-hover-style-2 .thumbnail-wrapper:hover .product-group-button > div{
	opacity: 1;
}
.product-hover-style-2 .thumbnail-wrapper .product-group-button > div,
.product-hover-style-2 .thumbnail-wrapper .product-group-button > div a{
	width: auto;
	height: auto;
	background: transparent;
	margin: 0;
}
.product-hover-style-2 .product-group-button > div a .button-tooltip{
	position: static;
	padding: 5px 10px;
	margin: 0;
	opacity: 1;
	visibility: visible;
	animation: none !important;
}
.product-hover-style-2 .product-group-button > div a .button-tooltip:before{
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.product-hover-style-2 .product-group-button-meta{
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: dashed;
	display: block;
}
body:not(.edwp-desktop) .product-group-button-meta .button-in .button-tooltip,
body:not(.edwp-desktop) .edwp-product-attr .button-tooltip,
body:not(.edwp-desktop) .product-group-button{
	display: none !important;
}
body:not(.edwp-desktop) .product-group-button-meta{
	display: block;
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.product-group-button-meta:after{
	display: table;
	clear: both;
	content: "";
}
.product-group-button-meta > div.button-in{
	float: right;
	position: relative;
}
.product-group-button-meta > div.loop-add-to-cart{
	float: left;
}
.product-group-button-meta > div.button-in{
	float: right;
	text-align: center;
	margin-left: 12px;
	margin-right: -6px;
}
.product-group-button-meta > div a{
	display: block;
	line-height: 30px;
	text-transform: none;
	transition: color .15s ease 0s, background .15s ease 0s;
	font-size: 0;
}
.product-group-button-meta > div.loop-add-to-cart a.button{
	border-width: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	word-break: break-all;
	text-transform: none;
	transition: color .15s ease 0s,font-size .15s ease 0s,padding .15s ease 0s;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before,
.product-group-button-meta > div.loop-add-to-cart a.button:before{
	content: "\f07a";
	font-size: 14px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	letter-spacing: 0;
	transition: none;
	margin-right: 3px;
}
.thumbnail-wrapper .product-group-button > div a,
.product-group-button-meta > div.button-in a{
	width: 30px;
	height: 30px;
	opacity: 1 !important;
	border-radius: 3px;
	text-decoration: none;
}
.woocommerce .summary form.cart button.button.added:before{
	margin-right: 5px;
	line-height: 22px;
	content: "\f00c";
}
.edwp-product-attr .button-tooltip,
.product-group-button-meta .button-in .button-tooltip{
	padding: 5px 5px 13px 5px;
	font-size: var(--edwp-small-font-size);
	line-height: 22px;
	position: absolute;
	text-transform: none;
	display: inline-block;
	min-width: 70px;
	transform: translate(-50%,0);
	z-index: 10;
	bottom: 100%;
	text-align: center;
	display: none;
	left: 50%;
	transition: color .15s ease 0s;
}
.edwp-product-attr .button-tooltip{
	display: none !important;
}
.product-group-button-meta .button-in .button-tooltip{
	right: 2px;
	left: auto;
	transform: none;
}
.product-group-button-meta .compare + .wishlist .button-tooltip{
	transform: translate(-50%,0);
	left: 50%;
	right: auto;
}
.product-group-button .loop-add-to-cart .button-tooltip{
	width: 100px;
}
.product-group-button .button-tooltip{
	padding: 5px 10px 5px 5px;
	left: auto;
	right: 100%;
	top: 50%;
	font-size: var(--edwp-small-font-size);
	line-height: 22px;
	height: 30px;
	bottom: auto;
	margin-left: 0;
	margin-right: 0;
	margin-top: -15px;
	min-width: 90px;
	position: absolute;
	text-transform: none;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: .35s ease 0s;
}
.product-group-button .button-tooltip:before,
.product-group-button-meta .button-in .button-tooltip:before,
.edwp-product-attr .button-tooltip:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 5px;
	z-index: -1;
	content: "";
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
	border-radius: 3px;
}
.product-group-button-meta .button-in .button-tooltip:before,
.edwp-product-attr .button-tooltip:before{
	bottom: 8px;
	right: 0;
	left: 0;
}
.product-group-button > div:hover a .button-tooltip,
.product-group-button-meta > div.button-in:hover a .button-tooltip,
.edwp-product-attr > div:hover a .button-tooltip{
	display: block;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	animation-duration: .4s;
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_fade;
	-moz-animation-name: animation_fade;
	animation-name: animation_fade;
}
.product-no-tooltip .product-group-button > div .button-tooltip{
	display: none;
}

.term-description{
	margin-bottom: 50px;
}
.search-results article.type-product{
	display: block;
}
.search-results article.type-product .entry-format,
.search-results article.type-product .entry-content{
	width: 100%;
}
.search-results article.type-product .entry-content:not(.no-featured-image){
	margin-top: 25px;
	padding: 0;
}
.woocommerce-page .page-container{
	display: flex;
    align-items: stretch;
}
.woocommerce .category-best-selling{
	margin-bottom: 10px;
}
.category-best-selling .product-label{
	display: none;
}
.category-best-selling .product-label.best-selling-label{
	right: 10px;
	top: 10px;
	left: auto;
	min-width: 30px;
	height: 20px;
	display: flex;
	justify-content:center;
	align-items:center;
	font-size: var(--edwp-small-font-size);
	padding: 0 5px;
	border-radius: 3px;
	text-transform: uppercase;
}
.page-description .edwp-element-section{
	margin-bottom: 40px;
	padding: 40px;
}
.products{
	clear: both;
}
.products .product.product-category > a{
	overflow: hidden;
	display: block;
}
.product.product-category div.button a.button{
	color: #2c2c2c !important;
	background-color: #ffffff !important;
}
.product.product-category .product-wrapper{
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}
.woocommerce .products .product.product-category h3,
.edwp-product-brand-wrapper .item .meta-wrapper h3{
	margin-bottom: 0;
}
.product-category .product-wrapper > a{
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 50%;
	overflow:hidden;
}
.products .product.product-category img{
	position: relative;
	z-index: 0;
	transition: .35s ease 0s;
}

.woocommerce .before-loop-wrapper{
	margin-bottom: 50px;
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.woocommerce .before-loop-wrapper:after{
	display: table;
	content: "";
	clear: both;
}
.main-products{
	position: relative;
}
.main-products:before{
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -150px;
	content: "";
	z-index: 7;
	opacity: 0;
	visibility: hidden;
    background-color: var(--edwp-main-background-color);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-filter-sidebar .main-products:before{
	opacity: 0.6;
	visibility: visible;
}
.style-dropdown.show-filter-sidebar .main-products:before{
	display: none;
}
#edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content{
    left: -20px;
	padding: 0 25px;
    right: auto;
    bottom: auto;
    top: 100%;
	margin-top: 50px;
    transform: translateX(-100%);
    width: calc(25% + 0.5px);
    height: auto;
    overflow: visible;
    position: absolute;
    z-index: 8;
	transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),right 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.style-dropdown #edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content{
	left: 0;
	right: 0;
	transform: none;
	display: none;
	width: 100%;
	top: 100%;
	padding-bottom: 20px;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
}
.style-dropdown .edwp-filter-widget-wrap{
	margin: -20px;
	display: flex;
	flex-wrap: wrap;
}
.style-dropdown .edwp-filter-widget-wrap .widget-container{
	width: 25%;
	padding: 20px;
}
.style-sidebar #edwp-edwp-filter-widget-wrap.active .edwp-side-wrapper-content{
	transform: translateX(0px);
	left: 0;
}
@-moz-keyframes animation_dropdown{0%{visibility:hidden;transform:scale(1,0.6)}100%{visibility:visible;transform:scale(1,1)}}
@-webkit-keyframes animation_dropdown{0%{visibility:hidden;transform:scale(1,0.6)}100%{visibility:visible;transform:scale(1,1)}}
@keyframes animation_dropdown{0%{visibility:hidden;transform:scale(1,0.6)}100%{visibility:visible;transform:scale(1,1)}}
.style-dropdown #edwp-edwp-filter-widget-wrap.active .edwp-side-wrapper-content{
	display: block;
	-webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animation_dropdown;
    -moz-animation-name: animation_dropdown;
    animation-name: animation_dropdown;
}
#edwp-edwp-filter-widget-wrap .overlay{
	display: none;
}
.style-dropdown #edwp-edwp-filter-widget-wrap .overlay{
	display: block;
	z-index: 10;
	position: absolute;
	left: -3000px;
	right: -3000px;
	bottom: -10000px;
	top: 100%;
}
body.woocommerce #main-content.style-sidebar{
	overflow: hidden;
	position: relative;
}
.edwp-filter-wrap-button{
	float: left;
	display: inline-block;
	text-transform: uppercase;
	font-size: var(--edwp-small-font-size);
	margin: 0 20px 0 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.edwp-filter-wrap-button a{
	position: relative;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 40px;
	min-width: 100px;
	padding: 0 10px;
	border-radius: 5px;
}
.edwp-filter-wrap-button a:before{
	content: "\f1de";
	margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
	font-weight: 900;
	line-height: 28px;
	width: 15px;
}
.edwp-filter-wrap-button a.active:before{
	content: "\f00d";
}
.edwp-filter-widget-wrap .widget-container{
	clear: none;
	margin: 0 0 40px 0;
}
#edwp-edwp-filter-widget-wrap .close{
	display: none;
}
.edwp-prod-cat-widget ul > li.cat-parent > a{
	margin-right: 20px;
}
.edwp-prod-cat-widget div > ul > li a,
.widget_product_categories > ul > li a,
.edwp-brand-filter div > ul > li label,
.product-filter-by-availability div > ul > li label{
	position: relative;
	display: inline-block;
	line-height: 22px;
	text-transform: none;
	font-size: 100%;
}
.widget-title-wrapper a.block-control:after{
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
    letter-spacing: 0;
    display: inline-block;
    line-height: 22px;
	font-size: 10px;
	font-weight: 900;
}
.widget-title-wrapper a.block-control.active:after{
	content: "\f077";
}
.widget-title-wrapper a.block-control{
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	line-height: 0;
	right: 0; 
	top: 0;
	text-align: center;
	text-indent: 0;
	z-index: 8;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	display: none;
}
.edwp-filter-widget-wrap .widget-title{
	line-height: 22px;
	display: block;
}
.product-per-page-form{
	float: right;
	width: auto;
	margin: 0 10px 0 0;
    position: relative;
	display: flex;
	align-items: center;
	font-size: var(--edwp-small-font-size) !important;
}
.product-per-page-form > span{
	display: none;
}
.product-per-page-form > select{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 95%;
	display: none;
	width: 110px;
	float: right;
}
.product-per-page-form ul.perpage{
	margin: 0;
	width: 90px;
}
.product-onsale-form{
	float: left;
	margin: 0 20px 0 0;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
}
.product-onsale-form label{
	text-transform: none;
	padding: 0 0 0 22px;
	position: relative;
	margin: 0;
	cursor: pointer;
	font-size: var(--edwp-small-font-size) !important;
	line-height: 40px;
	transition: .35s ease 0s;
}
.product-onsale-form input{
	display: none;
}
.product-onsale-form label:before{
    position: absolute;
    top: 50%;
    left: 0;
	width: 14px;
    height: 14px;
    background-color: var(--edwp-main-background-color);
    border-width: 1px;
    border-style: solid;
	border-radius: 3px;
    content: "";
	margin-top: -7px;
	transition: .35s ease 0s;
}
.product-onsale-form.checked label:before{
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    position: absolute;
	top: 50%;
	margin-top: -7px;
    left: 0;
    width: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 900;
}
.gridlist-toggle{
	display: flex;
	align-items: center;
	float: right;
	margin-right: 20px;
}
.gridlist-toggle span{
	line-height: 40px;
	width: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.gridlist-toggle span:before{
	font-family: 'themify';
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
}
.gridlist-toggle span.grid:before{
	content: "\e709";
}
.gridlist-toggle span.list:before{
	content: "\e667";
}
#page .main-products.list .products .product{
	width: 50%;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
#page .main-products.list .products{
	margin-bottom: -30px;
	margin-left: -20px;
	margin-right: -20px;
}
#page .main-products.list .products .product .product-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-width: 1px;
	border-style: solid;
}
#page .main-products.list .product .product-wrapper .thumbnail-wrapper{
	width: 50%;
}
#page .main-products.list .product .product-wrapper .meta-wrapper{
	width: calc(100% - 30px);
	padding: 0 30px;
}
#page .main-products.list .quantity{
	display: block;
	width: 150px;
	margin-top: 10px;
}
#page .main-products.list .meta-wrapper h3.product-name{
	min-height: auto !important;
}
#page .main-products.list .product-group-button-meta{
	padding: 0;
	margin: 10px -10px 0 -10px;
	border-width: 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#page .main-products.list .product-group-button-meta > div.loop-add-to-cart{
	width: 100%;
	order: 1;
}
#page .main-products.list .product-group-button-meta > div.wishlist{
	order: 2;
}
#page .main-products.list .product-group-button-meta > div.compare{
	order: 3;
}
#page .main-products.list .product-group-button-meta > div{
	margin-left: 10px;
	margin-right: 10px;
}
#page .main-products.list .product-group-button-meta > div:not(.loop-add-to-cart){
	margin-top: 10px;
}
#page .main-products.list .product-group-button-meta > div.loop-add-to-cart a{
	min-width: 150px;
	transition: color .15s ease 0s,background .15s ease 0s;
}
#page .main-products.list .product-group-button-meta .button-in a{
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
	transition: color .15s ease 0s;
}
#page .main-products.list .product-group-button-meta .button-in a:before{
	margin-right: 5px;
	text-indent: 1px;
}
#page .main-products.list .product-group-button-meta .button-in .button-tooltip{
	position: static;
	transform: none;
	margin: 0;
	display: block;
	padding: 0;
	min-width: 0;
}
#page .main-products.list .product-group-button-meta .button-in:hover .button-tooltip{
	-webkit-animation: none;
    animation: none;
}
#page .main-products.list .product-group-button-meta .button-in .button-tooltip:before,
#page .main-products.list .product-group-button-meta .button-in .button-tooltip:after{
	display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
	float: right; 
	width: auto;
	padding: 0;
	margin: 0;
	border-radius: 5px;
}
.woocommerce .woocommerce-ordering select{
	display: none;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count{
	display: none;
}
.woocommerce .woocommerce-ordering ul li a:hover,
.product-per-page-form ul.perpage ul li a:hover{
	text-decoration: none;
}
.woocommerce .woocommerce-ordering .orderby li,
.product-per-page-form ul.perpage li{
	list-style: none;
}
.woocommerce .woocommerce-ordering .orderby > li,
.product-per-page-form ul.perpage > li{
	padding: 0 20px;
	line-height: 40px;
	position: relative;
	z-index: 4;
}
.woocommerce .woocommerce-ordering ul li a,
.product-per-page-form ul.perpage ul li a{
	padding: 0;
	width: 100%;
	display: inline-block;
	position: relative;
}

/* Pagination */
.post-nav-links{
	margin-top: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.woocommerce nav.woocommerce-pagination{
	margin: 0;
	text-align: inherit;
}
.woocommerce .after-loop-wrapper{
	margin: 30px 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
}
#main-content.edwp-cell-24 .edwp-pagination ul, 
#main-content.edwp-cell-24 nav.woocommerce-pagination ul{
	justify-content: center;
}
.woocommerce .after-loop-wrapper:empty{
	display: none !important;
}
.woocommerce .after-loop-wrapper:after{
	content: "";
	display: table;
	clear: both;
}
.edwp-pagination{
	margin: 75px 0 0 0;
	display: block;
}
.edwp-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li{
	padding: 0;
	margin: 5px;
	list-style: none;
	border-width: 0;
}
.edwp-pagination ul li a:hover{
	text-decoration: none;
}
.show_if_seller label.pull-left{
	float: none;
}
.edwp-pagination ul,
.woocommerce nav.woocommerce-pagination ul{
	border: 0;
	margin: 0;
	padding: 0;
	display: flex;
	margin: -5px;
	flex-wrap: wrap;
}
.post-nav-links > a,
.post-nav-links > span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.edwp-pagination ul li a,
.edwp-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
	padding: 0 5px;
	background: transparent;
	text-align: center;
	display: inline-block;
	line-height: 38px;
	min-width: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.edwp-pagination ul li a.prev,
.edwp-pagination ul li a.next{
	font-size: 0;
	line-height: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.edwp-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.edwp-pagination ul li a.prev:before{
	font-family: 'themify';
	letter-spacing: 0;
	display: inline-block;
	font-size: 14px;
	line-height: 38px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.edwp-pagination ul li a.prev:before{
	content: "\e629";
}
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.edwp-pagination ul li a.next:before{
	content: "\e628";
}
.woocommerce .woocommerce-ordering ul.orderby{
	min-width: 220px;
	margin: 0;
	position: relative;
}
.woocommerce .woocommerce-ordering ul.orderby:hover,
.product-per-page-form ul.perpage:hover,
.woocommerce .woocommerce-ordering ul.orderby.active,
.product-per-page-form ul.perpage.active{
	z-index: 10;
	position: relative;
}
.product-per-page-form ul.perpage ul{
	padding: 0;
	margin: 0;
}
.woocommerce .woocommerce-ordering .orderby li a.current{
	cursor: default;
}
.woocommerce .woocommerce-ordering .orderby > li,
.product-per-page-form ul.perpage > li{
	font-size: var(--edwp-small-font-size) !important;
	cursor: pointer;
}
.woocommerce .woocommerce-ordering .orderby-current,
.product-per-page-form ul.perpage > li span{
	font-size: var(--edwp-small-font-size);
	display: inline-block;
	width: 100%;
	transition: .35s ease 0s;
}
.woocommerce .woocommerce-ordering .orderby-current:after,
.product-per-page-form .perpage-current:after{
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 900;
    display: inline-block;
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 40px;
}
.woocommerce .woocommerce-ordering .orderby-current.active:after,
.product-per-page-form .perpage-current.active:after,
.woocommerce .woocommerce-ordering .orderby-current:hover:after,
.product-per-page-form .perpage-current:hover:after{
	opacity: 1;
}
.woocommerce .woocommerce-ordering .orderby-current.active:after,
.product-per-page-form .perpage-current.active:after{
	content: "\f077";
}
.woocommerce .woocommerce-ordering .orderby ul,
.product-per-page-form ul.perpage ul{
	margin: 0;
	padding: 9px 20px 15px 20px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 5;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.woocommerce .woocommerce-ordering .orderby ul:before,
.product-per-page-form ul.perpage ul:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
    background-color: var(--edwp-main-background-color);
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.edwp-shop-total-results{
	font-size: var(--edwp-small-font-size);
	text-align: center;
	display: block;
	text-align: center;
	margin: 0 0 10px 0;
}
.edwp-shop-total-results > span{
	display: inline-block;
}
.edwp-element-section .load-more-wrapper{
	display: block;
	text-align: center;
	margin: 20px auto 0 auto;
}
.edwp-element-section.edwp-masonry .load-more-wrapper{
	padding-top: 50px;
	border-width: 1px 0 0 0;
	border-style: dashed;
	margin-top: 0;
}
.edwp-shop-load-more{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.edwp-element-section .load-more-wrapper a,
.edwp-shop-load-more a{
	text-decoration: none;
}
.archive.load-more-button .woocommerce > .products.loading:before{
	display: none;
}
.archive.ajax-pagination .woocommerce > .products:after{
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	top: 0;
	opacity: 1;
    background-color: var(--edwp-main-background-color);
	z-index: 7;
	visibility: hidden;
	transition: .35s ease 0s;
}
.archive.ajax-pagination .woocommerce > .products.loading:after{
	opacity: 0.5;
	visibility: visible;
}
.edwp-shop-load-more .button.loading:before,
.woocommerce .edwp-shop-load-more .button.loading:before,
.load-more-wrapper .button.loading:before{
    width: 16px;
    height: 16px;
	margin: 0 5px 0 0;
	opacity: 1;
	visibility: visible;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
	transition: .35s ease 0s;
	background: transparent;
	position: relative;
	top: 3px;
	left: auto;
	right: auto;
	bottom: auto;
	display: inline-block !important;
}
.edwp-shop-load-more .button:before,
.woocommerce .edwp-shop-load-more .button:before,
.load-more-wrapper .button:before{
	content: "";
	border-width: 2px;
	border-style: solid;
	border-top: 2px solid #2c2c2c;
	border-left: 2px solid #2c2c2c;
    border-radius: 50%;
	text-align: center;
	position: relative;
	top: 3px;
    width: 0;
    height: 0;
	display: inline-block;
	font-weight: normal;
	opacity: 0;
	visibility: hidden;
}
.edwp-shop-load-more .button:after,
.woocommerce .edwp-shop-load-more .button:after{
	display: none;
}
.archive.ajax-pagination .woocommerce > .products:before{
	left: 50%;
	top: 300px;
	right: auto;
	bottom: auto;
	width: 40px;
	height: 40px;
	z-index: 8;
	margin-left: -20px;
	content: "";
    background-color: var(--edwp-main-background-color);
	border-width: 3px;
	border-style: solid;
	border-top: 3px solid #2c2c2c;
	border-left: 3px solid #2c2c2c;
    border-radius: 50%;
	text-align: center;
	position: absolute;
	display: inline-block;
	font-weight: normal;
	opacity: 0;
	visibility: hidden;
	transition: .35s ease 0s;
}
.archive.ajax-pagination .woocommerce > .products.loading:before{
	opacity: 1;
	visibility: visible;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.edwp-shop-load-more,
.load-more.button{
	text-align: center;
}
.woocommerce .products .product.sale .price{
	margin-left: -5px;
	margin-right: -5px;
}
.product-wrapper .color-swatch{
	margin: -3px -3px 0 -3px;
	line-height: 0;
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
.main-products.list .product-wrapper .color-swatch{
	margin-top: 14px;
}
.product-wrapper .color-swatch > div{
	padding: 3px;
}
.product-wrapper .color-swatch > div span,
.product-wrapper .color-swatch > div img{
	max-width: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
}
.product-wrapper .color-swatch > div.active{
	cursor: default;
}
.product-wrapper .color-swatch > div.active > *{
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
/* Fixed single info next prev tooltip */
.single-product #primary > .edwp-video,
.single-product #primary > .edwp-product-360{
	margin-top: 30px;
}
#tab-seller .list-unstyled > li.clearfix:before{
	display: none;
}

div.product .product-images-summary{
	margin: 0;
}
div.product div.summary .clear{
	display: none !important;
}
.woocommerce div.product div.summary{
	padding-left: 40px; 
	float: left;
	margin-bottom: 0;
	transition: top .4s linear 0s;
	top: 0;
}
.woocommerce div.product div.summary,
.woocommerce div.product div.woocommerce-product-gallery{
	float: left;
}
.woocommerce div.product div.woocommerce-product-gallery{
	width: 52%;
	margin-bottom: 0;
}
.woocommerce div.product.summary-2-columns div.woocommerce-product-gallery{
	width: 40%;
}
.woocommerce div.product.summary-2-columns div.summary{
	width: 60%;
	position: relative;
	padding-left: 40px;
	padding-right: 318px;
}
.woocommerce div.product div.summary-column-2{
	padding: 30px;
	background: rgba(158,155,158,0.1);	
	width: 288px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	border-radius: 5px;
}
.summary-2-columns .edwp-share-btns{
	clear: both;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.woocommerce div.product.summary-2-columns form.cart div.quantity{
	margin: 0;
	float: none;
	width: 100% !important;
}
.woocommerce div.product.summary-2-columns form.cart .button{
	margin: 10px 0 0 0;
	float: none;
	width: 100%;
}
.woocommerce div.product.summary-2-columns.product-type-external form.cart .button{
	margin-top: 0;
}
#page div.product.summary-2-columns .summary .edwp-buy-now-button{
	margin: 10px 0 0 0;
	transform: none;
	width: 100%;
	position: static;
}
.summary-2-columns p.price{
	margin: 0;
}
.woocommerce div.product.summary-2-columns form.cart.grouped_form,
.woocommerce div.product.summary-2-columns form.cart.variations_form{
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: inherit;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
	top: 0;
}
.woocommerce div.product.summary-2-columns form.cart table,
.woocommerce div.product.summary-2-columns form.cart tbody,
.woocommerce div.product.summary-2-columns form.cart tr,
.woocommerce div.product.summary-2-columns form.cart tr td{
	display: block;
}
.woocommerce div.product.summary-2-columns form.grouped_form tr:first-child td,
.woocommerce div.product.summary-2-columns form.grouped_form tr td{
	padding-top: 0;
	padding-bottom: 10px;
	border-width: 0;
}
.woocommerce div.product.summary-2-columns form.grouped_form tr:first-child{
	border-width: 0;
	padding: 0;
	margin: 0;
}
.woocommerce div.product.summary-2-columns form.grouped_form tr{
	border-width: 1px 0 0 0;
	border-style: solid;
	padding-top: 5px;
	margin-top: 10px;
}
.woocommerce div.product.summary-2-columns form.grouped_form tr td:last-child{
	text-align: start !important;
	padding-left: 0;
	padding-right: 0;
}
.woocommerce div.product.summary-2-columns form.cart{
	margin-top: 30px;
	width: 100%;
	float: none !important;
}
.woocommerce #page div.product.no-product-thumbnail div.summary{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.woocommerce div.product div.summary{
	width: 48%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	top: 10px;
	right: 10px;
	left: auto;
	background: #ffffff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	border-radius: 3px;
	border-width: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 0;
	text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{
	font-family: themify;
	content: "\e610";
	font-size: 16px;
	line-height: 30px;
	position: static;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{
	display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{
	text-decoration: none;
}

/* Product popup video */
.edwp-product-video-button,
.edwp-product-360-button{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 4;
	padding: 0 8px;
	line-height: 30px;
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}
.woocommerce-product-gallery--has-thumbs .edwp-product-video-button,
.woocommerce-product-gallery--has-thumbs .edwp-product-360-button{
	bottom: 135px;
}
.edwp-product-video-button:hover,
.edwp-product-360-button:hover{
	text-decoration: none;
	background: var(--edwp-primary-color);
	border-color: var(--edwp-primary-color);
	color: #ffffff !important;
}
.has-video .edwp-product-360-button{
	left: 125px;
}
.edwp-product-sizes-button{
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	margin: 5px 0;
}
.edwp-product-sizes-button:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f548";
	font-weight: 900;
	margin-right: 5px;
	display: inline-block;
}
.woocommerce div.product div.images .flex-control-thumbs{
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	padding: 20px 10px 0 10px;
	width: 20%;
}
#edwp-quickshop-modal div.product div.images .flex-control-thumbs li{
	padding: 10px 5px 0 5px;
	width: 20%;
}
#edwp-quickshop-modal div.product div.images .flex-control-thumbs{
	margin: 0 -5px;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
	clear: none;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1){
	clear: both;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
	opacity: 1;
	transition: .35s ease 0s;
}
.edwp-product-video-button:before,
.edwp-product-360-button:before{
	font-family: 'themify';
	font-weight: normal;
	border-radius: 100%;
	line-height: 20px;
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 1px;
	font-size: 16px;
	text-align: center;
	transition: .35s ease 0s;
}
.edwp-product-video-button:before{
	content: "\e6ad";
}
.edwp-product-360-button:before{
	content: "\e692";
	margin-right: 3px;
}

.single-navigation > a:hover{
	text-decoration: none
}
div.product .single-navigation{
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease 0s;
}
div.product .single-navigation.visible{
	opacity: 1;
	visibility: visible;
}
div.product .single-navigation a:hover{
	z-index: 990;
	width: auto;
}
div.product .single-navigation > a{
	position: fixed;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	vertical-align: middle;
	z-index: 99;
	transition: none;
	width: 40px;
	font-size: 14px;
}
div.product .single-navigation > a[rel="next"]{
	left: auto;
	right: 0;
}
div.product .single-navigation > a .product-info{
	transform: translate(-100%,0);
	transition: transform .4s ease 0s;
    background-color: var(--edwp-main-background-color);
	width: 120px;
}
.single-navigation > div .product-info:before,
.single-navigation .product-info:before{
    background-color: var(--edwp-main-background-color);
}
.single-navigation .product-info img{
	width: 100%;
}
div.product .single-navigation > a:hover .product-info{
	transform: translate(0,0);
}
div.product .single-navigation > a[rel="next"] .product-info{
	transform: translate(100%,0);
}
div.product .single-navigation > a[rel="next"]:hover .product-info{
	transform: translate(0,0);
}
div.product .single-navigation > a > span{
	position: absolute;
	top: 50%;
	display: inline-block;
	text-align: center;
	line-height: 40px !important;
	transition: all .4s ease 0s;
	text-transform: uppercase;
	white-space: nowrap;
    background-color: var(--edwp-main-background-color);
	border-radius: 5px 5px 0 0;
	box-shadow: 0 -3px 6px rgba(0,0,0,0.15);
	padding: 0 10px;
	width: 130px;
}
div.product .single-navigation > a[rel="prev"] > span{
    left: 0;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
div.product .single-navigation > a[rel="next"] > span{
    right: 40px;
    -webkit-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
div.product .single-navigation > a[rel="prev"]:hover > span{
    left: -30px;
	opacity: 0;
}
div.product .single-navigation > a[rel="next"]:hover > span{
	right: -30px;
	opacity: 0;
}

.woocommerce div.product .thumbnails a img{
	height: auto;
	max-width: 100%;
	display: block;
}

.woocommerce div.product .images .product-label{
	z-index: 2;
	position: absolute;
	left: 10px; 
	right: auto;
	top: 5px;
	bottom: auto;
	width: auto;
	text-align: center;
}
.product-label-rectangle div.product .images .product-label{
	left: 10px;
	top: 0;
}
.product-label-rectangle div.product .images .product-label span{
	height: 30px;
	min-width: 60px;
}
.woocommerce div.product .images .product-label > span.onsale,
.woocommerce div.product .images .product-label > span{
	line-height: 22px !important;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.product-label-circle div.product .images .product-label span{
	width: 60px;
	height: 60px;
}

.site-content > .threesixty .nav_bar{
	top: 0;
}
.threesixty .nav_bar{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 5px;
	z-index: 11;
	width: auto;
	padding: 0;
	width: 40px;
}
.threesixty .nav_bar a{
	display: block;
	width: 40px !important;
	height: 40px !important;
	margin: 5px !important;
	text-align: center;
	border-radius: 100%;
	text-decoration: none !important;
	overflow: hidden;
	transition: opacity .4s ease 0s;
	border-width: 1px;
	border-style: solid;
}
.threesixty .nav_bar a:before{
	line-height: 38px;
	display: block;
	font-family: themify;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	content: "\e619";
}
.threesixty .nav_bar a.nav_bar_stop:before{
	content: "\e6ae";
	text-indent: 0;
}
.threesixty .nav_bar a.nav_bar_previous:before{
	content: "\e629";
}
.threesixty .nav_bar a.nav_bar_next:before{
	content: "\e628";
}
.threesixty .nav_bar li{
	margin: 5px;
}
.threesixty .nav_bar a:hover{
	opacity: 1;
}
ol.threesixty_images li{
	font-size: 0;
	padding: 0;
	line-height: 0;
}
body .threesixty{
	position: relative;
	overflow: hidden;
}
body .edwp-popup-modal .threesixty{
	padding-left: 80px;
	padding-right: 80px;
}
body .edwp-popup-modal .product-360-container{
	width: 860px;
	max-height: 100%;
	margin-top: 60px !important;
}
.edwp-popup-modal .threesixty{
	width: 100% !important;
}
.threesixty .threesixty_images{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.threesixty .threesixty_images{
	display: none;
}
.threesixty .threesixty_images img{
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    transition: .3s ease 0s;
}
.threesixty .threesixty_images img.previous-image{
	visibility: hidden;
}
.threesixty .threesixty_images img.current-image{
	visibility: visible;
}
.threesixty .spinner{
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
}
.threesixty .spinner span{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	display: block;
}
.threesixty:-webkit-full-screen{
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}
.threesixty:-moz-full-screen{
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

div.product:not(.sale) .single-counter-wrapper{
	display: none;
	margin: 0;
	padding: 0;
}
.single-counter-wrapper .availability-bar .progress-bar{
	display: none;
}
.single-counter-wrapper{
	overflow: hidden;
	padding: 0;
	position: relative;
}
.single-counter-wrapper > span{
	width: 100%;
	position: absolute;
	padding: 0 20px;
	top: 20px;
	left: 0;
}
.single-counter-wrapper .edwp-countdown{
	width: 100%;
	margin: 0;
	padding: 40px 20px 10px 20px;
	border-radius: 5px;
	margin: 10px 0 30px 0;
}
.single-counter-wrapper .availability-bar + .edwp-countdown{
	padding-right: 120px;
}
.single-counter-wrapper .availability-bar{
	position: absolute;
	right: 20px;
	bottom: 40px;
}
.single-counter-wrapper .style-inline.edwp-countdown .seconds{
	min-width: 36px;
} 
.style-inline.edwp-countdown .seconds{
	min-width: 26px;
}
.edwp-product .edwp-countdown .counter-wrapper{
	position: relative;
	padding: 0 10px;
	width:100%;
	justify-content:center;
}
.availability-bar .sold{
	font-size: var(--edwp-small-font-size);
	display: flex;
}
.availability-bar .sold .already-sold{
	margin-left: 4px;
}
.availability-bar .progress-bar{
	height: 6px;
	width: 100%;
	position: relative;
	border-radius: 3px;
}
.availability-bar .progress-bar span{
	position: absolute;
	left: 0;
	height: 6px;
	top: 0;
	content: "";
	border-radius: 3px;
}

.woocommerce div.product .entry-title{
	margin: 0 0 16px 0;
	padding: 0;
}
.detail-meta-top .availability{
	line-height: 28px;
}
.summary .detail-meta-top{
	overflow: hidden;
	margin-bottom: 20px;
}
.woocommerce div.product.summary-2-columns .entry-title{
	margin-bottom: 26px;
}
.summary-2-columns .summary .detail-meta-top{
	margin-bottom: 30px;
}
.summary .detail-meta-top > *{
	float: left;
}
.detail-meta-top > .woocommerce-product-rating + .availability{
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}
.detail-meta-top > .woocommerce-product-rating + .availability:before{
	position: absolute;
	left: 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	content: "";
	top: 7px;
	bottom: 7px;
}
.summary .detail-meta-top > .edwp-share-btns{
	float: right;
}
.summary .edwp-share-btns ul{
	margin: -2px;
}
.summary .edwp-share-btns ul li{
	padding: 2px;
}
.summary .edwp-share-btns ul li a{
	width: 24px;
	height: 24px;
}
.summary .edwp-share-btns ul li a i{
	font-size: 12px;
}
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 0;
}
.woocommerce-product-rating a{
	text-decoration: none;
}
.woocommerce div.product .woocommerce-product-rating > *{
	float: left;
	line-height: 28px;
}
.summary .edwp-share-btns span{
	line-height: 28px;
}
.woocommerce .woocommerce-product-rating .star-rating{
    font-family: star !important;
	margin: 0 3px 0 0;
	top: -1px;
}
.woocommerce .woocommerce-product-rating .average-rating{
	margin-right: 10px;
	padding-right: 14px;
	position: relative;
}
.woocommerce .woocommerce-product-rating .average-rating:after{
	position: absolute;
	right: 0;
	bottom :-1px;
	content: "/";
}
.woocommerce .woocommerce-product-rating > a{
	position: relative;
}
.woocommerce .star-rating span,
.product_list_widget .star-rating span,
.seller-rating .star-rating span{
	overflow: hidden;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 30px;
}
.woocommerce .star-rating{
	float: none;
}
.woocommerce-product-rating .woocommerce-review-link{
	font-size: var(--edwp-small-font-size);
}
.woocommerce-review-link:hover{
	text-decoration: none;
}

.woocommerce div.product .sku-wrapper span.sku{
	display: inline-block;
	font-weight: normal;
}
.woocommerce #review_form #respond{
	margin-top: 10px;
}
.reviews-images-item{
	margin-right: 5px;
}
.active-image{
	border-width: 0;
}
.big-review-images{
	height: auto;
	padding-top: 50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	margin-bottom: 5px;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description{
	clear: both;
	margin: 0 0 20px 0;
}
.woocommerce-product-details__short-description p{
	margin: 0;
}
.woocommerce-product-details__short-description ul li{
	padding: 4px 0;
}
.woocommerce-product-details__short-description ul{
	margin: 0;
}

del .amount{
	font-weight: normal !important;
}
div.product p.price .woocommerce-Price-amount,
div.product .summary > .edwp-variation-price .woocommerce-Price-amount{
	padding-bottom: 3px;
}
div.product.product-type-grouped p.price .woocommerce-Price-amount,
div.product.product-type-variable p.price .woocommerce-Price-amount,
div.product .summary > .edwp-variation-price .woocommerce-Price-amount{
	padding-left: 3px;
	padding-right: 3px;
}
.woocommerce div.product.product-type-grouped .summary > p.price,
.woocommerce div.product.product-type-variable .summary > p.price,
div.product.product-type-variable .summary > .edwp-variation-price{
	margin-left: -3px;
	margin-right: 0;
	float: left;
}
.woocommerce div.product.product-type-grouped.sale .summary > p.price,
.woocommerce div.product.product-type-variable.sale .summary > p.price,
div.product.product-type-variable.sale .summary > .edwp-variation-price{
	margin-right: 10px;
	margin-left: -5px;
}
.woocommerce div.product form.cart{
	margin: 0;
	clear: both;
}
.woocommerce div.product.product-type-simple form.cart{
	float: left;
}
form.cart + .edwp-buy-now-button{
	margin-left: 10px;
	clear: none;
}
.edwp-buy-now-button{
	clear: both;
	float: left;
}
.summary .edwp-buy-now-button{
	min-width: 140px;
}
.edwp-cell-18 .summary .edwp-buy-now-button{
	min-width: 120px;
}
#page .product-type-variable .summary .edwp-buy-now-button{
	margin-top: -40px;
	transform: translateX(340px);
}
#page .product-type-variable.no-addtocart .summary .edwp-buy-now-button{
	margin: 0 !important;
	transform: none !important;
}
#page .product-type-variable.sold-individually .summary .edwp-buy-now-button{
	transform: translateX(170px);
}

.woocommerce div.product form.cart .button{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 170px;
}
.woocommerce div.product form.cart .single_add_to_cart_button.loading:before{
	content: "";
}
.woocommerce div.product form.cart div.quantity{
	margin: 0 10px 0 0;
	float: left;
}
.woocommerce div.product.sold-individually form.cart div.quantity{
	display: none !important;
}

div.product .summary .wishlist a:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f004";
	position: relative;
	font-weight: 400;
	display: inline-block;
}
#page .summary .wishlist{
	opacity: 1 !important;
	float: left;
}
#page .summary .compare,
#page .summary .wishlist{
	font-size: var(--edwp-small-font-size);
	line-height: 26px;
	margin-top: 10px;
	clear: both;
}
#page div.product.outofstock .summary .compare,
#page div.product.outofstock .summary .wishlist,
#page div.product.no-addtocart .summary .compare,
#page div.product.no-addtocart .summary .wishlist{
	margin-top: 0;
}
#page .summary .wishlist + .compare{
	margin-left: 30px;
	clear: none;
}
#page .summary .compare{
	float: left;
}
#page .summary .compare a:before{
	content: "\f079";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 4px;
	line-height: 26px;
}
#page div.product .summary .wishlist a.loading:after{
	content: "";
	border-width: 2px;
	border-style: solid;
	border-top: 2px solid #2c2c2c;
	border-left: 2px solid #2c2c2c;
    border-radius: 50%;
	text-align: center;
    margin: 0;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
	margin-top: -8px;
    width: 14px;
    height: 14px;
	font-weight: normal;
	opacity: 1;
}
#page div.product .summary .wishlist a.loading{
	cursor: wait;
	position: relative;
}
#page div.product .summary .wishlist a.loading:before {
	opacity: 0;
	visibility: visible;
}
#page div.product .summary .compare a.added:before{
	content: "\f065";
}
div.product .summary .wishlist a,
div.product .summary .compare a{
	text-decoration: none;
}

.woocommerce div.product .summary > .price,
div.product .summary > .edwp-variation-price{
	clear: both;
	margin: 0 0 30px 0;
	overflow: hidden;
}
div.product .summary > .price del,
.woocommerce div.product .summary > .price del{
	display: inline-block;
	opacity: 1;
}
.woocommerce div.product .summary > .price, 
.woocommerce div.product .single_variation_wrap .price{
	display: block;
	float: left;
	width: 100%;
}
.woocommerce div.product .summary .price del, 
.woocommerce div.product .single_variation_wrap .price del{ 
	margin-right: 10px;
}
#edwp-quickshop-modal div.product form.cart .variations, 
#edwp-quickshop-modal div.product form.cart .group_table{
	width: 90%;
}
.woocommerce div.product .cart:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce div.product form.cart .group_table td{
	padding: 10px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
	padding: 10px 0;
}
.woocommerce div.product form.cart .group_table td:first-child{
	width: auto;
	text-align: start;
}
.woocommerce div.product form.cart .group_table tr:first-child td{
	border-width: 0;
}
.woocommerce .group_table tr td.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount{
	padding: 0 2px;
	display: inline-block;
}
.woocommerce div.product form.cart .group_table tr td:last-child{
	text-align: end;
}
.woocommerce div.product form.cart table{
	border: 0;
	border-collapse: collapse;
}
.woocommerce div.product.product-type-grouped form.cart{
	width: 100%;
}
.woocommerce div.product form.cart .group_table{
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}
.woocommerce div.product form.cart .group_table td{
	vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td .quantity,
 form.cart .group_table .quantity input.qty, 
.woocommerce form.cart .group_table .quantity input.qty{
	width: 80px !important;
	border-width: 0;
	padding: 0;
	float: none;
	display: inline-block;
}
.group_table .quantity .minus, 
.group_table .quantity .plus{
	height: 30px;
	width: 20px;
	margin: 0 !important;
	line-height: 30px;
}
.group_table td.woocommerce-grouped-product-list-item__label label{
	margin: 0;
	padding: 0;
}
.woocommerce div.product form.cart .group_table .button{
	min-width: 0;
	float: none;
	font-size: 0;
	height: 46px;
	width: 46px;
	letter-spacing: 0;
	margin: 0 !important;
	padding:0 !important;
}
form.cart .group_table .button:after{
	font-family: themify;
	letter-spacing: 0;
	display: inline-block;
	font-size: 20px;
	line-height: 42px;
	content: "\e655";
	font-weight: normal;
}
.woocommerce div.product form.cart .group_table .button:before{
	display: none;
}
.group_table a,
.group_table a:hover{
	text-decoration: none;
}
.woocommerce div.product form.cart .variations{
	position: relative;
	margin-bottom: 32px;
	display: block;
}
.woocommerce div.product form.cart .variations > div:nth-child(2),
.woocommerce div.product form.cart .variations > div:nth-child(3),
.woocommerce div.product form.cart .variations > div:nth-child(4){
	margin-top: 20px;
}
.woocommerce-variation-add-to-cart{
	overflow: hidden;
}
.woocommerce div.product form.cart .variations select{
	min-width: 280px;
	float: left;
	width: auto;
	margin: 0;
}
div.product form.cart .variations td{
	padding: 0;
	clear: both;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 40px;
}
div.product form.cart .variations tr{
	clear: both;
	display: block;
}
div.product form.cart .variations tr:first-child td:first-child{
	padding-top: 0;
}
.woocommerce div.product form.cart .variations th.label{
	display: flex;
	padding: 10px 0 0 0;
	line-height: 22px;
	justify-content: flex-start;
	align-items: baseline;
	text-transform: none;
}
.woocommerce div.product form.cart .variations tr:first-child th.label {
	padding-top: 0;
}
.woocommerce div.product form.cart .variations th.label > span:before{
	content: ":";
	margin-right: 5px;
	font-weight: normal;
}
.woocommerce div.product form.cart .variations th.label{
	padding-bottom: 8px;
}
.woocommerce div.product form.cart .variations label{
	padding: 0;
}
.single_variation_wrap{
	position: relative;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-price,
.single_variation_wrap .woocommerce-variation .woocommerce-variation-availability{
	display: none !important;
}
.woocommerce div.product form.cart .reset_variations{
	clear: both;
	line-height: 22px;
	background: transparent !important;
	padding: 0;
	border-width: 0;
	position: relative;
	text-align: start;
	text-transform: none;
	position: absolute;
	left: 0;
	bottom: -26px;
	text-decoration: underline;
	font-weight: normal;
}
.woocommerce div.product form.cart .variations .attribute select{
	margin: 0;
}
.woocommerce div.product form.cart .variations > div:last-child{
	padding-bottom: 10px;
}
div.product .woocommerce-variation-price .price{
	padding: 0 0 15px 0;
	display: block;
}
.woocommerce div.product form.cart .reset_variations:before{
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
	margin-right: 3px;
    content: "\f00d";
    font-weight: 900 !important;
    line-height: 22px;
	font-size: 12px;
}
.woocommerce div.product form.cart .has-dropdown .label{
	display: none;
}
.edwp-product-attr:after{
	display: table;
	clear: both;
	content: "";
}
div.product .summary .meta-content{
	margin-top: 30px;
	padding-top: 30px;
	border-width: 1px 0 0 0;
	border-style: dashed;
	display: inline-block;
	width: 100%;
	clear: both;
}
div.product .summary .meta-content > *{
	margin-bottom: 2px;
}
div.product .summary .meta-content > *:last-child{
	margin-bottom: 0;
}
.brands-link span:not(.brand-links),
.cats-link span:not(.cat-links),
.woocommerce div.product .sku-wrapper span:not(.sku){
	padding-left: 1px;
	padding-right: 4px;
}
.edwp-share-btns > span{
	display: none;
}
.sharethis-inline-share-buttons{
	margin-left: -2px;
	margin-right: -2px;
	display: block;
	direction: ltr !important;
	text-align: left !important;
}
.single-post .sharethis-inline-share-buttons{
	text-align: center !important;
}
.sharethis-inline-share-buttons .st-btn{
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
	margin: 2px !important;
	padding: 0 !important;
}
.sharethis-inline-share-buttons .st-btn > svg{
	top: 4px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
	z-index: 2;
	cursor: zoom-in;
}

.edwp-share-btns ul{
	margin: -5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.edwp-share-btns li,
.edwp-share-btns li:last-child,
.edwp-share-btns li:first-child{
	list-style: none;
    padding: 5px;
}
.edwp-share-btns ul li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.edwp-share-btns ul li a{
	border-radius: 100%;
    font-size: var(--edwp-small-font-size);
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 0;
	margin: 0;
	width: 32px;
	height:32px;
}
.edwp-share-btns li.facebook a{
	background: #3b5998;
	color: #ffffff;
}
.edwp-share-btns li.twitter a{
	background: #2caae1;
	color: #ffffff;
}
.edwp-share-btns li.flickr a{
	background: #e30761;
	color: #ffffff;
}
.edwp-share-btns li.vimeo a{
	background: #17b3e8;
	color: #ffffff;
}
.edwp-share-btns li.mailchimp a{
	background: #0073b1;
	color: #ffffff;
}
.edwp-share-btns li.youtube a{
	background: #cc181e;
	color: #ffffff;
}
.edwp-share-btns li.viber a{
	background: #7c529e;
	color: #ffffff;
}
.edwp-share-btns li.skype a{
	background: #009ee5;
	color: #ffffff;
}
.edwp-share-btns li.instagram a{
	background-color: #d32558;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	color: #ffffff;
}
.edwp-share-btns li.feedburner a{
	background: #125688;
	color: #ffffff;
}
.edwp-share-btns li.linkedin a{
	background: #0073b1;
	color: #ffffff;
}
.edwp-share-btns li.wordpress a{
	background: #cb2027;
	color: #ffffff;
}
.edwp-share-btns li.pinterest a{
	background: #cb2027;
	color: #ffffff;
}
.edwp-share-btns li.reddit a{
	background: #516ae8;
	color: #ffffff;
}

.woocommerce .woocommerce-tabs table.shop_attributes a{
	text-decoration: none;
}
.woocommerce table.shop_attributes{
	margin-top: 0;
}
.woocommerce table.shop_attributes tr,
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th{
	background: transparent;
}
.woocommerce table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce .woocommerce-tabs table.shop_attributes{
	border-width: 0;
	margin: 0;
}
.woocommerce .woocommerce-tabs table.shop_attributes tr:first-child td,
.woocommerce .woocommerce-tabs table.shop_attributes tr:first-child th{
	padding-top: 0;
}
.woocommerce .woocommerce-tabs table.shop_attributes tr:last-child td,
.woocommerce .woocommerce-tabs table.shop_attributes tr:last-child th{
	padding-bottom: 0;
}
.woocommerce table.shop_attributes td p{
	padding-top: 4px;
	padding-bottom: 4px;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th{
	line-height: inherit;
	background: transparent;
	font-style: normal;
	text-transform: none;
	border-width: 0 0 1px 0;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th{
	padding: 8px 20px 8px 0;
}
#tab-more_seller_product .products .product{
	width: 25%;
	float: left;
}
#tab-more_seller_product .products .product.first,
#tab-more_seller_product .products .product.last{
	clear: none;
	float: left;
}
#tab-more_seller_product .products .product:nth-child(4n+1){
	clear: both;
	float: left;
}
.up-sells .products .product,
.related .products .product{
	width: 20%;
	float: left;
}
.cross-sells,
.up-sells,
.related{
	clear: both;
	position: relative;
	margin-bottom: 40px;
}
.heading-wrapper,
.heading-shortcode,
.theme-title{
	margin: 0 0 30px 0;
	overflow: hidden;
}
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3{
	margin: 0;
	display: inline-block;
	position: relative;
}
.cart-dropdown-form .form-content > .emty-title,
.dropdown-title{
	text-transform: uppercase;
}
.edwp-side-wrapper-content .form-content > .dropdown-title{
	margin: 0 -30px 0 -30px;
	padding: 0 30px 22px 30px;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.edwp-side-wrapper-content .form-content.cart-empty > .dropdown-title{
	margin-bottom: 24px;
}
.cart-dropdown-form .dropdown-footer{
	border-width: 1px 0 0 0;
	border-style: solid;
}
.ads-banner{
	clear: both;
	margin-top: 50px;
	margin-bottom: 20px;
}
.woocommerce .related.products, 
.woocommerce .cross-sells.products, 
.woocommerce .up-sells.products{
	width: auto;
    max-width: none;
	padding: 50px 0 0 0;
	margin: 50px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: dashed;
}
.woocommerce .edwp-cell-24 .related.products, 
.woocommerce .edwp-cell-24 .cross-sells.products, 
.woocommerce .edwp-cell-24 .up-sells.products{
	padding: 70px 0 0 0;
	margin: 70px 0 0 0;
}

.woocommerce-tabs .wc-tab:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce div.product .woocommerce-tabs{
	padding: 50px 0 0 0;
	margin: 60px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: dashed;
	width: 100%;
	overflow: hidden;
	display: inline-block;
}
.woocommerce .edwp-cell-24 div.product .woocommerce-tabs{
	padding: 70px 0 0 0;
	margin: 80px 0 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	display: flex;
	width: calc(100% + 50px);
	margin: 0 0 20px -50px;
	padding: 0;
	overflow: visible;
	flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	margin: 0 0 20px 50px;
	padding: 0;
	position: relative;
	z-index: 1;
	border-width: 0;
	border-radius: 0;
	background: transparent !important;
	transition: .35s ease 0s;
	white-space: nowrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.woocommerce div.product .summary .woocommerce-tabs ul.tabs{
	width: calc(100% + 30px);
	margin: 0 0 20px -30px;
}
.woocommerce div.product .summary .woocommerce-tabs ul.tabs li{
	margin: 0 0 10px 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child:before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
	line-height: 22px;
	padding: 0;
	float: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
	padding: 0;
	margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
    transition: .35s ease 0s;
}
.woocommerce div.product .woocommerce-tabs .panel{
	margin-bottom: 0;
	display: none;
	position: relative;
	padding: 0;
}
div.product > .woocommerce-Tabs-panel #reviews{
	margin-top: 10px;
}
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel{
	display: block !important;
	margin: 70px 0 0 0;
	padding: 70px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: dashed;
}
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel:last-child{
	margin-bottom: 0;
}
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .tabs{
	display: none;
}
.show-tabs-content-default #tab-description.panel{
	margin: 0;
}
#tab-description.panel{
	padding: 0;
	border-width: 0;
}
.product-content.show-more-less{
	max-height: 350px;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	transition: 3s ease 0s;
}
.product-content.opened{
	max-height: 1000px;
}
.product-content.opened:before{
	visibility: hidden;
	opacity: 0;
}
.more-less-buttons > a.more-button:after{
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	content: "";
	transition: .35s ease 0s;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),to(#fff));
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 70%);
}
.more-less-buttons{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 10px 0 0 0;
}
.more-less-buttons a span{
	position: relative;
	z-index: 1;
}
.more-less-buttons a{
	padding: 0;
	display: block;
	text-decoration: underline;
}
.more-less-buttons a.less-button{
	display: none;
}
span.required{
	color: red;
}
.woocommerce #reviews h3{
	margin-bottom: 24px;
}
#comments .rate-percent-bg .rate-percent{
	border-radius: 0;
}
.comment-form-rating{
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 5px;
}
.comment-form-rating label{
	float: left;
	margin-right: 10px;
}
.comment-form-rating > p{
	float: left;
}
.comment-respond #reply-title{
	margin-bottom: 6px;
	display: inline-block;
	width: 100%;
}
.comment-respond .form-submit{
	margin-top: 20px !important;
}
.woocommerce #review_form #respond p{
	margin: 0 0 8px 0;
}
.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email{
	width: 49%;
	float: left;
}
.woocommerce #review_form #respond p.comment-form-author{
	margin-right: 2%;
}
.woocommerce #review_form #respond textarea{
	min-height: 70px;
}
.woocommerce #review_form #respond p.stars{
	display: inline-block;
	line-height: 16px;
	margin-top: 0;
}
.woocommerce #review_form #respond p.form-submit{
	margin: 0;
}
.woocommerce #review_form #respond p.comment-form-rating{
	margin: 20px 0;
}
.comment-form-comment label{
	display: block;
}
.comment-respond textarea,
#commentform textarea{
	margin: 0;
	width: 100%;
	min-height: 150px;
	max-width: 100%;
}
.woocommerce #reviews #comments ol.commentlist > li{
	list-style: none;
	margin: 0 0 30px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding-bottom: 25px;
}
.woocommerce #reviews #comments ol.commentlist > li:last-child{
	border: 0;
	margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text p.meta{
	float: left;
	margin-bottom: 5px;
	font-size: var(--edwp-small-font-size);
	line-height: 22px;
}
.woocommerce #reviews .commentlist .star-rating{
	float: left;
	margin: 0 5px 5px 0;
}
.woocommerce #reviews .description{
	clear: both;
	display: inline-block;
	width: 100%;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}
#reviews .woocommerce-product-rating .star-rating:before, 
#reviews .comment-text .star-rating:before{
	opacity: 1 !important;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text{
	border-radius: 0;
	margin-left: 75px; 
	padding: 0;
	border: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	width: 60px;
	float: left;
	border: 0;
	padding: 0;
	border-radius: 100%;
	top: -5px;
}
.woocommerce #reviews #comments > h2{
	margin: 0 0 20px 0;
	padding: 0;
}
div.product > .woocommerce-tabs #reviews #comments > h2{
	margin-bottom: 30px;
}
.woocommerce .summary #reviews #comments > h2{
	display: none;
}
.woocommerce #review_form #respond .form-submit input[type="submit"]{
	min-width: 120px;
}

:where(.edwp-stick-compareBtn, .edwp-compare-modal) {
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 993;
}
.edwp-stick-compareBtn {
	left: 5px;
    gap: 5px;
    bottom: 5px;
}
.edwp-stick-compareBtn:hover {
	cursor: pointer;
}
.edwp-compare-modal {
	left: 0;
	right: 0;
	gap: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.edwp-compare-modal.loading {
	min-height: 120px;
	display: inline-flex;
}
.edwp-compare-modal.loading .content-wrapper {
	opacity: 0;
	visibility: hidden;
}
.edwp-stick-compareBtn.active {
    display: inline-flex;
}
.edwp-compare-modal.active {
	display: flex;
}
.edwp-compare-modal .content-wrapper {
	display: flex;
	align-items: center;
    gap: 40px;
    width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.edwp-compare-modal .actions {
	width: 250px;
    display: flex;
    flex-direction: column;
    text-align: center;
	align-items: center;
	gap: 20px;
}
.edwp-compare-modal .button {
	width: 100%;
}
.edwp-compare-modal .empty-compare-button {
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: inherit;
}
.btn-text.empty-compare-button:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid;
	transition: .3s ease;
	margin: 0;
}
.btn-text.empty-compare-button:hover:after {
	width: 0;
}
.edwp-compare-modal .items {
	flex: 1;
	display: flex;
	gap: 20px;
}
.edwp-compare-modal .items .item {
	position: relative;
	flex: 1;
	outline: 1px dashed;
	padding: 10px;
}
.edwp-compare-modal .items .item.empty {
	display: flex;
	align-items: center;
    justify-content: center;
}
.edwp-compare-modal .items .item.empty > * {
	display: none !important;
}
.edwp-compare-modal .items .item.empty:before {
	content: '+';
	font-family: 'tahoma';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	font-size: 18px;
}
.edwp-compare-modal .items .item .product-thumbnail {
	width: 80px;
}
.edwp-compare-modal .items .item a {
	text-decoration: none;
}
.edwp-compare-modal .items .item .product-name {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.edwp-compare-modal .items .item .product-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
}
.edwp-compare-modal .items .item .product-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
}
.edwp-compare-modal .product-price {
	margin-left: -5px;
}
.edwp-compare-modal .close,
.edwp-compare-modal .item .remove {
	width: 30px;
	height: 30px;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	text-align: center;
}
.edwp-compare-modal .close:before{
	content: "\e646";
	font-family: 'themify';
	font-weight: normal;
	line-height: 30px;
}
.edwp-compare-modal .close {
	right: 5px;
	top: 5px;
	font-size: 16px;
}
.edwp-compare-modal .close:hover,
.edwp-compare-modal .item .remove:hover {
	cursor: pointer;
}
body .edwp-compare-modal .item .remove:before {
	line-height: 30px;
}
.edwp-compare-table-wrapper {
	width: 100%;
	display: table;
	margin-bottom: 80px;
	position: relative;
	border-width: 0 0 1px 1px;
	border-style: solid;
    overflow: hidden;
}
.edwp-compare-table-wrapper > div {
	display: table-row;
	text-align: center;
}
.edwp-compare-table-wrapper > div.product-thumbnail .product-add-to-cart {
	margin-top: auto;
}
.edwp-compare-table-wrapper > div > *:not(.heading) {
	flex: 1;
}
.edwp-compare-table-wrapper > div > * {
	display: table-cell;
	padding: 25px 30px;
	border-width: 1px 1px 0 0;
	border-style: solid;
}
.edwp-compare-table-wrapper > div:not(.product-thumbnail) > * {
	vertical-align: middle;
}
.edwp-compare-table-wrapper > div .heading {
	min-width: 200px;
	text-align: start;
	text-transform: uppercase;
}
.edwp-compare-table-wrapper > div ul {margin: 0;}
.edwp-compare-table-wrapper .product-description ul {
	align-items: center;
}
.edwp-compare-table-wrapper .product-thumbnail > div {
	text-align: center; 
	padding-top: 40px; 
	padding-bottom: 25px; 
	position: relative;
}
.edwp-compare-table-wrapper .product-thumbnail .product-price {
	line-height: 0;
}
.edwp-compare-table-wrapper .product-thumbnail > div > .thumbnail {
	margin-bottom: 20px;
}
.edwp-compare-table-wrapper .product-thumbnail > div > .product-add-to-cart{
	margin-top: 15px;
}
.edwp-compare-table-wrapper .product-thumbnail > div > .thumbnail {
	display: block;
}
.edwp-compare-table-wrapper .product-thumbnail > div h6 {
	margin-bottom: 6px;
}
.edwp-compare-table-wrapper a, .edwp-compare-table-wrapper a:hover {
	text-decoration: none;
}
.edwp-compare-table-wrapper.woocommerce a.added_to_cart {
	display: none;
}
.edwp-remove-compareItem {
	width: 24px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;
	color: inherit;
}
.edwp-remove-compareItem:before {
	content: '\e94e';
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	font-size: 14px;
}
.edwp-compare-table-wrapper .product-thumbnail img {
	width: 100%;
    max-width: 300px;
}
.edwp-compare-table-wrapper .product-thumbnail .product-price,
.edwp-compare-table-wrapper .product-thumbnail h6{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.edwp-compare-table-wrapper .product-add-to-cart .button-tooltip {
	display: inline-block;
}
.edwp-compare-table-wrapper.woocommerce .product-add-to-cart .button {
    margin: 0 auto;
	display: inline-flex;
	gap: 0 5px;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 230px;
	justify-content: center;
}
.edwp-compare-table-wrapper .product-pa_color > div > span,
.edwp-compare-table-wrapper .product-pa_color > div > img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #e7e7e7;
	margin: 5px;
	display: inline-block;
}

.edwp-cart-steps{
	width: 100%;
}
#page .edwp-cart-steps{
	display: flex;
	align-items: stretch;
	margin-bottom: 40px;
}
.woocommerce-checkout #page .edwp-cart-steps{
	margin-bottom: 20px;
}
.edwp-cart-steps > a{
	width: 33.3333333333%;
	position: relative;
	border-width: 0 0 6px 0;
	padding-bottom: 5px;
	border-style: solid;
	border-color: rgba(158,155,158,0.1);
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	padding: 0 0 20px 0;
}
.edwp-cart-steps > a.process-confirm{
	cursor: default;
}
.edwp-cart-steps > a.process-confirm *{
	opacity: 0.5;
}
.edwp-cart-steps > a.process-confirm.active *{
	opacity: 1;
}
body .edwp-cart-steps h6{
	margin: 0;
	line-height: 22px;
}
.edwp-cart-steps .status{
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-width: 1px;
	border-style: solid;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	margin-right: 15px;
}
.edwp-cart-steps a.active .status{
	font-size: 0;
}
.edwp-cart-steps a.active .status:before{
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
    letter-spacing: 0;
    font-weight: 900;
	font-size: 14px;
}
.edwp-cart-steps a div > span:not(.status){
	line-height: 18px;
	display: block;
}
body.woocommerce-cart article > .woocommerce,
body.woocommerce-cart .elementor-shortcode > .woocommerce{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
body.woocommerce-cart .elementor-shortcode > .woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-cart article > .woocommerce > .woocommerce-notices-wrapper{
	width: 100%;
}
.woocommerce .cart-collaterals:after, 
.woocommerce-page .cart-collaterals:after,
.woocommerce-cart article .woocommerce:after{
	display: none !important;
}
.woocommerce .woocommerce-cart-form,
.woocommerce-checkout #customer_details{
	margin: 0 0 70px 0;
	width: calc(100% - 440px);
	position: relative;
}
.woocommerce-checkout #customer_details{
	margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout > .woocommerce-NoticeGroup{
	width: 100%;
}
.woocommerce table.shop_table{
	margin: 0;
	border-width: 0;
	table-layout: auto;
	position: relative;
}
.woocommerce-form-track-order .button{
	min-width: 120px;
}
.woocommerce-cart article .woocommerce:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce-cart article .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review{
	width: 340px;
	margin-bottom: 60px;
	position: relative;
}
.woocommerce-cart article .woocommerce .cart-collaterals:before{
	position: absolute;
	left: -50px;
	content: "";
	top: 0;
	bottom: 0;
	border-width: 0 1px 0 0;
	border-style: dashed;
	display: block;
}
.woocommerce-checkout #customer_details:before{
	position: absolute;
	right: -50px;
	content: "";
	top: 0;
	bottom: 0;
	border-width: 0 1px 0 0;
	border-style: dashed;
	display: block;
}
.woocommerce .cart-collaterals .cart_totals{
	width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border: 0;
	background: transparent;
	margin: 0;
}
.cart_totals table tbody th{
	text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	width: 25%;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2{
	padding: 0;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.woocommerce-cart .woocommerce-shipping-calculator{
	margin-top: 8px;
}
#add_payment_method .cart-collaterals .cart_totals table td, 
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td, 
.woocommerce-checkout .cart-collaterals .cart_totals table th{
	line-height: 22px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
	padding: 14px 0 14px 30px !important;
	vertical-align: top;
	text-transform: none;
}
.woocommerce .woocommerce-shipping-calculator .button{
	padding: 0 10px;
	min-width: 100px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	padding: 14px 0 14px 0 !important;
	vertical-align: top;
	text-align: start;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce .checkout #order_review table thead th{
	border-width: 0 0 1px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce #order_review table.shop_table tr td,
.woocommerce #order_review table.shop_table thead th,
.woocommerce table.shop_table th.product-subtotal,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.my_account_orders tr th:last-child,
.woocommerce table.shop_table.order_details tr th:last-child{
	text-align: end;
}
.woocommerce-cart .cart-collaterals table .order-total td,
.woocommerce-cart .cart-collaterals table .order-total th{
	border-width: 0;
}
.woocommerce .cart-collaterals table.shop_table tr:nth-child(2n) td,
.woocommerce-page .cart-collaterals table.shop_table tr:nth-child(2n) td{
	background: transparent !important;
}
.woocommerce table.shop_table td.product-name,
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce #order_review table.shop_table tr .product-name{
	text-align: start;
}
.woocommerce #order_review table.shop_table th:first-child,
.woocommerce #order_review table.shop_table th{
	padding-bottom: 15px;
}
#order_review table.shop_table #shipping_method{
	font-size: var(--edwp-small-font-size);
	float: right;
}
.woocommerce table.shop_table.cart tr{
	background: transparent;
}
.woocommerce table.shop_table th
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
	border-top-width: 0;
}
.woocommerce table.shop_table th:first-child{
	padding: 0 0 20px 0;
}
.woocommerce table.shop_table td{
	padding: 20px 0;
	border-top-width: 0px;
}
.woocommerce table.shop_table.order_details tr td:first-child{
	padding-left: 0;
	padding-right: 20px;
}
.woocommerce table.shop_table th{
	padding: 0 0 20px 20px;
}
.woocommerce table.shop_table tr td{
	border-top-width: 0;
}
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table.order_details th{
	padding: 0 0 20px 20px;
}
.woocommerce table.my_account_orders th:first-child,
.woocommerce table.shop_table.order_details th:first-child{
	padding: 0 0 20px 0;
}
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table.order_details td{
	padding: 20px 0 20px 20px;
}
.woocommerce table.my_account_orders tbody tr th:first-child {
    padding: 20px 0 20px 0;
    border-top-width: 0;
}
.woocommerce table.my_account_orders tfoot th,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.my_account_orders tfoot td,
.woocommerce table.shop_table.order_details tfoot td{
	border-width: 0;
}
.woocommerce table.my_account_orders tfoot th:first-child, 
.woocommerce table.shop_table.order_details tfoot th:first-child,
.woocommerce table.my_account_orders tfoot tr th,
.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.my_account_orders tfoot tr td,
.woocommerce table.shop_table.order_details tfoot tr td{
	padding-top: 20px;
	padding-bottom: 0;
}
.woocommerce-order-details p.order-again{
	border-width: 1px 0 1px 0;
	border-style: dashed;
	padding: 30px 0;
	margin-bottom: 0;
	text-align: end;
}
.woocommerce table.my_account_orders tr td:first-child,
.woocommerce table.shop_table.order_details tr td:first-child{
	padding-left: 0;
	padding-right: 0;
}
.woocommerce table.shop_table.order_details td.product-total{
	width: 40%;
}
.woocommerce table.shop_table th.product-remove{
	width: 20px;
}
.woocommerce table.shop_table .product-remove a{
	display: inline-block;
	width: 24px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	letter-spacing: 0;
	float: none;
	padding: 0 !important;
	margin: 0;
}
.edwp-wishlist-table-section .wishlist-item > .product-remove a:hover,
.edwp-compare-table-wrapper .edwp-remove-compareItem:hover,
.edwp-compare-modal .item .remove:hover,
.woocommerce table.shop_table .product-remove a:hover,
.cart-list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart-list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart-list li a.remove:hover,
#edwp-search-popup .edwp-button-close:hover,
.cart-dropdown-form .clear-cart-button:hover,
#edwp-quickshop-modal .close:hover,
#edwp-product-360-modal .close:hover,
#edwp-add-to-cart-popup-modal span.close:hover,
#side-vertical-menu .close:hover,
.edwp-floating-sidebar .close:hover,
.edwp-popup-modal .close:hover{
	color: #176B6B !important;
}
.cart-dropdown-form .clear-cart-button:hover:after{
	border-color: #176B6B !important;
}
.edwp-wishlist-table-section .wishlist-item > .product-remove a:before,
.edwp-compare-table-wrapper .edwp-remove-compareItem:before,
.woocommerce table.shop_table .product-remove a:before,
.cart-list li .cart-item-wrapper a.remove:before,
.woocommerce .widget_shopping_cart .cart-list li a.remove:before,
.woocommerce.widget_shopping_cart .cart-list li a.remove:before,
.edwp-compare-modal .item .remove:before{
	content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    letter-spacing: 0;
    font-weight: 900;
	line-height: 24px;
	font-size: 14px;
}
.woocommerce table.shop_table td.product-thumbnail a{
	display: inline-block;
}
#add_payment_method table.cart .product-thumbnail, 
.woocommerce-cart table.cart .product-thumbnail, 
.woocommerce-checkout table.cart .product-thumbnail{
	width: 120px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img{
	width: 100%;
}
.woocommerce table.shop_table td.product-name a:hover{
	text-decoration: none;
}
.woocommerce table.shop_table.cart td.actions{
	border: 0;
	padding: 20px 0 0 0;
	width: 100%;
	margin: 0;
}
.woocommerce table.cart .button,
.woocommerce table.cart input.button{
	float: right;
	margin-left: 10px; 
}
.shop_table.cart .amount{
	padding: 0;
}
.shop_table.cart del{
	margin-right: 10px;
}
.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon, 
.woocommerce-page table.cart td.actions .coupon{
	position: relative;
}
#add_payment_method table.cart td.actions .coupon .coupon-error-notice, 
.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice, 
.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice,
.woocommerce form.checkout_coupon .coupon-error-notice {
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.woocommerce table.cart td.actions .coupon {
	width: 300px;
}
.woocommerce table.cart td.actions .coupon .input-text{
	width: 100%;
	padding-right: 130px;
	padding-left: 15px;
	float: left; 
}
.woocommerce table.cart td.actions .coupon .button{
	position: absolute;
	right: 15px;
	padding-left: 0;
	padding-right: 0;
	top: 1px;
	border: 0;
	background: transparent;
	width: auto;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	margin: 0;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	float: right;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img{
	margin: -2px 0 0 10px;
}
.woocommerce table.cart .actions > .button.empty-cart-button:before{
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
    content: "\f2ed";
	margin-right: 5px; 
	font-weight: 900;
}
input[type=number].qty::-webkit-inner-spin-button, 
input[type=number].qty::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.woocommerce .quantity input.qty,
.quantity input.qty{
	box-shadow: none;
	text-shadow: none;
    background-color: var(--edwp-main-background-color);
	border-width: 0;
	border-radius: 0;
	margin: 0;
	padding: 5px 20px;
	width: 100%;
	line-height: 28px;
	text-align: center;
	border-radius: 5px;
}
.woocommerce div.product form.cart table div.quantity{
	float: left;
	margin: 0;
}
form.cart div.product .group_table .woocommerce-grouped-product-list-item__quantity,
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity{
	padding-left: 10px;
}
.shop_table .quantity,
.summary .quantity,
.cart-item-wrapper .quantity{
	float: none;
	position: relative;
	width: 160px;
}
.shop_table .quantity{
	width: 100px;
}
.shop_table .quantity{
	display: inline-block;
}
.quantity span{
	display: none;
}
.quantity .number-button{
	position: relative;
	letter-spacing: 0;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
}
.quantity .minus,
.quantity .plus{
	background: transparent;
	width: 22px;
	border-width: 1px;
	border-style: solid;
	margin: 0 !important;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: -1px;
	bottom: -1px;
	top: -1px;
	padding: 0;
	z-index: 2;
	cursor: pointer;
	border-radius: 0;
	font-family: Arial;
}
.quantity .plus{
	right: -1px;
	left: auto;
}
.cart-item-wrapper .quantity{
	line-height: 24px;
	text-align: center;
	margin: 4px 0 0 0;
	width: 70px;
	float: left;
}
.cart-item-wrapper .quantity input.qty,
.woocommerce .cart-item-wrapper .quantity input.qty{
	padding: 0 14px;
	border: 0;
	line-height: 24px;
	width: 70px;
	overflow: hidden;
}
.cart-item-wrapper .quantity .minus,
.cart-item-wrapper .quantity .plus{
	line-height: 24px;
	height: 26px;
	width: 14px;
}
.quantity .minus:hover,
.quantity .plus:hover{
	z-index: 3;
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select{
	background-color: #ffffff;
}
.woocommerce ul#shipping_method{
	margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
	font-size: var(--edwp-small-font-size);
	margin-bottom: 0;
	display: block;
}
.woocommerce ul#shipping_method li{
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 18px;
	text-indent: 0;
	list-style: none;
	position: relative;
	text-align: start;
}
.woocommerce .woocommerce-shipping-calculator > p{
	margin-bottom: 15px;
}
.woocommerce ul#shipping_method li input{
	position: absolute;
	top: 3px;
	margin: 0;
	left: -20px;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input{
	margin: -2px 5px 0 0;
}
.woocommerce ul#shipping_method li label{
	line-height: 18px;
	position: relative;
	padding: 0;
	cursor: pointer;
	text-transform: none;
}
.woocommerce ul#shipping_method li .amount{
	display: inline-block;
	text-indent: 0;
	line-height: 18px;
}
.woocommerce #payment ul.payment_methods{
	border: 0;
	padding: 0;
}
.payment_methods li{
	list-style: none;
	position: relative;
	padding: 0;
}
.payment_box > fieldset{
	border: 0;
}
.woocommerce #payment ul.payment_methods li label{
	display: inline;
	padding: 0;
	font-size: var(--edwp-small-font-size);
	text-transform: uppercase;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li{
	text-align: start;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.edwp-product-attr > div:not(.color) a,
.page-description .edwp-element-section,
.edwp-share-btns ul li a,
.entry-author,
.edwp-filter-wrap-button a,
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering,
.product-per-page-form select,
.product-per-page-form .perpage,
.product-per-page-form > span,
form .search-table input[type="text"],
#comment-wrapper,
.product-onsale-form,
.widget_display_search form input[type="text"],
.widget_product_search form input[type="search"],
.widget_search form input[type="text"],
.elementor-widget-wp-widget-woocommerce_product_search form input[type="search"],
.elementor-widget-wp-widget-search form input[type="text"],
.edwp-filter-wrap-button a,
.woocommerce div.product div.summary-column-2{
	background: #f6f6f6;
}

.shipping-calculator-form .form-row{
	margin-bottom: 10px !important;
}
.shipping-calculator-form .form-row#calc_shipping_country_field{
	margin-bottom: 14px !important;
}
.shipping-calculator-button:hover{
	text-decoration: none;
}
.shipping-calculator-button{
	font-size: var(--edwp-small-font-size);
	line-height: 22px;
	text-decoration: none;
}
.shipping-calculator-button:before{
	font-family: themify;
	font-weight: normal;
	content: "\e66d";
	margin-right: 5px;
	display: inline-block;
}
.woocommerce-shipping-calculator .button{
	margin-top: 10px !important;
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, 
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, 
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{
	line-height: 22px;
	font-style: italic;
	padding: 0;
}
#add_payment_method .cart-collaterals .shipping-calculator-button:after, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after{
	display: none;
}
#add_payment_method .cart-collaterals .shipping-calculator-button, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button{
	margin-top: 0;
	text-transform: uppercase;
}
.shipping-calculator-form > p.address-field + p{
	margin-bottom: 6px;
}
.woocommerce-cart .wc-proceed-to-checkout{
	padding: 0;
}
.cart_totals .wc-proceed-to-checkout a.button{
	width: 100%;
	margin: 0;
}

.woocommerce .cross-sells,
.woocommerce .up-sells,
.woocommerce .related{
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
}
.woocommerce .cross-sells > h2,
.woocommerce .up-sells > h2,
.woocommerce .related > h2,
.yith-wfbt-section > h3{
	margin-bottom: 30px;
    position: relative;
	display: inline-block;
}
.up-sells .products .product,
.cross-sells .products .product,
.related .products .product{
	width: 25%;
	margin-top: 0;
}
.up-sells .products .owl-item .product,
.cross-sells .products .owl-item .product,
.related .products .owl-item .product{
	width: 100% !important;
	margin: 0;
}
.woocommerce .cross-sells:after{
	display: table;
	content: "";
	clear: both;
}

/* Frequently Bought Together */
.woocommerce.yith-wfbt-section{
	padding-top: 60px;
	margin-top: 70px;
	border-width: 1px 0 0 0;
	border-style: dashed;
	display: inline-block;
	width: 100%;
	margin-bottom: -10px;
}
.summary .woocommerce.yith-wfbt-section{
	padding-top: 25px;
	margin-top: 25px;
	margin-bottom: 0;
}
.yith-wfbt-form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yith-wfbt-section .yith-wfbt-items{
	width:100%;
	font-size:16px;
	padding:0;
	margin:0;
	margin-top:22px;
}
.yith-wfbt-section .yith-wfbt-items li{
	list-style: none;
	padding: 4px 0;
}
.yith-wfbt-section .yith-wfbt-images td{
	padding: 0;
}
.yith-wfbt-items label{
	text-transform: none;
	padding: 0;
}
.yith-wfbt-section .yith-wfbt-images .image_plus{
	font-size: 0;
	line-height: 0;
	width: 60px;
	text-align: center;
}
.yith-wfbt-section .yith-wfbt-images .image_plus:before{
	font-family: themify;
	font-size: 17px;
	line-height: 24px;
	content: "\e61a";
}
.yith-wfbt-section .yith-wfbt-images{
	margin: 0;
	overflow: auto;
}
.yith-wfbt-section .yith-wfbt-images td img{
	width: 200px;
}
.summary .yith-wfbt-section > h3{
	margin-bottom: 20px;
}
.summary .yith-wfbt-section .yith-wfbt-items{
	margin-top: 16px;
}
.summary .yith-wfbt-section .yith-wfbt-images td img{
	width: 120px;
}
.summary .yith-wfbt-section .yith-wfbt-images .image_plus{
	width: 40px;
}
.summary .yith-wfbt-section .yith-wfbt-images .image_plus:before{
	font-size: 14px;
}
.summary .yith-wfbt-submit-block{
	width: 100%;
	justify-content: space-between;
    align-items: baseline;
	flex-wrap: wrap;
	display: flex;
	padding-top: 6px;
}
.summary .yith-wfbt-submit-block .total_price_label{
	line-height: 30px;
	margin: 0;
}
.woocommerce .summary .yith-wfbt-submit-block .yith-wfbt-submit-button{
	margin-bottom: 10px;
}
.yith-wfbt-section li .checkboxbutton{
	border-width: 1px;
	border-style: solid;
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-block;
	top: -2px;
	line-height: 0;
	margin-right: 5px;
}
.yith-wfbt-section li .checkboxbutton.checked:after{
	content: "\e64c";
	font-family: 'themify';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	font-weight: normal;
}
.yith-wfbt-section li .checkboxbutton input{
	opacity: 0;
	width: 14px;
	height: 14px;
	margin: 0;
}
.yith-wfbt-submit-block{
	line-height: 0;
	padding: 20px 0 0 0;
	width: 25%;
}
.yith-wfbt-submit-block .price_text > *{
	line-height: 22px;
}
.yith-wfbt-submit-block .total_price_label{
    color: var(--edwp-body-text-light-color);
	display: block;
	margin-bottom: 5px;
}
.yith-wfbt-submit-block .total_price{
	display: block;
}
.yith-wfbt-section .yith-wfbt-submit-block .amount{
	padding: 0;
}
.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button{
	margin-top: 15px;
}

/* Wishlist Table */
.edwp-wishlist-table-section {
	position: relative;
	overflow: hidden;
}
.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) {
	display: flex;
	padding: 20px 0;
	gap: 20px;
	align-items: center;
    border-width: 0 0 1px 0;
	border-style: solid;
	position: relative;
}
.edwp-wishlist-table-section .heading-row {
	text-transform: uppercase;
}
.edwp-wishlist-table-section .items .product-price {
	font-family: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
	font-variant: lining-nums;
}
.edwp-wishlist-table-section .items .product-price {
	display: flex;
	gap: 5px 10px;
}
.edwp-wishlist-table-section .product-price .amount {
	padding: 0;
}
.edwp-wishlist-table-section .items span.product-stock-status span:before{
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
    content: "\f00d";
	margin-right: 5px; 
	font-weight: 900;
}
.edwp-wishlist-table-section .items span.product-stock-status .in-stock:before{
	content: "\f00c";
}
.edwp-wishlist-table-section .items span.product-stock-status .in-stock {
	color: #297e29;
}
.edwp-wishlist-table-section .items span.product-stock-status {
	font-size: var(--edwp-small-font-size);
	color: #f00;
}
.edwp-wishlist-table-section .wishlist-item:last-child {
	border-width: 0;
}
.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) > .product-price {
	width: auto;
	min-width: 150px;
	max-width: 150px;
}
.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) > .product-stock-status {
	min-width: 180px;
	max-width: 180px;
	width: auto;
}
.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) > .product-name {
	flex: 1;
}
.edwp-wishlist-table-section .wishlist-item > .product-thumbnail {
	width: 80px;
}
.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) > .product-remove a {
	width: 100%;
	font-size: 0;
	display: inline-block;
}
.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) a {
	color: inherit; 
	text-decoration: none;
}
.edwp-wishlist-table-section .button-tooltip {
	display: inline-block;
}
.edwp-wishlist-table-section .heading-row > .product-name {
	order: -1;
}
.edwp-wishlist-table-section .product-add-to-cart {
	min-width: 180px;
	align-items: flex-end;
}
.edwp-wishlist-table-section .product-add-to-cart a{
	display: inline-block !important;
    min-width: 0;
    padding: 2px 10px !important;
    line-height: 22px !important;
    font-size: 12px !important;
    margin: 0 !important;
}
.edwp-wishlist-table-section .product-add-to-cart a:before {
	display: none !important;
}
.edwp-wishlist-table-section .product-add-to-cart a.added_to_cart {
	display: none !important;
}
.edwp-wishlist-table-section .product-add-to-cart {
	display: flex;
    flex-direction: column;
    gap: 5px;
}

.edwp-wishlist-table-section.empty-wishlist .items .item:only-child {
	padding: 20px 0; 
	width: 100%; 
	text-align: inherit;
}
.edwp-wishlist-table-section.loading:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,0.7);
	z-index: 2;
}

#edwp-login-box > p{
	margin-bottom: 0;
}
#edwp-login-box > p.login-submit{
	margin-bottom: 0;
}
p.lost_password label{
	font-size: 100%;
	padding: 0;
}
p.lost_password a,
.my-account-wrapper .forgot-pass a,
body .my-account-wrapper .form-content a.sign-up{
	text-decoration: underline;
	display: inline-block;
	font-size: var(--edwp-small-font-size);
}
body .my-account-wrapper .form-bottom{
	overflow: hidden;
	margin-top: 20px;
}
p.myaccount_user{
	margin-bottom: 40px;
}
.woocommerce form.checkout_coupon{
	margin: 0 0 30px 0;
	padding: 30px;
	border-width: 1px;
	border-style: dashed;
	border-radius: 0;
	display: none;
}
.woocommerce-no-js form.woocommerce-form-coupon, 
.woocommerce-no-js form.woocommerce-form-login{
	display: none !important;
}
.checkout-login-coupon-wrapper .woocommerce-form-login-toggle,
.checkout-login-coupon-wrapper .checkout-coupon-wrapper .woocommerce-info,
form.login p.lost_password{
	line-height: 22px;
}
.woocommerce .checkout-login-coupon-wrapper form.login{
	border-radius: 0;
	border-width: 0;
	margin: 20px 0 40px 0;
	display: none;
}
.woocommerce .checkout-login-coupon-wrapper form.login > p:first-child{
	margin-bottom: 14px;
}
.woocommerce form.login .form-row.form-row-first input,
.woocommerce-page form.login .form-row.form-row-first input,
.woocommerce form.login .form-row.form-row-last input,
.woocommerce-page form.login .form-row.form-row-last input{
	max-width: 100%;
}
.register .woocommerce-password-strength{
	margin-bottom: 5px;
}
form.login p.form-row input[type="text"],
form.login p.form-row input[type="password"],
form.login p.form-row input[type="email"],
form.login p.form-row input[type="tel"],
form.register p.form-row input[type="password"],
form.register p.form-row input[type="text"],
form.register p.form-row input[type="email"],
form.register p.form-row input[type="tel"],
.create-account input[type="password"],
.register .woocommerce-password-strength{
	max-width: 450px;
}
#customer_login form.login p.form-row input[type="text"],
#customer_login form.login p.form-row input[type="password"],
#customer_login form.login p.form-row input[type="email"],
#customer_login form.login p.form-row input[type="tel"],
#customer_login form.register p.form-row input[type="text"],
#customer_login form.register p.form-row input[type="password"],
#customer_login form.register p.form-row input[type="email"],
#customer_login form.register p.form-row input[type="tel"],

#customer_login form.login p.form-row .password-input,
#customer_login form.register p.form-row .password-input,
.register .woocommerce-password-strength,
.register .woocommerce-password-hint{
	max-width: 450px
}
.woocommerce form .form-row label.inline{
	text-transform: uppercase;
}
.woocommerce > form.checkout{
	overflow: hidden;
	margin: 0;
	padding-top: 30px;
	width: 100%;
	position: relative;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
	text-align: start;
}
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info{
	margin-bottom: 10px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: transparent;
	text-transform: uppercase;
	font-weight: 400;
}
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info a,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info a:hover{
	color: #176B6B;
}
.woocommerce .checkout-login-coupon-wrapper{
	overflow: hidden;
}
.woocommerce .checkout-login-coupon-wrapper > div{
	margin-bottom: 12px;
}
#page .edwp-cart-steps{
	border-width: 0;
}
.woocommerce .checkout-login-coupon-wrapper > div{
	border-width: 0 0 1px 0;
	border-style: dashed;
}
.woocommerce .checkout-login-coupon-wrapper > div:last-child{
	border-width: 0;
}
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info:before,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info:before{
	display: none;
}
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info a,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info a{
	text-decoration: none;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon{
	margin-bottom: 30px;
	margin-top: 20px;
	border-width: 0;
	display: none;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon > p{
	float: none;
	width: 100%;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
	width: calc(100% - 210px);
	float: left;
	margin: 0;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last{
	width: 200px;
	float: right;
}
form.checkout_coupon .button{
	min-width: 200px;
}
body .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last{
	margin-bottom: 10px;
}
.woocommerce .checkout #order_review > table{
	padding-bottom: 0;
	margin: 0 !important;
	border-radius: 0;
}
#order_review table tr{
	background: transparent;
}
#order_review_heading{
	margin: 0 0 30px 0;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.woocommerce-shipping-fields .shipping_address{
	padding-top: 10px;
}
.woocommerce-additional-fields{
	margin-top: 10px;
}
body .woocommerce-additional-fields > h3{
	margin-bottom: 10px;
	margin-top: 30px;
}
.woocommerce .checkout #customer_details .col-1{
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.woocommerce .checkout #customer_details .col-1,
.woocommerce .checkout #customer_details .col-2{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: left;
}
.woocommerce .checkout #customer_details .col-2{
	margin-top: 14px;
}
.woocommerce-billing-fields{
	overflow: hidden;
}
.woocommerce-billing-fields > h3:after{
	display: table;
	clear: both;
	content: "";
}
.ship-to-different-address{
	position: relative
}
.ship-to-different-address input{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
#ship-to-different-address{
	margin-bottom: 10px;
}
form.checkout p.create-account > label{
	position: relative;
	display: inline;
	cursor: pointer;
	text-transform: none;
	font-size: 100%;
}
.woocommerce-checkout .checkout #ship-to-different-address label{
	position: relative;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
#order_comments_field{
	padding-top: 15px;
	margin-bottom: 0;
}
.woocommerce form .form-row .input-checkbox ,
label .woocommerce-Input[type="checkbox"],
#ship-to-different-address-checkbox{
    cursor: pointer;
	display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.woocommerce-invalid #terms{
	margin: 0 8px 0 0;
}
.woocommerce-checkout .checkout h3#ship-to-different-address{
	width: 100%;
	float: none;
	position: relative;
	margin: 0;
	line-height: 0;
}
.woocommerce-checkout .checkout .create-account{
	padding-top: 10px;
	margin: 0;
}

form.checkout div.create-account{
    background-color: var(--edwp-main-background-color);
	display: inline-block;
	width: 100%;
}
.woocommerce-account-fields{
	margin-bottom: 0;
	padding-bottom: 15px;
	border-width: 0 0 1px 0;
	border-style: dashed;
}
form.checkout p.create-account{
	display: inline-block;
	width: 100%;
	margin: 0 0 8px 0;
}

.includes_tax .amount{
	font-size: 100%;
}
.woocommerce .order_details li{
	list-style: none;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
	line-height: 22px;
}
.woocommerce #order_review table.shop_table tbody td{
	padding: 12px 0;
	border-width: 1px 0 0 0;
    border-style: solid;
}
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th{
	padding: 20px 0 0 0;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table tfoot td{
	padding: 5px 0;
}
.woocommerce table.shop_table.order_details td a:hover{
	text-decoration: none;
}
.woocommerce table.my_account_orders,
.woocommerce table.shop_table.order_details{
	margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-pagination{
	margin-top: 20px;
	float: right;
}
.woocommerce-MyAccount-content .woocommerce-pagination .button{
	min-width: 140px;
}
.woocommerce table.shop_table.order_details{
	margin: 30px 0;
}
.woocommerce table.my_account_orders td a:hover{
	text-decoration: none;
}
.woocommerce .woocommerce-customer-details .addresses{
	margin-bottom: -30px;
}
.woocommerce .woocommerce-customer-details{
	margin-bottom: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details{
	margin-bottom: 30px;
}
.woocommerce .woocommerce-order-details, 
.woocommerce .woocommerce-order-downloads{
	margin-bottom: 0;
}
.woocommerce table.my_account_orders tr td:last-child{
	min-width: 120px;
	text-align: end;
}
.woocommerce table.my_account_orders tr td:last-child .button{
	margin: 0;
	padding: 0 10px;
}
.woocommerce table.shop_table.customer_details{
	margin-bottom: 40px;
}
.woocommerce table.shop_table.customer_details th:first-child{
	padding: 20px 20px 20px 0;
	text-align: start !important;
}
.woocommerce .checkout #order_review table thead th{
	background: transparent;
}
.woocommerce .checkout #order_review table th,
.woocommerce .checkout #order_review table td{
	text-align: start;
}
.woocommerce-account .page-container div.woocommerce{
	overflow: hidden;
}
.woocommerce-column > h3{
	text-transform: uppercase;
}
.woocommerce .checkout #order_review table .product-name{
	width: 50%;
	vertical-align: top;
}
#order_review table .product-name strong{
	display: inline-block;
}
.woocommerce .checkout #order_review table .product-total{
	width: 50%;
	vertical-align: top;
}
.woocommerce .checkout #order_review tbody tr:last-child .product-name,
.woocommerce .checkout #order_review tbody tr:last-child .product-total{
	border-bottom-width: 0;
}
.woocommerce .checkout #order_review table .product-total,
.woocommerce .checkout #order_review table tfoot td{
	padding-left: 10px;
}
.woocommerce .checkout #order_review table thead th{
	border-width: 0;
	border-style: solid;
}
.woocommerce .checkout #order_review table .shipping th{
	vertical-align: top;
}
.woocommerce .checkout #order_review table tfoot th,
.woocommerce .checkout #order_review table tfoot td{
	border-width: 1px 0 0 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents tbody th.product-name {
	padding-bottom: 0;
	text-transform: none;
	font-size: inherit;
	font-weight: normal;
}

.woocommerce #payment{
	border-radius: 0;
	border-width: 0;
	position: relative;
	padding-top: 12px;
	background: transparent;
}
.woocommerce #payment:before{
	border-width: 1px 0 0 0;
	border-style: solid;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
}
.woocommerce #payment div.payment_box{
	width: 100%;
	margin: 0 0 10px 0;
	border: 0;
	font-size: var(--edwp-small-font-size);
	line-height: 22px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}
.woocommerce-checkout #payment .payment_methods div.payment_box:before{
	display: none;
}

div.blockUI.blockOverlay{
	z-index: 992 !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	animation: none !important;
	background:transparent !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 1 !important;
}
.woocommerce #payment div.form-row{
	padding: 0;
	margin: 0;
}
.woocommerce #payment #place_order{
	display: inline-block;
	width: 100%;
	float: none;
	margin-top: 20px;
	margin-bottom: 0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	font-size: 10px;
	line-height: 14px;
	position: relative;
	top: 20px;
	text-transform: uppercase;
	text-decoration: underline;
}
/* Woo Account */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
	border-width: 0;
	padding: 0;
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 100%;
	position: relative;
	padding: 0 !important;
	margin: 0 0 25px 0;
	overflow: visible;
	z-index: 5;
	overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	margin: -5px -5px 15px -5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	list-style: none;
	margin: 5px;
	padding: 0;
	display: inline-block;
    text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	display: inline-block;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
	text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content{
	margin-bottom: 0;
	float: none;
	width: 100%;
	display: block;
	overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-content form > p:last-child{
	margin-bottom: 0;
}
header.woocommerce-Address-title{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.woocommerce-account .addresses .title .edit{
	position: relative;
	float: none;
	margin-left: 10px;
}
.woocommerce-account .addresses .title .edit:before{
	content: "(";
	display: inline-block;
}
.woocommerce-account .addresses .title .edit:after{
	content: ")";
	display: inline-block;
}
.woocommerce .woocommerce-Address a.button{
	padding: 5px 10px;
}
.woocommerce-MyAccount-content html input#account_email{
	max-width: 100%;
}
.woocommerce-MyAccount-content > form{
	display: inline-block;
	width: 100%;
}
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input{
	top: 8px;
	transform: none;
}
.woocommerce form .show-password-input:after, 
.woocommerce-page form .show-password-input:after{
	line-height: 22px;
}
.woocommerce-account article .woocommerce:after{
	clear: both;
	content: "";
	display: table;
}
.woocommerce-customer-details{
	padding-top: 30px;
}
#customer_login h2{
	text-transform: uppercase;
}
.woocommerce > #customer_login{
	margin: 50px 0;
}
#customer_login h2,
.account-content h2,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
header.woocommerce-Address-title > h3{
	margin-bottom: 20px;
    position: relative;
}
form.login p.lost_password{
	text-decoration: underline;
	float: left;
	margin: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	margin-top: 8px;
}
p.order-info{
	text-align: center
}
body .woocommerce table.my_account_orders td.order-actions,
.woocommerce .woocommerce-MyAccount-content table.order_details .product-total,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot th,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot td,
.woocommerce .woocommerce-order table.order_details .product-total,
.woocommerce .woocommerce-order table.order_details tfoot th,
.woocommerce .woocommerce-order table.order_details tfoot td,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details .product-total,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot th,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot td{
	text-align: end;
}
body .woocommerce table.my_account_orders td.order-number,
body .woocommerce table.my_account_orders th.order-number,
.woocommerce .woocommerce-MyAccount-content table.order_details .product-name,
.woocommerce .woocommerce-order table.order_details .product-name{
	text-align: start;
}
.woocommerce-MyAccount-content .woocommerce-Addresses{
	display: inline-block;
	width: 100%;
}
.woocommerce div.address a.button{
	margin-top: 20px;
	min-width: 120px;
}
.woocommerce .woocommerce-customer-details address{
	border-width: 0;
	border-radius: 0;
	padding: 0;
	clear: both;
}
.woocommerce .edit-box-textfull .button{
	margin-top: 10px
}
.woocommerce .edit-box-textfull p.form-row{
	width: 100%;
	float: none;
	padding: 0;
}
p.form-row select,
p.form-row input[type="text"],
p.form-row input[type="password"],
p.form-row input[type="date"],
p.form-row input[type="email"],
p.form-row input[type="number"],
p.form-row input[type="search"],
p.form-row input[type="tel"],
p.form-row textarea,
.edit-box-textfull p.form-row input[type="text"],
.edit-box-textfull p.form-row input[type="password"],
.edit-box-textfull p.form-row input[type="date"],
.edit-box-textfull p.form-row input[type="email"],
.edit-box-textfull p.form-row input[type="search"],
.edit-box-textfull p.form-row input[type="number"],
.edit-box-textfull p.form-row input[type="tel"],
.edit-box-textfull p.form-row textarea{
	max-width: 100%;
}
.woocommerce > form > fieldset{
	border: 0;margin: 40px 0 0 0;
}
.woocommerce > form > fieldset legend{
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.track_order .form-row input[type="submit"]{
	min-width: 120px;
}
.woocommerce ul.order_details{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.woocommerce ul.order_details li{
	padding: 5px 20px;
	margin: 0;
	border-width: 0 1px 0 0;
	border-style: dashed;
	line-height: 26px;
}
.woocommerce-account .addresses .title:after, 
.woocommerce-account .addresses .title:before{
	display: none;
}
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses h2{
	text-transform: uppercase;
	margin-bottom: 0;
	float: none;
	line-height: 22px;
}
.woocommerce-customer-details .addresses h2{
	text-transform: uppercase;
    margin-bottom: 10px;
    float: none;
    line-height: 22px;
}
.woocommerce .woocommerce-MyAccount-content address{
	text-align: start;
	margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
	padding-right: 0;
	padding-left: 30px;
	margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
	position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before{
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.woocommerce table.customer_details tbody tr th,
.woocommerce table.customer_details tbody tr td{
	border-width: 1px 0 0 0;
	border-style: solid;
	padding-right: 0;
	padding-left: 20px;
	text-align: center !important;
}
.woocommerce table.customer_details tbody tr td,
.woocommerce table.customer_details tbody tr td:last-child{
	padding-right: 20px;
	padding-left: 20px;
}
.woocommerce table.customer_details tbody tr:first-child th,
.woocommerce table.customer_details tbody tr:first-child td{
	border-width: 0;
}
.woocommerce #customer_login .col-1, 
.woocommerce #customer_login .col-2, 
.woocommerce-page #customer_login .col-1, 
.woocommerce-page #customer_login .col-2{
	width: 48%;
	float: left;
}
.woocommerce #customer_login .col-2,  
.woocommerce-page #customer_login .col-2{
	float: right;
}
.woocommerce .woocommerce-form-track-order{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce form.woocommerce-form-track-order .form-row-first, 
.woocommerce-page form.woocommerce-form-track-order .form-row-first,
.woocommerce form.woocommerce-form-track-order .form-row-last, 
.woocommerce-page form.woocommerce-form-track-order .form-row-last{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
form.woocommerce-form-track-order .button{
	width: 100%;
}

/* Quick View */
.edwp-popup-modal .overlay{
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 99990;
}
.edwp-popup-modal .overlay{
	background: rgba(0,0,0,0.4);
	transition: all .3s linear 0s;
}
#edwp-add-to-cart-popup-modal .overlay{
	background: rgba(0,0,0,0.4);
}
#edwp-product-360-modal.edwp-popup-modal.show .overlay{
	background: #ffffff;
}
.edwp-popup-modal.show .overlay:before{
	display: none;
}
.edwp-popup-modal.loading .overlay:before{
	-webkit-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
}
.edwp-popup-modal.loading .overlay:before,
.cart-dropdown-form.loading .cart-list:before{
	border-width: 2px;
	border-style: solid;
	border-top: 2px solid #2c2c2c;
	border-left: 2px solid #2c2c2c;
    border-radius: 100%;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -12px;
	position: absolute;
	width: 24px;
	height: 24px;
	content: "";
	-webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
	background: transparent !important;
	z-index: 9;
}
.cart-dropdown-form.loading .cart-list:before{
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-width: 3px;
	border-style: solid;
	border-top: 3px solid #2c2c2c;
	border-left: 3px solid #2c2c2c;
}
.edwp-popup-modal.loading .overlay:after{
	width: 40px;
	height: 40px;
	z-index: 8;
	position: absolute;
	left: 50%;
	top: 50%;
    background-color: var(--edwp-main-background-color);
	margin-top: -20px;
	margin-left: -20px;
	content: "";
	border-radius: 5px;
}
.woocommerce div.blockUI.blockOverlay:after,
.dropdown-container ul.cart-list li.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
div.blockUI.blockOverlay:after,
.cart-dropdown-form.loading .cart-list:after{
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 4;
	opacity: 0.9;
	margin: 0;
    background-color: var(--edwp-main-background-color);
	background-image: none;
	position: absolute;
	display: inline-block;
	content: "" !important;
	-webkit-animation: none ;
	-moz-animation: none;
	animation: none;
}
.woocommerce .edwp-shop-load-more a.button.loading:after{
	display: none;
}
#page .main-products.list a.button.loading:after,
.woocommerce #page .summary form.cart button.button.added.loading:after,
.woocommerce #page .summary a.button.loading:after,
.woocommerce #page .summary button.button.loading:after,
.woocommerce #page .summary input.button.loading:after,
#edwp-quickshop-modal .summary button.loading:after,
.edwp-wishlist-table-section .product-add-to-cart a.button.loading:after,
.edwp-compare-table-wrapper .product-add-to-cart a.button.loading:after{
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	height: auto;
	width: auto;
	content: "";
	margin: 0;
}
.images.loading:before,
.edwp-product .content-wrapper.loading:before,
.related-posts.loading .content-wrapper:before,
.woocommerce .product figure.loading:before,
.edwp-products-widget-wrapper.loading:before,
.edwp-blog-widget-wrap.loading:before,
body:not(.elementor-editor-active) .elementor-section.loading:before,
.edwp-recent-comments-widget-box.loading:before,
.blogs article a.gallery.loading:before,
.edwp-blog-posts-wrapper.loading .content-wrapper:before,
.edwp-twitter-slider .items.loading:before,
article .thumbnail.loading:before,
.thumbnails.loading:before,
.edwp-product-category-wrapper .content-wrapper.loading:before,
.thumbnails-container.loading:before,
.column-products.loading:before,
.edwp-instagram-wrapper.loading:before,
.edwp-products-widget-wrapper.loading:before,
.edwp-minicart-wrap li div.blockUI.blockOverlay:before,
.widget_shopping_cart li div.blockUI.blockOverlay:before,
.dropdown-container ul.cart-list li.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
div.product .summary .wishlist a.loading:after,
div.blockUI.blockOverlay:before,
.woocommerce div.blockUI.blockOverlay:before,
div.wpcf7 .ajax-loader:before,
.edwp-wishlist-table-section.loading:after,
.edwp-compare-modal.loading:after{
	border-width: 3px;
	border-style: solid;
	border-top: 3px solid #2c2c2c;
	border-left: 3px solid #2c2c2c;
    border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
	background: transparent !important;
	z-index: 9;
	display: block !important;
}
.images.loading:before,
.edwp-product .content-wrapper.loading:before,
.related-posts.loading .content-wrapper:before,
.woocommerce .product figure.loading:before,
.blogs article a.gallery.loading:before,
.edwp-blog-posts-wrapper.loading .content-wrapper:before,
.edwp-twitter-slider .items.loading:before,
.edwp-product-category-wrapper .content-wrapper.loading:before,
.thumbnails-container.loading:before,
.column-products.loading:before,
.edwp-instagram-wrapper.loading:before,
div.blockUI.blockOverlay:before,
.woocommerce div.blockUI.blockOverlay:before,
body:not(.elementor-editor-active) .elementor-section.loading:before{
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border-width: 3px;
	border-top-width: 3px;
	border-left-width: 3px;
}
.column-products.loading:before{
	top: 50%;
}
.thumbnail-default .thumbnails-container.loading:before,
.button div.blockUI.blockOverlay:before,
.woocommerce .button div.blockUI.blockOverlay:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.edwp-instagram-wrapper.loading:before{
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
	border-width: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
}
.meta-wrapper .button-in a.loading:after,
.thumbnail-wrapper .button-in a.loading:before{
	border-width: 2px;
	border-style: solid;
	border-top: 2px solid #2c2c2c;
	border-left: 2px solid #2c2c2c;
    border-radius: 50%;
	position: absolute;
	letter-spacing: 0;
	content: " " !important;
	z-index: 9;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.meta-wrapper .button-in a.loading:before {
	opacity: 0;
	visibility: visible;
}
body .product-group-button div.loop-add-to-cart a.loading:before,
body .product-group-button-meta div.loop-add-to-cart a.loading:before{
	content: "";
	border-width: 2px;
	border-style: solid;
	border-top: 2px solid #2c2c2c;
	border-left: 2px solid #2c2c2c;
    border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	line-height: 40px;
	font-family: themify;
	font-weight: normal;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.woocommerce .product-wrapper a.button.loading:before,
.woocommerce .product-wrapper button.button.loading:before,
.woocommerce .product-wrapper input.button.loading:before,
.meta-wrapper .button-in a.loading:after,
.thumbnail-wrapper .button-in a.loading:before,
.woocommerce .product-wrapper .meta-wrapper a.button.loading:before,
.woocommerce .product-wrapper .meta-wrapper button.button.loading:before,
.woocommerce .product-wrapper .meta-wrapper input.button.loading:before{
	width: 14px;
	height: 14px;
	margin: 0;
	top: 50%;
	left: 50%;
	right: auto;
	margin-left: -8px;
	margin-top: -8px;
}
.list .meta-wrapper .button-in a.loading:after {
	left: 0;
	right: auto;
	margin-left: 0;
	margin-right: 0;
}
#page .main-products.list .product-wrapper .meta-wrapper a.button.loading:before,
.edwp-wishlist-table-section .product-add-to-cart a.button.loading:before{
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
}
.woocommerce .thumbnail-wrapper a.button.loading:after,
.woocommerce .thumbnail-wrapper button.button.loading:after,
.woocommerce .thumbnail-wrapper input.button.loading:after,
.thumbnail-wrapper .button-in a.loading:after{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 1;
}
.edwp-popup-modal{
	opacity: 0;
}
.edwp-popup-modal.show,
.edwp-popup-modal.loading{
	opacity: 1;
}
.edwp-popup-modal.loading .overlay:before,
.edwp-popup-modal.show .overlay,
.edwp-popup-modal.loading .overlay,
.edwp-popup-modal.show .popup-container{
	visibility: visible;
	opacity: 1;
}
.edwp-popup-modal .popup-container{
	position: fixed;
	padding: 0;
	top: 30%;
	left: 50%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%,-30%);
	width: 90%;
	height: 90%;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	background-color:#ffffff;
	border-radius:.8rem;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#edwp-product-video-modal.edwp-popup-modal .popup-container{
	padding: 40px;
	background-color:#2c2c2c;
	overflow-y: auto;
}
.admin-bar .edwp-popup-modal .popup-container{
	margin-top: 32px;
}
.edwp-popup-modal .popup-container.product-size-chart-container{
	max-height: 600px;
	display: flex;
}
.product-size-chart-content .chart-image{
	text-align: center;
}
.edwp-popup-modal .product-size-chart-container .product-size-chart-content{
	overflow-y: auto;
	padding: 40px;
	width: 100%;
}
.product-size-chart-content table{
	margin: 0;
}
body .edwp-popup-modal .add-to-cart-popup-container{
	width: 360px;
}
.edwp-popup-modal:not(#edwp-product-360-modal) .close{
	color:#ffffff;
}
#edwp-product-360-modal.edwp-popup-modal .popup-container{
	opacity: 0;
	display: none;
	background-color:transparent;
}
#edwp-product-360-modal.edwp-popup-modal.show .popup-container{
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	animation-duration: .4s;
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_fade;
	-moz-animation-name: animation_fade;
	animation-name: animation_fade;
	opacity: 1;
	display: block;
}
#edwp-product-360-modal .product-title{
	position: fixed;
	left: 0;
	right: 0;
	top: 20px;
	text-align: center;
	opacity: 0;
}
#edwp-product-360-modal.edwp-popup-modal.show .product-title{
	z-index: 99991;
	opacity: 1;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 800px;
	margin: 0 auto;
}
#edwp-product-360-modal.edwp-popup-modal .close{
	right: 20px;
	top: 26px;
	position: fixed;
	opacity: 0;
}
#edwp-product-360-modal.edwp-popup-modal.show span.close{
	z-index: 99992;
	opacity: 1;
}
.admin-bar #edwp-product-360-modal .product-title{
	top: 56px;
}
.admin-bar #edwp-product-360-modal.edwp-popup-modal.show span.close{
	top: 56px;
}
#edwp-quickshop-modal span.close,
#edwp-add-to-cart-popup-modal span.close{
	right: 16px;
	top: 16px;
}
.edwp-popup-modal .quickshop-container{
	overflow: hidden;
}
.edwp-popup-modal .quickshop-content{
	max-height: 100%;
	overflow: hidden;
	overflow-y:auto;
	padding: 30px;
}
#edwp-quickshop-modal div.product div.images.woocommerce-product-gallery{
	width: 50%;
	float: left;
}
#edwp-quickshop-modal div.product form.cart div.quantity{
	margin: 0 10px 0 0;
}
#edwp-quickshop-modal div.product > .summary{
	position: absolute;
	right: 0;
	top: 30px;
	bottom: 30px;
	overflow: auto;
	padding-left: 40px;
}
.woocommerce div.product:after{
	display: table;
	clear: both;
	content: "";
}

.edwp-atc-popup-content .heading h6{
	text-transform: uppercase;
	padding: 18px 20px;
	margin: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.edwp-atc-popup-content .item{
	display: flex;
	width: 100%;
	padding: 20px;
}
.edwp-atc-popup-content .item .product-image{
	margin-right: 20px;
	width: 100px;
	min-width: 100px;
}
.edwp-atc-popup-content .action{
	padding: 0 20px 21px 20px;
	clear: both;
	overflow: hidden;
	justify-content: space-between;
	display: flex;
}
.edwp-atc-popup-content .action > a{
	width: calc(50% - 5px);
}
.edwp-atc-popup-content .heading{
	padding: 15px 20px;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.edwp-atc-popup-content .heading h5{
	margin-bottom: 0;
}

.site-content > article:after{
	content: "";
	clear: both;
	display: table;
}
.list-posts > article{
	margin-top: 60px;
	padding-top: 60px;
    background-color: var(--edwp-main-background-color);
	border-width: 1px 0 0 0;
	border-style: dashed;
	position: relative;
}
.list-posts > article:first-child{
	margin-top: 0;
	padding-top: 0;
	border-width: 0;
}
.list-posts > article > blockquote{
	margin: 0 0 -10px 0;
}
.list-posts > article a.thumbnail.quote{
	margin-bottom: 0;
}
.list-posts{
	clear: both;
}
.list-posts article:after{
	content: "";
	display: table;
	clear: both;
}
.list-posts .heading-title a:hover{
	text-decoration: none
}
article .thumbnail.gallery{
	overflow: hidden;
	display: block;
}
article .thumbnail.gallery .owl-carousel{
	width: 100%;
}
.list-posts article.format-gallery .thumbnail .owl-item{
	opacity: 0
}
.list-posts article.format-gallery .thumbnail .owl-item.active{
	opacity: 1;
}
.list-posts article .entry-format blockquote{
	margin: 0;
}
article .thumbnail{
	position: relative;
	z-index: 2;
}
article .thumbnail figure{
	overflow: hidden;
	position: relative;
}
article .thumbnail figure + .edwp-video{
	margin-top: 10px;
}
.list-posts .entry-format img{
	width: 100%;
}
.list-posts .entry-format figure > img,
.list-posts .entry-format .owl-item img,
.edwp-blog-posts figure > img,
.edwp-blog-posts .owl-item img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
}
.list-posts .entry-format:hover a.thumbnail > figure img,
.list-posts .entry-format:hover .owl-item .thumbnail img,
.edwp-blog-posts .thumbnail-content:hover > .thumbnail > figure > img,
.edwp-blog-posts .thumbnail-content figure .owl-item:hover img{
	transform: scale(1.1);
}
.home.blog .list-posts .entry-format:hover figure > a > img,
.home.blog .list-posts .entry-format:hover figure > img,
.home.blog .list-posts .entry-format:hover .owl-item img{
	opacity: 1 !important;
}
.home.blog .list-posts .entry-format:hover figure{
	background: transparent !important;
}
.list-posts .entry-format,
.edwp-blog-posts .thumbnail-content{
	position: relative;
	overflow: hidden;
}
.list-posts .entry-format > a,
.edwp-blog-posts .thumbnail-content > a{
	overflow: hidden;
}
.list-posts .entry-format,
.edwp-blog-posts .thumbnail-content{
	margin-bottom: 0;
}
.list-posts article.sticky{
	display: block;
	padding: 0;
	border-width: 0;
}
.list-posts article.sticky .entry-format,
.list-posts article.sticky .entry-content,
.list-posts > article .entry-content.no-featured-image,
.home.blog .list-posts > article .entry-content,
.home.blog .list-posts > article .entry-format{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-width: 100%;
}
.list-posts > article{
	display: block;
}
.list-posts article.sticky .entry-content,
.list-posts article.sticky .entry-content.no-featured-image{
	padding: 40px;
	border-width: 1px;
	border-style: solid;
	margin: 0;
}
.list-posts article.sticky + article{
	padding-top: 0;
	border-width: 0;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.list-posts > article .entry-format > *{
	margin-bottom: 30px;
}
.list-posts > article .entry-format > *{
	display: block;
}
.edwp-blog-posts .thumbnail-content > a,
.edwp-blog-posts .thumbnail-content .thumbnail{
	margin-bottom: 0;
	display: block;
}

.edwp-blog-posts .post-content{
    background-color: var(--edwp-main-background-color);
	position: relative;
}
.edwp-blog-posts .entry-content{
	margin-top: 20px;
	overflow: hidden;
}
.list-posts .entry-title,
article.single .entry-title,
.edwp-blog-posts .entry-title{
	margin-bottom: 0;
	word-break: break-word;
}
.list-posts .entry-content header{
	margin-bottom: 14px;
	overflow: hidden;
}
#page .edwp-blog-posts article header{
	margin-bottom: 12px;
}
.short-content form > p:last-child,
.short-content > *:last-child,
.entry-summary > .post-nav-links{
	margin-bottom: 0;
}
.short-content > .gallery:last-child{
	margin-bottom: -40px !important;
	display: inline-block;
}
.short-content > .wp-block-button.alignleft,
.short-content > .wp-block-button.alignright,
.short-content > .wp-block-button.alignnone,
.short-content > p:last-child > .alignleft,
.short-content > p:last-child > .alignright,
.short-content > p:last-child > .alignnone,
.short-content > .wp-block-image:last-child > figure{
	margin-bottom: 0 !important;
}
.list-posts .short-content,
.edwp-blog-posts .excerpt{
	margin: 0;
	display: inline-block;
	width: 100%;
}
.edwp-blog-posts .excerpt + .entry-meta-top{
	margin-top: 14px;
}
.edwp-blog-posts .excerpt > p:first-child,
.list-posts .short-content > p:first-child{
	margin: 0;
}
.edwp-blog-posts a.thumbnail{
	display: block;
}
.edwp-blog-posts-wrapper .blogs article.quote .post-content{
	padding: 30px;
	border-width: 1px;
	border-style: dashed;
}
.edwp-blog-posts-wrapper .blogs article.quote .quote-wrapper{
	overflow: hidden;
}
.edwp-blog-posts article.quote .post-content:before{
	display: none;
}
.edwp-blog-posts-wrapper .blogs article.quote blockquote{
	margin: 0;
	line-height: 1.6em;
}
.edwp-blog-posts-wrapper .blogs .item:after{
	display: table;
	clear: both;
	content: "";
}
a.btn-text:after{
	margin-left: 5px;
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
	font-weight: 900;
	content: "\f061";
}
.list-posts .button-readmore:hover,
.edwp-blog-posts .button-readmore:hover{
	text-decoration: none;
}
.edwp-element-section .load-more-wrapper a,
.edwp-shop-load-more a,
.edwp-blog-posts .button-readmore.button,
.product.product-category div.button a,
.woocommerce table.cart .actions > .button,
.woocommerce table.my_account_orders .woocommerce-pagination .button{
	min-width: 140px;
}

.entry-content.no-image h1.blog-title{
	width: 100%;
	display: inline-block;
}
.entry-content h1.blog-title{
	margin-bottom: 15px;
}
.single-post > .entry-content{
    margin: 0;
}
.single-post .entry-content >.content-wrapper{
	padding-bottom: 16px;
}
.single-post .entry-content > *:last-child{
	margin-bottom: 0;
}

.single-post div.gallery:after{
	clear: both;
}
.single-post div.gallery{
	margin: 0;
}
.single-post div.gallery .gallery-caption{
	margin: 10px 0 0 0;
	padding: 0;
}
.single-post div.gallery .gallery-item{
	margin: 0 0 10px 0;
	padding: 10px;
}
.single-post .gallery-columns-2 .gallery-item{
	width: 50%;
}
.single-post .gallery-columns-3 .gallery-item{
	width: 33.3333333333%;
}
.single-post .gallery-columns-4 .gallery-item{
	width: 25%;
}
.single-post .gallery-columns-5 .gallery-item{
	width: 20%;
}
.single-post .gallery-columns-6 .gallery-item{
	width: 16.6666666666%;
}
.single-post .gallery-columns-7 .gallery-item{
	width: 14.28%
}
.single-post .gallery-columns-8 .gallery-item{
	width: 12.5%;
}

.content-blockquote{
	margin: 30px;
}
.wd-edit-link{
	margin-top: -30px;
	float: right;
}
.single article.single{
	position: relative;
}
body.single-post article .entry-format{
	position: relative;
}
body.single-post article .entry-format .thumbnail,
body.single-post article .entry-format .edwp-video,
body.single-post article .entry-format .edwp-audio{
	overflow: hidden;
	margin-bottom: 30px;
}
.single article .entry-format .thumbnail img{
	width: 100%;
}
body.single-post article .entry-header{
	overflow: hidden;
    margin: 0 0 24px 0;
}
body.single-post article.single-post > .entry-meta-top{
	margin-bottom: 24px;
}
.single-post article .tags-link a,
.summary .cats-link a, 
.summary .tags-link a,
.summary .brands-link a{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.tags-link .list-links{
	display: flex;
	margin: -5px;
	flex-wrap: wrap;
}
.single-post article .tags-link a{
	min-width: 90px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	line-height: 32px !important;
	border-radius: 17px;
	margin: 5px;
}
.list-posts article .cats-link a,
.single-post article .cats-link a,
.edwp-blog-posts article .cats-link a{
	display: inline-block;
	text-transform: uppercase;
	font-size: var(--edwp-small-font-size);
	line-height: 22px;
	letter-spacing: .05rem;
}
.list-posts article .cats-link,
.single-post article .cats-link{
	margin-bottom: 14px;
}
#page .edwp-blog-posts article .cats-link{
	margin-bottom: 8px;
}
.list-posts article.format-quote .cats-link{
	margin-bottom: 0;
}
.list-posts article.format-quote .cats-link a{
	line-height: 26px;
}
.summary .cats-link span:first-child, 
.summary .tags-link span:first-child,
.summary .brands-link span:first-child{
	position: relative;
}
.single-post article .tags-link span{
	display: block;
}
article.single .entry-meta-bottom{
	clear: both;
	position: relative;
	border-width: 1px 0 0 0;
	border-style: dashed;
}
article.single .entry-meta-bottom:after{
	display: table;
	content: "";
	clear: both;
}
article.single div.entry-meta-bottom > div{
	overflow: hidden;
	margin-bottom: 16px;
}
article.single .entry-meta-bottom > div:first-child{
	padding-top: 50px;
}
.content-wrapper > p:last-child{
	margin-bottom: 30px;
}
article.single div.entry-meta-bottom > div:last-child{
	margin-bottom: 0;
}
article.single div.entry-meta-bottom > div > span{
	text-transform: uppercase;
	min-width: 90px;
	font-size: var(--edwp-small-font-size);
	line-height: 22px;
	margin-right: 10px;
}
article.single div.entry-meta-bottom > div.tags-link{
	clear: both;
	display: flex;
	align-items: start;
}
article.single div.entry-meta-bottom > div.social-sharing{
	overflow: hidden;
	display: flex;
	align-items: center;
}
.meta-navigation{
	margin-top: 80px;
	display: flex;
	align-items: flex-start;
	border-width: 1px 0 1px 0;
    border-style: dashed;
	padding: 15px 0;
}
.meta-navigation > *{
	margin-right: 10px;
	margin: 5px 0;
}
.meta-navigation > *:last-child{
	margin-right: 0;
}
.meta-navigation h6{
	position: relative;
	margin: 0;
}
.single-navigation-1 > h6{
	padding-left: 44px;
}
.single-navigation-2 > h6{
	padding-right: 44px;
}
.meta-navigation  h6 a:before{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	font-size: 12px;
	width: 34px;
	line-height: 32px;
	border-width: 1px;
	border-style: solid;
	border-radius: 100%;
	font-family: themify;
    letter-spacing: 0;
	font-weight: normal;
	text-align: center;
}
.single-navigation-1 > h6 a:before{
	left: 0;
	right: auto;
	content: "\e629";
}
.single-navigation-2 > h6 a:before{
	right: 0;
	left: auto;
	content: "\e628";
}
.single-navigation-1{
	width: 50%;
	text-align: start;
}
.single-navigation-2{
	text-align: end;
	width: 50%;
}

body #st-el-4 .st-btns{
	overflow: auto;
}
body #st-1.st-has-labels .st-btn{
	min-width: 70px;
}
body #st-1 .st-btn > img{
	top: 4px;
}
body #st-1 .st-btn > span{
	min-width: 30px;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	position: relative;
}
body #st-1 .st-btn > span:before{
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	content: "";
	width: 1px;
	background: rgba(0,0,0,0.1);
}
body #st-1 .st-btn:hover{
	top: 0;
	opacity: 0.8;
}

.entry-author{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px;
	clear: both;
	margin: 50px 0 0 0;
}
.entry-author .author-avatar{
	width: 100px;
	min-width: 100px;
	overflow: hidden;
	margin-right: 30px;
}
.entry-author .author-avatar img{
	width: 100%;
	border-radius: 100%;
}
.entry-author .author-info{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0 -10px;
}
body .entry-author .author-info > *{
	padding: 0 10px;
}
body .entry-author .author-info .author{
	line-height: 24px;
}
.entry-author .author-info .author a:before{
	display: none;
}
.entry-author .author-info .role{
	text-transform: uppercase;
	letter-spacing: .07rem;
    color: var(--edwp-body-text-light-color);
	font-size: var(--edwp-small-font-size);
	line-height: 22px;
}
.entry-author .author-info p{
	margin: 10px 0 0 0;
}
.entry-author .author a:hover{
	text-decoration: none;
}

.edwp-blog-posts.related-posts{
	display: block;
	margin: 70px 0 0 0;
}
.edwp-blog-posts article{
	display: block;
	overflow: hidden;
	margin: 0;
}
.edwp-blog-posts.related-posts .blogs:not(.owl-carousel) article{
	max-width: 450px;
}
blockquote .entry-meta-top{
	margin-top: 20px;
	font-style: normal;
}
.entry-meta-top{
	overflow: hidden;
	font-size: var(--edwp-small-font-size);
    color: var(--edwp-body-text-light-color);
	line-height: 24px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.entry-meta-top > span{
	padding-left: 15px;
	padding-right: 15px;
}
.list-posts .entry-summary + .entry-meta-top{
	margin-top: 16px;
}
.list-posts .entry-meta-bottom{
	margin-top: 28px;
}
.entry-meta-top > span,
.comment-list-widget .meta{
	text-transform: uppercase;
}
.entry-meta-top > span.comment-count:before{
	content: "\e644";
	display: inline-block;
	margin-right: 3px;
	position: relative;
	font-family: "themify";
	font-weight: normal;
	line-height: 22px;
	top: 1px;
}
.entry-meta-top > span a{
	display: inline-block;
}
.entry-meta-top .author a{
	text-decoration: none;
}
.tags-link a,
.cats-link a,
.brands-link a{
	text-decoration: none;
}
.edwp-blog-posts .entry-meta-top + .entry-meta-bottom{
	margin-top: 26px;
}
.edwp-blog-posts .entry-meta:after{
	display: table;
	content: "";
	clear: both;
}
article.quote .edwp-blockquote{
	padding: 10px 20px;
}
header span.author a,
.meta .author a{
	display: inline-block;
}
span.author a{
	position: relative;
}
span.author a:hover{
	text-decoration: underline;
}
.blogs article a.gallery .owl-item{
	position: relative;
}
.blogs a.thumbnail.gallery figure .owl-item{
	background: rgba(0,0,0,0.3);
}
.blogs article .thumbnail-content:hover .effect-thumbnail,
.blogs article a.gallery figure.owl-carousel .thumbnail-content:hover:before{
	opacity: 1;
}
.blogs article a.gallery .effect-thumbnail{
	display: none;
}
.brands-link a:hover,
.cat-links a:hover,
.tag-links a:hover{
	text-decoration: none;
}
.meta-content .ic-like{
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	transition: .35s ease 0s;
	letter-spacing: 0;
}
.meta-content .ic-like:before{
	content: "\f004";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}
.meta-content .ic-like.already-like:before{
	content: "\f004";
	font-weight: 900;
}
.meta-content .ic-like.loading{
	cursor: wait;
}
.meta-content .ic-like.loading:before{
	content: "";
	border-width: 2px;
	border-style: solid;
	border-top: 2px solid #2c2c2c;
	border-left: 2px solid #2c2c2c;
    border-radius: 50%;
	text-align: center;
	position: absolute;
    margin: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
	margin-top: -10px;
	margin-left: -10px;
    width: 20px;
    height: 20px;
	font-weight: normal;
	opacity: 1;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
/* 404 */
body.error404 #main-content{
	border-width: 1px 0 0 0;
	border-style: solid;
	min-height: 0;
}
body.error404 article{
	padding:3em 0;
}
body.error404 article .page-404-inner{
	display:flex;
	flex-direction:column;
	justify-content:center;
	width: 100%;
	text-align: center;
}
body.error404 h1{
	font-size: 72px;
	line-height: 80px;
}
body.error404 .h6{
	font-weight: normal;
}
body.error404 #main-content .page-404-bottom{
	display:flex;
	justify-content:center;
	margin-top: 40px;
}
body.error404 #main-content a.btn-text:after{
	display: none;
}
body.error404 #main-content a.btn-text:before{
	margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
	font-weight: 900;
	content: "\f060";
}
form .search-table{
	position: relative;
}
form .search-table input[type="text"]{
	max-width: 100%;
	width: 100%;
	margin: 0;
	border-width: 0;
	padding: 5px 50px 5px 20px;
	border-radius: .4rem;
	min-height:38px;
}
.widget_search form .search-table input[type="text"]{
	border-radius: 5px;
	padding: 5px 40px 5px 15px;
}
form .search-table input[type="submit"]{
	padding: 0 !important;
	border: 0 !important;
	font-size: 0 !important;
	background: transparent !important;
	position: absolute;
	right: 0;
	top: 0;
	min-width: 0;
	width: 40px;
	height: 40px;
}
.search-table .search-button:before{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	line-height: 40px;
	content: "\f002";
    font-weight: 900;
	font-size: 14px;
    font-family: 'Font Awesome 5 Free';
	transition: color .4s ease 0s;
}


@-webkit-keyframes animation_menu{
	0%{
		visibility: hidden;
		transform: scale(1,0.7);
	}
	100%{
		visibility: visible;
		transform: scale(1,1);
	}
}
@keyframes animation_menu{
	0%{
		visibility: hidden;
		transform: scale(1,0.7);
	}
	100%{
		visibility: visible;
		transform: scale(1,1);
	}
}

@keyframes animation_top{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@-webkit-keyframes animation_top{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@-webkit-keyframes edSticky{
	from{
		transform: translateY(-100%);
	}
	to{
		transform: translateY(0);
	}
}

@keyframes edSticky{
	from{
		transform: translateY(-100%);
	}
	to{
		transform: translateY(0);
	}
}

@-webkit-keyframes animation_sub_menu{
	0%{
		opacity: 0;
		visibility: hidden;
		transform: scale(1,0.7);
	}
	100%{
		opacity: 1;
		visibility: visible;
		transform: scale(1,1);
	}
}
@keyframes animation_sub_menu{
	0%{
		opacity: 0;
		visibility: hidden;
		transform: scale(1,0.7);
	}
	100%{
		opacity: 1;
		visibility: visible;
		transform: scale(1,1);
	}
}

@-webkit-keyframes animation_fade{
	0%{
		opacity: 0;
		visibility: hidden;
	}
	100%{
		opacity: 1;
		visibility: visible;
	}
}
@keyframes animation_fade{
	0%{
		opacity: 0;
		visibility: hidden;
	}
	100%{
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes animation_fade_out{
	0%{
		opacity: 1;
		visibility: visible;
	}
	100%{
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes animation_fade_out{
	0%{
		opacity: 1;
		visibility: visible;
	}
	100%{
		opacity: 0;
		visibility: hidden;
	}
}
@-webkit-keyframes edSwing{
	0%{
		transform: rotate(-6deg);
	}
	100%{
		transform: rotate(6deg);
	}
}
@keyframes edSwing{
	0%{
		transform: rotate(-6deg);
	}
	100%{
		transform: rotate(6deg);
	}
}
@media only screen and (max-width: 1200px) and (min-width: 768px){
    h1,.h1{
        font-size: var(--edwp-heading1-md-font-size);
        line-height: var(--edwp-heading1-md-line-height);
    }

    h2,
    .h2{
        font-size: var(--edwp-heading2-md-font-size);
        line-height: var(--edwp-heading2-md-line-height);
    }
	.woocommerce .edwp-cell-24 div.product .entry-title,
    h3, .h3{
        font-size: var(--edwp-heading3-md-font-size);
        line-height: var(--edwp-heading3-md-line-height);
    }
    h4, .h4{
        font-size: var(--edwp-heading4-md-font-size);
        line-height: var(--edwp-heading4-md-line-height);
    }

    h5,
    .h5{
        font-size: var(--edwp-heading5-md-font-size);
        line-height: var(--edwp-heading5-md-line-height);
    }
	.dropdown-container .dropdown-title,
    h6,.h6 {
        font-size: var(--edwp-heading6-md-font-size);
        line-height: var(--edwp-heading6-md-line-height);
    }
}
@media
only screen and (max-width: 767px){
    h1, .h1{
        font-size: var(--edwp-heading1-sm-font-size);
        line-height: var(--edwp-heading1-sm-line-height);
    }

    h2, .h2 {
        font-size: var(--edwp-heading2-sm-font-size);
        line-height: var(--edwp-heading2-sm-line-height);
    }
	.woocommerce .edwp-cell-24 div.product .entry-title,
    h3, .h3{
        font-size: var(--edwp-heading3-sm-font-size);
        line-height: var(--edwp-heading3-sm-line-height);
    }
    h4, .h4{
        font-size: var(--edwp-heading4-sm-font-size);
        line-height: var(--edwp-heading4-sm-line-height);
    }

    h5, .h5{
        font-size: var(--edwp-heading5-sm-font-size);
        line-height: var(--edwp-heading5-sm-line-height);
    }
	.dropdown-container .dropdown-title,
    h6, .h6{
        font-size:var(--edwp-heading6-sm-font-size);
        line-height: var(--edwp-heading6-sm-line-height);
    }
}
select,
textarea,
html input[type="search"],
html input[type="text"],
html input[type="email"],
html input[type="password"],
html input[type="date"],
html input[type="number"],
html input[type="tel"],
body .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-selection--single,
body .select2-dropdown,
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--default .select2-selection--multiple,
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
    color: var(--edwp-input-text-color);
    border-color: var(--edwp-input-border-color);
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: var(--edwp-input-text-color);
}
html input[type="search"]:focus,
html input[type="text"]:focus,
html input[type="email"]:focus,
html input[type="password"]:focus,
html input[type="date"]:focus,
html input[type="number"]:focus,
html input[type="tel"]:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
html textarea:focus,
.woocommerce form .form-row textarea:focus,
body .select2-container--default.select2-container--focus .select2-selection--multiple,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--open .select2-selection--single,
.select2-container.select2-container--open .select2-dropdown,
.woocommerce form .form-row .input-text:focus, 
.woocommerce form .form-row select:focus{
    color: var(--edwp-input-text-hover-color);
    border-color: var(--edwp-input-border-hover-color);
}
body .select2-container--open .select2-selection--single .select2-selection__rendered{
    color: var(--edwp-input-text-hover-color);
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.woocommerce > form > fieldset legend,
dt,
table thead th,
fieldset div > label,
.edwp-compare-table-wrapper > div .heading,
blockquote,
.wpcf7 p,
.primary-text,
html input:focus:invalid:focus, 
html select:focus:invalid:focus,
table#wp-calendar thead th,
.woocommerce table.shop_attributes th,
h4.heading-title > a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
body a.btn-text,
body .btn-text a,
.single-navigation-1 a,
.single-navigation-2 a,
.edwp-product-attr > div a,
.heading-title,
.wp-block-archives li a,
.wp-block-latest-posts li a,
.wp-block-tag-cloud a,
.wp-block-rss li a,
.woocommerce .widget_layered_nav ul li a,
.widget-container.widget_rss ul li > a,
form.cart .reset_variations,
.widget-container .post-list-widget > li a.post-title,
.dashboard-widget.products ul li a,
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info,
.widget-title-wrapper a.block-control,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover,
.woocommerce div.product form.cart .quantity span,
.widget_shopping_cart_content p.total strong,
.edwp-result-wrapper > p,
#page .woocommerce > .return-to-shop a,
.woocommerce .button.button-border,
.button.button-border,
.woocommerce .button.button-border-2,
.button.button-border-2,
#page .summary .edwp-buy-now-button,
.woocommerce .button.button-border-2:hover,
.button.button-border-2:hover,
.threesixty .nav_bar a,
.woocommerce .summary .yith-wfbt-submit-block .yith-wfbt-submit-button,
.woocommerce .summary .yith-wfbt-submit-block .yith-wfbt-submit-button:hover,
#page .summary .edwp-buy-now-button:hover,
#comments .wcpr-filter-button,
#comments .wcpr-filter-button:hover,
.meta-content .ic-like,
.meta-content .ic-like:hover,
.meta-content .ic-like.already-like,
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce .yith-woocompare-widget a.compare.button,
.woocommerce .widget_price_filter .price_slider_amount .button:hover, 
.woocommerce .yith-woocompare-widget a.compare.button:hover,
.woocommerce .woocommerce-order-details p.order-again .button,
.woocommerce .woocommerce-order-details p.order-again .button:hover,
.woocommerce-MyAccount-content .woocommerce-pagination .button,
.woocommerce-MyAccount-content .woocommerce-pagination .button:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.widget-title,
.edwp-side-wrapper .wp-block-group__inner-container > h2,
.edwp-countdown.text-light .counter-wrapper > div,
.cart-list .icon,
.woocommerce div.product .entry-title,
#mob-footer-actions a,
#mob-footer-actions span,
.edwp-floating-sidebar .close, 
#edwp-quickshop-modal .close,
#edwp-product-360-modal .close,
#edwp-add-to-cart-popup-modal span.close,
.woocommerce table.cart td.actions .coupon .button,
body .cart-empty.woocommerce-info,
#page .wc-empty-cart-message .wc-block-components-notice-banner.is-info,
.woocommerce table.shop_table.order_details tfoot td,
.edwp-minicart-wrap li div.blockUI.blockOverlay:before,
.widget_shopping_cart li div.blockUI.blockOverlay:before,
.dropdown-container ul.cart-list li.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.meta-wrapper .button-in a.compare div.blockUI.blockOverlay:before,
.thumbnail-wrapper .button-in a.compare div.blockUI.blockOverlay:before,
div.blockUI.blockOverlay:before,
.woocommerce div.blockUI.blockOverlay:before,
.meta-content .ic-like.loading:before,
.edwp-shop-load-more .button:before,
.woocommerce .edwp-shop-load-more .button:before,
.load-more-wrapper .button:before,
.archive.ajax-pagination .woocommerce > .products:before,
div.wpcf7 .ajax-loader:before,
.woocommerce p.stars a:hover,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.shipping-calculator-button,
#order_review_heading,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon,
.mailchimp-subscription .widgettitle,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.customer_details th,
.woocommerce #reviews #reply-title,
fieldset legend,
.woocommerce ul.order_details li strong,
.quantity .number-button:hover:before,
.quantity .number-button:hover:after,
.woocommerce .woocommerce-ordering ul.orderby .orderby-current,
.woocommerce .woocommerce-ordering .orderby-current, 
.edwp-filter-wrap-button a,
.product-per-page-form ul.perpage > li span,
.product-onsale-form label,
.counter-wrapper > div,
.edwp-countdown:not(.style-inline) .counter-wrapper > div .number-wrapper,
.account-content h2,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce-additional-fields > h3,
header.woocommerce-Address-title > h3,
.woocommerce-product-details__short-description .ul-style.square li:before,
.chart-table tr:first-child td,
.sku-wrapper span:not(.sku),
.brands-link span:not(.brand-links),
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links), 
.social-sharing > span,
.woocommerce div.product 
blockquote:before,
.author-info span.author a,
.widget_recent_comments ul li .comment-author-link:before,
body.error404 article > p,
.vertical-button-icon .subscribe-email .button i,
.woocommerce.archive #primary > .woocommerce-info:before,
.woocommerce.archive #page .woocommerce-no-products-found > .wc-block-components-notice-banner.is-info:before,
.edwp-current-filters .widget_layered_nav_filters ul li a,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
.edwp-product-video-button:hover,
.edwp-product-360-button:hover,
.yith-wfbt-section .yith-wfbt-images .image_plus,
.yith-wfbt-submit-block .total_price_label,
.woocommerce .woocommerce-tabs table.shop_attributes a,
#comments .wcpr-overall-rating-right .wcpr-overall-rating-right-total,
#comments li.wcpr-filter-button-li a,
.woocommerce.item-layout-list .heading-title a,
.edwp-prod-cat-widget-wrapper .all-categories > span,
.edwp-cart-steps .status,
.cart-dropdown-form .clear-cart-button,
div.product .single-navigation > a > span,
.edwp-product-sizes-button:hover,
.elementor-image figcaption,
.elementor-widget-image figcaption,
.blocks-gallery-item__caption figcaption,
.wp-block-table strong,
table strong,
.yith-wfbt-items label,
.widget_recent_comments .comment-author-link a,
#page .entry-meta-top span.author a,
.widget-container ul li span.author a,
.widget_display_search > form > div:before, 
.widget_search > form .search-button:before, 
.widget_product_search > form:before, 
.elementor-widget-wp-widget-woocommerce_product_search form:before, 
.elementor-widget-wp-widget-search form .search-button:before,
.search-table .search-button:before,
.social-icons.style-vertical .edwp-tooltip,
.edwp-trending-searches a:hover,
.single-post article .tags-link a:hover,
.tagcloud a:hover,
.meta-navigation  h6 a:hover,
.woocommerce ul#shipping_method li label,
form.checkout p.create-account > label,
.edwp-prod-cat-widget div > ul > li > a, 
.edwp-prod-cat-widget ul.product-categories > li > span.icon-toggle,
.gridlist-toggle span,
.quantity input[type^="button"],
.woocommerce #reviews #comments > h2 span,
#page rs-layer .product-group-button-meta > div.loop-add-to-cart a,
#page sr7-module .product-group-button-meta > div.loop-add-to-cart a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.edwp-pagination ul li a,
.edwp-pagination ul li span,
.post-nav-links > a,
.post-nav-links > span,
.post-nav-links > a:hover,
body table.compare-list th,
body table.compare-list tr.title th,
body table.compare-list tr.image th,
body table.compare-list tr.price th{
    color: var(--edwp-b-text-color);
}
@media only screen and (min-width: 992px){
    .woocommerce table.cart .actions > .button.empty-cart-button{
        color: var(--edwp-b-text-color);
    }
}
#edwp-search-popup .edwp-button-close{
    color: var(--edwp-b-text-color) !important;
}
#page .woocommerce > .return-to-shop a,
.woocommerce .button.button-border,
.button.button-border,
.woocommerce .button.button-border-2:hover,
.button.button-border-2:hover,
.threesixty .nav_bar a:hover,
.woocommerce .summary .yith-wfbt-submit-block .yith-wfbt-submit-button,
.woocommerce .summary .yith-wfbt-submit-block .yith-wfbt-submit-button:hover,
#comments .wcpr-filter-button:hover,
#page .summary .edwp-buy-now-button:hover,
.meta-content .ic-like:hover,
.meta-content .ic-like.already-like,
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce .widget_price_filter .price_slider_amount .button:hover, 
.woocommerce .woocommerce-order-details p.order-again .button,
.woocommerce .woocommerce-order-details p.order-again .button:hover,
.woocommerce-MyAccount-content .woocommerce-pagination .button:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.edwp-color-filter ul li.chosen a, 
.edwp-color-filter ul li:hover a, 
.edwp-product-attr > div.color:hover,
.edwp-product-attr > div.selected,
.edwp-trending-searches a:hover,
.single-post article .tags-link a:hover,
.tagcloud a:hover,
.meta-navigation h6 a:hover:before,
.edwp-cart-steps .status,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.edwp-pagination ul li a.prev:hover,
.edwp-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,
.edwp-pagination ul li a.prev:focus,
.edwp-pagination ul li a.next:focus,
.edwp-pagination ul li a:hover,
.edwp-pagination ul li a:focus,
.edwp-pagination ul li span.current,
.post-nav-links > span,
.post-nav-links > a:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
#mob-footer-actions a:hover,
#mob-footer-actions span:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.active-image img,
.woocommerce.archive #primary > .woocommerce-info:before,
.woocommerce.archive #page .woocommerce-no-products-found > .wc-block-components-notice-banner.is-info:before{
    border-color: var(--edwp-b-text-color);
}
.woocommerce .button.button-border-2,
.button.button-border-2,
.threesixty .nav_bar a,
.woocommerce .summary .yith-wfbt-submit-block .yith-wfbt-submit-button,
#comments .wcpr-filter-button,
#page .summary .edwp-buy-now-button,
.meta-content .ic-like,
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce .woocommerce-order-details p.order-again .button,
.woocommerce-MyAccount-content .woocommerce-pagination .button,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.product-wrapper .color-swatch > div.active,
.product-wrapper .color-swatch > div:hover,
#customer_login h2:after,
.woocommerce .checkout #order_review,
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover a,
.woocommerce .product figure .color-image.active span:before,
.woocommerce .product figure .color.active span:before,
body.single article .entry-format:after,
.summary .quantity input.qty,
.widget_price_filter .price_slider_amount input[type="text"]:focus,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.widget-title-wrapper a.block-control:hover,
.widget-title-wrapper a.block-control.active,
.yith-wfbt-section li .checkboxbutton,
.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.product-onsale-form label:before,
#edwp-product-360-modal .close{
    border-color: var(--edwp-border-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before{
    background-color: var(--edwp-border-color);
}

.images.loading:before,
.edwp-product .content-wrapper.loading:before,
.related-posts.loading .content-wrapper:before,
.woocommerce .product figure.loading:before,
.edwp-products-widget-wrapper.loading:before,
.edwp-blog-widget-wrap.loading:before,
body:not(.elementor-editor-active) .elementor-section.loading:before,
.edwp-recent-comments-widget-box.loading:before,
.blogs article a.gallery.loading:before,
.edwp-blog-posts-wrapper.loading .content-wrapper:before,
.edwp-twitter-slider .items.loading:before,
article .thumbnail.loading:before,
.thumbnails.loading:before,
.edwp-product-category-wrapper .content-wrapper.loading:before,
.thumbnails-container.loading:before,
.column-products.loading:before,
.edwp-instagram-wrapper.loading:before,
.edwp-products-widget-wrapper.loading:before,
.edwp-minicart-wrap li div.blockUI.blockOverlay:before,
.widget_shopping_cart li div.blockUI.blockOverlay:before,
.dropdown-container ul.cart-list li.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
div.blockUI.blockOverlay:before,
.woocommerce div.blockUI.blockOverlay:before,
div.wpcf7 .ajax-loader:before,
.edwp-search-by-category .search-content.loading ~ .search-button:before,
#page div.product .summary .wishlist a.loading:after,
.cart-dropdown-form.loading .cart-list:before,
.edwp-wishlist-table-section.loading:after,
.edwp-compare-modal.loading:after{
    border-top-color: var(--edwp-b-text-color);
    border-left-color: var(--edwp-b-text-color);
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
    background-color: var(--edwp-b-text-color);
}
.owl-dots > div > span{
    background-color: var(--edwp-border-color);
}
.owl-dots > div.active > span,
.owl-dots > div:hover > span{
    background-color: var(--edwp-primary-color);
}
.owl-nav > div,
div.product .single-navigation > div > a{
    color: var(--edwp-b-text-color);
    background-color: var(--edwp-main-background-color);
    border-color: var(--edwp-border-color);
}
div.product .single-navigation > div > a:hover,
.owl-nav > div:hover{
    border-color: var(--edwp-primary-color);
}

html body > h1 a.close,
.edwp-countdown.style-inline *,
.single-counter-wrapper *,
.single-counter-wrapper .availability-bar span.already-sold,
#page .show-counter-today .product .thumbnail-wrapper:before{
    color: var(--edwp-primary-bg-color);
}

h4.heading-title > a:hover,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
body a.btn-text:hover,
body .btn-text a:hover,
.more-less-buttons a:hover,
form.cart .reset_variations:hover,
.widget-container .post-list-widget > li a.post-title:hover,
.dashboard-widget.products ul li a:hover,
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info a:hover,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info a:hover,
.comments-area .reply a:hover,
.list-posts .heading-title a:hover,
.woocommerce table.cart td.actions .coupon .button:hover,
label a:hover,
.shipping-calculator-button:hover,
.dashboard-widget.products ul li a:hover,
.edwp-atc-popup-content .product-meta a:hover,
.widget-container ul.product_list_widget li > a:hover,
.widget-container ul.product_list_widget li .edwp-wg-meta > a:hover,
.woocommerce .widget-container ul.product_list_widget li .edwp-wg-meta > a:hover,
.woocommerce ul.product_list_widget .edwp-wg-meta > a:hover,
body .comment-meta .btn-text a:hover,
.widget-container ul > li a:hover,
.widget_categories > ul li.cat-parent.active > a,
.product-per-page-form ul.perpage ul li a.current,
.product-per-page-form ul.perpage ul li:hover a,
.woocommerce .woocommerce-ordering .orderby li a.current,
.woocommerce .woocommerce-ordering .orderby li a:hover,
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option--highlighted[aria-selected],
.order-number a,
.ol-style.icon-primary li:before,
.ul-style.icon-primary > li:before,
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info a,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info a,
.widget_recent_entries .post-date,
.primary-color,
.phone-number,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover a,
.edwp-product-attr > div:not(.color) a:hover,
.edwp-product-attr > div:not(.color).selected a,
.summary .cat-links a:hover,
div.product .single-navigation > a > span:hover,
p.lost_password a:hover,
.woocommerce .yith-wfbt-section > h3, 
#page .summary .wishlist a:hover,
#page .summary .compare a:hover,
.my-account-wrapper .forgot-pass a:hover, 
body .my-account-wrapper .form-content a.sign-up:hover,
.logged-in-as a:first-child,
.brands-link a:hover,
.tags-link a:hover,
.wp-block-archives li a:hover,
.wp-block-latest-posts li a:hover,
.wp-block-tag-cloud a:hover,
.wp-block-rss li a:hover,
header .header-language .wpml-ls-item li a:hover,
header .header-currency .wcml_currency_switcher li a:hover,
.account-dropdown-form ul li > a:hover,
.woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover,
p.lost_password a:hover,
.availability-bar span span.already-sold,
.widget-container ul li span.author a:hover,
.author-info span.author a:hover,
.widget_recent_comments .comment-author-link a:hover,
#page .entry-meta-top span.author a:hover,
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription button,
body.error404 article > .heading-font-2,
div.wpcf7 label > span,
.woocommerce .woocommerce-ordering .orderby-current:hover, 
.edwp-filter-wrap-button a.active,
.edwp-filter-wrap-button a:hover,
.product-onsale-form:hover label,
.product-onsale-form:hover label:before,
.product-onsale-form.checked label,
.product-onsale-form.checked label:before,
.woocommerce .woocommerce-ordering:hover ul.orderby .orderby-current,
.woocommerce .woocommerce-ordering:hover .orderby-current,
.product-per-page-form ul.perpage > li:hover span,
.edwp-prod-cat-widget div > ul > li.current > a:after, 
.widget_product_categories > ul > li.current-cat > a:after,  
.edwp-prod-cat-widget ul > li.current > a,
.edwp-prod-cat-widget ul > li a:hover, 
.widget_product_categories ul > li.current-cat > a,
.widget_product_categories ul > li a:hover,
.edwp-brand-filter div > ul > li.selected > label:after,
.edwp-brand-filter ul > li.selected > label,
.edwp-brand-filter ul li > label:hover,
.product-filter-by-availability ul > li.selected label:after,
.product-filter-by-availability ul > li.selected *,
.product-filter-by-availability ul li:hover *, 
.edwp-current-filters .widget_layered_nav_filters ul li a:hover,
.yith-wfbt-section li .checkboxbutton.checked:after,
.woocommerce .woocommerce-tabs table.shop_attributes a:hover,
.woocommerce.item-layout-list .heading-title a:hover,
.edwp-list-of-product-categories-wrapper .list-categories li a:hover,
ul.info-content li:before,
.edwp-product-in-category-tab-wrapper .column-tabs ul.tabs li:hover,
.edwp-product-in-category-tab-wrapper .column-tabs ul.tabs li.current,
.cats-link a,
.widget-container.widget_rss ul li > a:hover,
.edwp-cart-steps > a.active span.status,
.cart-collaterals .cart_totals > h2,
.woocommerce-checkout #order_review_heading,
.woocommerce #payment ul.payment_methods li label,
.edwp-prod-deals-wrap .shortcode-heading-wrapper h2,
.product-hover-style-2 .product-group-button > div a:hover .button-tooltip,
.gridlist-toggle span.active,
.category-best-selling .shortcode-heading-wrapper h2,
#page .edwp-mc-subscribe-element.text-center .widget-title,
.vertical-button-icon .subscribe-email .button:hover i,
#page rs-layer .product-group-button-meta > div.loop-add-to-cart a:hover,
#page sr7-module .product-group-button-meta > div.loop-add-to-cart a:hover,
.quantity .plus:hover,
.quantity .minus:hover,
.edwp-color-filter li.custom a:hover i,
.social-icons:not(.style-vertical) li.custom .edwp-tooltip:before,
.social-icons.style-vertical li.custom a:hover .edwp-tooltip{
    color: var(--edwp-primary-color);
}
#page div.product .summary .wishlist a.loading:hover:after{
    border-top-color: var(--edwp-primary-color);
    border-left-color: var(--edwp-primary-color);
}
@media only screen and (min-width: 992px){
    .woocommerce table.cart .actions > .button.empty-cart-button:hover{
        color: var(--edwp-primary-color);
    }
}
header .header-template .my-account-wrapper .forgot-pass a:hover,
body .my-account-wrapper .form-content a.sign-up:hover{
    color: var(--edwp-primary-color) !important;
}
.edwp-prod-cat-widget div > ul > li.current > a:before,
.widget_product_categories ul > li.current-cat > a:before,
.edwp-prod-cat-widget div > ul > li > a:hover:before,
.widget_product_categories ul > li > a:hover:before,
.edwp-brand-filter div > ul > li.selected > label:before,
.edwp-brand-filter div > ul > li > label:hover:before,
.product-filter-by-availability ul > li.selected label:before,
.product-filter-by-availability ul > li label:hover:before,
.woocommerce form.checkout_coupon,
.menu-wrapper > .ic-close-menu-button:hover,
.woocommerce div.product div.thumbnails li:hover a img,
.mobile-menu-wrapper nav > ul > li > ul,
.shortcode-heading-wrapper .heading-title:after,
.column-tabs .heading-tab .heading-title:after,
.tagcloud a:hover:before,
.yith-wfbt-section li .checkboxbutton.checked,
.edwp-cart-steps > a.active,
.edwp-cart-steps > a.active span.status,
.product-onsale-form.checked label:before,
.product-onsale-form:hover label:before,
.edwp-color-filter li.custom a:hover i,
.edwp-color-filter li.custom a i{
    border-color: var(--edwp-primary-color);
}
.style-inline .counter-wrapper,
#page .show-counter-today .product .thumbnail-wrapper:before,
.availability-bar .progress-bar span,
.edwp-minicart-wrap .ic-cart:after,
.single-counter-wrapper .edwp-countdown{
    background-color: var(--edwp-primary-color);
}
.comments-title .heading-title > span,
*:not(.edwp-mc-subscribe-element) > .mailchimp-subscription button:hover,
.edwp-mini-wishlist .count-number,
.woocommerce div.product form.cart .button:hover,
.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button,
.category-best-selling .product-label.best-selling-label,
.post-password-form input[type^="submit"]:hover,
footer#site-footer-inner .edwp-color-filter li.custom a,
.edwp-color-filter li.custom a i,
body .social-icons:not(.style-vertical) li.custom .edwp-tooltip{
    background-color: var(--edwp-primary-color);
    color: var(--edwp-primary-bg-color);
    border-color: var(--edwp-primary-color);
}
.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button:hover{
    border-color: var(--edwp-primary-color);
    color: var(--edwp-primary-color);
    background: transparent;
}
*,
*:before,
*:after,
.image-border .edwp-atc-popup-content .product-image img,
.image-border .thumbnail-wrapper img,
.quantity .number-button,
.quantity .minus,
.quantity .plus,
.woocommerce-account-fields,
.edwp-element-section .load-more-wrapper,
.edwp-shop-load-more,
.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce ul.order_details li,
.woocommerce div.product form.cart .group_table td,
body > table.compare-list,
.woocommerce table.my_account_orders tbody tr:first-child td:first-child,
body .woocommerce table.my_account_orders td.order-actions,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce .widget_layered_nav ul,
.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce table.shop_attributes,
.woocommerce #reviews #comments ol.commentlist li ,
.woocommerce div.product div.thumbnails li a img,
.woocommerce div.product div.images-thumbnails img,
.woocommerce ul.cart-list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.widget_price_filter .price_slider_amount input[type="text"],
.woocommerce div.product div.images .flex-control-thumbs li img,
#edwp-quickshop-modal .close{
    border-color: var(--edwp-border-color);
}
.edwp-compare-modal .items .item{
    outline-color: var(--edwp-border-color);
}
.edwp-product-attr > div:before{
    background-color: var(--edwp-border-color);
    border-color: var(--edwp-border-color);
}
.availability-bar .progress-bar{
    background-color: var(--edwp-border-color);
}
a.button,
button, 
input[type^="submit"], 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,  
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,  
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit, 
.shopping-cart p.buttons a,
.edwp-stick-compareBtn,
#page .main-products.list .product-group-button-meta > div.loop-add-to-cart a,
body .woocommerce table.compare-list .add-to-cart td a,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.button.button-primary:hover,
.woocommerce div .button.button-primary:hover,
.woocommerce div.product form.cart table .button:hover,
.shopping-cart-wrapper.cart-primary a > .ic-cart,
.woocommerce .woocommerce-form-register .button:hover,
#edwp-login-box .button.button-primary,
.woocommerce .button.button-border:hover,
.button.button-border:hover,
#page .woocommerce > .return-to-shop a:hover{ 
    background-color: var(--edwp-btn-bg-color);
    color: var(--edwp-btn-color);
    border-color: var(--edwp-btn-border-color);
}
.edwp-minicart-wrap .dropdown-footer .button.view-cart:hover,
#edwp-add-to-cart-popup-modal .action .button.view-cart:hover,
.woocommerce.widget_shopping_cart .buttons .button,
.woocommerce .widget_shopping_cart .buttons .button{
    background: transparent;
    color: var(--edwp-btn-bg-color);
    border-color: var(--edwp-btn-bg-color);
}
a.button:hover,
button:hover, 
input[type^="submit"]:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,  
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,  
.woocommerce #respond input#submit:hover, 
.woocommerce form.register .button,
body .mfp-close-btn-in .mfp-close:hover,
.woocommerce .woocommerce-form-register .button,
.cart_totals .wc-proceed-to-checkout a.button.view-cart:hover,
.woocommerce.widget_shopping_cart .buttons .button:hover,
.woocommerce .widget_shopping_cart .buttons .button:hover,
body .woocommerce table.compare-list .add-to-cart td a:hover,
#page .main-products.list .product-group-button-meta > div.loop-add-to-cart a:hover,
.button.button-primary,
.woocommerce div .button.button-primary,
.woocommerce #payment #place_order,
#comments .wcpr-overall-rating-left-average,
.woocommerce .cart_totals .wc-proceed-to-checkout a.button,
.edwp-minicart-wrap .dropdown-footer .button.checkout-button,
.woocommerce.widget_shopping_cart .buttons .button.checkout,
.woocommerce .widget_shopping_cart .buttons .button.checkout,
#edwp-add-to-cart-popup-modal .action .button.checkout,
#edwp-login-box .button.button-primary:hover,
.edwp-stick-compareBtn:hover{
    background-color: var(--edwp-btn-bg-hovercolor);
    color: var(--edwp-btn-hover-color);
    border-color: var(--edwp-btn-border-hover-color);
}
.woocommerce #payment #place_order:hover,
.woocommerce .cart_totals .wc-proceed-to-checkout a.button:hover,
.edwp-minicart-wrap .dropdown-footer .button.checkout-button:hover,
.woocommerce.widget_shopping_cart .buttons .button.checkout:hover,
.woocommerce .widget_shopping_cart .buttons .button.checkout:hover,
#edwp-add-to-cart-popup-modal .action .button.checkout:hover{
    background: transparent;
    color: var(--edwp-btn-bg-hovercolor);
    border-color: var(--edwp-btn-bg-hovercolor);
}
.shop_table .order-total .amount,
.dropdown-footer .total .amount,
div.product .availability.out-of-stock span.availability-text,
.shopping-cart-wrapper .subtotal .amount,
.woocommerce table.order_details tfoot tr:last-child .amount,
#order_review .order-total .amount{
    color: var(--edwp-h-text-color) !important;
}
.edwp-breadcrumb-wrap{
    background-color: var(--edwp-bcumbs-bg-color);
    border-color: var(--edwp-bcumbs-border-color);
}
body.error404 #main-content{
    border-color: var(--edwp-bcumbs-border-color);
}
.edwp-breadcrumb-wrap .breadcrumb-title *{
    color: var(--edwp-bcumbs-text-color);
}
.edwp-breadcrumb-wrap .breadcrumb-title a,
.edwp-breadcrumb-wrap .breadcrumb-title h1{
    color: var(--edwp-bcumbs-h1-color);
}
.edwp-breadcrumb-wrap .breadcrumb-title a:hover{
    color: var(--edwp-bcumbs-hover-link-color);
}
.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-title *{
    color: var(--edwp-bcumbs-txt-imgcolor);
}
.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-title a,
.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-title h1{
    color: var(--edwp-bcumbs-h1-imgcolor);
}
.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-title a:hover{
    color: var(--edwp-bcumbs-link-imgcolor);
}
body.post-type-archive-product .edwp-breadcrumb-wrap,
.shop-categoies-list{
    background-color: var(--edwp-categories-shopcolor);
    border-color: var(--edwp-categories-shopcolor);
}
.header-middle,
.header-style-2 .header-bottom{
    background-color: var(--edwp-header-m-bgcolor);
}
.shopping-cart-wrapper .cart-control,
.my-wishlist-wrapper a,
.my-account-wrapper .account-control > a,
.edwp-main-header .search-button > span{
    color: var(--edwp-header-m-iconcolor);
    border-color: var(--edwp-header-m-icon-bordercolor);
}
.shopping-cart-wrapper:hover .cart-control, 
.my-account-wrapper .account-control > a:hover,
.my-wishlist-wrapper:hover a,
.edwp-main-header .search-button > span:hover{
    color: var(--edwp-header-m-icon-hovercolor);
    border-color: var(--edwp-header-m-icon-border-hcolor);
}
.edwp-mini-wishlist .count-number,
.ic-cart .cart-number,
#mob-footer-actions .edwp-mini-wishlist .count-number{
    background-color: var(--edwp-header-cart-bgcolor);
    color: var(--edwp-header-cart-countcolor);
}
.edwp-search-by-category .search-content input[type="text"]{
    color: var(--edwp-header-search-color);
    background-color: var(-edwp-header-search-bgcolor);
    border-color: var(--edwp-header-search-hovercolor);
}
.edwp-search-by-category .search-content.loading:before{
    border-top-color: var(--edwp-header-search-iconcolor);
    border-left-color: var(--edwp-header-search-iconcolor);
}
.edwp-search-by-category::-webkit-input-placeholder{
    color: var(--edwp-header-search-holdercolor);
}
.edwp-search-by-category:-moz-placeholder{ /* Firefox 18- */
    color: var(--edwp-header-search-holdercolor);
}
.edwp-search-by-category::-moz-placeholder{  /* Firefox 19+ */
    color: var(--edwp-header-search-holdercolor);
}
.edwp-search-by-category:-ms-input-placeholder{
    color: var(--edwp-header-search-holdercolor);
}
.edwp-search-by-category .search-button:before{
    color: var(--edwp-header-search-iconcolor);
}
.edwp-search-by-category .search-button:hover:before{
    color: var(--edwp-header-search-hovercolor);
}
.header-style-3 .header-bottom{
    background-color: var(--edwp-header-b-bgcolor);
    border-color: var(--edwp-header-b-bordercolor);
}
.vertical-menu-button{
    color: var(--edwp-header-v-iconcolor);
}
.edwp-menu > nav.main-menu > ul.menu > li > .edwp-dropdown-icon,
header nav.main-menu > ul.menu > li > a,
header nav.main-menu > ul > li > a,
header nav.main-menu > ul.menu > li.menu-item:before{
    color: var(--edwp-menu-color);
}

header nav.main-menu > ul.menu > li.menu-item:hover:before,
header nav.main-menu > ul.menu > li.current-menu-item:before,
header nav.main-menu > ul.menu > li.current_page_parent:before,
header nav.main-menu > ul.menu > li.current-menu-parent:before,
header nav.main-menu > ul.menu > li.current_page_item:before,
header nav.main-menu > ul.menu > li.current-menu-ancestor:before,
header nav.main-menu > ul.menu > li.current-page-ancestor:before,

.edwp-menu > nav.main-menu > ul.menu > li.current-menu-item > .edwp-dropdown-icon,
.edwp-menu > nav.main-menu > ul.menu > li.current_page_parent > .edwp-dropdown-icon,
.edwp-menu > nav.main-menu > ul.menu > li.current-menu-parent > .edwp-dropdown-icon,
.edwp-menu > nav.main-menu > ul.menu > li.current_page_item > .edwp-dropdown-icon,
.edwp-menu > nav.main-menu > ul.menu > li.current-menu-ancestor > .edwp-dropdown-icon,
.edwp-menu > nav.main-menu > ul.menu > li.current-page-ancestor > .edwp-dropdown-icon,
.edwp-menu > nav.main-menu > ul.menu li.current-product_cat-ancestor > .edwp-dropdown-icon,
header nav.main-menu > ul.menu > li:hover > a,
header nav.main-menu > ul.menu > li.current-menu-item > a,
header nav.main-menu > ul.menu > li.current_page_parent > a,
header nav.main-menu > ul.menu > li.current-menu-parent > a,
header nav.main-menu > ul.menu > li.current_page_item > a,
header nav.main-menu > ul.menu > li.current-menu-ancestor > a,
header nav.main-menu > ul.menu > li.current-page-ancestor > a,
header nav.main-menu > ul.menu li.current-product_cat-ancestor > a{
    color: var(--edwp-menu-hovercolor);
}
header nav > ul.menu li ul.sub-menu:before{
    background-color: var(--edwp-submenu-bgcolor);
}
header nav > ul.menu ul.sub-menu li.menu-item:before,
header nav > ul.menu ul.sub-menu > li > a,
header nav > ul.menu .elementor-widget-wp-widget-nav_menu li > a,
.edwp-menu nav > ul.menu ul li > .edwp-dropdown-icon{
    color: var(--edwp-submenu-color);
}
.edwp-menu > nav > ul.menu ul li:hover > .edwp-dropdown-icon,
.edwp-menu > nav > ul.menu ul li.current_page_item > .edwp-dropdown-icon,
.edwp-menu > nav > ul.menu ul li.current-menu-item > .edwp-dropdown-icon,
.edwp-menu > nav > ul.menu ul li.current_page_parent > .edwp-dropdown-icon,
.edwp-menu > nav > ul.menu ul li.current-menu-parent > .edwp-dropdown-icon,
.edwp-menu > nav > ul.menu ul li.current-menu-ancestor > .edwp-dropdown-icon,
.edwp-menu > nav > ul.menu ul li.current-page-ancestor > .edwp-dropdown-icon,
.edwp-menu > nav > ul.menu ul li.current-product_cat-ancestor > .edwp-dropdown-icon,
header nav > ul.menu ul.sub-menu > li:hover > a,
header nav > ul.menu ul.sub-menu li.menu-item:hover:before,
header nav > ul.menu .elementor-widget-wp-widget-nav_menu li:hover > a,
header nav > ul.menu .elementor-widget-wp-widget-nav_menu li.current-menu-item > a,
header nav > ul.menu ul.sub-menu li.current-menu-item > a,
header nav > ul.menu ul.sub-menu li.current_page_parent > a,
header nav > ul.menu ul.sub-menu li.current-menu-parent > a,
header nav > ul.menu ul.sub-menu li.current_page_item > a,
header nav > ul.menu ul.sub-menu li.current-menu-ancestor > a,
header nav > ul.menu ul.sub-menu li.current-page-ancestor > a,
header nav > ul.menu ul.sub-menu li.current-product_cat-ancestor > a,

header nav > ul.menu ul.sub-menu li.current-menu-item:before,
header nav > ul.menu ul.sub-menu li.current_page_parent:before,
header nav > ul.menu ul.sub-menu li.current-menu-parent:before,
header nav > ul.menu ul.sub-menu li.current_page_item:before,
header nav > ul.menu ul.sub-menu li.current-menu-ancestor:before,
header nav > ul.menu ul.sub-menu li.current-page-ancestor:before,
header nav > ul.menu ul.sub-menu li.current-product_cat-ancestor:before{
    color: var(--edwp-submenu-hovercolor);
}

.menu-wrapper nav > ul.menu ul.sub-menu h1,
.menu-wrapper nav > ul.menu ul.sub-menu h2,
.menu-wrapper nav > ul.menu ul.sub-menu h3,
.menu-wrapper nav > ul.menu ul.sub-menu h4,
.menu-wrapper nav > ul.menu ul.sub-menu h5,
.menu-wrapper nav > ul.menu ul.sub-menu h6,
.menu-wrapper nav > ul.menu ul.sub-menu .h1,
.menu-wrapper nav > ul.menu ul.sub-menu .h2,
.menu-wrapper nav > ul.menu ul.sub-menu .h3,
.menu-wrapper nav > ul.menu ul.sub-menu .h4,
.menu-wrapper nav > ul.menu ul.sub-menu .h5,
.menu-wrapper nav > ul.menu ul.sub-menu .h6{
    color: var(--edwp-submenu-title-color);
}

.wcml_currency_switcher > ul:before, 
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before,
#side-vertical-menu .vertical-menu-content,
.edwp-main-header .side-vertical-inner > .vertical-menu:before{
    background-color: var(--edwp-vmenu-bgcolor);
}
#side-vertical-menu,
#side-vertical-menu h1,
#side-vertical-menu h2,
#side-vertical-menu h3,
#side-vertical-menu h4,
#side-vertical-menu h5,
#side-vertical-menu h6,
#side-vertical-menu .edwp-dropdown-icon,
#side-vertical-menu .edwp-menu ul li a,
#side-vertical-menu .edwp-menu ul li:before,
#side-vertical-menu .close,
.edwp-compare-modal .close,
.edwp-main-header nav.vertical-menu > ul.menu > li > a,
.edwp-main-header nav.vertical-menu > ul.menu > li:before{
    color: var(--edwp-vmenu-color);
}
#side-vertical-menu *{
    border-color: var(--edwp-cvmenu-borderolor);
}
.header-language:hover .wpml-ls > ul > li > a,
.header-currency:hover .wcml_currency_switcher > a,
.edwp-compare-modal .close:hover,
#side-vertical-menu .side-vertical-inner nav > ul.menu > li.small-menu:hover > a,
#side-vertical-menu .content-top a:hover,
#side-vertical-menu .close:hover,
#side-vertical-menu ul.menu li.menu-item:hover:before,
#side-vertical-menu ul.menu li.current-menu-item:before,
#side-vertical-menu ul.menu li.current_page_parent:before,
#side-vertical-menu ul.menu li.current-menu-parent:before,
#side-vertical-menu ul.menu li.current_page_item:before,
#side-vertical-menu ul.menu li.current-menu-ancestor:before,
#side-vertical-menu ul.menu li.current-page-ancestor:before,

#side-vertical-menu ul.menu li.current-menu-item > .edwp-dropdown-icon,
#side-vertical-menu ul.menu li.current_page_parent > .edwp-dropdown-icon,
#side-vertical-menu ul.menu li.current-menu-parent > .edwp-dropdown-icon,
#side-vertical-menu ul.menu li.current_page_item > .edwp-dropdown-icon,
#side-vertical-menu ul.menu li.current-menu-ancestor > .edwp-dropdown-icon,
#side-vertical-menu ul.menu li.current-page-ancestor > .edwp-dropdown-icon,
#side-vertical-menu ul.menu li.current-product_cat-ancestor > .edwp-dropdown-icon,
#side-vertical-menu ul.menu li.current-menu-item > a,
#side-vertical-menu ul.menu li.current_page_parent > a,
#side-vertical-menu ul.menu li.current-menu-parent > a,
#side-vertical-menu ul.menu li.current_page_item > a,
#side-vertical-menu ul.menu li.current-menu-ancestor > a,
#side-vertical-menu ul.menu li.current-page-ancestor > a,
#side-vertical-menu ul.menu li.current-product_cat-ancestor > a,
#side-vertical-menu ul.menu li:hover > a,
#side-vertical-menu ul.menu li:hover:before,
#side-vertical-menu li.active >.edwp-dropdown-icon,
#side-vertical-menu .edwp-dropdown-icon:hover{
    color: var(--edwp-vmenu-hovercolor);
}
.header-language .wpml-ls-item li a,
.header-currency .wcml_currency_switcher li a,
#side-vertical-menu .side-vertical-inner nav > ul.menu > li.small-menu > a,
#side-vertical-menu .side-vertical-inner nav > ul.menu > li.small-menu:before,
#list-icon-wrapper nav > ul.menu > li.small-menu > a,
#list-icon-wrapper nav > ul.menu > li.small-menu:before,
#side-vertical-menu .edwp-menu ul.sub-menu li a,
#side-vertical-menu .edwp-menu ul.sub-menu li:before{
    color: var(--edwp-vsubmenu-color);
}
#side-vertical-menu ul.sub-menu li.current-menu-item > .edwp-dropdown-icon,
#side-vertical-menu ul.sub-menu li.current_page_parent > .edwp-dropdown-icon,
#side-vertical-menu ul.sub-menu li.current-menu-parent > .edwp-dropdown-icon,
#side-vertical-menu ul.sub-menu li.current_page_item > .edwp-dropdown-icon,
#side-vertical-menu ul.sub-menu li.current-menu-ancestor > .edwp-dropdown-icon,
#side-vertical-menu ul.sub-menu li.current-page-ancestor > .edwp-dropdown-icon,
#side-vertical-menu ul.sub-menu li.current-product_cat-ancestor > .edwp-dropdown-icon,
#side-vertical-menu ul.sub-menu li:hover > a,
#side-vertical-menu ul.sub-menu li:hover:before,
#side-vertical-menu ul.sub-menu li.current-menu-item > a,
#side-vertical-menu ul.sub-menu li.current_page_parent > a,
#side-vertical-menu ul.sub-menu li.current-menu-parent > a,
#side-vertical-menu ul.sub-menu li.current_page_item > a,
#side-vertical-menu ul.sub-menu li.current-menu-ancestor > a,
#side-vertical-menu ul.sub-menu li.current-page-ancestor > a,
#side-vertical-menu ul.sub-menu li.current-product_cat-ancestor > a,
#side-vertical-menu ul.sub-menu .edwp-dropdown-icon.active,
#side-vertical-menu ul.sub-menu .edwp-dropdown-icon:hover{
    color: var(--edwp-vmenu-hovercolor);
}
@media only screen and (max-width: 767px){
    .edwp-main-header .header-template,
    .edwp-main-header .header-middle{
        background-color: var(--edwp-mmenu-bgcolor);
    }
    .edwp-main-header .edwp-mobile-icon-toggle span, 
    .edwp-main-header .shopping-cart-wrapper a.cart-control{
        color: var(--edwp-mmenu-iconcolor);
        border-color: var(--edwp-mmenu-icon-bordercolor);
    }
    .edwp-main-header .ic-cart .cart-number{
        color: var(--edwp-mmenu-cart-color);
        background-color: var(--edwp-mmenu-cart-bgcolor);
    }
}
.ic-mobile-menu-close-button,
.mobile-menu-wrapper nav li > a,
.mobile-menu-wrapper nav li.menu-item:before,
.mobile-menu-wrapper nav li > .edwp-dropdown-icon,
.mobile-menu-wrapper nav > ul.menu ul li > .edwp-dropdown-icon{
    color: var(--edwp-mmenu-color);
}
.mobile-menu-wrapper nav *{
    border-color: var(--edwp-mmenu-bordercolor);
}
#list-icon-wrapper .edwp-side-wrapper-content,
.mobile-menu-wrapper li .edwp-dropdown-icon.active,
#list-icon-wrapper .menu-title{
    background-color: var(--edwp-hmmenu-bgcolor);
}
.tab-mobile-menu li{
    color: var(--edwp-hmmenu-color);
    border-color: var(--edwp-hmmenu-bordercolor);
    background: transparent;
}
.tab-mobile-menu li.active{
    color: var(--edwp-hmmenu-hovercolor);
    background-color: var(--edwp-hmmenu-hoverbgcolor);
    border-color: var(--edwp-hmmenu-hoverbgcolor);
}
.mobile-menu-wrapper nav > ul.menu ul.sub-menu h1,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu h2,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu h3,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu h4,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu h5,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu h6,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu .h1,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu .h2,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu .h3,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu .h4,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu .h5,
.mobile-menu-wrapper nav > ul.menu ul.sub-menu .h6{
    color: var(--edwp-hmmenu-title-color);
}
.mobile-menu-wrapper .edwp-dropdown-icon.active,
.mobile-menu-wrapper .edwp-dropdown-icon:hover,
.mobile-menu-wrapper nav > ul li:hover > .edwp-dropdown-icon,
.mobile-menu-wrapper nav ul li:hover > a,
.mobile-menu-wrapper ul ul li:hover > a,
.mobile-menu-wrapper nav ul li.menu-item:hover:before,
.mobile-menu-wrapper nav ul li > .edwp-dropdown-icon:hover,
.mobile-menu-wrapper ul ul li:hover > .edwp-dropdown-icon,
.mobile-menu-wrapper ul.menu ul.sub-menu > li > a:hover,
.mobile-menu-wrapper ul.menu .elementor-widget-wp-widget-nav_menu li > a:hover,
.mobile-menu-wrapper ul.menu ul .elementor-widget-wp-widget-nav_menu li.current-menu-item > a,
.mobile-menu-wrapper ul.menu li.current-menu-item > a,
.mobile-menu-wrapper ul.menu li.current_page_parent > a,
.mobile-menu-wrapper ul.menu li.current-menu-parent > a,
.mobile-menu-wrapper ul.menu li.current_page_item > a,
.mobile-menu-wrapper ul.menu li.current-menu-ancestor > a,
.mobile-menu-wrapper ul.menu li.current-page-ancestor > a,
.mobile-menu-wrapper ul.menu li.current-product_cat-ancestor > a,
.mobile-menu-wrapper ul.menu li.current-menu-item > .edwp-dropdown-icon,
.mobile-menu-wrapper ul.menu li.current_page_parent > .edwp-dropdown-icon,
.mobile-menu-wrapper ul.menu li.current-menu-parent > .edwp-dropdown-icon,
.mobile-menu-wrapper ul.menu li.current_page_item > .edwp-dropdown-icon,
.mobile-menu-wrapper ul.menu li.current-menu-ancestor > .edwp-dropdown-icon,
.mobile-menu-wrapper ul.menu li.current-page-ancestor > .edwp-dropdown-icon,
.mobile-menu-wrapper ul.menu li.current-product_cat-ancestor > .edwp-dropdown-icon,
.mobile-menu-wrapper nav ul.menu li.current-menu-item:before,
.mobile-menu-wrapper nav ul.menu li.current_page_parent:before,
.mobile-menu-wrapper nav ul.menu li.current-menu-parent:before,
.mobile-menu-wrapper nav ul.menu li.current_page_item:before,
.mobile-menu-wrapper nav ul.menu li.current-menu-ancestor:before,
.mobile-menu-wrapper nav ul.menu li.current-page-ancestor:before,
.mobile-menu-wrapper nav ul.menu li.current-product_cat-ancestor:before,
.group-button-header a:hover,
.group-button-header .wpml-ls-legacy-dropdown a:focus,
.group-button-header .wpml-ls-legacy-dropdown a:hover,
.group-button-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a{
    color: var(--edwp-hmmenu-hovercolor);
}
.mobile-menu-wrapper ul.sub-menu{
    background-color: var(--edwp-hmmenu-bgcolor);
}
.mobile-menu-wrapper nav .sub-menu *{
    border-color: var(--edwp-mmenu-bordercolor);
}
.group-button-header{
    color: var(--edwp-bmmenu-color);
    background-color: var(--edwp-bmmenu-bgcolor);
}
.group-button-header a{
    color: var(--edwp-bmmenu-color);
}

footer#site-footer-inner{
    background-color: var(--edwp-footer-bgcolor);
}
.footer-container *,
.footer-container input[type="text"], 
.footer-container input[type="search"], 
.footer-container input[type="text"], 
.footer-container input[type="email"], 
.footer-container input[type="password"], 
.footer-container input[type="date"], 
.footer-container input[type="number"], 
.footer-container input[type="tel"]{
    border-color: var(--edwp-footer-bordercolor);
}
.footer-container input[type="text"]:focus, 
.footer-container input[type="search"]:focus, 
.footer-container input[type="text"]:focus, 
.footer-container input[type="email"]:focus, 
.footer-container input[type="password"]:focus, 
.footer-container input[type="date"]:focus, 
.footer-container input[type="number"]:focus, 
.footer-container input[type="tel"]:focus{
    border-color: var(--edwp-footer-hover-bordercolor);
}
footer#site-footer-inner,
.footer-container a,
.footer-container dt,
.footer-container .mc4wp-form-fields label{
    color: var(--edwp-footer-color);
}
.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6,
.footer-container .widget-title,
.footer-container .mc4wp-form-fields h2.title{
    color: var(--edwp-footer-title-color);
}
.footer-container a:hover{
    color: var(--edwp-footer-hovercolor);
}
.footer-container .tagcloud a{
    border-color: var(--edwp-footer-bordercolor);
    color: var(--edwp-footer-color);
}
.footer-container .tagcloud a:hover{
    border-color: var(--edwp-footer-hover-bordercolor);
    color: var(--edwp-footer-hover-bordercolor);
}

.star-rating:before, 
.woocommerce .star-rating:before,
body .star-rating.no-rating:before{
    color: var(--edwp-rating-color) !important;
}
.woocommerce p.stars:hover a:before, 
.star-rating span:before, 
.woocommerce p.stars.selected a.active:before, 
.woocommerce p.stars.selected a:before,
#comments li.wcpr-filter-button-li a:hover{
    color: var(--edwp-rating-color) !important;
}
#comments .rate-percent-bg .rate-percent{
    background-color: var(--edwp-rating-color);
}
.edwp-atc-popup-content .product-meta a,
.edwp-result-wrapper ul li a,
.widget-container ul.product_list_widget li > a,
.widget-container ul.product_list_widget li .edwp-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .edwp-wg-meta > a,
.woocommerce ul.product_list_widget .edwp-wg-meta > a,
.elementor-widget-container ul.product_list_widget li > a,
.elementor-widget-container ul.product_list_widget li .edwp-wg-meta > a,
h3.product-name > a,
.product-name a,
.single-navigation .product-info,
.group_table a,
body table.compare-list tr.title td,
.woocommerce .list-categories .product .product-categories a,
.woocommerce #order_review td.product-name{
    color: var(--edwp-prod-color);
}
.product .product-brands a:hover,
.meta-wrapper .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.edwp-atc-popup-content .product-meta a:hover,
.edwp-result-wrapper ul li a:hover,
.elementor-widget-container ul.product_list_widget li > a:hover,
.elementor-widget-container ul.product_list_widget li .edwp-wg-meta > a:hover,
.woocommerce .widget-container ul.product_list_widget li .edwp-wg-meta > a:hover,
.widget-container ul.product_list_widget li > a:hover,
.widget-container ul.product_list_widget li .edwp-wg-meta > a:hover,
.woocommerce ul.product_list_widget .edwp-wg-meta > a:hover,
h3.product-name > a:hover,
.product-name a:hover,
.single-navigation .product-info,
.group_table a:hover,
.woocommerce .list-categories .product .product-categories a:hover,
#page .product-group-button-meta > div a:hover,
#page .main-products.list .product-group-button-meta > div.button-in a:hover *{
    color: var(--edwp-prod-hovercolor);
}
.meta-wrapper .button-in a.loading:hover:after {
    border-top-color: var(--edwp-prod-hovercolor);
    border-left-color: var(--edwp-prod-hovercolor);
}
.thumbnail-wrapper .product-group-button .loop-add-to-cart a,
.product-group-button > div a{
    background-color: var(--edwp-prod-btn-bgcolor);
    color: var(--edwp-prod-btncolor);
}
.meta-wrapper .button-in a.loading:after,
.thumbnail-wrapper .button-in a.loading:before,
#page .product-group-button div.loop-add-to-cart a.loading:before,
#page .product-group-button-meta div.loop-add-to-cart a.loading:before{
    border-top-color: var(--edwp-prod-btncolor);
    border-left-color: var(--edwp-prod-btncolor);
}
.thumbnail-wrapper .product-group-button .loop-add-to-cart a:hover,
.product-group-button > div a:hover{
    background-color: var(--edwp-prod-btn-hover-bgcolor);
    color: var(--edwp-prod-btn-hovercolor);
}
.product-wrapper .button-in a .button-tooltip,
.thumbnail-wrapper a .button-tooltip,
.edwp-product-attr .button-tooltip{
    color: var(--edwp-prod-btncolor);
}
.product-group-button .button-tooltip:before,
.product-group-button-meta .button-in .button-tooltip:before,
.edwp-product-attr .button-tooltip:before{
    background-color: var(--edwp-prod-btn-bgcolor);
}
.woocommerce .product .product-label .onsale{
    color: var(--edwp-label-color);
    background-color: var(--edwp-label-bgcolor);
}
.woocommerce .product .product-label .onsale.amount{
    color: var(--edwp-prod-btn-bgcolor);
}
.woocommerce .product .product-label .new{
    color: var(--edwp-nlabel-color);
    background-color: var(--edwp-nlabel-bgcolor);
}
.woocommerce .product .product-label .featured{
    color: var(--edwp-flabel-color);
    background-color: var(--edwp-flabel-bgcolor);
}
.woocommerce .product .product-label .out-of-stock{
    color: var(--edwp-olabel-color);
    background-color: var(--edwp-olabel-bgcolor);
}
.price .amount,
.shop_table .amount,
.wishlist-item .amount,
.edwp-minicart-wrap .subtotal > span.amount,
.woocommerce .products .product .price,
.product_list_widget .price,
.product_list_widget .amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.single-navigation .product-info .price,
body table.compare-list tr.price td{
    color: var(--edwp-price-color);
}
del .amount,
.wishlist-item del .amount,
.edwp-atc-popup-content del .amount,
.woocommerce .products .product del .amount,
.product_list_widget del .amount,
.shop_table del .amount,
div.product .summary .price del .amount,
.price del .amount,
.woocommerce div.product .summary p.price del .amount,
.yith-wfbt-section del .amount{
    color: var(--edwp-price-color2);
}
.yith-wfbt-submit-block .total_price .amount,
ins .amount,
.wishlist-item ins .amount,
.woocommerce .products .product ins .amount,
.product_list_widget ins .amount,
div.product .price ins .amount,
.price ins .amount,
.yith-wfbt-section ins .amount{
    color: var(--edwp-price-color3);
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  padding:0 !important;
  max-width:40%;
  font-size:16px;
}
@media only screen and (min-width: 768px){
	.header-transparent .header-template > div:not(.is-sticky) .shopping-cart-wrapper .cart-control, 
	.header-transparent .header-template > div:not(.is-sticky) .my-wishlist-wrapper a, 
	.header-transparent .header-template > div:not(.is-sticky) .my-account-wrapper .account-control > a, 
	.header-transparent .header-template > div:not(.is-sticky) .search-button > span{
		border-width: 0;
	}
	.header-text-light .header-template > div:not(.is-sticky) .edwp-menu > nav.main-menu > ul.menu > li > .edwp-dropdown-icon, 
	.header-text-light .header-template > div:not(.is-sticky) nav.main-menu > ul.menu > li > a, 
	.header-text-light .header-template > div:not(.is-sticky) nav.main-menu > ul > li > a, 
	.header-text-light .header-template > div:not(.is-sticky) nav.main-menu > ul.menu > li.menu-item:before,
	.header-text-light .header-template > div:not(.is-sticky) .vertical-menu-button,
	.header-text-light .header-template > div:not(.is-sticky) .shopping-cart-wrapper .cart-control, 
	.header-text-light .header-template > div:not(.is-sticky) .my-wishlist-wrapper a, 
	.header-text-light .header-template > div:not(.is-sticky) .my-account-wrapper .account-control > a, 
	.header-text-light .header-template > div:not(.is-sticky) .search-button > span{
		color: #ffffff;
	}
	.header-style-2 .header-middle .header-left, 
	.header-style-2 .header-middle .header-right{
		width: 25%;
	}
	
	.woocommerce table.shop_table.woocommerce-cart-form__contents, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents thead, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents tr, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents th, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents td, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents tbody, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents tfoot{
		display: block;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents th, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents td{
		border-width: 0;
		margin: 0;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents th{
		padding: 0 0 15px 0;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents tr{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents tr > *{
		margin-right: 10px;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents tr > .product-remove{
		margin-right: 0;
		text-align: end;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents thead{
		border-width: 0 0 1px 0;
		border-style: solid;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr{
		border-width: 0 0 1px 0;
		border-style: solid;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr:last-child{
		border-width: 0;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents th.product-thumbnail{
		display: none;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-name{
		text-align: start;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-price{
		text-align: end;
		max-width: 380px;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity{
		width: 120px;
		min-width: 120px;
		text-align: end;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-subtotal{
		width: 110px;
		min-width: 110px;
		text-align: end;
	}
	#add_payment_method table.cart .product-thumbnail, 
	.woocommerce-cart table.cart .product-thumbnail, 
	.woocommerce-checkout table.cart .product-thumbnail{
		width: 80px;
		min-width: 80px;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-remove{
		order: 100;
		width: 50px;
	}
	
	.style-dropdown #edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content{
		min-height: auto !important;
	}
}

@media only screen and (min-width: 1025px){
	body:not(.edwp-desktop) .thumbnail-wrapper .product-group-button{
		display: none !important
	}
	body:not(.edwp-desktop) #page .product-group-button-meta{
		display: block;
		margin: 8px 0 0 0;
		padding: 8px 0 0 0;
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	
	body.edwp-desktop .product-wrapper .thumbnail-wrapper:hover > a:before,
	body.edwp-desktop .product-wrapper .thumbnail-wrapper:hover figure.owl-carousel .owl-item:before{
		visibility: visible;
		opacity: 0.1;
	}
	
	body.edwp-desktop .woocommerce div.product div.woocommerce-product-gallery,
	body.edwp-desktop .woocommerce div.product div.summary{
		width: 50%;
	}
	
	body.edwp-desktop.woocommerce .product .thumbnail-wrapper figure img:first-child,
	body.edwp-desktop .woocommerce .product .thumbnail-wrapper figure img:first-child{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		transition: opacity .3s ease 0s;
	}
	body.edwp-desktop.woocommerce .product figure.has-back-image img:last-child,
	body.edwp-desktop .woocommerce .product figure.has-back-image img:last-child{
		position: absolute;right: 0;left: 0;top: 0;
		width: 100%;
		transition: opacity .3s ease 0s;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		opacity: 0
	}
	body.edwp-desktop.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child,
	body.edwp-desktop .woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child{
		opacity: 1;
	}
	body.edwp-desktop.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child,
	body.edwp-desktop .woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child{
		opacity: 0;
	}
}

@media only screen and (min-width: 1200px){
	rs-layer .woocommerce .products h3.product-name,
	sr7-module .woocommerce .products h3.product-name{
		margin: 0 0 14px 0;
	}
	.product-hover-style-2 rs-layer .product-group-button-meta,
	.product-hover-style-2 sr7-module .product-group-button-meta{
		margin: 16px 0 0 0;
		padding: 16px 0 0 0;
	}
	
	#main-content.edwp-cell-18{
		width: calc(75% - 0.5px);
	}
	#main-content.edwp-cell-12{
		width: calc(50% - 1px);
	}
	#left-sidebar, 
	#right-sidebar{
		width: calc(25% + 0.5px);
	}
	
	.edwp-element-section.edwp-masonry .items {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	.edwp-element-section.edwp-masonry .items .item{
		padding-left: 20px;
		padding-right: 20px;
	}
	#add_payment_method table.cart .product-thumbnail, 
	.woocommerce-cart table.cart .product-thumbnail, 
	.woocommerce-checkout table.cart .product-thumbnail {
		width: 120px;
		min-width: 120px;
	}
	
	#page .main-products.list .product .product-wrapper .meta-wrapper{
		width: 50%;
	}
	
	.edwp-cell-18 .detail-meta-top > .woocommerce-product-rating + .availability{
		margin-left: 10px;
		padding-left: 10px;
	}
	.single-counter-wrapper .edwp-countdown.style-inline .dots{
		padding: 0 6px;
	}
	.edwp-cell-18 .summary .quantity{
		width: 120px;
	}
	
	.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget .edwp-video.auto-size {
		padding-bottom: 29.25% !important;
	}
	
}
@media only screen and (min-width: 992px){
	.woocommerce-checkout #customer_details{
		float: left;
	}
	.woocommerce-checkout #order_review{
		float: right;
	}
	body .woocommerce-billing-fields > h3{
		line-height: 40px;
	}
	.woocommerce-checkout #order_review_heading{
		float: right;
		width: 340px;
	}
	
	.woocommerce table.cart .actions > .button.empty-cart-button{
		border-color: transparent !important;
		background: transparent !important;
	}
}
	
@media only screen and (max-width: 1200px){
	.dots-top .owl-dots{
		top: -50px;
	}
	#page .edwp-prod-deals-wrap .edwp-countdown{
		font-size: 14px;
	}
	
	.edwp-breadcrumb-wrap.breadcrumb-v1 .breadcrumb-content{
		height: 100px;
	}
	
	h3.product-name,
	.product-name h3{
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
	}
	body .nav-middle .items:hover .owl-nav .owl-next,
	body .nav-middle.thumbnail:hover .owl-nav .owl-next{
		right: 5px; 
		left: auto;
	}
	body .nav-middle .items:hover .owl-nav .owl-prev,
	body .nav-middle.thumbnail:hover .owl-nav .owl-prev{
		left: 5px; 
		right: auto;
	}
	#page .product-group-button-meta > div.button-in.compare,
	#page .product-group-button-meta > div.button-in .button-tooltip{
		display: none;
	}
	#page .main-products.list .product-group-button-meta > div.button-in .button-tooltip{
		display: block !important;
	}
	.woocommerce #main-content > .page-container,
	.woocommerce-page #main-content > .page-container,
	.page-template-blog-template #main-content > .page-container,
	.single #main-content > .page-container,
	.archive #main-content > .page-container{
		padding-bottom: 50px;
	}
	.archive.woocommerce #main-content > .page-container{
		padding-bottom: 20px;
	}
	.edwp-wishlist-table-section,
	.edwp-compare-table-wrapper {
		margin-bottom: 20px;
	}
	.elementor-toggle .elementor-tab-title .elementor-toggle-icon i{
		line-height: 26px;
	}
	body.error404 article{
		display: block;
	}
	body.error404 article .text-404{
		margin: 0;
		width: 100%;
	}
	body.error404 article .text-404 > div{
		padding-left: 0;
		padding-right: 0;
	}
	body.error404 article .img-404{
		display: none;
	}
	
	.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) > :where(.product-stock-status, .product-price) {
		min-width: 180px;
	}
	
	.edwp-compare-table-wrapper .product-thumbnail img,
	.edwp-compare-table-wrapper .product-thumbnail .product-price,
	.edwp-compare-table-wrapper .product-thumbnail h6{
		max-width: 200px;
	}
	.edwp-compare-table-wrapper.woocommerce .product-add-to-cart .button {
		max-width: 100%;
		min-width: auto;
	}
	.edwp-compare-table-wrapper > div > * {
		padding: 15px 20px
	}
	.edwp-compare-modal .content-wrapper {
		gap: 20px;
	}
	.edwp-compare-modal .items,
	.edwp-compare-modal .items .item .product-wrapper {
		gap: 10px;
	}
	.edwp-stick-compareBtn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.edwp-compare-modal .items {
		width: 100%;
	}
	.edwp-compare-modal .actions {
		width: 200px;
		gap: 10px;
	}
	
	#left-sidebar > *,
	#right-sidebar > *{
		max-width: 100%;
	}
	.edwp-product .content-wrapper.loading,
	.column-products.loading{
		height: 300px;
	}
	div#main{
		min-height: 300px;
	}
	.nav-middle .owl-nav > div{
		visibility: visible;
	}
	
	.edwp-breadcrumb-wrap.edwp-breadcrumb-parallax{
		background-attachment: scroll;
	}
	.edwp-breadcrumb-wrap .breadcrumb-title > *{
		height: auto;
	}
	.heading-title.page-title{
		margin-bottom: 0;
	}
	
	.edwp-parallax-bg{
		background-position: 50% 50% !important;
		background-attachment: scroll !important;
	}
	
	.admin-bar #edwp-product-360-modal .product-title,
	.admin-bar #edwp-product-360-modal.edwp-popup-modal.show span.close{
		top: 60px;
	}
	.edwp-popup-modal .popup-container{
		width: 80%;
	}
	
	.icon-contact{
		margin-bottom: 12px;
	}
	
	.blocks-gallery-grid .blocks-gallery-image figure, 
	.list-posts > article .entry-format > *,
	body.single-post article .entry-format .thumbnail, 
	body.single-post article .entry-format .edwp-video, 
	body.single-post article .entry-format .edwp-audio{
		margin-bottom: 26px;
	}
	body.single-post article .entry-header,
	body.single-post article.single-post > .entry-meta-top{
		margin-bottom: 14px;
	}
	.list-posts article .cats-link, 
	.single-post article .cats-link{
		margin-bottom: 10px;
	}
	.list-posts > article{
		margin-top: 50px;
		padding-top: 50px;
	}
	.edwp-pagination{
		margin-top: 40px;
	}
	.list-posts > article > blockquote:before{
		font-size: 60px;
		line-height: 60px;
	}
	.list-posts > article > blockquote{
		padding-left: 80px;
	}
	
	.heading-wrapper,
	.heading-shortcode,
	.theme-title,
	.cross-sells,
	.up-sells,
	.related{
		margin-bottom: 20px;
	}
	.comments-area div.avatar{
		width: 100px;
	}
	.comments-area ol.children div.avatar{
		width: 80px;
	}
	.meta-navigation{
		margin-top: 50px;
	}
	.edwp-blog-posts.related-posts{
		margin-top: 40px;
	}
	.comments-area{
		margin-top: 30px;
	}
	.commentlist{
		margin-bottom: 50px;
	}
	
	.woocommerce > form.checkout{
		padding-top: 20px;
	}
	.woocommerce ul#shipping_method li input{
		top: 1px;
	}
	.edwp-cart-steps > a{
		padding-bottom: 15px;
	}
	
	.woocommerce-cart .edwp-cell-24 article .woocommerce form.woocommerce-cart-form,
	.woocommerce-cart .edwp-cell-24 article .woocommerce .cart-collaterals{
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.woocommerce-cart article .woocommerce .cart-collaterals:before{
		display: none;
	}
	.woocommerce table.shop_table td.actions{
		border: 0;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table th{
		width: 30%;
	}
	
	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering{
		margin-left: 0;
		margin-right: 0;
	}
	#page .main-products.list .products .product{
		width: 100%;
	}
	
	.woocommerce div.product .entry-title{
		margin-bottom: 12px;
	}
	.summary .detail-meta-top{
		margin-bottom: 14px;
	}
	.woocommerce div.product .summary .woocommerce-product-details__short-description{
		margin-bottom: 14px;
	}
	.single-counter-wrapper .edwp-countdown,
	.woocommerce div.product .summary > .price, 
	div.product .summary > .edwp-variation-price{
		margin-bottom: 24px;
	}
	.single-counter-wrapper .availability-bar{
		bottom: 35px;
	}
	div.product .summary .meta-content{
		margin-top: 24px;
		padding-top: 24px;
	}
	div.product.summary-2-columns .summary .meta-content{
		margin-top: 14px;
		padding-top: 14px;
	}
	.woocommerce div.product.summary-2-columns form.cart{
		margin-top: 10px;
	}
	.summary-2-columns .edwp-share-btns{
		margin-top: 10px;
	}
	.woocommerce div.product form.cart .group_table{
		margin-bottom: 4px;
	}
	.summary .quantity{
		width: 120px;
	}
	body.woocommerce .edwp-cell-18 div.product div.woocommerce-product-gallery,
	body.woocommerce .edwp-cell-18 div.product div.summary{
		width: 100%;
		max-width: 100%;
	}
	body.woocommerce .edwp-cell-18 div.product div.woocommerce-product-gallery,
	body.woocommerce .edwp-cell-18 div.product div.summary{
		padding-left: 0;
		padding-right: 0;
	}
	body.woocommerce .edwp-cell-18 div.product div.summary{
		margin-top: 30px;
	}
	#page .product-type-variable .summary .edwp-buy-now-button{
		transform: translateX(300px);
	}
	.woocommerce div.product div.woocommerce-product-gallery,
	.woocommerce div.product div.summary{
		width: 50%;
	}
	.woocommerce .edwp-cell-24 div.product .woocommerce-tabs,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel{
		margin: 50px 0 0 0;
		padding: 50px 0 0 0;
	}
	.woocommerce .edwp-cell-24 .related.products, 
	.woocommerce .edwp-cell-24 .cross-sells.products, 
	.woocommerce .edwp-cell-24 .up-sells.products{
		padding: 50px 0 0 0;
		margin: 50px 0 0 0;
	}
	.yith-wfbt-section .yith-wfbt-images td img{
		width: 150px;
	}
	.yith-wfbt-section .yith-wfbt-images .image_plus{
		width: 40px;
	}
	.yith-wfbt-section .yith-wfbt-images .image_plus:before{
		font-size: 14px;
	}
	.woocommerce.yith-wfbt-section{
		margin-top: 50px;
		padding-top: 50px;
		margin-bottom: 10px;
	}
	
	.comment-respond textarea,
	#commentform textarea,
	.comment-respond input[type="text"],
	.comment-respond select,
	#commentform input[type="text"],
	.woocommerce #reviews #comments > h2{
		max-width: 100%;
	}
	.ads-banner{
		margin-top: 30px;
		margin-bottom: 0;
	}
	.post-list-widget blockquote{
		padding: 20px 0 0 0 ;
	}
	
	.woocommerce ul.product_list_widget li{
		margin-bottom: 20px;
	}
	.edwp-side-wrapper-content .dropdown-container ul.cart-list{
		max-height: calc(100% - 180px);
	}
}

@media only screen and (max-width: 1024px){
	#page .product-group-button-meta .button-in .button-tooltip,
	#page .product-group-button{
		display: none !important;
	}
	#page .product-group-button-meta{
		display: block;
	}
}

@media only screen and (max-width: 991px){
	footer .elementor-widget-wp-widget-woocommerce_product_tag_cloud > .elementor-widget-container, 
	footer .elementor-widget-wp-widget-tag_cloud > .elementor-widget-container{
		flex-wrap: wrap;
	}
	.edwp-product .column-tabs{
		flex-wrap: wrap;
	}
	.edwp-product .column-tabs > *{
		width: 100%;
	}
	.edwp-product .column-tabs > .list-categories{
		margin-top: 14px;
	}
	.edwp-product.title-center .column-tabs,
	.edwp-product .column-tabs{
		margin-bottom: 28px;
	}
	header .style-inline.edwp-countdown .seconds{
		min-width: 28px;
	}
	body .edwp-prod-deals-wrap header .edwp-countdown,
	.meta-wrapper .edwp-countdown.style-inline{
		line-height: 30px;
	}
	body .edwp-prod-deals-wrap header .edwp-countdown{
		border-radius: 15px 15px 0 0;
	}
	.woocommerce .cross-sells > h2, 
	.woocommerce .up-sells > h2, 
	.woocommerce .related > h2, 
	.yith-wfbt-section > h3,
	.shortcode-heading-wrapper{
		margin-bottom: 20px;
	}
	.woocommerce .products .product{
		margin: 0 0 30px 0;
	}
	#page .item-layout-list .product-wrapper .thumbnail-wrapper{
		min-width: 40%;
		width: 40%;
	}
	#page .item-layout-list .product-wrapper .meta-wrapper{
		margin: 0 10px 0 20px;
	}
	
	#tab-more_seller_product .products .product{
		width: 50%;
	}
	#tab-more_seller_product .products .product:nth-child(4n+1){
		clear: none;
	}
	#tab-more_seller_product .products .product:nth-child(2n+1){
		clear: both;
	}
	.edwp-popup-modal .popup-container{
		width: 90%;
	}
	.admin-bar #edwp-search-sidebar .edwp-side-wrapper-content{
		max-height: calc(100% - 46px);
	}
	body.admin-bar #edwp-addcart-msg,
	body.admin-bar #side-vertical-menu .vertical-menu-content,
	.admin-bar #edwp-search-sidebar .edwp-side-wrapper-content,
	.admin-bar .edwp-floating-sidebar .edwp-side-wrapper-content{
		top: 46px;
	}
	.admin-bar #edwp-product-360-modal .product-title,
	.admin-bar #edwp-product-360-modal.edwp-popup-modal.show span.close{
		top: 56px;
	}
	.admin-bar .edwp-popup-modal .popup-container{
		margin-top: 46px;
	}
	
	#edwp-search-sidebar .edwp-trending-searches{
		justify-content: normal;
	}
	
	.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) > .product-stock-status {
		min-width: 136px;
	}
	.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) > .product-price {
		min-width: 144px;
	}
	.edwp-wishlist-table-section .product-add-to-cart {
		min-width: 120px;
	}
	.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) {
        gap: 15px;
    }
	
	.edwp-compare-modal .content-wrapper {
		flex-direction: column;
		gap: 10px;
	}
	.edwp-compare-modal .content-wrapper {
		padding-top: 35px;
	}
    .edwp-compare-modal .actions {
		width: 100%;
	}
	.edwp-compare-modal .close {
		font-size: 10px;
		top: 3px;
	}
	.edwp-compare-table-wrapper > div .heading {
		min-width: 0;
	}
	.edwp-remove-compareItem:before {
		font-size: 12px;
	}
	
	.edwp-cart-steps{
		flex-wrap: wrap;
	}
	.edwp-cart-steps > a{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.edwp-search-no-match .blog-template .alert:before{
		font-size: 80px;
		line-height: 70px;
	}
	.list-posts{
		margin-bottom: 0;
	}
	blockquote:before{
		font-size: 52px;
		line-height: 52px;
	}
	body blockquote{
		padding-left: 70px;
	}
	.edwp-element-section .load-more-wrapper{
		margin-bottom: 20px;
	}
	
	#comment-wrapper{
		padding: 24px 30px 30px 30px;
	}
	.entry-author{
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.entry-author .author-avatar{
		margin: 0 0 20px 0;
	}
	.entry-author .author-info{
		justify-content: center;
	}
	.commentlist .children > li{
		padding-top: 20px;
		margin-top: 20px;
	}
	.commentlist .children{
		padding: 0 0 0 40px;
		margin: 20px 0 0 0;
	}
	.commentlist .children .children{
		padding: 0 0 0 40px;
	}
	#comment-wrapper .info-wrapper{
		margin: 0;
	}
	#comment-wrapper .info-wrapper > *{
		width: 100%;
		padding: 0;
		float: none;
	}
	.woocommerce table.my_account_orders tr td{
		padding: 10px;
	}
	.woocommerce table.my_account_orders tr {
		border-width: 1px;
		border-style: solid;
	}
	.woocommerce table.my_account_orders th, 
	.woocommerce table.shop_table.order_details th{
		padding: 0 0 10px 10px;
	}
	.woocommerce table.my_account_orders th:first-child, 
	.woocommerce table.shop_table.order_details th:first-child{
		padding-bottom: 10px;
	}
	.woocommerce table.my_account_orders tr td:first-child, 
	.woocommerce table.shop_table.order_details tr td:first-child{
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce table.my_account_orders tr:nth-child(2n) td, 
	.woocommerce-page table.my_account_orders tr:nth-child(2n) td{
		background: transparent !important;
	}
	.woocommerce table.my_account_orders tr{
		margin-bottom: 30px;
	}
	.woocommerce table.my_account_orders tr:last-child{
		margin-bottom: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		margin-bottom: 10px;
	}
	.woocommerce table.my_account_orders tr td:last-child .button{
		line-height: 22px;
	}
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last{
		width: 100%;
		float: none;
	}
	.woocommerce form .form-row-first{
		margin-right: 0; 
	}
	.woocommerce-checkout #customer_details,
	.edwp-cell-18 #order_review_heading,
	.woocommerce .checkout #order_review, 
	.edwp-cell-18 .woocommerce .checkout #order_review{
		width: 100%;
		clear: both;
	}
	.woocommerce .checkout #order_review > table{
		padding-top: 0;
	}

	body.woocommerce .before-loop-wrapper .product-per-page-form{
		display: none;
	}

	#page .edwp-cart-steps{
		margin-bottom: 30px;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child > td{
		display: flex;
		margin-bottom: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.woocommerce table.cart td.actions .coupon{
		float: none !important;
		padding: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.woocommerce #content table.cart td.actions > .button, 
	.woocommerce table.cart td.actions > .button, 
	.woocommerce-page #content table.cart td.actions > .button, 
	.woocommerce-page table.cart td.actions > .button{
		width: calc(50% - 5px);
		min-width: auto;
		margin: 0;
		float: none;
	}
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce .checkout-login-coupon-wrapper > div{
		width: 100%;
	}
	.shop_table_responsive .quantity{
		line-height: 30px;
		text-align: center;
		width: 80px;
		margin: -5px 0;
	}
	.shop_table_responsive .quantity input.qty,
	.woocommerce .shop_table_responsive .quantity input.qty{
		padding: 0 20px;
		border: 0;
		width: 80px;
		background: transparent;
	}
	.shop_table_responsive .quantity .minus,
	.shop_table_responsive .quantity .plus{
		line-height: 28px;
		height: 30px;
		width: 18px;
	}
	.woocommerce #content table.cart .product-thumbnail:before, 
	.woocommerce table.cart .product-thumbnail:before, 
	.woocommerce-page #content table.cart .product-thumbnail:before, 
	.woocommerce-page table.cart .product-thumbnail:before{
		display: none;
	}
	#add_payment_method table.cart img, 
	.woocommerce-cart table.cart img, 
	.woocommerce-checkout table.cart img{
		width: 100px;
	}
	
	.woocommerce-checkout #customer_details{
		margin-bottom: 50px;
	}
	.woocommerce-checkout #order_review{
		margin-bottom: 0;
	}
	
	div.product .single-navigation{
		display: none;
	}
	.woocommerce #reviews #comments ol.commentlist li img.avatar{
		top: 0;
	}
	body.woocommerce div.product div.woocommerce-product-gallery,
	body.woocommerce div.product div.summary,
	body.woocommerce div.product.summary-2-columns div.woocommerce-product-gallery,
	body.woocommerce div.product.summary-2-columns div.summary{
		width: 100%;
		max-width: 100%;
	}
	body.woocommerce div.product div.woocommerce-product-gallery,
	body.woocommerce div.product div.summary{
		padding-left: 0;
		padding-right: 0;
	}
	body.woocommerce div.product div.summary{
		margin-top: 30px;
	}
	body.woocommerce div.product.summary-2-columns div.woocommerce-product-gallery,
	body.woocommerce div.product.summary-2-columns div.summary{
		width: 100%;
		max-width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		width: calc(100% + 30px);
		margin: 0 0 20px -30px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		margin: 0 0 10px 30px;
	}
	.yith-wfbt-submit-block{
		order: 3;
	}
}

@media only screen and (max-width: 768px){
	.woocommerce-page .col2-set .col-2{
		margin-top: 30px;
	}
	.woocommerce table.my_account_orders tbody tr th:first-child:before{
		float: left;
	}
	.woocommerce table.my_account_orders tbody tr th:first-child{
		display: block;
		text-align: end !important;
		padding: 10px;
	}
	.woocommerce table.my_account_orders tbody tr th:first-child:before {
		content: attr(data-title) ": ";
	}
	.woocommerce table.my_account_orders tr td:last-child {
		border-bottom-width: 0;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents tbody th.product-name {
		display: block;
		border-width: 0;
	}
}

@media only screen and (min-width: 1400px){
	.edwp-main-header .edwp-menu > nav.menu > ul > li,
	.edwp-main-header nav.main-menu > ul.menu > li,
	.edwp-main-header nav.main-menu > ul > li{
		margin-right: 50px;
	}
	.edwp-banner.style-button .edwp-banner-button a.button,
	.woocommerce .edwp-banner.style-button .edwp-banner-button a.button{
		min-width: 200px;
		line-height: 50px !important;
		border-radius: 25px;
	}
	body:not(.elementor-editor-active) .elementor-section.loading{
		height: 654px;
	}
	
	.edwp-popup-modal .popup-container{
		width: 1100px;
	}
	
	.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-content{
		height: 350px;
	}
	
	body.error404 article{
		padding: 14% 0;
	}
	body.error404 article .text-404{
		width: 65%;
	}
	body.error404 article .img-404{
		width: 35%;
	}
	body.error404 .h5{
		font-size: 24px;
		line-height: 34px;
	}
	body.error404 h1{
		font-size: 180px;
		line-height: 160px;
	}
	
	.woocommerce div.product div.woocommerce-product-gallery,
	.woocommerce div.product div.summary{
		width: 50%;
	}
	.edwp-cell-24 .summary .edwp-buy-now-button{
		min-width: 170px;
	}
	.woocommerce .edwp-cell-24 div.product div.summary{
		padding-left: 50px;
	}
	#page .edwp-cell-18 .product-type-variable .summary .edwp-buy-now-button{
		transform: translateX(300px);
	}
	#page .edwp-cell-18 .product-type-variable.sold-individually .summary .edwp-buy-now-button{
		transform: translateX(170px);
	}
}

@media only screen and (max-width: 1200px)	and (min-width: 768px){
	.vertical-menu-button{
		margin-right: 20px;
	}
	
	.edwp-banner .edwp-banner-button{
		margin-top: 4px;
	}
	.edwp-banner:not(.style-button) .edwp-banner-button a.button, 
	.woocommerce .edwp-banner:not(.style-button) .edwp-banner-button a.button{
		line-height: 28px;
		width: 30px;
	}
	#page .edwp-banner:not(.style-button) .edwp-banner-button a.button:after{
		font-size: 12px;
	}
	
	.woocommerce.archive #page .woocommerce-no-products-found > .wc-block-components-notice-banner{
		font-size: 20px;
		line-height: 28px;
	}
	.edwp-breadcrumb-wrap.breadcrumb-v1.no-title .breadcrumb-content, 
	.edwp-breadcrumb-wrap.breadcrumb-v1.no-breadcrumb .breadcrumb-content{
		height: 80px;
	}
	.edwp-side-wrapper .widget-container{
		margin-bottom: 30px;
	}
	body #edwp-addcart-msg{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	body.admin-bar #edwp-addcart-msg{
		top: 46px;
	}
	#left-sidebar,
	#right-sidebar{
		width: 30%;
	}
	#main-content.edwp-cell-18{
		width: 70%;
	}
	#main-content.edwp-cell-12{
		width: 40%;
	}
	#left-sidebar,
	#right-sidebar{
		padding-left: 20px;
		padding-right: 20px;
	}
	#edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content{
		padding: 0 20px;
	}
	#main-content{
		padding: 0;
	}
	.container,
	.edwp-compare-modal .content-wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
	.woocommerce .before-loop-wrapper{
		padding-left: 20px;
		padding-right: 20px;
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.woocommerce .woocommerce-cart-form,
	.woocommerce-cart article .woocommerce .cart-collaterals{
		margin-bottom: 50px;
	}
	
	.products .product h3,
	.woocommerce .products .product h3{
		margin-bottom: 6px;
	}
	
	#page .main-products.list .product .product-wrapper .thumbnail-wrapper{
		width: 270px;
	}
	#page .main-products.list .product .product-wrapper .meta-wrapper{
		width: calc(100% - 270px);
	}
	.edwp-filter-wrap-button,
	.product-per-page-form{
		margin: 0 10px 0 0;
	}
	.woocommerce.columns-5 .products .product,
	.woocommerce.columns-6 .products .product{
		width: 25%;
	}
	
	.woocommerce div.product div.summary{
		padding-left: 30px;
	}
	div.product .single-navigation{
		display: none !important;
	}
	.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-content{
		height: 180px;
	}
	
	.edwp-prod-cat-widget ul > li a, 
	.widget_product_categories ul > li a, 
	.edwp-brand-filter ul > li label, 
	.product-filter-by-availability ul > li label{
		padding-left: 22px;
	}
	.woocommerce ul.product_list_widget li .price{
		margin-left: -2px;
		margin-right: -2px;
		width: calc(100% + 4px);
	}
	.woocommerce ul.product_list_widget li span.amount{
		margin-left: 2px;
		margin-right: 2px;
	}
	
	.woocommerce .edwp-products-widget ul.product_list_widget li img, 
	.edwp-products-widget .woocommerce ul.product_list_widget li img{
		width: 65px;
	}
	.woocommerce .edwp-products-widget ul.product_list_widget li .edwp-wg-meta, 
	.edwp-products-widget .woocommerce ul.product_list_widget li .edwp-wg-meta{
		margin-left: 80px;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1200px){
	rs-module#slide-categories rs-row-wrap{
    	padding-right: 11px !important;
      	padding-left: 10px !important;
    }
	body .elementor-section.elementor-section-boxed > .elementor-container{
		width: 1140px;
		max-width: 100%;
	}
	body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no{
		width: 1120px;
		max-width: 100%;
	}
	
	body .blank-page-template h1{
		font-size: 52px;
		line-height: 60px;
	}
	
	#edwp-quickshop-modal div.product.product-type-variable > .summary,
	#edwp-quickshop-modal div.product.product-type-grouped > .summary{
		top: 10px;
		bottom: 10px;
	}
	.edwp-cell-18 form.cart + .edwp-buy-now-button,
	#page .edwp-cell-18 .product-type-variable .summary .edwp-buy-now-button{
		transform: none;
		margin: 10px 0 0 0;
	}
	#page .edwp-cell-18 .product-type-variable.sold-individually .summary .edwp-buy-now-button{
		transform: translateX(180px);
		margin-top: -40px;
	}
	.woocommerce .edwp-cell-24 div.product.summary-2-columns div.summary{
		padding-left: 40px;
		padding-right: 300px;
	}
	.woocommerce div.product div.summary-column-2{
		width: 270px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
	.edwp-main-header .edwp-menu > nav.menu > ul > li,
	.edwp-main-header nav.main-menu > ul > li{
		margin-right: 20px;
	}
	.header-middle div.header-right > *{
		margin-right: 5px;
	}
	
	body.error404 article{
		padding: 12% 0;
	}
	
	.edwp-cell-24 .summary .edwp-buy-now-button{
		min-width: 120px;
	}
	.woocommerce div.product.summary-2-columns .entry-title{
		margin-bottom: 16px;
	}
	.summary-2-columns .summary .detail-meta-top{
		margin-bottom: 20px;
	}
	.woocommerce div.product.summary-2-columns div.summary{
		padding-right: 260px;
		padding-left: 30px;
	}
	.woocommerce div.product div.summary-column-2{
		width: 240px;
		padding: 20px;
	}
	.woocommerce div.product.summary-2-columns div.images .flex-control-thumbs li{
		padding: 10px 5px 0 5px;
	}
	.woocommerce div.product.summary-2-columns div.images .flex-control-thumbs{
		margin: 0 -5px;
	}
	
	.woocommerce table.cart .button, 
	.woocommerce table.cart input.button{
		min-width: initial;
	}
	.woocommerce-checkout #page .edwp-cart-steps{
		margin-bottom: 0;
	}
	.woocommerce > form.checkout{
		padding-top: 0;
	}
	
	.commentlist .children{
		padding: 0 0 0 100px;
	}
	.commentlist .children .children{
		padding: 30px 0 0 70px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.header-middle > .container{
		flex-wrap: wrap;
	}
	.header-style-3 .header-middle > .container{
		flex-wrap: nowrap;
	}
	.header-middle > .container > .menu-logo{
		order: 1;
	}
	.header-middle > .container > .header-right{
		order: 2;
	}
	.header-middle > .container > .menu-wrapper{
		order: 3;
		width: 100%;
	}
	header .edwp-menu{
		padding: 6px 0;
	}
	.edwp-main-header nav > ul.menu li ul.sub-menu:before{
		top: 16px;
	}
	.edwp-main-header nav > ul.menu li ul.sub-menu{
		padding-top: 46px;
	}
	
	.column-100 .elementor-container > .elementor-row > .elementor-column{
		width: 100%;
	}
	
	#left-sidebar,
	#right-sidebar{
		padding-left: 15px;
		padding-right: 15px;
	}
	#edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content{
		padding: 0 15px;
		width: 33.3333333333%;
	}
	.container,
	.edwp-compare-modal .content-wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce .before-loop-wrapper{
		padding-left: 15px;
		padding-right: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	body.error404 article{
		padding: 18% 0;
	}
	
	.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget > li{
		display: block;
	}
	.edwp-blog-widget-wrap .post-list-widget > li a.thumbnail, 
	.edwp-blog-widget-wrap .post-list-widget > li a.thumbnail.gallery .owl-item,
	.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget > li .thumbnail,
	.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget > li .entry-content{
		width: 100%;
	}
	.edwp-blog-widget-wrap:not(.style-list-item) .post-list-widget > li .entry-content{
		margin-top: 14px;
	}
	
	.related-posts .entry-meta-top{
		margin-left: -10px;
		margin-right: -15px;
	}
	.related-posts .entry-meta-top > span{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.woocommerce #customer_login .col-1, 
	.woocommerce #customer_login .col-2, 
	.woocommerce-page #customer_login .col-1, 
	.woocommerce-page #customer_login .col-2{
		margin-top: 0;
	}

	.woocommerce .woocommerce-ordering ul.orderby{
		width: 150px;
		min-width: 150px;
	}
	.woocommerce.columns-6 .products .product,
	.woocommerce.columns-5 .products .product,
	.woocommerce.columns-4 .products .product{
		width: 33.3333333333%;
	}
	.woocommerce .shop-categoies-list .products .product.product-category{
		width: 50%;
	}
	
	.edwp-side-wrapper .woocommerce.edwp-products-widget-wrapper, 
	.edwp-side-wrapper .widget_products ul.product_list_widget, 
	.edwp-side-wrapper .widget_top_rated_products ul.product_list_widget{
		padding: 10px;
	}
	.woocommerce div.product .woocommerce-tabs{
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce div.product.summary-2-columns div.summary{
		padding-left: 0;
		padding-right: 300px;
	}
	.woocommerce div.product div.summary-column-2{
		width: 280px;
		padding: 20px;
	}
	
	.woocommerce table.shop_table_responsive.cart tr td:before, 
	.woocommerce-page table.shop_table_responsive.cart tr td:before {
        display: none;
    }
	.woocommerce table.shop_table_responsive.cart tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table_responsive.cart tr:nth-child(2n) td {
		background: transparent;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name, 
	.woocommerce-page table.shop_table_responsive.cart tr td.product-name {
		text-align: start !important;
	}
	body.woocommerce-cart .cart-collaterals .cart_totals table td {
		padding: 15px 0 !important;
	}
	body.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td {
		text-align: start !important;
	}
	table.shop_table_responsive ul#shipping_method {
        padding-left: 20px;
        width: 100%;
		display: inline-block;
		margin-top: 10px;
		clear: both;
    }
	
	.widget .gallery .owl-dots{
		bottom: 5px;
	}
	.edwp-banner .header-content{
		padding: 15px;
	}
	.woocommerce.columns-6 .products .product.product-category{
		width: 25%;
	}
}
@media (max-width: 1024px) {
	body:not(.home) #main-content .site-content{
		padding:0 10px;
	}
	.productBanner .item .slide-item{
		max-width:50%;
		padding:1rem;
	}
	.productBanner .item.fs-small .slide-item .bannerTitle{
		font-size:22px;
		font-weight:700;
		line-height:28px;
	}
	.productBanner .item.fs-large .slide-item .bannerTitle{
		font-size:32px;
		font-weight:700;
		line-height:38px;
	}
	.productBanner .item.fs-small .slide-item p{
		font-weight:400;
	}
	.productBanner .item.fs-large .slide-item p{
		font-size:16px;
		font-weight:500;
	}
}
@media (max-width: 767px) {
	body:not(.home) #main-content .site-content{
		padding:0 10px;
	}
	.productBanner .item{
		background-position:center;
		height:260px;
	}
	.productBanner .item .slide-item{
		background-color:rgba(0,0,0,.7);
		max-width:100%;
		padding:1rem;
	}
	.productBanner .item.fs-small .slide-item .bannerTitle{
		font-size:22px;
		font-weight:700;
		line-height:28px;
	}
	.productBanner .item.fs-large .slide-item .bannerTitle{
		font-size:32px;
		font-weight:700;
		line-height:38px;
	}
	.productBanner .item.fs-small .slide-item p{
		font-weight:400;
	}
	.productBanner .item.fs-large .slide-item p{
		font-size:16px;
		font-weight:500;
	}
}
@media only screen and (max-width: 767px){
	.edwp-main-header-intro .header-middle .menu-logo{
		width: auto;
	}
	.edwp-main-header-intro .header-middle > .container{
		justify-content: center;
	}
	body.boxed #page,
	.page-container,
	.container,
	body.boxed header.edwp-main-header .header-sticky,
	.edwp-main-header .edwp-megamenu.no-stretch-content > .sub-menu > li{
		max-width: 100%;
	}
	.header-transparent .edwp-main-header .header-template:not(.is-sticky){
		background: transparent;
	}
	.header-style-3 .edwp-search-by-category{
		width: 100%;
	}
	#edwp-search-sidebar .edwp-side-wrapper-content{
		padding: 50px 0;
	}
	body > #edwp-result-wrapper{
		left: 0 !important;
		right: 0 !important;
		width: auto !important;
		margin-top: 5px;
		padding: 20px 10px;
	}
	body #edwp-result-wrapper > p{
		padding: 0;
		text-align: center;
	}
	#edwp-search-sidebar h2.title{
		margin-bottom: 30px;
	}
	#edwp-search-sidebar .product_list_widget > li{
		width: 100%;
	}
	.woocommerce.archive #page .woocommerce-no-products-found > .wc-block-components-notice-banner{
		font-size: 18px;
		line-height: 26px;
	}
	body #edwp-addcart-msg{
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.header-middle{
		border-width: 0;
		background: transparent;
	}
	.edwp-main-header .container{
		margin: 0 auto;
		width: 100%;
	}
	.header-sticky > div > .container{
		overflow: hidden;
		width: 100%;
	}
	.header-middle > .container > *{
		margin-left: 0;
		margin-right: 0;
	}
	.header-middle > .container{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-template > .logo-wrapper{
		padding: 5px 0 15px 0;
	}
	.header-template > .logo-wrapper .logo img{
		margin-left: auto;
		margin-right: auto;
	}
	header .logo-wrapper{
		text-align: center;
	}
	header .logo-wrapper .logo,
	header .sticky-wrapper.is-sticky .header-sticky .logo-wrapper{
		height: 40px;
	}
	.logo-wrapper .mobile-logo{
		display: block;
	}
	.logo-wrapper .normal-logo,
	.logo-wrapper .sticky-logo{
		display: none;
	}
	
	body.menu-mobile-active,
	body.edwp-floating-sidebar{
		overflow: hidden;
	}
	.edwp-floating-sidebar .edwp-side-wrapper-content{
		padding: 20px;
	}
	.cart-dropdown-form .form-content.cart-empty{
		padding-left: 0;
		padding-right: 0;
	}
	.edwp-side-wrapper-content .form-content > .dropdown-title{
		margin: 0 -20px 0 -20px;
		padding: 0 20px 22px 20px;
	}
	.edwp-side-wrapper-content .edwp-minicart-wrap .cart-wrapper{
		margin-left: -20px;
		margin-right: -20px;
	}
	#edwp-cart-sidebar .cart-dropdown-form .dropdown-footer,
	#edwp-cart-sidebar .edwp-minicart-wrap .cart-content .cart-list{
		padding-left: 20px;
		padding-right: 20px;
	}
	.edwp-floating-sidebar .close, 
	#side-vertical-menu .close{
		top: 18px;
		right: 18px;
	}
	#edwp-cart-sidebar .cart-dropdown-form .clear-cart-button{
		right: 40px;
	}
	.edwp-side-wrapper-content .form-content > .dropdown-title{
		top: -2px;
		padding-bottom: 16px;
	}
	.edwp-main-header,
	.edwp-main-header .header-sticky,
	#main-content,
	#site-footer-inner{
		transition: none;
	}
	.edwp-main-header .shopping-cart-wrapper .dropdown-container,
	.edwp-main-header .shopping-cart-wrapper .cart-drop-icon{
		display: none;
	}
	.header-middle div.header-right > div.shopping-cart-wrapper,
	.edwp-main-header .edwp-mobile-icon-toggle{
		margin-left:15px;
		display: inline-block;
	}
	.header-middle div.shopping-cart-wrapper .edwp-minicart-wrap{
		line-height: 0;
	}
	.dropdown-container .cart-number{
		margin-bottom: 30px;
	}
	
	.edwp-main-header .edwp-mobile-icon-toggle{
		display:block;
		cursor:pointer;
		height:22px;
		padding-top:5px;
	}
	.edwp-main-header .edwp-mobile-icon-toggle span {
	  height: 3px;
	  width: 22px;
	  border-radius: 2px;
	  background-color: #2c2c2c;
	  position: relative;
	  display: block;
	  transition: all 0.2s ease-in-out;
	}
	.edwp-main-header .edwp-mobile-icon-toggle span:before, .edwp-main-header .edwp-mobile-icon-toggle span:after {
	  height: 3px;
	  width: 22px;
	  border-radius: 2px;
	  background-color: #2c2c2c;
	  position: absolute;
	  content: "";
	  transition: all 0.2s ease-in-out;
	  top:0;
	}
	.edwp-main-header .edwp-mobile-icon-toggle span:before {
	  top: 6px;
	  visibility: visible;
	}
	.edwp-main-header .edwp-mobile-icon-toggle span:after {
	  top: 12px;
	}
	.edwp-main-header .edwp-mobile-icon-toggle.active span {
	  background: transparent;
	}
	.edwp-main-header .edwp-mobile-icon-toggle.active span:before {
	  transform: rotate(45deg) translate(-1px, -1px);
	  opacity: 1;
	}
	.edwp-main-header .edwp-mobile-icon-toggle.active span:after {
	  transform: rotate(-45deg) translate(5px, -5px);
	}
	.edwp-main-header .shopping-cart-wrapper .cart-number,
	.edwp-main-header .edwp-mini-wishlist .count-number{
		position: absolute;
		right: -5px;
		border-radius: 100%;
		top: -5px;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		font-size: 10px;
		display: inline-block;
	}
	
	
	#page figure.elementor-image-box-img{
		margin-bottom: 6px;
	}
	
	#back-toTop{
		width: 34px;
		height: 34px;
	}
	#back-toTop a{
		width: 34px;
		height: 34px;
	}
	#back-toTop a:before{
		font-size: 14px;
		line-height: 34px;
	}
	body:not(.edwp-desktop){
		padding-bottom: 50px;
	}
	body:not(.edwp-desktop) #mob-footer-actions{
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 994;
		display: flex;
		justify-content: space-evenly;
		box-shadow: 0 -3px 4px rgba(0,0,0,0.1);
		padding: 8px;
	}
	body:not(.edwp-desktop) .edwp-stick-compareBtn {
		bottom: 55px;
		padding: 0 15px;
	}
	body:not(.edwp-desktop) .edwp-compare-modal {
		bottom: 50px;
	}
	.edwp-compare-modal .link-to-compare {
		padding: 0 20px;
	}
	#mob-footer-actions > *{
		flex-grow: 1;
		text-align: center;
		line-height: 0;
	}
	#mob-footer-actions a{
		text-decoration: none;
	}
	#mob-footer-actions a,
	#mob-footer-actions span{
		display: inline-block;
		position: relative;
		width: 34px;
		border-width: 1px;
		border-style: solid;
		border-radius: 100%;
	}
	#mob-footer-actions a:hover{
		text-decoration: none;
	}
	#mob-footer-actions a i{
		display: block;
		font-size: 20px;
		line-height: 22px;
	}
	#mob-footer-actions p{
		margin: 0;
	}
	#mob-footer-actions .shopping-cart-wrapper .cart-number{
		position: absolute;
		right: -8px;
		border-radius: 100%;
		top: 0;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		font-size: 10px;
		display: inline-block;
	}
	#mob-footer-actions .edwp-mini-wishlist .count-number{
		position: absolute;
		right: 50%;
		margin-right: -24px;
		border-radius: 100%;
		top: 0;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		font-size: 10px;
		display: inline-block;
	}
	#mob-footer-actions .edwp-mobile-icon-toggle .icon:before,
	#mob-footer-actions .shopping-cart-wrapper a > span.ic-cart:before,
	#mob-footer-actions .mobile-button-shop > a:before,
	#mob-footer-actions .account-control > a:before,
	#mob-footer-actions .my-wishlist-wrapper > a.edwp-mini-wishlist:before,
	#mob-footer-actions .mobile-button-home > a:before,
	#mob-footer-actions .search-button > span:before{
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		line-height: 32px;
		font-weight: 900;
		display: block !important;
		margin: 0;
	}
	#mob-footer-actions .mobile-button-home > a:before{
		content: "\f015";
	}
	#mob-footer-actions .mobile-button-shop > a:before{
		content: "\f54e";
	}
	#mob-footer-actions .account-control > a:before{
		content: "\f007";
		font-weight: 400;
	}
	.logged-in #mob-footer-actions .account-control > a:before{
		font-weight: 700;
	}
	#mob-footer-actions .my-wishlist-wrapper > a.edwp-mini-wishlist:before{
		content: "\f004";
		font-weight: 400;
	}
	#mob-footer-actions .search-button > span:before{
		content: "\f002";
	}
	#list-icon-wrapper{
		display: flex;
		flex-direction: column;
	}
	body.menu-mobile-active #list-icon-wrapper{
		height: 100%;
	}
	#list-icon-wrapper .edwp-side-wrapper-content{
		width: 340px;
		left: 0;
		right: auto;
		transform: translateX(-340px);
		padding: 0;
		
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		overflow-y: auto;
	}
	#list-icon-wrapper .sidebar-content{	
		display: flex;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
	}
	#list-icon-wrapper .tab-mobile-menu{
		margin: 0;
		padding: 10px 20px;
		width: 100%;
	}
	#list-icon-wrapper .tab-mobile-menu:after{
		display: table;
		content: "";
		clear: both;
	}
	#list-icon-wrapper .tab-mobile-menu li{
		list-style: none;
		text-transform: uppercase;
		margin: 0;
		padding: 0 10px;
		border-width: 1px;
		border-style: solid;
		border-radius: 5px;
		text-align: center;
		position: relative;
		white-space: nowrap;
		line-height: 38px;
		width: calc(50% - 5px);
		float: left;
	}
	#list-icon-wrapper .tab-mobile-menu li:last-child{
		float: right;
	}
	#list-icon-wrapper .tab-mobile-menu li span:before{
		display: inline-block;
		position: relative;
		font-weight: normal;
		font-family: themify;
		margin-right: 6px;
		line-height: 22px;
	}
	#list-icon-wrapper .tab-mobile-menu li#main-menu span:before{
		content: "\e68e";
		top: 1px;
	}
	#list-icon-wrapper .tab-mobile-menu li#vertical-menu span:before{
		content: "\e739";
		font-size: 10px;
	}
	#list-icon-wrapper .tab-mobile-menu li:first-child:last-child{
		width: 100%;
	}
	#list-icon-wrapper .mobile-menu-wrapper{
		overflow-y: scroll;
		position: relative;
		margin-top: -40px;
		padding-top: 60px;
		height: 100%;
		padding-bottom: 30px;
	}
	#list-icon-wrapper li.line-bottom:after{
		left: 0;
		right: 0;
		content: "";
		position: absolute;
		top: 0;
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	#list-icon-wrapper .mobile-menu-wrapper:before,
	.mobile-menu-wrapper ul.sub-menu:after{
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		content: "";
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	#list-icon-wrapper .no-tab .mobile-menu-wrapper{
		margin-top: -50px;
	}
	body #list-icon-wrapper .no-tab .menu-title{
		padding-top: 14px;
		padding-bottom: 14px;
	}
	#list-icon-wrapper .tab-vertical-menu{
		display: none;
	}
	#list-icon-wrapper.active .edwp-side-wrapper-content{
		transform: translateX(0);
	}
	#list-icon-wrapper li.line-bottom{
		height: 1px !important;
		margin: 16px 0 !important;
		position: relative;
	}
	#list-icon-wrapper nav > ul.menu > li.small-menu > a{
		margin-top: 4px;
		padding: 5px 0;
	}
	.edwp-main-header .header-middle .container{
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.edwp-floating-sidebar.active div.overlay, 
	#side-vertical-menu.active .overlay{
		opacity: 0.5;
	}
	body.menu-mobile-active .edwp-main-header .container,
	body.menu-mobile-active #main-content,
	body.menu-mobile-active #site-footer-inner{
		transform: translateX(0);
	}
	body .mobile-menu-wrapper.edwp-menu nav.mobile-menu{
		width: 100%;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
	}
	.mobile-menu-wrapper span.edwp-dropdown-icon{
		position: relative;
		top: 0;
		left: auto;
		bottom: auto;
		text-align: center;
		right: -10px;
		z-index: 3;
		cursor: pointer;
		transform: none;
		width: 30px;
		float: right;
		transition: color 350ms ease 0s;
		padding: 10px 0;
		display: inline-block;
	}
	.mobile-menu-wrapper span.edwp-dropdown-icon.active{
		height: 50px;
	}
	.mobile-menu-wrapper span.edwp-dropdown-icon.active:before{
		line-height: 50px;
		display: inline-block;
	}
	.mobile-menu-wrapper span.edwp-dropdown-icon:before{
		content: "\f054";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 10px;
		text-indent: 0;
		letter-spacing: 0;
	}
	.mobile-menu-wrapper span.edwp-dropdown-icon.active:before{
		content: "\f053";
	}
	body #list-icon-wrapper .menu-title{
		margin: 0;
		padding: 9px 0;
		text-align: start;
		white-space: nowrap;
		line-height: 22px;
		position: relative;
		z-index: 7;
	}
	body #list-icon-wrapper.show-sub-menu .menu-title{
		position: static;
		z-index: inherit;
	}
	.no-tab .mobile-menu-wrapper .edwp-dropdown-icon + ul.sub-menu{
		top: 0;
	}
	.no-tab .tab-mobile-menu{
		display: none !important;
	}
	#list-icon-wrapper .menu-title span{
		position: relative;
		z-index: 7;
		display: inline-block;
		padding: 0 10px;
	}
	.mobile-menu-wrapper ul{
		margin: 0;
	}
	.mobile-menu-wrapper li.menu-item > ul.sub-menu{
		padding-bottom: 30px;
	}
	.mobile-menu-wrapper .edwp-dropdown-icon + ul.sub-menu{
		position: fixed;
		padding-top: 64px;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4;
		display: none !important;
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		overflow: scroll;
	}
	.mobile-menu-wrapper li.active .edwp-dropdown-icon.active{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: auto;
		z-index: 5;
		text-align: start;
		padding: 0 18px;
	}
	.mobile-menu-wrapper nav > ul li.active > .edwp-dropdown-icon.active{
		top: 55px
	}
	.no-tab .mobile-menu-wrapper nav > ul li.active > .edwp-dropdown-icon.active{
		top: 0;
	}
	.mobile-menu-wrapper li.active > .edwp-dropdown-icon + ul.sub-menu{
		-webkit-animation-duration: 150ms;
		-moz-animation-duration: 150ms;
		animation-duration: 150ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animation_fade;
		-moz-animation-name: animation_fade;
		animation-name: animation_fade;
		display: block !important;
	}
	.mobile-menu-wrapper nav > ul{
		margin: 0;
		padding: 0;
	}
	.mobile-menu-wrapper nav > ul ul{
		margin: 0;
		padding: 0;
	}
	.mobile-menu-wrapper nav .widget_media_image img{
		margin: 20px 0;
	}
	.mobile-menu-wrapper nav > ul ul.sub-menu li:last-child > ul.sub-menu{
		margin-bottom: 0;
	}
	.mobile-menu-wrapper nav ul > li{
		margin: 0;
		padding: 0;
	}
	.mobile-menu-wrapper nav .elementor-widget-wp-widget-nav_menu ul > li.menu-item{
		margin: 0;
	}
	.mobile-menu-wrapper nav ul > li.menu-item{
		margin: 0 20px;
	}
	.mobile-menu-wrapper ul li.edwp-products-widget{
		padding: 20px 0;
	}
	.mobile-menu-wrapper .menu-sub-label{
		top: 0;
		right: -6px;
	}
	.mobile-menu-wrapper nav ul li > a{
		padding: 5px 10px;
	}
	.mobile-menu-wrapper li.edwp-megamenu > ul.sub-menu > li{
		border-width: 0;
	}
	.mobile-menu-wrapper ul li{
		list-style: none;
	}
	.mobile-menu-wrapper nav li a{
		padding: 0;
		display: inline-block;
		z-index: 1;
		position: relative;
	}
	.mobile-menu-wrapper ul.sub-menu > li,
	.mobile-menu-wrapper .widget_nav_menu ul > li{
		text-transform: none;
		padding: 0;
	}
	.mobile-menu-wrapper nav li a:hover{
		text-decoration: none;
	}
	.menu-main-mobile nav .widget_nav_menu{
		margin-bottom: 0;
		padding: 0;
		border-width: 0;
		width: 100%;
	}
	.group-button-header a:hover{
		text-decoration: none;
	}
	#list-icon-wrapper .group-button-header{
		padding: 14px 0;
		line-height: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 20;
		flex-wrap: wrap;
	}
	.group-button-header{
		display: flex;
		line-height: 26px;
	}
	.group-button-header > *{
		margin: 0 0 0 20px;
	}
	body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, 
	body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
	.header-currency ul{
		padding: 14px 20px 14px 20px;
		top: auto;
		bottom: 100%;
		min-width: auto;
		left: 0;
		right: 0;
	}
	.header-language .wpml-ls > ul > li > a:after, 
	.header-currency .wcml_currency_switcher > a:after{
		content: "\f077";
	}
	.wcml_currency_switcher > ul:before, 
	.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before, 
	.wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: 0 -2px 4px rgb(0,0,0,0.1);
	}
	.header-language:hover .wpml-ls-sub-menu,
	.header-currency:hover ul{
		display: block;
		-webkit-animation-duration: 400ms;
		-moz-animation-duration: 400ms;
		animation-duration: 400ms;
		animation-delay: 350ms;
		-webkit-animation-delay: 350ms;
		-moz-animation-delay: 350ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animation_top;
		-moz-animation-name: animation_top;
		animation-name: animation_top;
		z-index: 5;
	}
	.edwp-search-by-category .select-category{
		width: 100px;
	}
	.edwp-search-by-category form > .search-content{
		margin-left: 0;
		margin-right: 0;
	}
	.edwp-search-by-category .select-category{
		display: none;
	}
	
	.mobile-menu-wrapper nav > ul li ul.sub-menu > li > a,
	.widget_nav_menu .menu > li > a{
		position: relative;
	}
	.edwp-menu nav .widgettitle, 
	.vertical-menu .widget_nav_menu .widgettitle{
		margin-top: 0;
	}
	.edwp-menu nav li > .widgettitle + div{
		margin-bottom: 20px;
	}
	.edwp-menu nav ul > li:last-child > .widgettitle + div{
		margin-bottom: 0;
	}
	.edwp-menu nav .widgettitle + div
	.edwp-megamenu-columns-2 li.widget,
	.edwp-megamenu-columns-3 li.widget,
	.edwp-megamenu-columns-4 li.widget,
	.edwp-megamenu-fullwidth li.widget{
		width: 100% !important;
		float: none;
		margin-bottom: 30px;
	}
	#edwp-search-sidebar.active .edwp-search-by-category{
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	#page:before{
		position: fixed;
		opacity: 0;
		left: 0;
		right: 0;
		bottom: -100px;
		top: 0;
		content: "";
		background: #000000;
		transition: opacity 0.35s;
		z-index: -1;
	}
	
	header .style-inline.edwp-countdown .seconds{
		min-width: 30px;
	}
	.edwp-banner.style-button .edwp-banner-button a.button,
	.woocommerce .edwp-banner.style-button .edwp-banner-button a.button{
		min-width: 120px;
		line-height: 30px !important;
		border-radius: 15px;
	}
	
	footer .elementor-widget-wp-widget-woocommerce_product_tag_cloud > .elementor-widget-container > h5, 
	footer .elementor-widget-wp-widget-tag_cloud > .elementor-widget-container > h5{
		margin-left: 0;
		margin-right: 0;
	}
	footer .elementor-widget-wp-widget-woocommerce_product_tag_cloud > .elementor-widget-container, 
	footer .elementor-widget-wp-widget-tag_cloud > .elementor-widget-container,
	footer .elementor-widget-wp-widget-woocommerce_product_tag_cloud .tagcloud,
	footer .elementor-widget-wp-widget-tag_cloud .tagcloud{
		justify-content: center;
	}
	.edwp-element-section.has-background-item .product .meta-wrapper{
		padding: 6px 10px 10px 10px;
	}
	#page .item-layout-list .columns-2 .products .product,
	#page .item-layout-list .columns-3 .products .product{
		width: 100%;
	}
	
	table td, 
	table th{
		padding: 7px 0 7px 10px;
	}
	table td:last-child,
	table th:last-child{
		padding-left: 10px;
		padding-right: 10px;
	}
	.page-container{
		min-height: 100%;
	}
	.thumbnails-container.loading,
	.thumbnails.loading{
		height: 70px;
	}
	.shortcode-heading-wrapper,
	.woocommerce .cross-sells > h2,
	.woocommerce .up-sells > h2,
	.woocommerce .related > h2,
	.yith-wfbt-section > h3{
		margin-bottom: 20px;
	}
	.woocommerce form .form-row-first, 
	.woocommerce-page form .form-row-first{
		margin-left: 0;
		margin-right: 0;
	}
	
	.elementor-section-stretched{
		padding-left: 0;
		padding-right: 0;
	}
	#main-content{
		padding: 0;
	}
	.container,
	.edwp-compare-modal .content-wrapper{
		padding-left: 10px;
		padding-right: 10px;
	}
	.edwp-breadcrumb-wrap .breadcrumb-content{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.page-container{
		padding-left: 0;
		padding-right: 0;
	}
	.edwp-breadcrumb-wrap.breadcrumb-style-1.no-title .breadcrumb-content,
	.edwp-breadcrumb-wrap.breadcrumb-style-1.no-breadcrumb .breadcrumb-content{
		height: 50px;
	}
	.edwp-breadcrumb-wrap.breadcrumb-style-1 .breadcrumb-content{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.owl-carousel,
	.edwp-element-section .items{
		width: calc(100% + 10px);
	}
	.edwp-element-section .items,
	.woocommerce .products{
		margin-left: -5px;
		margin-right: -5px;
	}
	.edwp-element-section .items .item,
	.woocommerce .products .product{
		padding-left: 5px;
		padding-right: 5px;
	}
	.woocommerce .shop-categoies-list .products .product.product-category{
		margin-bottom: 10px;
	}
	.woocommerce .products .product.product-category{
		margin: 0 0 10px 0;
	}
	
	.page-container{
		display: flex;
		flex-flow: row wrap;
		margin-left: auto;
		margin-right: auto;
	}
	body.woocommerce #main-content.edwp-cell-18,
	body.woocommerce #main-content.edwp-cell-12,
	body.woocommerce #right-sidebar,
	body.woocommerce #left-sidebar{
		width: 100%;
	}
	#right-sidebar{ 
		order: 3;
	}
	#left-sidebar{ 
		order: 2;
	}
	#right-sidebar,
	#left-sidebar{
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		margin-top: 50px;
		padding-top: 50px;
		border-width: 1px 0 0 0;
		border-style: dashed;
	}
	#main-content,
	#main-content.edwp-cell-18,
	#main-content.edwp-cell-12{ 
		order: 1;
		width: 100%;
	}
	body.archive.woocommerce .page-container{
		display: block;
	}
	body.archive.woocommerce #left-sidebar{
		margin-top: 0;
		margin-bottom: 40px;
	}
	body.archive.woocommerce #right-sidebar,
	body.archive.woocommerce #left-sidebar,
	body.archive.woocommerce #main-content{ 
		order: initial;
		max-width: 100%;
		float: none;
	}
	#main-content.edwp-cell-24{
		order: initial;
	}
	.hidden-phone{display: none !important;}
	.visible-phone{display: block !important}

	.edwp-breadcrumb-wrap.breadcrumb-style-2 .breadcrumb-content,
	.edwp-breadcrumb-wrap.breadcrumb-style-2.no-title .breadcrumb-content, 
	.edwp-breadcrumb-wrap.breadcrumb-style-2.no-breadcrumb .breadcrumb-content{
		height: 150px;
	}
	
	body .social-right{
		padding-top: 0 !important;
	}
	.social-right ul.list-icons{
		float: none;
		display: inline-block;
	}
	ul.list-menu-footer li{
		margin: 5px 10px;
	}
	
	.edwp-cols > .edwp-itm{
		width: 100%;
	}
	form.login p.form-row input[type="text"], 
	form.login p.form-row input[type="password"],
	form.login p.form-row input[type="email"], 
	form.register p.form-row input[type="password"],
	form.register p.form-row input[type="text"], 
	form.register p.form-row input[type="email"], 
	.create-account input[type="password"],
	.register .woocommerce-password-strength{
		max-width: 100%;
	}
	body.error404 h1{
		font-size: 100px;
		line-height: 100px;
		width: 100%;
	}
	body.error404 h2{
		margin-bottom: 10px;
	}
	body.error404 .h5{
		max-width: 250px;
		margin: 0 auto 10px auto;
	}
	body.error404 article{
		padding: 150px 0 60px 0;
		text-align: center;
		position: relative;
		margin-left: 0;
		margin-right: 0;
	}
	body.error404 article .text-404{
		position: relative;
		z-index: 1;
	}
	body.error404 article .text-404 > div{
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}
	body.error404 .right-404{
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 20px;
		border-width: 1px 0 0 0;
		width: 100%;
	}
	body.error404 #main-content form{
		margin-top: 20px;
	}
	body.error404 article .img-404{
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		bottom: auto;
		height: 150px;
		z-index: 0;
		content: " ";
		display: block;
		width: 100%;
		background-size: 80px;
		background-position: center top;
	}
	.contact-col{
		flex-wrap: wrap;
	}
	.contact-col > div{
		width: 100%;
	}
	.edwp-remove-compareItem {
		top: 5px;
	}
	.edwp-compare-table-wrapper > div.product-thumbnail > div:not(.heading) {
		display: flex;
		flex-direction: column;
	}
	.edwp-compare-modal .items .item .product-meta {
		display: none
	}
	.edwp-compare-table-wrapper > div.product-thumbnail > div:not(.heading) {
		display: flex;
		flex-direction: column;
	}
	.edwp-compare-modal .items .item .product-meta {
		display: none;
	}
	.edwp-compare-modal .items .item .product-wrapper {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 5px;
	}
	.edwp-compare-modal .items {
		flex: none;
		gap: 1px;
	}
	.edwp-compare-modal .items .item {
		padding: 10px;
	}
	.edwp-compare-modal .item .remove {
		font-size: 8px;
		width: 20px;
		height: 20px;
	}
	.edwp-compare-table-wrapper > div.product-thumbnail .heading {
		display: none;
	}
	.edwp-compare-table-wrapper > div {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
	}
	.edwp-compare-table-wrapper > div .heading {
        width: 100%;
		text-align: center;
		font-size: calc(1em + 1px);
		padding: 10px;
    }
	.edwp-compare-table-wrapper > div > *:not(.heading) {
		width: 33.33333%; 
		padding: 10px;
	}
	.edwp-compare-table-wrapper > div.product-pa_color > *:not(.heading) {
		line-height: 0;
	}
	.edwp-compare-table-wrapper > div.product-thumbnail > div:not(.heading) {
		padding-top: 30px;
	}
	.edwp-compare-table-wrapper.woocommerce .product-add-to-cart .button {
		width: 40px;
        height: 40px;
        padding: 0;
        min-width: 0;
        text-align: center;
        gap: 0;
		display: flex;
	}
	.edwp-remove-compareItem:before {
		font-size: 10px;
	}
	.edwp-compare-table-wrapper.woocommerce .product-add-to-cart .button:after {
		content: "\f290";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0;
		font-size: 14px;
		line-height: 38px;
		margin: 0;
	}
	.edwp-compare-table-wrapper.woocommerce .product-add-to-cart .button.added:before {
		line-height: 38px;
	}
	.edwp-compare-table-wrapper.woocommerce .product-add-to-cart .button.added:after {
		content: "\e99f";
	}
	.edwp-compare-table-wrapper .product-add-to-cart .button-tooltip {
		display: none;
	}
	.edwp-wishlist-table-section .heading-row{
		display: none;
	}
	.edwp-wishlist-table-section .items .item{
		display: grid;
		grid-template-columns: [left] 100px [right] 1fr;
		align-items: center;
        gap: 2px 20px;
        border-width: 1px;
		border-style: solid;
        margin-bottom: 10px;
        padding: 15px 30px 15px 15px;
		position: relative;
	}
	.edwp-wishlist-table-section.empty-wishlist .items .item:only-child {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	.edwp-wishlist-table-section .items .item .product-remove{
		width: 20px;
        height: 20px;
		position: absolute;
		top: 7px;
		right: 2px;
		margin: 0;
        padding: 0;
	}
	.edwp-wishlist-table-section .items .item .product-thumbnail {
		grid-column: left;
		grid-row-end: span 4;
		display: flex;
		align-self: center;
		padding: 0;
	}
	.edwp-wishlist-table-section .items .item > span:not(.product-thumbnail):not(.product-remove){
		grid-column: right;
		width: 100%;
        text-align: start !important;
        gap: 10px;
        padding: 0;
        display: flex;
        align-items: center;
	}
	.edwp-wishlist-table-section .items .item .product-name > a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.edwp-wishlist-table-section .items .item .product-thumbnail img,
	.edwp-wishlist-table-section .wishlist-item > .product-thumbnail{
		width: 100%;
	}
	.edwp-wishlist-table-section :where(.heading-row, .wishlist-item) > :where(.product-stock-status, .product-price) {
		max-width: none !important;
	}
	.edwp-wishlist-table-section .product-add-to-cart a {
		width: 100%;
	}
	.list-posts > article > blockquote:before,
	blockquote:before{
		display: block;
		position: static;
		font-size: 42px;
		line-height: 0;
		margin-bottom: 20px;
	}
	body blockquote{
		padding: 0;
		margin: 0 0 30px 0;
	}
	.list-posts > article > blockquote{
		padding: 0;
	}
	.alignnone {
		margin: 10px 0 10px 0;
	}
	.alignleft {
		margin: 0 10px 10px 0 !important;
	}

	.alignright{
		margin: 10px 0 10px 10px !important;
	}
	.aligncenter {
		margin: 0 auto 10px auto;
	}

	body input, 
	body select, 
	body textarea,
	body input[type="search"], 
	body input[type="text"], 
	body input[type="password"], 
	body input[type="number"], 
	body input[type="email"], 
	body input[type="date"], 
	body select, 
	body textarea{
		width: 100%;
		max-width: 100%;
	}
	.woocommerce.columns-6 .products .product,
	.woocommerce.columns-5 .products .product,
	.woocommerce.columns-4 .products .product,
	.woocommerce.columns-3 .products .product{
		width: 50%;
	}
	.columns-6 .items .item,
	.columns-5 .items .item,
	.columns-4 .items .item,
	.columns-3 .items .item,
	.columns-2 .items .item{
		width: 50%;
	}
	body #page .product-group-button-meta > div.loop-add-to-cart a.button{
		font-size: 14px;
	}
	#page .product-wrapper div.loop-add-to-cart a.button.added:before{
		font-size: 12px;
	}
	.product-group-button-meta > div.button-in a:after{
		font-size: 12px;
	}
	body .cart-empty.woocommerce-info{
		margin-top: 100px;
	}
	.woocommerce .woocommerce-cart-form, 
	.woocommerce-checkout #customer_details, 
	.woocommerce-cart article .woocommerce .cart-collaterals{
		margin-bottom: 50px;
	}
	.woocommerce-checkout #order_review{
		margin-bottom: 10px;
	}
	.woocommerce #content table.cart.shop_table_responsive .product-thumbnail, 
	.woocommerce table.cart.shop_table_responsive .product-thumbnail, 
	.woocommerce-page #content table.cart.shop_table_responsive .product-thumbnail, 
	.woocommerce-page table.cart.shop_table_responsive .product-thumbnail{
		display: block;
		text-align: start !important;
		width: auto;
		float: left;
		border-width: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name{
		width: calc(100% - 115px);
		margin-left: 15px;
		border-width: 0;
		text-align: start !important;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name:before{
		display: none;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-price{
		clear: both;
	}
	.woocommerce table.shop_table_responsive tr td:before, 
	.woocommerce-page table.shop_table_responsive tr td:before{
		float: left;
	}
	.woocommerce table.shop_table_responsive.cart .quantity{
		display: inline-block;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-remove, 
	.woocommerce-page table.shop_table_responsive.cart tr td.product-remove{
		padding: 0;
		min-height: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-remove a, 
	.woocommerce-page table.shop_table_responsive.cart tr td.product-remove a{
		position: absolute;
		right: 0;
		top: 25px;
	}
	.woocommerce table.shop_table_responsive.cart tr td, 
	.woocommerce-page table.shop_table_responsive.cart tr td{
		text-align: end !important;
		background: transparent;
	}
	.woocommerce table.shop_table_responsive.cart tr{
		margin-bottom: 30px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-width: 1px 0 0 0;
		border-style: dashed;
		padding-top: 20px;
	}
	.woocommerce table.shop_table_responsive.cart tr:last-child{
		margin-bottom: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr td{
		padding: 15px 0 0 0;
		width: 100%;
		border-width: 0;
		min-height: 43px;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-quantity{
		overflow: hidden;
	}
	table.shop_table_responsive.cart .quantity{
		overflow: hidden;
		float: right;
	}
	.woocommerce table.shop_table_responsive.cart tr td:last-child{
		border-width: 0;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child,
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child td{
		border-width: 0;
		background: transparent;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child,
	.woocommerce table.shop_table_responsive.cart tbody tr:last-child td{
		padding: 0;
	}
	.woocommerce table.shop_table_responsive tr.shipping td, 
	.woocommerce-page table.shop_table_responsive tr.shipping td{
		text-align: start !important;
	}
	.woocommerce .cart tr.shipping td > *,
	.woocommerce .cart tr.shipping td > ul#shipping_method{
		display: block;
		width: calc(100% - 130px);
		margin-left: 130px;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table td{
		padding: 15px 0 15px 0 !important;
	}
	.woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td:before, 
	.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td:before{
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	table.shop_table_responsive ul#shipping_method{
		padding-left: 20px;
		width: 100%;
	}
	.woocommerce .checkout-login-coupon-wrapper form.login{
		margin-top: 0;
	}
	.woocommerce .checkout-login-coupon-wrapper > div,
	.woocommerce .checkout-login-coupon-wrapper .woocommerce-info{
		margin-bottom: 0;
	}
	.woocommerce ul.order_details{
		margin-left: 0;
		margin-right: 0;
	}
	.woocommerce ul.order_details li{
		padding: 10px 0;
		width: 100%;
		border-width: 0 0 1px 0;
	}
	body.woocommerce-order-received table.shop_table.order_details{
		margin-top: 0;
	}
	.woocommerce > form.checkout{
		flex-wrap: wrap;
	}
	.woocommerce > #customer_login{
		margin: 30px 0 0 0;
	}
	.woocommerce #customer_login .col-2, 
	.woocommerce-page #customer_login .col-2{
		padding-top: 40px;
	}
	.woocommerce #customer_login .woocommerce-column--billing-address,
	.woocommerce-page #customer_login .woocommerce-column--billing-address{
		margin-bottom: 40px;
	}
	.woocommerce #customer_login .col-1, 
	.woocommerce #customer_login .col-2, 
	.woocommerce-page #customer_login .col-1, 
	.woocommerce-page #customer_login .col-2{
		width: 100%;
		float: none !important;
		clear: both;
	}
	.edwp-popup-modal .popup-container{
		width: calc(100% - 20px);
	}
	.edwp-popup-modal .product-size-chart-container .product-size-chart-content,
	#edwp-product-video-modal.edwp-popup-modal .popup-container{
		padding: 10px;
	}
	.edwp-popup-modal .close{
		right: -5px;
		top: -35px;
		color: #ffffff;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		margin-bottom: 10px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation li{
		width: calc(50% - 10px);
	}
	.woocommerce-account .woocommerce-MyAccount-navigation li a{
		padding-left: 5px;
		padding-right: 5px;
	}
	.edwp-side-wrapper .widget-container{
		margin-bottom: 30px;
	}
	.edwp-side-wrapper .widget-container > *:not(.widget-title-wrapper){
		padding-bottom: 10px;
	}
	body.post-type-archive-product .edwp-breadcrumb-wrap,
	#page .edwp-breadcrumb-wrap.breadcrumb-style-2{
		margin-bottom: 30px;
	}
	body.post-type-archive-product .edwp-breadcrumb-wrap + .shop-categoies-list{
		margin-top: -30px;
	}
	body.post-type-archive-product .shop-categoies-list + .page-container #left-sidebar{
		border-width: 0;
		padding-top: 40px;
	}
	body.woocommerce #main-content.style-sidebar{
		overflow: visible;
	}
	#page #edwp-edwp-filter-widget-wrap .overlay{
		display: block;
		z-index: 10;
		position: absolute;
		left: -1000px;
		right: -1000px;
		bottom: -10000px;
		top: 100%;
	}
	#page .show-filter-sidebar .main-products:before{
		display: none;
	}
	.edwp-filter-widget-wrap{
		margin-bottom: 30px;
	}
	body #edwp-edwp-filter-widget-wrap .close{
		display: block;
		width: 100%;
		right: auto;
		left: auto;
		top: auto;
		bottom: auto;
		text-align: center;
		position: relative;
		top: -50px;
	}
	.style-dropdown .edwp-filter-widget-wrap .widget-container{
		width: 100%;
		padding: 0;
	}
	.edwp-filter-widget-wrap .widget-title-wrapper a.block-control,
	.single-product .widget-title-wrapper a.block-control{
		display: none !important;
	}
	.edwp-filter-widget-wrap .widget-container > *:not(.widget-title-wrapper),
	.single-product .widget-container > *:not(.widget-title-wrapper){
		display: block !important;
	}
	body.woocommerce .products .product.product-category.first{
		clear: none;
	}
	body.woocommerce .products .product.product-category{
		width: 50%;
		float: left
	}
	body.woocommerce .products .product.product-category:nth-child(2n+1){
		clear: both;
		float: left;
	}
	.product-per-page-form ul.perpage:hover:before,
	.edwp-filter-wrap-button a:hover:after,
	.woocommerce .woocommerce-ordering ul.orderby:hover:before{
		-webkit-animation-name: none;
		-moz-animation-name: none;
		animation-name: none;
	}
	.edwp-filter-widget-wrap{
		padding-top: 0;
	}
	.woocommerce .after-loop-wrapper{
		margin-top: 0;
	}
	.edwp-current-filters .widget_layered_nav_filters{
		margin-bottom: 10px;
	}
	#edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content{
		width: 100%;
		margin: 0;
		padding: 25px 0 0 0;
	}
	#edwp-edwp-filter-widget-wrap .edwp-side-wrapper-content .edwp-filter-widget-wrap{
		padding: 30px 20px;
		border-width: 1px;
		border-style: solid;
		border-radius: 5px;
		margin: 0 auto;
	}
	.shop-categoies-list{
		margin-bottom: 10px;
	}
	.term-description{
		margin-bottom: 40px;
	}
	.woocommerce .category-best-selling{
		margin-bottom: 0;
	}
	.gridlist-toggle{
		margin: 0 -5px;
	}
	body.woocommerce .before-loop-wrapper{
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		flex-flow: row wrap;
		width: 100%;
		padding: 0;
		margin: 0 0 25px 0;
	}
	body.woocommerce .before-loop-wrapper .product-onsale-form{
		width: 100%;
		order: 1;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	body.woocommerce .before-loop-wrapper .woocommerce-ordering{
		width: 100%;
		order: 4;
		margin-bottom: 5px;
		max-width: calc(100% - 100px);
	}
	body.woocommerce #main-content.hide-filter-product .woocommerce-ordering{
		max-width: 100%;
	}
	body.woocommerce .before-loop-wrapper .edwp-filter-wrap-button{
		width: 100%;
		order: 2;
		width: 90px;
		margin-left: 0;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.edwp-filter-wrap-button a{
		text-align: start;
		min-width: auto;
		padding: 0 15px 0 15px;
	}
	.woocommerce .products .product .thumbnail-wrapper .product-label .out-of-stock{
		font-size: 10px !important;
		line-height: 14px !important;
	}
	.woocommerce nav.woocommerce-pagination{
		margin-left: 0;
		margin-right: 0;
	}
	#page .main-products.list .product .product-wrapper .thumbnail-wrapper{
		width: 250px;
	}
	#page .main-products.list .product .product-wrapper .meta-wrapper{
		width: calc(100% - 250px);
		padding-left: 20px;
		padding-right: 20px;
	}
	#page .main-products.list .product-group-button-meta{
		justify-content: space-between;
	}
	#page .product-group-button-meta:after{
		display: none;
	}
	#page .main-products.list .product-group-button-meta > div.loop-add-to-cart{
		width: auto;
	}
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span,
	.edwp-pagination ul li a,
	.edwp-pagination ul li span.current,
	.woocommerce nav.woocommerce-pagination ul li a:focus, 
	.woocommerce nav.woocommerce-pagination ul li a:hover, 
	.woocommerce nav.woocommerce-pagination ul li span.current{
		padding: 0 2px;
		line-height: 28px;
		min-width: 30px;
	}
	.woocommerce nav.woocommerce-pagination ul li a.next:before,
	.edwp-pagination ul li a.next:before,
	.woocommerce nav.woocommerce-pagination ul li a.prev:before,
	.edwp-pagination ul li a.prev:before{
		line-height: 28px;
	}
	.edwp-banner-plain-sidebar{
		padding: 10% 20px;
		margin-top: -20px;
	}
	.related-upsells-products-wrapper{
		margin-top: 0;
	}
	.related-upsells-products-wrapper .container > *{
		margin-bottom: 20px !important;
	}
	.woocommerce div.product .woocommerce-tabs{
		padding-left: 0;
		padding-right: 0;
	}
	.up-sells .products .product, 
	.cross-sells .products .product, 
	.related .products .product{
		width: 50%;
	}
	.woocommerce div.product.summary-2-columns div.summary{
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce div.product div.summary-column-2{
		width: 100%;
		padding: 30px;
		position: static;
		margin: 20px 0 10px 0;
	}
	.woocommerce div.product.summary-2-columns .entry-title{
		margin-bottom: 16px;
	}
	.summary-2-columns .summary .detail-meta-top{
		margin-bottom: 20px;
	}
	div.product.summary-2-columns .summary .woocommerce-product-details__short-description{
		margin-bottom: 30px;
	}
	#edwp-product-360-modal .product-title{
		top: 26px;
	}
	.threesixty .nav_bar{
		bottom: 0;
		top: auto;
		left: 50%;
		right: auto;
		transform: translate(-50%,0);
		width: auto;
		display: flex;
	}
	.woocommerce .edwp-cell-18 div.product div.summary,
	.woocommerce .edwp-cell-18 div.product div.woocommerce-product-gallery,
	.woocommerce div.product div.summary,
	.woocommerce div.product div.woocommerce-product-gallery{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	body .edwp-popup-modal .product-360-container{
		width: 90%;
	}
	.woocommerce div.product form.cart .variations, 
	.woocommerce div.product form.cart .group_table{
		max-width: inherit;
	}
	.woocommerce .cross-sells, 
	.woocommerce .up-sells, 
	.woocommerce .related{
		margin-bottom: 0;
	}
	.woocommerce-tabs #comments,
	.woocommerce-tabs #review_form_wrapper{
		float: none;
		width: 100%;
		padding: 0;
	}
	.woocommerce-tabs #review_form_wrapper{
		border-width: 0;
	}
	.woocommerce.yith-wfbt-section > form{
		display: flex;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.woocommerce.yith-wfbt-section > form > .yith-wfbt-submit-block{ 
		order: 3;
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}
	.yith-wfbt-submit-block .price_text{
		width: 100%;
		display: flex;
		align-items: baseline
	}
	.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button{
		width: 100%;
	}
	.yith-wfbt-section .yith-wfbt-images .image_plus{
		width: 30px;
	}
	.yith-wfbt-section .yith-wfbt-images .image_plus:before{
		font-size: 12px;
	}
	.edwp-prod-cat-widget-wrapper .all-categories > span:after,
	.edwp-prod-cat-widget ul.product-categories li.cat-parent > span.icon-toggle{
		right: 0;
	}
	.widget-container > *:not(.widget-title-wrapper),
	.woocommerce .widget-container > *:not(.widget-title-wrapper){
		display: none;
		margin-top: 20px;
	}
	.widget_display_search form,
	.widget_product_search form,
	.widget_search form,
	.elementor-widget-wp-widget-woocommerce_product_search form,
	.elementor-widget-wp-widget-search form{
		margin-top: 0 !important;
	}
	.widget_display_search > div + form,
	.widget_product_search > div + form,
	.widget_search > div + form,
	.elementor-widget-wp-widget-woocommerce_product_search > div + form,
	.elementor-widget-wp-widget-search > div + form{
		margin-top: 20px !important;
	}
	.widget-container.widget_media_image > *:not(.widget-title-wrapper), 
	.woocommerce .widget-container.widget_media_image > *:not(.widget-title-wrapper){
		display: block;
		margin: 0;
	}
	.widget-container .widget-title-wrapper{
		margin-bottom: 0;
	}
	#page .widget-container .owl-nav{
		display: none;
	}
	aside >.widget-container:last-child > *:not(.widget-title-wrapper),
	.woocommerce aside >.widget-container:last-child > *:not(.widget-title-wrapper){
		margin-bottom: 0;
	}
	.comment-list-widget .comment-meta > .avatar{
		width: 60px;
	}
	.widget-title-wrapper h3{
		width: 100%;
	}
	.edwp-products-widget .owl-nav *{
		margin: 20px 0;
	}
	.edwp-recent-comments-widget.has-nav .widget-title, 
	.edwp-blog-posts-widget.has-nav .widget-title, 
	.edwp-products-widget.has-nav .widget-title, 
	.edwp-products-widget.has-nav .widgettitle{
		margin-right: 0;
		margin-left: 0;
	}
	.widget-container.has-nav .owl-controls{
		height: auto;
		margin-top: 20px;
	}
	.mailchimp-subscription .widget-title-wrapper a.block-control,
	.widget_search .widget-title-wrapper a.block-control,
	.widget_product_search .widget-title-wrapper a.block-control,
	.widget_display_search .widget-title-wrapper a.block-control,
	.widget_calendar .widget-title-wrapper a.block-control,
	.widget_calendar:before{
		display: none !important;
	}
	.widget_calendar .widget-title{
		margin-left: 0;
		margin-right: 0;
	}
	.widget_calendar .calendar_wrap,
	section.widget_display_search > form, 
	section.widget_product_search > form, 
	section.widget_search > form,
	.mailchimp-subscription .subscribe-widget,
	.mailchimp-subscription img.bg-newsletter{
		display: block !important;
	}
	footer .widget-title-wrapper a.block-control{
		top: 0;
	}
	.woocommerce.columns-6 .products .product.product-category{
		width: 33.3333333333%;
	}
	.owl-nav > div{
		width: 30px;
		height: 30px;
	}
	.nav-middle .owl-nav > div:before{
		line-height: 28px !important;
	}
	.nav-middle .owl-nav > .owl-next,
	.nav-middle .owl-nav > .owl-prev{
		width: 30px;
		height: 30px;
	}
	.nav-middle .owl-nav > div{
		margin-top: -15px;
		top: 50%;
	}

	.owl-nav > div:before{
		line-height: 30px;
		font-size: 10px;
	}
	body .nav-middle .products:hover .owl-nav .owl-next, 
	body .nav-middle .items:hover .owl-nav .owl-next{
		right: 5px;
	}
	body .nav-middle .products:hover .owl-nav .owl-prev, 
	body .nav-middle .items:hover .owl-nav .owl-prev{
		left: 5px;
	}
	.edwp-element-section.nav-middle.nav-center .owl-controls .owl-nav > div.owl-next{
		right: 5px;
	}
	.edwp-element-section.nav-middle.nav-center .owl-controls .owl-nav > div.owl-prev{
		left: 5px;
	}
	.edwp-element-section{
		overflow: hidden;
		position: relative;
	}
	.woocommerce .nav-middle .products, 
	.nav-middle .woocommerce .products, 
	.nav-middle .edwp-element-section .items{
		overflow: visible;
	}
	.woocommerce .products .star-rating, 
	.woocommerce .star-rating, 
	.woocommerce .product_list_widget .star-rating{
		margin-top: 0;
	}
	body .blank-page-template .edwp-countdown .counter-wrapper > div{
		min-width: 50px;
	}
	body .blank-page-template .edwp-countdown .counter-wrapper .number{
		font-size: 28px;
		line-height: 34px;
	}
	.page-template-blank-page-template{
		padding-bottom: 0;
	}
	.edwp-product.title-center .column-tabs ul.tabs{
		justify-content: start;
	}
	.edwp-product.title-center .list-categories{
		margin-top: 14px;
	}
	.column-tabs ul.tabs{
		margin: -5px -25px -5px 0;
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	.column-tabs ul.tabs li{
		margin-right: 25px;
	}
	.column-tabs ul.tabs li:before{
		display: none;
	}
	.edwp-element-section a.view-more,
	.edwp-product-category-wrapper.edwp-element-section a.shop-all-button{
		top: 4px;
	}
}

@media only screen and (max-width: 639px){
	.meta-wrapper .edwp-countdown .counter-wrapper:before{
		display: none;
	}
	body .edwp-prod-deals-wrap header .edwp-countdown{
		margin-left: 10px;
	}
	body .edwp-prod-deals-wrap header .edwp-countdown,
	.meta-wrapper .edwp-countdown.style-inline{
		line-height: 24px;
	}
	.meta-wrapper .edwp-countdown .counter-wrapper,
	body .edwp-prod-deals-wrap header .edwp-countdown{
		border-radius: 12px 12px 0 0;
	}
	.edwp-product header .edwp-countdown .counter-wrapper{
		padding-left: 10px;
		padding-right: 10px;
	}
	.edwp-product-category-wrapper .content-wrapper.loading,
	.column-products.loading{
		height: 300px;
	}
}

@media only screen and (max-width: 550px){
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last{
		width: 100%;
	}
	.woocommerce table.my_account_orders th, 
	.woocommerce table.my_account_orders td{
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

@media only screen and (max-width: 490px){
	.edwp-product .content-wrapper.loading,
	.column-products.loading{
		height: 200px;
	}
	.edwp-product.rows-2 .content-wrapper.loading,
	.rows-2 .column-products.loading{
		height: 450px;
	}
	.meta-navigation{
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.meta-navigation > div{
		width: 100%;
	}
	article.single div.entry-meta-bottom > div.social-sharing,
	article.single div.entry-meta-bottom > div.tags-link{
		flex-wrap: wrap;
	}
	article.single div.entry-meta-bottom > div.social-sharing > *, 
	article.single div.entry-meta-bottom > div.tags-link > *{
		width: 100%;
	}
	article.single div.entry-meta-bottom > div.social-sharing > span, 
	article.single div.entry-meta-bottom > div.tags-link > span{
		margin-bottom: 5px;
	}
	.edwp-blog-posts.related-posts{
		margin-top: 40px;
	}
	article.single .entry-meta-bottom > div:first-child{
		padding-top: 40px;
	}
	.commentlist .comment-wrapper{
		align-items: start;
	}
	.product-label-rectangle div.product .images .product-label span{
		height: 26px;
		min-width: 60px;
	}
	.woocommerce div.product .images .product-label > span.onsale,
	.woocommerce div.product .images .product-label > span{
		line-height: 16px !important;
	}
	.single-product #left-sidebar, 
	.single-product #right-sidebar{
		margin-top: 40px;
	}
	.woocommerce div.product div.images .flex-control-thumbs li{
		padding: 10px 5px 0 5px;
	}
	.woocommerce div.product div.images .flex-control-thumbs{
		margin: 0 -5px;
	}
	.summary .edwp-buy-now-button{
		min-width: 120px;
	}
	.woocommerce div.product form.cart .button{
		min-width: 160px;
	}
	#page .product-type-variable.sold-individually .summary .edwp-buy-now-button{
		transform: translateX(160px);
	}
	.summary .quantity{
		width: 100px;
	}
	#page .product-type-variable .summary .edwp-buy-now-button{
		transform: translateX(270px);
	}
	#page .main-products.list .products .product .product-wrapper{
		flex-wrap: wrap;
	}
	#page .main-products.list .product .product-wrapper .meta-wrapper,
	#page .main-products.list .product .product-wrapper .thumbnail-wrapper{
		width: 100%;
	}
	#page .main-products.list .product .product-wrapper .meta-wrapper{
		padding: 14px 20px 20px 20px;
	}
	.edwp-floating-sidebar .edwp-side-wrapper-content{
		width: 100%;
		transform: translateX(100%);
	}
	.shop-categoies-list .products .product .product-wrapper{
		flex-wrap: wrap;
	}
	.shop-categoies-list .product-category .product-wrapper > a{
		width: 100%;
		min-width: 100%;
	}
	#page .shop-categoies-list .product-category .product-wrapper > .meta-wrapper{
		width: 100%;
		padding-top: 10px;
		text-align: center;
	}
	.shop-categoies-list{
		padding-bottom: 0;
	}
	body.post-type-archive-product .edwp-breadcrumb-wrap.breadcrumb-style-2 + .shop-categoies-list{
		padding-top: 10px;
	}
	.edwp-compare-table-wrapper {
		font-size: calc(1rem - 1px);
	}
	.edwp-stick-compareBtn {
		padding: 6px 20px;
	}
	.edwp-compare-modal .items .item .product-name {
		-webkit-line-clamp: 2;
	}
	.woocommerce.columns-6 .products .product.product-category,
	.woocommerce.columns-4 .products .product.product-category,
	.woocommerce.columns-3 .products .product.product-category{
		width: 50%;
	}
}

@media only screen and (max-width: 419px){
	body header .logo img,
	body header .logo-header img{
		max-width: 100%;
	}
	body .edwp-prod-deals-wrap header .counter-wrapper:before{
		display: none;
	}
	body .padding-120,
	body .padding-110,
	body .padding-100,
	body .padding-90,
	body .padding-80,
	body .padding-70,
	body .padding-60{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.woocommerce .comment-text .star-rating{
		float: left;
	}
	body.woocommerce #reviews #comments ol.commentlist li .meta{
	}
	.product-label-rectangle #page .product-label > span.onsale,
	.product-label-rectangle #page .product-label > span{
		min-width: 40px;
		height: 20px;
		font-size: 12px;
	}
	.woocommerce .edwp-cell-18 div.product .woocommerce-tabs{
		margin-top: 40px;
	}
	.summary .quantity{
		width: 160px;
	}
	.woocommerce div.product form.cart div.quantity{
		margin: 0 5px 0 0;
	}
	form.cart + .edwp-buy-now-button{
		margin-left: 5px;
	}
	.woocommerce div.product form.cart .button{
		min-width: 160px;
		clear: both;
	}
	.woocommerce div.product:not(.sold-individually) form.cart .button{
		margin: 10px 0 0 0;
	}
	.woocommerce div.product form.cart .variations select{
		min-width: 350px;
	}
	#page .summary .edwp-buy-now-button{
		padding-left: 10px;
		padding-right: 10px;
		min-width: 140px;
		transform: none;
	}
	#page .product-type-variable .summary .edwp-buy-now-button{
		transform: translate(170px,-50px);
		margin-left: 0;
		margin-right: 0;
	}
	#page .product-type-variable.sold-individually .summary .edwp-buy-now-button{
		transform: translate(170px,0);
	}
	.product-label-circle div.product .images .product-label span{
		width: 50px;
		height: 50px;
	}
	.woocommerce .cart tr.shipping td > *,
	.woocommerce .cart tr.shipping td > ul#shipping_method{
		display: block;
		width: calc(100% - 100px);
		margin-left: 100px;
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first,
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last,
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last .button{
		width: 100%;
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last{
		margin-top: 10px;
	}
	.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
		top: auto;
	}
}

@media only screen and (max-width: 374px){
	#list-icon-wrapper .edwp-side-wrapper-content{
		width: 300px;
		transform: translateX(-300px);
	}
	body .edwp-popup-modal .add-to-cart-popup-container{
		width: 320px;
	}
	.woocommerce .product-wrapper{
		align-items: start;
	}
	.woocommerce #review_form #respond p.comment-form-author,
	.woocommerce #review_form #respond p.comment-form-email{
		width: 100%;
		float: none;
	}
	.woocommerce #review_form #respond p.comment-form-author{
		margin-right: 0;
		margin-left: 0;
	}
	.summary .quantity, 
	.cart-item-wrapper .quantity{
		width: 160px;
	}
	body.product-label-circle #page .product-label > span.onsale, 
	body.product-label-circle #page .product-label > span{
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.woocommerce div.product form.cart .button{
		min-width: 160px;
	}
	#page .summary .edwp-buy-now-button{
		min-width: 120px;
	}
	.summary .detail-meta-top > .edwp-share-btns{
		float: none;
		clear: both;
		margin: 5px 0 10px 0;
	}
	body .edwp-popup-modal .add-to-cart-popup-container{
		width: 330px;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .checkout #order_review > *{
		padding-left: 20px;
		padding-right: 20px;
	}
	.woocommerce-checkout #order_review_heading{
		left: 20px;
	}
	#edwp-cart-sidebar .dropdown-footer > a{
		padding-left: 5px;
		padding-right: 5px;
	}
	#add_payment_method table.cart img, 
	.woocommerce-cart table.cart img, 
	.woocommerce-checkout table.cart img{
		height: 80px;
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name{
		width: calc(100% - 120px);
		height: 100px;
	}
}

@media only screen and (max-width: 320px){
	.woocommerce.columns-6 .products .product,
	.woocommerce.columns-5 .products .product,
	.woocommerce.columns-4 .products .product,
	.woocommerce.columns-3 .products .product{
		width: 100%;
	}
	.single-counter-wrapper .edwp-countdown{
		padding-bottom: 40px;
	}
	.single-counter-wrapper .availability-bar{
		left: 20px;
		right: auto;
	}
	.summary .yith-wfbt-section .yith-wfbt-images .image_plus{
		width: 30px;
	}
	.summary .yith-wfbt-section .yith-wfbt-images .image_plus:before{
		font-size: 12px;
	}
	.woocommerce.columns-6 .products .product.product-category,
	.woocommerce.columns-4 .products .product.product-category,
	.woocommerce.columns-3 .products .product.product-category,
	.woocommerce.columns-2 .products .product.product-category{
		width: 100%;
	}
}