/* Base Styles */
img.beard-icon {
	width: 35px;
	margin-top: 10px;
	height: auto;
	border-radius: 50%;
	background-color: #662f8f;
}

.offscreen {
	position: absolute;
	left: 9999px;
}

#page{
    width: 100%;
    overflow: hidden;
}

/* COLOURS & STYLES */
.purple {
	color: #662f8f;
}
.grey {
	color: #808080;
}
.lt-grey {
	color: #c0c0c0;
}
.teal {
	color: #8ae1c8;
}
.black {
	color: black !important;
}
.white {
	color: white;
}
.turquoise {
	color: #8ae1c8;
}
.rounded {
	border-radius: 10px;
}
.disabled {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(238, 238, 238, 0.774);
}

/* LAYOUT */
body {
	font-family: 'Montserrat', sans-serif;
	color: #808080;
	font-weight: 300;
	font-size: 21px;

	width: 90%;
	max-width: 1400px;
	margin: auto;
}
@media screen and (max-width: 576px) {
	body {
		font-size: 18px;
	}
}
.page {
	margin: auto;
}

.site-main {
	margin-top: 1rem;
}
.header-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 65vh;
}
.banner-404 {
	/* background-attachment: fixed; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 70vh;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.z-10 {
	z-index: 10;
}
.z-100 {
	z-index: 100;
}
.max-width-md {
	width: 100%;
	max-width: 90%;
	margin: auto;
}
@media screen and (min-width: 576px) {
	.max-width-md {
		max-width: 50vw;
	}
}

/* FONT STYLES */
h1,
.h1,
.heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #662f8f;
}
h2,
.h2,
.sub-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 700;
	color: #662f8f;
}
h3,
.h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #662f8f;
}
h4,
.h4,
.sm-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #662f8f;
}
h5,
.h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	color: #662f8f;
	margin-bottom: 0;
}
.bold {
	font-weight: 700;
}
p,
.p {
	font-family: 'Montserrat', sans-serif;
	color: #808080;
	font-weight: 300;
	font-size: 18px;
}
p.sub-text {
	font-family: 'Montserrat', sans-serif;
	color: #808080;
	font-weight: 300;
	font-size: 1rem;
	margin-bottom: 5px;
}
.txt-lg{
	font-size: 58px;
}
.btn-txt{
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
}
@media screen and (max-width: 1024px) {
	h1,
	.h1,
	.heading {
		font-size: 2rem;
	}
	h2,
	.h2,
	.sub-heading {
		font-size: 1.75rem;
	}
	h3,
	.h3 {
		font-size: 1.5rem;
	}
	h4,
	.h4,
	.sm-heading {
		font-size: 1.25rem;
	}
	h5,
	.h5 {
		font-size: 1rem;
	}
	p,
	.p {
		font-size: 16px;
	}
}
.p {
	margin: 0;
}
@media screen and (max-width: 576px) {
	p,
	.p {
		font-size: 18px;
	}
}
.lt {
	font-weight: 300;
}
a {
	color: white;
}
a:hover,
.woocommerce-info a:hover {
	color: #8ae1c8;
	text-decoration: none;
}
a:visited {
	color: #662f8f;
}
.woocommerce-info a {
	color: #662f8f;
}
button,
.button,
.woocommerce a.button {
	background-color: #662f8f;
	color: white;
}
button:hover,
.woocommerce a.button:hover {
	cursor: pointer;
	background-color: #8ae1c8;
}
ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}
li a,
p a,
li a:visited,
p a:visited {
	color: #662f8f;
}
li a:hover {
	color: #8ae1c8;
}
a.modal-open,
a.modal-open:visited {
	color: #662f8f;
}
a.modal-open:hover {
	color: #8ae1c8;
}
a.modal-open {
	text-decoration: underline;
}
a.sidenav-item:visited {
	color: white;
}
a.sidenav-item:hover,
a.sidenav-item:focus {
	color: #8ae1c8;
}

