div.topseller {
	margin: 40px 0px 0px 0px;
}

.layout_topseller {
	margin: 60px 0px;
}

.topseller_topbar_container {
	font: normal 30px/40px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	letter-spacing: -2px;
	background: #43A8DC;
	color: #ffffff;
	width: 100%;
	margin: 0px;
	padding: 40px 20px;
	margin: 0px;
	text-align: center;
}
.topseller_topbar_content > .container {
	padding: 0px;
}
.topseller_topbar_content_left {
	width: 50%;
	float: left;
	text-align: left;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none; 
}
.topseller_topbar_content_right {
	width: 50%;
	float: right;
}
#MyCustomTrustbadge {
	display: inline-block;
	float: left;
	margin-left: calc(50% - 160px);
}
.topseller_topbar_content_right a,
.topseller_topbar_content_right a:link,
.topseller_topbar_content_right a:visited,
.topseller_topbar_content_right a:hover {
	font: normal 24px/24px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	letter-spacing: -2px;
	display: inline;
	float: right;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
	line-height: 0px;
	padding: 40px 20px;
}
.layout_topseller_product_row {
	display: block;
	height: 400px;
}
.layout_topseller_product {
	text-align: center;
	height: 100%;
	border-right: 1px solid #D8D8D8;
}
.layout_topseller_product:last-child {
	border-right: none;
}
.layout_topseller_product a,
.layout_topseller_product a:link,
.layout_topseller_product a:visited,
.layout_topseller_product a:hover {
	height: 100%;
	color: #242424;
	text-decoration: none;
}
.layout_topseller_product_image {
	width: 100%;
	text-align: center;
}
.layout_topseller_product_image img {
	margin: 0px auto;
}
.layout_topseller_product_name {
	font-size: 15px;
	font-weight: 400;
	min-height: 55px;
}
.layout_topseller_product_description {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_topseller_product i.fa-truck {
	color: #43A8DC;
}
.layout_topseller_product_price {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	/*
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
	*/
}
.layout_topseller_product_price div.topseller_product_price {
	display: block;
	color: #43A8DC;
	font-size: 15px;
	font-weight: 600;
	margin: 8px 0px 0px 0px;
}
.layout_topseller_product_price div.topseller_product_baseprice {
	display: block;
	font-size: 11px;
	margin: 0px 0px 8px 0px;
}
.layout_topseller_product_button {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 1012px) {
	.topseller_topbar_container {
		font: normal 20px/20px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 300;
		letter-spacing: -1px;
	}
	.topseller_topbar_content_left {
		width: 100%;
		float: left;
	}
	.topseller_topbar_content_right {
		width: 100%;
		float: left;
	}
	#MyCustomTrustbadge {
		display: block;
		margin: 20px 20px 0px 0px;
	}
	.topseller_topbar_content_right a,
	.topseller_topbar_content_right a:link,
	.topseller_topbar_content_right a:visited,
	.topseller_topbar_content_right a:hover {
		font: normal 12px/12px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 300;
		letter-spacing: 0px;
		line-height: 0px;
		display: block;
		float: left;
		padding: 40px 0px;
		margin: 20px 0px 0px 0px;
		width: calc(100% - 180px);
	}
	.layout_topseller_product_row {
		display: block;
		height: auto;
	}
	.layout_topseller_product {
		border-right: none;
		border-bottom: 1px solid #D8D8D8;
		height: auto;
		padding: 0px 0px 40px 0px;
	}
	.layout_topseller_product:last-child {
		border-bottom: none;
		padding-bottom: 0px;
	}
	.layout_topseller_product_price {
		position: relative;
		width: 100%;
	}
}
