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 {
  position: sticky;
  top: 0;
  z-index: 999;
  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%;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 3vh; /* Place the button at the bottom of the page */
  right: 2vw; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #f6f3f1; /* Set a background color */
  color: #726060; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px 18px 12px 18px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 1px 1px 2px #4d4d4d;
  font-size: 20px; /* Increase font size */
}

#myBtn:hover {
  background-color: #e8dbc7; /* Add a dark-grey background on hover */
  color: white;
  transition: .3s ease;
}

#wrapper{
  background-color: #f6f3f0;
}

#products{
  padding: 0;
}


#products-top-title{
  padding: 40px 0px 20px 0px;
}

#products-top-title-text{
  text-align: center;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  font-weight: 100;
}

#menu-bar{
  padding-top: 0px;
  padding-bottom: 20px;
}

.menu-bar-top{
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}

.menu-bar-top-item{
  background-color: transparent;
  border: none;
  height: 36px;
  border-right: 1px solid black;
  padding: 0px 50px 0px 50px;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 16px;
  color: #3F771D;
}


@media only screen and (max-width: 800px){
  #products-top-title{
    padding: 6% 0 0 0;
  }
  .menu-bar-top-item{
    height: 2vh;
    font-size: 12px;
    padding: 0 10% 0 10%;
  }

}

#products-top-image{
  width: 100%;
}

#product-list{
  margin: 1.5%;
}

#product-list ul{
  padding: 24px 0px 24px 0px;
  margin: 0px;
  width: 98vw;
}

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

}

#product-list-item-image{
  width: 92%;
}

#product-list-details{
  list-style: none;
}

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

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

#product-list-details-item-name{
  color: #212529;
}

#product-list-details-item-name:hover{
  opacity: 50%;
  text-decoration: none;
}

#product-list-details-item-dimension{

}

#product-list-details-item-option-text{

}

#product-list-details-item-options{
  float: right;
}

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

.simpleLens-big-image{
  width: 92%;
}

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


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

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

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

@media only screen and (max-width: 800px) {
  #product-container-container{
    overflow: hidden;
  }
  #product-list{

  }
  #products-top-image{
    width: 94%;
    margin-left: 1%;
  }
  #product-list-item-image{
    width: 92%;
  }
  .simpleLens-lens-image{

  }
  .simpleLens-gallery-container{
    width: 96%;
    margin: 0 0 4vh 2vw;
    padding-bottom: 4vh;
  }
  .simpleLens-big-image-container a img{
    width: 96%;
  }
  .simpleLens-thumbnail-wrapper{
    display: none;
  }
  #product-list-details{
    width: 92vw;
  }
  #product-list-details-item{
    width: 92vw;
  }
  #product-list-details-item-name{
    font-size: 14px;
    width: 92vw;
    margin-left: 4vw;
  }
  #product-list-details-item-dimension{
    font-size: 14px;
    width: 92vw;
    margin-left: 4vw;
  }
  #product-list-details-item-option-text{
    font-size: 14px;
    width: 92vw;
    margin-left: 4vw;
  }
  #product-list-details-item-options{
    
  }
  /*#product-list-details-item-options{
    display: none;
  }*/
  .data-big-image{
    width: 100%;
  }
  .dot1{
    left: -10vw;
    width: 10px;
    height: 10px;
  }
  .dot2{
    width: 10px;
    height: 10px;
    margin-left: 2vw;
  }
  .dot3{
    width: 10px;
    height: 10px;
    margin-left: 2vw;
  }
}

#small-banner{
  background-color: #f1e189;
  height: 50px;
  position: sticky;
  top: 4.25vh;
  z-index: 999;
}

#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;
}

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

.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: 80vh;
    padding-top: 0vh;
  }
  .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;
  }
}
