/*
* Description: Custom CSS Additions Go Here
* Template: twentyseventeen
* Version: 1.0
* Author: VDS
*/

/* These vars do not require values as they get set automatically in options-page-stylesheet.php
 * They are mainly here so they show up as autocomplete suggestions in code editors if desired.
 *
 * ie: ghost vars
 *
*/
@property --accent1 { syntax: '*'; inherits: true; }
@property --accent2 { syntax: '*'; inherits: true; }
@property --accent3 { syntax: '*'; inherits: true; }
@property --dark1   { syntax: '*'; inherits: true; }
@property --dark2   { syntax: '*'; inherits: true; }
@property --dark3   { syntax: '*'; inherits: true; }
@property --light1  { syntax: '*'; inherits: true; }
@property --light2  { syntax: '*'; inherits: true; }
@property --light3  { syntax: '*'; inherits: true; }
@property --uihover { syntax: '*'; inherits: true; }
@property --white   { syntax: '*'; inherits: true; }
@property --black   { syntax: '*'; inherits: true; }
/* /ghosts vars */

/* vars vars vars vars vars vars vars vars vars vars vars vars vars vars  */
:root {

--accent1_65: #aed2ebA6;     /* accent1 @ 65% opacity */
--light1_75: #FFFFFFBF;      /* light1 @ 75% opacity  */
--light1_50: #FFFFFF80;      /* light1 @ 50% opacity  */
--dark1_75: #1a5bafBF;	     /* dark1 @ 75% opacity   */
--uihover: #01E9F366;		 /* accent2 @ 40% opacity */
--accent2-rgb: 1, 233, 243;  /* rgb value for accent2 */

--IBMReg: 'IBMPlexSans-Regular', sans-serif;
--MontM: 'Montserrat-Medium', sans-serif;
--MontSB: 'Montserrat-SemiBold', sans-serif;
--MontB: 'Montserrat-Bold', sans-serif;
}
/* /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars  */

/* General */
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 800 !important;
}
.hide-me {
	display: none !important;
}
a.btn-bt.alternate, a.btn-bt.default {
    border-radius: 5px;
}
.header-button a.btn-bt, body #content a.btn-bt.default, body #content a.btn-bt.accent1 {
    transition: all 0.3s ease-in-out;
    background: transparent;
    color: var(--light1);
    border: 1px solid var(--light1);
}
.wpcpro-load-more.wpcpro-load-more-button-initialized { color: transparent; font-size: 0; line-height: 0; }
body h1, body h2, body h3, body h4, body h5, body h6, body p, body li { font-weight: normal; }
.fa-chevron-right::before, .fa-chevron-left::before { font-family: 'FontAwesome'; }
img.aligncenter { margin-right: auto; margin-left: auto; display: block; }
ul.slick-dots { position: relative; padding: 0 !important; }
body .slick-dotted.slick-slider { margin-bottom: 0 }
li#wp-admin-bar-site-editor { display: none; }
ul.slick-dots { bottom: 0;margin-top: 14px; }
div#wpadminbar { z-index: 9999999999999;}
ul.slick-dots li { padding: 0 }

@media (min-width: 1025px) { .wpb_row.slick-mobile .container { display: flex;  }}
@media (min-width: 980px)  { .wpb_row.slick-mobile .container { display: unset; }}
/* /General */

/* quick vars quick vars quick vars quick vars quick vars quick vars */
.top-widget .widget a:link {
    color: var(--accent2);
}
footer#footer a:not(.ab-item):not(.btn-bt) {
	color: var(--light1);
}
footer#footer h5 {
    color: var(--light1);
    font-size: 12px;
}
footer#footer p {
	color: var(--light1)
}
.wpb_row.dark1 h2, .wpb_row.dark1 h3, .wpb_row.dark1 h4, .wpb_row.dark1 h5, .wpb_row.dark1 h6, .wpb_row.dark1 p,
.wpb_row.dark2 h2, .wpb_row.dark2 h3, .wpb_row.dark2 h4, .wpb_row.dark2 h5, .wpb_row.dark2 h6, .wpb_row.dark2 p,
.wpb_row.dark3 h2, .wpb_row.dark3 h3, .wpb_row.dark3 h4, .wpb_row.dark3 h5, .wpb_row.dark3 h6, .wpb_row.dark3 p,
body h1 {
	color: var(--light1);
}
body.single h1 {
	color: var(--black);
}
ul.slick-dots li.slick-active button:before,
ul.slick-dots li button:before {
	transition: all 0.3s ease-in-out;
	color: var(--accent1);
	font-size: 12px;
}
ul.slick-dots li:not(.slick-active):hover button:before {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
/* /quick vars /quick vars /quick vars /quick vars /quick vars /quic */

/* Fixed Header + Scrolling Logic */
@media (min-width: 980px) {
	header#header {
		z-index: 99999999;
        position: fixed;
        width: 100%;
	}
	div#content,
	.single #content {
		transition: all 0.3s ease-in-out;
    	padding-top: 138px !important;
	}
	header .top-header {
		transition: all 0.3s ease-in-out;
	}
	body.scrolling div#content,
	body.scrolling .single #content {
		transition: all 0.3s ease-in-out;
    	padding-top: 130px !important;
	}
	header.scrolling .top-header {
		transition: all 0.3s ease-in-out;
		height: 40px;
	}
	header .logo {
	    transition: grid-template-rows 0.3s ease-in-out;
	    display: grid !important;
	    grid-template-rows: 1fr;
	}
	header.scrolling .logo {
	    grid-template-rows: 0fr;
	    padding: 0 !important;
	    pointer-events: none;
	}
	/* Critical — direct child must have this */
	header .logo > * {
	    overflow: hidden;
	    min-height: 0;
	}
	header:not(.scrolling) nav li.show-on-scroll {
		display: none !important;
	}
	nav li.home-icon {
	    align-items: center;
	    display: flex;
		padding: 0;
	}
	nav li.home-icon a i.icon-home {
		font-size: 16px;
	}
}
/* /Fixed Header + Scrolling Logic */

/* Top Anchor + Recaptcha */
a.topbutton {
    background-color: var(--accent1);
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--light1);
    text-decoration: none;
    border-radius: 7px;
    bottom: 148px;
    right: 10px;
}
a.topbutton:hover {
	border-color: var(--accent2);
}
a.topbutton i.icon-angle-up {
	justify-content: center;
	align-items: center;
	display: flex;
}
a.topbutton i.icon-angle-up:before {
	transition: all 0.3s ease-in-out;
    margin: 0 !important;
    color: var(--light1);
    position: relative;
    font-size: 48px;
    line-height: 1;
    top: -4.5px;
}
a.topbutton:hover i:before {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
div.grecaptcha-badge {
    bottom: 70px !important;
}
/* END Top Anchor + Recaptcha */

@media (max-width: 480px) {
	body .form-field.wpmtst-submit label,
	body .form-field.wpmtst-submit label input,
	.bakery a.btn-bt {
		width: 100%;
	}
	body .bakery.review-us input#wpmtst_submit_testimonial {
		letter-spacing: 1px;
		padding: 10px 16px;
	}
}

body input#wpmtst_submit_testimonial {
	text-transform: uppercase !important;
    font-family: var(--MontSB);
	text-decoration: none;
    display: inline-block;
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 0px;
    text-align: center;
    padding: 14px 28px;
    line-height: 26px;
    font-size: 16px;
	border: none;
}
body input#wpmtst_submit_testimonial:hover {
	border: none;
}
body input#wpmtst_submit_testimonial,
body .gform_footer input[type="submit"]:not(:hover):not(:active):not(.has-background) {
	transition: all 0.3s ease-in-out;
    background-color: var(--accent2);
    color: var(--dark3);
    font-size: 16px;
}

/* new gform - non-legacy mode */
.gform_wrapper.gravity-theme .gform_heading {
    display: none;
}
.gform_wrapper.gravity-theme form .gfield_label {
    font-family: var(--MontSB);
    text-transform: uppercase;
    display: inline-block;
    color: var(--white);
    margin-bottom: 0px;
    margin-left: 5px;
    line-height: 1.3;
    font-size: 12px;
}
.gform_wrapper.gravity-theme form .ginput_container input,
.gform_wrapper.gravity-theme form .ginput_container select {
    font-family: var(--IBMReg);
	margin-top: 0 !important;
    height: 55px !important;
	border-radius: 7px;
	padding: 0px 20px;
    border: none;
    width: 100%;
    margin: 0;
}
.gform_wrapper.gravity-theme form .ginput_container textarea {
	font-family: var(--IBMReg);
    height: 110px !important;
    border-radius: 7px;
    padding: 12px 20px;
    border: none;
    width: 100%;
    margin: 0;
}
.gform_wrapper.gravity-theme form .gform_footer input[type="submit"] {
	border-radius: 7px;
	width: 100%;
}
.gform_wrapper.gravity-theme form .gform_footer input[type="submit"]:hover {
	background: var(--uihover);
}
.gform_wrapper.gravity-theme form div.gfield:not(:last-child) {
    margin-bottom: -10px;
}
/* /new gform - non-legacy mode */

body input#wpmtst_submit_testimonial:hover,
body .gform_footer input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    background-color: var(--uihover);
    color: var(--dark3);
    font-size: 16px;
}
body #content .wpb_row.dark1 a:not(.btn-bt) {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--light1);
}
body #content .wpb_row.dark1 a:not(.btn-bt):hover {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--accent2);
}
body #content a.unstyled-link {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--dark3);
}
body #content a.unstyled-link:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
body .tt-none { text-transform: none; }
a.btn-bt, body input#wpmtst_submit_testimonial { min-width: 200px; }

body .wpb_row:not(.fifty-fifty):not(.cta-row) h2 {
    margin-bottom: 20px;
}
body .wpb_row:not(.fifty-fifty):not(.ab-promo-grid) h3 {
    margin-bottom: 20px;
}
body .wpb_row:not(.fifty-fifty):not(.cta-row):not(.bottom-cta) .vc_col-sm-12 a.btn-bt {
	margin-top: 14px;
}
body .bakery .vc_section {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
body .top-header.top-bottom-header .logo {
    padding: 10px 0px;
}
body .site-branding {
    margin-top: 0;
}
body .top-header.top-bottom-header .navigation-top {
	background-color: var(--accent3);
	max-width: none;
}
.primary-navigation a:link, .primary-navigation a:visited {
	color: var(--light1);
}
body .top-header.top-bottom-header .nav-and-button {
    border-top: none;
    margin: 0 auto;
}
@media (min-width: 980px) {
p.top-p-tag-middle {
	text-align: center;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
	line-height: 23px;
}
}
@media (max-width: 979px) {
	span.icon-btn-text.hide-mobile {
    	display: none !important;
	}
	p.white.top-p-tag-middle {
    	font-size: 10px;
    	line-height: 12px;
    	text-align: center;
	}
	.top-widget p.twa-phone a.icon-btn {
    	height: 28px;
	}
	a.icon-btn i.icon-btn-icon {
    	padding: 0 3.25px;
	}
}

@media (max-width: 480px) {
    p.white.top-p-tag-middle {
        font-size: 8px;
        line-height: 12px;
        text-align: center;
    }
}
.top-header {
	background-color: var(--dark3);
}

@media (min-width: 980px) {
	/* removes the desktop subnav dropdown icon */
	body nav#site-navigation.hide-small-desktop li.menu-item-has-children a {
    	padding-right: 0;
	}
	body nav#site-navigation.hide-small-desktop li.menu-item-has-children a::after {
		display: none;
	}
	/* /removes the desktop subnav dropdown icon */
	/* this moves the top level nav items down slightly - they were exact center, but visually don't look like it. */
	body nav#site-navigation.hide-small-desktop ul:not(.sub-menu) li a {
		position: relative;
		top: 1px;
	}
	body nav#site-navigation.hide-small-desktop ul.sub-menu li a {
		top: 0;
	}
	/* /this moves the top level nav items down slightly - they were exact center, but visually don't look like it. */
}

@media (max-width: 979px) {
	body .top-header {
	    height: 75px;
	}
	body .top-bottom-header .container {
	    justify-content: space-between;
	    flex-direction: row;
	    width: 95%;
	}
	body .top-header .logo {
		width: auto;
	}
	body .top-header.top-bottom-header .navigation-top {
	    background-color: unset;
    	margin: unset;
    	width: auto;
    	position: static;
	}
	body .top-header.top-bottom-header .nav-and-button {
	    padding: 0;
	}
	nav#mobile-site-navigation {
	    position: absolute;
	    z-index: 99999;
	    top: 100px;
	}
	/* Mobile: cart icon lives in the header bar (not the dropdown menu) */
	body .top-header.top-bottom-header .nav-and-button {
	    display: flex;
	    align-items: center;
	    gap: 20px;
	}
	a.mobile-cart-icon {
	    position: relative;
	    display: inline-flex;
	    align-items: center;
	    color: var(--light1);
	    text-decoration: none;
	}
	a.mobile-cart-icon i.icon-basket {
	    color: var(--light1);
	    font-size: 24px;
	    line-height: 1;
	}
	a.mobile-cart-icon .cart-count {
	    right: -10px;
	    top: -8px;
	}
	/* Hide the cart item inside the mobile dropdown menu */
	#mobile-site-navigation li.nav-cart-icon {
	    display: none !important;
	}
	body .top-widget .span6.left {
	    width: 100%;
	}
	body .top-widget .span6.right {
	    display: none;
	}
}

@media (min-width: 481px) {
	.no-bb {
		border-bottom: none !important;
	}
}

@media (max-width: 480px) {
	body .top-header .logo .site-branding a img {
	    height: 40px;
		width: auto;
	}
	.no-bb-mobile {
		border-bottom: none !important;
	}
	body .top-header {
        height: 65px;
    }
	nav#mobile-site-navigation {
        top: 90px;
	}
}

body .top-header.top-bottom-header nav.hide-small-desktop #top-menu li {
    padding: 13px 18px;
}
body .top-header.top-bottom-header #top-menu:not(.mobile-menu) li:last-child {
    margin-right: 0;
}
nav#site-navigation ul.sub-menu {
    background: var(--dark3);
}
.top-widget .textwidget {
    align-items: center;
    display: flex;
}

/* top widget phone icon button */
.top-widget p.twa-phone {
    margin-right: 12px;
    text-align: left;
}
.top-widget p.twa-phone a.icon-btn {
    text-decoration: none;
    align-items: center;
    display: flex;
    height: 20px;
}
a.icon-btn i.icon-btn-icon {
	transition: all 0.3s ease-in-out;
    background: var(--accent1);
    align-items: center;
    padding: 0 0.21px;
    display: flex;
    height: 100%;
}
a.icon-btn:hover i.icon-btn-icon {
	transition: all 0.3s ease-in-out;
	background: var(--accent1);
}
a.icon-btn i::before {
    transition: all 0.3s ease-in-out;
    color: var(--dark3);
    font-size: 14px;
}
a.icon-btn:hover i::before {
    transition: all 0.3s ease-in-out;
    color: var(--light1);
}
a.icon-btn span.icon-btn-text {
    transition: all 0.3s ease-in-out;
    font-family: var(--MontB);
    letter-spacing: 1px;
    align-items: center;
    padding: 0 0 0 8px;
    font-size: 14px;
    display: flex;
    height: 100%;
    color: #FFF;
}
/* /top widget phone icon button */

/* top widget contact button */
a.twa-btn.btn-bt {
	padding: 7px 2px !important;
	border-radius: 0;
}
body input#wpmtst_submit_testimonial,
a.twa-btn.btn-bt.alternate {
	background: var(--accent2);
	color: var(--dark3);
}
body input#wpmtst_submit_testimonial:hover,
a.twa-btn.btn-bt.alternate:hover {
	background: var(--accent1);
	color: var(--light1);
}
/* /top widget contact button */

/* wp carousel load more button */
.bakery .wpcp-carousel-wrapper .wpcpro-load-more button {
	background: var(--accent2) !important;
	transition: all 0.3s ease-in-out;
	color: var(--dark3) !important;
    font-family: var(--MontSB);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
	border-radius: 7px;
    text-align: center;
    padding: 14px 28px;
    line-height: 26px;
    min-width: 200px;
    font-size: 16px;
	border: none;
}
.bakery .wpcp-carousel-wrapper .wpcpro-load-more button span.load-more-count {
	display: none;
}
.bakery .wpcp-carousel-wrapper .wpcpro-load-more button:hover {
	background: var(--accent1) !important;
	transition: all 0.3s ease-in-out;
	color: var(--light1) !important;
}
/* /wp carousel load more button */

/* global floating elements */
a.topbutton {
    bottom: 140px;
    right: 17px;
}
.grecaptcha-badge {
    bottom: 64px !important;
}
/* /global floating elements */

/* square socials */
.top-widget .span6.right .textwidget {
    justify-content: flex-end;
}
body .top-widget ul.social.top-widget-socials {
	margin-right: 3px;
}
ul.social.top-widget-socials {
    flex-direction: row;
    align-items: center;
    line-height: unset;
    font-size: unset;
    display: flex;
    height: 40px;
    padding: 0;
}
ul.social.top-widget-socials li {
    line-height: unset;
    margin-right: 3px;
    font-size: unset;
    height: 40px;
}
ul.social.top-widget-socials li a {
    text-decoration: none;
    line-height: unset;
    font-size: unset;
    display: flex;
    height: 40px;
}
body .top-widget ul.social.top-widget-socials li a i,
body .row.copyright ul.social.top-widget-socials li a i {
    background: var(--accent2);
    justify-content: center;
    align-items: center;
    color: var(--dark3);
    padding: 0 3.21px;
    line-height: 24px;
    font-size: 24px;
    display: flex;
    height: 40px;
}
body .top-widget ul.social.top-widget-socials li a i:hover,
body .row.copyright ul.social.top-widget-socials li a i:hover {
    transition: all 0.3s ease-in-out;
    background: var(--accent1);
    color: var(--light1);
}
/* /square socials */

/* footer */
body footer#footer {
    background: var(--dark3);
    padding: 60px 0;
}

img.alignnone.size-full.wp-image-2443 {
    max-width: 200px;
}

@media(min-width: 980px) {
	footer#footer h5 {
		margin-bottom: 0px;
	}
	h5.address-icon,
	h5.phone-icon,
	h5.hours-icon {
		position: relative;
		padding-left: 43px;
	}
	h5.address-icon:before,
	h5.phone-icon:before,
	h5.hours-icon:before {
		background: var(--accent2);
		justify-content: center;
		font-family: 'Fontello';
		color: var(--light1);
		align-items: center;
		position: absolute;
		padding-left: 4px;
		font-size: 20px;
		display: flex;
		height: 30px;
		width: 30px;
		top: -5.5px;
		left: 0;
	}
	h5.address-icon:before { content: '\e81d'; } /* icon-location */
	h5.phone-icon:before   { content: '\e823'; } /* icon-phone */
	h5.hours-icon:before   { content: '\e83e'; } /* icon-clock */
}

