body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  width: 100%;
  color: #000;
}
h1, h2, h3, p {
  padding: 7px;
}
p{
  line-height: 1.25em;
}
h1{
  font-weight: 800;
}
h2{
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
}
img{
  width:100%;
}
.left{
  float: left;  
}
.right{
  float: right;
}
a{
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.clear { 
  clear:both;
}
/************** styling website ****************/
#main{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
}
.homePage{
  background-image: url(images/logoshop.jpeg);
  background-position:center 0%;
  display: block;
  width: 100%;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.productPage {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.contactPage{
  background-image: url(images/contactImage.jpg);
  width: 100%;
  height: 480px;
  margin: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
/********* map   *******/

.map {
  width: 100%;
  margin: 0 auto;
}
#cityMap{
  width: 100%;
  height: 380px;
}
#map_canvas{
    height:300px;
    width:100%;
}
.scrollof{
    pointer-events: none;
}

/*********  contact form   *******/
.contactForm {
  width: 100%;
  margin: 0 auto;
  height: 380px;
}
.contactForm  .lefttalk h3{ 
width:220px;
margin: 0 auto;
font-weight: 700;
font-style: normal;
font-size: 26px;
line-height: 1.1;
letter-spacing: 0px;
padding-bottom: 10px;
text-align:center;
}
.contactForm  .lefttalk h4{
 width:250px;
 margin: 0 auto;
 font-weight: bold;
 font-style: normal;
 padding-top: 20px;
 text-align:center;
}
.contact{
width:250px;
margin: 0 auto;
text-align: center;
  }

.lefttalk{
  width: 45%;
  height: 340px;
  float: left;
  margin-top: 2%;
  margin-bottom: 1%;
  background: ;
  margin-left: 5%;
}
.rightform{
  width: 45%;
  height: 340px;
  float: right;
  margin-top: 2%;
  margin-bottom: 1%;
  margin-right: 5%;
  background: #f0f5f5;
}

.marginTop{
  margin-top: 4%;
}
.feedback-input {
  width:75%;
  color: #000;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  border: 0;
  transition: all 0.6s;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: 12%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 110px;
  line-height: 150%;
  resize: horizontal;
  outline:0;
  border:0;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 75%;
  background: #D2DEE2;
  border-radius:7px;
  border:0;
  cursor:pointer;
  color: #000;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.5s;
  margin-left:12%;
  font-weight:700;
}
[type="submit"]:hover { 
  background:#72D3F3; 
  color: #000;
  transition: all 0.5s;

}

/************** Navbar styling **************/
.navmenu{
  width: 100%;
  height: 48px;
  background-color: rgba(191, 191, 191, 0.6);
  font-family: "Montserrat", sans-serif; 
  border-bottom: 1px solid gainsboro;
  position: relative;
}
.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid gainsboro;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-color: rgba(191, 191, 191, 0.7);
  opacity: 1;
 }
.placenavbar{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.navbar-inner{
  width: 100%;
  margin:0 auto;
  
}

.logo{
  margin-left: 7%;
  margin-top: 0.5%;
  width: 5%;
  
}
nav{
  width: 50%;
  height: 40px;
  margin-right:10%;
  position:relative;
  }

nav ul{
 margin: 0;
 padding:0;
   }
nav ul li{
  list-style-type: none;
  text-align: center;
  width: 25%;
  float: left;
  }
nav ul li a{
 text-decoration: none;
  line-height: 48px;
  display: block;
  
 }
 nav ul li a:hover{
  background-color: #000;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color:#fff;
}
nav ul li.active a{
  background-color: #000;
  z-index: 9999;
  color:white;
  transition: all 0.7s;
}
#cart{
  position: relative;
}
.shopCart{
  position: absolute;
  top: 4px;
  right: 4%;
}


/************ Shopping cart counting, btns ***************/


button.empty{
  position: absolute;
  right: 1%;
  top: 34px;
  line-height: 1em;
  padding: 2px;
  width: 7%;
  height: 3em;
  background: rgba(231,231,231, 0.8);
    cursor: pointer;
    border-radius:5px;
    display: none;
    font-weight: bold;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
button.empty:hover{
  background-color:rgba(186,186,186, 1);
  color: #000;
}
#cart-container {
  float: right;
  width: 210px;
  position: relative;
}

