@import url("https://use.typekit.net/pwn0dfr.css");
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700&display=swap');

/* HEADER EDTIS */
#PageHeader {
  background: #383838;
}

.sePage .sePageLayout .seNavbar .navbar-nav>li>a {
  font-weight: 600;
}

.sePageHeaderWrapper .row .seStoreData .seSiteLogo {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* BUTTON EDITS */
.btn {
  padding: 6px 30px;
  font-weight: 600;
}

a:focus, a:hover {
  text-decoration: none;
}

/* MARGINS */
.sePageContent .sePageSection.se-section-margin-b-two {
  margin-bottom: 2px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .bln-hero .content-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  padding: 10%;
}

.sePage .sePageLayout .sePageMain .bln-img-hero .content-block-column {
  padding: 18%;
}

.sePage .sePageLayout .sePageMain .bln-hero::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0;
  width: 100%;
  content: '';
}

.sePage .sePageLayout .sePageMain .bln-hero {
  position: relative;
  overflow: hidden;
}

.sePage .sePageLayout .bln-hero h1, .sePage .sePageLayout .bln-hero h2 {
  margin: 22px auto 8px;
}

.sePage .sePageLayout .bln-hero p {
  margin: 0px auto 11px;
  font-size: 17px;
}

/* HOME PAGE */
.bln-shop-catagories .col-margin-bottom {
  margin-bottom: 30px;
}

.seResponsive .bln-shop-catagories .content-block-column .btn {
  margin-bottom: 0;
}

.bln-top-brands ul {
  margin-bottom: 0;
  text-align: center;
  padding-inline-start: 0;
  list-style-type: none;
}

.bln-top-brands li {
  margin-bottom: 8px;
}

.sePage .sePageLayout .sePageMain .bln-top-brands a:not(.btn) {
    color: #111111;
}

.sePage .sePageLayout .sePageMain .bln-top-brands a:not(.btn):hover {
    color: #333333;
}

/* INTERNAL PAGES */
.sePage .sePageLayout .bln-how-info h4 {
  margin-top: 22px;
}

/* FOOTER */
.seContentBlockFooter li {
  padding-bottom: 8px;
}

.seContentBlockFooter h4:after {
  display: block;
  background: #008847;
  width: 50px;
  height: 2px;
  content: "";
  margin: 11px auto;
}
