.sePageLayout .sePageHeader {
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .sePageHeaderWrapper .row .seHeaderActions .seSiteSearch {
    border: 1px solid #4a3943;
  }

  .seHeaderActions .seLocationIcon:before {
    font-size: 16px;
  }

  .seHeaderActions .seIconShoppingCart:before, .seMiniCart.mini-cart-with-items .fa-shopping-cart:before {
    font-size: 16px;
  }

  .seHeaderActions .seIconProfile:before {
    font-size: 16px;
  }
}

.sePageLayout .btn-default:hover {
  color: #2f4073;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.seSiteSearchForm .input-group>.input-group-btn .seIconSearch {
  font-size: 16px;
  color: #2f4073;
}

/* SEARCH TEXT COLOR */
.sePageLayout .seSiteSearchForm .input-group>.input-group-btn>.btn.seSearchButton {
  color: #4a3943;
}

.seSearchBox {
  color: #4a3943;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-webkit-input-placeholder {
  color: #4a3943;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-ms-input-placeholder {
  color: #4a3943;
}

.sePageLayout .seSiteSearchForm .input-group .form-control:-ms-input-placeholder {
  color: #4a3943;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-moz-placeholder {
  color: #4a3943;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::placeholder {
  color: #4a3943;
}

.sePageHeader .seHeaderActions .seSiteSearchForm .twitter-typeahead pre {
  color: #4a3943 !important;
}

/* BUTTON EDTIS */
.btn {
  padding: 8px 22px 7px;
}

.sePage .sePageLayout .mapboxgl-map .marker .seIcon {
  color: #b30000;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-lib-hp-hero .content-block-column, .sePage .sePageLayout .sePageMain .se-lib-lp-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: 12% 10%;
}

.sePage .sePageLayout .sePageMain .se-lib-hp-hero::after, .sePage .sePageLayout .sePageMain .se-lib-lp-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 .se-lib-hp-hero, .sePage .sePageLayout .sePageMain .se-lib-lp-hero {
  position: relative;
  overflow: hidden;
}

.sePage .sePageLayout .se-lib-lp-hero h1 {
  margin: 22px auto;
}

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

.sePage .sePageLayout .se-lib-hp-hero p {
  margin: 0px auto 11px;
  font-size: 18px;
}

/* FULL WIDTH 2 COLUMN */
.se-lib-fw-2col .content-block-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .se-lib-fw-2col .content-block-column:first-child {
    min-height: 540px;
  }

  .se-lib-fw-2col .content-block-column {
    width: 50%;
  }

  .se-lib-fw-2col .custom1-6 .col-sm-push-6 {
    left: 50%;
  }

  .se-lib-fw-2col .custom1-6 .col-sm-pull-6 {
    right: 50%;
  }

  .se-lib-fw-2col .content-block-column:last-child {
    padding: 45px 60px;
  }
}

@media only screen and (max-width: 991px) {
  .se-lib-fw-2col .content-block-column {
    width: 100%;
  }

  .se-lib-fw-2col .content-block-column:first-child {
    min-height: 360px;
  }

  .se-lib-fw-2col .content-block-column:last-child {
    padding: 45px 30px;
  }

  .se-lib-fw-2col .custom1-6 .col-sm-push-6 {
    left: inherit;
  }

  .se-lib-fw-2col .custom1-6 .col-sm-pull-6 {
    right: inherit;
  }
}

/* SHOP LINKS */
.se-lib-shop-links .content-block-column::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.se-lib-shop-links .editContent, .se-lib-shop-links .content-block-column {
  position: relative;
}

.sePageContent .sePageSection.se-lib-shop-links {
  margin-bottom: 0px;
}

.se-lib-shop-links .col-margin-bottom {
  margin-bottom: 30px;
}

.sePage .sePageLayout .se-lib-shop-links h3 {
  margin-top: 22px;
}

.sePage .sePageLayout .se-lib-shop-links h2 {
  margin-top: 22px;
  margin-bottom: 7px;
}

.sePage .sePageLayout .se-lib-shop-links p {
  margin-top: 0px;
  margin-bottom: 11px;
}

.seResponsive .se-lib-shop-links .content-block-column .btn {
  margin-bottom: 22px;
}
