@charset "UTF-8";
/*
   @package: Drogisterij.net
   @subpackage Common Styles
   @version 4.2.0
   @date 20141208
   @author Noon Design - www.noondesign.nl / Marcel van Veelen - Inperon

*/

/* General */

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    /* OSX Mavericks 10.9 - Safari 7 Fix */
    -webkit-font-smoothing: subpixel-antialiased;
}


/* Hohoho..
html {
    background: url(../../img/nd/html-background.jpg) top center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-text-size-adjust: none;
}
*/


html {
}

body {
    height: auto;
    font-family: 'Open Sans', Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

#header-schaduw {
    opacity: 0.4;
}

.promo-container-v2 {
    margin: 0px !important;
    padding: 0px !important;
}

/*.seperator-line {
    background: url(../../img/nd/fullwidth-line.png) top center no-repeat;
    height: 4px;*/
}

.fullwidth {
    width: 100% !important;
}

.info-container {
    margin: 10px 0px 0px 0px;
}

.homepage-title-wrapper {
    background: url(../../img/nd/fullwidth-line.png) center center repeat-x;
    margin: 15px 0px 25px 0px;
    height: 31px;
}

.homepage-title-wrapper .subtitle {
    margin: 0px;
    display: inline-block;
}

.scroll-button-layer {
    height: auto !important;
    text-align: center;
    margin: 0px;
    width: 929px !important;
    max-width: 929px;
}

.item-scroll-container {
    width: 929px !important;
    max-width: 929px;
    height: 340px !important;
    padding: 10px 0px 10px 0px;
}

/* Homepage '14 */

.frontpage-carrousel {
    width: 930px;
    height: 379px;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 10px 0px;
}

.frontpage-carrousel-pager {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
}

.frontpage-carrousel-pager.msie .pager.selected {
    background-position: 0px -14px;
}

.frontpage-carrousel-pager .pager {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: url(../../img/nd/frontpage-cbullits.png);
    border-radius: 100%;
    margin: 0px 7px 0px 0px;
    position: relative;
    cursor: pointer;
}

.frontpage-carrousel-pager.skin-dark .pager {
    background: url(../../img/nd/frontpage-cbullits.png) 0px -28px;
}

.frontpage-carrousel-pager .pager:hover {
    background: url(../../img/nd/frontpage-cbullits.png) 0px -14px;
}

.frontpage-carrousel-pager .pager span {
    display: none;
}

/* Gogo gadget retrofitting */
.nieuws-block {
    width:460px;
    height:225px;
    background-color:#f4f2ff;
    float:left;
    margin-right:10px;
    font-family:Tahoma, sans-serif;
    font-size:13px;
}

.nieuws-block-new {
    width:694px;
    height:225px;
    background-color:#f4f2ff;
    float:left;
    margin-right:10px;
    font-size:13px;
}
.nieuws-block-new .title {
	font-size: 16px;
	font-weight: bold;
    color: #333333;
    margin: 20px 0px 4px 20px !important;
}
.nieuws-content-new {
	float: left;
	margin: 20px 0 10px 20px;
	width: 320px;
}
.nieuws-list-new {
	margin-left: 20px;
}
.nieuws-item-new {
	height: 50px;
	list-style-type: disc;
	font-size: 14px;
}
.communities-block {
    width:225px;
    height:225px;
    float:left;
    margin-left:10px;
    margin-top: 10px;
}

.nieuwsbrief-block {
    width:225px;
    height:225px;
    background-color:#fbc943;
    float:left;
    text-align:center;
}

.frontpage-row {
    width: 930px;
    margin: 10px 0px 10px -465px;
    display: block;
    text-align: left;
    left: 50%;
    position: relative;
}

.frontpage-brand-container {
    margin: 1px 0px 0px -465px;
    position: relative;
    left: 50%;
    width: 930px;
    overflow: hidden;
}

.frontpage-brandlist {
    margin: 0px 0px 15px -490px;
    padding: 0px;
    width: 980px;
    position: relative;
    left: 50%;
    list-style: none;
    overflow: hidden;
}

.brand {
    float: left;
    border-right: 1px solid #f2f2f2;
}

li.brand:last-child {
    border: none;
}

.brand a {
    display: block;
    float: left;
    height: 90px;
    width: 138px;
    overflow: hidden;
    text-indent: -999px;
    -webkit-filter: saturate(0);
    -moz-filter: saturate(0);
    filter: saturate(0);
}

.brand a:hover {
    -webkit-filter: saturate(1);
    -moz-filter: saturate(1);
    filter: saturate(1);
}

.logo-fade {
    width: 72px;
    height: 90px;
    background: url(../../img/nd/frontpage-logo-fade.png);
    position: absolute;
    top: 0px;
    z-index: 99;
}

.left-fade {
    left: 0px;
}

.right-fade {
    right: 0px;
    background-position: 0px -90px;
}

.frontpage.subtitle {
    width: 930px;
    position: relative;
}

.subtitle-inner {
    display: inline-block;
}

.frontpage.homepage-title-wrapper {
    margin: 20px 0px 0px 0px;
}

.frontpage-all-brands {
    position: absolute;
    top: 0px;
    right: 30px;
    display: block;
    height: 31px;
    padding: 0px 10px 0px 11px;
    text-decoration: none;
    background: #fff;
    color: #5a979d;
    line-height: 29px;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: -1px;
}

.frontpage.seperator-line {
    margin: 0px 0px 15px 0px;
}

.homepage-banner {
    position: relative;
}

.homepage-banner a {
    position: absolute;
}

.banner-button {
    display: block;
    height: 24px;
    background: #fff url(../../img/nd/main-dropdown-arrow.png) center right no-repeat;
    text-transform: uppercase;
    line-height: 22px;
    text-indent: 10px;
    padding: 0px 25px 0px 0px;
    color: #580b36;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.homepage-banner a:hover .banner-button {
    background: #f5f5f5 url(../../img/nd/main-dropdown-arrow.png) center right no-repeat;
}

/* Scaling Titles */

.subtitle {
    line-height: 29px;
}

.subtitle b, .subtitle span, .subtitle i {
    display: block;
    float: left;
    height: 31px;
    background: url(../../img/nd/page-titles.png);
}

.subtitle b {
    width: 16px;
    background-position: top right;
}

.subtitle span {
    background-position: -16px 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #fff;
    font-size: 18px;
}

.subtitle i {
    background-position: top left;
    width: 16px;
}

.subtitle.pink-subtitle b {
    width: 16px;
    background-position: right -31px;
}

.subtitle.pink-subtitle span {
    background-position: -16px -31px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #fff;
    font-size: 18px;
}

.subtitle.pink-subtitle i {
    background-position: left -31px;
    width: 16px;
}


/* Crumbs */

.contentarea {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
}

.page-crumbs {
       width: 930px;
       position: relative;
       top: 0px;
       left: 50%;
       margin-left: -465px;
       color: #999;
       font-size: 10px;
       text-transform: uppercase;
}

.page-crumbs ul {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    width: 100%;
    list-style: none;
}

.page-crumbs ul li {
    float: left;
    width: auto;
    display: inline-block;
    padding: 0px 15px 0px 10px;
    background: url(../../img/nd/navigation-crumb.png) center right no-repeat;
}

.page-crumbs ul li a {
    color: #999;
}

.page-crumbs ul li:last-child {
    background: none !important;
}

/* Filters */

.product-filter-top {
    position: relative;
    margin-top: 25px;
    width: 100%;
    height: auto;
    background: url(../../img/nd/blue-background-semitrans.png);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
    z-index: 100;
    max-height: 700px;
}

.hasmoved {
    top: 50px;
    position: fixed !important;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    background: url(../../img/nd/blue-background-semisolid.png) !important;
    z-index: 149;
}

.filter-content {
    position: relative;
    top: 0px;
    left: 50%;
    width: 930px;
    height: auto;
    margin-left: -465px;
}

.filter-content h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    float: left;
    display: inline-block;
    margin: 20px 0px 0px 20px;
}

.toggles {
    float: right;
    margin: 15px 10px 0px 0px;
    width: 275px;
}

.toggle {
    float: left;
    display: inline-block;
    height: 22px;
    padding: 0px 5px 0px 28px;
    background: #fff;
    border: 1px solid #d0e1e9;
    margin: 0px 10px 0px 0px;
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
    line-height: 20px;
}

.tiled {
    background: #fff url(../../img/nd/filter-options.png) top left no-repeat !important;
}

.list {
    background: #fff url(../../img/nd/filter-options.png) 0px -44px no-repeat !important;
}

.tiled.active-toggle {
    background: #b7e5ee url(../../img/nd/filter-options.png) 0px -22px no-repeat !important;
    color: #14a3b3 !important;
    border: 1px solid #b7e5ee !important;
}

.list.active-toggle {
    background: #b7e5ee url(../../img/nd/filter-options.png) 0px -66px no-repeat !important;
    color: #14a3b3 !important;
    border: 1px solid #b7e5ee !important;
}

.filter-content form select, .tabbed-top form select, .toggles form select {
    float: right;
    display: block;
    height: 24px;
    margin: 0px 10px 0px 0px;
    width: 118px;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 0px;
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid #d0e1e9;
    background: #fff;
    padding: 3px 0px 0px 3px;
}

.ie8 .filter-content form select, .ie8 .tabbed-top form select, .ie8 .toggles form select {
    padding: 0px 0px 4px 4px;
}

.tabbed-top form select {
    margin: 20px 20px 0px 0px;
}

.filter-content hr {
    float: left;
    height: 2px;
    border: none;
    display: block;
    background: #fff;
    width: 930px;
    margin: 10px 0px 0px 0px;
}

.filter-column {
    float: left;
    text-align: left;
    padding: 0px 0px 0px 20px;
    margin: 20px 0px 20px 0px;
    height: auto;
}

.double-column {
    width: 360px;
    border-right: 1px solid #d7e7ea;
}

.filter-column span.column-title {
    float: left;
    text-transform: uppercase;
    color: #666;
    font-size: 13px;
    display: block;
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.filter-column ul {
    float: left;
    margin: 0px;
    padding: 0px;
    width: auto;
    min-height: 147px;
}

.filter-column ul li {
    float: left;
    width: 168px;
    margin: 0px 12px 2px 0px;
    font-size: 13px;
    height: 19px;
}

.filter-column ul li.menu_li_active {
    background: #a6035d;
    border-radius: 3px;
    text-indent: 5px;
    list-style: none;
    margin: 0px 17px 2px -5px;
    color: #ff0086 !important;
}

.filter-column ul li.menu_li_active a {
    color: #fff;
}

.filter-column ul li.menu_li_active a span {
    color: #EAEAEA;
}

.filter-column.list-view ul li.menu_li_active {
    width: 162px;
}

.filter-column ul li a {
    color: #7e0a4a;
}

.filter-column ul li a span {
    color: #999;
}

.single-column {
    width: 120px;
    max-width: 120px;
    height: auto !important;
}

.single-column ul {
    width: 120px !important;
    min-height: 1px;
}

hr.thin {
    height: 1px;
    margin: 0px 0px 8px 0px;
}

.filters-more {
    float: right;
    margin: 0px 0px 10px 0px;
    padding-right: 20px;
    text-transform: uppercase;
    color: #106973;
    font-size: 12px;
}

.filters-close {
    float: right;
    margin: 0px 0px 10px 0px;
    padding-right: 20px;
    background: url(../../img/nd/close-filters.png) center right no-repeat;
    text-transform: uppercase;
    color: #106973;
    font-size: 12px;
}

.filters-show {
    float: left;
    margin: 5px 0px 0px 0px;
    padding-right: 20px;
    background: url(../../img/nd/show-filters.png) center right no-repeat;
    text-transform: uppercase;
    color: #106973;
    font-size: 12px;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Slider for Price */

.filter-price {
    float: left;
    padding: 0px 0px 28px 0px;
}

#slider-range {
    height: 8px;
    width: 148px;
    border-right: 10px solid #fff;
    border-radius: 4px;
    background: #fff;
    z-index: 1;
    position: relative;
}

#slider-range .ui-slider-handle {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #106973;
    z-index: 2;
    position: absolute;
    top: -1px;
    left: -1px;
}

