@import url("https://use.typekit.net/erz1kvm.css");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap");

/* PAGE MARGINS */
#PageMain {
 margin-top: 0px;
}

/* TYPOGRAPHY */
.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3,
.sePage .sePageLayout .sePageMain h4,
.sePage .sePageLayout .sePageMain h5,
.sePage .sePageLayout .sePageMain h6 {
 color: #000;
 font-family: stratos, sans-serif;
 font-weight: 500;
 font-style: normal;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 90px;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 100px;
}

.sePage .sePageLayout .sePageMain h3 {
 font-size: 24px;
}

.sePage .sePageLayout .sePageMain p {
 color: #222;
 font-family: stratos-lights, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
}

.sePage .sePageLayout .sePageMain a:not(.btn),
.sePage .sePageLayout .sePageMain a:not(.btn):visited {
 color: #000;
 font-family: stratos-lights, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover,
.sePage .sePageLayout .sePageMain a:not(.btn):focus,
.sePage .sePageLayout .sePageMain a:not(.btn):active {
 text-decoration: underline;
}

.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 h5,
.sePage .sePageLayout .sePageMain .se-text-white h6,
.sePage .sePageLayout .sePageMain .se-text-white p,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):visited,
.sePage .sePageLayout .sePageMain .block-bg-img h1,
.sePage .sePageLayout .sePageMain .block-bg-img h2,
.sePage .sePageLayout .sePageMain .block-bg-img h3,
.sePage .sePageLayout .sePageMain .block-bg-img p {
 color: #fff;
}

/* 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 {
 border: 1px solid #000;
 border-radius: 0px;
 background-color: #fff;
 border-color: #000;
 padding: 15px 30px;
 color: #000 !important;
 font-family: 'Space Mono', monospace;
 font-style: normal;
 font-weight: 400;
 font-size: 16px;
 letter-spacing: .5px;
 text-transform: uppercase;
 margin-top: 11px;
 margin-bottom: 22px;
}

.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: #000;
}

.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: 1px solid #000;
 background-color: #e5e5e5;
 border-color: #000;
 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 {
 color: #000;
 font-family: stratos, sans-serif;
 font-weight: 400;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-track .seProductTitle .seBrandName {
 font-size: 16px;
 font-weight: 500;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-track .seProductTitle .seItemName {
 font-size: 18px;
 font-family: stratos-lights, sans-serif;
 font-weight: 400;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seSpecialPrice {
 color: #b30000;
 font-weight: 500;
 font-size: 18px;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seOriginalPrice {
 font-size: 14px;
 opacity: 0.6;
 text-decoration: line-through;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seRegularPrice {
 color: #333;
 font-weight: 500;
 font-size: 18px;
}

.sePage .sePageLayout .seAdvancedItemCarousel .slick-next:before,
.sePage .sePageLayout .seAdvancedItemCarousel .slick-prev:before {
 color: #000;
}

.sePageContent .se-code-section {
 margin-bottom: 0;
 height: 0;
}

/* HERO */
.se-hero .block-bg-img {
 padding: 20% 15px;
}

.sePage .sePageLayout .sePageMain .se-hero h3 {
 font-family: 'Space Mono', monospace;
 font-weight: 400;
 font-style: normal;
 margin: 0px auto;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.sePage .sePageLayout .sePageMain .se-2col-fw-feature h3 {
 margin-top: 22px;
}

.sePage .sePageLayout .sePageMain .se-2col-fw-feature p {
 margin-bottom: 22px;
}

.se-2col-fw-feature .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column {
 width: 100%;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 640px;
}

.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;
}

@media only screen and (min-width: 992px) {
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 width: 45%;
 }

 .se-2col-fw-feature .content-block-column:first-child {
 width: 55%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: 55%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: 45%;
 }
}

@media only screen and (max-width: 767px) {
 .sePage .sePageLayout .sePageMain h1 {
 font-size: 50px;
 }

 .sePage .sePageLayout .sePageMain h2 {
 font-size: 50px;
 }
}