/* HEADER */
img#logo {
	min-width: 230px;
	width: 80%;
	max-width: 450px;
	height: auto;
}
.site-header {
	border-bottom: 1px solid #ddd;
}
.sidenav {
	height: 100%; /* Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed;
	z-index: 5;
	top: 0;
	right: 0;
	background-color: #662f8f;
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
span.sidenav-icon:hover {
	color: #8ae1c8;
}
.sidenav-item {
	font-weight: 700;
	text-decoration: none;
	font-size: 26px;
	color: white;
	display: block;
	transition: 0.3s;
}
@media screen and (min-width: 375px) and (max-width: 677px) {
	.sidenav-item {
		font-size: 32px;
	}
}
@media screen and (min-width: 678px) {
	.sidenav-item {
		font-size: 38px;
	}
}
.sidenav-item:hover {
	color: #8ae1c8;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
}
.sidenav-icon {
	font-weight: 900;
	color: #662f8f;
	font-size: 36px;
}

.sidenav-icon:hover {
	cursor: pointer;
	color: #662f8f;
}

/* Side Cart */
.header-cart-count {
	position: absolute;
	font-size: 18px;
	color: white;
	top: 10px;
	left: 45%;
}

.cart-icon {
	font-weight: 900;
	color: #662f8f;
	font-size: 36px;
	position: relative;
}

.cart-icon:hover {
	cursor: pointer;
	color: #8ae1c8;
}
.cart-icon:visited {
	color: #662f8f;
}

/* FOOTER */
.site-footer {
	border-top: 1px solid #ddd;
}
.site-footer a {
	color: #808080;
}
.site-footer a:hover,
.footer-info p a:hover,
.footer-acct ul li a:hover {
	color: #8ae1c8;
}
.site-footer a:visited {
	color: #808080;
}
footer ul {
	list-style: none;
}
.fb-wrapper {
	width: 100%;
	max-width: 500px;
	margin: auto;
}

/* ABOUT PAGE */
.square-img img {
	display: block;
	width: auto;

	height: 100%;
	max-height: 300px;
	object-fit: cover;
}
@media screen and (min-width: 678px) {
	.square-img img {
		max-height: 500px;
	}
}

/* WEDDINGS PAGE */
.weddings-page input[type="text"].wpcf7-form-control,
.weddings-page textarea.wpcf7-form-control,
.weddings-page input[type="email"].wpcf7-form-control,
.weddings-page input[type="tel"].wpcf7-form-control {
	max-width: 100%;
}

.weddings-page input[type=date].wpcf7-form-control {
	width: 100%;
}

/* CONTACT PAGE */
label.hide {
	display: none;
	font-size: 0;
}
input[type="text"].wpcf7-form-control,
textarea.wpcf7-form-control,
input[type="email"].wpcf7-form-control,
input[type="tel"].wpcf7-form-control {
	max-width: 450px;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
input[type="submit"].wpcf7-submit {
	background-color: #662f8f;
	color: white;
	font-size: 1.25rem;
	border-radius: 5px;
	font-weight: 900;
	border: 1px solid #662f8f;
	padding: 15px 20px;
}
input[type="submit"].wpcf7-submit:hover {
	border: 1px solid #8ae1c8;
	background-color: #8ae1c8;
	cursor: pointer;
	margin-bottom: 10px;
}
.map-wrapper iframe {
	width: 100%;
	height: 100%;
}

/* HOME/SHOP */
figure {
	overflow: hidden;
	margin: 0 0 .5rem;
}
img.parent-cat-img {
	height: 40vh;
	max-height: 450px;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	object-fit: cover;
}
h2.woocommerce-loop-category__title:hover,
h2.woocommerce-loop-product__title:hover {
	color: #8ae1c8;
}

ul.owl-carousel {
	padding-left: 0;
	margin-left: 0;
}
.owl-carousel .owl-item img#owl {
	height: 150px;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.owl-carousel .owl-item img#owl {
		height: 300px;
	}
}

a.home-links:hover h3,
a.home-links:hover h2 {
	color: #8ae1c8;
}

/* CAT PRODUCT ARCHIVE PAGES */
.woocommerce-products-header {
	border-bottom: 1px solid #ddd;
}
nav a.nav-btn {
	color: #662f8f;
	font-weight: 400;
}
nav a.nav-btn:visited {
	color: #662f8f;
}
nav a.nav-btn:hover,
nav a.nav-btn.active {
	font-weight: 700;
}
nav a.nav-btn:hover img.gallery-icon,
nav a.nav-btn.active img.gallery-icon {
	filter: opacity(1);
}