.ui-slider-range {
    background: #e1a9c8;
    height: 8px;
    position: absolute;
    border-radius: 4px 0px 0px 4px;
    padding-right: 2px;
}

.filter-price #slider-amount {
    font-family: 'Open Sans', Verdana, Sans-serif;
    color: #999;
    text-align: right;
    margin: -37px 0px 5px 0px;
    float: right;
}

.list-view .filter-price {
    padding: 0px 0px 0px 0px !Important;
}

.list-view .filter-price #slider-range {
    width: 140px;
}

/* Products, tiles */

.product-row {
    padding: 20px 0px 30px 0px;
    background: url(../../img/nd/fullwidth-line.png) bottom center no-repeat;
}

.product-row-inner {
    position: relative;
    left: 50%;
    margin-left: -465px;
    width: 930px;
}

.product-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.product {
    float: left;
    width: 185px;
    height: 314px;
    position: relative;
    border-right: 1px solid #f2f2f2;
}

.product-image-wrapper {
    position: relative;
    width: 129px;
    height: 129px;
    margin: 0 auto;
}

.product img {
    max-width: 129px;
    max-height: 129px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-list li:last-child {
    border: none !important;
}

.product h2 {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    height: 55px;
	overflow: hidden;
}

a.hover {
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
    text-indent: -999999px;
    overflow: hidden;
    width: 100%;
    height: 360px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: url(../../img/nd/trans.png);
    z-index: 99;
}

a.hover:hover {
    background: url(../../img/nd/blue-background-semitrans.png);
}

.inbasket a.hover {
    background: url(../../img/nd/yellow-background-semitrans.png);
}

.indicator-inbasket {
    width: 100%;
    height: 30px;
    background: url(../../img/nd/yellow-background-semisolid.png);
    text-align: center;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 28px;
    float: left;
}

.indicator-inbasket span {
    background: #d90068;
    border-radius: 10px;
    color: #fff;
    padding: 0px 4px 1px 6px;
    margin: 0px 10px 0px 0px;
    text-align: center;
}

.label-loyaltypoints span {
    background: #fbc943;
    border-radius: 10px;
    color: #333;
    padding: 0px 6px 1px 6px;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
    text-align: center;
}

.product-description {
    margin: 10px 0px 0px 0px;
    width: 135px;
    position: relative;
    padding: 0px 25px 0px 25px;
}

.contents {
    display: block;
    color: #999;
    margin: 5px 0px 5px 0px;
}

.product-price {
    font-size: 18px;
    font-weight: bold;
    color: #434343;
}

.product-staffel {
	height: 20px;
}

.product-description del {
    font-size: 14px;
    color: #434343;
    margin: 0px 5px 0px 0px;
}

.product-price.sale {
    color: #434343;
}
.product-bezorging {
    background-color: #fff;
    float:left;
    margin-top: 1px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: 50px;
    width: 435px;
}
.product-bezorging img {
    float:left;
    margin-left: 12px;
    margin-top: 7px;
}
.product-bezorging a {
    padding-left: 6px;
}
.product-verlanglijst {
    background-color: #fff;
    float:left;
    margin-top: 1px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: 50px;
    width: 435px;
}
.product-verlanglijst img {
    float:left;
    margin-left: 19px;
    margin-top: 14px;
}
.product-verlanglijst a {
    padding-left: 13px;
}
.product-email {
    background-color: #fff;
    float:left;
    margin-top: 1px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: 50px;
    width: 435px;
}
.product-email img {
    float:left;
    margin-left: 19px;
    margin-top: 14px;
}
.product-email a {
    padding-left: 13px;
}
.product-advies {
    background-color: #fff;
    float:left;
    margin-top: 1px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: 50px;
    width: 435px;
}
.product-advies img {
    float:left;
    margin-left: 19px;
    margin-top: 14px;
}
.product-advies a {
    padding-left: 13px;
}
.product-merkafb {
    background-color: #fff;
    float:left;
    margin-top: 1px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: 50px;
    width: 435px;
}
.product-merkafb-box {
    display: inline-flex;
}
.product-merkafb img {
	float: left;
	margin-right: 5px;
    margin-left: 12px;
    margin-top: 10px;
    height: 30px;
    width: 30px;
}
.product-merkafb-tekst {
	float: left;
	margin: auto 5px;
}
.rating {
    display: block;
    height: 12px;
    width: 70px;
    background-image: url(../../img/nd/stars.png);
    overflow: hidden;
    text-indent: -99999px;
    margin: 8px 0px 0px 30px;
}

.shoppingcart-button {
    display: block;
    width: 136px;
    height: 31px;
    color: #2b2b2b;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    text-indent: 22px;
    background: url(../../img/nd/buttons_new.png);
    line-height: 31px;
    margin: 12px 0px 0px 25px;
    z-index: 99;
    position: absolute;
	cursor: pointer;
}

.shoppingcart-button:hover {
    text-decoration: none;
    background-position: 0px -31px;
}

.lens-detail-button {
    display: block;
    width: 136px;
    height: 31px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: url(../../img/nd/buttons_new.png) 0px -308px;
    line-height: 31px;
    margin: 12px 0px 0px 25px;
    z-index: 99;
    position: absolute;
}

.lens-detail-button:hover {
    text-decoration: none;
    background-position: 0px -339px;
}

.sold-out-button {
    background-position: 0px -62px !important;
}

.sold-out-button:hover {
    background-position: 0px -93px !important;
}


/* Animated, flying product */

.generated-product {
    display: block;
    z-index: 9999999;
    width: 50px;
    height: 50px;
    background-size: contain !important;
    background-attachment: fixed;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: 40px;
    /*jQuery Animate used

    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    position: absolute;*/
}

.generated-counter {
    position: absolute;
    top: 3px;
    right: -5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #ff0086;
    padding: 0px 6px 0px 6px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    display: none;
}

/* Star Ratings */

.rating.no-rating {
    background-position: 0px -60px !important;
}

.rating.onestar-rating {
    background-position: 0px -48px !important;
}

.twostar-rating {
    background-position: 0px -36px;
}

.threestar-rating {
    background-position: 0px -24px;
}

.fourstar-rating {
    background-position: 0px -12px;
}

.fivestar-rating {
    background-position: 0px 0px;
}


.autoload {
    position: relative;
    width: 100%;
    height: 62px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #999;
    font-weight: 100;
    margin: 0px 0px 30px 0px;
    visibility: hidden;
}

.autoload-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../img/nd/preload.gif);
    margin: 0px 25px -7px 0px;
}

.footer-free-shipping {
    width: 100%;
    height: 40px;
    background: url(../../img/nd/ribbon-delivery-2.png) top left repeat-x;
    margin: -20px 0px 20px 0px;
}

.footer-blackfriday {
    width: 100%;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/blackfriday_390x40.jpg) top left repeat-x;
    margin: -20px 0px 20px 0px;
}

.footer-blackfridayearly {
    width: 100%;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/blackfriday_earlystart_390x40.jpg) top left repeat-x;
    margin: -20px 0px 20px 0px;
}

.footer-sinterklaas {
    width: 100%;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/sinterklaas_390x40.jpg) top left repeat-x;
    margin: -20px 0px 20px 0px;
}

.footer-kerst {
    width: 100%;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/kerst_390x40.jpg) top left repeat-x;
    margin: -20px 0px 20px 0px;
}

.usp-bar {
    background: url(../../img/nd/blue-background-semitrans.png);
    height: 82px;
    position: relative;
    margin: 20px 0px 20px 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.usp-bar:hover {
    background: url(../../img/nd/burnedblue-background-semitrans.png);
}

.usp-bar a {
    display: block;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 400;
    top: 0px;
    left: 0px;
}

.usp-bar-inner {
    position: relative;
    left: 50%;
    margin-left: -465px;
    width: 930px;
    height: 82px;
}

.usp-bar-inner ul {
    float: left;
    width: 930px;
    height: 82px;
    margin: 0px;
    padding: 0px;
}

.usp-bar-inner ul li {
    width: auto;
    line-height: 80px;
    font-size: 14px;
    color: #106973;
    height: 82px;
    display: inline-block;
    float: left;
    margin: 0px 20px 0px 0px;
}

.usp-bar-inner ul li span {
    display: block;
    float: left;
    height: 44px;
    width: 44px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    border-radius: 100%;
    margin: 20px 11px 0px 0px;
}

.interesse-lijst ul li a:hover {
    color: #999;
    text-decoration: underline;
}

.error-popup {
    width: 500px;
    height: auto;
    background: url(../../img/nd/green-background-semisolid.png);
    border-radius: 5px;
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -25px 0px 0px -250px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    padding-bottom: 10px;
}

.error-popup-inner {
    width: 460px;
    height: auto;
    padding: 15px 10px 10px 10px;
    margin: 10px 0px 0px 10px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}
.error-popup-inner p {
	line-height: 20px;
}
.error-popup-inner .line2 {
	color: #1d6b17;
}
.error-popup-buttons {
	padding-top: 25px;
}
.popup-shopping-cart-winkelen {
    background: #fbc943 url("/img/nd/btn_arrow_right.png") no-repeat scroll right center;
    border: 1px solid #fbc943;
    border-radius: 20px;
    color: #434343;
    text-align: center;
    padding: 5px 30px 5px 15px;
    cursor: pointer;
}
.popup-shopping-cart-bestellen {
	background: #e4e4e4 url("/img/nd/btn_arrow_right.png") no-repeat scroll right center;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    color: #434343;
    text-align: center;
    padding: 5px 30px 5px 15px;
	margin: 0 15px 0 15px;
    cursor: pointer;
}
.close-error {
    font-size: 13px;
    text-transform: uppercase;
    margin: 6px 0px 0px 0px;
    display: block;
    color: #a6035d;
    cursor: pointer;
}

.close-error-popup {
    display: block;
    overflow: hidden;
    text-indent: -999px;
    background: url(../../img/nd/xmas/popup/close-confirmation-popup.png);
    width: 31px;
    height: 31px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.close-error-popup:hover {
    background-position: 0px -31px;
}


.soldout-popup {
    width: 280px;
    height: 350px;
    background: url(../../img/nd/blue-background-semisolid.png);
    border-radius: 5px;
    z-index: 100;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    position: absolute;
    text-align: left;
    margin: -200px 0px 0px 0px;
}

.soldout-popup-inner {
    width: 280px;
    height: 350px;
}

.popup-title {
    display: block;
    float: left;
    width: 250px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    color:#333;
    font-style: italic;
    line-height: 24px;
    padding: 0px 30px 0px 0px;
}

.close-soldout-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 9px;
    height: 9px;
    background: url(../../img/nd/close-filters.png);
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}


.related-popup {
    width: 175px;
    height: auto;
    background: url(../../img/nd/blue-background-semisolid.png);
    border-radius: 5px;
    z-index: 99;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    position: absolute;
    text-align: left;
}

.related-popup-inner .product {
    width: 175px !important;
}

.related-popup-inner .product .product-description {
    width: 155px !important;
    padding: 0px 10px 0px 10px;
}

.related-popup-inner .product .rating {
    margin: 10px 0px 0px 0px !important;
    display: inline-block !important;
}

.related-popup-inner {
    width: 175px;
    height: auto;
    background: #fff;
    margin: 30px 0px 0px 0px;
    text-align: center;
    padding: 15px 0px 20px 0px;
    overflow: hidden;
}

.related-popup-inner .shoppingcart-button {
    margin: 10px 0px 0px 20px !important;
}

.soldout-popup-inner p {
    font-size: 13px;
    float: left;
    color: #666;
    margin: 10px 0px 0px 0px;
}

.white-box {
    position: relative;
    float: left;
    width: 280px;
    background: #fff;
    margin: 20px 0px 0px 0px;
}

.white-box form {
    margin: 12px;
}

.replacement-product a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -9999px;
}

