/*
Theme Name: Divi Child
Template: Divi
*/

/* Define Bebas Neue font */
@font-face {
	font-family: 'Bebas Neue';
	src: url('assets/fonts/BebasNeue Thin.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('assets/fonts/Lato-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Lato';
	src: url('assets/fonts/Lato-Black.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}


.custom-testimonial-page .taxonomy-description h1 {
	margin-bottom: 20px;
}
.custom-testimonial-page .taxonomy-description h2,
.custom-testimonial-page .taxonomy-description h3 {
	margin-top: 10px;
}

.custom-testimonial-page .testimonial-entries {
	margin-top: 30px;
}

.testimonial-pagination {
	display: flex;
}

.testimonial-pagination .older-entries,
.testimonial-pagination .next-entries {
	width: 50%;
}
.testimonial-pagination .next-entries {
	text-align: right;
}

.custom-testimonial-page a.wptww-quote {
	color: #666;
	border: 1px solid #666;
	padding-bottom: 10px;
}
.custom-testimonial-page .wptww-testimonial-date {
	margin-bottom: 10px;
}


/* Shop redesign */

/* Global Add to Cart Button Styling */
.woocommerce button,
.woocommerce a.button,
.woocommerce button.button.add_to_cart_button,
.woocommerce button.single_add_to_cart_button,
.et_contact_bottom_container button {
	background-color: rgba(71, 145, 176, 1) !important; /* Default button color */
	border-color: rgba(71, 145, 176, 1) !important; /* Default button color */
	color: white !important;
	text-transform: uppercase;
	border-radius: 0;
}

.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce button:hover,
.woocommerce a.button:hover,
.woocommerce button.button.add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:hover,
.et_contact_bottom_container button:hover {
	background-color:rgb(38 95 119) !important; /* Default button color */
	border-color: rgb(38 95 119) !important; /* Default button color */
	color: white !important;
}


/* Remove sidebar with CSS - cart, checkout, single product */
.woocommerce-cart #main-content .container:before,
.woocommerce-checkout #main-content .container:before,
.woocommerce.single-product .container:before{
	display: none !important;
}
.woocommerce-cart #sidebar,
.woocommerce-checkout #sidebar,
.woocommerce.single-product #sidebar{
	display: none !important;
}
.woocommerce-cart #left-area,
.woocommerce-checkout #left-area,
.woocommerce.single-product #left-area {
	width: 100% !important;
	padding-right: 0 !important;
}

/* cart page and checkout */
.woocommerce-cart h1,
.woocommerce-checkout h1 {
	font-family: Bebas Neue;
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: black;

}
.woocommerce-cart table {
	border-color: rgba(230, 230, 230, 1) !important;
	border-radius: 0px !important;
}
.woocommerce-cart table thead{
	background-color: rgba(242, 251, 255, 1);
}

.woocommerce-cart .update-cart-block {
	margin-bottom: 20px;
	margin-top: -5px;
	text-align: right;
}
/*.woocommerce-cart .update-cart-block button {*/
/*	position: relative !important;*/
/*	padding-right: 30px !important;*/
/*}*/

/*.woocommerce-cart .update-cart-block button {*/
/*	!* add custom icon *!*/
/*	background-image: url('assets/arrows-rotate.svg');*/
/*	background-repeat: no-repeat;*/
/*	background-position: right 0.75rem center;*/
/*	background-size: 1rem;*/
/*}*/

.woocommerce-cart .cart-collaterals {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}
.woocommerce-cart .cart-collaterals > div {
	width: 50%;
}
.woocommerce-cart .cart-collaterals .cart-collaterals-divider {
	width: 20px;
}

.woocommerce-cart .woocommerce-cart-form tr th,
.woocommerce-cart .woocommerce-cart-form tr td,
.woocommerce-checkout .woocommerce-cart-form tr th,
.woocommerce-checkout .woocommerce-cart-form tr td {
	font-family: Bebas Neue, 'display';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.8px;
	color: black;

}
@media screen and (min-width: 767px) {
	.woocommerce-cart .woocommerce-cart-form tr th,
	.woocommerce-cart .woocommerce-cart-form tr td,
	.woocommerce-checkout .woocommerce-cart-form tr th,
	.woocommerce-checkout .woocommerce-cart-form tr td {
		border-right: 1px solid rgba(230, 230, 230, 1) !important;
	}
}
.woocommerce-cart .woocommerce-cart-form tr th:last-child,
.woocommerce-cart .woocommerce-cart-form tr td:last-child,
.woocommerce-checkout .woocommerce-cart-form tr th:last-child,
.woocommerce-checkout .woocommerce-cart-form tr td:last-child {
	border-right: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form tr td,
.woocommerce-cart .woocommerce-cart-form tr td a,
.woocommerce-cart-form .woocommerce-Price-currencySymbol,
.woocommerce-cart-form .woocommerce-Price-amount bdi {
	color: black !important;
	font-family: Roboto, 'sans-serif';
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.2px;
}
.woocommerce-cart .woocommerce-cart-form tr td.product-name a {
	font-family: Lato, 'sans-serif';
}

.woocommerce-cart table.cart img {
	width: 150px;
}

.woocommerce-cart .product-remove .remove {
	width: 24px;
	height: 24px;
	position: relative;
}

@media only screen and (min-width: 767px) {
	.woocommerce-cart .product-remove .remove {
		margin: 0 auto;
	}
}
.woocommerce-cart .product-remove .remove::after {
	content: "" !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-image: url('assets/circle-trash.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.woocommerce a.remove:hover {
	background: initial;
}


.woocommerce-cart .product-thumbnail a {
	display: block;
	text-align: center;
}

.woocommerce-cart .quantity input {
	width: 90px;
}
.woocommerce-cart .product-remove {
	margin: 0 auto;
}
table.cart th, #main-content table.cart th, table.cart td,
#main-content table.cart td, table.cart tr, #main-content table.cart tr,
#content-area table tr, #content-area table td, #content-area table th {
	padding-left: 20px;
	padding-right: 20px;
}
.cart_totals table th,
.woocommerce-checkout-review-order-table th {
	font-family: Lato, 'sans-serif' !important;
}

.cart-collaterals .cart-coupons p,
.woocommerce form.checkout_coupon p {
	font-family: Roboto, 'sans-serif';
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.15px;
	margin-bottom: 20px;
	color: black;
}
.woocommerce form.checkout_coupon p {
	margin-bottom: 0px;
}
.cart-collaterals .cart-coupons .coupon {
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	border-left: 1px solid rgba(230, 230, 230, 1);
	border-right: 1px solid rgba(230, 230, 230, 1);
	padding: 30px 20px;
}
.cart-collaterals .cart-coupons input {
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	border: 1px solid black !important;
	padding: 20px 12px;
	color: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	font-family: Roboto, 'sans-serif';
}

.cart-collaterals .cart-coupons button {
	width: 100%;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart-coupons h2 {
	padding: 16px 20px;
	margin-bottom: 0;
	color: black !important;
	font-family: Bebas Neue, 'display';
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: rgba(242, 251, 255, 1);
	border-top: 1px solid rgba(230, 230, 230, 1);
	border-left: 1px solid rgba(230, 230, 230, 1);
	border-right: 1px solid rgba(230, 230, 230, 1);
}

.woocommerce-cart .cart-coupons h2 {
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.cart-collaterals table th,
.cart-collaterals table td,
.cart-collaterals span.woocommerce-Price-amount.amount bdi,
.woocommerce-checkout table th,
.woocommerce-checkout table td,
.woocommerce-checkout table span.woocommerce-Price-amount.amount bdi {
	color: black !important;
	font-family: Roboto, 'sans-serif';
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.16px;
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
	color: black !important;
}

.cart-collaterals table td,
.woocommerce-checkout table td:last-child,
.woocommerce-checkout table th:last-child {
	text-align: right;
}

.woocommerce-checkout #customer_details {
	margin-bottom: 20px;
}

.woocommerce-form-coupon-toggle {
	margin-top: 30px;
}

/* Woocommerce form */
.woocommerce form .form-row input,
.woocommerce form .form-row textarea {
	background-color: white !important;
	border: 1px solid rgba(0, 0, 0, 1) !important;
	padding: 12px 20px !important;
	line-height: 18px !important;
}

.select2-selection.select2-selection--single {
	background-color: white !important;
	border: 1px solid rgba(0, 0, 0, 1) !important;
	padding: 12px 20px !important;
	line-height: 18px !important;
	height: 44px;
	border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px;
	padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	right: 5px;
}

/* Checkout page */
.checkout-shipping {
	margin-top: 20px;
}

.woocommerce-checkout-review-order-table thead {
	background-color: rgba(242, 251, 255, 1) !important;
}
.woocommerce-checkout-review-order-table thead th {
	font-family: 'Bebas Neue', 'display' !important;
	font-weight: 400 !important;
}

/* Sidebar */
.woocommerce #main-content .container:before {
	display: none !important;
}

.woocommerce #sidebar {
	background-color: #fff;
}
div#woocommerce_product_categories-2 h4 {
	text-decoration: none !important;
	color: black;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce #sidebar ul li a {
	color: black;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 10px;
}

