* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

div.logo {
  cursor: pointer;
  color: #C81500;
  text-align: center;
}
div.logo h2 {
  font-size: 1.2rem;
}
div.logo h2 span {
  margin-left: 2px;
  font-weight: 200;
}
div.logo h2 sup {
  font-size: 8px;
}

.reg-button {
  margin: 10px 0px;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
}
.reg-button.red {
  border: none;
  background-color: #C81500;
  color: #fff;
}
.reg-button.red:hover {
  background-color: #f02525;
}
.reg-button.white {
  border: 1px solid #C81500;
  color: #C81500;
  background-color: #fff;
}
.reg-button.white:hover {
  color: #f02525;
}

div.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

div.extra-nav {
  background-color: #fff;
  text-align: center;
  padding: 15px 40px;
  line-height: 1.3rem;
}
div.extra-nav strong a {
  text-decoration: none;
  color: #C81500;
}

nav#navbar {
  width: 100%;
  background-color: #C81500;
  display: grid;
  grid-template-columns: 40px 1fr 50px 50px;
  padding: 10px;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
nav#navbar div {
  display: inline;
  cursor: pointer;
}
nav#navbar div h1, nav#navbar div h2, nav#navbar div h3 {
  color: #fff;
}
nav#navbar div.menu-bar {
  color: #fff;
}
nav#navbar div.search, nav#navbar div.cart {
  color: #fff;
}

div.wrapper-2 div.searchbox {
  margin-top: 165px;
  padding: 0px 10px;
  border: 2px solid gainsboro;
  height: 50px;
}
div.wrapper-2 div.searchbox i.fa-search {
  font-size: 1.3rem;
  color: red;
  cursor: pointer;
}
div.wrapper-2 div.searchbox input {
  display: inline;
  border: none;
  width: 80%;
  height: 100%;
  font-size: 1.3rem;
  padding-left: 10px;
}
div.wrapper-2 div.searchbox input:focus, div.wrapper-2 div.searchbox input:hover {
  border-color: sandybrown;
}

section#fast-links div.wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 10px;
  padding: 5px 8px 8px 8px;
  align-items: center;
  justify-items: center;
}
section#fast-links div.wrapper div.item {
  cursor: pointer;
  background-color: #E8F6F9;
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
section#fast-links div.wrapper div.item h4 {
  display: inline-block;
  color: #CC0000;
  flex: 10;
  margin-left: 10px;
}
section#fast-links div.wrapper div.item span {
  flex: 1;
  color: #CC0000;
}
section#fast-links div.wrapper div.item:hover {
  text-decoration: underline #C81500;
}

section#covid-info {
  border: 1px solid gainsboro;
  width: 99%;
  margin: auto;
}
section#covid-info h1 {
  padding: 15px;
  font-size: 2rem;
}
section#covid-info p {
  padding: 15px;
}
section#covid-info div.image {
  margin-top: 20px;
  text-align: center;
}
section#covid-info div.image img {
  width: 90%;
}

section#categories h1 {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px;
}
section#categories div.wrapper {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  grid-template-areas: "beauty beauty" "health vitamins" "home personal" "vaccine vaccine" "photos .";
}
section#categories div.wrapper div.item {
  background-color: #dad5d5;
}
section#categories div.wrapper div.item p {
  text-align: center;
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 700;
}
section#categories div.wrapper div.item div.image {
  text-align: center;
  padding: 5px;
}
section#categories div.wrapper div.item div.image img {
  width: 90%;
}
section#categories div.wrapper div.item:hover {
  cursor: pointer;
}
section#categories div.wrapper div.item:hover p {
  color: #C81500;
}
section#categories div.wrapper div.item.beauty {
  grid-area: beauty;
}
section#categories div.wrapper div.item.beauty div.image {
  padding: 20px;
  background-image: url("../images/categories/beauty.jpg");
  width: 90%;
  min-height: 400px;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#categories div.wrapper div.item.health {
  grid-area: health;
}
section#categories div.wrapper div.item.vitamins {
  grid-area: vitamins;
}
section#categories div.wrapper div.item.home {
  grid-area: home;
}
section#categories div.wrapper div.item.vaccine {
  grid-area: vaccine;
}
section#categories div.wrapper div.item.personal {
  grid-area: personal;
}
section#categories div.wrapper div.item.photos {
  grid-area: photos;
}

section#delivery-options {
  background-color: #00334B;
  color: #fff;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 0px;
}
section#delivery-options h2 {
  text-align: center;
  padding: 10px;
}
section#delivery-options div.content {
  width: 320px;
  margin: 0 auto;
  text-align: center;
}
section#delivery-options div.content div.item {
  padding: 15px 0px;
}
section#delivery-options div.content div.item img {
  float: left;
  clear: left;
  margin-top: 10px;
}
section#delivery-options div.content div.item h1, section#delivery-options div.content div.item h2, section#delivery-options div.content div.item h3, section#delivery-options div.content div.item h4 {
  padding: 10px;
}
section#delivery-options div.content div.item h4 {
  text-align: center;
  cursor: pointer;
  color: #B8E3EB;
}
section#delivery-options div.content div.item h4:hover {
  text-decoration: underline;
}
section#delivery-options div.content div.item h4 span {
  text-decoration: none;
}
section#delivery-options div.content div.item p {
  font-size: 0.8rem;
}
section#delivery-options div.content div.item.extra {
  border-bottom: 1px solid #fff;
}