.white-box form label {
    font-size: 13px;
    color: #d90068;
    margin: 0px 0px 12px 0px;
    display: block;
}

.white-box form input[type=text] {
    display: block;
    border: none;
    outline: none;
    font-size: 13px;
    height: 37px;
    line-height: 1;
    background: url(../../img/nd/email-input-field.png);
    padding: 0px;
    float: left;
    width: 222px;
    color: #666;
    text-indent: 12px;
    -webkit-appearance: none;
    border-radius: 0px;
}

.white-box form input[type=submit] {
    display: block;
    float: left;
    height: 37px;
    width: 31px;
    background: url(../../img/nd/buttons_new.png) -136px 0px no-repeat;
    padding: 0px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
    -webkit-appearance: none;
    border-radius: 0px;
}

.white-box form input[type=submit]:hover {
    background-position: -136px -37px;
}

.white-box form.share-form input[type=text] {
    height: 26px;
    background: #e7f0f1;
    width: 100%;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
    margin-bottom: 5px;
}

.white-box form.share-form textarea {
    resize: none;
    -webkit-resize: none;
    background: #e7f0f1;
    width: 236px;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
    height: 180px;
    border: none;
    padding: 10px;
    color: #666;
    margin-top: 7px;
    font-family: 'Open Sans', Arial, Verdana;
    font-size: 13px;
}

.white-box form.share-form input[type=checkbox] {
    float: left;
    margin: 5px 15px 35px 0px;
}

.white-box form.share-form input[type=button] {
    width: 224px;
    height: 30px;
}

.white-box form.share-form hr {
    float: left;
    height: 1px;
    border: none;
    width: 100%;
    display: block;
    background: #EAEAEA;
    margin: 10px 0px 10px 0px;
}

.red-popup-title {
    font-size: 13px;
    color: #d90068;
    margin: 12px 0px 12px 12px;
    display: block;
    float: left;
    width: 268px;
}

.white-box img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0px 18px 8px 12px;
}

.recommended-product-info {
    font-size: 12px;
    padding-top: 15px;
    float: left;
    width: 145px;
}

.recommended-product-contents {
    color: #106973;
    margin: 4px 10px 0px 0px;
    display: inline-block;
}

.recommended-product-price {
    font-size: 14px;
    color: #d90068;
    font-weight: bold;
}

/* Tabs */

.tabbed-top {
    width: 930px;
    position: relative;
    left: 50%;
    margin: 30px 0px 0px -465px;
    background: url(../../img/nd/blue-background-semitrans.png);
    height: 97px;
    font-size: 14px;
    color: #666;
    text-align: left;
}

.tabbed-top p {
    float: left;
    margin: 20px 0px 0px 20px;
}

.tab {
    float: left;
    width: 465px;
    height: 37px;
    line-height: 35px;
    background: url(../../img/nd/tab-bg.png);
    text-align: center;
}

.tab a, .tab a:hover {
    text-decoration: none;
    display: block;
    height: 37px;
    width: 100%;
	text-align: center;
}

.tab a:hover {
    color: #999;
}

.tab:hover {
    background-position: 0px -37px;
}

.tab a span {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #666;
    font-size: 18px;
    font-style: italic;
    display: inline-block;
    height: 36px;
}

.tab.active-tab {
    background: none;
}

.tab.active-tab a span {
    padding: 0px 15px 0px 15px;
    border-bottom: 1px solid #ff0086;
    color: #333;
}

.promotional-banner {
    width: 930px;
    height: 160px;
    position: relative;
    left: 50%;
    margin-left: -465px;
    background: #d1ef84;
}

.banner-icon {
    float: left;
    width: 448px;
    height: 122px;
    border-right: 1px solid #fff;
    margin: 18px 0px 0px 20px;
}

.banner-icon span {
    display: block;
    float: left;
    height: 74px;
    width: 74px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    border-radius: 100%;
    margin: 20px 25px 0px 0px;
}

.banner-icon p {
    text-transform: uppercase;
    font-size: 22px;
    color: #333;
    float: left;
    margin: 35px 0px 0px 0px;
}

.banner-icon h2 {
    font-size: 31px;
    font-weight: 900;
    text-transform: uppercase;
    float: left;
    color: #518027;
    margin: 15px 0px 0px 0px;
}

.banner-text {
    float: left;
    margin: 18px 0px 0px 20px;
    text-align: left;
    width: 405px;
    color: #333;
    font-size: 14px;
}

.banner-text span {
    font-size: 18px;
    color: #a6035d;
    font-weight: 500;
    display: block;
    margin: 0px 0px 15px 0px;
}

.signature {
    overflow: hidden;
    text-indent: -999px;
    background: url(../../img/nd/drogisterij-signature-dearjoefont.png);
    width: 133px;
    height: 30px;
    margin: 20px 0px 0px 0px !important;
    display: inline-block !important;
}

.banner-text small {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    float: right;
    margin: 25px 0px 0px 0px;
}

.column-left {
    float: left;
    width: 182px;
}

.seo-text {
    margin: 25px 0px 0px 0px;
    float: left;
    width: 182px;
}

.seo-text .header {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
	line-height: 24px;
    font-weight: normal;
    font-style: italic;
    color: #14a3b3;
}

.seo-text p {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    margin: 6px 0px 10px 0px;
    color: #666;
}

.seo-text .total {
	font-weight: bold;
}
.list-view {
    margin: 0px 0px 20px 0px !important;
    padding: 10px 0px 0px 15px;
}

.list-view hr {
    display: block;
    height: 1px;
    border: none;
    background: #d7e8ea;
    width: 150px;
    float: left;
    margin: 15px 0px 4px 0px;
}

.list-view .column-title {
    margin: 10px 0px 10px 0px !important;
}

.contentarea-list {
    position: relative;
    left: 50%;
    width: 930px;
    margin: 35px 0px 0px -465px;
    text-align: left;
}

.list-filters {
    width: 182px;
    float: left;
    background: url(../../img/nd/blue-background-semitrans.png);
}

.list-top {
    margin: 5px 0px 0px 30px;
    float: left;
    width: 705px;
    border-bottom: 2px solid #f5f5f5;
    padding: 0px 0px 20px 0px;
}

.list-top h1 {
    color: #333;
    font-size: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    float: left;
    width: 100%;
    line-height: 32px;
}

.list-top p {
    float: left;
    font-size: 21px;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 15px 0px 0px 0px;
}

.product-list-listview {
    float: left;
    margin: 0px 0px 0px 30px;
}

.list-product {
    position: relative;
    background: url(../../img/nd/fullwidth-line.png) bottom center no-repeat;
    width: 704px;
    height: auto;
    margin: 15px 0px 0px 0px;
}

.list-product .list-image {
    float: left;
    margin: -5px 15px 15px 10px;
    width: 129px;
    height: 129px;
    text-align: center;
	position: relative;
}

