/*----------- Super Fast Cart Store Style Sheet V9.6 ----------- */
.logo-holder {
	max-width: 270px;
	width: 100%;
	text-align: center;
	float: left;
	padding: 35px 0;
}
.smclogo {
	content: url(../img/self-mastery-logo.png);
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 80px;
	padding:10px;
}
h2.confirmation-title
{
	font-size: 32px;
	color: #0960d1;
	font-weight: 700;
	display: block;
	text-align: center;
}
ul.suggested-product {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 38px;
	padding: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
ul.suggested-product li span {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	display: block;
	margin-bottom: 18px;
	text-align: center;

}
ul.suggested-product li img {
	width: 90%;
	margin: 0px auto;
}
.img-fluid {
	display: block;
	max-width: 100%;
}