@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width: 100%;
}
#topcover {
	
	float: left;
	margin-left: 0;
	width: 100%;
	z-index: 9999;	
	
}
#topheadder {
	float: left;
	margin-left: 0;
	width: 100%;
	background-color: #eeeeee;
	z-index: 999;
}
#topstirff {
	float: left;
	margin-left: 0;
	width: 90%;
	
	padding-right: 5%;
	padding-left: 5%;
	
}
#socialicons {
	float: left;
		width: 90%;
	 text-align:center;
}
#search {
	float: left;
	margin-left: 5%;
	width: 90%;
	margin-top: 10px;
	 background-position: right;
	
	
}
#logobanner {
	float: left;
	margin-left: 0;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	z-index: 24;
}
#logo {
	
	float: left;
	margin-left: 0;
	width: 100%;
	 text-align:center;
	
}
#menubar {
	float: left;
	margin-left: 0;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-top: 10px;
	z-index: 29;
}
#pods {
	float: left;
	margin-left: 0;
	width: 20%;
	padding-right: 2%;
	padding-left: 2%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-top: 10px;
	z-index: 29;
}

#userlog {
	float: left;
	margin-left: 50%;
	width: 30%;
	
	padding-top: 10px;
}
#slideranimation {
	float: left;
	margin-left: 0;
	width: 100%;
	
	margin-top: 5px;
		
}
#middle {
	float: left;
	margin-left: 0;
	width: 100%;
	
	padding-top: 20px;
}
#productsheading {
	float: left;
	width: 90%;
	
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dotted #000000;
	border-bottom: 1px dotted #999999;
	margin-left: 5%;
}
#products {
	float: left;
	width: 98%;
	
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 1%;
	margin-left: 1%;
}
#pro {
	float: left;
	width: 96%;
	text-align: center;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	margin: 2%;
	padding-bottom: 20px;
	}
	
	#pro1 {
	float: left;
	width:98%;
	text-align: center;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-bottom: 20px;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	}
#footer {
	
	float: left;
	margin-left: 0;
	width: 90%;
	
	background: -webkit-linear-gradient(#900,#F60);
	background: -moz-linear-gradient(#900,#F60);
	background: -o-linear-gradient(#900,#F60);
	margin-top: 30px;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer1 {
	float: left;
	margin-left: 0;
	width: 90%;
	
	padding-right: 1%;
	padding-left: 1%;
}
#footheading {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/footstif.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#footcontent {
	float: left;
	margin-left: 0;
	width: 90%;
	
	padding: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#copyrights {
	
	float: left;
	margin-left: 0;
	width:100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;

}
#copyrights1 {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	
		}
#leftnavigation {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
#productfilters {
	float: left;
	margin-left: 0;
	width:98%;
	
	background-color: #F0F0F0;
}
#productfilheading {
	float: left;
	margin-left: 0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #b73e3e;
	padding: 5%;
}
#leftmenubar {
	
	float: left;
	margin-left: 0;
	width: 100%;
	
}
#rightproducats {
	float: left;
	margin-left: 0;
	width:96%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
#produclap {
	float: left;
	width: 21%;
	
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	text-align: center;
	padding: 1%;
}
#laptopmenustop {
	float: left;
	margin-left: 2%;
	width: 65%;
	
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#productimg {
	float: left;
	margin-left: 0;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
#productimg img {
    width:100%;
       max-height:150px;
    height:150px;
}

#procont {
	float: left;
	margin-left: 0;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}
#productlin {
	float: left;
	margin-left: 0;
	width: 100%;
	
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10;
}
#productimag {
	
	float: left;
	margin-left: 0;
	width: 40%;
	
}
#productdiscription {
	float: left;
	margin-left: 2%;
	width: 35%;
	
	background-image: url(../images/middlestiff.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 600px;
	padding-left: 7%;
}
#productdheading {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
#productprice {
	
	float: left;
	margin-left: 0;
	width: 100%;
	
}
#addcart {
	
	float: left;
	margin-left: 0;
	width: 15%;
	
}
#desingaskf {
	float: left;
	margin-left: 5%;
	width: 85%;
	
}
#middle2 {
	
	float: left;
	margin-left: 0;
	width: 100%;
	
}
#prodetails {
	float: left;
	margin-left: 0;
	width: 15%;
	
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #06F;
	text-decoration: none;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 2%;
}
#prodetails1 {
	float: left;
	margin-left: 0;
	width: 80%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
#shopingcart {
	clear: both;
	float: left;
	margin-left: 0;
	width: 70%;
	
}
#col1{
	width: 10%;
	padding: 1%;
	float: left;
}
#col2{
	width: 60%;
	padding: 1%;
	float: left;
}
#col3{
	width: 10%;
	padding: 1%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
}