body footer#footer p,
body footer#footer a {
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

@media (max-width: 979px) {
	body footer#footer {
	    text-align: center;
	    padding: 32px 0;
	}
	.vc_col-sm-3.span3.footer-col-1 {
	    margin-bottom: 24px;
	}
	.vc_col-sm-3.span3.footer-col-2,
	.vc_col-sm-3.span3.footer-col-3 {
	    margin-bottom: 10px;
		}
	.vc_col-sm-3.span3.footer-col-4 {
		margin-bottom: 0;
	}
}
/* /footer */

/* copyright */
.row.copyright {
    padding: 0;
	background-color: var(--accent3)
}

@media (min-width: 1251px) {
	.copyright-text.span6.left-three-column {
	    padding-left: 2.5%;
	}
}

body p#copyright-p {
    font-size: 12px;
}
body .menu-copyright-menu-container ul#menu-copyright-menu {
}
body .menu-copyright-menu-container ul#menu-copyright-menu {
	justify-content: space-between;
	margin: 0 auto !important;
	max-width: 750px;
    padding: 0;
}
body .menu-copyright-menu-container ul#menu-copyright-menu li a {
    text-transform: uppercase;
    font-family: var(--MontM);
    text-decoration: none;
    font-size: 14px;
	font-weight: 800;
}

@media (max-width: 1250px) {
	body .row.copyright {
		padding:  28px 0;
	}
	.copyright .container {
	    flex-direction: column;
	    max-width: 95%;
	}
	.row.copyright .span6,
	.row.copyright .copyright-content.span6.right-three-column {
	    justify-content: center;
	    float: none !important;
	    width: 100% !important;
	    align-items: center;
		display: flex;
	}
	.row.copyright .span6.left-three-column {
	    margin-bottom: 14px;
	}
	.row.copyright .span6.middle-three-column {
	    margin-bottom: 24px;
	}
	body .menu-copyright-menu-container ul#menu-copyright-menu {
	    flex-direction: column;
	    max-width: unset;
	}
	body .menu-copyright-menu-container ul#menu-copyright-menu li {
	    line-height: 28px;
	    padding: 0;
	}
	body .menu-copyright-menu-container ul#menu-copyright-menu li a {
	    font-size: 16px;
	}
}
/* /copyright */

/* testimonial carousel */
section.testimonials h2 {
	color: var(--white);
}
.bakery .testimonials-opacity .container {
	background-color: rgba(255, 255, 255, 0.90);
	padding: 0px 2% 40px 2%;
	border-radius: 0px;
}
body .strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	padding: 0;
}
.testimonials h4 {
	font-family: var(--MontSB); /* Montserrat-SemiBold */
	background-color: var(--dark3); /* black */
	color: var(--light1); /* white */
	position: relative;
	line-height: 18px;
	border-radius: 0;
	max-width: 550px;
	padding: 18px 1%;
	font-size: 18px;
	margin: 0 auto;
	top: -27px;
}
body .strong-view.wpmtst-simple h3.wpmtst-testimonial-heading.testimonial-heading {
    margin-bottom: 20px !important;
    letter-spacing: 0.5px;
    text-transform: none;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
body .wpmtst-testimonial-content.testimonial-content {
    max-width: 550px;
    margin: 0 auto;
}
body .wpmtst-testimonial-content.testimonial-content p {
    text-align: center;
    font-style: italic;
    font-size: 14px;
}
body .wpmtst-testimonial-field.testimonial-field {
	text-align: center;
	font-weight: 700;
    margin-top: 20px;
	font-size: 14px;
}

@media (min-width: 980px) {
	.testimonials-opacity p em {
	    max-width: 370px;
	    display: block;
	}
}
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before,
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
	transition: all 0.3s ease-in-out;
	background: var(--accent1);
	font-size: 40px;
	height: 50px;
	width: 50px;
}
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
	left: -24px;
}
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:hover:before,
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:hover:before {
	transition: all 0.3s ease-in-out;
	background: var(--accent2);
}

/* /testimonial carousel */

/* home hero */
.home-hero {
	height: 675px;
}
.home-hero h1 {
	margin-bottom: 24px;
}
/* /home hero */

/* home promos */
.home-promos img {
    max-height: 85px;
    width: auto;
}
.home-promos h3 {
	margin-bottom: 12px;
	margin-top: 25px;
}
.bakery .home-promos .wpb_text_column p:not(:first-child):not(:last-child) {
	margin-bottom: 20px;
	font-size: 14px;
}

.bottom-cta h2 {
	color: var(--light1);
}

p.really-small.with-bottom-border {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--light3);       /* light blue-gray text */
  margin: 0;
  padding-bottom: 14px; /* space between text and line */
  position: relative;
  line-height: 28px;
}

p.really-small.with-bottom-border.center {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--light3);
    margin: 0;
    padding-bottom: 14px;
    position: relative;
    line-height: 20px;
    margin-bottom: 4px !important;
}

p.really-small.with-bottom-border.center.left.has-a-span {
	margin-bottom: 10px !important;
}

.really-small.with-bottom-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;          /* short line */
  height: 3px;
  background-color: var(--dark2); /* blue line */
}

.really-small.with-bottom-border.center:after {
	    left: 0;
    	right: 0;
    	margin-left: auto;
    	margin-right: auto;
	margin-bottom: -60px;
}

.really-small.with-bottom-border.center.left:after {
    left: 0;
    margin-bottom: -56px;
    right: auto;
}

.really-small.with-bottom-border.center.left.has-a-span:after {
    left: 0;
    margin-bottom: -102px;
    right: auto;
}

body ul {
	margin-bottom: 15px;
}

p.spacing-top {
	margin-top: 30px;
}

span.smaller {
    font-size: 22px;
}

@media (max-width: 480px) {
	.really-small.with-bottom-border.center.left:after {
    	left: 0;
    	margin-bottom: -46px;
	}
}

.fifty-fifty .image-col.molecule .vc_column-inner {
    background-position: 94% 100% !important;
    height: 250px;
    padding: 0;
    background-size: contain !important;
    position: absolute;
}

.fifty-fifty .image-col.molecule.left .vc_column-inner {
    background-position: 94% 100% !important;
    height: 250px;
    padding: 0;
    background-size: contain !important;
    position: absolute;
}

.vc_row.wpb_row.fifty-fifty.dark3.committed-to-research {
	 background: linear-gradient(to bottom, #000000 80%, #1e2125 100%) !important
}

.vc_row.wpb_row.featured-cats {
	    background: linear-gradient(to bottom, #1e2125 0%, #000000 70%) !important;
}
p.dark-blue-bg {
    font-weight: 900;
    background-color: var(--dark2);
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    margin-left: 10px;
    margin-top: -60px;
    z-index: 999999999;
    position: relative;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
}
@media (min-width: 980px) {
	.mobile-only {
		display: none !important;
	}
	.featured-cats .wpb_column.vc_column_container.vc_col-sm-3 {
    	padding: 0px 20px;
	}
}
@media (max-width: 979px) {
	.desktop-only {
		display: none !important;
}
	.mobile-only {
		display: block !important;
	}
}

@media (min-width: 980px) {
	.home-promos .wpb_column:nth-child(1) {
		margin-right: 1%;
		width: 32%;
	}
	.home-promos .wpb_column:nth-child(2) {
		margin: 0 0.5%;
		width: 32%;
	}
	.home-promos .wpb_column:nth-child(3) {
		margin-left: 1%;
		width: 32%;
	}
	.home-promos .wpb_column:nth-child(4) {
		margin-left: 1%;
		width: 32%;
	}
	.home-promos .wpb_column:nth-child(5) {
		margin-left: 1%;
		width: 32%;
	}
	.home-promos .wpb_column .wpb_content_element .wpb_wrapper {
		max-width: 320px;
		margin: 0 auto;
	}
}

@media (max-width: 979px) {
	.home-hero {
    	text-align: center;
	}
}

@media (max-width: 480px) {
	.vc_row.wpb_row.featured-cats {
    	padding-top: 100px !important;
	}
}

/* /home promos */

h6.accent1 {
	color: var(--accent1);
}

/* home about us promos */
section.ab-promo-section {
	font-family: var(--IBMReg);
	box-sizing: border-box;
	padding: 48px 20px;
	width: 100%;
}
section.ab-promo-section .ab-promo-eyebrow {
	text-transform: uppercase;
	font-family: var(--MontB);
	letter-spacing: 0.25em;
	color: var(--accent2);
	text-align: center;
	margin: 0 0 10px;
	font-size: 16px;
}
section.ab-promo-section .ab-promo-heading {
	font-size: clamp(32px, 5vw, 48px);
	font-family: var(--MontSB);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--white);
	text-align: center;
	margin: 0 0 40px;
	line-height: 1;
}
body #content section.ab-promo-section .section-heading h2.ab-promo-heading a {
	text-decoration: none;
	color: var(--accent2);
}
body #content section.ab-promo-section .section-heading h2.ab-promo-heading a:hover {
	/*color: var(--accent1);*/
	color: var(--uihover);
}
section.ab-promo-section .ab-promo-grid {
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	display: grid;
	gap: 2px;
}
section.ab-promo-section .ab-promo-card {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	position: relative;
	aspect-ratio: 2/3;
	overflow: hidden;
	display: block;
}
section.ab-promo-section .ab-promo-card-bg {
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	background-position: center;
	background-size: cover;
	position: absolute;
	inset: 0;
}
/* dark base is always present; accent tint layer fades in on hover via opacity */
section.ab-promo-section .ab-promo-card-overlay {
	background-image:
		linear-gradient(160deg, rgba(var(--accent2-rgb), 0.25) 0%, transparent 50%),
		linear-gradient(160deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.92) 100%);
	transition: opacity 0.4s ease;
	position: absolute;
	opacity: 0;
	inset: 0;
}
/* separate element holds the always-on dark gradient for mobile readability */
section.ab-promo-section .ab-promo-card-dark {
	background: linear-gradient(160deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.92) 100%);
	position: absolute;
	inset: 0;
}
section.ab-promo-section .ab-promo-card-accent {
	background: var(--accent2);
	position: absolute;
	height: 100%;
	right: 0;
	left: 0;
	top: 0;
}
section.ab-promo-section p.ab-promo-card-number {
	color: rgba(255, 255, 255, 0.08);
	font-family: var(--MontSB);
	pointer-events: none;
	position: absolute;
	font-size: 40px;
	line-height: 1;
	right: 14px;
	margin: 0;
	top: 12px;
}
section.ab-promo-section div.ab-promo-card-body {
	justify-content: flex-end;
	flex-direction: column;
	position: absolute;
	display: flex;
	padding: 16px;
	inset: 0;
}
section.ab-promo-section .ab-promo-card-tag {
	font-family: var(--MontSB);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--accent2);
	font-size: 12px;
	margin: 0 0 6px;
}
section.ab-promo-section .ab-promo-card-title {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.50);
	font-size: clamp(18px, 3.5vw, 26px);
	font-family: var(--MontSB);
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--white);
	margin: 0 0 10px;
	line-height: 1.1;
}
section.ab-promo-section .ab-promo-card-desc {
	color: var(--white);
	line-height: 1.5;
	margin: 0 0 14px;
	font-size: 12px;
}
section.ab-promo-section .ab-promo-card-cta {
	font-family: var(--MontSB);
	background: var(--accent2);
	text-transform: uppercase;
	text-decoration: none;
	display: inline-flex;
	letter-spacing: 3px;
	align-items: center;
	color: var(--black);
	width: fit-content;
	border-radius: 7px;
	padding: 14px 28px;
	font-size: 16px;
	gap: 6px;
}
section.ab-promo-section .ab-promo-card-cta:hover {
	transition: all 0.3s ease-in-out;
	background: var(--uihover);
}
section.ab-promo-section .ab-promo-arrow {
	transition: transform 0.2s ease;
	display: inline-block;
}

@media (min-width: 1025px) {
	section.ab-promo-section {
		padding: 64px 40px;
	}
	section.ab-promo-section .ab-promo-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	section.ab-promo-section .ab-promo-card {
		aspect-ratio: 3/4;
		cursor: pointer;
	}
	section.ab-promo-section .ab-promo-card-accent {
		transition: transform 0.3s ease;
		transform-origin: top;
		transform: scaleY(0);
		height: 100%;
		right: auto;
		width: 3px;
		left: 0;
		top: 0;
	}
	section.ab-promo-section p.ab-promo-card-number {
		transition: color 0.3s ease;
		font-size: 64px;
		right: 20px;
		top: 20px;
	}
	section.ab-promo-section div.ab-promo-card-body {
		padding: 28px 24px;
	}
	/* Tag: collapse height + margin so it takes zero space at rest */
	section.ab-promo-section .ab-promo-card-tag {
		transition: max-height 0.35s ease 0.05s, opacity 0.35s ease 0.05s, margin 0.35s ease 0.05s, transform 0.35s ease 0.05s;
		transform: translateY(8px);
		overflow: hidden;
		max-height: 0;
		font-size: 12px;
		margin: 0;
		opacity: 0;
	}
	/* Desc: collapse height + margin so it takes zero space at rest */
	section.ab-promo-section .ab-promo-card-desc {
		transition: max-height 0.4s ease, opacity 0.3s ease 0.1s, margin 0.4s ease;
		overflow: hidden;
		max-height: 0;
		font-size: 13px;
		margin: 0;
		opacity: 0;
	}
	/* CTA: collapse via max-height + padding — stays in flow so it can never overlap desc */
	section.ab-promo-section .ab-promo-card-cta {
		transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.08s, opacity 0.35s ease 0.08s, padding 0.35s ease 0.08s, transform 0.35s ease 0.08s, background 0.3s ease;
		transform: translateY(12px);
		padding-top: 0;
		padding-bottom: 0;
		overflow: hidden;
		max-height: 0;
		font-size: 16px;
		opacity: 0;
	}
}

@media (hover: hover) {
	section.ab-promo-section .ab-promo-card:hover .ab-promo-card-bg {
		transform: scale(1.08);
	}
	section.ab-promo-section .ab-promo-card:hover .ab-promo-card-overlay {
		opacity: 1;
	}
	section.ab-promo-section .ab-promo-card:hover .ab-promo-card-accent {
		transform: scaleY(1);
	}
	section.ab-promo-section .ab-promo-card:hover p.ab-promo-card-number {
		color: rgba(var(--accent2-rgb), 0.10);
	}
	section.ab-promo-section .ab-promo-card:hover .ab-promo-card-tag {
		transform: translateY(0);
		max-height: 30px;
		margin: 0 0 6px;
		opacity: 1;
	}
	section.ab-promo-section .ab-promo-card:hover .ab-promo-card-desc {
		max-height: 80px;
		margin: 0 0 14px;
		opacity: 1;
	}
	section.ab-promo-section .ab-promo-card:hover .ab-promo-card-cta {
		transform: translateY(0);
		padding: 14px 28px;
		max-height: 60px;
		opacity: 1;
	}
	section.ab-promo-section .ab-promo-card:hover .ab-promo-arrow {
		transform: translateX(3px);
	}
}

@media (max-width: 1024px) {
	section.ab-promo-section div.ab-promo-card-body {
	    padding: 16px 16px 40px 40px;
	}
	section.ab-promo-section .ab-promo-card-accent {
		background: unset;
	}
}
/* /home about us promos */

/* fullwidth blurb */
.fw-blurb h2 {
	margin-bottom: 14px;
}
/* /fullwidth blurb */

/* cta row */
.bakery .cta-row {
    padding: 25px 0;
}
.bakery .cta-row .container .wpb_content_element .wpb_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}
.bakery .cta-row h2 {
	margin-right: 32px;
}

@media (max-width: 979px) {
	.bakery .cta-row .container .wpb_content_element .wpb_wrapper {
	    flex-direction: column;
	    text-align: center;
	}
	.bakery .cta-row h2 {
		margin-bottom: 16px;
		margin-right: 0;
	}
	.bakery .cta-row p {
		width: 100%;
	}
}
/* cta row */

/* fifty fifty */
.bakery .fifty-fifty {
	padding: 0;
}
.bakery .fifty-fifty .container {
	justify-content: center;
	max-width: none;
	display: flex;
	width: 100%;
}
 .fifty-fifty .image-col .vc_column-inner {
	background-position: center top !important;
	height: 100%;
	padding: 0;
}
.fifty-fifty.inline-img img,
.fifty-fifty .image-col img,
.wpb_content_element.image-col img {
	border-radius: 16px;
}
.bakery .fifty-fifty .text-col {
	padding: 0;
}
.fifty-fifty .text-col .vc_column-inner {
	padding: 60px 0;
    max-width: 700px;
    margin: 0 auto;
    width: 87%;
}
.fifty-fifty h2 {
	margin-bottom: 12px;
}
.fifty-fifty h3 {
	margin-bottom: 16px;
}
.fifty-fifty h4 {
	margin-bottom: 10px;
	font-weight: normal;
}
.fifty-fifty a.btn-bt {
    margin-top: 12px;
}
/* this is for the inner row side=by-side image collage */
body .fifty-fifty .text-col .vc_column-inner .vc_column-inner {
    width: 100%;
    padding: 0;
    margin: 0 ;
}

@media (min-width: 980px) {
	body .fifty-fifty .text-col .vc_column-inner .wpb_row.vc_inner .vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
		padding-right: 2%;
	}
	body .fifty-fifty .text-col .vc_column-inner .wpb_row.vc_inner .vc_col-sm-6:not(.vc_col-has-fill):nth-child(2) {
		padding-left: 2%;
	}
}

@media (min-width: 980px) {
	.bakery .fifty-fifty .text-col.vc_col-sm-6:not(.vc_col-has-fill):nth-child(2),
	.bakery .fifty-fifty .text-col.vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    padding: 0;
	}
}

@media (max-width: 979px) {
	.fifty-fifty .container {
		flex-direction: column;
	}
	.fifty-fifty.reverse .container {
		flex-direction: column-reverse;
	}
	.fifty-fifty .image-col {
	    height: 100%;
	}
	.fifty-fifty .text-col .vc_column-inner {
	    padding: 40px 0;
	    max-width: unset;
	    width: 90%;
	}
	.fifty-fifty.inline-img img,
	.fifty-fifty .fake-collage img {
	    width: 100%;
	}
	.fifty-fifty .fake-collage .wpb_row.vc_inner {
	    justify-content: space-between;
	    display: flex;
	}
	.fifty-fifty .fake-collage .wpb_row.vc_inner .wpb_column {
	    max-width: 48.7%;
	}
	body:not(#single-location):not(.home):not(#single-product-page):not(#contact-page) .bakery:not(.locations) .fifty-fifty.light1 .text-col:not(:last-child):not(.contact-nap-col) .vc_column-inner {
		padding-bottom: 0;
	}
	.bakery.our-team .fifty-fifty.light1 .text-col:last-child .vc_column-inner {
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	body #content .fifty-fifty .text-col h2 {
	    letter-spacing: 0px;
	    line-height: 28px;
	    font-size: 22px;
	}
	body #content .fifty-fifty .text-col h3 {
	    letter-spacing: 0px;
	    line-height: 27px;
	    font-size: 21px;
	}
}
/* /fifty fifty */

