article.blog-post .wp-picture .svg-wrapper svg, article.blog-post:not(.post-single) .author-info, article.post-grid .wp-picture .svg-wrapper svg, article.post-grid:not(.post-single) .author-info {
	display: none;
}

article.blog-post .wp-picture.blog-hover-animated .svg-wrapper svg, article.post-grid .wp-picture.blog-hover-animated .svg-wrapper svg {
	display: inline-block;
}

.post-heading {
	margin-bottom: .79em;
}

.post-heading h2 {
	margin-bottom: .3em;
	word-wrap: break-word;
}

.meta-post, .meta-post a, .post-comments-count {
	color: var(--et_main-color);
}

.meta-post a[rel=author]:hover, .post-comments-count:hover {
	color: var(--et_active-color);
}

@-webkit-keyframes draw {
	0% {
		stroke-dasharray: 0 300;
		stroke-dashoffset: -215;
		stroke-width: 3px;
	}
	
	100% {
		stroke-dasharray: 400 300;
		stroke-dashoffset: 0;
		stroke-width: 3px;
	}
}

@keyframes draw {
	0% {
		stroke-dasharray: 0 300;
		stroke-dashoffset: -215;
		stroke-width: 3px;
	}
	
	100% {
		stroke-dasharray: 400 300;
		stroke-dashoffset: 0;
		stroke-width: 3px;
	}
}

@media only screen and (max-width:480px) {
	.post-heading h2 {
		font-size: 1.5rem;
	}
}

.post-navigation {
	width: 100%;
	border-top: 1px solid var(--et_border-color);
	border-bottom: 1px solid var(--et_border-color);
	display: inline-block;
	padding: 1.78em 0;
	text-align: end;
}

.post-navigation p {
	margin-bottom: 0;
}

.post-navigation a {
	padding-left: 5px;
	padding-right: 5px;
}

.post-navigation:empty {
	display: none;
}

.product_meta, .single-tags {
	width: 100%;
}

.product_meta span a, .product_meta span span, .single-tags a, .single-tags span {
	color: var(--et_main-color);
}

.product_meta {
	clear: both;
}

.product_meta>div, .product_meta>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product_meta .product_brand, .product_meta .product_seller {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product_meta, .product_meta .products-page-cats, .product_meta .wcml-dropdown.product, .product_meta .wcml_currency_switcher, .product_meta>span, .wcpv-sold-by-single {
	margin-bottom: 10px;
}

.product-share, .product_meta, .product_meta>.sales-booster-estimated-delivery>span:first-child, .single-tags, .wcpv-sold-by-single {
	color: var(--et_dark-2-white);
	font-size: 1.14rem;
}

#reviews #comments>h2, .comment-reply-title {
	display: block;
	width: 100%;
	color: var(--et_dark-2-white);
	margin-bottom: 0;
	line-height: var(--h2-line-height);
}

#reviews #comments>h2, span.comment-reply-title {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: var(--widget-title-space-bottom, 1em);
	padding-bottom: var(--widget-title-inner-space-bottom, 1em);
	border-bottom: var(--widget-title-border-width, 1px) solid var(--widget-title-border-color, var(--et_border-color));
	line-height: var(--h2-line-height);
}

#reply-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comment-reply-link svg {
	width: 1em;
	height: 1em;
}

#review_form #wp-comment-cookies-consent+label {
	display: inline-block;
}

@media only screen and (min-width:992px) {
	#reviews {
		overflow: hidden;
		--h2-line-height: 1.4;
	}
	
	#reviews #comments, #reviews #review_form_wrapper {
		width: 50%;
	}
	
	#reviews #comments:only-child, #reviews #review_form_wrapper:only-child {
		width: 100%;
		padding: 0;
	}
}

#et-reviews-images-uploader {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (min-width:992px) {
	#reviews #review_form_wrapper {
		float: right;
		padding-left: var(--comments-columns-space, 15px);
	}
	
	#reviews #comments {
		float: left;
		padding-right: var(--comments-columns-space, 15px);
	}
}

.et_b_header-search .search-button.loading img, .et_b_header-search .search-button.loading svg, .et_b_header-search .search-button:not(.loading) span {
	display: none;
}

.et-mini-content-head .et_b-icon svg {
	width: calc(var(--content-zoom) * var(--head-icon-proportion));
	height: calc(var(--content-zoom) * var(--head-icon-proportion));
	overflow: visible;
}

.et-toggle-mob-sidebars-inner svg {
	fill: currentColor;
}

.et-mobile-panel .et-content_toggle .et-close svg {
	padding: 3px;
}

.back-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	color: var(--et_dark-2-white);
	background-color: var(--et_white-2-light-dark);
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 0 1px var(--et_border-color);
	box-shadow: inset 0 0 0 1px var(--et_border-color);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 999;
}

.back-top:not(.backIn) {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

.back-top svg {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	margin: -1px;
}

.back-top svg path {
	stroke: var(--et_dark-2-white);
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.back-top span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.back-top:hover span:before {
	display: inline-block;
	-webkit-animation: animArrow 1s infinite;
	animation: animArrow 1s infinite;
}

@media only screen and (max-width:992px) {
	.back-top:hover span:before {
		-webkit-animation: none;
		animation: none;
	}
}

@media only screen and (max-width:480px) {
	.back-top {
		right: 15px;
		bottom: 15px;
	}
}

@-webkit-keyframes animArrow {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes animArrow {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}