/*==================================================================
WOOCOMMERCE
/*==================================================================*/

/** Shop Page **/

.woocommerce .comment {
	box-shadow: none;
	border: none;
	border: 1px solid #e3e3e3;
	list-style: none;
	padding: 20px;

}

.woocommerce .comment:not(:first-child) {
	border-top: 0;
}

.woocommerce-breadcrumb {
	margin-bottom: 30px;
	font-size: 16px;
}

.woocommerce-result-count {
	float: left;
	line-height: 38px;
	margin-bottom: 0;
}

.woocommerce-ordering {
	display: block;
	text-align: right;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dadada;
}

.products {
	margin: 0 -16px 0 0;
	padding: 0;
}

.products.w-grid-space .product {
	padding: 0 16px 16px 0;
	text-align: center;
}

.products.w-grid-space .product.first {
	clear: both;
}

.products .product figure {
	overflow: hidden;
	position: relative;
}

.products:not(.owl-carousel) .product figure {
	padding-bottom: 40px;
}

.products .product .image-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

.products .product .cover-image > a {
	display: block;
	height: 100%;
}

.products .product .cover-image img {
	display: block;
	width: 100%;
}

.w-product-status {
	position: absolute;
	top: 5px;
	right: 10px;
}

.w-outofstock {
	z-index: 10;
	text-align: center;
	line-height: 13px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin: 5px 0;
	padding: 3px;
	color: #fff;
	font-size: 11px;
	background: #000;
	display: table;
	text-transform: capitalize;
}

.w-outofstock > span {
	display: table-cell;
	vertical-align: middle;
}

.onsale {
	z-index: 10;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	text-align: center;
	margin: 5px 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	background: #3ab45b;
	display: inline-block;
}

.products .product figure figcaption {
	position: relative;
	padding: 10px 0;
	z-index: 10;
}

.w-products-slider .products .product figure figcaption {
	padding-bottom: 0;
}

.woocommerce .products .woocommerce-loop-product__title {
	font-size: 16px;
	text-transform: uppercase;
}

.products .product > figure .button {
	border-radius: 50px;
	background: #333;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 10px;
	padding: 10px 15px 10px 35px;
	position: relative;
	text-align: left;
	width: auto;
}

.products .product > figure .button:hover {
	background: rgba(51, 51, 51, 0.85);
}

.no-touch .products .product > figure .button {
	position: absolute;
	z-index: 10;
	bottom: 40px;
	left: 50%;
	height: 40px;
	text-overflow: initial;
	opacity: 0;
	white-space: nowrap;
	transform: translate3d(-50%, 100px, 0);
	transition: background-color 0.3s ease-in-out, transform 0.4s ease-out, opacity 0.2s;
}

.no-touch .products .product > figure:hover .button {
	opacity: 1;
	transform: translate3d(-50%, 0, 0);
}

.products .product.outofstock > figure .button {
	background: #eee !important;
	color: #444;
}

.products .product > figure .button::before {
	content: "\e83f";
	font-family: gogreen, sans-serif;
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	width: 40px;
}

.products .instock .button.add_to_cart_button::before {
	content: "\e82d";
}

.products .instock .button.product_type_variable::before {
	content: "\e836";
}

.products .outofstock .button::before {
	content: "\e83f";
}

.products .product .button.add_to_cart_button.loading::before {
	animation: loader-spin 0.95s infinite linear;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	border-top-color: transparent;
	content: "";
	height: 16px;
	margin: 10px;
	top: 0;
	width: 16px;
}

.products .product h3 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}

.products .product .price {
	display: block;
	font-size: 16px;
	color: #3ab54a;
	font-weight: 700;
}

.products .product .price del {
	font-weight: 400;
	color: #999;
}

.products .product-category .count {
	background: none;
}

.woocommerce del .amount {
	padding-right: 3px;
	color: #999;
}

.added_to_cart {
	position: absolute;
	z-index: 999;
	top: 50%;
	color: #000;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	left: 50%;
	margin-top: -30px;
	margin-left: -52px;
	opacity: 0;
	transition: opacity 0.3s;
}

.added_to_cart.active {
	opacity: 1;
}

.woocommerce .related h2:not(.product_title) {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}

.woocommerce .related h2:not(.product_title)::after {
	content: "";
	position: absolute;
	display: inline-block;
	overflow: hidden;
	top: 50%;
	margin: -10px 0 0 16px;
	background-color: transparent;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
	background-size: 6px 6px;
	width: 100%;
	height: 20px;
}

.addresses {
	margin-bottom: 80px;
}

.woocommerce h2:not(.product_title),
.addresses .title h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 0;
}

.my_account_orders td {
	border-bottom: 1px solid #e0dede;
	vertical-align: middle;
}

.shop_table.my_account_orders td.order-actions {
	padding: 4px 8px;
	text-align: right;
}

.woocommerce.columns-6 .products .product .price {
	font-size: 14px;
}

/** Star Rating **/

.star-rating {
	overflow: hidden;
	position: relative;
	height: 12px;
	line-height: 1;
	font-size: 12px;
	width: 56px;
	font-family: gogreen;
	color: #333;
}

.product_list_widget .star-rating {
	margin: 3px 0;
}

.star-rating::before {
	content: "\e807\e807\e807\e807\e807";
	top: 0;
	left: 0;
	opacity: 0.4;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\e806\e806\e806\e806\e806";
	top: 0;
	left: 0;
	position: absolute;
}

.products .product .star-rating {
	position: relative;
	margin: 15px auto 0;
}

.no-touch .products .product .star-rating {
	position: absolute;
	z-index: 5;
	bottom: 10px;
	left: 50%;
	opacity: 0;
	transform: translate3d(-50%, 100px, 0);
	transition: all 0.3s;
}

.no-touch .products .product:hover .star-rating {
	opacity: 1;
	transform: translate3d(-50%, 0, 0);
}

/* WooCommerce Button */