/* form */
body .gform_legacy_markup_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}
body #content .gform_legacy_markup_wrapper ul.top_label div.ginput_container {
	margin-top: 0;
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield {
	margin: 0 0 12px 0;
	border: none;
	width: 100%;
	padding: 0;
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield label.gfield_label {
    color: var(--light1);
    margin-bottom: 5px;
    margin-left: 7px;
    font-size: 12px;
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield input:not(.gform_button),
body .gform_legacy_markup_wrapper ul.top_label li.gfield select {
    padding: 0px 20px !important;
    height: 55px;
    border: none;
    width: 100%;
    margin: 0;
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield textarea {
    padding: 12px 20px;
    height: 110px;
    border: none;
    width: 100%;
    margin: 0;
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield input:not(.gform_button):focus,
body .gform_legacy_markup_wrapper ul.top_label li.gfield select:focus,
body .gform_legacy_markup_wrapper ul.top_label li.gfield textarea:focus {
	background-color: var(--accent2);
}

body .gform_legacy_markup_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}
body .gform_legacy_markup_wrapper .gform_footer input.gform_button.button {
	width: 100%;
	margin: 0;
}
/* /form */

/* featured blog posts */
@media (min-width: 1025px) {
    .featured-post {
        justify-content: flex-start;
        align-items: start;
        column-gap: 32px;
        display: flex;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
	.slick-mobile .slick-list,
    .feat-blog .featured-post.slick-initialized .slick-list {
        margin: 0 -14px;
    }
    .slick-mobile .slick-slide,
    .feat-blog .featured-post.slick-initialized .slick-slide {
        padding: 0 14px;
    }
}

.feat-post-left {
    margin-bottom: 14px;
}
.feat-blog a.archive-post-image-link {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    display: flex;
    height: 192px;
}
.bakery .wpb_row.feat-blog .featured-post h2 {
    text-transform: none;
    margin-bottom: 3px;
    letter-spacing: 0;
    line-height: 36px;
    font-size: 24px;
}
.bakery .wpb_row.feat-blog .featured-post .feat-post-date-author {
	font-size: 12px;
}
.featured-post h2 a {
    text-decoration: none;
}
.featured-post p.posted-on {
    margin-bottom: 24px !important;
    font-family: var(--MontB);
}
.featured-post .feat-post-right p:not(.read-more) {
    margin-bottom: 3px !important;
}
.featured-post p.read-more a {
    text-decoration: underline;
}
/* /featured blog posts */

/* partner logos */
.bakery .wpb_row.partners {
	padding: 60px 0;
}
.bakery .wpb_row.partners h3 {
	margin-bottom: 40px;
}
/* /partner logos */

/* bottom cta */
.bakery .bottom-cta {
	height: 600px;
}
body .bottom-cta h5 {
	color: var(--light1);
    letter-spacing: 8px;
	margin-bottom: 24px;
    font-weight: normal;
    line-height: 62px;
	font-size: 48px;
}

@media (max-width: 979px) {
	.featured-post {
		justify-content: flex-start;
		align-items: start;
		column-gap: 28px;
		display: flex;
	}
}
/* /bottom cta */

/* promo cards */
.bakery div.vc_row.promo-cards {
	justify-content: space-between;
}
.bakery .promo-cards .vc_col-sm-3 {
    width: 23.5%;
}
.promo-cards .wpb_content_element.dark1,
.promo-cards .wpb_content_element.accent2 {
	justify-content: center;
	align-items: center;
	min-height: 250px;
	padding: 0 24px;
	display: flex;
}
.promo-cards .wpb_content_element h3 {
	letter-spacing: 1.5px;
	text-transform: none;
	line-height: 32px;
	max-width: 185px;
}
.promo-cards .wpb_content_element.dark1 {
    background: var(--dark1);
}
.promo-cards .wpb_content_element.dark1 h3 {
    color: var(--light1);
}
.promo-cards .wpb_content_element.accent2 {
    background: var(--accent2);
}
.promo-cards .wpb_content_element.accent2 h3 {
    color: var(--dark3);
}
a.card-link {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 176.94px;
	display: flex;
}
a.card-link img {
	position: absolute;
}
body #content a.card-link span.card-hover-text {
	transition: all 0.3s ease-in-out;
    font-family: var(--MontSB);
    justify-content: center;
	text-decoration: none;
	letter-spacing: 3px;
    align-items: center;
	position: absolute;
	color: transparent;
    font-size: 18px;
    display: flex;
	height: 100%;
    width: 100%;
}
body #content a.card-link:hover span.card-hover-text {
	background-color: var(--light1_75);
	transition: all 0.3s ease-in-out;
	color: var(--dark3);
}

@media (max-width: 979px) {
	.bakery div.vc_row.promo-cards {
	    flex-wrap: wrap;
	    display: flex;
	}
	.bakery .promo-cards .vc_col-sm-3 {
	    width: 47%;
	}
}

@media (max-width: 480px) {
	.bakery .promo-cards .vc_col-sm-3 {
	    max-width: 360px;
	    margin: 0 auto;
	    width: 100%;
	}
	.promo-cards .wpb_content_element h3 {
		max-width: 230px;
	}
}
/* /promo cards */

/* locations promo */

body #content .bakery .locations-promo h3 {
	font-family: var(--MontSB);
	margin-top: 16px;
}
body #content .bakery .locations-promo h3 a {
	text-decoration: none;
}
body #content .bakery .locations-promo h3 a:hover {
	color: var(--accent2);
}
body #content .bakery .locations-promo img {
	border-radius: 16px;
}

@media (min-width: 980px) {
	.bakery .locations-promo.vc_inner {
		justify-content: space-between;
		display: flex;
	}
	.locations-promo.vc_inner .wpb_column {
		max-width: 300px;
	}
}

/* /locations promo */

/* testimonials page */
body .bakery.testimonials .fifty-fifty h4 {
	top: 0;
}
.wpb_row.testimonials-wall .strong-content.strong-normal.columns-1 {
    margin: 0;
}
.wpb_row.testimonials-wall .wpmtst-testimonial.testimonial:not(:first-child) {
	margin-top: 40px;
}
.wpb_row.testimonials-wall .wpmtst-testimonial.testimonial:not(:last-child) {
	border-bottom: 2px solid var(--accent1);
	padding-bottom: 40px;
	margin-bottom: 0;
}
body #content .wpb_row.testimonials-wall .strong-view.wpmtst-simple h3.wpmtst-testimonial-heading.testimonial-heading {
    margin-bottom: 14px !important;
    letter-spacing: 2.50px;
    text-transform: none;
    line-height: 32px;
    text-align: left;
    font-size: 24px;
    order: 2;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-content.testimonial-content p {
    font-style: normal;
    line-height: 26px;
    text-align: left;
    font-size: 14px;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-content.testimonial-content {
    max-width: unset;
    margin: 0;
    order: 3;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-field.testimonial-field {
    text-align: left;
    order: 4;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-field.testimonial-field:not(.testimonial-rating) {
    font-family: var(--MontSB);
    letter-spacing: 1px;
    line-height: 28px;
	font-size: 18px;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-field.testimonial-field.testimonial-rating {
    margin-bottom: 12px;
	margin-top: 0;
	order: 1;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-inner.testimonial-inner {
    display: flex !important;
    flex-direction: column;
}
body .strong-rating span.star:before {
    background: var(--accent2);
    color: var(--accent2);
}
p.five-stars i {
	color: var(--accent2);
}

@media (min-width: 980px) {
	.bakery .testimonials-wall {
	    padding: 70px 0;
	}
}

@media (max-width: 979px) {
	body #content .wpb_row.fw-blurb:not(.special-row):not(.ty-blurb) h3 {
		margin-bottom: 0;
	}
}
/* /testimonials page */

/* single location */
@media (min-width: 980px) {
	body #content .single-location-promo-outer h3 {
	    line-height: 30px;
	    font-size: 22px;
	}
}

.bakery .wpb_gmaps_widget .wpb_wrapper {
    background-color: unset;
    padding: 0;
}
.map-col .vc_column-inner .wpb_wrapper,
.map-col .wpb_gmaps_widget,
.map-col .wpb_map_wraper {
	height: 100% !important;
}
.map-col iframe {
	height: 100%;
	width: 100%;
}

/* /single location */

/* products index */
@media (min-width: 980px) {
	body#products-page .fifty-fifty .text-col .vc_column-inner {
	    padding: 80px 0;
	}
}

body#products-page .fifty-fifty .text-col h3 {
    font-family: var(--MontSB);
}
/* /products index */

/* single product */
.single-product-tiers-outer h3.outer {
    margin-top: 28px;
}

@media (min-width: 980px) {
	.bakery .wpb_row.vc_inner.single-product-tiers {
	    justify-content: space-between;
	    padding-top: 24px;
	    max-width: 800px;
	    display: flex;
	    margin: 0 auto;
	}
	.single-product-tiers .vc_col-sm-4 {
		margin-right: 2.5%;
		width: 31%;
	}
	.single-product-tiers .vc_col-sm-4:last-child {
		margin-right: 0;
	}
}

@media (max-width: 979px) {
	body:not(#single-service-page) .bakery .single-product-tiers-outer {
		padding: 0 !important;
	}
	.bakery .vc_row.vc_inner.single-product-tiers {
	    max-width: 300px;
	    margin: 0 auto;
	    width: 90%;
	}
}

@media (max-width: 480px) {
	body#single-product-page .bakery .wpb_row.single-product-tiers-outer {
		padding: 0 !important;
	}
}

.single-product-tiers .wpb_text_column.accent1 {
    background: var(--accent1);
    justify-content: center;
    align-items: center;
    min-height: 140px;
    display: flex;
}
.single-product-tiers .wpb_text_column.accent1 img {
    max-height: 70px;
    width: auto;
}
/* /single product */

/* services index */

@media (min-width: 980px) {
	.bakery .vc_inner.collage-combo {
		justify-content: space-between;
		display: flex;
	}
	.bakery .vc_inner.collage-combo .wpb_column.vc_col-sm-6 {
		padding: 0;
		width: 50%;
	}
	.bakery .vc_inner.collage-combo .wpb_column.vc_col-sm-6:nth-child(1) {
		margin-right: 1.5%;
	}
}

@media (max-width: 979px) {
	.bakery .wpb_row.membership-benefits {
		padding: 0;
	}
}

.bakery .vc_col-sm-6 ul li {
    margin-bottom: 8px;
    line-height: 28px;
}

/* /services index */

/* single service */
@media (max-width: 979px) {
	body#single-service-page .bakery .wpb_row.single-product-tiers-outer {
		padding: 32px 0 0 0 !important;
	}
}
/* /single service */

/* menu page */
@media (min-width: 769px) {
	body#menu-page .bakery .wpb_row.tabs ul.vc_tta-tabs-list {
	    justify-content: space-between;
	    max-width: 671px;
	}
	body#menu-page .bakery .wpb_row.tabs ul.vc_tta-tabs-list li.vc_tta-tab {
	    min-width: 31%;
	}
}

@media (min-width: 768px) {
	.tabs .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	    background-color: transparent;
	}
}

#content .bakery .wpb_row.tabs .vc_tta-panels {
    border: none !important;
    max-width: 1520px;
    margin: 0 auto;
    width: 92%;
}
#content .bakery .wpb_row.tabs .vc_inner {
	padding: 60px 0;
}
body #content .tabs h3 {
    margin-bottom: 14px;
}
hr.accent1 {
	border-bottom: 2px solid var(--accent1);
	margin-bottom: 14px;
}
.menu-flex {
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}
.menu-flex.halves .menu-col {
	width: 49%;
}
.menu-flex.fourths .menu-col {
	width: 24%;
}

@media (min-width: 769px) {
	.menu-flex .menu-col:not(:last-child) {
		margin-right: 1%;
	}
}

body .tabs h4 {
	font-family: var(--MontSB);
	letter-spacing: 2px;
    margin-bottom: 10px;
	font-style: normal;
}
body .tabs .halves h4 {
	margin-bottom: 6px;
}
body .tabs h5 {
	font-family: var(--MontSB);
    letter-spacing: 2px;
    margin-bottom: 5px;
	font-style: normal;
	line-height: 24px;
    margin-top: 10px;
	font-size: 16px;
}

@media (max-width: 979px) {
	.menu-flex {
		flex-wrap: wrap;
	}
	.menu-flex.halves .menu-col {
		width: 49%;
	}
	.menu-flex.fourths .menu-col {
		width: 49%;
	}
	.vc_tta-panel-body,
	.menu-col {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.menu-flex.halves .menu-col {
		width: 100%;
	}
	.menu-flex.fourths .menu-col {
		width: 100%;
	}
	body .tabs .halves h4 {
	    margin-bottom: 10px;
	    margin-top: 30px;
	}
	body .tabs .menu-flex.halves h5 {
	    margin-bottom: 10px;
	    margin-top: 30px;
	}
	body .menu-flex.fourths h5 {
		margin-bottom: 10px;
		margin-top: 30px;
	}
}
/* /menu page */

/* blog archive */

@media (min-width: 980px) {
	body#blog-page .blog .wrap div#primary {
    	gap: 32px;
	}
}

@media (max-width: 979px) {
	body#blog-page .blog .wrap div#primary {
    	padding-bottom: 0 !important;
		padding-top: 40px !important;
	}
	body#blog-page .blog #primary article {
		margin-bottom: 40px;
	}
	body#blog-page .blog #primary article::last-child {
		margin-bottom: 0px;
	}
}

body#blog-page .blog .wrap div#primary {
    justify-content: center;
    align-items: start;
    max-width: 1520px;
    flex-wrap: wrap;
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    width: 92%;
}
body#blog-page #content #primary .post-image-and-text {
    margin-bottom: 22px;
}
body#blog-page #content #primary .post-image-wrap {
    margin-bottom: 10px;
}
body#blog-page #content #primary .post-image-wrap,
body#blog-page #content #primary .post-image-wrap a,
body#blog-page #content #primary .post-image-wrap a img {
	border-radius: 16px;
}
.blog-post-row img.post-image {
    height: auto;
    width: 100%;
}
body #content h2.archive-post-title {
    text-transform: none;
    margin-bottom: 2px;
    letter-spacing: 0;
	line-height: 36px;
    font-size: 24px;
}
body #content h2.archive-post-title a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
    color: var(--dark3);
}
body #content h2.archive-post-title a:hover {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
    color: var(--accent1);
}
body#blog-page #content p.archive-post-date-author {
	margin-bottom: 5px;
	font-size: 14px;
}
body#blog-page div#pagination {
    background: var(--dark3);
    justify-content: center;
    align-items: center;
    padding: 25px 5%;
    display: flex;
    width: 100%;
    gap: 32px;
}
body#blog-page div#pagination .container {
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    width: 90%;
}
body.paged .left-pag,
body.paged .right-pag {
    text-align: center;
}
body#blog-page #content div#pagination a {
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-family: var(--MontSB);
	text-decoration: none;
	color: var(--light1);
	letter-spacing: 1px;
    font-size: 16px;
    line-height: 1;
}
body#blog-page #content div#pagination a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}

@media (max-width: 480px) {
	body#blog-page #content #primary .post-image-wrap {
	    margin-bottom: 16px;
	}
	body #content h2.archive-post-title {
	    letter-spacing: 0px;
	    line-height: 30px;
	    font-size: 24px;
	}
	body article.blog-post-row hr {
    	margin-bottom: 22px;
	}
	.post-read-more-wrap a {
	    width: 100%;
	}
}
/* /blog archive */

/****** SINGLE BLOG ******/
body.single-post #content .blog.single {
    padding: 60px 0;
}
body.single-post #content .wrap {
    max-width: 1820px;
    column-gap: 30px;
    margin: 0 auto;
    width: 100%;
}
body.single-post .default-header h2 {
    text-shadow: 0px 0px 48px var(--dark3);
    text-transform: none;
    letter-spacing: 0px;
    text-align: center;
    font-size: 64px;
    line-height: 1;
}
body.single-post #primary {
    width: 75% !important;
    display: block;
}
body.single-post #secondary {
    width: 25% !important;
}
body.single-post h1 {
    color: var(--dark3);
}
body #content span.single-post-author a {
    color: var(--dark3);
}
.single-post-content p:not(:last-child) {
    margin-bottom: 18px;
}
body.single-post p.single-post-meta span {
    font-size: 14px;
    line-height: 1;
}
div#single-pagination {
    background: var(--light2);
    justify-content: center;
    border-radius: 16px;
    align-items: center;
	margin-top: 24px;
    column-gap: 5%;
    padding: 24px;
    display: flex;
    gap: 32px;
}
div#single-pagination > div {
	justify-content: center;
	align-items: center;
	display: flex;
}
body.single-post #content div#single-pagination a {
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-family: var(--MontSB);
	text-decoration: none;
	color: var(--dark3);
	letter-spacing: 1px;
    font-size: 16px;
    line-height: 1;
}
body.single-post #content div#single-pagination a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent1);
}
aside#secondary {
    background: var(--light2) !important;
    padding: 20px 24px !important;
    border-radius: 16px;
    position: sticky;
    top: 160px;
}
aside#secondary h2.widget-title {
    letter-spacing: 1px !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
    color: var(--dark3);
}
#secondary ul {
    list-style: none;
}
#secondary ul li {
    border-bottom: 1px solid var(--dark3);
    padding: 10px 0;
}
#secondary ul li,
#secondary ul li a {
    line-height: 1.1;
    font-size: 14px;
}
body #content #secondary ul li a {
    text-decoration: none;
    color: var(--dark3);
}
body #content #secondary ul li a:hover {
    text-decoration: none;
    color: var(--accent1);
}
body.single-post img.feat-img {
    border-radius: 16px;
    max-width: 100%;
    height: auto;
    width: 100%;
}
body.single-post .single-post-content h2 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1;
}
body.single-post .single-post-content h3 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1;
}
body.single-post .single-post-content ul,
body.single-post .single-post-content ol {
    margin-bottom: 18px;
    padding-left: 32px;
}

/***** /SINGLE BLOG *****/

/* Single Blog */

@media (min-width: 980px) {
	body.single.admin-bar { margin-top: 0; }
}

