@charset "utf-8";
/* Global Styles */
a {
	color: #000000;
    font-weight:500;
    font-family: 'montserrat', sans-serif;
}
a:visited {
	color: #000000;
     font-weight:500;
    font-family: 'montserrat', sans-serif;
}
a:hover {
    font-weight:600;
    color:#FF5700;
}
.linkStyle {
	color: #000000;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	font-size: 12px;
}
/*header*/
header {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.buyButton{
    display:block;
    margin-top: 8rem;
}

.Blog_second_header{
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-style: normal;
    font-size: 1.2rem;
    text-align: left;
    color:#6b6b6b;
   padding-bottom:1rem;
}
/* Logo placeholder*/
#logo {
    float: left;
    padding-bottom: 8px;
    width: 128px;
    text-align: center;
    color: rgba(255,255,255,1.00);
    
    padding-top: 8px;
	box-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.4);
	margin-bottom: 20px;
	
	
	border: 0.2rem solid #ffffff;
}
	


/* div for Links in header */
#headerLinks {
    float: right;
    width: calc( 80% - 139px );
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
}
a {
	color: #000000;
    font-weight:500;
    font-family: 'montserrat', sans-serif;
}
a:visited {
	color: #000000;
     font-weight:500;
    font-family: 'montserrat', sans-serif;
}
a:hover {
    font-weight:600;
    color:#FF5700;
}
.linkStyle {
	color: #000000;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	font-size: 12px;
}
/* Links in header */
#headerLinks a {
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    float: right;
    background-color: #989288;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
box-shadow: 0.1rem 0.1rem 0.4rem rgba(0,0,0,0.1);
}

/* Offer text banner*/
#offer {
    font-family: Montserrat, sans-serif;
    clear: both;
    background-color:  #cec7be;
    color:#989288;
    padding-left: 2%;
    font-size: auto;
    font-weight: bold;
    border-style: none;
    padding-right: 2%;
	box-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.4);
	padding-top:10px;
	padding-bottom:10px;
	border: 0.5rem solid #ffffff;
  

}
/* Main content of the site */
#content {
	clear: both;
	overflow: auto;
	padding-top:70px;
}
/* Sidebar */
#content .sidebar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #000000;
    float: left;
    width: 11%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-color: #FFFEFE;
    padding-top: 10px;
    height: 784px;
    border: 0.3rem solid #cec7be;
    box-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.4);	
}
/* main content of the site */
#content .mainContent {
	float: left;
	width: 75%;
	text-align: justify;
	padding-left: 4%;
}
/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	text-align: left;
	color: rgba(146,146,146,1.00);
	position: relative;
	left: 0%;
}
/* Search field in sidebar */
#content .sidebar #search {
	width: 100%;
	border-radius: 0px;
	height: 42px;
	text-align: center;
	color: rgba(208,207,207,1.00);
	font-size: 1rem;
   
	

}
/* Whole page content */
#mainWrapper {
    width: 80%;
    padding-left: 10%;
    padding-right: 0px;
}
/*menu elements */
.menu ul li {
	list-style-type: none;
	font-size: 1rem;
	position: relative;
	left: -35px;
	padding-top: 12px;
}
/* Product rows for catalog */
#content .mainContent .productRow {
	overflow: auto;
	color: rgba(146,146,146,1.00);

}
/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
	float: left;
	padding-left: 3%;
	padding-right: 2%;
	width: 28%;
	
}
/* Prices of a products in catalog */
.productRow .productInfo .price {
    font-family: 'Montserrat', sans-serif;
    color: #4A4A4A;
    font-size: 16px;
    position: relative;
    top: -10px;
    cursor: pointer;


}
/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	top: -20px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #4A4A4A;
	white-space: pre-wrap;
	
}
/* Buy button for products in catalog */
.productRow .productInfo .buyButton {
	position: relative;
	top: -48px;
	width: 84%;
	background-color: #ffffff;
	height: 35px;
	color: #6B6B6B;
	border-style: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 8px;
    box-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.1);

	border: 0.1rem solid #6b6b6b;
    align:center;
}
/* footer */
#mainWrapper footer {
	clear: both;
	overflow: auto;
	background-color: rgba(208,207,207,1.00);
	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%;
	box-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.4);
	opacity:0.8;
	border: 0.2rem solid #efefef;
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
    color: rgba(125,124,124,1);
    text-decoration: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
    font-size: 14px;
    color: rgba(105,105,105,1);
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 14px;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}
/* 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 */
#content .sidebar {
	float: none;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-left: 12%;
	padding-top: 0px;
}
/* horizontal separators in sidebar */
#content .sidebar hr {
	display: none;
}
/*The sidebar and maincontent of page */
#content {
	position: relative;
	top: -22px;
	width: 100%;
	overflow: hidden;
}
/*menu headings in sidebar */
#menubar .menu h2 {
    display: inline;
    font-size: medium;
    padding-right: 6%;
    width: auto;
}
/* Unordered List of links */
#menubar .menu ul {
	display: inline;
}
/*list elements */
#menubar .menu ul li {
	display: inline;
	font-size: medium;
	padding-left: 0%;
	padding-right: 3%;
}
/*The link to be hidden in tablet view */
.sidebar #menubar .menu ul .notimp {
	display: none;
}
/* menus in sidebar */
.sidebar #menubar .menu {
	width: 100%;
	text-align: center;
	position: relative;
	top: 16px;
}
/*menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	left: -7%;
	overflow: hidden;
	width: 95%;
	padding-top: 0px;
}
/* offer banners content */
#mainWrapper #offer p {
	font-size: small;
}
/* main content region of page */
#mainWrapper #content .mainContent {
	overflow: hidden;
	width: 95%;
	margin-top: 40px;
}
/* Prices of products in catalog view */
.productRow .productInfo .price {
	font-size: 19px;
}
/* Content holders in catalog view */
.productRow .productInfo .productContent {
	font-size: 16px;
}
/* Buy buttons in catalog view */
.productRow .productInfo .buyButton {
	font-size: 15px;
}
/* Container for links in footer */
#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 */
#mainWrapper footer div {
	width: 44%;
	text-align: justify;
	font-size: 15px;
}
/* Links in footer */
.footerlinks p a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	padding-right: 35px;
}
/* Footer region */
#mainWrapper footer {
	padding-left: 16px;
	overflow: hidden;
}
/* Links in header */
header #headerLinks a {
	padding-left: 0px;
	padding-right: 30px;
}
/* Offer- Text banner */
#mainWrapper #offer {
	padding-left: 22%;
}
/* Paragraphs in footer */
footer .footerlinks p {
	display: inline;
    margin-left:30%;
    margin-right:30%;
}
}