.list-image img {
    max-width: 129px;
    max-height: 129px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.buy-product {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 136px;
    width: 172px;
}

.buy-product a.shoppingcart-button, .buy-product a.lens-detail-button {
    float: right;
    margin : 5px 20px 0px 0px !important;
    text-indent: 31px !important;
    position: relative;
    z-index: 100;
}

.buy-product a.lens-detail-button {
    text-indent: 0px !important;
}

.buy-product .product-price {
    float: right;
    font-size: 20px;
    margin: 32px 20px 0px 0px;
}

.buy-product .product-staffel {
	float: right;
	text-align: right;
	height: 20px;
	min-width: 100px;
	margin: 4px 20px 0px 0px;
}

.buy-product del {
    font-size: 14px;
    color: #a6035d;
    float: left;
    margin: 35px 0px 0px 15px;
}

.list-product h2 {
    float: left;
    width: 470px;
    font-weight: normal;
    font-size: 15px;
    color: #a6035d;
    margin: 5px 0px 0px 0px;
    z-index: 101;
    position: relative;
    cursor: pointer;
}

.product-description.list-description {
    height: auto !important;
    float: left;
    width: 357px !important;
    padding: 0px !important;
    margin: 0px 0px 25px 0px;
    color: #666;
}

.list-description .rating {
    margin: 10px 0px 0px 0px !important;
    float: left;
}

.list-description .contents {
    float: right;
    margin: 9px 0px 10px 0px !important;
}

.list-description p {
    float: left;
}

.list-product .hover {
    width: 704px;
    height: 100%;
    padding: 0px 0px 16px 0px;
    top: -15px;
    z-index: 99;
}

.list-product .product-labels {
    width: 144px;
    position: absolute;
    left: 0px;
    bottom: 14px;
}

.list-product .product-labels .product-labels-inner {
    position: relative;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.list-product .label-sale {
    width: 144px;
    overflow: hidden;
}

.product .product-labels {
    width: 185px;
    position: absolute;
    left: 0px;
    bottom: 180px;
    z-index: 50;
}

.list-product .product-labels .product-labels-inner {
    position: relative;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.product .label-sale {
    width: 185px;
    overflow: hidden;
}

.product .like {
	position: absolute;
    top: 0px;
    left: 10px;
	background-image: url('/img/nd/bookmark_icon_.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 34px;
	z-index: 1;
}
.list-product .like {
	position: absolute;
    top: 0px;
    left: 0px;
	background-image: url('/img/nd/bookmark_icon_.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 34px;
	z-index: 1;
}
.product-image-container .like {
	position: absolute;
    top: 10px;
    left: 5px;
	background-image: url('/img/nd/bookmark_icon_.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 34px;
	z-index: 1;
}

.list-product .like.greenShop {
    background-image: url('/img/nd//stickers/gogreen_sticker_bookmark.png');
}

.product .afb-overlay {
	position: absolute;
    bottom: 10px;
    left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}
.list-product .afb-overlay {
	position: absolute;
    bottom: 10px;
    left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.sticker {
    position: absolute;
    top: -10px;
    right: 15px;
    width: 64px;
    height: 64px;
    background: url(../../img/nd/stickers2.png);
    border-radius: 32px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 15px;
    color: #333;
    font-family: 'Open Sans Condensed', Arial Narrow, Verdana;
    text-transform: uppercase;
    z-index: 99;
}

.sticker.greenShop {
    background: none !important;
}

.list-product .sticker {
    right: 560px;
}

.sticker.korting {
    background-position: 0px -64px;
}

.sticker.korting span {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    color: #ff0086;
    margin: 13px 0px 2px 0px;
}

.sticker.korting span small {
    font-size: 18px;
}

.sticker.tht {
    background-position: 0px -64px;
}

.sticker.tht span {
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    color: #333;
    margin: 13px 0px 2px 0px;
}

.sticker.tht span small {
    font-size: 18px;
}

.sticker.combi {
    line-height: 89px;
}

.sticker.nieuw {
    background: url(/img/nd/stickers/nieuw_sticker.png);
    background-size: 64px 64px;
}

.sticker.spf {
    background: url(/img/nd/stickers/spf_sticker.png);
    background-size: 64px 64px;
    font-size: 38px;
    font-weight: bold;
    color: rgb(255, 123, 2);
}

.sticker.wb {
    background: url(/img/nd/stickers/wasbeurt_sticker.png);
	line-height: 15px;
    background-size: 64px 64px;
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
}

.sticker.lui {
    background: url(/img/nd/stickers/luier_sticker.png);
	line-height: 15px;
    background-size: 64px 64px;
    font-size: 38px;
    font-weight: bold;
    color: #001129;
}


.stickerww {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 64px;
    height: 64px;
    background: url(../../img/nd/stickers2.png);
    border-radius: 32px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 15px;
    color: #333;
    font-family: 'Open Sans Condensed', Arial Narrow, Verdana;
    text-transform: uppercase;
    z-index: 99;
}
.stickerww.korting {
    background-position: 0px -64px;
}

.stickerww.korting span {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    color: #ff0086;
    margin: 5px 0px -8px 0px;
}

.stickerww.korting span small {
    font-size: 18px;
}

.stickerww.tht {
    background-position: 0px -64px;
}

.stickerww.tht span {
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    color: #333;
    margin: 10px 0px -8px 0px;
}

.stickerww.tht span small {
    font-size: 18px;
}

.stickerww.combi {
    line-height: 89px;
}

.stickerww.nieuw {
    background-position: 0px -128px;
}

.stickerww.spf {
    background-position: 0px -192px;
    font-size: 38px;
    font-weight: bold;
    color: rgb(255, 123, 2);

}

.stickerww.spf span {
    width:68px;
    padding-top:8px;
    position: absolute;
    left:0px;
}

.label-sale {
    height: 30px;
    background-color: #e7fcfe;
    line-height: 28px;
    color: #106973;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.label-voorraad {
    height: 60px;
    background-color:#f4f2ff;
    line-height: 28px;
    color: #590b36;
    font-size: 13px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.label-loyaltypoints {
    background: url(../../img/nd/pink-background-semisolid.png);
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
}

.list-product .indicator-inbasket {
    width: 144px !important;
    position: static !important;
}

.list-paging {
    float: right;
    height: 24px;
    width: 740px;
    margin: 20px 0px 40px 0px;
}

.pager {
    float: right;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    list-style: none;
    height: 24px;
}

.pager li {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0px 0px 0px 10px;
}

.pager li a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 23px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    text-align: center;
    color: #14a3b3;
    font-weight: 500;
    background: #fff;
}

.pager li a:hover {
    background: #e6f6f8;
    border: 1px solid #dff1f4;
}

.pager li a.current-page {
    background: #c0e8ee;
    border: 1px solid #afdde3;
}

.pager li.pager-next, .pager li .pager-next {
    width: 105px !important;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    text-indent: 10px;
}

.pager li.pager-prev, .pager li .pager-prev {
    width: 95px !important;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
}

.pager li .pager-next {
    background: url(../../img/nd/filter-options.png) right -125px no-repeat;
}

.pager li .pager-next:hover {
    background: #e6f6f8 url(../../img/nd/filter-options.png) right -125px no-repeat;
}

.pager li .pager-prev {
    background: url(../../img/nd/filter-options.png) left -151px no-repeat;
}

.pager li .pager-prev:hover {
    background: #e6f6f8 url(../../img/nd/filter-options.png) left -151px no-repeat;
}

.view-all {
    float: right;
    display: block;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
    color: #14a3b3;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    text-decoration: underline;
}

.usp-top {
    height: 190px;
    position: relative;
    background: url(../../img/nd/pink-background-semitrans.png);
    margin: 35px 0px 0px 0px;
}

.usp-top-inner {
    height: 190px;
    width: 930px;
    position: relative;
    left: 50%;
    margin-left: -465px;
    background: url(../../img/nd/usp-arrow.png) 30px center no-repeat;
}

.usp-top-inner h1 {
    display: inline-block;
    height: 64px;
    width: 413px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../../img/nd/usp__title.png);
    margin: 20px 0px 3px 0px;
}

.usp-top-inner p {
    width: 598px;
    font-size: 14px;
    color: #666;
    display: inline-block;
}

.usp-field {
    width: 940px;
    position: relative;
    left: 50%;
    margin: 20px 0px 40px -465px;
    text-align: left;
}

.usp-block {
    float: left;
    width: 460px;
    height: 243px;
    margin: 10px 10px 0px 0px;
    background: url(../../img/nd/blue-background-semitrans.png);
}

.usp-block .usp-icon {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    margin: 20px 20px 0px 20px;
}

.usp-block h2 {
    float: left;
    margin: 37px 0px 5px 0px;
    color: #106973;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    width: 300px;
    line-height: 27px;
}

.usp-block small {
    font-size: 16px;
    color: #106973;
    float: left;
}

.usp-block hr {
    float: left;
    margin: 20px 0px 0px 20px;
    display: block;
    height: 1px;
    border: none;
    background: #d9ecee;
    width: 419px;
}

.usp-block p {
    font-size: 13px;
    width: 419px;
    margin: 15px 0px 0px 20px;
    float: left;
    color: #666;
}

.large-button {
    display: inline-block;
    width: 435px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2b2b2b;
    text-decoration: none;
    margin: 0px 0px 0px 0px; /* MvV 2015-12-17 */
    background-color: #fbc943;
}

.large-button:hover {
    background-position: 0px -170px;
    text-decoration: none;
}

/* Product Detail */

.product-detail-top {
    position: relative;
    margin: 30px 0px 0px 0px;
    background: url(../../img/nd/blue-background-semitrans.png);
    height: 70px;
    line-height: 68px;
    text-align: left;
}

.product-detail-top-inner {
    height: 70px;
    width: 930px;
    position: relative;
    left: 50%;
    margin: 0px 0px 0px -465px;
}

.product-detail-top-inner h1 {
    font-size: 26px;
    color: #333;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    float: left;
}

.product-detail-top-inner a {
    font-size: 18px;
    color: #57969d;
    font-style: italic;
    margin: 2px 0px 0px 35px;
}

.product-detail-content {
    position: relative;
    width: 930px;
    left: 50%;
    margin: 0px 0px 0px -465px;
}
.product-image-images {
	position: relative;
}
.product-image-navigation {
    position: relative; /*absolute;*/
	/* top: 5px;  MvV 2016-03-30 */
    /*bottom: 5px;*/ /* toegevoegd MvV 2016-03-30 */
    /*left: 0px;*/
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    z-index: 99;
	overflow: hidden;
}

.product-image-navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.product-image-navigation ul li {
    width: 75px;
    height: 75px; /* inherit !important; MvV 2016-03-30 */
	float: left; /* toegevoegd MvV 2016-03-30 */
    background: #fff;
    cursor: pointer;
	position: relative;
}

.product-image-navigation ul li span {
    height: 100%;
    width: 75px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../../img/nd/trans.png);
    -webkit-transition: all 0.3s linear;
    z-index: 99;
}

.video-item span {
    background: url(../../img/nd/video-player-thumb.png) center center no-repeat !important;
}

.video-item:hover span {
    background: rgba(255,0,134,0.3) url(../../img/nd/video-player-thumb.png) center center no-repeat !important;
}

.video-item-autheos span {
    background: url(../../img/nd/video-player-thumb.png) center center no-repeat !important;
}

.video-item-autheos:hover span {
    background: rgba(255,0,134,0.3) url(../../img/nd/video-player-thumb.png) center center no-repeat !important;
}

.product-image-navigation ul li:hover span, .product-image-navigation ul li.selected-image span {
    background: url(../../img/nd/blue-background-semitrans.png);
    display: block;

}

.product-image-navigation ul li img {
    max-height: 75px;
    max-width: 75px;
    display: inline;
    cursor: pointer;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.product-image-container {
    width: 450px;
    height: 430px;
	position: relative;
}

.product-image-container img {
    max-width: 400px;
    max-height: 400px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.product-image-container-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

.product-specs {
    position: relative;
    float: right;
    width: 435px;
    padding: 0px 20px 21px 20px;
    background: url(../../img/nd/blue-background-semisolid.png);
}

.product-availability {
    position: relative;
    width: 435px;
    /*height: 90px; MvV 2015-12-17 */
    float: left;
	padding-bottom: 12px; /* MvV 2015-12-17 */
}

.product-availability span {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../../img/nd/availability-icons.png);
    margin: 12px 0px 0px 20px;
    float: left;
}

.product-availability p {
    float: left;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    width: 226px;
    margin: 18px 0px 0px 15px;
}

.running-out-of-time {
    font-size: 13px !important;
    color:red !important;
    text-align: left !important;
    width: 226px !important;
    margin: 0px 0px 0px 0px !important;
    background: url() !important;
}

.available {
    background: #b9e1b6;
    color: #506d4d;
}

.available span {
    background-position: 0 0;
}

.product-stock {
    float: right;
    margin: 20px 20px 0px 0px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px 0px 6px 21px;
    border-left: 1px solid #fff;
}

.product-stock strong {
    font-size: 25px;
    display: block;
}

.outofstock {
    background: #fde9b4;
    color: #95855a;
}

.outofstock p {
    width: 342px;
    font-size: 13px;
    margin: 15px 0px 0px 15px;
}

.outofstock strong {
    display: block;
    color: #c39646;
    font-size: 16px;
}

.outofstock span {
    background-position: 0px -55px;
}

.discontinued {
    min-height: 300px;
    background: #fff;
}

.discontinued p {
    font-size: 16px;
    color: #666;
    width: 390px;
}

.discontinued strong {
    font-size: 27px;
    color: #a6035d;
    display: block;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.discontinued b {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    line-height: 26px;
}

.free-shipping {
    float: left;
    width: 435px;
    height: 40px;
	cursor: pointer;
    background: #fff url(../../img/nd/20jaar_gratisverzending_20sept_tickertape_930x40.png) top center repeat-x;
}

#free-shipping-cart {
	display: none;
    float: left;
    width: 435px;
    height: 40px;
    background: #fff url(../../img/nd/ribbon-delivery-2.png) top center repeat-x;
}

.blackfriday2019 {
    float: left;
    width: 930px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/blackfriday_2019_tickertape_930x40.png) top center repeat-x;
}

.blackfridayearly {
    float: left;
    width: 390px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/blackfriday_earlystart_390x40.jpg) top center repeat-x;
}

.sinterklaas2019 {
    float: left;
    width: 930px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/sinterklaas_2019_tickertape_930x40.png) top center repeat-x;
}

.kerst2019 {
    float: left;
    width: 930px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/kerst2019_tickertape_930x40.png) top center repeat-x;
}

.kerst {
    float: left;
    width: 390px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/kerst_390x40.jpg) top center repeat-x;
}

.goedevoornemens {
    float: left;
    width: 390px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/goedevoornemens_390x40.jpg) top center repeat-x;
}

.valentijn {
    float: left;
    width: 390px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/valentijn_tickertape_390x40.jpg) top center repeat-x;
}

.actiecode {
    float: left;
    width: 390px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/actiecodes_tickertape_390x40.jpg) top center repeat-x;
}

.jubileum2019 {
    float: left;
    width: 930px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/20jaar_mei_korting_tickertape_930x40.png) top center repeat-x;
}

.jubileumgratisproduct {
    float: left;
    width: 930px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/20jaar_2_mei_korting_tickertape_930x40.png) top center repeat-x;
}

.oktober2019 {
    float: left;
    width: 930px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/20jaar_okt_prijstoppers_tickertape_930x40.png) top center repeat-x;
}

.goodiebag {
    float: left;
    width: 930px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/20jaar_juni_topproducten+goodiebag_tickertape_930x40.png) top center repeat-x;
}

.goodiebag2 {
    float: left;
    width: 930px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/20jaar_mei_korting_tickertape2_930x40.png) top center repeat-x;
}

.vaderdag {
    float: left;
    width: 930px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/vaderdag_tickertape_930x40.png) top center repeat-x;
}

.shoppingaward {
    float: left;
    width: 390px;
    height: 40px;
	cursor: pointer;
    background: url(../../img/nd/tickertape_shoppingawards_390x40.jpg) top center repeat-x;
}

.jubileum {
    float: left;
    width: 435px;
    height: 40px;
    cursor: pointer;
    background: #fff url(../../img/nd/20jaar_sale_tickertape_930x40.png) top center repeat-x;
}