@media (max-width: 979px) {
	html[lang="en-US"] {
		margin-top: 0 !important;
	}
	body.single.admin-bar {
		margin-top: 0;
	}
	body #content aside#secondary {
    	width: 100%;
    	margin-top: 40px;
    	padding: 40px;
	}
}

@media (max-width: 782px) {
	html[lang="en-US"] {
		margin-top: 0 !important;
	}
}

@media (max-width: 480px) {
	body #content aside#secondary {
    	padding: 20px;
	}
}

body.single #content .blog.single {
    justify-content: center;
    align-items: start;
    max-width: 1520px;
    flex-wrap: wrap;
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    width: 92%;
    gap: 32px;
}
body.single #content .blog.single .wrap {
	max-width: unset;
	width: 100%;
}
.single-intro {
	background: var(--dark1);
	padding: 100px 0 70px 0;
}
.single-intro .container {
    align-items: flex-start;
    justify-content: center;
    max-width: unset;
    margin: 0 auto;
    display: flex;
    width: 93%;
}
h1.single-post-title {
	text-transform: none;
    letter-spacing: 0;
}
div.single-post-meta-wrap {
    margin-top: 5px;
}

@media (min-width: 980px) {
	.single-intro .container > div {
		margin-bottom: 0;
		width: 50%;
	}
	.single-intro .container > div:nth-child(1) {
		padding-right: 2.5%;
	}
	.single-intro .container > div:nth-child(2) {
		padding-left: 2.5%;
		padding-top: 24px;
	}
}

@media (max-width: 979px) {
	.single-intro .container {
		flex-direction: column-reverse;
	}
	.single-intro .container > div {
		width: 100%;
	}
}

body #content .nav-previous a, body #content .nav-next a{
	background-color: var(--accent1);
	color: var(--light1);
    padding: 15px 20px;
	    min-width: 150px;
    display: block;
    text-align: center;
}
body #content .nav-previous a:hover, body #content .nav-next a:hover{
    transition: all 0.3s ease-in-out;
    background: var(--accent1_65);
    color: var(--light1);
	text-decoration: none;
}

body #content a.all-blogs-link {
	padding: 15px 28px;
    min-width: 130px;
    max-width: 90px;
}
body.single h1.single-post-title {
    line-height: 36px;
    font-size: 32px;
}
body.single .single-post-feat-img-wrap img {
    height: auto;
    width: 100%;
}

body.single .single-post-content-wrap {
    margin-bottom: 0;
}
.blog-beef {
	padding: 40px 0;
	width: 100%;
}
.blog-beef .container,
.single-pagination .container {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
body.single .single-pagination {
    width: 100%;
}
body.single nav.navigation.post-navigation {
    background: unset;
    max-width: none;
    padding: unset;
    width: 100%;
    margin: 0;
}
body.single .navigation .nav-links > * {
    min-width: unset;
    min-height: unset;
}
body.single #content .navigation .nav-links a.btn-bt {
    text-transform: uppercase;
    font-family: var(--MontB);
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1px;
    flex-direction: row;
    align-items: center;
    color: var(--dark3);
    border-radius: 2px;
    text-align: center;
    padding: 13px 28px;
    font-size: 16px;
    line-height: 1;
    display: flex;
}
body.single .single-post-content-wrap h2 {
	margin-bottom: 18px;
}
body.single .single-post-content-wrap h3 {
	margin-bottom: 16px;
}
body.single .single-post-content-wrap a.btn-bt {
	margin-top: 16px;
}
body.single .single-post-content-wrap p:not(:last-child) {
	margin-bottom: 16px;
}
body.single .single-post-content-wrap img {
	margin-bottom: 2em;
	margin-top: 2em;
}

@media (max-width: 480px) {
	body.single h1.single-post-title {
    	line-height: 28px;
    	font-size: 18px;
    	margin: 15px 0px;
	}
	.single-intro {
    	padding: 30px 0 20px 0;
	}
	
}

/* END Single Blog */

/* contact us */

@media (min-width: 481px) {
	.contact-form-row p {
	    max-width: 550px;
	    margin: 0 auto;
	    width: 100%;
	}
	.bakery.contact-us div#gform_wrapper_1 {
	    max-width: 475px;
	    margin: 0 auto;
	}
}

.bakery.contact-us .gform_wrapper form {
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}

/* /contact us */

/* specials */

@media (min-width: 980px) {
	.bakery.specials .fifty-fifty .text-col .vc_column-inner {
	    padding: 124px 0;
	}
}

/* /specials */

/* review us */
.bakery.review-us .strong-form label,
.bakery.review-us .strong-form span.after {
    color: var(--light1);
}
.bakery.review-us .strong-form .strong-rating label:before {
    background: var(--accent2);
    color: var(--accent2);
}
/* /review us */

/* privacy policy and ADA */

body#pp-page .wpb_row:not(.fifty-fifty) h3,
body#ada .wpb_row:not(.fifty-fifty) h3 {
    margin-top: 0;
    margin-bottom: 6px;
}
body#pp-page .bakery ul,
body#ada .bakery ul {
	margin-bottom: 35px;
}

/* /privacy policy and ADA */

/* Privacy Policy */

#legal-page #content .bakery hr {
    margin: 35px 0;
}
#legal-page #content .bakery ul:not(.social) {
    margin-bottom: 16px;
}
#legal-page #content .bakery ul ul {
    margin-top: 16px;
}
#legal-page #content .bakery ul:not(.social) li {
    margin-bottom: 7px;
}
#legal-page #content .bakery ol {
    margin-bottom: 16px;
    padding-left: 18px;
    margin-top: 36px;
}
#legal-page #content .bakery  h2 {
    margin-bottom: 0;
    font-size: 36px;
}
#legal-page #content .bakery li h3 {
    line-height: 1.25;
    font-size: 24px;
}
#legal-page #content .bakery p,
#legal-page #content .bakery p a:not(.ab-item),
#legal-page #content .bakery p span,
#legal-page #content .bakery ul:not(.social) li {
    font-size: 16px;
}
body#legal-page ol li::marker,
body#legal-page ol li,
body#legal-page ol li h3 {
	font-family: var(--MontM);
	font-weight: normal;
	font-size: 24px;
}

/* END Privacy Policy */

/* 404 */

body.error404 .default-header {
    background-image: url(/wp-content/uploads/2021/10/Header-default.jpg);
}

@media (max-width: 480px) {
    body.error404 .default-header {
        background-image: url(/wp-content/uploads/2021/10/header-default-mobile.jpg);
    }
}

body.error404 .top-blurb {
    padding-bottom: 36px;
    padding-top: 28px;
}

@media (min-width: 980px) {
    body.error404 .top-blurb {
        min-height: 500px;
    }
}

body.error404  #content .top-blurb h2 {
    margin-bottom: 24px;
}
body.error404 .wpb_row:not(.fifty-fifty):not(.cta-row):not(.bottom-cta) .vc_col-sm-12 a.btn-bt {
    margin-top: 0;
}
body.error404 #content .copyright a {
	transition: all 0.3s ease-in-out;
	color: var(--light1);
}
body.error404 footer#footer a {
	transition: all 0.3s ease-in-out;
	color: var(--dark3);
}
body.error404 footer#footer a:hover,
body.error404 #content .copyright a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}

/* /404 */

/* WP Carousel */
.wpcp-swiper-wrapper {
    margin-bottom: 0px !important;
}

/* responsive */

@media (min-width: 980px) {
	body .bakery .fw-blurb.ty-blurb {
		padding: 75px 0;
	}
}

@media (max-width: 1024px) {
	.cta-row .wpb_content_element .wpb_wrapper {
		row-gap: 12px;
	}
	.cta-row .wpb_content_element .wpb_wrapper h2 {
		margin-bottom: 0;
		margin-right: 0;
    }
}

@media (max-width: 979px) {
	.ab-promo-grid .container {
		max-width: 700px;
	}
	.nav-links {
	    text-align: unset !important;
	}
	.wpb_row.fw-blurb.special-row {
		padding-bottom: 40px !important;
		padding-top: 28px !important;
	}
	.fifty-fifty .image-col {
        height: 753px;
    }
    body.single-post #primary,
    body.single-post #secondary {
	    width: 100% !important;
	}
	#content .bakery .wpb_row.tabs .vc_inner {
	    padding: 30px 0;
	}
	.really-small.with-bottom-border::after {
    	left: 0;
    	right: 0;
    	margin-left: auto;
    	margin-right: auto;
  }
}

@media (max-width: 768px) {
	.fifty-fifty .image-col {
        height: 588px;
    }
    .ab-promo-grid .container {
		max-width: 420px;
	}
	#content .bakery .wpb_row.tabs .vc_inner {
	    padding: 24px 0;
	}
}

@media (max-width: 704px) {
	.ti-footer.ti-footer-grid.source-Google {
	    margin-top: 0 !important;
	}
}

@media (max-width: 641px) {
	body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	    line-height: 26px;
	    min-height: unset;
	}
}

@media (max-width: 480px) {
	.ab-promo-grid .container {
		max-width: 320px;
	}
	#content .bakery .wpb_row.tabs .vc_inner {
	    padding: 18px 0;
	}
	.bakery .wpb_row.tabs .vc_tta-panels-container {
	    padding: 12px 0 0 0 !important;
	}
	body h1 {
/* 	    letter-spacing: 5px; */
	    text-align: center;
	    line-height: 32px;
	    font-size: 32px;
	}
	body .home-hero {
	    height: 372px;
	}
	body .bakery .wpb_row.home-promos-outer {
	    padding: 40px 0 !important;
	}
	body h2 {
	    letter-spacing: 3px;
	    line-height: 32px;
	    font-size: 22px;
	}
	body .bakery .vc_row.vc_inner.home-promos {
	    padding: 24px 0 0 0 !important;
	}
	/*body .fifty-fifty .image-col {
	    height: 100%;
	}*/
	body .fifty-fifty .image-col {
        height: 357px;
    }
	body .fifty-fifty .text-col .vc_column-inner {
	    padding: 32px 0;
	    max-width: unset;
	    margin: 0 auto;
	    width: 87%;
	}
	body .fifty-fifty .fake-collage .wpb_row.vc_inner {
		padding-top: 10px !important;
	}
	body .fifty-fifty .fake-collage .wpb_row.vc_inner .vc_column-inner {
		padding-top: 0 !important;
	}
	body .fifty-fifty .text-col.fake-collage .vc_column-inner {
	    padding: 24px 0;
	}
	body .bakery .wpb_row.promo-cards-outer {
	    padding: 30px 0 0 0 !important;
	}
	body .featured-post h2,
	body .featured-post p.posted-on,
	body .featured-post .feat-post-content p {
		text-align: left;
	}
	body .bakery .vc_row.feat-blog {
	    padding-bottom: 40px;
	    padding-top: 24px;
	}
	body .bakery img.feat-post-img {
	    margin-bottom: 16px;
	}
	body .featured-post h2 {
	    margin-bottom: 7px;
	    line-height: 30px;
	    font-size: 24px;
	}
	body .featured-post p.posted-on {
	    margin-bottom: 5px !important;
	    font-size: 14px;
	}
	body .featured-post div.feat-post-content {
	    margin-bottom: 16px;
	}
	/*body .bakery section.testimonials {
		padding-bottom: 28px !Important;
		padding-top: 136px !important;
	}*/
	body .bakery .testimonials-opacity .container {
	    padding: 0px 0% 30px 0%;
	}
	body .testimonial-slogan.mb0 {
	    margin-bottom: 45px !important;
	    margin-top: -100px;
	    position: relative;
	}
	body.home .bakery .testimonials h4 {
	    letter-spacing: 0;
		line-height: 28px;
	    padding: 14px 3%;
	    max-width: 100%;
	    font-size: 15px;
	    width: 100%;
	    top: 0;
	}
	body .strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	    padding: 16px 0 0 0;
	}
	body .wpmslider-controls-direction {
	    display: none !important;
	}
	body .strong-view.wpmtst-simple h3.wpmtst-testimonial-heading.testimonial-heading {
	    margin-bottom: 10px !important;
	    letter-spacing: 0px;
	    line-height: 26px;
	    font-size: 18px;
	}
	body .wpmtst-testimonial-content.testimonial-content p {
		line-height: 20px;
		font-size: 14px;
	}
	body .bakery .wpb_row.partners {
	    padding: 24px 0 30px 0;
	}
	body .bakery .wpb_row.partners h3 {
	    margin-bottom: 16px;
	}
	body .bakery .bottom-cta h5 {
	    letter-spacing: 3px;
	    line-height: 40px;
	    font-size: 30px;
	}
	body .bakery .bottom-cta {
	    min-height: 372px;
	    height: auto;
	}
	body .wpb_row.testimonials-wall .wpmtst-testimonial.testimonial:not(:last-child) {
	    padding-bottom: 24px;
	}
	body .wpb_row.testimonials-wall .wpmtst-testimonial.testimonial:not(:first-child) {
	    margin-top: 26px;
	}
	body #content .wpb_row.testimonials-wall .strong-view.wpmtst-simple h3.wpmtst-testimonial-heading.testimonial-heading {
	    letter-spacing: 1px;
	    line-height: 26px;
	    font-size: 20px;
	}
	.really-small.with-bottom-border.center:after {
    	margin-bottom: -50px;
	}
	span.smaller {
    	font-size: 18px;
	}
	.really-small.with-bottom-border.center.left.has-a-span:after {
    	margin-bottom: -73px;
	}
}
/* responsive
 * 
 * /* Woocomm */
.compounds-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.compound-card {
  background-color: var(--accent3);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.compound-card-top {
/*   background: linear-gradient(160deg, #2a4a8a 0%, #16244d 100%); */
  min-height: 186px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
/*   padding: 30px 20px 0; */
}

.compound-card-top .compound-img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.compound-card-body {
  padding: 24px 22px 28px;
  display: flex;
  flex-direction: column;
  background-color: var(--accent3); 
  text-align: left;
}

/* This is the title font — swap to whatever the client wants */
.compound-title {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
}

.compound-desc {
  font-size: 15px;
  color: #b8bcc4;
  line-height: 1.5;
  margin: 0 0 16px;
}

.compound-price {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px;
}

.compound-disclaimer {
  font-size: 11px;
  font-style: italic;
  color: #7a7e87;
  margin: 0 0 20px;
  line-height: 14px; 	
}

.compound-btn {
  display: block;
  text-align: center;
  background-color: var(--accent2);
  color: #0c0c0c;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: auto; /* pins button to bottom so cards line up */
  color: var(--accent3) !important;
  font-family: var(--MontSB) !important; 	
}

li#tab-title-description {
    padding: 0px;
    border: none;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 2px solid var(--dark2) !important;
}
.woocommerce-product-details__short-description ul {
    padding-left: 30px;
    padding-top: 15px;
}

.compound-btn:hover { background-color: #26afddA6; }

@media (max-width: 1024px) { .compounds-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .compounds-grid { grid-template-columns: 1fr; } }


/* WOOCOMMERCE STYLES */

span.cart-count {
	transition: all 0.3s ease-in-out;
    background: var(--accent1);
    justify-content: center;
    color: var(--accent3);
    border-radius: 50px;
    align-items: center;
    position: absolute;
    font-size: 14px;
    display: flex;
    height: 20px;
    right: -16px;
    width: 20px;
    top: -7px;
}
li.nav-cart-icon:hover span.cart-count {
	transition: all 0.3s ease-in-out;
	background: var(--accent1_65);
}
li.nav-cart-icon {
	position: relative;
}
li.nav-cart-icon > a {
	display: inline-flex;
	align-items: center;
}
li.nav-cart-icon a i.icon-basket {
	font-size: 20px;
	line-height: 1;
}

@media (max-width: 979px) {
	#top-menu.mobile-menu span.cart-count {
	    right: unset;
	    left: 18px;
	    top: 4px;
	}
}

/* Bakery Shop Page */

body .bakery.products .home-hero.wpb_row:not(.fifty-fifty):not(.cta-row) h1 {
    margin-bottom: 12px;
}
body .bakery.products .home-hero.wpb_row:not(.fifty-fifty):not(.cta-row) h2 {
	text-transform: none;
	letter-spacing: 1px;
    margin-bottom: 24px;
}
body #content .new-products-outer-row .text-block-above-grid h2 {
	margin-bottom: 48px;
}
.new-product-post-grid .vc_grid.vc_row .vc_pageable-slide-wrapper {
	margin-right: 0 !important;
}

@media (min-width: 980px) {
	.new-product-post-grid .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item:first-child {
		padding-right: 2% !important;
		padding-left: 0 !important;
	}
	.new-product-post-grid .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item:last-child {
		padding-right: 0 !important;
		padding-left: 2% !important;
	}
	.new-product-post-grid .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item:not(:first-child):not(:last-child) {
		padding: 0 1% !important;
	}
	body #content .new-product-post-grid h3 {
	    justify-content: center;
	    align-items: flex-start;
	    display: flex;
	}
	.featured-product-post-grid .vc_gitem-row-position-middle .vc_gitem-col {
		padding: 0 0 0 100px !important;
	}
}

