.woo-products {
	margin-block-start: 60px;
}
.woo-products .product,
.woo-products .products {
	margin-block-start: 160px;
}

.woocommerce-Price-amount {
	color: #2c72bb;
}
.single_add_to_cart_button {
	width: 100%;
	background-color: #2c72bb !important;
}
.quantity-label {
	font-weight: 700;
}
.input-text.qty {
	background-color: #f1f1f1;
	margin-bottom: 20px;
}

.woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.woocommerce-product-gallery__image:first-child {
	width: 100%;
}
.woocommerce-product-gallery__image.woocommerce-product-gallery__image.woocommerce-product-gallery__image.woocommerce-product-gallery__image.woocommerce-product-gallery__image:not(:first-child) {
	width: 100px;
	aspect-ratio: 1;
}
.woocommerce-product-gallery__image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}

.header-navigation .cart-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.header-navigation .cart-btn:hover {
	text-decoration: none;
}

.header-navigation .cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	background-color: #2c72bb;
	color: white;
}

.woocommerce-wrapper {
	margin-block: 5rem;
}
.woocommerce-wrapper h1 {
	font-size: 3.5rem;
}
.wc-block-components-button {
	background-color: #2c72bb !important;
}
.wc-block-components-button:hover {
	color: white;
	text-decoration: none;
}
.add_to_cart_button.add_to_cart_button.add_to_cart_button,
.product_type_variable.product_type_variable.product_type_variable {
	border-radius: 100px;
	background-color: white !important;
	color: #2c72bb !important;
	font-weight: 400;
	border: 2px solid #2c72bb;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
}
.add_to_cart_button:hover {
	color: #004672;
	border-color: #004672;
}
.woonp {
	align-items: flex-start;
	flex-direction: column;
}
.woonp label {
	font-weight: 700;
}
.woonp input {
	background-color: #f1f1f1;
}
.product .product_title {
	font-size: 3.125rem;
}
.shop_button.shop_button.shop_button.shop_button {
	background-color: #0075be;
	color: white;
	padding: 0.5rem 2rem;
	font-size: 1.25rem;
	border-radius: 10rem;
	transition: all 0.25s ease-in;
}
.shop_button.shop_button.shop_button.shop_button:hover {
	background-color: #005ca5;
	text-decoration: none;
}
.woocommerce-order-received .col2-set .col-1,
.woocommerce-order-received .col2-set .col-2 {
	max-width: 48%;
}
.single-product .product {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
