/*
Theme Name: ReadyFestive2.0

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
body.archive main#primary {
	max-width: 1200px;
	margin: 40px auto;
}

form.woocommerce-ordering {
	display: none;
}

ul.products {
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */

body.single-product main#primary {
	max-width: 1200px;
	margin: 40px auto;
}

.single-product div.product {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	margin-top: 40px;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: none;
	width: 45%;
}

.single-product div.product .summary.entry-summary {
	width: 45%;
	margin-top: 0px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

.product_meta,
.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}

body.postid-21260 h1.product_title.entry-title {
	display: none;
}

.product input {
	box-shadow: none;
	min-width: 100% !important;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(211, 159, 102) !important;
	border-image: initial;
	background: rgb(255, 255, 255);
	border-radius: 0px !important;
	padding: 0.6rem !important;
}

.wc-sc-row {
	max-width: 250px;
}

.product form.cart {
	display: flex;
}

.product form.cart .input-text.qty.text {
	max-width: 80px;
}

button.single_add_to_cart_button.button.alt {
	color: #AE6126;
	background: #ffffff;
	border: 3px solid #AE6126;
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 0px;
	margin-left: 8px;
}

body.postid-21260 .woocommerce-product-gallery img {
	box-shadow: 8px 8px 8px rgba(99, 96, 109, 0.3);
}

