ul.products li.product, ul.tabs.wc-tabs li {
	flex-basis: auto !important;
}
ul.products li.product::before, ul.page-numbers li::before, ul.tabs.wc-tabs li::before {
	width: 0 !important;
}


/* 2023 STYLES */
body.woocommerce-order-received .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	background: #d7aa35;
    border: 2px solid #502c1c;
    padding: 14px;
    font-weight: 400;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	margin-left: 0;
	margin-top: 36px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
	padding-left: 16px;
    margin-bottom: 12px;
	padding-right: 0;
    margin-right: 0;
    border-right: none;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li:before {
	content: none;
}

.woocommerce-order-details h2.woocommerce-order-details__title {
	margin: 24px 0;
}

.woocommerce-customer-details h2.woocommerce-column__title {
	margin-bottom: 24px;
}

body.woocommerce-checkout .site-main .container-norm ul.woocommerce-error {
	background: #b81c23;
    color: #fff;
	margin: 20px 0;
    padding: 20px;
}

body.woocommerce-checkout .site-main .container-norm ul.woocommerce-error::before {
	color: #fff;
}

body.woocommerce-checkout .site-main .container-norm ul.woocommerce-error li {
	display: block;
    margin-left: 40px !important;
}

body.woocommerce-checkout .site-main .container-norm ul.woocommerce-error li a.showlogin {
	color: #b81c23;
    padding: 10px;
    background: #fff;
    margin-left: 10px;
    text-decoration: none !important;
    font-weight: bold;
}

body.woocommerce-cart.woocommerce .cart-collaterals .cart_totals .shipping ul li:before,
body.woocommerce-page .cart-collaterals .cart_totals .shipping ul li:before,
body.woocommerce-checkout .site-main .container-norm .woocommerce .shipping ul li:before {
	content: none;	
}

body.single-product .wcsatt-sub-options {
	text-transform: capitalize;
}

body.single-product .wcsatt-options-product-prompt .wcsatt-options-prompt-text {
	margin-top: 1rem;
}

body.single-product .wcsatt-options-prompt-text-label {
	font-size: 1.625rem;
    font-weight: bold;
    color: #3d0c00;
}

body.single-product.woocommerce div.product form.cart .quantity input {
	height: 49px;
}

body.single-product.woocommerce div.product form.cart button {
	border: 1px solid rgb(239 182 26);
}

body.single-product select.wcsatt-options-product-dropdown {
	color: #3d0c00;
    border-color: #3d0c00;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

body.single-product .wcsatt-add-to-subscription-wrapper:before {
	margin-top: 4.5rem;
}

body.single-product .product_meta {
	display: none;
}

body.single-product.woocommerce .quantity .qty {
	width: 4.5em;
}

body.page-id-76 .price .wcsatt-sub-options {
	display: none;
}

body.single-product.woocommerce div.product form.cart {
	display: block;
}

/* RE-ORDER SHIPPING METHODS ON CHECKOUT */
ul#shipping_method > li:first-of-type,
ul.woocommerce-shipping-methods > li:first-of-type {
	order: 13;
}


/* HOMEPAGE STYLES -- ADDED 7/1/2025 */
#coffee-service-program > .center {
	display: block;
    top: 0;
	max-width: 95% !important;
	color: #fff;
	top: -40px;
}

#coffee-service-program h2 {
	background-color: #d7aa35;
    color: #fff;
	font-size: 1.75rem;
	padding: 20px;
	text-align: center;
    text-transform: uppercase;
}

#coffee-services {
	padding-left: 10px;
	padding-right: 10px;
}

.coffee-service-details {
	display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.coffee-service-detail {
	position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
	margin-bottom: 20px;
}

.coffee-service-box {
	background-color: #f5efea;
	color: #3d0c00;
	padding: 20px;
	text-align: center;
	height: 100%;
}

.coffee-service-box h3 {
	font-size: 1.7rem;
	line-height: 2.4rem;
    text-transform: uppercase;
    font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	word-wrap: break-word;
}

.coffee-service-box p {
	margin-top: 0;
}

.cs-button {
	background: #0082cb;
    color: #fff;
    display: block;
	max-width: 95%;
    text-align: center;
    margin: 2em auto;
    font-size: 1em;
    font-weight: bold;
	text-transform: uppercase;
	padding: 10px 32px;
    border-radius: 12px;
}

#reviews {
	max-width: 100%;
    background-color: #fff;
	text-align: center;
}

#reviews > div {
	padding: 3em 0;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

#reviews h2 {
	color: #0082cb;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 1.2;
}

@media (min-width: 600px) {
	#coffee-service-program > .center {
		top: -32px;
	}
	
	#coffee-service-program h2 {
		font-size: 2rem;
		line-height: 2;
		padding: 0;
	}
	
	#coffee-services {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.coffee-service-detail {
		flex: 0 0 50%;
        max-width: 50%;
	}
	
	.coffee-service-box {
		padding: 25px;
	}
	
	.cs-button {
		width: 400px;
		font-size: 1.1em;
		padding: 12px 48px;
	}
	
	#reviews h2 {
		font-size: 2em;
		margin-bottom: 40px;
	}
}

@media (min-width: 800px) {
	#coffee-service-program > .center {
		max-width: 90% !important;
		top: -40px;
	}
	
	#coffee-service-program h2 {
		font-size: 2.5rem;
	}
}

@media (min-width: 1000px) {
	#coffee-service-program > .center {
		max-width: 1080px !important;
	}
	
	.coffee-service-detail {
		flex: 0 0 33.333333%;
        max-width: 33.333333%;
	}
	
	.coffee-service-box {
		padding: 20px;
	}
	
	.coffee-service-box p {
		font-size: .9em;
    	line-height: 1.5;
	}
	
	#reviews h2 {
		font-size: 2.5em;
		margin-bottom: 1em;
	}
}

@media (min-width: 1200px) {
	#coffee-service-program > .center {
		top: -48px;
	}
	
	#coffee-service-program h2 {
		font-size: 3rem;
		margin-bottom: 2.5rem;
	}
	
	#coffee-services {
		max-width: 95%;
		margin: 0 auto;
	}
	
	.coffee-service-box {
		padding: 30px;
	}
	
	.coffee-service-box h3 {
		font-size: 1.375rem;
		line-height: 1.5em;
		margin-top: 15px;
	}
	
	#reviews > div {
		max-width: 95%;
		padding: 4em 0;
	}
}

@media (min-width: 1400px) {
	#coffee-service-program > .center {
		max-width: 1200px !important;
	}
	
	#coffee-service-program > .center {
		top: -56px;
	}
	
	#coffee-service-program h2 {
		font-size: 3.5rem;
		margin-bottom: 3rem;
	}
	
	.coffee-service-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}
	
	.coffee-service-detail {
		flex: 0 0 16.666667%;
        max-width: 16.666667%;
	}
	
	.cs-button {
		font-size: 1.25em;
		padding: 16px 64px;
		padding-top: 20px;
	}
}

@media (min-width: 1600px) {
	.coffee-service-box {
		padding: 25px;
	}
	
	.cs-button {
		width: 500px;
	}
	
	#reviews h2 {
		font-size: 3em;
	}
}