/* LESS CSS Document */
/* Will be auto compiled to CSS file on save */
html {
  min-height: 100%;
  font-size: 18px;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  width: 100% !important;
  min-height: 20rem;
  position: relative;
  background: url('../images/framework/header-bg.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  -webkit-box-shadow: 0px 7px 14px -5px rgba(0, 0, 0, 0.67);
  box-shadow: 0px 7px 14px -5px rgba(0, 0, 0, 0.67);
}
header .navbar {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  bottom: 1rem;
}
header .navbar .navbar-nav {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5);
}
header .navbar .navbar-nav .nav-link {
  color: #fff !important;
}
header .custom-toggle .navbar-toggler {
  border: 0 !important;
}
header .custom-toggle .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header .custom-toggle:focus {
  outline: none;
  box-shadow: none;
}
main {
  flex: 1 0 auto;
  padding-top: 0;
  background: url('../images/framework/body-bg.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}
footer {
  flex-shrink: 0;
  width: 100vw;
  background: url('../images/framework/base-bg-img.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 10px;
  margin: 0 !important;
  position: relative;
  color: #fff;
}
footer p {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
footer p span {
  padding-left: 3rem;
}
footer p a {
  color: #fff;
  text-decoration: none;
  padding: 2px 10px;
}
footer p a:hover {
  color: #fff;
}
footer p.legal {
  font-size: 0.4rem;
  font-family: sans-serif;
  text-align: center;
}
footer p.legal a {
  margin-left: 3rem;
}
@media only screen and (max-width: 750px) {
  footer p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  footer p span {
    padding-left: 1.5rem;
  }
  footer p a {
    padding: 2px 5px;
  }
  footer p.legal {
    font-size: 0.4rem;
  }
  footer p.legal a {
    margin-left: 1rem;
  }
}
.contentbox {
  padding-top: 2rem;
}
h1 {
  font-family: sans-serif;
  font-size: 2.2rem;
  color: #000;
}
h2 {
  font-family: sans-serif;
  font-size: 1.8rem;
  color: #000;
}
h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9rem;
}
h4 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
h5 {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
a {
  color: #000;
  text-decoration: none;
}
.contact-info {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.border3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
.btn-primary {
  background: #422923 !important;
  color: #fff !important;
}
.btn-primary:focus {
  outline: none !important;
}
.red-text {
  color: #d90909;
}
@media only screen and (min-width: 650px) {
  .mc {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 50px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    text-align: left;
    break-inside: avoid-column;
  }
}
.square-container {
  border: 1px solid #422923;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  box-sizing: border-box;
}
.square-container .product-image {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cart-qty {
  width: 35px !important;
  padding: 2px !important;
  display: inline-block;
  background-size: 10px 8px !important;
  background-position: right center !important;
  border-color: #422923 !important;
}
.cart-qty:focus {
  outline: none !important;
}
#cart-indicator .cart {
  height: 50px;
  background: #fff;
  padding: 3px 10px;
  border-bottom: 2px solid #422923;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  display: inline-block;
}
#cart-indicator .cart img {
  display: inline-block;
  height: 40px !important;
  margin-right: 10px;
}
#cart-indicator .cart b {
  padding: 0 5px 0 5px !important;
}
#cart-indicator .cart a {
  color: #422923 !important;
  margin-left: 10px !important;
  text-decoration: underline;
}
.atc {
  border: 0 !important;
  background: #422923;
  color: #fff !important;
}
.atc:focus {
  outline: none;
  box-shadow: none;
}
button.rfc {
  border: 0 !important;
  background: #422923;
  color: #fff !important;
}
button.rfc:focus {
  outline: none;
  box-shadow: none;
}
.blocks .card {
  background-color: rgba(0, 0, 0, 0);
}
.blocks .card .card-body {
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0);
}
.blocks .card .card-body h4 {
  font-family: sans-serif;
  background: #422923;
  display: block;
  color: #fff;
  padding: 3px;
}
form#contactFrm {
  background: #CE9A78;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  padding: 10px !important;
}
form span {
  color: #d90909 !important;
}
form .col-form-label {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.success-message {
  font-size: 1.2rem;
  font-weight: bolder;
  color: #008754;
  display: none;
}
.activity {
  position: fixed;
  background-color: #000 !important;
  opacity: 0.5 !important;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}
.activity .spinner-border {
  color: #fff;
  width: 8rem;
  height: 8rem;
}
.dropdown .btn {
  background-color: #422923 !important;
  color: #fff !important;
}
.dropdown li a {
  font-size: 80% !important;
}
.dropdown li a:hover {
  background: #CE9A78 !important;
  color: #422923 !important;
}
.store-cats-header {
  color: #fff !important;
  background: #422923;
  padding: 3px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
#store-cats a {
  border: 0 !important;
  font-size: 90%;
  padding: 5px 0 5px 5px;
}
#store-cats a:hover {
  background: #fff !important;
  color: #422923 !important;
}
#store-cats a.active {
  background: #fff !important;
  color: #422923 !important;
  text-decoration: underline;
}
.order-summary {
  margin: 0 !important;
  color: #000;
}
.order-summary tr {
  background: #fff;
}
.order-summary tr th {
  text-align: left;
  padding: 5px 10px;
  background: #422923;
  color: #fff;
  border: solid 1px #422923;
}
.order-summary tr .summaryLine {
  text-align: right;
  padding: right:15px;
  border-right: 0 !important;
}
.order-summary tr .total {
  font-weight: 500;
}
.order-summary td {
  text-align: left;
  padding: 5px 10px;
  border: solid 1px #422923;
  vertical-align: top;
}
.order-summary td a.rfc {
  color: #d90909 !important;
  background: none;
}
.hp-event {
  background: #fff;
}
.hp-event .event-head,
.hp-event .event-page-link {
  font-family: sans-serif;
  background: #422923;
  color: #fff;
}
.hp-event .event-head a,
.hp-event .event-page-link a {
  display: inline-block;
  color: #fff;
}
.hp-event img {
  max-height: 10rem;
}
.event-listings .card p {
  width: 90%;
  padding: 2px 10px 0px 10px;
  margin: 0 !important;
}
.event-listings .card .card-body {
  padding: 0 0 10px 0 !important;
  font-family: sans-serif;
  border: 1px solid #422923;
  border-bottom: 0 !important;
}
.event-listings .card .card-body h3 {
  background: #422923;
  display: block;
  position: relative;
  color: #fff;
  margin: 0 !important;
  padding: 3px;
}
.event-listings .card .card-footer {
  border: 1px solid #422923;
  border-top: 0 !important;
  font-size: 80%;
}