.gift-card-how-to-row {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

@media screen and (max-width: 768px) {
	.single-product div.product {
		flex-direction: column;
	}

	.single-product div.product .woocommerce-product-gallery {
		width: 100%;
	}

	.single-product div.product .summary.entry-summary {
		width: 100%;
	}

	.single-product div.product {
		padding: 16px;
	}

	.gift-card-how-to-row {
		flex-direction: column;
		gap: 16px;
		padding: 16px;
	}
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover~a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active~a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #F7F6F2;
	clear: both;
	padding: 8px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #F7F6F2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/* Shop Loop */
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	text-decoration: none;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #F0EDE1;
}

h2.woocommerce-loop-product__title {
	font-family: 'Red Hat Display';
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.5px;
	font-style: normal;
	text-transform: capitalize;
	color: #413C44;
	margin: 8px 0px;
}

span.woocommerce-Price-amount.amount {
	font-family: 'Red Hat Display';
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 2px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #413C44;
}

ul.products li.product .button {
	display: block;
	margin-top: 8px;
}

/* My Account */
body.woocommerce-account .woocommerce {
	display: flex;
	max-width: 1400px;
	gap: 26px;
	margin: 0 auto;
}

nav.woocommerce-MyAccount-navigation {
	width: 18%;
}

.woocommerce-MyAccount-content {
	width: 80%;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0px;
	list-style: none;
	padding-inline-start: 0px;
	border-radius: 3px;
	border: 1px solid #DADADA;
}

nav.woocommerce-MyAccount-navigation li a {
	text-decoration: none;
	font-family: 'Red Hat Display';
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

li.woocommerce-MyAccount-navigation-link {
	padding: 7px;
}

li.woocommerce-MyAccount-navigation-link.is-active {
	background: #C98B5C;
	color: #fff;
}

a li.woocommerce-MyAccount-navigation-link.is-active {
	color: #Fff;
	text-decoration: none;
}

a li.woocommerce-MyAccount-navigation-link {
	text-decoration: none;
}

a:hover li.woocommerce-MyAccount-navigation-link {
	color: #Fff;
	text-decoration: none;
	background: #C98B5C;
}

body.woocommerce-account .page-header {
	display: none;
}

nav.woocommerce-MyAccount-navigation a {
	text-decoration: none;
	font-family: 'Red Hat Display';
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

nav.woocommerce-MyAccount-navigation a li {
	text-decoration: none;
	font-family: 'Red Hat Display';
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.my-account-header {
	padding: 40px 0px;
	text-align: center;
	background: #F7F6F2;
	margin-bottom: 24px;
}

.dashboard-welcome-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

h5.dashboard-welcome {
	font-family: 'Red Hat Display';
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	width: 90%;
}

h2.dashboard-logout {
	width: 10%;
	text-align: right;
	text-transform: math-auto;
}

h2.dashboard-logout a {
	color: #413C44;
}

.dashboard-info-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	align-items: stretch;
	gap: 32px;
}

.dashboard-col {
	width: 30%;
	text-align: center;
}

.dashboard-copy h6 {
	margin: 8px 0px 0px 0px;
}

.dashboard-copy h6 a {
	font-weight: 700;
	color: #413C44;
	margin-bottom: 0px;
}

.dashboard-copy p {
	margin-top: 0px;
	font-size: 12px;
	line-height: 150%;
}

@media screen and (max-width: 600px) {
	h2.dashboard-logout {
		display: none;
	}

	.dashboard-info-container {
		padding: 8px;
		gap: 16px;
	}

	.dashboard-col {
		width: 45%;
		text-align: center;
	}
}

/* Account Settings */
.account-settings-name-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
	gap: 16px;
}

.account-settings-name-container .woocommerce-form-row {
	width: 45%;
}

.account-settings-name-container .woocommerce-form-row input {
	width: 100%;
}

.woocommerce-EditAccountForm input {
	border-radius: 0px;
	border: 1px solid #C98B5C;
	padding: 9px 5px;
	width: 100%;
}

fieldset.password-change-container {
	background: #F7F6F2;
	border: 3px solid #C98B5C;
}

.password-change-container legend {
	background: #C98B5C;
	color: #fff;
	font-weight: 500;
	padding: 10px;
}

.woocommerce-EditAccountForm button {
	font-family: 'Red Hat Display';
	background: #fff;
	border: 3px solid #C98B5C;
	border-radius: 0px;
	color: #C98B5C;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 45px;
}

@media screen and (max-width: 600px) {
	.account-settings-name-container {
		gap: 8px;
	}

	.account-settings-name-container .woocommerce-form-row {
		width: 49%;
	}

	.woocommerce-EditAccountForm button {
		width: 100%;
	}
}

/* Addresses */
.woocommerce-Addresses {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: stretch;
	gap: 24px;
}

.woocommerce-Addresses .woocommerce-Address {
	width: 47%;
	background: #F7F6F2;
	padding: 24px;
}

@media screen and (max-width: 600px) {
	.woocommerce-Addresses .woocommerce-Address {
		width: 100%;
		background: #F7F6F2;
		padding: 24px;
	}
}

/* My Plan Section */
/* .subscriptions-header--title {
	margin-bottom: 30px !important;
}

.subscriptions-header--actions a {
	text-decoration: none;
	background: #4A7F96;
	border: 3px solid #4A7F96;
	padding: 13px 44px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.my-account-boxes--wrapper {
	margin-top: 40px
}

ul.my-account-boxes--filters {
	list-style: none;
	display: flex;
	gap: 16px;
	margin: 0px;
	padding-inline-start: 0px;
}

ul.my-account-boxes--filters .status-filter-item a {
	text-decoration: none;
	padding-bottom: 4px;
}

ul.my-account-boxes--filters .status-filter-item.current a {
	border-bottom: 2px solid #AE6126;
}

.my-account-boxes.card-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}

.card-row .card {
	width: 30%;
	padding: 18px;
	border-radius: 6px;
	box-shadow: 0px 1.54px 5.4px 0px #00000038;
}

.header-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.header-inner h2 {
	margin: 0px !important;
	font-family: EB Garamond;
	font-weight: 400;
	font-style: italic;
	font-size: 16.97px;
	line-height: 17.74px;
	letter-spacing: 0px;
}

.header--status.d-inline {
	font-family: Red Hat Display;
	font-weight: 500;
	font-size: 7.72px;
	line-height: 17.74px;
	letter-spacing: 0.39px;
}

.attributes-inner .row {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: stretch;
	justify-content: space-between;
}

.attributes-inner h3.label,
.details-inner h3.label {
	font-size: 10px;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 0.39px;
	line-height: 18.52px;
	margin-bottom: 0px !important;
}

.attributes-inner p.attribute,
.details-inner p.details--message {
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 18.52px;
	margin-top: 0px;
}

.footer-inner .buttons-wrapper {
	gap: 19px;
	display: flex;
	justify-content: space-between;
}

.footer-inner .buttons-wrapper button.btn.btn-light {
	color: #63606D;
	border: 0px solid;
	background: transparent;
	font-family: Red Hat Display;
	font-weight: 700;
	font-size: 9.26px;
	line-height: 18.52px;
	letter-spacing: 0.77px;
	text-transform: uppercase;
	padding: 8px 0px;
}

div#section--manage-plan {
	background: #F7F6F2;
	padding: 40px 50px;
	text-align: center;
	margin: 20px 0px;
}

#section--manage-plan h2 {
	font-family: Red Hat Display;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
	color: #000000;
}

#section--manage-plan p a {
	color: #413C44;
	;
}

#section--manage-plan .buttons-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 32px;
}

#section--manage-plan .buttons-wrapper button.btn.btn-outline,
#section--manage-plan .buttons-wrapper .btn.btn-primary {
	background: #fff;
	border-radius: 0px;
	border: 1px solid #C98B5C;
	color: #C98B5C;
	font-family: Red Hat Display;
	font-weight: 700;
	font-size: 9.22px;
	line-height: 18.43px;
	letter-spacing: 0.77px;
	text-transform: uppercase;
	padding: 7px 40px;
}

.view--add-box .box-product--wrapper {
	max-width: fit-content;
}

.view--add-box .box-product--wrapper .css-13cymwt-control {
	border-radius: 0px;
	border: 1px solid #C98B5C;
}

.view--add-box .box-product--wrapper .css-tj5bde-Svg {
	display: inline-block;
	fill: #C98B5C;
	line-height: 1;
	stroke: #C98B5C;
	stroke-width: 0;
}

.view--add-box .radio-options--wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: stretch;
	justify-content: flex-start;
	gap: 16px;
}

.view--add-box .radio-options--wrapper .radio-option {
	width: 30%;
}

.view--add-box .footer {
	display: flex;
	gap: 16px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	margin: 32px 0px;
}

.view--add-box .footer .btn.btn-primary {
	border: 3px solid #C98B5C;
	color: #C98B5C;
	border-radius: 0px;
	background: transparent;
	font-weight: 500;
	text-transform: uppercase;
}

.view--add-box .footer .btn.btn-light {
	border: 3px solid #C98B5C;
	background: transparent;
	color: #C98B5C;
	border-radius: 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.actions-inner {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	text-align: center;
}

.actions-inner .btn.btn-primary {
	background: #C98B5C;
	color: #fff;
	text-decoration: none;
	padding: 6px 20px;
}

.actions-inner .btn.btn-outline {
	background: #C98B5C;
	color: #fff;
	text-decoration: none;
	padding: 6px 20px;
}

.view--sku-selection .header {
	background: #F7F6F2;
	text-align: center;
	padding: 28px;
	margin-bottom: 75px;
}

.view--sku-selection .header h3.title {
	font-family: 'EB Garamond';
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
	line-height: 23px;
	letter-spacing: 0px;
	text-align: center;
	color: #C98B5C;
	text-transform: capitalize;
}

.view--sku-selection .header h4.subtitle {
	font-family: Red Hat Display;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.view--sku-selection .radio-options--wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	gap: 24px;
	margin-bottom: 36px;
}

.view--sku-selection .radio-options--wrapper .radio-option {
	width: 30%;
}

.view--sku-selection .radio-wrapper label {
	margin-left: 8px;
}

.view--sku-selection .radio-options--wrapper .radio-option.radio-option--surprise-me {
	width: 75%;
	background: #F5F2ED;
	border: 3px solid #F0EDE1;
	padding: 15px 24px;
	margin: 20px auto 80px auto;
}

.view--sku-selection .radio-option--image {
	border-radius: 3px;
	border: 3px solid #F0EDE1;
}

.view--sku-selection .footer .actions {
	width: 65%;
	margin: 0px auto 24px auto;
}

.view--sku-selection .footer .actions .btn.btn-outline {
	width: 100%;
	border: 3px solid #C98B5C;
	color: #C98B5C;
	border-radius: 0px;
	background: transparent;
	font-weight: 500;
	text-transform: uppercase;
	padding: 11px 16px;
	text-align: left;
}

.view--sku-selection .footer p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
}

.view--sku-selection .component--step-two .header {
	margin-bottom: 36px;
}

.view--sku-selection .component--step-two .box-size--outer {
	background: #F7F6F2;
	border: 1px solid #F0EDE1;
	padding: 35px;
}

.view--sku-selection .component--step-two .box-size--inner {
	max-width: 300px;
	margin: 0 auto;
}

.view--sku-selection .component--step-two .box-size--inner small {
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}

.view--sku-selection .component--step-two .radio-wrapper label {
	margin-left: 8px;
	font-family: Red Hat Display;
	font-weight: 600;
	font-size: 14px;
}

.view--sku-selection .component--step-two .footer {
	display: flex;
	flex-direction: column;
	align-content: stretch;
	align-items: stretch;
	justify-content: flex-start;
	text-align: center;
}

.view--sku-selection .component--step-two .body .add-coupon {
	background: #F7F6F2;
	padding: 16px 16px 40px 16px;
	text-align: center;
	margin-bottom: 24px;
}

.view--sku-selection .component--step-two .body .add-coupon .coupon-toggle a {
	background: #C98B5C;
	border: 3px solid #C98B5C;
	color: #fff;
	border-radius: 0px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 40px;
	margin-bottom: 24px;
}

.view--sku-selection .component--step-two .body .add-coupon .form-row {
	display: flex;
	align-items: stretch;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 8px;
	margin-top: 16px;
}

.view--sku-selection .component--step-two .body .add-coupon .form-row input {
	border-radius: 0px;
	border: 1px solid #C98B5C;
}

.view--sku-selection .component--step-two .body .add-coupon .form-row .btn.btn-outline {
	background: #C98B5C;
	border: 3px solid #C98B5C;
	color: #fff;
	border-radius: 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.view--sku-selection .component--step-two .body .add-coupon .form-row button.btn.btn-light {
	width: 100%;
	background: transparent;
	border: 0px solid;
	text-decoration: underline;
	font-family: 'Red Hat Display';
}

.view--sku-selection .component--step-two .footer button.btn.btn-primary {
	background: #C98B5C;
	border: 3px solid #C98B5C;
	color: #fff;
	border-radius: 0px;
	font-weight: 500;
	text-transform: uppercase;
	width: 85%;
}

.view--sku-selection .component--step-two .footer button.btn.btn-light {
	font-family: 'Red Hat Text';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: underline;
	background: transparent;
	border: 0px solid;
	color: #413C44;
}

.view--sku-selection .view--confirmation .products-wrapper .product .product-name,
.view--sku-selection .view--confirmation .products-wrapper .product .product-description {
	display: none;
}

.view--sku-selection .view--confirmation .products-wrapper .product {
	text-align: center;
	margin-bottom: 75px;
}

.view--sku-selection .view--confirmation .actions {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	max-width: 687px;
	gap: 28px;
}

.view--sku-selection .view--confirmation .footer {
	text-align: center;
}

.addons-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	gap: 22px;
}

.addons-wrapper .addon {
	width: 30%;
}

.addons-wrapper .addon img {
	border-radius: 4px;
	border: 2px solid #F7F6F2;
}

.addons-wrapper .addon .btn.btn-outline {
	background: #fff;
	border: 3px solid #C98B5C;
	color: #C98B5C;
	border-radius: 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.addons-wrapper .addon.selected .btn.btn-primary {
	background: #C98B5C;
	border: 3px solid #C98B5C;
	color: #ffffff;
	border-radius: 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.view--sku-selection .component--addons .footer .actions .btn.btn-outline {
	width: 100%;
	border: 3px solid #C98B5C;
	color: #fff;
	border-radius: 0px;
	background: #C98B5C;
	font-weight: 500;
	text-transform: uppercase;
	padding: 11px 16px;
}

.view--sku-selection .component--addons .footer .actions .btn.btn-light {
	width: 100%;
	border: 0px solid #C98B5C;
	color: #413C44;
	border-radius: 0px;
	background: transparent;
	font-weight: 500;
	text-transform: capitalize;
	padding: 11px 16px;
	font-family: 'Red Hat Text';
	text-decoration: underline;
}

.component--addons .footer {
	margin: 48px;
}

.products-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
}

.products-wrapper .product {
	width: 30%;
}

@media screen and (max-width: 769px) {
	.card-row .card {
		width: 47%;
	}

	.woocommerce {
		flex-direction: column;
	}

	nav.woocommerce-MyAccount-navigation {
		width: 95%;
		margin: 0 auto;
	}

	.woocommerce-MyAccount-content {
		width: 95%;
		margin: 0 auto;
	}

	.view--sku-selection .view--confirmation .actions {
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.card-row .card {
		width: 95%;
		margin: 0 auto;
	}

	#section--manage-plan .buttons-wrapper {
		flex-direction: column;
		gap: 16px;
	}

	#section--manage-plan .buttons-wrapper button.btn.btn-outline {
		width: 100%;
	}

	.view--add-box .radio-options--wrapper {
		flex-direction: column;
		align-content: center;
	}

	.view--add-box .radio-options--wrapper .radio-option {
		width: 95%;
	}

	.view--add-box .footer {
		flex-direction: column;
		justify-content: center;
	}

	.view--add-box .footer .btn {
		width: 95%;
	}

	.view--sku-selection .radio-options--wrapper .radio-option {
		width: 95%;
		margin: 0 auto;
	}

	.view--sku-selection .radio-options--wrapper .radio-option.radio-option--surprise-me {
		width: 95%;
		margin: 8px auto 48px auto;
	}

	.view--sku-selection .footer .actions {
		width: 95%;
		margin: 0px auto 24px auto;
	}

	.products-wrapper .product {
		width: 95%;
	}

	.products-wrapper {
		justify-content: center;
	}
} */

/* Orders Section */
tr.woocommerce-orders-table__row {
	height: 60px;
}

tr.woocommerce-orders-table__row span.woocommerce-Price-amount.amount {
	font-family: 'Red Hat Display';
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #413C44;
}

@media screen and (max-width: 769px) {
	table.shop_table_responsive tr td {
		height: 36px;
	}

	tr.woocommerce-orders-table__row {
		height: 200px;
	}
}

/* Order Details */
th.woocommerce-table__product-name.product-name {
	text-align: left;
}

tfoot th {
	text-align: left;
}

th.woocommerce-table__product-table.product-total {
	text-align: right;
}

td.woocommerce-table__product-total.product-total {
	justify-content: flex-end;
	display: flex;
}

tfoot td {
	display: flex;
	justify-content: flex-end;
}

/* Login */
.login-form-container {
	margin: -70px auto 0px auto;
	width: 33%;
}

.login-form-container h3 {
	text-align: center;
}

.login-form-container .input-text,
form.woocommerce-ResetPassword.lost_reset_password .input-text {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #AE6126;
}

.login-form-container button[type="submit"],
form.woocommerce-ResetPassword button[type="submit"] {
	color: #fff;
	border: 3px solid #AE6126;
	background: #AE6126;
	font-family: 'Red Hat Display';
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 0px;
}

form.woocommerce-ResetPassword.lost_reset_password {
	width: 50%;
	margin: -70px auto 0px auto;
}

/* Cart */
body.woocommerce-cart .page-header {
	padding: 70px 0px;
	text-align: center;
	background: #F7F6F2;
	margin: 0px;
}

.wp-block-woocommerce-cart {
	max-width: 1040px;
	margin: 0 auto;
}

.wp-block-woocommerce-cart .wc-block-grid__products a.add_to_cart_button {
	background: #AE6126;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0px;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block {
	background: #AE6126;
	color: #fff !important;
	text-transform: uppercase;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a {
	color: #fff;
	text-decoration: none;
}

/* Checkout */
body.woocommerce-checkout .page-header {
	background: #F7F6F2;
	margin: 0px;
	padding: 70px 0px;
}

body.woocommerce-checkout .page-header h2 {
	font-family: 'EB Garamond';
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
	line-height: 23px;
	letter-spacing: 0px;
	text-align: center;
	color: #C98B5C;
}

body.woocommerce-checkout .entry-content {
	max-width: 1040px;
	margin: 24px auto;
}

@media (min-width: 768px) {
	.page-template-template-fullwidth-php .col2-set {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.col2-set {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

.checkout-form-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: stretch;
	gap: 9%;
}

.checkout-form-wrapper .col-1 {
	width: 40%;
}

.checkout-form-wrapper .col-2 {
	width: 60%;
}

form.checkout input,
form.checkout .select2-container--default .select2-selection--single,
form.checkout textarea {
	border-radius: 0px;
	border: 1px solid #C98B5C;
}

form.checkout input,
form.checkout textarea {
	padding: 9px 5px;
}


p#shipping_country_field,
p#billing_email_field {
	display: flex;
	flex-direction: column;
}

input#shipping_company,
input#shipping_address_1,
input#shipping_address_2,
input#billing_company,
input#billing_address_1,
input#billing_address_2,
input#billing_phone,
input#billing_email {
	width: 100%;
}

input#shipping_city,
input#shipping_state,
input#shipping_postcode,
input#billing_city,
input#billing_state,
input#billing_postcode {
	max-width: 100%;
}

p#billing_city_field,
p#shipping_city_field {
	width: 30%;
	display: inline-block;
	margin-right: 5%;
}

p#billing_state_field,
p#shipping_state_field {
	width: 30%;
	display: inline-block;
	margin-right: 5%;
}

