<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ////////////////////////////////////////////////// */
/* FONT */
strong.block-title,
.page-title,
.footer #homepage-content h1,
.footer #homepage-content h2,
.footer #homepage-content h3,
.footer #homepage-content h4,
.footer #homepage-content h5,
.footer #homepage-content h6,
.productindex strong,
.onestepcheckout-title {
    font-family: 'Open Sans', sans-serif;
}

/* ////////////////////////////////////////////////// */
/* RESET STYLES */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-font-smoothing: antialiased;
}

/* ////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////// */
/* ALGEMEEN */
.clr {
    clear: both;
}

.flt_rgt {
    float: right;
}

.flt_lft {
    float: left;
}

.print {
    display: none !important;
}

.no_print {
    display: block !important;
}

#map span {
    display: none;
}

/* ////////////////////////////////////////////////// */
/* PAGINA STRUCTUUR */
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    color: #333;
    background-attachment: fixed;
}

html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.page {
    background: none;
    margin: 0 15px;
}

.header-container {
    background: none;
    border: 0;
}

.header {
    background: none;
    width: 982px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 5;
}

.main-container {
    background: none;
}

.main {
    width: 981px;
    background: none;
    padding: 10px 0;
    position: relative;
    z-index: 0;
}

.footer-container {
    border: 0;
}

.footer {
    border-top: 7px solid #f8b333;
    width: 981px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 80px;
}

/* ////////////////////////////////////////////////// */
/* HEADER */
.top-header {
    margin: 0 -15px;
    padding: 8px 0;
    background: #371347;
}

.top-header__container {
    max-width: 982px;
    padding: 0 10px;
    margin: 0 auto;
}

.top-header .top-links {
    text-align: right;
    color: #fff;
    font-size: 12px;
}

.top-header .top-links a {
    color: #fff;
    text-decoration: none;
}

.top-header .top-links a:hover {
    text-decoration: underline;
}

.bottom-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .bottom-header {
        flex-wrap: nowrap;
        align-items: flex-end;
        padding: 0 0 20px;
    }
}

.bottom-header .logo {
    order: 1;
    display: block;
    max-width: 215px;
}

@media (min-width: 768px) {
    .bottom-header .logo {
        max-width: 300px;
    }
}

.bottom-header .logo img {
    display: block;
    margin-top: -20px;
}

@media (min-width: 768px) {
    .bottom-header .logo img {
        margin-top: -15px;
    }
}

.bottom-header .top-cart {
    order: 2;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .bottom-header .top-cart {
        order: 3;
        flex-grow: 0;
    }
}

.bottom-header .top-cart .header-shopping-cart {
    display: flex;
    justify-content: flex-end;
    color: #333;
    text-decoration: none;
}

.bottom-header .top-cart .top-cart-text {
    display: none;
    margin-right: 8px;
}

@media (min-width: 500px) {
    .bottom-header .top-cart .top-cart-text {
        display: block;
    }
}

.bottom-header .top-cart .top-cart-icon {
    position: relative;
}

.bottom-header .top-cart .top-cart-icon .cart-counter {
    display: block;
    position: absolute;
    top: -2px;
    right: -4px;
    box-sizing: border-box;
    padding: 0 3px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    background: #622181;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.bottom-header .top-search {
    order: 3;
    width: 100%;
}

@media (min-width: 768px) {
    .bottom-header .top-search {
        order: 2;
        flex-grow: 1;
        width: auto;
        padding: 0 20px;
    }
}

.bottom-header .top-search .form-search {
    margin-top: 10px;
    position: relative;
}

.bottom-header .top-search .form-search .input-text {
    box-sizing: border-box;
    height: 42px;
    width: 100%;
    padding: 0.5em 4em 0.5em 1em;
    border: 1px solid #AFAFAF;
    border-radius: 6px;
}

.bottom-header .top-search .form-search .search-button {
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -10px;
    background: none;
    border: none;
    cursor: pointer;
}

.bottom-header .top-search .form-search .search-button img {
    display: block;
}

.bottom-header .top-search .form-search .search-autocomplete {
    box-sizing: border-box;
    padding: 4px 10px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 6px;
    z-index: 20;
}

.bottom-header .top-search .form-search .search-autocomplete ul li {
    box-sizing: border-box;
    padding: 6px 0;
    border-bottom: 1px solid #AFAFAF;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.bottom-header .top-search .form-search .search-autocomplete ul li:hover {
    color: #622181;
}

.bottom-header .top-search .form-search .search-autocomplete ul li:last-child {
    border-bottom: none;
}

.bottom-header .top-search .form-search .search-autocomplete ul li .amount {
    float: right;
    font-weight: normal;
}

.quick-jump-top {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 0.9em;
    color: #fff;
    font-weight: bold;
}

.quick-jump-top li {
    display: inline-block;
    border-right: 1px solid #ccc;
    line-height: 11px;
    padding: 0 6px 0 0;
    margin: 0 0 0 4px;
}

.quick-jump-top li.Contact {
    display: inline-block;
    border-right: 0;
    line-height: 11px;
    padding: 0;
    margin: 0 0 0 4px;
}

.quick-jump-top a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}

.quick-jump-top a:hover {
    text-decoration: underline;
}

.header .links {
    float: none;
    margin: 0;
    position: absolute;
    top: 60px;
    right: 0;
    padding: 0;
}

.header .links a {
    color: #666;
    text-decoration: none;
    background: none;
}

.header .links a:hover {
    text-decoration: underline;
}

#header-shopping-cart {
    position: relative;
    line-height: 25px;
    padding: 10px 0 0 0;
}

#header-shopping-cart .shopping-bag-icon {
    position: absolute;
    top: 10px;
    right: 230px;
}

#header-shopping-cart a {
    color: #622181;
    text-decoration: underline;
}

#header-shopping-cart a:hover {
    text-decoration: none;
}

#header-shopping-cart strong a {
    color: #666;
    text-decoration: none;
    font-size: 1.2em;
}

#header-shopping-cart strong a:hover {
    text-decoration: underline;
}

#header-shopping-cart .amount,
#header-shopping-cart .subtotal {
    display: inline;
}

#header-shopping-cart .amount a,
#header-shopping-cart .subtotal a {
    color: #666;
    text-decoration: none;
}

#header-shopping-cart .amount a:hover,
#header-shopping-cart .subtotal a:hover {
    text-decoration: underline;
}

/* ////////////////////////////////////////////////// */
/* CATEGORIE MENU */
#nav,
#nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav {
    line-height: 1.0;
    background: #622181;
    border-radius: 6px;
    width: 972px;
    height: 48px;
    padding: 0 0 0 10px;
    margin: 0;
}

#nav ul {
    position: absolute;
    top: -999em;
    width: 230px;
    text-align: left;
    left: -9px;
    margin: 19px 0 0 0;
    border: 0;
    /*background: #fceed2 url('../images/submenu-back.jpg') no-repeat bottom center !important;*/

    background: #F4F0F8;
}

#nav ul li {
    width: 100%;
}

#nav li:hover {
    visibility: inherit;
}

#nav li {
    float: left;
    position: relative;
}

#nav &gt; li &gt; a {
    padding: 0 1em;
    height: 48px;
    line-height: 48px;
}

#nav &gt; li.Home {
    display: none;
}

@media (min-width: 980px) {
    #nav &gt; li.Home {
        display: block;
    }
}

#nav a {
    z-index: 1;
    position: relative;
    text-decoration: none;
    display: block;
    height: 22px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    padding: 14px 0 0 0;
}

#nav &gt; li.active &gt; a,
#nav &gt; li:hover &gt; a{
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

#nav ul li.active {
    background: none;
}

#nav li:hover a {
    color: #fff;
}

#nav li .shadow {
    display: none;
}

#nav ul li {
    height: auto;
    background: none;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 2px solid white;
}

#nav ul.level0 {
    border: 2px solid white;
    border-top: 0;
    -webkit-box-shadow: 0px 2px 4px 0px #999;
    box-shadow: 0px 2px 4px 0px #999;
}

#nav ul li a {
    padding: 10px !important;
    color: #612c82 !important;
    font-size: 12px !important;
    background: none;
    display: block;
    position: relative;
    height: auto;
    font-weight: bold !important;
}

#nav ul li a span {
    padding: 0 15px;
}

#nav ul li a:hover {
    background: #75438c;
    color: #fff !important;
}

#nav li:hover ul,
#nav li.sfHover ul {
    left: 0;
    top: 25px;
    z-index: 99;
}

ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
    top: -999em;
    border: 2px solid white;
}

ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
    left: 230px;
    top: -20px;
}

ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
    top: -999em;
}

ul#nav li li li:hover ul,
ul#nav li li li.sfHover ul {
    left: 10em;
    top: 0;
}

#nav ul li li.level2 a:hover {
    background: #75438c;
    color: #fff !important;
}

#nav ul li a .menu-hover {
    top: 10px;
    right: -20px;
    display: block;
    position: absolute;
    width: 15px;
    height: 13px;
    background: url('../images/menu-crown.png') no-repeat;
}

#nav ul li.last li span {
    padding: 0 15px;
}

#nav .Home a img {
    vertical-align: middle;
}

#nav ul li.last {
    background: none;
    padding: 0 !important;
}

#nav ul li.parent a {
    background-image: none;
}

#nav ul li.parent a:hover {
    background: #75438c;
}

/* ////////////////////////////////////////////////// */
/* CONTENT */
.col-left {
    float: left;
    box-sizing: border-box;
    width: 28%;
    padding: 0 30px 0 0;
    position: relative;
}

.col-main {
    float: left;
    width: 520px;
    padding: 0;
    position: relative;
    line-height: 20px;
}

.col-right {
    float: right;
    box-sizing: border-box;
    width: 28%;
    padding: 0 0 0 30px;
    position: relative;
}

.col-main hr {
    height: 1px;
    border: 0;
    background: #e5e5e5;
    margin: 10px 0;
}

.col-main ul {
    margin: 10px 0 10px 20px;
    padding: 0;
    list-style: disc;
}

.col-main ol {
    margin: 10px 0 10px 25px;
    padding: 0;
    list-style: decimal;
}

.col-main ul li {
    padding: 0 0 0 5px;
}

.col-main a {
    color: #622181;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
    width: 72%;
}

.col2-right-layout .col-main {
    float: left;
    width: 72%;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 480px;
    margin: 0 10px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 730px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
    margin-bottom: 5px;
}

/* Breadcrumbs */
.breadcrumbs {
    margin: 0 0 10px 0;
}

.breadcrumbs a {
    color: #333;
}

.breadcrumbs strong {
    color: #333;
    font-weight: normal;
}

/* Headings */
.page-title {
    width: 100%;
    overflow: hidden;
    border-bottom: none;
    margin: 0;
}

h1.page-title,
h2.page-title,
h3.page-title,
h4.page-title,
h5.page-title,
h6.page-title {
    margin: 0 0 15px 0;
    color: #622181;
    font-weight: normal;
}

h1.page-title {
    font-size: 2em;
}

h2.page-title {
    font-size: 2em;
}

h3.page-title {
    font-size: 2em;
}

h4.page-title {
    font-size: 1.8em;
}

h5.page-title {
    font-size: 1.6em;
}

h6.page-title {
    font-size: 1.4em;
}

/* Slider */
#cordaslider {
    display: block;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 470px !important;
    overflow: hidden;
    margin: 0 0 10px 5px;
    height: 300px;
}

#cordaslider img {
    margin: 10px;
}

#slider-pager {
    position: absolute;
    top: 260px;
    right: 15px;
    z-index: 1000;
}

#slider-pager a {
    margin: 0 3px;
    padding: 0;
    text-indent: -10000px;
    text-align: center;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url('../images/slider-pager.png') no-repeat;
    text-decoration: none;
}

#slider-caption {
    background: url('../images/white-opacity.png') repeat;
    width: 445px;
    line-height: 16px;
    cursor: pointer;
    border-top: 1px solid #fff;
    padding: 15px 0 0 7px;
    font-weight: bold;
    font-size: 1.2em;
    color: #622181;
    z-index: 10;
    position: absolute;
    top: 250px;
    left: 15px;
    height: 31px;
}

#slider-caption span {
    font-weight: normal;
    font-size: 0.9em;
    text-shadow: none;
}

.block {
    border: 0;
    margin: 0 0 15px 0;
}

.block strong.block-title {
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    border: 0;
    height: 38px;
    position: relative;
    display: block;
}

