@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&family=Merriweather&family=Raleway:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
.top-header {
  color: #49444f;
  background-color: #fafafa;
  text-align: center;
  padding: 10px 0;
}

header form {
  display: none;
  margin: 0 0 0 15px;
  width: 150px;
}

header form .form-control, header form .input-group-text {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000000;
}

header form .form-control {
  font-size: 14px;
  padding: 5px;
}

header form .input-group-text {
  background-color: transparent;
  border-left: 0;
  color: #000000;
  font-size: 18px;
  padding: 0 10px;
}

@media (min-width: 992px) {
  header form {
    display: block;
  }
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px 15px 0;
}

.header_inner > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_center img {
  height: 45px;
}

@media (min-width: 992px) {
  .header_center {
    text-align: center;
  }
}

.header_right {
  text-align: right;
}

.cart_total {
  background-image: url(../images/cart.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left;
  padding-left: 10px;
  margin-right: 20px;
}

.cart_total .text {
  display: none;
}

.cart_total .count {
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0;
  padding-top: 2px;
  margin-left: 3px;
}

@media (min-width: 992px) {
  .cart_total {
    padding-left: 22px;
    margin-right: 0;
  }
  .cart_total .text {
    display: inline;
  }
}

li.current_store a {
  color: #951522;
}

li.current_store a b, li.current_store a:after {
  color: #000000;
}

.logo_art {
  width: 20%;
  position: absolute;
  bottom: 28px;
}

@media (min-width: 768px) {
  .logo_art {
    width: 140px;
  }
}

.logo_txt {
  width: 70%;
  position: relative;
  left: 25%;
  display: block;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .logo_txt {
    width: 295px;
    left: 150px;
  }
}

#mainNav {
  display: none;
  padding-bottom: 5px;
  top: 0;
  z-index: 200;
  border-top: 1px solid #E6E6E6;
}

#mainNav #title_bar_custom_links {
  display: none;
}

#mainNav ul.navbar-nav, #mainNav .nav-link {
  all: unset;
}

#mainNav ul.navbar-nav {
  list-style: none;
  padding: 0;
  display: block;
}

#mainNav ul.navbar-nav li {
  position: relative;
}

#mainNav ul.navbar-nav li.sign-in a, #mainNav ul.navbar-nav li.cart-link a, #mainNav ul.navbar-nav li.logout_btn a {
  color: #ffffff;
}

#mainNav ul.navbar-nav li.sign-in a .fas, #mainNav ul.navbar-nav li.cart-link a .fas, #mainNav ul.navbar-nav li.logout_btn a .fas {
  color: #806C54;
}

#mainNav ul.navbar-nav a {
  display: block;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

#mainNav ul.navbar-nav a:hover {
  border-bottom: 1px solid;
}

#mainNav ul.navbar-nav .sub-menu a, #mainNav ul.navbar-nav .mega-menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  #mainNav {
    position: relative;
    display: block;
  }
  #mainNav ul.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #mainNav ul.navbar-nav li:hover > a {
    opacity: .8;
  }
  #mainNav ul.navbar-nav li:hover > .sub-menu {
    display: block !important;
  }
  #mainNav ul.navbar-nav li:hover > .mega-menu {
    display: block !important;
  }
  #mainNav ul.navbar-nav > li > a {
    margin-left: 20px;
    padding: 16px 16.5px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }
  #mainNav ul.navbar-nav .sub-menu a, #mainNav ul.navbar-nav .mega-menu a {
    color: #000000;
    font-size: 13px;
    padding: 5px 25px;
  }
  #mainNav ul.navbar-nav .sub-menu a:hover, #mainNav ul.navbar-nav .mega-menu a:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    border: none !important;
  }
}

#mobileMenu {
  position: fixed;
  background-color: #ffffff;
  padding-bottom: 105px;
  width: 80%;
  max-width: 350px;
  height: 100%;
  left: -350px;
  top: 0;
  z-index: 200;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: left .3s;
  transition: left .3s;
  overflow: auto;
}

#mobileMenu img {
  width: 150px;
  display: block;
  margin: 25px auto;
}

#mobileMenu #title_bar_custom_links {
  display: none;
}

#mobileMenu ul.navbar-nav, #mobileMenu .nav-link {
  all: unset;
}

#mobileMenu ul.navbar-nav {
  list-style: none;
  padding: 0;
  display: block;
}

#mobileMenu ul.navbar-nav li {
  position: relative;
}

#mobileMenu ul.navbar-nav li.sign-in a, #mobileMenu ul.navbar-nav li.cart-link a, #mobileMenu ul.navbar-nav li.logout_btn a {
  color: #ffffff;
}

