@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
	font-family: 'HelveticaNeueLTStd-Md';
	src: url('fonts/HelveticaNeueLTStd-Md.ttf') format('truetype');
}
@font-face {
	font-family: 'HelveticaLTStd-Bold';
	src: url('fonts/HelveticaLTStd-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'HelveticaNeueLTStd-MdIt';
	src: url('fonts/HelveticaNeueLTStd-MdIt.ttf') format('truetype');
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Roman';
	src: url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
}

/* body {
	font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif !important;
} */

/* Hide "View Cart" button */
.woocommerce-error .button.wc-forward {
	display: none;
}

/*
	Hide Total from Orders table on My account
*/
.woocommerce-MyAccount-content .woocommerce-orders-table__header-order-total,
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total {
	display: none;
}
.woocommerce-MyAccount-content a.woocommerce-button.button.view {
	margin-bottom: 1em;
}

/* hide article header on Quote page */
#post-427 header {
	display: none;
}

section, footer {
    padding: 35px 0;
}

body.logged-in .mrod_checkout_debug {
	display: block !important;
}

input[type='text'],
input[type='search'],
input[type='email'],
input[type='tel'],
input[type='password'] {
    background: #f5f5f5;
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

.bg-dark {
    background: rgb(38, 38, 38) !important;
}

h2.entry-title a {
	pointer-events: none;
}

#responsive-form {
	max-width:600px;
	/* margin:0 auto; */
    width: 100%;
}
#responsive-form select {
	background: #f5f5f5;
	border: 1px solid #eee;
	height: 50px;
	padding-left: 20px;
	font-weight: 500;
	margin-bottom: 24px;
	border-radius: 0;
}
.form-row {
	width: 100%;
}
.column-third, .column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#responsive-form .option-block .wpcf7-list-item {
	display: block;
}

/* .wpcf7 label {
	font-weight: 400;
} */

.wpcf7-form .wpcf7-list-item:first-child,
.wpcf7-form span.option-block .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-form .form-row .column-full {
	padding-left: 0;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half {
		width: 50%;
	}
	.column-third {
		width: 33%;
	}
}

span.wpcf7-not-valid-tip {
    margin-top: initial !important;
}



.btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: rgb(35, 184, 205) !important;
    border: none !important;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.btn-primary {
	padding: 0 1.5rem !important;
	min-width: 10rem;
    min-height: 5.9rem;
    text-transform: uppercase !important;
    /* letter-spacing: 0.3rem; */
    font-size: 1.4rem !important;
    font-weight: 600 !important;
}
.btn-primary:hover {
	background-color: rgba(35, 184, 205, 0.5) !important;
}

.btn, .button {
    text-transform: none;
}

#site-navigation .module.left {
    padding-left: 0;
}

.module.widget-handle.mobile-toggle {
	display: none !important;
}

.wpcf7-form input[name="weight"] {
	width: auto !important;
}

/* .btn-primary,
.btn-filled,
a .btn-filled,
.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: rgb(35, 184, 205) !important;
}
.image-bg .btn.btn-filled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.image-bg .btn.btn-filled:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
	background-color: #8CACFF !important;
} */

.questionnaire-coupon {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.questionnaire-coupon input {
	margin-right: 0.5em;
}
.questionnaire-coupon input,
.questionnaire-coupon button {
	height: 50px !important;
}

/* Quote page */
.page-id-427 .entry-meta {
	display: none;
}
.page-id-427 .quote-intro,
.page-id-427 .quote-if-vits {
	font-size: 16px;
	font-weight: 500;
}
.page-id-427 .post-title,
.page-id-427 .quote-intro,
.page-id-427 .quote-if-vits {
	color: white !important;
}
.page-id-427 h2,
.page-id-427 h2 a {
	color: white !important;
}
.page-id-427 .content-area {
	background-color: #5BB9B8;
}
.page-id-427 #primary.col-md-8 {
	width: 75%;
}
.page-id-427 #selected-blends {
	font-size: 16px;
	margin-bottom: 0;
}

.page-id-427 .woocommerce a.remove {
	color: #ff0000 !important;
}
.page-id-427 .woocommerce a.remove:hover {
	color: white !important;
}
.page-id-427 #selected-blends {
	color: white !important;
}
.page-id-427 #selected-blends tr td:nth-child(even) {
	padding-right: 2.5em;
}
.page-id-427 #selected-blends tr:nth-child(odd) td {
	background-color: #2C3845;
}
.page-id-427 #selected-blends tr:nth-child(even) td {
	background-color: #242E39;
}
.page-id-427 #selected-blends tr:first-child td {
	border-top: none !important;
}
.page-id-427 #selected-blends td {
	border: 1px solid #28333f;
	/* border-top: 2px solid #23b8cd; */
    vertical-align: middle !important;
    text-align: justify;
}
.page-id-427 #selected-blends p {
	margin-bottom: 0;
	line-height: 1.5em !important;
}
.page-id-427 .blend-name {
	font-size: 16px;
    font-weight: 700;
}
.page-id-427 .blend-contents {
	font-size: 14px;
	/* color: gray; */
}
.page-id-427 .blend-warnings {
	font-size: 12px;
	/* color: gray; */
}

