@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;700&display=swap");
@import url("https://use.typekit.net/ogt7zox.css");
.hideAll {
  display: none;
}

.splash {
  display: block;
}

.color-primary {
  color: #FF6E0D !important;
}

.color-secondary {
  color: #444 !important;
}

.color-light {
  color: ghostwhite !important;
}

.color-dark {
  color: black !important;
}

.color-accent {
  color: gainsboro !important;
}

.color-blue {
  color: #0F9FFF !important;
}

.color-green {
  color: #008055 !important;
}

.color-red {
  color: #e5383b !important;
}

.background-primary {
  background-color: #FF6E0D;
}

.background-secondary {
  background-color: #444;
}

.background-light {
  background-color: ghostwhite;
}

.background-dark {
  background-color: black;
}

.background-accent {
  background-color: gainsboro;
}

.background-blue {
  background-color: #0F9FFF;
}

.background-green {
  background-color: #008055;
}

.background-red {
  background-color: #e5383b;
}

.border-primary {
  border-color: #FF6E0D !important;
}

.border-secondary {
  border-color: #444 !important;
}

.border-light {
  border-color: ghostwhite !important;
}

.border-dark {
  border-color: black !important;
}

.border-accent {
  border-color: gainsboro !important;
}

.border-blue {
  border-color: #0F9FFF !important;
}

.border-green {
  border-color: #008055 !important;
}

.border-red {
  border-color: #e5383b !important;
}

header {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

header .brand {
  font-size: xx-large;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: grey;
}

header .brand img {
  max-width: 10rem;
}

header .nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  position: relative;
}

header .nav .nav-link {
  padding: 2rem 2rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.8rem;
  position: relative;
  display: block;
  color: ghostwhite;
  cursor: pointer;
}

header .nav .nav-link:hover, header .nav .nav-link:focus {
  color: white;
}

header .nav .nav-link:hover:after, header .nav .nav-link:focus:after {
  opacity: 1;
}

header .nav li:last-of-type .nav-link:after {
  content: "";
  display: none !important;
}

header .nav .search {
  width: 2rem;
  max-width: 2rem;
  position: relative;
  min-width: 1.25em;
}

header .nav .search-lg {
  width: 2rem;
  margin: 1rem;
  margin-right: 2rem;
  cursor: pointer;
}

header .nav.has-highlight-slider {
  position: relative;
}

header .nav.has-highlight-slider .highlight-slider {
  position: fixed;
  width: 0%;
  height: 0.25rem;
  -webkit-box-shadow: #fff8 0px 0.5rem 1rem 0px;
          box-shadow: #fff8 0px 0.5rem 1rem 0px;
  background-color: ghostwhite;
  -webkit-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms;
}

header.mobile-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

header.mobile-nav-wrapper .mobile-nav-toggle {
  color: white;
}

header.mobile-nav-wrapper .mobile-nav-toggle-backdrop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0004;
  margin: 0;
}

header.mobile-nav-wrapper .mobile-nav-control {
  display: none;
}