.product-info form {
    margin: 32px 0px 0px 0px;
}

.product-info form input[type=text] {
    display: block;
    border: none;
    outline: none;
    font-size: 13px;
    height: 37px;
    line-height: 35px;
    background: url(../../img/nd/email-input-field.png);
    padding: 0px;
    float: left;
    width: 222px;
    color: #666;
    text-indent: 12px;
    -webkit-appearance: none;
    border-radius: 0px;
}

.product-info form input[type=submit] {
    display: block;
    float: left;
    height: 37px;
    width: 31px;
    background: url(../../img/nd/buttons_new.png) -136px 0px no-repeat;
    padding: 0px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
    -webkit-appearance: none;
    border-radius: 0px;
}

.product-info form input[type=submit]:hover {
    background-position: -136px -37px;
}

.product-star-rating {
    background: #fff;
    float: left;
    width: 435px;
}

.stars-large {
    display: inline-block;
    width: 137px;
    height: 25px;
    background: url(../../img/nd/stars.png) no-repeat top center;
    margin: 16px 0px 16px 0px;
}

.stars-large.fivestar-rating {
    background-position: -69px 0px;
}

.stars-large.fourstar-rating {
    background-position: -69px -25px;
}

.stars-large.threestar-rating {
    background-position: -69px -50px;
}

.stars-large.twostar-rating {
    background-position: -69px -75px;
}

.stars-large.onestar-rating {
    background-position: -69px -100px;
}

.stars-large.no-rating {
    background-position: -69px -125px;
}

.product-info {
    float: left;
    background: #fff;
    width: 435px;
    position: relative;
}

.product-info .sticker {
    top: -50px;
}

.product-info .sticker.nieuw {
    right: 356px;
}

.product-info .indicator-inbasket {
    width: 435px;
    /* position: static; Mv 2015-12-17 */
    /* float: left; MvV 2015-12-17 */
	float: none; /* MvV 2015-12-17 */
   /*margin: 10px 0px 1px 0px;*/
}

.lens-specs {
    margin: 0px 0px 5px 0px;
    text-align: left;
    float: left;
    width: 435px;
}

.lens-specs span {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    color: #c3c3c3;
    margin: 20px 0px 0px 20px;
    line-height: 1;
}

.lens-spec-form {
    margin: 20px 20px 0px 20px !important;
}

.lens-row {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #e2f2f4;

}

.first-row {
    border-top: 1px solid #e2f2f4;
}

.lens-row:nth-child(odd) {
    background: #f3feff;
}

.lens-spec-form label {
    text-transform: uppercase;
    float: left;
    width: 110px;
    text-indent: 10px;
}

.lens-spec-form select {
    width: 110px;
    float: right;
    margin: 0px 28px 0px 0px;
}

.lens-spec-form input[type=checkbox] {
    margin: 0px 15px 0px 0px;
}

.first-checkbox {
    margin: 0px 23px 0px 120px !important;
}

.label-checkbox {
    display: inline-block !important;
    width: 100px !important;
    float: none !important;
}

.info-left {
    margin: 36px 0px 0px 20px;
    float: left;
    font-size: 16px;
    color: #666;
    width: 140px;
    text-align: left;
}
.product-select-inhoud {
    font-size: 16px;
    color:#666;
}
.social-icon {
    float: left;
    height: 46px;
    width: 24px;
    display: block;
    background: url(../../img/nd/social-icons.png);
    margin: 20px 10px 0px 0px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}

.social-icon:hover {
    text-decoration: none;
}

.facebook-icon {
    background-position: 0px 0px;
}

.twitter-icon {
    background-position: -24px 0px;
}

.googleplus-icon {
    background-position: -48px 0px;
}

.email-icon {
    background-position: -72px 0px;
}

.facebook-icon:hover {
    background-position: 0px -46px;
}

.twitter-icon:hover {
    background-position: -24px -46px;
}

.googleplus-icon:hover {
    background-position: -48px -46px;
}

.email-icon:hover {
    background-position: -72px -46px;
}

/*.add-to-wishlist {
    font-size: 12px;
    color: #a6035d;
    margin: 18px 0px 0px 0px;
    text-decoration: underline;
    display: block;
    float: left;
}

.add-to-wishlist:hover {
    color: #580b36;
}*/

.info-right {
    padding: 30px 0 0 0;
    text-align: right;
    margin: 0 20px 0 0;
}

.info-right del {
    color: #434343;
    font-size: 16px;
    display: block;
    height: 30px;
}

.price-large {
    font-size: 33px;
	height: 40px;
    display: block;
}

.large-button.shoppingcart-button {
    position: static !important;
    background-position: 0px -216px;
    margin: 23px 0px 0px 0px;
	background-image: none !important;
}

.large-button.shoppingcart-button:hover {
    background-position: 0px -262px;
}

.related-products {
    float: left;
    width: 435px;
    background: #fff;
    margin: 1px 0px 0px 0px;
    text-align: left;
}

.related-products span {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    color: #c3c3c3;
    margin: 20px 0px 0px 20px;
    line-height: 1;
}

.related-products ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin: 25px 0px 20px 22px;
}

.related-products ul li {
    float: left;
    width: 90px;
    height: 90px;
    position: relative;
    border-right: 1px solid #f2f2f2;
    margin: 0px 3px 20px 3px;
}

.related-products ul li:last-child {
    border: none;
}

.related-products ul li a {
    display: block;
    height: 90px;
    width: 90px;
}

.related-products ul li a img {
    max-width: 75px;
    max-height: 75px;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.product-detail-description {
    background: url(../../img/nd/fullwidth-line-left-half.png) center 25px no-repeat;
    position: relative;
}

.title-product-description {
    margin: 10px 0px 30px 0px;
    position: relative;
    display: inline-block;
}

.detail-description-inner {
    position: relative;
    left: 50%;
    margin: 0px 0px 15px -465px;
    width: 930px;
    float: left;
}

.detail-description-left {
    float: left;
    position: relative;
    width: 450px;
}

.detail-description-left p {
    text-align: left;
    width: 425px;
    font-size: 14px;
    color: #333;
    line-height: 18px;
}

.detail-description-left h1 {
    font-size: 16px;
    color: #a6035d;
    text-transform: uppercase;
    text-align: left;
    margin: 0px 0px 20px 0px;
}

.detail-description-left a {
    color: #a6035d;
}

.detail-description-right {
    float: right;
    width: 435px;
    background: url(../../img/nd/blue-background-semisolid.png);
}
#read-more-link {
    float: left;
    padding: 10px 0 0;
    font-size: 13px;
}
#read-more-close {
    float: left;
    padding: 10px 0 0;
    font-size: 13px;
}

.product-tags {
    float: left;
    width: 435px;
    background: #fff;
    margin: 1px 0px 0px 0px;
    text-align: left;
}

.product-tags span {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    color: #c3c3c3;
    margin: 20px 0px 0px 20px;
    line-height: 1;
}

.product-tag-container {
    margin: 20px;
}

.new-product-tag {
    display: block;
    float: left;
    background: #e5f8fe;
    height: 15px;
    border-radius: 7px;
    line-height: 13px;
    text-transform: uppercase;
    font-size: 10px;
    color: #6e9da5;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
    margin: 0px 10px 5px 0px;
}

.new-product-tag:hover {
    background: #c6e7f1;
    text-decoration: none;
}

.product-usp {
    float: left;
    width: 435px;
    margin: 0px 0px 0px 0px;
    position: relative;
    background: #d0e9f0;
    height: 201px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-usp:hover {
    background: #e7fbfe;
}

.usp-handwriting {
    display: block;
    width: 100%;
    background: url(../../img/nd/handwriting-product-usp_2.png) left top no-repeat;
    margin: 17px 0px 8px 23px;
    overflow: hidden;
    text-indent: -999px;
    height: 44px;
}

.product-usp ul {
    float: left;
    /*margin: 12px 0px 0px 8px;  - Buggy declaration, disabled for release */
    list-style: none;
}

.product-usp ul li {
    width: auto;
    height: 44px;
    float: left;
    margin: 0px 5px 22px 10px;
    line-height: 42px;
    text-align: left;
    font-size: 14px;
    color: #106973;
}

.product-usp ul li span {
    width: 44px;
    height: 44px;
    float: left;
    display: block;
    margin: 0px 8px 0px 9px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    border-radius: 100%;
}

.product-usp a {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -999px;
    width: 100%;
}

.product-reviews {
    position: relative;
    left: 50%;
    margin: 15px 0px 20px -465px;
    width: 930px;
    background: #f4f1dc;
    padding: 0px 0px 20px 0px;
}

.question-full-column {
    width: 100%;
}

.review-left-column {
    float: left;
    width: 436px;
    margin: 0px 19px 0px 0px;
}

.review-right-column {
    float: left;
    width: 436px;
    margin: 0px 19px 0px 0px;
}

.box-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin: 13px 0px 13px 0px;
    display: inline-block;
}

.box-title u {
    display: inline-block;
    height: 24px;
    line-height: 22px;
    padding: 0px 8px 0px 8px;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    margin: 0px 0px 0px 10px;
    color: #a6035d;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

.review-container {
    width: 910px;
    margin: 0px 0px 0px 20px;
}

.question-container {
    width: 890px;
    margin: 0px 20px 0px 20px;
}

.review-container hr {
    display: block;
    height: 3px;
    border: none;
    background: url(../../img/nd/fullwidth-line-brown.png) top left;
    width: 893px;
    margin: 10px 10px 20px 0px;
    float: left;
}

.product-review {
    float: left;
    width: 436px;
    margin: 0px 19px 10px 0px;
}

.question-review {
    width: 860px;
    margin: 0px 19px 10px 0px;
    padding: 15px;
    color: #666;
    font-style: italic;
    font-size: 14px;
    background: #fff;
	text-align: left;
}
.question-review p {
	margin-bottom: 8px;
}
.question-name {
    font-style: normal;
    font-size: 12px;
}
.close-question-form {
	float: right;
    position: relative;
    top: -37px;
    cursor: pointer;
}
.close-answer-form {
	float: right;
    position: relative;
    top: -37px;
    cursor: pointer;
}

.review-top {
    background: #fff;
    width: 436px;
    height: 27px;
    text-align: left;
    text-indent: 10px;
    line-height: 25px;
    color: #999;
    padding: 5px 0px 0px 0px;
}
.review-top .rating {
    display: inline-block;
    margin: 7px 10px 0px 0px;
    float: right;
}
.review-middle {
    width: 406px;
    margin: 1px 0px 0px 0px;
    padding: 15px;
    color: #666;
    font-style: italic;
    font-size: 13px;
    background: #fff;
    text-align: left;
}
.review-bottom {
    background: #fff;
    margin: 1px 0px 0px 0px;
    width: 431px;
	height: 56px;
    text-align: left;
    text-indent: 10px;
    line-height: 25px;
    color: #666;
    padding: 5px 0px 5px 5px;
}
.recensie-help-text {
    cursor: pointer;
    display: block;
    float: left;
	margin: 4px 0 0 0;
	line-height: 18px;
}
.recensie-help-count {
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 4px;
    display: block;
    float: left;
    font-weight: normal;
    margin: 4px 20px 0 10px;
    text-align: center;
    width: 40px;
	line-height: 18px;
	text-indent: 0px;
}
.product-review-more {
    display: block;
    width: 70px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -35px;
    border-radius: 10px;
    background: #fff url(../../img/nd/show-filters.png) 10px 4px no-repeat;
    text-transform: uppercase;
    color: #666;
    line-height: 18px;
    text-indent: 12px;
}

.product-review-more:hover {
    text-decoration: none;
    background-color: #f4f1dc;
}

.add-review, .add-question {
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #580b36;
    text-decoration: underline;
    padding-left: 15px;
    background: url(../../img/nd/add-review-icon.png) top left no-repeat;
    display: block;
    height: 10px;
    line-height: 8px;
}

.add-review:hover, .add-question:hover {
    background-position: 0px -10px;
    color: #a6035d;
}

.product-generalinfo {
    background: url(../../img/nd/fullwidth-line.png) top center no-repeat;
    position: relative;
    padding-top: 10px;
}

.product-generalinfo-inner {
    width: 930px;
    position: relative;
    left: 50%;
    margin: 0px 0px 0px -465px;
    text-align: left;
}

.general-left {
    float: left;
    width: 456px;
}

.general-right {
    float: right;
    width: 456px;
}

.product-generalinfo-inner span.title {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #57969d;
    margin: 30px 0px 20px 0px;
}

.product-generalinfo-inner ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #d7e8eb;
}

