@import url("https://use.typekit.net/zpl2xkv.css");

#PageMain, #PageFooter {
 margin-top: 0;
}

.sePageMain .container-fluid {
 padding: 0 15px !important;
}

.sePageMain .se-container-fluid-edit .container-fluid {
 width: 100%;
 max-width: 1230px;
 padding: 0 30px !important;
}

.se-section-margin-x-md {
 margin: 0 30px;
}

/* HERO */
.se-lib-hero .block-bg-img {
 padding: 6% 0 0;
}

.sePage .sePageLayout .sePageMain .se-lp-hero .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 17% 10%;
}

.sePage .sePageLayout .sePageMain .se-lp-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.15);
 padding: 0;
 width: 100%;
 content: "";
}

.sePage .sePageLayout .sePageMain .se-lp-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-hp-hero h2 {
 margin: 22px auto 7px;
}

.sePage .sePageLayout .se-hp-hero p {
 margin: 0px auto 18px;
 font-size: 24px;
}

.custom4-1 .editContent {
 margin: 0 auto;
 max-width: 820px;
}

/* TYPOGRAPHY */
.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3,
.sePage .sePageLayout .sePageMain h4 {
 color: #000;
 font-family: neue-kabel, sans-serif;
 font-style: normal;
 font-weight: 700;
 margin-top: 22px;
 margin-bottom: 11px;
 text-transform: none;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 36px;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 32px;
}

.sePage .sePageLayout .sePageMain h3 {
 font-size: 28px;
}

.sePage .sePageLayout .sePageMain h4 {
 font-size: 24px;
 font-style: italic;
 font-weight: 600;
}

.sePage .sePageLayout .sePageMain {
 color: #333;
 font-family: source-sans-pro, sans-serif;
 font-size: 16px;
}

.sePage .sePageLayout .sePageHeader h4 a:not(.btn),
.sePage .sePageLayout .sePageMain a:not(.btn) {
 color: #000;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain a:not(.btn):hover {
 color: #000;
 text-decoration: underline;
}

/* TEXT WHITE */
.sePage .sePageLayout .sePageMain .se-text-white .h1,
.sePage .sePageLayout .sePageMain .se-text-white .h2,
.sePage .sePageLayout .sePageMain .se-text-white .h3,
.sePage .sePageLayout .sePageMain .se-text-white h1,
.sePage .sePageLayout .sePageMain .se-text-white h2,
.sePage .sePageLayout .sePageMain .se-text-white h3,
.sePage .sePageLayout .sePageMain .se-text-white h4,
.sePage .sePageLayout .sePageMain .se-text-white p,
.sePage .sePageLayout .sePageMain .se-text-white ul,
.sePage .sePageLayout .block-bg-img h1,
.sePage .sePageLayout .block-bg-img h2,
.sePage .sePageLayout .block-bg-img p {
 color: #fff;
}


.sePage .sePageLayout .sePageMain .se-text-white a h3:not(.btn) {
 text-decoration: none;
 font-family: neue-kabel, sans-serif;
 font-style: italic;
 font-weight: 600;
}

.sePage .sePageLayout .sePageMain .se-text-white a h3:not(.btn):hover {
 color: #fff;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-text-white a img:hover {
 opacity: 0.75;
}

/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary,
.sePage .sePageLayout .sePageMain button.btn.btn-primary {
 margin-top: 0;
 margin-bottom: 22px;
 border-radius: 0px;
 border-color: #000;
 background: #000;
 padding: 8px 22px;
 color: #fff;
 font-size: 16px;
 font-family: neue-kabel,
 sans-serif;
 font-style: normal;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):visited,
.sePage .sePageLayout .sePageMain .btn-primary:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:visited,
.sePage .sePageLayout .sePageMain button.btn.btn-primary:visited {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):hover,
.sePage .sePageLayout .sePageMain .btn-primary:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain button.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):active,
.sePage .sePageLayout .sePageMain .btn-primary:active,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
.sePage .sePageLayout .sePageMain button.btn.btn-primary:active {
 border-color: #333;
 background: #333;
 color: #fff;
 text-decoration: none;
}

/* BUTTON-DEFAULT (WHITE) */
.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default,
.sePage .sePageLayout .sePageMain button.btn.btn-default {
 margin-top: 0;
 margin-bottom: 11px;
 border-radius: 0px;
 border-color: #ffffff;
 background: #ffffff;
 padding: 8px 22px;
 color: #000;
 font-size: 16px;
 font-family: neue-kabel,
 sans-serif;
 font-style: normal;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .btn-default:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-default:visited,
.sePage .sePageLayout .sePageMain button.btn.btn-default:visited {
 color: #000;
}

.sePage .sePageLayout .sePageMain .btn-default:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-default:hover,
.sePage .sePageLayout .sePageMain button.btn.btn-default:hover,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):active,
.sePage .sePageLayout .sePageMain .btn-default:active,
.sePage .sePageLayout .sePageMain a.btn.btn-default:active,
.sePage .sePageLayout .sePageMain button.btn.btn-default:active {
 border-color: #ccc;
 background: #ccc;
 color: #000;
 text-decoration: none;
}

/* CATALOG*/
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seRegularPrice,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seOriginalPrice,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seSpecialPrice,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-track .seProductTitle .seBrandName,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-track .seProductTitle .seItemName {
 font-family: source-sans-pro,
 sans-serif;
}

.sePage .sePageLayout .seAdvancedItemCarousel .slick-next:before,
.sePage .sePageLayout .seAdvancedItemCarousel .slick-prev:before {
 color: #000;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column {
 width: 100%;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 400px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
}

.se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: inherit;
}

.se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: inherit;
}

/* 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;
 }
}

@media only screen and (min-width: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 540px;
 }

 .se-2col-fw-feature .content-block-column {
 width: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: 50%;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}