header.mobile-nav-wrapper .mobile-nav-control:checked ~ .mobile-nav {
  top: 0;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

header.mobile-nav-wrapper .mobile-nav-control:checked + .mobile-nav-toggle-backdrop {
  display: block;
}

header.mobile-nav-wrapper .mobile-nav {
  position: fixed;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background-color: white;
  margin: 20% 10%;
  list-style: none;
  -webkit-transform: rotateY(45deg), scale(0.75);
          transform: rotateY(45deg), scale(0.75);
  visibility: hidden;
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
}

header.mobile-nav-wrapper .mobile-nav .mobile-nav-close {
  content: "close";
  position: fixed;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #e5383b;
  font-weight: bold;
  font-size: large;
}

header.mobile-nav-wrapper .mobile-nav ul {
  list-style: none;
}

header.mobile-nav-wrapper .mobile-nav .nav-link {
  padding: 0.5em 1em;
  margin: 0;
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}

header.mobile-nav-wrapper .mobile-nav .has-submenu .nav-link {
  position: relative;
}

header.mobile-nav-wrapper .mobile-nav .has-submenu .nav-link::after {
  content: "\002B";
  position: absolute;
  font-size: 1.75em;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 0.25em;
  line-height: 1.25;
}

header.mobile-nav-wrapper .mobile-nav .has-submenu .nav-link:hover, header.mobile-nav-wrapper .mobile-nav .has-submenu .nav-link:focus, header.mobile-nav-wrapper .mobile-nav .has-submenu .nav-link:active {
  background-color: #ffba8d;
}

header.mobile-nav-wrapper .mobile-nav .has-submenu .submenu-control {
  display: none;
}

header.mobile-nav-wrapper .mobile-nav .has-submenu .submenu-control:checked ~ .submenu {
  max-height: 500px;
}

header.mobile-nav-wrapper .mobile-nav .has-submenu .submenu-control:checked + .nav-link::after {
  content: "-";
}

header.mobile-nav-wrapper .mobile-nav .has-submenu .submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: linear 250ms;
  transition: linear 250ms;
  background-color: #ffab73;
  margin: 0;
  padding-left: 1.25em;
}

header.mobile-nav-wrapper .mobile-nav .has-submenu .submenu li a {
  padding: 0.5em 1em;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  color: black;
}

header.mobile-nav-wrapper .search-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1em;
  position: relative;
}

header.mobile-nav-wrapper .search-pane input {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

header.mobile-nav-wrapper .search-pane input:focus {
  border-color: #FF6E0D;
}

header.mobile-nav-wrapper .search-pane button {
  position: absolute;
  right: 1.5em;
  top: 1em;
  bottom: 1em;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FF6E0D;
}

footer {
  margin-top: 3rem;
  border-top: solid thin gainsboro;
  padding-top: 2rem;
}

footer .list-title {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 2rem;
  color: #FF6E0D;
}

footer .list-link {
  display: block;
  margin-left: 2rem;
  color: #444;
  letter-spacing: 0.1em;
}

footer .list-link:hover {
  color: #FF6E0D;
  font-weight: 500;
}

footer .footer-text {
  margin: 0;
  text-align: center;
  padding: 0.5rem;
  margin-top: 1rem;
  letter-spacing: 0.1em;
  background-color: #FF6E0D;
}

main .feature-slider {
  position: relative;
}

main .feature-slider .owl-dots {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .feature-slider .owl-dots .owl-dot.active span {
  background: #ff9855;
}

main .feature-slider .feature {
  padding: 5rem 0;
  background-image: url("./../images/bg.jpg");
  background-size: cover;
  background-position: center;
}

main .feature-slider .feature .card {
  margin-bottom: 0;
  padding: 1rem 0;
  border: solid thin lightgray;
}

main .feature-slider .feature .card .card-section h3 {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

main .feature-slider .feature .card .card-section p {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

main .section-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: larger;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FF6E0D;
}

main .product {
  padding: 1rem;
  border: solid thin gainsboro;
  margin: 0 1rem 1.5rem;
}

main .product .product-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  height: 15rem;
}

main .product .product-image img {
  max-width: 100%;
  max-height: 100%;
}

main .product .product-brand {
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0;
  margin-top: 1rem;
}

main .product .product-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

main .product .product-description {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  min-height: 6rem;
  max-height: 6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1rem;
}

main .product .product-price {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

main .product .product-price small {
  font-size: 0.8rem;
  font-weight: normal;
}

main .product .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

main .product .product-quantity input {
  height: 100%;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: solid thin #FF6E0D;
  border-bottom: solid thin #FF6E0D;
  color: #FF6E0D;
}

main .product .product-quantity button {
  padding: 0.5em;
}

@media screen and (max-width: 767.5px) {
  main .product .product-quantity button svg {
    width: 1.5em;
  }
}

main .product button, main .product input {
  margin: 0;
}

main .product.is-department {
  -webkit-transition: linear 100ms;
  transition: linear 100ms;
}

main .product.is-department .product-title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  position: relative;
  display: inline-block;
}

main .product.is-department .product-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  border-bottom: solid thin #FF6E0D;
  -webkit-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms;
}

main .product.is-department:hover {
  cursor: pointer;
  border-color: #FF6E0D;
}

main .product.is-department:hover .product-title {
  margin: auto;
}

main .product.is-department:hover .product-title:after {
  width: calc(100% - 0.25em);
}

main .department-title {
  text-align: center;
  margin: 2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 4rem;
  color: #FF6E0D;
  position: relative;
}

main .department-title:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 2em;
  height: 2px;
  background-color: #FF6E0D;
  left: 0;
  right: 0;
  margin: auto;
}

