.d-flex.prices_shop {
    justify-content: center;
    gap: 9px;
    margin: 5px 0 10px;
}

.title span {
	font-family: "Catamaran";
	color: #293365;
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
	margin: 10px 0;
	text-transform: capitalize;
}

h6.sale {
    font-size: 15px;
    position: absolute;
    right: -20px;
    top: -22px;
    background-color: #8dbfe0;
    border-radius: 100px;
    width: 52px;
    height: 52px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
}
.discounted {
    color: #8dbfe0;
}
.discounted, .price {
	font-family: "Catamaran";
	font-size: 15px;
	
}

.price {
    color: #293365;
}
a.zak-checkout {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #8dbfe0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	color: #ffffff;
	font-size: 15px;
	background: #8dbfe0;
	transition: .5s;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Catamaran';
}
.zbk > .title{
 padding-top: 15px;
}

.zbk img {
	border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	
	.shop-products {
		padding: 0 !important;
	}
}