html,
body {
	height: 100%;
	font-family: 'Nunito Sans', sans-serif;
}

h1,h2,h3,h4 {
	text-align: center;
    color: #282d3b;
    font-weight: bold;
    margin: 15px 0px;
}
h1 {
	font-size: 1.8rem;
	margin-top: 50px;
	margin-bottom: 35px;
}
h2 {
	font-size: 1.6rem;
	margin-top: 60px;
	margin-bottom: 35px;
}
h3 {
	font-size: 1.4rem;
	font-weight: 400;
}
h4 {
	font-size: 1.2rem;
	font-weight: 400;
}

h1 + h2 {
	margin-top: 20px;
}

h2 + h3 {
	margin-top: 10px;
	margin-bottom: 35px;
}

ul {
	line-height: 170%;
}

.h-title {
	font-weight: 400;
	text-align: left;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap > .container {
	padding: 70px 15px 20px;
}

.footer {
	background-color: #282D3B;
	color: #cccccc;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.footer a {
	color: #cccccc !important;
}

.footer a:hover {
	color: #fff !important;
}

.block-title {
	color: #fff;	
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: "\e151";
}

a.desc:after {
	content: "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view td {
	white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
	min-width: 50px;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.navbar {
	background-color: #282D3B !important;
	border-top: 1px solid #667;
	border-bottom: 2px solid #223;
	padding: 40px 20px;
	position: fixed;
	width: 100%;
}

#navbar #logo {
	width: 150px;
	height: 58px;
	margin: 0px 50px 0px 80px;
}

button:focus {
	outline: 5px auto #21a4fb;
}

.dropdown-menu {
	border-top: 7px solid #21a4fb;
	border-radius: 5px 5px 5px 5px;
	top: 38px;
	left: -1px;
}

.main-points .dropdown-menu {
	top: 25px;
}

.dropdown-item:hover {
	background-color: #21a4fb;
	color: #fff;;
}

.navbar-toggler {
	border: 0px;
}

.btn-outline-mobile svg {
	fill: #eee;
}

@media(max-width:767px) {
	.nav li > form > button.logout {
		display:block;
		text-align: left;
		width: 100%;
		padding: 10px 15px;
	}
	.dropdown-menu {
		border-top: 7px solid #21a4fb;
		border-radius: 10px 5px 5px 5px;
		left: 0px;
	}
}

.dropdown:hover .dropdown-menu {
	display: block;
}

/* bootstrap 4.3 fix */
div.dropdown-menu {
    margin-top: 0 !important;
}

.nav-item.main-menu:hover {
	background-color: #21a4fb;
	border-radius: 5px 5px 0px 0px;
	transition: all .2s ease-in-out;
}

.nav-item.main-menu-just-link:hover {
	background-color: #21a4fb;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}

.nav-item.main-points:hover {
	background-color: #21a4fb;
	border-radius: 5px 5px 5px 5px;
	transition: all .2s ease-in-out;
}

.nav-link {
	color: #fff !important;
}

.nav-link:hover {
	color: #fff !important;
}

.breadcrumb {
	background-color: #ffffff !important;
}

.breadcrumb > li + li:before {
	padding: 0 10px;
	color: #ccc;
	content: "►";
}

/*smooth scrolling */
html {scroll-behavior: smooth}

.product-slider-section {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.carousel-item {
	max-height: 450px;
}

.carousel-item > img {
	width: 100%;
	margin-bottom: 0px !important;
}

.text-area {
	text-align: right;
	border-radius: 10px;
}

.text-area > h3 {
	text-align: left;
}

.product-slider-section .carousel-inner {
	cursor: crosshair;
}


.product-slider-section .carousel-indicators {
	overflow-y:hidden ;
	overflow-x:auto;
}

.product-slider-section .carousel-indicators li {
	border:2px solid transparent;
	cursor: pointer;
	float: left;
	height: auto;
	margin: 10px 0 12px 0 ;
	padding: 5px;
	text-align: center;
	text-indent: unset;
	width: 185px;
}

.product-slider-section .carousel-indicators li.active {
	border: 2px solid #ddd;
}

.product-slider-section .carousel-indicators li .data-slide-image {
	width: 100px;
	margin: 0 auto;
}


@media screen and (max-width:1000px){
	.fixed-top .navbar-collapse {
		max-height: 90vh;
		overflow-y: auto;
		width: 100%;
	}
	.main-points {
		padding: 5px;
	}
	.head-contact-item {
		margin: 15px !important;
	}
	#head-trustpilot {
		margin: 15px !important;
	}
	#search-menu.navbar-nav {
		flex-direction: row;
		justify-content: center!important;
	}
	.product-name {
		margin-top: 30px;
	}
	#navbar {
		padding: 10px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
	}
	#navbar #logo {
		width: 103px !important;
		height: 40px !important;
		margin: 0px;
	}
	.nav-item.main-menu, .nav-item.main-menu-just-link {
		padding-left: 10px;
	}
	.slider-view {
		top: -6px;
	}
}