#mobileMenu ul.navbar-nav li.sign-in a .fas, #mobileMenu ul.navbar-nav li.cart-link a .fas, #mobileMenu ul.navbar-nav li.logout_btn a .fas {
  color: #806C54;
}

#mobileMenu ul.navbar-nav a {
  display: block;
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
  padding: 5px 15px;
  color: #000000;
  text-transform: uppercase;
}

#mobileMenu ul.navbar-nav .sub-menu a, #mobileMenu ul.navbar-nav .mega-menu a {
  font-size: 15px;
  font-weight: 300;
  padding: 15px;
  text-transform: capitalize;
  color: #ffffff;
}

#mobileMenu.open {
  left: 0;
}

#mobileMenu .mega-menu-items {
  display: block !important;
}

.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  background-color: rgba(27, 31, 43, 0.8);
}

.sub-menu .menu-item-has-children > a:after {
  border-color: #ffffff transparent transparent transparent;
}

.sub-menu .menu-item-has-children.open > a:after {
  border-color: transparent transparent #ffffff transparent;
}

@media (min-width: 992px) {
  .sub-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    width: 200px;
    padding: 15px 0;
    background-color: #fafafa;
  }
  .sub-menu a {
    color: #000000;
  }
  .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
}

.mega-menu {
  display: none;
  list-style: none;
  padding: 0;
  background-color: rgba(27, 31, 43, 0.8);
}

.mega-menu .menu-item-has-children > a:after {
  border-color: #ffffff transparent transparent transparent;
}

.mega-menu .menu-item-has-children.open > a:after {
  border-color: transparent transparent #ffffff transparent;
}

@media (min-width: 992px) {
  .mega-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    width: 850px;
    padding: 15px 0;
    background-color: #fafafa;
  }
  .mega-menu a {
    color: #000000;
  }
  .mega-menu .mega-menu {
    left: 100%;
    top: 0;
  }
}

.mega-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.menu-item-has-children > a:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #806C54 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 20px;
}

.menu-item-has-children.open > a:after {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #806C54 transparent;
}

@media (min-width: 992px) {
  .menu-item-has-children > a:after {
    display: none;
  }
}

#mobile_toggle {
  width: 25px;
  height: 19px;
  position: relative;
  cursor: pointer;
  z-index: 4;
}

#mobile_toggle:before, #mobile_toggle:after, #mobile_toggle span {
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 4px;
  background-color: #323232;
  position: absolute;
  top: 57%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#mobile_toggle:before {
  top: 1px !important;
  content: "";
}

#mobile_toggle:after {
  bottom: -4px !important;
  top: auto;
  content: "";
}

#mobile_toggle.active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}

#mobile_toggle.active:before {
  opacity: 0;
}

#mobile_toggle.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  background-color: #ffffff;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.stickyNav {
  display: none;
}

@media (min-width: 992px) {
  .stickyNav {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 300;
  }
}

#stickyNav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: none;
  background: #fff;
  z-index: 300 !important;
  padding: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#stickyNav a:first-child img {
  height: 26px;
  margin-left: 15px;
}

#stickyNav ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-transform: uppercase;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: relative;
  left: 13px;
}

#stickyNav ul.navbar-nav a {
  padding: 16px 8.5px 14px;
}

#stickyNav ul.navbar-nav li {
  position: relative;
}

#stickyNav ul.navbar-nav li:hover > .sub-menu {
  display: block !important;
}

#stickyNav ul.navbar-nav li:hover > .mega-menu {
  display: block !important;
}

#stickyNav ul.navbar-nav .sub-menu a, #stickyNav ul.navbar-nav .mega-menu a {
  color: #000000;
  font-size: 13px;
  padding: 5px 15px;
  display: block;
  text-transform: capitalize;
}

#stickyNav ul.navbar-nav .sub-menu a:hover, #stickyNav ul.navbar-nav .mega-menu a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  border: none !important;
}

#stickyNav .search_link {
  padding: 10px 20px;
  font-size: 20px;
}

#stickyNav .cart_total {
  padding-left: 11px;
  margin: 20px;
}

#stickyNav .cart_total .text {
  display: none;
}

@media (min-width: 1200px) {
  #stickyNav ul a {
    padding: 16px 24.5px 14px;
  }
}

footer {
  background-color: #323232;
  padding: 15px 0 5px;
  color: #d6d6d6;
}

footer a {
  color: #d6d6d6;
}

footer a:hover {
  color: #d6d6d6;
}

footer h3 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  border-bottom: 1px solid #515151;
  padding-bottom: 15px;
  cursor: pointer;
}

footer ul {
  list-style: none;
  padding: 0;
  display: none;
}

footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer dt {
  padding-right: 10px;
}

