/*
Theme Name: mtc

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
*/
ul.products {
	margin: 0;
	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
*/
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.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;
}

.star-rating span::before {
	color: #EABE12 !important;
}

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

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

/**
* 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: #0f834d;
	clear: both;
}

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

.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%;
}


/* Custom */

/* Arhive header */

.woocommerce-header {
	padding: 6rem 0;
	background: var(--primary);
	color: #fff;
}

.woocommerce-header.category {
	background: url("/wp-content/uploads/2024/08/keychains-scaled-1.webp");
	background-position: center;
	background-repeat: no-repeat;
}

.woocommerce-header .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-header h1 {
	font-size: 6.8rem;
}

.woocommerce-header button {
	background: transparent;
	border: none;
	cursor: pointer;
	width: 5em;
	height: 4rem;
}

.woocommerce-header button svg {
	stroke: white;
	width: 3rem;
	transition: all 0.2s;
}

.woocommerce-header button:hover svg {
	stroke: #d1d1d1;
}

/* Loop Header */

.woocommerce-loop-header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

.woocommerce-result-count {
	display: none;
}

.woocommerce-ordering select.orderby {
	color: #242424;
	padding: 0.5rem 2rem 0.5rem 0.2rem;
	--chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
	background-image: var(--chevron);
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	line-height: 1.2;
	border: none;
	border-bottom: 0.2rem solid rgba(0,0,0,0.1);
	font-weight: 600;
}

.woocommerce-ordering {
	order: 1;
	margin-left: 3rem;
}

.woocommerce-grid-setter button {
	background: transparent;
	display: block;
	border: none;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.2s;
}

.woocommerce-grid-setter {
	display: flex;
	gap: 0.9rem;
}

.woocommerce-grid-setter button img {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
}

.woocommerce-grid-setter button.active {
	opacity: 1;
}

/* Archive breadcrumbs */

.woocommerce-breadcrumb {
	font-size: 1.4rem;
	color: #333;
	font-weight: 600;
	margin-right: auto;
}

.woocommerce-breadcrumb a {
	color: #777;
	font-weight: 400;
}

/* Main Loop */

.woocommerce-archive-main {
	padding-block: 4rem;
}

ul.products {
	display: grid;
	grid-template-columns: repeat(var(--col, 4), 1fr);
	gap: 2rem;
	transition: all 0.3s;
	opacity: 1;
}
.products.columns-3 {
	--col: 3;
}

.products.hide {
	opacity: 0;
}

.woocommerce-archive-main .product-card {
	max-width: 100%;
}

.woocommerce-archive-main .nothing-found-title {
	flex-basis: 100%;
	text-align: center;
	margin-top: 3rem;
}

.woocommerce-archive-main .nothing-found-title::before {
	background-color: currentColor;
	content: "";
	display: block;
	height: 5em;
	margin: 0 auto 2em;
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 5em;
	width: 5em;
}

/* Single Product */

.product-hero {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
	padding: 4rem 0;
}

.woocommerce-product-gallery__wrapper a img {
	width: 100%;
	height: auto;
}

.flex-viewport {
	height: auto !important;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    pointer-events: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}


.product-hero .woocommerce-breadcrumb {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}

h1.product_title {
	font-size: 3.4rem;
	margin-bottom: 2rem;
}

.summary.entry-summary p {
	font-size: 1.4rem;
	color: #777;
	margin-bottom: 2rem;
	max-width: 58rem;
	line-height: 1.5;
}

.quantity {
	display: none;
}

.single_add_to_cart_button {
	margin-left: 0;
}

.product_meta {
	border-top: 0.1rem solid rgba(0,0,0,0.1);
	margin-top: 2.5rem;
	padding-top: 2rem;
}

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

.woocommerce-product-details__short-description {
    margin-bottom: 2rem;
	line-height: 1.5;
}

.woocommerce-product-details__short-description {
    margin-bottom: 2rem;
}

.woocommerce-product-details__short-description ul {
    padding-left: 2rem;
}

table.table.table-striped {
    border-collapse: collapse;
    margin: 2rem 0;
}

table.table.table-striped :is(td, th) {
    border: 0.2rem solid rgba(0,0,0,0.1);
    padding: 0.5rem;
}

section.woocommerce-customer-details,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details :is(li:first-child, li:last-child),
.woocommerce-table,
section.woocommerce-order-details {
    display: none;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 0;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::after {
    font-size: 1.6rem;
    content: "We have received your request for a quote. Our team will get back to you shortly with the details. If you have any questions, please feel free to contact us.";
    max-width: 61ch;
    display: block;
}

.woocommerce-product-details__short-description > h4 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.product_meta .posted_in {
	display: block;
	font-weight: 700;
}

.product_meta .posted_in {
	margin-bottom: 1rem;
}

.product_meta .posted_in a {
	font-weight: normal;
}

.product_meta .posted_in a:hover {
	color: var(--primary);
}

.product_meta .tagged_as {
	display: none;
}

.woocommerce-tabs ul.tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
}