@media (max-width: 979px) {
	.featured-product-post-grid .vc_grid-item-mini.vc_clearfix {
	    justify-content: flex-start;
	    align-items: flex-start;
	    flex-direction: column;
	    display: flex;
	}
	.featured-product-post-grid .vc_gitem-zone,
	.featured-product-post-grid .vc_gitem-animated-block {
	    width: 100% !important;
	}
	.new-product-post-grid .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item {
		margin-bottom: 35px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.new-product-post-grid .vc_gitem_row.vc_row.vc_gitem-row-position-top,
.new-product-post-grid .vc_grid.vc_row,
.new-product-post-grid .vc_col-sm-12.vc_gitem-col,
.featured-product-post-grid .vc_gitem_row.vc_row.vc_gitem-row-position-top,
.featured-product-post-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
    padding: 0;
}
.featured-product-post-grid .vc_gitem-row-position-top .vc_gitem-col {
	padding: 0 !important;
}
.new-product-post-grid .vc_grid.vc_row {
	margin-bottom: 0 !important;
}
.new-product-post-grid .vc_grid-item {
	padding-bottom: 0 !important;
}
.new-product-post-grid .wpb_single_image {
	margin-bottom: 0 !important;
}
.new-product-post-grid .wpb_single_image .vc_figure {
	margin-bottom: 24px !important;
}
.featured-product-post-grid h4 {
	margin-bottom: 24px !important;
	font-family: var(--MontSB);
	letter-spacing: 2.5px;
	line-height: 32px;
	font-size: 24px;
}
body .featured-product-post-grid .vc_gitem-post-data-source-post_title h2 {
	text-transform: none;
	letter-spacing: 3px;
	line-height: 56px;
	font-size: 48px;
}
body #content .featured-product-post-grid h2 a {
	color: var(--light1);
}
body #content  .featured-product-post-grid h2 a:hover {
	color: var(--accent2);
}
body #content .new-product-post-grid h3 {
	margin-bottom: 16px;
	margin-top: 0;
}
body #content .new-product-post-grid h3 a {
    color: var(--dark3);
    min-height: 60px;
    font-size: 24px;
    margin-top: 0;
}
body.home #content .new-product-post-grid h3 a {
    min-height: unset;
}
body #content  .new-product-post-grid h3 a:hover {
	color: var(--accent1);
}
.new-product-post-grid .vc_pageable-slide-wrapper.vc_clearfix,
.featured-product-post-grid .vc_pageable-slide-wrapper.vc_clearfix {
    width: 100%;
}
.featured-product-post-grid .vc_gitem-woocommerce-product-price {
    margin-bottom: 24px;
}
body .featured-product-post-grid span.amount bdi span.woocommerce-Price-currencySymbol,
body .featured-product-post-grid span.amount {
	font-size: 24px;
	line-height: 1;
}
body .featured-product-post-grid span.amount {
	margin-bottom: 35px;
}
body .featured-product-post-grid span.amount bdi {
    color: var(--light1);
}
body #content .new-product-post-grid span.amount {
	font-size: 20px;
	line-height: 1;
}
body #content .new-product-post-grid .btn-bt.alternate,
body #content .featured-product-post-grid .btn-bt.alternate {
	margin-bottom: 0 !important;
}
body #content .featured-product-post-grid .btn-bt.alternate .vc_btn3 {
    background-color: var(--accent2) !important;
    background-image: unset !important;
	transition: all 0.3s ease-in-out;
    color: var(--dark3) !important;
    font-family: var(--MontSB);
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 0px;
    text-align: center;
    padding: 14px 28px;
    line-height: 26px;
    margin-top: 30px;
    min-width: 200px;
    font-size: 16px;
}
body #content .new-product-post-grid .btn-bt.alternate .vc_btn3 {
	background-color: var(--accent1) !important;
    background-image: unset !important;
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    font-family: var(--MontSB);
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 0px;
    text-align: center;
    padding: 14px 28px;
    line-height: 26px;
    margin-top: 18px;
    min-width: 200px;
    font-size: 16px;
}
body.home #content .new-product-post-grid .btn-bt.alternate .vc_btn3 {
	margin-top: 0;
}
body #content .featured-product-post-grid .btn-bt.alternate .vc_btn3:hover {
    background-color : var(--accent2_65) !important;
	transition: all 0.3s ease-in-out;
    color: var(--dark3) !important;
}
body #content .new-product-post-grid .btn-bt.alternate .vc_btn3:hover {
	background-color : var(--accent1_65) !important;
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
}
.new-product-post-grid .vc-gitem-zone-height-mode-auto:before,
.featured-product-post-grid .vc-gitem-zone-height-mode-auto:before {
    position: absolute;
}
.new-product-post-grid .vc_gitem_row.vc_row.vc_gitem-row-position-top,
.featured-product-post-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
    position: relative;
    transform: none;
}
.new-product-post-grid .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before,
.featured-product-post-grid .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
    padding-top: 0 !important;
}
.new-product-post-grid .vc_gitem-zone,
.featured-product-post-grid .vc_gitem-zone {
    overflow: visible;
}

/* shop testimonials */
body .shop-testimonials .wpb_row:not(.fifty-fifty):not(.cta-row) h2 {
	margin-bottom: 48px !important;
}
.shop-testimonials .wpmtst-testimonial-inner.testimonial-inner {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
}
body .shop-testimonials .strong-view.wpmtst-simple .testimonial-inner .testimonial-field {
	margin-bottom: 12px;
	margin-top: 0;
	order: 1;
}
body .shop-testimonials .strong-view.wpmtst-simple .testimonial-inner h3.testimonial-heading {
	margin-bottom: 12px !important;
	letter-spacing: 1.50px;
	line-height: 34px;
	text-align: left;
	font-size: 24px;
	margin-top: 0;
	order: 2;
}
body .shop-testimonials .strong-view.wpmtst-simple .testimonial-inner .testimonial-content {
	margin-bottom: 0;
	margin-top: 0;
	order: 3;
}
body .shop-testimonials .wpmtst-testimonial-content.testimonial-content p {
	font-style: normal;
	text-align: left;
}
body .shop-testimonials .wpmtst-testimonial-content.testimonial-content p:last-child {
	font-size: 22px;
}
.shop-testimonials .strong-view.wpmtst-simple .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child),
body .shop-testimonials .strong-view.wpmtst-simple h3.wpmtst-testimonial-heading.testimonial-heading {
	margin-bottom: 0;
}
.shop-testimonials .strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-prev {
    left: -10%;
}
.shop-testimonials .strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-next {
    right: -10%;
}

@media (max-width: 768px) {
	.shop-testimonials .strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-prev {
	    left: -30%;
	}
	.shop-testimonials .strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-next {
	    right: -30%;
	}
}

@media (max-width: 480px) {
	body .bakery.products .home-hero.wpb_row:not(.fifty-fifty):not(.cta-row) h1 {
		margin-bottom: 35px;
	    line-height: 40px;
	    font-size: 28px;
	}
	body .bakery.products .home-hero.wpb_row:not(.fifty-fifty):not(.cta-row) h2 {
		letter-spacing: 1px;
	    margin-bottom: 24px;
	}
	body .bakery.products h2 {
	    letter-spacing: 2.5px;
	    line-height: 34px;
	    font-size: 24px;
	}
	.bakery.products .wpb_row.fw-blurb {
    	padding-bottom: 40px !important;
		padding-top: 40px !important;
	}
	.bakery .featured-product-post-grid .vc_grid.vc_row.vc_pageable-wrapper {
	    padding: 0;
	}
	body .bakery .featured-product-post-grid h4 {
	    margin-bottom: 16px !important;
	    letter-spacing: 2.25px;
	    line-height: 24px;
	    font-size: 16px;
	}
	body .bakery .featured-product-post-grid .vc_gitem-post-data-source-post_title h2 {
	    text-transform: none;
	    letter-spacing: 3px;
	    line-height: 36px;
	    font-size: 28px;
	}
	body .bakery .featured-product-post-grid span.amount bdi span.woocommerce-Price-currencySymbol,
	body .bakery .featured-product-post-grid span.amount {
	    font-size: 20px;
	    line-height: 1;
	}
	body .bakery .wpb_row.new-products-outer-row {
    	padding-bottom: 20px !important;
		padding-top: 40px !important;
	}
	body #content .bakery .new-products-outer-row .text-block-above-grid h2 {
	    margin-bottom: 24px;
	}
	body .bakery section.testimonials.shop-testimonials {
	    padding-bottom: 32px !Important;
	    padding-top: 0 !important;
	}
	body .shop-testimonials .wpmslider-controls-direction {
	    display: block !important;
	}
	body .shop-testimonials .testimonial-slogan.mb0 {
	    margin-bottom: 10px !important;
	    margin-top: 0;
	}
	body .bakery .shop-testimonials .wpb_row:not(.fifty-fifty):not(.cta-row) h2 {
		margin-bottom: 0 !important;
	}
	body .bakery.products .bottom-cta h5 {
    	margin-bottom: 40px;
	}
	.bakery.products a.btn-bt.default,
	.bakery.products a.btn-bt.alternate,
	.bakery.products form .gform_footer input[type="submit"],
	body #content .bakery.products .featured-product-post-grid .btn-bt.alternate .vc_btn3,
	body #content .bakery.products .new-product-post-grid .btn-bt.alternate .vc_btn3 {
	    padding: 18px 16px;
	    width: 250px;
	}
}
/* /shop testimonials */

/* /Bakery Shop Page */

/* Products */

body.single-product {
    overflow-x: unset !important;
}
body.search .default-header,
.archive-product-wrapper .default-header,
.single-product-wrapper .default-header {
	background-image: url(/wp-content/uploads/2026/06/default-subpage-header@2x-scaled.webp);
}

@media (max-width: 480px) {
	body.search .default-header,
	.archive-product-wrapper .default-header,
    .single-product-wrapper .default-header {
    	background-image: url('/wp-content/uploads/2026/06/default-subpage-header-mobile@2x.webp');
    }
}

.woocommerce-page .default-header .container {
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	display: flex;
}
.woocommerce-page .default-header .container h2 {
	color: var(--light1);
	margin-bottom: 24px;
}
.archive-loop-wrapper .container,
#breadcrumbs .container,
#notices .container,
div[id^=product-] .container {
	max-width: 1100px;
	margin: 0 auto;
	width: 87%;
}
body.woocommerce-page .content-wrapper {
    padding-top: 32px;
}

#breadcrumbs nav {
	font-family: var(--IBMReg);
	background: var(--dark2);
	color: var(--light1);
/*	border-radius: 50px;*/
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px 1%;
	font-size: 16px;
	width: 100%;
}
#breadcrumbs nav a {
	font-family: var(--IBMReg);
	text-decoration: none;
	color: var(--light1);
	font-weight: bold;
	font-size: 16px;
}
#notices {
    padding: 16px 0 16px 0;
}
#notices .woocommerce-error,
#notices .woocommerce-info,
#notices .woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-family: stinger-variable, sans-serif !important;
    border-top: 3px solid var(--dark3) !important;
    border: 3px solid var(--dark3) !important;
    background: var(--dark2) !important;
    justify-content: center !important;
    color: var(--light1) !important;
    padding: 12px 2% !important;
    letter-spacing: 0px;
/*    border-radius: 50px;*/
    line-height: 24px;
    font-weight: 700;
    font-size: 18px;
}
#notices .woocommerce-message {
    margin-bottom: 0;
}
body #content a.restore-item, body #content a.button.wc-forward {
    margin-left: 20px !important;
}

#notices a.button.wc-forward,
body.single-product .single-product-wrapper div.product .summary.entry-summary button.button,
body #content a.restore-item,
body #content a.button.wc-forward {
    font-family: var(--MontSB);
    padding: 14px 28px !important;
    text-decoration: none !important;
	transition: all 0.3s ease-in-out;
    line-height: 26px !important;
    background: var(--accent1);
    text-transform: uppercase;
    border: none !important;
    display: inline-block;
    letter-spacing: 1px;
/*    border-radius: 50px;*/
    color: var(--light1);
    font-weight: normal;
    text-align: center;
    margin-left: 0px;
    min-width: 200px;
    font-size: 16px;
}
#notices a.button.wc-forward:hover,
body.single-product .single-product-wrapper div.product .summary.entry-summary button.button:hover,
body #content a.restore-item:hover, body #content a.button.wc-forward:hover {
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
    background: var(--accent1_65);
    color: var(--light1);
}
#notices a.button.wc-forward {
    margin-left: 18px;
}
.top-product-section {
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}
.top-product-section .woocommerce-product-gallery,
.top-product-section .summary.entry-summary {
	margin-bottom: 0 !important;
}
.top-product-section .woocommerce-product-gallery {
/*    background: var(--dark2);*/
/*    border-radius: 50px;*/
/*    padding: 32px;*/
}
.top-product-section .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    border-radius: 50px;
    background: var(--dark1);
    padding: 18px;
}
.top-product-section .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;
}
.top-product-section .woocommerce-product-gallery ol.flex-control-thumbs li {
    border-radius: 50px;
    margin: 0 2% 0 0;
    width: 10%;
}
.top-product-section .woocommerce-product-gallery ol.flex-control-thumbs li img {
	transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent1);
}
.top-product-section .woocommerce-product-gallery ol.flex-control-thumbs li:hover img,
.top-product-section .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
	transition: all 0.3s ease-in-out;
	border: 2px solid var(--accent2);
}
.top-product-section .woocommerce-product-gallery ol.flex-control-thumbs li img {
	border-radius: 50px;
}
.top-product-section a.woocommerce-product-gallery__trigger {
	text-decoration: none;
    right: 20px;
	top: 23px;
}
.top-product-section .woocommerce-product-gallery__wrapper > div {
/*    border-radius: 50px !important;*/
}
.top-product-section .woocommerce-product-gallery .flex-viewport {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.top-product-section .woocommerce-product-gallery__image a img,
.top-product-section .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img.wp-post-image {
/*	border-radius: 50px !important;*/
	max-width: unset !important;
}
body.single-product .pswp.pswp--open {
    z-index: 99999999;
    margin-top: 0;
}
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
    max-width: none;
/*    border-radius: 50px;*/
}
.single-product-wrapper div.product .summary.entry-summary {
/*    background: var(--dark2);*/
/*    padding: 32px !important;*/
/*    border-radius: 50px;*/
}

@media (min-width: 980px) {
	.top-product-section .entry-summary {
		height: fill-available;
		height: -webkit-fill-available;
		height: -moz-available;
		position: sticky;
		position: -webkit-sticky;
		top: 24px;
	}
}

body.single-product div[id^=product-] h1.product_title.entry-title {
    border-bottom: 2px solid var(--accent1);
    padding-bottom: 18px;
    color: var(--dark2);
    margin-bottom: 30px;
    font-size: 40px;
}
.single-product-wrapper .summary.entry-summary form.cart {
	border-bottom: 2px solid var(--accent1);
    justify-content: flex-start;
    padding-bottom: 25px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}
.single-product-wrapper .woocommerce-variation-add-to-cart.variations_button {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.single-product-wrapper .summary.entry-summary form.cart table.variations {
	margin-bottom: 24px;
	margin-top: 0;
}
.single-product-wrapper .summary.entry-summary form.cart table.variations th,
.single-product-wrapper .summary.entry-summary form.cart table.variations td {
	border: none;
	padding: 0;
}
.single-product .single-product-wrapper .woocommerce-variation-price {
	margin: 0;
}
.single-product .single-product-wrapper table.variations tr {
    display: inline-grid;
}

@media (max-width: 979px) {
	.single-product .single-product-wrapper table.variations tr {
	    margin-bottom: 12px;
	}
}

.woocommerce table.variations label {
    padding-left: 8px !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    display: block;
    padding: 0;
}
.woocommerce table.variations select {
    padding: 1px 32px 1px 18px;
}
.woocommerce table.variations a.reset_variations {
    color: transparent !important;
    display: inline-block;
    position: relative;
    margin-left: 0;
}
.woocommerce table.variations a.reset_variations::before {
	transition: all 0.3s ease-in-out;
    font-family: fontello;
    color: var(--accent1);
    position: absolute;
    content: "\e80f";
    font-size: 24px;
    right: 0;
    left: 0;
}
.woocommerce table.variations a.reset_variations:hover::before {
	transition: all 0.3s ease-in-out;
	color: var(--dark2);
}
.woocommerce input.qty {
    padding: 1px 12px 1px 23px;
    text-align: center;
}
.woocommerce table.variations select,
.woocommerce input.qty {
	transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent1);
/*    border-radius: 50px;*/
}
.woocommerce table.variations select:hover,
.woocommerce table.variations select:active,
.woocommerce table.variations select:focus,
.woocommerce table.variations select:focus-within,
.woocommerce input.qty:hover,
.woocommerce input.qty:active,
.woocommerce input.qty:focus,
.woocommerce input.qty:focus-within {
	transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent2);
}
.single-product .top-product-section .entry-summary p.price {
	margin-bottom: 21px;
}
.single-product .top-product-section .woocommerce-product-details__short-description {
	margin-bottom: 25px !important;
}
.single-product .top-product-section .entry-summary p.price span.amount bdi,
.single-product .top-product-section .entry-summary p.price span.amount bdi span {
	font-size: 24px;
}
.single-product div.product .top-product-section .product_meta {
    margin-top: 14px;
    padding-top: 0;
}
.single-product div.product .top-product-section .product_meta span.sku_wrapper,
.single-product div.product .top-product-section .product_meta span.sku_wrapper span.sku,
.single-product div.product .top-product-section .product_meta span.posted_in {
    font-size: 14px;
    line-height: 1;
}
.product_meta span.posted_in a {
    text-decoration: none;
}
.bottom-product-section {
	padding: 40px 0;
}
.bottom-product-section .woocommerce-tabs.wc-tabs-wrapper {
	margin: 0;
}
.bottom-product-section .woocommerce-tabs {
/*	border: 3px solid var(--accent1);*/
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    padding: 0px 2.5% 35px 2.5%;
    /* border-radius: 50px; */
    background: var(--light2);
}
.bottom-product-section .woocommerce-tabs ul.wc-tabs {
	border-bottom: 2px solid var(--accent1);
	margin-bottom: 35px;
	padding: 32px;
}

@media (min-width: 980px) {
	.bottom-product-section .woocommerce-tabs ul.wc-tabs li {
		margin-bottom: 0;
	}
	.bottom-product-section .woocommerce-tabs ul.wc-tabs li:not(:last-child) {
		margin-right: 1%;
	}
}

.bottom-product-section .woocommerce-tabs ul.wc-tabs li a {
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    background-color: var(--accent1);
    font-family: var(--MontSB);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
/*    border-radius: 50px;*/
    text-align: center;
    padding: 14px 28px;
/*    padding-bottom: 6px;*/
    letter-spacing: 1px;
    line-height: 24px;
    min-width: 200px;
    font-size: 18px;
    border: none;
}
.bottom-product-section .woocommerce-tabs ul.wc-tabs li.active a,
.bottom-product-section .woocommerce-tabs ul.wc-tabs li a:focus,
.bottom-product-section .woocommerce-tabs ul.wc-tabs li a:focus-within,
.bottom-product-section .woocommerce-tabs ul.wc-tabs li a:hover {
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    background: var(--accent1_65);
}
body.single-product .bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel {
	margin-bottom: 0;
    margin: 0 auto;
	width: 93%;
}
.bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin-bottom: 24px !important;
    line-height: 1 !important;

}
.bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel p {
	margin-bottom: 12px !important;
}
.bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel.panel ul {
	margin: 0 0 24px 0 !important;
	list-style: disc !important;
	padding-left: 32px;
	border: none;
}
.bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel.panel ul li {
	display: list-item !important;
}
.bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel table.woocommerce-product-attributes {
	background: var(--dark1);
}
.bottom-product-section .woocommerce-tabs th.woocommerce-product-attributes-item__label,
.bottom-product-section .woocommerce-tabs td.woocommerce-product-attributes-item__value {
	color: var(--light1);
}
.bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel table.woocommerce-product-attributes tbody tr td p {
	margin-bottom: 0px !important;
}
.bottom-product-section .related.products {
	padding: 40px 0;
}
.bottom-product-section .related.products h2 {
	text-align: center;
}