.woocommerce button.button,
.woocommerce .buttons .button,
.wc-proceed-to-checkout .button,
.my_account_orders a.button,
.add_to_cart_inline .button,
.wc-block-components-button {
	border: 2px solid #3ab54a;
	border-radius: 0;
	padding: 8px 20px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	background: #3ab54a;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce .buttons .button {
	font-size: 13px;
}

.my_account_orders a.button,
.add_to_cart_inline .button {
	margin: 0 3px 0 0;
	padding: 3px 15px;
	font-size: 12px;
	vertical-align: middle;
}

.woocommerce button.button:hover,
.woocommerce .buttons .button:hover,
.wc-proceed-to-checkout .button:hover,
.my_account_orders a.button:hover,
.add_to_cart_inline .button:hover,
.wc-block-components-button:hover {
	background: none;
	color: #3ab54a;
}

/* Price Filter widget */

.widget_price_filter .price_slider_wrapper {
	position: relative;
	margin-top: 30px;
}

.widget_price_filter .ui-widget-content {
	background: #e1e1e1;
}

.widget_price_filter .ui-slider-horizontal {
	height: 4px;
	position: relative;
	text-align: left;
	margin-bottom: 15px;
}

.widget_price_filter .ui-slider .ui-slider-range {
	top: 0;
	height: 100%;
	background: #3ab54a;
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	border-radius: 1em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background: #3ab54a;
	width: 6px;
	height: 14px;
	top: -5px;
	position: absolute;
	cursor: ew-resize;
	z-index: 2;
}

.widget_price_filter .button {
	padding: 8px 10px;
	font-size: 15px;
	line-height: 15px;
	float: left;
	position: relative;
	z-index: 1;
}

.widget_price_filter .price_label {
	float: right;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 37px;
}

.widget_price_filter .clear {
	position: relative;
	z-index: -1;
}

/* Products widget */

.woocommerce .product-categories li ul {
	padding: 0 0 5px 25px;
}

.widget_shopping_cart li::after,
.product_list_widget li::after,
.woocommerce-tabs::after,
.woocommerce .comment .comment_container::after,
.single-product .woocommerce-tabs .tabs::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.widget .product_list_widget li {
	position: relative;
	padding: 10px 0;
}

.product-categories > li,
.product_list_widget li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.product-categories li,
.widget .product-categories li {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	display: block;
	clear: both;
	float: none;
	min-height: 30px;
	line-height: 30px;
	position: relative;
}

.product-categories > li  a {
	position: relative;
	display: block;
	text-align: left;
	font-size: 13px;
	transition: color linear 0.3s;
}

.product-categories li a:hover,
.product_list_widget li a:hover {
	color: inherit;
}

.product-categories > li ul li a::before {
	content: "\e833";
	font-family: gogreen;
	display: inline-block;
	margin-right: 10px;
}

.product-categories > li span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 0;
}

.widget.woocommerce ul li a img {
	width: 60px;
	box-shadow: none;
	padding: 1px;
	border: 2px solid #e0e0e0;
	transition: all 0.35s;
	margin: 0 10px 0 0;
	height: auto;
	float: left;
}

.widget.woocommerce ul li.mini_cart_item a img {
	margin: 0 10px 0 0;
}

.widget.woocommerce ins .amount {
	color: #000;
}

.widget.woocommerce .product-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

/** Shopping Cart widget **/

.widget_shopping_cart li a.remove {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 10px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #222;
	color: #fff;
	font-weight: 700;
}

.widget_shopping_cart li a.remove:hover {
	background: red;
}

.variation {
	border-left: 2px solid #3ab54a;
	padding-left: 10px;
	display: inline-block;
	margin-left: 10px;
	line-height: 18px;
}

.variation dt {
	display: inline-block;
}

.variation dd {
	display: inline-block;
	margin: 0;
}

.variation p {
	margin-bottom: 0;
}

.widget_shopping_cart .total {
	margin: 10px 0 25px;
	font-weight: 700;
}

.widget_shopping_cart .total .amount {
	color: #8accff;
	float: right;
}

.widget_shopping_cart .buttons .checkout {
	float: right;
}

/* Search Widget */

.widget_product_search .woocommerce-product-search {
	position: relative;
	display: block;
}

.widget_product_search label {
	display: none;
}

.widget_product_search .search-field {
	display: block;
	width: 100%;
}

.widget_product_search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	margin: 0;
	min-width: 0;
	background: none;
	border: none;
	outline: 0;
	z-index: 99;
	line-height: 30px;
	color: inherit;
	padding: 0 10px;
	opacity: 0;
	cursor: pointer;
}

.widget_product_search form::after {
	font-family: gogreen;
	content: "\e82c";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	width: 20px;
	text-align: center;
	cursor: pointer;
}

/* Related & Upsells Products */

.related.products .product .price span,
.upsells.products .product .price span {
	font-size: 15px;
}

/* Single Product Page */

