.product-block {
	 
}

.product-block .card { 
	border-radius: 1rem;
    width:100%;
	overflow: hidden;
	border: none;
}

.product-block .card .tab {
	right: 1rem;
    top: -3px;
    margin: 0;
    line-height: 1rem;
    font-size: 1.5rem;
    color: #D80A38;
    position: absolute;
    display: block;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
}

.product-block .card .card-img { height:200px; border-radius:0;  object-fit: contain; object-position: center;}
.wp-pagenavi { clear: both; margin-top: 4rem; }

.product-block .card a {
	text-decoration: none;
}

.product-block .card a span {
	text-decoration: underline;
}

.product-block .post-meta p { 
    font-size: 12px;
	line-height: 16px;
    font-style: italic;
    color: #9c9a9a;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
}
.product-block .post-meta a, .post-meta a:hover { color: #9c9a9a !important; text-decoration:none;  }
.product-block .post-meta p span {
	margin-right:5px;
	white-space: nowrap;
}

.category-block {}

.category-block .card {
	border-radius: 1rem;
	border: none;
	width: 100%;
	background-color: #E4E4E4;
}

.category-block .card.white{
	background-color: #ffffff;
}

.category-block .card .tab {
	right: 1rem;
	top: -3px;
	margin: 0;
	line-height: 1rem;
	font-size: 1.5rem;
	color: #D80A38;
	position: absolute;
	display: block;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}

.category-block .card .offer-img {
	position: relative;
}

.category-block .card .offer-img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 75%;
	background-color: #40a8c4;
	border-radius: 0 0 100% 100%;
	top: 0;
	right: 0;
	z-index: 0;
}

.bgcol-0 .offer-img::before,
.bgcol-3 .offer-img::before {
	background-color: #40a8c4 !important;
}

.bgcol-1 .offer-img::before,
.bgcol-4 .offer-img::before {
	background-color: #40a8c4 !important;
}

.bgcol-2 .offer-img::before,
.bgcol-5 .offer-img::before {
	background-color: #40a8c4 !important;
}

.category-block .card .card-img {
	height: 200px;
	border-radius: 0;
	object-fit: contain;
	object-position: center;
	padding: 1rem;
	padding-bottom: 0;
}

.category-block .card .offer-img p {
	font-size: 0.6rem;
	z-index: 1;
	position: relative;
	display: block;
}

.category-block .card a {
	text-decoration: none;
}

.category-block .card .offer-img img {
	display: block;
	z-index: 1;
	position: relative;
}

.category-block .card a span {
	text-decoration: underline;
}

.category-block .card .card-body {
	display: block;
	z-index: 1;
	position: relative;
}

.category-block .card .card-body p {
	font-size: 0.8rem;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.category-block .card .offer-img::before {
		width: 70%;
		height: 110%;
		border-radius: 50% 0 0 50%;
		top: -5%;
	}
	.category-block .card .card-img {
		padding-bottom: 1rem;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.category-block .card .offer-img::before {
		width: 75%;
	}
	.bgcol-0 .offer-img::before,
	.bgcol-2 .offer-img::before,
	.bgcol-4 .offer-img::before {
		background-color: #40a8c4 !important;
	}
	
	.bgcol-1 .offer-img::before,
	.bgcol-3 .offer-img::before,
	.bgcol-5 .offer-img::before {
		background-color: #40a8c4 !important;
	}
}