html{

}

body{
  margin: 0;
}

#myTopnav{
  background-color: #f6f3f0;
  border-bottom: 2px solid white;
}

#myTopnav a{
  color: #000000;
  font-family: 'wonderella', sans-serif;
  font-size: 12px;
}

.fa-bars{
  color: #000000;
}

ul{
  margin-bottom: 0px;
}

li{
  display: inline-block;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
}


#home-top-image-container{
  width: 100%;
  right:0px;
  left:0px;
}

.active{
  background-color: #f6f3f0;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 1vh 6.5vw 1vh 0;
}

.topnav a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: .3s ease;
}

.topnav a.active {

}

.topnav a img{
  height: 2.5vh;
  padding-left: 1vw;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav a{
    margin-left: 1.5vw;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.row-full{
 position: relative;
 width: 100vw;
 margin-left: -50vw;
 left: 50%;
}

#small-banner{
  background-color: #f1e189;
  height: 50px;

}

#small-banner-text1{
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  color: #000000;
}

#small-banner-text2{
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  color: #000000;
}

@media only screen and (max-width: 800px) {
  #small-banner{
    height: 4vh;
  }
  #small-banner-text1{
    padding-bottom: 1vh;
    font-size: 10px;
  }
}

#small-banner a{
 text-decoration: none;
}

.product-details-section{
  width: 100vw;
  height: 100vh;
  padding: 6vh 0 0 0;
  background-color: #f6f3f1;
  border-bottom: 2px solid #fff;
}

.product-details-section-left{
  width: 50vw;
  float: left;
}

.product-details-section-right{
  width: 36vw;
  margin: 0 14vw 0 0;
  float: right;
}

@media only screen and (max-width: 800px) {
  .product-details-section{
    height: 152vh;
  }
  .product-details-section-left{
    width: 92vw;
    float: none;
    margin: 0;
  }
  .product-details-section-right{
    width: 92vw;
    float: none;
    margin: 0;
  }
}

.product-title{
  margin: 5vh 0 0 0;
}

.product-title li{
  display: block;
  margin: 2vh 0 0 0;
}

.product-title-name{
  font-size: 28px;
  color: ;
}

.product-title-SKU{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 2vh 0 4vh 0;
}

.go-to-contact-page{
  color: #000;
  border: 3px solid #f1e189;
  background-color: #fff;
  margin: 1.45vh 0 0 0;
  padding: 1.5vh 1.5vw 1.5vh 1.5vw;
}

.go-to-contact-page:hover{
  background-color: #f1e189;
  color: #fff;
}

.product-details-description-section{
  padding: 0;
}

.product-details-description{
  font-size: 14px;
  color: #000;
  text-align: left;
  margin: 2.5vh 0 0 0;
}

#product-list{
  margin: 1.5%;
}

#product-list ul{
  margin: 0px;
}

#product-list-item{
  display: inline-block;
  width: 24vw;

}

#product-list-item-image{
  
}

#product-list-details{
  margin: 2vh 0 0 2.5vw;
  padding: 0;
}

#product-list-details li{
  display: inline;
}

#product-list-details-item-available{
  display: inline-block;
  margin: 0 2vw 0 0;
}

#product-list-details-item-options{
  display: inline-block;
}

.simpleLens-big-image{
  width: 100%;
  padding: 2.75vh 1vw 0 1vw;
}

.simpleLens-gallery-container{
  display: inline-block;
  width: 26vw;
  margin: 4vh 0 0 24vw;
  padding: 2vh 0 1vh 0;
  background-color: #fff;
}

.simpleLens-thumbnail-wrapper{
  text-align: center;
  margin: ;
}

@media only screen and (max-width: 800px) {
  .product-title{
    padding: 0 0 0 6vw;
  }
  #product-container-container{
    overflow: hidden;
  }
  #product-list{
    margin-left: 1.5%;
  }
  #product-list-item-image{

  }
  .simpleLens-lens-image{
    width: 100vw;
  }
  .simpleLens-thumbs{
    width: 22vw;
  }
  .simpleLens-gallery-container{
    display: block;
    width: 100vw;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .simpleLens-big-image{
    width: 92vw;
  }
  .simpleLens-big-image-container{
    
  }
  .simpleLens-big-image-container a img{
    
  }
  .simpleLens-thumbnail-wrapper{
    display: none;
  }
  #product-list-details{
    margin: 1.5vh 0 0 5vw;
  }
  #product-list-details li{
    margin: 0 2vw 0 0;
    padding: 0;
  }
}

#related-products{
  padding: 5vh 0 5vh 0;
  background-color: #f6f3f1;
}

#related-products-title{
  color: #3F771D;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Neue Hans Kendrick', sans-serif;
  text-align: center;
  margin-bottom: 3vh;
}

.gallery-cell {
  width: 25%;
  height: auto;
  margin-right: 5px;
  counter-increment: gallery-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#related-products-item{
  display: inline-block;
  width: 24vw;
  margin-right: 0.4vw;
}

@media only screen and (max-width: 800px){
  .gallery-cell {
    width: 30vw;
  }
  #related-products-item{
    width: 30vw;
  }
}

#related-products-list{
  list-style: none;
  padding: 12px;
}

#related-products-list li{
  display: block;
}

#related-products-name{
  font-family: 'Neue Hans Kendrick', sans-serif;
}

#related-product-list-item-available{
  display: inline-block;
}

#related-product-list-item-options{
  float: right;
  display: inline-block;
}

.dot1{
  height: 16px;
  width: 16px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.dot2{
  height: 16px;
  width: 16px;
  background-color: white;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
}

.dot3{
  height: 16px;
  width: 16px;
  background-color: black;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
}

@media only screen and (max-width: 800px){
  #related-product-list{
    padding: 0;
  }
}

#footer{
  width: 100vw;
  height: 360px;
  background-color: #dedcd0;
}

.footer-menu-header{
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  font-weight: 550;
  text-decoration: underline;
}

@media only screen and (max-width: 800px){
  #footer{
    height: 62vh;
  }
  .footer-menu{
    display: inline;
    padding-left: 4vw;
  }
  .footer-menu-header{
    font-size: 10px;
    font-weight: 400;
  }
  .footer-menu-item{
    font-size: 10px;
  }
  .footer-menu-link{
    font-size: 10px;
    font-weight: 400;
  }
}

.footer-menu-item{
  margin-left: 8px;
  margin-bottom: 8px;
}

.footer-menu-item a:hover{
  text-decoration: none;
  color: #a6a6a6;
  transition: .3s ease;
}

.footer-menu li{
  list-style: none;
  color: black;
  display: inline-block;
  width: 18%;
  margin-top: 50px;
}

.footer-menu-item-underlined{
  height: auto;
  padding-bottom: 35px;
}

.footer-menu-link{
  text-decoration: none;
  color: black;
}

.footer-menu-link-underlined{
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  font-weight: 550;
  text-decoration: underline;
  color: black;
}

.footer-menu-link-underlined:hover{
  color: #a6a6a6;
  transition: .3s ease;
}

.footer-menu-link-text{
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 12px;
  font-weight: 550;
}

.footer-logo{
  float: right;
  width: 65%;
}

@media only screen and (max-width: 800px){
  .footer-menu-link-text{
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .footer-menu-link-underlined{
    font-size: 10px;
    font-weight: 400;
  }
}



