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

/* HERO */
.sePage .sePageLayout .sePageMain .wcd-hp-hero .content-block-column, .sePage .sePageLayout .sePageMain .wcd-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: 14% 8%;
}

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

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

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

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

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

.sePage .sePageLayout .sePageMain .wcd-shop-links .content-block-column a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
}

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

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

.sePage .sePageLayout .sePageMain .wcd-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 .wcd-shop-links .content-block-column {
  min-height: 210px;
}

.sePage .sePageLayout .sePageMain .wcd-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;
}

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

/* IMAGE OVERLAY */
.wcd-image-overlay .content-block-column::before, .wcd-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;
}

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

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

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

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .wcd-fw-2col .wcd-fw-2col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 60px;
}

.sePage .sePageLayout .sePageMain .wcd-fw-2col .seContentEmpty {
  min-height: 300px;
}

@media (max-width: 991px) {
  .sePage .sePageLayout .sePageMain .wcd-fw-2col .wcd-fw-2col-content {
    padding: 45px 30px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.wcd-border-bottom {
  border-bottom: 3px solid #991B1E;
}

/* SECTION HEADING */
.sePage .sePageLayout .wcd-section-heading h1, .sePage .sePageLayout .wcd-section-heading h2, .sePage .sePageLayout .wcd-section-heading h3 {
  margin: 22px auto 8px;
}

.sePage .sePageLayout .wcd-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: #991B1E;
}

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

  .sePageHeaderWrapper .seHeaderTop {
    padding-bottom: 15px;
  }
}

@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 5 Free";
  font-weight: 900;
}

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

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

.icon-basket:before, .seIconShoppingCart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 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;
  }

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

@media only screen and (min-width: 768px) {
  .nav>li>a {
    padding: 10px 15px;
  }
}

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

/* FOOTER EDITS */

.seContentBlockFooter address {
 margin-bottom: 11px;
}

.seContentBlockFooter li {
 padding-bottom: 7px;
}

.seContentBlockFooter ul {
 margin-bottom: 4px;
}

.wcd-footer-social .seContentBlockFooter {
 margin-top: 0px;
 margin-bottom: 0px;
}

.wcd-footer-social .seContentBlockFooter .social-icon a {
    display: inline-block;
    margin: 22px 11px;
    text-decoration: none;
}