.page-id-427 .woocommerce-cart .undo-button {
    background-color: #FF8500 !important;
    border: 2px solid #FF8500 !important;
    padding: .618em 1em;
    border-radius: 0;
    width: 100%
    /* -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; */
}
.page-id-427 .woocommerce-cart .undo-button:hover
.page-id-427 .woocommerce-cart .undo-button:focus,
.page-id-427 .woocommerce-cart .undo-button:disabled {
    background-color: #C86900 !important;
    border: 2px solid #C86900 !important;
}
.page-id-427 .undo-container {
	text-align: right;
}
.page-id-427 .woocommerce .cart_totals .checkout-button {
	background: #4b908f !important;
    border: 2px solid #4b908f !important;
}
.page-id-427 .woocommerce .cart_totals 	.checkout-button:hover {
	background-color: #326160 !important;
}

.home .content-area.bottles {
	background-image: url(/wp-content/uploads/2024/09/black_label_3bottles.jpg);
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-size: 350px;
}

/* hide all pricing from Cart page */
body:not(.page-id-427).woocommerce-cart .cart_totals .order-total, 
body:not(.page-id-427).woocommerce-cart .shop_table thead .product-subtotal,
body:not(.page-id-427).woocommerce-cart .shop_table tbody .product-subtotal,
body:not(.page-id-427).woocommerce-cart .cart_totals h2,
body:not(.page-id-427).woocommerce-cart .cart_totals .cart-subtotal,
body:not(.page-id-427).woocommerce-cart .cart_totals .cart-discount td .woocommerce-Price-amount {
	display: none;
}

.woocommerce-checkout .woocommerce-remove-coupon {
	display: none;
}

.woocommerce-checkout .checkout-radio {
    margin-bottom: 1em;
}

.blends_supply label.radio {
  display: inline!important;
  margin-left: 5px;
  margin-right: 1em;
}

.blends_supply input[type=radio] {
  margin-left: 15px;
}


.shop_table.blends_contents,
.shop_table.blends_supply { /* Checkout */
	margin-top: 24px !important;
	margin-bottom: 10px !important;
}

.woocommerce-checkout .checkout-radio input:not(:first-child) {
	display: inline;
    margin-right: 10px;
}
.woocommerce-checkout .checkout-radio input:first-child {
	display: inline !important;
    margin-right: 10px;
}
.woocommerce-checkout .checkout-radio label {
	display: inline !important;
    margin-right: 40px;
}

.woocommerce .quantity .qty:read-only {
    height: initial !important;
    padding-left: 0 !important;
}

.home .btn-primary {
	min-width: 250px;
}

.start-screen-choose .row {
	margin-top: 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.start-screen-choose button {
	margin-right: 0;
}
.start-screen-choose p {
	padding:1rem;
	margin: 0;
}

.welcome {
    text-transform: uppercase;
    line-height: 1.2em;
	transform: scale(1, 0.9);
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    font-size: 4rem;
	color: #23B8CD;
	margin-bottom: 0;
}
.welcome span {
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	color: black;
}
.welcome-tagline {
	font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    transform: scale(1, 0.9);
    color: #23B8CD;
}


/* Hide Shipping on Checkout, as it will be artificially as a custom field */
/* .woocommerce-shipping-totals.shipping {
	display: none;
} */
/* Hide Compounding, Lab Fee & Shipping	 at checkout */
.woocommerce-checkout-review-order-table .fee {
	/* display: none; */
}

.woocommerce ul#shipping_method li label,
.woocommerce ul#shipping_method .amount {
	font-weight: 400 !important;
}

.start-screen, .region-select {
	min-height: 500px;
}