@media (min-width: 768px) {
  footer {
    text-align: left;
    padding: 15px 0 30px;
  }
  footer ul {
    display: block !important;
  }
  footer h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 23px;
    cursor: initial;
  }
}

.footer h3:after {
  font-weight: 500;
  font-size: 19px;
  text-rendering: auto;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  position: absolute;
  right: 15px;
  top: 1px;
}

.column-footer ul li a {
  display: block;
  padding: 3px 0;
  line-height: 22px;
}

.footer-social {
  font-size: 21px;
  margin-top: 40px;
}

.footer-social a:hover {
  color: #3e5b99;
}

@media (min-width: 768px) {
  .footer-social {
    margin-top: 0;
  }
}

.social-icons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.social-icons a {
  margin-right: 20px;
}

.fa-phone-square {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.footer_top {
  padding: 40px 0;
}

.copyright {
  border-top: 1px solid #515151;
  padding-top: 40px;
}

.mobile_store_menu {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mobile_store_menu a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  display: block;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile_store_menu a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
}

.policy_links {
  font-size: 11px;
  margin-bottom: 10px;
}

.policy_links a {
  display: inline-block;
  padding: 5px;
}

.social_feed {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 50px 15px;
}

.social_feed h1 {
  display: none !important;
}

.social_feed .j-poster {
  display: none;
}

.social_feed h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  padding-bottom: 20px;
}

.juicer-feed.modern li.feed-item {
  border: 0 !important;
  background-color: transparent !important;
}

.juicer-feed.modern .j-text {
  padding: 10px 0 !important;
}

.juicer-feed.modern .j-message {
  color: #fff !important;
  font-family: 'Raleway';
  font-size: 12px;
  line-height: 18px !important;
}

.juicer-feed.modern .j-message a {
  color: #fff !important;
}

.juicer-feed .j-meta a {
  color: #fff !important;
}

.juicer-feed .j-meta a:hover:before {
  color: #fff !important;
}

.follow_btn {
  color: #000000;
  display: block;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  font-size: 12px;
  margin: auto;
  width: 100%;
  max-width: 800px;
  border: 1px solid #000;
  border-top: 0;
  margin-top: -1px;
}

.follow_btn:hover {
  color: #000000;
  text-decoration: none;
}

.sidebar {
  padding-bottom: 32px;
  padding-top: 32px;
}

