/* Common */
.woocommerce-page {
	--wp--preset--font-size--small: 15px;
}

.woocommerce-page h1 {
	font-weight: 300;
}

.woocommerce-page .main > .wrap {
	min-height: 600px;
}

/*
.header__info .item.minicart {
	margin-left: 15px;
	width: 24px;
	height: 24px;
	position: relative;
}
*/

.minicart {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #fff;
	z-index: 10000;
	margin: 0;
	border-radius: 999px;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 10px #ccc;
}

.minicart svg {
	width: 22px;
	height: auto;
}

.minicart .badge {
	position: absolute;
	right: -12px;
	top: -8px;
	background-color: rgba(73, 167, 96, 1);;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 20px;
}

.minicart svg {
	fill: #484B5D;
}






/* Product list */
.productlist .item__meta .button span,
.showcase__page .item .wrap .sproduct__button .button span {
	display: inline;
	vertical-align: unset;
}

.showcase__page .item .wrap .sproduct__button .button:hover span {
	color: #000;
}

/* Product detail */
.sproduct form.cart {
	display: flex;
	gap: 15px;
	align-items: center;
}

.sproduct form.cart input.qty {
	width: 100px;
	height: 40px;
	border: 1px solid #c9c9c9;
	padding: 0 20px;
}

.sproduct form.cart .single_add_to_cart_button  {
	border: 0;
}

.sproduct form.cart.variations_form {
	flex-direction: column;
	align-items: flex-start;
}

.sproduct form.cart.variations_form .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 15px;
	align-items: center;
}

.sproduct .woocommerce-notices-wrapper .woocommerce-message {
	margin-bottom: 50px;
	background: rgba(73, 167, 96, 0.1);
	border-top: 2px solid rgba(73, 167, 96, 1);
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(73, 167, 96, 1);
	font-weight: 500;
	outline: none;
}

.sproduct .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
	background-color: rgba(73, 167, 96, 1);
}

.sproduct table.variations {
	margin: 0;
	width: auto;
}

.sproduct table.variations tr {
	display: flex;
	gap: 15px;
	align-items: center;
}

.sproduct table.variations tr th {
	background-color: unset;
	color: #000;
	padding: 0;
	font-size: 100%;
}

.sproduct table.variations tr td {
	background-color: unset;
	padding: 0;
}

.sproduct table.variations select {
	height: 40px;
}



/* Cart and checkout */
table.wc-block-cart-items {
	margin: 0;
}

table.wc-block-cart-items .wc-block-cart-items__header th {
	color: #000;
}

table.wc-block-cart-items .wc-block-cart-items__row {
	border-top: 1px solid hsla(0,0%,7%,.11);
}

table.wc-block-cart-items .wc-block-cart-items__row td {
	border-top: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-weight: 700;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata__description,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description{
	display: none !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	font-weight: 700;
	padding-top: 16px;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
	display: none !important;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
    text-decoration: none;
    padding: 16px 20px;
    display: inline-block;
    font-weight: bold;
    background-color: rgba(73, 167, 96, 1);
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    height: auto;
    line-height: 18px;
    border: 0;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
	text-decoration: none;
	background-color: #54576a;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:focus,
.wc-block-components-checkout-place-order-button:focus {
	box-shadow: none !important;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button div,
.wc-block-components-checkout-place-order-button div {
    text-decoration: none;
    color: #fff;	
}

.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
	display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
	display: none !important;
}

.wc-block-components-payment-method-label {
	font-weight: 500;
}

.wc-block-components-address-form__country {
	display: none;
}

.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
	display: none;
}


/* Thank you page */
.woocommerce-order-details table.woocommerce-table--order-details {
	margin: 0;
	width: auto;
}

.woocommerce-order-details table.woocommerce-table--order-details th {
	background-color: unset;
	color: #000;
	padding: 0;
	font-size: 100%;
}

.woocommerce-order-details table.woocommerce-table--order-details tbody tr:last-child {
	border-bottom: 1px solid #000;
}

.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:nth-child(odd) th {
	background-color: #f6f6f6;
}