* {
    margin: 0px;
    /*padding: 0px;*/
}

body {
  min-width: 1140px;

    background: #f4f4f4;
	color: #333;
	font-family: "Open Sans", sans-serif, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
    line-height: 24px;
}

body, td, th, input, textarea, select, a {
	font-size: 13px;
}

.clear {
  clear: both;
}

.mb-20 {
	margin-bottom: 20px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
    line-height: 24px;
}

a, a:visited, a b {
	color: #2ba8de;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#nieuwsbrief-popup h3 {
  color:#2ba8de!important;

}



form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type='text'], input[type='email'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	margin-right: 0px;

}

input[name='filter_name'] {
  padding: 0 4px;
  margin: 0;
  line-height: 35px;

}

select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

label {
	cursor: pointer;
    padding:0 0 0 6px
}

/* LAYOUT */

#wrapper {
	width: 1140px;
    padding: 0px 0px 20px 0px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    /*background: url(../images/wrapper-background.png);

    -webkit-box-shadow: 0px 0px 10px 0px #909090;
       -moz-box-shadow: 0px 0px 10px 0px #909090;
            box-shadow: 0px 0px 10px 0px #909090; */
}

/* COLUMNS */

#column-left {
	float: left;
	width: 220px;
	padding-left: 20px;
}
#column-right {
	float: right;
	width: 220px;
}

#content {
	min-height: 400px;
	margin-left: 60px;
	margin-bottom: 30px;
	float: left;
	width: 820px;
	padding-right: 20px;
}



.home-banners {
    width: 100%;
    margin-bottom: 0px;
}

.home-banners img {
    display: block;
}

.home-banners .col1,
.home-banners .col2 {
    float: left;
    margin-right: 20px;

    -webkit-box-shadow: 0px 0px 3px 0px #999 !important;
       -moz-box-shadow: 0px 0px 3px 0px #999 !important;
            box-shadow: 0px 0px 3px 0px #999 !important;
}

.home-banners .col3 {
    float: left;

    -webkit-box-shadow: 0px 0px 3px 0px #999;
       -moz-box-shadow: 0px 0px 3px 0px #999;
            box-shadow: 0px 0px 3px 0px #999;
}

.staticPage {
/*    width: 810px;*/
    padding: 20px;
    background: #fff;
}

.staticPage h2 {
    margin-bottom: 10px;
    color: #666;
    font-size: 15px;
}

.staticPage h3 {
    font-size: 14px;
    color: #2ba8de !important;
}

.staticPage table.form {
    margin-bottom: 0px;
}

.staticPage ul,
.staticPage ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.accountOverview ul {    
    padding: 0px;
    margin-bottom: 0px;
}

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

.checkout-content fieldset {
  line-height: 40px;
}

.checkout-content fieldset label {
  display: inline-block;
  width: 180px;
}

.checkoutCart, .checkoutPage {
    width: 810px;
}

.contactPage .content {
    padding: 20px !important;
}

.contactPage .left {
    float: left;
    width: 360px;
}

.contactPage .right {
    float: right;
    width: 320px;
}

.home-actie .code-wrapper {
    background: url(../images/actiepagina.png) 310px 6px no-repeat #fff;
    height: 250px;
    width: 938px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.home-actie .code-input {
    top: 80px !important;
    left: 370px !important;
}

.home-actie .intro {
    width: 335px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #555;
}

.home-actie .intro h5 {
    color: #2ba8de;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;

}

.home-actie .intro p,
.home-actie .intro a {
    line-height: 16px;
    font-size: 11px;
    margin-bottom: 10px;
}

.home-actie .intro strong {
    color: #333;
}

.actiePage .code-wrapper {
    background: url(../images/actiepagina.png) 50px 0px no-repeat #fff;
    height: 258px;
    width: 660px;
    position: relative;
    margin-bottom: 20px;
}

.code-input {
    position: absolute;
    width: 236px;
    height: 158px;
    top: 80px;
    left: 0px;
    background: url(../images/code-input.png) 0px 0px no-repeat;
}

.code-input .label {
    position: absolute;
    top: 40px;
    left: 25px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.code-input input {
    height: 30px;
    width: 85px !important;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    color: #2ba8de;
    position: absolute;
    top: 69px;
    left: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.code-input .code-button {
    display: block;
    background: url(../images/code-button.png) 0px 0px no-repeat;
    height: 40px;
    width: 40px;
    outline: none;
    text-indent: -9999px;
    top: 71px;
    left: 160px;
    position: absolute;
}

.actiePage .mailing-ontvangen label {
    width: auto;
    float: left;
}

.actiePage .mailing-ontvangen label span {
    display: block;
    float: right;
    width: 550px;
    margin-left: 20px;
    font-weight: normal;
}

.actiePage .mailing-ontvangen label span b {
    color: #2ba8de;
    text-transform: uppercase;
}

.actiePage label {
    width: 150px;
    display: block;
    float: left;
    margin-bottom: 15px;
    font-weight: bold;
}

.actiePage input[type="text"] {
    width: 320px;
    padding: 5px;
}


/* Opdrachtbon */


.opdrachtPage label {
    width: 240px;
}

.opdrachtPage input[type="text"] {
    width: 356px;
}

.opdrachtPage table {
    width: 100%;
}

.opdrachtPage table td {
    /*text-align: center;*/
}

.opdrachtPage table thead td {
    font-weight: bold;
    padding: 10px 0;
}

.opdrachtPage table tr td:first-child {
    width: 32px;
    text-align: left;
}
.opdrachtPage table td input[type="text"] {
    margin-bottom: 5px !important;
    width: 100px;
}

table.all-abutments {
    width: 95%;
    border-collapse: collapse;
    margin: 20px auto;
}

table.all-abutments thead td {
    font-weight: bold;
    color: #2ba8de;
}

table.all-abutments td {
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

table.all-abutments td strong {
    /*color: #2ba8de;*/
}

/*
.full-width {
    width: 100% !important;
    margin-left: 0px !important;
} */

/*
#column-left + #column-right + #content,
#column-left + #content {
	margin-left: 240px;
}
#column-right + #content {
	margin-right: 240px;
}*/

/* HEADER */

#header {
    height: 160px;
    width: 100%;
    background: #fff;
    padding: 10px 0px 5px 0px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

#header > * {
    max-width: 1140px;
    margin: 0 auto;
	padding: 0 20px 10px 20px;
}

#header #logo  {
    text-align: left;
    padding: 15px 0;
}

#header #logo img {
    width: 381px;
    height: auto;
    position:relative;
    left:-15px;
}

#header #logo .right-col {
  text-align: right;
}

#header .top {
    /*margin-top: 20px;*/
	padding: 0 20px 10px 20px;
    font-size: 10pt;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.left-col {
    width: 50%;
    float: left;
    z-index:999;
}

.right-col {
    width: 50%;
    float: right;
    position: relative;
    z-index: 999;
    text-align: right;
}

#header .bottom {
    height: 40px;
    width: 100%;
}

#header .bottom .left-col {
    color: #f8f6f7;
    padding-left: 48px;
    padding-top: 0px;
    font-size: 18px;
    line-height: 28px;
}

#header .bottom .left-col a {
    color: #f8f6f7;
    font-size: 18px;
    line-height: 28px;
}

#header .bottom .left-col img {
    display: block;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}

/* bor digital */
p.noprint:first-child {
  padding: 10px 20px;
}

p.noprint {
  background:#fff;

  margin-bottom: 0;
  line-height: 30px;
  padding: 10px 0px;
}

#screenshot {
  filter: hue-rotate(224deg) brightness(1.1);
}