.block .block-title {
    background: none;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-content {
    background: none;
}

.col-right strong.block-title {
    color: #fff;
    background: url('../images/purple-banner-right-small.png') no-repeat;
    right: 4px;
    padding: 6px 0 0 10px;
    width: 247px;
}

.col-left strong.block-title {
    color: #000;
    background: url('../images/yellow-banner-left-small.png') no-repeat;
    left: -23px;
    padding: 6px 0 0 20px;
    width: 237px;
}

.block-subtitle {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
}

.block-content p {
    margin: 0;
    line-height: 20px;
    text-align: left;
    padding: 0 0 0 5px;
}

.block-content a {
    color: #622181;
}

.home-block a {
    font-weight: bold;
}

.headline {
    color: #622181;
    font-style: italic;
    font-weight: bold;
    margin-left: 10px;
}

.logos {
    position: relative;
    top: 10px;
    left: 0;
    width: 250px;
}

.logos img {
    vertical-align: middle;
    margin: 0 3px 0 0;
}

body.cms-home .logos {
    position: absolute;
    bottom: 50px;
    left: 0;
    top: auto;
}

body.cms-home div.std img {
    margin-left: 5px;
}

.homecategories {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
    position: relative;
    z-index: 100;
}

.homecategories li {
    margin: 5px 0 5px 0;
    padding: 0;
    float: left;
}

.homecategories a {
    width: 155px;
    height: 155px;
    overflow: hidden;
    display: block;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 0;
    background: #fff;
    margin: 0 0 0 0;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.homecategories li:last-child {
    margin-right: 0;
}

.homecategories img {
    border: 0;
    position: relative;
    top: 50%;
    margin-top: -73px;
    width: 145px;
    height: 145px;
}

.homecategories a {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.homecategories li:nth-child(even) a {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.homecategories li a:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    position: relative;
    z-index: 5;
}

.homecategories li a:hover span {
    display: block;
}

.homecategories span {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 7px 0 0 0;
    width: 142px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    height: 21px;
    border: 1px solid #622181;
    background: rgba(110, 38, 130, 0.8);
    display: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

hr,
div.hr {
    margin: 20px 0 15px 0;
    border: 0;
    height: 1px;
    background-color: #d8d8d8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(80%), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */
.banner {
    left: 5px;
    top: 2px;
    position: relative;
}

.block-specials {
    margin: 0 0 0 0;
}

.block-specials a {
    width: 200px;
    height: 200px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px;
    background: #fff;
    margin: 0;
    text-decoration: none;
    color: #000;
    display: block;
}

.block-specials img {
    border: 0;
    position: relative;
    top: -5px;
}

.block-specials a:hover {
    border: 1px solid #999;
}

.sign {
    position: absolute;
    top: 205px;
    left: 12px;
    display: none;
}

.block-subscribe {
    position: relative;
}

/*.block-subscribe .button {background: url('../images/button.jpg') no-repeat 0 0; border: 0; display:  block; text-indent: -10000px; width: 20px; height: 20px; margin: 3px 0 0 0; position: absolute; top: 77px; right: 0; display: block;}*/
.block-subscribe input {
    font: 12px 'Arial', sans-serif;
    color: #666;
    padding: 4px 6px;
}

.block-subscribe .button:hover {
    border: 0;
}

.block-subscribe .button {
    float: right;
    background: url('../images/button.jpg') no-repeat 0 0;
    display: block;
    border: 0;
    width: 20px;
    height: 20px;
    color: transparent;
    /*position: absolute; top: 75px; right: 0; */

    _text-indent: -10000px;
    *text-indent: -10000px;
}

/* Toolbar */
.toolbar {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
    font-size: 0.9em;
    text-align: center;
}

@media (min-width: 500px) {
    .toolbar .toolbar-inner-top {
        display: flex;
        text-align: left;
    }
}

.toolbar .amount-limit-wrap {
    margin-bottom: 1em;
}

@media (min-width: 500px) {
    .toolbar .amount-limit-wrap {
        margin-bottom: 0;
        flex-grow: 1;
    }
}

.toolbar .amount-limit-wrap .amount {
    font-style: italic;
}

@media (min-width: 500px) {
    .toolbar .amount-limit-wrap .amount,
    .toolbar .amount-limit-wrap .limiter {
        display: inline-block;
        margin-right: 1em;
    }
}

@media (min-width: 500px) {
    .toolbar .sort-by {
        flex-shrink: 0;
    }
}

.toolbar .sort-by a {
    display: none;
}

.toolbar .toolbar-inner-bottom {
    display: none;
}

.toolbar .pages &gt; span {
    display: none;
}

.toolbar .pages ol {
    list-style: none;
    margin: 0;
    font-size: 1.3em;
}

.toolbar .pages ol li {
    display: inline-block;
    text-align: center;
    margin: 0 0.1em;
}

.toolbar .pages ol li a,
.toolbar .pages ol li strong {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 6px;
}

.toolbar .pages ol li a:hover {
    background: #f5f5f5;
}

.toolbar .pages ol li a img {
    margin-top: -2px;
}

.toolbar .pages ol li strong {
    background: #f5f5f5;
}

.toolbar-bottom .toolbar {
    padding-top: 1em;
    margin-bottom: 2em;
    border-top: 1px solid #eee;
}

.toolbar-bottom .toolbar .toolbar-inner-top {
    display: none;
}

.toolbar-bottom .toolbar .toolbar-inner-bottom {
    display: block;
}

.col-main .products-grid {
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.products-grid .item {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 30px;
}

@media (min-width: 980px) {
    .products-grid .item {
        flex-basis: 33.333%;
        min-width: 33.333%;
    }
}

.products-grid .item .product-image,
.products-grid .item .product-image .photo {
    display: block;
}

.products-grid .item .product-name {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 0.8em 0 0.5em;
}

.products-grid .item .product-name:hover {
    color: #622181;
}

.products-grid .item .availability {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.1;
}

.products-grid .item .availability.in-stock {
    color: green;
}

.products-grid .item .price-box {
    margin: 0;
}

.products-grid .item .price-box .regular-price .price,
.products-grid .item .price-box .special-price .price{
    font-size: 1.3em;
}

.products-grid .item .price-box .old-price .price{
    color: #333;
}

.category-description img {
    max-width: 100%;
    height: auto;
}

/* Block: Filter navigatie */
.block-layered-nav {
    border: 0;
}

.block-layered-nav strong.block-title {
    font-weight: normal;
    border: 0;
    position: relative;
    display: block;
    text-indent: 0;
    overflow: hidden;
    padding: 6px 0 0 10px;
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #fff;
    padding: 3px 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    color: #666;
    text-align: center;
}

.block-layered-nav .block-content {
    border: none;
}

.block-layered-nav .block-content a {
    display: inline-block;
    margin-right: 0.5em;
    text-decoration: none;
    flex-grow: 1;
    color: #333;
    font-size: 13px;
}

.block-layered-nav .block-content a:hover {
    text-decoration: underline;
}

.block-layered-nav dt {
    background: none;
    padding: 3px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.block-layered-nav dd {
    padding: 0 0 12px;
    background: none;
    line-height: 1.6;
}

.block-layered-nav dd li {
    display: flex;
    font-size: 11px;
}

.block-layered-nav dd.last {
    background: none;
}

.block-layered-nav .currently {
    margin-bottom: 20px;
}

.block-layered-nav .currently li {
    background: #fff;
    padding: 4px 6px 4px 10px;
}

.block-layered-nav .currently .label {
    font-weight: bold;
    padding: 0 0 0 18px;
    background: none;
    text-transform: none;
}

.block-layered-nav .currently .btn-remove {
    margin: -3px 0 0 0;
}

.block-layered-nav .actions {
    font-size: 1em;
    padding: 4px 9px;
    background: #f2f2f2;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
    margin: 10px 0 0 0;
}

.block-layered-nav .actions a {
    float: none;
}

.block-layered-nav .fwAccordeonHeader {
    border-radius: 6px;
}

/* Producten detail pagina */
.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.out-of-stock span {
    color: #d83820;
}

.alert-price {
    margin: 0;
    font-size: 1em;
}

.alert-stock {
    margin: 0;
    font-size: 1em;
}

.price {
    white-space: nowrap !important;
}

.product-view .price-box {
    margin: 5px 0;
    background: #fcf0da;
    border-bottom: 1px solid #f1d49f;
    border-top: 1px solid #f1d49f;
    padding: 5px;
}

.price-box .price {
    font-weight: bold;
    color: #622181;
}

.regular-price {
    color: #622181;
}

.regular-price .price {
    font-weight: bold;
    font-size: 1.5em;
    color: #622181;
}

.block .regular-price,
.block .regular-price .price {
    color: #622181;
}

.regular-price .price-label {
    font-size: 1.5em;
    font-weight: bold;
    white-space: nowrap;
    color: #622181;
    margin: 0 5px 0 0;
}

.old-price {
    margin: 0;
    display: inline;
    padding: 0 7px 0 0;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.old-price .price {
    font-weight: bold;
    color: #622181;
    text-decoration: line-through;
}

.special-price {
    margin: 0;
    padding: 3px 0;
    display: inline;
}

.special-price .price-label {
    font-size: 1.5em;
    font-weight: bold;
    white-space: nowrap;
    color: #622181;
    margin: 0 5px 0 0;
}

.special-price .price {
    font-size: 1.5em;
    font-weight: bold;
    color: #622181;
}

.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 1.1em;
    font-weight: normal;
    color: #c76200;
}

.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 1.1em;
    font-weight: bold;
    color: #c76200;
}

.weee {
    display: block;
    font-size: 1em;
    color: #444;
}

.weee .price {
    font-size: 1.1em;
    font-weight: normal;
}

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-notice {
    padding: 0 0 0 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}

.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}

.tier-prices {
    margin: 10px 0;
    left: -20px;
    width: 100%;
    position: relative;
    border: 0;
    background: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    list-style-type: none !important;
}

.tier-prices li {
    line-height: 1.6;
    background: none;
    padding: 2px 0;
    color: #222;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

.add-to-cart .qty-wrap {
    display: none;
}

.add-to-cart label {
    float: left;
    margin: 0 5px 0 0;
    font-weight: bold;
    color: #666;
}

.add-to-cart .qty {
    float: left;
    margin: 0 5px 0 0;
}

.add-to-cart button.button {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
    padding: 10px 20px;
}

.add-to-box {
    margin: 0;
    text-align: center;
}

.add-to-box .add-to-cart button.button {

}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    text-align: center;
    list-style: none;
    font-size: 12px;
    display: inline-block;
    margin: 0 0.25em;
}

.email-friend {
    text-align: center;
    margin: 0 0.25em;
    font-size: 12px;
    display: inline-block;
}

.add-to-box .add-to-links a,
.email-friend a {
    color: #333;
}

.product-view {
    border: 0;
}

.product-essential {
    padding: 0;
    background: none;
}

.product-essential .product-top .product-img-box {
    margin-bottom: 2em;
}

@media (min-width: 650px) {
    .product-essential .product-top .product-img-box {
        width: 55%;
        float: left;
    }
}

.product-essential .product-top .product-img-box .zoomPad &gt; img {
    border-radius: 6px;
    border: 1px solid #eee;
}

.zoomWrapperImage img {
    max-width: none;
}

@media (max-width: 600px) {
    .product-essential .product-top .product-img-box .zoomPup,
    .product-essential .product-top .product-img-box .zoomWindow {
        display: none !important;
    }
}

.product-essential .product-top .product-shop {
    margin-bottom: 30px;
}

@media (min-width: 650px) {
    .product-essential .product-top .product-shop {
        width: 40%;
        float: right;
    }
}

.product-essential .product-top .product-info {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 6px;
}

.product-essential .product-top .product-info .price-box {
    margin: 0 0 0.5em;
    padding: 0;
    background: none;
    border: none;
}

.product-essential .product-top .product-info .price-box .regular-price,
.product-essential .product-top .product-info .price-box .special-price,
.product-essential .product-top .product-info .price-box .old-price {
    display: block;
}

.product-essential .product-top .product-info .price-box .old-price .price {
    color: #333;
}

.product-essential .product-top .product-info .availability {
    font-size: 0.9em;
    margin-bottom: 1em;
}

.product-essential .product-top .product-info .availability span {
    display: block;
}

.product-essential .product-top .product-info .availability em {
    display: block;
    font-style: normal;
    line-height: 1.3;
    position: relative;
    padding-left: 1.4em;
}

.product-essential .product-top .product-info .availability em .availability-icon {
    position: absolute;
    left: 0;
    right: 0;
}

.product-essential .product-top .product-info .block-autoresponder-backtostock {
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

.product-collateral {
    max-width: 750px;
}

.product-collateral h2,
.product-collateral .opvallende-titel {
    font-weight: bold;
    font-size: 1.2em;
    color: #222;
    margin: 0 0 15px;
}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}

.product-collateral .box-collateral .data-table h2 {
    font-weight: normal;
    font-size: 1em;
    border: 0;
    padding: 0;
    margin: 0;
    color: #666;
}

.product-collateral #product-attribute-specs-table .odd {
    background: #f5f5f5 !important;
}

.product-collateral #product-attribute-specs-table th,
.product-collateral #product-attribute-specs-table td {
    border: none;
    padding: 5px 8px;
}

.product-view .product-img-box .product-image {
    margin: 0;
}

.product-view .product-img-box .product-image-zoom {
    margin: 6px 0 0 2px;
    width: 246px;
    height: 246px;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.product-view .product-img-box .product-image-zoom a {
    display: block;
    position: relative;
    width: 246px;
    height: 246px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.product-view .product-img-box .zoom-notice {
    font-size: 1em;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url('../images/slider_bg.gif') 50% 50% no-repeat;
    cursor: pointer;
    display: none;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
    display: none;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url('../images/magnifier_handle.gif') 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views {
    padding-top: 10px;
}

.product-view .product-img-box .more-views h4 {
    font-size: 1em;
    border-bottom: 2px solid #e5e5e5;
    margin: 0 0 8px;
    text-transform: uppercase;
    color: #666;
}

.product-view .product-img-box .more-views ul {
    margin: 0 0 0 -14px;
    list-style: none;
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-view .box-description {
    /*line-height: 15px;*/
}

.product-options {
    margin: 20px 0 0;
    padding: 10px 15px 20px;
    background: #fcf0da;
    border-bottom: 1px solid #f1d49f;
    border-top: 1px solid #f1d49f;
}

.product-options dl {
    width: 50%;
}

.product-options dt {
    padding: 10px 0 0;
    font-weight: normal;
}

.product-options dt label {
    font-weight: bold;
    color: #2f2f2f;
}

.product-options dt span.required {
    color: #eb340a;
}

.product-options dt .qty-holder {
    float: right;
    margin: 0 15px 0 0;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    padding: 5px 10px 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #e4e4e4;
}

/*.product-options dl.last dd.last {border-bottom: 0; padding: 0 0 5px 0; margin: 0;}*/
.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 99%;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin: 0 5px 0 0;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
    list-style-type: none;
}

.product-options ul.options-list input.radio {
    float: left;
    margin: 3px 0 0 0;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin: 3px 0 0 0;
}

.product-options ul.options-list .label {
    display: block;
    margin: 0 0 0 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    margin: 0;
    padding: 0 0 0;
    float: left;
}

.product-options-bottom {
    background: #fcf0da;
    border-bottom: 1px solid #f1d49f;
    border-top: 1px solid #f1d49f;
    padding: 15px 20px 0 20px;
}

.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: none;
}

.product-options-bottom .tier-prices li {
    background: none;
    padding: 2px 0;
    color: #e26703;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.product-options-bottom .price-label {
    float: left;
    padding: 0 5px 0 0;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    float: right;
}

.product-shop .product-options-bottom {
    margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding: 12px 0 0 0;
}

.product-options-bottom .add-to-cart button.button {
    position: relative;
    top: -9px;
    overflow: visible;
    width: auto;
    border: 0;
    padding: 5px 5px 4px 5px !important;
    margin: 5px auto;
    cursor: pointer;
    display: block;
    height: auto;
    border: 1px solid #d7c9e1;
    background: url('../images/button-back.jpg') repeat-x top left;
    font-weight: bold;
    font-size: 0.8em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.product-options-bottom .add-to-cart button.button:hover {
    border: 1px solid #622181;
}

.product-options-bottom .add-to-cart button.button span {
    display: block;
    height: 19px;
    border: 0;
    background: none;
    padding: 0 8px;
    font: 1.1em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.product-options-bottom .add-to-cart button.button span span {
    border: 0;
    padding: 0;
}

/* Data Table */
.data-table {
    width: 100%;
    border: 0;
}

.data-table .odd {
    background: none !important;
}

.data-table .even {
    background: none !important;
}

.data-table td.last,
.data-table th.last {
    border-right: 0;
}

.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table th {
    padding: 3px 8px;
    font-weight: bold;
}

.data-table td {
    padding: 3px 8px;
}

.data-table thead th {
    font-weight: bold;
    border-right: 0;
    padding: 2px 8px;
    color: #222;
    white-space: nowrap;
    vertical-align: middle;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th {
    background: none;
}

.data-table thead th .tax-flag {
    font-size: 1em;
    white-space: nowrap;
}

.data-table tfoot {
    border: 0;
    background: none;
}

.data-table tfoot tr.first {
    background: none !important;
}

.data-table tfoot tr.first td {
    background: none !important;
}

.data-table tfoot tr {
    background: none !important;
}

.data-table tfoot td {
    padding: 1px 0;
    border: 0;
}

.data-table tfoot strong {
    font-size: 1.3em;
}

.data-table tbody th,
.data-table tbody td {
    border: 0;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #fcf0da !important;
}

.data-table tbody.even tr {
    background: #fcf0da !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Block: Related */
.block-related {
    margin-top: 20px;
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {
    margin: 0 0 0 20px;
}

.block-related .block-subtitle {
    background: none;
    border: 0;
    color: #666;
}

.block-related a {
    color: #622181;
}

.block-related .block-content #block-related li {
    background: none;
    border-bottom: 1px solid #e5e5e5;
}

/* Account Login/Create Pages */
.account-login .content {
    min-height: 240px;
    margin: 0;
    padding: 14px 21px;
    background: #fcf0da;
    border: 0;
    border-bottom: 1px solid #f1d49f;
    border-top: 1px solid #f1d49f;
}

.account-login .content h3 {
    font-weight: bold;
    font-size: 1.2em;
    color: #222;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}

.account-login .new-users h3 {
    background: none;
}

.account-login .registered-users h3 {
    background: none;
}

.account-login .buttons-set {
    border: 0;
    margin: 0;
    padding: 10px 0 0 0;
    background: #fff;
}

.account-login button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 5px 5px 4px 5px !important;
    margin: 5px auto;
    cursor: pointer;
    display: block;
    height: auto;
    border: 1px solid #d7c9e1;
    background: url('../images/button-back.jpg') repeat-x top left;
    font-weight: bold;
    font-size: 0.8em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.account-login button.button:hover {
    border: 1px solid #622181;
}

.account-login button.button span {
    display: block;
    height: 19px;
    border: 0;
    background: none;
    padding: 0 8px;
    font: 1.1em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.account-login button.button span span {
    border: 0;
    padding: 0;
}

.retrieve-password button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 5px 5px 4px 5px !important;
    margin: 5px auto;
    cursor: pointer;
    display: block;
    height: auto;
    border: 1px solid #d7c9e1;
    background: url('../images/button-back.jpg') repeat-x top left;
    font-weight: bold;
    font-size: 0.8em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.retrieve-password button.button:hover {
    border: 1px solid #622181;
}

.retrieve-password button.button span {
    display: block;
    height: 19px;
    border: 0;
    background: none;
    padding: 0 8px;
    font: 1.1em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.retrieve-password button.button span span {
    border: 0;
    padding: 0;
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    display: block;
    height: auto;
    border: none;
    background: #622181;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
}

button.button:hover {
    background: #3D1552;
}

button.button span {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.buttons-set button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 5px 5px 4px 5px !important;
    margin: 5px auto;
    cursor: pointer;
    display: inline-block;
    height: auto;
    border: 1px solid #d7c9e1;
    background: url('../images/button-back.jpg') repeat-x top left;
    font-weight: bold;
    font-size: 0.8em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.buttons-set button.button:hover {
    border: 1px solid #622181;
}

.buttons-set button.button span {
    display: block;
    height: 19px;
    border: 0;
    background: none !important;
    padding: 0 8px;
    font-size: 1.1em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.buttons-set button.button span span {
    border: 0;
    padding: 0;
}

.a-center button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 5px 5px 4px 5px !important;
    margin: 5px auto;
    cursor: pointer;
    display: inline-block;
    height: auto;
    border: 1px solid #d7c9e1;
    background: url('../images/button-back.jpg') repeat-x top left;
    font-weight: bold;
    font-size: 0.8em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.a-center button.button:hover {
    border: 1px solid #622181;
}

.a-center button.button span {
    display: block;
    height: 19px;
    border: 0;
    background: none !important;
    padding: 0 8px;
    font-size: 1.1em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.a-center button.button span span {
    border: 0;
    padding: 0;
}

.products-grid .actions button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 5px 5px 4px 5px !important;
    margin: 5px auto;
    cursor: pointer;
    display: block;
    height: auto;
    border: 1px solid #d7c9e1;
    background: url('../images/button-back.jpg') repeat-x top left;
    font-weight: bold;
    font-size: 1em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.products-grid .actions button.button:hover {
    border: 1px solid #622181;
}

/* Block: Account */
.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 3px 0;
    color: #622181;
    text-decoration: none !important;
    font: 1em;
}

.block-account .block-content li a:hover {
    color: #622181;
}

.block-account .block-content li.current {
    border-bottom: 1px solid #e5e5e5;
    padding: 3px 0;
    color: #622181;
}

/* Block: Cart */
.block-cart .actions button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 5px 5px 4px 5px !important;
    margin: 5px auto;
    cursor: pointer;
    display: block;
    height: auto;
    border: 1px solid #d7c9e1;
    background: url('../images/button-back.jpg') repeat-x top left;
    font-weight: bold;
    font-size: 0.8em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.block-cart .actions button.button:hover {
    border: 1px solid #622181;
}

.block-cart .actions button.button span {
    display: block;
    height: 19px;
    border: 0;
    background: none;
    padding: 0 8px;
    font: 1.1em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.block-cart .actions button.button span span {
    border: 0;
    padding: 0;
}

.block-cart .block-content {
    text-align: center;
}

.block-cart .actions {
    background: none;
}

.block-cart a {
    color: #622181;
}

.block-cart .subtotal {
    width: 222px;
}

/* Dashboard */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

.box-account {
    background: #fcf0da;
    border: 0;
    border-bottom: 1px solid #f1d49f;
    border-top: 1px solid #f1d49f;
    padding: 15px;
    margin: 0 0 20px;
}

.box-account .col2-set {
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 10px 0;
}

.box-account .col-1 {
    border-right: 1px solid #e5dcc3;
    padding: 0 10px 0 0;
}

.box-account .col-2 {
    border-right: 0;
    padding: 0;
}

.dashboard .box .box-title {
    background: none;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

/* Shopping bag */
.col-main .cart {
    min-height: 600px;
}

.cart .page-title {
    border-bottom: 1px dashed #9486c5;
    margin: 0 0 12px;
}

.cart .checkout-types li {
    margin: 0 0 5px;
    list-style-type: none;
}

.cart .checkout-types button.button {
    border: 0;
    background: #622181;
    padding: 0;
    font: 1em;
}

.cart-table th {
    padding: 2px 10px;
    background: #f1d49f !important;
    border: 0 !important;
    border-bottom: 1px solid #f1d49f !important;
    border-top: 1px solid #f1d49f !important;
}

.cart-table td {
    padding: 10px;
    background: #fcf0da;
    border-top: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    vertical-align: top;
}

.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 1em;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue,
.cart-table .btn-update {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
}

.cart-table .btn-continue span,
.cart-table .btn-update span {
    background: none;
}

.cart-table .btn-custom-checkout {
    display: none;
}

.cart-table tfoot {
    border-bottom: none !important;
}

.cart-table tfoot td {
    background: #fff !important;
    border-top: 1px solid #f1d49f !important;
    border-right: 0 !important;
    padding: 0;
    padding-top: 10px;
}

.cart-table .a-right button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 5px 5px 4px 5px !important;
    margin: 5px auto;
    cursor: pointer;
    display: inline-block;
    height: auto;
    border: 1px solid #d7c9e1;
    background: url('../images/button-back.jpg') repeat-x top left;
    font-weight: bold;
    font-size: 0.8em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.cart-table .a-right button.button:hover {
    border: 1px solid #622181;
}

.cart-table .a-right button.button span {
    display: block;
    height: 19px;
    border: 0;
    background: none !important;
    padding: 0 8px;
    font-size: 1.1em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.cart-table .a-right button.button span span {
    border: 0;
    padding: 0;
}

.cart .checkout-types {
    padding: 0;
    text-align: right;
    margin: 0;
}

.cart .checkout-types li {
    clear: both;
    margin: 0;
    padding: 0;
}

.cart .checkout-types button.btn-checkout {
    overflow: visible;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    height: auto;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.cart .cart-collaterals {
    padding: 25px 0 0;
    border: 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 605px;
}

.cart .cart-collaterals .col2-set .col-2 {
    float: left;
    width: 310px;
}

.cart .discount,
.cart .shipping {
    border: 0;
    float: left;
    border-top: 1px solid #f1d49f;
    border-bottom: 1px solid #f1d49f;
    background: #fcf0da;
    padding: 12px 15px;
    margin: 0 0 18px;
}

.cart .discount h2,
.cart .shipping h2 {
    font-weight: bold;
    font-size: 1.2em;
    color: #222;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
    background: none;
}

.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}

.cart .discount input.input-text {
    width: 254px;
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: none;
}

.cart .totals {
    float: right;
    width: 500px;
    background: #fcf0da;
    border: 0;
    border-top: 1px solid #f1d49f;
    border-bottom: 1px solid #f1d49f;
}

.cart .totals .heading {
    font-weight: bold;
    font-size: 1.2em;
    color: #222;
    border-bottom: 1px solid #e5dcc3;
    padding: 5px 0 1px 0;
    margin: 0 0 15px 10px;
    display: block;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 0 10px;
}

.cart .totals tfoot td {
    padding: 0px 10px;
}

.cart .totals tfoot td strong {
    font-size: 15px;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 10px;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 0;
}

.cart .totals .checkout-types li a {
    font-size: 11px;
}

.cart .totals h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #222;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 10px 10px 15px 10px;
    background: none;
}

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
}

.block-progress .block-content {
    background: none;
}

.block-progress dt {
    font-size: 1em;
    font-weight: bold;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 3px 0;
    color: #622181;
    line-height: 1.35;
    background: none;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999;
}

.block-progress dd {
    background: none;
    border: 0;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
    background: none;
    color: #666;
}

.block-progress p {
    margin: 0;
}

.block-progress a {
    color: #622181;
}

.opc {
    position: relative;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.opc li.section {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.opc .allow .step-title {
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 5px 5px 5px;
    text-align: right;
    background: #f6f6f6;
}

.opc .allow .step-title .number {
    float: left;
    background: none;
    border: 0;
    padding: 2px 5px 1px 5px;
    margin: 0;
    font: bold 1.1em 'Arial', sans-serif;
    color: #999;
}

.opc .allow .step-title h3 {
    float: left;
    margin: 0;
    color: #999;
    font: bold 1.2em 'Arial', sans-serif;
    border-bottom: 0 !important;
    text-transform: uppercase;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .step-title {
    background: #f6f6f6;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 5px 5px 5px;
    color: #999;
    cursor: pointer;
}

.opc .step-title .number {
    background: none;
    border: 0;
    color: #999;
    padding: 2px 5px 1px 5px;
}

.opc .step-title h3 {
    float: left;
    margin: 0;
    color: #999;
    font: bold 1.2em 'Arial', sans-serif;
    border-bottom: 0 !important;
    text-transform: uppercase;
}

.opc .active .step-title {
    background: #f9f3e3;
    border: 0;
    border-top: 1px solid #f1d49f;
    border-bottom: 1px solid #f1d49f;
    padding: 8px 5px 5px 5px;
    color: #622181;
    cursor: default;
}

.opc .active .step-title .number {
    background: none;
    border: 0;
    color: #622181;
    padding: 2px 5px 1px 5px;
}

.opc .active .step-title h3 {
    color: #622181;
    padding: 2px 0 0 0;
}

.opc .step {
    border: 0;
    background: none;
    padding: 10px;
    position: relative;
}

.opc .step p.back-link a {
    background: none;
    padding: 0;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
    color: #622181;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 0;
    border: 0;
}

#opc-review .buttons-set button.button span {
    font-size: 13px !important;
}

#opc-review .buttons-set button.button span span {
    display: block;
    background: none !important;
    overflow: hidden;
    padding: 0 !important;
    line-height: 1.3em;
}

#opc-review .data-table td {
    padding: 10px;
    background: #fcf0da;
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
    border-right: 1px solid #e5e5e5;
}

#opc-review .data-table th {
    background: #f1d49f;
    border: 0;
    border-bottom: 1px solid #f1d49f;
    border-top: 1px solid #f1d49f;
}

#opc-review .data-table tfoot {
    border-bottom: 0;
}

.opc .checkout-agreements {
    border: 0;
}

/* Verlanglijst */
.my-wishlist .data-table td {
    padding: 10px;
    background: #fcf0da;
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
    border-right: 1px solid #e5e5e5;
}

.my-wishlist .data-table td .product-name,
.my-wishlist .data-table td .price-box {
    text-align: left;
}

.my-wishlist .data-table th {
    background: #f1d49f;
    border: 0;
    border-bottom: 1px solid #f1d49f;
    border-top: 1px solid #f1d49f;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
    font: 11px 'Arial', sans-serif;
    color: #666;
}

.my-wishlist .buttons-set {
    margin: 2px 0 0 0;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

.my-wishlist .data-table td div.price-box {
    width: 150px;
}

.my-wishlist .data-table td input.qty {
    width: 1.7em !important;
    float: left;
    height: 24px;
    text-align: center;
    display: none;
}

.my-wishlist .data-table td .link-edit {
    display: none;
}

.my-wishlist .data-table td button.button {
    margin: 0 0 10px 0;
}

.my-wishlist .data-table .description {
    display: none;
}

.my-wishlist .data-table h3.product-name {
    margin-bottom: 1em;
}

@media (max-width: 700px) {
    .my-wishlist .data-table thead {
        display: none;
    }

    .my-wishlist .data-table tr,
    .my-wishlist .data-table tr td {
        display: block;
        border: none;
    }

    .my-wishlist .data-table tr {
        position: relative;
        margin-bottom: 1em;
    }

    .my-wishlist .data-table tr td.last {
        position: absolute;
        right: 0;
        top: 0;
    }
}

    /* Formulier */
input.input-text:focus,
select:focus,
textarea:focus {
    background-color: #fafafa;
}

.validation-advice {
    color: #cc0000;
    font-weight: bold;
    background: none;
    padding: 0;
}

.validation-failed {
    border: 1px dotted #cc0000 !important;
}

select option {
    padding: 0 5px;
}

.product-view .box-tags strong {
    font-weight: bold;
    font-size: 1.2em;
    color: #222;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
    display: block;
}

.product-view .box-tags .form-add button.button {
    border-top: 1px solid #622181;
    background: #622181;
}

.product-view .box-tags .form-add button.button span {
    border: 0;
    background: #622181;
}

#addTagForm label {
    font-weight: normal;
    color: #666;
}

#addTagForm button.button {
    overflow: visible;
    width: 125px;
    border: 0;
    padding: 5px 5px 4px 5px !important;
    margin: 5px 0;
    cursor: pointer;
    display: block;
    height: auto;
    border: 1px solid #d7c9e1;
    background: url('../images/button-back.jpg') repeat-x top left;
    font-weight: bold;
    font-size: 0.8em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

#addTagForm button.button:hover {
    border: 1px solid #622181;
}

#addTagForm button.button span {
    display: block;
    height: 19px;
    border: 0;
    background: none;
    padding: 0 8px;
    font: 1.1em !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

#addTagForm button.button span span {
    border: 0;
    padding: 0;
}

.sidebar {
    position: relative;
    padding-top: 10px;
}

body.cms-home .sidebar {
    padding-top: 0;
}

body.cms-home .col-right.sidebar {
    padding-top: 0;
}

.block {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 6px;
}

.sidebar .block strong.block-title {
    background: none;
    padding: 0 0 5px 0;
    width: auto;
    position: static;
    font-size: 18px;
    line-height: normal;
    height: auto;
    border-bottom: 1px solid #F8B333;
    margin-bottom: 0.7em;
}

.col-right.sidebar &gt; p {
    text-align: center;
}

.sidebar .form-search {
    left: 0;
    height: auto;
    background: none;
    padding: 1px 0 10px 0;
    z-index: 100;
}

.sidebar .form-search label {
    display: none;
}

.sidebar .form-search input.input-text {
    color: #622b83;
    background: #fdefd9;
    padding: 9px 40px 9px 5px;
    float: left;
    border: 0;
    width: 187px;
    margin: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 1em;
}

.sidebar .form-search button.button {
    position: absolute;
    top: 2px;
    right: 0;
    height: 30px;
    width: 31px;
    border: 0;
    background: url('http://www.persempretoys.nl/skin/frontend/default/persempretoys/images/search-v2.jpg') no-repeat center center !important;
    padding: 0;
    _text-indent: -10000px;
    *text-indent: -10000px;
    margin: 0 0 0 7px;
    color: transparent;
    opacity: 0.8;
    filter: opacity(80);
}

.sidebar .form-search button.button:hover {
    opacity: 1;
    filter: opacity(100);
}

.sidebar .form-search .search-autocomplete {
    z-index: 999;
    left: 0 !important;
    top: 30px !important;
}

.sidebar .form-search .search-autocomplete ul {
    border: 0;
    background: #fceed2 url('http://www.persempretoys.nl/skin/frontend/default/persempretoys/images/submenu-back.jpg') no-repeat bottom center !important;
}

.sidebar .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 0;
    padding: 3px 5px !important;
    cursor: pointer;
    color: #000 !important;
    background: none;
    border-bottom: 1px solid #e7d7ba;
}

.sidebar .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.sidebar .form-search .search-autocomplete li.odd {
    background: none;
}

.sidebar .form-search .search-autocomplete li.selected {
    background: none;
}

.product-view button.button:hover {
    border: 0;
}

.products-grid {
    background: none;
}

#upsell-product-table td {
    text-align: center;
    border: 0;
    background: none;
}

#upsell-product-table .price-box {
    margin: 5px 0;
    background: none;
    border-bottom: 0;
    border-top: 0;
    padding: 5px;
}

#upsell-product-table .price {
    font-weight: bold;
    color: #622181;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    border: 0;
}

.product-view .box-up-sell .products-grid td.empty {
    border: 0;
    background: none;
}

.form-list {
    margin: 0;
    padding: 0;
}

.form-list li {
    list-style-type: none;
    margin: 0 0 0 -25px;
    padding: 0;
}

p.required {
    color: #cc0000 !important;
}

.required em {
    color: #cc0000 !important;
}

.fieldset {
    padding: 0;
    background: none;
    border: 0;
}

.fieldset .legend {
    float: none;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
    border: 0;
    border-bottom: 1px dashed #d7c9e1;
    background: none;
    color: #222;
    margin: 0;
    padding: 0 20px 5px 0;
    position: relative;
}

/* Order View */
.order-info {
    background: #fcf0da;
    border: 1px solid #f1d49f;
    padding: 4px 8px;
    margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    background: #fcf0da;
    border: 1px solid #f1d49f;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.order-info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,
.order-items h3 {
    font-weight: bold;
    font-size: 13px;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.order-items .link-print {
    float: right;
    color: #1e7ec8;
    font-weight: normal;
}

.order-items p .link-print {
    float: none;
}

.order-gift-message {
    margin: 15px 0;
}

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    margin: 5px 0 0;
    font-size: 13px;
}

.order-about {
    margin: 15px 0;
}

.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table th,
.tracking-table td {
    padding: 1px 5px 0 0;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

.link-reorder {
    color: #622181 !important;
}

.send-friend ul {
    margin: 20px 0;
    padding: 0;
}

.send-friend ul li {
    margin: 0;
    padding: 0;
}

/* ////////////////////////////////////////////////// */
/* ADVANCED SEARCH */
.block-search {
    position: relative;
}

.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
    width: 225px;
}

.advanced-search .form-list .input-range input {
    width: 80px;
    padding: 5px 4px 4px 4px;
}

.advanced-search .form-list .input-box input {
    width: 210px;
    padding: 5px 4px 4px 4px;
}

.advanced-search .form-list .input-box select {
    width: 220px;
}

.advanced-search .form-list label {
    font-size: 13px;
    width: 50px;
    vertical-align: middle;
    padding-top: 1px;
}

.advanced-search small {
    position: relative;
    top: 2px;
}

.advanced-search-amount {
    margin: 0 0 10px;
    float: left;
    width: 49%;
}

.advanced-search-summary {
    margin: 0;
    border: 0;
    background: white;
    padding: 0;
}

.advanced-search-summary ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    float: right;
    width: 49%;
}

.advanced-search ul.form-list li,
.col-main .advanced-search-summary ul li {
    margin: 0;
    padding: 0 !important;
    background: none;
    list-style-type: none;
}

.advanced-search ul.form-list li {
    margin: 10px 0;
}

.advanced-search ul.form-list li.last {
    margin-bottom: 0;
}

.advanced-search-summary strong {
    color: #622181;
    padding-left: 0;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 5px 0 0 0;
    float: left;
    width: 49%;
}

.advanced-search.fieldset {
    margin: 0;
}

.block-search div.buttons-set {
    margin-top: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid #e4e4e4;
}

.block-search div.buttons-set button.button {
    padding: 5px 10px !important;
}

.block-search div.buttons-set .button span {
    font-size: 15px !important;
}

.block-search img.swing {
    top: 215px;
    left: -10px;
    position: absolute;
}

.block-search .separator {
    margin: 0 5px;
}

[placeholder] {
    color: #999;
}

/* ////////////////////////////////////////////////// */
/* TEXT BLOCKS */
div#text-blocks {
    clear: both;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    line-height: 20px;
}

div#text-blocks p.more a {
    background: url('../images/button.jpg') no-repeat right top;
    color: #622181;
    font-weight: bold;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    text-decoration: none;
    padding-right: 30px;
    height: 25px;
    text-align: right;
    display: block;
}

div#text-blocks p.more a:hover {
    color: black;
}

div#text-blocks div.col-main p.content,
div#text-blocks div.col-left p.content,
div#text-blocks div.col-right p.content {
    height: 100px;
    overflow: hidden;
}

div#text-blocks div.col-left p.content {
    padding-left: 5px;
}

div#text-blocks div.col-main p.content {
    padding-left: 6px;
}

div#text-blocks div.col-main p.more,
div#text-blocks div.col-left p.more,
div#text-blocks div.col-right p.more {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 10px;
    height: auto;
}

