.wc_payment_method.payment_method_cod {
    display: none !important;
}
.page-id-698 header, .page-id-698 footer {
	display: none !important;
}
body.wholesale_customer_three #shop-call-out,
body.wholesale_customer_three .freeShippingBanner,
body.wholesale_customer_three #post-520 #productPageInfo,
body.wholesale_customer_three #post-1026 #productPageInfo,
body.wholesale_customer_three #post-1548 #productPageInfo {
    display: none;
}
#coming-soon h1 {
	color: var(--gold);
	text-align: center;
}
.order-again {
    display: none !important;
}
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
nav.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0 auto 20px;
}
nav.woocommerce-MyAccount-navigation ul li {
	background-color: var(--black);
}
nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
	border-bottom: 1px solid var(--gold);
}
nav.woocommerce-MyAccount-navigation ul li a {
	color: var(--white);
	display: block;
	padding: 20px;
	text-transform: capitalize;
}
.freeShippingBanner {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 50px;
    background-color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.freeShippingBanner h4 {
    color: var(--white);
    margin: 0;
}
.subPageBGContainer {
	background-color: var(--gray);
	padding: 150px 15px 100px;
}
.subPageBodyContainer {
	max-width: 90vw;
	margin: auto;
}
.woocommerce-info,
.woocommerce-message {
	border-top-color: var(--gold);
}
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce a:not([class]) {
	color: var(--gold);
}
.woocommerce table.shop_table {
	border: 1px solid var(--gold);
}
.woocommerce table.shop_table td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
	border-top: 1px solid var(--gold);
}
.cart_totals h2 {
	display: none;
}
.addresses .siteButton {
	margin-bottom: 20px;
}
#coupon_code {
	width: 200px;
	min-height: 48px;
	margin-right: 20px;
	padding: 0 15px;
	border: none;
	text-transform: capitalize;
}
a.showcoupon, a.showlogin {
	color: var(--gold);
}
.coupon {
	display: flex;
	align-items: center;
}
.woocommerce form .form-row label:not(.checkbox) {
	text-transform: capitalize;
}
#customer_details,
.woocommerce table.shop_table {
	margin-bottom: 50px;
}
.woocommerce-privacy-policy-link {
	color: var(--gold);
}
#billing_country_field,
#shipping_country_field {
	display: none;
}
#post-357 .woocommerce button,
#post-357 .checkout-button {
	font-family: "lulo-one", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	color: var(--white);
	text-align: center;
	padding: 23px 30px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,.4);
	transition: .3s;
	background-color: var(--gold);
}
#post-357 .woocommerce button, .buttonContainer .siteButton {
	font-size: 10px;
	padding: 14px 15px 12px;
}
#post-357 .woocommerce button:hover,
#post-357 .checkout-button:hover {
	background-color: var(--black);
}
.woocommerce-page #post-357 table.cart td.actions {
	padding: 15px;
}
.woocommerce-page #post-357 table.cart td.actions > button {
	margin-top: 6px;
}
.woocommerce a.remove {
	line-height: 20px;
	color: var(--gold) !important;
}
.woocommerce a.remove:hover {
	background: var(--gold);
}
.woocommerce-cart table.cart img {
	width: 100px;
}
.cart_item .product-name a {
	color: var(--black);
	pointer-events: none;
	cursor: pointer;
}
.cart_item .product-thumbnail a {
	pointer-events: none;
	cursor: pointer;
}
.shipping-calculator-button {
	color: var(--gold);
	text-transform: capitalize;
	transition: .3s;
}
.shipping-calculator-button:hover {
	color: var(--black);
}
#wc-stripe-express-checkout-element .StripeElement {
    max-width: 240px;
}

:root {
	--black: #2e2d2c;
	--blue: #274981;
	--brown: #895349;
	--gold: #baa876;
	--gray: #dedcd7;
	--orange: #d5542d;
	--pink: #ce4963;
	--white: #ffffff;
}
h1, h2, h3 {
	font-family: "lulo-one", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
}
h4 {
	font-family: "lulo-one", sans-serif;
	font-weight: 700;
	font-style: normal;
}
h5 {
	font-family: "roboto-condensed", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}