.center {
  text-align: center;
  margin: auto;
}

#cart button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
  cursor: pointer;
  float: right;
}

#cart-desc {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  display: inline-block;
  padding: 0px 30px;
  border: 1px solid #eee;
  border-right: 0;
  margin: 0;
  font-size: 14px;

}

.one_half { width: 390px; float:left; background:#fff; padding: 20px 20px 20px; min-height: 1870px;}
.one_half_last { width: 400px; float:left; margin-right:0 !important; clear:right; background: #fff;padding: 20px 20px 20px 0; min-height: 1870px; }

.one_half_last textarea { width: 360px;}

.one_third { width: 157px; float:left; padding: 0px 40px 0px 0px; }
.one_third_last { width: 156px; float:left; margin-right:0 !important; padding: 0px 0 0px 0; }

.one_third p,
.one_third_last p {
  display: none;
}

input, select {
  padding: 8px;
}

.orderform {
  font-size: 13px;
  background:#fff;
}

.orderform input, .orderform select {
  padding: 8px;
  width: 200px;
  border: 1px solid #dadada;
  font-size: 12px;
  float: left;
  margin-bottom: 20px;
  clear: both;
}

select#onderwerp {
  width: 318px;
}

textarea {
  padding: 8px;
  width: 400px;
  border: 1px solid #dadada;
  font-size: 12px;
  font-family: arial;
}
span.wpcf7-form-control-wrap


.wpcf7-submit {
  margin-top: 20px;
}
.orderform .wpcf7-form-control-wrap{
    float:left;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  clear: both;
  margin: 0px !important;
}

div.wpcf7 img.ajax-loader {
  margin-top: 30px !important;
}

span.wpcf7-not-valid-tip {
  width: 172px !important;
  left: 20px !important;
  top: 100% !important;
  padding: 0px 0px 0px 5px !important;
}

.wpcf7 .implantaat-merk-type input,
.wpcf7 .implantaat-merk-type select {
    margin-top: 5px;
    margin-left: 40px;
}


.orderform .space {
  height: 40px;
  clear: both;
}

.orderform h2 {
  color: #29a9ea;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

.orderform h3,
.orderform .h3label {
  font-size: 14px;
  color: #777;
  font-weight: normal;
  margin-bottom: 10px;
}

.orderform h5 {
  font-weight: normal;
  margin: 10px 0px;
  font-size: 12px;
}

.orderform label {
  width: 150px;
  float: left;
  clear: both;
}

.orderform .wpcf7-list-item label {
  width: auto;
}

.orderform input[type="text"] {
  width: 220px;
  margin-bottom: 5px;
}

.orderform input.kleur {
  width: 100px;
  clear: right;
}

.orderform input[type="checkbox"],
.orderform input[type="radio"],
.payment-form input[type="radio"] {
  width: auto;
  margin: 5px 25px 5px 0px;
  border: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.payment-form input[type="radio"] {
  margin: 15px 15px 5px 0px;
}

.payment-form input[type="submit"] {
	display: block;
  height: 40px;
  padding: 0px 20px;
  line-height: 40px;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  //background: #ea40a3;
  background: #32b1de;
  border: 0px;
  width: 200px;
  cursor: pointer;
  text-align: center;
  margin-top: 18px;
  text-decoration: none;
  font-weight: bold;

}

.orderform input[type="file"] {
  width: auto;
  padding: 2px;
}

.orderform textarea {
  height: 100px;
}

.orderform .wpcf7-form-control-wrap {
  float: left;
}

.orderform table.brand {
  width: 100%;
}

.orderform table.brand thead td {
  font-weight: bold;
  padding: 10px 0px;
}

.orderform table.brand input[type="text"] {
  width: 60px;
  margin-bottom: 2px !important;
}

.orderform table.brand input[type="checkbox"] {
  border: 1px solid pink;
}

.orderform table.brand .andersinput {
  width: 170px !important;
}

.orderform table.brand .wpcf7-list-item-label {
  display: none;
}

.orderform span.wpcf7-list-item {
  margin-left: 0px;
}


.orderform table.brand span.wpcf7-list-item {
  margin: 0px !important;
}

.orderform span.wpcf7-not-valid-tip {
  top: 20px !important;
  left: 100px !important;
}


.orderform .stegvorm-star-u {
  background: url(../images/vorm-star-u.png) 80% 50% no-repeat;
}

.orderform .stegvorm-druppel-ei {
  background: url(../images/vorm-druppel-ei.png) 80% 50% no-repeat;
}

.orderform .stegvorm-hader {
  background: url(../images/vorm-hader.png) 80% 50% no-repeat;
}

.orderform .stegvorm-rond {
  background: url(../images/vorm-rond.png) 80% 50% no-repeat;
}

.orderform input.kleur {
  width: 50px;
}


/* PAGE SPLASH (bordigital) */
#page-splash .button{
    background-color: #fff;
    color: #000;
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 18px;
}

#page-splash .button:hover {    
    background: #0c88be;
}

#page-splash #btn-steggen {
    color: #000;
    background: #fff;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 53px;        
    cursor: default;
}

#page-splash #btn-steggen:hover {
    color: #000;
    background: #fff;
}

#page-splash button:not(.button-search) {
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 25px;
    min-height: auto;
    background: none;
    cursor: pointer;
}

#page-splash button:hover {
    color: #559cec;
    background: #fff;
}

#page-splash h1,#page-splash h2, #page-splash h3 {
    font-weight: normal;
    font-size: 38px;
    text-transform: uppercase;
    line-height:45px;
    text-align: left;
}
#page-splash p {
    margin: 15px 0 45px;
    line-height: 25px;
    font-size: 17px;
    text-align: left;
}

#page-splash h2 {
    font-size: 36px;
}
#page-splash .left-col {
  width: 55%;
  }
#page-splash .right-col {
  width: 45%;
  /*min-width: 450px;
  margin-left: 60px;*/
  text-align: left;
}

#page-splash h3 {
  line-height: 45px;
  letter-spacing: 10px;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    padding-left: 10px;
}

#page-splash #splash-content h1 {
  text-transform: uppercase;
  font-family: "arial black", arial;
  font-size: 41px;
  font-weight: normal;
}

#page-splash.splash-home {
  background-color: #559cec;
  position: relative;
}

#page-splash {
  background: #84b9f1;
  position: relative;
/*  margin: 0px 20px;*/
}

#page-splash #upper #splash-content {
    padding: 70px 0 0;
    text-align: center;
    color: #fff;
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#page-splash #upper.splash-steggen{
  min-height: 250px;  
  background-image: url("../images/header-steg.png");
  background-size: 1139px auto;
  background-position: center 0px;     
  }

#page-splash #mid.splash-steggen,#page-splash #lower.splash-steggen:after{
  background-image: url("../images/header-steg.png");
  background-size: 1139px auto;
}

#page-splash #upper.splash-home{
	min-height: 250px;  
	background-image: url("../images/header-home.png");
	background-size: 1139px auto;
	background-position: center 0px;     
}

#page-splash #mid.splash-home,#page-splash #lower.splash-home:after{
	background-image: url("../images/header-home.png");
	background-size: 1139px auto;
}

#page-splash #lower {
  display:block;
  position:relative;

}

#page-splash #lower:after {
  /*background-image: url("../images/bg-home.png");*/

  content: "";
  opacity: .3;
  position:absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index:0;
  background-size: 1140px auto;
  background-position: center 0;
  background-repeat: no-repeat;
  background-color:#b8d7f6;

}
#page-splash #lower * {
  z-index: 1;
  position:relative;
  opacity: .9;
}