#col4{
	width: 10%;
	padding: 1%;
	float: left;
}

#nesd{
	clear: both;
	float: left;
	margin-left: 25%;
	width: 50%;
	
}
#procont1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
	text-align: center;
}
#footer1 li{
	list-style-image: url(../images/bul.png);
	list-style-position: inside;
	list-style-type: none;
	line-height: 1.6em;
	text-align: left;
}




#productimg a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-image: none;
}
#productimg a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-image: none;
}
#productimg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	background-image: none;
}
#footer1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
#footer1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
#footer1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 10px;
}

#produclap a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
}
#produclap a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
}
#produclap a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
}


.search-container{
	width: 100%;
	float:left;
	
	
	}

input#search-bar{
	margin: 0 auto;
	width: 90%;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	border: 1px solid #D0CFCE;
	outline: none;
	

  &:focus{
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
    &::-webkit-input-placeholder{
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &::-moz-placeholder {
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &:-ms-placeholder {
     transition: opacity 0.45s ease; 
  	 opacity: 0;
     }    
; 	color: #999;
   }
 }

.search-icon{
	position: relative;
	float: right;
	width: 50px;
	height: 40px;
	top: -40px;
	left: -10px;
}
#productlin a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #47baee;
}
#productlin a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #47baee;
}
#productlin a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #FF0000;
}

#productprice li{
	width: 100%;
	padding-bottom: 5%;
	padding-bottom: 2%;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 2%;
	list-style: none;
}.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009;
	text-decoration: none;
}

.subheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #090;
	text-decoration: none;
}

#addcart li{
	width: 100%;
	padding-bottom: 5%;
	padding-bottom: 3%;
	padding-top: 3%;
	list-style: none;
	margin-bottom: 20px;
}
.prodir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
}


#addcart a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px;
	background-image: url(../images/12px.png);
	background-repeat: repeat-x;
	border-radius:10px;
}
#addcart a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px;
	background-image: url(../images/12px.png);
	background-repeat: repeat-x;
	border-radius:10px;
}
#addcart a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 15px;
	background-image: url(../images/12a.png);
	background-repeat: repeat-x;
	border-radius:10px;
}
#rightproducats li{
	width: 100%;
	padding-bottom: 5%;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 3%;
}
#nesd a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}

#nesd a:hover {
	background-color: #ddd;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.previous {
	background-color: #3399FF;
	color: #FFF;
}

.next {
	background-color: #FF0000;
	color: white;
}
#search li{
	list-style:none;
	list-style-type:none;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	width:98%;
}
#search li:hover{
	list-style: none;
	list-style-type: none;
	padding-left: 10px;
	background-color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 98%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	box-shadow:1px 1px 5px 1px #999999;	
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#topcover {
	
	float: left;
	margin-left: 0;
	width: 100%;
	z-index: 9999;	
	
}
#topheadder {
	float: left;
	margin-left: 0;
	width: 100%;
	background-color: #eeeeee;
	z-index: 999;
}
#topstirff {
	float: left;
	margin-left: 0;
	width: 90%;
	
	padding-right: 5%;
	padding-left: 5%;
	
}
#socialicons {
	float: left;
	margin-left: 10%;
	width: 15%;
}
#search {
	float: left;
	margin-left: 5%;
	width: 50%;
	margin-top: 10px;
	
	
}
#logobanner {
	float: left;
	margin-left: 0;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	height: 50px;
	z-index: 24;
}
#logo {
	
	float: left;
	margin-left: 0;
	width: 20%;
	
}
#menubar {
	float: left;
	margin-left: 0;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-top: 10px;
	z-index: 29;
}
#userlog {
	float: left;
	margin-left: 50%;
	width: 30%;
	
	padding-top: 10px;
}
#slideranimation {
	float: left;
	margin-left: 0;
	width: 100%;
	
	margin-top: 5px;
		
}
#middle {
	float: left;
	margin-left: 0;
	width: 100%;
	
	padding-top: 20px;
}
#productsheading {
	float: left;
	width: 90%;
	
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dotted #000000;
	border-bottom: 1px dotted #999999;
	margin-left: 5%;
}
#products {
	float: left;
	width: 98%;
	background-color: #FFF;
	padding-top:20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 1%;
	margin-left: 1%;
}
#pro {
	float: left;
	width: 18%;
	text-align: center;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	margin: 1%;
	padding-bottom: 20px;
	}
	
	#pro1 {
	float: left;
	width: 23%;
	text-align: center;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-bottom: 20px;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	}
