.inline-edit-categories ul.cat-checklist {
	height: 400px !important;
}

.was-price {
	color: red;
}

.was-price del {
	color: red;
}

.sale-price {
	color: #3268cb;
}

.custom-icon-box img {
	max-width: 100px;
}

.porto-woo-category-sidebar {
	display: none;
}

.recent-title {
	margin-bottom: 30px;
	font-size: 22px;
}

.recent-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.recent-grid span.onsale.CSTM00 {
	padding: 5px 11px;
	background: #da5555;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	font-size: .625rem;
	text-align: center;
	border-radius: 12px;
	top: 15px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.recent-grid ins.blue-price.single-blue-price {
	color: #3268cb !important;
}

.recent-grid .blue-price span.woocommerce-Price-amount.amount {
	color: #3268cb !important;
}

.recent-img {
	position: relative;
	display: inline-block;
}

.recent-img img {
	position: relative;
}

.recent-card {
	border: 1px solid #ddd;
	background: rgba(50, 104, 203, .06);
	text-align: center;
	transition: .3s;
}

.recent-card:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.recent-inner-content {
	padding: 15px;
}

.recent-img img {
	max-width: 100%;
	min-height: 250px;
	max-height: 251px;
	height: 100%;
	object-fit: contain;
}

.recent-name {
	margin: 20px 0;
	color: #222529;
	font-size: 15px;
	font-family: "Lato";
	line-height: 17px;
	font-weight: 500;
	min-height: 90px;
}

.recent-name a {
	color: #222529;
}

.recent-price {
	color: #1e73be;
	font-weight: bold;
	padding-bottom: 10px;
}

.recent-btn {
	display: inline-block;
	background: #2f5fb3;
	color: #fff;
	padding: 10px;
	width: 100%;
	text-decoration: none;
	font-size: 13px;
}

.recent-btn:hover {
	background: #1d4aa5;
	color: #fff;
}

@media (max-width: 1024px) {
	.recent-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 600px) {
	.recent-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}