body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.product-image {
	margin: 0;
	padding: 15px;
	position: relative;
	text-align: center;
	top: 0;
}

.features {
	display: block;
	padding: 0;
	position: relative;
	top: -20px;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	width: 100%;
}


/*Colour of navbar items without hovered Light Grey*/

.navbar-inverse .navbar-nav>li>a {
	color: #e3dfde;
}

h1 {
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

h2 {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

h3 {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.redText {
	color: #990000;
}

#top {
	background-color: #252526;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.canadian-shoppers {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.logo {
	height: auto;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 8px;
	padding-left: 2px;
}

.mainf {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	text-align: left;
}

.img-responsive {
	height: auto;
	max-width: 100%;
}


/*list price on all pages*/

.list {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	margin-left: 0;
}


/*Price in red on detail page*/

.your-price {
	color: #990000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 26px;
	/*    font-size: 32px; */
	font-weight: bold;
}


/*Price in red on summary pages*/

.your-price-category {
	color: #990000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}


/* "Sale" on detail pages - RED*/

.sale {
	color: #990000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
}


/* "Sale" on summary pages- Red"*/

.sale-category {
	color: #990000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}


/*REG Price on detail pages - GREY*/

.price {
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
}


/* REG Price on summary pages - GREY*/

.price-category {
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.you-save {
	color: #990000;
	font-weight: bold;
}


/*		Free Shipping Button Styling  */

.btn-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
	border-style: solid;
	cursor: default;
}

.btn-success:hover {
	background-color: #5cb85c;
	border-color: #5cb85c;
	border-style: solid;
}

.brand {
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.table-image {
	display: block;
	margin: 0;
	position: relative;
	text-align: center;
}
/*footer background color light blue */

.footer-sub {
	background-color: #f2f2f2;
	border-top: 1px solid #dbdbdb;
}

.footer-sub h5 {
	color: #333333;
	margin-top: 20px;
}

.footer-sub ul {
	list-style: none;
	margin-top: 16px;
}

.footer-sub ul li {
	margin-left: -38px;
}

.footer-sub a:hover {
	color: #00026B;
	text-decoration: underline;
}

.footer-sub a:visited {
	color: #4c4c4c;
	text-decoration: none;
}

#footer-main {
	align-content: center;
	background-color: #000000;
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	height: auto;
	margin-left: 0;
}

#footer-main ul {
	list-style: none;
	text-decoration: none;
}

#footer-main ul li {
	float: left;
	margin-left: 10px;
	margin-top: 14px;
	padding-left: 20px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

#footer-main a:link {
	color: white;
	font-size: 14px;
}

#footer-main a:visited {
	color: #cccccc;
}

#footer-main a:hover {
	color: #999999;
	text-decoration: none;
}

#footer-main a:active {
	color: white;
}

.category {
	color: #bf6936;
	font-size: 16px;
	font-weight: 600;
}

hr {
	margin-bottom: 8px;
	margin-top: 8px;
}

.description {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


/*Product new label*/

.feedback {
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
}

.index-cat {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
}


/* end of on-sale button */

.address p {
	font-size: 15px;
	margin-top: 5px;
	text-align: center;
}


/*end of navbar test */

@media only screen and (max-width: 768px) {
	.category {
		color: #bf6936;
		font-size: 14px;
		font-weight: 600;
	}
	h1 {
		font-size: 16px;
		font-weight: bold;
		margin-left: 0;
		text-align: left;
		/*		margin-left: 10px; prev. value*/
	}
	h2 {
		font-size: 14px;
		font-weight: bold;
		margin-left: 0;
		text-align: left;
		/*		margin-left: 10px;*/
	}
	.mainf {
		font-size: 14px;
	}
}


/* media query for small phones */

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 16px;
		font-weight: bold;
		margin-left: 0;
		text-align: left;
		/*		margin-left: 10px; prev. value*/
	}
	h2 {
		font-size: 14px;
		font-weight: bold;
		margin-left: 0;
		text-align: left;
		/*		margin-left: 10px;*/
	}
	.logo img {
		height: auto;
		margin-left: 0;
		margin-top: 6px;
		width: 160px;
	}
	.mainf {
		font-size: 14px;
	}
}

.glyphicon-envelope {
	font-size: 24px;
}

.glyphicon-earphone {
	font-size: 24px;
}