h2.widget-title {
	font-size: 36px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	display: none;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	color: #662f8f;
	line-height: normal;
}
.cat-product {
	overflow: hidden;
}
.cat-product img {
	height: 35vh;
	max-height: 450px;
	width: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	object-fit: cover;
}
h2.woocommerce-loop-product__title,
h2.woocommerce-loop-category__title {
	font-size: 32px;
	padding-top: 10px;
	margin-bottom: 0;
}
.woocommerce div.product span.price {
	color: #808080;
	font-size: 1em;
}

@media screen and (max-width: 1024px) {
	.cat-product img {
		max-height: 300px;
	}
}
@media screen and (max-width: 768px) {
	.cat-product img {
		max-height: 225px;
	}
}
@media screen and (max-width: 576px) {
	.cat-product img {
		max-height: 150px;
	}
	h2.woocommerce-loop-product__title,
	h2.woocommerce-loop-category__title {
		font-size: 20px;
	}
	.woocommerce div.product span.price {
		font-size: 18px;
	}
}

a.variation-modal[type=button] {
	-webkit-appearance: none;
}
.widget {
	margin-bottom: 0;
}
p.woocommerce-mini-cart__total.total {
	text-align: right;
}
p.woocommerce-mini-cart__buttons.buttons {
	padding-top: .5em;
	display: flex;
	justify-content: space-around;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	background-color: #662f8f;
	color: white;
	padding: 1rem 1rem;
	font-size: 1.2rem;
}
.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
	background-color: #8ae1c8;
}
.woocommerce-message {
	word-wrap: normal;
}

/* CUSTOM ORDER SUCCESS MESSAGE */
.alert-success {
	width: 90%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 576px) {
	.alert-success {
		width: 50%;
	}
}

