/* single- post side */
.sidebar.sticky {
	width: 52px;
	height: 500px;
	border-radius: 13px;
	border: 1px solid rgba(41,57,68,0.22);
	min-width: 52px;
}
.sticky {
	position: sticky;
	top: 10px;
}
.post-icons {
	border: 1px solid rgba(41,57,68,0.22);
	width: 36px;
	height: 36px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.post-icons .count {
	position: absolute;
	width: 19px;
	height: 19px;
	background: #1d6aff;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 500;
	top: -6px;
	right: -6px;
}
.post-wrapper {
	width: calc(100% - 52px);
}

.post-detailes {
	margin-bottom: 30px;
}
.post-thumbnail {
	border-radius: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 441px;
	width: 100%;
}
.post-thumbnail img {
	border-radius: 20px;
	display: block;
}
.post-icons.favorite svg.liked {
    fill: #de043c;
    stroke: #de043c;
}
.mrbest-scrollbar {
	min-height: 180px;
	background: rgba(41,57,68,0.22);
	width: 4px;
	border-radius: 100px;
	overflow: hidden;
}
.scroll-delemitor {
	background: linear-gradient(9deg,#1d6aff 0%,#e742eb 100%);
	width: 100%;
	min-height: 3px;
}
.post-values.pinned {
	border: 1px solid rgba(41,57,68,0.22);
	padding: 15px;
	border-radius: 13px;
	min-width: 246px;
	width: 246px;
}
.pinned-image {
	padding: 20px 13px;
	background: rgba(238,238,238,0.93);
	border-radius: 11px;
	position: relative;
	margin-bottom: 15px;
}
.pinned-image img {
	max-height: 90px;
	width: 246px;
}
.pin-icon {
	position: absolute;
	background: #1d6aff;
	top: -8px;
	right: -4px;
	border-radius: 100%;
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
}
.pinned-features {
	grid-template-columns: repeat(2,1fr);
}
.review-products .item:nth-child(n-5) {
	display: flex !important;
}
.feature-item {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.feature-precentage {
	width: 60px;
	height: 60px;
	position: relative;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	color: #815eef;
	font-weight: 600;
}
.post-detailes .feature-precentage {
	width: 50px;
	height: 50px;
}
.feature-precentage::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -5px;
	border-radius: inherit;
	background: linear-gradient(222.81deg,#e742eb 14.1%,#1d6aff 85.22%);
}
#commentform textarea {
	min-width: 100%;
	width: 100% !important;
}

.feature-text {
	font-size: 14px;
	font-weight: 400;
}
.feature-item .feature-text {
	margin-bottom: 0;
}

.editor-content p {
	color: #293944;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
}
article.editor-content {
	padding-bottom: 30px;
}

/*section review product */
.ReviewProduct-inner {
	padding: 16px 14px;
	border-radius: 19px;
	border: 1px solid rgba(41,57,68,0.22);
}
.product-image {
    border-radius: 10px;
    aspect-ratio: 16 / 9;
    max-width: 102px;
}
.product-inner {
	width: calc(100% - 180px);
}
.product-image img {
	border-radius: 15px;
	max-width: 90px;
}
.ReviewProduct-inner .item {
	border-radius: 14px;
}
.features {
	width: 60%;
}
.features-liner {
	height: 9px;
	padding: 1px 0;
	background: #eee;
	border-radius: 52px;
	width: 100%;
}
.feature-value {
	height: 100%;
	border-radius: 25px;
	background: linear-gradient(9deg,#1d6aff 0%,#e742eb 100%);
}
.product-thumb {
	width: 100%;
	height: 100px;
	background-position: center;
	background-size: cover;
	border-radius: 15px;
}
.feature-num {
	font-size: 14px;
	color: #293944;
	font-weight: 400;
	line-height: normal;
}
.product-inner .post-exerpt {
	margin: 8px 0;
}
.product-inner h3 {
	margin-bottom: 0;
	margin-top: 0;
}
.product-content {
	flex: 0 0 calc(74% - 15px);
}
.ReviewProduct-inner .item.pinned {
	background: #f7f7f7;
}
.ReviewProduct-inner .item {
	counter-increment: css-counter 1;
}
.product-buttons {
	flex: 0 0 calc(21% - 15px);
}
.ReviewProduct-inner .item::before {
	content: "0" counter(css-counter);
	font-family: "YekanBakh,sans-serif";
	font-size: 40px;
	font-weight: 400;
	line-height: 54.69px;
	text-align: right;
	color: rgba(41, 57, 68, 0.11);
	display: flex;
	align-items: center;
	flex: 0 0 calc(5% - 15px);
}
.suitables .head-wrapper {
	background: #ffffff;
	padding: 11px 0px 5px 0px;
	margin-bottom: 30px;
	position: sticky;
	top: 0px;
	z-index: 9;
}
.suitables .head-wrapper h2 {
	margin: 0;
}
.tableOfContent > label {
	position: absolute;
	z-index: -5;
}
.suitable-box {
	flex: 0 0 50%;
}
.suitable-product-image img {
	height: auto;
	width: auto;
	border-radius: 13px;
}
.suitable-product-image {
	width: 100%;
	max-width: 528px;
	border-radius: 13px;
	margin-top: 30px;
}
.suitables .post-title a {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
.suitables .post-title h3,.suitables .post-title p {
	margin: 0;
}
.suitables .post-title h3{
	font-size:18px;
}
.suitables .post-title p.post-exerpt {
	color: #1d6aff;
	font-size: 14px;
	font-weight: 700;
}
.post-exerpt::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #1d6aff;
	display: inline-block;
	margin-left: 8px;
	border-radius: 100%;
}
.user-box .item {
	background: #f7f7f7;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 185%;
	font-weight: 500;
}
.user-box .item span {
	color: #004EE6;
	margin: 0 3px;
}
.suitable-box {
	flex: 0 0 calc(50% - 15px);
}
.product-points {
	padding:8px 15px;
	border: 1px solid rgba(41,57,68,0.22);
	border-radius: 14px;
	overflow: hidden;
}
.product-points ul {
	grid-template-columns: repeat(2,1fr);
	gap: 8px;
	padding: 0;
	margin: 0;
}
.product-points ul li {
	font-size: 14px;
	font-weight: 500;
	color: #293944;
	list-style: none;
}
.point-title {
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-right: -17px;
	margin: 8px 0;
	margin-right: -17px;
}
.user-box {
	margin-bottom: 8px;
}
.product-points .point-title::before {
	content: "";
	width: 5px;
	height: 31px;
	display: inline-flex;
	justify-content: center;
	margin-left: 8px;
	border-radius: 30px;
}
.product-points.benefits .point-title::before {
	background: #19b100;
}
.product-points.disadvantages .point-title::before {
	background: #ff2e00;
}
.product-features {
	grid-template-columns: repeat(4,1fr);
}
.suitable-item {
	padding:18px 16px;
	border: 1px solid rgba(41,57,68,0.22);
	border-radius: 19px;
}
.suitable-text {
	margin-top: 26px;
}
.button.view-price {
	padding: 15px 46px 15px 46px;
	background: #1d6aff;
	color: #fff;
	text-align: center;
	justify-content: center;
	max-width: fit-content;
	margin: 0 auto;
	gap: 10px;
	border-radius: 20px;
	margin-top: 15px;
}

.author-box img {
	width: 58px;
	max-width: 58px;
	max-height: 58px;
	border-radius: 58px;
	height: 58px;
	border: 2px solid #1d6aff;
}
.author-box h2, .author-box p {
	margin: 0;
}
.author-box p {
	font-size: 16px;
	color: rgba(41,57,68,0.66);
	font-weight: 400;
}
.author-box h2 {
	color: #293944;
	font-size: 18px;
}
.time-submited {
	font-size: 14px;
	font-weight: 300;
	display: flex;
	align-items: center;
	color: #293944;
}
.author-post a {
	color: #293944;
}
.author-post img {
	margin-left: 5px;
}
.review-products .item {
	display: none;
	position: relative;
}

.review-products .item.visible {
    display: flex;
}
.tableOfContent {
	width: 100%;
}
.tableOfContentlist {
	position: relative;
	width: 100%;
	background: #f7f7f7;
	border: 1px solid rgb(41 57 68 / 9%);
	padding: 15px 20px;
	border-radius: 10px;
	float: left;
	font-size: 16px;
	font-weight: 400;
}
.tableOfContentlist ul {
	display: none;
}