body {
background-color:white; 
  margin-left: auto;
    margin-right: auto;
    font-family:sans-serif;
    font-size: 16px;
}
/*back to top button*/
.floatCurrency{
  font-size:18px;
position:fixed;
width:60px;
height:60px;
top:40px;
right:20px;
background-color:#5ABAF9;
color:#FFF;
border-radius:50px;
text-align:center;
box-shadow: 2px 2px 3px #999;
  cursor: pointer;
  z-index: 1;
}
.mediacolumn,.mediarow {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.mediacolumn {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.mediarow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .mediacolumn {
    width: 100%;
  }
}
#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:35px;
  height:35px;
  background-color:#617F8D;
  text-indent:-9999px;
  z-index: 2;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#BBCFCF;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}
input[type="text"] {
  font-size: inherit;
}
html{ 
background-color: white;
  
}
.emerc{ 
  width: 200px;
  padding-top: 10px;
} 
#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  width: 60%;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}
@media screen and (max-width:760px) {
  #myUL {
    width: 90%;
  }
  }
.no-js #loader { display: none;  } 
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(pictures/Preloader_11.gif) center no-repeat #fff;
}
.agreementModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.agreementModal-content {
  max-width: 400px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.agreementClose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.agreementClose:hover,
.agreementClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.privacyModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.privacyModal-content {
  max-width: 400px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.privacyClose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.privacyClose:hover,
.privacyClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*end*/
a{
  cursor: pointer;
}
.mobileMenu{display: none}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
    background-color:inherit;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
 background-color: transparent;
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.sticky1 {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  border: 0;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.5);

  background: #FFFFFF;
  color: #f1f1f1;
}

#logos{
float: right;
margin-right: 5px;
    padding-right:30px;
    background: none;
}
#section1 {
      background-color:white;
     height: 28px;
      width: 100%;
    color: black;
    }
#hr1{  
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    margin-top: 15px;
    
}
.navbar {
  overflow: hidden;
 float: right; 
}

