/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

/* FOOTER */
.sePageFooter { margin-top: 0px; }

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

.bx_book_btn .bxe_book_button {
color: white;
background-color: rgb(7, 55, 99);
border-color: white;
}

/* SHOP CARDS */
.se-shop-cards .editContent {
 border: 1px solid #000;
}

.se-shop-cards .editContent img {
 border-bottom: 1px solid #000;
}

.sePage .sePageLayout .se-shop-cards h3 {
 margin-top: 22px;
}

.seResponsive .se-shop-cards .content-block-column .btn {
 margin-bottom: 22px;
}

.se-shop-cards .content-block-content {
 padding: 0px 22px;
}

.sePageContent .sePageSection.se-shop-cards {
 margin-bottom: 0px;
}

.se-shop-cards .col-margin-bottom {
 margin-bottom: 30px;
}