#page-splash #splash-lower .about-header {
  position: absolute!important;
  right: 0;
  top: 155px;
}

#page-splash #splash-lower .about-header > div {
/*	margin-left: 20px;*/
}

#splash-lower .about-header > div {
  width: 80px;
  height: 100px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
}

#splash-lower .about-header > div:first-child {
  left: -350px;
}
#splash-lower .about-header > div:nth-child(2) {
  left: -220px;
}
#splash-lower .about-header > div:last-child {
  left: -60px;
  }

#page-splash #upper.splash-ruiters{
  min-height: 250px;
  background-image: url("../images/header-ruiters.png");
  background-size: 1139px auto;
  background-position: center 0px;
  }

#page-splash #mid.splash-ruiters,#page-splash #lower.splash-ruiters:after{
  background-image: url("../images/header-ruiters.png");
  background-size: 1139px auto;  
}
#page-splash #lower.splash-ruiters:after {
    opacity: 1;
}

#page-splash #upper.splash-attachments{
  min-height: 250px;
  background-image: url("../images/header-attachments.png");
  background-size: 1139px auto;
  background-position: center 0px;
  }

#page-splash #mid.splash-attachments,#page-splash #lower.splash-attachments:after{
  background-image: url("../images/header-attachments.png");
  background-size: 1139px auto;  
}
#page-splash #lower.splash-attachments:after {
    opacity: 1;
}

#page-splash #upper.splash-schroeven{
  min-height: 250px;
  background-image: url("../images/header-schroeven2.png");
  background-size: 1139px auto;
  background-position: center 0px;
  }

#page-splash #mid.splash-schroeven,#page-splash #lower.splash-schroeven:after{
  background-image: url("../images/header-schroeven2.png");
  background-size: 1139px auto;  
}

#page-splash #upper {
  min-height: 50px;
  /*background-image: url("../images/bg-home.png");*/  
  background-repeat: no-repeat;
  }

#page-splash #mid {
  background: #84b9f1;
  height: 100px;
  /*background-image: url("../images/bg-home.png");*/
  background-repeat: no-repeat;
  z-index:1;

-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  width: 100%;
}
#page-splash #lower {
  background: #d1e1f7;
  min-height: 210px;
  border-bottom: 3px solid #b2cfef;
  margin: 0 0 40px;
}

#page-splash #splash-lower {
  width: 1140px;
  margin: auto;
  padding-top: 130px;
}

#page-splash #splash-lower .content {
  vertical-align: middle;
}

#page-splash #search {
    display: inline-block;
    position: relative;
	margin-left: 20px;
}
#page-splash #search input[type=text] {
    position: relative;
    height: 44px;
    top: -29px;


    padding-left: 60px;
    margin-right: 30px;
    width: 300px;
}

#page-splash #search .button-search {
    position: absolute;
    background: #2ba8de;
    width: 50px;
    height: 44px;
    top: -28px;
    left: 1px;
    padding:0;
    cursor:pointer;
    z-index: 2;
}
#page-splash #search .button-search:hover{
    background: #0c88be;
}

.button-search .fa-search{
  font-size: 17px;
  position:relative;
  top: 0px;
  margin: auto;
}


/* SPLITMENU */

.splitmenu {
    color: #ccc;
}

.splitmenu a {
    color: #666666;
    font-size: 10pt;
    margin: 0 5px;
    text-decoration: none;
}

.splitmenu a:hover {
    text-decoration: underline;
}


.swiper-viewport {
    width: 242px!important;
    margin-bottom: 30px!important;
    margin-top: 30px!important;
    box-shadow:none!important;
}

.swiper-slide {
  margin: auto!important;
}

/* MENU */

#menu {
    /*background: url(../images/bg-gray-menu.png) repeat;*/
    background: #474747;
    width: 100%;
	box-sizing: border-box;
}

#menu .inner {
    margin: 0px auto;
    width: 1140px;
    position: relative;
}

#menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#menu ul li:before,#menu ul li:nth-last-child(2):after {
  content: "|";
  position: absolute;
  top: 20px;
  font-size: 14pt;
  color: #666;
}
#menu ul li:nth-last-child(2):after {
  right: -8px;
}

#menu ul li {
    position: relative;
    float: left;
}

#menu ul li a {
    display: block;
    padding: 20px 18px 20px 24px;

    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}


#menu ul li ul {
  display: none;

  position: absolute;
  display: block;
  top: 40px;
  /*left: 0;*/
  height: auto;
  overflow: hidden;
  background: #999 !important;
  opacity: 0;
  width: 200px;
  z-index: 9999;

  -webkit-transition: opacity .25s ease .1s;
  -moz-transition: opacity .25s ease .1s;
  -o-transition: opacity .25s ease .1s;
  -ms-transition: opacity .25s ease .1s;
  transition: opacity .25s ease .1s;
}

#menu ul li ul li {
  height: 0;
  overflow: hidden;
  padding: 0;

  -webkit-transition: height .25s ease .1s;
  -moz-transition: height .25s ease .1s;
  -o-transition: height .25s ease .1s;
  -ms-transition: height .25s ease .1s;
  transition: height .25s ease .1s;
}

#menu ul li ul li a {
  width: 160px;
  height: 35px;
  margin: 0;
  border: none;
  border-bottom: 1px dotted #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
}

#menu ul li ul li a:hover {
  background: #b6b6b6;
}

#menu ul li:hover {
 background: inherit;
}

#menu ul li a:hover {
  color: #29afe2;
}

#menu ul li:hover > ul {
  opacity: 1;
}

#menu ul li:hover > ul li {
  height: 35px;
  overflow: visible;
  padding: 0;
}

#menu ul li ul li a,
#menu ul li ul li:last-child a,
#menu ul li ul li:first-child a {
  border-left: none !important;
  border-right: none !important;
}

#menu ul ul li:last-child a {
  border: none;
}

/* CONTENT */

.content {
  padding: 20px;
  background: #fff;
}

/* LANGUAGE SWITCH */

#language {
    float: right;
    padding: 9px 20px;
}

#language img {
    cursor: pointer;
    margin-left: 4px;
}

/* HEADER CART */


#header #cart {
	position: absolute;
	z-index: 9;
	min-width: 350px;
    right: 0px;
    top: 9px;
}
#header #cart ul {
  list-style: none;
  }
#header #cart .heading {
	float: right;
	padding: 0px 10px;
    background: url(../images/nav-gradient-overlay.png) top left repeat-x #2ba8de;
	position: relative;
	z-index: 1;
    width: 330px;
    height: 40px;
    cursor: pointer;
}
#header #cart .heading:hover {
    background: url(../images/nav-sub-hover.png) top left repeat-x #2ba8de;
}

#header #cart .heading h4 {
	color: #fff;
	font-size: 13px;
    line-height: 40px;
	font-weight: bold;
    float: left;
    padding-left: 25px;
    background: url(../images/icon-cart.png) center left no-repeat;
}
#header #cart .heading a {
	color: #fff;
	text-decoration: none;
    float:right;
    line-height: 40px;
}
#header #cart .heading a span {

}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 5px;
	min-height: 150px;
	background: #FFF;
    border: 2px solid #2ba8de;
    border-top: 0px;
    width: 336px;
/*
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
*/
    -webkit-box-shadow: -3px 8px 6px -6px #666;
	   -moz-box-shadow: -3px 8px 6px -6px #666;
	        box-shadow: -3px 8px 6px -6px #666;

}
#header #cart.active .heading {
}
#header #cart.active .content {
	display: block;
}

/* SIDECART */

#sidecart .box-content {
  padding: 20px;
}

#sidecart .mini-cart-info table tr td {
  vertical-align: top;
}