div#text-blocks p {
    margin-right: 10px;
}

div#text-blocks h2.opvallende-titel,
div#text-blocks strong.opvallende-titel,
div#text-blocks h1.opvallende-titel {
    margin: 0 0 10px 0;
    display: block;
    line-height: 1.4em;
}

div#text-blocks div.col-main h2.opvallende-titel,
div#text-blocks div.col-main strong.opvallende-titel,
div#text-blocks div.col-main h1.opvallende-titel {
    padding-left: 6px;
}

/* ////////////////////////////////////////////////// */
/* FOOTER */
.footer a {
    color: #666;
    text-decoration: none;
}

.copyright {
    position: absolute;
    color: #999;
    right: 0;
    top: 40px;
    text-align: right;
    line-height: 22px;
    font-size: 0.9em;
}

.copyright a {
    color: #999;
}

#social-links {
    position: absolute;
    top: 9px;
    right: 0;
}

#social-links a:hover {
    opacity: 0.6;
}

#shopmania {
    display: none;
}

#print-icon {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 40px;
    right: 259px;
    z-index: 10;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.footer #homepage-content {
    border-top: 1px dashed #ccc;
    position: relative;
    text-align: left;
    line-height: 20px;
    margin: 70px 0 0 0 !important;
}

.footer #block-left {
    width: 319px;
    float: left;
    position: relative;
}

.footer #block-center {
    width: 319px;
    float: left;
    margin: 0 10px 0 11px;
    position: relative;
}

.footer #block-right {
    width: 319px;
    float: left;
    position: relative;
}

.footer #homepage-content h1,
.footer #homepage-content h2,
.footer #homepage-content h3,
.footer #homepage-content h4,
.footer #homepage-content h5,
.footer #homepage-content h6 {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 10px 0;
    color: #622181;
    font-weight: normal;
}

.footer #homepage-content h1 {
    font-size: 2.4em;
}

.footer #homepage-content h2 {
    font-size: 1.5em;
}

.footer #homepage-content h3 {
    font-size: 1.4em;
}

.footer #homepage-content h4 {
    font-size: 1.3em;
}

.footer #homepage-content h5 {
    font-size: 1.2em;
}

.footer #homepage-content h6 {
    font-size: 1.1em;
}

.footer #homepage-content a {
    color: #622181;
}

.opvallende-titel,
.footer #homepage-content .opvallende-titel,
div.category-description h2 {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 10px 0;
    color: #622181;
    font-size: 1.3em;
    font-family: 'Open Sans', sans-serif;
}

div.category-description h2 {
    margin: 15px 0 5px 0;
}

.productindex {
    padding: 20px 0 10px 0;
    margin: 0;
    clear: both;
    position: relative;
}

.productindex strong {
    color: #622181;
    font-weight: normal;
    font-size: 1.8em;
}

ul#productindex {
    margin: 10px auto 10px auto;
    padding: 0;
    width: 981px;
    display: block;
    border-top: 0;
    float: none;
    clear: both;
    position: relative;
}

ul#productindex ul {
    margin: 0;
    padding: 0;
    width: 245px;
    display: block;
    border-top: 0;
    text-align: left;
    float: none;
    clear: both;
}

#productindex ul li {
    display: block;
    margin: 0;
    padding: 0;
}

#productindex li.letter {
    float: left;
    width: 245px;
    text-align: left;
    margin: 0;
    font-weight: bold;
    color: #622181;
}

#productindex .fifth {
    clear: both;
}

#productindex a {
    color: #666;
    font-weight: normal;
}

#productindex .hr {
    height: 10px;
    border: 0;
    outline: 0;
    background: none;
    border-top: 1px dashed #622181;
}

.checkmoInfo,
.checkmoInfo label {
    margin: 0;
    padding: 0;
}

.checkmoInfo label {
    width: 100% !important;
}

/* SITEMAP */
.page-sitemap ul.sitemap {
    background: transparent url('../images/grey-pixel.gif') repeat-y 25px 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-sitemap ul.sitemap li {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
    background: none;
    position: relative;
}

.page-sitemap .sitemap li.level-0 a {
    color: #632c84;
    font-size: 15px;
}

.page-sitemap ul.sitemap li a {
    background: #fff;
    color: #632c84;
    padding: 3px;
    text-decoration: none;
}

.page-sitemap ul.sitemap li.level-1 {
    margin: 0 0 0 26px;
    padding: 0 0 0 20px;
    background: transparent url('../images/grey-pixel.gif') repeat-y 25px 0;
    font-size: 13px;
}

.page-sitemap ul.sitemap li.level-2 {
    margin: 5px 0 6px 52px;
    padding: 0 0 0 20px;
    position: relative;
}

.page-sitemap ul.sitemap li.level-1:before,
.page-sitemap ul.sitemap li.level-2:before {
    content: '';
    display: block;
    background: transparent url('../images/grey-pixel.gif') repeat-x 0 10px;
    width: 15px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.page-sitemap ul.sitemap li ul li a {
    font-weight: normal;
    padding: 3px 0 3px 5px;
}

/* ////////////////////////////////////////////////// */
/* FANCYBOX */
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('../images/fancybox.png') no-repeat;
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: url('../images/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
}

#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.fancybox-title-over {
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background: url('../images/fancy_title_over.png');
    display: block;
}

#fancybox-title-wrap {
    display: inline-block;
}

