.btn,
.button,
.comment-form .submit,
.wpcf7-submit,
.post-password-form label + input,
.btn.subscribe-block__submit:hover,
.button.single_add_to_cart_button:hover{
	color: $regular_accent_color_5;
	background: $regular_accent_color_1;
	font-style: $h5_font_style;
	font-weight: $h5_font_weight;
	font-family: $h5_font_family;
	letter-spacing: $h5_letter_spacing{px};
}
.button.checkout,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: $regular_accent_color_1;
}
.btn:hover,
.button:hover,
.button.checkout:hover,
.comment-form .submit:hover,
.wpcf7-submit:hover,
.post-password-form label + input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.subscribe-block__submit,
.single_add_to_cart_button{
	color: $regular_accent_color_5;
	background: $regular_accent_color_4;
}
.woocommerce .add_to_cart_button, .woocommerce .product_type_variable, .woocommerce .product_type_simple, .knox-carousel .btn{
	background: $regular_accent_color_1;
}
.woocommerce .add_to_cart_button:hover, .woocommerce .product_type_variable:hover, .woocommerce .product_type_simple:hover, .knox-carousel .btn:hover{
	background: $regular_accent_color_4;
}
.subscribe-block__input[type="email"]{
	background: $regular_accent_color_5;
}
.woocommerce #reviews #comments h6{
	font-family: $body_font_family;
	font-weight: $h5_font_weight;
	font-size: $body_font_size{px};
}
.btn.btn-secondary,
.invert .btn,
.invert .button {
	background: $regular_accent_color_1;
}
.btn.btn-secondary:hover,
.invert .btn:hover,
.invert .button:hover {
	background: $regular_accent_color_5;
	color: $invert_text_color;
}

blockquote {
	color: $regular_accent_color_1;
}

blockquote cite {
	color: $regular_link_hover_color;
}

.single-format-quote blockquote cite {
	color: inherit;
}

#page .entry-content ul > li::before{
	color: $regular_link_color;
}
#page .entry-content ol > li::before{
	color: $regular_link_hover_color;
}
code {
	color: inherit;
	background: @alpha($regular_accent_color_3, 40%);
}

.entry-content table thead th,
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before{
	font-style: $h5_font_style;
	font-weight: $h5_font_weight;
	font-size: $h5_font_size{px};
	line-height: $h5_line_height;
	font-family: $h5_font_family;
	letter-spacing: $h5_letter_spacing{px};
	text-align: $h5_text_align;
	color: $regular_accent_color_2;
}
#commentform label .required{
	color: $regular_link_color;
}