.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('/images/texture.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('/images/texture.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: bourbon, sans-serif;
  font-size: 52px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: bourbon, sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: cubano, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  margin-bottom: 15px;
  font-family: cubano, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #b59959;
  font-family: cubano, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1em;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bb_brand {
  width: 130px;
}

.brand-img {
  width: 100%;
  height: 100%;
}

.bb_navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  background-color: transparent;
}

.bb_nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.hero {
  position: relative;
  height: 92vh;
  min-height: 700px;
  background-image: url('/images/241401064_10158696874528897_6847104864333678806_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bb_nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: bourbon, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-decoration: none;
}

.bb_nav-link:hover {
  color: #b59959;
  text-decoration: none;
}

.nav-link-icon {
  overflow: hidden;
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.nav-link-txt {
  display: inline-block;
}

.slide-content-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.hero-h1 {
  display: none;
  font-size: 75px;
  line-height: 80px;
}

.subtext {
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.3rem;
}

.subtext.gold-shadow {
  z-index: 1;
  color: #b59959;
}

.hero-logo-img {
  width: 450px;
  height: auto;
  margin-bottom: 40px;
}

.mid-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-section.black-bckgrnd {
  background-color: #121212;
  color: #fff;
}

.mid-section.banner {
  min-height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#121212), color-stop(25%, hsla(0, 0%, 7%, 0.75)), to(transparent)), url('/images/242585539_10158727457103897_8669181794250390812_n.jpg');
  background-image: linear-gradient(180deg, #121212, hsla(0, 0%, 7%, 0.75) 25%, transparent), url('/images/242585539_10158727457103897_8669181794250390812_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.content-div {
  position: relative;
  width: 95%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.content-div.left-align {
  text-align: left;
}

.content-div.cart_container {
  max-width: 1650px;
}

.big-gold-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: cubano, sans-serif;
  color: #b59959;
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
}

.hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-div.center-justify {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-card {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #121212;
  text-decoration: none;
}

.menu-card-underline {
  width: 100%;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  background-color: #b59959;
}

.menu-card-header {
  font-size: 32px;
  line-height: 38px;
}

.menu-card-img-contain {
  overflow: hidden;
  width: 100%;
  height: 250px;
}

.card-img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.viva-bbq-link {
  padding: 20px;
  text-align: center;
  text-decoration: none;
}

.gallery-lb {
  overflow: hidden;
  width: 42%;
  height: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.gallery-lb:hover {
  opacity: 0.69;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 0.125rem;
  background-color: #b59959;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #121212;
  color: #b59959;
  letter-spacing: 0.15em;
}

.button.transparent {
  background-color: transparent;
}

.txt-contain {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 65%;
  padding-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.txt-img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-img-contain {
  width: 35%;
}

.flex-img {
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 25% 50%;
  object-position: 25% 50%;
}

.flex-img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.html-embed {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.html-embed:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.lightbox-link {
  position: relative;
  overflow: visible;
  width: 30%;
  max-height: 300px;
  border-radius: 0.125rem;
  font-family: cubano, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.lb-img {
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-screen {
  position: absolute;
  left: -5px;
  top: auto;
  right: auto;
  bottom: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b59959;
  font-size: 16px;
  line-height: 22px;
}

.cta-header {
  font-size: 58px;
  line-height: 68px;
  font-weight: 400;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.wrapper.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.copyright-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #050708;
}

.logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  color: #b59959;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.footer-flex-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1440px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b59959;
  color: #fff;
  text-align: center;
}

.row-link {
  color: #fff;
}

.footer-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.footer-link:hover {
  color: #b59959;
  text-decoration: underline;
}

.footer-link:active {
  color: #b59959;
  text-decoration: underline;
}

.footer-link:focus {
  color: #fff;
  text-decoration: none;
}

.footer-link:visited {
  color: #fff;
  text-decoration: none;
}

.footer-link.w--current {
  color: #fff;
  font-weight: 400;
}

.footer-link.hide-for-now {
  display: none;
}

.footer-brand {
  width: 250px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-lightbox {
  width: 100%;
  height: 100%;
}

.brand-subtext {
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.3rem;
}

.gold-txt-span {
  color: #b59959;
}

.gold-txt-span.smaller-font {
  font-family: cubano, sans-serif;
  font-size: 30px;
}

.text-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 7vw;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  letter-spacing: 10px;
  white-space: nowrap;
}

.full-screen-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #121212;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('/images/bbq-platter.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/images/bbq-platter.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-screen-section.bbq {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('/images/big-brisket-ernest.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/images/big-brisket-ernest.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-screen-section.sandwhiches {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('/images/la-babe-sandwich.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/images/la-babe-sandwich.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-screen-section.sides {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('/images/sunday-brunch.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/images/sunday-brunch.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-screen-section.weekend-only {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('/images/240971803_10158686749448897_3617760680796661459_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/images/240971803_10158686749448897_3617760680796661459_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-screen-section.sunday-breakfast {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('/images/breakfast.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/images/breakfast.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-screen-section.about-us {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/best-bbq-joint-bw.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/best-bbq-joint-bw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-screen-section.sign-in {
  height: 50vh;
}

.item-flex {
  margin-bottom: 20px;
  text-align: left;
}

.column-10 {
  padding-left: 0px;
}

.menu-item-price {
  margin-top: 0px;
  font-family: cubano, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: right;
}

.item-container {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.menu-item-description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1.4rem;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.menu-item-name {
  margin-bottom: 5px;
  font-family: cubano, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.menu-item-name.large-no-price {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 55px;
}

.menu-item-name.large-no-price.no-margin {
  margin-bottom: 0px;
}

.center-col {
  text-align: center;
}

.form-block {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-family: cubano, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4px;
}

.form-col {
  width: 50%;
}

.form-col.first {
  padding-right: 8px;
}

.form-col.span {
  width: 100%;
}

.text-field {
  height: 48px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.69);
  border-radius: 0.125rem;
  background-color: rgba(0, 0, 0, 0.75) !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff !important;
}

.text-field:hover {
  border-color: #b59959;
}

.text-field:active {
  border-color: #b59959;
}

.text-field:focus {
  border-color: #b59959;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.center-align::-webkit-input-placeholder {
  text-align: center;
}

.text-field.center-align:-ms-input-placeholder {
  text-align: center;
}

.text-field.center-align::-ms-input-placeholder {
  text-align: center;
}

.text-field.center-align::placeholder {
  text-align: center;
}

.text-area {
  overflow: auto;
  max-width: 100%;
  min-height: 64px;
  min-width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.69);
  border-radius: 0.125rem;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.text-area:hover {
  border-color: #b59959;
}

.text-area:active {
  border-color: #b59959;
}

.text-area:focus {
  border-color: #b59959;
}

.text-area::-webkit-input-placeholder {
  color: #fff;
}

.text-area:-ms-input-placeholder {
  color: #fff;
}

.text-area::-ms-input-placeholder {
  color: #fff;
}

.text-area::placeholder {
  color: #fff;
}

.success-txt {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 28px;
}

.select-field {
  height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.69);
  border-radius: 0.125rem;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.select-field:hover {
  border-color: #b59959;
}

.select-field:active {
  border-color: #b59959;
}

.select-field:focus {
  border-color: #b59959;
}

.success-message {
  background-color: transparent;
}

.simple-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  color: #fff;
}

.merriweather-subtext {
  font-family: Merriweather, serif;
}

.condensed-div {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.condensed-div.hero-div {
  margin-left: 0px;
}

.big-gold-heading {
  margin-bottom: 10px;
}

.txt-link-gold {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #121212;
}

.txt-link-gold:hover {
  color: #b59959;
  text-decoration: none;
}

.txt-link-gold:active {
  color: #b59959;
  text-decoration: none;
}

.txt-link-gold:focus {
  color: #121212;
  text-decoration: underline;
}

.txt-link-gold:visited {
  color: #121212;
  text-decoration: underline;
}

.txt-link-gold.gold {
  color: #b59959;
}

.txt-link-gold.gold:hover {
  background-color: rgba(181, 153, 89, 0.69);
  box-shadow: 1px 1px 13px 4px #b59959;
  color: #121212;
  text-shadow: 3px 3px 9px #b59959;
}

._10-10-margin {
  margin-top: 10px;
  color: #b59959;
}

.story-img {
  width: 100%;
}

._50-card {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Merriweather, serif;
  letter-spacing: 0.1em;
}

.team-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.team-img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.as-seen-on-link {
  width: 25%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.as-seen-on-link:hover {
  opacity: 0.5;
}

.as-seen-on-link.large {
  width: 75% !important;
  min-width: 225px !important;
}

.as-seen-on-img {
  width: 100%;
  height: 100%;
  max-height: 175px;
  -o-object-fit: contain;
  object-fit: contain;
}

.our-story-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.125rem;
}

.play-button {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.play-button-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 7%, 0.5);
}

.heading {
  font-size: 52px;
  line-height: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: cubano, sans-serif;
  color: #fff;
  text-align: center;
}

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

.burnt-bean_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: block;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  color: #fff;
}

.modal-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.burnt-bean_close-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.125rem;
  background-color: #b59959;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 30px;
  cursor: pointer;
}

.burnt-bean_close-modal:hover {
  background-color: transparent;
}

.burnt-bean_modal-header {
  font-size: 58px;
  line-height: 68px;
  font-weight: 400;
}

.spacer-10-bttm-margin {
  margin-bottom: 10px;
}

.rowecomm_product-title {
  margin-bottom: 10px;
  font-family: cubano, sans-serif;
  font-size: 18px;
}

.rowecomm_product-price {
  display: block;
  font-family: cubano, sans-serif;
  color: #b59959;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.aluma-flex-catalog-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aluma-flex-catalog-2.aluma-tool-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aluma-tabs-content {
  width: 80%;
  float: left;
}

.aluma-content-div {
  position: relative;
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}

.aluma-content-div.aluma-cat {
  display: block;
  width: 98%;
  max-width: 1200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.aluma-content-div.aluma-product-wrap {
  display: block;
  overflow: hidden;
  width: 95%;
  max-width: 1200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0.5rem;
  background-color: #f8f8f8;
}

.aluma-catab {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #252525;
  background-color: #121212;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.aluma-catab:hover {
  background-color: #202020;
  color: #b59959;
  text-decoration: none;
}

.aluma-catab:active {
  color: #b59959;
  text-decoration: none;
}

.aluma-catab:focus {
  background-color: #202020;
  color: #b59959;
  text-decoration: none;
}

.aluma-catab:visited {
  color: #fff;
  text-decoration: none;
}

.aluma-catab.w--current {
  padding-left: 20px;
  background-color: #202020;
  box-shadow: inset 4px 0 0 0 #b59959;
  color: #b59959;
  text-decoration: none;
}

.aluma-catab.w--current:hover {
  text-decoration: none;
}

.aluma-catab.w--current:active {
  color: #b59959;
  text-decoration: none;
}

.aluma-catab.w--current:focus {
  color: #b59959;
  text-decoration: none;
}

.aluma-catab.w--current:visited {
  color: #b59959;
  text-decoration: none;
}

.aluma-catab.aluma-last {
  border-bottom-style: none;
}

.rowecomm_product-info {
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.aluma-catalog-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rowecomm_product-img {
  position: relative;
  width: 95%;
  height: 188px;
  margin-bottom: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.rowecomm_product-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.rowecomm_product-card.card--vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 25px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.rowecomm_product-card.card--vertical-center:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.rowecomm_product-card.card--vertical-center._31 {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
}

.aluma-tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  overflow: hidden;
  width: 20%;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 0.25rem;
  background-color: transparent;
}

.rowecomm_product-addtocart-link {
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: cubano, sans-serif;
  color: #4d4d4d;
  text-decoration: none;
}

.rowecomm_product-addtocart-link:hover {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_product-addtocart-link:active {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_product-addtocart-link:focus {
  color: #4d4d4d;
  text-decoration: none;
}

.rowecomm_product-addtocart-link:visited {
  color: #4d4d4d;
  text-decoration: none;
}

.rowecomm_product-addtocart {
  position: static;
  right: 8px;
  bottom: 7px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  border-bottom: 1px solid #b59959;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #7e7e7e;
  font-weight: 400;
}

.rowecomm_product-addtocart:hover {
  border-bottom-color: #b59959;
  color: #c71c19;
}

.aluma-4-success-message {
  min-height: 464px;
  padding-top: 155px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #c4cbd7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.rowecomm_form-title {
  padding: 17px 20px 15px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #121212;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
}

.rowecomm_bg-white {
  background-color: #fff;
}

.rowecomm_bg-white.line-borders {
  padding-bottom: 10px;
  border: 1px solid #d8dfe3;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: #f6f7f9;
}

.rowecomm_free-class-form {
  margin-bottom: 0px;
}

.aluma-bottom-border {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.aluma-bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.rowecomm_form-spacing {
  padding: 20px 28px 10px;
}

.rowecomm_regular-title {
  color: #fff;
  font-size: 18px;
}

.rowecomm_regular-title.medium {
  font-family: cubano, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.rowecomm_signin-form-links {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: cubano, sans-serif;
  color: #2c2c2c;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.rowecomm_signin-form-links:hover {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_signin-form-links:active {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_signin-form-links:focus {
  color: #2c2c2c;
  text-decoration: none;
}

.rowecomm_signin-form-links:visited {
  color: #2c2c2c;
  text-decoration: none;
}

.rowecomm_input-spacing {
  margin-bottom: 15px;
  padding-right: 28px;
  padding-left: 28px;
}

.rowecomm_5-text-field {
  display: inline-block;
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d8dfe3;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #151515;
  font-size: 1rem;
  line-height: 1rem;
}

.rowecomm_5-text-field::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.rowecomm_5-text-field:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.rowecomm_5-text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.rowecomm_5-text-field::placeholder {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.rowecomm_5-text-field.email {
  padding-left: 12px;
}

.rowecomm_5-text-field.name {
  margin-right: 3%;
  padding-left: 12px;
  font-family: 'Open Sans', sans-serif;
}

.rowecomm_5-text-field.name::-webkit-input-placeholder {
  color: #fff;
}

.rowecomm_5-text-field.name:-ms-input-placeholder {
  color: #fff;
}

.rowecomm_5-text-field.name::-ms-input-placeholder {
  color: #fff;
}

.rowecomm_5-text-field.name::placeholder {
  color: #fff;
}

.rowecomm_forgot-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.rowecomm_6-form {
  display: block;
  width: 90%;
  max-width: 500px;
  min-width: 365px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.rowecomm_keep-signedin-checkbox {
  color: #151515;
}

.rowecomm_3-submit-button {
  width: 100%;
  height: auto;
  min-width: 163px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0.25rem;
  background-color: #b59959;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.rowecomm_3-submit-button:hover {
  background-color: #121212;
  color: #fff;
  text-decoration: none;
}

.rowecomm_3-submit-button:active {
  color: #fff;
  text-decoration: none;
}

.rowecomm_3-submit-button:focus {
  color: #fff;
  text-decoration: none;
}

.rowecomm_sku {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #151515;
  font-weight: 700;
}

.rowecomm_form-block {
  margin-bottom: 0px;
}

.rowecomm_cart-item-list-container {
  overflow: auto;
  background-color: #fff;
}

.rowecomm_sort-by-option {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #dbe9fe;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.rowecomm_sort-by-option:hover {
  background-color: #e7e9ef;
}

.rowecomm_cart-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #d8dfe3;
}

.rowecomm_quantity-column {
  width: 15%;
  padding-top: 10px;
  float: left;
}

.rowecomm_summary-title {
  font-family: cubano, sans-serif;
  color: #2e3a41;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}

.rowecomm_order-summary-panel {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  min-height: 250px;
  margin-top: -90px;
  padding: 15px 20px 55px;
  float: left;
}

.rowecomm_summary-breakdown-div {
  width: 100%;
}

.rowecomm_total {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.rowecomm_cart-item-details {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.rowecomm_quantity-field {
  display: inline-block;
  width: 70px;
  height: 30px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: none;
  border: 1px solid #777;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
}

.rowecomm_quantity-field.full {
  width: 70px;
  border-color: #d8dfe3;
  border-radius: 0.25rem;
}

.rowecomm_summary-row {
  width: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8dfe3;
  color: #2e3a41;
  font-size: 12px;
}

.rowecomm_summary-row.total-row {
  border-bottom-style: none;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.rowecomm_summary-list-item {
  display: inline-block;
  width: 70%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
}

.rowecomm_content-div2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.rowecomm_content-div2.cart-summary-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1650px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.aluma-image-4 {
  border-radius: 0.25rem;
}

.rowecomm_cart-product-title-link {
  color: #2e3a41;
  font-size: 1rem;
  line-height: 1.6rem;
  text-decoration: none;
}

.rowecomm_cart-product-title-link:hover {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_cart-product-title-link:active {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_cart-product-title-link:focus {
  color: #2e3a41;
  text-decoration: none;
}

.rowecomm_cart-product-title-link:visited {
  color: #2e3a41;
}

.rowecomm_cart-item-name {
  font-size: 16px;
  font-weight: 600;
}

.rowecomm_summary-column {
  position: relative;
  display: inline-block;
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rowecomm_item-price {
  font-family: Lato, sans-serif;
  color: #b59959;
  font-weight: 700;
}

.rowecomm_add-edit-cart-item {
  position: relative;
  width: 10%;
  padding-top: 10px;
  padding-left: 20px;
  float: left;
}

.rowecomm_quantity-total-dollars {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #b59959;
  font-size: 12px;
}

.rowecomm_sort-by {
  display: inline-block;
  padding: 7px 40px 7px 15px;
  border: 1px solid #d8dfe3;
  border-radius: 0.25rem;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.rowecomm_remove-item {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px none #002256;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('/images/trash-icon.svg');
  background-position: 50% 50%;
  background-size: 55%;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.rowecomm_remove-item:hover {
  border-color: #002256;
  border-radius: 50%;
  background-color: #b59959;
  background-image: url('/images/trash-icon-white.svg');
  background-size: 55%;
  color: #fff;
}

.rowecomm_proceed-to-checkout-button {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #b59959;
  border-radius: 0.25rem;
  background-color: #b59959;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.rowecomm_proceed-to-checkout-button:hover {
  border-color: #121212;
  background-color: #121212;
  color: #fff;
  text-decoration: none;
}

.rowecomm_proceed-to-checkout-button:active {
  color: #fff;
  text-decoration: none;
}

.rowecomm_proceed-to-checkout-button:focus {
  text-decoration: none;
}

.rowecomm_proceed-to-checkout-button:visited {
  color: #fff;
}

.rowecomm_proceed-to-checkout-button.rowecomm_flat_top {
  border-width: 1px;
  border-color: #b59959;
  border-radius: 0.25rem;
  background-color: #b59959;
  font-family: cubano, sans-serif;
  font-size: 1.2rem;
}

.rowecomm_proceed-to-checkout-button.rowecomm_flat_top:hover {
  border-color: #121212;
  background-color: #121212;
}

.rowecomm_dropdown-5 {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-right: 10px;
  float: right;
}

.rowecomm_summary-list-price {
  display: inline-block;
  width: 30%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: right;
}

.rowecomm_div-block-11 {
  display: block;
}

.rowecomm_sort-by-option-dd.w--open {
  background-color: #fff;
}

.rowecomm_cart-item-list {
  position: relative;
  top: -70px;
  padding-right: 25px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aluma-div-block-17 {
  position: relative;
  height: 100%;
}

.rowecomm_list-item-img-column {
  width: 25%;
  padding-right: 15px;
  float: left;
  clear: none;
}

.rowecomm_quantity-block {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 4px;
}

.rowecomm_item-count-text {
  display: inline-block;
  font-family: cubano, sans-serif;
  color: #2e3a41;
  font-size: 14px;
}

.rowecomm_remove-link {
  margin-left: 15px;
  padding: 0px;
  background-color: transparent;
  font-family: cubano, sans-serif;
  color: #b59959;
  font-size: 0.9rem;
  line-height: 1rem;
  text-decoration: none;
}

.rowecomm_remove-link:hover {
  color: #121212;
  text-decoration: underline;
}

.rowecomm_remove-link:active {
  color: #121212;
  text-decoration: underline;
}

.rowecomm_remove-link:focus {
  color: #121212;
  text-decoration: underline;
}

.rowecomm_remove-link:visited {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_item-count-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 15px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d8dfe3;
  border-radius: 0.25rem;
  background-color: #fff;
}

.rowecomm_each-promo-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d5e1f6;
}

.rowecomm_shop-page {
  min-height: 90vh;
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #f4f5f7;
}

.rowecomm_address-number {
  font-family: Lato, sans-serif;
  color: #2e3a41;
  font-weight: 700;
}

.rowecomm_hidden-form {
  display: none;
  overflow: hidden;
  height: 0px;
}

.rowecomm_checkout-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: cubano, sans-serif;
  color: #2e3a41;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.rowecomm_checkout-heading._0mb {
  margin-bottom: 0px;
}

.rowecomm_exp {
  margin-top: 5px;
}

.rowecomm_checkout-field {
  height: 45px;
  margin-top: 8px;
  border: 1px solid #4e6483;
  border-radius: 3px;
  font-family: Lato, sans-serif;
}

.rowecomm_promo-price-side {
  width: 40%;
  text-align: right;
}

.rowecomm_card-number {
  font-weight: 700;
}

.rowecomm_address-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: auto;
  min-height: 210px;
  min-width: 250px;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 18px;
  float: left;
  border: 1px solid #d8dfe3;
  border-radius: 0.25rem;
  background-color: #f6f7f9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #002256;
  text-align: left;
}

.rowecomm_address-block:hover {
  border-color: #b59959;
}

.rowecomm_address-block.default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-color: #b59959;
  background-color: #e7e9ef;
}

.rowecomm_address-block.default {
  border-color: #b59959;
  background-color: #e7e9ef;
}

.rowecomm_address-block.add_new {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rowecomm_address-block.selectable_card {
  cursor: pointer;
}

.rowecomm_card-number-text {
  display: inline-block;
  font-family: Lato, sans-serif;
}

.rowecomm_card-logo {
  max-height: 42px;
  max-width: 65px;
  margin-right: 10px;
}

.rowecomm_promo-field {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #b59959;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #2e3a41;
}

.rowecomm_back_to_cart {
  margin-left: 35px;
  padding: 10px 10px 10px 25px;
  border-radius: 0.25rem;
  background-color: #121212;
  background-image: url('/images/left-arrow-white.svg');
  background-position: 2% 49%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: cubano, sans-serif;
  color: #fff;
  text-decoration: none;
}

.rowecomm_back_to_cart:hover {
  background-color: #b59959;
  color: #fff;
  text-decoration: none;
}

.rowecomm_back_to_cart:active {
  color: #fff;
  text-decoration: none;
}

.rowecomm_back_to_cart:focus {
  color: #fff;
  text-decoration: none;
}

.rowecomm_back_to_cart:visited {
  color: #fff;
  text-decoration: none;
}

.rowecomm_backtocart-content-div {
  position: relative;
  z-index: 2;
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.rowecomm_backtocart-content-div.cart-summary-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1650px;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rowecomm_login-error {
  display: none;
  margin-top: 20px;
  padding: 10px;
  background-color: #fff;
  color: #bd0000;
  text-align: center;
}

.rowecomm_login-error.rowecomm_promo-error {
  margin-top: -15px;
  margin-bottom: 15px;
}

.rowecomm_address-text {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #2e3a41;
  font-size: 12px;
}

.rowecomm_promo-code-title {
  margin-bottom: 2px;
  font-weight: 700;
}

.rowecomm_promo-description-div {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px none #d5e1f6;
  font-size: 12px;
}

.rowecomm_50-field-div {
  width: 50%;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.rowecomm_50-field-div.full {
  width: 100%;
  margin-bottom: 0px;
}

.rowecomm_50-field-div._70 {
  width: 70%;
}

.rowecomm_50-field-div._30 {
  width: 30%;
}

.rowecomm_50-field-div._33 {
  width: 33.3%;
}

.rowecomm_promo-text-side {
  width: 60%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rowecomm_summary-row_summary-row {
  width: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5e1f6;
  font-size: 12px;
}

.rowecomm_summary-row_summary-row.total-row {
  border-bottom-style: none;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.rowecomm_checkout-section {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 25px;
  background-color: #fff;
}

.rowecomm_checkbox-field {
  margin-top: 15px;
  float: left;
  font-size: 16px;
}

.rowecomm_promo-code-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5e1f6;
}

.rowecomm_edit-address-button-div {
  width: 100%;
  margin-top: 10px;
}

.rowecomm_check-out-process-container {
  width: 70%;
  min-height: 400px;
  padding-right: 25px;
}

.rowecomm_check-out-process-container._2 {
  position: relative;
  padding-right: 0%;
  padding-bottom: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rowecomm_card-block-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowecomm_promo-description {
  font-size: 11px;
  line-height: 18px;
}

.rowecomm_summary-list-price_summary-list-item {
  display: inline-block;
  width: 70%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
}

.rowecomm_checkout-section-div {
  padding-right: 35px;
  padding-left: 35px;
}

.rowecomm_checkout-section-div.if-signed-in {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}

.rowecomm_checkout-section-div.if-signed-in.completed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rowecomm_remove_coupon_button {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url('/images/trash-icon.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.rowecomm_button-11 {
  margin-right: 5px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #b59959;
  border-radius: 3px;
  background-color: #b59959;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.rowecomm_button-11:hover {
  border-color: #121212;
  background-color: #121212;
  color: #fff;
  text-decoration: none;
}

.rowecomm_button-11:active {
  color: #fff;
  text-decoration: none;
}

.rowecomm_button-11:focus {
  color: #fff;
  text-decoration: none;
}

.rowecomm_button-11:visited {
  border-color: #121212;
  background-color: #121212;
  color: #fff;
}

.rowecomm_button-11.ekteq_outlined {
  background-color: transparent;
  color: #b59959;
}

.rowecomm_button-11.ekteq_outlined:hover {
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.rowecomm_button-11.ekteq_outlined:active {
  text-decoration: none;
}

.rowecomm_button-11.ekteq_outlined:focus {
  border-color: #121212;
  color: #121212;
  text-decoration: none;
}

.rowecomm_button-11.ekteq_outlined:visited {
  border-color: #121212;
  color: #121212;
}

.rowecomm_apply-code-button {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: #b59959;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
}

.rowecomm_apply-code-button:hover {
  background-color: #a58b4f;
  color: #fff;
  text-decoration: none;
}

.rowecomm_apply-code-button:active {
  background-color: #a58b4f;
  color: #fff;
  text-decoration: none;
}

.rowecomm_apply-code-button:focus {
  background-color: #a58b4f;
  color: #fff;
  text-decoration: none;
}

.rowecomm_delivery-select {
  height: 45px;
  margin-top: 8px;
  padding-right: 19px;
  border: 1px solid #4e6483;
  border-radius: 3px;
  background-color: #fff;
}

.rowecomm_delivery-select._2 {
  margin-top: 28px;
}

.rowecomm_card-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  min-height: 210px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 18px;
  border: 1px solid #d8dfe3;
  border-radius: 0.25rem;
  background-color: #f6f7f9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #002256;
}

.rowecomm_card-block:hover {
  border-color: #b59959;
}

.rowecomm_card-block.default {
  border-color: #b59959;
  background-color: #e7e9ef;
  color: #2e3a41;
}

.rowecomm_card-block.default {
  border-color: #b59959;
  background-color: #e7e9ef;
  color: #2e3a41;
}

.rowecomm_card-block.add_new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rowecomm_card-block.selectable_card {
  cursor: pointer;
}

.rowecomm_card-number-div {
  width: 100%;
  padding-bottom: 10px;
}

.rowecomm_address-name {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #2e3a41;
  font-size: 16px;
}

.rowecomm_applied-codes-title {
  margin-bottom: 5px;
  color: #001752;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.rowecomm_edit-button {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #22282b;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #22282b;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.rowecomm_edit-button:hover {
  border-color: #b59959;
  box-shadow: inset 75px 0 0 0 #b59959;
  color: #fff;
  text-decoration: none;
}

.rowecomm_edit-button:active {
  border-color: #b59959;
  box-shadow: inset 75px 0 0 0 #b59959;
  color: #fff;
  text-decoration: none;
}

.rowecomm_edit-button:focus {
  border-color: #151515;
  text-decoration: none;
}

.rowecomm_account-field {
  display: block;
  height: 40px;
  max-width: 250px;
  margin-right: 10px;
  border: 1px solid #d7dce5;
  border-radius: 3px;
  font-family: Lato, sans-serif;
  color: #000;
}

.rowecomm_account-field:hover {
  border-bottom-color: #0031c5;
}

.rowecomm_acount-tab-toggle {
  width: 100%;
  padding-left: 65px;
  border: 1px solid transparent;
  background-image: url('/images/5b272ee0d227e50d3d1ca1ce_two-men.png');
  background-position: 21px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.rowecomm_acount-tab-toggle:hover {
  box-shadow: inset 3px 0 0 0 #b59959;
  color: #fff;
  text-decoration: none;
}

.rowecomm_acount-tab-toggle:active {
  color: #fff;
  text-decoration: none;
}

.rowecomm_acount-tab-toggle:focus {
  text-decoration: none;
}

.rowecomm_acount-tab-toggle.w--open {
  border: 1px solid transparent;
}

.rowecomm_acount-tab-toggle.setting {
  background-image: url('/images/5b272ee0d227e53c861ca1d8_user.png');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.rowecomm_acount-tab-toggle.setting:hover {
  color: #fff;
  text-decoration: none;
}

.rowecomm_acount-tab-toggle.setting:active {
  color: #fff;
  text-decoration: none;
}

.rowecomm_acount-tab-toggle.setting:focus {
  color: #fff;
  text-decoration: none;
}

.rowecomm_acount-tab-toggle.billing {
  background-image: url('/images/5b272ee0d227e53df11ca1c4_credit-card.png');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.rowecomm_acount-tab-toggle.advanced {
  background-image: url('/images/gear.png');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  white-space: normal;
}

.rowecomm_toggle-icon {
  opacity: 1;
  color: #fff;
  font-size: 14px;
}

.rowecomm_payment-option-panel {
  display: block;
  margin-bottom: 10px;
  padding: 25px 25px 25px 35px;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 3px 14px -3px rgba(78, 100, 131, 0.29);
}

.rowecomm_account-section-titles {
  margin-top: 0px;
  font-family: cubano, sans-serif;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
}

.rowecomm_account-dd-tab {
  padding-left: 20%;
  border-bottom: 1px none #f0f5fd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.rowecomm_account-dd-tab:hover {
  background-color: transparent;
  color: #b59959;
  text-decoration: none;
}

.rowecomm_account-dd-tab:active {
  text-decoration: none;
}

.rowecomm_account-dd-tab:focus {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_account-dd-tab:visited {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

.rowecomm_account-dd-tab.w--current {
  color: #b59959;
}

.rowecomm_change-password-panel {
  display: block;
  margin-bottom: 10px;
  padding: 25px 25px 25px 35px;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 3px 14px -3px rgba(78, 100, 131, 0.29);
}

.rowecomm_change-password-button {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #b59959;
  border-radius: 3px;
  background-color: #b59959;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.rowecomm_change-password-button:hover {
  border-color: #121212;
  background-color: transparent;
  box-shadow: inset 200px 0 0 0 #121212;
  color: #fff;
  text-decoration: none;
}

.rowecomm_change-password-button:active {
  color: #fff;
  text-decoration: none;
}

.rowecomm_change-password-button:focus {
  border-color: #b59959;
  color: #fff;
  text-decoration: none;
}

.rowecomm_account-panel {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 25px 25px 25px 35px;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 3px 14px -3px rgba(22, 70, 144, 0.25);
}

.rowecomm_address-panel {
  display: block;
  padding: 25px 25px 25px 35px;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 3px 14px -3px rgba(78, 100, 131, 0.29);
}

.rowecomm_add-address {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #b59959;
  border-radius: 3px;
  background-color: #b59959;
  background-image: url('/images/add.png');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #f6fefd;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.rowecomm_add-address:hover {
  border-color: #a58b4f;
  background-color: #a58b4f;
  color: #fff;
  text-decoration: none;
}

.rowecomm_add-address:active {
  color: #fff;
  text-decoration: none;
}

.rowecomm_add-address:focus {
  border-color: #a58b4f;
  background-color: #a58b4f;
  text-decoration: none;
}

.rowecomm_account-window {
  width: 75%;
  padding: 0px 0px 0px 15px;
  background-color: transparent;
  color: #151515;
  font-size: 1rem;
  line-height: 1rem;
}

.rowecomm_account-text {
  color: #000;
  font-size: 1rem;
  line-height: 1.6rem;
}

.rowecomm_account-section-title-holder {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7dce5;
}

.rowecomm_account-label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.rowecomm_side-panel {
  width: 25%;
  margin-bottom: 10px;
  padding: 15px 0px;
  border-radius: 0.5rem;
  background-color: #121212;
  background-image: linear-gradient(140deg, #121212, #22282b);
}

.rowecomm_address-edit {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  float: none;
  clear: none;
  border-bottom: 2px solid #b59959;
  background-color: transparent;
  color: #b59959;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.rowecomm_address-edit:hover {
  opacity: 0.7;
  color: #b59959;
  text-decoration: none;
}

.rowecomm_address-edit:active {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_address-edit:focus {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_address-edit:visited {
  color: #b59959;
  text-decoration: none;
}

.rowecomm_address-edit.remove {
  float: none;
  clear: none;
  border-bottom-color: #002256;
  color: #131111;
  text-decoration: none;
}

.rowecomm_address-edit.remove:hover {
  color: #002256;
  text-decoration: none;
}

.rowecomm_address-edit.remove:active {
  color: #002256;
  text-decoration: none;
}

.rowecomm_address-edit.remove:focus {
  text-decoration: none;
}

.rowecomm_address-edit.default {
  position: relative;
  top: 2px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 50px;
  background-color: #b59959;
  color: #fff;
}

.rowecomm_address-edit.default:hover {
  opacity: 1;
}

.rowecomm_content-div {
  position: relative;
  z-index: 2;
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.rowecomm_content-div.account-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rowecomm_account-tab {
  display: block;
  margin-bottom: 10px;
  color: #002256;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.rowecomm_email-edit-div {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7dce5;
}

.rowecomm_account-text-2 {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #000;
}

.rowecomm_dropdown-list-2 {
  position: relative;
}

.rowecomm_dropdown-list-2.w--open {
  border-left: 1px solid rgba(86, 96, 115, 0.7);
  background-color: transparent;
}

.aluma-div-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  float: left;
  text-align: center;
}

.rowecomm_product-mini-lb-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aluma-image-5 {
  border-bottom-right-radius: 0.125rem;
}

.rowecomm_product-specs-form {
  width: 60%;
}

.rowecomm_back2shop {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 5px;
  margin-right: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #b59959;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #b59959;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

.rowecomm_back2shop:hover {
  opacity: 0.82;
  color: #121212;
  text-decoration: none;
}

.rowecomm_back2shop:active {
  color: #121212;
  text-decoration: none;
}

.rowecomm_back2shop:focus {
  color: #121212;
  text-decoration: none;
}

.rowecomm_back2shop:visited {
  color: #b59959;
  text-decoration: none;
}

.aluma-section {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 60px 20px 80px;
  background-color: #fff;
  -webkit-perspective: 700px;
  perspective: 700px;
}

.aluma-section.aluma-product-page {
  min-height: 500px;
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #f8f8f8;
}

.aluma-section.aluma-product-page.aluma-catalog-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.aluma-section.aluma-product-page.aluma-catalog-page.aluma-prod-page {
  padding: 160px 0px 99px;
  background-color: transparent;
}

.aluma-prod-price {
  display: block;
  font-family: cubano, sans-serif;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 400;
}

.aluma-div-block-11 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.rowecomm_product-specs-form-field {
  border-radius: 3px;
  background-color: #fff;
}

.rowecomm_product-lightbox.mini {
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.rowecomm_product-lightbox.mini:hover {
  opacity: 0.75;
}

.aluma-prod-h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: bourbon, sans-serif;
  color: #252525;
}

.aluma-black {
  display: inline-block;
  margin-bottom: 2px;
  color: #242121;
  font-size: 14px;
}

.rowecomm_product-mini-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aluma-list-item {
  margin-bottom: 7px;
  font-size: 16px;
  list-style-type: disc;
}

.aluma-unordered-list-2 {
  margin-top: 30px;
  color: #d13633;
}

.aluma-unordered-list-2._2 {
  margin-top: 0px;
  color: #b59959;
}

.aluma-prod-con {
  position: relative;
  width: 50%;
  min-height: 500px;
  padding: 45px 40px 35px 35px;
  float: left;
  background-color: #f8f8f8;
}

.aluma-image-side {
  width: 50%;
  min-height: 500px;
  float: left;
}

.aluma-buynow {
  margin-bottom: 20px;
  padding: 10px 22px;
  border-radius: 0.25rem;
  background-color: #b59959;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: cubano, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.aluma-buynow:hover {
  background-color: #a58b4f;
  color: #fff;
  text-decoration: none;
}

.aluma-buynow:active {
  color: #fff;
  text-decoration: none;
}

.aluma-buynow:focus {
  color: #fff;
  text-decoration: none;
}

.aluma-buynow:visited {
  color: #fff;
  text-decoration: none;
}

.field-label {
  font-family: cubano, sans-serif;
}

.div-block-2 {
  display: block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.rowecomm_shipped-items {
  position: relative;
  display: block;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 10px;
  padding: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0.25rem;
  background-color: #f4f5f7;
  font-family: Lato, sans-serif;
  color: #002256;
  text-align: left;
}

.rowecomm_checkout-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d8dfe3;
  border-bottom: 1px solid #d8dfe3;
}

.rowecomm_checkout-item-details {
  width: 75%;
  padding-right: 10px;
  float: left;
}

.shipped-items-wrapper {
  overflow: visible;
}

.form-block-2 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-right: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-5 {
  margin-left: 10px;
}

.div-block-5.completed {
  margin-left: 0px;
}

.add_new_plus {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.checkout_form_block {
  max-width: 800px;
}

.image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 0.15rem;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bb_icon {
  position: relative;
  margin-right: 0px;
  margin-left: 5px;
}

.bb_dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.bb_dropdown-list.w--open {
  border-radius: 0.125rem;
  background-color: #121212;
}

@media screen and (max-width: 991px) {
  .bb_nav-menu {
    background-color: #121212;
    text-align: center;
  }

  .hero {
    background-attachment: scroll;
  }

  .mid-section.banner {
    background-attachment: scroll, scroll;
  }

  .big-gold-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .menu-card {
    width: 48%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-card-img-contain {
    height: 200px;
  }

  .bb_menu-button {
    color: #fff;
    font-size: 34px;
  }

  .bb_menu-button.w--open {
    background-color: transparent;
    color: #b59959;
  }

  .txt-contain {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .txt-img-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-img-contain {
    width: 100%;
  }

  .wrapper {
    width: 50%;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper.shrink {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .copyright-container {
    position: static;
  }

  .footer-flex-container {
    position: static;
  }

  .footer-bottom-wrap {
    margin-top: 20px;
  }

  .text {
    font-size: 10vw;
    text-align: center;
    white-space: normal;
  }

  .full-screen-section.about-us {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/best-bbq-joint-bw.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/best-bbq-joint-bw.jpg');
    background-position: 0px 0px, 85% 50%;
    background-size: auto, cover;
  }

  .column-10 {
    padding-left: 0px;
  }

  .menu-item-description {
    padding-left: 0px;
    font-size: 12px;
  }

  .menu-item-name {
    padding-left: 0px;
  }

  .play-button {
    width: 75px;
    height: 75px;
  }

  .play-button-overlay {
    background-color: rgba(18, 18, 18, 0.25);
  }

  .rowecomm_product-title {
    font-size: 16px;
  }

  .aluma-content-div {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .aluma-content-div.aluma-product-wrap {
    width: 100%;
    border-radius: 0rem;
  }

  .rowecomm_product-img {
    margin-bottom: 21px;
  }

  .rowecomm_product-card {
    padding: 24px;
  }

  .rowecomm_product-card.card--vertical-center {
    padding-right: 19px;
    padding-left: 19px;
  }

  .rowecomm_product-card.card--vertical-center._31 {
    width: 40%;
  }

  .aluma-tabs-menu {
    top: 100px;
  }

  .rowecomm_6-form {
    width: 95%;
    min-width: auto;
    margin-top: 0px;
  }

  .rowecomm_sku {
    color: #303030;
    font-weight: 400;
  }

  .rowecomm_cart-list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rowecomm_quantity-column {
    width: 15%;
    padding-right: 10px;
  }

  .rowecomm_summary-title {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .rowecomm_order-summary-panel {
    display: block;
    min-height: auto;
    margin: 0px auto 25px;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
  }

  .rowecomm_cart-item-details {
    width: 45%;
    padding-right: 25px;
  }

  .rowecomm_summary-list-item {
    font-size: 12px;
  }

  .rowecomm_content-div2.cart-summary-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .rowecomm_cart-item-name {
    font-size: 16px;
    line-height: 22px;
  }

  .rowecomm_summary-column {
    width: 100%;
  }

  .rowecomm_add-edit-cart-item {
    width: 10%;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .rowecomm_remove-item {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 20px;
  }

  .rowecomm_proceed-to-checkout-button {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .rowecomm_dropdown-5 {
    margin-right: 0px;
  }

  .rowecomm_summary-list-price {
    font-size: 12px;
  }

  .rowecomm_cart-item-list {
    width: 100%;
    padding-right: 0px;
  }

  .rowecomm_list-item-img-column {
    width: 30%;
    padding-right: 25px;
  }

  .rowecomm_address-block {
    width: auto;
  }

  .rowecomm_back_to_cart {
    margin-bottom: 0px;
    margin-left: 2.5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .rowecomm_backtocart-content-div.cart-summary-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .rowecomm_check-out-process-container._2 {
    width: 100%;
    padding-left: 0%;
  }

  .rowecomm_summary-list-price_summary-list-item {
    font-size: 12px;
  }

  .rowecomm_checkout-section-div {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .rowecomm_card-block {
    width: auto;
    margin-bottom: 10px;
  }

  .rowecomm_acount-tab-toggle {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
  }

  .rowecomm_acount-tab-toggle.setting {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .rowecomm_acount-tab-toggle.billing {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .rowecomm_acount-tab-toggle.advanced {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .rowecomm_payment-option-panel {
    padding-left: 35px;
  }

  .rowecomm_account-dd-tab {
    padding-left: 20px;
  }

  .rowecomm_change-password-panel {
    padding-left: 35px;
  }

  .rowecomm_address-panel {
    padding-left: 35px;
  }

  .rowecomm_account-window {
    padding-left: 12px;
  }

  .rowecomm_side-panel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .aluma-image-5 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px;
  }

  .rowecomm_back2shop {
    left: 0px;
    top: 0px;
    right: auto;
    margin-left: 40px;
  }

  .aluma-section.aluma-product-page.aluma-catalog-page.aluma-prod-page {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f8f8f8;
  }

  .rowecomm_product-lightbox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .aluma-unordered-list-2 {
    padding-left: 20px;
  }

  .aluma-prod-con {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-left: 40px;
    float: none;
  }

  .aluma-image-side {
    position: relative;
    display: block;
    width: 100%;
    min-height: 400px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .rowecomm_checkout-list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rowecomm_checkout-item-details {
    width: 45%;
    padding-right: 25px;
  }

  .bb_dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  blockquote {
    padding-right: 0px;
    padding-left: 10px;
  }

  .bb_brand {
    padding-left: 0px;
  }

  .bb_nav-link {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-logo-img {
    width: 350px;
  }

  .menu-card {
    width: 100%;
  }

  .lightbox-link {
    width: 100%;
    margin-bottom: 40px;
  }

  .wrapper {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .wrapper.shrink {
    width: 100%;
  }

  .copyright-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .footer-flex-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-brand {
    padding-right: 10px;
  }

  .item-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-item-price {
    font-size: 24px;
    line-height: 30px;
  }

  .column-8 {
    text-align: right;
  }

  .item {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu-item-name {
    font-size: 24px;
    line-height: 30px;
  }

  .menu-item-name.large-no-price {
    font-size: 30px;
    line-height: 45px;
  }

  .condensed-div {
    width: 100%;
  }

  ._50-card {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .as-seen-on-link {
    width: 50%;
  }

  .modal-header-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .burnt-bean_close-modal {
    width: 60px;
    height: 60px;
  }

  .burnt-bean_modal-header {
    font-size: 48px;
    line-height: 58px;
  }

  .aluma-tabs-content {
    width: 75%;
  }

  .aluma-catab {
    padding-left: 10px;
    font-size: 14px;
  }

  .aluma-catalog-tab {
    padding-right: 5%;
    padding-left: 5%;
  }

  .rowecomm_product-card {
    padding: 24px;
  }

  .rowecomm_product-card.card--vertical-center._31 {
    width: 75%;
  }

  .aluma-tabs-menu {
    top: 0px;
    width: 33%;
  }

  .rowecomm_6-form {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .rowecomm_sku {
    color: #002256;
  }

  .rowecomm_form-block {
    display: block;
  }

  .rowecomm_cart-list-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rowecomm_quantity-column {
    width: 20%;
    padding-top: 10px;
  }

  .rowecomm_order-summary-panel {
    padding-bottom: 60px;
  }

  .rowecomm_cart-item-details {
    width: 40%;
    padding-right: 20px;
    padding-bottom: 15px;
  }

  .rowecomm_quantity-field {
    display: inline-block;
    float: none;
  }

  .rowecomm_quantity-field.full {
    width: 70px;
    float: left;
  }

  .rowecomm_summary-list-item {
    line-height: 18px;
  }

  .rowecomm_add-edit-cart-item {
    width: 10%;
    padding-top: 10px;
    padding-left: 0px;
  }

  .rowecomm_quantity-total-dollars {
    margin-top: 5px;
  }

  .rowecomm_remove-item {
    display: inline-block;
    float: none;
    font-size: 12px;
  }

  .rowecomm_proceed-to-checkout-button {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .rowecomm_list-item-img-column {
    width: 30%;
    padding-bottom: 15px;
  }

  .rowecomm_quantity-block {
    display: inline-block;
    padding-bottom: 0px;
    text-align: center;
  }

  .rowecomm_shop-page {
    padding-top: 120px;
  }

  .rowecomm_address-block {
    width: auto;
  }

  .rowecomm_address-block.default {
    width: auto;
  }

  .rowecomm_address-block.default {
    width: auto;
  }

  .rowecomm_50-field-div._70 {
    width: 100%;
  }

  .rowecomm_50-field-div._30 {
    width: 100%;
  }

  .rowecomm_summary-list-price_summary-list-item {
    line-height: 18px;
  }

  .rowecomm_acount-tab-toggle {
    text-align: center;
  }

  .rowecomm_payment-option-panel {
    padding-left: 25px;
  }

  .rowecomm_change-password-panel {
    padding-left: 25px;
  }

  .rowecomm_address-panel {
    padding-left: 25px;
  }

  .rowecomm_account-window {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
  }

  .rowecomm_side-panel {
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .rowecomm_content-div.account-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rowecomm_account-tab {
    width: 33%;
    float: left;
  }

  .rowecomm_back2shop {
    margin-left: 20px;
  }

  .aluma-section.aluma-product-page.aluma-catalog-page {
    padding-right: 0px;
    padding-left: 0px;
  }

  .aluma-section.aluma-product-page.aluma-catalog-page.aluma-prod-page {
    padding-top: 0px;
  }

  .aluma-prod-con {
    padding-right: 25px;
    padding-left: 25px;
  }

  .aluma-image-side {
    min-height: 300px;
  }

  .div-block-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rowecomm_shipped-items {
    width: 100%;
    margin-right: 0%;
  }

  .rowecomm_checkout-list-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rowecomm_checkout-item-details {
    width: 40%;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  blockquote {
    font-size: 16px;
    line-height: 20px;
  }

  .bb_nav-menu {
    text-align: left;
  }

  .subtext {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-logo-img {
    width: 100%;
    max-width: 300px;
  }

  .big-gold-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .menu-card-header {
    font-size: 28px;
    line-height: 34px;
  }

  .gallery-lb {
    width: 100%;
    height: auto;
    min-height: 180px;
  }

  .cta-header {
    font-size: 48px;
    line-height: 58px;
  }

  .brand-subtext {
    font-size: 40px;
    line-height: 40px;
  }

  .text {
    bottom: 25%;
    padding: 30px;
    font-size: 13vw;
    letter-spacing: 5px;
  }

  .full-screen-section {
    height: 75vh;
  }

  .full-screen-section.about-us {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/best-bbq-joint-bw.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/best-bbq-joint-bw.jpg');
    background-position: 0px 0px, 75% 50%;
    background-size: auto, cover;
  }

  .item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-item-price {
    font-size: 20px;
    text-align: center;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .menu-item-description {
    text-align: center;
  }

  .menu-item-name {
    text-align: center;
  }

  .menu-item-name.large-no-price {
    font-size: 25px;
    line-height: 35px;
  }

  .form-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-col {
    width: 100%;
  }

  .form-col.first {
    padding-right: 0px;
  }

  .team-img-container {
    width: 250px;
    height: 250px;
  }

  .as-seen-on-link {
    width: 100%;
    margin-bottom: 20px;
  }

  .play-button {
    width: 50px;
    height: 50px;
  }

  .modal-header-flex {
    margin-bottom: 10px;
  }

  .burnt-bean_close-modal {
    width: 45px;
    height: 45px;
  }

  .burnt-bean_modal-header {
    font-size: 28px;
    line-height: 38px;
  }

  .aluma-flex-catalog-2 {
    padding-left: 0px;
  }

  .aluma-tabs-content {
    width: 100%;
    float: none;
  }

  .aluma-content-div {
    margin-bottom: 0rem;
  }

  .aluma-catab {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    border: 1px solid #fff;
  }

  .aluma-catalog-tab {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rowecomm_product-card.card--vertical-center._31 {
    width: 100%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .aluma-tabs-menu {
    position: relative;
    top: 0px;
    width: 90%;
    min-height: 125px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    float: none;
  }

  .rowecomm_signin-form-links {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }

  .rowecomm_input-spacing {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rowecomm_5-text-field {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .rowecomm_forgot-div {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rowecomm_6-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rowecomm_3-submit-button:hover {
    background-color: #121212;
  }

  .rowecomm_sku {
    font-size: 12px;
  }

  .rowecomm_cart-list-item {
    padding: 15px 10px;
    border-bottom-color: #d7e2f3;
  }

  .rowecomm_quantity-column {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .rowecomm_cart-item-details {
    width: 100%;
    padding-right: 0px;
  }

  .rowecomm_quantity-field.full {
    width: 70px;
    float: none;
  }

  .rowecomm_summary-list-item {
    text-align: left;
  }

  .rowecomm_content-div2 {
    text-align: center;
  }

  .rowecomm_cart-item-name {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }

  .rowecomm_add-edit-cart-item {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }

  .rowecomm_remove-item {
    position: relative;
    display: inline-block;
    margin-top: 0px;
  }

  .rowecomm_cart-item-list {
    width: 100%;
    padding-right: 0px;
  }

  .rowecomm_list-item-img-column {
    width: 100%;
    padding-right: 25%;
    padding-left: 25%;
  }

  .rowecomm_item-count-div {
    text-align: center;
  }

  .rowecomm_shop-page {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rowecomm_promo-price-side {
    width: auto;
    padding-left: 10px;
  }

  .rowecomm_address-block.default {
    width: 100%;
  }

  .rowecomm_address-block.default {
    width: 100%;
  }

  .rowecomm_promo-field {
    font-size: 12px;
  }

  .rowecomm_back_to_cart {
    margin-left: 0px;
  }

  .rowecomm_backtocart-content-div {
    text-align: center;
  }

  .rowecomm_50-field-div {
    width: 100%;
  }

  .rowecomm_50-field-div._33 {
    width: 50%;
  }

  .rowecomm_promo-text-side {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .rowecomm_checkout-section-div.if-signed-in.completed.wrapped {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rowecomm_apply-code-button {
    font-size: 13px;
    line-height: 15px;
  }

  .rowecomm_card-block {
    width: 100%;
  }

  .rowecomm_account-field {
    max-width: none;
  }

  .rowecomm_account-field:hover {
    border-bottom-color: #c61316;
  }

  .rowecomm_payment-option-panel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rowecomm_account-section-titles {
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 0.5px;
  }

  .rowecomm_change-password-panel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rowecomm_account-panel {
    padding-left: 25px;
  }

  .rowecomm_address-panel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rowecomm_account-window {
    padding-left: 0px;
  }

  .rowecomm_account-text {
    line-height: 1.5rem;
  }

  .rowecomm_content-div {
    text-align: center;
  }

  .rowecomm_content-div.account-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rowecomm_account-tab {
    width: 100%;
  }

  .rowecomm_product-specs-form {
    width: 100%;
  }

  .aluma-section.aluma-product-page {
    padding-right: 15px;
    padding-left: 15px;
  }

  .aluma-section.aluma-product-page.aluma-catalog-page.aluma-prod-page {
    padding-top: 0px;
  }

  .aluma-unordered-list-2 {
    padding-left: 16px;
  }

  .aluma-unordered-list-2._2 {
    padding-left: 20px;
  }

  .aluma-prod-con {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .aluma-image-side {
    min-height: 250px;
  }

  .rowecomm_shipped-items {
    width: 100%;
  }

  .rowecomm_checkout-list-item {
    padding: 15px 10px;
    border-bottom-color: #d7e2f3;
  }

  .rowecomm_checkout-item-details {
    width: 100%;
    padding-right: 0px;
  }
}

