body {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: rgb(73, 73, 72);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.42;
    color: inherit;
}
.h1, h1 {
    font-size: 24px;
	color: #0051A1;
}
.h2, h2 {
    font-size: 22px;
	color: #0051A1;
}
#header {
	z-index: 99;
}

#top-bar {
	background-color: #F1F1F1F1;
}

#top-bar .benefits {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.width-container {
	margin: auto;
	max-width: 1400px;
}

#mid-bar {
	padding-top: 25px;
	padding-bottom: 25px;
}

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

#logo-img {
    height: auto;
    max-width: 100%;
    max-height: 80px;
}

@media only screen and (max-width: 1200px) {
	#logo-img {
		margin: auto;
	}
}

#shop-services {
	padding-top: 21px;
}

#shop-services .service {
	color: rgb(73, 73, 72);
	float: left;
	text-align: center;
	white-space: nowrap;
}

#shop-services .service > i {
	text-align: center;
	color: rgb(73, 73, 72);
}

#navigation {
	background-color: rgb(73, 73, 72);
	width: 100%;
	display: flex;
	box-shadow: 0 14px 12px -12px lightgrey;
    margin-bottom: 20px;
}

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

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

#main-content #preview {
	box-shadow: 0 14px 12px -12px lightgrey;
	padding-bottom: 20px;
}

#infobox-actions {
	margin-top: 40px;
}

#infobox-actions .action .icon {
	margin-right: 14px;
	font-size: 20px;
	float: left;
}

#infobox-actions .action a {
	color: #ffffff;
}

#infobox-actions .action a:hover {
	color: #0051A1;
}

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

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

#footer {
	margin-top: 25px;
	padding-bottom: 30px;
	color:rgb(73, 73, 72);
	background-color: #eeedec;
	width: 100%;
}

#footer a {
	color: #0051A1;
}

#footer a:hover {
	color: rgb(73, 73, 72);
}

#footer .footer-element {
	padding-top: 25px;
}
/*
#footer h3::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 25%;
    background-color: #0051A1;
    bottom: 115px;
    left: 15px;
}
*/
#footer-cp {
	background-color: #222;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 9px;
}

#footer-cp i {
	margin-left: 30px;
}

.footer-header {
	margin-bottom: 25px;
	margin-top: 15px;
}

#footer i {
	color: #0051A1;
}

.styleless-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 25px;
	margin-top: 10px;
}

#link-list {
	column-count: 2;
}

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

img {
	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: #0072BB;
	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;
}

#toggle-menu, 
#menu a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.menu-item {
	padding-left: 10px;
}

@media only screen and (min-width: 64.5em) {
	.menu-item-slash::after {
		content: "/";
		padding-left: 10px;
		color: #fff;
	}
}

.menu-item-no-slash::after {
	content: "";
}

#menu a:hover {
	color:  #eeedec;
}

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

	#menu .sub-menu li {
		width: auto;
	}
}
  
@media only screen and (min-width: 64.5em) {
	#menu .main-menu {
		display: flex;
list-style: none;
margin: 0;
padding: 0;
position: relative;
height: 100%;
align-items: center;
justify-content: center;
	}

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

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

	#menu li {
		float: left;
	}
}


/* Gallery */
#gallery {
	margin-top: 25px;
}

#gallery-images > img{
    
}

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

#thumbs {
	margin-top: 25px;
	display: block;
	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 {
	/* border-bottom: solid 4px #0072BB; */
}

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

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

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

.tab-header label {
	width: auto;
}

/* needs to be split into html */
.tab-header label:hover, #tab1:checked ~ .tab-header #tb1 {
	color: #0072BB;
	border-bottom: solid 3px #0072BB;
}

.tab-header label:hover, #tab2:checked ~ .tab-header #tb2 {
	color: #0072BB;
	border-bottom: solid 3px #0072BB;
}

.tab-header label:hover, #tab3:checked ~ .tab-header #tb3 {
	color: #0072BB;
	border-bottom: solid 3px #0072BB;
}

.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: #0051A1;
	text-decoration: none;
}

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

.note {
	color: #DDDDDD;
}

#price {
    font-weight: bold;
    font-size: 2.2em;
    /* line-height: 30px; */
    white-space: nowrap;
}

.color-green {
	color: #0051A1;
}

#shop-search {
	float:right;
}

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

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

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

.small-icon {
	/*font-size: 10px;*/
}

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

#crossseller img {
	max-width: 350px;
	max-height: 200px;
	width: 100%;
	heigth: 100%;
    padding-left: 20px;
}

#item-data {
	color: #999999;
	font-style: italic;
}

#infobox {
	/* background-color: #F1F1F1F1; */
}
#infobox > .container-fluid > h1 {
	font-size: 24px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 6px;
}
#infobox > .container-fluid > h3 {
	font-size: 16px;
	padding-top: 0;
	margin-bottom: 6px;
}

@media only screen and (max-width: 768px) {
	#infobox > .container-fluid > h3 {
		font-size: 16px;
		margin-top: 20px;
		padding-top: 0;
		margin-bottom: 6px;
	}
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 140px;
	margin-bottom: 20px
}


@media only screen and (min-width: 768px) {
	.card {
		min-height: 160px;
	}
}

@media only screen and (min-width: 991px) {
	.card {
		min-height: 247px;
	}
}

@media only screen and (min-width: 1200px) {
	.card {
		min-height: 207px;
	}
}


.card h4 {
	color: #0051A1;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

#benefits-header {
	text-align: center;
	margin-bottom: 30px;
}

.header-line {
	margin-bottom: 25px;
}
.header-line::before {
  content:" ";
  position: absolute;
  border-bottom:2px solid #0051A1;
  width:80px;
  height:1.5em;
}

.shipping-img {
 	width: 80px;
}

#price-tax-claim {
	font-size: 1.3rem;
  	color: #333;
	line-height: 1.0rem;
}

.color-orange {
	color: rgb(73, 73, 72);
}

.buy-now-btn {
	text-align: center;
	padding: 5px;
	background-color: #0051A1;
	color: #FFF;
	width: 100%;
	margin-bottom: 15px;
	line-height: 2.6em;
	font-size: 1.2em;
	border-radius:4px
}

.buy-now-btn div{
	color: #FFF;
}

.buy-now-btn:hover {
	color: #fff;
	background-color:#00376e;
}

.sub-btn a {
	 color: #0051A1;
}

.sub-btn a:hover {
	color: rgb(73, 73, 72);
}
.footer-element img {
	margin-right:6px
}