/* Shop page */

#sidebar,
#left-area {
	margin-top: 0 !important;
}
.woocommerce .products .product .custom-product-image-wrapper {
	border: 1px solid #e6e6e6;
	display: block;
}
.woocommerce .products .product .woocommerce-loop-product__link {
	display: none;
}

.woocommerce .products .product .custom-product-image-wrapper > a {
	display: flex;
	height: 270px;
	padding: 10px 0;
	flex-direction: column;
	justify-content: center;
}
.woocommerce ul.products li.product a img {
	width: auto !important;
	max-width: 60% !important;
	max-height: 250px !important;
	margin: 0 auto !important;
	padding: 10px 0;
}
.woocommerce .products .product .custom-product-image-wrapper .custom-product-image-wrapper-button {
	padding: 15px;
}
.woocommerce .products .product .custom-product-image-wrapper .custom-product-image-wrapper-button .button {
	width: 100%;
	display: block;
	margin-top: 0!important;
	text-align: center;
}
.woocommerce .products .product h2 {
	font-size: 16px !important;
	line-height: 20px;
	font-weight: 400 !important;
	color: black;
	font-family: 'Roboto', serif;
	padding: 15px 0 5px !important;
}

.woocommerce .products .product .price {
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 100%;
	letter-spacing: 0.16px;
	font-family: 'Roboto', serif;
}
.woocommerce .products span.woocommerce-Price-amount.amount bdi {
	color: black !important;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
	border: 0 !important;
}