/* CUSTOM CAKE PAGE */
ul.cat-nav-wrapper {
	margin: auto;
}
.nav-tabs {
	border: none;
	font-size: 18px;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:visited {
	color: #662f8f;
}
.nav-tabs .nav-link.active {
	color: #662f8f;
	font-weight: 700;
	border: none;
}
.nav-tabs .nav-link.active img.gallery-icon {
	filter: opacity(1);
}
.nav-tabs .nav-link:hover {
	font-weight: 700;
	border: none;
}
.nav-tabs .nav-link:hover img.gallery-icon {
	filter: opacity(1);
}

.masonry {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;

	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: .5em;
	padding: 0;
}
.item {
	display: inline-block;
	background: #fff;
	padding: .25em;
	margin: 0 0 1em;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 2px 2px 4px 0 #ccc;
}
.item img {
	width: 100%;
}
@media only screen and (max-width: 320px) {
	.masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
	.masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media only screen and (min-width: 1201px) {
	.masonry {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}
/* Request form modal */
#custom-cake.modal-dialog,
#custom-product.modal-dialog {
	width: 100%;
	max-width: 500px;
}
.modal-content {
	padding: 2rem 2.5rem;
}
form.wpcf7-form {
	display: flex;
	flex-direction: column;
}
form.wpcf7-form label {
	font-weight: 700;
	color: #662f8f;
}
span.wpcf7-form-control.wpcf7-radio,
span.wpcf7-form-control-wrap.date {
	padding-bottom: 10px;
}
span.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: column;
}
span.wpcf7-list-item {
	margin-left: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
input[type="radio"] {
	height: 20px;
	width: 20px;
	margin-right: 15px;
}
.category-btns .form-btn{
	padding: .75rem;
	background-color: #e6e6e6;
	color: #808080;
}
.category-btns .form-btn.active{
	background-color: #662f8f;
	color: white;
}
.form-btn {
	padding: 1.2rem;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 10px;
}
.category-btns button{
	background-color: #e6e6e6;
	color: #808080;
}
button.custom-form-btn {
	/* padding: 7px; */
	font-size: 1.25rem;
	font-weight: 700;
	border-radius: 5px;
}
span.wpcf7-form-control-wrap.product-type {
	padding-bottom: 20px;
}
input[type="checkbox"] {
	margin-right: 10px;
}
span.wpcf7-form-control-wrap.comments {
	padding-top: 20px;
}

/* PRODUCT SELECTION PAGE */
p.stock.out-of-stock {
	display: none;
}
.modal-body {
	padding-top: 0;
}
.modal-dialog {
	width: 90%;
	margin: auto;
	/* max-width: 1100px; */
}
.modal-product {
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
	/* align-items: center; */
}
@media screen and (min-width: 540px) {
	.modal-product {
		flex-flow: row wrap;
	}
}

.modal-icon i {
	color: #8ae1c8;
	font-size: 1.5em;
}
.woocommerce div.product form.cart .variations select.product-select {
	width: 100%;
	min-width: auto;
	max-width: unset;
}
.product-select {
	padding: .5rem 1rem;
	border: 4px solid #e0e0e0;
	border-radius: 10px;
}
.product-select:hover {
	border: 4px solid #8ae1c8;
	cursor: pointer;
}
@media screen and (min-width: 1024px) {
	.woocommerce div.product form.cart .variations select.product-select {
		width: 50%;
	}
}
.product:not(.product_tag-custom-cookies) figure img {
	display: block;
	width: auto;
	max-width: 400px;
	height: 100%;
	max-height: 400px;
	object-fit: cover;
}
figure#modal-grouped-single-product-img img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@media screen and (max-width: 1024px) {
	figure#modal-grouped-single-product-img img {
		max-height: 300px;
	}
}
@media screen and (max-width: 768px) {
	figure#modal-grouped-single-product-img img {
		max-height: 150px;
	}
}
@media screen and (max-width: 576px) {
	figure#modal-grouped-single-product-img img {
		max-height: 140px;
	}
}
.woocommerce div.product:not(.product_tag-custom-cookies) div.images img {
	width: 100%;
	max-width: 400px;
	height: 100%;
	max-height: 400px;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	color: #662f8f;
	font-weight: 700;
}
.woocommerce #content div.product div#grouped-entry-summary.summary:not(.custom-cookies),
.woocommerce div.product div#grouped-entry-summary.summary:not(.custom-cookies),
.woocommerce-page #content div.product div#grouped-entry-summary.summary:not(.custom-cookies),
.woocommerce-page div.product div#grouped-entry-summary.summary:not(.custom-cookies) {
	float: none;
	width: 100%;
	margin: auto;
}
h1.product_title {
	margin-bottom: 1.5rem;
}
.group-product-wrapper {
	padding-left: 5px;
	padding-right: 5px;
}
.group-product-wrapper div.woocommerce-grouped-product-list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#modal-grouped-single-product-img {
	order: 1;
	width: 50%;
}
.woocommerce-grouped-product-list-item__label {
	order: 2;
	width: 50%;
	padding: 0 10px;
}
.woocommerce-grouped-product-list-item__label a {
	color: black;
}
.woocommerce-grouped-product-list-item__price {
	order: 5;
	width: 38%;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 540px) and (max-width: 767px) {
	#modal-grouped-single-product-img {
		width: 50%;
	}
	.woocommerce-grouped-product-list-item__label {
		width: 45%;
	}
	.woocommerce-grouped-product-list-item__label label {
		margin-bottom: 1.5rem;
	}
	.woocommerce-grouped-product-list-item__price {
		width: 50%;
		justify-content: flex-end;
	}
}
@media screen and (min-width: 768px) {
	#modal-grouped-single-product-img {
		width: 100%;
	}
	.woocommerce-grouped-product-list-item__label {
		width: 100%;
		padding: 0 0 1rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.woocommerce-grouped-product-list-item__price {
		width: 100%;
		justify-content: flex-end;
	}
}
@media screen and (min-width: 1024px) {
	.woocommerce-grouped-product-list-item__price {
		width: 35%;
	}
}

.woocommerce-grouped-product-list-item__custom-order {
	order: 3;
}
.woocommerce-grouped-product-list-item__quantity {
	order: 3;
	display: flex;
	justify-content: flex-end;
}
.product-type-custom_order .woocommerce-grouped-product-list-item__quantity {
	display: none;
}
.woocommerce-grouped-product-string-dozen {
	order: 4;
	width: 30%;
	display: flex;
	align-self: center;
	margin: 0;
	line-height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.woocommerce-grouped-product-string-dozen {
		width: 45%;
		align-self: flex-end;
		justify-content: flex-end;
		text-align: right;
	}
}
@media screen and (min-width: 1024px) {
	.woocommerce-grouped-product-string-dozen {
		width: 65%;
		justify-content: flex-start;
	}
}