.single-product,
.woocommerce-cart,
.woocommerce-checkout {
	background: #fff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 20px;
	margin: 0 0 30px 0;
	border-top: 3px solid #b3d3d8;
	min-height: 32px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error li::before {
	content: "\e831";
	font-family: gogreen;
	margin-right: 10px;
	color: #3ab54a;
}

.woocommerce-info::before {
	content: "\e83f";
}

.woocommerce-message {
	border-color: #6edb77;
}

.woocommerce-info {
	border-color: #84bbfc;
}

.woocommerce-error {
	border-color: #ff5d5d;
}

.woocommerce-error li::before {
	content: "\e83e";
	color: red;
}

.woocommerce-error li {
	list-style: none;
}

.woocommerce-breadcrumb i {
	margin: 0 5px;
}

.woocommerce-message .button {
	float: right;
	margin-left: 10px;
	padding: 3px 10px;
	border-radius: 5px;
	background-color: #000;
	color: #fff;
	border: 1px solid #cfcfcf;
	transition: all 0.35s linear;
}

.woocommerce-message .button:hover {
	color: #fff;
	background-color: #404040;
}

.single-product .products .product figure {
	padding: 0;
}

.single-product .images .onsale {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
}

.product .images .woocommerce-main-image {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.single-product .thumbnails .owl-nav {
	left: 0;
	margin-top: -25px;
}

.product .thumbnails {
	line-height: 0;
}

.product .thumbnails .owl-item a {
	display: block;
	padding-right: 5px;
}

.summary {
	margin-top: 30px;
}

.product .entry-summary .summary-container {
	float: left;
	width: 100%;
}

.product .entry-summary .product_title {
	font-size: 26px;
}

.product .woocommerce-product-rating {
	margin-bottom: 20px;
}

.summary .star-rating {
	display: inline-block;
}

.summary .woocommerce-review-link {
	position: relative;
	top: -2px;
}

.product .entry-summary .cart {
	display: flex;
	flex-flow: row nowrap;
	gap: 15px;
}

.product .cart.grouped_form {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	gap: 30px 0;
	width: 100%;
}

.summary .price {
	font-size: 25px;
	line-height: 25px;
	color: #000;
	font-weight: 700;
}

.summary .single_variation {
	padding-bottom: 20px;
}

.summary .single_variation .price ins .amount {
	color: #3ab54a;
}

.summary .price del span {
	color: #666;
	font-size: 15px;
	padding-right: 10px;
}

.woocommerce ins,
.product ins {
	text-decoration: none;
	background: none;
}

.product .stock {
	color: #5fa777;
	display: inline-flex;
	flex: 1 1 100%;
	font-size: 120%;
	font-weight: 700;
	justify-content: flex-end;
	order: 3;
}

.product .stock.out-of-stock {
	color: #f00;
	font-size: 120%;
	font-weight: 700;
}

.product .in-stock::before,
.product .out-of-stock::before,
.product .stock.available-on-backorder::before {
	color: #5fa777;
	content: "\e889";
	display: inline-block;
	font-family: gogreen, sans-serif;
	padding-right: 5px;
}

.product .out-of-stock::before {
	color: #f00;
	content: "\e886";
}

.product .stock.available-on-backorder::before {
	content: "\e890";
}

.woocommerce .main-content .summary .post-content {
	padding-top: 0;
}

.woocommerce-grouped-product-list {
	border: none;
	margin-bottom: 0;
	width: 100%;
}

.woocommerce-grouped-product-list tbody {
	align-items: flex-start;
	display: flex;
	flex-flow: row wrap;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex: 0 0 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 5px 10px;
	padding: 15px 0;
	width: 100%;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-grouped-product-list th,
.woocommerce-grouped-product-list td {
	border: none;
	padding: 0;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
	flex: 0 0 100%;
	width: 100%;
}

.product .cart .quantity input {
	font-size: 20px;
	font-weight: 800;
	height: 36px;
	margin: 5px 0;
	text-align: center;
	width: 100px;
}

.summary .cart .quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}

.summary .cart .quantity input {
	height: 36px;
	width: 100px;
	border-width: 1px;
	text-align: center;
	font-weight: 800;
	font-size: 20px;
	margin: 5px 0;
}

.variations {
	margin-bottom: 20px;
	border-width: 1px 0;
	text-align: left;
}

.variations th {
	background: none;
}

.variations select {
	color: inherit;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
	background: #222;
	border: 2px solid #222;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0;
	min-height: unset;
	min-width: 100px;
	padding: 15px 10px;
	text-align: center;
	vertical-align: baseline;
	width: auto;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:hover {
	background: transparent;
	color: #222;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
	display: flex;
	flex: 1 1 60%;
	max-width: 60%;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label {
	margin-bottom: 0;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price {
	align-items: center;
	display: flex;
	flex: 1 1 35%;
	flex-flow: row wrap;
	gap: 5px 10px;
	justify-content: flex-end;
	line-height: 1.3;
	max-width: 35%;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .stock {
	font-size: 12px;
	font-weight: 400;
}

.woocommerce-variation-description {
	margin-bottom: 30px;
}

.variations .reset_variations {
	margin-left: 10px;
}

.single_variation_wrap {
	text-align: left;
}

.summary .product_meta {
	color: #bbb;
}

.woocommerce-tabs {
	clear: both;
	padding: 50px 0;
}

.woocommerce-tabs > .tabs {
	list-style: none;
	z-index: 12;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}

.single-product .woocommerce-tabs .tabs li {
	display: inline-block;
	padding: 10px;
	margin: 0;
	list-style: none;
	transition: color 0.25s, box-shadow 0.25s;
}

.single-product .woocommerce-tabs ul.tabs li.active {
	box-shadow: 0 1px 0 #3ab54a;
}

.single-product .woocommerce-tabs ul.tabs li a {
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	display: block;
	background: transparent;
	padding: 9px 0;
	color: #999;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #000;
}

.woocommerce-tabs .panel {
	min-height: 140px;
	padding: 20px 0;
	background-color: #fff;
}

.single-product .woocommerce-tabs .post-content {
	padding: 10px 0;
}

.single-product .woocommerce-tabs .post-content h2 {
	display: none;
}

.woocommerce #comments {
	border: none;
	padding: 0;
	background-color: transparent;
}

.woocommerce #comments h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}

.woocommerce #comments .commentlist {
	margin-left: 0;
}

.woocommerce .bypostauthor .comment_container {
	border: none;
	padding-bottom: 0;
}

.woocommerce .comment .comment-image {
	text-align: center;
}

.woocommerce .comment .avatar {
	border-radius: 30px;
	margin-right: 15px;
	padding-right: 0;
	width: 40px;
}

.woocommerce .comment .woocommerce-review__author {
	font-style: normal;
}

.woocommerce .comment .comment-text .meta {
	margin-bottom: 0;
	font-style: italic;
}

.woocommerce .comment .description {
	margin-top: 15px;
}

.woocommerce .comment .description p {
	margin-bottom: 10px;
}

.woocommerce .comment .description p:last-child {
	margin-bottom: 0;
}

.stars {
	position: relative;
	font-size: 1em;
}

.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	outline: 0;
	border-right: 1px solid #ccc;
}

.stars a::after {
	font-family: gogreen;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.stars a.star-1 {
	width: 2em;
}

.stars a {
	opacity: 0.5;
}

.stars a:hover,
.stars a.active {
	opacity: 1;
}

.stars a.star-1::after {
	content: "\e806";
}

.stars a.star-1:hover::after,
.stars a.star-1.active::after {
	content: "\e806";
}

.stars a.star-2 {
	width: 3em;
}

.stars a.star-2::after {
	content: "\e806\e806";
}

.stars a.star-2:hover::after,
.stars a.star-2.active::after {
	content: "\e806\e806";
}

.stars a.star-3 {
	width: 4em;
}

.stars a.star-3::after {
	content: "\e806\e806\e806";
}

.stars a.star-3:hover::after,
.stars a.star-3.active::after {
	content: "\e806\e806\e806";
	opacity: 1;
}

.stars a.star-4 {
	width: 5em;
}

.stars a.star-4::after {
	content: "\e806\e806\e806\e806";
}

.stars a.star-4:hover::after,
.stars a.star-4.active::after {
	content: "\e806\e806\e806\e806";
}

.stars a.star-5 {
	width: 6em;
	border-right: 0;
}

.stars a.star-5::after {
	content: "\e806\e806\e806\e806\e806";
}

.stars a.star-5:hover::after,
.stars a.star-5.active::after {
	content: "\e806\e806\e806\e806\e806";
}

.single-product .upsells.products,
.single-product .related.products {
	padding: 40px 0;
	clear: both;
	float: none;
}

.woocommerce-tabs #review_form_wrapper {
	text-align: center;
}

/* Cart Page */

.cart-empty,
.return-to-shop {
	text-align: center;
}

.shop_table {
	border: 3px solid #e0dede;
}

.shop_table.cart {
	padding: 30px;
	border-radius: 0;
	background: #fcfcfc;
}

.shop_table th {
	background: none;
	border-bottom: 1px solid #e0dede;
	margin-bottom: 10px;
	text-align: left;
	padding: 12px 10px;
	text-transform: uppercase;
	color: #545454;
}

.shop_table td {
	padding: 12px 10px;
	border-bottom: 1px solid #e0dede;
	vertical-align: middle;
}

.shop_table tr:last-child td {
	border: none;
}

.shop_table .product-name {
	width: 50%;
	text-align: left;
}

.shop_table .product-thumbnail {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	width: 90px;
}

.shop_table .product-info {
	vertical-align: middle;
	display: inline-block;
}

.shop_table .product-quantity {
	text-align: center;
}

.shop_table .product-price,
.shop_table .product-subtotal {
	text-align: right;
}

.shop_table .product-remove {
	width: 5%;
	text-align: right;
}

.shop_table .quantity input {
	border-width: 1px;
	border-color: transparent;
	font-size: 16px;
	width: 70px;
	text-align: center;
}

.shop_table .quantity input:focus,
.shop_table .quantity input:hover {
	border-color: #8accff;
}

.shop_table .remove {
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fff;
}

.shop_table .remove:hover {
	background: red;
}

.shop_table .actions {
	padding: 12px 0;
}

.coupon label {
	display: none;
}

.coupon .input-text {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	border-width: 1px;
	margin: 5px 0;
	padding: 0 5px;
	height: 35px;
}

.checkout_coupon .input-text {
	margin: 5px 0;
}

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

.cart-collaterals .cross-sells,
.cart_totals {
	margin-bottom: 30px;
}

.cart_totals {
	margin-top: 30px;
}

.cart_totals h2 {
	font-size: 24px;
	padding-bottom: 5px;
}

.cart_totals table {
	border: 1px solid #e0dede;
	padding: 30px;
	background: #fcfcfc;
}

.cart_totals table th {
	width: 40%;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
	font-size: 14px;
	border-bottom: 1px solid #e0dede;
}

.cart_totals table td {
	padding: 7px 0;
	border: none;
	border-bottom: 1px solid #e0dede;
}

.cart_totals table tr:last-child th,
.cart_totals table tr:last-child td {
	border: none;
}

.cart_totals table td {
	text-align: right;
}

.cart_totals .amount {
	font-weight: 700;
}

.shipping-calculator-button {
	font-style: italic;
}

.shipping-calculator-form select {
	width: 100%;
}

.cart-subtotal td,
.order-total td {
	text-align: right;
}

.cart_totals .shipping td {
	padding-left: 10px;
	text-align: left;
}

.shipping .shipping-title {
	display: block;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0;
	color: #545454;
}

#shipping_method {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
	display: block;
	text-align: left;
}

#shipping_method li {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#shipping_method li input[type="radio"] {
	margin: 0 10px 0 0;
}

#shipping_method li {
	padding: 0;
}

