/* SHOP CARDS */
.se-shop-cards .editContent {
 border: 1px solid #cccccc;
}

.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;
}

/* BUTTON GROUP */
.se-btn-group {
 flex-direction: column;
 display: inline-flex;
}

.seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
 margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {

 /* BUTTON GROUP */
 .seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
 margin-right: 4px;
 margin-bottom: 11px;
 }

 .se-btn-group {
 display: flex;
 flex-direction: row;
 justify-content: center;
 }

 .seResponsive .content-block-column .se-btn-group .btn {
 margin-bottom: 11px;
 }
}