#sidecart .mini-cart-total td {
  font-size: 11px;
  padding: 0px 0px 0px 10px;
}

#sidecart .checkout {
  text-align: center;
}

#sidecart .remove {
  padding-right: 0px;
  display: none;
}

/* SIDECART */


.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 5px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}

.mini-cart-info .name {
    /*min-width: 200px;*/
    vertical-align: middle;
    line-height: 15px;
}

.mini-cart-info .name a {
    font-size: 11px;
}

.mini-cart-info .name small {
	color: #666;

}
.mini-cart-info .quantity {
	text-align: right;
    min-width: 30px;
    vertical-align: middle;
    font-size: 11px;
}
.mini-cart-info td.total {
	text-align: right;
    min-width: 60px;
    vertical-align: middle;
    font-size: 11px;
}
.mini-cart-info .remove {
	text-align: right;
    vertical-align: middle;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: center;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

/* FOOTER */

/* Footer */
#footer {
	width: 100%;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 125%;
	padding: 10px 0px;
	clear: both;
    color: #ccc;
    background: #767676;
}
#footer #footer-inner {
    max-width: 1120px;
    margin: auto;
	padding: 0 20px;
}

#footer a {
    color: #CCC;
    font-size: 11px;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .left {
    font-size: 15px;
    font-weight: light;    
/*	width: 60%;*/
	float: left;
	text-align: left;
    padding: 10px 0px;
    color: #CCC;
}

#footer .left a {
    font-size: 15px;
    
}

#footer .left p:first-child {
  line-height: 38px;
    margin-bottom: 40px;

}
#footer .left p:nth-child(2) {
/*    margin-bottom: 80px;*/
}

#footer .left .small {
  font-size: 11px;
  color: #CCC;
}

#footer .left .fa {
  font-size: 18px;
    margin-right: 20px;
}

#footer .right {
	width: 38%;
	float: right;
	text-align: right;
    padding: 50px 0 0;
    line-height: 17px;
	color: #CCC;
}
#footer .right input,#footer .right textarea {
    display: block;
    margin-bottom: 15px;

}
#footer .right textarea{
  width: calc(100% - 37px);
    padding: 15px 17px 15px 18px;
}

#footer .right input[type=text] {
    width: calc(100% - 37px);
    padding: 15px 17px 15px 18px;
  }

#footer .right input#contact-submit {
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  padding: 20px;
  cursor: pointer;
}

#footer ~ .bottom {
    color: #2ca8de;
    background: #474747;
    text-align: center;
    line-height: 20px;
    padding: 20px 0px;
    font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}

#footer fieldset {
	border: 1px solid #CCCCCC;
}

#footer fieldset legend {
	display: none;
}

#provided {
	width: 100%;
	margin-top: -22px;
	margin-bottom: 25px;
	text-align: center;
}
#provided p, #provided a {
	color: #01285a;
	font-size: 11px;
	text-shadow: 0px 0px 1px #6a95e4;
}
#provided a:hover {
	color: #fff;
	font-weight: normal;
	text-shadow: 0px 0px 1px #222;
}

/* BREADCRUMB */

.breadcrumb {
  display: none;
}

/* SLIDESHOW */

.slideshow {
    -webkit-box-shadow: 0px 0px 3px 0px #999;
       -moz-box-shadow: 0px 0px 3px 0px #999;
            box-shadow: 0px 0px 3px 0px #999;
   border: 1px solid #ddd;
   height: 250px;
   width: 938px;
   overflow: hidden;
   margin-bottom: 20px;
}

#content .slideshow {
   width: 338px;
   height: 189px;
   -webkit-box-shadow: none;
      -moz-box-shadow: none;
           box-shadow: none;
   float: right;
}


.slideshow-packages {
   height: 320px !important;
   width: 220px !important;
   float: left !important;
   border: 0px !important;
}

.category-wrapper .slideshow {
    width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 20px 0px !important;
    border: 0px !important;
}

.category-wrapper .slideshow .nivoSlider {
    margin-bottom: 0px !important;
}

.reorder-box h6 {
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    margin-bottom: 10px;
}

.reorder-box a {
    display: block;
    padding: 0px 0px 20px 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.reorder-box a:hover {
    text-decoration: underline;
}

.box-youtube {
  float: left;
}

.contact-info {
  line-height: 18px !important;
}

.medewerkers {
  margin-bottom: 20px;
  margin-top: 34px;
}

.medewerkers h3 {
  font-size: 18px;
}

.medewerkers .left {
  float: left;
  width: 120px;
  margin-bottom: 10px;
}

.medewerkers .left img {
  border: 1px solid #ddd;
}

.medewerkers .right {
  float: left !important;
  padding-top: 15px;
  margin-bottom: 10px;
  width: auto !important;
}

/* BOX */

.box {
	margin-bottom: 20px;
    border: 0px solid #ddd;
    /*-webkit-box-shadow: 0px 0px 3px 0px #999;
        -moz-box-shadow: 0px 0px 3px 0px #999;
             box-shadow: 0px 0px 3px 0px #999; */
    width: auto;
    min-width: 250px;
}

.sidebar ul, #wrapper #column-left .list-group {
  background: #fff;
}

.sidebar ul {
  list-style: none;
}

.sidebar ul li a, #wrapper #column-left a.list-group-item {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 10px 0 10px 20px;
  position: relative;
}
.sidebar ul li a:hover, #wrapper #column-left a.list-group-item:hover {
  background: #b8d7f6;
}

.html-header{
  padding: 10px 0 10px 20px;
  color:#fff;
  /*width: 230px;*/
  background:#2ba8de;
  font-weight: bold;
  font-size: 14px;
}

.box-header{
  padding: 10px 0 10px 20px;
  color:#fff;
  width: 230px;
  background:#2ba8de;
  font-weight: bold;
  font-size: 14px;
}

.box-header-info {
  margin-top: 20px;
  background: #767676;
}

.sidebar ul li a:after, #wrapper #column-left a.list-group-item:not(:last-child):after {
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  height: 1px;
  background: #eee;
  bottom: 0px;
  content: '';
}

#column-left .box {
    background: #fff;
}

.box .box-heading {
	color: #fff;
	font-size: 14px;
    padding: 10px 20px;
    background: #636466;
    font-weight: bold;
    text-transform: uppercase;
}

#content .box .box-heading {
    margin-bottom: 20px;
    background: url(../images/nav-gradient-overlay.png) top left repeat-x #2ba8de;
}

#content h1, #content h2 {
    /*background: #E3E6E7;
    color: #222;*/
	background: #636466;
	color: #fff;

    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    /*box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);*/
}

#content h1 a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
}

#content h1.single-product {
    padding-right: 0px;
}

#content h1.single-product a {
    float: right;
    border-left: 1px solid #CCC;
    font-size: 20px;
    text-decoration: none;
    line-height: 34px;
    display: block;
    width: 48px;
}

#content h1.single-product a.next {
    background: url(../images/arrow-right.png) top center no-repeat;
    position:relative;
    top:-5px;
}

#content h1.single-product a.next-disabled {
/*    background: url(../images/arrow-right-disabled.png) top center no-repeat;*/
    cursor: default;
}

#content h1.single-product a {
  top: -5px;
  position: relative;
}

#content h1.single-product .prev,#content h1.single-product .next {
  position: relative;
  line-height: 38px;
  text-align: center;
  width: 48px;
  color: #fff;
}

#content h1.single-product .prev:hover,#content h1.single-product .next:hover {
  color: #2ba8de;
  }

#content h1.single-product a.prev-disabled {
/*    background: url(../images/arrow-left-disabled.png) top center no-repeat;*/
    cursor: default;
}

