article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

[data-scroll] {
	will-change: transform;
}

.message {
	background: #272222;
	color: white;
	padding: 1rem;
	text-align: center;
}

body {
	font-family: 'Rokkitt', serif;
	background-color: white;
	padding-bottom: 2%;
}

input[type=text]:disabled {
  background: #EBEBEB;
}
.container{
  margin: 0 auto; 
}

.btn{
	border: none;
	background-color: white;
	font-size: 14px;
	letter-spacing: 6px;
}

.btn-icon{
	width: 8%;
	padding-right: 2px;
	/*float: left;*/
}

.instruction{
	padding: 20px 0;
	text-align: center;
    font-size: 14px;
	font-weight: 100;
	letter-spacing: 6px;
}

.topnav {
	padding: 1% 3%;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
}

.topnav a {
	float: left;
	color: black;
	text-align: center;
	padding: 16px 16px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 6px;
}

.topnav a:hover {
  /*background-color: white;*/
  text-decoration: line-through;
  color: grey;
}

.topnav a.active {
  /*background-color: white;*/
  color: black;
}

.topnav-centered a {
	text-align: center;
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.topnav-right {
	float: right;
}
img {
  vertical-align: middle;
  mix-blend-mode: darken;
}
.img-product{
  margin: 0 auto;
}

.img-product img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mySlides {
	margin: auto;
	display: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

.stock-info{
  color: grey;
}

.price{
  color: grey;
  padding-bottom: 30px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.color-dot-1 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.color-dot-2 {
  background-color: navy;
}

.color-dot-3{
  background-color: brown;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.sidebar {
  margin: 0;
  padding: 0;
  width: 50%;
  background-color: #FAFAFA;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar{
  -ms-overflow-style: none;
}
 
.sidebar a.active {
  /*background-color: #4CAF50;*/
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  float: right;
  width: 50%;
  margin-left: 200px;
  padding: 10% 10% 0 5%;
  height: auto;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid black;
  border-radius: 4px;
  resize: vertical;

}

input: focus{
border: none;
}

label {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 2px;
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 6px;
  background-color: black;
  color: white;
  padding: 20px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  width: 100%;
}

input[type=submit]:hover {
  background-color: black;
}

#btnsubmit{
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 6px;
  background-color: black;
  color: white;
  padding: 20px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  width: 100%;
}

.container {
  border-radius: 5px;
  /*background-color: #fcfcfc;*/
  /*padding: 20px;*/
}

.col-40 {
  float: left;
  width: 40%;
  margin-top: 6px;
  padding-right: 10px;
}

.col-60 {
  float: left;
  width: 60%;
  margin-top: 6px;
  padding-right: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-40, .col-60, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
div.content {
  float: right;
  width: 100%;
  margin-left: 200px;
  padding: 10% 10% 10% 10%;
  height: auto;
}
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
  #left-nav{
    display: hidden;
  }

  #right-nav{
    display: hidden;
  }
}
/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 600px) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
  }
  
  .topnav-centered a {
    padding: 10% 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

    #left-nav{
    display: hidden;
  }

  #right-nav{
    display: hidden;
  }
}

@media screen and (min-width: 1040px) {
  .instruction{
  	/*display: none;*/
}

@media screen and (min-width: 1440px){
	.navbar-bottom {
		display: none;
	}
}

@media screen and (min-width: 1024px){
	.navbar-bottom {
		display: none;
	}
}

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

}

@media screen and (max-width: 768px) {
		.topnav {
		display: none;
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media all and (min-width: 768px) {
	.message{
		display: none;
	}
}