body.woocommcer-cart * {
	font-family: 'Jost', sans-serif;
}
.page-content .alignwide {
	margin-left: 0;
	margin-right: 0;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	background-color: #799E09;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.42em;
    border-radius: 100px 100px 100px 100px;
    padding: 12px 12px 11px 12px;
    color: #fff;
    text-decoration: none;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-weight: 500;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    font-family: inherit;
}