/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 07:52:26 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
label, legend {
	color: var(--ast-global-color-3);
}
.woocommerce-account .entry-content .woocommerce {
	max-width: 750px;
}
.post-10 .entry-content .woocommerce {
	max-width: inherit;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select, textarea {
	font-size: inherit;
}
input[type=radio].input-radio {
	margin-top: 10px;
}

.wc-block-components-product-name {
	font-size: 1rem;
}
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 1rem;
}
table.wc-block-cart-items thead {
	background-color: var(--ast-global-color-5) !important;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
	visibility: inherit;
	background-color: var(--ast-global-color-5) !important;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product span {
	visibility: hidden;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 1rem;	
}
.wp-block-woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
	height: inherit;
	line-height: inherit;
}