#itemCount {
  position: absolute;
  display: none;
  top: 10px;
  right: 3%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  color: white;
  text-align: center;
}

i:hover {
  cursor: pointer;
}
#shoppingCart {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}

#cartItemsContainer {
  position: relative;
  width: 600px;
  left: 50%;
  top: 150px;
  margin-left: -300px;
  padding: 40px;
  box-shadow: 0 0 10px black;
  background: #e9e9e9;
  overflow: auto;
}

#cartItemsContainer i {
  position: absolute;
  top: 20px;
  right: 20px;
}

#cartItemsContainer .itemDetails {
  overflow: auto;
  width: 100%;
  margin-bottom: 40px;
}

#cartItemsContainer .productImage{
  float: left;
  width: 200px;
  padding: 0 40px;
}

#cartItemsContainer  .itemText {
  float: right;
  width: 260px;
  padding: 15% 5% 5% 0;
  font-weight:600;
}
 .itemText {
    font-weight: 700; 
 }

#cartItemsContainer .itemText .price-container {
  margin-top: 0;
}

.removeItem {
  margin-left: 40px;
}
/****************  button MORE INFO    **********/

.infoImage{
  width: 300px;
    height: 300px;
    margin: 3% 0% 4% 10%;
}
.infoBox{
   background:rgb(231, 227, 227);
    width: 951px;
    height: initial;
    padding: 0;
    display: none;
    z-index: 999;
    float: left;
    overflow: hidden;
    border-radius: 3px;
    border: 3px solid #cfcfcf;
	position: fixed;
    left: 13.1%;
    top:0;
    margin-top: 14%;
}

.product-modal{
   width: 44%;
    margin-top: 7%;
    margin-right: 3%;
}

.closeButton {
    float:right;
    display:inline-block;
    padding: 2px 5px;
    background: #ccc;
    cursor: pointer;
    font-size: 20px;
    margin-top: 3%;
    margin-right: 3%;
    display: block;
    transition: all 0.5s;
    border-radius: 50%;
    font-weight: 900;
}

.closeButton:hover {
        float:right;
        display:inline-block;
        padding:2px 5px;
        background:#999999;
        color:#fff;
        transition: all 0.5s;
}



button.btnStyle{
  background: rgb(36, 66, 100);
  display: block; 
  width: 100%;
  color: #fff; 
  text-decoration: none;
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
  font-size: .9em; 
   margin: 5% 0 1% 0; 
   transition: all 0.5s;
  }

button.btnStyle:hover{
background: rgba(36, 66, 100, 0.4);
color:black;
transition: all 0.5s;
}


button.btnAdd{
  float: left;
 margin-top: -12%;
 margin-left: 48%; 
  background:  #e62727; 
  display: block; 
  padding: 5px 10px 6px; 
  color: #fff; 
  text-decoration: none;
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
  font-size: .9em; 
  transition: all 0.5s;
  }
button.btnAdd:hover{ 
    background-color: #ad1f1f;
    transition: all 0.5s;
     }


.infoBlockAddCartBtn{
  margin: 0 0 0 7%; 
  background:  #e62727; 
  display: block; 
  padding: 5px 10px 6px; 
  color: #fff; 
  text-decoration: none;
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
  font-size: .9em; 
  transition: all 0.5s;
  }
button.infoBlockAddCartBtn:hover{ 
    background-color: #ad1f1f;
    transition: all 0.5s;
     }


 /**********  headings,slideshow   ************/
.headImg{
  width: 31.3%;
  background-color: rgba(1, 1, 1, 0.6);
  margin-left: 7%;
  height: 660px;
  position: relative;
}
.headings{
  color: #fff;
  text-align: center;
  width: 100%;
  }
.headings h1{
  margin:10%;
  padding-top: 12%;
  font-size: 3.1em;
  letter-spacing: 5px;
  line-height: 1.15em;
  text-shadow: 
      0 1px 0 black, 
      0 3px 0 #7A7676, 
      0 6px 0 #9B9B9B, 
      0 7px 0 #7C7C7C,
      0 8px 0 #515050,
      0 9px 0 #515050,
      0 10px 0 #3D3C3C,
      0 11px 10px rgba(0, 0, 0, 0.6);
  }

 /**********  slideshow   ************/
