
.woocommerce-form-coupon-toggle .woocommerce-info {
	padding: 32px;
	color: #515151;
	border-left: 10px solid var(--pumpt-m3);
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

form.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
}


.woocommerce input#coupon_code {
	min-width: 200px !important;
}

form.woocommerce-checkout::before,
form.woocommerce-checkout::after {
	display: none !important;
}

#customer_details, #order_review {
	margin-right: 0;
	margin-left: 0;
	padding: 32px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

#customer_details {
	width: calc((100% - 32px) * .59);
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: calc((100% - 32px) / 2);
}

label.checkbox input {
	position: relative;
	top: -2px;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	margin-bottom: 0 !important;
	vertical-align: middle;
}

form.woocommerce-checkout h3 {
	font-family: var(--pumpt-font);
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	line-height: 150%;
	color: rgba(0, 0, 0, .6);
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	background: #FFFFFF;
}

#order_review {
	overflow: hidden;
	width: calc((100% - 32px) * .41);
	padding: 0;
}

#order_review_heading {
	display: none;
}

.woocommerce-checkout-review-order-table thead {
	display: none;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
	padding: 16px 32px !important;
	background-color: #FFFFFF !important;
}

.woocommerce-checkout-review-order-table td:last-child {
	text-align: right;
}

.woocommerce-checkout-review-order-table td label {
	left: 0;
}

.woocommerce-checkout-review-order-table td .amount {
	font-family: var(--pumpt-font);
	font-size: 28px;
	font-weight: 700;
	font-style: normal;
	line-height: 140%;
	display: block;
	text-align: right;
	background: linear-gradient(180deg, #62CDE3 0%, #3FD797 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.woocommerce-checkout-review-order-table .product-name {
	font-family: var(--pumpt-font);
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
	line-height: 150%;
	color: rgba(10, 10, 10, 0.8);
}

.woocommerce-checkout-review-order-table .product-name small,
.woocommerce-checkout-review-order-table .product-name dl {
	font-family: var(--pumpt-font);
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	line-height: 24px;
	/* or 171% */
	color: rgba(0, 0, 0, 0.6);
}

.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tbody td {
	border-bottom: 0 !important;
}

.woocommerce-checkout-review-order-table .cart-discount td {
	font-family: var(--pumpt-font);
	font-size: 28px;
	font-weight: 700;
	font-style: normal;
	line-height: 140%;
	text-align: right;
	white-space: nowrap;
	background: linear-gradient(180deg, #62CDE3 0%, #3FD797 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.woocommerce-checkout-review-order-table .cart-discount .amount {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.woocommerce-checkout-review-order-table .product-name .product-quantity {
	display: none;
}

.woocommerce-checkout-review-order-table tfoot tr:first-child th, .woocommerce-checkout-review-order-table tfoot tr:first-child td {
	border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) th, .woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) td {
	border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce-checkout-review-order-table tr.order-total {
	display: none;
}

#payment {
	padding: 16px 32px;
}

#payment .payment_methods > .wc_payment_method > label {
	left: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	font-family: var(--pumpt-font);
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	float: none;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	/* or 20px */
	border-radius: 18px;
	background: #40C4AC;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce #payment #place_order:active,
.woocommerce-page #payment #place_order:active {
	background: var(--pumpt-d3)
}

.woocommerce-notices-wrapper {
	display: none !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius: 18px;
	background-color: var(--pumpt-m3);
	font-weight: bold;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
	border-radius: 18px;
	background-color: var(--pumpt-d3);
	font-weight: bold;
}

@media (max-width: 1199px) {
	.woocommerce-checkout-review-order-table .product-name {
		font-size: 18px;
	}

	.woocommerce-checkout-review-order-table td .amount {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	form.woocommerce-checkout {
		align-items: center;
		flex-direction: column;
	}

	#customer_details {
		width: 100%;
		margin-bottom: 40px;
	}

	#order_review {
		width: 100%;
	}
}

/* Shop Page
------------------------------------------------------------------------------*/
.post-type-archive-product .site-logo path {
	fill: var(--pumpt-m3);
}

.post-type-archive-product .main-navigation .main-nav ul li:not(.store-link):not(.nav-btn) a,
.post-type-archive-product .main-navigation .menu-toggle,
.post-type-archive-product .main-navigation .menu-bar-items {
	color: var(--pumpt-m3) !important;
}

.post-type-archive-product .main-navigation .main-nav ul li:not(.store-link):not(.nav-btn) a:hover,
.post-type-archive-product .main-navigation .menu-toggle:hover,
.post-type-archive-product .main-navigation .menu-bar-items:hover {
	color: var(--pumpt-d3) !important;
}

.shopping-bag path {
	fill: var(--pumpt-m3);
}

.post-type-archive-product .main-navigation .menu-toggle path {
	fill: var(--pumpt-m3);
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
	background: none;
}

.woocommerce ul.products li.product {
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

.woocommerce ul.products.columns-3 li.product-sizer-element,
.woocommerce-page ul.products.columns-3 li.product-sizer-element {
	width: 30.75%;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	padding: 0 25px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--pumpt-font);
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	line-height: 150%;
	opacity: 0.9;
	color: #000000;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
	font-family: var(--pumpt-font);
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	line-height: 120%;
	color: #40C4AC;
}