.shipping .woocommerce-Price-amount.amount {
	float: right;
}

#shipping_method li label {
	display: inline-block;
}

#shipping_method li .woocommerce-Price-amount.amount {
	font-weight: 700;
	float: right;
	padding-left: 5px;
}

#shipping_method li input[type="radio"][checked="checked"] + label .woocommerce-Price-amount.amount {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	margin-left: 10px;
}

.cart_totals p {
	margin-bottom: 0;
}

.shipping-calculator-form p {
	margin-top: 10px;
}

.order-details .order-total th,
.order-details .order-total,
.shop_table tfoot .order-total th {
	font-size: 24px;
	border: none;
}

.cart_totals .shipping-calculator-form {
	padding: 10px;
	background: #f5f5f5;
}

/* Checkout Page */

.woocommerce-checkout h3 {
	text-transform: uppercase;
	font-size: 22px;
}

#customer_details {
	margin-bottom: 30px;
}

.woocommerce .form-row-first,
.woocommerce .form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
	width: 50%;
}

.woocommerce #payment #place_order,
.woocommerce form .form-row-last {
	float: right;
}

.woocommerce-checkout .form-row {
	margin-bottom: 30px;
}

.form-row-wide,
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
	clear: both;
	float: none;
}

.woocommerce-checkout .clear {
	clear: both;
	float: none;
}