@media (max-width: 600px) {
	.tax-product_cat p.woocommerce-result-count {
	    margin-bottom: 0 !important;
	    text-align: center;
	    width: 100%;
	}
	.tax-product_cat form.woocommerce-ordering {
	    margin: 0 auto !important;
	    float: unset !important;
	    text-align: center;
	}
}

@media (min-width: 481px) {
	.archive-content-container {
	    padding-top: 24px;
	}
}

@media (max-width: 480px) {
	.tax-product_cat form.woocommerce-ordering {
	    padding-top: 0 !important;
	}
}

.archive-loop-wrapper ul.products li,
.related ul.products li {
	border: 2px solid var(--light1);
	border-radius: 36px;
}
body #content .archive-loop-wrapper li a,
body #content .related li a {
	color: var(--light1);
	text-align: center;
}
.archive-loop-wrapper li img,
.related li img {
/*	border-top-right-radius: 32px;*/
/*	border-top-left-radius: 32px;*/
}
.archive-loop-wrapper li h2,
.related li h2 {
    font-size: 20px !important;
    font-family: var(--MontM);
    margin: 12px 0 !important;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    min-height: 52px;
    display: flex;
}
body #content .archive-loop-wrapper li a h2,
body #content .related li a h2 {
	letter-spacing: 3px;
	color: var(--dark2);
}
body #content .archive-loop-wrapper li a:hover h2,
body #content .related li a:hover h2 {
	transition: all 0.3s ease-in-out;
}
body #content .archive-loop-wrapper li a:hover h2,
body #content .related li a:hover h2 {
	transition: all 0.3s ease-in-out;
    color: var(--accent1);
}
body #content .archive-loop-wrapper li a.button,
body #content .related li a.button {
    background-color: var(--accent1);
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    font-family: var(--MontSB);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
/*    border-radius: 50px;*/
    font-weight: normal;
    text-align: center;
    padding: 14px 28px;
/*    padding-bottom: 6px;*/
    letter-spacing: 1px;
    line-height: 26px;
    min-width: 200px;
    font-size: 16px;
    margin: 0 auto;
    border: none;
}
body #content .archive-loop-wrapper li a.button:focus,
body #content .archive-loop-wrapper li a.button:focus-within,
body #content .archive-loop-wrapper li a.button:hover,
body #content .related li a.button:focus,
body #content .related li a.button:focus-within,
body #content .related li a.button:hover {
	transition: all 0.3s ease-in-out;
    background: var(--accent1_65);
    color: var(--light1);
}
body.woocommerce .archive-loop-wrapper ul.products li.product,
body.woocommerce .related ul.products li.product {
	padding-bottom: 24px;
}
body.woocommerce .archive-loop-wrapper ul.products li span.price,
body.woocommerce .related ul.products li span.price {
	display: none;
}
.archive-product-wrapper .default-header h1 {
    margin-bottom: 18px;
    line-height: 80px;
}
form.woocommerce-ordering select {
	transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent1);
	padding: 1px 32px 1px 18px;
/*    border-radius: 50px;*/
}
form.woocommerce-ordering select:hover,
form.woocommerce-ordering select:active,
form.woocommerce-ordering select:focus,
form.woocommerce-ordering select:focus-within {
	transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent2);
}
body.woocommerce .archive-loop-wrapper ul.products li.product {
    margin-bottom: 28px !important;
}
.woocommerce-pagination ul.page-numbers {
    margin: 0 auto !important;
    background: var(--dark2);
    text-align: center;
    max-width: 1100px;
}
body #content .woocommerce-pagination ul.page-numbers li a {
	text-decoration: none;
    color: var(--light1);
}
body #content .woocommerce-pagination ul.page-numbers li span.page-numbers.current,
body #content .woocommerce-pagination ul.page-numbers li a:hover {
    color: var(--accent2);
}

@media (max-width: 979px) {
	.top-product-section {
		display: block;
	}
	body #content .woocommerce-product-gallery {
    	max-width: 100%;
    	margin-bottom: 40px !important;
	}
	.woocommerce-message {
    	display: flex;
    	flex-direction: column;
		text-align: center;
	}
	body #content a.restore-item, body #content a.button.wc-forward {
		margin-left: 0px !important;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n+1) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {
		background: #000000 !important;
	}
	body #content .woocommerce-cart-form table input.qty {
    	padding: 0px 10px;
	}
	.woocommerce-info {
    	flex-direction: column;
	}
	.woocommerce .related.products ul.products[class*=columns-] li.product, .woocommerce-page .related.products ul.products[class*=columns-] li.product {
		width: 100% !important;
	}
	ul.products li.product .woocommerce-loop-product__link {
    	width: 100% !important;
	}
	.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail, .woocommerce ul.products li.product img.woocommerce-placeholder {
    	max-width: 100% !important;
	}
}
@media (min-width: 668px) and (max-width: 768px) {
	body #content .woocommerce .related.products ul.products li.product, body #content .woocommerce-page .related.products ul.products li.product {
		padding: 0 0vw 3em 0!important;
	}
}

@media (max-width: 768px) {
	body.woocommerce-page .woocommerce-pagination .next.page-numbers,
	body.woocommerce-page .woocommerce-pagination .prev.page-numbers,
	body.woocommerce-page .woocommerce-pagination a.page-numbers,
	body.woocommerce-page .woocommerce-pagination span.page-numbers {
	    padding: 1rem;
	}
}

@media (max-width: 480px) {
	.tax-product_cat .archive-product-wrapper .default-header h1 {
	    margin-bottom: 18px;
	    line-height: 32px;
	    font-size: 24px;
	}
	.single-product-wrapper a.btn-bt {
    	margin-top: 25px;
	}
	.woocommerce table.variations select {
    	width: 65% !important;
    	margin-left: 20px;
	}
	.woocommerce input.qty {
		width: 100% !important;
		margin-bottom: 20px;
	}
	td.product-name a, .woocommerce table.shop_table td,
	.woocommerce table.shop_table th,
	.woocommerce-page table.shop_table td,
	.woocommerce-page table.shop_table th {
    	font-size: 14px;
    	line-height: 20px;
	}
	body.woocommerce-checkout .woocommerce-billing-fields h3,
	body.woocommerce-checkout h3#order_review_heading,
	body.woocommerce-checkout h3.shipping-details-heading,
	body.woocommerce-checkout h3.payment-method-heading {
    	font-size: 28px;
	}
	body.woocommerce-checkout .woocommerce-billing-fields h3,
	body.woocommerce-checkout h3#order_review_heading,
	body.woocommerce-checkout h3.shipping-details-heading,
	body.woocommerce-checkout h3.payment-method-heading,
	body.single-product div[id^=product-] h1.product_title.entry-title {
		font-size: 27px !important;
	}
	#breadcrumbs nav {
		font-size: 14px;
	}
	div#breadcrumbs {
    	padding-top: 20px;
    	margin-bottom: -20px;
	}
	button.single_add_to_cart_button.button.alt {
    	display: block;
    	width: 100%;
	}
	.bottom-product-section .woocommerce-tabs ul.wc-tabs {
    	padding: 0px;
	}
}

/* Cart + Checkout */

body.woocommerce-checkout {
    overflow-x: unset !important;
}
.bakery .woocommerce .woocommerce-cart-form {
	text-align: left;
}
.bakery .woocommerce-cart-form a.remove {
	transition: all 0.3s ease-in-out;
    color: red !important;
}
.bakery .woocommerce-cart-form a.remove:hover {
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    background: red;
}
.bakery table.shop_table button.button[disabled] {
	pointer-events: none;
	opacity: 0.5;
}
.bakery .place-order button.button,
.bakery .cart_totals a.checkout-button.button,
.bakery table.shop_table button.button {
    background: var(--accent1) !important;
    text-decoration: none !important;
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    padding: 14px 28px !important;
    line-height: 24px !important;
    font-family: var(--MontSB);
    text-transform: uppercase;
    border: none !important;
    display: inline-block;
    letter-spacing: 1px;
/*    border-radius: 50px;*/
    text-align: center;
    margin-left: 0px;
    font-weight: 500;
    min-width: 190px;
    font-size: 16px;
}
.bakery .place-order button.button:hover,
.bakery .place-order button.button:active,
.bakery .place-order button.button:focus,
.bakery .place-order button.button:focus-within,
.bakery .cart_totals a.checkout-button.button:hover,
.bakery .cart_totals a.checkout-button.button:active,
.bakery .cart_totals a.checkout-button.button:focus,
.bakery .cart_totals a.checkout-button.button:focus-within,
.bakery table.shop_table button.button:hover,
.bakery table.shop_table button.button:active,
.bakery table.shop_table button.button:focus,
.bakery table.shop_table button.button:focus-within {
    background: var(--accent1_65) !important;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
}
.bakery table.shop_table td.actions {
	border-bottom: none;
}
.bakery ul.woocommerce-error {
    padding-left: 0 !important;
}
.bakery .woocommerce-checkout ul.woocommerce-error {
	background: transparent;
}
.bakery .woocommerce-checkout ul.woocommerce-error li {
    color: var(--light1);
    background: #ff6060;
}
body.woocommerce-checkout .bakery form .form-row.woocommerce-invalid .input-text {
	border-color: red;
}
body.woocommerce-checkout .bakery .select2-container .select2-selection,
body.woocommerce-checkout .bakery form .form-row .input-text,
body.woocommerce-checkout .select2-container .select2-dropdown {
	transition: all 0.3s ease-in-out;
	border: 2px solid var(--accent1);
/*	border-radius: 50px;*/
}
body.woocommerce-checkout .select2-container .select2-dropdown {
    padding: 16px 0px;
}
body.woocommerce-checkout .select2-container .select2-dropdown:hover,
body.woocommerce-checkout .select2-container .select2-dropdown:active,
body.woocommerce-checkout .select2-container .select2-dropdown:focus,
body.woocommerce-checkout .select2-container .select2-dropdown:focus-within,
body.woocommerce-checkout .bakery .select2-container .select2-selection:hover,
body.woocommerce-checkout .bakery .select2-container .select2-selection:active,
body.woocommerce-checkout .bakery .select2-container .select2-selection:focus,
body.woocommerce-checkout .bakery .select2-container .select2-selection:focus-within,
body.woocommerce-checkout .bakery form .form-row .input-text:hover,
body.woocommerce-checkout .bakery form .form-row .input-text:active,
body.woocommerce-checkout .bakery form .form-row .input-text:focus,
body.woocommerce-checkout .bakery form .form-row .input-text:focus-within {
	transition: all 0.3s ease-in-out;
	border: 2px solid var(--accent2);
}
body.woocommerce-checkout .select2-dropdown ul {
	color: #000 !important;
}

body.woocommerce-checkout .bakery input.select2-search__field,
body.woocommerce-checkout .bakery .select2-search__field,
input.select2-search__field {
    margin: 0 !important;
}
body.woocommerce-checkout .select2-results__option--highlighted {
	background-color: var(--accent1) !important;
	color: var(--light1) !important;
	font-weight: bold;
}
body.woocommerce-checkout .select2-results__option[data-selected="true"] {
	background-color: var(--accent2) !important;
	color: var(--accent1) !important;
	font-weight: bold;
}

body.woocommerce-checkout .select2-results__option[data-selected="true"]:hover {
	background-color: var(--accent2) !important;
/*	color: var(--light1) !important;*/
	font-weight: bold;
}
.woocommerce-input-wrapper input[type="text"],
.woocommerce-input-wrapper input[type="tel"],
.woocommerce-input-wrapper input[type="email"] {
    margin: 0 !important;
}
body.woocommerce-checkout .bakery textarea#order_comments {
    padding: 12px;
}
body.woocommerce-checkout .bakery .woocommerce-shipping-fields {
    margin-bottom: 24px;
}
body.woocommerce-checkout .bakery .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    background: var(--dark2);
	color: var(--light1);
/*    border-radius: 24px;*/
    line-height: 1.5;
    margin-top: 24px;
    font-size: 14px;
    padding: 16px;
}
body.woocommerce-checkout h3#order_review_heading {
    width: 100% !important;
}
body.woocommerce-checkout form.checkout.woocommerce-checkout {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
body.woocommerce-checkout .woocommerce-billing-fields label {
    margin-bottom: 5px;
}
body.woocommerce-checkout form .col2-set,
body.woocommerce-checkout div#order_review {
	box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.10);
    background: var(--light3);
/*    border-radius: 8px;*/
    padding: 32px;
    width: 48%;
}
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout h3#order_review_heading,
body.woocommerce-checkout h3.shipping-details-heading,
body.woocommerce-checkout h3.payment-method-heading {
	border-bottom: 2px solid var(--accent1);
	padding: 0 0 12px 0 !important;
	color: var(--dark2);
	margin: 0 0 24px 0;
	font-size: 24px;
}
body.woocommerce-checkout ul.wc_payment_methods .woocommerce-info {
    margin-bottom: 0;
}

@media (min-width: 980px) {
	div#order_review {
	    position: -webkit-sticky;
		position: sticky;
	    top: 24px;
	}
}

@media (max-width: 979px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
	    flex-wrap: wrap;
	}
	body.woocommerce-checkout form .col2-set,
	body.woocommerce-checkout div#order_review {
	    width: 100%;
	}
	body.woocommerce-checkout form .col2-set {
		margin-bottom: 24px;
	}
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 0 !important;
}
p.items-text {
	margin-bottom: 12px;
}
body.woocommerce-checkout td.product-name,
body.woocommerce-checkout td.product-total {
    padding-top: 0 !important;
}
.bakery ul#shipping_method,
.bakery ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.bakery ul#shipping_method li {
    padding: 0;
    margin: 0;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 1rem 0;
}
body.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal,
body.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total {
	border-top: 1px solid var(--accent1);
}
body.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .cart-subtotal,
body.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .order-total {
    border-top: 1px solid var(--accent1);
}
body.woocommerce-checkout .wc_payment_method input[type=radio]+label::before {
    border: 3px solid var(--light1);
    margin-right: 16px;
    margin-left: 0;
    height: 18px;
    width: 18px;
}
body.woocommerce-checkout .wc_payment_method input[type=radio]:checked+label::before {
    background: var(--accent2);
}
body.woocommerce-checkout ul#shipping_method label {
    font-size: 16px;
    white-space: nowrap;
}
body.woocommerce-checkout div#payment {
    margin-top: 24px;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th {
    font-size: 16px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 24px;
}

/* Account (endpoints) */

.bakery nav.woocommerce-MyAccount-navigation  {
	width: 100%;
}
.bakery nav.woocommerce-MyAccount-navigation ul {
	background: var(--light3);
	justify-content: center;
/*	border-radius: 50px;*/
	align-items: center;
	padding: 24px;
	display: flex;
	width: 100%;
	margin: 0;
}
.bakery nav.woocommerce-MyAccount-navigation ul li {
	justify-content: center;
	margin: 0 !important;
	align-items: center;
	margin: 0 4px !important;
	display: flex;
	width: auto;
	padding: 0;
}
body .bakery nav.woocommerce-MyAccount-navigation ul li:first-child {
	margin-left: 0 !important;
}
body .bakery nav.woocommerce-MyAccount-navigation ul li:last-child {
	margin-right: 0 !important;
}
body #content .bakery nav.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none !important;
	padding: 10px 20px 6px 20px;
    font-family: var(--MontSB);
    text-transform: uppercase;
	color: var(--light1) !important;