#footer {
	
	float: left;
	margin-left: 0;
	width: 90%;
	
	background: -webkit-linear-gradient(#900,#F60);
	background: -moz-linear-gradient(#900,#F60);
	background: -o-linear-gradient(#900,#F60);
	margin-top: 30px;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer1 {
	float: left;
	margin-left: 0;
	width: 20%;
	
	padding-right: 1%;
	padding-left: 1%;
}
#footheading {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/footstif.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#footcontent {
	float: left;
	margin-left: 0;
	width: 90%;
	
	padding: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#copyrights {
	
	float: left;
	margin-left: 0;
	width: 50%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#copyrights1 {
	float: left;
	margin-left: 0;
	width: 50%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;

}
#leftnavigation {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
#productfilters {
	float: left;
	margin-left: 0;
	width: 18%;
	
	background-color: #F0F0F0;
}
#productfilheading {
	float: left;
	margin-left: 0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #b73e3e;
	padding: 5%;
}
#leftmenubar {
	
	float: left;
	margin-left: 0;
	width: 100%;
	
}
#rightproducats {
	float: left;
	margin-left: 0;
	width: 80%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
#produclap {
	float: left;
	width: 21%;
	
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	text-align: center;
	padding: 1%;
}
#laptopmenustop {
	float: left;
	margin-left: 2%;
	width: 65%;
	
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#productimg {
	float: left;
	margin-left: 0;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
#productimg img {
    width:100%;
       max-height:150px;
    height:150px;
}
#procont {
	float: left;
	margin-left: 0;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}
#productlin {
	float: left;
	margin-left: 0;
	width: 100%;
	
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10;
}
#productimag {
	
	float: left;
	margin-left: 0;
	width: 40%;
	
}
#productdiscription {
	float: left;
	margin-left: 2%;
	width: 35%;
	
	background-image: url(../images/middlestiff.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 600px;
	padding-left: 7%;
}
#productdheading {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
#productprice {
	
	float: left;
	margin-left: 0;
	width: 100%;
	
}
#addcart {
	
	float: left;
	margin-left: 0;
	width: 15%;
	
}
#desingaskf {
	float: left;
	margin-left: 5%;
	width: 85%;
	
}
#middle2 {
	
	float: left;
	margin-left: 0;
	width: 100%;
	
}
#prodetails {
	float: left;
	margin-left: 0;
	width: 15%;
	
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #06F;
	text-decoration: none;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 2%;
}
#prodetails1 {
	float: left;
	margin-left: 0;
	width: 80%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
#shopingcart {
	clear: both;
	float: left;
	margin-left: 0;
	width: 70%;
	
}
#col1{
	width: 10%;
	padding: 1%;
	float: left;
}
#col2{
	width: 60%;
	padding: 1%;
	float: left;
}
#col3{
	width: 10%;
	padding: 1%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
}

#col4{
	width: 10%;
	padding: 1%;
	float: left;
}

#nesd{
	clear: both;
	float: left;
	margin-left: 25%;
	width: 50%;
	
}
#procont1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
	text-align: center;
}
#footer1 li{
	list-style-image: url(../images/bul.png);
	list-style-position: inside;
	list-style-type: none;
	line-height: 1.6em;
	text-align: left;
}




#productimg a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-image: none;
}
#productimg a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-image: none;
}
#productimg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	background-image: none;
}
#footer1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
#footer1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
#footer1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 10px;
}

#produclap a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
}
#produclap a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
}
#produclap a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
}


.search-container{
	width: 100%;
	float:left;
	
	
	}

input#search-bar{
	margin: 0 auto;
	width: 90%;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	border: 1px solid #D0CFCE;
	outline: none;
	

  &:focus{
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
    &::-webkit-input-placeholder{
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &::-moz-placeholder {
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &:-ms-placeholder {
     transition: opacity 0.45s ease; 
  	 opacity: 0;
     }    
; 	color: #999;
   }
 }

.search-icon{
	position: relative;
	float: right;
	width: 50px;
	height: 40px;
	top: -40px;
	left: -10px;
}
#productlin a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #47baee;
}
#productlin a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #47baee;
}
#productlin a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #FF0000;
}

#productprice li{
	width: 100%;
	padding-bottom: 5%;
	padding-bottom: 2%;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 2%;
	list-style: none;
}.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009;
	text-decoration: none;
}

.subheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #090;
	text-decoration: none;
}

#addcart li{
	width: 100%;
	padding-bottom: 5%;
	padding-bottom: 3%;
	padding-top: 3%;
	list-style: none;
	margin-bottom: 20px;
}
.prodir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
}