.sidebar .style_blueberry_content {
  border-bottom: 1px solid #DBDADA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sidebar .style_blueberry_title_bar {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

.sidebar .style_blueberry_triangle_icon {
  display: none;
}

.sidebar .menu {
  margin-bottom: 20px;
}

.sidebar .menu ul {
  font-size: 13px;
}

.sidebar .menu ul a {
  padding: 5px 0 0;
  color: #797979;
}

.sidebar .menu ul a:hover {
  color: #951522;
}

.sidebar_btns p {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.sidebar_btns .btn {
  display: block;
  font-size: 14px;
  white-space: normal !important;
}

.sidebar_btn_team_member p {
  border-top: 1px solid;
  padding-bottom: 20px;
  padding-top: 20px;
}

.sidebar_btn_team_member .btn {
  display: block;
  font-size: 14px;
  white-space: normal !important;
}

.store_products_list .col-eq-height {
  margin-bottom: 10px;
}

.product_item {
  height: 100%;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .product-wrap .product_image {
    height: 260px;
    margin-bottom: 20px;
  }
}

.product_sku {
  font-size: 12px;
  color: #797979;
}

.product_price {
  margin: 20px 0;
}

.product_price .retail_price {
  display: none;
  text-decoration: line-through;
  margin-right: 20px;
}

.product_detail_solo_page .store_product_price_um .retail_price {
  margin-right: 20px;
  color: #999 !important;
  text-decoration: line-through;
}

.product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
}

@media (min-width: 576px) {
  .product-wrap {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.product_left {
  min-width: 30%;
  max-width: 90px;
  text-align: center;
  position: relative;
}

.product_left .store_product_form_buttons_S_wrapper {
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.product_left .store_product_form_buttons_S_wrapper form {
  position: relative;
  top: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.product_left .store_product_form_buttons_S_wrapper .btn {
  border-radius: 20px;
}

.product_left .store_product_form_buttons_S_wrapper .btn-primary:hover {
  border-color: #ffffff;
}

.product_left .store_product_form_buttons_S_wrapper .btn-outline-secondary {
  border-color: #ffffff;
}

.product_left .store_product_form_buttons_S_wrapper .btn-outline-secondary:hover {
  border-color: #5A5959;
}

@media (min-width: 576px) {
  .product_left {
    max-width: none;
  }
  .product_left:hover .store_product_form_buttons_S_wrapper {
    opacity: 1;
  }
  .product_left:hover .store_product_form_buttons_S_wrapper form {
    top: 0;
  }
}

.product_right {
  padding-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product_right .product_price {
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  margin: 0;
}

.product_right .product_link a {
  font-size: 14px;
  font-weight: 600;
}

.product_right .store_product_form_buttons_S_wrapper {
  padding-top: 20px;
}

.product_right .store_product_form_buttons_S_wrapper .btn {
  border-radius: 20px;
}

@media (min-width: 576px) {
  .product_right {
    padding-left: 12px;
  }
  .product_right .store_product_form_buttons_S_wrapper {
    display: none;
  }
}

.event_item .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);


}
@media (max-width: 991px) {
  .event_item .product-wrap {
    flex-direction: column;
  }
  .event_item .product-wrap .product_left {
    width: 90%;
    padding-bottom: 12px;
  }
}

.event_item .product_right .store_product_form_buttons_S_wrapper {
  display: block;
}

.event_item .product_right .store_product_form_buttons_S_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.event_item .product_right .store_product_form_buttons_S_wrapper .btn {
  border-radius: 0;
  padding: 10px 20px;
}

.event_item .product_right .store_product_form_buttons_S_wrapper .store_product_list {
  padding-left: 10px;
}

.login-page .main_content .col-md-6 {
  margin-bottom: 30px;
  position: relative;
}

.login-page .main_content .col-md-6:after {
  display: block;
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  width: calc(100% - 30px);
  position: absolute;
  z-index: -1;
  top: 0;
}

.login-page .main_content .col-md-6 h2 {
  padding: 15px 15px 0;
}

.login-page .main_content .col-md-6 form {
  padding: 0 15px;
}

.login_page h1, .login_page .user_registration_options strong {
  text-transform: uppercase;
  font-weight: 600;
}

.login_page .btn {
  width: 170px;
}

.form-control {
  border-radius: 0;
}

.sign_up_form_wrapper {
  padding: 0 15px;
}

.forgot_password_link {
  padding: 0 15px 15px;
  font-size: 13px;
}

.user_registration_options {
  padding: 0 15px 15px;
  font-size: 13px;
  padding-top: 15px;
}

.forgot_password_link strong {
  display: block;
}

.forgot_password_link br, .forgot_password_link .help-block {
  display: none;
}

.forgot_password_wrapper, .forgot_username_wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 30px;
}

.forgot_password_wrapper h1, .forgot_username_wrapper h1 {
  font-size: 30px;
}

.create_linked_account_page h2 {
  padding-top: 30px;
}

.store_product_description {
  padding-top: 20px;
}

.quantity_by_location {
  font-size: 12px;
}

.quantity_by_location .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 0 8px;
}

.quantity_by_location .text-primary {
  color: red !important;
}

#quantities {
  list-style: none;
  padding: 10px 10px;
  border: 1px solid;
  overflow: hidden;
}

#quantities li {
  cursor: pointer;
  position: relative;
}

#quantities li .text-primary {
  color: #951522 !important;
}

#quantities li .text-primary dd {
  margin-bottom: 0;
}

#quantities .quantity_by_location {
  display: none;
}

#quantities i {
  position: absolute;
  top: 4px;
  right: 5px;
}

.category_header_image {
  display: none;
}

.cat_banner {
  height: 350px;
  background-size: cover;
  background-position: center;
}

.category_list .card {
  border: 0;
  border-radius: 0;
  text-align: center;
}

.category_list .card-img-top {
  border-radius: 0;
}

.category_list h4 {
  margin-bottom: 0;
  font-weight: 700;
}

.category_list h4 .category_link {
  color: #ffffff;
  font-size: 13px;
  display: block;
  background-color: #5A5959;
  border: 1px solid #5A5959;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.category_list h4 .category_link:hover {
  background-color: #ffffff;
  border: 1px solid #5A5959;
  color: #5A5959;
  text-decoration: none;
}

@media (max-width: 575px) {
  .category_wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .category_wrapper .category_image_link {
    width: 40%;
    overflow: hidden;
  }
  .category_wrapper .card-body {
    width: 60%;
    background-color: transparent;
  }
  .category_link {
    font-size: 20px !important;
  }
}

.featherlight-content .switch_job_wrapper {
  display: none;
}

.category_list_T .category_link:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #951522;
  border-radius: 100%;
  margin-right: 5px;
}

.sale_headline {
  color: #951522;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.msrp_data {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 12px;
}

.price_tip {
  font-size: 10.5px;
}

.price_tip strong {
  color: #951522;
}

.cart_totals .price_tip {
  text-align: right;
  padding-top: 10px;
}

.product_detail_solo_page, .scs_product_detail_page {
  padding-top: 30px;
}