section#location {
  width: 100%;
  background-color: #dcdbdb;
}
section#location div.content {
  text-align: center;
}
section#location div.content h3 {
  padding: 20px;
}
section#location div.content address {
  font-size: 2rem;
  color: #6c6b6b;
  margin-bottom: 10px;
}
section#location div.content p.region span {
  color: #C81500;
  cursor: pointer;
}
section#location div.content p.region span:hover {
  text-decoration: underline #C81500;
}
section#location div.content p.region i {
  padding: 0 5px;
  font-size: 1.3rem;
  color: black;
}
section#location div.content p.office-hours {
  padding: 5px;
}
section#location div.content p.office-hours.extra {
  margin-top: 10px;
}
section#location div.content div.wrapper {
  margin: 10px 0px;
}
section#location div.content div.wrapper a {
  color: #C81500;
  text-decoration: none;
}
section#location div.content div.wrapper a i {
  color: black;
  font-size: 1.3rem;
}
section#location div.content div.wrapper a.extra {
  margin-left: 10px;
}
section#location div.content div.wrapper a:hover {
  text-decoration: underline #C81500;
}
section#location div.content div.services {
  padding: 20px 0px;
}
section#location div.content div.services div.item {
  text-align: center;
  padding: 20px;
}
section#location div.content div.services div.item i {
  display: inline;
  font-size: 2rem;
  padding: 0px 10px;
  color: #43913f;
}
section#location div.content div.services div.item .yellow {
  color: #a0a026;
}
section#location div.content div.services div.item p {
  display: inline;
  font-size: 1.2rem;
  color: #C81500;
  margin: 0px 0px;
  cursor: pointer;
}
section#location div.content div.services div.item p:hover {
  text-decoration: underline #C81500;
}

footer#main-footer div.pre-footer {
  margin: 30px 0px;
  text-align: center;
  color: #fb1a00;
}
footer#main-footer div.pre-footer h4 {
  margin: 10px 0px;
}
footer#main-footer div.pre-footer div.wrapper {
  display: flex;
  justify-content: center;
}
footer#main-footer div.pre-footer div.wrapper div.item {
  padding: 5px;
  font-size: 2rem;
  cursor: pointer;
}
footer#main-footer div.pre-footer div.wrapper div.item.fb {
  color: dodgerblue;
}
footer#main-footer div.pre-footer div.wrapper div.item.tw {
  color: #00acee;
}
footer#main-footer div.footer {
  background-color: #414040;
}
footer#main-footer div.footer p {
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 0.9rem;
}
footer#main-footer div.footer div.menu {
  text-align: center;
  padding: 20px;
  line-height: 2rem;
  font-size: 0.9rem;
}
footer#main-footer div.footer div.menu a {
  padding: 0px 20px;
  border-right: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}
footer#main-footer div.footer div.menu a.extra {
  border: none;
}
footer#main-footer div.footer div.menu a:hover {
  text-decoration: underline #fff;
}

@media screen and (min-width: 1000px) {
  div.fixed {
    position: relative;
  }
  div.fixed div.extra-nav {
    background-color: #C81500;
    color: #fff;
    line-height: 2rem;
  }
  div.fixed div.extra-nav strong a {
    color: #0ad122;
  }
  div.fixed div.extra-nav strong a:hover {
    text-decoration: underline #fff;
  }
  div.fixed nav#navbar {
    display: none;
  }

  div.wrapper-2 {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #bbbbbb;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  div.wrapper-2 div.logo {
    flex-basis: 300px;
    display: inline;
    margin: 0;
    padding: 0;
  }
  div.wrapper-2 div.logo h2 {
    font-size: 2rem;
  }
  div.wrapper-2 div.searchbox {
    border-radius: 5px;
    flex-basis: 600px;
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  div.searchbox {
    margin-top: 10px;
  }

  section#fast-links {
    padding: 20px 0px;
  }
  section#fast-links div.wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  section#covid-info {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
  }
  section#covid-info div.image {
    display: inline;
    width: 45%;
    margin: 0px;
  }
  section#covid-info div.wrapper {
    width: 50%;
    margin: 0px;
  }

  section#categories div.wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "beauty health vitamins" "beauty home personal" "vaccine . photos";
    align-content: center;
    align-self: center;
  }
  section#categories div.wrapper div.item.beauty {
    text-align: center;
  }
  section#categories div.wrapper div.item.beauty div.image {
    background-image: url("../images/categories/beauty-1.jpg");
    width: 90%;
    height: 90%;
    margin: auto;
    background-size: cover;
  }

  section#delivery-options {
    padding: 30px;
  }
  section#delivery-options div.content {
    width: 100%;
  }
  section#delivery-options div.content div.item {
    display: inline-block;
    width: 30%;
  }
  section#delivery-options div.content div.item.extra {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  section#delivery-options div.content div.item img {
    float: none;
  }
  section#delivery-options div.content div.item h4 {
    font-size: 1.2rem;
  }
  section#delivery-options div.content div.item p {
    font-size: 1rem;
  }

  section#location div.content p.office-hours {
    line-height: 4rem;
    display: inline;
  }
  section#location div.content p.office-hours.extra {
    margin-right: 50px;
  }
  section#location div.content div.wrapper a.extra {
    margin-left: 20px;
  }
  section#location div.content div.services div.item {
    display: inline-block;
  }
  section#location div.content div.services .yellow {
    margin-left: 50px;
  }
  section#location div.content div.wrapper, section#location div.content div.services, section#location div.content p.region, section#location div.content p.office-hours {
    font-size: 1.1rem;
  }
  section#location div.content address {
    font-size: 3rem;
  }
  section#location div.content h3 {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=main.css.map */
