@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&display=swap');

::-moz-selection { /* Code for Firefox */
  color: white;
  background-color: #12E18A !important;
}

::selection {
  color: white;
  background-color: #12E18A !important;
}

/* Default Style from previous Stylesheet */
.seSiteNavigator .navbar-nav>li>a {
  border-right: 0px;
}

/* Navigation styles */

#seHeaderSearchBox::placeholder {
  text-transform: uppercase;
}

.sePageLayout .seSiteSearchForm .input-group .form-control {
  border-color: #E6E6E6;
}

.seNavbar {
  background-color: #fff !important;
}

.navbar-nav>li>a {
  color: #000 !important;
}

.sePageLayout .seNavbar .navbar-nav>.open>a {
  background-color: #DCF5EA !important;
}

ul.mobile-sub.wsmenu-list.nav.navbar-nav.seNavbarNav.is-drilldown ul.link-list.is-drilldown-submenu li a.title {
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-style: italic !important;
  border-bottom: 1px solid #D4D4D4 !important;

}

.is-drilldown li a {
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}

.dropdown-menu.is-drilldown-submenu li a, ul.link-list.is-drilldown-submenu li a {
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-bottom: 0 !important;
  font-style: normal !important;
  padding-bottom: 10px !important;
}


/* Heading Styles */

h1 {
  font-size: 5em !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-style: italic !important;
}

h2 {
  font-size: 22px !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 400;
  margin-bottom: 22px !important;
}

h3 {
  font-size: 40px !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 800;
  margin-bottom: 22px !important;
  text-transform: uppercase;
  font-style: italic;
}

h3.secondary-header {
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-size: 80px !important;
  text-transform: uppercase;
  font-style: italic;
  margin: 20px auto;
  color: #000 !important;
  margin-top: 0 !important;
}

h4.category-cta, h4.gear-cta, .offer-block h4 {
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 !important;
}

.offer-block h4 {
  color: #000 !important;
}

h4.banner-heading {
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-size: 80px !important;
  text-transform: uppercase;
  font-style: italic;
  max-width: 80%;
  margin: 20px auto;
  color: #fff !important;
}

h4.footer-cta-heading {
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-size: 80px !important;
  text-transform: uppercase;
  font-style: italic;
  margin: 20px auto;
  color: #fff !important;
}

/* Button Styling */
a.btn.btn-primary {
  background-color: #12E18A !important;
  border: 0 !important;
  transform: skew(338deg, 0);
  display: inline-block;
  padding: 15px 28px;
}

a.btn.btn-primary:hover {
  background-color: #43534d !important;
}

a.btn.btn-primary span {
  transform: skew(-338deg, 0);
  font-size: 22px;
  color: #191e19 !important;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
}

a.btn.btn-primary:hover span {
  color: #fff !important;
}

/* Banner Styles */
.banner-section-marker {
  position: relative;
}