.product_detail_solo_page .product_image, .scs_product_detail_page .product_image {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  height: 460px;
}

.product_detail_solo_page h1:after, .scs_product_detail_page h1:after {
  display: none;
}

.product_detail_solo_page dl, .scs_product_detail_page dl {
  font-size: 12px;
}

.product_detail_solo_page .store_product_price_um, .scs_product_detail_page .store_product_price_um {
  font-size: 21px;
  font-weight: 700 !important;
  text-align: left !important;
}

.product_image {
  margin: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 90px;
}

label[for=cart_qty_buy] {
  font-size: 12px;
  max-width: 100px !important;
  padding-right: 0 !important;
}

.store_product_form_wrapper .form-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store_product_form_wrapper .card {
  border: none;
}

.store_product_form_wrapper .card .btn, .store_product_form_wrapper .card select {
  width: 150px;
}

.store_product_form_wrapper .card-body {
  padding: 0 !important;
}

.recently_viewed_products_wrapper {
  padding-top: 50px;
}

.recently_viewed_products_wrapper h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.inet_product_recent_name {
  font-size: 12px;
  padding-top: 5px;
}

.login_form_wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-top: 10px;
  margin-left: 15px;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .login_form_wrapper {
    border: none;
    margin-bottom: 0;
    padding-top: 0;
    margin-left: 0;
  }
}

.sign_up_form_wrapper, .user_registration_options, .forgot_password_link {
  padding-left: 0;
}

.user_registration_options strong {
  font-size: 16px;
}

.store_cart_thumbnail_wrapper {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.store_cart_thumbnail {
  height: 90px;
  width: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.store_cart_price {
  color: #000 !important;
}

.store_cart_quantity input {
  width: 108px;
  text-align: center;
  border-radius: 0;
}

.product_data {
  display: none;
}

.single_product_form {
  padding-top: 30px;
}

.store_review_list_wrapper .bg-primary {
  background-color: #F4F4F4 !important;
}

.store_review_list_wrapper .text-white {
  color: rgba(0, 0, 0, 0.5) !important;
}

.review_view_feedback {
  padding-top: 20px;
  display: inline-block;
}

.cart_comments {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 30px 0 40px;
  background-color: rgba(0, 0, 0, 0.02);
}

.cart_comments p {
  font-size: 12px;
}

.col-form-label[for="store_po"] {
  padding-right: 0;
  max-width: 55px;
}

.cart_totals tr.table-info {
  background-color: transparent !important;
  vertical-align: middle;
}

.cart_totals tr.table-info td {
  background-color: transparent !important;
  vertical-align: middle;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart_totals tr.table-info td:nth-child(2) {
  font-weight: 700;
  font-size: 25px;
}

.shopping_cart_page .float-md-right {
  float: none !important;
}

.store_cart_list_actions_wrapper {
  margin-top: 50px;
  display: none;
}

#checkout_position_wrapper {
  display: none;
}

@media (min-width: 992px) {
  #checkout_position_wrapper {
    display: block;
  }
}

ul.nav-wizard .badge-success {
  background-color: #E9C7A3;
}

ul.nav-wizard li.active_step {
  background: #5A5959;
}

ul.nav-wizard li.active_step:after {
  border-left: 16px solid #5A5959;
}

.pay_by_cc_button {
  background-color: #B42D28 !important;
  border-color: #B42D28 !important;
}

.pay_by_cc_button:hover {
  background-color: #E9C7A3 !important;
  border-color: #E9C7A3 !important;
}

.slider_wrap {
  position: relative;
}

.slider_wrap:hover #next, .slider_wrap:hover #prev {
  opacity: 1;
}

#next, #prev {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #6b686b;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: calc(50% - 31px);
  right: -85px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#next img {
  width: 25px;
  height: 25px;
}

#prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: auto;
  left: -85px;
}

#prev img {
  width: 25px;
  height: 25px;
}

.pager {
  display: block;
  text-align: center;
}

.pager span {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.1);
}

.pager span.cycle-pager-active {
  color: #969696;
}

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