.woocommerce.tax-product_cat #left-area {
	padding-top: 24px;
}

/* Shop page - title */
.custom-shop-header-wrapper h1,
.bebas-heading {
	font-family: Bebas Neue, display;
	font-weight: 500;
	font-size: 50px !important;
	line-height: 100%;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.custom-shop-header-wrapper h1 span {
	font-weight: 300;
}
.custom-shop-header-wrapper .woocommerce-breadcrumb,
.woocommerce.single-product .woocommerce-breadcrumb {
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: black;
}
.custom-shop-header-wrapper .woocommerce-breadcrumb a,
.woocommerce.single-product .woocommerce-breadcrumb a {
	color: rgba(71, 145, 176, 1) !important;
}

/* Shop page - pagination */
.woocommerce-pagination {
	display: flex;
	justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0 !important;
}
.woocommerce-pagination ul li {
	border: 1px solid black;
	border-right: 1px solid black !important;
	color: black;
	margin-right: 10px !important;
}
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
	font-family: Roboto, 'sans-serif';
	font-weight: 400 !important;
	font-size: 17px !important;
	line-height: 20px !important;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: black !important;
	width: 40px;
	height: 40px;
	padding: 10px !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: white !important;
	background-color: rgba(71, 145, 176, 1) !important;
	border: 1px solid rgba(71, 145, 176, 1) !important;
}

