﻿@media (min-width:0px) and (max-width:700px) {

	.banner-info-wthree {
		display: none;
	}
}

/*@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);*/

.col-item {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	background: #FFF;
	border-radius: 7px;
}

@media (max-width:800px) {
	.col-item {
		margin-bottom: 10px !important;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	}

		.col-item .info {
			padding-top: 0px;
		}
}

.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 {
	/*width: 50%;*/
	float: left;
	margin-top: 5px;
}

	.col-item .price h5 {
		line-height: 20px;
		margin: 0;
		font-size: 12px;
		float: left;
	}

.price-text-color {
	color: #219FD1;
	float: right !important;
}

.col-item .info .rating {
	color: #777;
}

.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}

.col-item .separator {
	border-top: 1px solid #E1E1E1;
	display: none;
}

@media screen (max-width:800px) {
	.col-item .separator {
		display: none;
	}
}

.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;
	border-right: 1px solid #E1E1E1;
	font-size: 12px;
}

.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
	font-size: 12px;
}

/* .controls {
            margin-top: 20px;
        }*/

[data-slide="prev"] {
	margin-right: 10px;
}

.btn-success {
	padding-left: 5px;
	padding-right: 5px;
}

.scroll-header {
	font-size: 20px;
	font-weight:300;
	color: #435191;
}

	.scroll-header strong {
		color: #435191;
	}

@media (max-width:800px) {
	.scroll-header {
		font-size:14px;
		font-weight:700;
	}
		.col-sm-3 {
		margin-bottom: 3px;
	}

	.flat-card {
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.6);
		margin-bottom: 12px;
	}

	.separator {
		display: none;
	}

	.offer-div {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 10px;
	}
}

@media(min-width:801px) {
	.rslides {
		max-height: 450px;
	}
}


.col-md-4 {
	text-align: center;
}

	.col-md-4 a img {
		max-width: 100%;
		max-height: 100%;
	}

.header-strip {
	/*background-color: #6e77a0;*/
	padding: 8px;
	/*box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);*/
	overflow: auto;
	/*border-bottom: 2px solid #ccc;*/
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	/*text-align:center;*/
	border: 1px solid #6e77a0;
}

.card {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.7);
	transition: 0.3s;
	width: 18%;
	border-radius: 5px;
	float: left;
	margin: 5px;
	text-align: center;
}

@media (max-width:800px) {
	.card {
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.7);
		transition: 0.3s;
		width: 98%;
		border-radius: 5px;
		float: left;
		margin: 5px;
		text-align: center;
	}
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}

.img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.card-container {
	padding: 16px;
	background-color: #8e44ad;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.width-25-mobile-50 {
	width: 24%;
	margin: 7px;
	float: left;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.7);
	transition: 0.3s;
}

@media (max-width:800px) {
	.width-25-mobile-50 {
		width: 48%;
		margin: 3px;
		float: left;
	}
}

.inner-container {
	width: 100%;
	padding: 55px;
}

@media (max-width:800px) {
	.inner-container {
		width: 100%;
		padding: 5px;
	}
}

.homepage_nav_collection {
	margin-top: 35px;
	margin-bottom: 35px;
}