.sku {
	float: right;
	padding-right: 10px;
	font-size: 11px;
	color: #777777;
}

table.prices {
	width: 100%;
}

table.prices tr[data-enabled="1"]:hover td {
	background-color: #1994e6;
	color: #fff;
	opacity: 0.8;
}

table.prices tr:hover {
	cursor: pointer;
	background-color: #f8f9fa !important;
}

table.prices tr:nth-child(odd) {
	background-color: #eeeeee;
}

table.prices td {
	padding: 5px;
	transition: all .2s ease-in-out;
}

.price-col {
	text-align: right;
}

.price-selected td {
	background-color: #1994e6;
	color: #fff;
	padding: 7px !important;
}

.price-label {
	padding-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.deactivated {
	opacity: 0.5;
	cursor: default;
}

.contact-pricing {
	color: #777777;
}

.price-info {
	background-color: #fff;
	display: none;
	border: 2px solid #282D3B;
	padding: 0px !important;
	margin-top: 10px !important;
}

.price-info > .header {
	background-color: #282D3B;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
}

.price-info > .body {
	padding: 10px;
}

.price {
	font-size: 20pt;
}

.availability {
	/*display: none;*/
}

.available {
	color: #0b0;
}

.not-available {
	color: #b00;
}

.available-ask {
	color: #edd400;
}


.sale-span {
	background-color: #2a658c;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	padding: 4px 10px;
	right: -30px;
	text-align: center;
	top: 4px;
	transform: rotate(45deg);
	width:110px;
	text-transform: uppercase;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	filter: invert(1);
}

.add-to-cart-btn {
	width: 230px;
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: #282D3B;
	padding: 17px 30px;
	margin: 20px auto;
	box-shadow: 0 5px 15px rgba(0,0,0,0.20);
	border-radius: 5px;
}

.add-to-cart-btn span {
	position: relative;
	z-index: 1;
}

.add-to-cart-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 490%;
	width: 140%;
	background-color: #f00;
	color: #fff;
	transition: all .5s ease-in-out;

	transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.add-to-cart-btn:hover:after {
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
	background-color: #1994e6;
}

#content {
	padding-top: 130px;
}

a.anchor {
	display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

@media screen and (max-width:767px) {
	#content {
		padding-top: 130px;
	}
	a.anchor {
	    top: -100px;
	}
	.no-mobile {
		display: none;
	}
}

@media screen and (max-width:1240px) and (min-width:991px) {
	.head-contact-item > .label {
		display: none;
	}
}

@media screen and (max-width:1333px) and (min-width:1000px) {
	#head-trustpilot {
		display: none;
	}
}

@media screen and (min-width:1000px) {
	.navbar {
		max-height: 110px;
	}
	.mobile-only {
		display: none;
		visibility: hidden;
		width: 0px;
	}
}

.head-contact-item {
	color: #fff !important;
	padding-left: 20px;
}

.head-contact-item:hover {
	background-color: #21a4fb;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
}
.head-contact-item.icon-only {
	padding: 5px;
}

.head-contact-item > .label {
	padding-left: 7px;
}

.head-contact-symbol {
	margin-top: 3px;
	margin-right: 3px;
}

.mark {
	border: 2px solid #f00;
	background-color: #000;
}

@media screen and (max-width:767px) {
	#nav-tab {
		margin-left: 0px !important;
	}
}

#nav-tab > .nav-item {
	font-weight: bold;
	background-color: #efefef;
	border: 1px solid #cfcfcf;
	border-bottom: 1px solid #9a9da7;
}

#nav-tab > .nav-item:hover {
	text-decoration: none;
	color: #1168a2;
	opacity: 0.9;
}

#nav-tab > .nav-item.active {
	background-color: #2a658c;
	color: #fff;
	border: 1px solid #2a658c;
}

#nav-tab > .nav-item.active:hover {
	background-color: #2a658c;
	color: #fff;
}


