	.homefeaturedbottom-content {
		margin: 0 25%;
	}

	.homefeaturedbottom-content h3 {
		text-align: center;
		text-transform: uppercase;
		margin: 4em 0 3em;
		position: relative;
		font: 300 28px / 24px Helvetica;
	}

	.homefeaturedbottom-content h3:after {
		content: " ";
		position: absolute;
		bottom: -45px;
		left: 0;
		right: 0;
		height: 0.5em;
		border-top: 1px solid black;
		z-index: 1;
		width: 10%;
		margin: -5px 45%;
	}

	#homefeaturedbottom-products_block_center li {
		margin-right: 10px;
		padding: 10px 0;
		width: 50% !important;
		height: 240px
	}

	#homefeaturedbottom {
		margin: 8em 15% 0;
	}

	#homefeaturedbottom .col-md-3 {
		width: 33.33% !important;
	}

	#homefeaturedbottom.product_list .product-image-container img {
		height: 40vmin;
	}

	@media (max-width: 768px) {
		#homefeaturedbottom .col-md-3 {
			width: 100% !important;
		}
		#homefeaturedbottom.product_list .product-image-container img {
			height: 90vmin;
		}
	}

	#homefeaturedbottom-products_block_center li.last_item_of_line {
		margin-right: 0;
	}

	#homefeaturedbottom-products_block_center .s_title_block,
	#homefeaturedbottom-products_block_center h5 {
		padding-top: 5px;
		height: 30px;
		min-height: 30px;
		max-height: 30px;
		overflow: hidden;
		font-size: 12px;
		color: #222;
		padding-bottom: 0;
		font-weight: bold;
	}

	#homefeaturedbottom-products_block_center .product_image {
		display: block;
		position: relative;
		overflow: hidden
	}

	#homefeaturedbottom-products_block_center .product_image span.new {
		display: block;
		position: absolute;
		top: 15px;
		right: -30px;
		padding: 1px 4px;
		width: 101px;
		font-size: 10px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		background-color: #990000;
		transform: rotate(45deg);
		/* Newer browsers */
	}

	#homefeaturedbottom-products_block_center .product_desc {
		height: 45px;
		min-height: 45px;
		max-height: 45px;
		overflow: hidden;
	}

	#homefeaturedbottom-products_block_center .product_desc,
	#homefeaturedbottom-products_block_center .product_desc a {
		color: #666
	}

	#homefeaturedbottom-products_block_center .lnk_more {
		display: inline;
		padding-right: 10px;
		font-weight: bold;
		font-size: 10px;
		color: #0088cc;
		background: url(../img/arrow_right_1.png) no-repeat 100% 3px;
	}

	#homefeaturedbottom-products_block_center .price_container {
		margin-top: 10px;
		padding: 0;
	}

	#homefeaturedbottom-products_block_center .price {
		font-weight: bold;
		font-size: 14px;
		color: #990000
	}

	#homefeaturedbottom-products_block_center li .ajax_add_to_cart_button {
		display: none;
	}

	#homefeaturedbottom-products_block_center li span.exclusive {
		display: none;
	}