/* Shop */
body {
	/*background-color: #3c3c3c;*/
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	/*color: #afc7b7;*/
	color: #333;
}
.padtop2 {
	padding-top: 2rem;
}
.radius {
	border-radius: 1rem;
}
.orderedlist li {
	margin-bottom: 2rem;
}
.smalltext {
	font-size: .6rem;
}
h1,h2,h3,h4,h5 {
	font-family: 'PT Sans', sans-serif;
}
h1 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 2rem;
}
h2 {
	font-size: 1.5rem;
	color: #333;
}
h6 {
	font-family: 'Roboto', sans-serif;
	color: #333;
}
#showfullinfo {
	color: #333;
}
#header {
	background: #333;
	padding: 1rem 0;
	padding-bottom: 0;
}
.headertext {
	font-family: 'Roboto', sans-serif;
	font-size: .8rem;
	color: #fff;
	line-height: 1.5rem;
	}

.headertext a {
	color: #fff;
}
.headertext h6 {
	font-family: 'Roboto', sans-serif;
	font-size: .8rem;
	color: #333;
	line-height: 1.5rem;
	font-weight: 700;
}

.footertext {
	font-family: 'Roboto', sans-serif;
	font-size: .8rem;
	color: #fef6ae;
	line-height: 1.5rem;
	}
.footertext a {
	color: #fbfef7;
}
.footertext h6 {
	font-family: 'Roboto', sans-serif;
	font-size: .8rem;
	color: #fef6ae;
	line-height: 1.5rem;
	font-weight: 700;
}
.menubar {
	background: #4c4c4a;
	margin-top: 1rem;
}
.menubar a {
	color: #fef6ae;
	font-weight: 500;
}
.menu .is-active > a {
	background: #fef6ae;
}
.pink {
	background: #fef6ae;
}
.pink:hover {
	background: #dda551;
}
.categorytext {
	font-size: .7rem;
}
.pricetext {
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.button.tiny {
	font-weight: 700;
	font-size: .6rem;
}
.breadcrumbs {
	margin: 1rem 0;
}
.hero {
	margin-top: 1rem;
}
.is-dropdown-submenu {
	background: #333;
	z-index: 999;
	min-width: 300px;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #fef6ae; }
  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.breadcrumbs a {
	color: #6cc3fe;
}
.pagination a, .pagination button {
	color: white;
}
.pricebox {
	color: #3c3c3c;
}
.baskettext {
	color: #3c3c3c;
}
.rounded > input[type="text"] {
	    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
table {
	background-color: #3c3c3c;
}
/* @group video styles */

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../assets/videoframe.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}

/* @end */

/* @group sidenav */

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav ul {
	list-style-type: none;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* @end */

.modaltable {
	background: black;
}
.modaltable tbody tr:nth-child(odd) {
	background: #5f5f5f;
	}
.modaltable tbody tr:nth-child(even) {
	background: black;
}
.slidetext {
	width: 100%;
	text-align: center;
	z-index:999;
	position:absolute;
}
.slidetext h1,.slidetext h2,.slidetext h3,.slidetext h4 {
color: white;
font-family: Roboto;
}
.slidetext h1,.slidetext h2 {
	font-weight: 700;
}
.slidetext h3,.slidetext h4 {
	font-weight: 400;
}
.slidetextsmall {
	width: 100%;
	text-align: center;
	z-index:999;
	position:absolute;
}
.slidetextsmall h1 {
	font-weight: 700;
	color: white;
font-family: Roboto;
font-size: 1rem;
	margin: 0;
}
.slidetextsmall h2 {
	font-weight: 700;
	color: white;
font-family: Roboto;
font-size: 1rem;
	margin: 0;
	
}
.slidetextsmall h3 {
	font-weight: 400;
	color: white;
font-family: Roboto;
font-size: .8rem;
	margin: 0;
	
}
.slidetextsmall h4 {
	font-weight: 400;
	color: white;
font-family: Roboto;
font-size: .8rem;
	margin: 0;
	
}

@media screen and (min-width: 40em) {
.medium-14 {
    width: 14%; }
}