/*	border-radius: 50px;*/
	text-align: center;
    line-height: 24px;
	background: var(--accent1);
    font-size: 16px;
	width: 100%;
	margin: 0;
}
body #content .bakery nav.woocommerce-MyAccount-navigation ul li a:hover {
}
body #content li.woocommerce-MyAccount-navigation-link a:hover,
body #content li.woocommerce-MyAccount-navigation-link a:active,
body #content li.woocommerce-MyAccount-navigation-link a:focus,
body #content li.woocommerce-MyAccount-navigation-link a:focus-within,
body #content li.woocommerce-MyAccount-navigation-link.is-active a {
	background: var(--accent1_65) !important;
	color: var(--light1) !important;
}
.bakery .woocommerce-MyAccount-content {
    background: var(--dark2);
    width: 100% !important;
/*    border-radius: 50px;*/
    padding: 40px 32px;
}
body.woocommerce-account .woocommerce-MyAccount-content p {
    color: var(--light1);
    line-height: 26px;
    font-size: 20px;
}
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content legend {
    color: var(--light1);
}
body.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
	background: #111;
}
body.woocommerce-account table.account-orders-table:not(.has-background) tbody tr td {
	background: #333;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    text-align: center;
}
.bakery a.woocommerce-button.button.view {
    background-color: #FFF !important;
    border-radius: 50px;
    font-size: 16px;
    color: #000;
}
.bakery a.woocommerce-button.button.view:hover {
    background-color: var(--dark2) !important;
    color: #FFF !important;
    border-radius: 50px;
    font-size: 16px;
}
.u-columns.woocommerce-Addresses.col2-set header a {
    color: var(--light1) !important;
    font-family: var(--MontSB);
    background: var(--accent1);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
/*    border-radius: 50px;*/
    padding: 8px 16px;
    font-size: 14px;
}
.u-columns.woocommerce-Addresses.col2-set header a:hover,
.u-columns.woocommerce-Addresses.col2-set header a:active,
.u-columns.woocommerce-Addresses.col2-set header a:focus,
.u-columns.woocommerce-Addresses.col2-set header a:focus-within {
	background-color: var(--accent1_65) !important;
	color: var(--light1) !important;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button,
form.woocommerce-EditAccountForm.edit-account button.button,
body .woocommerce-MyAccount-content form button.button,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    padding: 14px 28px !important;
    background: var(--accent1) !important;
    text-decoration: none !important;
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    line-height: 24px !important;
    font-family: var(--MontSB);
    text-transform: uppercase;
    border: none !important;
    display: inline-block;
    letter-spacing: 1px;
/*    border-radius: 50px;*/
    text-align: center;
    margin-left: 0px;
    font-weight: 500;
    min-width: 190px;
    font-size: 16px;
}
body.woocommerce-account .woocommerce-MyAccount-content address {
	color: var(--light1) !important;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:hover,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:active,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:focus,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:focus-within,
form.woocommerce-EditAccountForm.edit-account button.button:hover,
form.woocommerce-EditAccountForm.edit-account button.button:active,
form.woocommerce-EditAccountForm.edit-account button.button:focus,
form.woocommerce-EditAccountForm.edit-account button.button:focus-within,
body .woocommerce-MyAccount-content form button.button:hover,
body .woocommerce-MyAccount-content form button.button:active,
body .woocommerce-MyAccount-content form button.button:focus,
body .woocommerce-MyAccount-content form button.button:focus-within,
button.woocommerce-button.button.woocommerce-form-login__submit:hover,
button.woocommerce-button.button.woocommerce-form-login__submit:active,
button.woocommerce-button.button.woocommerce-form-login__submit:focus,
button.woocommerce-button.button.woocommerce-form-login__submit:focus-within,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:active,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:focus,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:focus-within {
	background: var(--accent1_65) !important;
	color: var(--light1) !important;
}
form.woocommerce-EditAccountForm.edit-account span.show-password-input {
    display: none !important;
}
body.woocommerce-account .select2-hidden-accessible {
    position: unset !important;
    margin: unset !important;
}
body.woocommerce-account span.select2-selection.select2-selection--single {
    border-radius: 24px;
}
body.woocommerce-account li.select2-results__option {
    color: #000;
}
body.woocommerce-account p#shipping_company_field label[for="shipping_company"] {
    margin-top: 24px;
}
section.shipping-calculator-form span.select2-selection.select2-selection--single,
section.shipping-calculator-form span.select2-selection__rendered {
    border-radius: 50px !important;
    border: 0 !important;
}
section.shipping-calculator-form input[type="text"] {
	border: 3px solid var(--accent1) !important;
	transition: all 0.3s ease-in-out;
	margin: 0 !important;
}
section.shipping-calculator-form span.select2.select2-container.select2-container--default {
    border: 3px solid var(--accent1);
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}
section.shipping-calculator-form span.select2.select2-container.select2-container--default:hover,
section.shipping-calculator-form span.select2.select2-container.select2-container--default:active,
section.shipping-calculator-form span.select2.select2-container.select2-container--default:focus,
section.shipping-calculator-form span.select2.select2-container.select2-container--default:focus-within,
section.shipping-calculator-form input[type="text"]:hover,
section.shipping-calculator-form input[type="text"]:active,
section.shipping-calculator-form input[type="text"]:focus,
section.shipping-calculator-form input[type="text"]:focus-within {
	border: 3px solid var(--accent2) !important;
	transition: all 0.3s ease-in-out;
}
body .woocommerce .cart-collaterals .shipping-calculator-form p {
    margin-bottom: 16px;
}
body .woocommerce .cart-collaterals .shipping-calculator-form p#calc_shipping_country_field {
    pointer-events: none;
}
body.woocommerce-cart ul.select2-results__options li {
    color: #000 !important;
}
body.woocommerce-cart ul.select2-results__options .select2-results__option--highlighted {
	color: #FFF !important;
}
body.woocommerce-cart span.select2-dropdown.select2-dropdown--below {
    border: 2px solid var(--accent2) !important;
    border-radius: 23px !important;
}
body .woocommerce form:not(.login) .show-password-input,
body .woocommerce-page form .show-password-input {
    right: -12px;
    top: 18px;
}
form.woocommerce-form.woocommerce-form-login.login input,
form.woocommerce-form.woocommerce-form-register.register input {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--light1);
}
form.woocommerce-form.woocommerce-form-login.login input:hover,
form.woocommerce-form.woocommerce-form-login.login input:active,
form.woocommerce-form.woocommerce-form-login.login input:focus,
form.woocommerce-form.woocommerce-form-login.login input:focus-within,
form.woocommerce-form.woocommerce-form-register.register input:hover,
form.woocommerce-form.woocommerce-form-register.register input:active,
form.woocommerce-form.woocommerce-form-register.register input:focus,
form.woocommerce-form.woocommerce-form-register.register input:focus-within {
	transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent2);
}
body.woocommerce-account input#user_login,
body.woocommerce-account input#reg_email {
    margin: 0 !important;
}
body.woocommerce-account .woocommerce-privacy-policy-text {
    margin-bottom: 24px;
}
body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login {
    background: var(--light3);
    padding: 40px;
}
body.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin-bottom: 16px;
}
body.woocommerce-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
}
body.woocommerce-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
	margin-right: 8px;
}
body.woocommerce-account p.woocommerce-LostPassword.lost_password {
    margin-top: 7px;
}

.woocommerce-product-gallery {
	opacity: 1 !important;
}

@media (max-width: 1024px) {
	.bakery nav.woocommerce-MyAccount-navigation ul {
	    justify-content: space-between;
	    padding: 20px 20px 16px 20px;
	    flex-wrap: wrap;
	}
	.bakery nav.woocommerce-MyAccount-navigation ul li {
	    margin: 0 0 2px 0 !important;
	    width: 49.6%;
	}
}

@media (max-width: 768px) {
	.bakery nav.woocommerce-MyAccount-navigation ul li {
	    width: 100%;
	}
}

/* END WOOCOMMERCE STYLES */

/* ============================================================
 * MEDPEPS SINGLE PRODUCT REDESIGN (dark theme, design comp)
 * Appended last so it overrides the legacy light-theme rules.
 * ============================================================ */

/* --- Page canvas: dark --- */
body.single-product .single-product-wrapper,
body.single-product .single-product-wrapper .content-wrapper,
body.single-product .bottom-product-section {
	background: var(--dark3); /* #000 */
}
body.single-product .single-product-wrapper,
body.single-product .single-product-wrapper p,
body.single-product .single-product-wrapper li,
body.single-product .single-product-wrapper h1,
body.single-product .single-product-wrapper h2,
body.single-product .single-product-wrapper h3 {
	color: var(--light1);
}
body.single-product .single-product-wrapper .default-header { display: none; }

/* --- Breadcrumb: thin blue bordered bar --- */
body.single-product #breadcrumbs { padding-top: 24px; }
body.single-product #breadcrumbs nav {
	background: transparent;
	border: 1px solid var(--dark1);
	border-radius: 8px;
	padding: 16px 24px;
	color: var(--light1);
}
body.single-product #breadcrumbs nav a { color: var(--light1); }
body.single-product #breadcrumbs nav a:hover { color: var(--accent2); }

/* --- Top section: image (left) + summary (right) --- */
body.single-product .top-product-section {
	gap: 5%;
	padding: 48px 0 24px;
}
body.single-product .top-product-section .product-gallery-col {
	position: relative;
	width: 46%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* brand glow behind the vial */
body.single-product .top-product-section .product-gallery-col::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 45%, rgba(38,175,221,0.28) 0%, rgba(26,91,175,0.12) 38%, transparent 68%);
	pointer-events: none;
	z-index: 0;
}
body.single-product .top-product-section .woocommerce-product-gallery {
	position: relative;
	z-index: 1;
	width: 100% !important;
	float: none;
	margin: 0 !important;
}
body.single-product .top-product-section .woocommerce-product-gallery__image a img,
body.single-product .top-product-section .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	margin: 0 auto;
	display: block;
}
body.single-product .top-product-section .woocommerce-product-gallery .flex-viewport { box-shadow: none; }
body.single-product .top-product-section .woocommerce-product-gallery ol.flex-control-thumbs {
	background: transparent;
	padding: 16px 0 0;
	margin-top: 8px;
}

body.single-product .top-product-section .summary.entry-summary {
	width: 49%;
	background: transparent !important;
	padding: 0 !important;
}

/* Title */
body.single-product .top-product-section .summary h1.product_title.entry-title {
	color: var(--light1) !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 8px !important;
	font-size: 30px;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Subtitle (only output when filled) */
body.single-product .summary .product-subtitle {
	color: var(--light1);
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 20px;
}
@media (max-width: 480px) {
	body.single-product .summary .product-subtitle {
		font-size: 18px;
	}
}

/* short divider */
body.single-product .summary .title-divider {
	display: block;
	width: 48px;
	height: 3px;
	background: var(--dark2);
	margin: 0 0 26px;
}

/* Price */
body.single-product .top-product-section .summary p.price,
body.single-product .top-product-section .summary p.price span.amount bdi,
body.single-product .top-product-section .summary p.price span.amount bdi span {
	color: var(--light1) !important;
	font-family: var(--MontB);
	font-weight: 800;
}
body.single-product .top-product-section .summary p.price,
body.single-product .top-product-section .summary p.price span.amount bdi,
body.single-product .top-product-section .summary p.price span.amount bdi span { font-size: 30px !important; }
body.single-product .top-product-section .summary p.price { margin: 0 0 26px !important; }

/* Short description */
body.single-product .summary .woocommerce-product-details__short-description,
body.single-product .summary .woocommerce-product-details__short-description p,
body.single-product .summary .woocommerce-product-details__short-description  ul li{
	color: var(--light3);
	font-size: 16px;
	line-height: 1.6;
}
body.single-product .summary .woocommerce-product-details__short-description p {
	color: var(--light1)
}
body.single-product .summary .woocommerce-product-details__short-description { margin-bottom: 26px !important; }

/* Research Use Only notice */
body.single-product .summary .research-use-warning {
	background: #0e0e12;
	border: 1px solid #2a2f3a;
	border-radius: 8px;
	padding: 18px 20px;
	margin: 0 0 28px;
}
body.single-product .summary .research-use-warning p {
	color: var(--light3);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}
body.single-product .summary .research-use-warning .warn-icon { margin-right: 6px; }

/* Qty + Add to cart row */
body.single-product .single-product-wrapper .summary.entry-summary form.cart {
	border-bottom: none;
	padding-bottom: 0;
	gap: 12px;
	margin: 0 0 18px;
}
body.single-product .summary form.cart .quantity .qty {
	background: var(--light1);
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	border: none !important;
	border-radius: 6px;
	box-sizing: border-box;
	height: 45px;
	width: 72px;
	padding: 8px 10px !important;
	text-align: center !important;
	font-size: 18px;
}
body.single-product .single-product-wrapper div.product .summary.entry-summary form.cart button.button {
	background: var(--accent2) !important;
    color: var(--accent3) !important;
    border-radius: 6px !important;
    font-family: var(--MontSB) !important;
    letter-spacing: 1px !important;
    padding: 10px 15px !important;
    width: fit-content;
}
body.single-product .single-product-wrapper div.product .summary.entry-summary form.cart button.button:hover {
	background: #2f6fc7 !important;
}

/* --- Tabs (Description) --- */
body.single-product .bottom-product-section .woocommerce-tabs {
	background: transparent;
	box-shadow: none;
	padding: 24px 0 0;
}
body.single-product .bottom-product-section .woocommerce-tabs ul.wc-tabs {
	border-bottom: 2px solid var(--dark1);
	padding: 0 0 14px;
	margin-bottom: 28px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
body.single-product .bottom-product-section .woocommerce-tabs ul.wc-tabs li { background: transparent; border: none; margin: 0; }
body.single-product .bottom-product-section .woocommerce-tabs ul.wc-tabs li a {
	background: var(--dark1);
	color: var(--light1) !important;
	border-radius: 6px;
	padding: 14px 30px;
	font-size: 16px;
	letter-spacing: 2px;
}
body.single-product .bottom-product-section .woocommerce-tabs ul.wc-tabs li.active a {
	background: var(--light2);
	color: #15171c !important;
}
body.single-product .bottom-product-section .woocommerce-tabs ul.wc-tabs li a:hover { background: #2f6fc7; }
body.single-product .bottom-product-section .woocommerce-tabs ul.wc-tabs li.active a:hover { background: var(--light1); }
body.single-product .bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel { width: 100%; margin: 0; }
body.single-product .bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel,
body.single-product .bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel p,
body.single-product .bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel li,
body.single-product .bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.single-product .bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel h3 {
	color: var(--light1);
}
body.single-product .bottom-product-section .woocommerce-tabs .woocommerce-Tabs-panel.panel ul li { color: var(--light3); }

/* --- Related Compounds --- */
body.single-product .bottom-product-section .related-compounds {
	padding: 60px 0 20px;
	text-align: center;
}
body.single-product .related-compounds .related-compounds-title {
	color: var(--light1);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 34px;
	margin: 0 0 14px;
}
body.single-product .related-compounds .related-compounds-divider {
	display: inline-block;
	width: 56px;
	height: 3px;
	background: var(--accent2);
	margin: 0 0 40px;
}
body.single-product .related-compounds .compounds-grid { margin: 0 auto; }

/* Re-enable the blue gradient top on compound cards (site-wide brand look) */
.compound-card-top {
/* 	background: linear-gradient(160deg, var(--dark1) 0%, var(--dark2) 100%);
	padding: 26px 20px 0; */
}

/* Related Compounds cards (single product): plain image top, dark-grey body */
body.single-product .related-compounds .compound-card-top {
	background: none;
	padding: 0;
}
body.single-product .related-compounds .compound-card-body {
	background-color: #1E2126;
}
body.single-product .related-compounds .compound-btn {
	color: #1E2126;
}

/* --- Responsive --- */
/* All buttons & tabs on the product page use Montserrat SemiBold */
body.single-product .bottom-product-section .woocommerce-tabs ul.wc-tabs li a,
body.single-product .single-product-wrapper div.product .summary.entry-summary form.cart button.button,
body.single-product .related-compounds .compound-btn {
	font-family: var(--MontSB) !important;
}

@media (max-width: 979px) {
	body.single-product .top-product-section { flex-direction: column; gap: 32px; }
	body.single-product .top-product-section .product-gallery-col,
	body.single-product .top-product-section .summary.entry-summary { width: 100%; }
	body.single-product .top-product-section .summary h1.product_title.entry-title { font-size: 28px; }
}

/* ============================================================
 * MEDPEPS CART PAGE (dark theme)
 * ============================================================ */

/* Dark canvas + 1100px container */
body.woocommerce-cart #content.site-content { background: var(--dark3); }
body.woocommerce-cart .bakery.cart {
	max-width: 1100px;
	width: 87%;
	margin: 0 auto;
	padding: 48px 0 64px;
}

/* All headings + table headers Poppins (parent block theme defaults to Literata) */
body.woocommerce-cart h1,
body.woocommerce-cart h2,
body.woocommerce-cart h3,
body.woocommerce-cart h4,
body.woocommerce-cart h5,
body.woocommerce-cart h6,
body.woocommerce-cart th,
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart caption,
body.woocommerce-cart .wc-block-components-title,
body.woocommerce-cart .wp-block-heading {
	font-family: "Poppins", sans-serif !important;
}

/* Kill the parent theme's Literata everywhere on the cart EXCEPT buttons
   (buttons stay Montserrat SemiBold). */
body.woocommerce-cart .bakery.cart,
body.woocommerce-cart .bakery.cart p,
body.woocommerce-cart .bakery.cart li,
body.woocommerce-cart .bakery.cart td,
body.woocommerce-cart .bakery.cart label,
body.woocommerce-cart .bakery.cart caption,
body.woocommerce-cart .bakery.cart input,
body.woocommerce-cart .bakery.cart select,
body.woocommerce-cart .bakery.cart .product-name a,
body.woocommerce-cart .bakery.cart a:not(.button):not(.wp-element-button) {
	font-family: "Poppins", sans-serif !important;
}

/* Light text on the dark canvas */
body.woocommerce-cart .bakery.cart,
body.woocommerce-cart .bakery.cart p,
body.woocommerce-cart .bakery.cart li,
body.woocommerce-cart .bakery.cart h1,
body.woocommerce-cart .bakery.cart h2,
body.woocommerce-cart .bakery.cart h3,
body.woocommerce-cart .bakery.cart td,
body.woocommerce-cart .bakery.cart th,
body.woocommerce-cart .bakery.cart a {
	color: var(--light1);
}

/* Cart items + totals tables */
body.woocommerce-cart .bakery.cart table.shop_table {
	background: #0e0e12;
	border: 1px solid #2a2f3a;
	border-radius: 8px;
	border-collapse: separate;
}
body.woocommerce-cart .bakery.cart table.shop_table th,
body.woocommerce-cart .bakery.cart table.shop_table td {
	border-top: 1px solid #2a2f3a;
	color: var(--light1);
}
body.woocommerce-cart .bakery.cart table.shop_table td.product-name a:hover { color: var(--accent2); }
body.woocommerce-cart .bakery.cart .cart_totals {
	background: #0e0e12;
	border: 1px solid #2a2f3a;
	border-radius: 8px;
	padding: 24px;
}
body.woocommerce-cart .bakery.cart .cart_totals table.shop_table {
	background: transparent;
	border: none;
}

/* Inputs */
body.woocommerce-cart .bakery.cart input.qty {
	background: var(--light1);
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	border: none;
	border-radius: 6px;
	box-sizing: border-box;
	width: 78px;
	height: 44px;
	padding: 8px 10px !important;
	text-align: center !important;
	font-size: 16px;
	line-height: 1.2;
}
body.woocommerce-cart .bakery.cart .coupon input[type="text"],
body.woocommerce-cart .bakery.cart #coupon_code {
	background: #0e0e12;
	border: 1px solid #2a2f3a;
	color: var(--light1);
	border-radius: 6px;
	padding: 12px 14px;
}

/* Buttons -> accent2 (match the product page) */
body.woocommerce-cart .bakery a.button,
body.woocommerce-cart .bakery button.button,
body.woocommerce-cart .bakery .cart_totals a.checkout-button.button,
body.woocommerce-cart .bakery table.shop_table button.button {
	background: var(--accent2) !important;
	color: var(--accent3) !important;
	font-family: var(--MontSB) !important;
	border-radius: 6px !important;
	border: none !important;
}
body.woocommerce-cart .bakery a.button:hover,
body.woocommerce-cart .bakery button.button:hover,
body.woocommerce-cart .bakery .cart_totals a.checkout-button.button:hover,
body.woocommerce-cart .bakery table.shop_table button.button:hover {
	background: var(--dark1) !important;
	color: var(--light1) !important;
}

/* Notices dark */
body.woocommerce-cart .wc-block-components-notice-banner,
body.woocommerce-cart .bakery.cart .woocommerce-message,
body.woocommerce-cart .bakery.cart .woocommerce-info {
	background: #0e0e12 !important;
	color: var(--light1) !important;
	border-color: var(--accent2) !important;
}

/* ============================================================
 * MEDPEPS CHECKOUT PAGE (dark theme)
 * ============================================================ */

/* Dark canvas + 1100px container */
body.woocommerce-checkout #content.site-content { background: var(--dark3); }
body.woocommerce-checkout .bakery.checkout {
	max-width: 1100px;
	width: 87%;
	margin: 0 auto;
	padding: 48px 0 64px;
}

/* All headings + table headers Poppins, and kill Literata everywhere
   EXCEPT buttons (buttons stay Montserrat SemiBold) */
body.woocommerce-checkout .bakery.checkout,
body.woocommerce-checkout .bakery.checkout p,
body.woocommerce-checkout .bakery.checkout li,
body.woocommerce-checkout .bakery.checkout td,
body.woocommerce-checkout .bakery.checkout th,
body.woocommerce-checkout .bakery.checkout label,
body.woocommerce-checkout .bakery.checkout caption,
body.woocommerce-checkout .bakery.checkout h1,
body.woocommerce-checkout .bakery.checkout h2,
body.woocommerce-checkout .bakery.checkout h3,
body.woocommerce-checkout .bakery.checkout h4,
body.woocommerce-checkout .bakery.checkout input,
body.woocommerce-checkout .bakery.checkout select,
body.woocommerce-checkout .bakery.checkout .wc-block-components-title,
body.woocommerce-checkout .bakery.checkout .wp-block-heading,
body.woocommerce-checkout .bakery.checkout a:not(.button):not(.wp-element-button) {
	font-family: "Poppins", sans-serif !important;
}

/* Light text on dark canvas */
body.woocommerce-checkout .bakery.checkout,
body.woocommerce-checkout .bakery.checkout p,
body.woocommerce-checkout .bakery.checkout li,
body.woocommerce-checkout .bakery.checkout label,
body.woocommerce-checkout .bakery.checkout td,
body.woocommerce-checkout .bakery.checkout th,
body.woocommerce-checkout .bakery.checkout a {
	color: var(--light1);
}

/* Panels (billing/shipping form + order review) -> dark */
body.woocommerce-checkout form .col2-set,
body.woocommerce-checkout div#order_review {
	background: #0e0e12 !important;
	border: 1px solid #2a2f3a;
	border-radius: 8px;
	box-shadow: none;
}

/* Section headings */
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout h3#order_review_heading,
body.woocommerce-checkout h3.shipping-details-heading,
body.woocommerce-checkout h3.payment-method-heading {
	color: var(--light1);
	border-bottom: 2px solid var(--dark1);
}

/* Form fields -> dark with white text */
body.woocommerce-checkout .bakery form .form-row .input-text,
body.woocommerce-checkout .bakery textarea#order_comments,
body.woocommerce-checkout .bakery .select2-container .select2-selection {
	background: #1a1c22 !important;
	color: var(--light1) !important;
	-webkit-text-fill-color: var(--light1) !important;
	border: 1px solid #2a2f3a !important;
	border-radius: 6px;
}
body.woocommerce-checkout .bakery form .form-row .input-text::placeholder { color: var(--light3); }
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--light1) !important;
}