/*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(251,251,251,1.00);
    padding-bottom: 0px;
}
/* Logo placeholder*/
#mainWrapper header #logo {
	width: 20%;
	text-align: center;
   float:left;
}
/* Links in header */
header #headerLinks a {
	text-align: center;
	padding-right: 15%;
	padding-left: 15%;
    padding-top:2%;
    padding-bottom:2%; 
    margin-bottom:8%;
   
}
    #headerLinks a {
    text-decoration: none;
    color: #FFFFFF;
   
    font-size: 14px;
 
    background-color: #989288;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;

}
/*Offer - Text Banner */
#mainWrapper #offer {
	padding-left: 0px;
	text-align: center;
}
/* Menubar in sidebar */
#content .sidebar #menubar {
    position: relative;
    left: -8%;
    text-align: center;
}
   
/*Menu headings in sidebar */
#menubar .menu h2 {
    width: 100%;
    display: block;
}
/* Each product in catalog view */
.mainContent .productRow .productInfo {
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: -2%;
}
#mainWrapper footer div {
	width: 100%;
	margin-left: -16px;
	text-align: justify;
	padding-bottom: 16px;
	overflow: auto;
}
/* Unordered list for menu elements */
.menu ul {
	position: relative;
	padding-left: 24%;
}
/* Container for links in footer */
#mainWrapper footer .footerlinks {
	padding-left: 8%;
}
/* Main content which excludes the sidebar */
#mainwrapper #content .mainContent {
	margin-top: -81px;
	text-align: center;
	width: 100%;
	padding-left: 2px;
}
    .productContent{
        width:90%;
        margin-left:2%;
        margin-right:2%;
    }

.Blog_second_header {
    width:90%;
    padding-left:5%;
    padding-right:85%;
    text-align:center;
    
}
    .buyButton{
        width:60%;
        margin-left:10%;
        margin--right:10%;
        
    }

.blog_post_1 {
}
#headerlinks.nav {
   
}
    #content{
        margin-top:0;
        padding-top:0;
    }
   
.copyright {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 10%;
    margin-left:3%;
    margin-right:3%;
    float:left;
}
    #menubar{
        
    display:none;
    visibility: hidden;
}
    .sidebar{
        
    display:none;
    visibility: hidden;
}
 /* Container for links in footer */
footer .footerlinks {
	margin-top:15px;
   
}
    #mainWrapper footer{
        width:90%;
        
    }
 
    }
}
