html {
	font-family: 'Roboto', sans-serif;
}

#header {
	z-index: 99;
}

#header-claim {
	background-color: #F7F7F7;
	color: #000000;
	text-align: center;
}

#logo {
	min-height: 150px;
}

#logo-img {
    height: 175px;
    width: 175px;
    margin: 15px;
}

#shop-services {
}

#navigation {
	background-color: #000000;
	width: 100%;
	display: flex;
}

#main-content {
	max-width: 1400px;
	margin: auto;
	background-color: #FFFFFF;
}

#main-content > #preview {
	margin-top: 25px;
}

#main-content #preview #infobox {
	background-color: #F1F1F1F1;
	padding-top: 25px;
	padding-bottom: 25px;
}

#main-content #infobox-actions {
}

#main-content > #main-body {
	height: auto;
}

#main-content > #main-body {
	margin-top: 25px;
}

#footer {
	margin-top: 25px;
	background-color: #F1F1F1F1;
}

#footer #footer-content {
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 25px;
}

.styleless-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer > #footer-nav > a {
	color: #000000;
}

img {
	/*width: 100%;*/
	height: 100%;
}

.payment-img {
	max-width: 128px;
}

.shipping-provider-img {
	max-width: 80px;
}

#disclaimer {
	color: #606470;
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
}




/* Navbar */
#navigation-bar {
	max-width: 1400px;
	margin: auto;
	float: left;
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu .main-menu {
	display: none;
}

#tm:checked + .main-menu {
	display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
	display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
	border-style: solid;
	border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
	border-width: 0 0 1px;
}

#menu .sub-menu {
	background-color: #000000;
	border-width: 1px 1px 0;
	margin: 0 1em;
}

#menu .sub-menu li:last-child {
	border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
	position: relative;
	display: block;
	color: #FFFFFF;
}

/*
#menu li a {
	float: left;
}
*/

#toggle-menu, 
#menu a {
	padding: 1em 1.5em;
}

#menu a {
	transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #4096EE;
}

#menu .sub-menu {
	display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
	display: block;
}

#menu .sub-menu a:hover {
	color: #FFFFFF;
}

#menu li a[class="dropdown"] {
	background-color: #2c2c2c;
}

#menu li a[class="dropdown"]:hover {
	background-color: #4096EE;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
	border-radius: 50%;
	width: 1em;
	height: 1em;
	text-align: center;
	background-color: rgba(0, 0, 0, .125);
	text-shadow: 0 0 0 transparent;
	color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
	line-height: 1;
}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
	#menu li {
		width: 33.333%;
	}

	#menu .sub-menu li {
		width: auto;
	}
}
  
@media only screen and (min-width: 52em) {
	#menu .main-menu {
		display: block;
	}

	#toggle-menu, 
	#menu label.drop-icon {
		display: none;
	}

	#menu ul span.drop-icon {
		display: inline-block;
	}

	#menu li {
		float: left;
		border-width: 0 1px 0 0;
	}

	#menu .sub-menu li {
		float: none;
	}

	#menu .sub-menu {
		border-width: 0;
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 12em;
		z-index: 3000;
	}

	#menu .sub-menu, 
	#menu input[type="checkbox"]:checked + .sub-menu {
		display: none;
	}

	#menu .sub-menu li {
		border-width: 0 0 1px;
	}

	#menu .sub-menu .sub-menu {
		top: 0;
		left: 100%;
	}

	#menu li:hover > input[type="checkbox"] + .sub-menu {
		display: block;
	}
}





/* Gallery */
#gallery-images > img{
    display: none;
}

#gallery-images > img {
    height: 500px;
    width: auto;
    max-width: 500px;
    object-fit: scale-down;
}

#thumbs {
	margin-top: 5px;
	display: flex;
	flex-direction: row;
}

#thumbs label > img {
    width: 90px;
    height: auto;
    
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#thumbs label {
	cursor: pointer;
	border: 1px solid #f1f1f1;
	margin-right: 5px;
}

#thumbs label:hover {
	border: 1px solid #000;
}




/* Tabs */
.tabs .tab-header {
	color: #FFFFFF;
	background-color: #000000;
	border-bottom: solid 4px #4096EE;
}

.tabs > input {
	display: none;
	border: solid 1px;
}
  
.tab-header > label {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
	text-align: center;
	margin: 0px !important;
}

.tab-header > label:hover {
	cursor: pointer;
}

.feb_tabhead label:hover, #chk_1:checked ~ .feb_tabhead #tab_1, #chk_2:checked ~ .feb_tabhead #tab_2 {
}

/* needs to be split into html */
.tab-header label:hover, #tab1:checked ~ .tab-header #tb1 {
	background-color: #4096EE;
}

.tab-header label:hover, #tab2:checked ~ .tab-header #tb2 {
	background-color: #4096EE;
}

.tabs > section {
	margin-top: 15px;
	display: none;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
	display: block;
}



/* Links */
a {
	color: #000000;
}

a:hover {
	color: #4096EE;
	text-decoration: none;
}

/* misc */
.hidden {
    display: none !important;
}

.note {
	color: #DDDDDD;
}

#price {
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
}

#shop-search {
	float:right;
}

.custom-button {
	color: #ffffff;
    background-color: #000000;
}

.custom-button:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.big-icon {
	font-size: 30px;
}

@media only screen and (max-width: 45em){
	.vertical-center {
    	display: block !important;
	}
	
	#shop-services {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#shop-search {
		margin-bottom: 10px;
	}
}