#addcart a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px;
	background-image: url(../images/12px.png);
	background-repeat: repeat-x;
	border-radius:10px;
}
#addcart a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px;
	background-image: url(../images/12px.png);
	background-repeat: repeat-x;
	border-radius:10px;
}
#addcart a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 15px;
	background-image: url(../images/12a.png);
	background-repeat: repeat-x;
	border-radius:10px;
}
#rightproducats li{
	width: 100%;
	padding-bottom: 5%;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 3%;
}
#nesd a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}

#nesd a:hover {
	background-color: #ddd;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.previous {
	background-color: #3399FF;
	color: #FFF;
}

.next {
	background-color: #FF0000;
	color: white;
}
#search li{
	list-style:none;
	list-style-type:none;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	width:98%;
}
#search li:hover{
	list-style: none;
	list-style-type: none;
	padding-left: 10px;
	background-color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 98%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	box-shadow:1px 1px 5px 1px #999999;	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
}
#topcover {
	
	float: left;
	margin-left: 0;
	width: 100%;
	z-index: 9999;	
	
}
#topheadder {
	float: left;
	margin-left: 0;
	width: 100%;
	background-color: #eeeeee;
	z-index: 999;
}
#topstirff {
	float: left;
	margin-left: 0;
	width: 90%;
	
	padding-right: 5%;
	padding-left: 5%;
	
}
#socialicons {
	float: left;
	margin-left: 10%;
	width: 15%;
}
#search {
	float: left;
	margin-left: 5%;
	width: 50%;
	margin-top: 10px;
	
	
}
#logobanner {
	float: left;
	margin-left: 0;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	height: 50px;
	z-index: 24;
}
#logo {
	
	float: left;
	margin-left: 0;
	width: 20%;
	
}
#menubar {
	float: left;
	margin-left: 0;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-top: 10px;
	z-index: 29;
}
#userlog {
	float: left;
	margin-left: 50%;
	width: 30%;
	
	padding-top: 10px;
}
#slideranimation {
	float: left;
	margin-left: 0;
	width: 100%;
	
	margin-top: 5px;
		
}
#middle {
	float: left;
	margin-left: 0;
	width: 100%;
	
	padding-top: 20px;
}
#productsheading {
	float: left;
	width: 90%;
	
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dotted #000000;
	border-bottom: 1px dotted #999999;
	margin-left: 5%;
}
#products {
	float: left;
	width: 98%;
	
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 1%;
	margin-left: 1%;
}
#pro {
	float: left;
	width: 18%;
	text-align: center;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	margin: 1%;
	padding-bottom: 20px;
	}
	
	#pro1 {
	float: left;
	width: 23%;
	text-align: center;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding-bottom: 20px;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	}
#footer {
	
	float: left;
	margin-left: 0;
	width: 90%;
	
	background: -webkit-linear-gradient(#900,#F60);
	background: -moz-linear-gradient(#900,#F60);
	background: -o-linear-gradient(#900,#F60);
	margin-top: 30px;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer1 {
	float: left;
	margin-left: 0;
	width: 20%;
	
	padding-right: 1%;
	padding-left: 1%;
}
#footheading {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/footstif.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#footcontent {
	float: left;
	margin-left: 0;
	width: 90%;
	
	padding: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#copyrights {
	
	float: left;
	margin-left: 0;
	width: 50%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#copyrights1 {
	float: left;
	margin-left: 0;
	width: 50%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#leftnavigation {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
#productfilters {
	float: left;
	margin-left: 0;
	width: 18%;
	
	background-color: #F0F0F0;
}
#productfilheading {
	float: left;
	margin-left: 0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #b73e3e;
	padding: 5%;
}
#leftmenubar {
	
	float: left;
	margin-left: 0;
	width: 100%;
	
}
#rightproducats {
	float: left;
	margin-left: 0;
	width: 80%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
#produclap {
	float: left;
	width: 21%;
	
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	text-align: center;
	padding: 1%;
}
#laptopmenustop {
	float: left;
	margin-left: 2%;
	width: 65%;
	
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#productimg {
	float: left;
	margin-left: 0;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
#productimg img {
    width:100%;
       max-height:150px;
    height:150px;
}
#procont {
	float: left;
	margin-left: 0;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}
#productlin {
	float: left;
	margin-left: 0;
	width: 100%;
	
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10;
}
#productimag {
	
	float: left;
	margin-left: 0;
	width: 40%;
	
}
#productdiscription {
	float: left;
	margin-left: 2%;
	width: 35%;
	
	background-image: url(../images/middlestiff.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 600px;
	padding-left: 7%;
}
#productdheading {
	float: left;
	margin-left: 0;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