.woocommerce ul.products li.product .free-installation-badge {
	font-family: var(--pumpt-font);
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 140%;
	text-transform: uppercase;
	color: #40C4AC;
}

.woocommerce ul.products li.product .button {
	font-family: var(--pumpt-font);
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 120%;
	width: 100%;
	height: 64px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(0, 0, 0, .6);
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0px 0px 16px 16px;
	background: transparent;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:active {
	color: #FFFFFF;
	background: var(--pumpt-m3)
}

.woocommerce .woocommerce-ordering select {
	font-family: var(--pumpt-font);
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	height: 56px;
	color: rgba(0, 0, 0, .6);
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 16px !important;
}

.woocommerce .woocommerce-ordering select option:hover {
	color: #000000 !important;
	background-color: var(--pumpt-m1) !important;
}

.woocommerce-ordering:after {
	top: 16px;
}

h1.woocommerce-products-header__title.page-title {
	font-family: var(--pumpt-font);
	font-size: 48px;
	font-weight: 600;
	font-style: italic;
	line-height: 120%;
	margin-bottom: 41px;
	text-align: center;
	color: #40C4AC;
}

.product-filter-options {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 22px auto;
}

.product-filter-options > * {
	font-family: var(--pumpt-font);
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	line-height: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	margin: 10px 12px;
	padding: 10px 32px;
	text-align: center;
	color: rgba(0, 0, 0, .6);
	border: 0;
	border-radius: 16px;
	background: rgba(0, 0, 0, .1);
}

.product-filter-options > *:hover,
.product-filter-options > *.active {
	cursor: pointer;
	color: var(--pumpt-m3);
	background: var(--pumpt-gradient);
}

.product-filter-options > *::before {
	position: absolute;
	z-index: -1;
	top: 2px;
	left: 2px;
	display: block;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	content: '';
	border-radius: 14px;
	background: var(--pumpt-l2);
}

.product-filter-options > *:hover::before,
.product-filter-options > *.active::before {
	background: #FFFFFF;
}

@media (max-width: 539px) {
	.product-filter-options > * {
		width: 100%;
	}
}

/* Single Product Page
------------------------------------------------------------------------------*/
.single-product .site-logo path {
	fill: var(--pumpt-m3);
}

.single-product .main-navigation .main-nav ul li:not(.store-link):not(.nav-btn) a,
.single-product .main-navigation .menu-toggle,
.single-product .main-navigation .menu-bar-items {
	color: var(--pumpt-m3) !important;
}

.single-product .main-navigation .main-nav ul li:not(.store-link):not(.nav-btn) a:hover,
.single-product .main-navigation .menu-toggle:hover,
.single-product .main-navigation .menu-bar-items:hover {
	color: var(--pumpt-d3) !important;
}

.single-product .main-navigation .menu-toggle path {
	fill: var(--pumpt-m3);
}

.woocommerce div.product .product_title {
	font-family: var(--pumpt-font);
	font-size: 28px;
	font-weight: 700;
	font-style: normal;
	line-height: 140%;
	color: rgba(0, 0, 0, 0.6);
}

.woocommerce-variation-description, .woocommerce-product-details__short-description {
	font-family: var(--pumpt-font);
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.6);
}

section.related.products h2 {
	font-family: var(--pumpt-font);
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	line-height: 100%;
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, .6);
}

.woocommerce div.product form.cart div.quantity {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 12px;
}

.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after, .do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before, .woocommerce form .quantity.buttons-added .minus, .woocommerce form .quantity.buttons-added .plus, .woocommerce form .quantity.buttons-added .qty {
	font-family: var(--pumpt-font);
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	line-height: 150%;
	width: 80px;
	color: rgba(0, 0, 0, .9);
	border: 0;
}

.woocommerce form .quantity.buttons-added .minus, .woocommerce form .quantity.buttons-added .plus {
	font-size: 30px !important;
	color: rgba(0, 0, 0, 0.2) !important;
}

.woocommerce form .quantity.buttons-added .minus {
	width: 48px;
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce form .quantity.buttons-added .plus {
	width: 48px;
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce form .quantity.buttons-added .minus:hover, .woocommerce form .quantity.buttons-added .plus:hover {
	color: var(--pumpt-m4) !important;
}

table.variations {
	display: block;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	display: block;
	width: 100%;
	padding: 0;
}

.woocommerce div.product form.cart .variations select {
	width: 100%;
	height: 56px;
}

.woocommerce-variation-price {
	font-family: var(--pumpt-font);
	font-size: 48px;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	color: var(--pumpt-m3);
}

.woocommerce div.product form.cart .button {
	font-family: var(--pumpt-font);
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	border-radius: 18px;
	background: var(--pumpt-m3);
}

.woocommerce div.product .woocommerce-tabs .panel {
	font-family: var(--pumpt-font);
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-family: var(--pumpt-font);
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	line-height: 100%;
	color: rgba(0, 0, 0, 0.6);
}

.product_meta {
	font-family: var(--pumpt-font);
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	line-height: 24px;
	padding-top: 30px;
	color: rgba(0, 0, 0, 0.6);
}