#content h1.single-product a.prev-disabled .prev, #content h1.single-product a.next-disabled .next {
	color: #767676;
}

#colorbox h1 {
  margin-bottom: 20px;
}

#content .box {
    -webkit-box-shadow: 0px 0px 0px 0px #909090;
       -moz-box-shadow: 0px 0px 0px 0px #909090;
            box-shadow: 0px 0px 0px 0px #909090;
}

.box-welcome .box-heading {
    margin-bottom: 0px !important;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:0px;
	display: none;
	color: #fff;
    /*
    -webkit-box-shadow:  0px 0px 5px 0px #333;
       -moz-box-shadow:  0px 0px 5px 0px #333;
            box-shadow:  0px 0px 5px 0px #333;
    */
}

#screenshot img {
    display: block;
}

/*
#content .box .box-heading {
    background: #2ba8de;
}
*/

.box .box-content ul {
	margin: 0px;
    list-style-type: none;
    padding: 0px;
}

/* CATEGORY BOX */

.box-category {
    margin: 0px;
    padding: 0px;
}

.box-category ul {
	margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.box-category ul li, .box-content ul li{
  position: relative;
}

/*.box-content ul li:not(:last-child):after, .box-category ul li:not(:last-child):after,.box-category ul li a.active + ul li:first-child:before {
  position: absolute;
  width: 220px;
  left: 20px;
  height: 1px;
  background: #F0F0F0;
  margin: auto;
  content: "";
  z-index: 1;
  bottom: 1px;
}*/

.box-category ul li a.active + ul li:first-child:before {
  /*top: -50px;*/
}

.box-category ul li:not(:last-child):hover:after{
  background: inherit;
}

/* BACKUP OLD NAV */

/*

.box-category ul li a {
	display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    color: white;
    text-decoration: none;
}

.box-category ul li.nav-item-1 a                { background:#636466; }
.box-category ul li.nav-item-1 ul li.last a     { color: #595959 !important; }
.box-category ul li.nav-item-1 ul               { background:#e3e6e7; }

.box-category ul li.nav-item-2 a                { background:#96c560; }
.box-category ul li.nav-item-2 ul li.last a     { color: #799f4d !important; }
.box-category ul li.nav-item-2 ul               { background:#edf5e7; }

.box-category ul li.nav-item-3 a                { background:#0086cc; }
.box-category ul li.nav-item-3 ul li.last a     { color: #0086cc !important; }
.box-category ul li.nav-item-3 ul               { background:#d9edf7; }

.box-category ul li.nav-item-4 a                { background:#f47735; }
.box-category ul li.nav-item-4 ul li.last a     { color: #d96a2f !important; }
.box-category ul li.nav-item-4 ul               { background:#fdebe1; }

.box-category ul li.nav-item-5 a                { background:#a76b9c; }
.box-category ul li.nav-item-5 ul li.last a     { color: #a76b9c !important; }
.box-category ul li.nav-item-5 ul               { background:#f2e9f0; }

.box-category ul li.nav-item-6 a                { background:#a9a9a9; }
.box-category ul li.nav-item-6 ul li.last a     { color: #666 !important; }
.box-category ul li.nav-item-6 ul               { background:#f2f2f2; }

.box-category ul li.nav-item-7 a                { background:#2ba8de; }
.box-category ul li.nav-item-7 ul li.last a     { color: #2ba8de !important; }
.box-category ul li.nav-item-7 ul               { background:#fce7ee; }
.box-category ul li.nav-item-7 ul li ul         { background:#fcf3f6; }

*/

/* BACKUP OLD NAV */


.box-category ul li ul {
    padding: 0px 0px;
}

.box-category ul li ul li a {
    color: #000;
    line-height: 40px;
    height: 40px;
    font-weight: normal;
    font-size: 14px;
    background: transparent;
    overflow: hidden;
/*    color: #2ba8de;*/
    /*padding-left: 26px;*/
    width: calc(100% - 40px);

}

.box-category ul li ul li.last a {
    font-weight: bold;
}

.box-category > ul > li ul {
	display: none;
}

.box-category > ul > li a.active {
	font-weight: bold;
}

.box-category > ul > li a.active + ul {
	display: block;
}

.box-category > ul > li ul > li > a.active {
	font-weight: bold;
    height:40px;
    line-height:40px;
}

/* NEW NAV */
/*
.box-category {
    -webkit-box-shadow:  0px 0px 3px 0px #666;
       -moz-box-shadow:  0px 0px 3px 0px #666;
            box-shadow:  0px 0px 3px 0px #666;
}

.box-category ul li a {
    border-left-width: 6px;
    border-left-style: solid;
}*/

.box-category ul li a.active,
.box-category ul li ul li a,
.box-category ul li ul li a.active {
    /*
    border: 0px !important;
    width: calc(100% - 6px)!important;*/
}

.box-category ul li a,.box-content ul li a {
	display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0px 20px;
	padding: 2px 0px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    background: #fff;
    width: 210px;
    /*
    background-image: url(../images/nav-gradient-overlay.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #717274;
    */
}

.box-category > ul > li > ul a,.box-content > ul > li > ul a {
	border-bottom: 1px solid #F0F0F0;
}

.box-content ul li:hover a,.box-category ul li[class*=nav-item] a:hover/*,
.box-category ul li[class*=nav-item] a.active*/ {
/*	background-color: #DDD;*/
/*	font-weight: bold;*/
	color: #2ba8de;
}

.box-category ul li a.active {

    color: #636466;
    background-color: #fff;
    /*padding: 0 14px 0 26px;*/
}

.box-category ul li a.active + ul {
    background: #fff;
    padding: 10px 0px 0 0;
    width: 250px;
    background: #fff url('../images/nav-sub-shadow.png') top left repeat-x;

}

.box-category ul li ul li ul {
    background: transparent !important;
    padding: 0px !important;
}

.box-category ul li ul li a:hover,
.box-category > ul > li ul > li > a.active {
}

.box-category ul li ul li ul li a {
}


.box-category ul li.li_last_active > a, .box-category ul li.li_last_active > ul > li > a {
	color: #2ba8de !important;
}

/*
.box-category ul li.nav-item-1 a.active + ul,
.box-category ul li.nav-item-1 a:hover,
.box-category ul li.nav-item-1 a.active { background-color: #999; }

.box-category ul li.nav-item-1 a {
  border-color: #999;
}

.box-category ul li.nav-item-2 a.active + ul,
.box-category ul li.nav-item-2 a:hover,
.box-category ul li.nav-item-2 a.active { background-color: #96c560; }

.box-category ul li.nav-item-2 a {
  border-color: #96c560;
}

.box-category ul li.nav-item-3 a.active + ul,
.box-category ul li.nav-item-3 a:hover,
.box-category ul li.nav-item-3 a.active { background-color: #0086cc; }

.box-category ul li.nav-item-3 a {
  border-color: #0086cc;
}

.box-category ul li.nav-item-4 a.active + ul,
.box-category ul li.nav-item-4 a:hover,
.box-category ul li.nav-item-4 a.active { background-color: #f47735; }

.box-category ul li.nav-item-4 a {
  border-color: #f47735;
}

.box-category ul li.nav-item-5 a.active + ul,
.box-category ul li.nav-item-5 a:hover,
.box-category ul li.nav-item-5 a.active { background-color: #a76b9c; }

.box-category ul li.nav-item-5 a {
  border-color: #a76b9c;
}

.box-category ul li.nav-item-6 a.active + ul,
.box-category ul li.nav-item-6 a:hover,
.box-category ul li.nav-item-6 a.active { background-color: #a9a9a9; }

.box-category ul li.nav-item-6 a {
  border-color: #a9a9a9;
}

.box-category ul li.nav-item-7 a.active + ul,
.box-category ul li.nav-item-7 a:hover,
.box-category ul li.nav-item-7 a.active { background-color: #2ba8de; }

.box-category ul li.nav-item-7 a {
  border-color: #2ba8de;
}
*/
/* NEW NAV */


/* NOTIFICATIONS */

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../images/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../images/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../images/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #333;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	/*border-top: 1px solid #EEEEEE;*/
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
    list-style: none;
}
.pagination .links, .pagination > li{
	float: left;
    padding-right: 10px;
}
.pagination .links a, .pagination > li a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 14px;
	text-decoration: none;
	color: #269BC6;
    background: #fff;
}
.pagination .links a, .pagination > li a:hover {
    background: #ddd;
}

