/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
/* FOOTER */ .sePageFooter { margin-top: 0px; }

/* SHOPPING LINKS */

.sePageContent .sePageSection.se-lib-shop-links {
 margin-bottom: 0;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column a {
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -webkit-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 background-color: rgba(0, 0, 0, 0.25);
 width: 100%;
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column h3 {
 font-style: normal;
 font-size: 28px;
 color: #ffffff;
 text-shadow: 0 0 5px #111111;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column h3:hover {
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column {
 position: relative;
 min-height: 200px;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column {
 min-height: 200px;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column:hover {
 -webkit-transform: translateY(-2px);
 -ms-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}

.se-lib-shop-links .col-margin-bottom {
 margin-bottom: 30px;
}







































