.woocommerce div.product form.cart .button {
	background-color: #662f8f;
	color: white;
	width: 250px;
	padding: 23px;
}
.woocommerce div.product form.cart .button:hover {
	cursor: pointer;
	background-color: #8ae1c8;
}
.woocommerce a.added_to_cart {
	display: none;
}
span.quantity {
	float: right;
	color: #808080;
	font-weight: 300;
}
.woocommerce div.product form.cart #grouped-add-to-cart-button.button {
	padding-top: 20px;
	padding-bottom: 20px;
}
.woocommerce-variation-add-to-cart.variations_button {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
h3.rules {
	color: #808080;
	font-weight: 300;
	font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
	p.rules {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	h3.rules {
		font-size: 1.5rem;
	}
}
input[type=number] {
	padding: 10px;
}

/* VARIABLE PRODUCT PAGE */
.woocommerce-variation-price span.price span.woocommerce-Price-amount.amount {
	font-size: 1.65rem;
}
.woocommerce div.product form.cart .variations td.label {
	padding: 0;
}
.page-content,
.entry-content,
.entry-summary {
	margin-top: 0;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	padding: 0;
}
.woocommerce .quantity .qty {
	padding: 18px 5px;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}
.woocommerce div.product form.cart .reset_variations {
	color: black;
}
.woocommerce-product-list-item__label {
	width: 35%;
}
@media screen and (min-width: 540px) {
	.woocommerce-product-list-item__label {
		width: 75%;
	}
}
.modal-icon {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 25%;
}
span.woocommerce-Price-amount.amount {
	font-weight: 900;
	font-size: 1.25rem;
	color: #662f8f;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches-stylesheet-enabled
	.variable-items-wrapper
	.variable-item:not(.radio-variable-item).selected:hover {
	background-color: #662f8f;
	color: white;
	font-weight: 900;
}
.flavour-qty {
	padding: 7px;
	width: 3.631em;
	text-align: center;
}
img#custom-var {
	width: 100%;
	height: 100%;
}

/* Standard Variables */
table.variations tbody tr {
	display: flex;
	flex-direction: column;
}
.woocommerce div.product form.cart .variations label {
	color: #662f8f;
	font-size: 1.5rem;
	text-transform: lowercase;
}
@media screen and (min-width: 1025px) {
	.woocommerce div.product form.cart .variations label {
		font-size: 32px;
	}
}
label.modal-product:hover {
	cursor: pointer;
}
input.select-flavour,
input.att-btn {
	visibility: hidden;
	display: none;
}
input[type="radio"]:checked + label div.modal-product {
	border: 4px solid #662f8f;
	border-radius: 10px;
}
input.att-btn[type="radio"]:checked + label {
	border: 4px solid #662f8f;
	background-color: #662f8f;
}
input.att-btn[type="radio"]:checked + label p {
	color: white;
	font-weight: 900;
}
p.product-name,
p.att-name {
	text-transform: capitalize;
}
p.product-name {
	line-height: 25px;
}
label.att-name {
	padding: 15px 15px;
	border: 4px solid #e0e0e0;
	border-radius: 10px;
	min-width: 75px;
	min-height: 75px;
}
label.att-name:hover,
.modal-product:hover {
	border: 4px solid #8ae1c8;
	border-radius: 10px;
	cursor: pointer;
}
.modal-product {
	padding: 5px 5px;
	border: 4px solid #e0e0e0;
	border-radius: 10px;
}
figure#attribute-single-product-img {
	display: block;
	height: 140px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
	.modal-product {
		padding: 15px 15px;
	}
	figure#attribute-single-product-img {
		height: 200px;
		width: 100%;
		margin-bottom: .75rem;
	}
}
input.select-flavour[type="radio"]:checked + label p {
	color: #662f8f;
	font-weight: 900;
}
.woocommerce img#att-img,
.woocommerce-page img#att-img {
	width: 100%;
	height: 100%;
}
td.label {
	margin-top: 1rem;
}

/* CART SLIDEOUT */
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	display: flex;
	flex-direction: column;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
	display: none;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
	margin-bottom: 0;
	padding-bottom: 0;
}
.woocommerce ul.cart_list li dl dd p,
.woocommerce ul.product_list_widget li dl dd p {
	font-size: 1rem;
}

