/* simple.css — extracted from asic-old style.css */

.reviews .commentlist .rating,
.singled__rating,
.woocommerce-Price-amount,
.ws-no-wrap {
	white-space: nowrap
}

.catalog__wrap .filters__items:not(:last-child),
.posts-cats,
.singled__main-thumb,
.woo-checkout .checkout-title {
	margin-bottom: 40px
}

.about__textcards .up-title,
.compare__table-item-title,
.dinamicbunner-title,
.popup-comments-form form>div,
.popup-comments-form form>p,
.singled-posted {
	margin-bottom: 20px
}

.asic__groups-wrap,
.compare__table-head-btn.active::after,
.singled__aside {
	width: 100%
}

.singled__main-thumb img {
	border-radius: 20px;
	margin: 0 auto
}

.popup-wc-header,
.singled__main .entry-content {
	padding-bottom: 20px;
	border-bottom: 2px solid var(--grayl)
}

.singled-posted {
	padding: 30px 0 20px;
	border-bottom: 2px solid var(--grayl)
}

.singled-wrap {
	align-items: flex-start
}

.singled__author .avatar {
	flex-shrink: 0;
	margin: 0
}

.singled__author .avatar img {
	display: block;
	border-radius: 50%
}

.singled__author-meta {
	color: var(--gray);
	line-height: 20px
}

.author-name {
	font-weight: 600;
	color: var(--gray);
	display: inline
}

.data-time {
	font-size: 14px;
	color: #7d8389
}

.singled__rating {
	display: flex;
	align-items: center;
	margin: 0;
	color: #7d8389
}

.singled__rating .rating-count {
	font-weight: 600;
	color: var(--gray)
}

i.star {
	display: inline-block;
	font-family: star;
	font-style: normal;
	margin: 0 5px 0 10px;
	font-size: 16px;
	transform: translateY(1px)
}

i.star::before {
	content: "S";
	color: #ffcb21;
	font-style: normal
}

.singled__author i {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #c7ced5;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px
}

.singled__shere {
	padding: 30px 0 80px
}

.singled__shere .addtoany_list {
	line-height: 1 !important
}

.singled__rating-reviews {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-left: 40px;
	color: #7d8389
}

.singled__rating-reviews::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	width: 17px;
	height: 17px;
	content: "";
	background: url(../../img/icons/reviews-icon.svg) center/contain no-repeat
}

.singled__aside-posts-title {
	padding: 15px 30px;
	margin-bottom: 10px;
	background: var(--gray);
	border-radius: 20px 20px 0 0
}

.singled__aside-posts-title.title {
	line-height: 30px
}

.single-post .main,
body.single-post main.site-main {
	overflow: visible
}

.sticky-box {
	position: sticky;
	top: 10px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.single-post.header-show .sticky-box {
	top: calc(var(--head-height) + 10px)
}

.related-posts .container {
	position: relative;
	padding-top: 40px
}

.related-posts .container::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: var(--grayl)
}

.related-title {
	margin-bottom: 30px
}

a.stars span span {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400
}

a.stars span span::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25
}

a.stars span span:hover~span::before {
	color: #404040;
	opacity: .25
}

a.stars:hover span span::before {
	content: "\53";
	color: #ffcb21;
	opacity: 1
}

a.stars.selected span.active::before {
	content: "\53";
	color: #ffcb21;
	opacity: 1
}

a.stars.selected span.active~span::before {
	content: "\53";
	color: #404040;
	opacity: .25
}

a.stars.selected span:not(.active)::before {
	content: "\53";
	color: #ffcb21;
	opacity: 1
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25
}

p.stars a:hover~a::before {
	content: "\53";
	color: #404040;
	opacity: .25
}

p.stars:hover a::before {
	content: "\53";
	color: #ffcb21;
	opacity: 1
}

p.stars.selected a.active::before {
	content: "\53";
	color: #ffcb21;
	opacity: 1
}

p.stars.selected a.active~a::before {
	content: "\53";
	color: #404040;
	opacity: .25
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #ffcb21;
	opacity: 1
}

@media all and (min-width:1100px) {
	.singled__main {
		max-width: 860px
	}

	.singled__aside {
		max-width: 420px;
		align-self: flex-start
	}
}

@media all and (max-width:1100px) {
  .faq__block,
  	.hero-delivery>.container,
  	.single-product div.product,
  	.singled-wrap,
  	.woo-checkout .checkout-cols {
  		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column;
  		flex-direction: column
  	}
  .singled__aside-posts-title.title {
  		font-size: 16px
  	}
}

@media all and (max-width:769px) {
	.singled-posted {
		align-items: flex-start;
		gap: 12px
	}

	.singled__author {
		align-items: center
	}

	.singled__author i,
	.singled__rating-reviews span {
		display: none
	}

	.singled__author-meta {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-self: center;
		gap: 2px
	}

	.author-name,
	.singled__author-meta .data-time {
		display: block
	}

	.singled__rating-reviews {
		margin-left: 20px
	}
}

@media all and (max-width:600px) {
	.singled__shere {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 20px 0 60px
	}

	.singled__shere .stars,
	.singled__shere-item {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
