@import url("https://use.typekit.net/nli8nve.css");

/* PAGE MARGINS */
.sePage .sePageLayout #PageMain,
.sePage .sePageLayout #PageFooter {
 margin-top: 0;
}

.se-code-section .customContentBlock {
 min-height: 0;
}

.sePageMain .container-fluid {
 padding: 0 15px !important;
}

/* HEROS */
.se-hero-inner .block-bg-img {
 padding: 14% 15px;
}

.sePage .sePageLayout .se-hero-top .block-bg-img h1,
.sePage .sePageLayout .se-hero-inner .block-bg-img h2 {
 color: #ffffff;
 text-shadow: none;
}

.se-hero-top .block-bg-img,
.se-hero-footer .block-bg-img {
 padding-top: 45px;
 padding-bottom: 210px;
}

.sePage .sePageLayout .se-hero-footer .block-bg-img h2 {
 color: #1a1a1a;
 text-shadow: none;
}

/* 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: #1a1a1a;
 font-family: itc-avant-garde-gothic-pro, sans-serif;
 font-style: normal;
 font-weight: 700;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 36px;
 margin-bottom: -15px !important;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 30px;
}

.sePage .sePageLayout .sePageMain h3 {
 font-size: 22px;
}

.sePage .sePageLayout .sePageMain h4 {
 font-size: 18px;
}

.sePage .sePageLayout .sePageMain h5 {
 font-size: 16px;
}

.sePage .sePageLayout .sePageMain h6 {
 font-size: 14px;
}

.sePage .sePageLayout .sePageMain p {
 color: #333;
 font-family: roboto, sans-serif;
 font-size: 18px;
 font-weight: 400;
 line-height: 1.5;
}

.sePage .sePageLayout .sePageMain a:not(.btn),
.sePage .sePageLayout .sePageMain a:not(.btn):visited {
 color: #333;
 font-family: roboto, sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover,
.sePage .sePageLayout .sePageMain a:not(.btn):focus,
.sePage .sePageLayout .sePageMain a:not(.btn):active {
 color: #333;
 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 {
 color: #ffffff;
}

/* BUTTONS */
/* BUTTON-PRIMARY (DARK GRAY) */
.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: 11px;
 border-radius: 0px;
 border-color: #1a1a1a;
 background: #1a1a1a;
 padding: 8px 22px;
 color: #fff;
 font-family: roboto, sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 letter-spacing: 0.25px;
 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
}

.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: #1a1a1a;
 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: #333333;
 background: #ffffff;
 padding: 8px 22px;
 color: #1a1a1a;
 font-family: roboto, sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 letter-spacing: 0.25px;
 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
}

.sePage .sePageLayout .sePageMain .btn-default:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-default:visited,
.sePage .sePageLayout .sePageMain button.btn.btn-default:visited {
 color: #1a1a1a;
}

.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: #333333;
 background: #e5e5e5;
 color: #1a1a1a;
 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: #1a1a1a;
 font-family: roboto, sans-serif;
 font-weight: 400;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-track
 .seProductTitle
 .seBrandName {
 font-size: 14px;
 font-weight: 700;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-track
 .seProductTitle
 .seItemName {
 font-size: 16px;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seSpecialPrice {
 color: #ed1c24;
 font-size: 16px;
 font-weight: 700;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seOriginalPrice {
 opacity: 0.6;
 font-size: 12px;
 text-decoration: line-through;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seRegularPrice {
 color: #333;
 font-size: 16px;
 font-weight: 400;
}

.sePage .sePageLayout .seAdvancedItemCarousel .slick-next:before,
.sePage .sePageLayout .seAdvancedItemCarousel .slick-prev:before {
 color: #1a1a1a;
}

.custom4-1 {
 margin: 0 auto;
 max-width: 820px;
}

/* 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:first-child {
 min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
}

/* BUTTON GROUP */
.se-btn-group {
 display: inline-flex;
 flex-direction: column;
}

.sePage .editContent .se-btn-group .btn:not(:last-child) {
 margin-bottom: 2px !important;
}

.sePage .editContent .se-btn-group .btn {
 margin-top: 0;
}

@media only screen and (min-width: 768px) {
 /* HEROS */
.se-hero-top .block-bg-img {
 padding: 35% 15px;
}

 .se-hero-footer .block-bg-img {
 padding: 14% 15px;
 } 


/* BUTTON GROUP */
.se-btn-group {
 display: flex;
 flex-direction: row;
 justify-content: flex-end;
 }

 .sePage .editContent .se-btn-group .btn:not(:last-child) {
 margin-right: 2px !important;
 margin-bottom: 11px !important;
 }
 .sePage .editContent .se-btn-group .btn {
 margin-bottom: 11px !important;
 }
}

@media only screen and (min-width: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

@media only screen and (min-width: 1200px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 90px;
 }
}