.banner-section-marker:before {
  content: '';
  position: absolute;
  background-image: url(https://www.sefiles.net/merchant/7868/files/white-brush.png);
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position-x: right;
  background-repeat: no-repeat;
  z-index: 1;
  background-position-y: bottom;
}

.header-banner {
  max-width: 900px;
  margin: 0 auto;
}

/* Category Blocks */
.category-block {
  align-items: flex-end !important;
}

.category-block:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.category-block .editContent {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}

.category-block a.category-link {
  color: #12E18A !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 3px;
}

.category-block a.category-link:hover {
  text-decoration: none !important;
}

.category-block a.category-link:hover:after {
  content: '';
  border-bottom: 2px solid #12e18a !important;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}

/* Community Section */
.double-brush {
  padding: 15vh 5vw;
  min-height: 95vh;
  position: relative;
  margin-top: 60px;
}

.double-brush:before {
  content: '';
  position: absolute;
  background-image: url(https://www.sefiles.net/merchant/7868/files/White-brush-top.png);
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position-x: right;
  background-repeat: no-repeat;
  z-index: 2;
  background-position-y: top;
}

.double-brush:after {
  content: '' !important;
  position: absolute !important;
  background-image: url(https://www.sefiles.net/merchant/7868/files/white-brush.png) !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background-repeat: no-repeat !important;
  z-index: 2 !important;
  background-position-y: bottom !important;
  background-color: transparent !important;
}

.double-brush .col-xs-12 {
  z-index: 10;
}

.double-brush .heading-section {
  width: 40%;
}

.double-brush .banner-content {
  width: 30%;
}

.double-brush p {
  font-size: 20px !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 400;
}

.double-brush .editContent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
}

/* Catalogue Section */
span.seBrandName {
  font-size: 18px !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 800 !important;
  color: #182918 !important;
  margin: 10px 0;
}

span.seItemName {
  font-size: 18px !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 500 !important;
  color: #182918 !important;
}

.seSpecialPrice {
  color: #009B35 !important;
  font-size: 20px !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 800 !important;
}

/* CTA Banners */
.banner-cta {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10vh;
  position: relative;
}

.banner-cta>.container {
  z-index: 2;
}

.banner-cta:after {
  content: '';
  position: absolute;
  background-image: url(https://www.sefiles.net/merchant/7868/files/white-brush.png);
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position-x: right;
  background-repeat: no-repeat;
  z-index: 1;
  background-position-y: bottom;
}

/* Gear Blocks */
.gear-block {
  align-items: flex-end !important;
}

.gear-block:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.gear-block .editContent {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}

.gear-block a.gear-link {
  color: #12E18A !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 3px;
}

.gear-block a.gear-link:hover {
  text-decoration: none !important;
}

.gear-block a.gear-link:hover:after {
  content: '';
  border-bottom: 2px solid #12e18a !important;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}

/* Offer Block */
.offer-block p {
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 400;
  font-size: 20px;
}

.offer-block .content-block-content {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.offer-block-cta {
  color: #000 !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  position: relative !important;
  padding-bottom: 3px !important;
}

.offer-block-cta>div {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.offer-block-cta a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.offer-block-cta a span {
  color: #000 !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-style: italic !important;
}

.offer-block-cta .img-responsive {
  margin: inherit !important;
  margin-left: 20px !important;
  height: 100% !important;
}

/* Footer CTA */

.footer-cta {
  position: relative;
}

.footer-cta:before {
  content: '';
  position: absolute;
  background-image: url(https://www.sefiles.net/merchant/7868/files/White-brush-top.png);
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position-x: right;
  background-repeat: no-repeat;
  z-index: 2;
  background-position-y: top;
}

.footer-cta:after {
  content: '' !important;
  position: absolute !important;
  background-image: url(https://www.sefiles.net/merchant/7868/files/grey-brush-bottom.png) !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background-repeat: no-repeat !important;
  z-index: 2 !important;
  background-position-y: bottom !important;
  background-color: transparent !important;
}

.footer-cta .col-xs-12 {
  z-index: 10 !important;
}

.footer-cta p {
  font-size: 22px !important;
  font-family: "Barlow", "Montserrat", " Sans-Serif" !important;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 22px !important;
  max-width: 75%;
}

#Footer8 .foot-logo {
  margin-bottom: 3rem;
}

.footer-wrapper a i {
  margin: 11px 0;
}

.sePage .sePageLayout .seFooterList a:not(.btn):hover {
  color: #12E18A;
}

.sePageLayout .is-drilldown-submenu-parent.dropdown .arrow {
  display: inline-block !important;
  font: unset;
}

.sePageLayout .is-drilldown-submenu-parent.dropdown .arrow::after {
  font-family: "Font Awesome 6 Free";
  content: '\f107';
  position: absolute;
  bottom: -1.2rem;
  font-weight: 900;
}

.sePageBanner {
  background: #000;
}

#Banner6 {
  display: none;
}

#Banner6 a i,
.footer-wrapper a i {
  font-size: 22px;
  padding-right: 2rem;
}

#Banner6 a:hover i.fab {
  color: #12E18A;
}

#Banner6 .banner-msg {
  color: #12E18A;
  text-transform: uppercase;
  display: none;
}

.sePage .sePageLayout .wsmobileheader {
  background: #12E18A;
}

.sePage .sePageLayout .wsmobileheader .icon-bar {
  background-color: #000;
}

.sePageHeaderWrapper .seHeaderTop {
  background-color: #000;
}

.seProductFacetsWrapper .seFacetListGroup .seFacetPanel .panel-heading .panel-title a:before  {
  top: 16px;
}

.is-drilldown-submenu-parent.dropdown .arrow {
  right: 25px;
}

@media only screen and (max-width: 991px) {
  .sePageHeaderWrapper .seHeaderBottom .seHeaderActionsSearch {
    width: -webkit-calc(100% - 44px);
    width: calc(100% - 44px);
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.5em !important;
  }

  h3.secondary-header, h4.banner-heading, h4.footer-cta-heading {
    font-size: 55px !important;
  }

  .double-brush {
    min-height: 65vh !important;
    background-position: right !important;
  }

  .double-brush .editContent {
    flex-direction: column !important;
  }

  .double-brush .heading-section, .double-brush .banner-content {
    width: 100% !important;
  }

  .banner-cta {
    min-height: 65vh !important;
  }

  footer .footer-container, .footer-wrapper {
    flex-direction: column !important;
  }

  .footer-container img.img-responsive {
    max-width: 150px !important;
  }

  .footer-container .col-1 {
    width: 100% !important;
  }

  .footer-wrapper .col-left, .footer-wrapper .col-right {
    width: 100% !important;
    text-align: center !important;
  }

}

@media screen and (min-width: 769px) {
  #Footer8 .footer-container .col-1 {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .seSiteNavigator .navbar-nav>li>a {
    padding: 22px 16px;
    font-size: 16px !important;
  }
  .seHeaderLeftCol,
  #PageHeader .seHeaderTop {
    display: none;
  }
  .seSiteNavigator .navbar-nav>li {
    flex: 1;
  }
  .seSiteNavigator .navbar-nav>li:nth-child(5) a {
    text-indent: -9999px;
    overflow: visible !important;
    top: 60px;
  }
  .seSiteNavigator .navbar-nav>li:nth-child(5) a:hover {
    background: transparent;
  }
  .seSiteNavigator .navbar-nav>li:nth-child(5) a::after {
    position: absolute;
    width: 100%;
    content: "";
    background: url(https://www.sefiles.net/merchant/7868/images/site/logofin.png);
    height: 166px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -41px;
    transition: all .1s ease-out;
    z-index: 9999;
  }
  #Banner6 {
    padding: 1.5rem 6rem;
    display: flex;
    width: calc(100% - 500px);
    background: #000;
  }
  #Banner6 .banner-msg {
    display: block;
    margin-left: 6rem;
    margin-bottom: 0;
    display: none;
  }
  #PageBanner {
    position: relative;
    background: #fff;;
  }
  .sePageHeaderWrapper .seHeaderBottom {
    position: static;
  }
  #seSearchForm {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
  }
  .seSiteSearchForm .input-group>.input-group-btn>.btn {
    border-color: #E6E6E6;
  }
  body.seItemList .sePageHeaderWrapper .seHeaderBottom {
    border-bottom: 3px solid #12E18A;
  }
  .sePage .sePageMain {
    margin-top: 125px;
  }
  .megamenu.dropdown-menu { 
    padding-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .seSiteNavigator .navbar-nav>li:nth-child(5) a::after {
    bottom: -56px;
  }

  .foot-logo {
    padding-right: 2rem;
  }

  .sePage .sePageMain {
    margin-top: 140px;
  }
}

@media screen and (min-width: 1400px) {
  .seSiteNavigator .navbar-nav>li>a {
    font-size: 18px !important;
  }
  .is-drilldown-submenu-parent.dropdown .arrow {
    right: 30px;
  }
}

@media screen and (min-width: 1502px) {
  .seSiteNavigator .navbar-nav>li:nth-child(5) a::after {
    width: 100%;
    height: 207.5px;
  }
  .seSiteNavigator .navbar-nav>li:nth-child(5) a::after {
    bottom: -83px;
  }
  .megamenu.dropdown-menu { 
    padding-top: 100px;
  }

  .sePage .sePageMain {
    margin-top: 160px;
  }
}