.pagination .links b, .pagination > li span {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 6px 14px;
	text-decoration: none;
	color: #fff;
    background: #269BC6;
}
.pagination .links b, .pagination > li:not(:last-child) span,.pagination .links b, .pagination > li:not(:last-child) a{
    border-right: none;

}
.pagination .links b, .pagination > li {
	display: inline-block;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
input[type=button],input[type=submit],button {
    border: 0;
    background: #2ca8de;
    color: #fff;
    min-height: 35px;
    min-width: 50px;
    /*padding: 20px;*/
    cursor: pointer;
}

a.button, input.button, button.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	min-height: 35px;
	background: #2ca8de;

}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
button:hover,a.button:hover, input.button:hover {
	background: #0c88be;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
    line-height: 35px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
    background: #fff;
}

.tab-content h1 {
    font-size: 16px;
}

.tab-content h2 {
    font-size: 15px;
}
.tab-content h3 {
    font-size: 14px;
}

.tab-content h4 {
    font-size: 13px;
}

.tab-content h5 {
    font-size: 12px;
}

.tab-content ul {
    margin-left: 0px;
    list-style: none;
}

.tab-content ul li {
    padding-left: 20px;
    background: url(../images/list-bullet.png) 0px 7px no-repeat;
    filter: hue-rotate(224deg);
}

.tab-content-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 202px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 30px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}


#sidebarsearch {
    padding: 20px;
}

#sidebarsearch input {
    width: 144px !important;
}



/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}

/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
    padding: 20px 20px 10px 20px;
    background: #fff;
}
.category-info .left {
    float: left;
}

.category-info .right {
    float: right;
}

.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-layout:not(:first-child) {
  margin-left: 30px;
}

.product-layout {
  width: 33.33%;
  background:#fff;
  float: left;
}
.product-name a{
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}

.box-header.product-name {
  background: #d9d9d9;
  width: auto;
}

.product-filter {
	margin: 20px 0px;
	overflow: auto;
	color: #fff;
	background: #636466;
}

.product-filter .title {
	padding: 10px 20px;
	display: inline-block;
}

.product-filter .display {
	margin-right: 15px;
	float: left;
	color: #333;
}

product-filter b {
    padding-right: 5px;
}

.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #fff;
	margin-top: 5px;
}

.product-filter .sort b,.product-filter .limit b {
  font-weight: normal;
  margin-right: 10px;
}

.product-filter .limit {
	margin-left: 15px;
	margin-right: 20px;
	float: right;
	color: #fff;
	margin-top: 5px;
}
.product-filter .limit option {
    padding-right: 10px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}



#content .productList {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
}

#content .productList .productBlock {
    width: 263px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    background: white;
    position: relative;

}

#content .productList .last {
    margin-right: 0px;
}

#content .productList .productBlock .image {
    width: 218px;
    padding: 40px 0;
    margin: 32px auto 40px auto;
    overflow: hidden;
    text-align: center;
}

#content .productList .productBlock .title {
    width: 263px;
    /*height: 32px;*/
    background: #E3E6E7;
    position: absolute;
}

#content .productList .productBlock .title a {
    line-height: 22px;
    font-size: 15px;
    font-weight: normal;
    padding: 15px 20px;
    color: #666;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .productList .productBlock:hover > .title {
/*  background: #BBB;*/
	background: #d2d6d6;
}

#content .productList .productBlock:hover > .title a {
/*  color: #222;*/
  color: #2ba8de;
}


/*
#content .productList .productBlock .price {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-align: right;
    margin-right: 10px;
    text-transform: lowercase;
}
*/

#content .productList .productBlock .price-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*display: none;*/
}

#content .productList .productBlock .price-wrapper .price-overlay {
    float: left;
    height: 46px; /* 73px - top padding */
    width: 61px; /* 73px - right padding */
    background: url(../images/price-overlay.png) bottom left no-repeat;
    margin-left: 8px;
    margin-bottom: 5px;
    text-align: center;
    padding: 27px 12px 0px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    filter: hue-rotate(223deg) brightness(1.1);
    white-space: nowrap;
}

#content .productList .productBlock .price-wrapper .price-old {
    float: right;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    text-decoration: line-through;
    margin-top: 50px;
    margin-right: 8px;
}


.product-list > div {
	overflow: auto;
	margin: 20px 0px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}



.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info .cart input[name=quantity] {
  margin-left: 10px;
}

.product-info {
	overflow: auto;
	margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border: 1px solid #E7E7E7;
    border-top: 0px;
/*    width: calc(100% - 40px);*/
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 20px;
	line-height: 25px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #333;
    display: block;
    width: 120px;
    float: left;
    font-weight: bold;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 20px 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options h2 {
    font-size: 14px;
}

.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}

.product-info .discount-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E7E7E7;
}

.product-info .discount-table tr th,
.product-info .discount-table tr td {
    border: 1px solid #E7E7E7;
    padding: 3px 10px;
    text-align: right;
}

.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.login-content {
	margin-bottom: 20px;
	overflow: auto;
    background: white;
    padding: 20px 30px 10px 30px;
}

.login-content h2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 15px;
}

.login-content .left {
	float: left;
	width: 48%;
}

.login-content input[type="text"],
.login-content input[type="password"] {
    width: 225px;
}

.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 180px;
    padding: 15px !important;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}

/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}

.cart-info tbody .name small {
    font-size: 12px;
    color: #666;
}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
    vertical-align: middle;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}

.checkout-content h2 {
    color: #2ba8de;
}

.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

.banner {
    float: left;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    /*height: 278px;
    width: 338px;*/
    text-align: center;
    overflow: hidden;
}

.banner img {
    display: block;
}



#banner0,
#banner3 {
    margin-right: 20px;
}


/* CUSTOM PRODUCT TEMPALTE */

#tab_order table.productList {
    margin: 0;
    padding: 0;
    width: 100%;
}
#tab_order table.productList .add_to_cart {
    font-size: 11px;
    margin-left: 10px;
    padding: 0 15px;
}
#tab_order table.productList .add_to_cart span {
    margin: 0;
    padding: 0;
}
#tab_order table.productList td.order input {
    margin-left: 10px;
    text-align: center;
    width: 25px;
}
#tab_order table.productList tr {
    margin: 0;
    padding: 0;
}
#tab_order table.productList tr td {
    padding: 1px 10px;
}
#tab_order table.productList tr td.order {
    border-right: 1px solid #ECECED;
    text-align: left;
    width: 180px;
}
#tab_order table.productList tr td.image {
    border-left: 1px solid #ECECED;
    width: 40px;
}
#tab_order table.productList tr td img {
    border: 1px solid #ECECED;
    margin-top: 6px;
    padding: 2px;
}
#tab_order table.productList td.odd {
    background: none repeat scroll 0 0 #F4F4F5;
}
#tab_order table.productList td.odd-first {
    background: none repeat scroll 0 0 #F4F4F5;
    border-bottom: 1px solid #ECECED;
    border-top: 1px solid #ECECED;
}
#tab_order table.productList tr.head td {
    font-size: 11px;
    font-weight: bold;
}
#tab_order input {
    margin: 0;
}
#productTemplate table.wrapper tr td {
    border: 0 none;
}
#productTemplate table.productTable {
    border-collapse: collapse;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}