input[type="checkbox"].woocommerce-form__input-checkbox,
.woocommerce-form__label-for-checkbox span {
	vertical-align: middle;
}

.woocommerce-checkout .order-details {
	padding: 20px;
	background: #f5f5f5;
}

.shop_table.woocommerce-checkout-review-order-table {
	font-size: 13px;
	border: none;
	border-bottom: 5px double #e0dede;
}

.shop_table.woocommerce-checkout-review-order-table .product-name,
.shop_table.order_details .product-name {
	width: 50%;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.order_details .product-total,
.shop_table.order_details tfoot td {
	text-align: right;
}

.shop_table tfoot th {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.shop_table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
	font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table .shipping-title {
	font-size: 12px;
}

.woocommerce-checkout  #place_order {
	width: 100%;
	padding: 15px;
}

.select2-container--default .select2-selection--single {
	padding: 5px 6px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	height: 36px;
	transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
}

.select2-container--open .select2-selection--single,
.select2-container--focus .select2-selection--single {
	border-color: #bbb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: inherit;
}

.select2-search input {
	border: 1px solid #e2e2e2;
	margin: 2px 0;
	height: 32px;
}

.order-total .amount {
	color: #3ab54a;
	font-weight: 700;
}

.required {
	color: red;
	border: none;
}

#payment,
#payment .payment_methods {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
}

#payment .payment_methods li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#payment .input-radio {
	vertical-align: middle;
	margin-right: 5px;
}

#payment .payment_box {
	position: relative;
	padding: 1em 2%;
	margin: 1em 0;
	font-size: 0.92em;
	border-radius: 2px;
	background-color: #fff;
}

#payment div.payment_box::after {
	content: "";
	top: -20px;
	font-size: 25px;
	line-height: 0;
	height: 1px;
	width: 1px;
	position: absolute;
	color: #f5f5f5;
	border: 10px solid transparent;
	border-bottom-color: #fff;
}

#payment div.payment_box p:last-child {
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	margin: 0;
}

#payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle;
	margin: 0 10px;
}

/* Order Received */

.order-received-text {
	font-weight: 700;
	font-size: 20px;
	font-style: italic;
	color: green;
}

.order-received-text::before {
	font-family: gogreen;
	content: "\e831";
	margin-right: 8px;
}

.woocommerce .order_details {
	margin: 0 0 30px 0;
	padding: 0;
}

.woocommerce .order_details::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.woocommerce .order_details li {
	list-style: none;
	float: left;
	text-align: left;
	text-transform: uppercase;
	font-size: 0.715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	padding-left: 0;
	margin: 0 2em 2em 0;
}

.woocommerce .order_details li:last-child {
	border-right: none;
}

.woocommerce .order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}

.shop_table.customer_details th {
	background: #eee;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	width: 30%;
}

.woocommerce-checkout .addresses {
	margin-bottom: 30px;
}

/* My Account Page */

.woocommerce-account {
	background: #f5f5f5;
}

.woocommerce-account .page-content {
	background: #fff;
}

.woocommerce-account h2 {
	text-align: center;
}

.woocommerce .login {
	max-width: 500px;
	margin: auto;
}

.woocommerce .login .woocommerce-Button {
	float: right;
}

.woocommerce-MyAccount-navigation {
	padding: 10px 0;
	margin-bottom: 30px;
	border: 1px solid #efefef;
	border-left: none;
	border-right: none;
	box-shadow: 0 2px 0 rgba(238, 238, 238, 0.5);
}

.woocommerce-MyAccount-navigation ul {
	margin: 10px 0;
	padding: 0;
	clear: both;
	float: none;
}

.woocommerce-MyAccount-navigation ul li {
	margin: 4px 20px 4px 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li:not(.is-active) a {
	color: #777;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: inherit;
}

.woocommerce-MyAccount-content {
	margin-bottom: 30px;
}

.woocommerce-MyAccount-content h2 {
	text-align: left;
}

.woocommerce-EditAccountForm .woocommerce-Button {
	margin-top: 30px;
}

.woocommerce-EditAccountForm fieldset {
	border-top: 1px solid #e1e1e1;
}

.woocommerce-EditAccountForm fieldset legend {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.u-column1.col-1 {
	width: 100%;
}

.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
	display: none;
}

/* WooCommerce Blocks */

/* ## Input */

.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
	display: none;
}

.wc-block-components-combobox div.wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox div.wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form .wc-block-components-combobox div.wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox div.wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-combobox div.wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox div.wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: none;
}

.wc-block-components-combobox .wc-block-components-combobox-control.components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control.components-combobox-control input.components-combobox-control__input,
.wc-block-components-form div.wc-block-components-text-input input[type="email"],
.wc-block-components-form div.wc-block-components-text-input input[type="number"],
.wc-block-components-form div.wc-block-components-text-input input[type="tel"],
.wc-block-components-form div.wc-block-components-text-input input[type="text"],
.wc-block-components-form div.wc-block-components-text-input input[type="url"],
div.wc-block-components-text-input input[type="email"],
div.wc-block-components-text-input input[type="number"],
div.wc-block-components-text-input input[type="tel"],
div.wc-block-components-text-input input[type="text"],
div.wc-block-components-text-input input[type="url"],
textarea.wc-block-components-textarea {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	height: auto;
}

.wc-block-components-form div.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-form div.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-form div.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-form div.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-form div.wc-block-components-text-input input[type="url"]:focus,
div.wc-block-components-text-input input[type="email"]:focus,
div.wc-block-components-text-input input[type="number"]:focus,
div.wc-block-components-text-input input[type="tel"]:focus,
div.wc-block-components-text-input input[type="text"]:focus,
div.wc-block-components-text-input input[type="url"]:focus {
	border-color: #bbb;
	box-shadow: none;
}

