/* h2 title style */
.section-title h2 {
    position: relative;
    margin-bottom: 7px !important
}

.section-title h2::before{
    content: ' ';
    position: absolute;
    right: 0;
    bottom: -7px;
    background: var(--e-global-color-astglobalcolor1);
    height: 4px;
    width: 25px;
    border-radius: 5px
}

.section-title h2::after{
    content: ' ';
    position: absolute;
    right: 30px;
    bottom: -7px;
    background: var(--e-global-color-astglobalcolor0);
    height: 4px;
    width: calc(100% - 30px);
    border-radius: 5px
}

/* notices bar style */
.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
}

/* quantity buttons style */
.quantity .minus {
	border-radius: 0 20px 20px 0
}

.quantity .plus {
	border-radius: 20px 0 0 20px
}

.woocommerce-js .quantity .minus,
.woocommerce-js .quantity .plus {
    background: var(--ast-global-color-0) !important;
    color: #fff !important;
    width: 25px;
	border: 0 !important
}

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