/* a-STYLE.CSS versie 1.1.5 - totalli e-commerce */

/***************************************************************

1. GENERAL
2. HEADER
3. FOOTER
4. MAIN CONTENT
5. HOME PAGE
6. PRODUCT PAGE
7. CATALOG PAGE
8. COLLECTION PAGE
9. BRANDS PAGE
10. CONTACT PAGE
11. TEXT PAGES
12. 404 PAGE
13. SEARCH PAGE
BOTTOM

****************************************************************/

/* @group 1. GLOBAL STYLES =================================================================*/
html, body, p {
    line-height: 1.7em;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-style: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-style: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {

}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-style: normal;
}
input[type=text] {   
    /* eerst resetten */
    -webkit-appearance: none;  
    -moz-appearance: none;
    appearance: none;
    /* dan opnieuw opmaken */    
    background: transparent;
      
}
form{
    margin: 0;
}
.alert ul{
    margin: 0;
    list-style: none;
}
.control-container{
    padding: 18px;
}
.control-group{
    padding: 0;
    margin: 0;
    position: relative;
}
.control-group.first{
    margin-top: 40px;
}
.control-group.last{
    margin-top: 20px;
}
.control-group.last1{
    margin-top: 15px;
}
.control-group.actions{
    margin-top: 5px;
}
.control-nav{
    position: absolute;
    top: 0;
    right: 0;
}
.others-bottom{
    margin-top: 10px;
}
.input-mini{
    width: 40px;
}
.input-medium{
    width: 170px;
}
.input-xlarge{
    width: 375px;
}
.navbar .hoverMenuWrapper > li > a > .bg-down,
.navbar .hoverMenuWrapper > li > a > .bg-up,
.navbar .hoverMenuWrapper > li > a > h4,
.list-styled li,
.list-styled li a,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
#header-search,
.currency .currency_wrapper,
.language .languagey_wrapper{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.custom-style-select-box {
    background-image: none;
    filter: none;
    min-height: 40px;
    padding: 0 18px 0 5px;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    text-align: left;
}

.custom-style-select-box-inner {
    width: auto!important;
    max-height: 20px;
}
.notice {
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 8px 0 15px;
}
.input-1 {
    width: 57px;
}
input::-ms-clear {
    display: none;
}
.add-to-cart i,
.disabled i {
    margin-right: 10px;
    position: relative;
    bottom: 1px;
}
#content label {
    font-weight: normal;
}
.pagination ul,
.thumbnail,
#breadcrumb,
.navbar-inner,
.carousel-control,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus,
.tooltip-inner{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#content-wrapper {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}
#content{
    padding-bottom: 20px;
}
#page-header{
    margin-bottom: 20px;
}
/* Typography */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.row-typo {
    margin-left: 0;
    margin-right: 0;
}
.typo .heading {
    margin-left: 10px;
    padding-left: 15px;
}
.typo .demo {
    margin: 27px 0 23px;
}
.typo .demo1 {
    margin: 30px 0 23px;
}
.typo table,
.typo blockquote {
    margin-bottom: 20px;
}
.wrapper{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.wrapper select{
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.wrapper select[multiple] {
    height: auto;
}
.wrapper .custom-style-select-box{
    padding-left: 14px;
}
.content h2 {
    font-weight: normal;
    text-transform: initial;
}
.blockheading {
    margin-top: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: .5em;
}
.blockheading:before {
    border-top: 1px solid;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.blockheading span {
    padding: 0 15px;
    line-height: 1.2;
    display: inline-block;
}
.blockheading span.by_brandname, .blockheading span.brandname {
    padding: 0;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
/* @group General text markup */
#textpage ol {
    list-style: decimal;
}
#textpage ul {
    list-style: disc;
    margin: 0 0 1em 2em;
}
#textpage ol, #textpage dl {
    margin: 0 0 1em 0;
}
#textpage ul ul {
    margin: 0 0 0 2em;
}
#textpage dt, #textpage dd {
    padding-left: 2em;
}

#textpage ol li {
    margin-left: 2em;
    padding-left: 0;
}
#textpage .wysiwyg {
    margin: 0 50px 20px 0;
}
#textpage .wysiwyg p, #textpage .wysiwyg pre, #textpage .wysiwyg blockquote {
    padding-right: 100px;
}
.normal-page .buttons  a {
    display: inline-flex;
}
.typo section {
    margin-bottom: 1.6em;
}

/* BADGE */
#content .badge { /*bs overrule*/
    font-size: .85em;
    font-weight: normal;
    width: 1.8em;
    height: 1.8em;
    padding: 4px 0;
}
/* TAGS */
.taglist li {
    display: inline-block;
    padding: .2em .6em .3em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border: 1px solid;
    margin-bottom: .6em;
    margin-right: .4em;
}
.taglist li a {
    font-size: 1.1em;
}
/* = BLOG Pagina = */
/* Blog */
.gui-blog-article h1 {
    font-weight: normal;
    padding-bottom: .4em;
    margin-bottom: .1em;
}
.gui-blog-article h1 a {
  text-decoration: underline;
}
.gui-blog-article h1 a:hover {
  text-decoration: none;
}
/*.gui-blog-article ul {
  min-height: 50px;
}*/
.gui .gui-blog-article header ul {
   font-size: 90%;
  margin-bottom: 0;
  min-height: 50px;
}
.gui .gui-blog-article ul {
   font-size: inherit;
  margin-bottom: 1em;
}
.gui-blog-article header > a {
    max-width: 250px;
    padding: 5px;
    display: inline-block;
}
.gui-blog-article.gui-blog-article-image img {
    display: inline-block !important;
    height: auto;
    max-width: 100%;
    padding:0;
}
.gui-blog-article .gui-blog-article-content {
    padding: 10px 0 15px 0;
}
.gui-blog-article .gui-blog-article-comments span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-image: none !important;
    margin-top: -3px;
}
.gui-blog-article .gui-blog-article-comments span:hover {
    text-decoration: none;
}
.gui-blog .gui-blog-article header ul li {
    margin-top: 5px;
}
.gui-blog-article footer {
  min-height: 30px;
    margin-top: 2em;
}
.gui-blog-article footer .gui-blog-social-facebook, .gui-blog-article footer .gui-blog-social-twitter, .gui-blog-article footer .gui-blog-social-google {
  margin-bottom: 1em;
}
ul.sharing-wrapper {
    margin-top: .8em;
}
.sharing-wrapper .social-item {
    vertical-align: top;
}
.sharing-wrapper .addthis_button_tweet iframe {
    width: 90px !important;
}
/* @end */
/* = FIXES = */
body{
    margin: 0;
    height: auto !important;
}
.btn-group.open .dropdown-toggle{
    box-shadow: none;
}
.owl-item .element{
    padding-bottom: 1px;
}
#tabs-container{
    margin-top: 40px;
}
.row-container .btn.disabled{
    display: none;
}
.breadcrumb{
    margin-bottom: 22px;
}

.collection-banner {
    margin-top: 22px;
}
.variant_title{
    color: #000000;
    font-weight: 600;
}
.dropdown-menu:before{
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -7px;
    left: 9px;
}
.dropdown-menu:after{
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 10px;
}
.dropdown,
.dropdown-toggle{
    position: relative;
}
.dropdown .sub-dropdown,
.dropdown-toggle .sub-dropdown,
.dropdown .sub-dropdown1,
.dropdown-toggle .sub-dropdown1{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.dropdown .sub-dropdown,
.dropdown-toggle .sub-dropdown{
    padding-bottom: 20px;
    z-index: 1;
    cursor: default;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dropdown .sub-dropdown1,
.dropdown-toggle .sub-dropdown1{
    z-index: 2;
    cursor: pointer;
}
.open>.dropdown-menu{
    display: block!important;
}


.dropdown-menu:before,
.dropdown-menu:after {
    display: none;
}
.dropdown-menu {
    font-size: inherit;
}
.dropdown-menu>li>a {
    padding: 8px 10px;
}
.add-wish {
    display: inline-block;
    margin-top: .8em;
}
.add-wish a {
    white-space: nowrap;
}
#product-information .add-wish a {
    padding: 0 10px;
}
.loading-cart {
    display:none;  
}
.loading-cart img {
   height:20px;
   width: auto;
}
/* = Accordion panelen = */
.panel-group .panel {
    margin-bottom: 20px;
    border: none;
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    clear: both;
}
.panel-default>.panel-heading {
    position: relative;
}
.panel-group .panel-default>.panel-heading {
    color: inherit;
    background-color: inherit;
    padding: 0px 0;
}
.panel-group .panel-title {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 0;
}
.panel-group .panel-title>a {
    width: 100%;
    display: inline-block;
    padding-bottom: .3em;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: none;
}
.panel-heading h4 a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    border-radius: 50%;
    float: right;
    position: absolute;
    right: 20px;
    top: 13px;
    padding: 0 4px;
    line-height: 1;
    font-size: 18px;
}
.panel-heading h4 a.collapsed:after {
    content: "\f106";
}
/* ./ Accordion panelen */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.20;
    filter: alpha(opacity=20);
}
/* = quickshop = */
.btn.quickshop {
    z-index: 10;
    opacity: 0;
}
.btn.quickshop:hover {
    display: inline-block;
    z-index: 999;
}
.touch .btn.quickshop {
    opacity: 0.3;
}
.hoverBorder:hover .btn.quickshop {
    opacity: 1;
    filter: alpha(opacity=100);
}
.element .productOverlay {
    position:absolute;
    bottom: 20px;
    opacity: 0.6;
    width:100%;
}
.element .productOverlay:hover {
    opacity:1.0;
}
/* = modal vensters = */
.modal-content {
    border-radius: 6px !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header h4 {
    font-weight: 300;
    text-align: center;
}
.modal-header .productTitle:before {
    content: "\2018 ";
}
.modal-header .productTitle:after {
    content: "\2019 ";
}
.modal-content .product-information {
    padding-left: 0;
}
.modal-dialog label {
    font-weight: normal;
    text-transform: uppercase;
    margin-top:2em;
}
/**/
.modal-dialog select {
    /* Make sure the select is wider than the container so we can clip the arrow */
    width:110%;
    max-width:110%;
    min-width:110%;
    /* Remove select styling */
    appearance: none;
    -webkit-appearance: none;
    /* Ugly Firefox way of doing it */
    -moz-appearance: window;
    text-indent: 0.01px;
    text-overflow: "";
    /* Magic font size number to prevent iOS text zoom */
    /*font-size:16px;*/
    font-weight: normal;
    background:none;
    border: none;
    /*color: #000;*/
    outline: none;
    /* Padding works surpringly well */
    padding: .4em 19% .4em .8em;
    /*line-height:1.2;*/
    margin:.2em;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 1;
}
/* This hides native dropdown button arrow in IE */
.modal-dialog select::-ms-expand {
    display: none;
}

/* Hover style - tricky because we're clipping the overflow */
.modal-dialog select:hover {
    border: none;
}
/* Focus style */
.modal-dialog select:focus {
    outline: none;
    box-shadow: 0 0 3px 3px rgba(180,222,250, .85);
}
/* This hides focus around selected option in FF */
.modal-dialog select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.modal-dialog .selectWrapper {
    position: relative;
    display:block;
    margin-top:0.5em;
    overflow:hidden;
    width:100%;
    max-width:100%;
    z-index:0;
}
.modal-dialog .selectWrapper:before { /*IE9 hack*/
    display:block;
    position:absolute;
    content:'';
    right:24px;
    top: 6px;
    height:1.8em;
    width:1.8em;
    margin:2px;
    z-index:5;
}
/* Custom arrow - could be an image, SVG, icon font, etc. */
.modal-dialog .selectWrapper:after {
    background: none;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 1.2em;
    padding:0;
    position: absolute;
    right: 1em;
    top: 0.7em;
    bottom: .3em;
    z-index: 1;
    /* This hack makes the select behind the arrow clickable in some browsers */
    pointer-events:none;
}
.modal-dialog .buttons input.btn.btn1 {
    min-width: 50%;
    float: right;
}
.modal-dialog .buttons a.productbtn {
    padding: 6px 2px;
    display: inline-block;
}
.modal-dialog a.gotoproduct-link {
    text-decoration: underline;
}
.modal-dialog a.gotoproduct-link:hover {
    text-decoration: none;
}
#addedModal .buttons {
    text-align: center;
}
#addedModal .buttons button {
    margin: 1em;
}