main .separator {
  display: block;
  margin: 1rem;
}

main .cart-label {
  font-weight: bold;
}

main .input-cart {
  max-width: 50px;
  text-align: center;
}

* {
  font-family: 'Dosis', sans-serif !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.font-accent {
  font-family: capitol,sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}

.font-bold {
  font-weight: bold;
}

.button {
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #FF6E0D;
}

.button:hover, .button:focus {
  background-color: #d95700;
}

.button.primary {
  background-color: #FF6E0D;
}

.button.primary:hover, .button.primary:focus {
  background-color: #d95700;
}

.button.secondary {
  background-color: #444;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #2b2b2b;
}

.button.light {
  background-color: ghostwhite;
}

.button.light:hover, .button.light:focus {
  background-color: #c5c5ff;
}

.button.dark {
  background-color: black;
}

.button.dark:hover, .button.dark:focus {
  background-color: black;
}

.button.accent {
  background-color: gainsboro;
}

.button.accent:hover, .button.accent:focus {
  background-color: #c3c3c3;
}

.button.blue {
  background-color: #0F9FFF;
}

.button.blue:hover, .button.blue:focus {
  background-color: #0083db;
}

.button.green {
  background-color: #008055;
}

.button.green:hover, .button.green:focus {
  background-color: #004d33;
}

.button.red {
  background-color: #e5383b;
}

.button.red:hover, .button.red:focus {
  background-color: #cf1b1e;
}

.button-lg {
  width: 100%;
}

.button-cart {
  margin: 0;
}

.has-dropdown {
  position: relative;
  display: block;
}

.has-dropdown label {
  cursor: pointer;
}

.has-dropdown input {
  display: none;
}

.has-dropdown .dropdown {
  position: absolute;
  left: 0;
  top: 0%;
  background-color: ghostwhite;
  color: black;
  padding: 0;
  font-weight: normal;
  opacity: 0;
  -webkit-transition: linear 100ms;
  transition: linear 100ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  z-index: -1;
  border: solid thin lightgray;
  pointer-events: none;
}

.has-dropdown .dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  min-width: 10rem;
  text-align: left;
  color: #444;
  -webkit-transition: linear 100ms;
  transition: linear 100ms;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.85rem;
}

.has-dropdown .dropdown a:hover {
  color: white;
  background-color: #FF6E0D;
}

.has-dropdown:hover > .dropdown,
.has-dropdown .dropdown:hover {
  opacity: 1;
  top: 95%;
  pointer-events: all;
  z-index: 1000;
}

.has-search {
  position: relative;
}

.has-search .search-toggle {
  display: none;
}

.has-search .search-toggle:checked + .search-pane {
  visibility: visible;
  width: 100%;
}

.has-search .search-pane {
  position: absolute;
  background-color: #FF6E0D;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  -webkit-transition: linear 200ms;
  transition: linear 200ms;
}

.has-search .search-pane input {
  margin: 0;
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: lighter;
}

.has-search .search-pane input::-webkit-input-placeholder {
  color: #fff8;
  opacity: 1;
  /* Firefox */
}

.has-search .search-pane input:-ms-input-placeholder {
  color: #fff8;
  opacity: 1;
  /* Firefox */
}

.has-search .search-pane input::-ms-input-placeholder {
  color: #fff8;
  opacity: 1;
  /* Firefox */
}

.has-search .search-pane input::placeholder {
  color: #fff8;
  opacity: 1;
  /* Firefox */
}
/*# sourceMappingURL=app.css.map */