#fancybox-title-wrap span {
    height: 32px;
    float: left;
}

#fancybox-title-left {
    padding-left: 15px;
    background: url('../images/fancybox.png') no-repeat -40px -130px;
}

#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background: url('../images/fancybox-x.png') 0px -36px;
    color: #FFF;
}

#fancybox-title-right {
    padding-left: 15px;
    background: url('../images/fancybox.png') no-repeat -55px -130px;
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('../images/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background: url('../images/fancybox.png') -40px -30px;
}

#fancybox-right-ico {
    background: url('../images/fancybox.png') -40px -60px;
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

div.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1001;
}

div.fancy_bg_n {
    top: -18px;
    width: 100%;
    height: 18px;
    background: url('../images/fancybox-x.png');
}

div.fancy_bg_ne {
    top: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: url('../images/fancybox.png') -55px -92px;
}

div.fancy_bg_e {
    right: -13px;
    height: 100%;
    width: 13px;
    background: url('../images/fancybox-y.png') -13px 0px;
}

div.fancy_bg_se {
    bottom: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: url('../images/fancybox.png') -55px -110px;
}

div.fancy_bg_s {
    bottom: -18px;
    width: 100%;
    height: 18px;
    background: url('../images/fancybox-x.png') 0px -18px;
}

div.fancy_bg_sw {
    bottom: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: url('../images/fancybox.png') -42px -110px;
}

div.fancy_bg_w {
    left: -13px;
    height: 100%;
    width: 13px;
    background: url('../images/fancybox-y.png');
}

div.fancy_bg_nw {
    top: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: url('../images/fancybox.png') -42px -92px;
}

/* IE6 */
html.ie6 body {
    behavior: url('../htc/csshover.htc');
}

html.ie6 .products-grid .actions .btn-cart {
    margin: 0 0 5px -10px !important;
}

html.ie6 .products-grid .product-image {
    left: 0;
}

html.ie6 #slider-caption {
    background: #fff;
}

html.ie6 #headnav ul li a .menu-hover {
    background: none;
}

html.ie6 .quick-jump-top li {
    display: inline;
}

html.ie6 .quick-jump-top li.Contact {
    display: inline;
}

html.ie6 .quick-jump-top a {
    font-size: 0.9em;
}

html.ie6 .header .form-search input.input-text {
    padding: 7px 5px;
    width: 130px;
}

html.ie6 .footer li {
    display: inline;
}

html.ie6 .header-cart {
    top: 85px;
}

html.ie6 .header-cart img {
    display: none !important;
}

html.ie6 #headnav .Home a {
    position: relative;
    top: -10px;
}

html.ie6 .products-grid .actions {
    text-align: center !important;
    position: absolute;
    bottom: -5px;
    padding: 0 0 0 13px;
    left: -10px;
}

html.ie6 .opc .step-title {
    clear: both;
}

html.ie6 .opc .col2-set {
    clear: both;
}

html.ie6 .opc .buttons-set {
    clear: both;
}

html.ie6 .col-left {
    float: left;
    width: 230px;
    padding: 0;
    position: relative;
}

html.ie6 .col-main {
    float: left;
    width: 520px;
    padding: 0;
    position: relative;
    line-height: 20px;
}

html.ie6 .col-right {
    float: right;
    width: 230px;
    padding: 0;
    position: relative;
}

/* 3 Columns Layout */
html.ie6 .col3-layout .col-main {
    width: 480px;
    margin: 0 8px 0 0;
}

html.ie6 .col3-layout .col-wrapper {
    float: left;
    width: 730px;
}

html.ie6 .col3-layout .col-wrapper .col-main {
    float: right;
}

html.ie6 .col3-layout .col-left {
    position: absolute;
    top: 10px;
    left: 10px;
}

html.ie6 .col3-layout .col-right {
    position: absolute;
    top: 10px;
    right: -10px;
}

html.ie6 #nav ul li a .menu-hover {
    display: none;
}

html.ie6 #nav li:hover a {
    color: #fff !important;
}

html.ie6 #nav li a:hover {
    color: #fff !important;
}

html.ie6 .form-list li {
    margin: 0 0 0 -20px;
}

html.ie6 #print-icon {
    right: 275px;
}

html.ie6 .block-subscribe .button {
    background: #ffffff url('../images/button.jpg') no-repeat;
    border: 0;
    text-indent: -10000px;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 0;
    position: absolute;
    top: 79px;
    left: 200px;
}

html.ie6 #social-links {
    position: relative;
    top: -20px;
    left: 440px;
}

html.ie6 .footer #homepage-content {
    margin: 50px 0 0 0 !important;
}

html.ie6 .header-container,
html.ie6 .header-container .top-container,
html.ie6 .header,
html.ie6 .header .quick-access,
html.ie6 #nav,
html.ie6 .main,
html.ie6 .footer,
html.ie6 .footer-container .bottom-container,
html.ie6 .col-main,
html.ie6 .col2-set,
html.ie6 .col3-set,
html.ie6 .col3-layout .product-options-bottom .price-box,
html.ie6 .col4-set,
html.ie6 .messages li,
html.ie6 .search-autocomplete li,
html.ie6 .block,
html.ie6 .block .block-content,
html.ie6 .block .actions,
html.ie6 .block li.item,
html.ie6 .block-poll li,
html.ie6 .block-poll .label,
html.ie6 .block-layered-nav .currently li,
html.ie6 .block-account .block-content li a,
html.ie6 .mini-products-list .product-details,
html.ie6 .page-title,
html.ie6 .rss-title h1,
html.ie6 .products-grid,
html.ie6 .products-list li.item,
html.ie6 .box-account .box-head,
html.ie6 .dashboard .box .box-title,
html.ie6 .box-reviews li.item,
html.ie6 .box-tags li.item,
html.ie6 .pager,
html.ie6 .sorter,
html.ie6 .ratings,
html.ie6 .add-to-box,
html.ie6 .add-to-cart,
html.ie6 .product-essential,
html.ie6 .product-collateral,
html.ie6 .product-view .product-img-box .more-views ul,
html.ie6 .product-view .box-tags .form-add,
html.ie6 .product-options .options-list li,
html.ie6 .product-options-bottom,
html.ie6 .truncated,
html.ie6 .truncated .truncated_full_value,
html.ie6 .product-review,
html.ie6 .cart,
html.ie6 .cart-collaterals,
html.ie6 .cart .crosssell li.item,
html.ie6 .cart .discount,
html.ie6 .opc .step-title,
html.ie6 .opc .step,
html.ie6 .multiple-checkout,
html.ie6 .sp-methods,
html.ie6 .checkout-progress,
html.ie6 .multiple-checkout .place-order,
html.ie6 .form-list li,
html.ie6 .form-list .field,
html.ie6 .group-select li,
html.ie6 .buttons-set,
html.ie6 .page-print .print-head,
html.ie6 .cart-tax-total,
html.ie6 .advanced-search-summary,
html.ie6 .advanced-search-summary p,
html.ie6 .gift-messages-form .item,
html.ie6 .send-friend .form-list li p,
html.ie6 .centinel .authentication {
    zoom: 1;
}

html.ie6 #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 1104;
    display: none;
}

* html.ie6 #fancybox-loading {
    /* IE6 */
    position: absolute;
    margin-top: 0;
}

html.ie6 #fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('../images/fancy_loading.png') no-repeat;
}

html.ie6 #fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

* html.ie6 #fancybox-overlay {
    /* IE6 */
    position: absolute;
    width: 100%;
}

html.ie6 #fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

html.ie6 #fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

html.ie6 #fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

html.ie6 #fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}

html.ie6 #fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

html.ie6 #fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: url('../images/fancy_close.png') top left no-repeat;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

html.ie6 #fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
}

html.ie6 #fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

html.ie6 #fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

html.ie6 #fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

html.ie6 #fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}

html.ie6 .fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

html.ie6 .fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

html.ie6 .fancybox-title-over {
    color: #FFF;
    text-align: left;
}

html.ie6 #fancybox-title-over {
    padding: 10px;
    background: url('../images/fancy_title_over.png');
    display: block;
}

html.ie6 #fancybox-title-wrap {
    display: inline-block;
}

html.ie6 #fancybox-title-wrap span {
    height: 32px;
    float: left;
}

html.ie6 #fancybox-title-left {
    padding-left: 15px;
    background: transparent url('../images/fancy_title_left.png') repeat-x;
}

html.ie6 #fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background: transparent url('../images/fancy_title_main.png') repeat-x;
    color: #FFF;
}

html.ie6 #fancybox-title-right {
    padding-left: 15px;
    background: transparent url('../images/fancy_title_right.png') repeat-x;
}

html.ie6 #fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('../images/blank.gif');
    z-index: 1102;
    display: none;
}

html.ie6 #fancybox-left {
    left: 0px;
}

html.ie6 #fancybox-right {
    right: 0px;
}

html.ie6 #fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

html.ie6 #fancybox-left-ico {
    background: transparent url('../images/fancy_nav_left.png') no-repeat;
}

html.ie6 #fancybox-right-ico {
    background: transparent url('../images/fancy_nav_right.png') no-repeat;
}

html.ie6 #fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible;
    /* IE6 */
}

html.ie6 #fancybox-left:hover span {
    left: 20px;
}

html.ie6 #fancybox-right:hover span {
    left: auto;
    right: 20px;
}

html.ie6 div.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1001;
}

html.ie6 div#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

html.ie6 div#fancy-bg-ne {
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

html.ie6 div#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

html.ie6 div#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

html.ie6 div#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

html.ie6 div#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

html.ie6 div#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

html.ie6 div#fancy-bg-nw {
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

/* IE7 */
html.ie7 body {
    behavior: url('../htc/csshover.htc');
}

html.ie7 .products-grid .actions .btn-cart {
    margin: 0 0 5px -10px !important;
}

html.ie7 .products-grid .product-image {
    left: 0;
}

html.ie7 .quick-jump-top li {
    zoom: 1;
    display: inline;
}

html.ie7 .quick-jump-top li.Contact {
    display: inline;
    zoom: 1;
}

html.ie7 .header .form-search input.input-text {
    padding: 7px 5px;
    width: 130px;
}

html.ie7 .footer li {
    display: inline;
}

html.ie7 .col-main .homecategories li {
    position: relative;
    top: 0;
}

html.ie7 .products-grid .actions {
    text-align: center !important;
    position: absolute;
    bottom: -5px;
    padding: 0 0 0 13px;
    left: 8px;
}

html.ie7 .opc .step-title {
    clear: both;
}

html.ie7 .opc .col2-set {
    clear: both;
}

html.ie7 .opc .buttons-set {
    clear: both;
}

html.ie7 p.onestepcheckout-numbers-1 {
    margin: 0;
    position: relative;
    top: -20px;
}

html.ie7 #billing_address_list {
    position: relative;
    top: -30px;
}

html.ie7 .productindex {
    position: relative;
}

html.ie7 .homecategories {
    padding-left: 0;
}

html.ie7 .homecategories a {
    border: 1px solid #d8d8d8;
    margin-right: 3px;
}

html.ie7 .homecategories span {
    background: #6e2682;
}

html.ie7 #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 1104;
    display: none;
}

* html.ie7 #fancybox-loading {
    /* IE6 */
    position: absolute;
    margin-top: 0;
}

html.ie7 #fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('../images/fancy_loading.png') no-repeat;
}

html.ie7 #fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

* html.ie7 #fancybox-overlay {
    /* IE6 */
    position: absolute;
    width: 100%;
}

html.ie7 #fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

html.ie7 #fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

html.ie7 #fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

html.ie7 #fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}

html.ie7 #fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

html.ie7 #fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: url('../images/fancy_close.png') top left no-repeat;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

html.ie7 #fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
}

html.ie7 #fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

html.ie7 #fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

html.ie7 #fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

html.ie7 #fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}

html.ie7 .fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

html.ie7 .fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

html.ie7 .fancybox-title-over {
    color: #FFF;
    text-align: left;
}

html.ie7 #fancybox-title-over {
    padding: 10px;
    background: url('../images/fancy_title_over.png');
    display: block;
}

html.ie7 #fancybox-title-wrap {
    display: inline-block;
}

html.ie7 #fancybox-title-wrap span {
    height: 32px;
    float: left;
}

html.ie7 #fancybox-title-left {
    padding-left: 15px;
    background: transparent url('../images/fancy_title_left.png') repeat-x;
}

html.ie7 #fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background: transparent url('../images/fancy_title_main.png') repeat-x;
    color: #FFF;
}

html.ie7 #fancybox-title-right {
    padding-left: 15px;
    background: transparent url('../images/fancy_title_right.png') repeat-x;
}

html.ie7 #fancybox-left,
html.ie7 #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('../images/blank.gif');
    z-index: 1102;
    display: none;
}

html.ie7 #fancybox-left {
    left: 0px;
}

html.ie7 #fancybox-right {
    right: 0px;
}

html.ie7 #fancybox-left-ico,
html.ie7 #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

html.ie7 #fancybox-left-ico {
    background: transparent url('../images/fancy_nav_left.png') no-repeat;
}

html.ie7 #fancybox-right-ico {
    background: transparent url('../images/fancy_nav_right.png') no-repeat;
}

html.ie7 #fancybox-left:hover,
html.ie7 #fancybox-right:hover {
    visibility: visible;
    /* IE6 */
}

html.ie7 #fancybox-left:hover span {
    left: 20px;
}

html.ie7 #fancybox-right:hover span {
    left: auto;
    right: 20px;
}

html.ie7 div.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1001;
}

html.ie7 div#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

html.ie7 div#fancy-bg-ne {
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

html.ie7 div#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

html.ie7 div#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

html.ie7 div#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

html.ie7 div#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

html.ie7 div#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

html.ie7 div#fancy-bg-nw {
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

/* IE8 */
html.ie7 .header .form-search input.input-text {
    padding: 7px 5px;
    width: 130px;
}

html.ie8 .header .form-search button.button {
    text-indent: -10000px;
}

html.ie8 .block-subscribe .button {
    text-indent: -10000px;
}

html.ie8 .product-view .product-img-box .zoom.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

html.ie8 .homecategories {
    padding-left: 0;
}

html.ie8 .homecategories a {
    border: 1px solid #d8d8d8;
    margin-right: 3px;
}

html.ie8 .homecategories span {
    background: #6e2682;
}

