h1, h2, h3, h4, h5, h6 {
	margin: 0 !important
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: unset !important
}

.woocommerce-notices-wrapper {
	max-width: 1140px;
    margin: 30px auto 20px !important 
}

@media only screen and (max-width: 768px) {
	.woocommerce-notices-wrapper {
		padding: 0 10px !important
	}
}

.woocommerce-message, .woocommerce-info {
    margin: 0;
    border-radius: 15px;
    box-shadow: 0 0 15px #00000026
}

.qty {
    border-radius: 10px !important;
    border: 1px solid var(--ast-border-color) !important;
	margin: 0 !important
}

#minus_qty-0 {
    margin-left: 5px
}

#plus_qty-0 {
    margin-right: 5px
}

.woocommerce-js .quantity .minus,
.woocommerce-js .quantity .plus {
    background: #e1e1e1;
    height: 25px;
    width: 25px;
    font-weight: 900;
    font-size: 19px;
    border: 0;
    border-radius: 50px;
    margin: auto 0
}

.woocommerce-js .quantity .minus:hover ,
.woocommerce-js .quantity .plus:hover {
    background: var(--ast-global-color-1) !important;
	color: #fff !important
}