/* = close buttons = */
button.close {
    font-weight: normal;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    opacity: 1;
    position: absolute;
    top: -17px;
    right: -17px;
}
button.close span.char {
    font-size: 100%;
    display: inline-block;
    margin-top: -1px;
}
/* = General messages = */
ul#messages.list-inline li {
    margin: 0 .6em;
    font-weight: normal;
}
/* @end GENERAL */

/* @group 2. HEADER =================================================================*/
/* = USP messages (top header) = */
#top ul#uspmessages.list-inline li {
    display: inline-block;
    list-style: disc;
    line-height: 1.3;
}
#top ul#uspmessages.list-inline li:before {
    content: '•';
    display: inline-block;
    font-size: 12px;
    padding-right: 5px;
}

.navbar .btn-navbar .icon-bar,
.btn-navbar,
.dropdown-menu,
.search-form input[type="text"],
.search-form input[type="search"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search-form {
    max-width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.search-form input[type="text"],
.search-form input[type="search"] {
    margin: 0;
    float: left;
    border: 0;
    max-width: 100%;
    line-height: 20px;
    outline: none;
    min-height: 34px;
}
/*Live-search dropdown menu*/
.search-dropdown {
    display: none;
    position: absolute;
    text-align: left;
    z-index: 100000;
    width: 370px;
}
.search-dropdown .product {
    padding: .6em;
    margin-bottom: .6em;
}
.search-dropdown .product img {
    float: left;
    margin-right: 10px;
    vertical-align: top;
}
.search-dropdown h4 {
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
#top .products.products-livesearch a {
  font-size: inherit;
}
#top .search-dropdown a {
    line-height: 1.2;
    float: left;
}
#top .search-dropdown .more a {
    padding: 20px;
    display: block;
    width: 100%;
}
.search-dropdown  p.price {
    font-size: 1.1em;
    line-height: 1em;
    margin: 0;
}
.search-dropdown  .price-offer span {
    text-decoration: line-through;
}
.search-dropdown .more a {
    padding-left: 48px;
    font-size: 12px;
}
.search-dropdown .notfound {
    display: none;
    padding: 10px;
}
.search-dropdown.noresults .notfound {
    display: block;
}
.search-dropdown.noresults .more {
    display: none;
}
/*  */

#loginBox #customer_login {
    margin: 0;
}
#loginBox,
#accounts > li {
    padding: 0;
    text-transform: none;
}
#loginBox,
#loginBox .btn {
    margin: 0;
}
#accounts {
    text-align: right;
    margin-top: 10px;
}
#accounts li.sep {
    opacity: 0.6;
}
#accounts .welcome {
    padding-right: 7px;
    padding-left: 7px;
    margin-left: 10px;
}
#accounts a,
#accounts #loginButton {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#top .customer-links {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    font-weight: bold;
}
#top .top-other {
    padding-top: 5px;
}

#top .top-other .hidden-phone .pos-relative {
    margin-bottom: 20px;
}
#accounts a:hover,
#accounts a:hover label,
#accounts a:focus,
#accounts #loginButton:hover {
    text-decoration: none;
}
#top .top-right #cart-info li {
    float: left;
}
#top {
    position: relative;
    z-index: 110;
}
#top.on {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
   /* z-index: 2020;*/
}
#top.on > .toprow {
    display:none;
}
#top.on > .row-one {
    display:none;
}
#top.on > .container >.row.two > div {
    max-height:75px;
}
#top.z-idx{
    z-index: 1030;
}
#top > .row{
    margin: 0;
}
#top > .row > [class*="col-"]{
    padding: 0;
}
#top .shadow{
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 0;
    z-index: 1;
}
.toprow.fullwidth-row {
  border-bottom: none;
}
#loginBox.dropdown-menu{
    width: 270px;
    text-transform: none;
    left: auto;
    right: 0;
}
#loginBox .control-container {
    padding: 10px 18px 25px;
}
/* = Main nav menu = */
/* when mobile */
.navbar-collapse.mobile {
    max-height: inherit;
}
/* plus sign mobile */
.plus {
    height: 40px;
    width: 40px;
    background: rgba(91,91,91,0.2);
    text-align: center;
    font-size: 34px;
    color: #fff;
    margin: -10px 5px 0 -10px;
    padding: 8px 10px;
}
.navbar {
    min-height: 38px;
}

.navbar-inner {
  display: block;
  height: 42px;
}
.navbar .nav .dropdown-menu,
#umbrella .dropdown-menu{
    margin: 0;
    left: 0;
}
.navbar .btn-navbar{
    background: transparent;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.navbar .btn-navbar i,
.icon-idea{
    font-size: 20px;
}
.customer-links,
.currencies-switcher,
.languages-switcher,
.header-search{
    vertical-align: middle;
}
.currencies-switcher,
.languages-switcher,
.header-search{
    position: relative;
}
.currencies.dropdown-menu{
    padding-top: 10px;
    left: -10px;
    min-width: 70px;
    margin-top: 0;
}
.languages.dropdown-menu{
    padding-top: 10px;
    left: auto;
    min-width: 70px;
    margin-top: 0;
}
.currencies.dropdown-menu:before,
.languages.dropdown-menu:before {
    right: 9px;
    left: auto;
}
.currencies.dropdown-menu:after,
.languages.dropdown-menu:after {
    right: 10px;
    left: auto;
}
.currencies.dropdown-menu li,
.languages.dropdown-menu li{
    padding: 0;
    margin-top: 1px;
    width: 100%;
}
.customer.dropdown-menu{
    padding-top: 10px;
    min-width: 100px;
    text-transform: uppercase;
    font-weight: bold;
}
.customer.dropdown-menu li{
    padding: 0;
    margin-top: 1px;
    text-align: left;
}
#top .currencies-switcher,
#top .languages-switcher{
    padding: 0;
    white-space: nowrap;
}
#top .currencies.dropdown-menu li a,
.currencies.dropdown-menu li a,
#top .customer.dropdown-menu li a,
.customer.dropdown-menu li a{
    padding: 9px 30px;
}
#top .languages.dropdown-menu li a,
.languages.dropdown-menu li a{
    padding: 9px 30px;
}
#top .currencies.dropdown-menu li > a:hover,
.currencies.dropdown-menu li > a:hover,
#top .currencies.dropdown-menu .active > a,
.currencies.dropdown-menu .active > a,
#top .currencies.dropdown-menu .active > a:hover,
.currencies.dropdown-menu .active > a:hover,
#top .customer.dropdown-menu li > a:hover,
.customer.dropdown-menu li > a:hover,
#top .customer.dropdown-menu .active > a,
.customer.dropdown-menu .active > a,
#top .customer.dropdown-menu .active > a:hover,
.customer.dropdown-menu .active > a:hover{
    background-image: none;
    background-color: transparent;
    filter: none;
}
#top .languages.dropdown-menu li > a:hover,
.languages.dropdown-menu li > a:hover,
#top .languages.dropdown-menu .active > a,
.languages.dropdown-menu .active > a,
#top .languages.dropdown-menu .active > a:hover,
.languages.dropdown-menu .active > a:hover{
    background-image: none;
    background-color: transparent;
    filter: none;
}

#top .top-logo {
    display: block;
    height: 80px;
    margin-top: 10px;
}
#top .top-logo-scroll {
    display:none;
}
#top .top-logo img.logo {
    height:100%;
}
#top .top-left,
#top .top-right{
    margin-bottom: 0;
}
#top .top-left li{
    float: left;
    padding: 0;
}
#top .top-right li{
    float: right;
    padding: 0;
}
#top #site-title{
    margin-top: 0;
    display: block;
    height: 100%;
    padding: 10px 0px 10px 0;
}
#top #site-title.logo-image {
  padding: 0;
}
#top.on #site-title {
  padding: inherit;
}
#top #site-title .logo-txt {
    display: inline-block;
    padding: 20px 0;
  line-height: 1.4;
}
#top.on #site-title .logo-txt {
  padding: 4% 0;
    line-height: 1.1;
}
#top.on .top-logo {
    display:none;
}
#top.on .top-logo-scroll {
    margin-top:10px;
    max-height: 50px;
    display: block;
}
#top.on .top-logo-scroll img.logo {
    height: 50px;
}
#top.on li.top-search {
    padding: 5px 0;
}
#top.on > .container >.row.two > div {
    height: 70px;
}
#top.on .top-right li.umbrella {
    padding-top: 0px;
}
/** HEADER/Currency */
.currency, .language{
    padding: 0px 20px 0px;
}
.currency .fa-caret-down,
.language .fa-caret-down{
    margin-left: 10px;
}
.currency .sub-dropdown,
.language .sub-dropdown{
    padding-bottom: 30px;
}
#top .currency-plain .heading{
    font-weight: bold;
}
#top .currency-plain,
#top .currency-plain a{
    text-transform: uppercase;
    font-weight: normal;
}
#top .currency-plain .active a{
    font-weight: bold;
    cursor: default;
}
#top .currency-plain .currencies li{
    padding-left: 0;
}
#top .currency-plain .currencies li:last-child{
    padding-right: 0;
}
#top .language-plain .heading{
    font-weight: bold;
}
#top .language-plain,
#top .language-plain a{
    text-transform: uppercase;
    font-weight: normal;
}
#top .language-plain .active a{
    font-weight: bold;
    cursor: default;
}
#top .language-plain .currencies li{
    padding-left: 0;
}
#top .language-plain .currencies li:last-child{
    padding-right: 0;
}
#topmenu .contact {
    padding-right: 1em;
}
/* = HEADER / Search = */

#top li.top-search {
    padding: 20px 0;
    width: 100%;
}
#header-search{
    border: 0;
    padding: 0;
}
#header-search .input-group {
    width: 100%;
}
#header-search input{
    min-height: 34px;
    line-height: normal;
    position: relative;
    border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
    padding: 0 1em;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header-search.focus input{
    width: 89%;
}
#header-search .search-form{
    height: 40px;
}
.search-form .search-submit{
    display: inline-block;
    background-color: transparent;
    position: relative;
    float: left;
    border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
}
.search .empty{
    line-height: 15px;
    margin-top: 15px;
}

/** HEADER / Cart *****/
#umbrella{
    padding: 8% 0px 8% 20px;
}
#umbrella .dropdown-toggle .sub-dropdown{
    padding-bottom: 24px;
}
#umbrella .cart-checkout{
    margin-left: 22px;
}
#umbrella > li{
    padding: 0;
    vertical-align: middle;
}
.cart.icon {
    position: relative;
    height:36px;
}
.cart.icon > img {
    height:100%;
}
.cart.icon .number {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 12px;
    height: 24px;
    width: 24px;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
#umbrella .empty a{
    text-transform: uppercase;
}
#umbrella .num-items-in-cart{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
}
#umbrella .num-items-in-cart .my-cart{
    position: relative;
    margin-left: 10px;
}
#umbrella .cart-link .dropdown-toggle{
    display: inline-block;
}
#umbrella .cart-link .dropdown-menu ul li {
    list-style-type: none;
}
#umbrella .cart-link:hover .my-cart:after,
#umbrella .cart-link .dropdown-toggle:hover .my-cart:after{
    opacity: 1;
    filter: alpha(opacity=100);
}
#umbrella .num-items-in-cart .my-cart:after{
    position: absolute;
    left: 0;
    content: " ";
    width: 100%;
    height: 2px;
    bottom: -6px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#umbrella .num-items-in-cart .icon-caret-down{
    font-size: 12px;
    margin-left: 8px;
}
#top #umbrella .cart-checkout a{
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
#umbrella .cart-checkout a span{
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
}
#umbrella #cart-info{
    text-align: left;
    padding-top: 0;
}
#umbrella #cart-info .cart-heading{
    margin: 22px 30px 19px;
    padding-bottom: 5px;
}
#top #umbrella #cart-info .cart-heading a{
    text-transform: uppercase;
    font-weight: 600;
}
#top .top-right li.umbrella {
    padding-top: 18px;
    margin-right: 8px;
}
#umbrella #cart-info .cart-left{
    position: relative;
    display: block;
    padding-left: 0;
}
#umbrella #cart-info .cart-left .cart-close,
#umbrella #cart-info .cart-left .cart-close i{
    position: absolute;
    top: 0;
    left: 0;
}
#umbrella #cart-info .cart-left .cart-close i{
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#umbrella #cart-info .items .row{
    margin-bottom: 20px;
}
#umbrella #cart-info .items,
#umbrella #cart-info .items .row.last{
    margin-bottom: 0;
}
#umbrella #cart-info #cart-content{
    font-size: 13px;
    padding: 0 30px 30px 40px;
}
#cart-content ul {
    padding-left:0;
}
#cart-content a.btn {
    margin-top: 1em;
}
#cart-content ul li {
    width:100%;
    margin:3px 0;
}
#cart-content ul li:last-child {
    margin-top:5px;
    border-top:1px solid;
}
#cart-content .deletefromcart {
    float: left;
    cursor: pointer;
    padding-right: 5px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 60px;
}
#cart-content ul li .cart-productimg img {
    width:60px;
    height:60px;
    float: left;
    border:1px solid #ccc;
    margin-right: 5px;
}
#cart-content ul li span.cart-producttitle {
    width: 40%;
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
}
#cart-content ul li span.cart-productvariant {
    width: 40%;
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    font-style: italic;
}
#cart-content .cart-productprice {
    float: right;
    margin-left: 10px;
    text-align: right;
}
#cart-content li.grand_total {
    font-size: 1.2em;
    padding: .6em 0;
}
#cart-content .grand_total span {
    float: right;
}
#cart-content a {
    display: inline-block;
    width: 100%;
}
#umbrella #cart-info .cart-right a i{
    margin-left: 10px;
}
#umbrella #cart-info.dropdown-menu{
    right: 0px;
    left: auto;
    width: 350px;
    padding: 0;
}#umbrella #cart-info .last{
     margin-left: -10px;
     text-transform: uppercase;
     font-weight: 600;
     padding: 15px 0 16px;
 }