.product-generalinfo-inner ul li {
    height: 29px;
    line-height: 27px;
    border-bottom: 1px solid #d7e8eb;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
}

.product-generalinfo-inner .general-right ul li {
    font-size: 13px;
}

.extra-note {
    text-transform: none !important;
    color: #666 !important;
    display: inline-block !important;
    margin: 0px !important;
}

.shipping-costs {
    float: right;
    text-transform: none !important;
    color: #a6035d !important;
    display: inline-block !important;
    font-weight: bold;
    margin: 0px !important;
}

.tabbed {
    display: inline-block;
    width: 150px;
    text-indent: 0px !important;
}

.product-generalinfo-inner small {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 14px;
    margin: 15px 0px 20px 0px;
}

.product-relatedpurchases {
    position: relative;
    background: url(../../img/nd/fullwidth-line.png) center 25px no-repeat;
    margin: 0px 0px 30px 0px;
}

.product-relatedpurchases .subtitle {
    margin: 10px 0px 10px 0px !important;
}

.product-extra-text {
    position: relative;
    left: 50%;
    margin: 15px 0px 50px -465px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    width: 930px;
    text-align: left;
}

.product-extra-text p {
    margin: 10px 0px 20px 0px;
}

.extra-sub, .product-extra-text h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #a6035d;
    font-weight: bold;
    display: block;
    margin: 25px 0px 20px 0px;
}

.product-extra-text h1 a, .product-extra-text h2 a, .product-extra-text h3 a {
    color: #a6035d;
}

.product-extra-text h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    margin: 20px 0px 10px 0px;
    font-size: 18px;
    color: #a6035d;
}

.product-extra-text h4 {
    position: relative;
    left: 50%;
    margin: 15px 0px 0px -465px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    width: 930px;
    text-align: center;
}

.product-extra-text a {
    color: #5f8990;
    text-decoration: none;
    border-bottom: 1px solid #D5D5D5;
}

.product-extra-text strong {
    font-weight: normal;
}

/* SEO */

.seo-text h2 {
    font-size: 14px;
	line-height: 19px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    display: block;
    margin: 10px 0px 10px 0px;
}

.seo-text h2 a, .seo-text h3 a {
    color: #a6035d;
}

.seo-text h3 {
    font-family:  Open Sans, "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 10px 0px 0px 0px;
    font-size: 13px;
    color: #333;
}

.seo-text a {
    color: #333;
    text-decoration: none;
    /*border-bottom: 1px solid #D5D5D5;*/
}

.seo-text strong {
    font-weight: normal;
}

.product-extra-text ul {
    margin: 10px 0px 10px 0px;
    list-style-position: inside;
}

.product-extra-text ul li {
    margin: 0px 0px 5px 0px;
}

.gapershop {
    margin: 10px 0px 0px -465px;
}

.loyaltypoints-header {
    height: 271px;
    width: 100%;
    background: url(../../img/nd/yellow-background-semitrans.png);
    position: relative;
}

.loyaltypoints-header-inner {
    position: relative;
    left: 50%;
    width: 930px;
    height: 271px;
    margin: 30px 0px 0px -465px;
    text-align: left;
}

.loyaltypoints-header-inner h1 {
    display: block;
    margin: 25px 0px 0px 40px;
    height: 81px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../../img/nd/title-gapershop.png) no-repeat;
    float: left;
    width: 100%;
}

.loyaltypoints-header-inner ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style: none;
    float: left;
}


.loyaltypoints-header-inner ul li {
    padding-left: 45px;
    height: 24px;
    line-height: 22px;
    font-size: 16px;
    color: #666;
    background: url(../../img/nd/loyaltypoints-usp-icon.png) left top no-repeat;
    margin: 20px 0px 0px 0px;
}

.loyaltypoints-header-textarea {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 271px;
    width: 271px;
    background: url(../../img/nd/yellow-background-semisolid.png);
}

.loyaltypoints-counter {
    position: relative;
    top: -10px;
    left: 50%;
    margin-left: -42px;
    width: 85px;
    height: 85px;
    background: url(../../img/nd/loyaltypoint-counter.png) top center no-repeat;
    border-radius: 99%;
    text-align: center;
    font-size: 23px;
    font-family: 'Open Sans Condensed', Arial Narrow;
    color: #fbcc50;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

}

.loyaltypoints-counter span {
    display: inline-block;
    width: 85px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0px 15px 0px;
    font-family: 'Open Sans', Verdana, Arial;
}

.loyaltypoints-header-textarea p {
    font-size: 14px;
    color: #333;
    width: 251px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}

.loyaltypoints-header-textarea p span {
    display: block;
    font-size: 21px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0px 0px 30px 0px;
}

.loyaltypoints-header-textarea p a {
    font-size: 10px;
    text-transform: uppercase;
    color: #106973;
    display: block;
    margin: 30px 0px 0px 0px;
    text-decoration: underline;

}

.loyaltypoints-header-textarea p a:hover {
    color: #14a3b3;
}

.loyaltypoints-price {
    font-size: 18px;
    font-family: 'Open Sans Condensed', Arial Narrow, Arial;
    color: #a6035d;
    text-transform: uppercase;
}

.loyaltypoints-price strong {
    font-weight: bold;
    font-family: 'Open Sans', Arial, Verdana;
    color: #631d40;
}

.categorypage-header {
    position: relative;
    margin: 30px 0px 10px -465px;
    width: 930px;
    left: 50%;
    height: 225px;
    background-color: #fff;
}

.categorypage-header-text {
    float: right;
    height: 195px;
    width: 300px;
    margin: 33px 60px 0px 30px;
}

.categorypage-header-text h1 {
    font-size: 26px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #333;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 24px;
    line-height: 27px;
}

.categorypage-header-text p {
    font-size: 12px;
    color: #333;
}

.categorypage-contentrow {
    width: 930px;
    left: 50%;
    position: relative;
    margin: 0px 0px 0px -465px;
}

.categorypage-navigation {
    float: left;
    width: 695px;
    min-height: 225px;
    background: url(../../img/nd/blue-background-semitrans.png);
    margin: 0px 0px 10px 0px;
}

.categorypage-navigation .tab, .categorypage-navigation .tab a {
    width: 347px;
}

.top-cats {
    width: 345px;
    height: 37px;
    line-height: 48px;
    font-size: 18px;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    float: left;
}

.top-brands {
    width: 320px;
    height: 37px;
    line-height: 48px;
    font-size: 18px;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    float: right;
}

.tab-content {
    float: left;
    text-align: left;
    /*height: 155px; MvV 2016-05-19 */
    margin: 16px 0px 0px 20px;
    width: 720px;
}

.tab-content ul {
    float: left;
    margin: 0px 26px 0px 0px;
    padding: 0px;
    width: 165px;
    /*height: 155px; MvV 2016-05-19 */
}

.tab-content ul li {
    float: left;
    width: 175px;
    margin: 0px 0px 5px 0px;
    font-size: 13px;
}

.tab-content ul li a {
    color: #7e0a4a;
}

.tab-content ul li a span {
    color: #999;
}

.tab-content ul.brands-list {
    border-left: 1px solid #d7e8ea;
    padding: 0px 0px 0px 22px;
    margin: 0px 0px 0px 0px;
}

.tab-content ul.brands-list-next {
    margin: 0px 0px 0px -16px;
}

.tab-content-2 {
    float: left;
    text-align: left;
    /*height: 155px; MvV 2016-05-19 */
    margin: 16px 0px 0px 20px;
    width: 720px;
}

.tab-content-2 ul {
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    width: 165px;
    /*height: 155px; MvV 2016-05-19 */
}

.tab-content-2 ul li {
    float: left;
    width: 175px;
    margin: 0px 0px 5px 0px;
    font-size: 13px;
}

.tab-content-2 ul li a {
    color: #7e0a4a;
}

.tab-content-2 ul li a span {
    color: #999;
}

.tab-content-2 ul.brands-list {
    border-left: 1px solid #d7e8ea;
    padding: 0px 0px 0px 22px;
    margin: 0px 0px 0px 0px;
}

.tab-content-2 ul.brands-list-next {
    margin: 0px 0px 0px -15px;
}

.single-banner {
    float: left;
    margin: 0px 0px 0px 10px;
    height: 225px;
}

.featured-row {
    width: 100%;
    position: relative;
    background: url(../../img/nd/fullwidth-line-left-half.png) center 38px no-repeat;
    clear: both;
}

.featured-row-inner {
    width: 930px;
    position: relative;
    left: 50%;
    margin: 0px 0px 10px -465px;
}

.product-selection {
    float: left;
    width: 585px;
    position: relative;
}

.product-selection .subtitle, .brands-grid .subtitle {
    z-index: 99;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 24px;
}

.product-selection .product-list {
    margin: 6px 0px 0px 10px;
    float: left;
}

.webkit .product-selection .product-list {
    margin: 24px 0px 0px 10px;
    float: left;
}

.product-selection .product-list li .hover {
    height: 345px;
    padding-bottom: 15px;
}


.featured-product-box {
    width: 345px;
    height: 400px;
    float: left;
    position: relative;
}

.featured-product-box span.featured-box-title {
    display: block;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
    font-weight: bold;
    color: #580b36;
    text-transform: uppercase;
}

.featured-product-box ul {
    margin: 3px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

.featured-product-box li {
    position: relative;
    width: 325px;
    height: 66px;
    background: #fff;
    margin: 0px 0px 3px 10px;
    float: left;
    color: #333333;
    font-size: 13px;
    text-align: left;
}

.list-position {
    display: block;
    float: left;
    width: 51px;
    height: 66px;
    color: #a6035d;
    font-size: 60px;
    font-family: 'Open Sans Condensed', Arial Narrow, Arial;
    text-align: center;
    line-height: 64px;
}

.product-name {
    float: left;
    display: block;
    width: 200px;
    margin: 13px 0px 0px 0px;

}

.product-content {
    display: block;
    float: left;
    color: #999;
    margin: 3px 0px 0px 0px;
}

.featured-product-box li .price {
    float: left;
    display: block;
    margin: 3px 0px 0px 10px;
    color: #a6035d;
}

.small-product {
    width: 66px;
    height: 66px;
    float: right;
    position: relative;
}

.small-product img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 58px;
    max-width: 58px;
}

.featured-product-box li .hover {
    height: 66px;
    top: 0px;
}

.categorypage-banner-area {
    position: relative;
    width: 930px;
    left: 50%;
    margin: 0px 0px 6px -465px;
    clear: both;
}

.line-right {
    background: url(../../img/nd/fullwidth-line-right-half.png) center 38px no-repeat !important;
    height: 400px;
}

.brands-grid {
    float: right;
    width: 585px;
}

.brands-grid ul {
    width: 573px;
    height: 350px;
    background: url(../../img/nd/logo-grid.png) 0px 25px no-repeat;
    margin: -10px 0px 0px 20px;
    padding: 0px;
}