/* Product page */
.woocommerce.single-product h1 {
	font-family: Roboto, 'sans-serif';
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0;
}
.woocommerce.single-product .custom-meta p {
	font-family: Roboto, 'sans-serif';
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.14px;
	color: rgba(124, 124, 124, 1);
	margin-bottom: 10px;
	padding-bottom: 0;
}
.woocommerce.single-product .custom-meta {
	margin-bottom: 20px;
}

.woocommerce.single-product .variations .attribute-title {
	font-family: Bebas Neue, 'display';
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	background-color: white !important;
	color: black !important;
	border: 1px solid black !important;
}

.woocommerce.single-product div.product form.cart,
.woocommerce.single-product .woocommerce-variation-add-to-cart {
	display: flex;
	width: 100%;
}
.woocommerce.single-product div.product form.variations_form.cart {
	flex-wrap: wrap;
}
.woocommerce.single-product .woocommerce-variation-add-to-cart button,
.woocommerce.single-product .single_add_to_cart_button {
	flex: 1;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .single_variation_wrap {
	width: 100%;
}

.woocommerce.single-product .quantity input.qty,
.woocommerce .quantity input.qty {
	width: 90px !important;
}

.custom-product-drawers details {
	border: 1px solid rgba(230, 230, 230, 1);
	border-bottom: 0;
}
.custom-product-drawers details:last-child {
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.custom-product-drawers summary {
	cursor: pointer;
	padding: 16px 20px;
	background-color: rgba(242, 251, 255, 1);
	font-family: Bebas Neue, 'display';
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: black;
	position: relative;
	list-style: none;
}

.custom-product-drawers summary::before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url('assets/arrow.svg');
	transform: rotate(180deg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
	position: absolute;
	right: 16px;
	top: 16px;
}
.custom-product-drawers details[open] summary::before {
	transform: rotate(0deg);
}

.custom-product-drawers .drawer-content {
	padding: 20px 20px 24px;
	background: white;
	color: black;
	font-family: Roboto, 'sans-serif';
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.14px;
}

/* Product select variations */
.variation-group {
	margin: 10px 0;
}

.variation-option {
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	color: black;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

/* Highlight selected option */
.variation-option.selected,
.variation-option:hover
{
	background-color: rgba(71, 145, 176, 1);
	color: #fff;
	border-color: rgba(71, 145, 176, 1);
}
.variation-option.selected .price span.woocommerce-Price-amount.amount bdi,
.variation-option:hover .price span.woocommerce-Price-amount.amount bdi {
	color: #fff!important;
}

.woocommerce-variation-price {
	display: none;
}
.variation-option .price {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}
.variation-option .price,
.variation-option span.woocommerce-Price-amount.amount bdi {
	color: black;
}

/* Gallery */
.woocommerce.single-product div.images.woocommerce-product-gallery {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.woocommerce.single-product .flex-control-nav {
	width: 80px;
	min-width: 80px;
	display: flex;
	flex-direction: column;
}
.woocommerce.single-product div.images .flex-control-thumbs li {
	width: 100% !important;
}

.woocommerce-product-gallery > .flex-viewport {
	margin-left: 10px;
	border: 1px solid rgba(230, 230, 230, 1);
}
.woocommerce-product-gallery ol {
	margin-top: 0!important;
}
.woocommerce-product-gallery ol li {
	border: 1px solid rgba(204, 204, 204, 1);
	padding: 2px;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper img {
	margin: 0 auto !important;
	width: auto !important;
	max-width: 450px !important;
	max-height: 450px !important;
}

/* Footer */
footer {
	background-color: rgba(31, 31, 31, 1);
}
.et_contact_bottom_container,
.et_contact_bottom_container button {
	width: 100%;
}
.et_contact_bottom_container button {
	margin-left: 3%;
}

footer .et_pb_module.et_pb_text_align_center {
	text-align: left !important;
}

.et_pb_column_0_tb_footer  {
	padding-right: 0 !important;
}
.et_pb_column_1_tb_footer {

	padding-left: 0 !important;
}


/* Partials */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background-color: rgba(71, 145, 176, 1) !important;
}

.woocommerce table.shop_table,
.woocommerce-checkout #payment {
	border-radius: 0 !important;
}

.woocommerce-error li a {
	color: #fff !important;
}

/* Select */
.custom-orderby select {
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #000;
	border-radius: 0;
	padding: 10px 35px 10px 15px;
	text-transform: uppercase;
	position: relative;
	/* remove default icon */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* add custom icon */
	background-image: url('assets/select-arrow.svg');
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 1rem;
}



/* Order review */
.order-review-image {
	margin-bottom: 10px;
	margin-top: 10px;
}
.order-review-image img {
	max-width: 200px;
	height: auto;
}
.woocommerce-thankyou-order-received {
	margin-bottom: 10px;
}


/* Additional fixes */
.single-product .entry-summary span.woocommerce-Price-amount.amount bdi {
	color: rgba(71, 145, 176, 1);
	font-family: Lato, 'sans-serif';
	font-weight: 800;
}
.related .bebas-heading span {
	font-weight: 300;
}
.woocommerce-checkout h3,
.woocommerce-checkout label {
	color: black;
}

.woocommerce-cart h1 span {
	font-weight: 300;
}

.button.button:disabled, .woocommerce button.button:disabled[disabled] {
	border-radius: 0;
}

@media screen and (min-width: 767px) {
	.woocommerce.tax-product_cat #left-area {
		border-left: 1px solid rgba(230, 230, 230, 1);
	}
}

.tax-product_cat #content-area {
	margin-bottom: 50px;
}


/* Shop page responsive */
@media screen and (max-width: 767px) {
	body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
		padding-top: 20px;
	}

	.tax-product_cat #content-area {
		display: flex;
		flex-direction: column-reverse;
	}

	.tax-product_cat #sidebar {
		padding-top: 0;
		padding-bottom: 0;
	}

	.tax-product_cat #sidebar .et_pb_widget {
		margin-bottom: 0;
	}

	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
	}

	.tax-product_cat #sidebar ul {
		display: none;
	}
	.tax-product_cat #sidebar .open ul {
		display: block;
	}

	/* Style for h4 title */
	.tax-product_cat #sidebar h4 {
		position: relative;
		cursor: pointer;
		padding-right: 1.5rem;
	}

	/* Add "+" by default */
	.tax-product_cat #sidebar h4::after {
		content: "+";
		position: absolute;
		right: 0;
		top: 0;
	}

	/* Change to "-" when section is open */
	.tax-product_cat #sidebar .open h4::after {
		content: "-";
	}

	.woocommerce.tax-product_cat #left-area {
		padding-top: 0;
	}
}


