.inner-new-posts .item {
	margin-right: 0;
}
.inner-new-posts .post-image.thumb {
	width: 261px;
	max-width: 30%;
	height: 198px;
}
.post-title {
	max-width: 515px;
}
.post-title h3 {
	max-width: 100%;
}
.inner-new-posts .post-content.has-thumb {
	max-width: calc(100% - 261px);
}
.cart-footer-inner {
	text-align: right;
	font-family: "Yekan Bakh";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.cart-footer-inner {
	min-width: 50%;
}
.inner-new-posts {
	gap: 15px;
	margin-bottom: 80px;
}
.post-title a, .post-title h3 {
	font-size: 18px;
}
#sidebar figure {
	margin: 0;
}
#sidebar figure img {
	border-radius: 15px;
}
.page-numbers li a {
	padding: 4px 8px !important;
	background: #f7f7f7;
	border-radius: 4px;
}
.page-numbers.current {
	padding: 4px 8px;
	background: #1D6AFF;
	color: #fff;
	border-radius: 4px;
}
.s-not-found img {
	max-width: 244px;
	max-height: 244px;
	margin: 0 auto;
}
.s-not-found p {
	font-size: 20px;
	font-weight: 700;
	line-height: 31px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.button.GoToHome {
	padding: 10px 24px 10px 24px;
	gap: 10px;
	border-radius: 16px;
	border: 0.5px solid #29394438;
}
.s-not-found {
	padding: 100px 0;
}
@media (max-width:767px){
#sidebar {
	width: 100%  !important;
}
.posts-wrapper .section-inner {
	width: 100% !important;
}
.posts-wrapper {
	flex-direction: column;
}
}