#productTemplate table.productTable tr td {
    border: 1px solid #A2A4A6;
}
#productTemplate table.wrapper {
    width: 100%;
}

#productTemplate table.wrapperProthese {
    width: 100%;
    line-height: 12px;
}

table.wrapperProthese > tbody > tr:first-child > td > table > thead > tr > td:nth-child(n + 3) img {
    filter: hue-rotate(224deg);
}

#productTemplate table.wrapperProthese td {
    padding-bottom: 10px;
    font-family: arial, helvetica, sans-serif;
}

#productTemplate table.wrapperProthese thead td {
    color: #2ba8de;
    font-weight: bold;
    text-transform: uppercase;
}

#productTemplate table.wrapperProthese tbody td {
    color: #2ba8de;
    font-size: 11px;
    font-weight: bold;
}

#productTemplate table.wrapperProthese tbody td small {
    color: #333;
    font-size: 10px;
    font-weight: normal;
    padding-top: 5px;
    display: block;
}

#productTemplate table.wrapperProthese td {
    vertical-align: top;
}


#productTemplate table.wrapperProthese div.tooltip-target {
    text-indent: -9999px;
    background: url(../images/add.png) center center no-repeat;
    filter: hue-rotate(224deg) brightness(1.1);
    height: 20px;
    width: 20px;
    float: right;
}

#productTemplate table.wrapperProthese div.tooltip-request {
    background: url(../images/request.png) center center no-repeat;
}

div.tooltip-content-request {
    color: #666 !important;
}


#productTemplate table.wrapperProthese tbody td img {
  background: #48494a;
}

#productTemplate table.wrapperProthese thead img {
  background: none !important;
}

#productTemplate table.wrapperProthese thead td {
  font-size: 13px !important;
}


#productTemplate table.infoWrapperProthese {
  background: #e6f4ff;
  border-collapse: collapse;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  width: 100%;
}


#productTemplate table.infoWrapperProthese thead td {
  font-size: 11px !important;
  font-weight: normal;
  background: #e6f4ff !important;
}

#productTemplate table.infoWrapperProthese tr:nth-child(odd){
  background: #fff;
}

#productTemplate table.infoWrapperProthese td {
  padding: 10px 5px;
}

#productTemplate table.infoWrapperProthese td.first {
  background: #1b98ce;
  color: #fff;
}

#productTemplate table.infoWrapperProthese thead tr.images td {
  padding: 2px 0px !important;
}



.tooltip-target {
  cursor: pointer;
}

.tooltip-target:hover {
  background: #dfdfdf;
}

.tooltip-content {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 18px 7px 10px 10px;
	background: url(../images/order-tooltip.png) top left no-repeat;

    border: 0px;
    width: 200px;
    height: 39px;
    z-index: 9999;
    font-size: 11px !important;
    line-height: 24px;
}

.tooltip-content input.quantity,.tooltip-content a.button.add_to_cart {
  min-height: auto;
  line-height: 24px;
  padding: 0 10px;
}
.tooltip-content a.button.add_to_cart {
  line-height: 26px;
  position:relative;
  top:-1px;
}

.tooltip-content .add_to_cart {
    padding: 6px 15px 5px 15px;
    font-size: 11px !important;
    margin-left: 0px;
}

.tooltip-content .add_to_cart span {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    font-weight: normal !important;
}

.tooltip-content input {
    margin-left: 0px;
    width: 25px;
    text-align: center;
    font-size: 11px;
}

.tooltip-content form {
    font-size: 11px;
}

.tooltip-content .close {
    margin-left: 10px;
    width: 17px;
    height: 22px;
    background: url(../images/close.png) top left no-repeat;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}


.color-select {
    margin-top: 20px;
}

.color-select span {
    margin-right: 10px;
    color: #2ba8de;
}

.color-select select {
    width: 50px;
}

h2.vita-select {
    text-align: center;
    color: #2ba8de;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
}

#prothese-color-select {
    width: 660px;
    height: 155px;
    overflow: hidden;
    margin: auto;
}

#prothese-color-select a,
#prothese-color-select div.prothese-color-first,
#prothese-color-select div.prothese-color-last {
    background-image: url(../images/vita-web.jpg);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 155px;
    text-indent: -9999px;
    outline: 0;
    width: 36px;
}

#prothese-color-select div.prothese-color-first                 { background-position:     0px 0px; width: 28px; }

#prothese-color-select a.prothese-color-a1                      { background-position:   -28px 0px; width: 36px; }
#prothese-color-select a.prothese-color-a1.not-available,
#prothese-color-select a.prothese-color-a1.not-available:hover  { background-position:   -28px -310px; }
#prothese-color-select a.prothese-color-a1:hover,
#prothese-color-select a.prothese-color-a1.active               { background-position:   -28px -155px; }


#prothese-color-select a.prothese-color-a2                      { background-position:   -64px 0px; width: 38px; }
#prothese-color-select a.prothese-color-a2.not-available,
#prothese-color-select a.prothese-color-a2.not-available:hover  { background-position:   -64px -310px; }
#prothese-color-select a.prothese-color-a2:hover,
#prothese-color-select a.prothese-color-a2.active               { background-position:   -64px -155px; }


#prothese-color-select a.prothese-color-a3                      { background-position:  -102px 0px; width: 38px; }
#prothese-color-select a.prothese-color-a3.not-available,
#prothese-color-select a.prothese-color-a3.not-available:hover  { background-position:  -102px -310px; }
#prothese-color-select a.prothese-color-a3:hover,
#prothese-color-select a.prothese-color-a3.active               { background-position:  -102px -155px; }


#prothese-color-select a.prothese-color-a35                     { background-position:  -140px 0px; width: 36px; }
#prothese-color-select a.prothese-color-a35.not-available,
#prothese-color-select a.prothese-color-a35.not-available:hover { background-position:  -140px -310px; }
#prothese-color-select a.prothese-color-a35:hover,
#prothese-color-select a.prothese-color-a35.active              { background-position:  -140px -155px; }


#prothese-color-select a.prothese-color-a4                      { background-position:  -176px 0px; width: 40px; }
#prothese-color-select a.prothese-color-a4.not-available,
#prothese-color-select a.prothese-color-a4.not-available:hover  { background-position:  -176px -310px; }
#prothese-color-select a.prothese-color-a4:hover,
#prothese-color-select a.prothese-color-a4.active               { background-position:  -176px -155px; }


#prothese-color-select a.prothese-color-b1                      { background-position:  -216px 0px; width: 38px; }
#prothese-color-select a.prothese-color-b1.not-available,
#prothese-color-select a.prothese-color-b1.not-available:hover  { background-position:  -216px -310px; }
#prothese-color-select a.prothese-color-b1:hover,
#prothese-color-select a.prothese-color-b1.active               { background-position:  -216px -155px; }


#prothese-color-select a.prothese-color-b2                      { background-position:  -254px 0px; width: 38px; }
#prothese-color-select a.prothese-color-b2.not-available,
#prothese-color-select a.prothese-color-b2.not-available:hover  { background-position:  -254px -310px; }
#prothese-color-select a.prothese-color-b2:hover,
#prothese-color-select a.prothese-color-b2.active               { background-position:  -254px -155px; }