/* Footer fixes */
.et-db #et-boc .et-l .et_pb_contact_submit {
	margin-left: 3% !important;
}
.et_contact_bottom_container {
	margin-top: 0 !important;
}


/* Order received page */
.woocommerce-order-received .woocommerce-order p,
.woocommerce-order-received ul.order_details li,
.woocommerce-order-received span.woocommerce-Price-amount.amount bdi{
	color: black !important;
}
.woocommerce-order-received ul.order_details li {
	border-color: black;
}
.woocommerce-order-received #left-area ul, .entry-content ul {
	max-width: 700px;
}

.woocommerce-checkout h3,
.woocommerce-order-received h2,
.woocommerce-order-received h3 {
	font-size: 22px !important;
}
.woocommerce-order-received  .woocommerce .woocommerce-customer-details address {
	color: black;
}

.woocommerce-checkout .custom-image img {
	height: auto;
	margin-bottom: 10px;
	max-width: 250px;
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout .custom-image img {
		max-width: 100%;
	}
}
.woocommerce-checkout .custom-contact-holder {
	margin-bottom: 15px;
}

.woocommerce-checkout .custom-contact-holder .optional {
	display: none;
}
.woocommerce-checkout .custom-contact-holder label,
.woocommerce-checkout .reservation-checkbox-label {
	display: flex;
	cursor: pointer;
}
.woocommerce-checkout .custom-contact-holder input,
.woocommerce-checkout .reservation-checkbox-label input {
	accent-color: black;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 0;
	flex: 0 0 20px;
}
.woocommerce-checkout .build-calculated-price,
.woocommerce-checkout .accessory-summary {
	font-weight: 400;
}
.woocommerce-checkout .build-calculated-price {
	padding-bottom: 20px !important;
}
.woocommerce-checkout .build-calculated-price
.woocommerce-cart .build-calculated-price {
	text-transform: uppercase;
}
.woocommerce-checkout .build-calculated-price span,
.woocommerce-cart .build-calculated-price span{
	color: red;
	text-decoration: line-through;
}
.woocommerce-cart .accessory-summary .accessory-list,
.woocommerce-checkout .accessory-summary .accessory-list {
	display: none;
}
.woocommerce-cart .accessory-summary .toggle-accessories,
.woocommerce-checkout .accessory-summary .toggle-accessories {
	margin-left: 10px;
	text-decoration: underline;
	cursor: pointer;
}