#umbrella #cart-info .last .cart-left,
#umbrella #cart-info .last .cart-right{
    display: inline-block;
}
#umbrella #cart-info .last .cart-left{
    padding-right: 20px;
}
#umbrella #cart-info .action{
    margin-left: -10px;
}
#umbrella #cart-info .action .btn{
    margin: 0;
}
#umbrella #cart-info .cart-title{
    line-height: 1.3em;
}
#umbrella #cart-info .cart-price{
    margin-top: 5px;
}
#umbrella #cart-info .icon-caret i{
    position: absolute;
    top: -3px;
    right: 27%;
    font-size: 14px;
    padding: 0;
}
#umbrella #cart-info .loading{
    text-align: center;
    min-height: 100px;
}
#umbrella #cart-info .loading img{
    margin-top: 45px;
}

/* = topmenu = */
.customermenu-row a.dropdown-toggle  {
    display: block;
    padding: 10px 10px;
}
#top #accounts > li a, #top #accounts > .login {
    padding: 0 10px;
}
#top #header-search input {
    width: 100%;
}
button.search-submit {
    height: 40px;
}
button.login-submit {
    height: 40px;
    background: inherit;
    border: 0;
}
.fa-search {
    position: relative;
    top: 1px;
    margin-bottom: 0;
}
button.dropdown-toggle {
    background-image: none;
    filter: none;
    min-height: 30px;
    padding: 0 20px 0 10px;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    text-align: left;
}
button.dropdown-toggle i {
    float: right;
    margin-right: -10px;
    margin-top: 5px;
    font-size: 12px;
}
/* Messages */
#messages {
    margin: 10px 0 20px 0;
    border: 1px solid transparent;
}
#messages li{
    padding-top: 0;
    padding-bottom: 1px;
}
#messages li:first-child{
    padding-right: 35px;
}

/* @end HEADER*/

/* @group 3. FOOTER =================================================================*/
#footer .footer-content.bottom {
    padding-top: 15px;
    padding-bottom: 5px;
}

/* = Facebook = */
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;
}
/* = Footer Menu = */
#footer h4.widget-title {
    margin-top: 25px;
    margin-bottom: 8px;
}
#footer li {
 list-style-position: outside;
  margin-left: 12px; 
}
#footer .contactinfo li{
  margin-left: 0;
}
#widget-linklist4 li{
    padding-left: 0;
    padding-top: 0;
    padding-right: 6px;
}

#footer .contactinfo li {
    padding: 0.2em 0;
}
#footer .contactinfo li.info {
    border-bottom: 1px dashed;
    max-width: 80%;
    padding-bottom: .4em;
    margin-bottom: .8em;
}
/* = Payment methods = */
#footer #payments li img {
    height: 20px;
}
#footer #payments > li {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 4px;
}
#footer #payments > li:first-child{
    margin-left: 0;
}
/*knop Scroll to top*/
#scroll-to-top{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    right: -50px;
    bottom: 0px;
    z-index: 1000;
    display: block;
    cursor: pointer;
    text-align: center;
}
#scroll-to-top i {
    font-size: 23px;
    padding: 5px 12px 8px;
    display: block;
}
#scroll-to-top i:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#scroll-to-top.on {
    right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#scroll-to-top.off {
    right: -60px;
}
/* @end FOOTER */