p, ul, ol, #shop-content .priceContainer span {
	font-family: "roboto-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1 {
	font-size: 26px;
}
h3, h4 {
	font-size: 15px;
}
header .header-container {
	max-width: 90vw;
}
#header .burger-icon {
	z-index: 999;
	cursor: pointer;
}
#header .menu-main-menu-container {
	top: 0;
}
#header #menu-main-menu-1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-width: 50%;
	height: 100vh;
	background: #000000;
	padding: 100px 20px;
}
#header #menu-main-menu-1 li {
	border: none;
	padding: 5px 0;
}
.mobile-menu .burger-icon:hover .burger-bar {
	background-color: var(--white);
}
#mobile-menu .burger-bar {
	width: 40px;
	transition: background-color .3s;
}
.menus-container .menu-item a {
	font-family: "lulo-one", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	transition: color .3s;
}
#menu-main-menu-1 li.menu-item-539 {
	margin-top: 20px;
}
#menu-main-menu-1 li.menu-item-539 i {
	font-size: 35px;
}
#menu-main-menu-2 li.menu-item-539 i {
	font-size: 14px;
}
.siteButton.pink {
	background-color: var(--pink);
}
.siteButton.brown {
	background-color: var(--brown);
}
.siteButton.blue {
	background-color: var(--blue);
}
.siteButton.gold, button#place_order, form.checkout_coupon.woocommerce-form-coupon button {
	background-color: var(--gold);
}
.siteButton.orange {
	background-color: var(--orange);
}
.homeProductShot {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	text-align: center;
	padding: 0 15px;
	max-width: 90vw;
	margin: auto;
	z-index: 9;
}
.homeProductShot img {
	max-width: 200px;
	width: 100%;
}
#home-the-new-1806 .homeProductShot img {
	max-width: 222px;
}
#home-banner .section-content {
	max-width: 90vw !important;
}
.page-id-244 main .siteButton {
	position: relative;
	border-radius: 0;
	margin: auto;
	width: 100%;
	z-index: 99;
}
.siteButton:hover,
button#place_order:hover,
form.checkout_coupon.woocommerce-form-coupon button:hover, #wpcf7-f780-p777-o1 .wpcf7-submit:hover {
	background-color: var(--black);
	color: var(--white);
}
.siteButton, button#place_order, form.checkout_coupon.woocommerce-form-coupon button, #wpcf7-f780-p777-o1 .wpcf7-submit, #wpcf7-f864-p816-o1 .wpcf7-submit, #wpcf7-f880-o1 .wpcf7-submit {
	display: inline-block;
	font-family: "lulo-one", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	color: var(--white);
	text-align: center;
	padding: 23px 30px 20px;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,.4);
	transition: .3s;
}
#wpcf7-f780-p777-o1 .wpcf7-submit,
#wpcf7-f864-p816-o1 .wpcf7-submit,
#wpcf7-f880-o1 .wpcf7-submit {
    border: none;
    background-color: var(--gold);
}
#wpcf7-f880-o1 .wpcf7-submit {
    padding: 16px 30px 12px;
}
.volumeButtons {
	position: absolute;
	z-index: 9;
	left: 3%;
	top: 5%;
}
.volumeButtons i {
	position: absolute;
	color: var(--gray);
	font-size: 20px;
	cursor: pointer;
	transition: .3s;
}
.volumeButtons i:hover {
	color: var(--gold);
}
.volumeButtons .fa-volume-xmark,
.volumeButtons.showVol .fa-volume {
	opacity: 0;
}
.volumeButtons.showVol .fa-volume-xmark,
.volumeButtons .fa-volume {
	opacity: 1;
}
.menu-item-784, .menu-item-785, .menu-item-786 {
    display: inline-block;
}
.menu-item-784 i, .menu-item-785 i, .menu-item-786 i {
    font-size: 30px;
}
#menu-main-menu-1 .menu-item-784 a, #menu-main-menu-1 .menu-item-785 a {
    margin-right: 10px;
}
#home-banner .section-bg,
#home-divider .section-bg,
body:not(.page-id-244) #header,
#productRecipes,
#site-footer,
#coming-soon .section-bg {
	background: linear-gradient(45deg, #3d3d2b, #35281c, #222d30, #1b2732);
	background-size: 400% 100%;
	animation: gradient 8s linear infinite;
	animation-direction: alternate;
}
@keyframes gradient {
	0% {background-position: 0%}
	100% {background-position: 100%}
}
#home-banner .section-content {
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
}
#home-banner h1 {
	color: var(--gold);
	max-width: 1000px;
	margin-right: auto;
	margin-bottom: 50px;
}
#home-banner .section-content {
	display: flex;
	margin: 0 auto;
	align-items: flex-end;
}
#home-banner h1 a {
	color: var(--gold);
	text-decoration: underline;
	text-underline-offset: 10px;
	transition: .3s;
}
#home-banner h1 a:hover {
	color: #877a56;
}
video {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
#footer-container {
	padding: 100px 15px 50px;
	max-width: 90vw;
}
.footerContact h3,
.footerContact h4,
.footerContact a {
	color: var(--gold);
}
.footerContact h3 {
	font-size: 11px;
	margin: 0;
	line-height: 1.5;
}
.footerContact h4 {
	margin-bottom: 25px;
}
.footerContact a:hover {
	color: var(--gray);
}
.footerContact {
	margin-bottom: 150px;
}
.footerBottomContainer {
	border-top: 1px solid var(--gold);
	padding-top: 50px;
}
.footer-content {
	font-family: "lulo-one", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--gold);
	font-size: 8px;
	text-align: center;
	line-height: normal;
}
.footer-nav, .wholesaleLink {
	font-family: "lulo-one", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--gold);
	font-size: 12px;
	line-height: normal;
}
.wholesaleLink {
	font-weight: 700;
}
.footer-nav li:not(:last-child):after {
	content: "|";
	padding-left: 10px;
}
.footer-nav li {
	display: inline-block;
	margin-right: 5px;
}
.footer-content a, .footer-nav a, .wholesaleLink a {
	color: var(--gold);
	transition: .3s;
}
.footer-content a:hover, .footer-nav a:hover, .wholesaleLink a:hover {
	color: var(--gray);
}
.footer-logo, .footer-nav, .wholesaleLink, .socialIcons {
	text-align: center;
	margin-bottom: 30px;
	margin-left: 0;
}
.socialIcons i {
    font-size: 18px;
    color: var(--gold);
    transition: .3s;
}
.socialIcons i:hover {
    color: var(--white);
}
.socialIcons a:not(:last-child) {
    margin-right: 10px;
}
.modal-dialog {
	max-width: 600px;
}
.modal-body {
	padding: 30px;
}
.modal-body .disclaimer {
	font-size: 8px;
	margin: 20px 0 0;
}
.modal-content {
	background-color: var(--gray);
}
.modal-body p {
	font-family: "lulo-one", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	text-align: center;
}
.modal-body p span {
	display: inline-block;
}
.modalButtons a:not(:last-child) {
	margin: 0 0 20px 0;
}
.modalButtons .siteButton:hover {
	color: var(--white);
}
.modalButtons {
	text-align: center;
}
#about-strip img {
	min-height: 75px;
	width: 100%;
	object-fit: cover;
}
.aboutLogoContainer,
.productLogoContainer {
	text-align: center;
}
.aboutLogoContainer img,
.productLogoContainer img {
	max-width: 200px;
	width: 100%;
	max-height: 200px;
	object-fit: contain;
}
.aboutLogoContainer,
.aboutImage {
	margin-bottom: 20px;
}
.productLogoContainer {
	margin-top: 30px;
}
.vibeImageContainer {
	margin-bottom: 30px;
}
#productPageBanner {
	max-width: none;
	width: 100%;
	padding: 250px 0 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#productPageContent,