.wc-block-components-sidebar-layout:not(.has-dark-controls) .wc-block-checkout__add-note textarea.wc-block-components-textarea:focus {
	border: 1px solid #bbb;
	box-shadow: none;
	outline: none;
}

div.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #e2e2e2;
	outline: 0;
}

div.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
	border-color: #bbb;
	outline: 0;
}

/* ##Single Product */

.wp-block-woocommerce-single-product .wp-block-columns {
	gap: 30px;
}

/* ## All Products */

.wc-block-grid__product {
	margin: 0 0 3rem;
}

.wc-block-grid .wc-block-grid__products {
	flex-flow: row wrap;
}

li.wc-block-grid__product.wc-block-grid__product {
	display: flex;
	flex-flow: row wrap;
}

li.wc-block-grid__product.wc-block-grid__product > * {
	flex: 0 0 100%;
	width: 100%;
}

ul.wc-block-product-template__responsive > li {
	list-style: none;
	list-style-position: unset;
}

.wc-block-grid__products .wc-block-grid__product-image {
	overflow: hidden;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product div.wc-block-components-product-image img,
div.wc-block-components-product-image img {
	border-radius: 0;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	display: block;
	position: relative;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	display: block;
}

.wc-block-grid div.wc-block-grid__product-onsale,
.wc-block-grid__product-image div.wc-block-grid__product-onsale {
	background-color: #3ab54a;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	margin: 10px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 60px;
	z-index: 10;
}

.wc-block-grid a.wc-block-grid__product-link {
	display: flex;
	flex-flow: column nowrap;
}

.wc-block-grid div.wc-block-grid__product-image img {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
div.wc-block-grid__product-title,
.wc-block-product .wp-block-post-title {
	color: #222;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	display: -webkit-box;
	line-height: 1.25;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wc-block-product .wp-block-post-title a {
	display: inline-block;
	display: -webkit-box;
	color: inherit;
	line-height: 1.25;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

li.wc-block-grid__product .wc-block-grid__product-price,
li.wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0;
}

.wp-block-woocommerce-product-price,
.wc-block-grid__product-price.price {
	color: #3ab54a;
	font-size: 16px;
	font-weight: 700;
}

.wp-block-woocommerce-product-price del,
.wc-block-grid__product-price.price del {
	color: #999;
	font-weight: 400;
	margin-right: 2px;
}

.wc-block-grid__product-price del.wc-block-grid__product-price__regular {
	margin-right: 0;
}

div .wc-block-all-products .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars,
div .wp-block-query .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars {
	font-size: 12px;
	height: 18px;
	line-height: 1;
}

div .wc-block-grid__product-rating .star-rating {
	font-size: 12px;
	height: 12px;
	line-height: 1;
	margin-top: 10px;
	width: 56px;
}

div .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	font-size: 12px;
	width: 56px;
}

.wc-block-grid .wc-block-grid__product-rating .star-rating span,
.wc-block-grid .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
	padding-top: 20px;
}

[class^="wc-block-"] div .star-rating::before,
[class^="wc-block-"] div .wc-block-grid__product-rating__stars::before,
div.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars::before,
div.wc-block-components-product-rating__stars::before {
	color: #333;
	content: "\e807\e807\e807\e807\e807";
	display: inline-block;
	font-family: gogreen, sans-serif;
	font-size: 12px;
	position: relative;
}

[class^="wc-block-"] div .star-rating span::before,
[class^="wc-block-"] div .wc-block-grid__product-rating__stars span::before,
div.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span::before,
div.wc-block-components-product-rating__stars span::before {
	color: #333;
	content: "\e806\e806\e806\e806\e806";
	font-family: gogreen, sans-serif;
	font-size: 12px;
	right: auto;
}

.wc-block-review-list-item__text.wc-block-components-review-list-item__text__read_more {
	display: inline-block;
	margin-top: 15px;
}

div.wc-block-grid ul.wc-block-grid__products li .wp-block-button {
	margin: auto 0 15px 0;
	padding-top: 15px;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	border-radius: 50px;
	background: #333;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 10px;
	padding: 10px 15px;
	position: relative;
	text-align: center;
	width: auto;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	background: rgba(51, 51, 51, 0.85);
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-element-button.wp-block-button__link.added::after {
	font-family: gogreen, sans-serif;
	content: "\e82d";
	margin: 0 0 0 8px;
	transition: color 0.3s var(--momelo-transition-ease);
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-element-button.wp-block-button__link.loading::after {
	font-family: gogreen, sans-serif;
	content: "\e83a";
	color: rgb(var(--momelo-color-on-surface-rgb));
}

.wp-block-query-pagination.is-layout-flex {
	gap: 10px;
	margin-top: 30px;
}

nav.wp-block-query-pagination > .wp-block-query-pagination-numbers .page-numbers {
	align-items: center;
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin: 0 5px;
	position: relative;
	width: 20px;
}

nav.wp-block-query-pagination > .wp-block-query-pagination-numbers .page-numbers.current {
	font-weight: 700;
}

/* ##Product Categories */

.wc-block-product-categories-list--has-images li .wc-block-product-categories-list-item__image {
	border: 2px solid #e0e0e0;
	padding: 1px;
}

.wc-block-product-categories select {
	width: 100%;
}

.wc-block-product-categories__dropdown {
	flex: 1 1 100%;
	overflow: hidden;
	width: 80%;
}

.wc-block-product-categories.is-dropdown .wc-block-product-categories__button {
	margin-left: 6px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
	font-size: 13px;
}

/* ## Review */

ul.wc-block-components-review-list .wc-block-review-list-item__item {
	background: #fbfbfb;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	padding: 20px;
}

ul.wc-block-components-review-list .wc-block-review-list-item__item img {
	border-radius: 50%;
}

.wc-block-components-review-list-item__product {
	display: flex;
	flex: 0 0 100%;
	line-height: 1.25;
	margin-bottom: 10px;
	max-width: 100%;
}

.wc-block-review-list-item__item .wc-block-components-review-list-item__info,
div.wc-block-components-review-list-item__text p {
	margin-bottom: 10px;
}

.wc-block-review-list-item__item .wc-block-components-review-list-item__info:last-child,
div.wc-block-components-review-list-item__text p:last-child {
	margin-bottom: 0;
}

/* ## Featured Product */

.wc-block-featured-product__price {
	font-weight: 700;
}

.wc-block-featured-product__price del {
	font-weight: 400;
	opacity: 0.7;
}

.wp-block-woocommerce-featured-product .wp-element-button {
	background: #333;
	color: #fff;
	font-size: 14px;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-weight: 400;
	line-height: 1.3;
}

.wp-block-woocommerce-featured-product .wp-element-button:hover {
	background: rgba(51, 51, 51, 0.85);
}

/* ## Single Product */

.wp-block-woocommerce-single-product .is-layout-flow * + * {
	margin-block-start: 0;
}

.wp-block-woocommerce-single-product .wc-block-components-product-image {
	border-radius: 5px;
}

.wp-block-woocommerce-single-product .wp-block-post-title {
	margin-bottom: 10px;
}

.wp-block-woocommerce-single-product .wc-block-components-product-rating,
.wp-block-woocommerce-single-product .wp-block-woocommerce-product-price {
	margin-bottom: 15px;
}

[class^="wc-block-"] ins,
[class*=" wc-block-"] ins {
	background-color: transparent;
	text-decoration: none;
}

.wp-block-woocommerce-single-product .wp-block-post-excerpt {
	margin-bottom: 15px;
}

.wp-block-woocommerce-single-product .wc-block-add-to-cart-form .quantity .qty {
	height: 40px;
	padding: 5px 0;
}

.wp-block-woocommerce-single-product .reset_variations {
	margin-block-start: 10px;
	padding: 5px 0;
}

.wp-block-woocommerce-single-product .wp-block-add-to-cart-form .woocommerce-variation-add-to-cart {
	display: flex;
	flex-flow: row nowrap;
	gap: 15px;
}

.wp-block-woocommerce-single-product .wp-block-woocommerce-product-meta .wp-block-group {
	align-items: flex-start;
	display: flex;
	flex-flow: row nowrap;
	flex-grow: 2;
	flex-direction: column;
	gap: unset;
	margin-top: 15px;
}

/* ## Cart */

div.wc-block-components-sidebar-layout {
	align-items: flex-start;
}

div.wc-block-cart.wc-block-components-sidebar-layout .wc-block-cart-items {
	border: 2px solid #e2e2e2;
	margin: 0;
	padding: 0;
}

table.wc-block-cart-items thead {
	display: none;
	visibility: hidden;
}

.is-medium table.wc-block-cart-items tr.wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items tr.wc-block-cart-items__row,
.is-small table.wc-block-cart-items tr.wc-block-cart-items__row {
	gap: 10px;
	grid-template-columns: 64px 2fr auto;
	padding: 10px;
}

.is-large table.wc-block-cart-items tr.wc-block-cart-items__row {
	display: grid;
	gap: 15px;
	grid-template-columns: 100px 2fr auto;
	padding: 15px;
}

.wc-block-cart.wc-block-components-sidebar-layout table.wc-block-cart-items tbody tr td {
	border: none;
	margin: 0;
	padding: 0;
}

.wc-block-cart.wc-block-components-sidebar-layout table.wc-block-cart-items tbody tr td.wc-block-cart-item__image {
	padding: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-components-product-name {
	display: inline-block;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

div.wc-block-components-product-badge {
	background-color: #ed5d5d;
	border: none;
	border-radius: 0 999em 999em 0;
	color: #fff;
	font-size: 11px;
	overflow: hidden;
	padding: 2px 10px 2px 4px;
	position: relative;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper div.wc-block-components-sale-badge {
	border-radius: 999em 0 0 999em;
	margin-right: -15px;
	padding: 2px 4px 2px 10px;
}

div.wc-block-components-product-metadata,
div.wc-block-components-totals-item__description,
div.wc-block-components-radio-control__description,
div.wc-block-components-radio-control__secondary-description {
	font-size: 11px;
}

table.wc-block-cart-items tr.wc-block-cart-items__row {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px;
}

table.wc-block-cart-items tr.wc-block-cart-items__row:last-child {
	border-bottom: none;
}

div.wc-block-components-quantity-selector::after {
	border-radius: 0;
}

.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:hover {
	border-radius: 0;
	box-shadow: unset;
}

div.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-radius: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
	height: auto;
	text-decoration: none;
	transition: color 0.3s ease-in;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover {
	color: #f00;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before {
	content: "\e599";
	font-family: gogreen, sans-serif;
	margin-right: 5px;
}

.wc-block-cart.wc-block-components-sidebar-layout table.wc-block-cart-items tbody tr td.wc-block-cart-item__total {
	padding: 0;
}

.is-large.wc-block-cart div.wc-block-components-sidebar {
	border: 1px solid #e2e2e2;
	background: #fcfcfc;
	padding: 15px;
}

.wc-block-cart.is-large .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
	color: #222;
	font-size: 1.25em;
	font-weight: 700;
	padding: 16px;
	text-align: left;
}

.wc-block-components-radio-control input.wc-block-components-radio-control__input {
	border: 2px solid #e2e2e2;
	height: 18px;
	line-height: 1;
	margin-top: 3px;
	min-height: unset;
	min-width: unset;
	top: 0;
	transform: none;
	width: 18px;
}

.wc-block-components-radio-control input.wc-block-components-radio-control__input:focus {
	outline: none;
}

.is-large.wc-block-cart .wc-block-components-radio-control input.wc-block-components-radio-control__input {
	margin-top: 4px;
}

.wc-block-components-sidebar-layout .wc-block-components-radio-control__option input.wc-block-components-radio-control__input:checked::before {
	background-color: #fff;
}

/* ## Checkout */

.wc-block-components-radio-control.ponents-radio-control--highlight-checked::after {
	border-radius: 0;
}

.components-button.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
	color: #222;
	outline: 2px solid hsla(0, 0%, 7%, 0.8);
}

div.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
div.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	border-radius: 0;
	box-shadow: inset 0 0 0 2px hsla(0, 0%, 7%, 0.8);
	color: #222;
}

.components-button.wc-block-checkout__shipping-method-option {
	border-radius: 0;
}

.components-button-group .wc-block-checkout__shipping-method-option-title {
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: lowercase;
}

.components-button-group .wc-block-checkout__shipping-method-option-price {
	font-size: 11px;
}

.wp-block-woocommerce-checkout em,
.wc-block-components-shipping-rates-control__package__description--free {
	color: rgb(84, 200, 84);
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option input.wc-block-components-radio-control__input,
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__option input.wc-block-components-radio-control__input {
	margin-top: 1px;
	top: auto;
	transform: none;
}

.wc-block-checkout__payment-method div .wc-block-components-radio-control__label > span {
	width: 100%;
}

.wp-block-woocommerce-checkout-order-summary-block {
	background: #fcfcfc;
}

.wp-block-woocommerce-checkout-order-summary-block > .wc-block-components-totals-wrapper:first-child {
	border-top: none;
}

.wc-block-components-order-summary__button-text {
	color: #222;
	font-size: 1.25em;
	font-weight: 700;
}

.wc-block-components-totals-item .wc-block-components-totals-item__label {
	color: #222;
	font-weight: 700;
}

.wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	background: #3ab54a;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	height: 22px;
	line-height: 22px;
	width: 22px;
}

[class^="wc-block-"] ins,
[class*=" wc-block-"] ins {
	background: none;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper div.wc-block-components-sale-badge {
	border-color: #ed5d5d;
	color: #fff;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip,
.wc-block-components-totals-discount__coupon-list .wc-block-components-chip:active,
.wc-block-components-totals-discount__coupon-list .wc-block-components-chip:focus {
	background-color: #222;
	border: none;
	color: #fff;
	transition: background-color 0.3s ease-in;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip:hover {
	background-color: #b9a06f;
	border: none;
	color: #fff;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip.is-removable .wc-block-components-chip__text {
	font-size: 12px;
	font-weight: 600;
	padding-right: 2px;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip--radius-large.wc-block-components-chip {
	border-radius: 0;
	padding: 6px 6px 6px 10px;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip .wc-block-components-chip__remove {
	background: transparent;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip .wc-block-components-chip__remove-icon,
.wc-block-components-totals-discount__coupon-list .wc-block-components-chip:hover .wc-block-components-chip__remove-icon {
	fill: #fff;
}

/*------------------------------------------------------------------
MIN WIDTH QUERIES
*/

/* Small devices (Tablets) */

/* Medium devices */

/*------------------------------------------------------------------
MAX WIDTH QUERIES
*/

/* Mobile version of Navigation */

@media only screen and (min-width: 768px) {

	/* WooCommerce */
	.cart-coupon .buttons {
		text-align: right;
	}

	.cart-coupon .buttons button {
		width: auto;
	}

	/* Single Product Page */
	.product .cart.grouped_form {
		gap: 20px 0;
	}

	.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
		flex: 0 0 100px;
		width: 100px;
	}

	.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
		padding: 10px 4px;
		width: 100%;
	}

}

@media only screen and (min-width: 992px) {

	/* WooCommerce */
	.col2-set > .col-1,
	.col2-set > .col-2 {
		width: 50%;
	}

	.products .product.outofstock {
		opacity: 0.3;
		transition: opacity 0.3s;
	}

	.products .product.outofstock:hover {
		opacity: 1;
	}

	.product .images {
		float: left;
		width: 48%;
		padding-bottom: 30px;
		position: relative;
	}

	.summary {
		margin-top: 0;
	}

	.product .entry-summary {
		width: 48%;
		float: right;
	}

	form.cart {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.cart_totals h2 {
		display: inline-block;
	}

	.cart_totals .wc-proceed-to-checkout {
		text-align: right;
	}

	.woocommerce-MyAccount-navigation ul li {
		display: inline-block;
	}

}

@media only screen and (max-width: 991px) {

	/* WooCommerce */
	.products.w-grid-space .product {
		width: 50%;
		float: left;
	}

	.cart_totals h2,
	.cart-collaterals.row .wc-proceed-to-checkout {
		text-align: center;
	}

	.cart_totals table th {
		background: #f5f5f5;
		padding: 10px;
	}

	.cart_totals table td {
		border-bottom: 1px solid #e0e0e0;
		padding: 10px;
	}

	.shop_table_responsive thead {
		display: none;
	}

	.my_account_orders td {
		padding: 4px 8px;
	}

	.shop_table_responsive tr:nth-child(even) td {
		background-color: rgba(0, 0, 0, 0.03);
	}

	.shop_table.my_account_orders td.order-actions {
		text-align: left;
	}

	.widget {
		text-align: left;
	}

}

@media only screen and (max-width: 767px) {

	/* WooCommerce */
	.shop_table .product-thumbnail {
		clear: both;
		float: none;
		width: auto;
		margin-right: 0;
	}

	.shop_table .product-info {
		margin: 0;
	}

	.shop_table.cart .product-price {
		display: none;
	}

	.shop_table .quantity input {
		width: 50px;
	}

}

@media only screen and (max-width: 599px) {

	/* WooCommerce */
	.products.w-grid-space {
		margin: 0;
	}

	.products.w-grid-space .product {
		width: 100%;
		clear: both;
		float: none;
		padding: 0;
	}

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

	.woocommerce-ordering {
		text-align: center;
	}

	.shop_table.cart {
		padding: 0;
	}

	.shop_table th {
		font-size: 10px;
	}

	.shop_table .product-info {
		font-size: 12px;
		line-height: 14px;
	}

	.shop_table .actions > .button,
	.wc-proceed-to-checkout .button,
	.coupon .button,
	.cart-collaterals.row .button {
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
	}

	.coupon .input-text {
		width: 100%;
	}

	.woocommerce .order_details li {
		border-right: none;
	}

}