.webkit .brands-grid ul {
    margin: 9px 0px 0px 20px;
}

.brands-grid ul li {
    width: 190px;
    height: 120px;
    float: left;
    position: relative;
    margin: 0px 1px 2px 0px;
    line-height: 97px;
    overflow: hidden;
}

.brands-grid ul li a {
    display: block;
    height: 120px;
    width: 190px;
    text-indent: -9999px;
    filter: saturate(0);
    -webkit-filter: saturate(0);
    -moz-filter: saturate(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.brands-grid ul li a:hover {
    filter: saturate(1);
    -webkit-filter: saturate(1);
    -moz-filter: saturate(1);
}

.video-area {
    height: 381px;
    width: 930px;
    position: relative;
    left: 50%;
    margin: 0px 0px 10px -465px;
    background: #f4f1dc;
    clear: both;
    display: block;
}

.video-area + .homepage-title-wrapper {
    margin: 30px 0px 0px 0px;
}

.youtube-player {
    width: 640px;
    height: 360px;
    float: left;
    margin: 10px 0px 0px 10px;
    background: #e3e0c8;
    position: relative;
}

.video-product {
    height: 340px;
    width: 260px;
    background: #fff;
    float: left;
    margin: 10px 0px 0px 10px;
    overflow: hidden;
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.video-product .product {
    width: 261px;
}

.video-product .product .product-description {
    padding: 0px 30px;
    width: 195px;
}

.video-product .product .product-labels {
    width: 260px;
}


.video-product .product .label-sale, .video-product .product .label-loyaltypoints {
    width: 260px;
}

.video-product .product .contents {
    margin: 0px 0px 0px 0px;
}

.video-product .product .rating {
    margin:  8px 0px 0px 62px;
}

.video-product .product .shoppingcart-button {
    margin: 12px 0px 0px 60px;
}

/*Youtube Video overlay */

.video-popup {
    position: fixed;
    width: 960px;
    height: 610px;
    border-radius: 5px;
    background: url(../../img/nd/blue-background-semisolid.png);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    top: 50%;
    left: 50%;
    margin: -265px 0px 0px -480px;
    z-index: 999;
}

.video-close {
    width: 15px;
    height: 15px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url(../../img/nd/close-filters.png) center center no-repeat;
    float: right;
    cursor: pointer;
    margin: 10px 12px 0px 0px;
}

.overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: url(../../img/nd/overlay.png);
}

/* video layer authorized video */
.video-popup-autheos {
    position: fixed;
    width: 780px;
    height: 460px;
    border-radius: 5px;
    background: url(../../img/nd/blue-background-semisolid.png);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    top: 50%;
    left: 50%;
    margin: -265px 0px 0px -480px;
    z-index: 999;
}

.video-close-autheos {
    width: 15px;
    height: 15px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url(../../img/nd/close-filters.png) center center no-repeat;
    float: right;
    cursor: pointer;
    margin: 10px 12px 0px 0px;
}

.overlay-autheos {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: url(../../img/nd/overlay.png);
}


.video-player-inner {
    margin: 30px 0px 0px 0px;
}


/*Write Review */

.review-popup {
    height: 665px;
    z-index: 999;
    margin: -300px 0px 0px -500px;
    padding: 50px 20px 20px 20px;
    position: absolute;
}

.review-popup span {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 16px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 255px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    height: 17px;
}

.review-popup span b {
    display: block;
    width: 50px;
    height: 17px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../../img/nd/popup-title-fade.png);
}

.review-form {
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 13px;
    color: #333;
    position: relative;
}

.radiogroup input {
    float: left;
    margin: 0px 20px 0px 20px;
}

.radiogroup label {
    margin: 0px;
    float: left;
    cursor: pointer;
}

.radio-row {
    width: 100%;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #eaeaea;
}

.radio-row:first-of-type {
    border-bottom: 1px solid #eaeaea;
}

.title {
    font-size: 13px;
    color: #d90068;
    margin: 10px 0px 4px 11px !important;
    display: block;
    width: 100%;
}

.review-form input[type=text], .review-form textarea {
    width: 240px;
    margin: 0px 20px 0px 20px;
    height: 26px;
    background: #e7f0f1;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
    outline: none;
    resize: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    text-indent: 10px;
    font-family: "Open Sans", Arial, Verdana;
}

.review-form textarea {
    height: 100px !important;
    width: 220px;
    padding: 10px;
    text-indent: 0px;
}

.review-form input[type=submit] {
    width: 240px;
    margin: 10px 20px 0px 20px;
}

.close-review-form {
    display: block;
    height: 50px;
    width: 100%;
    cursor: pointer;
    background: url(../../img/nd/close-filters.png) 290px 20px no-repeat;
    position: absolute;
    top:0px;
    left: 0px;
}

.close-question-form {
    display: block;
    height: 50px;
    width: 100%;
    cursor: pointer;
    background: url(../../img/nd/close-filters.png) 290px 20px no-repeat;
    position: absolute;
    top:0px;
    left: 0px;
}

.close-answer-form {
    display: block;
    height: 50px;
    width: 100%;
    cursor: pointer;
    background: url(../../img/nd/close-filters.png) 290px 20px no-repeat;
    position: absolute;
    top:0px;
    left: 0px;
}

/* Uitleg Gapers */

.content-text-container-info.gapershop-info-content {
    width: 930px;
    text-align: left;
    position: relative;
    left: 50%;
    margin: 30px 0px 0px -460px;
    font-size: 14px;
}

.content-text-container-info table.info-small {
    width: 100%;
    border: none !important;
}

.content-text-container-info td {
    background: none;
    padding: 10px 10px 10px 20px !important;
    /*border: none !important;
    border-bottom: 1px solid #e7f0f1 !important;*/
    line-height: 20px;
}

.content-text-container-info td  b {
    text-transform: uppercase;
    color: #14a3b3;
}

.gaper-action {
    text-transform: uppercase;
    font-weight: 700;
}

.content-text-container-info h1 {
    font-size: 30px;
    margin-top: 20px;
}

.content-text-container-info h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    margin: 20px 0px 10px 0px;
    font-size: 18px;
    color: #a6035d;
}

.content-text-container-info ul {
    margin: 10px 0px 10px 20px;
    list-style-position: inside;
}

.content-text-container-info ul li {
    margin: 0px 0px 5px 0px;
}

.gaper-text-indent {
    padding-left: 20px;
}

.content-text-container-info a {
    color: #333;
    text-decoration: underline;
}

.content-text-container-info a:hover {
    color: #666;
    text-decoration: none;
}

.remove-product {
    position: absolute;
    top: -20px;
    left: 20px;
    display: block;
    width: 23px;
    height: 43px;
    background: url(../../img/nd/remove-item.png);
    background-position: -23px 0px !important;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    z-index: 103;
}

.remove-product:hover {
    background-position: -23px -43px !important;
}

/*
.item-scroll-container .remove-product {
    background-position: -23px 0px !important;
}

.item-scroll-container .remove-product:hover {
    background-position: -23px -43px !important;
}
*/


/* iPad */

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {

#slider-range {
    height: 12px;
    width: 118px;
    border-right: 10px solid #fff;
    border-radius: 6px;
    background: #fff;
    z-index: 1;
    position: relative;
}

#slider-range .ui-slider-handle {
    display: block;
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px !important;
    background: #106973;
    z-index: 2;
    position: absolute;
    top: -2px;
    left: -2px;
}

.ui-slider-range {
    background: #e1a9c8;
    height: 12px;
    position: absolute;
    border-radius: 4px 0px 0px 4px;
    padding-right: 2px;
}

.filter-price #slider-amount {
    background: none;
    border: none;
    -webkit-appearance: none;
    font-family: 'Open Sans', Verdana, Sans-serif;
    color: #999;
    text-align: right;
    margin: -40px -5px 5px 0px;
    float: right;
}

.filter-price {
    padding: 0px 0px 18px 0px;
}

}

/*Zenbox*/

#zenbox_tab {
    border: 0px !important;
}

/* Instruction Icons */

.mediproduct-icons {
    float: left;
    background: #fff;
    margin: 1px 0px 0px 0px;
    width: 435px;
    position: relative;
    text-align: left;
}

.mediproduct-icons span {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    color: #c3c3c3;
    margin: 20px 0px 0px 20px;
    line-height: 1;
}

.icon-wrapper {
    margin: 20px 19px 10px 20px;
}

.medicon {
    display: block;
    float: left;
    height: 46px;
    width: 48px;
    overflow: hidden;
    margin: 0px 10px 8px 0px;
}

.medicon img {
    border: none;
}

.medicon:nth-of-type(7) {
    margin: 0px 0px 10px 0px !important;
}

.medicon:last-of-type {
    margin: 0px 0px 10px 0px !important;
}

span.hotline-text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #f98a4e;
    font-size: 20px;
    float: left;
    text-transform: none;
    margin: 20px 0px 20px 20px;
}

.hotline p {
    font-size: 24px;
    color: #333;
    margin: 20px 20px 0px 0px;
    float: right;
}

/* Popup */

.medicon-popup {
    height: auto !important;
    margin: -100px 0px 0px 0px;
}

