.ast-site-header-cart .ast-icon-shopping-bag .ast-icon {
    display: none;
}

.ast-site-header-cart .ast-icon-shopping-bag::before {
    content: "";
    display: block;
    width: 26px;
    height:26px;
    background-image: url('assets/elements/side-cart.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ast-menu-cart-outline .ast-cart-menu-wrap .count, .ast-menu-cart-outline .ast-addon-cart-wrap {
	border: none;
}
.ast-site-header-cart a.cart-container * {
	line-height: 1;
	color: #27B07E;
	font-size: 15px;
	font-weight: 600;
	gap: 10px;
}

.entry-content .woocommerce-message, .entry-content .woocommerce-error, .entry-content .woocommerce-info,
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border: none;
	background: none;
	padding: 0;
	font-weight: 600;
	color: #262626;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display: none;
	padding: 20px 30px;
}

.woocommerce-js a.button {
	    width: auto;
		border: none;
		border-radius: 120px;
		background: #27B07E;
		color: #fff;
		min-height: 60px;
		padding: 0 28px;
		font-size: 20px;
		font-weight: 400;
		line-height: 1;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		transition: background-color .2s ease, opacity .2s ease;
		font-family: "Krona One", sans-serif;
		font-size: 16px;
		font-weight: 400;
}
.woocommerce-js a.button:hover {
		background: #21996d;
		color: #fff;
}


body .site-content {
	padding-bottom: 60px; 
}