p#billing_state_field .select2-container .select2-selection--single,
p#shipping_state_field .select2-container .select2-selection--single {
	height: 44px;
	margin: 0px 0px 1px 0px;
	padding: .5em;
}

p#billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow,
p#shipping_state_field .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 20px;
	position: absolute;
	top: 22%;
	right: 1px;
	width: 20px;
}

p#billing_postcode_field,
p#shipping_postcode_field {
	width: 30%;
	display: inline-block;
}

.checkout-plan-info-container {
	padding: 26px;
	background: #F7F6F2;
	margin-bottom: 48px;
}

.checkout-plan-info-container h5 {
	margin-top: 0px;
}

.checkout-plan-info-container hr {
	margin: 16px 0%;
	background: #D8D8D8;
}

.checkout-plan-list-item {
	display: flex;
	gap: 24px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.checkout-plan-list-item h5 {
	margin-bottom: 0px;
}

.checkout-plan-list-item-copy p {
	font-size: 14px;
}

@media (min-width: 768px) {

	.page-template-template-fullwidth-php .checkout-form-wrapper #order_review_heading,
	.page-template-template-fullwidth-php .checkout-form-wrapper #order_review {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

.checkout-form-wrapper .woocommerce-Price-amount.amount bdi {
	display: inline-flex;
}

.checkout-form-wrapper td.product-name {
	display: inline-flex;
	gap: 16px;
	height: 55px;
}

.info-tooltip-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.info-tooltip {
	background: #F7F6F2;
	padding: 5px 16px;
	margin-left: 20px;
	width: 155px;
}

.info-tooltip-container {
	position: relative;
	display: none;
}

.info-tooltip-wrapper img:hover+.info-tooltip-container {
	position: relative;
	display: block;
}

img.info.icon {
	margin-right: 8px;
}

.info-tooltip-pointer {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	border: solid #F7F6F2;
	border-width: 0 1px 1px 0;
	display: inline-block;
	position: absolute;
	top: 30%;
	left: 7%;
	padding: 3px;
	height: 14px;
	width: 21px;
	background: #F7F6F2;
}

.info-tooltip-wrapper p {
	font-size: 12px;
	line-height: 14px;
}

.checkout-form-wrapper .shop_table.woocommerce-checkout-review-order-table {
	border-collapse: collapse;
}

.checkout-form-wrapper .shop_table.woocommerce-checkout-review-order-table td.product-name {
	padding-right: 10px !important;
	width: 100% !important;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	background: #fff;
	font-weight: 700;
}

.checkout-form-wrapper .shop_table.woocommerce-checkout-review-order-table tfoot tr {
	text-align: left;
}

.checkout-form-wrapper .shop_table.woocommerce-checkout-review-order-table tfoot th {
	padding: 16px 8px;
	text-align: left;
	font-family: 'Red Hat Display';
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.checkout-form-wrapper .shop_table.woocommerce-checkout-review-order-table tfoot td {
	padding: 16px 8px;
	text-align: right;
	font-family: 'Red Hat Display';
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount {
	font-family: 'Red Hat Display';
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.checkout-form-wrapper .visit-fqas-text {
	display: none !important;
}

.checkout-form-wrapper .recurring-total,
.checkout-form-wrapper .recurring-totals {
	display: none !important;
}

.checkout-form-wrapper .order-total th,
.checkout-form-wrapper .order-total td,
.checkout-form-wrapper .order-total td .woocommerce-Price-amount.amount bdi {
	background: transparent;
	font-weight: 700;
}

.checkout-form-wrapper .order-total {
	background: #F7F6F2 !important;
}

.checkout-form-wrapper #pwgc-redeem-gift-card-form {
	display: none;
}

.woocommerce-billing-fields label,
.woocommerce-shipping-fields label,
p.form-row.notes label {
	font-weight: 500;
	font-family: 'Red Hat Display';
	text-transform: capitalize;
}

hr.overview-divider {
	height: 2px;
	background: #F7F6F2;
	margin: 0px;
}

ul.wc_payment_methods.payment_methods.methods {
	margin: 0px;
	padding-inline-start: 0px;
	background: #F7F6F2;
	padding: 24px;
}

select.wc-braintree-payment-method.wc-braintree-select2 {
	padding: 9px 5px;
	width: 100%;
	border: 1px solid #C98B5C
}

button#place_order {
	background: #C98B5C;
	border: 3px solid #C98B5C;
	border-radius: 0px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	padding: 12px;
}

@media only screen and (max-width: 780px) {
	.checkout-form-wrapper {
		flex-direction: column;
		padding: 16px;
	}

	.checkout-form-wrapper .col-1,
	.checkout-form-wrapper .col-2 {
		width: 100%;
	}

	form.checkout input,
	form.checkout textarea {
		padding: 9px 5px;
		width: 100%;
	}

	p#billing_city_field,
	p#shipping_city_field {
		width: 100%;
		display: inline-block;
		margin-right: 0%;
	}

	p#billing_state_field,
	p#shipping_state_field {
		width: 48%;
		display: inline-block;
		margin-right: 4%;
	}

	p#billing_postcode_field,
	p#shipping_postcode_field {
		width: 48%;
		display: inline-block;
	}

	.checkout-plan-info-container {
		padding: 20px;
	}

	.checkout-plan-list-item-icon {
		min-width: 51px;
	}

	.checkout-plan-list-item-icon img {
		height: 51px;
		width: auto;
	}

	.checkout-form-wrapper .shop_table.woocommerce-checkout-review-order-table td.product-name {
		gap: 8px;
	}

	.info-tooltip-wrapper img:hover+.info-tooltip-container {
		position: absolute;
		left: 15%;
	}

	.info-tooltip-pointer {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		border: solid #F7F6F2;
		border-width: 0 1px 1px 0;
		display: inline-block;
		position: absolute;
		top: 35%;
		left: 92%;
		padding: 3px;
		height: 14px;
		width: 21px;
		background: #F7F6F2;
	}
}

.woocommerce-shipping-fields {
	margin-top: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #D39F66;
	border-bottom: 1px solid #D39F66;
}

/* Coupons and Gifts Cards */
body.woocommerce-coupons-giftcards h2 {
	background: #F7F6F2;
	padding: 40px 0px;
	text-align: center;
	font-family: 'Red Hat Display';
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: normal;
}