/* product__content */
.product__content+* {
    margin-top: 30px
}

.product__content h1,
.product__content h2,
.product__content h3,
.product__content h4,
.product__content h6,
.product__content h5 {
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    color: #6a4d43
}

.product__content p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #776762
}

.product__content > *:first-child {
    margin-top: 0!important
}
.product__content > *:last-child {
    margin-bottom: 0!important
}

@media (max-width: 991px) {
    .product__content h1,
    .product__content h2,
    .product__content h3,
    .product__content h4,
    .product__content h6,
    .product__content h5 {
        font-size: 28px
    }
}

@media (max-width: 575px) {
    .product__content h1,
    .product__content h2,
    .product__content h3,
    .product__content h4,
    .product__content h6,
    .product__content h5 {
        font-size: 25px
    }
}
/* product__content */

@media (max-width: 600px) {
    html #wpadminbar {
        top: -46px;
    }
}

.payment-form__message,
.payment-form__note {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.4;
}

.payment-form__message--success,
.payment-form__note.is-success {
	color: #1f8b4c;
}

.payment-form__message--error,
.payment-form__note.is-error {
	color: #c0392b;
}

.payment-form button.is-loading {
	pointer-events: none;
	opacity: .7;
}