/* Builder */
.builder-holder {
	padding-top: 70px;
}

#riverSpaContainer {
	width: 100%;
	height: calc(100dvh - 70px);
}

/* Builder - checkout */
.reservation-checkbox-label {
	display: block;
	margin-top: 15px;
}
.woocommerce-checkout dl dt {
	font-weight: 400 !important;
}
.woocommerce td.product-name dl.variation {
	margin-top: 10px;
}
.woocommerce-cart td.product-name dl.variation dt,
.woocommerce-cart td.product-name .build-calculated-price,
.woocommerce-cart td.product-name .accessory-summary {
	font-weight: 400;
}
.woocommerce-cart td.product-name dl.variation dt,
.woocommerce-cart td.product-name dl.variation dt,
.woocommerce-cart td.product-name  p,
.woocommerce-cart td.product-name .accessory-summary  {
	font-size: 16px;
	line-height: 24px;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
	vertical-align: top;
	max-width: 190px;
	width: 190px;
}
@media screen and (max-width: 767px) {
	.woocommerce-page table.cart .product-thumbnail {
		display: block !important;
	}
	.woocommerce-page table.cart .product-thumbnail::before {
		display: none;
	}
	.woocommerce-cart-form__cart-item .product-name {
		text-align: left !important;
	}
}

.woocommerce-privacy-policy-text {
	color: black;
}

.woocommerce-checkout #billing_country_field {
	display: none;
}

/* Checkout - when hot tub is in cart */
.custom-msg-shipping,
.tr-custom-price,
.tr-custom-coupon,
.tr-reservation-checkbox-label,
.order-confirmation-msg,
.checkout-subtitle,
#download-pdf-summary,
.custom-checkout-actions {
	display: none;
}
.variable-product-in-cart .custom-msg-shipping {
	display: block;
	background-color: rgba(129,110,153,.14);
	padding: 25px;
	color: black;
	margin-bottom: 25px;
}
.variable-product-in-cart .woocommerce-form-coupon-toggle .woocommerce-info{
	display: none;
}

.variable-product-in-cart .checkout-subtitle {
 	display: block;
/* 	margin-bottom: 30px; */
	padding: 25px;
}
.variable-product-in-cart .checkout-subtitle p {
	margin-bottom: 10px;
	padding-bottom: 0;
}

.variable-product-in-cart .woocommerce-checkout-review-order-table .product-name {
	/*padding-bottom: 0 !important;*/
}

.variable-product-in-cart .woocommerce-checkout-review-order-table tr.cart_item td.product-total {
	vertical-align: bottom;
}

.variable-product-in-cart .tr-reservation-checkbox-label,
.variable-product-in-cart .tr-custom-price,
.variable-product-in-cart .tr-custom-coupon {
	display: table-row !important;
	background-color: rgba(242, 251, 255, 1);
}
.variable-product-in-cart .tr-reservation-checkbox-label td,
.variable-product-in-cart .tr-custom-price td,
.variable-product-in-cart .tr-custom-coupon td {
	border-top: 0 !important;
	padding-top: 0 !important;
	text-align: left !important;
}
.variable-product-in-cart .tr-custom-price td {
	padding-bottom: 0 !important;
}
.variable-product-in-cart .tr-custom-coupon .form-row {
	margin: 0;
	padding: 0;
	display: flex;
}
.variable-product-in-cart .tr-custom-coupon .coupon-message .success-message,
.variable-product-in-cart .tr-custom-coupon .coupon-message .error-message {
	display: none;
}
.variable-product-in-cart .tr-custom-coupon .coupon-message.show-success .success-message {
	display: block;
}

