@charset "utf-8";
/* Global Styles */
body {
	background-color: #171717;
}
h1 {
	text-align: center;
	font-family: NORTON;
	color: #cacdd0;
	font-size: 18px;
}
h2 {
	text-align: center;
	font-family: NORTON;
	color: #cacdd0;
	font-size: 18px;
}
p {
	color: #a8acb0;
}
/*header*/
header {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin: 10px;
	margin-top: 20px;
	background-color: #262728;
	box-shadow: 0px 5px 5px 5px #;
}
/* Logo */
#logo {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 15%;
	height: 50px;
	text-align: center;
	margin-bottom: 25px;
	color: #ffffff;
	background-color: #262728;
}
/* div for Links in header */
#headerLinks {
	float: left;
	width: 85%;
	padding-top: 18px;
	height: 42px;
	margin-bottom: 20px;
	justify-content: space-evenly;
	text-align: left;
	background-color: #262728;
}
/* Links in header */
#headerLinks a {
	text-decoration: none;
	color: #cacdd0;
	padding: 20px;
	font-size: 20px;
	font-family: NORTON;
}
#headerLinks a:hover {
	text-shadow: #fff 2px 0 10px;
	color:#ffffff;
}
/*banner*/
#banner {
	font-family: 'Montserrat', sans-serif;
	clear: both;
	background-color: #262728;
	color: #FFFFFF;
	height: 10%;
	margin: 10px;
	box-shadow: 0px 5px 5px 5px #;
}
#banner img{
	width: 100%;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
/* Main content of the site */
#content {
	clear: both;
	overflow: auto;
}
/* Sidebar */
#content .sidebar {
	font-family: 'Montserrat', sans-serif;
	color: #DBDBDB;
	float: left;
	width: 30%;
	margin: 10px;
	background-color: #262728;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
	margin-bottom: 20px;
	box-shadow: 0px 5px 5px 5px #;
}
#content .sidebar img{
	margin-right: 10px;
	margin-left: 10px;
	width: 92%;
}
/* main content of the site */
#content .mainContent {
	float: left;
	width: 66%;
	text-align: center;
	margin: 10px;
	background-color: #0F0F0F;
}
/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	text-align: left;
	color: rgba(146,146,146,1.00);
	position: relative;
	/* left: %; */
}
/* Whole page content */
#mainWrapper {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
/*menu elements */
.menu ul li {
	font-size: 14px;
	position: relative;
	padding-bottom: 5px;
	list-style-type: none;
}
/* Product rows for catalog */
#content .mainContent .productRow {
	overflow: auto;
	padding: 3% 7% 3% 7%;
	background-color: #262728;
}
#content .mainContent .productRow p {
		text-align: left;
	}
/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	width: 22%;
}
/* Prices of a products in catalog */
.productRow .productInfo .price {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 22px;
	position: relative;
	top: -20px;
}
/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	top: -37px;
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
	white-space: pre-wrap;
}
/* Buy button for products in catalog */
.productRow .productInfo .buyButton {
	position: relative;
	top: -48px;
	width: 84%;
	background-color: rgba(208,207,207,1.00);
	height: 35px;
	color: rgba(255,255,255,1.00);
	border-style: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 8px;
}
/* footer */
#mainWrapper footer {
	clear: both;
	overflow: auto;
	background-color: #262728;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 1.8;
	padding-top: 22px;
	padding-left: 22px;
	text-align: center;
	padding-bottom: 22px;
	padding-right: 22px;
}
/*Each footer content */
#mainWrapper footer div {
	width: 27%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: justify;
}
/* Links in footer */
footer div a {
	color: rgba(146,146,146,1.00);
	display: block;
	text-decoration: none;
	text-align: center;
}
/* Product's images in catalog */
.productInfo div img {
	width: 100%;
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
	list-style-type: none;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(107,97,97,1.00);
	text-decoration: none;
	list-style-type: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 14px;
	color: #DBDBDB;
	text-align: center;
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 14px;
	list-style-type: none;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 0px;
}
/* Container for links in footer */
footer .footerlinks {
	margin-top: -15px;
}