.navbar a {
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 4px 5px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
    background-color: white;
  font-size: 12px;  
  border: none;
  outline: none;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content li {
  cursor:pointer;
  font-size: 13px; 
  float: none;
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: -25px;
}

.dropdown-content li:hover {
  background-color: none;
    text-decoration:underline;
    color: #83B7BB;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* to be deleted*/
.dropdown-content a {
  font-size: 13px; 
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: none;
    text-decoration:underline;
}


a {
  background-color: white;
  font-size: 12px;  
  border: none;
  outline: none;
  font-family: inherit;
  margin: 0;
  text-decoration: none;
  padding-left: 8px;
  color: black;
}
a:hover {
  color: #83B7BB;
    text-decoration:underline;
}
#section2 img{
 
    padding-left: 25px;
    width: 120px;
    /*height: 70px;*/
}
#facebook img{
    width: 40px;
    height: 40px;
    
}#instagram img{
    width: 40px;
    height: 40px;
}
#messageIcon img{
    width: 20px;
    height: 20px;
}#cart img{
    width: 250x;
    height: 20px;
}
.dropbtnAlert,.dropbtnAlert1 {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtnAlert:hover, .dropbtnAlert:focus,.dropbtnAlert1:hover,.dropbtnAlert1:focus {
  background-color: #2980B9;
}

.dropdownAlert,.dropdownAlert1 {
  position: relative;
  display: inline-block;
}

.dropdownAlert-content,.dropdownAlert-content1 {
  margin-left:-100px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownAlert-content a,.dropdownAlert-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdownAlert a:hover,.dropdownAlert1 a:hover {background-color: #90C5DB;}
.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 1px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/*notification*/
.notification {
  background-color: white;
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background: #90C5DB;
}

.notification #badgeMsg,#badgeAl,#badgeCart,#badgeMsg1,#badgeAl1,#badgeCart1 {
  position: absolute;
  top: -5px;
  right: -3px;
  padding: 2px 4px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

/*end notification*/
.search {
  width: 100%;
  position: relative;
  display: flex;  
}

.searchTerm {
  width: 100%;
  border: 3px solid #83B7BB;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color:#83B7BB;
}

.searchButton {
  width: 40px;
  /*height: 36px;
   text-align: center;*/
  border: 1px solid #83B7BB;
  background: #83B7BB;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
    padding-left: 80px;
    padding-top: 25px;
  float: left;
  width: 60%;  
}
.mystorewrap{
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0px 25px 0px;
  width: 60%;  
}
/* categories style*/
.dropbutton {
  background-color: white;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown1 {
  position: relative;
  display: inline-block;
padding-top: 15px;
padding-left: 15px;
}

.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown1-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown1-content a:hover {background-color: #83B7BB;}

.dropdown1:hover .dropdown1-content {display: block;}

.dropdown1:hover .dropbutton {color: #83B7BB;}
#section3 {
    padding-left: 220px;  
}
#section3 a {
    font-size:15px; 
}
/* Slideshow container */
.galleryContainer{
    width: 100%;
    height: 350px;
    max-width: 1200px;
    margin: auto;
    user-select: none;
    box-sizing: border-box;
}
.galleryContainer .slideShowContainer{
    width: 100%;
    height: 90%;
    overflow: hidden;
    background-color: gainsboro;
    position: relative;
}
.galleryContainer .slideShowContainer #playPause{
    width: 32px;
    height: 32px;
    position: absolute;
    background-image: url(pictures/playPause.png);
    background-repeat: no-repeat;
    z-index: 5;
    background-size: cover;
    margin: 5px;
    cursor: pointer;
}
.galleryContainer .slideShowContainer #playPause:hover{
    opacity: .7;
}
.galleryContainer .slideShowContainer .imageHolder{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.galleryContainer .slideShowContainer .imageHolder img{
    width: 100%;
    height: 100%;
}
.galleryContainer .slideShowContainer .imageHolder .captionText{
    display: none;
}

.galleryContainer .slideShowContainer .leftArrow,.galleryContainer .slideShowContainer .rightArrow{
    width: 50px;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: background 0.5s;
    height: 72px;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.galleryContainer .slideShowContainer .rightArrow{
    left: auto;
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.galleryContainer .slideShowContainer .leftArrow:hover,.galleryContainer .slideShowContainer .rightArrow:hover{
    background: #000000a8;
    cursor: pointer;
}
.galleryContainer .arrow{
    display: inline-block;
    border: 3px solid white;
    width: 10px;
    height: 10px;
    border-left: none;
    border-bottom: none;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.galleryContainer .arrow.arrowLeft{
    transform: rotateZ(-135deg);
}
.galleryContainer .arrow.arrowRight{
    transform: rotateZ(45deg);
}


.galleryContainer .slideShowContainer>.captionTextHolder{
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;
    width: 100%;
   
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.galleryContainer .slideShowContainer>.captionTextHolder>.captionText{
    margin: 0;
}


.galleryContainer .moveLeftCurrentSlide{
    animation-name: moveLeftCurrent;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;

}
.galleryContainer .moveLeftNextSlide{
    animation-name: moveLeftNext;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
}
@keyframes moveLeftCurrent {
    from {margin-left: 0;opacity: 1;}
    to {margin-left: -100%;opacity: 1;}
}
@keyframes moveLeftNext {
    from {margin-left: 100%;opacity: 1;}
    to {margin-left: 0%;opacity: 1;}
}


.galleryContainer .moveRightCurrentSlide{
    animation-name: moveRightCurrent;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
}
.galleryContainer .moveRightPrevSlide{
    animation-name: moveRightPrev;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
}
@keyframes moveRightCurrent {
    from {margin-left: 0;opacity: 1;}
    to {margin-left: 100%;opacity: 1;}
}
@keyframes moveRightPrev {
    from {margin-left: -100%;opacity: 1;}
    to {margin-left: 0%;opacity: 1;}
}
.slideTextFromBottom {
    animation-name: slideTextFromBottom;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
}
@keyframes slideTextFromBottom {
    from {opacity: 0;margin-top: 100px}
    to {opacity: 1;margin-top: 0px;}
}
.slideTextFromTop {
    animation-name: slideTextFromTop;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
}
@keyframes slideTextFromTop {
    from {opacity: 0;margin-top: -100px}
    to {opacity: 1;margin-top: 0px;}
}

/*menu*/
ul#topnav  {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}

ul#topnav li  {
  float: left;
}

li:last-child {
  border-right: none;
}

ul#topnav li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
 
}

ul#topnav li a:hover:not(.active) {
      color: #83B7BB;
    text-decoration: underline;
    
}

/*styling mega sub nav*/

ul#topnav li .sub {
    font-size: 1.2em;
	position: absolute; /*--Important--*/
	top: 200px; left: 200px;
	z-index: 99999;
	background: white; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 250px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: black;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: black;
    
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: black;
}
ul#topnav .sub ul li a:hover {
	color: black;
	background-position: 5px 12px ;/*--Override background position--*/
}
.small{display: none;}
.imageleft{display: inline-block;}



.div1{margin-left: 94px}
#logos1{display: none;}
.section4{display: none;}
.hidden{display: none;}

/*Media Querie*/
@media screen and (max-width:1024px){
  body {
    width: 100%;
    }
    
  ul#topnav li .sub {
    top: 200px; left: 0px;
  }
 
  #section3 {
    padding-left: 40px;  
}   
}