#productprice {
	
	float: left;
	margin-left: 0;
	width: 100%;
	
}
#addcart {
	
	float: left;
	margin-left: 0;
	width: 15%;
	
}
#desingaskf {
	float: left;
	margin-left: 5%;
	width: 85%;
	
}
#middle2 {
	
	float: left;
	margin-left: 0;
	width: 100%;
	
}
#prodetails {
	float: left;
	margin-left: 0;
	width: 15%;
	
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #06F;
	text-decoration: none;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 2%;
}
#prodetails1 {
	float: left;
	margin-left: 0;
	width: 80%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
#shopingcart {
	clear: both;
	float: left;
	margin-left: 0;
	width: 70%;
	
}
#col1{
	width: 10%;
	padding: 1%;
	float: left;
}
#col2{
	width: 60%;
	padding: 1%;
	float: left;
}
#col3{
	width: 10%;
	padding: 1%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
}

#col4{
	width: 10%;
	padding: 1%;
	float: left;
}

#nesd{
	clear: both;
	float: left;
	margin-left: 25%;
	width: 50%;
	
}
#procont1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
	text-align: center;
}
#footer1 li{
	list-style-image: url(../images/bul.png);
	list-style-position: inside;
	list-style-type: none;
	line-height: 1.6em;
	text-align: left;
}




#productimg a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-image: none;
}
#productimg a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-image: none;
}
#productimg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	background-image: none;
}
#footer1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
#footer1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
#footer1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 10px;
}

#produclap a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
}
#produclap a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
}
#produclap a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
}


.search-container{
	width: 100%;
	float:left;
	
	
	}

input#search-bar{
	margin: 0 auto;
	width: 90%;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	border: 1px solid #D0CFCE;
	outline: none;
	

  &:focus{
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
    &::-webkit-input-placeholder{
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &::-moz-placeholder {
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &:-ms-placeholder {
     transition: opacity 0.45s ease; 
  	 opacity: 0;
     }    
; 	color: #999;
   }
 }

.search-icon{
	position: relative;
	float: right;
	width: 50px;
	height: 40px;
	top: -40px;
	left: -10px;
}
#productlin a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #47baee;
}
#productlin a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #47baee;
}
#productlin a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #FF0000;
}

#productprice li{
	width: 100%;
	padding-bottom: 5%;
	padding-bottom: 2%;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 2%;
	list-style: none;
}.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009;
	text-decoration: none;
}

.subheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #090;
	text-decoration: none;
}

#addcart li{
	width: 100%;
	padding-bottom: 5%;
	padding-bottom: 3%;
	padding-top: 3%;
	list-style: none;
	margin-bottom: 20px;
}
.prodir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
}


#addcart a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px;
	background-image: url(../images/12px.png);
	background-repeat: repeat-x;
	border-radius:10px;
}
#addcart a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px;
	background-image: url(../images/12px.png);
	background-repeat: repeat-x;
	border-radius:10px;
}
#addcart a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 15px;
	background-image: url(../images/12a.png);
	background-repeat: repeat-x;
	border-radius:10px;
}
#rightproducats li{
	width: 100%;
	padding-bottom: 5%;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 3%;
}
#nesd a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}

#nesd a:hover {
	background-color: #ddd;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.previous {
	background-color: #3399FF;
	color: #FFF;
}

.next {
	background-color: #FF0000;
	color: white;
}
#search li{
	list-style:none;
	list-style-type:none;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	width:98%;
}
#search li:hover{
	list-style: none;
	list-style-type: none;
	padding-left: 10px;
	background-color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 98%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	box-shadow:1px 1px 5px 1px #999999;	
}
.div_main{
	background:rgb(245,245,245);
	margin:auto;
	width:60%;
	height:auto;
	border:2px solid gray;
	padding:10px 5px 40px 5px;
	border-radius:5px;
	margin-bottom:50px;
	
}
	
}

.feed{
	width: 80%;
	border: 1px solid #999;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	float: left;
	border-radius: 5px;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
	margin-top: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.feed1{
	width: 85%;
	padding: 2%;
	border: 1px solid #999;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	float: left;
	border-radius: 5px;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
	margin-top: 2%;
}
.feed2{
	width: 90%;
	margin: 4%;
	padding: 2%;
	border: 1px solid #999;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	float: left;
	background-color: #F90;
	border-radius: 5px;
}
.feed2:hover{
	width: 90%;
	margin: 4%;
	padding: 2%;
	border: 1px solid #999;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	float: left;
	background-color: #39F;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}

