/** gebruik default variabelen en default less **/
/** defaults **/
.primaryColor {
  background-color: #2385ce;
  color: #ffffff;
}
.secondaryColor {
  background-color: #2385ce;
  color: #ffffff;
}
.orange {
  background-color: #f48d00;
  color: #ffffff;
}
/** fonts **/
.secondary-font {
  font-family: 'Open Sans', sans-serif;
}
/** colors **/
/** header top bar **/
/** header middle bar **/
/** header bottom bar **/
/** breadcrumbs **/
/** footer **/
/** **/
/** components **/
.cms-text {
  font-size: 15px;
  line-height: 25px;
}
.cms-text p {
  margin-bottom: 15px;
}
.data-table {
  width: 100%;
}
.data-table .a-center {
  text-align: center;
}
.data-table#my-orders-table colgroup {
  display: none;
}
.data-table#my-orders-table tr td.last {
  text-align: right;
}
.data-table tr.odd {
  background: #F7F7F7;
}
.data-table tr td,
.data-table tr th {
  padding: 10px;
}
.data-table tr th {
  display: table-cell;
}
.data-table tr th.label {
  vertical-align: middle;
  text-align: left;
}
.no-display {
  display: none;
}
.table-productattachment .fa {
  padding-right: 5px;
}
.breadcrumbs {
  padding-top:20px;
  font-size: 12px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #2385ce;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li:not(:last-child):after {
  content: ' /';
  margin-left: 3px;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.page-header {
  margin: 0;
  padding: 0;
  border: none;
}
.page-header .logo{display:inline-block;vertical-align:middle;}

.page-header .header-quality-mark {
  display: inline-block;
  vertical-align: middle;
}
.page-header .header-quality-mark ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .header-quality-mark ul > li {
  margin-left: 25px;
}
.page-header .header-quality-mark p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-header .header-quality-mark {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
	.page-header .logo{display:inline-block;}
}

.page-header .col-logo {white-space:nowrap;}
.page-header .logo img {max-height:50px;}
.page-header .quick-access {margin-top:5px;}
.page-header .cart {margin-top:8px;}

@media only screen and (max-width: 767px) {
	.page-header .logo img {height:25px;}
	.page-header .cart {margin-top:0;}
  .page-header .col-logo {text-align:center;}
}
.page-header .top-bar {
  background: #f5f5f5;
  padding: 10px 0;
  font-size: 0.92857em;
  /* 13px */
  color: #595959;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
.page-header .top-bar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-header .top-bar ul li {
  display: inline-block;
  margin-right: 15px;
}
.page-header .top-bar ul li:last-child {
  margin-right: 0;
}
.page-header .middle-bar {
  padding: 25px 0;
  margin-top: 38px;
  background: #ffffff;
}
.page-header .middle-bar .margins {
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .page-header .middle-bar .margins {
    margin-top: 10px;
  }
}
.page-header .bottom-bar {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background: #2385ce;
  height: 47px;
  line-height: 47px;
  font-size: 13px;
}
.page-header .bottom-bar.sticky {
  position: fixed;
  top: 38px;
  width: 100%;
  z-index: 100;
}
.page-header .cart {
  display: block;
  cursor: pointer;
  height: 35px;
  line-height: 40px;
  padding-left: 50px;
  text-decoration: none;
  font-size: 14px;
  color: #1a1a1a;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  background: #ffffff;
}
.page-header .cart:before {
  content: '\f07a';
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  font-size: 30px;
  top: -2px;
}
.page-header .cart .qty {
  background: #2385ce;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  height: 24px;
  min-width: 24px;
  padding: 0 3px;
  line-height: 21px;
  display: block;
  border: 2px solid #ffffff;
  font-size: 12px;
  top: -3px;
  left: 26px;
}
.page-header .cart .price {
  color: #808080;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .page-header .cart .price {
    font-weight: bold;
    color: #1a1a1a;
  }
}
.top-nav {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .top-nav {
    text-align: center;
  }
  .top-nav ul {
    float: none !important;
  }
  .top-nav ul li {
    margin-right: 0 !important;
  }
}
.main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.main-menu:after {
  content: ' ';
  display: table;
  clear: both;
}
.main-menu > li {display:table-cell;position: relative;}
.main-menu > li > a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px;
}
@media only screen and (max-width: 1199px) {
  .main-menu > li > a {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu > li > a {
    padding: 0 11px;
  }
}
.main-menu > li:last-child > a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.main-menu > li > ul.level0 {
  display: none;
  line-height: 1.7;
  position: absolute;
  left: 0;
  border-bottom: 3px solid #2385ce;
  background: #f5f5f5;
  z-index: 10;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 20px;
  width: 250px;
  font-size: 13px;
  font-weight: 400;
}
.main-menu > li > ul.level0 li {
  margin-bottom: 6px;
}
.main-menu > li > ul.level0 li a {
  text-decoration: none;
  color: #404040;
  background: none;
  line-height: 1.4;
  display: inline-block;
}
.main-menu > li > ul.level0 li a:hover {
  opacity: 0.6;
}
.main-menu > li > ul.level0 li.last {
  margin-bottom: 0;
}
.main-menu > li > ul.level0 ul.level1 {
  padding-left: 15px;
  font-size: 11px;
}
.main-menu > li.nav-6 .level0,
.main-menu > li.nav-7 .level0,
.main-menu > li.nav-8 .level0,
.main-menu > li.nav-9 .level0 {
  left: auto;
  right: 0;
}
.main-menu > li.active {
  background: #2385ce;
}
.main-menu > li:hover a {
  background: rgba(255, 255, 255, 0.2);
}
.main-menu-heading {color:#fff;padding-left:5px;}
.main-menu .submenu-trigger {display:none; position: absolute;top: 0;right: 0;width:52px;height: 48px;text-align: center;color: #fff;font-size: 14px;}
@media only screen and (max-width: 1199px) {
	.main-menu{font-size:11px;}
}
@media only screen and (min-width: 992px) {
  .main-menu {display: table!important;width:100%;}
  .main-menu > li:hover ul.level0 {display: block;}
}
@media only screen and (max-width: 991px) {
  .main-menu {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 200;
    right:0;
    top:0;
	bottom:0;
	width:320px;
	padding-top:50px;
    background: #2385ce;
	border-top:1px solid rgba(255, 255, 255, 0.5);
	overflow-y: auto;
 	-webkit-overflow-scrolling: touch;
  }
  .main-menu > li {display:block;
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu > li.submenu-open .level0 {display:block;}
  .main-menu > li > a {
    text-align: left;
    padding: 0 20px;
    border: none;
  }
  .main-menu > li:hover a {background:none;}
  .main-menu > li > ul.level0 {position:static;width:100%;background:none;font-size:11px;padding-top:5px;padding-left:30px;}
  .main-menu > li > ul.level0 li {margin-bottom:0;}
  .main-menu > li > ul.level0 li a {color:#fff;display:block;padding:12px 0;}
  .main-menu .submenu-trigger {display:block;}
}
.main-menu-trigger {
  height: 47px;
  width: 40px;
  position: absolute;
  right: 10px;
  cursor: pointer;
  z-index: 11;
  top:0;
}
.main-menu-trigger span,
.main-menu-trigger span:before,
.main-menu-trigger span:after {
  display: block;
  height: 2px;
  width: 26px;
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}

@media only screen and (max-width: 767px) {
	.main-menu-trigger.top { height: 40px; left:0 }
	.main-menu-trigger.top span, .main-menu-trigger.top span:before, .main-menu-trigger.top span:after { background: #000000; }
	body.mobile-menu-open .close-mobile-menu {left:0;}
	.main-menu { left: 0 }
	.page-header .bottom-bar { background: none; height: 0px; }
}

.main-menu-trigger span {
  top: 50%;
  left: 25%;
  margin-top:-1px;
  margin-left:-3px;
}
.main-menu-trigger span:before {
  content: '';
  top: -7px;
}
.main-menu-trigger span:after {
  content: '';
  top: 7px;
}
.main-menu-trigger.active span,
.main-menu-trigger.active span:before,
.main-menu-trigger.active span:after {
  top: 50% !important;
}

.close-mobile-menu {top:0;right:-50px;color:#fff;width:50px;height:50px;line-height:50px;text-align:center;position:fixed;z-index:300;font-size:20px;}
body.mobile-menu-open .close-mobile-menu {right:0;}

.sidebar {
  font-size: 1.07142em;
  /* 15px */
}
.sidebar .paypal-logo {display:none;}
.sidebar .filters .title {
  font-size: 1.14285em;
  /* 16px */
}
.sidebar .filters .count {
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-size: 0.85714em;
  /* 12px */
  float: right;
}
.sidebar .filters ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.sidebar .filters ol a {
  text-decoration: none;
  padding: 7px 7px 7px 28px;
  position: relative;
  display: block;
  line-height: 14px;
}
.sidebar .filters ol a:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  border: 1px solid #e0e0e0;
  position: absolute;
  left: 5px;
  top: 6px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  text-align: right;
  font-size: 0.78571em;
  font-family: "FontAwesome";
  color: #999999;
}
.sidebar .filters ol a:hover {
  background: #f5f5f5;
  color: #404040;
}
.sidebar .filters ol a:hover:before {
  content: '\f00c';
}
.sidebar .filters ol .selected a {
  color: #2385ce;
  font-weight: bold;
}
.sidebar .filters ol .selected a:before {
  content: '\f00c';
  border-color: #2385ce;
  color: #2385ce;
}
.sidebar .filters ol .selected a span {
  font-weight: normal;
}
.sidebar .reset-filters {
  text-align: right;
  padding-bottom: 15px;
  font-size: 0.92857em;
  /* 13px */
}
.sidebar .reset-filters a {
  text-decoration: none;
  color: #808080;
}
.sidebar .reset-filters a:hover {
  text-decoration: underline;
  color: #404040;
}
.sidebar dt {
  border-top: 1px solid #e0e0e0;
  padding: 15px 0;
}
.sidebar dd {
  margin-bottom: 15px;
}
.sidebar iframe {width:100%;}
.sidebar .sidebar-block,
.sidebar .block {
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.sidebar .sidebar-block:first-child,
.sidebar .block:first-child {
  padding-top: 0;
  border: none;
}
.sidebar .sidebar-block.block-brand a,
.sidebar .block.block-brand a {
  font-size: 0.92857em;
  /* 13px */
  display: block;
  margin-top: 15px;
  color: #808080;
  text-decoration: none;
}
.sidebar .sidebar-block.block-brand a:hover,
.sidebar .block.block-brand a:hover {
  color: #2385ce;
  text-decoration: underline;
}
.sidebar .sidebar-block.block-brand a:before,
.sidebar .block.block-brand a:before {
  content: '\f054';
  font-family: "FontAwesome";
  font-size: 0.71428em;
  /* 10px */
  padding-right: 5px;
  display: inline-block;
}
.sidebar .sidebar-block.block-brand a:first-child,
.sidebar .block.block-brand a:first-child {
  margin-top: 0;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 20px;
}
.sidebar .sidebar-block.block-brand a:first-child:before,
.sidebar .block.block-brand a:first-child:before {
  content: '';
  display: none;
}
.sidebar .sidebar-block.block-brand a:first-child img,
.sidebar .block.block-brand a:first-child img {
  display: inline-block;
}
.sidebar .sidebar-block .block-title,
.sidebar .block .block-title {
  margin-top: 0;
  font-weight: bold;
  color: #2385ce;
}
.sidebar .sidebar-block ul,
.sidebar .block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar .sidebar-block > ul,
.sidebar .block > ul {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .sidebar .sidebar-block,
  .sidebar .block {
    border: none;
    padding-top: 0;
  }
}
.filter-sidebar {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
@media only screen and (max-width: 1199px) {
  .filter-sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    bottom: 0;
    height: 100%;
    z-index: 201;
    background: #ffffff;
    width: 260px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
  }
}
.filter-sidebar .currently ol {
  list-style: none;
  padding-left: 0;
  font-size: 13px;
}
.filter-sidebar .currently ol li .label {
  font-size: 100%;
}
.filters-trigger {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  position: relative;
  cursor: pointer;
}
.filters-trigger:before {
  content: '\f0b0';
  font-family: "FontAwesome";
  position: absolute;
  left: 17px;
}
.filters-overlay {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
body.open-filter-sidebar {
  overflow: hidden;
}
body.open-filter-sidebar .filter-sidebar {
  left: 0;
}
body.open-filter-sidebar .filters-overlay {
  display: block;
}
.page-footer {
  background: #2385ce;
  color: #ffffff;
  margin-top:40px;
}
.page-footer a {
  color: #ffffff;
  text-decoration: none;
}
.page-footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .page-footer #newsletter-validate-detail {
    margin-top: 10px;
  }
}
.page-footer h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 20px;
  color: #ffffff;
}
.page-footer .social li {
  display: inline-block;
  margin-right: 15px;
  margin: 0;
  font-size: 1.5em;
}
.page-footer .social li:last-child {
  margin-right: 0;
}
.page-footer .social a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid transparent;
}
.page-footer .social a:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.page-footer .top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'Open Sans', sans-serif;
}
.page-footer .top-bar .contact {
  font-weight: bold;
  font-size: 1.07142em;
  /* 15px */
}
.page-footer .top-bar .contact .address {font-weight:normal;padding-top:7px;}
.page-footer .top-bar .contact .address .fa {margin-right:4px;}
.page-footer .top-bar .contact a {
  display: inline-block;
  margin-right: 15px;
}
.page-footer .top-bar .contact a:last-child {
  margin-right: 0;
}
.page-footer .top-bar strong {
  font-size: 1.2em;
  line-height: 1.2;
}
.page-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.75;
}
.page-footer .top-bar,
.page-footer .middle-bar {
  padding: 40px 0;
  font-size: 1.07142em;
}
.page-footer .middle-bar {position:relative;padding-bottom:100px;}
.page-footer .col-advisor {position:static;}
.page-footer .col-advisor img {height:400px;position:absolute;bottom:0;}
@media only screen and (max-width: 1199px) {
	.page-footer .col-advisor img {right:0;}
}
@media only screen and (max-width: 991px) {
	.page-footer .footer-block-3 {margin-top:30px;}
}
@media only screen and (max-width: 767px) {
  .page-footer .middle-bar ul {
    margin-bottom: 35px;
  }
  .page-footer .col-advisor img {position:static;height:275px;}
  .page-footer .middle-bar {padding-bottom:0;}
  .page-footer .top-bar .contact-button .btn {margin-top:25px;}
  .page-footer .top-bar .contact a {line-height:34px;}
}
.page-footer .carriers ul,
.page-footer .payment-methods ul,
.page-footer .carriers,
.page-footer .payment-methods {
  display: inline-block;
}
.page-footer .carriers-payment-methods {
  margin: 10px 0;
}
.page-footer .carriers-payment-methods .cpm-label {
  margin-right: 10px;
}
.page-footer .carriers {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .page-footer .carriers {
    margin-right: 5px;
  }
}
.page-footer .bottom-bar {
  font-size: 0.92857em;
  /* 13px */
  background: #ffffff;
  color: #808080;
  padding: 20px 0;
}
.page-footer .bottom-bar a {
  color: #808080;
  text-decoration: underline;
}
.page-footer .bottom-bar a:hover {
  color: #2385ce;
}
.page-footer .bottom-bar ul li {
  display: inline-block;
  margin-right: 15px;
}
.page-footer .bottom-bar ul li:last-child {
  margin-right: 0;
}
.page-footer .bottom-bar ul li a {
  color: #808080;
  text-decoration: none;
}
.page-footer .bottom-bar ul li a:hover {
  text-decoration: underline;
  color: #808080;
}
@media only screen and (max-width: 767px) {
  .page-footer .bottom-bar ul li {
    margin-right: 5px;
  }
}
.page-footer .footer-bottom-links {
  text-align: right;
  line-height: 1.8;
}
@media only screen and (max-width: 991px) {
  .page-footer .footer-bottom-links .left {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer-bottom-links .left {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer-bottom-links {
    text-align: center;
  }
}
.page-footer .btn-primary {
  background-color: #2385ce;
  border: 1px solid #2385ce;
  color: #ffffff;
}
.page-footer .btn-primary:hover,
.page-footer .btn-primary:focus,
.page-footer .btn-primary:active {
  opacity: 0.85;
}
.page-footer .button-on-input input {
  padding-right: 145px;
}
@media only screen and (max-width: 767px) {
  .page-footer {
    text-align: center;
  }
}
input,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
input:focus,
.form-control:focus:focus {
  border-color: #e0e0e0;
}
.input-group .btn {
  height: 40px;
}
.toolbar {
  border-top: 1px solid #e0e0e0;
  padding-top: 5px;
  margin-top: 5px;
}
.toolbar select.form-control {
  background: #f5f5f5;
}
.toolbar .sort-options-control {
  width: 200px;
  display: inline-block;
  margin-left: 15px;
}
.toolbar .pager {
  margin: 0;
}
.toolbar .pager .show-control {
  width: 80px;
  display: inline-block;
  margin-left: 15px;
}
.toolbar .sort-control {
  background: #f5f5f5;
  width: 40px;
  display: inline-block;
  float: right;
  margin-left: 3px;
}
.toolbar .sort-control .fa {
  margin-top: 5px;
}
.toolbar .amount {
  margin: 0;
  line-height: 40px;
}
.toolbar .row-top {
  display: block;
}
.toolbar .row-bottom {
  display: none;
}
.toolbar-bottom {
  margin-top: 50px;
}
.toolbar-bottom .toolbar {
  border: none;
  padding: 0;
  margin: 0;
}
.toolbar-bottom .toolbar .row-top {
  display: none;
}
.toolbar-bottom .toolbar .row-bottom {
  display: block;
}
.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  text-transform: uppercase;
  padding: 15px 20px;
  text-decoration: none !important;
  letter-spacing: 1.3px;
}
.btn-primary {
  background-color: #2385ce;
  color: #ffffff;
  border-color: #2385ce;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary[disabled] {
  background: #2385ce;
  border-color: #2385ce;
}
.btn-primary-inverse {
  color: #2385ce;
  background: transparent;
  border-color: #2385ce;
}
.btn-primary-inverse:hover,
.btn-primary-inverse:focus,
.btn-primary-inverse[disabled] {
  color: #2385ce;
  border-color: #2385ce;
}
.btn-secondary {
  color: #fff;
  background: #2385ce;
  border-color: #2385ce;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary[disabled] {
  background: #2385ce;
  border-color: #2385ce;
  color: #fff;
}
.btn-gray {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray[disabled] {
  background-color: #2385ce;
  color: #ffffff;
  border-color: #2385ce;
}
.btn-orange {
  background-color: #f48d00;
  color: #ffffff;
  border-color: #f48d00;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange[disabled] {
  background: #f8a067;
  border-color: #f8a067;
  color: #ffffff;
}
.btn-search {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #ffffff;
  padding: 0 14px;
}
.btn-search:hover,
.btn-search:focus,
.btn-search[disabled] {
  background-color: #2385ce;
  color: #ffffff;
  border-color: #2385ce;
}
.btn-search:before {
  content: '\f002';
  font-family: "FontAwesome";
  font-size: 18px;
}
.btn-cart {
  height: auto;
  margin-top: 15px;
}
.btn-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #e0e0e0;
}
.button-on-input {
  position: relative;
}
.button-on-input .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-group .pre-filled {
  padding-top: 7px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .form-group .pre-filled {
    padding-top: 11px;
  }
}
.control-label {
  font-weight: normal;
}
/*label.required:after {
  content: ' *';
  color: red;
}*/
label.required em {
  display: none;
}
/** newsletter **/
.form-subscribe-header label {
  font-weight: normal;
}
.messages {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 20px;
  line-height: 2;
}
.messages > li {
  padding: 10px 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid;
  margin-bottom: 8px;
}
.messages ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.messages .error-msg {
  border-color: #ec8181;
  background: #fdf4f4;
  color: #e23e3e;
}
.messages .success-msg {
  border-color: #51d274;
  background: #f3fcf5;
  color: #2caa4e;
}
ul.form-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.form-list li {
  margin-bottom: 15px;
}
ul.form-list li.fields {
  margin-bottom: 0;
}
ul.form-list li.fields .field {
  margin-bottom: 15px;
}
.pager .pages > strong {
  display: none;
}
.pager .pages ol {
  padding-left: 0;
  margin-bottom: 0;
}
.pager .pages ol li {
  display: inline-block;
  line-height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  min-width: 40px;
}
.pager .pages ol li.current {
  height: 40px;
  min-width: 40px;
  background: #2385ce;
  color: #ffffff;
  border-color: #2385ce;
}
.pager .pages ol li:hover a {
  border-color: #2385ce;
  color: #2385ce;
  background: #ffffff;
}
.pager .pages ol li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #6d6d6d;
}
.cart-icon {
  font-size: 1.07142em;
  /* 15px */
}
.cart-icon:before {
  content: '\f07a';
  font-family: "FontAwesome";
  padding-right: 10px;
  font-size: 1.14285em;
  /* 16px */
}
.cart-table {
  width: 100%;
  margin-bottom: 20px;
}
.cart-table tr.odd {
  background: none;
}
.cart-table tr th,
.cart-table tr td {
  padding: 0;
}
.cart-table .product-name {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.cart-table > thead > tr,
.cart-table > tbody > tr {
  border-bottom: 1px solid #e0e0e0;
}
.cart-table > thead > tr > th {
  padding: 10px 0;
}
.cart-table > tbody > tr > td {
  vertical-align: top;
  padding: 25px 0;
}
.cart-table .delete-link {
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.cart-table .delete-link:hover {
  text-decoration: underline;
}
.cart-table .item-options {
  margin-bottom: 0;
  margin-top: 5px;
}
.cart-table .item-options dt {
  display: inline;
}
.cart-table .item-options dt:after {
  content: ': ';
}
.cart-table .item-options dd {
  display: inline;
}
th.price,
td.price,
.a-right {
  text-align: right;
}
.totals-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.totals-table {
  width: 100%;
  font-size: 1.14285em;
  /* 16px */
  margin-bottom: 20px;
}
.totals-table td {
  padding: 3px 0;
}
.totals-table tfoot {
  font-weight: bold;
}
.qty-input-holder .btn {
  padding: 6px 10px;
  font-size: 12px;
  margin-top: 2px;
}
.single-product .product-info img,
.catalog-product-view .product-info img {
  display: inline-block;
}
.single-product .product-info .price-box .old-price,
.catalog-product-view .product-info .price-box .old-price {
  font-size: 14px;
  margin-right: 15px;
}
.single-product .product-info .price-box .old-price:before,
.catalog-product-view .product-info .price-box .old-price:before {
  bottom: 9px;
}
.single-product .product-info .price-box .price,
.catalog-product-view .product-info .price-box .price {
  color: #2385ce;
  font-weight: bold;
}
.single-product .add-to-cart-box,
.catalog-product-view .add-to-cart-box {-moz-border-radius: 2px;-webkit-border-radius: 2px; border-radius: 2px;border: 1px solid #e0e0e0; padding: 20px; margin: 20px 0;}
.catalog-product-view .add-to-cart-box .paypal-logo {display:none;}

@media only screen and (max-width: 767px) {
  .single-product .add-to-cart-box label,
  .catalog-product-view .add-to-cart-box label {
    margin-top: 10px;
  }
  .product-view > .sidebar {margin-bottom:30px;}
}
.single-product .add-to-cart-box input,
.catalog-product-view .add-to-cart-box input {
  font-size: 24px;
  font-weight: bold;
  width: 60px;
  text-align: center;
  border: none;
}
.single-product .add-to-cart-box .qty-modifier,
.catalog-product-view .add-to-cart-box .qty-modifier {
  background: #f5f5f5;
  display: inline-block;
  padding: 6px 16px;
  cursor: pointer;
}
.single-product .add-to-cart-box .qty-modifier:before,
.catalog-product-view .add-to-cart-box .qty-modifier:before {
  font-family: "FontAwesome";
  opacity: .5;
}
.single-product .add-to-cart-box .qty-modifier.add:before,
.catalog-product-view .add-to-cart-box .qty-modifier.add:before {
  content: '\f067';
}
.single-product .add-to-cart-box .qty-modifier.remove:before,
.catalog-product-view .add-to-cart-box .qty-modifier.remove:before {
  content: '\f068';
}
.single-product .add-to-cart-box .qty-modifier:hover:before,
.catalog-product-view .add-to-cart-box .qty-modifier:hover:before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .single-product .page-title,
  .catalog-product-view .page-title,
  .single-product .product-info .price-box,
  .catalog-product-view .product-info .price-box,
  .single-product .product-image,
  .catalog-product-view .product-image {
    text-align: center;
  }
  .single-product .page-title,
  .catalog-product-view .page-title {
    font-size: 1.57142em;
    /* 22px */
  }
  .product-view .page-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .page-title {
    margin-bottom: 15px;
  }
}
.catalog-product-view .price-box {
  margin-bottom: 15px;
}
.catalog-product-view .short-description h2 {
  display: none;
}
.catalog-product-view .product-image-mobile {
  margin-bottom: 20px;
  padding: 0 20px;
}
.products {
  margin-top: 20px;
}
.products .price-box {
  font-size: 14px;
}
.products .price-box .price-excluding-tax,
.products .price-box .price-including-tax {
  display: block;
}
.products .product {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  position: relative;
  background: #ffffff;
  margin-top: 25px;
}
.products .product:hover {
  border-color: #2385ce;
}
.products .product:hover .action {
  border-color: #2385ce;
  display: block;
}
.products .product .action {
  display: none;
  position: absolute;
  z-index: 3;
  left: -1px;
  right: -1px;
  top: 100%;
  background: #ffffff;
  padding: 0 10px 10px 10px;
  border: 1px solid #e0e0e0;
  border-top: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.products .product .action .btn {font-size:11px;letter-spacing:1px;}
.products .product .product-image {
  position: relative;
  text-align: center;
  display: block;
}
.products .product .product-image .product-label {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  background-color: #2385ce;
  color: #ffffff;
  font-weight: bold;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.92857em;
  /* 13px */
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  text-align: center;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
}
.products .product .product-image .product-label.pack2 {
  background-image: url('/skin/frontend/wdt/default/images/icons/2-pack.jpg');
  background-size: 32px 22px;
  background-position: center top 12px;
  padding-top: 38px;
}
.products .product .product-image img {
  display: inline-block;
}
.products .product .product-title,
.products .product .product-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.14285em;
  /* 16px */
  margin-bottom: 10px;
}
.products .product .product-title a,
.products .product .product-name a {
  display: block;
  min-height:70px;
}
.products .product .product-brand {
  font-weight: normal;
  color: #595959;
  margin-top: 0;
}
.products .product .price {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2857em;
  color: #2385ce;
  font-weight: bold;
}
.products .product .old-price .price {
  font-size: 0.92857em;
  /* 13px */
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  .products .product {
    padding: 10px;
    margin-top: 10px;
  }
}
.products .products-list {
  padding-left: 0;
  list-style: none;
}
.products .products-list .product {
  margin-top: 15px;
}
.products .products-list .product .product-name {
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 0;
}
.products .products-list .product .desc p {
  line-height: 22px;
  margin-bottom: 10px;
}
.products .products-list .product .desc a {
  color: #2385ce;
}
.price-box .label {
  color: #2385ce;
  padding-left: 0;
  font-size: 100%;
}
.price-box p {
  display: inline;
}
.price-box .price-label {
  display: none;
}
.old-price {
  position: relative;
  margin-right: 10px;
}
.old-price:before {
  content: '';
  border-top: 1px solid red;
  display: block;
  width: 120%;
  position: absolute;
  bottom: 6px;
  left: -5%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}
.old-price .price {
  font-size: 0.92857em;
  /* 13px */
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.brand-header {
  border: 1px solid #e0e0e0;
  font-family: 'Open Sans', sans-serif;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
}
.brand-header img {
  display: inline-block;
}
.brand-header .header-image img {
  float: right;
}
.brand-header .brand-title {
  margin-top: 0;
  font-weight: 600;
}
.brand-header .brand-content {
  text-align: center;
  padding: 30px 15px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .brand-header .brand-content {
    padding-right: 30px;
  }
}
.brand-header .cms-text {
  font-size: 1.07142em;
  /* 15px */
}
.more-views ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.more-views ul li {
  display: inline-block;
  margin-right: 3px;
}
.more-views ul li:last-child {
  margin-right: 0;
}
.availability {font-size:16px;margin-top:10px;}
.availability span {font-weight:bold;color:red;}
.availability.in-stock span {color:#289c00;float:left;}
.availability.in-stock span:first-child {margin-right:10px;}
.availability.in-stock span:last-child {color:#404040;}
.availability.in-stock:after {content:'';display:block;clear:both;}

.availability.out-of-stock {color:red;font-weight:bold;}

.product-image img {
  margin: 0 auto;
}
.payment-methods select.input-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #e0e0e0;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
}
#upsell-product-table .product .price-box {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.box {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.box .box-title h1,
.box .box-title h2,
.box .box-title h3,
.box .box-title h4,
.box .box-title h5,
.box .box-title h6 {
  margin-top: 0;
}
#my-orders-table .product-name {
  margin: 0;
  font-size: 14px;
}
.title-buttons {
  margin-bottom: 25px;
}
.title-buttons a,
.title-buttons button {
  margin-top: 10px;
}
/** modules **/
/** temporary onestepcheckout validation hide */
body.onestepcheckout-index-index .container.col1-layout > .row > .col-xs-12 > div {
  display: none;
}
/**/
body.onestepcheckout-index-index {
  /* 
    div.checkoutcontainer div.input-address-short, div.checkoutcontainer div.input-firstname, div.checkoutcontainer div.input-lastname, div.checkoutcontainer div.input-email, div.checkoutcontainer div.input-telephone, div.checkoutcontainer div.input-company, div.checkoutcontainer div.input-fax, div.checkoutcontainer div.input-password {width:100%;}
    div.checkoutcontainer div.input-postcode{width:40%;}
    div.checkoutcontainer div.input-address-short .input-text, div.checkoutcontainer div.input-firstname .input-text, div.checkoutcontainer div.input-lastname .input-text, div.checkoutcontainer div.input-email .input-text, div.checkoutcontainer div.input-telephone .input-text, div.checkoutcontainer div.input-company .input-text, div.checkoutcontainer div.input-fax .input-text, div.checkoutcontainer div.input-password .input-text, div.checkoutcontainer div.input-address .input-text, div.checkoutcontainer div.input-city .input-text, div.checkoutcontainer div.input-postcode .input-text, div.checkoutcontainer div.input-region select {width:100% !important;}
    */
}
body.onestepcheckout-index-index .validation-advice {
  color: red;
}
body.onestepcheckout-index-index #billing_address_list,
body.onestepcheckout-index-index #shipping_address_list {
  margin-left: -15px;
  margin-right: -15px;
}
body.onestepcheckout-index-index #billing_address_list .form-control,
body.onestepcheckout-index-index #shipping_address_list .form-control {
  width: 100% !important;
}
body.onestepcheckout-index-index .checkoutcontainer li.shipping-address-title {
  text-transform: none;
}
body.onestepcheckout-index-index #onestepcheckout-form .group-select,
body.onestepcheckout-index-index .group-select li {
  padding: 0 !important;
}
body.onestepcheckout-index-index .onestepcheckout-threecolumns #billing_address ul,
body.onestepcheckout-index-index .onestepcheckout-threecolumns #shipping_address ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
body.onestepcheckout-index-index h1.onestepcheckout-title {
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.28571em;
}
body.onestepcheckout-index-index h1.onestepcheckout-title h1,
body.onestepcheckout-index-index h1.onestepcheckout-title h2,
body.onestepcheckout-index-index h1.onestepcheckout-title h3,
body.onestepcheckout-index-index h1.onestepcheckout-title h4,
body.onestepcheckout-index-index h1.onestepcheckout-title h5,
body.onestepcheckout-index-index h1.onestepcheckout-title h6 {
  font-size: 1em;
  margin-top: 0;
}
body.onestepcheckout-index-index div.checkoutcontainer {
  border: none;
}
body.onestepcheckout-index-index .onestepcheckout-col {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  body.onestepcheckout-index-index .onestepcheckout-col {
    margin-bottom: 15px;
  }
}
body.onestepcheckout-index-index .onestepcheckout-address-line {
  margin-bottom: 0;
}
body.onestepcheckout-index-index div.checkoutcontainer div.input-country select {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #e0e0e0;
  background: #f5f5f5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
}
body.onestepcheckout-index-index p.onestepcheckout-numbers {
  background: none;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 20px;
  padding-top: 1px;
  line-height: 32px;
  padding-left: 42px;
  height: auto;
}
body.onestepcheckout-index-index p.onestepcheckout-numbers:before {
  content: "";
  background-color: #2385ce;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
}
body.onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-1:before {
  content: "1";
}
body.onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-2:before {
  content: "2";
}
body.onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-3:before {
  content: "3";
}
body.onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-4:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
}
body.onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-4:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
}
body.onestepcheckout-index-index .onestepcheckout-summary th {
  border-top: none;
}
body.onestepcheckout-index-index .onestepcheckout-totals td {
  border: none;
}
body.onestepcheckout-index-index table.onestepcheckout-totals td.title {
  text-align: left;
}
body.onestepcheckout-index-index div.checkoutcontainer div.input-different-shipping {
  margin-top: 0;
}
body.onestepcheckout-index-index .checkbox {
  margin: 0;
}
body.onestepcheckout-index-index .payment-method ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.agree{
  position: relative;
}
.agreebox {
  position: absolute;
  top: 5px;
  left: 5px;
}
.agreelabel {
  padding-left: 25px;
}
.is-blog .post-list > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.is-blog .post-list > ul li {
  margin-top: 35px;
}
.is-blog .post-list > ul li .post-list-item {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: visible;
}
.is-blog .post-list > ul li .post-list-item .post-entry {
  padding: 35px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  font-size: 100%;
  margin-bottom: 0;
}
.is-blog .post-list > ul li .post-list-item .post-entry h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .is-blog .post-list > ul li .post-list-item .post-entry h2 {
    padding-right: 40px;
  }
}
.is-blog .post-list > ul li .post-list-item .post-entry .featured-image {
  border: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .is-blog .post-list > ul li .post-list-item .post-entry .featured-image {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .is-blog .post-list > ul li .post-list-item .post-entry .featured-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-height: 75px;
    position: absolute;
    top: -37px;
    right: -37px;
    border: 2px solid #fff;
  }
}
.is-blog .post-list > ul li .post-list-item .post-entry p img {
  display: none;
}
.is-blog .post-list > ul li .post-list-item .post-entry .read-more {
  text-decoration: none;
  color: #2385ce;
  font-weight: 500;
}
.is-blog .post-list > ul li .post-list-item .post-entry .read-more:hover:after {
  padding-left: 0;
}
.is-blog .post-list > ul li .post-list-item .post-entry .read-more:after {
  content: '\f105';
  font-family: "FontAwesome";
  padding-left: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.is-blog .post-list > ul li .post-list-item .post-entry .read-more .meta-nav {
  display: none;
}
.is-blog .post-list > ul li .post-list-item .post-entry.post-entry-with-image {
  overflow: visible;
}
.is-blog .post-list > ul li .post-list-item .post-meta {
  background: #2385ce;
  color: #fff;
  margin: 0;
  padding: 10px 12px;
  font-size: 12px;
  font-style: normal;
}
.is-blog .post-list > ul li .post-list-item .post-meta a {
  color: #fff;
}
.is-blog .post-list > ul li .post-list-item .post-meta a:hover {
  text-decoration: none;
}
.is-blog .post-list > ul li .post-list-item .post-meta .categories {
  float: right;
}
@media only screen and (max-width: 767px) {
  .is-blog .post-list > ul li .post-list-item .post-meta .categories {
    float: none;
  }
}
.is-blog .post-list > ul li .post-list-item .post-meta .tags,
.is-blog .post-list > ul li .post-list-item .post-meta .author {
  margin-left: 15px;
}
.is-blog .post-view .post-entry {
  font-size: 100%;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.is-blog img[class*="align"],
.is-blog img[class*="wp-image-"],
.is-blog .gallery .gallery-icon img {
  border: none;
  padding: 0;
}
.latest-post-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.latest-post-list .item > a {
  display: block;
}
.font-xxs {
  font-size: 0.71428em;
  /* 10px */
}
.font-xs {
  font-size: 0.85714em;
  /* 12px */
}
.font-small {
  font-size: 0.92857em;
  /* 13px */
}
.font-default {
  font-size: 14px;
}
.font-large {
  font-size: 1.07142em;
  /* 15px */
}
.font-larger {
  font-size: 1.14285em;
  /* 16px */
}
.font-xl {
  font-size: 1.57142em;
  /* 22px */
}
.fontAwesome {
  font-family: "FontAwesome";
}
.shadow {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(7, 8, 8, 0.1);
  -moz-box-shadow: 3px 3px 5px 0px rgba(7, 8, 8, 0.1);
  box-shadow: 3px 3px 5px 0px rgba(7, 8, 8, 0.1);
}
.top-usp {text-align:center;padding-top:15px;padding-bottom:5px;background:#fafafa;}
.top-usp li {display:inline-block;}
.top-usp li:not(:last-child) {margin-right:20px;}
.usp {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.usp li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.usp li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  font-size:11px;
  top: 2px;
  color: #23ce56;
}
.important {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #2385ce;
}
.border-radius {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.border-radius-input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
button,
li {
  outline: none;
}
.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.list-reset {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.defaultborder {
  border: 1px solid #e0e0e0;
}
.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.inline-item {
  display: inline-block;
  margin-right: 15px;
}
.inline-item:last-child {
  margin-right: 0;
}
.label {
  color: #404040;
  font-size: 100%;
}
.animate {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fix {
  position: fixed;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
body {
  background: #ffffff;
  color: #404040;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  min-width:320px;
}
body.sticky-header {
  margin-top: 83px;
}
a {
  color: #22a1dd;
  text-decoration: none;
}
a:hover {
  color: #22a1dd;
  text-decoration: underline;
}
h1 a,
h2 a,
h3 a {
  color: #1a1a1a;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #2385ce;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  color: #1a1a1a;
  font-weight: bold;
}
.page-title {
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
  font-weight: bold;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  font-size: 1em;
  margin-top: 0;
}
h1, .page-title {margin-top:0;}

h1,
.page-title,
.catalog-product-view .price-box {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.28571em;
}
.catalog-product-view h2 {font-size:18px; color:#2385ce;}

h2 {
  font-size: 1.57142em;
  /* 22px */
}
h3 {
  font-size: 1.2em;
}
p {
  line-height: 25px;
  margin-bottom: 15px;
}
.first-section {
  border-top: none !important;
}
/** Page **/
.main-container {
  padding-top: 25px;
  padding-bottom: 50px;
}
.page-section {
  border-top: 1px solid #e0e0e0;
  padding: 40px 0;
  margin-top: 20px;
}
.banner,
.banner-sm {
	display:block;
  margin-bottom: 30px;
}
.vert-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vert-hor-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.page-carousel {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-carousel ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 0 25px;
}
.page-carousel ul li {
  display: inline-block;
  height: 100px;
  position: relative;
}
.page-carousel ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.latest-news .news-item {
  margin-top: 10px;
}
.latest-news .news-item .post-title {
  font-size: 1.28571em;
  margin-top: 0;
}
.product-collateral {border-top:1px solid #e0e0e0;margin-top:50px;padding-top:25px;}
.note {
  background: #f5f5f5;
  margin-bottom:0;
  padding: 20px;
}
.note .message {
  display: block;
  position: relative;
}
.note .message.icon {
  padding-left: 50px;
}
.note .message.icon:before {
  font-family: "FontAwesome";
  color: #2385ce;
  position: absolute;
  left: 5px;
  font-size: 1.57142em;
  /* 22px */
}
.product-info .note {
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
	.product-info .note {
		line-height: 1em;
		
	}
}

.note .message.icon.clock:before {
  content: '\f017';
}
.note .message.icon.rocket:before {
  content: '\f135';
}
.note .btn {
  padding: 10px 25px;
  margin-top: 10px;
}
.brands-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin: -3px;
}
.brands-list li {
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #e0e0e0;
  height: 120px;
  width: 120px;
  margin: 3px;
}
.brands-list li:last-child {
  margin-right: 0;
}
.brands-list li a {
  display: block;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  position: relative;
}
.brands-list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: inline;
  padding: 5px;
}
.brands-list li a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .brands-list {
    text-align: center;
  }
}
.delete-link {
  color: #808080;
}
.delete-link:before {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  padding-right: 5px;
}
.content-block {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  padding: 25px 20px;
  background: #ffffff;
  margin-bottom: 20px;
}
.content-block .block-title {
  margin-top: 0;
}
.content-block .forgot-link,
.content-block .back-link {
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
  color: #808080;
  font-size: 0.92857em;
  /* 13px */
  position: relative;
  padding-left: 12px;
}
.content-block .forgot-link:before,
.content-block .back-link:before {
  content: '\f053';
  font-family: "FontAwesome";
  font-size: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.content-block .forgot-link:hover,
.content-block .back-link:hover {
  text-decoration: underline;
  color: #2385ce;
}
@media only screen and (max-width: 767px) {
  .content-block .block-title:nth-child(1) {
    margin-top: 15px;
  }
}
.account-login .page-title,
.forgot-password .page-title,
.account-create .page-title {
  margin-bottom: 40px;
}
.tel:before {
  content: '\f095';
  font-family: "FontAwesome";
  padding-right: 8px;
  display: inline-block;
}
.mail:before {
  content: '\f0e0';
  font-family: "FontAwesome";
  padding-right: 8px;
  display: inline-block;
}

.home-blocks {border-bottom:1px solid #e0e0e0;margin-bottom:50px}
.cms-index-index .std h1{margin-top:0;font-size:20px;}

.category-description h2,
.seo-tekst h2,
.std h2{color:#2385ce;}

@media only screen and (min-width: 992px) {
  .homepage-popular .reduce-xs-wrapper article {width:20%;}
}


@media only screen and (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .right-sidebar {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /*.reduce-xs-wrapper .reduce-pd-xs:nth-child(odd) {padding-right:5px;}
    .reduce-xs-wrapper .reduce-pd-xs:nth-child(even) {padding-left:5px;}*/
  .reduce-xs-wrapper .reduce-pd-xs.odd {
    padding-right: 5px;
  }
  .reduce-xs-wrapper .reduce-pd-xs.even {
    padding-left: 5px;
  }
}

.show-hidden-text { display: block !important; }

.cat_title { padding-bottom: 1em; border-bottom: 1px solid #2385ce; cursor: pointer; }
.cat_title span { float: right; }

/** Product reviews **/
.rating-box {
  position: relative;
  display: inline-block;
  color: #dddbd5;
  vertical-align: bottom;
  margin-right: 5px;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 5px;
  width: 132px;
}
.rating-box:before {
  content: '\f005\f005\f005\f005\f005';
  font-family: "FontAwesome";
  display: block;
}
.rating-box .rating {
  color: #ffc723;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.rating-box .rating:before {
  content: '\f005\f005\f005\f005\f005';
  font-family: "FontAwesome";
  display: block;
}
#review-form .rating-stars {
  color: #ffc723;
  font-size: 24px;
}
#review-form .rating-stars span:before {
  content: '\f005';
  font-family: "FontAwesome";
}
#review-form .rating-stars span.star-off-png:before {
  color: #dddbd5;
}
.box-reviews .review {
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 20px 25px 25px;
  border-radius: 8px;
  font-size:15px;
}
.box-reviews .review .author {
  color: #1589c9;
  margin-top: 15px;
  margin-bottom: 15px;
}
#product-options-wrapper p.required {display: none;}

.thumb-attribuut { font-size: 12px; min-height: 50px; }



#search_mini_form_mobile {margin:0 -15px;}


#am-block-related {
  text-align: left;
}
#am-block-related .btn-cart {
  position: relative;
  font-size: 20px;
  box-shadow: none;
  padding: 9px 14px;
}
#am-block-related .btn-cart:after {
  content: '\f278';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #am-block-related .btn-cart:after {
    font-size: 12px;
    right: 7px;
    top: 6px;
  }
  .catalog-product-view .more-views {max-width:530px;margin-left:auto;margin-right:auto;}
}
#messageBox {
  padding: 20px;
}
#confirmBox {
  background-image: none;
  border: none;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
#confirmBox .row,
#confirmBox .col-sm-4 {
  box-sizing: border-box !important;
}
#confirmBox h1 {
  font-weight: 800;
}
#confirmBox h1,
#confirmBox p {
  background-image: none;
  color: #191919;
  font-family: 'Open Sans', sans-serif;
}
#confirmBox div.price-box {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
  color:#2385ce;
  font-size:16px;
}
#confirmBox div.price-box p {color:#2385ce;}
#confirmBox div.price-box .special-price {
  margin-right: 10px;
}
#confirmBox div.price-box .special-price,
#confirmBox div.price-box .regular-price {
  font-weight:bold;
}
#confirmBox .product-name {
  font-size: 12px;
  padding: 0;
  margin-top: 10px;
}
#confirmBox .product-name a {
  color: #191919;
  min-height: 47px;
  display: inline-block;
}
#confirmBox #confirmButtons button {
  background-image: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 7px 0;
  letter-spacing: 0.02em;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#confirmBox #confirmButtons .am-btn-right {
  width: 200px;
}
#confirmBox #confirmButtons .am-btn-right span {
  color: #191919;
}