@media screen and (max-width:768px){
  #section3 {
    display: none;  
}  
    #section{display: none;}
     #section1{display: none;}
    #hr1{display: none;}
    #logos1{display: block;
            float: right;
        padding-top: 20px;
        padding-right: 15px;
    }
  #section2 img{
    padding-left: 5px;
    width: 60px;
    height: 50px;
}
    .dropdown1{display: none;}
.wrap{
    padding-left: 20px;
    padding-top: 0px;
  float: none;
  width: 90%;  
}
.mystorewrap{
  margin-left: none;
  margin-right: none;
  padding: 25px 10px 25px 10px;
  width: 90%;  
}
     .search {
        padding-top: 15px;
        padding-bottom: 15px;
      }

.searchTerm {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}
    #section3 {
    display: none;
}
    .section4 {display: block;
    padding-left: 40px;
    border-color: black;
    border-radius: 5px;
    border: 1px;
    }
   
    ul#topnav li a{
    text-decoration:none;
      font-size: 14px; 
        padding: 8px 10px;
    }
    ul#topnav li a:hover(.active) {
      color: none;
    text-decoration: none;
     
}
   ul#topnav li .products{color: lightblue;}
    
    .latest-product .owl-nav {
display: none;
}
    .maincontent-area {padding-bottom: 0px; padding-top:0px;}
    .hide{display: none;}
    .product-hover:after {
  background: none;
}
    .product-hover a.add-to-cart-link {display: none;}
.product-hover a.view-details-link { display: none;}
    
.hidden{display: block;
    position: relative;}
#imageresponsive{display: none;}
    .product-hover {
 display: none;
}
    .single-product h2{padding-left: 15px;}
    
    .product-carousel-price{padding-left: 15px;} 
      .large{display: none;}
    .small{display: block;}
    .small1{width: 98%; height: auto; margin-left: 4px;}
    .small2{width: 98%; height: auto;margin-left: 4px;}

} 




/*size 320*/

@media screen and (min-width:1px) and (max-width:401px){
  .floatCurrency{
    width:50px;
    height:50px;
    font-size:16px;
  }
    #section{display: none;}
     #section1{display: none;}
    #hr1{display: none;}
    #logos1{display: block;
            float: right;
        padding-top: 20px;
        padding-right: 15px;
    }
  #section2 img{
    padding-left: 5px;
    width: 60px;
    height: 50px;
}
.wrap{
    padding-left: 20px;
    padding-top: 0px;
  float: none;
  width: 90%;  
}
.mystorewrap{
  margin-left: none;
  margin-right: none;
  padding: 25px 10px 25px 10px;
  width: 90%;  
}
     .search {
        padding-top: 15px;
        padding-bottom: 15px;
      }

.searchTerm {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}
    #section3 {
    display: none;
}
    .section4 {display: block;
    padding-left: 10px;
    border-color: black;
    border: 1px;
    }

    ul#topnav li a{
    text-decoration:none;
      font-size: 13px; 
        padding: 8px 10px;
    }
    ul#topnav li a:hover(.active) {
      color: none;
    text-decoration: none;
     
}
   ul#topnav li .products{color: lightblue;}
    
    .latest-product .owl-nav {
display: none;
}
    .maincontent-area {padding-bottom: 0px; padding-top:0px;}
    .hide{display: none;}
    .product-hover:after {
  background: none;
}
    .product-hover a.add-to-cart-link {display: none;}
.product-hover a.view-details-link { display: none;}
    
.hidden{display: block;
    position: relative;}
#imageresponsive{display: none;}
    .product-hover {
 display: none;
}
    .single-product h2{padding-left: 15px;}
    
    .product-carousel-price{padding-left: 15px;} 
    .large{display: none;}
    .small{display: block;}
    .small1{width: 98%; height: auto; margin-left: 4px;}
    .small2{width: 98%; height: auto;margin-left: 4px;}
}  


@media screen and (min-width:100px) and (max-width:768px){
    .mobileMenu{display: block}
}
@media screen and (max-width:280px) {
    .polaroid{display: none}
    .hr-sect{text-align: center}
}