#prothese-color-select a.prothese-color-b3                      { background-position:  -292px 0px; width: 38px; }
#prothese-color-select a.prothese-color-b3.not-available,
#prothese-color-select a.prothese-color-b3.not-available:hover  { background-position:  -292px -310px; }
#prothese-color-select a.prothese-color-b3:hover,
#prothese-color-select a.prothese-color-b3.active               { background-position:  -292px -155px; }


#prothese-color-select a.prothese-color-b4                      { background-position:  -330px 0px; width: 38px; }
#prothese-color-select a.prothese-color-b4.not-available,
#prothese-color-select a.prothese-color-b4.not-available:hover  { background-position:  -330px -310px; }
#prothese-color-select a.prothese-color-b4:hover,
#prothese-color-select a.prothese-color-b4.active               { background-position:  -330px -155px; }


#prothese-color-select a.prothese-color-c1                      { background-position:  -368px 0px; width: 38px; }
#prothese-color-select a.prothese-color-c1.not-available,
#prothese-color-select a.prothese-color-c1.not-available:hover  { background-position:  -368px -310px; }
#prothese-color-select a.prothese-color-c1:hover,
#prothese-color-select a.prothese-color-c1.active               { background-position:  -368px -155px; }


#prothese-color-select a.prothese-color-c2                      { background-position:  -406px 0px; width: 38px; }
#prothese-color-select a.prothese-color-c2.not-available,
#prothese-color-select a.prothese-color-c2.not-available:hover  { background-position:  -406px -310px; }
#prothese-color-select a.prothese-color-c2:hover,
#prothese-color-select a.prothese-color-c2.active               { background-position:  -406px -155px; }


#prothese-color-select a.prothese-color-c3                      { background-position:  -444px 0px; width: 36px; }
#prothese-color-select a.prothese-color-c3.not-available,
#prothese-color-select a.prothese-color-c3.not-available:hover  { background-position:  -444px -310px; }
#prothese-color-select a.prothese-color-c3:hover,
#prothese-color-select a.prothese-color-c3.active               { background-position:  -444px -155px; }


#prothese-color-select a.prothese-color-c4                      { background-position:  -480px 0px; width: 40px; }
#prothese-color-select a.prothese-color-c4.not-available,
#prothese-color-select a.prothese-color-c4.not-available:hover  { background-position:  -480px -310px; }
#prothese-color-select a.prothese-color-c4:hover,
#prothese-color-select a.prothese-color-c4.active               { background-position:  -480px -155px; }


#prothese-color-select a.prothese-color-d2                      { background-position:  -520px 0px; width: 34px; }
#prothese-color-select a.prothese-color-d2.not-available,
#prothese-color-select a.prothese-color-d2.not-available:hover  { background-position:  -520px -310px; }
#prothese-color-select a.prothese-color-d2:hover,
#prothese-color-select a.prothese-color-d2.active               { background-position:  -520px -155px; }


#prothese-color-select a.prothese-color-d3                      { background-position:  -554px 0px; width: 38px; }
#prothese-color-select a.prothese-color-d3.not-available,
#prothese-color-select a.prothese-color-d3.not-available:hover  { background-position:  -554px -310px; }
#prothese-color-select a.prothese-color-d3:hover,
#prothese-color-select a.prothese-color-d3.active               { background-position:  -554px -155px; }


#prothese-color-select a.prothese-color-d4                      { background-position:  -592px 0px; width: 38px; }
#prothese-color-select a.prothese-color-d4.not-available,
#prothese-color-select a.prothese-color-d4.not-available:hover  { background-position:  -592px -310px; }
#prothese-color-select a.prothese-color-d4:hover,
#prothese-color-select a.prothese-color-d4.active               { background-position:  -592px -155px; }


#prothese-color-select div.prothese-color-last                  { background-position:  -630px 0px; width: 30px; }


.instruction {
    background: url(../images/instructie.jpg) bottom center no-repeat #F7F7F7;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin-top: 20px;
    height: 125px;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    color: #2ba8de;
    font-weight: bold;
}

.instruction-prothese {
    background: url(../images/instructie-prothese.jpg) bottom center no-repeat #F7F7F7;
    padding-top: 8px;
    padding-bottom: 14px;
}

.instruction-prothese-left {
    padding-top: 20px;
    padding-bottom: 26px;
    background: url(../images/instructie-prothese-elementen-order.jpg) bottom center no-repeat #F7F7F7;
    margin-top: 0px;
}

.instruction-prothese-right {
    padding-top: 10px;
    padding-bottom: 36px;
    background: url(../images/instructie-prothese-elementen-aanbevolen.jpg) bottom center no-repeat #F7F7F7;
    margin-top: 0px;
}

.instruction-prothese-full {
    background: url(../images/instructie-prothese-elementen.jpg) top center no-repeat #fff;
    height: 90px;
    background-size: contain;
}

.boxdownload {
    width:32%;
    line-height:18px;
    margin:20px 0px;
    float:left;
    text-align: center;
}

.downloadBlock {
     border-top: 1px solid #ddd;
     padding: 10px 0px;
     width: 320px;
     margin-right: 20px;
     float: left;
}

.downloadBlock .info {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}

.downloadBlock .icon {
    float: left;
    width: 60px;
}

.downloadBlock .icon-video {
    width: 95px;
    text-align: center;
}

.downloadBlock .icon-download a {
    border: 1px solid #eee;
    display: block;
    width: 41px;
    height: 60px;
    padding: 2px;
    text-align:center;
}

.downloadFilter {
    margin-bottom: 20px;
}

.downloadFilter a {
    float: left;
    display: block;
    width: 320px;
    margin-right: 20px;
}

.downloadBlockLast {
    margin-right: 0px !important;
}


/* LANGUAGE SWITCHER */

.switcher {
	float: right;
	margin-top: 7px;
	margin-left: 10px;
    z-index: 99;
    position: relative;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../images/switcher.png') repeat-x;
}
.switcher .selected a {
	background: url('../images/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 1px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../images/arrow_down.png') 116px center no-repeat;
}
.switcher .option {
	position: absolute;
	z-index: 3;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 1px 5px;
}
.switcher .option a:hover {
	background: #ead9df;
}
.switcher img {
	position: relative;
	top: 1px;
}


/* FLOWCHART */

.flowchart {
    float: left;
    padding: 0px;
    margin: 10px 18px 0px 18px;
}

.flowchart img {
    border: 1px solid #ccc;
    width: 290px;
}

.img-responsive {
    display: block; 
    max-width: 100%;
    height: auto;
}

.sub-category-filter {
	background: #fff;
	padding: 15px;
}

.sub-category {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	background: white;
	margin-right: 15px;
	border: 1px solid #fff;
}

.sub-category:hover {
	border: 1px solid #E7E7E7;	
}

.sub-category a, .sub-category a:visited {
	text-decoration: none;
	color: #222;
}

.sub-category a:hover {
	color: #2ba8de;
}

.sub-category .title {
	background: #E3E6E7;
	padding: 5px 10px;
	word-wrap: break-word;
}

.productBlock:hover {
	box-shadow: inset -1px 0 0 #E7E7E7, inset 0 -1px 0 #E7E7E7, inset 1px 0 0 #E7E7E7, inset 0 1px 0 #E7E7E7;
}

.category-no-products {
	margin-top: 20px;
}

.productBlock .image .imageswap {
	position: relative;
}

.productBlock .image .imageswap img.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: opacity .2s;
}

.productBlock .image .imageswap:hover img.image-hover {
	opacity: 1;
}