@media (min-width: 768px) {
  .link_grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

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

@media (min-width: 768px) {
  .link_grid .grid_left {
    width: 50%;
    padding-right: 15px;
  }
  .link_grid .gird_right {
    width: 50% !important;
    padding-left: 15px;
  }
}

.inner_grid {
  padding-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner_grid a {
  width: calc(50% - 7.5px);
  margin-bottom: 15px;
}

.inner_grid a:first-child, .inner_grid a:nth-child(3) {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .inner_grid {
    padding-top: 0;
  }
  .inner_grid a {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .inner_grid a:first-child, .inner_grid a:nth-child(3) {
    margin-right: 30px;
  }
}

.link_grid a {
  display: block;
  position: relative;
}

.link_grid img {
  width: 100%;
}

.link_grid figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
}

.link_grid figcaption span:after {
  content: '';
  display: block;
  border-bottom: 2px solid;
  width: 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link_grid figcaption:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link_grid a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 2px 2px 5px #000000;
}

.link_grid a:hover figcaption span:after, .link_grid a:hover figcaption:after {
  width: 100%;
}

.grid_left a {
  font-size: 30px;
}

.wine_links .grid_left {
  margin-bottom: 20px;
}

.wine_links .gird_right a {
  font-size: 30px;
}

@media (min-width: 768px) {
  .wine_links .grid_left {
    margin-bottom: 0;
  }
}

.btn_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.btn_links .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  font-weight: 400;
  padding: 15px;
}

.btn_links .btn:hover {
  text-decoration: underline;
  color: #000;
}

@media (min-width: 768px) {
  .btn_links .btn {
    width: 31%;
  }
}

.cellar_club {
  text-align: center;
}

.cellar_club h3 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
  position: relative;
  display: inline-block;
}

.cellar_club h3:before {
  content: "";
  display: block;
  border-bottom: 2px solid;
  position: absolute;
  width: 600px;
  max-width: 183px;
  top: calc(50% - 12px);
  right: 100%;
  margin-right: 25px;
}

.cellar_club h3:after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  position: absolute;
  width: 600px;
  max-width: 183px;
  top: calc(50% - 12px);
  right: 100%;
  margin-right: 25px;
  right: 0;
  left: 100%;
  margin-left: 25px;
}

.cellar_club .product_item {
  text-align: left;
}

.cellar_club .product_item .msrp {
  margin-right: 20px;
}

.cellar_club .product_item .sale_price {
  color: red;
}

.home_text {
  margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  .homepage_cellar_items img {
    height: 100px !important;
  }
}

.homepage_cellar_items img {
  height: 360px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  color: #000;
}

body, html {
  height: 100%;
  min-height: 100%;
  background: #ffffff;
}

body {
  font-family: 'Poppins', arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

body.no-scroll {
  overflow: hidden;
}

h1, h2, h3 {
  letter-spacing: 1px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-weight: 600;
}

h1 {
  font-size: 20px;
  line-height: 50px;
}

.breadcrumbs {
  padding-top: 40px;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-size: 13px;
}

img {
  max-width: 100%;
}

.btn {
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
}

.btn-primary {
  background-color: #5A5959;
  border-color: #5A5959;
}

.btn-primary:hover {
  background-color: #ffffff;
  border-color: #5A5959;
  color: #5A5959;
}

.btn-outline-primary {
  color: #5A5959;
  border-color: #5A5959;
}

.btn-outline-primary:hover {
  background-color: #5A5959;
  border-color: #5A5959;
}

.btn-outline-secondary {
  background-color: #ffffff;
  border-color: #5A5959;
}

.btn-outline-secondary:hover {
  background-color: #5A5959;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #5A5959;
  border-color: #5A5959;
}

.featherlight .featherlight-content {
  max-width: 80%;
}

@media (min-width: 768px) {
  .featherlight .featherlight-content {
    max-width: 55%;
  }
}

#set-store-message {
  text-align: center;
}

/* styles to keep footer at the bottom of the page */
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  overflow: hidden;
  padding-bottom: 60px;
  /* Footer height */
}

@media (min-width: 992px) {
  #content-wrap {
    padding-bottom: 420px;
  }
}

.main_content {
  padding-bottom: 32px;
  padding-top: 32px;
}

.footer {
  /* Footer height */
}

@media (min-width: 992px) {
  .footer {
    height: 420px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.cycle-slideshow {
  z-index: 1;
}

.cycle-slideshow > div, .cycle-slideshow img {
  width: 100%;
}

.text-success {
  color: #324728 !important;
}

.store_results_navigation_top_wrapper .text-success {
  color: #000000 !important;
}

.badge-primary {
  background-color: #324728;
}

.page-item.active .page-link {
  font-weight: 600;
  background-color: #ffffff;
  color: #000000;
}

.page-link {
  border: none;
  color: #000000;
}

.page-link:hover {
  background-color: #ffffff;
  text-decoration: underline;
}

.page_input {
  height: 40px;
}

#page_addon {
  font-size: 12px;
  text-transform: uppercase;
}

.r-tabs .r-tabs-nav {
  margin: 0;
  margin-bottom: -1px !important;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}

/* Tabs container */
.r-tabs {
  position: relative;
  background-color: #ffffff;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #F4F4F4;
  border: 1px solid #D5D5D5;
  border-bottom: 0;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #42382C;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #42382C;
  text-shadow: none;
  background-color: white;
}

.r-tabs .r-tabs-panel {
  background-color: white;
  border-top: 1px solid #D5D5D5;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #F4F4F4;
  color: #42382C;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #42382C;
  text-shadow: none;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

li.r-tabs-state-active {
  border-bottom: 1px solid #fff !important;
}

.map {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .main_content #contact_us_form .row {
    display: block;
  }
  .main_content #contact_us_form .col-xl-6, .main_content #contact_us_form .col-sm-9 {
    max-width: 80%;
  }
  .main_content #contact_us_form .ml-sm-auto {
    margin-left: 0 !important;
  }
}

