.lithea-page-desserts-to-order {
	padding: unset;
	/* background: unset; */
	border: unset;
	border-radius: unset;
	box-shadow: unset;
}
.content-wrapper--page > .body-width-limiter {
	max-width: unset;
}
.content-body--page--desserts-to-order {
	padding: 0;
}
.lithea-page-desserts-to-order .body-width-limiter {
	padding: 0 15px;
}
.breadcrumbs-wrapper {
	background: var(--color-background);
}

.pages-main-section:first-child {
	min-height: unset;
	padding: 20px 0 10px 0;
}

/* Desserts to order sections */
.desserts-to-order-section-hero {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-direction: column;
	gap: 25px;
}
.desserts-to-order-section-hero-info {
	text-align: center;
}
.desserts-to-order-section-hero-images {
}
.desserts-to-order-section-hero-images img {
	display: block;
	width: 100%;
	height: auto;
}

.desserts-to-order-section-custom-cakes {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-direction: row;
	gap: 25px;
}
.desserts-to-order-section-custom-cakes-info {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
	
}
.desserts-to-order-section-custom-cakes-images {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
}
.desserts-to-order-section-custom-cakes-images img {
	display: block;
	width: 100%;
	height: auto;
}

.desserts-to-order-section-candy-bars {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-direction: row;
	gap: 25px;
}
.desserts-to-order-section-candy-bars-info {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
	
}
.desserts-to-order-section-candy-bars-images {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
}
.desserts-to-order-section-candy-bars-images img {
	display: block;
	width: 100%;
	height: auto;
}

.desserts-to-order-section-custom-cakes .slider-wrapper,
.desserts-to-order-section-candy-bars .slider-wrapper {
	padding: 0 50px 0 0;
	flex: 0 0 auto;
}
.desserts-to-order-section-candy-bars .slider-wrapper .owl-dots .owl-dot span {
	background: var(--color-background);
}
.desserts-to-order-section-slider-image {
	border-radius: var(--border-radius-normal);
}
.desserts-to-order-gallery {
	text-align: center;
}

/* Media queries */
@media (max-width: 760px) {
	.pages-main-section {
		padding: 15px 0;
	}
	.desserts-to-order-section-custom-cakes {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 10px;
	}
	.desserts-to-order-section-custom-cakes > .slider-wrapper {
		padding: 0;
		width: 100%;
	}
	.desserts-to-order-section-custom-cakes-info {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.desserts-to-order-section-custom-cakes-info ul {
		text-align: left;
	}
	.desserts-to-order-section-candy-bars {
		flex-wrap: wrap;
		gap: 10px;
	}
	.desserts-to-order-section-candy-bars > .slider-wrapper {
		padding: 0;
		width: 100%;
	}
	.desserts-to-order-section-candy-bars-info {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.desserts-to-order-section-candy-bars-info ul {
		text-align: left;
	}
}