/* Media query for tablets */
@media screen and (max-width:700px) {
/* search field in sidebar */
#content .sidebar #search {
	display: none;
}
/* sidebar */
/* Media query for tablets */
#content .sidebar {
	float: none;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-left: 12%;
	padding-right: 12%;
	padding-top: 0px;
}
/* horizontal separators in sidebar */
/* Media query for tablets */
#content .sidebar hr {
	display: none;
}
/*The sidebar and maincontent of page */
/* Media query for tablets */
#content {
	position: relative;
	top: -22px;
	width: 100%;
	overflow: hidden;
}
/*menu headings in sidebar */
/* Media query for tablets */
#menubar .menu h2 {
	display: inline;
	font-size: 14px;
	text-align: center;
}
/* Unordered List of links */
/* Media query for tablets */
#menubar .menu ul {
	list-style-type: none;
}
/*list elements */
/* Media query for tablets */
#menubar .menu ul li {
	font-size: 14px;
	list-style-type: none;
}

/* menus in sidebar */
/* Media query for tablets */
.sidebar #menubar .menu {
	width: 100%;
	text-align: center;
	position: relative;
}
/*menubar in sidebar */
/* Media query for tablets */
#content .sidebar #menubar {
	position: relative;
	left: -7%;
	overflow: hidden;
	width: 90%;
	padding-top: 0px;
}
/* banners content */
/* Media query for tablets */
#mainWrapper #banner p {
	font-size: small;
}
/* main content region of page */
/* Media query for tablets */
#mainWrapper #content .mainContent {
	overflow: hidden;
	width: 95%;
	margin-top: 40px;
}

/* Prices of products in catalog view */
/* Media query for tablets */
.productRow .productInfo .price {
	font-size: 19px;
}
/* Content holders in catalog view */
/* Media query for tablets */
.productRow .productInfo .productContent {
	font-size: 16px;
}
/* Buy buttons in catalog view */
/* Media query for tablets */
.productRow .productInfo .buyButton {
	font-size: 15px;
}
/* Container for links in footer */
/* Media query for tablets */
#mainWrapper footer .footerlinks {
	float: none;
	width: 100%;
	position: relative;
	top: 17px;
	clear: both;
	text-align: center;
	left: 0%;
	padding-bottom: 19px;
}
/* Container for each footer divisions */
/* Media query for tablets */
#mainWrapper footer div {
	width: 44%;
	text-align: justify;
	font-size: 15px;
}
/* Links in footer */
/* Media query for tablets */
.footerlinks p a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	padding-right: 35px;
}
/* Footer region */
/* Media query for tablets */
#mainWrapper footer {
	padding-left: 16px;
	overflow: hidden;
}
/* Links in header */
/* Media query for tablets */
header #headerLinks a {
	padding-left: 0px;
	padding-right: 30px;
}
/* Text banner */
/* Media query for tablets */
#mainWrapper #banner {
	padding-left: 0%;
}
/* Paragraphs in footer */
/* Media query for tablets */
footer .footerlinks p {
	display: inline;
}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {
/*Container for links in header */
#mainWrapper header #headerLinks {
	width: 100%;
	text-align: center;
	background-color: rgba(190,190,190,1.00);
	padding-bottom: 21px;
}
/* Logo placeholder*/
/*media query for small screen devices */
#mainWrapper header #logo {
	width: 100%;
	text-align: center;
}
/* Links in header */
/*media query for small screen devices */
header #headerLinks a {
	text-align: center;
	padding-right: 15px;
	padding-left: 0px;
}
/*Text Banner */
/*media query for small screen devices */
#mainWrapper #banner {
	padding-left: 0px;
	text-align: center;
}
/* Menubar in sidebar */
/*media query for small screen devices */
#content .sidebar #menubar {
	position: relative;
	left: -7%;
	text-align: center;
}
/*Menu headings in sidebar */
/*media query for small screen devices */
#menubar .menu h2 {
	font-size: 14px;
	text-align: center;
}
/* Each product in catalog view */
/*media query for small screen devices */
.mainContent .productRow .productInfo {
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: -2%;
}
/*media query for small screen devices */
#mainWrapper footer div {
	width: 100%;
	margin-left: -16px;
	text-align: justify;
	padding-bottom: 16px;
	overflow: auto;
}
/* Unordered list for menu elements */
/*media query for small screen devices */
.menu ul {
	position: relative;
	padding-left: 14%;
	list-style-type: none;
}
/* Container for links in footer */
/*media query for small screen devices */
#mainWrapper footer .footerlinks {
	padding-left: 8%;
}
/* Main content which excludes the sidebar */
/*media query for small screen devices */
#mainwrapper #content .mainContent {
	margin-top: -81px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
}
}