/* @group 4. MAIN CONTENT =================================================================*/
/* = Breadcrumbs = */
#breadcrumb{
    padding: 14px 0 0;
}
#breadcrumb i {
    font-style: normal;
}
#breadcrumb a, #breadcrumb .page-title {
    margin: 0 6px;
    font-weight: normal;
    text-decoration: underline;
}
#breadcrumb a:hover {
    text-decoration: none;
}
#breadcrumb a:first-child,
#breadcrumb .homepage-link{
    margin-left: 0;
}
#breadcrumb a:last-child,
#breadcrumb .page-title{
    margin-right: 0;
}
/*  */
#page-title {
    text-transform: none;
    padding-bottom: 8px;
    margin-top:3px;
    position: relative;
}
#page-title.large {
    padding-bottom: 20px;
}
/* == Pagination == */
.pagination {
    border-radius: 0;
}
.pagination ul{
    display: inline;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
}
.pagination{
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top: 0px;
}
.pagination .line {
    position: absolute;
    width: 100%;
    left: 0;
    top: 11px;
}
.pagination ul li{
    padding-top: 0;
    padding-bottom: 0;
}
.pagination ul li.number {
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 0;
    margin: 0 0.3em;
}
.pagination ul li:hover.number.current {
    border-color: #EEE;
}
.pagination ul li:hover.number.current a {
    cursor: default;
}
.pagination ul>li>a,
.pagination ul>li>span{
    text-transform: lowercase;
    font-size: 11px;
    line-height: 2.5;
    padding: 10px;
}
.pagination li.prev a i{
    margin: 0 0 0 10px;
}
.pagination li.next a i.fa{
    margin: 0 10px 0 0;
}
.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span,
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
}
.pagination ul>li>a.disabled,
.pagination ul>li>a.disabled:hover{
    cursor: default;
}
.pagination ul>li.prev>a{
    margin-right: 6px;
}
.pagination ul>li.next>a{
    margin-left: 6px;
}
/* = Sliders = */
.hideControls{
    position: relative;
}
.hideControls .s-prev,
.hideControls .s-next {
    position: absolute;
    top: 50%;
    margin-top: -44px;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 20px;
    line-height: 20px;
    z-index: 1;
}
.hideControls .left{
    left: 15px;
    right: auto;
}
.hideControls .right{
    right: 15px;
    left: auto;
}
.hideControls:hover .s-prev,
.hideControls:hover .s-next,
.hideControls .s-prev:hover,
.hideControls .s-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.hideControls .s-prev .btn-label,
.hideControls .s-next .btn-label {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    padding: 0 4px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    opacity: 0;
    filter: alpha(opacity=0);
    text-indent: 1px;
}
.hideControls .s-prev .btn-label {
    right: 0;
}
.hideControls .s-next .btn-label {
    left: 0;
}
.hideControls .s-prev:hover .btn-label {
    right: -39px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.hideControls .s-next:hover .btn-label {
    left: -41px;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*  */

/* = Sliders: Navigation Carousel = */
.owl-theme .owl-controls{
    margin: 0;
    top: 40%;
}
.owl-theme .owl-controls .owl-prev {
    position: absolute;
    top:  40%;
    left: 10px;
}
.owl-theme .owl-controls .owl-next {
    position: absolute;
    top:  40%;
    right: 10px;
}
.owl-theme .owl-controls .owl-buttons > div{
    margin: 0;
    padding: 2px 0;
    font-size: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent !important;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons > div:first-child{
    margin-right: 2px;
}
.owl-theme .owl-controls .owl-buttons > div i{
    position: relative;
    padding: 1px 10px 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.owl-theme .owl-controls .owl-buttons > div i.fa-caret-left{
    padding: 8px 16px 8px 13px;
}
.owl-theme .owl-controls .owl-buttons > div i.fa-caret-right{
    padding: 8px 13px 8px 16px;
}

.grid_list ul li,
#page-header .list_tags strong,
.grid_list .icon-th-list, .grid_list .icon-th-large,
.grid_list .l-hov, .grid_list .r-hov,
.grid_list #goTrid, .grid_list #goList,
#sortForm li,
.sidebar .list li a{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* = icons = */
.grid_list ul li i.fa{
    font-size: 22px;
}
/* @end MAIN CONTENT */

/* @group 5. HOME PAGE  =================================================================*/
/* = Headlines = */
.container.branding {
    padding-top: 20px;
}
/* = 5. HOME PAGE txt = */
.homepage_txt {
    padding: 1em 0.2em;
    border-style: solid;
    border-color: #ccc;
}
.homepage_txt .inner {
  padding-top: 1em;
  margin: 0 5%;
}
.homepage_txt.top {
    border-width: 0 0 1px 0;
    margin: 1em 0 .2em;
}
.homepage_txt.middle {
    border-width: 1px 0;
    margin: 1em 0;
}
.homepage_txt.bottom {
    border-width: 1px 0 0 0;
    margin: 1em 0 .2em;
}
/* = 5. HOME PAGE / Slideshow = */
#home-slider li{
    padding: 0;
    vertical-align: top;
}
#home-slider .slide-body .caption{
    text-shadow: none;
}
#home-slider .caption.header{
    position: absolute;
    max-width: 100%;
    left: auto;
    top: auto;
    bottom: 12%;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
#home-slider .caption.header .caption-wrapper{
    max-width: 90%;
    margin: 0 auto;
}
#home-slider .caption.header h2 {
    line-height: 1.2;
    font-weight: normal;
    white-space: normal;
    text-transform: none;
    display: inline-block;
    padding-top: 12px;
    margin-top: 0;
    margin-bottom: 0;
}
#home-slider .caption.header .caption-content {
    opacity: 0.85;
}
#home-slider:hover .s-prev,
#home-slider:hover .s-next,
.touch #home-slider .s-prev,
.touch #home-slider .s-next{
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 5!important;
}
#home-slider:hover .s-prev,
.touch #home-slider .s-prev{
    /* left: -19px;*/
    left: -1px;
}
#home-slider:hover .s-next,
.touch #home-slider .s-next{
    /*right: -19px;*/
    right: -1px;
}
#home-slider .pages {
    text-align: center;
    height: 24px;
}
#home-slider .pages .wrapper {
    padding: 1px 10px;
}
#home-slider .pages .page{
    border: 0;
    padding: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) inset;
}
#home-slider .pages .page:first-child{
    margin-left: 0;
}
#home-slider .pages .page.active{
    cursor: default;
}
#home-slider .s-prev{
    left: 0;
    padding: 8px 17px 8px 13px;
}
#home-slider .s-next{
    right: 0;
    padding: 8px 13px 8px 17px;
}
#home-slider .slider-control{
    font-weight: normal;
    font-style: normal;
    background: transparent;
    line-height: normal;
}
#home-slider .slider-control .sub-control{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#home-slider .s-prev span,
#home-slider .s-next span{
    text-transform: uppercase;
}
#home-slider .selectors,
.hideControls .slider-control,
.hideControls .slider-control .btn-label,
.hideControls .slider-control .sub-control{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* = small headline banners (right) = */
.headline-right {
    position: relative;
}
.headline-right.top {
    margin-bottom: 10px;
}
.headline-right img {
    width:100%;
}
.headline-right h3 {
    position: absolute;
    bottom: 1px;
    right: 0;
    max-width: 80%;
    text-align: right;
    margin: 0;
    padding: 10px .3em;
    opacity: .85;
    font-weight: 300;
}
/*  */
/* = homepage main banners (stoppers) =*/
.mainbanners {
    padding: 1.6em 0 1.0em 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin-top: 1.6em;
}
.mainbanner {
    margin-bottom: 1em;
    position: relative;
}

.mainbanner.left, .mainbanner.right {
    margin-left: -10px;
    margin-right: -10px;
}
.mainbanner .caption {
    position: absolute;
    left: 0;
    bottom: 0;
}
.mainbanner h3.caption.bannertext  {
    font-weight: 300;
    text-transform: none;
    display: inline-block;
    padding: .6em 1.6em .6em .4em;
    opacity: 0.85;
    margin: 0;
}

/* = Homepage - Collections = */
/* Category slider */
/*
#home_collections_wrapper{
    margin-right: -10px;
    margin-left: -10px;
}
*/
/*
.home_collections{
    margin-bottom: 27px;
}
*/
.home_collections .items{
    margin: 0 10px;
}
.home_collections .items .cat-block {
    position: relative;
}
.home_collections .items .hover {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.home_collections .items .hover:hover {
    opacity: 0.6;
}
/* Featured Products */
.home_products_wrapper{
    margin-right: -10px;
    margin-left: -10px;
}
.home_products{
    overflow: hidden;
}
.home_products .title-1{
    margin-bottom: 10px;
}
.home_products .element .row-container{
    margin-top: 5px;
}
.home_products .element .row-container .title-5{
    display: inline-block;
  line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 1px;
}
.home_products .element li.row-left{
    padding-top: 0;
}
.home_products .element .row-right .hidden-grid,
.home_products .element .row-right .hidden-list{
    display: none!important;
}
.home_products .element .row-right .btn{
    margin-bottom: 0;
}
.home_products .owl-controls{
    position: static;
    margin: 0;
}
.home_products .owl-controls .owl-buttons > div{
    position: absolute;
    top: 50%;
    margin-top: -92px;
    opacity: 70;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.home_products .owl-controls .owl-buttons .owl-prev{
    left: -50px;
}
.home_products .owl-controls .owl-buttons .owl-next{
    right: -50px;
}
.touch .home_products .owl-controls .owl-buttons .owl-prev,
.home_products:hover .owl-controls .owl-buttons .owl-prev{
    opacity: 1;
    filter: alpha(opacity=100);
    left: -17px;
}
.touch .home_products .owl-controls .owl-buttons .owl-next,
.home_products:hover .owl-controls .owl-buttons .owl-next{
    opacity: 1;
    filter: alpha(opacity=100);
    right: -17px;
}
.home_products .owl-controls .owl-buttons > div i{
    font-size: 30px;
}
.home_products .owl-controls .owl-buttons > div i.fa-caret-left{
    padding: 15px 27px 15px 21px;
}
.home_products .owl-controls .owl-buttons > div i.fa-caret-right{
    padding: 15px 21px 15px 27px;
}

.hoverHomeBackgroundWrapper .details h4,
.hoverHomeBackgroundWrapper .details>.bg,
.hoverHomeBackgroundWrapper .hover .theHover,
.image-boxes .grayscale,
.hoverBorder .product-ajax-cart .btn,
.hoverBorder .hoverBorderWrapper,
.hoverBorder .hoverBorderWrapper .theHoverBorder,
.hoverBorder .hoverBorderWrapper .theHoverMore,
.hoverBackgroundWrapper .details h4,
.hoverBackgroundWrapper a:hover .details .title-5,
.hoverBackgroundWrapper a:hover .details .contents,
.hoverBackgroundWrapper .details>.bg,
.hoverBackgroundWrapper .hover .theHover,
.hoverBackgroundWrapper img,
.notouch .hoverBackgroundWrapper a .hover{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.hoverBackgroundWrapper .hover {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.hoverBackgroundWrapper .hover .theHover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}
.hoverBackgroundWrapper a,
.hoverBackgroundWrapper a:focus,
.hoverBackgroundWrapper a:hover{
    text-decoration: none;
    display: block;
}
.notouch .hoverBackgroundWrapper a:hover .theHover{
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.notouch .hoverBackgroundWrapper a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.macos .product-ajax-cart .overlay_mask,
.macos .product-ajax-cart .overlay_icon,
.macos .hoverHomeBackgroundWrapper .details>.bg,
.macos .hoverBackgroundWrapper .details>.bg,
.macos .hoverBackgroundWrapper a .theHover,
.macos .hoverBackgroundWrapper a img{
    -webkit-transition: none;
}
.macos .hoverBackgroundWrapper a:hover img {
    -webkit-transform: scale(1);
}
.hoverBackgroundWrapper a .theHover i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    font-size: 20px;
    display: block;
}
.hoverBackgroundWrapper .details {
    display: block;
    cursor: pointer;
    padding-bottom: 1px;
}
.notouch .hoverBackgroundWrapper a:hover .details>.bg {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hoverHomeBackgroundWrapper .hover {
    display: block;
    position: relative;
    overflow: hidden;
}
.hoverHomeBackgroundWrapper .hover .theHover {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    left: 0;
    background: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.notouch .hoverHomeBackgroundWrapper a:hover .theHover{
    height: 110%;
}
.hoverHomeBackgroundWrapper a .theHover i{
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -10px;
    font-size: 20px;
    display: block;
}
.hoverHomeBackgroundWrapper .details {
    display: block;
    position: relative;
}
.notouch .hoverHomeBackgroundWrapper a:hover .details>.bg {
    top: 0;
}
.hoverHomeBackgroundWrapper .details>.bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    display: block;
}
.hoverHomeBackgroundWrapper .details {
    padding: 10px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.notouch .hoverHomeBackgroundWrapper a:hover .details{
    font-weight: bold;
}
.notouch .hoverBackgroundWrapper a:hover .theHover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.hoverBackgroundWrapper .hover .theHover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}
.hoverHomeBackgroundWrapper .details h4, .hoverHomeBackgroundWrapper .details>.bg, .hoverHomeBackgroundWrapper .hover .theHover, .image-boxes .grayscale, .hoverBorder .product-ajax-cart .btn, .hoverBorder .hoverBorderWrapper, .hoverBorder .hoverBorderWrapper .theHoverBorder, .hoverBorder .hoverBorderWrapper .theHoverMore, .hoverBackgroundWrapper .details h4, .hoverBackgroundWrapper a:hover .details .title-5, .hoverBackgroundWrapper a:hover .details .contents, .hoverBackgroundWrapper .details>.bg, .hoverBackgroundWrapper .hover .theHover, .hoverBackgroundWrapper img, .notouch .hoverBackgroundWrapper a .hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.hoverBorder{
    position: relative;
    display: block;
    max-width: 100%;
    text-align: center;
}
.hoverBorder .hoverBorderWrapper{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
.full_width .hoverBorder .hoverBorderWrapper{
    margin-bottom: 0px;
}
.hoverBorder .hoverBorderWrapper .theHoverBorder{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hoverBorder .hoverBorderWrapper .theHoverMore{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0 5px;
    margin-bottom: 10px;
}
.image-boxes .hoverBorder:hover .hoverBorderWrapper{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.image-boxes .hoverBorder .hoverBorderWrapper .theHoverBorder{
    box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
}
.notouch .image-boxes .hoverBorder:hover .hoverBorderWrapper .theHoverMore{
    left: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.image-boxes .hoverBorder .hoverBorderWrapper .theHoverBorder,
.image-boxes .hoverBorder .hoverBorderWrapper .theHoverMore,
.image-boxes .hoverBorder:hover img{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.touch .product-ajax-cart{
    display: none;
}

/* @end HOME PAGE */

/* @group 6. PRODUCT PAGE =================================================================*/
/* Product */
.product-page #page-title {
    padding-bottom: 10px;
    margin-bottom:32px;
}
.product-page #page-title > span {
    font-size: 0.8em;
}
.product-page #page-title > i {
    font-size: 13px;
    position: relative;
    bottom: 1px;
}

.sold_out, .unavailable, .price_compare, .price, .price_sale{
    display: inline-block;
    font-weight: normal;
}
.price, .price_sale{
    margin-right: 1em;
}
.sold_out, .unavailable {
    font-style: italic;
    padding: 0 3px;
}
.sidebar .price_compare {
    margin-right: .3em;
}
.price_compare{
    text-decoration: line-through;
    margin-right: .3em;
}

/*label SALE*/
.sale_banner {
    position: absolute;
    z-index: 10;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.row-container.list-unstyled .sale_banner, .product-page .sale_banner, .modal-dialog .sale_banner {
    top: 10px;
    left: 10px;
}
.sale_banner .sale_text{
    text-transform: uppercase;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 55px;
    width: 55px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.sale_banner.sale_image {
    width: 50px;
}
.sale_banner.sale_image img {
    width: 100%;
}
/*input dag maand jaar*/
.wrapper.product-configure-custom-option-date, .wrapper.product-configure-custom-option-time {
    display: inline-block;
    width: inherit;
}
.form-control.product-configure-custom-option-datetime-day,
.form-control.product-configure-custom-option-datetime-year,
.form-control.product-configure-custom-option-datetime-hour,
.form-control.product-configure-custom-option-datetime-minute  {
    width: 15%;
    display: inline-block;
}
.form-control.product-configure-custom-option-datetime-month {
    width: 30%;
    display: inline-block;
}
.form-control.product-configure-custom-option-time-hour, .form-control.product-configure-custom-option-time-minute {
    width: 49%;
    display: inline-block;
}
.product-page h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.qty-group {
    position: absolute;
    top: 0;
    right: 0;
}
.qty-group input {
    margin: 0;
}
.qty-group .qty-wrapper {
    position: relative;
    height: 38px;
    display: block;
}
.qty-group .qty-wrapper .qty-up,
.qty-group .qty-wrapper .qty-down {
    position: relative;
    height: 100%;
    line-height: 38px;
    display: block;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    font-size: 10px;
}
.selector-wrapper .icon-caret-down{
    position: absolute;
    right: 15px;
    top: 35%;
}
#product-information ul.usplist.list-inline>li {
    padding-left: 0;
}
#product-information ul.usplist span.usp-icon {
    display: inline-block;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    width: 20px;
    margin-right: 4px;
}
#product-information ul.usplist span.usp-icon:before {
    font-family: FontAwesome;
    content:"\f058";
}
.product-information {
    padding-left: 20px;
}
.product-information .sharing{
    margin-top: 17px;
    padding-top: 15px;
    position: relative;
    z-index: 0;
    clear: both;
}
.product-information h4.unmargin-top{
    margin-bottom: 13px;
}
.product-information .tags i{
    font-size: 19px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 2px;
    margin-right: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.product-information .tags a{
    margin-top: 12px;
    margin-right: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-transform: capitalize;
}
.product-information .relative li{
    padding: 0;
}
.product-information .relative .variants-wrapper select,
.product-information .relative .quantity-wrapper select{
    width: 100%;
    box-shadow: none!important;
}
.quantity-wrapper .wrapper{
    height: 40px;
}
.quantity-wrapper .wrapper .btn-block{
    border: 0;
    height: 38px;
    line-height: 38px !important;
    padding-left: 14px;
}
.product-information .detail-price{
    margin-top: 20px;
    margin-bottom: 15px;
}
.product-information .price_compare{
    margin-right: 5px;
}
.product-information .selector-wrapper{
    position: relative;
    margin-bottom: 1.2em;
}
.product-information .selector-wrapper .fa{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    padding: 5px 14px;
    font-size: 12px;
}
.product-information .others-bottom{
    margin: 0 0 2em 0;
}
.product-information .selector-wrapper label,
.product-information .wrapper-title{
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align:left;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-top: 1em;
}
.product-information .wrapper-title{
    min-width: 67px;
    margin-bottom: 6px;
}
.product-information .wrapper{
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 100%;
    overflow: visible;
}
.product-information .wrapper.inline {
    width: inherit;
    display: inline;
}
#gallery_main {
    padding-top: 1em;
}
.product-image .product-image-thumb{
    margin-top: 10px;
    text-align: center;
}
.product-image .image-thumb{
    display: block;
    overflow: hidden;
    margin: 5px;
}
.product-image .image-thumb.active{
    cursor: default;
}
.product-image .image-thumb img,
.product-image .image-thumb:hover img{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.product-image .image-thumb.active img,
.notouch .product-image .image-thumb:hover img{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-image .main-image{
    display: block;
    text-align: center;
    position: relative;
}
.product-image .main-image div{
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px!important;
    height: 50px!important;
    background-color: #FFFFFF!important;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.product-image .main-image .main-image-bg{
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px!important;
    height: 50px!important;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    position: absolute;
    background-image: url('loader.gif?20221017110217');
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    display: none;
}
.product-image .owl-carousel .owl-wrapper-outer{
    z-index: 10;
}
.product-image .owl-theme .owl-controls{
    top: -15px;
}
.product-image .owl-theme .owl-controls{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
}
.product-image .owl-theme .owl-controls .owl-buttons > div{
    position: absolute;
    z-index: 2002;
    top: 40%;
}
.product-image .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -2px;
}
.product-image .owl-theme .owl-controls .owl-buttons .owl-next{
    right: 2px;
}
.rel-container{
    margin-top: 0px;
}
.rel-container .control-group{
    margin-bottom: 10px;
}
.rel-container .row-right .visible-grid{
    display: none!important;
}
.rel-container li .row-container{
    padding: 0 13px;
}
.rel-container .prod-related-wrapper{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.rel-container .prod-related .row-left{
    padding-top: 0;
}
.rel-container .owl-theme .owl-controls{
    position: static;
}
.owl-controls .owl-buttons div i{
    font-size: 19px;
}
.rel-container .prod-related .owl-controls .owl-buttons .owl-next,
.rel-container .prod-related .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    top: 50%;
    margin-top: -105px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}
.rel-container .prod-related .owl-controls .owl-buttons .owl-next{
    right: -30px;
}
.rel-container .prod-related .owl-controls .owl-buttons .owl-prev{
    left: -30px;
}
.touch .rel-container .prod-related .owl-controls .owl-buttons .owl-next,
.rel-container .prod-related:hover .owl-controls .owl-buttons .owl-next{
    right: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .rel-container .prod-related .owl-controls .owl-buttons .owl-prev,
.rel-container .prod-related:hover .owl-controls .owl-buttons .owl-prev{
    left: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.zoomContainer{
    z-index: 99;
    height: auto!important;
    width: auto!important;
}
.zoomContainer .zoomLens{
    z-index: 100!important;
}
.fancybox-opened{
    z-index: 999999;
}
.product_label.lg {
    font-size: larger;

}
#product-header .brandlogo {
    margin-right: 2em;
}
#product-header .brand-url {
    font-weight: normal;
    font-style: italic;
    font-weight: 200;
}
#product-header .brandname {
    font-size: 1.2em;
}
a.morebranditems:after {
    border: 4px solid transparent;
    border-left-color: #707070;
    content: '';
    display: inline-block;
    margin-left: 5px;
}
.block {
    margin: .6em 0;
    padding: .6em 0;
}
.price-filter-range {
    min-height: 50px;
margin-top: 1.6em;
}
.price-filter-range .inner {
    height: 30px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.price-filter-range input {
    border: 0px;
    background-color: transparent;
}
.noUiSlider {
    margin: 10px 0;
}
.price-filter-range .form-control{
    line-height: normal;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: transparent;
    cursor: text;
}
.current-filter {
    position: relative;
    display: inline-block;
    border-bottom: medium none;
    border-radius: 2px;
    font-weight: normal;
    padding-right: 25px !important;
    padding-left: 6px;
    margin-bottom: 1px;
    margin-right: 1em;
}
.current-filter a, .current-filter .remove-filter {
    height: 100%;
    width: 100%;
}
.current-filter {
    font-weight: normal;
}
.current-filter a i:before, .current-filter .remove-filter i:before {
    float: right;
}
.icon-times:before {
    content: '';
}
.icon:before {
    display: inline-block;
}
.selected-filter .remove-filter {
    color: #000000;
}
.current-filter a i, .current-filter .remove-filter i {
    right: 5px;
    top: 8px;
}
a [class^='icon-'], a [class*=' icon-'] {
    text-decoration: none;
}
.icon {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.current-filter i {
    color: #FFFFFF;
    display: block;
    position: absolute;
    right: 3px;
    top: 5px;
}
.rating {
    /*margin-right: 120px;*/
    padding: 5px 10px 20px 4px;
    text-align: left;
}
.rating .stars {
    background: url("sprite-sterren-klein.png?20221017110217") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    margin: 0 3px 9px 0;
    vertical-align: bottom;
    width: 70px;
}
.rating .stars-percent {
    background: url("sprite-sterren-klein.png?20221017110217") repeat-x scroll 0 -28px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 12px;
    width: 100%;
}
.rating .score {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin-bottom: 9px;
}
.rating .score .total {
    font-size: 12px;
    font-weight: normal;
}
.prodcatnav ul ul, .prodcatnav ul ul ul  {
    list-style: none;
  padding-left: 28px !important;
  
}
.btn.add-to-cart, a.addtowishlist {
    text-transform: lowercase;
}
#product-information .add-to-cart {
    width: 100%;
}
span.wrapper.btn {
    padding: 0;
}
span.wrapper.btn.add-to-cart i.fa.fa-shopping-cart {
    position: absolute;
    right: 10px;
    top: 25%;
}
input.btnwrapped.btn.btn1, input.btnwrapped.btn.btn1:hover {
    border: none;
    background-color: initial;
}
input.btnwrapped.btn.btn1 .productdata-tablelist {
    clear: both;
    padding: 0 0em;
    margin-bottom: 2em;
}
.productdata-tablelist ul {
    list-style: none;
}
.productdata-tablelist ul {
    position: relative;
    font-size: .875em;
    line-height: 2.05714em;
}
.productdata-tablelist ul li {
    float: left;
    display: block;
    margin-right: 1%;
    width: 49%;
    border-bottom: 1px solid #ebebeb;
}
.productdata-tablelist ul li strong, .productdata-tablelist .specslist_item>label {
    display: inline-block;
    width: 48%;
    padding-right: 2%;
    color: #949494;
    font-weight: 400;
}
.productdata.deliverytime {
    padding: .6em 0;
    margin: .6em 0;
}
.product-information .selector-wrapper .fa {
    margin-top: -13px;
    font-size: 18px;
}
.product-discounts ul {
    line-height: 1.5;
    padding-left: 24px;
    list-style-position: outside;
}
.heading.product-info {
    font-size: 1.6em;
    line-height: 1;
    display: block;
    padding: 0 0 .3em;
    position: relative;
    text-transform: uppercase;
    height: auto;
    width: auto;
    z-index: 2;
    margin-bottom: 0em;
}
.heading.product-info a {
    display: block;
    font-size: .7em;
    line-height: 1em;
    text-decoration: none;
}
.heading.product-info a:after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-style: normal;
    speak: none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 20px;
    font-size: .65em;
    line-height: 2em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    line-height: normal;
}

.productdata {
    position: relative;
}
.productdata img, .description img {
  max-width: 100%;
}
.productdata .line {
    border-top-color: #C1C1C1;
    border-top-style: solid;
    border-top-width: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 18px;
}
.productdata .heading a span {
    padding: 0 5px;
    margin-left: 10px;
}
.product-discounts li {
    list-style-type: circle;
    list-style-position: outside;
}
#product-information .legal-shipping {
    display: inline-block;
    font-style: italic;
    text-transform: lowercase;
    /*margin-left: 1em;*/
}
.product-image-wrapper {
    margin-bottom: 1.6em;
}
.vendor .brand-url {
    white-space: nowrap;
}
.vendor .label-brand {
    display: inline-block;
}
/* = product video embed = */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* = TABS = */
#tabs-content:after{
    clear: both;
}
#tabs-content{
    *zoom: 1;
}
#tabs-content:before,
#tabs-content:after {
    display: table;
    content: "";
    line-height: 0;
}

#tabs-content li{
    float: left;
    margin-right: 40px;
    padding: 0;
}
#tabs-content li h2{
    margin: 0;
    padding: 12px 0;
}
#tabs-content li h2.active a{
    cursor: default;
}
.tabs .tab-titles {
    border-bottom: 1px solid #CCC;
}
.tabs ul.nav-tabs {
    height: 44px;
    list-style-type: none;
    padding: 0;
}
.tabs ul.nav-tabs>li {
    padding: 0;
    min-width: 25%;
}
.tabs ul.nav-tabs>li>a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 9px 20px;
}
.tabs ul.nav-tabs>li>a:hover {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: 1px solid #eee;
    border-bottom: 5px solid silver;
}
.tabs ul.nav-tabs>li.active>a {
    background-color: transparent;
    border-width: 1px 0 5px 0;
    border-style: solid;
    border-top-color: #EEE;
    border-bottom-color: #666;
}
.tab-inner {
    padding: 15px;
}
.tabs .productoptions a {
    border-bottom: none;
}
.tabs .productoptions a:hover {
    border-bottom: 1px;
}
.tabs .productoptions li {
    display: inline-block;
    margin-right: 1em;
}
.product-page .tags i.fa-tag {
    margin-right: 1em;
}
.product-page .tags a {
    border-bottom: 1px dotted #000;
    margin-right: 1em;
}

