.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	border-radius: 15px;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce .count {
	display: none;
}

.woocommerce div.product form.cart .variations select {
	background: var(--light-color) !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	display: none;
}

.woocommerce .variations select {
	padding: 10px;
	background: var(--light-color);
}

.is-large.wc-block-cart .wc-block-cart-items th, .is-large.wc-block-cart .wc-block-cart__totals-title {
	border-bottom: 1px solid var(--accent);
}

.wc-block-checkout__payment-method .wc-block-components-radio-control {
	border-color: var(--secondary-color);
}

.woocommerce .woocommerce-loop-product__title, .archive.woocommerce .price {
	text-align: center;
}

.woocommerce .price .woocommerce-Price-amount, div.product p.price, .woocommerce #content div.product p.price, .reset_variations {
	color: var(--dark-color);
}

.woocommerce .et_pb_tabs_controls li {
	margin-bottom: 0;
}

.woocommerce #size-guide th, .woocommerce #size-guide td {
	color: var(--text-color) !important;
}

.wp-block-woocommerce-empty-cart-block h2:nth-of-type(2), .wp-block-woocommerce-empty-cart-block hr, .wp-block-woocommerce-empty-cart-block .wc-block-grid {
	display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .price {
	text-align: center;
	margin-bottom: 20px;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
}

.woocommerce ul.products li.product a:hover, .woocommerce ul.products li.product a img:hover {
	transform: none;
}

.woocommerce ul.products li.product .button {
	margin: 0 auto;
	display: block;
	text-align: center;
	max-width: 175px;
	width: 100%;
	color: var(--dark-gray-color);
	text-decoration: none;
}

.wc-block-components-button:not(.is-link),
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	color: var(--dark-gray-color) !important;
	background: var(--primary-color) !important;
	border: 3px solid transparent !important;
	border-radius: 7px !important;
	transition: all 0.3s ease-in-out !important;
	opacity: 1 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.wc-block-components-button:not(.is-link):hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	background: var(--light-color) !important;
	opacity: 0.8 !important;
	border: 3px solid var(--primary-color) !important;
	box-shadow: 0 0 20px var(--primary-color) !important;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) span {
	color: var(--dark-gray-color) !important;
	transition: all 0.3s ease-in-out !important;
}

.wc-block-components-button:not(.is-link):hover .wc-block-components-button__text,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover span {
	color: var(--primary-color) !important;
}

.wc-block-cart__submit-container a {
	background: var(--light-color);
}

.woocommerce-page .wc-block-components-title.wc-block-components-title {
	color: var(--dark-color) !important;
}

body.woocommerce .page-body {
	background: var(--gray-color);
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.product-template-default #primary, .product-template-default #secondary {
	padding-top: 115px !important;
}

.woocommerce #primary {
	background: var(--gray-color) !important;
	width: 80%;
	padding: 20px;
}

.woocommerce div.product {
	margin: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	background: rgb(72, 72, 72) !important;
	padding: 10px 15px !important;
	border: 2px solid var(--accent) !important;
}

.woocommerce #primary div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--primary-color) !important;
}

.woocommerce #primary div.product .woocommerce-tabs ul.tabs li a {
	color: var(--dark-gray-color) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
	box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
	box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 20px;
}

a.button.wc-forward {
	color: var(--dark-gray-color);
}

.wc-block-product-categories-list-item a {
	text-decoration: none;
}

.wc-block-product-categories-list-item a:hover {
	text-decoration: underline solid var(--light-color);
}

.wc-block-product-categories-list-item {
	list-style-type: none;
}

.woocommerce ul.products li.product .button {
	color: var(--dark-gray-color);
	font-family: "Archivo Black", sans-serif !important;
}

.woocommerce-product-gallery__image {
	display: none !important;
}

.woocommerce-product-gallery__image:first-of-type {
	display: block !important;
}

.woocommerce div.product form.cart .variations label {
	color: var(--text-color);
}

.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
}

.woocommerce-product-gallery figure {
	margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

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

.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1
}

.woocommerce-product-gallery img {
	display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
}

a.woocommerce-product-gallery__trigger {
	text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	right: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: var(--secondary-color);
	color: var(--text-color);
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: var(--light-color);
	border-color: var(--accent);
	color: var(--primary-color);
}

.woocommerce-products-header h4 {
	color: var(--primary-color);
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f00e";
	line-height: 2;
	text-indent: 0;
}

.woocommerce #primary, .woocommerce #secondary, .woocommerce #sidebar {
	border-top: 3px solid #333 !important;
}

.woocommerce.product-template-default #primary,
.woocommerce.product-template-default #secondary,
.woocommerce.product-template-default #sidebar {
	border-top: none;
}

.woocommerce-message a {
	background-color: var(--primary-color) !important;
	color: var(--dark-gray-color) !important;
	transition: all 0.3s ease-in-out !important;
	border-radius: 5px !important;
	border: 2px solid transparent !important;
}

.woocommerce-message a:hover {
	background-color: var(--light-color) !important;
	color: var(--primary-color) !important;
	border: 2px solid var(--primary-color) !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
	color: var(--dark-gray-color) !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
	padding: 50px !important;
	border-radius: 15px !important;
	margin: 20px 0 !important;
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
	padding-left: 50px !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
	background: var(--light-color) !important;
}

.wc-block-components-form .wc-block-components-checkout-step p,
.wc-block-components-form .wc-block-components-checkout-step div,
.wc-block-components-form .wc-block-components-checkout-step span,
.wc-block-components-form .wc-block-components-checkout-step a,
.wc-block-components-form .wc-block-components-checkout-step li,
.wc-block-components-form .wc-block-components-checkout-step label,
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
	color: var(--dark-gray-color) !important;
}

#main>div.woocommerce-notices-wrapper>div>a:hover {
	background: var(--light-color) !important;
	color: var(--primary-color) !important;
}

.woocommerce-products-header__title.page-title {
	display: none !important;
}

.gpay-card-info-container.black,
.gpay-button.black {
	outline: none !important;
}

@media (max-width: 980px) {

	.woocommerce #secondary, .woocommerce #sidebar {
		padding: 35px 20px 25px 20px;
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
		text-align: center;
	}

	.woocommerce.product-template-default #sidebar, .woocommerce.product-template-default #secondary {
		border: none;
		border-top: 3px solid #333;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		display: flex;
		flex-direction: column;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
	}

	.woocommerce #size-guide {
		display: none;
	}
	
	.woocommerce div.product {
		max-width: 100%;
	}

	.woocommerce #primary {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.product-template-default #primary {
		padding-top: 100px !important;
	}
}