@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700|Rajdhani:400,700&display=swap');

/* PAGE AND FOOTER MARGINS */
#PageMain, #PageFooter {
 margin-top: 0;

}

/* 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: #202020;
 font-family: 'Rajdhani', sans-serif;
 font-style: normal;
 font-weight: 700;
}

.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3 {
 margin: 11px 0;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 48px;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 34px;
}

.sePage .sePageLayout .sePageMain h3 {
 font-size: 30px;
}

.sePage .sePageLayout .sePageMain h5 {
 font-size: 18px;
}

.sePage .sePageLayout .sePageMain p {
 font-family: 'PT Sans', sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 400;
}

.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 */
.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-width: 2px;
 border-color: #fcce01;
 background: #fcce01;
 color: #404040;
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-size: 18px;
 text-transform: uppercase;
 padding: 6px 36px;
}

.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: #cccccc;
 background: #cccccc;
 color: #404040;
 text-decoration: none;
 text-transform: uppercase;
 padding: 6px 36px;
}

/* HERO */
.se-hero-top,
.se-hero-footer {
 position: relative;
}

.se-hero-top {
 border-bottom: 5px solid #fcce01;
}

.se-hero-top .row>div,
.se-hero-footer .row>div {
 position: static;
}

.se-hero-top .editContent,
.se-hero-footer .editContent {
 z-index: 1;
}

.se-hero-top .editContent {
 margin: 0 auto;
 max-width: 100%;
}

.se-hero-footer .content-block-column,
.se-hero-top .content-block-column {
 padding: 8% 8%;
 display: flex;
 align-items: center;
 justify-content: center;
}

.se-hero-top .content-block-column::before,
.se-hero-footer .content-block-column::before {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.3);
 padding: 0 15px;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-hero-top h1 {
 margin: 8px auto 11px;
}

.se-hero-footer .content-block-column {
 padding: 5% 5%;
}

/* 2 COLUMN FULL WIDTH IMAGE AND CONTENT */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 340px;
}

.se-2col-fw-feature .content-block-column:last-child {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 45px 30px;
 text-align: center;
}

/* CATALOG */
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seRegularPrice,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-track .seProductTitle .seBrandName {
 font-family: 'Rajdhani', sans-serif;
 font-style: normal;
 font-weight: 700;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-track .seProductTitle .seBrandName {
 font-size: 14px;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seRegularPrice {
 color: #404040;
 font-size: 18px;
}

.sePage .sePageLayout .seAdvancedItemCarousel .slick-next:before,
.sePage .sePageLayout .seAdvancedItemCarousel .slick-prev:before {
 color: #404040;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel a {
 color: #404040;
 font-family: 'Rajdhani', sans-serif;
 font-size: 17px;
 font-weight: 700;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel a:not(.btn):active,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel a:not(.btn):focus {
 color: #404040;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel a:not(.btn):visited {
 color: #404040;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .seRegularPrice,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .seSpecialPrice,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .seOriginalPrice {
 color: #404040;
 font-family: 'PT Sans', sans-serif;
 font-size: 18px;
 font-weight: 400;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .seSpecialPrice {
 color: #CE1A2B;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .seOriginalPrice {
 color: #404040;
 text-decoration: line-through;
}

@media only screen and (min-width: 768px) {
 .se-hero-top .block-bg-img {
 padding: 150px 15px;
 text-align: left;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 align-items: flex-start;
 padding: 60px 90px;
 text-align: left;
 }

.logos {
padding-top: 30px;
}

.services {
margin: 50px 20px -20px; 20px;
}

.blocktext {
padding: 50px 30px 50px; 30px;

}