@media print {
    /* ////////////////////////////////////////////////// */
    /* RESET STYLES */
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    strike,
    strong,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

    body {
        line-height: 1;
    }

    ol,
    ul {
        list-style: none;
    }

    blockquote,
    q {
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

    /* remember to define focus styles! */
    :focus {
        outline: 0;
    }

    /* remember to highlight inserts somehow! */
    ins {
        text-decoration: none;
    }

    del {
        text-decoration: line-through;
    }

    /* tables still need 'cellspacing="0"' in the markup */
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    /* ////////////////////////////////////////////////// */
    /* ////////////////////////////////////////////////// */
    /* ALGEMEEN */
    .clr {
        clear: both;
    }

    .flt_rgt {
        float: right;
    }

    .flt_lft {
        float: left;
    }

    .print {
        display: block !important;
    }

    .no_print {
        display: none !important;
    }

    #map span {
        display: none;
    }

    /* ////////////////////////////////////////////////// */
    /* PAGINA STRUCTUUR */
    body {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        width: 100%;
        height: 100%;
        background: #ffffff url('../images/body-back.jpg') no-repeat top center;
        font: 11px 'Arial', sans-serif;
        color: #666;
    }

    html {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        width: 100%;
        height: 100%;
    }

    .page {
        background: none;
    }

    .header-container {
        background: url('../images/header-container.jpg') repeat-x top center;
        border: 0;
    }

    .header {
        background: none;
        width: 982px;
        height: 170px;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 5;
    }

    .main-container {
        background: none;
    }

    .main {
        background: #fff;
        width: 961px;
        padding: 10px;
        position: relative;
        z-index: 0;
    }

    .footer-container {
        display: none;
    }

    .footer {
        border-top: 7px solid #f8b333;
        width: 981px;
        margin: 0 auto;
        padding: 0;
        position: relative;
        height: 80px;
    }

    .sidebar {
        display: none;
    }

    p.back-link {
        display: none;
    }

    /* ////////////////////////////////////////////////// */
    /* HEADER */
    .logo {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header .language-switcher {
        position: absolute;
        top: 30px;
        right: 0;
        width: 315px;
        height: 30px;
        background: none;
        color: #666;
    }

    .header .language-switcher img {
        vertical-align: middle;
        margin: 0 0 2px 0;
    }

    .quick-jump-top {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        top: 6px;
        right: 0;
        font-size: 0.9em;
        color: #fff;
        font-weight: bold;
    }

    .quick-jump-top li {
        display: inline-block;
        border-right: 1px solid #ccc;
        line-height: 11px;
        padding: 0 6px 0 0;
        margin: 0 0 0 4px;
    }

    .quick-jump-top li.Contact {
        display: inline-block;
        border-right: 0;
        line-height: 11px;
        padding: 0;
        margin: 0 0 0 4px;
    }

    .quick-jump-top a {
        color: #fff;
        text-decoration: none;
        text-transform: lowercase;
    }

    .quick-jump-top a:hover {
        text-decoration: underline;
    }

    .header .links {
        float: none;
        margin: 0;
        position: absolute;
        top: 60px;
        right: 0;
        padding: 0;
    }

    .header .links a {
        color: #666;
        text-decoration: none;
        background: none;
    }

    .header .links a:hover {
        text-decoration: underline;
    }

    #header-shopping-cart {
        position: relative;
        line-height: 25px;
        padding: 10px 0 0 0;
        display: none;
    }

    #header-shopping-cart .shopping-bag-icon {
        position: absolute;
        top: 10px;
        right: 160px;
    }

    #header-shopping-cart a {
        color: #622181;
        text-decoration: underline;
    }

    #header-shopping-cart a:hover {
        text-decoration: none;
    }

    #header-shopping-cart strong a {
        color: #666;
        text-decoration: none;
        font-size: 1.2em;
    }

    #header-shopping-cart strong a:hover {
        text-decoration: underline;
    }

    #header-shopping-cart .amount,
    #header-shopping-cart .subtotal {
        display: inline;
    }

    #header-shopping-cart .amount a,
    #header-shopping-cart .subtotal a {
        color: #666;
        text-decoration: none;
    }

    #header-shopping-cart .amount a:hover,
    #header-shopping-cart .subtotal a:hover {
        text-decoration: underline;
    }

    .breadcrumbs {
        display: none;
    }

    .box-tags {
        display: none;
    }

    /* ////////////////////////////////////////////////// */
    /* CATEGORIE MENU */
    #headnav,
    #headnav * {
        margin: 0;
        padding: 0;
        list-style: none;
        display: none;
    }

    #headnav {
        line-height: 1.0;
        background: url('../images/menu-back.jpg') no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 972px;
        height: 48px;
        padding: 0 0 0 10px;
        margin: 0;
    }

    #headnav ul {
        position: absolute;
        top: -999em;
        width: 200px;
        text-align: left;
        left: -9px;
        margin: 12px 0 0 0;
        border: 0;
        border-top: 3px solid #998dc3;
        background: #fceed2 url('../images/submenu-back.jpg') no-repeat bottom center !important;
    }

    #headnav ul li {
        width: 100%;
    }

    #headnav li:hover {
        visibility: inherit;
    }

    #headnav li {
        margin: 2px 10px 0 0;
        float: left;
        position: relative;
        height: 22px;
        background: url('../images/nav-arrow.jpg') no-repeat top right;
        padding: 14px 25px 10px 0;
    }

    #headnav a {
        z-index: 1;
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        font-size: 1.2em;
        color: #fff;
    }

    #headnav li.active a {
        color: #fff;
    }

    #headnav li:hover a {
        color: #fff;
    }

    #headnav li .shadow {
        display: none;
    }

    #headnav li:hover .shadow {
        position: absolute;
        top: 16px;
        left: 2px;
        color: #222;
        z-index: 0;
        font-weight: bold;
        font-size: 1.2em;
        display: block;
    }

    #headnav ul li .shadow,
    #headnav li:hover ul li .shadow {
        display: none;
    }

    #headnav ul li {
        height: 26px;
        background: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    #headnav ul li a {
        padding: 7px 0 !important;
        color: #000 !important;
        font-size: 1em !important;
        font-weight: normal !important;
        background: none;
        display: block;
        border-bottom: 1px solid #e7d7ba;
        position: relative;
    }

    #headnav ul li a span {
        padding: 0 15px;
    }

    #headnav ul li a:hover {
        background: url('../images/submenu-hover.jpg') repeat-x;
        color: #fff !important;
    }

    #headnav li:hover ul,
    #headnav li.sfHover ul {
        left: 0;
        top: 2.5em;
        z-index: 99;
    }

    ul#headnav li:hover li ul,
    ul#headnav li.sfHover li ul {
        top: -999em;
    }

    ul#headnav li li:hover ul,
    ul#headnav li li.sfHover ul {
        left: 10em;
        top: 0;
    }

    ul#headnav li li:hover li ul,
    ul#headnav li li.sfHover li ul {
        top: -999em;
    }

    ul#headnav li li li:hover ul,
    ul#headnav li li li.sfHover ul {
        left: 10em;
        top: 0;
    }

    #headnav ul li a .menu-hover {
        top: 8px;
        right: -15px;
        display: block;
        position: absolute;
        width: 15px;
        height: 13px;
        background: url('../images/menu-crown.png') no-repeat;
    }

    #headnav .Home a {
        display: none;
    }

    #headnav .Home a img {
        display: none;
    }

    #headnav .Home .shadow {
        display: none;
    }

    #headnav .Home:hover .shadow {
        display: none;
    }

    #nav {
        display: none;
    }

    .quick-access {
        display: none;
    }

    /* ////////////////////////////////////////////////// */
    /* CONTENT */
    .col-left {
        float: left;
        width: 230px;
        padding: 0;
        position: relative;
    }

    .col-main {
        float: left;
        width: 520px;
        padding: 0;
        position: relative;
        line-height: 20px;
    }

    .col-right {
        float: right;
        width: 230px;
        padding: 0;
        position: relative;
    }

    .col-main hr {
        height: 1px;
        border: 0;
        background: #e5e5e5;
        margin: 10px 0;
    }

    .col-main ul {
        margin: 10px 0 10px 20px;
        padding: 0;
        list-style: disc;
    }

    .col-main ol {
        margin: 10px 0 10px 25px;
        padding: 0;
        list-style: decimal;
    }

    .col-main ul li {
        padding: 0 0 0 5px;
    }

    .col-main a {
        color: #622181;
    }

    /* 1 Column Layout */
    .col1-layout .col-main {
        float: none;
        width: auto;
    }

    /* 2 Columns Layout */
    .col2-left-layout .col-main {
        float: right;
        width: 710px;
    }

    .col2-right-layout .col-main {
        float: left;
        width: 710px;
    }

    /* 3 Columns Layout */
    .col3-layout .col-main {
        width: 480px;
        margin: 0 10px;
    }

    .col3-layout .col-wrapper {
        float: left;
        width: 730px;
    }

    .col3-layout .col-wrapper .col-main {
        float: right;
    }

    /* Breadcrumbs */
    .breadcrumbs {
        margin: 0 0 20px 0;
    }

    .breadcrumbs a {
        color: #622181;
    }

    .breadcrumbs strong {
        color: #622181;
    }

    /* Headings */
    .page-title {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px dashed #9486c5;
        margin: 0;
    }

    h1.page-title,
    h2.page-title,
    h3.page-title,
    h4.page-title,
    h5.page-title,
    h6.page-title {
        margin: 0 0 15px 0;
        color: #622181;
        font-weight: normal;
    }

    h1.page-title {
        font-size: 2.4em;
    }

    h2.page-title {
        font-size: 2.2em;
    }

    h3.page-title {
        font-size: 2.0em;
    }

    h4.page-title {
        font-size: 1.8em;
    }

    h5.page-title {
        font-size: 1.6em;
    }

    h6.page-title {
        font-size: 1.4em;
    }

    /* Slider */
    #cordaslider {
        display: block;
        border: 1px solid #e5e5e5;
        background: #fff;
        width: 470px !important;
        overflow: hidden;
        margin: 0 0 10px 5px;
        height: 300px;
    }

    #cordaslider img {
        margin: 10px;
    }

    #slider-pager {
        position: absolute;
        top: 260px;
        right: 15px;
        z-index: 1000;
    }

    #slider-pager a {
        margin: 0 3px;
        padding: 0;
        text-indent: -10000px;
        text-align: center;
        color: #fff;
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url('../images/slider-pager.png') no-repeat;
        text-decoration: none;
    }

    #slider-caption {
        background: url('../images/white-opacity.png') repeat;
        width: 445px;
        line-height: 16px;
        border-top: 1px solid #fff;
        padding: 15px 0 0 7px;
        font-weight: bold;
        font-size: 1.2em;
        color: #622181;
        z-index: 10;
        position: absolute;
        top: 250px;
        left: 15px;
        height: 31px;
    }

    #slider-caption span {
        font-weight: normal;
        font-size: 0.9em;
        text-shadow: none;
    }

    .block {
        border: 0;
        margin: 0 0 15px 0;
    }

    .block strong.block-title {
        font-size: 1.6em;
        font-weight: normal;
        border: 0;
        height: 38px;
        position: relative;
        display: block;
    }

    .block .block-title a {
        text-decoration: none !important;
    }

    .block .block-content {
        background: #fff;
    }

    .col-right strong.block-title {
        color: #fff;
        background: url('../images/purple-banner-right-small.png') no-repeat;
        right: 4px;
        padding: 8px 0 0 10px;
        width: 247px;
    }

    .col-left strong.block-title {
        color: #000;
        background: url('../images/yellow-banner-left-small.png') no-repeat;
        left: -23px;
        padding: 8px 0 0 20px;
        width: 237px;
    }

    .block-subtitle {
        background: #f2f2f2;
        border: 1px solid #e5e5e5;
    }

    .block-content p {
        margin: 0;
        line-height: 20px;
        text-align: left;
        padding: 0 0 0 5px;
    }

    .block-content a {
        color: #622181;
    }

    .logos {
        text-align: center;
        margin: 20px 0 0 0;
    }

    .logos img {
        vertical-align: middle;
        margin: 0 10px;
    }

    .col-main .homecategories {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .col-main .homecategories li {
        margin: 0;
        padding: 0;
        float: left;
    }

    .homecategories a {
        width: 128px;
        overflow: hidden;
        display: block;
        border: 1px solid #e5e5e5;
        text-align: center;
        padding: 10px;
        background: #fff;
        margin: 0 5px 10px 5px;
        text-decoration: none;
        color: #fff;
    }

    .homecategories img {
        border: 1px solid #e5e5e5;
    }

    .homecategories a:hover {
        border: 1px solid #999;
    }

    .homecategories span {
        position: relative;
        top: -5px;
        padding: 7px 0 0 0;
        font-size: 1em;
        font-weight: bold;
        display: block;
        height: 21px;
        border: none;
        background: url('../images/purple-gradient.jpg') repeat-x;
    }

    .block-specials {
        margin: 0 0 120px 0;
    }

    .block-specials a {
        width: 200px;
        height: 200px;
        border: 1px solid #e5e5e5;
        text-align: center;
        padding: 10px;
        background: #fff;
        margin: 0;
        text-decoration: none;
        color: #000;
        display: block;
    }

    .block-specials img {
        border: 1px solid #e5e5e5;
    }

    .block-specials a:hover {
        border: 1px solid #999;
    }

    .sign {
        position: absolute;
        top: 205px;
        left: 12px;
    }

    .block-subscribe {
        position: relative;
    }

    .block-subscribe .button {
        background: #ffffff url('../images/button.jpg') no-repeat;
        border: 0;
        text-indent: -10000px;
        width: 20px;
        height: 20px;
        margin: 3px 0 0 0;
        position: absolute;
        top: 77px;
        right: 0;
    }

    .block-subscribe input {
        font: 11px 'Arial', sans-serif;
        color: #666;
        padding: 2px;
    }

    .block-subscribe .button:hover {
        border: 0;
    }

    /* Pager */
    .pager {
        font-size: 1em;
        background: none;
        padding: 4px 8px;
        border-top: 0;
        text-align: center;
    }

    .pager .amount {
        float: left;
        margin: 0;
    }

    .pager .limiter {
        float: right;
    }

    .pager .limiter label {
        vertical-align: middle;
    }

    .pager .limiter select {
        padding: 0;
        margin: 0 0 1px;
        vertical-align: middle;
    }

    .pager .pages {
        margin: 0 140px;
    }

    .pager .pages ol {
        display: inline;
    }

    .pager .pages li {
        display: inline;
        margin: 0 2px;
    }

    /* Sorter */
    .sorter {
        font-size: 11px;
        background: none;
        padding: 3px 8px;
        border-top: 1px solid #e2e2e2;
    }

    .sorter .view-mode {
        float: left;
        margin: 0;
    }

    .sorter .sort-by {
        float: right;
        padding-right: 0 36px 0 0;
    }

    .sorter .sort-by label {
        vertical-align: middle;
    }

    .sorter .sort-by select {
        padding: 0;
        margin: 0 0 1px;
        vertical-align: middle;
    }

    /* Producten grid */
    ul.products-grid {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        border: 0;
        background: none;
    }

    .products-grid ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .products-grid li.item {
        position: relative;
        width: 139px;
        padding: 10px 20px 10px 10px;
        margin: 0 0 10px 10px;
        border-right: 1px solid #e5e5e5;
        display: block;
        float: left;
        height: 250px;
        text-align: center;
    }

    .products-grid li.item img {
        padding: 5px;
        border: 1px solid #e5e5e5;
    }

    .products-grid li.item img:hover {
        padding: 5px;
        border: 1px solid #999;
    }

    .products-grid li.last {
        padding: 10px;
        border: 0;
        width: 149px;
    }

    .products-grid li.first {
        margin: 0;
    }

    .products-grid.last {
        border: 0;
    }

    .products-grid .product-image {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
    }

    .products-grid .product-name {
        margin: 0;
        font-weight: bold;
        font-size: 13px;
        color: #203548;
    }

    .products-grid .product-name a {
        color: #222;
    }

    .products-grid .price-box {
        margin: 5px 0 2px 0;
    }

    .products-grid .actions {
        text-align: center !important;
        position: absolute;
        bottom: 0;
        padding: 0 0 0 13px;
    }

    .products-grid .actions .btn-cart {
        margin: 5px 0 5px 7px !important;
    }

    .col2-left-layout .products-grid,
    .col2-right-layout .products-grid {
        width: 100%;
        margin: 0 auto;
    }

    .regular-price {
        color: #622181;
    }

    .regular-price .price {
        font-weight: bold;
        font-size: 1.3em;
        color: #622181;
    }

    a.link-wishlist {
        color: #622181 !important;
    }

    /* Block: Filter navigatie */
    .block-layered-nav {
        border: 0;
    }

    .block-layered-nav strong.block-title {
        font-size: 1.8em;
        font-weight: normal;
        border: 0;
        height: 46px;
        position: relative;
        display: block;
        text-indent: 0;
        overflow: hidden;
    }

    .block-layered-nav .block-subtitle {
        line-height: 1.35;
        background: #fff;
        padding: 3px 0;
        border: 0;
        border-bottom: 2px solid #e5e5e5;
        text-transform: uppercase;
        color: #666;
        text-align: center;
    }

    .block-layered-nav .block-content {
        text-align: center;
        border: 0;
        background: #fff;
        border: 0px;
    }

    .block-layered-nav .block-content a {
        color: #622181;
    }

    .block-layered-nav dt {
        background: none;
        padding: 3px 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .block-layered-nav dd {
        padding: 0 12px 12px;
        background: none;
    }

    .block-layered-nav dd.last {
        background: none;
    }

    .block-layered-nav .currently li {
        background: #fff;
        padding: 4px 6px 4px 10px;
    }

    .block-layered-nav .currently .label {
        font-weight: bold;
        padding: 0 0 0 18px;
        background: none;
        text-transform: uppercase;
    }

    .block-layered-nav .currently .btn-remove {
        margin: 1px 0 0;
    }

    .block-layered-nav .actions {
        font-size: 1em;
        padding: 4px 9px;
        background: #f2f2f2;
        border: 1px solid #dee5e8;
        border-width: 1px 0;
        text-align: right;
        margin: 10px 0 0 0;
    }

    .block-layered-nav .actions a {
        float: none;
    }

    /* Producten detail pagina */
    .availability {
        margin: 0;
    }

    .availability span {
        font-weight: bold;
    }

    .availability.out-of-stock span {
        color: #d83820;
    }

    .email-friend {
        margin: 0;
    }

    .alert-price {
        margin: 0;
        font-size: 1em;
    }

    .alert-stock {
        margin: 0;
        font-size: 1em;
    }

    .price {
        white-space: nowrap !important;
    }

    .product-view .price-box {
        margin: 5px 0;
        background: #fcf0da;
        border-bottom: 1px solid #f1d49f;
        border-top: 1px solid #f1d49f;
        padding: 5px;
    }

    .price-box .price {
        font-weight: bold;
        color: #622181;
    }

    .regular-price {
        color: #622181;
    }

    .regular-price .price {
        font-weight: bold;
        font-size: 1.5em;
        color: #622181;
    }

    .block .regular-price,
    .block .regular-price .price {
        color: #622181;
    }

    .regular-price .price-label {
        font-size: 1.5em;
        font-weight: bold;
        white-space: nowrap;
        color: #622181;
        margin: 0 5px 0 0;
    }

    .old-price {
        margin: 0;
    }

    .old-price .price-label {
        white-space: nowrap;
        color: #999;
    }

    .old-price .price {
        font-weight: bold;
        color: #622181;
        text-decoration: line-through;
    }

    .special-price {
        margin: 0;
        padding: 3px 0;
    }

    .special-price .price-label {
        font-size: 1.3em;
        font-weight: bold;
        white-space: nowrap;
        color: #622181;
    }

    .special-price .price {
        font-size: 1.3em;
        font-weight: bold;
        color: #622181;
    }

    .minimal-price {
        margin: 0;
    }

    .minimal-price .price-label {
        font-weight: bold;
        white-space: nowrap;
    }

    .minimal-price-link {
        display: block;
    }

    .minimal-price-link .label {
        color: #1e7ec8;
    }

    .minimal-price-link .price {
        font-weight: normal;
        color: #1e7ec8;
    }

    .price-excluding-tax {
        display: block;
        color: #999;
    }

    .price-excluding-tax .label {
        white-space: nowrap;
        color: #999;
    }

    .price-excluding-tax .price {
        font-size: 1.1em;
        font-weight: normal;
        color: #c76200;
    }

    .price-including-tax {
        display: block;
        color: #999;
    }

    .price-including-tax .label {
        white-space: nowrap;
        color: #999;
    }

    .price-including-tax .price {
        font-size: 1.1em;
        font-weight: bold;
        color: #c76200;
    }

    .weee {
        display: block;
        font-size: 1em;
        color: #444;
    }

    .weee .price {
        font-size: 1.1em;
        font-weight: normal;
    }

    .price-excl-tax {
        display: block;
    }

    .price-excl-tax .label {
        display: block;
        white-space: nowrap;
    }

    .price-excl-tax .price {
        display: block;
    }

    .price-incl-tax {
        display: block;
    }

    .price-incl-tax .label {
        display: block;
        white-space: nowrap;
    }

    .price-incl-tax .price {
        display: block;
        font-weight: bold;
    }

    .price-from {
        margin: 0;
    }

    .price-from .price-label {
        font-weight: bold;
        white-space: nowrap;
    }

    .price-to {
        margin: 0;
    }

    .price-to .price-label {
        font-weight: bold;
        white-space: nowrap;
    }

    .price-notice {
        padding: 0 0 0 10px;
        color: #999;
    }

    .price-notice .price {
        font-weight: bold;
        color: #2f2f2f;
    }

    .price-as-configured {
        margin: 0;
    }

    .price-as-configured .price-label {
        font-weight: bold;
        white-space: nowrap;
    }

    .price-box-bundle {
        padding: 0 0 10px 0;
    }

    .price-box-bundle .price-box {
        margin: 0 !important;
        padding: 0 !important;
    }

    .price-box-bundle .price {
        color: #555;
    }

    .tier-prices {
        margin: 10px 0;
        left: -20px;
        width: 100%;
        position: relative;
        border: 0;
        background: #f9f9f9;
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        list-style-type: none !important;
    }

    .tier-prices li {
        line-height: 1.6;
        background: none;
        padding: 2px 0;
        color: #222;
    }

    .tier-prices .benefit {
        font-style: italic;
        font-weight: bold;
        color: #2f2f2f;
    }

    .tier-prices .price {
        font-weight: bold;
        color: #2f2f2f;
    }

    .tier-prices-grouped li {
        padding: 2px 0;
        color: #e26703;
    }

    .tier-prices-grouped li .price {
        font-weight: bold;
    }

    .add-to-links {
        font-size: 1.1em;
        margin: 5px 0 0;
    }

    .add-to-links .separator {
        display: none;
    }

    .add-to-cart label {
        float: left;
        margin: 0 5px 0 0;
        font-weight: bold;
        color: #666;
    }

    .add-to-cart .qty {
        float: left;
        margin: 0 5px 0 0;
    }

    .add-to-cart button.button {
        float: left;
    }

    .add-to-box {
        margin: 10px 0;
    }

    .add-to-box .add-to-cart {
        float: left;
    }

    .add-to-box .add-to-cart button.button {
        position: relative;
        top: -9px;
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 0.8em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .add-to-box .add-to-cart button.button:hover {
        border: 1px solid #622181;
    }

    .add-to-box .add-to-cart button.button span {
        display: block;
        height: 19px;
        border: 0;
        background: none;
        padding: 0 8px;
        font: 1.1em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .add-to-box .add-to-cart button.button span span {
        border: 0;
        padding: 0;
    }

    .add-to-box .or {
        float: left;
        font-weight: bold;
        margin: 0 7px;
        color: #666;
    }

    .add-to-box .add-to-links {
        float: left;
        margin: 0;
        font-size: 1em !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    .add-to-box .add-to-links li {
        display: block !important;
    }

    .add-to-box .add-to-links li .separator {
        display: none !important;
    }

    .product-view {
        border: 0;
    }

    .product-essential {
        padding: 0;
        background: none;
    }

    .product-essential h2 {
        font: bold 13px/1.35 Arial, Helvetica, sans-serif;
    }

    .product-collateral {
        background: #fcf0da;
        border-bottom: 1px solid #f1d49f;
        border-top: 1px solid #f1d49f;
        padding: 25px;
        color: #666;
    }

    .product-collateral h4 {
        font-weight: bold;
        font-size: 1.2em;
        color: #222;
        border-bottom: 1px solid #e5dcc3;
        padding: 0 0 1px;
        margin: 0 0 15px;
    }

    .product-collateral .box-collateral {
        margin: 0 0 25px;
    }

    .product-view .product-img-box .product-image {
        margin: 0;
    }

    .product-view .product-img-box .product-image-zoom {
        margin: 6px 0 0 2px;
        width: 246px;
        height: 246px;
        overflow: hidden;
        padding: 5px;
        background: #fff;
        border: 1px solid #e5e5e5;
    }

    .product-view .product-img-box .product-image-zoom a {
        display: block;
        position: relative;
        width: 246px;
        height: 246px;
        overflow: hidden;
        z-index: 9;
    }

    .product-view .product-img-box .product-image-zoom img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .product-view .product-img-box .zoom-notice {
        font-size: 1em;
        margin: 0 0 5px;
        text-align: center;
    }

    .product-view .product-img-box .zoom {
        position: relative;
        z-index: 9;
        height: 18px;
        margin: 0 auto 13px;
        padding: 0 28px;
        background: url('../images/slider_bg.gif') 50% 50% no-repeat;
    }

    .product-view .product-img-box .zoom #track {
        position: relative;
        height: 18px;
    }

    .product-view .product-img-box .zoom #handle {
        position: absolute;
        left: 0;
        top: -1px;
        width: 9px;
        height: 22px;
        background: url('../images/magnifier_handle.gif') 0 0 no-repeat;
    }

    .product-view .product-img-box .zoom .btn-zoom-out {
        position: absolute;
        left: 2px;
        top: 0;
    }

    .product-view .product-img-box .zoom .btn-zoom-in {
        position: absolute;
        right: 2px;
        top: 0;
    }

    .product-view .product-img-box .more-views h4 {
        font-size: 1em;
        border-bottom: 2px solid #e5e5e5;
        margin: 0 0 8px;
        text-transform: uppercase;
        color: #666;
    }

    .product-view .product-img-box .more-views ul {
        margin: 0 0 0 -14px;
        list-style: none;
    }

    .product-view .product-img-box .more-views li {
        float: left;
        margin: 0 0 8px 9px;
    }

    .product-view .product-img-box .more-views li a {
        float: left;
        width: 56px;
        height: 56px;
        border: 2px solid #ddd;
        overflow: hidden;
    }

    .product-view .box-description {
        line-height: 15px;
    }

    .product-view .product-info {
        float: right;
        width: 400px;
    }

    .product-options {
        margin: 20px 0 0;
        padding: 10px 15px 20px;
        background: #fcf0da;
        border-bottom: 1px solid #f1d49f;
        border-top: 1px solid #f1d49f;
    }

    .product-options dt {
        padding: 10px 0 0;
        font-weight: normal;
    }

    .product-options dt label {
        font-weight: bold;
        color: #2f2f2f;
    }

    .product-options dt span.required {
        color: #eb340a;
    }

    .product-options dt .qty-holder {
        float: right;
        margin: 0 15px 0 0;
    }

    .product-options dt .qty-holder label {
        vertical-align: middle;
    }

    .product-options dt .qty-disabled {
        background: none;
        border: 0;
        padding: 3px;
        color: #2f2f2f;
    }

    .product-options dd {
        padding: 5px 10px 15px;
        margin: 0 0 5px;
        border-bottom: 1px solid #e4e4e4;
    }

    .product-options dl.last dd.last {
        border-bottom: 0;
        padding: 0 0 5px 0;
        margin: 0;
    }

    .product-options dd input.input-text {
        width: 98%;
    }

    .product-options dd input.datetime-picker {
        width: 150px;
    }

    .product-options dd textarea {
        width: 98%;
        height: 8em;
    }

    .product-options dd select {
        width: 99%;
    }

    .product-options dd .multiselect option {
        border-bottom: 1px dotted #d9e5ee;
        padding: 2px 4px;
    }

    .product-options ul.options-list {
        margin: 0 5px 0 0;
    }

    .product-options ul.options-list li {
        line-height: 1.5;
        padding: 2px 0;
    }

    .product-options ul.options-list input.radio {
        float: left;
        margin: 3px 0 0 0;
    }

    .product-options ul.options-list input.checkbox {
        float: left;
        margin: 3px 0 0 0;
    }

    .product-options ul.options-list .label {
        display: block;
        margin: 0 0 0 18px;
    }

    .product-options ul.options-list label {
        font-weight: normal;
    }

    .product-options ul.validation-failed {
        padding: 0 7px;
    }

    .product-options p.note {
        margin: 0;
        font-size: 11px;
    }

    .product-options p.required {
        margin: 0;
        padding: 15px 0 0;
    }

    .product-options-bottom {
        background: #fcf0da;
        border-bottom: 1px solid #f1d49f;
        border-top: 1px solid #f1d49f;
        padding: 15px 20px;
    }

    .product-options-bottom .tier-prices {
        margin: 0;
        padding: 0 0 10px;
        border: 0;
        background: none;
    }

    .product-options-bottom .tier-prices li {
        background: none;
        padding: 2px 0;
        color: #e26703;
    }

    .product-options-bottom .tier-prices .price,
    .product-options-bottom .tier-prices .benefit {
        color: #e26703;
    }

    .product-options-bottom .price-box {
        float: left;
        margin: 0;
        padding: 0;
    }

    .product-options-bottom .price-label {
        float: left;
        padding: 0 5px 0 0;
    }

    .product-options-bottom .price-tax {
        float: left;
    }

    .product-options-bottom .add-to-cart {
        float: right;
    }

    .product-shop .product-options-bottom {
        margin: 0 0 10px;
    }

    .product-shop .product-options-bottom .price-box {
        float: none;
        margin: 0 0 5px;
    }

    .product-shop .product-options-bottom .price-label {
        float: none;
        padding: 0;
    }

    .product-shop .product-options-bottom .price-tax {
        float: none;
    }

    .product-shop .product-options-bottom .add-to-cart-box {
        clear: both;
        float: left;
        padding: 12px 0 0 0;
    }

    /* Data Table */
    .data-table {
        width: 100%;
        border: 0;
    }

    .data-table .odd {
        background: none;
    }

    .data-table .even {
        background: none;
    }

    .data-table td.last,
    .data-table th.last {
        border-right: 0;
    }

    .data-table tr.last th,
    .data-table tr.last td {
        border-bottom: 0 !important;
    }

    .data-table th {
        padding: 3px 8px;
        font-weight: bold;
    }

    .data-table td {
        padding: 3px 8px;
    }

    .data-table thead th {
        font-weight: bold;
        border-right: 1px dotted #222;
        padding: 2px 8px;
        color: #222;
        white-space: nowrap;
        vertical-align: middle;
    }

    .data-table thead th.wrap {
        white-space: normal;
    }

    .data-table thead th a,
    .data-table thead th a:hover {
        color: #fff;
    }

    .data-table thead th {
        background: none;
    }

    .data-table thead th .tax-flag {
        font-size: 1em;
        white-space: nowrap;
    }

    .data-table tfoot {
        border-bottom: 1px dotted #222;
    }

    .data-table tfoot tr.first {
        background: none;
    }

    .data-table tfoot tr {
        background: none;
    }

    .data-table tfoot td {
        padding: 1px 0;
        border-bottom: 0;
        border-right: 1px solid #d9dde3;
    }

    .data-table tfoot strong {
        font-size: 1.3em;
    }

    .data-table tbody th,
    .data-table tbody td {
        border: 0;
    }

    /* Block: Related */
    .block-related input.checkbox {
        float: left;
    }

    .block-related .product {
        margin: 0 0 0 20px;
    }

    .block-related .block-subtitle {
        background: none;
        border: 0;
        color: #666;
    }

    .block-related a {
        color: #622181;
    }

    .block-related .block-content #block-related li {
        background: none;
        border-bottom: 1px solid #e5e5e5;
    }

    /* Account Login/Create Pages */
    .account-login .content {
        min-height: 240px;
        margin: 0;
        padding: 14px 21px;
        background: #fcf0da;
        border: 0;
        border-bottom: 1px solid #f1d49f;
        border-top: 1px solid #f1d49f;
    }

    .account-login .content h3 {
        font-weight: bold;
        font-size: 1.2em;
        color: #222;
        border-bottom: 1px solid #e5dcc3;
        padding: 0 0 1px;
        margin: 0 0 15px;
    }

    .account-login .new-users h3 {
        background: none;
    }

    .account-login .registered-users h3 {
        background: none;
    }

    .account-login .buttons-set {
        border: 0;
        margin: 0;
        padding: 10px 0 0 0;
        background: #fff;
    }

    .account-login button.button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 0.8em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .account-login button.button:hover {
        border: 1px solid #622181;
    }

    .account-login button.button span {
        display: block;
        height: 19px;
        border: 0;
        background: none;
        padding: 0 8px;
        font: 1.1em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .account-login button.button span span {
        border: 0;
        padding: 0;
    }

    .retrieve-password button.button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 0.8em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .retrieve-password button.button:hover {
        border: 1px solid #622181;
    }

    .retrieve-password button.button span {
        display: block;
        height: 19px;
        border: 0;
        background: none;
        padding: 0 8px;
        font: 1.1em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .retrieve-password button.button span span {
        border: 0;
        padding: 0;
    }

    button.button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 0.8em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    button.button:hover {
        border: 1px solid #622181;
    }

    button.button span {
        display: block;
        height: 19px;
        border: 0;
        background: none;
        padding: 0 8px;
        font: 1.1em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    button.button span span {
        border: 0;
        padding: 0;
    }

    .buttons-set button.button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: inline-block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 0.8em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .buttons-set button.button:hover {
        border: 1px solid #622181;
    }

    .buttons-set button.button span {
        display: block;
        height: 19px;
        border: 0;
        background: none !important;
        padding: 0 8px;
        font-size: 1.1em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .buttons-set button.button span span {
        border: 0;
        padding: 0;
    }

    .a-center button.button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: inline-block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 0.8em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .a-center button.button:hover {
        border: 1px solid #622181;
    }

    .a-center button.button span {
        display: block;
        height: 19px;
        border: 0;
        background: none !important;
        padding: 0 8px;
        font-size: 1.1em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .a-center button.button span span {
        border: 0;
        padding: 0;
    }

    .products-grid .actions button.button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 1em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .products-grid .actions button.button:hover {
        border: 1px solid #622181;
    }

    /* Block: Account */
    .block-account .block-content li a {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding: 3px 0;
        color: #622181;
        text-decoration: none !important;
        font: 1em;
    }

    .block-account .block-content li a:hover {
        color: #622181;
    }

    .block-account .block-content li.current {
        border-bottom: 1px solid #e5e5e5;
        padding: 3px 0;
        color: #622181;
    }

    /* Block: Cart */
    .block-cart .actions button.button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 0.8em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .block-cart .actions button.button:hover {
        border: 1px solid #622181;
    }

    .block-cart .actions button.button span {
        display: block;
        height: 19px;
        border: 0;
        background: none;
        padding: 0 8px;
        font: 1.1em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .block-cart .actions button.button span span {
        border: 0;
        padding: 0;
    }

    .block-cart .block-content {
        text-align: center;
    }

    .block-cart .actions {
        background: none;
    }

    .block-cart a {
        color: #622181;
    }

    .block-cart .subtotal {
        width: 222px;
    }

    /* Dashboard */
    .dashboard .welcome-msg {
        margin: 0 8em 1.5em 0;
    }

    .dashboard .welcome-msg p {
        margin: 0;
    }

    .dashboard .col2-set {
        margin: 0 0 15px;
    }

    .box-account {
        background: #fcf0da;
        border: 0;
        border-bottom: 1px solid #f1d49f;
        border-top: 1px solid #f1d49f;
        padding: 15px;
        margin: 0 0 20px;
    }

    .box-account .col2-set {
        border-bottom: 1px solid #e5dcc3;
        padding: 0 0 10px 0;
    }

    .box-account .col-1 {
        border-right: 1px solid #e5dcc3;
        padding: 0 10px 0 0;
    }

    .box-account .col-2 {
        border-right: 0;
        padding: 0;
    }

    .dashboard .box .box-title {
        background: none;
        padding: 0 0 2px;
        margin: 0 0 8px;
        text-align: right;
    }

    .dashboard .box .box-title h3,
    .dashboard .box .box-title h4 {
        float: left;
        font-size: 13px;
        font-weight: bold;
        margin: 0;
    }

    /* Shopping bag */
    .cart .page-title {
        border-bottom: 1px dashed #9486c5;
        margin: 0 0 12px;
    }

    .cart .checkout-types li {
        margin: 0 0 5px;
        list-style-type: none;
    }

    .cart .checkout-types button.button {
        border: 0;
        background: #622181;
        padding: 0;
        font: 1em;
    }

    .cart-table th {
        padding: 2px 10px;
        background: #f1d49f !important;
        border: 0 !important;
        border-bottom: 1px solid #f1d49f !important;
        border-top: 1px solid #f1d49f !important;
    }

    .cart-table td {
        padding: 10px;
        background: #fcf0da;
        border-top: 1px solid #e5e5e5 !important;
        border-right: 1px solid #e5e5e5 !important;
        vertical-align: top;
    }

    .cart-table .product-name {
        font-weight: bold;
        margin: 0 0 5px;
        color: #2f2f2f;
    }

    .cart-table .item-msg {
        margin: 5px 0;
        font-size: 1em;
        font-weight: bold;
        color: #df280a;
    }

    .cart-table tfoot td {
        padding: 5px 10px;
    }

    .cart-table .btn-continue,
    .cart-table .btn-update {
        float: none;
        display: inline-block;
    }

    .cart-table .btn-custom-checkout {
        float: right;
    }

    .cart-table .btn-continue span,
    .cart-table .btn-update span {
        background: none;
    }

    .cart-table tfoot {
        border-bottom: none !important;
    }

    .cart-table tfoot td {
        background: #fff;
        border-top: 1px solid #f1d49f !important;
        border-right: 0 !important;
        padding: 0;
    }

    .cart-table .a-right button.button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: inline-block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 0.8em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .cart-table .a-right button.button:hover {
        border: 1px solid #622181;
    }

    .cart-table .a-right button.button span {
        display: block;
        height: 19px;
        border: 0;
        background: none !important;
        padding: 0 8px;
        font-size: 1.1em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .cart-table .a-right button.button span span {
        border: 0;
        padding: 0;
    }

    .cart .checkout-types {
        padding: 0;
        text-align: right;
        margin: 0;
    }

    .cart .checkout-types li {
        clear: both;
        margin: 0;
        padding: 0;
    }

    .cart .checkout-types button.btn-checkout {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 5px 5px 4px 5px !important;
        margin: 5px auto;
        display: inline-block;
        height: auto;
        border: 1px solid #d7c9e1;
        background: url('../images/button-back.jpg') repeat-x top left;
        font-weight: bold;
        font-size: 0.8em !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .cart .checkout-types button.btn-checkout:hover {
        border: 1px solid #622181;
    }

    .cart .checkout-types button.btn-checkout span {
        display: block;
        height: 19px !important;
        border: 0;
        background: none !important;
        padding: 0 8px !important;
        font-size: 15px !important;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .cart .checkout-types button.btn-checkout span span {
        display: block;
        background: none !important;
        overflow: hidden;
        padding: 0 !important;
        line-height: 1.3em;
    }

    .cart .cart-collaterals {
        padding: 25px 0 0;
        border: 0;
    }

    .cart .cart-collaterals .col2-set {
        float: left;
        width: 605px;
    }

    .cart .cart-collaterals .col2-set .col-2 {
        float: left;
        width: 310px;
    }

    .cart .discount,
    .cart .shipping {
        border: 0;
        float: left;
        border-top: 1px solid #f1d49f;
        border-bottom: 1px solid #f1d49f;
        background: #fcf0da;
        padding: 12px 15px;
        margin: 0 0 18px;
    }

    .cart .discount h2,
    .cart .shipping h2 {
        font-weight: bold;
        font-size: 1.2em;
        color: #222;
        border-bottom: 1px solid #e5dcc3;
        padding: 0 0 1px;
        margin: 0 0 15px;
        background: none;
    }

    .cart .discount .input-box {
        margin: 8px 0 0;
        width: 260px;
    }

    .cart .discount input.input-text {
        width: 254px;
    }

    .cart .shipping .sp-methods {
        margin: 10px 0 0;
        padding: 5px 0 0;
        background: none;
    }

    .cart .totals {
        float: right;
        width: 268px;
        background: #fcf0da;
        border: 0;
        border-top: 1px solid #f1d49f;
        border-bottom: 1px solid #f1d49f;
    }

    .cart .totals table {
        width: 100%;
        margin: 7px 0;
    }

    .cart .totals td {
        padding: 0 10px;
    }

    .cart .totals tfoot td {
        padding: 0px 10px;
    }

    .cart .totals tfoot td strong {
        font-size: 15px;
    }

    .cart .totals .checkout-types {
        font-size: 13px;
        padding: 10px;
        text-align: right;
    }

    .cart .totals .checkout-types li {
        clear: both;
        margin: 0;
    }

    .cart .totals .checkout-types li a {
        font-size: 11px;
    }

    .cart .totals h2 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.2em;
        color: #222;
        border-bottom: 1px solid #e5dcc3;
        padding: 0 0 1px;
        margin: 10px 10px 15px 10px;
        background: none;
    }

    /* One Page Checkout */
    .block-progress {
        border: 0;
        margin: 0;
    }

    .block-progress .block-content {
        background: none;
    }

    .block-progress dt {
        font-size: 1em;
        font-weight: bold;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 3px 0;
        color: #622181;
        line-height: 1.35;
        background: none;
        margin: 0 0 6px;
        padding: 2px 8px;
        color: #999;
    }

    .block-progress dd {
        background: none;
        border: 0;
        padding: 8px 13px;
        margin: 0 0 6px;
    }

    .block-progress dt.complete {
        margin: 0;
        background: none;
        color: #666;
    }

    .block-progress p {
        margin: 0;
    }

    .block-progress a {
        color: #622181;
    }

    .opc {
        position: relative;
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    .opc li.section {
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    .opc .allow .step-title {
        border: 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 8px 5px 5px 5px;
        text-align: right;
        background: #f6f6f6;
    }

    .opc .allow .step-title .number {
        float: left;
        background: none;
        border: 0;
        padding: 2px 5px 1px 5px;
        margin: 0;
        font: bold 1.1em 'Arial', sans-serif;
        color: #999;
    }

    .opc .allow .step-title h3 {
        float: left;
        margin: 0;
        color: #999;
        font: bold 1.2em 'Arial', sans-serif;
        border-bottom: 0 !important;
        text-transform: uppercase;
    }

    .opc .step-title a {
        display: none;
        float: right;
        font-size: 11px;
        line-height: 16px;
    }

    .opc .step-title {
        background: #f6f6f6;
        border: 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 8px 5px 5px 5px;
        color: #999;
    }

    .opc .step-title .number {
        background: none;
        border: 0;
        color: #999;
        padding: 2px 5px 1px 5px;
    }

    .opc .step-title h3 {
        float: left;
        margin: 0;
        color: #999;
        font: bold 1.2em 'Arial', sans-serif;
        border-bottom: 0 !important;
        text-transform: uppercase;
    }

    .opc .active .step-title {
        background: #f9f3e3;
        border: 0;
        border-top: 1px solid #f1d49f;
        border-bottom: 1px solid #f1d49f;
        padding: 8px 5px 5px 5px;
        color: #622181;
    }

    .opc .active .step-title .number {
        background: none;
        border: 0;
        color: #622181;
        padding: 2px 5px 1px 5px;
    }

    .opc .active .step-title h3 {
        color: #622181;
        padding: 2px 0 0 0;
    }

    .opc .step {
        border: 0;
        background: none;
        padding: 10px;
        position: relative;
    }

    .opc .step p.back-link a {
        background: none;
        padding: 0;
    }

    .opc .step .tool-tip {
        right: 30px;
    }

    #opc-review .step {
        border: 0;
        padding: 0;
    }

    #opc-review .product-name {
        font-weight: bold;
        color: #622181;
    }

    #opc-review .item-options {
        margin: 5px 0 0;
    }

    #opc-review .buttons-set {
        padding: 0;
        border: 0;
    }

    #opc-review .buttons-set button.button span {
        font-size: 13px !important;
    }

    #opc-review .buttons-set button.button span span {
        display: block;
        background: none !important;
        overflow: hidden;
        padding: 0 !important;
        line-height: 1.3em;
    }

    #opc-review .data-table td {
        padding: 10px;
        background: #fcf0da;
        border-top: 1px solid #e5e5e5;
        vertical-align: top;
        border-right: 1px solid #e5e5e5;
    }

    #opc-review .data-table th {
        background: #f1d49f;
        border: 0;
        border-bottom: 1px solid #f1d49f;
        border-top: 1px solid #f1d49f;
    }

    #opc-review .data-table tfoot {
        border-bottom: 0;
    }

    .opc .checkout-agreements {
        border: 0;
    }

    /* Verlanglijst */
    .my-wishlist .data-table td {
        padding: 10px;
        background: #fcf0da;
        border-top: 1px solid #e5e5e5;
        vertical-align: top;
        border-right: 1px solid #e5e5e5;
    }

    .my-wishlist .data-table td .product-name,
    .my-wishlist .data-table td .price-box {
        text-align: center;
    }

    .my-wishlist .data-table th {
        background: #f1d49f;
        border: 0;
        border-bottom: 1px solid #f1d49f;
        border-top: 1px solid #f1d49f;
    }

    .my-wishlist .product-image {
        display: block;
        width: 113px;
        height: 113px;
        margin: 0 0 5px;
    }

    .my-wishlist textarea {
        display: block;
        width: 97%;
        height: 109px;
        font: 11px 'Arial', sans-serif;
        color: #666;
    }

    .my-wishlist .buttons-set {
        margin: 2px 0 0 0;
    }

    .my-wishlist .buttons-set button.button {
        float: none;
    }

    #wishlist-table .add-to-links {
        white-space: nowrap;
    }

    /* Formulier */
    input.input-text:focus,
    select:focus,
    textarea:focus {
        background-color: #fafafa;
    }

    .validation-advice {
        color: #cc0000;
        font-weight: bold;
        background: none;
        padding: 0;
    }

    .validation-failed {
        border: 1px dotted #cc0000 !important;
    }

    select option {
        padding: 0 5px;
    }

    .product-view .box-tags .form-add button.button {
        border-top: 1px solid #622181;
        background: #622181;
    }

    .product-view .box-tags .form-add button.button span {
        border: 0;
        background: #622181;
    }

    .header .form-search {
        display: none;
    }

    .header .form-search label {
        display: none;
    }

    .header .form-search input.input-text {
        color: #af327d;
        padding: 8px 5px;
        float: left;
        border: 0;
        width: 160px;
        margin: 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-size: 1em;
    }

    .header .form-search button.button {
        float: left;
        height: 30px;
        width: 31px;
        border: 0;
        background: url('../images/search.jpg') no-repeat center center;
        padding: 0;
        text-indent: -10000px;
        margin: 0 0 0 7px;
    }

    .header .form-search .search-autocomplete {
        z-index: 999;
        left: 0 !important;
        top: 30px !important;
    }

    .header .form-search .search-autocomplete ul {
        border: 0;
        background: #fceed2 url('../images/submenu-back.jpg') no-repeat bottom center !important;
    }

    .header .form-search .search-autocomplete li {
        text-align: left;
        border-bottom: 0;
        padding: 3px 5px !important;
        color: #000 !important;
        background: none;
        border-bottom: 1px solid #e7d7ba;
    }

    .header .form-search .search-autocomplete li .amount {
        float: right;
        font-weight: bold;
    }

    .header .form-search .search-autocomplete li.odd {
        background: none;
    }

    .header .form-search .search-autocomplete li.selected {
        background: none;
    }

    .product-view button.button {
        overflow: visible;
        width: auto;
        padding: 0;
        margin: 0;
        display: block;
        height: auto;
        border: 0;
        background: none;
        font-weight: bold;
        font-size: 1em;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }

    .product-view button.button:hover {
        border: 0;
    }

    .products-grid {
        background: none;
    }

    #upsell-product-table td {
        text-align: center;
        border: 0;
        background: none;
    }

    #upsell-product-table .price-box {
        margin: 5px 0;
        background: none;
        border-bottom: 0;
        border-top: 0;
        padding: 5px;
    }

    #upsell-product-table .price {
        font-weight: bold;
        color: #622181;
    }

    .product-view .box-up-sell .products-grid {
        width: 100%;
        border: 0;
    }

    .product-view .box-up-sell .products-grid td.empty {
        border: 0;
        background: none;
    }

    .form-list {
        margin: 0;
        padding: 0;
    }

    .form-list li {
        list-style-type: none;
        margin: 0 0 0 -25px;
        padding: 0;
    }

    p.required {
        color: #cc0000 !important;
    }

    .required em {
        color: #cc0000 !important;
    }

    .fieldset {
        padding: 0;
        background: none;
        border: 0;
    }

    .fieldset .legend {
        float: none;
        display: inline-block;
        font-weight: bold;
        font-size: 1.2em;
        border: 0;
        border-bottom: 1px dashed #d7c9e1;
        background: none;
        color: #222;
        margin: 0;
        padding: 0 20px 5px 0;
        position: relative;
    }

    /* ////////////////////////////////////////////////// */
    /* FOOTER */
    .footer ul {
        margin: 0;
        padding: 13px 0 0 0;
        width: 981px;
        display: block;
        border-top: 1px solid #897ebd;
        text-align: left;
        float: left;
    }

    .footer li {
        display: inline-block;
        background: none;
    }

    .footer a {
        color: #666;
        text-decoration: none;
    }

    .copyright {
        position: absolute;
        color: #999;
        right: 0;
        top: 40px;
        text-align: right;
        line-height: 22px;
        font-size: 0.9em;
    }

    .copyright a {
        color: #999;
    }

    #social-links {
        position: absolute;
        top: 9px;
        right: 0;
    }

    /* ////////////////////////////////////////////////// */
    /* FANCYBOX */
    #fancybox-loading {
        position: fixed;
        top: 50%;
        left: 50%;
        height: 40px;
        width: 40px;
        margin-top: -20px;
        margin-left: -20px;
        overflow: hidden;
        background: transparent;
        z-index: 1104;
        display: none;
    }

    #fancybox-loading div {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 480px;
        background: transparent url('../images/fancybox.png') no-repeat;
    }

    #fancybox-overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #000;
        z-index: 1100;
        display: none;
    }

    #fancybox-tmp {
        padding: 0;
        margin: 0;
        border: 0;
        overflow: auto;
        display: none;
    }

    #fancybox-wrap {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 20px;
        z-index: 1101;
        display: none;
    }

    #fancybox-outer {
        position: relative;
        width: 100%;
        height: 100%;
        background: #FFF;
    }

    #fancybox-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: 0;
        outline: none;
        overflow: hidden;
    }

    #fancybox-hide-sel-frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
    }

    #fancybox-close {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
        background: url('../images/fancybox.png') -40px 0px;
        z-index: 1103;
        display: none;
    }

    #fancybox_error {
        color: #444;
        font: normal 12px/20px Arial;
    }

    #fancybox-content {
        height: auto;
        width: auto;
        padding: 0;
        margin: 0;
    }

    #fancybox-img {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        line-height: 0;
        vertical-align: top;
        -ms-interpolation-mode: bicubic;
    }

    #fancybox-frame {
        position: relative;
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }

    #fancybox-title {
        position: absolute;
        bottom: 0;
        left: 0;
        font-family: Arial;
        font-size: 12px;
        z-index: 1102;
    }

    .fancybox-title-inside {
        padding: 10px 0;
        text-align: center;
        color: #333;
    }

    .fancybox-title-outside {
        padding-top: 5px;
        color: #FFF;
        text-align: center;
        font-weight: bold;
    }

    .fancybox-title-over {
        color: #FFF;
        text-align: left;
    }

    #fancybox-title-over {
        padding: 10px;
        background: url('../images/fancy_title_over.png');
        display: block;
    }

    #fancybox-title-wrap {
        display: inline-block;
    }

    #fancybox-title-wrap span {
        height: 32px;
        float: left;
    }

    #fancybox-title-left {
        padding-left: 15px;
        background: url('../images/fancybox.png') no-repeat -40px -130px;
    }

    #fancybox-title-main {
        font-weight: bold;
        line-height: 29px;
        background: url('../images/fancybox-x.png') 0px -36px;
        color: #FFF;
    }

    #fancybox-title-right {
        padding-left: 15px;
        background: url('../images/fancybox.png') no-repeat -55px -130px;
    }

    #fancybox-left,
    #fancybox-right {
        position: absolute;
        bottom: 0px;
        height: 100%;
        width: 35%;
        outline: none;
        background-image: url('../images/blank.gif');
        z-index: 1102;
        display: none;
    }

    #fancybox-left {
        left: 0px;
    }

    #fancybox-right {
        right: 0px;
    }

    #fancybox-left-ico,
    #fancybox-right-ico {
        position: absolute;
        top: 50%;
        left: -9999px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        z-index: 1102;
        display: block;
    }

    #fancybox-left-ico {
        background: url('../images/fancybox.png') -40px -30px;
    }

    #fancybox-right-ico {
        background: url('../images/fancybox.png') -40px -60px;
    }

    #fancybox-left:hover span {
        left: 20px;
    }

    #fancybox-right:hover span {
        left: auto;
        right: 20px;
    }

    div.fancy-bg {
        position: absolute;
        padding: 0;
        margin: 0;
        border: 0;
        z-index: 1001;
    }

    div.fancy_bg_n {
        top: -18px;
        width: 100%;
        height: 18px;
        background: url('../images/fancybox-x.png');
    }

    div.fancy_bg_ne {
        top: -18px;
        right: -13px;
        width: 13px;
        height: 18px;
        background: url('../images/fancybox.png') -55px -92px;
    }

    div.fancy_bg_e {
        right: -13px;
        height: 100%;
        width: 13px;
        background: url('../images/fancybox-y.png') -13px 0px;
    }

    div.fancy_bg_se {
        bottom: -18px;
        right: -13px;
        width: 13px;
        height: 18px;
        background: url('../images/fancybox.png') -55px -110px;
    }

    div.fancy_bg_s {
        bottom: -18px;
        width: 100%;
        height: 18px;
        background: url('../images/fancybox-x.png') 0px -18px;
    }

    div.fancy_bg_sw {
        bottom: -18px;
        left: -13px;
        width: 13px;
        height: 18px;
        background: url('../images/fancybox.png') -42px -110px;
    }

    div.fancy_bg_w {
        left: -13px;
        height: 100%;
        width: 13px;
        background: url('../images/fancybox-y.png');
    }

    div.fancy_bg_nw {
        top: -18px;
        left: -13px;
        width: 13px;
        height: 18px;
        background: url('../images/fancybox.png') -42px -92px;
    }
}