#productPageInfo,
#productRecipes,
#productPageOthers {
	padding: 100px 15px;
	max-width: none;
}
#productPageInsta {
	padding: 100px 0 0;
	max-width: none;
}
#productPageContent {
	background-color: var(--gray);
}
#productPageContent .row,
#productPageInfo > div,
#productRecipes > div,
#productPageOthers > div,
#productPageInsta h3 {
	max-width: 90vw;
	margin: auto;
}
#productRecipes > div,
#productPageInfo .woocommerce,
#productPageInsta h3,
#productPageOthers h3 {
	padding: 0 12px;
}
#productRecipes h1,
#productPageInsta h3,
#productPageOthers h3 {
	color: var(--white);
	margin-bottom: 30px;
}
#productPageInfo h4,
#productPageInfo h5,
#productPageInfo p {
	color: var(--white);
}
#productPageInfo h4 {
	margin-bottom: 30px;
}
.productDescription h5,
.priceContainer h5 {
	margin-bottom: 0;
}
.priceContainer p {
	margin-bottom: 40px;
}
#productPageInfo hr {
	background-color: var(--white);
	opacity: 1;
	margin: 30px 0;
}
#productPageOthers .woocommerce-loop-product__title,
#productPageOthers .price,
#productPageOthers .add_to_cart_button {
	display: none;
}
#productPageInfo form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#productPageInfo .input-text.qty,
.quantityContainer input {
	max-width: 55px;
	height: 55px;
	border: none;
	border-radius: 5px;
	margin-right: 40px;
	text-align: center;
}
#productPageInfo .siteButton {
	border: none;
	margin-top: 20px;
}
#productPageInfo form h5,
.quantityContainer h5 {
	margin: 0 20px 0 0;
}
.productImage {
	margin-bottom: 30px;
}
#productPageOthers .products {
	list-style: none;
}
.product-item .product-price {
    margin-bottom: 40px;
}
.product-item {
    padding: 20px;
    background-color: var(--black);
    color: var(--white);
    height: 100%;
}
.product-item .product-image {
    margin-bottom: 30px;
}
.buttonContainer button {
    margin-right: 20px;
}
.shopPageRow > div {
	margin-bottom: 25px;
}
#shop-call-out h3 {
    text-align: center;
    max-width: 800px;
    margin: auto;
    color: var(--white);
}
.quantityContainer h5 {
    margin: 0 10px 0 0;
    color: var(--white);
}
#shop-content .buttonContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#shop-content .buttonContainer .cart-notification {
    text-align: left;
}
#shop-content .card {
    background-color: var(--black);
    height: 100%;
    border: none;
    border-radius: 0;
}
#shop-content .card-body {
	padding: 30px;
}
#shop-content .card-text,
#shop-content .card-title,
#shop-content .priceContainer {
    color: var(--white);
}
#shop-content .card-text h5 {
    margin-bottom: 0;
}
#shop-content .card-text p,
#shop-content .priceContainer span {
    font-size: 14px;
}
#shop-content .priceContainer {
    margin-bottom: 20px;
}
.quantityContainer {
    display: flex;
    align-items: center;
	margin-bottom: 30px;
}
#productRecipes .wp-show-posts-entry-title a,
#productRecipes .wp-show-posts-entry-content p,
#productRecipes .wp-show-posts-entry-content ul {
	color: var(--white);
}
#productRecipes .wp-show-posts-entry-content ul {
	list-style: none;
	margin-left: 0;
}
.wp-show-posts-image {
	margin-bottom: 30px;
}
#productRecipes .wp-show-posts-entry-title a,
#productRecipes .wp-show-posts-image a {
	pointer-events: none;
	cursor: default;
}
#productRecipes .wp-show-posts {
	max-width: 90vw;
}
.postid-520 #productPageContent p .footnote {
	font-size: 14px;
}
.custom-products-wrapper {
	text-align: center;
}
.custom-products-wrapper img {
	margin-bottom: 20px;
}
.cart-notification {
	font-family: "lulo-one", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 8px;
	color: var(--white);
	transition: .5s;
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;
}
.cart-notification a {
	color: var(--white);
	text-decoration: underline;
	transition: .3s;
}
.cart-notification a:hover {
	color: var(--gold);
}
.recipeSelector {
	font-size: 12px;
	margin-bottom: 30px;
	line-height: normal;
}
.recipeSelector,
.recipeSelector a {
	color: var(--white);
	transition: .3s;
}
.recipeSelector a {
    display: inline-block;
}
.recipeSelector a:hover {
	color: var(--gold);
}
.flavorSelector {
	margin-bottom: 45px !important;
}
.flavorSelector .sliderLink {
	font-family: "lulo-one", sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 1.5;
	color: var(--white);
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 20px;
	text-align: center;
	transition: .3s;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,.4);
}
.flavorSelector .sliderLink:not(:last-child) {
	margin-right: 20px;
}
.sliderLink.classicLink {
	background-color: var(--gold);
}
.sliderLink.cinnamonLink {
	background-color: var(--orange);
}
.recipeSliderLink.recipeActiveLink {
	color: var(--gold);
	pointer-events: none;
	cursor: pointer;
}
.sliderLink.activeLink {
	pointer-events: none;
	cursor: pointer;
}
.sliderLink:not(.activeLink) {
	opacity: .5;
}
.postid-520 #productRecipes h1 {
	margin-bottom: 0;
}
.postid-520 .productDescription {
	margin-bottom: 0;
}
#productPageInfo h1 {
	max-width: 90vw;
	margin: auto;
	color: var(--white);
}
#billing_state_field .select2-container--default .select2-selection--single,
#shipping_state_field .select2-container--default .select2-selection--single {
	border: 1px solid #000000;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 20px;
	min-height: 63px;
	display: flex;
	align-items: center;
}
span#select2-billing_state-container,
span#select2-shipping_state-container {
	padding: 0;
	color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	min-height: 63px;
}
#post-675 h5, #post-685 h4, #post-360 h4 {
	margin: 0;
}
.indentedSection {
	margin-left: 20px;
}
#post-675 a:not([class]),
#post-685 a:not([class]),
#post-360 a:not([class]) {
	color: var(--gold);
}
#post-675 a:not([class]):hover,
#post-685 a:not([class]):hover,
#post-360 a:not([class]):hover {
	color: var(--black);
}
.naDesignation {
    position: absolute;
    background-color: var(--gold);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px;
    font-family: "lulo-one", sans-serif;
    font-weight: bold;
	font-style: normal;
    color: var(--white);
    font-size: 9px;
    line-height: normal;
    display: none;
}
.tag-non-alcoholic .naDesignation {
    display: block;
}
.cartKeepShipping {
    text-align: center;
    margin-bottom: 30px;
}
#join-us-banner .contentContainer {
    text-align: center;
}
#join-us-banner .contentContainer h1 {
    font-weight: 700;
    color: var(--gold);
    margin: 0;
}
#join-us-banner .contentContainer h2 {
    color: var(--white);
    margin: 0;
}
#wpcf7-f780-p777-o1 .wpcf7-text {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid var(--gold);
	padding: 10px 20px;
	outline: transparent;
	min-height: 30px;
}
#wpcf7-f780-p777-o1 br {
    display: none;
}
#wpcf7-f780-p777-o1 form .wpcf7-response-output,
#wpcf7-f880-o1 form .wpcf7-response-output {
    padding: 20px;
    border-width: 1px;
}
#wpcf7-f780-p777-o1 form.sent .wpcf7-response-output,
#wpcf7-f880-o1 form.sent .wpcf7-response-output {
    border-color: var(--gold);
}
#wpcf7-f780-p777-o1 form.invalid .wpcf7-response-output,
#wpcf7-f780-p777-o1 form.unaccepted .wpcf7-response-output,
#wpcf7-f780-p777-o1 form.payment-required .wpcf7-response-output,
#wpcf7-f880-o1 form.invalid .wpcf7-response-output,
#wpcf7-f880-o1 form.unaccepted .wpcf7-response-output,
#wpcf7-f880-o1 form.payment-required .wpcf7-response-output {
    border-color: #dc5858;
}