/*tab Reviews*/
.addreview {  /*knop*/
    display: inline-block;
}
/*Product bundels*/
.row.bundle {
    padding: 2rem 0 1.5rem;
}
.bundle-heading {

}
.bundle-main-product {
    z-index:100;
}
.bundle-main-product > .bundle-product-wrapper:after {
    position:absolute;
    right:-6px;
    top: 30px;
    content: '+';
    font-size: 3.0rem;
    font-weight: 900;
    z-index:100;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
}
.bundle-main-product h4, .bundle-extra-product h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bundle-details .wrapper.add-to-cart {
    width: 100%;
    margin-top: 2rem;
}
.bundle li {
    list-style-type: none;
    float: left;
}
.bundle-main-product, .bundle-extra-product {
    padding: 0px 12px 8px 8px;
    min-height: 175px;
}
.bundle-product-wrapper {
    text-align: center;
    border: 1px solid transparent;
    padding: 0 3px;
    margin-top: 1rem;
}
.bundle span.wrapper.btn.add-to-cart i.fa.fa-shopping-cart {
    position: relative;

}
/* @end PRODUCT PAGE */

/* @group 7. CATALOG PAGE =================================================================*/
/* = Featured Categories = */
.category .cat-item {
    margin-bottom: 1em;
    position: relative;
}
.category .cat-item img {
    vertical-align: text-bottom;
}
.cat-caption {
    max-width: 95%;
    position: absolute;
    bottom: 3px;
    left: 0;
    margin:0;
}
.cat-caption .cat-title {
    font-family: inherit;
    display: table;
    font-size: 1.1em;
    opacity: 1;
    padding: 2px 5px;
    margin:0;
}
.cat-caption .cat-descr {
    font-family: inherit;
    font-size: 1em;
    display: inline-block;
    opacity: 0.9;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
}
.cat-caption .amount {
    padding: 0 .5em;
    margin-left: 2px;
}

/* @end CATALOG PAGE */

/* @group 8. COLLECTION PAGE =================================================================*/
.collection-page .pagination-num-showing {
    text-align: center;
    padding: 3px 0;
    margin-bottom: 1.6em;
}
.collection-page .pagination-num-showing span {
    display: block;
    background-color: inherit;
    padding: 6px 3em;
}
.collection-page ul.dropdown-menu>li {
    margin: 0;
}
.collection-page .dropdown-menu>li>a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.collection-wrapper {
    padding: 10px 0;
    margin-bottom: 1.6em;
}
.collection-wrapper .description.content {
    padding: .6em 0;
}
.row-right p{
    margin-bottom: 0;
    margin-top: 7px;
}
.row-right .product-price{
    margin-bottom: 15px;
    margin-top: 0px;
}
.row-right .rating { /*grid-view*/
    padding: 5px 10px 0px;
    text-align: center;
    min-height: 27px;
}
.full_width .row-right .rating { /*list-view*/
    padding: 5px 0px 0px;
    text-align: left;
    min-height: 0;
}
.row-right .rating .stars {
    background: url("sprite-sterren-klein.png?20221017110217?1") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    margin: 0 3px 9px 0;
    vertical-align: bottom;
    width: 70px;
}
.row-right .rating .stars-percent {
    background: url("sprite-sterren-klein.png?20221017110217?1") repeat-x scroll 0 -28px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 12px;
    width: 100%;
}
/* Yotpo review stars */
.yotpo.overzicht {
    width: 90px;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
}
.modal .yotpo.overzicht {
  width: auto;
    margin: 0;
}

