@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item {
	border: 1px solid #f9e4c4;
	border-radius: 5px;
	background: #FFF;
}
.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}
.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}
.col-item:hover .info {
	background-color: #F5F5DC;
}
.col-item .price {
	float: left;
	margin-top: 5px;
}
.col-item .price h5 {
	line-height: 20px;
	margin: 0;
}
.price-text-color {
	color: #219FD1;
}
.col-item .info .rating {
	color: #777;
}
.col-item .rating {
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}
.col-item .separator {
	border-top: 1px solid #E1E1E1;
}
.clear-left {
	clear: left;
}
.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.col-item .separator p i {
	margin-right: 5px;
}
.col-item .btn-add {
	width: 50%;
	float: left;
}
.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
}
.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
}
.controls {
	margin-top: 20px;
}
[data-slide="prev"] {
 margin-right: 10px;
}
.slider-container1 {
	padding-bottom: 50px;
	padding-top: 80px;
}
.row-slider-title h3 {
	margin-top: 10px;
	margin-bottom: 25px;
	color: #F15A24;
	font-size: 24px;
	font-weight: bold;
}
.slider-container2 {
	padding-bottom: 0px;
	padding-top: 30px;
}
.slider-container3 {
	padding-bottom: 100px;
	padding-top: 80px;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.prev-next-btn {
	/*    margin-left: 700px;*/
    margin-top: 5px;
}
.head-row {
	margin-top:-20px;
}
.btn-row {
	margin-bottom: -3px;
}
.header-text {
	float: left;
	width: 300px;
	margin-top: -15px;
	margin-left: -1000px;
}
.header-btns {
	width: 115px;
	margin-right: -364px;
}
.prev-btn, .next-btn {
	background: #F15A24;
	border-color: #F15A24;
}
.prev-btn:hover, .next-btn:hover {
	background-color: #F15A24;
	border-color: #F15A24;
}
.prev-btn:focus, .next-btn:focus {
	background-color: #F15A24;
	border-color: #F15A24;
}
.col-item .info {
	margin-top: -23px;
}
.col-item .price h5 {
	line-height: 24px;
}
.col-item .price {
	margin-top: 5px;
	margin-bottom: 5px;
}
.thumbnail {
	border: none;
}
/*===========*/

.carousel-control {
	background-image:none !important;
	filter:none !important;
}
.btn-prev {
	margin-left: -55px;
}
.btn-next {
	margin-right: -55px;
}
.row-brand {
	padding-bottom: 20px;
}
.section-brands-title {
	color: #F15A24;
	font-size: 33px;
	font-weight: bold;
}
.row-brand-title {
	margin-top: -16px;
	margin-left: 12px;
}
.brands-img {
	width: 97px;
	height: 95px;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
 .column {
 -ms-flex: 50%;
 flex: 50%;
 max-width: 50%;
}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
 .column {
 -ms-flex: 100%;
 flex: 100%;
 max-width: 100%;
}
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* Create four equal columns that sits next to each other */
.column {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}