.wpcf7-form .wpcf7-list-item,
.wpcf7-form label {
  display: flex;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.wpcf7-form label {
  cursor: pointer;
}

.wpcf7-form [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}

.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gold);
}

.wpcf7-form [type="checkbox"] + .wpcf7-list-item-label::after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: black;
  transition: all 0.2s;
}

.wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

.wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.wpcf7-form [type="checkbox"]:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 4px 3px var(--gold);
}
[data-name="opt-in"] .wpcf7-not-valid-tip {
    margin-top: 5px;
}
.wholesaler {
    padding: 30px;
    text-align: center;
	margin-bottom: 20px;
	background-color: var(--black);
}
.wholesaler img {
    margin-bottom: 20px;
    height: 32px;
    width: auto;
}
.wholesaler h3 {
    color: var(--gold);
    font-size: 18px;
    line-height: 1.4;
}
.wholesaler ul {
    color: var(--white);
    text-align: left;
    max-width: 200px;
    margin: 0 auto 20px;
}
.wholesaler p {
	color: var(--white);
}
.wholesaler .footnote {
    color: var(--white);
    font-size: 10px;
    margin: 20px 0 0;
}
.wholesaler .siteButton:hover,
#wpcf7-f864-p816-o1 .wpcf7-submit:hover,
#wpcf7-f880-o1 .wpcf7-submit:hover {
    background-color: var(--white);
    color: var(--black);
}
#wpcf7-f864-p816-o1 .wpcf7-submit {
	line-height: 1;
}
#wpcf7-f864-p816-o1 .wpcf7-textarea {
    height: 120px;
}
#wpcf7-f864-p816-o1 .wpcf7-spinner {
    margin: 0;
    display: inline;
}
#wpcf7-f864-p816-o1 form .wpcf7-response-output {
    color: var(--white);
    padding: 20px;
}
#wpcf7-f864-p816-o1 form.sent .wpcf7-response-output {
    border-color: var(--gold);
}
.newsletterContainer {
    max-width: 400px;
    width: 100%;
    margin-top: 50px;
}
.newsletterContainer h5 {
    color: var(--gold);
}
#wpcf7-f880-o1 .wpcf7-text {
    background-color: #000000;
    color: var(--gold);
    outline: none;
    border: none;
}
#wpcf7-f880-o1 ::-webkit-input-placeholder {
    color: var(--gold) !important;
    opacity: 1;
}
#wpcf7-f880-o1 :-moz-placeholder {
    color: var(--gold) !important;
    opacity: 1;
}
#wpcf7-f880-o1 ::-moz-placeholder {
    color: var(--gold) !important;
    opacity: 1;
}
#wpcf7-f880-o1 :-ms-input-placeholder {
    color: var(--gold) !important;
    opacity: 1;
}
#wpcf7-f880-o1 form .wpcf7-response-output {
    background-color: #000000;
    color: var(--white);
}
/*
.page-id-359:not(.logged-in) .woocommerce {
    max-width: 400px;
    margin: auto;
}
*/
.page-id-359:not(.logged-in) .woocommerce h2 {
    margin: 0;
	text-align: center;
}