.buckets .checkbox-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	/* max-width: 600px; */
	user-select: none;
}
/* .buckets .checkbox-group > * {
	 margin: 0.5rem 0.5rem;
} */
.buckets .checkbox-group .checkbox {
	text-align: center;
}
.buckets .checkbox-group .checkbox label {
	padding-left: initial;
}
.buckets .checkbox-group-legend {
	font-size: 1.5rem;
	font-weight: 700;
	color: #9c9c9c;
	text-align: center;
	line-height: 1.125;
	margin-bottom: 1.25rem;
}
.buckets .checkbox-input {
	 clip: rect(0 0 0 0);
	 clip-path: inset(100%);
	 height: 1px;
	 overflow: hidden;
	 position: absolute;
	 white-space: nowrap;
	 width: 1px;
}
.buckets .checkbox-input:checked +.checkbox-tile {
	 border-color: rgb(35, 184, 205);
	 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	 color: rgb(35, 184, 205);
}
.buckets .checkbox-input:checked +.checkbox-tile:before {
	 transform: scale(1);
	 opacity: 1;
	 background-color: rgb(35, 184, 205);
	 border-color: rgb(35, 184, 205);
}
.buckets .checkbox-input:checked +.checkbox-tile.checkbox-icon,.checkbox-input:checked +.checkbox-tile.checkbox-label {
	 color: rgb(35, 184, 205);
}
.buckets .checkbox-input:focus +.checkbox-tile {
	 border-color: rgb(35, 184, 205);
	 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(35, 184, 205, 0.5);
}
.buckets .checkbox-input:focus +.checkbox-tile:before {
	 transform: scale(1);
	 opacity: 1;
}
.buckets .checkbox-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 15em;
	min-height: 10rem;
	border-radius: 0.5rem;
	border: 2px solid #b5bfd9;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	transition: 0.15s ease;
	cursor: pointer;
	position: relative;
}
.buckets .checkbox-tile:before {
	content: "";
	position: absolute;
	display: block;
	width: 2rem;
	height: 2rem;
	border: 2px solid #b5bfd9;
	background-color: #fff;
	border-radius: 50%;
	top: 0.25rem;
	left: 0.25rem;
	opacity: 0;
	transform: scale(0);
	transition: 0.25s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.buckets .checkbox-tile:hover {
	 border-color: rgb(35, 184, 205);
}
.buckets .checkbox-tile:hover:before {
	 transform: scale(1);
	 opacity: 1;
}
.buckets .checkbox-icon {
	 transition: 0.375s ease;
	 color: #494949;
}
.buckets .checkbox-icon svg {
	 width: 3rem;
	 height: 3rem;
}
.buckets .checkbox-label {
	 color: #707070;
	 transition: 0.375s ease;
	 text-align: center;
}

.header-callout,
.module.search-widget-handle,
.footer-credits {
	display: none;
}

.shop_table .product-quantity {
	display: flex;
    flex-direction: row;
}
.shop_table td.product-name {
    width: 40%;
}


.woocommerce a.add{
    display:block;
    font-size:1.5em;
    height:1em;
    width:1em;
    text-align:center;
    line-height:1;
    border-radius:100%;
    color:green !important;
    text-decoration:none;
    font-weight:700;
    border:0
}
.woocommerce a.add:hover{
    color:#fff!important;
    background:green
}

/* 
* Hide stuff on Cart page if coupon code has not been set
*/
.woocommerce-cart .other-ingredients,
.woocommerce-cart .woocommerce-cart-form__contents tbody > tr:last-of-type {
	display: none;
}
.woocommerce-cart.clinician-mode .other-ingredients {
	display: block !important;
}
.woocommerce-cart.clinician-mode .woocommerce-cart-form__contents thead tr th:first-of-type,
.woocommerce-cart.clinician-mode .woocommerce-cart-form__contents tbody tr .product-remove-ingredient {
	display: table-cell !important;
}
.woocommerce-cart.clinician-mode .woocommerce-cart-form__contents tbody > tr:last-of-type {
	display: table-row; !important;
}

/* Hide Pricing on Cart page */
/* .woocommerce-cart .woocommerce-cart-form__contents .product-subtotal, */
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals .cart-subtotal,
/* .woocommerce-cart .cart_totals .order-total */ {
	display: none;
}
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
	border-top: none !important;
}

/* remove subtotal and coupon code boxes */
.woocommerce-checkout #order_review .cart-subtotal,
.woocommerce-checkout #order_review .cart-discount {
	display: none;
}

/* hide Remove coupon code button on Checkout */
.woocommerce-checkout .woocommerce-remove-coupon {
	display: none;
}

.woocommerce.other-ingredients table.shop_table th,
.woocommerce.other-ingredients table.shop_table td {
	padding: 4px 12px;
    line-height: 1.2em !important;
}

.woocommerce.other-ingredients table.shop_table tbody tr:nth-child(odd) {
  background-color: #E3E7F0;
}

.woocommerce .quantity .qty {
	width: 5em;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
}

.woocommerce-cart-form .coupon {
	width: 100%;
	margin-bottom: 1em;
}
.woocommerce-cart-form .coupon .input-text,
.woocommerce-cart-form .coupon input[name="apply_coupon"] {
	width: 50% !important;
}

.woocommerce-cart-form .actions input[name="update_cart"] {
	width: 100%;
    max-width: -webkit-fill-available;
}

.woocommerce-cart h1 {
    margin-top: 10px;
}

/* hide tfoot from order received page table, which contains shipping */
.woocommerce-order-received .woocommerce-table--order-details tfoot {
	display: none;
}

.modal-legal-header {
	position: relative;
	height: 20px;
}
#myModalCantProceed .modal-legal-text {
	height: auto !important;
}
.modal-legal-text {
	position: relative;
	height: 200px;
	overflow: auto;
}
.modal-legal h2 {
	margin-top: 0;
}
.modal-legal h4 {
	margin-top: 0;
	margin-bottom: 0;
}
.modal-legal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-legal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Modal Content/Box */
.modal-vit-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}


/* The Close Button */
.close-legal {
	position: absolute;
	right: 0;
	top: -20px;
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-legal:hover,
.close-legal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-legal footer {
	text-align: right;
	margin-top: 1.5em;
    padding: 0;
    display: flex;
    flex-wrap:wrap;
}
.modal-legal footer p {
	text-align: left;
}
.modal-legal footer label {
	font-size: 12px;
}

/* columns */
.modal-legal footer .column {
    width:100%;
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .modal-legal footer .column {
        width:50%;
    	padding:0;
    }
}