
.caption h3 {
	margin-top:5px;
}

.thumbimg img {
	max-width: 100%	
}



@media (min-width:1200px) {
	.thumbimg img {
		height:250px;
	}
	.hero-feature {
		min-height:419px;
		max-height: 419px;
	}
	.thumbnail {
		margin-bottom:0px;
		min-height:419px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.thumbimg img {
		height:190px;
	}
	.thumbnail {
		margin-bottom:0px;
		min-height: 359px;
	}
	.hero-feature {
		min-height:359px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.thumbimg img {
		height:133px;
		float:left;
	}
	.thumbnail {
		margin-bottom:0px;
		min-height:169px;
	}
	.hero-feature {
		min-height:169px;
	}
}

@media (max-width:768px) {
	.thumbimg img {
		height:133px;
		float:left;
	}
}


.categorylisting ul {
	list-style: none;
	padding:0px;
}

.categorylisting li {
	display:inline-block;
	font-size:13px;
	background-color:#337ab7;
	margin-right:8px;
	border-radius:4px;
	padding:8px;
	border:1px solid #2e6da4;
	transition:all 0.25s ease;
	margin-bottom:10px
}

.categorylisting li:hover {
	background-color:#1e4e77;
}

.categorylisting a {
	color:white;
	text-decoration: none;

}

.thumbnail input {
	border:none;
	background-color:#222;
	border:1px solid #080808;
	color:#9d9d9d;
	border-radius:4px;
	height:34px;
	transition: all 0.25s ease;
}

.btn-2 {
	border:none;
	background-color:#222;
	border:1px solid #080808;
	color:#9d9d9d;
	border-radius:4px;
	height:34px;
	transition: all 0.25s ease;
}


.thumbnail input:hover {
	color:white;
}

.btn-default {
	transition:all 0.25s ease
}

.float-right {
	float:right;
}
.cartnav a {
	color:#9d9d9d;
	text-decoration: none;
}
.cartnav a:hover {
	color:#fff;
}
.logoutbutton {
	margin-left: 20px;
}

body {
	padding-top: 50px;
}
.HT-in {
	height: 50vh;
	display: flex;
	align-items: center;
	padding:30px;
	position: relative;
	z-index: 2;
}
#HomeTop {
	position: relative;
}
.HT-bg {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
	z-index: 1;
}
.HT-in h1 {

}
.HT-txt {
    margin: auto;
    text-align: center;

}
#about {
	margin:75px 0;
}
.btn-common {
	padding:8px 13px;
	background-color: #337ab7;
	color: #fff;
	border-radius: 5px;
	transition: all ease 0.25s;
}
.btn-common:hover {
	background-color: #1e4e77;
	color: #fff;
	text-decoration: none;
}

#Cancelled {
	margin:100px 0;
	text-align: center;
}

.CancelIn p {
	margin-bottom: 30px;
}

.ched {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
}

.mainNavIcon {
	display: none;
}
.abt-txt ul {
	padding-left: 15px;
	padding-bottom: 10px;
}
.SameAsBtn {
	margin:15px 0 ;
}
.ShippingAddress {
	height: 0;
	width:0;
	overflow: hidden;
}









@media (max-width:767px) {
	.float-right {
		float: left;
		padding-left: 0;
	}
	.logBtn {
		float: right;
	}
	.mainNavText {
		display: none;
	}
	.mainNavIcon {
		display: block;
	}
	.navbar-header {
		float: left;
	}
}