.tab-content {
	padding: 10px;
	padding-top: 20px;
}

/* Columns */
div.dropdown-multicol {
	width: 35em;
}
@media screen and (max-width:767px) {
	div.dropdown-multicol {
		width: 100%;
	}
}
div.dropdown-multicol > div.dropdown-col {
  display: inline-block;
  vertical-align: top;
  /* width: 32%; */
}

.pad {
	padding: 0 40px;
}

.space30 {
	padding-top: 30px;
}

.space50 {
	padding-top: 50px;
}

.product.description ul {
	font-size: 14px;
}

.center {
	text-align: center;
}

.page-layout-1column.page-with-filter .column.main {
	display: none;
}

.call-to-action {
	border: 2px solid #CECECC;
	padding: 30px;
	background: #fff;
}

.pdf{
	padding-top: 5% !important;
}

.pdf a {
	float: right;
}

.call-to-action p {
	font-size: 16px;
}

.expandFAQBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expandFAQHeader:hover {
	background-color: rgba(0,0,0,.16);
}

.expandFAQHeader {
	padding: .3rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.11);
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
	border-top: none;

	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}

.faq-item {
	padding-top: 15px;
}

.faq-item .question {
	font-weight: bold;
}

.pagination {
	padding: 10px;
}

.pager-link {
	padding: 10px;
}

/*YouTube*/
.youtube-video {
    position: relative;
    overflow: hidden;
    height: 90%;
}
.youtube-video img {
	transform: scale(1.4);
}
.youtube-video .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-btn {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 5px;
}

.photo-btn .text {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23,35,55,.50);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18pt;
}

.photo-btn img {
	transition: all .2s ease-in-out;
	margin-bottom: 0px;
}

.photo-btn:hover img {
	transform: scale(1.05);
}

.photo-btn .text:hover {
	background: rgba(23,35,55,.30);
}

@media only screen and (min-width:1000px) {
	.dropdown:hover .dropdown-menu {
	  display: block;
	}
	.dropdown-submenu {
	  position: relative !important;
	}
	.dropdown-submenu>.dropdown-menu {
	  top: 0 !important;
	  left: 100% !important;
	  margin-top: -6px !important;
	  margin-left: -1px !important;
	  border-radius: 0 !important;
	}
	.dropdown-submenu:hover>.dropdown-menu {
	  display: block !important;
	}
	.dropdown-submenu>a:after {
	  display: block;
	  content: "\f105";
	  margin-top: -18px;
	  right: 15px;
	  position: absolute;
	  font-weight: 300;
	}
	.slider-view {
		top: -20px;
	}
}

.card-link {
	font-weight: bold;
}

.card-link:hover {
	text-decoration: underline;
}

.slider-view {
	border-bottom: 1px solid #556;
}

.brand {
	margin: 10px;
	width: 200px;
	background-color: rgba(23,35,55,.75);
	padding: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14pt;
}

.brand:hover {
	background-color: rgba(23,35,55,.50);
	color: #ffffff;
}

.btn.btn-primary {
	background-color: #2a658c;
	border-color: #2a658c;
}

.btn.btn-primary:hover {
	background-color: #1994e6;
	border-color: #1994e6;
}

a {
	color: #2a658c;
}

a:hover {
	color: #0072bd;
}

.nav-tabs {
	border-bottom: 1px solid #9a9da7;
}

@media (min-width: 1000px) {
	.container {
		max-width: 1250px !important;
	}
}

.nav-tabs .nav-link {
	color: #2a658c !important;
}

.nav-tabs .nav-link.active {
	color: #fff !important;
}

svg {
	width: 1em;
	height: 1em;
	fill: #fff;
}

svg.flag {
	width: 1.5em !important;
	height: 1.5em !important;
}

.btn-outline-success {
	color: #21a4fb;
	border-color: #21a4fb;
}

.btn-outline-success:hover {
	background-color: #21a4fb;
	color: #ffffff;
	border-color: #21a4fb;
}

.btn-outline-success svg {
	fill: #21a4fb;
}

.btn-outline-success:hover svg {
	fill: #fff;
}

.row.bl1 [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .row.bl1 [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.bl1 [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 15;
    }
}
@media (min-width: 576px) {
    .row.bl1 [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 15;
    }
}

.bl1 + .bl1 {
    margin-top: 15px;
}

#news-banner {
	background-color: #21a4fb;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#news-banner a {
	color: #fff;
}