/* Enter Your Custom CSS Here */
.flex-center-footer {
	display: flex;
	justify-content: center;
}

.footer-flex-left {
	flex: left;
}

.footer-flex-right {
	flex: right;
}

.col-sm-auto {
width: 100%;
flex: 0 0 100%;
text-align: center;
}

img.expand { 
	width: 25em; 
	height: 2.5em;
}

.wcfm-thankyou-page-header {
	text-align:center;
}

ul.products li.product .product-loop-footer .onsale {
    position: static;
    top: auto;
    display: inline-block;
    margin: 0 0 6px 0;
}