.catalog-product-view .product-image-zoom .product-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.more-views {padding:0 30px;margin:30px 0;}
.more-views .slick-arrow {
  border:1px solid #e0e0e0;
  font-size: 18px;
  background: none;
  width: 30px;
  line-height:28px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:10;
}
.slick-slide {outline:0!important;}
.slick-arrow.slick-prev {left:0;}
.slick-arrow.slick-next {right:0;}
.more-views .slick-slide {margin:0 10px;}
.more-views .slick-slide.slick-current img {border-color:#2385ce;}
.more-views .slick-slide img {margin:0 auto;cursor:pointer;border:1px solid #e0e0e0;}
.more-views .slick-slide.video-slide {
  position: relative;
  overflow: hidden;
}
.more-views .slick-slide.video-slide.slick-current .overlay {
  border-color: #2385ce;
}
.more-views .slick-slide.video-slide .overlay {
  cursor:pointer;
  position: absolute;
  left: 0;
  top: 1px;
  right: 0;
  bottom: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(35, 133, 206, 0.5);
  z-index: 1;
  color: #fff;
  border: 1px solid #e9e9e9;
  border-top: 0;
  border-bottom: 0;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.more-views .slick-slide.video-slide .overlay i {
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 28px;
  width: 30px;
  text-align: center;
  font-size:14px;
}
.more-views .slick-slide.video-slide .video-thumbnail {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: auto;
}

.top-nav ul > li:first-of-type > a {font-weight:bold;text-decoration:none;color:#000;}
.top-nav ul > li:first-of-type > a:hover {color:#2385ce;}
.top-nav .tel::before {padding-right:5px;}
.top-nav .title {margin-right:10px;}
.top-nav .seperator {margin:0 3px;}

.catalog-category-view .subcategories .grid-row > div:not(:last-of-type) {box-shadow: inset -1px 0 0 #e9e9e9;}
.catalog-category-view .subcategory-block {display:block;text-align:center;text-decoration:none;padding:25px 0;}
.catalog-category-view .subcategory-block:hover .title {color:#2385ce;}
.catalog-category-view .subcategory-block .title {font-size:18px;margin-bottom:20px;}

.sidebar-block {background: #fafafa;padding: 15px;}

.options-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.options-list > li {
  position: relative;
}

.options-list input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.options-list .label {
  padding: 0;
}

.options-list label {
  padding: 6px 0 6px 25px;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
}

.options-list .price-notice::before {
  content: '(';
}

.options-list .price-notice::after {
  content: ')';
}

@media only screen and (max-width: 767px) {
  .catalog-category-view .subcategories .grid-row > div {margin-bottom:25px;}
  .catalog-category-view .subcategories .grid-row > div:nth-of-type(even) {box-shadow: none;}
}

@media only screen and (max-width: 767px) {
  .modal-content {
    height: calc(100vh - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .modal-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.sidebar-block .usp {
  font-size: 0.92857em;
  /* 13px */
}