.woocommerce-tabs ul.tabs li a {
	padding: 2rem 0 1rem;
	border-top: 0.3rem solid transparent;
	transition: all 0.2s;
	font-weight: 700;
	color: #333333b3;
	text-transform: uppercase;
}

.woocommerce-tabs.wc-tabs-wrapper {
	border-top: 0.1rem solid rgba(0,0,0,0.105);
}

.woocommerce-tabs ul.tabs li.active a {
	border-top-color: var(--primary);
	color: #333;
}

#tab-description {
	line-height: 1.5;
}

#tab-description :is(ul, ol) {
	padding-left: 2rem;
	white-space: normal;
	padding-bottom: 1rem;
}

#tab-description :is(h2, h3, h4, h5, h6) {
	margin: 2rem 0 1rem;
}

#tab-description iframe {
    display: none;
}

section.related.products {
	border-top: 0.1rem solid rgba(0,0,0,0.1);
	margin-top: 3rem;
	padding-block: 3rem 6rem;
}

section.related.products h2 {
	padding-bottom: 3rem;
	text-align: center;
	font-size: 3rem;
}

.woocommerce-Reviews {display: grid;grid-template-columns: repeat(2, 1fr);gap: 4rem;padding-top: 3rem;}

.woocommerce-Reviews ol.commentlist {
	list-style: none;
}

.woocommerce-Reviews h2.woocommerce-Reviews-title, span#reply-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #242424;
	margin-bottom: 2rem !important;
	display: block;
}

.woocommerce-Reviews .comment_container img {
	border-radius: 50%;
}

.woocommerce-Reviews .comment_container {
	display: flex;
	gap: 2rem;
	line-height: 1.5;
	position: relative;
}

.woocommerce-Reviews .star-rating span::before,
.woocommerce-Reviews p.stars:hover a::before,
.woocommerce-Reviews p.stars.selected a.active::before,
.woocommerce-Reviews p.stars.selected a:not(.active)::before {
	color: #EABE12;
}

.woocommerce-Reviews p.stars.selected a.active ~ a::before,
.woocommerce-Reviews p.stars a:hover ~ a::before,
.woocommerce-Reviews p.stars a::before {
	color: #404040;
}

.woocommerce-Reviews .woocommerce-review__author {
	text-transform: uppercase;
	display: block;
	margin-bottom: 1rem;
}

.woocommerce-Reviews span.woocommerce-review__dash, time.woocommerce-review__published-date {
	display: none;
}

.woocommerce-Reviews .star-rating {
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce-Reviews .comment-form-rating {
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
}

.woocommerce-Reviews .comment-form-rating label::after {
	content: ":";
}


.woocommerce-Reviews #commentform label {
	display: block;
}

.woocommerce-Reviews .comment-form-rating label, .comment-form-comment label {
	font-size: 1.4rem;
}

.woocommerce-Reviews :is(textarea, input:not([type = 'submit']):not([type = 'checkbox'])) {
	padding: 1rem 1.5rem;
	width: 100%;
	border: 0.2rem solid rgba(0,0,0,0.1);
	margin-top: 1rem;
}

.woocommerce-Reviews .form-submit input#submit {
	height: 4.2rem;
	padding: 0.5rem 2rem;
	background: var(--primary);
	color: white;
	border: navajowhite;
	margin-top: 1rem;
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce-Reviews #commentform p.comment-notes {
	color: #777;
	margin-bottom: 3rem;
}

.woocommerce-Reviews #commentform > p {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}

.woocommerce-Reviews textarea {
	height: 20rem;
}

p.comment-form-cookies-consent label {
	display: inline !important;
	margin-left: 0.5rem;
}

p.comment-form-cookies-consent * {
	vertical-align: -webkit-baseline-middle;
}

.woocommerce-noreviews {
	background: transparent;
	font-style: italic;
	color: #777;
}

/* Extras */

.wp-block-button__link {
	background: var(--primary);
}

/* Cart */

.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-checkout .entry-content > .woocommerce {
	--container-width: 119.2rem;
	--container-padding: 1.5rem;
	width: min(var(--container-width) + var(--container-padding)* 2, 100%);
	padding-inline: var(--container-padding);
	margin-inline: auto;
}

:is(.woocommerce-cart, .woocommerce-checkout) .entry-content {
	padding-block: 4rem;
}

:is(.woocommerce-cart, .woocommerce-checkout) .entry-header {
	padding-block: 6rem;
	text-align: center;
	background: var(--primary);
	color: white;
	font-size: 6.8rem;
}

.is-large.wc-block-cart .wc-block-cart-items th {
	font-size: 1.6rem;
	color: #242424;
}