@media only screen and (min-width: 0) and (max-width: 930px) {
    html.res #nav li {
        display: none;
    }

    html.res .slicknav_menu {
        display: block;
    }
}

.mobileNav {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

/*
		    Mobile Menu Core Style
		*/
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
    text-align: left;
}

.slicknav_menu .slicknav_menutxt {
    display: inline-block;
    line-height: 1.188em;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0.438em 0 0;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-weight: 1em;
    font-weight: bold;
    background: #622181;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    text-align: center;
    line-height: 22px;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

/* IE6/7 support */
.slicknav_menu {
    *zoom: 1;
}

/*
		    User Default Style
		    Change the following styles to modify the appearance of the menu.
		*/
.slicknav_menu {
    font-size: 16px;
}

/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px #000;
    position: relative;
    top: 1px;
}

.slicknav_menu {
    background: #4c4c4c;
    padding: 5px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    background: #fff;
}

.slicknav_nav li,
.slicknav_nav ul li {
    margin: 3px 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.slicknav_nav li.Home,
.slicknav_nav ul li.Home {
    display: none;
}

.slicknav_nav ul,
.slicknav_nav ul ul {
    background: #f0f0f0;
    margin-left: 0;
    padding-left: 15px;
}

.slicknav_nav ul a,
.slicknav_nav ul ul a {
    font-size: 13px;
}

.slicknav_nav ul li:last-child,
.slicknav_nav ul ul li:last-child {
    border-bottom: 0;
}

.slicknav_nav ul ul,
.slicknav_nav ul ul ul {
    background: #fff;
    margin-left: 0;
    padding-left: 15px;
}

.slicknav_nav ul ul a,
.slicknav_nav ul ul ul a {
    font-size: 12px;
    color: #000;
}

ul.slicknav_nav &gt; li {
    font-weight: bold;
}

ul.slicknav_nav &gt; li li {
    font-weight: normal;
}

.slicknav_nav ul {
    padding: 0 0 0 25px;
    margin: 0 0 0 0;
}

.slicknav_nav .slicknav_row {
    padding: 10px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 5px 5px;
    text-decoration: none;
    color: #622181;
    text-align: left;
    font-size: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_row:hover {
    background: #622181;
    color: #fff;
}

.slicknav_nav .slicknav_row:hover span {
    background: #622181 !important;
    color: #fff;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_menu {
    display: block;
    width: 100%;
    padding: 0;
    background: none;
    position: relative;
}

.payone-hidden {
    display: none !important;
}

#mobileNavTrigger,
#mobileNav,
.shopping-bag-icon.mobile {
    display: none;
}

div.page-title {
    margin: 0 0 15px 0;
}

div.page-title h1 {
    color: #622181;
    font-weight: normal;
    font-size: 2.4em;
}

#print-icon {
    top: 35px;
}

.slicknav_menu {
    display: none;
}

.cms-home .col-main a,
.cms-home .col-left a,
.cms-home .col-right a {
    color: #622181;
}

.image-zoom-buttons {
    margin: 5px 0 0 0;
    position: relative;
    max-width: 260px;
}

.image-zoom-buttons button {
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fcf0da;
    border: 1px solid #f1d49f;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    line-height: 25px;
    cursor: pointer;
    font-size: 18px;
}

.product-view .product-img-box .product-image-zoom a {
    margin: 0 auto;
}

.product-view .product-img-box .more-views ul {
    padding: 0;
    margin: 0;
}

.product-view .product-img-box .more-views li {
    padding: 0;
    margin: 0 2% 2% 0;
    width: 23%;
}

.image-zoom-buttons button.zoom-in {
    float: right;
}

.image-zoom-buttons button.reset {
    background: #f1d49f;
    float: right;
    margin-left: 5px;
    display: none;
}

.image-zoom-buttons input {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 5px;
}

.advanced-search .form-list .input-box input {
    font-size: 13px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 0px) and (max-width: 659px) {
    html.res div.wrapper {
        min-width: 0;
    }

    html.res .main {
        width: 100%;
        margin: 0 auto;
    }

    html.res .add-to-cart .qty {
        -webkit-appearance: none;
        width: 20px !important;
        border-radius: 0;
    }

    html.res .footer {
        width: 98%;
        margin: 0 auto;
        padding: 0 1%;
    }

    html.res .footer #social-links {
        right: 1%;
    }

    html.res .footer li {
        font-size: 11px;
        padding: 0 5px 0 2px;
    }

    html.res .col2-set .col-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    html.res .col2-set .col-2 {
        width: 100%;
    }

    html.res .col-right strong.block-title {
        background: #622181;
    }

    html.res .account-login .buttons-set {
        background: transparent;
        text-align: center;
    }

    html.res .account-login .content {
        min-height: 0;
    }

    html.res .header {
        width: 100%;
    }

    html.res #mobileNavTrigger,
    html.res #mobileNav {
        display: block;
        width: 35%;
        height: 50px;
        position: absolute;
        top: 1px;
        right: 13%;
    }

    html.res #mobileNavTrigger {
        color: #622181;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: -1px;
        text-align: right;
        line-height: 48px;
        padding-right: 1.5em;
        z-index: 1;
    }

    html.res #mobileNavTrigger:before {
        content: "";
        position: absolute;
        right: 0;
        top: 17px;
        width: 1em;
        height: 10px;
        background: #622181;
        border-bottom: 2px solid #622181;
        border-top: 3px solid #622181;
    }

    html.res #mobileNavTrigger:after {
        content: "";
        position: absolute;
        right: 0;
        top: 20px;
        width: 1em;
        height: 3px;
        border-bottom: 3px solid #f4f0f8;
        border-top: 3px solid #f4f0f8;
    }

    html.res #mobileNav {
        opacity: 0;
        background: #fff;
        cursor: pointer;
        z-index: 5;
        -webkit-appearance: none;
    }

    html.res .quick-jump-top {
        right: auto;
        width: 100%;
        text-align: center;
        left: 0;
    }

    html.res .quick-jump-top ul {
        text-align: center;
        width: 100%;
        display: none;
    }

    html.res .homecategories {
        padding-left: 0;
        width: 94%;
        margin-left: 3%;
    }

    html.res .homecategories li {
        width: 30%;
        margin: 3.3% 3.3% 0 0;
    }

    html.res .homecategories a {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    html.res .homecategories li img {
        width: 100%;
        max-width: 100%;
        height: auto;
        top: 0;
        margin-top: 0;
    }

    html.res .homecategories li a {
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    html.res .homecategories span {
        width: 100%;
        left: 0;
        font-size: 10px;
        top: 0px;
        display: block;
        padding: 4px 0 0 0;
        height: 16px;
    }

    html.res div#text-blocks p {
        margin: 0;
    }

    html.res div#text-blocks div.col-main h2.opvallende-titel,
    html.res div#text-blocks div.col-main strong.opvallende-titel,
    html.res div#text-blocks div.col-main p.content,
    html.res div#text-blocks div.col-left p.content {
        padding: 0;
    }

    html.res .col-left,
    html.res .col-right {
        width: 98%;
        margin-bottom: 20px;
        padding: 0 1%;
    }

    html.res .col-main {
        width: 98%;
        margin-bottom: 20px;
        padding: 0 1%;
    }

    html.res .col3-layout .col-wrapper {
        width: 98%;
        padding: 0 1%;
    }

    html.res .col3-layout .col-wrapper .col-main {
        width: 98%;
        margin: 0 0 20px 0;
        padding: 0 1%;
    }

    html.res .col3-layout .col-wrapper .col-main img {
        margin: 0 auto;
    }

    html.res .col3-layout .col-wrapper .col-left {
        width: 98%;
        padding-left: 0%;
        margin-bottom: 20px;
        padding: 0 1%;
    }

    html.res .col2-right-layout .col-main {
        width: 98%;
        margin-right: 0%;
        margin-bottom: 20px;
        padding: 0 1%;
    }

    html.res .col2-right-layout .col-right {
        width: 98%;
        margin-bottom: 20px;
        padding: 0 1%;
    }

    html.res .col1-layout .col-main {
        width: 98%;
        margin-bottom: 10px;
        padding: 0 1%;
    }

    html.res .breadcrumbs {
        margin-top: 8px;
        line-height: 1.5;
    }

    html.res .cart .totals {
        width: 100%;
    }

    html.res #print-icon {
        right: 35%;
        display: none;
    }

    html.res div#text-blocks div.col-main p.content,
    html.res div#text-blocks div.col-left p.content,
    html.res div#text-blocks div.col-right p.content {
        height: auto;
    }

    html.res .opvallende-titel,
    html.res .footer #homepage-content .opvallende-titel,
    html.res div.category-description h2 {
        font-size: 1.1em;
    }

    html.res .col-right strong.block-title {
        width: 94%;
        padding: 5px 3%;
        right: 0;
        height: 25px;
        font-size: 16px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    html.res .col-main form ul.form-list {
        margin: 0;
    }

    html.res .col-main form ul.form-list li {
        margin-left: 0;
        padding-left: 0;
    }

    html.res .sidebar {
        margin-bottom: 0;
    }

    html.res .sidebar .block-banner img {
        max-width: 100%;
        height: auto;
    }

    html.res .sidebar .logos {
        width: 100%;
        text-align: center;
    }

    html.res .sidebar .logos img {
        max-width: 19%;
        height: auto;
    }

    html.res .cms-verzendwijze .std img {
        max-width: 30%;
        height: auto;
        max-height: 65px;
    }

    html.res h1.page-title,
    html.res div.page-title h1 {
        line-height: 1.2em;
        padding-bottom: 10px;
        padding-top: 5px;
        font-size: 1.5em;
    }

    html.res .product-view .product-img-box .product-image-zoom {
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    html.res .product-view .product-img-box .product-image-zoom a {
        max-width: 100%;
        height: auto;
        line-height: 0;
    }

    html.res .add-to-box .add-to-cart button.button {
        top: 0;
        margin-top: -4px;
    }

    html.res .product-view .product-img-box .more-views ul {
        margin-left: -3%;
    }

    html.res .product-view .product-img-box .more-views strong {
        display: none;
    }

    html.res .product-view .product-img-box .more-views ul {
        margin-left: 0;
    }

    html.res .product-view .product-img-box .more-views li a {
        max-width: 100%;
        height: auto;
        line-height: 0;
        border-width: 1px;
    }

    html.res .product-view .product-img-box .more-views li img {
        max-width: 100%;
        height: auto;
    }

    html.res .product-view .product-img-box .more-views li:nth-child(4n+1) {
        margin-left: 0;
        clear: both;
    }

    html.res object,
    html.res .std iframe {
        max-width: 100%;
        height: auto;
    }

    html.res div.onestepcheckout-threecolumns div.onestepcheckout-column-left,
    html.res div.onestepcheckout-threecolumns div.onestepcheckout-column-middle,
    html.res div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
        width: 100%;
        background: none;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

    html.res div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
        border-bottom: 0;
    }

    html.res .onestepcheckout-title {
        margin-bottom: 35px;
    }

    html.res p.onestepcheckout-login-link {
        top: 45px;
    }

    html.res #onestepcheckout-login-popup {
        width: 92%;
    }

    html.res div.onestepcheckout-place-order {
        margin-top: 30px;
        text-align: center;
    }

    html.res .onestepcheckout-popup-wrapper .input-text {
        width: 85% !important;
    }

    html.res .onestepcheckout-popup-wrapper {
        background: #fff;
    }

    html.res .onestepcheckout-popup-footer {
        background: #fff;
    }

    html.res .payment-methods {
        margin: 0 0 0 10px;
    }

    html.res .onestepcheckout-coupons {
        overflow: hidden;
        padding-bottom: 2px;
    }

    html.res .onestepcheckout-coupons input#id_couponcode {
        width: 45%;
        padding: 1% !important;
    }

    html.res .onestepcheckout-coupons button.button {
        margin: 0;
        position: relative;
        top: 5px;
        width: 50%;
        float: right;
    }

    html.res .cms-home .col-main {
        text-align: center;
    }

    html.res .cms-home .col-main img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    html.res .cms-home .col-left,
    html.res .cms-home .col-right {
        text-align: center;
    }

    html.res .cms-home .col-right .block-title {
        margin-bottom: 5px;
    }

    html.res .cms-home .col-right p {
        padding: 0 5px;
    }

    html.res .cms-home .col-left strong.block-title {
        background: #f8b539;
    }

    html.res .cms-home .block-search img.swing {
        display: none;
    }

    html.res .cms-home .col-right.sidebar {
        height: auto;
        padding-bottom: 50px;
    }

    html.res .cms-home .logos {
        bottom: 10px;
    }

    html.res .cms-home .col3-layout .col-wrapper .col-left {
        padding-left: 0;
        padding-right: 0%;
        width: 100%;
    }

    html.res .cms-home .col3-layout .col-wrapper .col-left strong.block-title {
        width: 94%;
        padding-left: 0;
        left: 0;
        text-align: center;
        background-position: -13px 0;
        height: 25px;
        padding: 5px 3%;
    }

    html.res .advanced-search .form-list .input-box,
    html.res .advanced-search .form-list .input-range {
        width: 100%;
    }

    html.res .advanced-search .form-list .input-box input,
    html.res .advanced-search .form-list .input-range input {
        width: 95%;
    }

    html.res .advanced-search .form-list .input-box select,
    html.res .advanced-search .form-list .input-range select {
        width: 99%;
    }

    html.res .advanced-search .form-list .input-range input {
        width: 39%;
    }

    html.res .data-table tfoot td.a-right {
        padding-right: 5px;
    }

    html.res #nav {
        width: 100%;
        padding-left: 0;
    }

    html.res #nav li {
        margin: 2px 7px 0 0;
        padding: 0 17px 5px 0;
    }

    html.res .block-layered-nav strong.block-title {
        background: #622181;
        color: #fff;
        text-align: center;
        padding: 7px 0;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    html.res .block-layered-nav strong.block-title span {
        background: #f4f0f8;
        color: #622181;
        font-weight: bold;
        padding: 0;
        float: right;
        margin-right: 8px;
        display: inline-block;
        width: 24px;
        text-align: center;
    }

    html.res .block-layered-nav ol {
        margin: 0;
    }

    html.res .block-layered-nav ol li {
        list-style-type: none;
    }

    html.res .box-recent .data-table {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

    }

    html.res .box-recent .data-table thead,
    html.res .box-recent .data-table tbody,
    html.res .box-recent .data-table th,
    html.res .box-recent .data-table td,
    html.res .box-recent .data-table tr {
        display: block;
    }

    html.res .box-recent .data-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    html.res .box-recent .data-table tr {
        border-bottom: 1px solid #d9dde3;
        overflow: hidden;
        padding: 7px 0;
    }

    html.res .box-recent .data-table td {
        /* Behave  like a "row" */

        border: none;
        position: relative;
        width: 29%;
        float: left;
    }

    html.res .box-recent .data-table td.a-center.last {
        clear: both;
        width: 100%;
    }

    html.res .cart-table tfoot td {
        border-top: 0 !important;
    }

    html.res .cart-table .btn-update {
        margin-left: 0;
    }

    html.res #shopping-cart-table {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

    }

    html.res #shopping-cart-table thead,
    html.res #shopping-cart-table tbody,
    html.res #shopping-cart-table th,
    html.res #shopping-cart-table td,
    html.res #shopping-cart-table tr {
        display: block;
    }

    html.res #shopping-cart-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    html.res #shopping-cart-table tr {
        border-bottom: 1px solid #d9dde3;
        overflow: hidden;
        padding: 7px 0;
    }

    html.res #shopping-cart-table tfoot {
        text-align: center;
    }

    html.res #shopping-cart-table tbody td {
        /* Behave  like a "row" */

        border: none;
        position: relative;
        width: 33%;
        float: left;
        padding: 0;
        border: 0 !important;
        background: none;
    }

    html.res #shopping-cart-table tbody td.a-center.last {
        clear: both;
        width: 100%;
    }

    html.res #shopping-cart-table tbody td.delete {
        width: 5%;
        padding: 0 1% 0 0;
    }

    html.res #shopping-cart-table tbody td.delete img {
        max-width: 100%;
        height: auto;
    }

    html.res #shopping-cart-table tbody td.img {
        width: 15%;
        padding: 0 1% 0 0;
    }

    html.res #shopping-cart-table tbody td.img img {
        max-width: 100%;
        height: auto;
    }

    html.res #shopping-cart-table tbody td.name {
        width: 74%;
        float: right;
    }

    html.res #shopping-cart-table tbody td.price {
        clear: both;
        display: none;
    }

    html.res #shopping-cart-table tbody td.quantity {
        display: block;
        margin-left: 2%;
    }

    html.res #shopping-cart-table tbody td.price,
    html.res #shopping-cart-table tbody td.quantity,
    html.res #shopping-cart-table tbody td.total {
        width: 15%;
        margin-right: 1%;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 0) and (max-width: 450px) {
    html.res .product-view .product-img-box .more-views li {
        width: auto;
    }

    html.res .product-view .product-img-box .more-views li:nth-child(4n+1) {
        clear: none;
    }
}