@media only screen and (min-width: 455px) {
	#productPageInfo .siteButton {
		margin-top: 0px;
	}
}
@media only screen and (min-width: 480px) {
	h3 {
		font-size: 20px;
	}
	.footerContact h3 {
		font-size: 14px;
	}
}
@media only screen and (min-width: 500px) {
	.flavorSelector .sliderLink {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 540px) {
	.modalButtons a:not(:last-child) {
		margin: 0 20px 0 0;
	}
}
@media only screen and (min-width: 576px) {
	h1 {
		font-size: 40px;
	}
	h3 {
		font-size: 24px;
	}
	.footerContact h3 {
		font-size: 16px;
	}
	.volumeButtons i {
		font-size: 30px;
	}
	.aboutLogoContainer,
	.aboutImage {
		margin-bottom: 0;
	}
	.vibeImageContainer {
		margin-bottom: 0;
	}
	#home-banner h1 {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 768px) {
	h3 {
		font-size: 26px;
	}
	.footerContact h3 {
		font-size: 22px;
	}
	.homeProductShot {
		bottom: 0;
	}
	.homeProductShot.left {
		text-align: left;
	}
	.homeProductShot.right {
		text-align: right;
	}
	.homeProductShot img {
		max-width: 300px;
	}
	#home-the-new-1806 .homeProductShot img {
		max-width: 342px;
	}
	.page-id-244 main .siteButton {
		position: absolute;
		bottom: 50px;
		left: 0;
		right: 0;
		z-index: 9;
		border-radius: 5px;
		width: fit-content;
	}
	.homeProductShot {
		bottom: -100px;
	}
	#productPageOthers .products li {
		margin-bottom: 0;
	}
	.productImage {
		margin-bottom: 0;
	}
	.footer-logo {
		text-align: left;
	}
	.footer-nav, .wholesaleLink, .socialIcons {
		text-align: right;
	}
	.footer-content {
		text-align: left;
	}
	#header #menu-main-menu-1 {
		width: auto;
	}
}
@media only screen and (min-width: 992px) {
	.footerContact h3 {
		font-size: 26px;
	}
	.freeShippingBanner {
		top: 70px;
	}
}
@media only screen and (min-width: 1003px) {
	.cart-notification {
		margin: 0 0 0 20px;
		width: auto;
		text-align: left;
	}
}