#options span.labelheading {
    padding-right: 6px;
}
#options span.labelheading:after {
    content: ":";
}
.sortBy, .limitBy {
    position: relative;
}
.sortBy > strong,
.limitBy > strong{
    padding-right: 10px;
    font-size: 12px;
}
.sortBy #sortForm li:hover,
.limitBy #limitForm li:hover{
    padding-left: 2px;
    cursor: pointer;
}
.sortBy #sortForm li.selected,
.limitBy #limitForm li.selected{
    cursor: default;
    padding-left: 0;
}
.sortBy #sortBox{
    position: absolute;
    top: 110%;
    right: 0;
    left: auto;
    z-index: 1000;
    width: 260px;
    text-transform: lowercase;
    padding: 10px;
}
.limitBy #limitBox{
    position: absolute;
    top: 110%;
    right: 0;
    left: auto;
    z-index: 1000;
    width: 75px;
    text-transform: lowercase;
    padding: 10px;
}
#options .sortBy {
    float: right;
}
.sortBy #sortBox li,
.limitBy #limitBox li{
    padding-top: 4px;
    padding-bottom: 3px;
}
.sortBy .dropdown-menu {
    margin-top: -1px;
    min-width: 210px;
}
.limitBy .dropdown-menu {
    padding: 0;
    margin-top: -1px;
    min-width: 75px;
}
.grid_list .layoutoptions, .sortBy .title, .sortBy #sortButtonWarper, .limitBy .title, .limitBy #limitButtonWarper{
    position: relative;
    display: inline-block;
}
.sortBy #sortButtonWarper .icon-caret-down,
.limitBy #limitButtonWarper .icon-caret-down{
    position: absolute;
    right: 15px;
    top: 35%;
    font-size: 12px;
}
.sortBy #sortButton{
    min-width: 210px;
    box-shadow: none;
}
.limitBy #limitButton{
    min-width: 75px;
    box-shadow: none;
}
.sortBy #sortButton span,
.limitBy #limitButton span{
    margin-right: 10px;
}
.grid_list .icon-th-list, .grid_list .icon-th-large{
    font-size: 19px;
    position: relative;
    z-index: 1;
}
.grid_list ul li{
    display: inline;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

.touch .grid_list ul li{
    margin-right: 20px;
}
.grid_list ul li:first-child{
    margin-right: 10px;
}
.grid_list ul li.active i,
.grid_list ul li.active{
    cursor: default;
}
.grid_list ul li i {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.grid_list ul li.active i,
.notouch .grid_list ul li i:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.notouch .grid_list ul li i:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.grid_list ul li strong{
    position: relative;
    bottom: 2px;
}

.hidden-grid{
    display: block !important;
}
.hidden-list{
    display: none !important;
}
.visible-grid{
    visibility: visible!important;
}
.visible-list{
    visibility: hidden!important;
}

#sandBox-wrapper{
    margin-left: -13px;
    margin-right: -13px;
}
.full_width#sandBox-wrapper{
    margin: 0;
}
#sandBox{
    margin: 0;
}
.element, .element li{
    padding: 0;
}
.element .row-container{
    padding: 10px 6px 0px;
    border: 1px solid transparent;
    margin: 0 3px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.element .row-container .add-to-cart,
.element .row-container .disabled{
    margin-bottom: 0;
}
.touch .element .row-container .add-to-cart,
.element .row-container:hover .add-to-cart{
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .element .row-container .disabled,
.element .row-container:hover .disabled{
    opacity: 0.65;
    filter: alpha(opacity=65);
}
#sandBox .full_width{
    margin-bottom: 10px!important;
}
#sandBox .full_width .row-container{
    padding-bottom: 10px;
}
#sandBox .full_width .row-right h4{
    margin-bottom: 11px;
    margin-top: 10px;
}
#sandBox .full_width .row-right .title-5{
    top: -6px;
    position: relative;
}
#sandBox .full_width .row-left{
    padding-right: 19.5px;
    text-align: center;
}
#sandBox .full_width .row-right{
    padding-left: 10px;
}
#sandBox .full_width .hidden-grid{
    display: none!important;
}
#sandBox .full_width .hidden-list{
    display: block!important;
    margin-top: 1px;
}
#sandBox .full_width .visible-grid{
    display: none!important;
}
#sandBox .full_width .visible-list{
    display: block!important;
}
#sandBox > li.element{
    margin-bottom: 20px;
}
#sandBox > li.element.full_width{
    width: 100%;
}
#sandBox {
    position: relative;
    max-width: 100%!important;
    width: 100%!important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: block!important;
    margin-bottom: 0;
}
#sandBox .full_width:last-child{
    border-bottom: 0;
}
#sandBox .full_width .text-center{
    text-align: left;
}
#sandBox .full_width .row-left,
#sandBox .full_width .row-right{
    display: inline-block;
    position: relative;
}
.full_width #sandBox .row-right{
    padding-top: 0;
    padding-left: 13px;
}
.full_width #sandBox .product-price{
    margin-top: 10px;
}

#sandBox > .full_width li.element{
    width: 100%;
}
.collection-page .pagination {
    margin-bottom: 1em;
}

/* All Collection */
.allcollection-page{
    padding-bottom: 200px;
}
#col-main.collection #page-header{
    margin-bottom: 16px;
}
#col-main.collection #page-title{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#page-header{
    position: relative;
    display: block;
}
#page-header .browse_tags,
#page-header .list_tags{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 75%;
    margin: 0;
    z-index: 10;
}
#page-header .browse_tags{
    height: 100%;
    text-align: right;
}
#page-header .browse_tags select{
    margin: 0;
}
#page-header .browse_tags li{
    padding-left: 0;
}
#page-header .list_tags li{
    padding: 0;
    margin: 0 1px;
    position: relative;
    height: 100%;
    z-index: 2;
}
#page-header .list_tags li.active,
#page-header .list_tags li:hover{
    border-top-width: 2px;
}
#page-header .list_tags li.first{
    padding-left: 0;
    margin-left: 0;
}
#page-header .list_tags li.last{
    padding-right: 0;
    margin-right: 0;
}
#page-header .list_tags strong{
    padding: 0 15px;
    min-width: 40px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
}
#page-header .list_tags strong span{
    position: relative;
    top: 10px;
}
#page-header .collection-line{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    bottom: -2px;
}

#all-collections #page-title{
    margin-bottom: 0;
}
a.prod-title, h5 .prod-title, .search-dropdown h4 {
   line-height: initial;
}
.collection-page a.prod-title { /*grid-view*/
    width: 100%;
    text-align: center;
  line-height: 1.6;
}
.collection-page li.full_width a.prod-title {/*list-view*/
    text-align: left;
}
.collection-page li.full_width button.add-to-cart i {/*list-view*/
    display: inline-block;
}
#collections .collection-item{
    margin-top: 7px;
    margin-bottom: 25px;
}
#collections .collection-item:nth-child(4n+1){
    margin-left: 0!important;
    clear: both;
}
.collection-info{
    text-transform: uppercase;
    line-height: 14px;
}
#collection_tags{
    max-width: 100px;
    position: relative;
    top: -2px;
}
.container-nav{
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
}
.container-nav > ul{
    margin-bottom: 0;
}
.container-nav ul li{
    padding: 0;
    margin-bottom: .6em;
}
.container-nav .grid_list{
    margin-right: 11px;
    /* vertical-align: bottom;*/
}
.container-nav .grid_list > ul{
    margin-top: 2px;
    padding-left: 0;
}
.container-nav ul li ul.layoutoptions li {
    position: relative;
    top: 4px;
}
/* @end COLLECTION PAGE */

/* @group 9. BRANDS PAGE =======================================================*/
.template-brands .box {
    margin-bottom: 1em;
}
.template-brands .brandlogo {
    padding: 4px;
    text-align: center;
}
.template-brands .brandinfo {
    padding: 4px;
    min-height: 140px;
}
.template-brands .brandinfo h3 {
    margin-top: .2em;
    margin-bottom: .2em;
}
/* @end BRANDS PAGE */

/* @group 10. CONTACT PAGE =======================================================*/
.contact-page{
    padding-bottom: 40px;
}

.contact-page #page-title{
    margin-bottom: 6px;
}
.contact-page .title-1 .sub-title{
    width: 110px;
}
.address-page #page-title,
.allcollections-page #page-title{
    padding-bottom: 10px;
}
#contact-form{
    padding-top: 4px;
}
#contact-form input.form-control{
    line-height: 28px\9;
    padding-top: 5px;
    padding-bottom: 5px;
}
#contact_map img{
    max-width: none;
}
#contact_map_wrapper{
    margin-bottom: 36px;
}
#contact_map{
    width: 100%;
}
.contact-content{
    margin-bottom: 36px;
}
.contact-form .title-2{
    margin-top: -5px;
    margin-bottom: 16px;
}
#contact-form #message{
    height: 110px;
}

/* @end CONTACT PAGE */

/* @group 11. TEXT PAGES =================================================================*/
/* Documentatie */
.videotut {
 text-align: center;
  margin: 2em auto; 
}
.videotut iframe {
  padding: 1em;
}
/* = Voorwaarden = */
.seoshp-article {
    padding: .3em 3em 1em 0px;
    margin: 0px;
    line-height: 19px;
    orphans: 2;
    text-align: left;
    text-indent: 0px;
    white-space: normal;
    widows: 2;
}
.seoshp-article h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}
.seoshp-article p {
    padding: 0px 0px 10px 20px;
    margin: 0px 0px 0px 30px;
    border-left: 1px solid #cccccc;
}
/* ./ Voorwaarden */

/* @end TEXT PAGE */

/* @group 12. 404 PAGE =================================================================*/
.page-404{
    padding-bottom: 200px;
}
.page-404 .btn{
    margin: 0;
}
.page-404 .search-form .search-submit{
    font-size: 15px;
    top: 4px;
}
.page-404 .search-form input{
    line-height: 16px;
    min-height: 28px;
    padding-left: 10px;
    padding-right: 5px;
}
.search-404{
    vertical-align: middle;
}

/* @end 404 PAGE */

/* @group 13. SEARCH PAGE=================================================================*/
.blockheading span.keyword-search {
    font-style: normal;
}
.blockheading span.keyword-search:before {
    content: "\201C";
}
.blockheading span.keyword-search:after {
    content: "\201D";
}
/* @end SEARCH */

/* @group BOTTOM =====================================================*/

/* = Merkenlogo's slider = */
#partners-container {
    padding: 10px 0;
    margin-bottom: 1.6em;
}
#widget-partners .logo{
    margin: 0 5px;
    max-width: 100%;
}
#widget-partners .logo a{
    display: inline-block;
    max-width: 100%;
}
.notouch #widget-partners .logo a img{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.notouch #widget-partners .logo a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.notouch #widget-partners .logo a img{
    max-width:100%;
    float: left;
}
#widget-partners .owl-carousel .owl-wrapper-outer{
    z-index: 10;
}
#widget-partners .owl-theme .owl-controls{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25%;
    left: 0;
}
#widget-partners .owl-theme .owl-controls .owl-buttons > div{
    position: absolute;
    top: 0;
    z-index: 10;
    transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}
#widget-partners .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -37px;
}
#widget-partners .owl-theme .owl-controls .owl-buttons .owl-next{
    right: -7px;
}
.touch #widget-partners #partners-container .owl-prev,
#widget-partners #partners-container:hover .owl-prev{
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch #widget-partners #partners-container .owl-next,
#widget-partners #partners-container:hover .owl-next{
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
#bottom {
 padding-bottom: 1.3em; 
}
#bottom h4 {
    font-weight: 300;
}
.company h4 {
    text-transform: none;
    display: block;
}

/* = Hallmarks = */
#bottom .hallmarks li {
    display: inline-block;
    margin: 0 0.3em 0 0;
}
#bottom .hallmarks img {
    max-height: 60px;
}
/* = Newsletter subscription = */
#widget-newsletter {
    padding: 0;
}
#widget-newsletter ul{
    margin: 0;
    height: 50px;
}
#widget-newsletter ul li {
    display: inherit;
    position: relative;
    padding: 0;
}
#widget-newsletter ul li .btn {
    position: absolute;
    top: 5px;
    right: 0;
    background: transparent;
    border: 0 none;
}
#widget-newsletter ul li .btn:hover {
    border: 0 none;
}
#widget-newsletter .form-control{
    line-height: normal;
    height: 42px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#widget-newsletter .fa-envelope {
    position: absolute;
    right: 12px;
}
.subscribe-button {
    margin-left: -3px;
}
/* = Social Media Icons = */
#widget-social ul{
    margin-bottom: 26px;
}
#widget-social li{
    padding-left: 0;
    padding-right: 20px;
}
ul.sharing-wrapper li a {
    padding: 0 10px;
}
/* @end BOTTOM */