@media only screen and (min-width: 450px) and (max-width: 599px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 660px) and (max-width: 980px) {
    html.res div.wrapper {
        min-width: 0;
    }

    html.res .main {
        width: 100%;
        margin: 0 auto;
    }

    html.res .footer {
        width: 98%;
        margin: 0 auto;
        padding: 0 1%;
    }

    html.res .footer #social-links {
        right: 1%;
    }

    html.res .footer ul {
        width: 100%;
    }

    html.res .header {
        width: 100%;
    }

    html.res .quick-jump-top {
        right: auto;
        width: 100%;
        text-align: center;
        left: 0;
    }

    html.res .quick-jump-top ul {
        text-align: center;
        width: 100%;
    }

    html.res .homecategories {
        padding-left: 0;
        width: 94%;
        margin-left: 3%;
    }

    html.res .homecategories li {
        width: 16.5%;
    }

    html.res .homecategories li img {
        width: 100%;
        max-width: 100%;
        height: auto;
        top: 0;
        margin-top: 0;
    }

    html.res .homecategories li a {
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    html.res .homecategories span {
        width: 100%;
        left: 0;
        font-size: 10px;
        bottom: -1px;
    }

    html.res .col-left,
    html.res .col-right {
        width: 30%;
    }

    html.res .col-main {
        width: 70%;
    }

    html.res .col3-layout .col-wrapper {
        width: 70%;
    }

    html.res .col3-layout .col-wrapper .col-main {
        width: 50%;
    }

    html.res .col3-layout .col-wrapper .col-left {
        width: 48%;
        padding-left: 2%;
    }

    html.res .col2-right-layout .col-main {
        width: 65%;
        margin-right: 5%;
    }

    html.res .col2-right-layout .col-right {
        width: 30%;
    }

    html.res .col1-layout .col-main {
        width: 100%;
    }

    html.res .cart .totals {
        width: 100%;
    }

    html.res #print-icon {
        right: 35%;
    }

    html.res div#text-blocks div.col-main p.content,
    html.res div#text-blocks div.col-left p.content,
    html.res div#text-blocks div.col-right p.content {
        height: auto;
    }

    html.res .opvallende-titel,
    html.res .footer #homepage-content .opvallende-titel,
    html.res div.category-description h2 {
        font-size: 1.1em;
    }

    html.res .col-right strong.block-title {
        width: 94%;
        padding: 5px 3%;
        right: 0;
        height: 25px;
        font-size: 16px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    html.res .col-main form ul.form-list {
        margin: 0;
    }

    html.res .col-main form ul.form-list li {
        margin-left: 0;
        padding-left: 0;
    }

    html.res .sidebar {
        margin-bottom: 25px;
    }

    html.res .sidebar .block-banner img {
        max-width: 100%;
        height: auto;
    }

    html.res .sidebar .logos {
        width: 100%;
    }

    html.res .sidebar .logos img {
        max-width: 19%;
        height: auto;
    }

    html.res .cms-verzendwijze .std img {
        max-width: 30%;
        height: auto;
        max-height: 65px;
    }

    html.res .pager .amount {
        position: relative;
        top: 2px;
    }

    html.res h1.page-title,
    html.res div.page-title h1 {
        line-height: 1.2em;
        padding-bottom: 10px;
        font-size: 2em;
    }

    html.res .product-view .product-img-box .product-image-zoom {
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    html.res .product-view .product-img-box .product-image-zoom a {
        max-width: 100%;
        height: auto;
        line-height: 0;
    }

    html.res .product-view .product-info img,
    html.res .product-view .product-img-box img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    html.res .product-view .product-img-box .more-views ul {
        margin-left: -3%;
    }

    html.res .product-view .product-img-box .more-views li {
        margin: 0 0 2% 1%;
        width: 21%;
    }

    html.res .product-view .product-img-box .more-views li a {
        max-width: 100%;
        height: auto;
        line-height: 0;
    }

    html.res .product-view .product-img-box .more-views li img {
        max-width: 100%;
        height: auto;
    }

    html.res .product-view .product-img-box .more-views li:nth-child(4n+1) {
        margin-left: 0;
        clear: both;
    }

    html.res object,
    html.res .std iframe {
        max-width: 100%;
        height: auto;
    }

    html.res div.onestepcheckout-threecolumns div.onestepcheckout-column-left,
    html.res div.onestepcheckout-threecolumns div.onestepcheckout-column-middle,
    html.res div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
        width: 30.5%;
    }

    html.res .payment-methods {
        margin: 0 0 0 10px;
    }

    html.res .onestepcheckout-coupons input#id_couponcode {
        width: 96%;
        padding: 1% !important;
    }

    html.res .onestepcheckout-coupons button.button {
        margin: 0;
        position: relative;
        top: 5px;
        width: 99%;
    }

    html.res .cms-home .col-main img {
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }

    html.res .cms-home .col-right .block-title {
        margin-bottom: 5px;
    }

    html.res .cms-home .col-right p {
        padding: 0 5px;
    }

    html.res .cms-home .col3-layout .col-wrapper .col-left {
        padding-left: 0;
        padding-right: 2%;
        width: 43%;
    }

    html.res .cms-home .col3-layout .col-wrapper .col-left strong.block-title {
        width: 94%;
        padding-left: 0;
        left: 0;
        text-align: center;
        background-position: -13px 0;
        height: 25px;
        padding: 5px 3%;
    }

    html.res .advanced-search .form-list .input-box,
    html.res .advanced-search .form-list .input-range {
        width: 100%;
    }

    html.res .advanced-search .form-list .input-box input,
    html.res .advanced-search .form-list .input-range input {
        width: 95%;
    }

    html.res .advanced-search .form-list .input-box select,
    html.res .advanced-search .form-list .input-range select {
        width: 100%;
    }

    html.res .advanced-search .form-list .input-range input {
        width: 34%;
    }

    html.res .data-table tfoot td.a-right {
        padding-right: 5px;
    }

    html.res #nav {
        width: 100%;
        padding-left: 0;
    }

    html.res .box-recent .data-table {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

    }

    html.res .box-recent .data-table thead,
    html.res .box-recent .data-table tbody,
    html.res .box-recent .data-table th,
    html.res .box-recent .data-table td,
    html.res .box-recent .data-table tr {
        display: block;
    }

    html.res .box-recent .data-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    html.res .box-recent .data-table tr {
        border-bottom: 1px solid #d9dde3;
        overflow: hidden;
        padding: 7px 0;
    }

    html.res .box-recent .data-table td {
        /* Behave  like a "row" */

        border: none;
        position: relative;
        width: 29%;
        float: left;
    }

    html.res .box-recent .data-table td.a-center.last {
        clear: both;
        width: 100%;
    }
}

/* Small tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 659px) and (max-width: 767px) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 980px) and (orientation: landscape) {

}

/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 980px) and (orientation: portrait) {

}
</pre></body></html>