.main_content header {
  background-color: #99002f;
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
}

.main_content header h1 {
  font-size: 40px;
  font-weight: 500;
  display: block;
  position: relative;
  padding: 80px 0;
  z-index: 30;
  text-shadow: 2px 2px 5px #000000;
}

.main_content header h1:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.page_banner header {
  background-color: #730023;
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
}

.page_banner header h1 {
  line-height: 250px;
  font-size: 40px;
  font-weight: 500;
  text-shadow: 2px 2px 5px #000000;
}

@media (min-width: 768px) {
  .page_banner header h1 {
    line-height: 420px;
  }
}

.page_banner header h1:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.page_banner header h2 {
  line-height: 100px;
  font-size: 40px;
  font-weight: 500;
  text-shadow: 2px 2px 5px #000000;
}

@media (min-width: 768px) {
  .page_banner header h2 {
    line-height: 200px;
  }
}

.page_banner header h2:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

header.trusted_experts {
  background-image: url(/images/trusted_experts_header.jpg);
}

header.cellar_club {
  background-image: url(/images/CC_Header_1200x.jpg);
}

header.about_header {
  background-image: url(/images/About_Us_Header.jpg);
}

header.community_investment_header {
  background-image: url(/images/Community-Investment-Header-1_1200x.jpeg);
}

header.private_tastings_header {
  background-image: url(/images/Private-tastings-header-1_1200x.jpg);
}

header.weddings_header {
  background-image: url(/images/Weddings-and-Special-Events-Header-1_1200x.jpeg);
}

header.world_palate_header {
  background-image: url(/images/Wine-Vineyard-Sunset_1200x.jpeg);
}

header.gift_giving_guide {
  background-image: url(/images/gift_guide_banner.jpeg);
}

.h2_header {
  text-align: center;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
  background-color: #99002f;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-shadow: 2px 2px 5px #000000;
}

