.section-page_title {
	background-color: #FD3150;
}

.section-page_title .title-bg:before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd3150+0,fd3150+100&1+0,1+0,1+17,0+100 */
	background: -moz-linear-gradient(left,  rgba(253,49,80,1) 0%, rgba(253,49,80,1) 17%, rgba(253,49,80,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(253,49,80,1) 0%,rgba(253,49,80,1) 17%,rgba(253,49,80,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(253,49,80,1) 0%,rgba(253,49,80,1) 17%,rgba(253,49,80,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3150', endColorstr='#00fd3150',GradientType=1 ); /* IE6-9 */
}

.button-alt,
.button-red,
.woocommerce a.button-alt,
.woocommerce button.button-alt,
.woocommerce input.button-alt {
	border-color: #FD3150;
	background-color: #FD3150;
	color: #FFF;
}

.button-alt:hover,
.button-red:hover,
.woocommerce a.button-alt:hover,
.woocommerce button.button-alt:hover,
.woocommerce input.button-alt:hover {
	background-color: #FFF;
	color: #FD3150;
	border-color: #fff;
}