.medicon-popup-inner {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

.medicon-popup-inner img {
    margin: 0px 0px 20px 0px;
}

.medicon-popup-inner p {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
}

.medicon-title {
    display: block;
    width: 100%;
    color: #333;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}

.icon-nav {
   position: absolute;
   top: 45px;
   display: block;
   text-indent: -999px;
   cursor: pointer;
   overflow: hidden;
   background: url(../../img/nd/medicons-nav.png);
   width: 30px;
   height: 30px;
}

.icon-next {
    right: 0px;
    background-position: 0px 0px;
}

.icon-next:hover {
    background-position: -30px 0px;
}

.icon-prev {
    left: 0px;
    background-position: 0px -30px;
}

.icon-prev:hover {
    background-position: -30px -30px;
}

/* 404 */

.systempage {
    background: url(../../img/nd/404-top-trimming.png) center 115px no-repeat;
}

.404 {
    background: url(../../img/nd/404-top-trimming.png) center 115px no-repeat;
}

.systempage-header {
    height: 236px;
    width: 930px;
    position: relative;
    left: 50%;
    margin: 25px 0px 0px -465px;
}

.systempage-top-left {
    float: left;
    width: 930px;
}

.systempage-top-left span {
    font-size: 35px;
    font-style: italic;
    color: #a6035d;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: inline-block;
    margin: 40px 0px 30px 0px;
}

.systempage-top-left p {
    font-size: 17px;
    line-height: 28px;
}

.systempage-top-right {
    float: left;
    margin: 0px 0px 0px 10px;
    width: 225px;
}

/*.arrow-box {
    overflow: hidden;
    background: url(../../img/nd/404-navigation-pointer.png) top center no-repeat;
    text-indent: -999px;
    height: 100%;
    margin: -20px 0px 0px 10px;
}*/

.search-text {
    background: url(../../img/nd/404-search-pointer.png) top center no-repeat !important;
}

.systempage-row {
    width: 930px;
    position: relative;
    left: 50%;
    margin: 10px 0px 50px -465px;
}

.systempage-listbox {
    float: left;
    height: 225px;
    width: 225px;
    position: relative;
    text-align: left;
    margin: 0px 10px 0px 0px;
}

.systempage-listbox span.listbox-title {
    display: block;
    width: 225px;
    font-size: 18px;
    font-style: italic;
    color: #333;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 15px 0px 20px 20px;
}

.blue-box {
    background: #e7fcfe;
}

.pink-box {
    background: #f4f2ff;
}

.systempage-listbox ul {
    margin: 0px 0px 0px 20px;
}

.systempage-listbox ul li {
    float: left;
    width: 168px;
    margin: 0px 12px 2px 0px;
    font-size: 13px;
    height: 20px;
}

.systempage-listbox ul li a {
    color: #7e0a4a;
}

.systempage-listbox li a span {
    color: #999;
}

.systempage-banner {
    float: left;
    margin: 0px 10px 0px 0px;
}

.systempage-last-banner {
    margin: 0px;
}

.systempage .product-row {
    margin-bottom: 40px;
    background: none;
}

.giftshop {
    width: 280px;
    margin: 16px 61px 0px 0px;
}

.giftshop-dropdown-wrapper {
    margin: -10px 0px 0px 0px;
    width: 395px;
    z-index: 149;
    position: absolute;
    right: 0px;
    top: 140px;
}

.giftshop-dropdown {
    background: url(../../img/nd/store-dropdown.png);
    display: inline-block;
    height: 37px;
    width: 282px;
    font-size: 13px;
    line-height: 37px;
    text-align: left;
    text-indent: 20px;
    color: #106c76;
    margin: 20px 0px 0px 0px;
}

.giftshop-dropdown:hover {
    text-decoration: none;
    background-position: 0px -37px;
}

.dropdown-active {
    background-position: 0px -74px !important;
}

.giftshop-list {
    padding: 0px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    display: block;
    width: 282px;
    position: relative;
    left: 50%;
    margin-left: -140px;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    text-align: center;
    overflow: hidden;
    display: none;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.giftshop-list li {
    display: inline-block;
    height: 35px;
    width: 282px;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    text-indent: 20px;
    font-size: 13px;
    line-height: 33px;
}

.giftshop-list li.heading {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 13px;
    background: #e7f0f1;
}

.giftshop-list li a {
    color: #106c76;
    display: block;
    width: 100%;
    height: 100%;
}

.giftshop-list li a:hover {
    background: #e7fcfe;
    text-decoration: none;
}

/* Merken */

.brand-matrix {
    display: inline-block;
    margin: 15px 0px 0px 0px;
    width: 980px;
}

.matrix-row {
    display: inline-block;
    width: 980px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
}

ul.matrix-row:last-of-type {
    border: none;
}

.brand-navigation {
    width: 930px;
    margin: auto;
    padding: 30px 0px 30px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.brand-navigation a {
    color: #333;
    font-size: 20px;
    margin: 0px 8px 0px 8px;
}

.brand-navigation a:hover {
    color: #a6035d;
}

.brand-section {
    width: 930px;
    position: relative;
    left: 50%;
    margin: 30px 0px 0px -465px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #f2f2f2;
}

div.brand-section:last-of-type {
    margin: 30px 0px 50px -465px;
}

.brand-section span.section-letter {
    font-size: 26px;
    float: left;
    color: #ff0086;
    font-weight: bold;
    margin: 0px 20px 0px 15px;
}

.brand-list {
    float: left;
    width: 158px;
    margin: 0px 5px 0px 10px;
}

.brand-list li {
    text-align: left;
    margin: 0px 0px 5px 0px;
}

.brand-list li a {
    color: #7e0a4a;
    font-size: 12px;
}

.brand-list li a span {
    color: #999;
}

.brands-totop {
    position: absolute;
    bottom: -8px;
    text-transform: uppercase;
    color: #d4d4d4;
    right: 0px;
    font-size: 11px;
    background: #fff;
    padding: 0px 0px 0px 10px;
}

/* links */
.links-matrix {
    display: inline-block;
    margin: 15px 0px 0px 0px;
    width: 980px;
}

.matrix-row {
    display: inline-block;
    width: 980px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
}

ul.matrix-row:last-of-type {
    border: none;
}

.links-navigation {
    width: 930px;
    margin: auto;
    padding: 30px 0px 30px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.links-navigation a {
    color: #333;
    font-size: 14px;
    margin: 0px 8px 0px 8px;
}

.links-navigation a:hover {
    color: #a6035d;
}

.links-section {
    width: 930px;
    position: relative;
    left: 50%;
    margin: 30px 0px 0px -465px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #f2f2f2;
}

div.links-section:last-of-type {
    margin: 30px 0px 50px -465px;
}

.links-section span.section-letter {
    font-size: 26px;
    float: left;
    color: #ff0086;
    font-weight: bold;
    margin: 0px 20px 0px 15px;
    width:200px;
    text-align: left;
    line-height: 25px;
}

.links-list {
    float: left;
    width: 200px;
    margin: 0px 5px 0px 10px;
}

.links-list li {
    text-align: left;
    margin: 0px 0px 5px 0px;
}

.links-list li a {
    color: #7e0a4a;
    font-size: 12px;
}

.links-list li a span {
    color: #999;
}

.linkss-totop {
    position: absolute;
    bottom: -8px;
    text-transform: uppercase;
    color: #d4d4d4;
    right: 0px;
    font-size: 11px;
    background: #fff;
    padding: 0px 0px 0px 10px;
}

/* Brand pages */

.brand-page-ruler {
    position: relative;
    margin: 30px 0px 10px 0px;
}

.large-ruler {
    height: 225px;
}

.small-ruler {
    height: 90px;
    margin: 0px 0px 10px 0px;
}

.custom-product-row .product-row {
    background: none;
}

.categorypage-discretion-block {
    display: inline-block;
    width: 930px;
    background: url(../../img/nd/blue-background-semitrans.png);
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.categorypage-discretion-block span {
    display: block;
    margin: 30px;
    float: left;
    width: 78px;
    height: 78px;
    background: url(../../img/nd/icon-discretion.png);
    border-radius: 100%;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}

.categorypage-discretion-block h4 {
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #a6035d;
    margin: 40px 0px 10px 0px;
}

.categorypage-discretion-block p {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    width: 850px;
}

/* Benjamin - Noon Design - 03 12 2014 - Nieuwe Zoek CSS. */

.header-middle-bar {
    width: 930px;
    margin: auto;
    position: relative;
}

.header-middle-bar .header-logo {
    float: left;
    margin: 28px 15px 0px 4px;
}

.header-logo {
    float: left;
    margin: 28px 15px 0px 4px;
}

.header-middle-bar form {
    position: relative;
    z-index: 99999;
}

.header-middle-bar input[type=text] {
    text-indent: 10px;
    line-height: 29px;
    margin: 0;
    display: block;
    height: 31px;
    width: 235px;
}

.header-middle-bar input[type=submit] {
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    height: 23px;
    width: 23px;
    border: none;
    background: url(../../img/nd/search-input.png);
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}

.header-middle-bar input[type=button] {
    position: absolute;
    top: 0px;
    right: 4px;
    display: block;
    height: 23px;
    width: 23px;
    border: none;
    background: url(../../img/nd/search-input.png);
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}

.header-middle-bar input[type=submit].processing {
    background: #939299 url(../../img/nd/search-processing.gif) center center no-repeat !important;
}

.header-middle-bar input[type=button].processing {
    background: #939299 url(../../img/nd/search-processing.gif) center center no-repeat !important;
}

.header-middle-bar input[type=submit]:hover {
    background-position: 0 -23px;
}

/* MvV 2015-10-23
#search_suggest_list div:nth-of-type(odd) {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
*/

.top-content .search-box {
    position: relative;
    display: inline-block !important;
    float: right;
    margin: 0 10px 0 0;
    background: #f4f2ff url(../../img/nd/searchbox-shadow.png) bottom center no-repeat;
}

.top-content .search-box input[type=text] {
    text-indent: 10px;
    line-height: 29px;
    margin: 0;
    display: block;
    height: 31px;
    width: 235px;
}

.top-content .search-box input[type=submit] {
    position: absolute;
    top: 0px;
    right: 4px;
    display: block;
    height: 23px;
    width: 23px;
    border: none;
    background: url(../../img/nd/search-input.png) 0 -46px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}

.top-content input[type=submit].processing {
    background: url(../../img/nd/search-processing-sticky.gif) center center no-repeat !important;
}

#producten-kassakoopjes {
    margin-top: 115px;
}

/*	Overlay-image product pagina */
#overlay-image {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9996;
}
#overlay-image-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #333333;
	z-index: 9997;
	opacity: 0.7;
}
#overlay-image-box {
	position: relative;
	margin: 40px auto 40px auto;
	border-radius: 20px;
	width: 80%;
	max-width: 1000px;
	background-color: #ffffff;
	height: calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: -khtml-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: -ms-calc(100% - 100px);
	z-index: 9998;
	opacity: 1;
}
#overlay-image-layer {
	padding: 20px;
	height: calc(100% - 60px);
	height: -moz-calc(100% - 60px);
	height: -khtml-calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	height: -o-calc(100% - 60px);
	height: -ms-calc(100% - 60px);
}
#overlay-image-navigation {
	float: left;
	width: 200px;
	padding: 10px;
	border-right: 1px solid #333333;
	height: 100%;
	overflow: hidden;
}
#overlay-image-navigation-box {
	text-align: left;
	width: 240px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
}
#overlay-image-navigation-box::-webkit-scrollbar { width: 0 !important }
#overlay-image-navigation img {
	padding: 10px;
	width: 180px;
}
#overlay-image-navigation img:hover {
	background-color:#f0f0f0;
}
#overlay-image-container {
	float: left;
	width: calc(100% - 260px);
	width: -moz-calc(100% - 260px);
	width: -khtml-calc(100% - 260px);
	width: -webkit-calc(100% - 260px);
	width: -o-calc(100% - 260px);
	width: -ms-calc(100% - 260px);
	padding: 10px;
	height: 100%;
	overflow: hidden;
}
.overlay-image-index {
	height: 100%;
	position: relative;
}
#overlay-image-container img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 10%;
	max-height: 10%;
	transform: scale(10);
}
#overlay-image-close {
	position: absolute;
	float: right;
	top: -10px;
	right: -10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
#overlay-image-close:hover {
    background-position: -23px -43px !important;
}
#product-vraag-en-antwoord {
	padding: 20px 0 20px 0;
}
.product-vraag-en-antwoord {
	left: 50%;
	margin: 0 0 0 -465px;
	position: relative;
	text-align: left;
	width: 930px;
}
.product-vraag-en-antwoord p {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 8px;
}
.product-vraag-en-antwoord p strong {
	margin-top: 8px;
}
.submenu-href {
	float: left;
	width: 12px;
	cursor: pointer;
}
.submenu-groep {
	display: none;
}
.submenu-groep ul {
	height: auto;
	width: 155px;
	margin: 5px 5px 0px 0px;
}
.submenu-groep ul li {
	padding-left: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.staffel-container2 {
	width: 50%;
	float: left;
}
.staffel-container3 {
	width: 33.33%;
	float: left;
}
.staffel-box {
	padding: 10px 10px 10px 21px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	background-color: #f5f5f5;
	border: 1px solid #c3c3c3;
	color: #888888;
	cursor: pointer;
}
.staffel-box-selected {
	padding: 10px 10px 10px 21px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	background-color: #fcefcb;
	border: 1px solid #fbc943;
	cursor: pointer;
}
.thema-cloud-container {
    background: #ebebeb none repeat scroll 0 0;
    left: 50%;
    margin: 15px 0 20px -465px;
    padding: 0 0 20px;
    position: relative;
    width: 930px;
}
.thema-cloud-box {
    background: #ffffff none repeat scroll 0 0;
	margin: 0px 19px 0px 19px;
	padding: 10px;
}
.thema-cloud {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 8px;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 18px;
    line-height: 20px;
    margin: 5px 10px 5px 0;
    padding: 0 8px;
    text-decoration: none;
    text-transform: uppercase;
}
#fb-login {
	margin-top: 8px;
	color: #ffffff;
}
#fb-message {
    background-color: #fce784;
    font-size: 13px;
    line-height: 25px;
    padding: 3px 0 1px;
    text-align: center;
}
.staffel-return-tekst {
	font-size: 14px;
	text-transform: lowercase;
}
#gratisbezorgd-container {
	display: none
}