/* CART PAGE */
p.woocommerce-shipping-destination {
	display: none;
}
td span.woocommerce-Price-amount.amount {
	font-size: 1.65rem;
}
.woocommerce-cart table.cart img {
	width: 150px;
}
.woocommerce-cart table.cart td.product-name {
	font-weight: 700;
	color: #662f8f;
}
.woocommerce td.product-name dl.variation dt {
	display: none;
}
.woocommerce td.product-name dl.variation p,
.cart-p {
	font-size: 1rem;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: #662f8f;
}
td[data-title="Subtotal"] span.woocommerce-Price-amount.amount,
td[data-title="HST"] span.woocommerce-Price-amount.amount,
td[data-title="Price"].product-price span.woocommerce-Price-amount.amount,
td.product-total span.woocommerce-Price-amount.amount,
tr.cart-subtotal td span.woocommerce-Price-amount.amount,
tr.tax-rate td span.woocommerce-Price-amount.amount {
	font-size: 1.5rem;
	font-weight: 400;
}

/* CHECKOUT PAGE */
form.checkout.woocommerce-checkout {
	display: flex;
	flex-direction: column;
	max-width: 1400px;
	width: 90%;
	margin: auto;
}

.woocommerce .col-1,
.woocommerce .col-2 {
	max-width: none;
}

.woocommerce .col2-set .checkout-col1,
.woocommerce .col2-set .checkout-col2,
.woocommerce-page .col2-set .checkout-col1,
.woocommerce-page .col2-set .checkout-col2 {
	float: none;
	width: 100%;
}

@media screen and (min-width: 768px) {
	form.checkout.woocommerce-checkout {
		width: 100%;
		margin: 0;
	}
	.woocommerce .col2-set .checkout-col1,
	.woocommerce-page .col2-set .checkout-col1,
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		float: left;
		width: 48%;
	}
	.woocommerce .col2-set .checkout-col2,
	.woocommerce-page .col2-set .checkout-col2,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		float: right;
		width: 48%;
	}
}

.woocommerce ul.order_details {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	padding-left: 0;
}
@media screen and (min-width: 1350px) {
	.woocommerce ul.order_details {
		flex-direction: row;
	}
}
.woocommerce ul.order_details li,
.woocommerce ul.order_details li:last-of-type {
	margin-bottom: 15px;
	padding-left: 15px;
	border-right: none;
	border-left: 1px dashed #d3ced2;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
	padding: 0;
}

@media screen and (max-width: 567px) {
	.woocommerce .woocommerce-customer-details :last-child {
		margin-top: 15px;
	}
}

.woocommerce form .form-row,
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
	display: block;
}

h3#order_review_heading {
	margin-top: 20px;
}
@media screen and (min-width: 1400px) {
	div#order_review.woocommerce-checkout-review-order {
		width: 48%;
	}
}

@media screen and (max-width: 450px) {
	h3#ship-to-different-address {
		font-size: 1.5rem;
		margin-top: 15px;
	}
}