.variable-product-in-cart .tr-custom-coupon .success-message {
	font-weight: 400;
	color: green;
}
.variable-product-in-cart .tr-custom-coupon .error-message {
	font-weight: 400;
	color: red;
}
.variable-product-in-cart .tr-custom-coupon .validate-promo-code {
	margin-left: 10px;
}
.variable-product-in-cart .tr-custom-coupon .validate-promo-code,
.variable-product-in-cart .tr-custom-coupon .validate-promo-code:hover {
	background-color: black;
	color: white;
	display: block;
	line-height: 20px;
	padding: 12px 16px;
}

.variable-product-in-cart #download-pdf-summary {
	display: block;
	line-height: 30px;
	color: black;
	cursor: pointer;
	padding: 10px 20px;
	float: left;
	background-color: white;
	border: 1px solid black;
	box-sizing: border-box;
	height: 50px;
}
@media screen and (max-width: 767px) {
	.variable-product-in-cart #download-pdf-summary {
		width: 100%;
		text-align: center;
	}
	.variable-product-in-cart .tr-custom-coupon input {
		max-width: 150px;
	}
}

.variable-product-in-cart #download-pdf-summary:hover {
	text-decoration: underline;
}

.variable-product-in-cart .custom-checkout-actions {
	display: flex;
	flex-direction: column;
	width: fit-content;
}
.variable-product-in-cart .start-again-link {
	margin-top: 10px;
	color: black;
}
.variable-product-in-cart .start-again-link span {
	text-decoration: underline;
}
.variable-product-in-cart .tr-reservation-checkbox-label td {

}

.variable-product-in-cart .order-confirmation-msg {
	display: block;
	color: black;
	margin-top: 15px;
	margin-bottom: 15px;
}

.woocommerce-order .woocommerce-table__product-name img {
	margin: 15px 0 !important;
}
.woocommerce-order .woocommerce-table__product-name,
.woocommerce-order .woocommerce-table__product-name strong {
	font-weight: 400;
}
.woocommerce-order .woocommerce-table__product-name .uppercase {
	text-transform: uppercase;
}
.woocommerce-order .woocommerce-table__product-name .old-price {
	color: red;
	text-decoration: line-through;
}

.woocommerce-checkout .product-name .product-title,
.woocommerce-table__product-name .product-title{
	font-size: 18px;
	font-weight: bold;
}

.order-review-details-hot-tub {
	/* margin-top: -30px; */
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.woocommerce-order-received .woocommerce-order-overview {
		padding: 0;
		margin-bottom: 50px;
	}
	.woocommerce-order-received .woocommerce-order-overview li {
		margin-bottom: 10px;
	}

	.woocommerce-order-received .woocommerce-column--shipping-address {
		margin-top: 20px;
	}
}

.et_pb_slide_description .et_pb_slide_title {
    line-height: 58px !important;
    font-weight: 500 !important;
}
.et_parallax_bg {
	background-position: bottom;
	background-attachment: initial !important;
}

.page-template-builder .cnb-single.cnb-fixed,
.page-template-builder .grecaptcha-badge {
	display: none !important;
}

.woocommerce-checkout .et_pb_row.et_pb_row_3 .woocommerce-form-coupon-toggle,
.woocommerce-checkout .et_pb_row.et_pb_row_3 .woocommerce-form-coupon,
.woocommerce-checkout .et_pb_row.et_pb_row_4 .woocommerce-form-coupon-toggle, 
.woocommerce-checkout .et_pb_row.et_pb_row_4 .woocommerce-form-coupon {
    display: none !important;
}