@font-face {
 font-family: "ABC Marfa Variable";
 src: url("https://www.sefiles.net/files/library/site/ABCMarfaVariable.woff2")
 format("woff2"),
 url("https://www.sefiles.net/files/library/site/ABCMarfaVariable.woff")
 format("woff");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "ABC Marfa";
 src: url("https://www.sefiles.net/files/library/site/ABCMarfa-Black.woff2")
 format("woff2"),
 url("https://www.sefiles.net/files/library/site/ABCMarfa-Black.woff")
 format("woff");
 font-weight: 900;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "ABC Marfa";
 src: url("https://www.sefiles.net/files/library/site/ABCMarfa-Light.woff2")
 format("woff2"),
 url("https://www.sefiles.net/files/library/site/ABCMarfa-Light.woff")
 format("woff");
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}

#PageMain,
#PageFooter {
 margin-top: 0px;
}

#PageMain .container-fluid {
 padding-left: 15px;
 padding-right: 15px;
}

#PageMain .se-fw-section .container-fluid {
 padding-left: 30px;
 padding-right: 30px;
}

.se-code-section .customContentBlock {
 min-height: 0;
}

.desktop-img {
 display: none;
}
.mobile-img {
 display: block;
}

.sePage .sePageLayout .sePageMain .container-fluid {
 padding: 0 15px;
}

.sePageContent .sePageSection {
 margin-bottom: 15px;
}

.modal-dialog {
 width: auto;
 margin: 30px 15px;
}

.modal-body {
 position: relative;
 padding: 0;
}

.modal-content {
 position: relative;
 background-color: transparent;
 border: none;
 border-radius: 0;
 box-shadow: none;
}

.modal button.close {
 padding: 0;
 cursor: pointer;
 background: #000;
 padding: 4px;
 border: 0;
 float: right;
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
 color: #fff;
 text-shadow: none;
 opacity: 1;
 filter: none;
}

/* TYPOGRAPHY */
.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3 {
 font-family: "ABC Marfa";
 font-weight: 900;
}

.sePage .sePageLayout .sePageMain h1 {
 color: #000;
 font-size: 48px;
}
.sePage .sePageLayout .sePageMain h2 {
 color: #000;
 font-size: 54px;
}
.sePage .sePageLayout .sePageMain h3 {
 color: #000;
 font-size: 52px;
}

.sePage .sePageLayout .sePageMain,
.sePage .sePageLayout .sePageMain p,
.sePage .sePageLayout .sePageMain li {
 color: #000;
 font-family: "ABC Marfa";
 font-size: 18px;
 font-weight: 300;
}

.sePage .sePageLayout .sePageMain a:not(.btn) {
 color: #000;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover {
 color: #000;
 text-decoration: underline;
}

.seAdvancedItemCarousel .slick-track .seProductPrice {
 color: #000;
}

.seAdvancedItemCarousel .slick-track .seSpecialPrice {
 color: #000;
}

/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary,
.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 padding: 12px 48px;
 font-size: 18px;
 font-family: "ABC Marfa";
 font-style: normal;
 font-weight: 400;
 text-align: center;
 text-decoration: none;
 white-space: normal;
 cursor: pointer;
 border-radius: 40px;
}

.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary {
 border-color: #fcbc3d;
 background: #fcbc3d;
 color: #000;
}

.sePage .sePageLayout .sePageMain .btn-primary:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:visited {
 color: #000;
}

.sePage .sePageLayout .sePageMain .btn-primary:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain .btn-primary:active,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
.sePage .sePageLayout .sePageMain .btn-primary:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:focus {
 border-color: #c69025;
 background: #c69025;
 color: #000;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 border-color: #fff;
 border-width: 1px;
 background: transparent;
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-default:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-default:visited {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-default:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-default:hover,
.sePage .sePageLayout .sePageMain .btn-default:active,
.sePage .sePageLayout .sePageMain a.btn.btn-default:active,
.sePage .sePageLayout .sePageMain .btn-default:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-default:focus {
 border-color: #fff;
 background: #fff;
 color: #252525;
 text-decoration: none;
}

/* 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: left;
}

.se-2col-fw-feature .content-block-column:first-child {
 margin-bottom: 15px;
}
@media (min-width: 768px) {
 .desktop-img {
 display: block;
 }
 .mobile-img {
 display: none;
 }
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 540px;
 }
 .se-2col-fw-feature .custom1-6 .content-block-column:last-child {
 margin-right: 7.5px;
 width: calc(50% - 7.5px);
 }
 .se-2col-fw-feature .custom1-6 .content-block-column:first-child {
 margin-bottom: 0;
 margin-left: 7.5px;
 width: calc(50% - 7.5px);
 }

 .se-2col-fw-feature .custom1-5 .content-block-column:last-child {
 margin-left: 7.5px;
 width: calc(50% - 7.5px);
 }
 .se-2col-fw-feature .custom1-5 .content-block-column:first-child {
 margin-bottom: 0;
 margin-right: 7.5px;
 width: calc(50% - 7.5px);
 }
}

@media (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 750px;
 }
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}