/* @group SIDEBAR =================================================================*/
.sidebar .sb-content{
    margin-bottom: 10px;
}
.sidebar .featured-products a img {
    padding-bottom: 2px;
}
.sidebar .featured-products a:hover img {
    padding-bottom: 2px;
}
.sidebar .fprod-grid{
    padding: 10px;
}
.sidebar > .row-fluid{
    padding-top: 0px;
}
.sidebar .sb-wrapper {
    margin-bottom: 1.6em;
}
.sidebar .sb-wrapper .textwidget {
    margin-top: 13px;
}
.sidebar > .row-fluid:first-child {
    margin-top: 0;
    padding-top: 5px;
}
.sidebar > .row-fluid .row-fluid {
    margin-bottom: 20px;
}
.sidebar .fprod-title {
    line-height: 1.5em;
    margin-bottom: 5px;
}
.sidebar .product-wrapper {
    margin-left: 10px;
}
.sidebar .product-wrapper .fprod-title a .fa {
    margin: 0 10px;
}
.sidebar .fprod-title a {
    font-weight: normal;
}
.sidebar .product-price {
    font-size: inherit;
}
.sidebar .prodcatnav li > a { /*main nav menu */
    display: block;
    width: 100%;
    line-height: 1.4;
    font-weight: normal;
    padding: 8px 0;
}
.sidebar p {
    margin: 0;
}
.sidebar .title-6 a{
    font-weight: normal;
}
.sidebar .title-6 a:hover{
    font-weight: normal;
}
.sidebar .title-6 i.fa{
    margin: 0 10px 0 0;
}
.sidebar .sb-wrapper form {
    margin-left: 12px;
}
.sidebar .sb-content.featured-products {
    margin-left: 0px !important;
}
.sidebar .sb-content .sb-content {
    margin-left: 0px !important;
}
.sidebar .sb-title {
    position: relative;
    z-index: 1;
    margin-bottom: .5em;
}
.sidebar .sb-title:after {
    border-top: 1px solid;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.sidebar .sb-title span {
    padding-right: 15px;
    line-height: 1.2;
    display: inline-block;
    letter-spacing: .7px;
}
.sidebar .sb-content .sb-title {
    font-size: 1.2em;
}
.sidebar .sb-content .sb-subtitle {
    text-transform: uppercase;
}
/* = Sidebar category menu = */
.sidebar .prodcatnav ul {
  padding-left: 16px;
}
.sidebar .prodcatnav li {
    padding: 0;
}
li.icategory.active {
  margin-left: -12px;
}
.icategory li.item.active, .icategory li.item li.item.active {
    border-bottom: none;
  margin-left: -12px;
}
.icategory li.item li.item {    
  margin-left: -12px;
}
li.icategory {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    margin-left: 0px;
}
li.icategory.active ul li {
    position: relative;
    list-style: none;
}
/*
.sidebar ul ul {
    padding-left: 26px;
}
*/
.sidebar ul ul ul {
    padding-left: 16px;
}
/*
.icategory li.item.active, .icategory li.item li.item.active {
   margin-left: -15px;
}
*/
.sidebar .prodcatnav ul.level-1 li.icategory.active a:before, .sidebar .prodcatnav ul.level-1 li.icategory.active .level-2 li.active a:before, .sidebar #filter_form ul.sb-content li.active a:before {
    font-family: FontAwesome;
    width: 1em;
    display: inline-block;
    content:"\f105";
}
.sidebar .prodcatnav ul.level-1 li.icategory.active .level-2 a:before, .sidebar .prodcatnav  .level-3 a:before {
    content:"";
    width: 0;
}
.sidebar li.icategory.active .marker {
    display: block;
    position: absolute;
    right: 0;
    top: 0.4em;
}
.sidebar li.icategory.active ul .marker:after {
    font-family: FontAwesome;
    content:"\f105";
}
.sidebar li.icategory.active ul li.active .marker:after {
    content:"\f107";
}
.sidebar li.icategory.active ul li.active ul .marker:after {
    content:"\f105";
}
.sidebar li.icategory.active ul li.active li.active .marker:after {
    content:"\f107";
}
/* = Sidebar prijsslider = */
.price-filter-range .form-control {
    min-width: 30%;
    width: 60%;
    display: inline;
    padding: 0 0 0 3px;
}
.noUiSlider.noUi-horizontal {
    height: 8px;
  margin: 1em 0;
}
.noUiSlider.noUi-target {
    border-radius: 0px;
    border: 1px solid #AAA;
    box-shadow: none;
}
.noUiSlider .noUi-background {
    /*background: #FFFFFF;*/
    box-shadow: none;
}
.noUiSlider.noUi-horizontal .noUi-handle {
    width: 22px;
    height: 22px;
    left: -17px;
    top: -8px;
}
.noUiSlider .noUi-handle {
    border: none;
    border-radius: 50%;
    cursor: col-resize;
    box-shadow: none;
}
.noUiSlider .noUi-handle:before, .noUiSlider .noUi-handle:after {
    height: 12px;
    width: 1px;
    background: #E8E7E6;
    left: 8px;
    top: 5px;
}
.noUiSlider .noUi-handle:after {
    left: 13px;
}
/* = Sidebar Blog Content = */
.sidebar .blogs{
    margin-top: 17px;
    margin-bottom: 29px;
}
.sidebar .blogpost {
    padding: .2em 0 .2em 9px;
    margin-bottom: .4em;
}
.sidebar .blogpost .date {
    font-size: .85em;
}
.sidebar .blogpost .date span {
    margin-right: .2em;
}
.sidebar .blogpost h4 {
    font-size: inherit;
    margin: 0 0 .3em 0;
}
.sidebar .blogpost h4 a {
    font-weight: normal;
    line-height: 1.6;
    border-bottom: 1px dotted #ccc;
}
.sidebar .blog-article-img {
    display: inline-block;
    float: right;
    padding: 2px;
    border: 1px solid;
    margin-right: .3em;
}
.sidebar .blog-article-img.media-right {
    margin-left: 4px;
}
.sidebar a.showall-link {
    display: block;
    margin: .3em 0;
}
.sidebar a.showall-link .fa {
    margin: 0 4px 0 10px;
}
/* @end SIDEBAR */


/* @group CHECKOUT & ACCOUNT =================================================================*/
/* = account = */
.login-page{
    padding-bottom: 500px;
}
.login-page .row-left,
.login-page .row-right{
    padding-top: 13px;
}
.login-page .row-left{
    padding-right: 33px;
}
.login-page .row-right{
    padding-left: 33px;
}
.account-page,
.order-page,
.address-page,
.active-page,
.reset-page{
    padding-bottom: 162px;
}
.account-page{
    padding-left: 20px;
}
#accounts .customer-accounts .customer-forgot{
    overflow: hidden;
}
#customer_orders .alert,
#customer_orders .wrap-table{
    margin-top: 20px;
}
.manage-address{
    position: relative;
}
.set_default input{
    margin: 0;
    position: relative;
    top: 1px;
}
.address_table{
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0 !important;
}
.show.address_table{
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -wibkit-box-shadow: none;
}
.address-page address,
.order-page address{
    margin-bottom: 0;
}
.address-page address .info,
.address-page address .address,
.address-page address .phone,
.order-page address .info,
.order-page address .address,
.order-page address .phone{
    padding: 20px;
}
#order_details_wrapper{
    margin-left: 0;
    margin-right: 0;
}
#order_details_wrapper > .wrap-table{
    padding-left: 0;
    padding-right: 0;
}
#order_details{
    margin-top: 30px;
}
#order_details .product{
    text-align: left;
}
#order_details .product .block{
    display: block;
}
#order_details .product{
    padding-left: 20px;
}
#order_details .product i{
    margin-left: 10px;
}
#add_address{
    padding: 15px 20px 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.show.address_table .edit_address{
    padding: 15px 20px 8px;
    border-bottom: 0;
}
.show.address_table .address_info{
    padding-bottom: 0;
}
.address_table .set_default{
    position: relative;
    top: 4px;
    padding-top: 7px;
}
#address_tables .row{
    margin-bottom: 15px;
}
.address_table .address_actions a{
    font-size: 10px;
    font-weight: bold;
}
.address_table .address_actions .action_delete a{
    margin-right: 20px;
    padding-left: 10px;
    margin-left: 10px;
}
.address_table .address_actions .action_edit,
.address_table .address_actions .action_delete{
    margin: 8px 0;
    vertical-align: middle;
    display: inline-block;
}
.address_table .control-group.last .btn{
    margin-bottom: 10px;
}
#customer_orders{
    margin-top: 17px;
}
#customer_orders h3{
    line-height: 20px;
    margin-bottom: 15px;
}
#customer_orders table td a{
    font-size: 13px;
}
#customer_login,
#recover-password .note{
    margin-top: 13px;
}
#guest .note{
    margin-top: 35px;
    margin-bottom: 127px;
}
.login-page .return{
    text-decoration: underline;
}
.login-page .login-wrapper li{
    padding-left: 0;
}
.login-page .login-wrapper li:first-child{
    padding-right: 10px;
}

.customer-accounts .r-border .alert{
    margin-right: 20px;
}
.customer-accounts h3.title{
    margin-bottom: 15px;
}
/*widget-shipping*/
#widget-shipping h1{
    font-size: 30px;
    margin-bottom: 7px;
    margin-top: 27px;
}
#widget-shipping h1 .shipping{
    background-position: 0px -15px;
    width: 54px;
    height: 47px;
    position: fixed;
    margin-left: 25px;
    margin-top: -2px;
}
#widget-shipping ul li a{
    font-size: 16px;
    font-weight: bold;
}
#widget-shipping ul li a i{
    margin: 0 10px;
}
#widget-shipping ul li{
    margin-bottom: 20px;
}
/*= Xtra Checkout CSS =*/
.gui-progressbar {
  background-color: #FFF;
}
.gui.gui-checkout .gui-progressbar ul li.gui-done a {
  color: #999; 
}
.gui-table tbody tr td {
  text-align: left;
}
.gui-checkout .gui-progressbar ul li.gui-active.step-details, .gui-checkout .gui-progressbar ul li.gui-active.step-details a  {
  background-image: none !important; 
}
/* @end CHECKOUT & ACCOUNT */

/* @group Icons ===================================================================== */
.fa.icon-left {
    padding-right: 6px;
}
.fa.icon-right {
    padding-left: 6px;
}
.fa-envelope, .fa-paper-plane {
    position: inherit;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}
/* @end FontAwesome icons */

/* = disclaimer = */
.disclaimer .copyright p{
    margin: 0;
    margin-left: 20px;
}
.disclaimer .copyright a,
.disclaimer .copyright a:hover,
.disclaimer .copyright a:focus{
    font-weight: normal;
    font-style: normal;
}

/* @group MISC */

.product-ajax-cart .overlay_mask,
.product-ajax-cart .overlay_icon,
.product-ajax-cart .hoverBorderWrapper img,
.element .hoverBorder .hoverBorderWrapper img,
#prod-related .item .hoverBorder .hoverBorderWrapper img{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.product-ajax-cart .overlay_mask{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=1);
    display: none;
}
.touch .overlay_mask{
    display: none;
}

#sandBox .element .hoverBorder:hover .overlay_icon,
#prod-related .item .hoverBorder:hover .overlay_icon,
.touch #sandBox .element .overlay_icon,
.touch #prod-related .item .overlay_icon{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.customermenu-row ul.list-inline {
    display: inline-block !important ;
}
.required {
    margin: 0 .6em;
}

/* @end */

