@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap');

/* HERO */
.sePage .sePageLayout .sePageMain .oba-hp-hero .content-block-column,
.sePage .sePageLayout .sePageMain .oba-lp-hero .content-block-column {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 14% 10%;
}

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

.sePage .sePageLayout .sePageMain .oba-hp-hero,
.sePage .sePageLayout .sePageMain .oba-lp-hero {
  position: relative;
  overflow: hidden;
}

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

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

.sePage .sePageLayout .oba-hp-hero p {
  margin: 0px auto 11px;
  font-size: 20px;
}

/* SHOPPING LINKS */
.sePageContent .sePageSection.oba-shop-links {
  margin-bottom: 0;
}

.sePage .sePageLayout .sePageMain .oba-shop-links .content-block-column a {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}

.sePage .sePageLayout .sePageMain .oba-shop-links .content-block-column h3 {
  color: #ffffff;
  text-decoration: none;
}

.sePage
  .sePageLayout
  .sePageMain
  .oba-shop-links
  .content-block-column
  h3:hover {
  color: #ffffff;
  text-decoration: none;
}

.sePage .sePageLayout .sePageMain .oba-shop-links .content-block-column {
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  min-height: 210px;
  overflow: hidden;
}

.sePage .sePageLayout .sePageMain .oba-shop-links .content-block-column {
  min-height: 210px;
}

.sePage .sePageLayout .sePageMain .oba-shop-links .content-block-column:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.oba-shop-links .col-margin-bottom {
  margin-bottom: 22px;
}

/* IMAGE OVERLAY */
.oba-image-overlay .content-block-column::before,
.oba-image-overlay-multi-col .content-block-column::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.oba-image-overlay .editContent,
.oba-image-overlay .content-block-column,
.oba-image-overlay-multi-col .editContent,
.oba-image-overlay-multi-col .content-block-column {
  position: relative;
}

.oba-image-overlay-multi-col .block-bg-img {
  padding: 60px 15px;
}

.oba-image-overlay-multi-col .col-margin-bottom {
  margin-bottom: 22px;
}

/* FULL WIDTH 2 COLUMN */
.oba-fw-2col .content-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.oba-border-bottom {
  border-bottom: 3px solid #b62a2d;
}

/* SECTION HEADING */

.sePage .sePageLayout .oba-section-heading h1,
.sePage .sePageLayout .oba-section-heading h2,
.sePage .sePageLayout .oba-section-heading h3 {
  margin: 22px auto 8px;
}

.sePage .sePageLayout .oba-section-heading p {
  margin: 0px auto 11px;
  font-size: 20px;
}

/* BUTTON EDTIS */
.btn {
  padding: 6px 24px;
  font-weight: 700;
}

.seResponsive .content-block-column .btn {
  margin-bottom: 22px;
}

.block-bg-img .h1,
.block-bg-img .h2,
.block-bg-img .h3,
.block-bg-img h1,
.block-bg-img h2,
.block-bg-img h3 {
  margin-top: 11px;
}

.seResponsive .content-block-column.block-bg-img .btn {
  margin-bottom: 11px;
}

/* HEADER EDITS */
.sePage
  .sePageLayout
  .sePageHeader
  .sePageHeaderWrapper
  .seHeaderActions
  .seHeaderActionsInner
  a {
  font-size: 18px;
}

.sePageHeaderWrapper .seHeaderBottom {
  background-color: #b62a2d;
}

@media (max-width: 767px) {
  .sePageHeaderWrapper .seHeaderTop {
    background-color: #ffffff;
    border-bottom: 3px solid #b62a2d;
  }
}

@media (min-width: 768px) {
  .sePageHeaderWrapper .seHeaderActions {
    margin-right: 15px;
  }

  .sePageHeaderWrapper .seHeaderBottom .seStoreHours {
    float: right;
    width: 75%;
  }

  .sePageHeaderWrapper .seHeaderBottom .seStoreName {
    float: left;
    width: 25%;
  }
}

.sePageHeaderWrapper .seHeaderBottom .seStoreHours {
  padding-left: 30px;
  padding-right: 30px;
}

.sePageLayout .seSiteSearchForm .input-group .form-control {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}

.sePageLayout .seSiteSearchForm .input-group .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

/* HEADER ACTIONS */
.icon-location-pin:before,
.seLocationIcon:before {
  content: '\f3c5';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.icon-magnifier:before,
.seIconSearch:before {
  content: '\f002';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.icon-user:before,
.seIconProfile:before {
  content: '\f007';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.icon-basket:before,
.seIconShoppingCart:before {
  content: '\f07a';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.sePageHeaderWrapper .seHeaderActions {
  padding-top: 0;
}

/* NAV EDITS */
@media only screen and (max-width: 767px) {
  .seSiteNavigator
    .navbar-nav
    .is-drilldown-submenu
    .is-drilldown-submenu-parent
    > .mobile-megamenu-title {
    padding: 7px 20px;
    color: #000000;
  }

  .dropdown-menu > li > a {
    padding: 7px 20px;
  }

  .megamenu .link-list li a {
    padding: 7px 20px;
  }

  .seSiteNavigator .navbar-nav .is-drilldown-submenu {
    padding-bottom: 5px;
  }

  .dropdown-menu {
    padding: 5px 0px;
    margin: 2px 0px 0px;
  }
}

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

.nav > li > a {
  padding: 10px 22px;
}