th.wc-block-cart-items__header-image span, td.wc-block-cart-item__image a {
	padding-left: 3rem !important;
	display: block;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
	display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	position: absolute;
	inset: 0 auto 0 1.5rem;
	font-size: 0 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12' /%3E%3C/svg%3E%0A") !important;
	width: 2rem;
	height: 2rem;
	margin: auto !important;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text,
input#place_order {
	border: none;
	cursor: pointer;
	background: var(--primary);
	color: white;
	padding: 2rem 3rem;
	border-radius: 10rem;
	white-space: nowrap;
}

.wp-block-woocommerce-cart-order-summary-block {
	opacity: 0;
	display: none;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
	padding-top: 3.5rem;
}

tr.wc-block-cart-items__row {
	position: relative;
}

.wc-block-cart-item__prices, .wc-block-components-product-badge.wc-block-components-sale-badge {
	display: none;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {}

a.wc-block-components-product-name {
	font-weight: 600;
}

td.wc-block-cart-item__image {
    max-width: 6rem;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    max-width: 4rem;
}

.wc-block-cart-items__row {
    display: table-row !important;
}

th.wc-block-cart-items__header-total,
.wc-block-cart-items td:last-child{
    display: none;
}

.wc-block-cart__submit-container.wc-block-cart__submit-container--sticky {
    display: none;
}

/* Checkout */

.woocommerce-checkout .woocommerce-info:has(.showcoupon) {
	display: none;
}

.woocommerce-billing-fields h3 {
	font-size: 0;
	color: #242424;
	margin-bottom: 3rem;
}

.woocommerce-billing-fields h3::after {
	content: "Send the Request";
	font-size: 2.2rem;
}

.woocommerce-checkout .entry-header h1 {
	font-size: 0;
}

.woocommerce-checkout .entry-header h1::after {
	content: "Request a Quote";
	font-size: 6.8rem;
}

.woocommerce-billing-fields :is(input:not([type=submit]), textarea, .select2-container--default .select2-selection--single) {
	min-height: 4.2rem;
	display: block;
	border: 0.2rem solid rgba(0,0,0,0.1);
	width: 100%;
	margin-block: 1rem;
	padding: 0 1.5rem;
	font-family: inherit;
	font-size: 1.6rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 100%;
	line-height: 2.2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	bottom: 0;
	margin: auto;
}

.woocommerce form .form-row .required {
	text-decoration: none;
}

.woocommerce-additional-fields__field-wrapper,
.woocommerce-additional-fields,
div#order_review table.shop_table.woocommerce-checkout-review-order-table, div#order_review .woocommerce-terms-and-conditions-wrapper,
h3#order_review_heading,
div#order_review table.shop_table.woocommerce-checkout-review-order-table,div#order_review .woocommerce-terms-and-conditions-wrapper,
.woocommerce-shipping-fields {
	display: none;
}

.woocommerce-checkout .page-banner h1 {
    font-size: 0px;
}

.woocommerce-checkout .page-banner h1::after {
    content: "Request a Quote";
    font-size: 6.8rem;
}

.woocommerce-message {
    background: #f2f2f2;
    padding: 1rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-banner .breadcrumb a:last-child {
    font-size: 0;
}

.page-banner .breadcrumb a:last-child::after {
    content: "Request a quote";
    font-size: 1.2rem;
}

/* Pagination */

nav.woocommerce-pagination ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
    gap: 1rem;
    padding: 6rem 0 0;
}

nav.woocommerce-pagination ul li .page-numbers:not(.dots) {
    border: 0.2rem solid rgba(0,0,0,0.1);
    padding: 0.5rem;
    width: 4.2rem;
    height: 4.2rem;
    display: grid;
    place-content: center;
    color: #333;
}

nav.woocommerce-pagination ul li :is(.prev, .next) {
    font-size: 0;
    position: relative;
}

nav.woocommerce-pagination ul li :is(.prev, .next)::after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    border: 0.1rem solid #333;
    border-top: 0;
    border-left: 0;
    rotate: -45deg;
}

nav.woocommerce-pagination ul li .prev::after {
    rotate: 135deg !important;
}


/* Media Query */

@media only screen and (max-width: 991px) {
	.product-hero {
		grid-template-columns: 1fr;
	}

	/* .single-product div.product .woocommerce-product-gallery,
	.product-hero .summary.entry-summary {
	max-width: 50rem;
	margin-inline: auto;
} */

	.summary.entry-summary p {
		max-width: 100%;
	}

	.product .container {
		--container-padding: 3rem;
	}
}

@media only screen and (max-width: 991px) {
	.woocommerce-header h1 {
		font-size: 4rem;
		text-align: center;
		line-height: 1.2;
	}

	.woocommerce-header button {
		display: none;
	}
}

@media only screen and (max-width: 760px) {
	td.wc-block-cart-item__product .wc-block-cart-item__wrap {
		padding-block: 2rem;
	}

	tr.wc-block-cart-items__row:not(:last-child) td {
		border-bottom: 1px solid #CCC;
	}
}

@media only screen and (max-width: 676px) {
	.woocommerce-Reviews {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 576px) {
	.related .products {
		--col: 1 !important;
	}

	.related .product-card {
		max-width: 100%;
	}
}