/* = Overgenomen vanuit a-global.rain.css v1.1.0 =====================================*/
label.control-label{
    cursor: default;
    margin-bottom: 4px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
a{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:focus, a:active{
    background-color: transparent;
}
a, a:focus, a:active{
    text-decoration: none;
}
a:focus, select:focus, input:focus, button:focus{
    outline: none;
}
div > a, div > a:hover, a.noline, div.noline a, ul.noline li a, .panel-title a {
    border-bottom: none;
}
a.btn:hover {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#top a {
    border-bottom: none;
}
h1, h2 {
    margin-top: 13px;
    margin-bottom: 13px;
  line-height: initial;
}
h1, h2 {font-weight: 400;}
h1, h2 {font-weight: 400;}
h3, #footer h3, h4, #footer h4 {font-weight: 400;}
h5, #footer h5, h6, #footer h6 {font-weight: 300;}

h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.template-brands h3 {
    font-weight: normal;
}
h5 {
    margin-top: 17px;
    margin-bottom: 17px;
}
hr{
    margin: 5px 0;
}
p {
    margin: 0 0 10px;
}
ul, ol{
    padding-left: 0;
}
ol li, ul li{
    padding: 4px 0 3px;
    list-style-position: inside;
}
ul ul, ul ol, ol ol, ol ul {
    padding-left: 10px;
}
dl{
    margin-top: 0;
    margin-bottom: 0;
}
dl dt{
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 6px;
}
dl dd{
    margin-bottom: 20px;
    margin-left: 0;
}
table{
    width: 100%;
}
table thead th,
table thead td{
    text-align: center;
    padding: 15px 20px 15px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
}
table tbody td,
table tfoot td{
    text-align: center;
    padding: 15px 20px 15px;
    line-height: 20px;
}
table.no-border tr,
table.no-border td{
    border: 0;
}
address{
    margin-bottom: 17px;
}
address .address-group{
    padding-left: 18px;
    max-width: 250px;
}
address .info,
address .address,
address .phone{
    display: table;
    width: 100%;
}
address .info .fa-user,
address .address .fa-home,
address .phone .fa-phone{
    padding: 11px 14px;
    display: block;
    float: left;
    font-size: 25px;
}
address .address .fa-home{
    padding-left: 12px;
    padding-right: 12px;
}
address .icon-user, address .icon-home, address .icon-phone, address .address-group{
    display: table-cell;
    vertical-align: middle;
    float: left;
    max-width: 200px;
}
address .icon-user, address .icon-home, address .icon-phone{
    vertical-align: top;
}
address .email, address .city1, address .zip, address .phone-number{
    display: block;
}
.customer_address address .phone, .order_address .phone{
    border-bottom: 0;
}
blockquote {
    font-style: italic;
    padding: 29px 29px 30px 80px;
    border: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
blockquote p{
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.3em;
}
.action_edit, .action_delete{
    position: relative;
    display: inline-block;
    margin-right: 7px;
}
.action_edit a, .action_delete a{
    vertical-align: top;
}
.status_authorized{
    text-transform: capitalize;
    color: #f55856;
}
.status_unauthorized{
    text-transform: capitalize;
    color: #000000;
}
.status_fulfilled{
    text-transform: capitalize;
    color: #666666;
}
.status_unfulfilled{
    text-transform: capitalize;
    color: #000000;
}
hr{
    border: 0;
}
.wrap-table {
    overflow-y: hidden;
    overflow-x: auto;
    clear: both;
    margin-bottom: 5px;
}
/* Input settings */
select {
    width: 134px;
    background-image: none;
    filter: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    height: 32px;
    line-height: 20px;
    padding-top: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
select:focus{
    outline-offset: -2px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.mini{
    padding: 0 10px!important;
    min-height: 35px!important;
}
/* == Titles & Headings */
.wrapper-title {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    margin-top: 3em;
}
.title-1, .title-2, .title-3, .title-4, .title-5 {
    font-weight: 300;
}
.title-1{
    padding: 12px 0;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.title-1 .sub-title{
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 200px;
}
.title-1 .content-title{
    display: inline-block;
}

.wrapper-title .title-3{
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
}
.wrapper-title .line{
    border-top-style: solid;
    border-top-width: 1px;
    position: absolute;
    width: 100%;
    left: 0;
}
.title-5{
    margin-top: 10px;
    font-weight: normal;
}
.title-5:hover{
    font-weight: normal;
}
.title-5 i.fa{
    margin: 0 0 0 10px;
}
/* = Background = */
#top a, #top a.btn {
    text-shadow: none;
}
#top a:hover,#top a:focus, #top a.btn:hover {
    text-shadow: none;
}
#top #site-title{
    text-decoration: none;
}
#top #site-title:hover{
    text-decoration: none;
}
#top-other #uspmessages {
    margin: 0.3em 0;
    display: inline-block;
}
#top nav.navbar {
    margin: 0;
    border: 0;
}
#top nav.navbar .nav > li > a {
    text-rendering: optimizeLegibility;
    line-height: 20px;
    position: relative;
    display: block;

}
#top nav.navbar .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    opacity: .7;
}
#top nav.navbar .nav > li > a:hover .caret {
    opacity: 1;
}
#top nav.navbar .subnav li {
    float: none;
}
#top nav.navbar .subnav a {
    width: 100%;
}
#top .nav li > ul.subnav a {
    padding: 10px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}
#top .top-left .nav li {
    float: left;
    display: block;
}
#top .nav li > ul.subnav {
    display: none;
    position: absolute;
    min-width: 180px;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    z-index: 10;
    padding-left: 0;
    /*margin-top: -1px;*/
  margin-top: 0px;
}
#top .nav li:hover > ul.subnav {
    display: block;
}
#top .nav li:hover > ul.subnav li {
    float: none;
    position: relative;
}
#top .nav li > ul.subnav a {
    padding: 10px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}
/*fly-out menu 2e level*/
#top .nav li > ul.subnav ul {
    top: 0;
    left: 80%;
    z-index: 980;
}
.navbar .nav .dropdown-menu .dropdown-menu , #umbrella .dropdown-menu .dropdown-menu {
    border: none;
}
#top nav .dropdown-menu>li {
    margin: 0px 10px;
    padding: 0;
}
/*HEADER MAIN NAV ********/
#top nav.navbar .dropdown-menu li{
    float: none;
}
/* HEADER / Menu in Mobile *********/
.navbar .icon-bar-group {
    display: inline-block;
}
#top nav.navbar .collapse{
    padding: 0;
}
#top nav.navbar .nav > li ul > li > a:after {
    content: '\203A';
    position:absolute;
    right:5px;
    top:8px;
    font-size:1.6em;
}
#top nav.navbar .nav > li ul > li > a:only-child:after {
    content: '';
}
#top nav.navbar .nav > li > a .sub-dropdown{
    padding-bottom: 0;
}
#top nav.navbar .nav > li > a:focus{
    background: transparent;
}
#top nav.navbar .nav > li > a span{
    /*position: relative;*/
}
#top nav.navbar .nav > li > a span:after{
    /* position: absolute;
     width: 100%;
     height: 2px;
     content: " ";
     left: 0;
     bottom: -3px;
     opacity: 0;
     filter: alpha(opacity=0);
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     -ms-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out; */
}
#top nav.navbar .nav > li:hover > a span:after,
#top nav.navbar .nav > li > a:hover span:after{
    opacity: 1;
    filter: alpha(opacity=100);
}
#top nav.navbar .dropdown-menu{
    min-width: 224px;
}
#top nav.navbar .dropdown-menu .active > a{
    background-color: transparent;
}
#top nav.navbar .dropdown-menu > span{
    padding: 10px;
    display: block;
}
#top nav .dropdown-menu>li.last>a {
    margin-bottom: 18px;
}
.navbar .btn-navbar {
    padding-top: 23px;
    background: transparent;
}
.navbar .btn-navbar:hover {
    cursor: pointer;
    background: transparent;
}
/* mobile menu (text) */
#top nav.navbar .is-mobile-menu .menu_text {
    font-size: 12px;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    padding-right: 5px;
}
#top nav .dropdown-menu .dropdown-menu > li.last > a {
    margin-bottom: 0px;
}
/*Headings*/
.blockheading {
    font-style: italic;
    font-weight: 200;
}
.description.content h2, .description.content h3 {
    font-style: normal;
    font-weight: 300;
}
/* = Sidebar settings = */
.sidebar .sb-title{
   margin: 0;
}
.sidebar .sb-subtitle{
    margin: 0;
}
.sidebar .sb-subtext{
    margin: 0;
}
.sidebar .sb-content{
    margin-left: 0;
}

/* DISCLAIMER */
.disclaimer {
    padding: 1em 0 2em;
}
/* MISC */
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.float-none{
    float: none;
}
.bold{
    font-weight: bold;
}
.unbold{
    font-weight: normal;
}
.caroufredsel_wrapper{
    margin: 0 !important;
}
.caroufredsel_wrapper li.items{
    float:left;
    height: auto !important;
}
.unmargin{
    margin: 0 !important;
}
.unmargin-top{
    margin-top: 0 !important;
}
.unmargin-bottom{
    margin-bottom: 0 !important;
}
.unmargin-left{
    margin-left: 0 !important;
}
.unmargin-right{
    margin-right: 0 !important;
}
.unpadding{
    padding: 0 !important;
}
.unpadding-top{
    padding-top: 0 !important;
}
.unpadding-bottom{
    padding-bottom: 0 !important;
}
.unpadding-left{
    padding-left: 0 !important;
}
.unpadding-right{
    padding-right: 0 !important;
}
.unborder{
    border: 0 !important;
}
.img-responsive {
    display: inline-block !important;
    height: auto;
    max-width: 100%;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-left-10{
    margin-left: 10px;
}
.mright-1{
    margin-right: 1px;
}
.mleft-1{
    margin-left: 1px;
}
.mright-3{
    margin-right: 3px;
    *margin-right: 3px;
}
.mleft-3{
    margin-left: 3px;
    *margin-left: 3px;
}
.mright-7{
    margin-right: 7px;
}
.table-cell{
    display: table;
}
.table-cell li{
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}
.alert-error, .alert-success{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 20px 5px 20px;
    text-shadow: none;
}
.alert .close{
    top: 4px;
}
.opacity_85{
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.opacity_93{
    opacity: 0.93;
    filter: alpha(opacity=93);
}
.header_style{
    font-weight: bold;
    text-transform: uppercase;
}
.overlay-content{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.9;
}
.uppercase{
    text-transform: uppercase;
}
.pos-relative{
    position: relative;
}
.product_label {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: .2em .5em;
    border: 1px solid;
}
.product-page #product-image .product_label, .modal-body .product_label {
    right: 20px;
}
/* = Button settings */
.btn {
    filter: none;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    margin-bottom: 3px;
    padding-left: 18px;
    padding-right: 18px;
}
.btn, #cart-content a.btn {
    line-height: normal;
}
.btn:hover, .btn:focus, .btn:active, #cart-content a.btn:hover {
    box-shadow: none;
    outline: none;
}
.btn.disabled:hover, .btn[disabled]:hover {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    background-color: #e6e6e6;
}
/* knop add-to-cart */
.btn.btn1 {
    border-style: solid;
}
#product-information .btn1.add-to-cart {
    width: 100%;
}
/* knop add-to-cart (homepage, gerelateerde items detailpagina) */
.home_products button.btn.btn1, .prod-related button.btn.btn1, .collection button.btn.btn1 {
    border-width: 1px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    background-color: inherit;  
    white-space: initial;
    font-size: 0.95em;
}
/* knop: wishlist */
.btn.btn2 {
    background-color: inherit;
    border: none;
}
.btn.btn2:hover {
  border-bottom: none;
}

#product-information .usps {
    padding: 1em;
}
/* = Amount Badge */
.badge.amount {
    border-radius: 50%;
}
/* category animation */
.not-animated { 
  opacity: 0; 
}

.notouch .animated {
    opacity: 1;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceIn {
    0% { opacity: 0; transform: scale(.3);}
    50% { opacity: 1; transform: scale(1.01);}
    70% { transform: scale(.99);}
    100% { transform: scale(1); }
}
@-moz-keyframes bounceIn {
    0% {opacity: 0;-moz-transform: scale(.3);}
    50% {opacity: 1;-moz-transform: scale(1.01);}
    70% {-moz-transform: scale(.99);}
    100% {-moz-transform: scale(1);}
}
@-o-keyframes bounceIn {
    0% {opacity: 0;-o-transform: scale(.3);}
    50% {opacity: 1;-o-transform: scale(1.01);}
    70% {-o-transform: scale(.99);}
    100% {-o-transform: scale(1);}
}
@keyframes bounceIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.notouch .animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
@media (max-device-width: 1024px) {.not-animated { opacity: 1; }}