.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0%;
	padding: 0;
}
.woocommerce form .form-row label {
	display: none;
}
article#post-9 .woocommerce form .form-row label {
	display: block;
}
.woocommerce-info {
	margin-bottom: 15px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	margin: 15px 0;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid rgba(208, 180, 221, 0.15);
	background: rgba(208, 180, 221, 0.15);
	padding: 5px 10px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot td {
	color: #662f8f;
}
.woocommerce table.shop_table td.product-name {
	font-weight: 700;
	color: #662f8f;
}
.woocommerce button.button.alt,
.woocommerce .cart .button {
	background-color: #662f8f;
	color: white;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .cart .button:hover {
	background-color: #8ae1c8;
	color: white;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	background-color: #808080;
	color: white;
}

/* Date Picker */
div#ui-datepicker-div {
	border: 1px solid #662f8f;
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
}
@media screen and (max-width: 576px) {
	div#ui-datepicker-div {
		width: 100%;
		left: 0 !important;
	}
}
.ui-datepicker-header {
	width: 100%;
	max-width: 275px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: auto;
}
.ui-datepicker-header a.ui-datepicker-prev,
.ui-datepicker-header a.ui-datepicker-next {
	cursor: pointer;
}
.ui-datepicker-header div.ui-datepicker-title {
	width: 100%;
	text-align: center;
	font-weight: 700;
	color: #662f8f;
}
table.ui-datepicker-calendar td a,
.ui-datepicker-header a.ui-datepicker-prev,
.ui-datepicker-header a.ui-datepicker-next {
	padding: 5px;
}
table.ui-datepicker-calendar th,
table.ui-datepicker-calendar tbody {
	text-align: center;
}
table.ui-datepicker-calendar td {
	padding: 10px;
}
@media screen and (max-width: 350px) {
	table.ui-datepicker-calendar td {
		padding: 10px 0;
	}
}
table.ui-datepicker-calendar td a,
table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td a:visited {
	color: #662f8f;
}
table.ui-datepicker-calendar td:hover,
.ui-datepicker-header a.ui-datepicker-prev:hover,
.ui-datepicker-header a.ui-datepicker-next:hover {
	background-color: #8ae1c8;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}
table.ui-datepicker-calendar td a:hover {
	color: white;
}

table.ui-datepicker-calendar td.ui-datepicker-today {
	background-color: rgba(157, 124, 175, 0.5);
}
td.ui-datepicker-current-day {
	border: 1px solid #662f8f;
	background-color: #662f8f;
}
table.ui-datepicker-calendar td.ui-datepicker-current-day a {
	color: white;
}
td.ui-datepicker-unselectable {
	background-color: #eee;
	border: 1px solid #eee;
}

/* ORDER DETAILS PAGE */
.woocommerce table.shop_table td a,
.woocommerce table.shop_table td a:visited {
	font-weight: 700;
	color: #662f8f;
}
.woocommerce table.shop_table td a.woocommerce-button,
.woocommerce table.shop_table td a.woocommerce-button:visited,
.woocommerce table.shop_table td a.woocommerce-button:hover {
	color: white;
}

.woocommerce table.shop_table td a:hover {
	color: #8ae1c8;
}
.woocommerce td.product-name .wc-item-meta {
	margin: 0;
	padding: 0;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
	display: none;
}
.woocommerce td.product-name .wc-item-meta p {
	font-size: 1rem;
}
.woocommerce table.shop_table tfoot tr:not(:last-child) th,
.woocommerce table.shop_table tfoot tr:not(:last-child) td {
	font-weight: 300;
}

.pickup-info {
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom-width: 2px;
	border-right-width: 2px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	padding: 6px 12px;
}
.pickup-info a,
.pickup-info a:visited {
	color: #662f8f;
}

/* footer.entry-footer {
    display: none;
} */

/* 404 PAGE */
figure#link-img img {
	display: block;
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a {
	color: #662f8f;
}
.woocommerce nav.woocommerce-pagination ul li a:active {
	background-color: #662f8f;
	color: white;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: transparent;
}
ul.page-numbers li {
	color: #662f8f;
}

/* Gallery */
img.gallery-icon {
	height: auto;
	max-width: 80px;
	margin: auto;
	filter: opacity(0.5);
}
@media screen and (max-width: 475px) {
	img.gallery-icon {
		max-width: 40px;
	}
}

/* Custom cake text field */
.cake-text-wrapper,
.cookie-number-wrapper,
.cookie-colour-wrapper {
	width: 100%;
	max-width: 500px;
}
.product_cat-build-a-cake .cake-text-wrapper,
.product_cat-build-a-cake .cookie-number-wrapper,
.product_cat-build-a-cake .cookie-colour-wrapper {
	max-width: unset;
}

.cake-text-wrapper label,
.cookie-number-wrapper label,
.cookie-colour-wrapper label {
	font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
	.cake-text-wrapper label,
	.cookie-number-wrapper label,
	.cookie-colour-wrapper label {
		font-size: 32px;
	}
}
.cake-text-wrapper input,
.cookie-number-wrapper input,
.cookie-colour-wrapper input {
	padding: 5px 10px;
}

/* Subcat Styling */
li.product-category {
	list-style: none;
}

/* custom quote  */
.wedding-quote .button, .special-quote .button{
	transition: ease 0.2s;
}
.wedding-quote{
	background-color:#8ae1c8;
}
.wedding-quote .h2{
	color: black;
}
.wedding-quote .button:hover{
	background-color: #8ae1c8;
	color: black;
}
.wedding-quote .button{
	color: white;
}

.special-quote{
	background-color:#662f8f
}
.special-quote .h2{
	color: white;
}
.special-quote .button{
	background-color: #8ae1c8;
	color: black;
}
.special-quote .button:hover{
	background-color: #662f8f;
	color: white;
}

.question-container{
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}

/* notice banner */
.notice-banner{
	background-color:#8ae1c8;
}