/* Order review table */
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
	color: var(--light1);
	border-color: #2a2f3a;
}
body.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal,
body.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total {
	border-top: 1px solid #2a2f3a;
}

/* Terms / privacy box */
body.woocommerce-checkout .bakery .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
	background: #1a1c22;
}

/* Buttons -> accent2 (match the rest of the dark theme) */
body.woocommerce-checkout .bakery .place-order button.button,
body.woocommerce-checkout .bakery button#place_order,
body.woocommerce-checkout .bakery a.button,
body.woocommerce-checkout .bakery button.button {
	background: var(--accent2) !important;
	color: var(--accent3) !important;
	font-family: var(--MontSB) !important;
	border-radius: 6px !important;
	border: none !important;
}
body.woocommerce-checkout .bakery .place-order button.button:hover,
body.woocommerce-checkout .bakery button#place_order:hover,
body.woocommerce-checkout .bakery a.button:hover,
body.woocommerce-checkout .bakery button.button:hover {
	background: var(--dark1) !important;
	color: var(--light1) !important;
}

/* Login / coupon / info notices -> dark */
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
	background: #0e0e12 !important;
	color: var(--light1) !important;
	border-color: var(--accent2) !important;
}

/* Remove the "Additional information" / shipping column — Billing fills the panel */
body.woocommerce-checkout #customer_details .col-2 { display: none !important; }
body.woocommerce-checkout #customer_details .col-1 {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

/* ============================================================
 * MEDPEPS PRODUCT ARCHIVE / CATEGORY (dark theme)
 * Scoped to .archive-product-wrapper (category, tag + shop archives)
 * ============================================================ */

.archive-product-wrapper { background: var(--dark3); }

/* Light text */
.archive-product-wrapper,
.archive-product-wrapper p,
.archive-product-wrapper li,
.archive-product-wrapper h1,
.archive-product-wrapper h2,
.archive-product-wrapper a {
	color: var(--light1);
}

/* Kill Literata -> Poppins (buttons keep Montserrat) */
.archive-product-wrapper,
.archive-product-wrapper p,
.archive-product-wrapper li,
.archive-product-wrapper h1,
.archive-product-wrapper h2,
.archive-product-wrapper th,
.archive-product-wrapper label,
.archive-product-wrapper a:not(.button):not(.btn-bt):not(.wp-element-button) {
	font-family: "Poppins", sans-serif !important;
}

/* Category header */
.archive-product-wrapper .default-header {
/* 	background: var(--dark3) !important;
	background-image: none !important; */
	padding: 48px 0 8px;
}
.archive-product-wrapper .default-header h1 {
	color: var(--light1);
	line-height: 1.1 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.archive-product-wrapper .default-header a.btn-bt {
	background: var(--accent2);
	color: var(--accent3);
	font-family: var(--MontSB);
}

/* Breadcrumb bar */
.archive-product-wrapper #breadcrumbs nav {
	background: transparent;
	border: 1px solid var(--dark1);
	border-radius: 8px;
	color: var(--light1);
	max-width: 1100px;
	margin: 0 auto;
}
.archive-product-wrapper #breadcrumbs nav a { color: var(--light1); }
.archive-product-wrapper #breadcrumbs nav a:hover { color: var(--accent2); }

/* Result count + ordering */
.archive-product-wrapper .woocommerce-result-count,
.archive-product-wrapper .woocommerce-ordering { color: var(--light1); }
.archive-product-wrapper form.woocommerce-ordering select {
	background: #1a1c22;
	color: var(--light1);
	border: 1px solid #2a2f3a;
}

/* Product grid -> compound-card design (matches the homepage shortcode).
   content-product.php outputs li.compound-card, so the global .compound-card
   styles provide the look; here we just lay them out in a grid and strip the
   default WooCommerce list-item border/float/width. */
/* Space between the product grid and the pagination */
.archive-loop-wrapper {
	padding-bottom: 30px;
}

/* Force a 4-up grid (overrides WooCommerce's float/grid CSS that loads after this file) */
body.woocommerce .archive-loop-wrapper ul.products,
body.woocommerce-page .archive-loop-wrapper ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}
body.woocommerce .archive-loop-wrapper ul.products li.product,
body.woocommerce-page .archive-loop-wrapper ul.products li.product {
	border: none !important;
	border-radius: 12px;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	grid-column: auto !important;
}
body.woocommerce .archive-loop-wrapper ul.products li.product::before { display: none; }
/* Kill any clearfix pseudo-element on the grid container — as a grid item it
   would steal the first cell and shift every card right by one (first row -> 3). */
body.woocommerce .archive-loop-wrapper ul.products::before,
body.woocommerce .archive-loop-wrapper ul.products::after,
body.woocommerce-page .archive-loop-wrapper ul.products::before,
body.woocommerce-page .archive-loop-wrapper ul.products::after {
	content: none !important;
	display: none !important;
}
@media (max-width: 1024px) {
	body.woocommerce .archive-loop-wrapper ul.products,
	body.woocommerce-page .archive-loop-wrapper ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
	body.woocommerce .archive-loop-wrapper ul.products,
	body.woocommerce-page .archive-loop-wrapper ul.products { grid-template-columns: 1fr !important; }
}

/* Bottom CTA background image.
   The CTA is rendered via do_shortcode() in archive-product.php and relies on
   WPBakery's generated class .vc_custom_1782417017057 for its background. That
   rule only lives in the buy-peptides page meta (printed on that page only), so
   it's declared here too so the background shows on product archives. */
.vc_custom_1782417017057 {
	background-image: url(https://medpeps.vmgagencysites.com/wp-content/uploads/2026/06/cta-bg-alternate-peptides-and-molecules.webp?id=3247) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/* ============================================================
 * MEDPEPS MY ACCOUNT (dark theme) — logged in + logged out
 * ============================================================ */

/* Dark canvas + 1100px container */
body.woocommerce-account #content.site-content { background: var(--dark3); }
body.woocommerce-account .bakery.my-account {
	max-width: 1100px;
	width: 87%;
	margin: 0 auto;
	padding: 48px 0 64px;
}

/* Kill Literata -> Poppins (buttons keep Montserrat) */
body.woocommerce-account .bakery.my-account,
body.woocommerce-account .bakery.my-account p,
body.woocommerce-account .bakery.my-account li,
body.woocommerce-account .bakery.my-account td,
body.woocommerce-account .bakery.my-account th,
body.woocommerce-account .bakery.my-account label,
body.woocommerce-account .bakery.my-account h1,
body.woocommerce-account .bakery.my-account h2,
body.woocommerce-account .bakery.my-account h3,
body.woocommerce-account .bakery.my-account legend,
body.woocommerce-account .bakery.my-account input,
body.woocommerce-account .bakery.my-account a:not(.button):not(.btn-bt):not(.wp-element-button) {
	font-family: "Poppins", sans-serif !important;
}

/* Light text */
body.woocommerce-account .bakery.my-account,
body.woocommerce-account .bakery.my-account p,
body.woocommerce-account .bakery.my-account li,
body.woocommerce-account .bakery.my-account label,
body.woocommerce-account .bakery.my-account h1,
body.woocommerce-account .bakery.my-account h2,
body.woocommerce-account .bakery.my-account h3,
body.woocommerce-account .bakery.my-account a {
	color: var(--light1);
}

/* Login / register cards (logged out) */
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account form.woocommerce-form-register {
	background: #0e0e12;
	border: 1px solid #2a2f3a;
	border-radius: 8px;
	padding: 32px;
	width: 100%;
	margin: 0;
}

/* Form inputs -> dark with visible text */
body.woocommerce-account .bakery.my-account input.input-text,
body.woocommerce-account .bakery.my-account .woocommerce-Input.input-text,
body.woocommerce-account .bakery.my-account input[type="text"],
body.woocommerce-account .bakery.my-account input[type="email"],
body.woocommerce-account .bakery.my-account input[type="password"] {
	background: #1a1c22 !important;
	color: var(--light1) !important;
	-webkit-text-fill-color: var(--light1) !important;
	border: 1px solid #2a2f3a !important;
	border-radius: 6px;
}

/* Account navigation (logged in) -> dark */
body.woocommerce-account .bakery nav.woocommerce-MyAccount-navigation ul {
	background: #0e0e12;
	border: 1px solid #2a2f3a;
	border-radius: 8px;
}
body.woocommerce-account #content .bakery nav.woocommerce-MyAccount-navigation ul li a {
	background: var(--dark1);
	color: var(--light1) !important;
	border-radius: 6px;
}
body.woocommerce-account #content li.woocommerce-MyAccount-navigation-link a:hover,
body.woocommerce-account #content li.woocommerce-MyAccount-navigation-link a:focus,
body.woocommerce-account #content li.woocommerce-MyAccount-navigation-link.is-active a {
	background: var(--accent2) !important;
	color: var(--accent3) !important;
}

/* Content panel (logged in) */
body.woocommerce-account .bakery .woocommerce-MyAccount-content {
	background: #0e0e12;
	border: 1px solid #2a2f3a;
	border-radius: 8px;
}

/* Buttons -> accent2 */
body.woocommerce-account .woocommerce-MyAccount-content form button.button,
body.woocommerce-account button.woocommerce-form-login__submit,
body.woocommerce-account button.woocommerce-form-register__submit,
body.woocommerce-account form.woocommerce-EditAccountForm button.button,
body.woocommerce-account form.woocommerce-ResetPassword button.button,
body.woocommerce-account .u-columns.woocommerce-Addresses header a {
	background: var(--accent2) !important;
	color: var(--accent3) !important;
	font-family: var(--MontSB) !important;
	border-radius: 6px !important;
	border: none !important;
}
body.woocommerce-account .woocommerce-MyAccount-content form button.button:hover,
body.woocommerce-account button.woocommerce-form-login__submit:hover,
body.woocommerce-account button.woocommerce-form-register__submit:hover,
body.woocommerce-account form.woocommerce-EditAccountForm button.button:hover,
body.woocommerce-account form.woocommerce-ResetPassword button.button:hover {
	background: var(--dark1) !important;
	color: var(--light1) !important;
}

/* Notices */
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error {
	background: #0e0e12 !important;
	color: var(--light1) !important;
	border-color: var(--accent2) !important;
}

/* Mobile navigation dropdown background */
@media (max-width: 979px) {
	.main-navigation.display-small-desktop ul, 
	.js .top-header .main-navigation > div > ul, 
	header .left-right-mobile-nav > div > ul {
		background-color: var(--dark3);
	}
}

/* Unified hover for buttons that use accent2 as their background */
body.single-product .single-product-wrapper div.product .summary.entry-summary form.cart button.button:hover,
body.woocommerce-cart .bakery a.button:hover,
body.woocommerce-cart .bakery button.button:hover,
body.woocommerce-cart .bakery .cart_totals a.checkout-button.button:hover,
body.woocommerce-cart .bakery table.shop_table button.button:hover,
body.woocommerce-checkout .bakery .place-order button.button:hover,
body.woocommerce-checkout .bakery button#place_order:hover,
body.woocommerce-checkout .bakery a.button:hover,
body.woocommerce-checkout .bakery button.button:hover,
body.woocommerce-account .woocommerce-MyAccount-content form button.button:hover,
body.woocommerce-account button.woocommerce-form-login__submit:hover,
body.woocommerce-account button.woocommerce-form-register__submit:hover,
body.woocommerce-account form.woocommerce-EditAccountForm button.button:hover,
body.woocommerce-account form.woocommerce-ResetPassword button.button:hover,
body.woocommerce-account .u-columns.woocommerce-Addresses header a:hover,
body.search #content .search-result-card a.btn-bt.read-more:hover,
body #content .archive-loop-wrapper li a.button:hover,
.bakery .wpcp-carousel-wrapper .wpcpro-load-more button:hover,
body .gform_footer input[type="submit"]:hover,
body #content .featured-product-post-grid .btn-bt.alternate .vc_btn3:hover {
	background: #26afddA6 !important;
	background-color: #26afddA6 !important;
	color: var(--accent3) !important;
}

@media (max-width:480px) {
	    button.button.wp-element-button,
		.woocommerce-page table.cart td.actions .coupon .input-text{
        width: 100% !important;
        margin: 10px 0px;
    }
	.archive-product-wrapper #breadcrumbs nav {
    	margin-bottom: 20px;
	}
}

@media (max-width: 979px) {
     .copyright-content.span6.right-three-column {
        display: none !important;
    }
	.row.copyright .span6.middle-three-column {
        margin-bottom: 0px;
	}
}

/* Unified button padding + min-width (excludes the top-bar .twa-btn) */
a.btn-bt:not(.twa-btn),
.compound-btn,
body #content .featured-product-post-grid .btn-bt.alternate .vc_btn3,
body #content .new-product-post-grid .btn-bt.alternate .vc_btn3,
.bakery .wpcp-carousel-wrapper .wpcpro-load-more button,
body .gform_footer input[type="submit"],
#notices a.button.wc-forward,
body.single-product .single-product-wrapper div.product .summary.entry-summary button.button,
body #content .archive-loop-wrapper li a.button,
body #content .related li a.button,
.bakery .place-order button.button,
.bakery .cart_totals a.checkout-button.button,
.bakery table.shop_table button.button,
body .woocommerce-MyAccount-content form button.button,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
form.woocommerce-EditAccountForm.edit-account button.button,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
	padding: 10px 15px !important;
	min-width: 160px !important;
}

/* Accordion */


body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text{
    color: var(--dark3) !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	color: var(--light1);
}
body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: var(--accent1);
	 border: none;
	color: var(--dark3) !important;
}

.bakery .wpb_row.accordion .vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	color: var(--dark3)
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border: none;
}
body #content div.vc_tta-panel-heading {
	background-color: var(--accent3);
}

.bakery .wpb_row.accordion .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	color: var(--light1)
}

/* middle cta */
@media (min-width: 980px) {
.middle-cta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-cta h2{
	margin-bottom: -13px !important;
    margin-right: 20px;
}
}

@media (max-width:480px) {
	.vc_row.wpb_row.home-hero.bottom-cta {
		background-image: url('/wp-content/uploads/2026/06/cta-bg-ready-mobile@2x.webp') !important;
	}
}

.woocommerce-checkout .wc-block-components-notice-banner.is-error {
    background-color: #7b4d4d !important;
    border-color: #cc1818;
}

.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid label {
    color: #ff5151 !important;
}

.age-gate__challenge {
  color: #fff;
font-weight: 600;
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    filter: invert(1);
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
    background-color: #000 !important;
}

body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login {
  background: #1658b4 !important;
  padding: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid var(--light1);
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit.wp-element-button {
    background-color: #000 !important;
}

body.woocommerce-account form.woocommerce-form.woocommerce-form-register.register {
  background: #1658b4 !important;
  padding: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid var(--light1);
}

/* MEDPEPS HEADER SEARCH */
.header-search {
	position: relative;
	display: flex;
	align-items: center;
}
.header-search-toggle {
	background: none;
	border: none;
	color: var(--light1);
	font-size: 18px;
	cursor: pointer;
	padding: 8px;
	line-height: 1;
}
.header-search-toggle:hover,
.header-search-toggle:focus {
	color: var(--accent2);
}
.header-search-form-wrap {
	display: none;
	position: fixed;
	top: 178px;
	left: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: var(--dark3);
	border: 1px solid var(--accent2);
	padding: 10px;
	z-index: 999;
	transition: top 0.3s ease-in-out;
}
@media (min-width: 980px) {
	header.scrolling .header-search-form-wrap {
		top: 104px;
	}
}
.header-search.active .header-search-form-wrap {
	display: block;
}
.header-search-form-wrap form.woocommerce-product-search,
.header-search-form-wrap form.search-form {
	display: flex;
	gap: 6px;
	width: 100%;
	box-sizing: border-box;
}
.header-search-form-wrap input.search-field {
	flex: 1;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: var(--dark3);
	border: 1px solid var(--light3);
	color: var(--light1);
	padding: 8px 10px;
	font-family: "Poppins", sans-serif;
}
.header-search-form-wrap input.search-field::placeholder {
	color: var(--light3);
}
.header-search-form-wrap button[type="submit"] {
	background-color: var(--accent2);
	color: var(--dark3);
	border: none;
	padding: 8px 12px;
	font-family: var(--MontSB);
	cursor: pointer;
}
.header-search-form-wrap input[type="hidden"] {
	display: none;
}
@media (max-width: 979px) {
	.header-search {
		position: static;
	}
	.header-search-form-wrap {
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}
}
/* /MEDPEPS HEADER SEARCH */

/* MEDPEPS: login-gated price prompt */
a.medpeps-login-to-view {
	display: inline-block;
	color: var(--accent2);
	font-family: var(--MontSB);
	text-decoration: underline;
	font-size: 15px;
}
a.medpeps-login-to-view:hover {
	color: var(--light1);
}
/* /MEDPEPS login-gated price prompt */