.slideImg{
  width: 100%;
  height: 315px;
  margin-top: -3%;
  position:absolute;
  left:0;
 bottom:0;
 }
 .slideshow {
  width: 100%;
  height: 315px;
  overflow: hidden;
  display: block;
  margin-top:3%;
}
.slideshow ul {
  width: 1000%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slideshow li {
  float: left;
}
 /**********  About US  ************/


.aboutUS{
  width: 100%;  
  display: block;
  height:;
  }
.imgAbout{
 width: 50%;
 background-image: url(images/about2.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 height: 450px;
 margin: 0;
 display: block;
}
.textAbout2{
  width: 50%;
  display: block;
}
.heading2{
  text-align: center;
  margin-top: 7%;
  font-size: 1.45em;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5%;
}

.txtaboutus{
  margin-top: 2.5%;
  font-size: 1em;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 0;
  letter-spacing: 0.04em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  font-weight: 500;
}
/**********  top Seller  ************/
.topSeller{
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #f0f5f5;
}
.topSeller h2{
  margin: 4% 0 5% 0;
  text-align: center;
  font-size: 1.45em;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}
.images{
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}
figure{
  width: 18%;
  float: left;
  text-align: center;
  margin-left: 9%;
  margin-right: 5%;
}
figcaption{
  padding-top:10px;
  margin:0;
}
.hoverProduct{
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  display:block;
  border: solid #000;
  border-width: 1px 1px 0 1px;
}
.hoverProduct a {
  position: relative ;
  float: left;
  margin: 0 ;
  padding: 0;
  height: auto;
  background: #000;
  width:100%;
}
.images .hoverProduct img {
  opacity: 1;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  margin:0;
}
.images .hoverProduct a:hover img {
  opacity: .6;
}
/**********  footer   ************/
footer{
  clear: both;
  width: 100%;
  background-color: rgba(89, 89, 89, 0.3);
  height: 160px;
}
 footer h3{
   font-weight: 600;
   font-family: 'Montserrat', Arial, sans-serif;
   font-size: 1.125em
 }
.logoFooter{
  margin-left: 9%;
  margin-top: 2%;
 }
.contactDetail{
  width: 60%;
  margin-top: 2%;
  margin-bottom: 1%;
 }
.adres{
  margin-left: 38%
}
.phone{
  margin-left: 4%;
}
.icon{
  margin-top: 2%;
    width: 20%;
    font-size: 30px;
}
.icon a {
  width:10%;
  padding: 5px;
}
.copyright{
 text-align: center;
  width: 100%;
  padding-bottom: 11px;
  padding-top: 11px;
  background-color: #A1A0A4;
  padding-right: 0;
  padding-left: 0;
  margin:0;
}

/* ===========================
      Media Queries
============================== */


/* Tablet 960px
============================== */

@media screen and (max-width: 960px) {
  body{
    width: 100%;
  }
  nav{
    width: 65%;
  }
  .logo{
    width:6%;
    margin-top: 1%;
   }
  .navigation{
    margin-left: 23%;
   }
   button.empty{
    width:11%;
   }
   .productCount{
    top: 0;
    right: 2.5%;
    position: absolute;
   }
   
   .headings h1{
    font-size: 2.7em;
    margin-top: 1%;
    line-height: 1.6em;
  }
  .classContainer {
    max-width:75%;
  }
  .infoBox{
   width: 95%;
    margin: 15% 0 0 -10.8%;
  }
  .img2{
  height: 125vh;
  }
  .adres{
         margin-left: 20%;
  }
  .phone{
  float:left;
  margin-left: 5%;
  }
  .contactDetail{
  width: 58%; 
 }
footer{
  height: 135px ;
}
 .content960{
   width: 50%; 
 }
} 


/* Mobile Landscape 768px
============================== */
@media screen and (max-width: 768px){
body{
   width:100%;
 }

.logo{
    width:7%;
    margin-top:1%;
   }
.productCount{
    top: 0;
    right: 2%;
    }
.infoBox{
   width: 95%;
   margin: 25% -6% 0px -11%;
  }
.infoImage{
    width:200px;
    height:200px;
    margin-left: 5%;
    margin-top:7%;
  }
 .textBox{
    padding-bottom: 5%;
  }
.headImg{
     margin-bottom:0.1%;
     width:40%;
     }
.headings h1{
    font-size: 2.2em;
    margin-top: 14%;
    line-height: 1.6em;
  }
.imgAbout{
    height:250px;
    background-size: cover;
  }
.textMediaAbout{
    display: none;
  }
.adres{
   margin-left: 10%;
  }
.phone{
  margin-left: 6%;
  }
.contactDetail{
  width: 53%;
  margin-left:0;
 }
 .mobicon{
  margin: 2% 3% 0 0;
 }
 
 .product-modal {
	display:block; 
	width: 350px; 
	margin:6% 5% 0 5%;
 }
 
 footer{
  height:135px;
 }
}
/* Mobile Portrait 599px
============================== */
@media screen and (max-width: 599px) {
 
body{
    width: 100%;
  }
  .logo {
    margin:0;
    position: absolute;
    top: 0;
    left: 45%;
    width: auto;
    display: block;
  }
  .cartMobile{
     float:right;
     width: 11%;
  }
  button.empty{
    float:right;
   margin:0;
    width: 17%;
  }
  .productCount{
    top: 0;
    right: 7.5%;
    }
    .classContainer {
    max-width:52%;
  }
#cartItemsContainer .itemText{
    padding:0;
  }
  .infoBox{
   width: 95%;
   margin: 10% 0 0 -11%;
  }
   .infoImage{
    width:300px;
    height:300px;
    margin-left: 20%;
    margin-top:7%;
  }
  .product-modal {
	display: block;
    width: 88%;
    margin: 0% 5% 4% 5%;
 }
.mobile{
  min-height: 500px;
  width: 100%;
  height: 10vh;
  background-image: url(images/logoshop.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  display: block;
  background-attachment:inherit;
}
.headImg{
  height: 220px;
  margin: 21%  25%;
  width: 50%;
  background-color: rgba(1, 1, 1, 0.8);
  
} 
.headings h1{
    font-size: 1.8em;
    margin-top: 4%;
    line-height: 1.6em;
  } 
.textMobile{
  width: 80%;
  padding-bottom: 4%;
   background: #f0f5f5;
   opacity: 0.85;
   margin-top: 10%;
   margin-right:10%;

}
  .backgroundImage599{
	width: 100%;
	background-image: url(images/about2.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    height: 310px;
	margin: 0;
    float: ;
  }

  .mobileimg1A{
    display:none;
  }

  .mobileslide{
    display: none;
  }

.images{
  width:100%;
}
figure{
  width:initial;
  margin: auto 35%;
  margin-bottom: 6%;
}
.mobileLogo{
  width:auto ;
  float:left;
  margin-left: 6%;
  margin-right: 6%;
}
.contactDetail{
 width: 50%;
 margin:0;
 }
.mobicon{
  width:24%;
  margin-right: 0;
  float: left;
}
footer{
  font-size: 0.8em;
  margin:0;
  height:130px;
}
.phone {
    float: left;
    margin-left: -5%;
}
.adres{
  margin-left:1%;
  float:left;
  width: auto;
  padding-right: 10%;
}

 /*****   Hamburger Menu 599px  *****/
  .hamburger{
    cursor:pointer;
    padding:12px;
    display: block;
    width:20%;
  }
  .line{
    border-bottom: 4px solid #000;
    width:35px;
    margin-bottom: 6px;
  }
  .line:last-child{
    margin-bottom: 0;
}
  nav{
  margin:0;
  position: absolute;
  width:45%;
}
  nav ul li{
    width: 100%;
    border-bottom: 1px solid gainsboro;
  }
  .menu {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
  background-color: rgba(191, 191, 191, 0.7);
  }
.open{
   height: 196px;
   z-index: 999;
   position:fixed;
 }

}











