/* -------------------------------
   Module Store Design 1
------------------------------- */

.module-store-1.module-post {
	margin-top: 2rem;
	margin-bottom: 25px;
}
.module-store-1 .wt-card-body {
	padding: 25px;
}

.module-store-1 .wt-col-1 {
	margin-bottom: 20px;
}
.module-store-1 .wt-card {
	flex-direction: row;
	height: -webkit-fill-available;
	background: transparent;
	border: 0;
	margin-bottom: 25px;
}
.module-store-1 .wt-section {
	width: 100%;
	display: flex;
	border-radius:6px;
}
.module-store-1 .wt-featured {
	border: 4px solid #68a083;
	padding-left: 0;
	padding-right: 0;
}
.module-store-1 .wt-featured-label {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #fff;
	background: rgb(17, 17, 17, 0.9);
	padding: 11px 20px 12px 20px;
	text-transform: uppercase;
	z-index: 2;
}
.module-store-1 .wt-featured-label .wt-featured-label-text {
	font-size: 12px;
	font-weight: 600;
}
.module-store-1 .wt-card .card-body {
	width: 57%;
	align-items: center;
	display: flex;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #f7f7f7;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.48);
}
.module-store-1 .image-item-content {
	width: 43%;
	height: 100%;
	display: block;
	position: relative;
	align-content: center;
	background: rgb(76 76 76 / 50%);
	box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.48);
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.module-store-1 .wt-featured .image-item-content {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.module-store-1 .image-item-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.module-store-1 .image-item-inner-1 {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(30px) brightness(1);
	filter: blur(30px) brightness(1);
	z-index: 1;
}
.module-store-1 .image-item-inner-2 {
	height: 300px;
	width: 100%;
	object-fit: contain;
	z-index: 2;
	position: relative;
}
.module-store-1 .image-text-content {
	text-align: center;
	position: absolute;
	right: 25px;
	top: 25px;
	color: #fff;
	padding: 11px 20px 12px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	z-index: 3;
}
.module-store-1 .image-text-content .image-text-content-title {
	font-size: 18px;
}
.module-store-1 .image-text-content .image-text-content-subtitle {
	font-size: 14px;
	font-weight: 600;
	color: #e5e5e5;
	text-decoration: line-through;
}

.module-store-1 .text-content {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.module-store-1 .text-content .text-title {
	margin-bottom: 0;
}
.module-store-1 .text-content .text-category {
	margin-bottom: 15px;
	display: block;
	color: var(--bs-muted);
}

.module-store-1 .card-text-section-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 8px;
}
.module-store-1 .card-text-section-1 .card-title-name {
	display: block;
	font-size: 15px;
	color: #444;
}
.module-store-1 .card-text-section-1 .card-sidebar-stars-2 {
	color: #ffd100;
}
.module-store-1 .text-content .text-ul {
	margin-bottom: 0;
	padding-left: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}
.module-store-1 .text-content .text-ul li {
	display: inline-block;
	margin-right: 1px;
}
.module-store-1 .text-content .text-ul li:last-child {
	margin-right: 0;
}
.module-store-1 .text-content .text-ul li i {
	color: #757575;
	width: 22px;
}
.module-store-1 .text-content .text-ul .card-text-icon-name {
	font-weight: 600;
	color: #444;
}

.module-store-1 .text-content .text-ul .text-price .text-price-number {
	color: #008000;
	font-weight: 600;
}
.module-store-1 .text-content .text-ul .text-price .vat-small {
	font-size: 12px;
	font-weight: 400;
	color: #444;
}
.module-store-1 .text-content .text-ul .text-price-type .text-recurring {
	display: flex;
	margin-top: 5px;
}
.module-store-1 .text-content .text-ul .text-price-type .text-recurring i {
	width: 22px;
	margin-right: 4px;
	margin-top: 2px;
}
.module-store-1 .text-content .text-ul .text-price-type .text-recurring .text-recurring-name {
	color: #525252;
	font-weight: 600;
	font-size: 14px;
	display: block;
	font-style: italic;
}
.module-store-1 .text-content .text-ul .text-price-type {
	margin-bottom:0;
}
.module-store-1 .text-content .text-ul .text-price-type .text-price-type-name {
	font-size: 16px;
}

.module-store-1 .btns .card-link {
	display:block;
	text-align: left;
	font-size: 15px;
	font-weight:400;
	text-decoration: none;
	margin-top:15px;
}
.module-store-1 .btns .card-link i {
	font-size: 12px;
}

.module-store-1 .post-image-gallery-content {
	margin-bottom: 25px;
}
.module-store-1 .post-image-gallery-content .post-image-gallery-inner {
	position: relative;
	width: 100%;
	border-radius: 15px;
}
.module-store-1 .post-image-gallery-content .post-image-item-inner {
	width: 100%;
	height: auto;
	min-height: 500px;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}
.module-store-1 .post-image-gallery-content .post-image-gallery-inner-thumbnail {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #cdcdcd;
}
.module-store-1 .post-image-gallery-content .post-image-gallery-inner-thumbnail .post-image-gallery-inner-thumbnail-list {
	display: flex;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.module-store-1 .post-image-gallery-content .post-image-gallery-inner-thumbnail .post-image-gallery-inner-thumbnail-list li {
	padding-right: calc(8px * .5);
	padding-left: calc(8px * .5);
	margin-bottom: 10px;
	width: 25%;
}
.module-store-1 .post-image-gallery-content .post-image-gallery-inner-thumbnail .post-image-gallery-inner-thumbnail-list li a {
	display: flex;
	text-decoration: none;
	height: -webkit-fill-available;
	text-align: center;
}
.module-store-1 .post-image-gallery-content .post-image-gallery-inner-thumbnail .post-image-gallery-inner-thumbnail-list li a img {
	width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}
.module-store-1 .post-image-text-content {
	text-align: center;
	position: absolute;
	right: 50px;
	top: 50px;
	color: #fff;
	padding: 11px 20px 12px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	z-index: 3;
}
.module-store-1 .post-image-text-content .post-image-text-content-title {
	font-size: 14px;
}
.module-store-1 .post-image-text-content .post-image-text-content-subtitle {
	font-size: 12px;
	font-weight: 600;
}
.module-store-1 .post-text-content-2 {
	border-top: 1px solid #aeaeae;
	padding-top: 15px;
}
.module-store-1 .post-text-content-2 .post-text-content-embed {
	margin-bottom: 15px;
}
.module-store-1 .post-text-content-2 .post-text-content-embed:last-child {
	margin-bottom: 0;
}

.module-store-1 .post-comments-entry {
	margin-bottom: 25px;
}
.module-store-1 .post-comments-entry .post-comment-form .post-comments-form-box {
	margin-top: 15px;
}
.module-store-1 .post-comments {
	padding: 0;
	margin: 0;
}
.module-store-1 .post-comments li {
	list-style: none;
}
.module-store-1 .post-comments li.post-comments-box {
	padding: 20px;
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 0.375rem;
}
.module-store-1 .post-comments li.post-comments-box .post-comments-avatar {
	float: left;
}
.module-store-1 .post-comments-avatar img {
	border-radius:50%;
	height:60px;
	width:60px;
	object-fit:cover;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.module-store-1 .post-comments li.post-comments-box .post-comments-reply {
	margin-left: 80px;
}
.module-store-1 .post-comments li.post-comments-box .post-comments-reply h4.post-comments-name {
	font-size: 16px;
	margin: 8px 0 0px;
}
.module-store-1 .post-comments li.post-comments-box .post-comments-reply .post-comments-date {
	color: #828282;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.module-store-1 .post-comments-name {
	color: #33303E;
}
.module-store-1 .btn.btn-post-comments-reply {
	border-radius: 15px;
	padding: 13px 13px;
	line-height: 0;
	font-size: 12px;
}
.module-store-1 .btn.btn-post-comments-submit {
	border-radius: 15px;
	padding: 17px 16px;
	line-height: 0;
	margin-top: 20px;
}
.module-store-1 .post-comments-reply .post-comment-details {
	white-space: break-spaces;
}
.module-store-1 .post-comment-options {
	float:right;
	margin-left: 15px;
}
.module-store-1 .item-1-stars-icon {
	color: #ffd100 !important;
}
.module-store-1 .card-stars-panel {
	float: right;
	font-size: 16px;
}
.module-store-1 .card-stars-panel .card-stars-number {
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	color: #555;
}
.module-store-1 .card-stars-2 {
	color: #ffd100;
}

.module-store-1 .review-stars {
	display: inline-block;
	border: 0;
	margin-top: -5px;
}
.module-store-1 .review-stars > input {
	display: none;
}
.module-store-1 .review-stars > label {
	float: right;
}
.module-store-1 .review-stars > label:before {
	display: inline-block;
	font-size: 1.1rem;
	padding: .3rem .2rem;
	margin-right:0;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f005"; /* full star */
}
.module-store-1 .review-stars .review-stars-half:before {
	content: "\f005"; /* half star no outline */
	position: absolute;
	padding-right: 0;
	width: 0.6rem;
	overflow: hidden;
	margin-right: 0.4rem;
}
.module-store-1 .review-stars input:checked ~ label, .module-store-1 .review-stars label:hover, label:hover ~ label {
	color: #f9c91b;
}

.module-store-1 .sidebar {
	padding: 10px;
	box-shadow: 0 0 2px 0 rgba(187, 187, 187, 0.48);
}
.module-store-1 .wt-sidebar {
	margin-bottom: 30px;
}
.module-store-1 .sidebar .title {
	background: #f4f4f4;
	border-radius: 6px;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom:20px;
}
.module-store-1 .sidebar .card-sidebar-section-1 .card-title-name {
	font-weight: 600;
	font-size: 20px;
}
.module-store-1 .sidebar .card-sidebar-section-1 .card-title-name p {
	margin-bottom: 5px;
}
.module-store-1 .sidebar .card-sidebar-section-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.module-store-1 .sidebar .card-sidebar-section-2 .card-sidebar-price {
	color: #008000;
	font-weight: 600;
	font-size: 20px;
}
.module-store-1 .sidebar .card-sidebar-section-2 .card-sidebar-price .vat-small {
	font-size: 12px;
	font-weight: 400;
	color: #444;
}
.module-store-1 .sidebar .card-sidebar-section-2 .card-sidebar-price .card-sidebar-price-subtitle {
	color: #8b8b8b;
	text-decoration: line-through;
}
.module-store-1 .sidebar .card-sidebar-section-2 .card-sidebar-stars-2 {
	color: #ffd100;
}
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options .card-sidebar-options-1 .card-sidebar-options-qty {
	display: flex;
	align-items: center;
}
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options .card-sidebar-options-1 .card-sidebar-options-name {
	color: #8a8f95;
	font-weight: 600;
	margin-right: 15px;
	font-size: 15px;
}
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options .card-sidebar-options-1 .card-sidebar-options-input {
	display: flex;
	align-items: center;
	background: #fcfcfc;
	border: 1px solid #ced4da;
	position: relative;
	border-radius: 6px;
	width: 90px;
	height: 35px;
}
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options .card-sidebar-options-1 .card-sidebar-options-input .incr-btn {
	display: flex;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 100px;
	align-items: center;
	justify-content: center;
	color: #23293c;
	text-decoration: none;
}
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options .card-sidebar-options-1 .card-sidebar-options-input .card-sidebar-options-input-form {
	flex-grow: 1;
	border: 0;
	text-align: center;
	width: 40px;
	height: 33px;
	box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options .card-sidebar-options-1 .card-sidebar-options-input .card-sidebar-options-input-form::-webkit-outer-spin-button,
.card-sidebar-options-input-form::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options .card-sidebar-options-1 .card-sidebar-options-input .card-sidebar-options-input-form[type=number] {
	-moz-appearance: textfield;
}
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options-3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options-3 .card-sidebar-options-3-col-1 {
	flex: 0 0 auto;
	width: 50%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.module-store-1 .sidebar .card-sidebar-section-3 .card-sidebar-options-3 .card-sidebar-options-3-col-2 {
	flex: 0 0 auto;
	width: 50%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.module-store-1 .sidebar .sidebar-recent {
	margin-top: 25px;
	margin-bottom: 25px;
}
.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts {
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
}
.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts-img {
	height: 65px;
	width: 100px;
	object-fit: cover;
	border-radius: 0.375rem;
}
.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts-info {
	flex: 1;
	margin-left: 1rem;
}
.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts-info small {
	color: #8a8f95;
}
.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts-info-link {
	display: block;
	color: #212529;
	width: 100%;
}
.module-store-1 .sidebar .sidebar-list {
	margin-bottom: 15px;
	padding-left: 0;
	list-style: none;
	height: auto;
	max-height: 300px;
	overflow: auto;
	color: #4c4c4c;
}
.module-store-1 .sidebar .sidebar-list-2 {
	font-size: 16px;
}
.module-store-1 .sidebar .sidebar-list-2:last-child {
	margin-bottom: 0;
}
.module-store-1 .sidebar .sidebar-list li a {
	color: #424242;
	margin-bottom: 5px;
}
.module-store-1 .sidebar .sidebar-list li a:hover {
	color: #1f5bd1;
}
.module-store-1 .sidebar .sidebar-list li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.module-store-1 .sidebar .sidebar-list-2 li {
	margin-bottom: 5px;
	padding-bottom: 8px;
	padding-top: 9px;
	border-bottom: 1px solid #d2d2d2;
}
.module-store-1 .sidebar .sidebar-list-2 li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.module-store-1 .sidebar .sidebar-list .sidebar-list-name {
	font-weight: 600;
}

.module-store-1 .sidebar .sidebar-search-2 .sidebar-search-2-section-1 {
	margin-bottom: 15px;
}
.module-store-1 .sidebar .sidebar-search-2 .sidebar-search-2-section-1 .form-control {
	box-shadow: none;
	font-size: 14px;
	background: #fcfcfc;
}

.module-store-1 .sidebar .sidebar-search {
	margin-bottom: 0;
}
.module-store-1 .sidebar .sidebar-search-form {
	position: relative;
}
.module-store-1 .sidebar .sidebar-search input[type="text"], .module-blog-1 .sidebar .sidebar-search-form input[type="text"] {
	box-shadow: none;
	padding: 12px 15px;
	height: 45px;
	font-size: 14px;
	display: block;
	width: 100%;
	outline: none !important;
	padding-right: 45px;
}
.module-store-1 .sidebar .sidebar-search input[type="submit"], .module-blog-1 .sidebar .sidebar-search-form input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 10px;
	opacity: 0;
	width: 40px;
	height: 40px;
}
.module-store-1 .sidebar .sidebar-search .sidebar-search-form:after {
	content: "\f002";
	position: absolute;
	font-family: "FontAwesome";
	right: 16px;
	top: 15px;
	font-size: 16px;
	line-height: 17px;
	pointer-events: none;
	color:#808080;
}
.module-store-1 .sidebar .card-sidebar-dropdown-section .form-select {
	font-size: 15px;
	background-color: #fcfcfc;
}
.module-store-1 .sidebar .card-sidebar-dropdown-section .card-sidebar-dropdown-selection {
	font-size: 14px;
}
.cp-content.module-store-1.module-post {
	margin-top: 0;
	margin-bottom: 0;
}

/* Module Events Design 1 - Responsive */

@media (max-width: 1499px) {

}
@media (max-width: 1399px) {
	.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts-img {
		height: 55px;
		width: 70px;
	}
	.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts-info {
		margin-left: 12px;
	}
	.cp-content.module-store-1 .text-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1199px) {
	.module-store-1 .text-content {
		padding-left: 0;
		padding-right: 0;
	}
	.cp-content.module-store-1 .text-content {
		padding-left: 0;
		padding-right: 0;
	}
	.module-store-1 .wt-card .card-body {
		width: 65%;
	}
	.module-store-1 .image-item-content {
		width: 35%;
	}
	.module-store-1 .image-item-inner-2 {
		height: 250px;
	}
	.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts-img {
		height: 40px;
		width: 40px;
	}
	.module-store-1.module-post {
		margin-bottom: 0;
	}
}
@media (max-width: 992px) {
	.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts-img {
		height: 65px;
		width: 100px;
	}
	.module-store-1 .sidebar .sidebar-recent .sidebar-recent-posts-info {
		margin-left: 15px;
	}
	.module-store-1 .post-image-gallery-content .post-image-item-inner {
		min-height: 400px;
		max-height: 400px;
	}
	.module-store-1 .post-image-gallery-content .post-image-gallery-inner-thumbnail .post-image-gallery-inner-thumbnail-list li a {
		height: 110px;
	}
	.cp-content.module-store-1 .post-image-item-inner {
		min-height: 100%;
		max-height: 100%;
	}
	.cp-content.module-store-1 .image-item-inner-2 {
		height: 400px;
	}
	.cp-content.module-store-1 .wt-card .card-body {
		width: 100%;
		display: block;
		padding: 20px;
	}
	.cp-content.module-store-1 .image-item-content {
		width: 100%;
	}
	.cp-content.module-store-1 .wt-card {
		flex-direction: column;
	}
	.cp-content.module-store-1 .wt-section {
		display: grid;
	}
	.cp-content.module-store-1 .image-item-inner {
		border-top-left-radius: 6px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 0;
	}
}
@media (max-width: 767px) {
	.module-store-1 .review-stars {
		display: inline-block;
		border: 0;
		margin-top: 15px;
	}
	.module-store-1 .btn.btn-post-comments-submit {
		margin-top: 10px;
	}
	.module-store-1 .sidebar .sidebar-search-2 .sidebar-search-2-section-1 {
		margin-bottom: 0;
	}
	.module-store-1 .sidebar .sidebar-search-2 .sidebar-search-2-section-1 .sidebar-search-2-keywords {
		margin-bottom: 15px;
	}
	.module-store-1 .sidebar .sidebar-search-2 .sidebar-search-2-section-1 .sidebar-search-2-input {
		margin-bottom: 15px;
	}
	.module-store-1 .post-image-item-inner {
		min-height: 100%;
		max-height: 100%;
	}
	.module-store-1 .image-item-inner-2 {
		height: 400px;
	}
	.cp-content.module-store-1 .image-item-inner-2 {
		height: 350px;
	}
	.module-store-1 .wt-card .card-body {
		width: 100%;
		display: block;
		padding: 20px;
	}
	.module-store-1 .image-item-content {
		width: 100%;
	}
	.module-store-1 .wt-card {
		flex-direction: column;
	}
	.module-store-1 .wt-section {
		display: grid;
	}
	.module-store-1 .text-content {
		padding-left: 0;
		padding-right: 0;
	}
	.module-store-1 .image-item-inner {
		border-top-left-radius: 6px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 0;
	}
}
@media (max-width: 575.98px) {
	.module-store-1 .wt-col {
		flex: 0 0 auto;
		width: 50%;
	}
	.module-store-1.module-post .card-body {
		padding: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.module-store-1 .post-image-gallery-content .post-image-item-inner {
		min-height: 300px;
		max-height: 300px;
	}
	.module-store-1 .post-image-gallery-content .post-image-gallery-inner-thumbnail .post-image-gallery-inner-thumbnail-list li a {
		height: 90px;
	}
	.module-store-1 .image-item-inner-2 {
		height: 320px;
	}
	.cp-content.module-store-1 .image-item-inner-2 {
		height: 320px;
	}
}
@media (max-width: 479.98px) {
	.module-store-1 .post-comments li.post-comments-box .post-comments-reply {
		margin-left: 0;
	}
	.module-store-1 .post-comments li.post-comments-box .post-comments-reply .post-comments-date {
		margin-bottom: 20px;
	}
	.module-store-1 .post-comments-avatar img {
		height: 40px;
		width: 40px;
		margin-right: 15px;
		margin-top: 7px;
	}
	.module-store-1 .card-stars-panel {
		float: none;
		margin-top: 15px;
	}
	.module-store-1 .card-stars-panel .card-stars-number {
		text-align: right;
		float: right;
	}
	.module-store-1 .post-comments li.post-comments-box .post-comments-reply h4.post-comments-name {
		margin-top: 15px;
	}
	.module-store-1 .post-image-gallery-content .post-image-item-inner {
		min-height: 250px;
		max-height: 250px;
	}
	.module-store-1 .post-image-gallery-content .post-image-gallery-inner-thumbnail .post-image-gallery-inner-thumbnail-list li a {
		height: 70px;
	}
	.module-store-1 .image-item-inner-2 {
		height: 250px;
	}
	.cp-content.module-store-1 .image-item-inner-2 {
		height: 250px;
	}
	.cp-content.module-store-1 .container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* -------------------------------
   Module Store Design 1 - Grid
------------------------------- */

/* Two columns */
.grid {
	display: grid;
	grid-template-columns: auto auto;
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}
/* Each grid-item by default span 2 columns */
.grid-item {
	grid-column: span 2;
}
.grid-item-col {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

@media (max-width: 1399px) {
	.cp-content.module-store-1.module-post .grid {
		display: block;
	}
}

@media (min-width: 1199px) {
	/* Span 1 column above Bootstrap's SM breakpoint. */
	.grid-item {
		grid-column: span 1;
	}
	/* Let Main Content start on row 1 and span 2 rows. */
	.grid-item:nth-child(2) {
		grid-row: 1 / span 3;
	}
}
@media (max-width: 1199px) {
	/* Cart Div to Top */
	.grid-item:nth-child(1) {
		grid-row: 1 / span 3;
	}
}