.h2_header:after {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.taste_header {
  background-image: url(/images/Taste-Banner-1_950x.jpeg);
}

.earn_header {
  background-image: url(/images/Earn-Banner-1_950x.jpeg);
}

.enjoy_header {
  background-image: url(/images/Enjoy-Banner-1_90e739c7-85e5-4d9b-8ade-bd4765ecef3c_950x.jpeg);
}

.vintage_fund_header {
  background-image: url(/images/Community-Investment---Vintage-Fund-Banner-1_950x.jpeg);
}

.charities_header {
  background-image: url(/images/Community-Investment---Charities-Banner-1_950x.jpeg);
}

.giving_guidelines_header {
  background-image: url(/images/Community-Investment---Giving-Guidelines-Banner-1_950x.jpeg);
}

.wine_cheese_header {
  background-image: url(/images/Private-Tastings-Wine-_-Cheese-Banner-1_950x.jpeg);
}

.wine_food_header {
  background-image: url(/images/Private-Tastings-Wine-_-Food-Tasting-1_950x.jpeg);
}

.private_mini_header {
  background-image: url(/images/Private-Mini-Festival-Banner-1_950x.jpeg);
}

.scotch_tasting_header {
  background-image: url(/images/Private-Tastings-Scotch-1_950x.jpeg);
}

.beer_tasting_header {
  background-image: url(/images/Private-Tasting-Beer-Tastings-Banner-1_950x.jpeg);
}

.world_palate_grid .col-lg-4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.world_palate_grid img {
  width: 100%;
}

.world_palate_grid a {
  position: absolute;
  text-shadow: 2px 2px 5px #000000;
  color: #fff !important;
  font-size: 32px;
  white-space: normal;
  text-align: center;
  display: block;
  width: calc(100% - 30px);
  z-index: 2;
  line-height: 1.1;
}

.world_palate_grid a:hover {
  text-decoration: none;
}

.world_palate_grid a:after {
  display: inline-block;
  content: '';
  border: 1px solid;
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.world_palate_grid .col-lg-4:hover a:after {
  width: calc(100% - 30px);
  opacity: 1;
}

.world_palate_grid .col-lg-4:after {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.world_palate_grid .col-lg-4:hover:after {
  opacity: 1;
}

.team_wrap {
  padding-top: 30px;
}

.team_wrap .col-sm-6 {
  margin-bottom: 30px;
}

.team_wrap a:hover :after {
  background-color: rgba(0, 0, 0, 0.2);
}

.team_wrap a:hover span {
  text-decoration: underline;
}

.team_member {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.team_member:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.team_member p {
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  color: #fff;
  padding: 15px;
  z-index: 2;
  text-shadow: 2px 2px 5px #000000;
}

.team_member p span {
  display: block;
  text-transform: none;
  font-size: 14px;
}

.team_member_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.team_member_info:after {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.team_member_info p {
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  padding: 15px;
  z-index: 2;
  text-shadow: 2px 2px 5px #000000;
}

.team_member_info_title {
  text-align: center;
  font-weight: bold;
  padding-top: 16px;
}

.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.my_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.my_modal_content {
  background-color: #fff;
  padding: 15px 15px 0;
  margin: 15px;
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s both;
  animation: slide-in-top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s both;
}

.newsletter_wrap .my_modal_content {
  padding: 0;
}

.close_modal {
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
  display: block;
  cursor: pointer;
}

/* ----------------------------------------------
 * * Generated by Animista on 2021-4-13 13:32:42
 * * Licensed under FreeBSD License.
 * * See http://animista.net/license for more info.
 * * w: http://animista.net, t: @cssanimista
 * * ---------------------------------------------- */
/**
 * * ----------------------------------------
 * * animation slide-in-top
 * * ---------------------------------------- */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * * Generated by Animista on 2021-4-13 13:33:43
 * * Licensed under FreeBSD License.
 * * See http://animista.net/license for more info.
 * * w: http://animista.net, t: @cssanimista
 * * ---------------------------------------------- */
/* ----------------------------------------------
 * * Generated by Animista on 2021-4-13 13:34:32
 * * Licensed under FreeBSD License.
 * * See http://animista.net/license for more info.
 * * w: http://animista.net, t: @cssanimista
 * * ---------------------------------------------- */
/**
 * * ----------------------------------------
 * * animation fade-in
 * * ---------------------------------------- */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .newsletter_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.newsletter_right {
  text-align: center;
  padding: 30px;
}

.newsletter_right p {
  font-size: 18px;
  font-style: italic;
}

.newsletter_right p strong {
  display: block;
  color: #862633;
  font-style: normal;
}

.newsletter_left {
  background-color: #862633;
  color: #fff;
  text-align: center;
  padding: 30px;
}

.save_hl {
  border: 1px solid;
  padding: 30px 15px 15px;
  margin-bottom: 40px;
}

.save_hl p {
  font-style: italic;
  letter-spacing: 1px;
  font-size: 17px;
}

.save_hl h1 {
  font-size: 65px;
  line-height: 0.9;
}

.save_hl h1 span {
  font-weight: 100 !important;
  font-size: 55px;
}

.badge-pill {
  margin-right: 1.5rem;
}

.product_rebate {
  color: red;
  font-size: 13px;
}
/*# sourceMappingURL=content.css.map */
.km_form input:not([type=radio]), .km_form label:not([type=radio_inline]), .km_form input:not([type=checkbox]), .km_form label:not([type=checkbox]), .km_form select {
  width: 100%;
}
.km_form input:not([type=radio], [type=checkbox]),.km_form select {
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
  padding: 3px 9px;
}
.km_form input[type=radio], .km_form input[type=checkbox] {
  height: 14px;
  width: 14px;
  border-radius: 14px;
  border: 2px solid #ccc;
  margin-right: 5px;
  padding-right: 10px;
}
.km_form button {
  width: 100%;
}
.km_form label[type=radio_inline] {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}

.km_form input[type="radio"]:checked, .km_form input[type="checkbox"]:checked {
  background: #ccc;

}
.km_form label[type=radio], .km_form label[type=checkbox] {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}
.km_form textarea, .km-form select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 3px 9px;
}
.modal .modal-dialog {
  min-width: 40%;
}
.km_form label:not([type=radio],[type=radio_inline],[type=checkbox]) {
  font-weight: bold;
  color: #323232;
}
.km_form button {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
}
.km_form .button {
  width: fit-content;
  background-color: #323232;
  color: #fff!important;
  border: 1px solid #323232;
  padding: 1rem;
  font-size: 14px;
  display: inline-block;
}
.km_form .button:hover {
  background-color: #fff;
  color: #323232!important;
}
.km_form .success_message h1, .km_form .success_message p{
  text-align: center;
}
.km_form form {
  padding: 0;
}
.km_form input[type="date"] {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.km_form input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.modal-backdrop {
  z-index: auto;
}
.modal-content {
  color: black;
}

