/*OVERRIDES*/
h5 {
    font-size: 16px;
    font-weight: 300;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


a, .icon-click {
    color: #75449e;
    text-decoration: underline;
    /*transition: color 300ms ease-out;*/
}

a:hover, .icon-click:hover {
    color: #914cbf;
}

a.a-wrapper-no-decoration {
    text-decoration: none;
}

/* Do not underline Font Awesome icons */
i.fa {
    text-decoration: none;
}

/*NAVIGATION*/

#navBarBg {
    background-color: #abc911;
    /*background: linear-gradient(180deg, #dedd21 45px, #ffffff 0);*/
}

.page-wide-shadow {

    background:url('/layouts/tts/images/shadow.png') no-repeat;

    height: 22px;

    width: 1191px;

    max-width: 100%;

    margin:0px auto;
    opacity: 0.2;

}

.top-bar {
    background:none!important;
}

.top-bar .toggle-topbar.menu-icon {
    right: 0px;
    top: 0%;
    margin-top: 0px;
}

.top-bar .toggle-topbar.menu-icon a {
    padding: 9px;
    height: 50px;
    z-index: 9999;
}

.top-bar-submenu-active  {
    opacity: 1!important;
    display: block!important;
}


.top-bar-submenu-item {
    position: absolute;
    z-index: 9;
    background-color: white;
    margin-top: 5px;
    padding:10px;
    margin-left:-10px;
    opacity: 0;
    display:none;
    text-align: right;
    width:100%;
    right:0;
}
.top-bar-submenu-indicator {
    padding-right: 10px;
}
.top-bar-submenu-item>a {
    display: block;
    color: black;
    line-height: 26px!important;
    font-weight: 300!important;
}

.top-bar-submenu-item a:hover{
    border-bottom: none!important;
    text-decoration: underline;
    color: #75449e;
}

.top-bar-bg {
    background-color: #f2f2f2;
}

.top-bar-logo {
    display: flex;
    width:600px;
}

.top-bar-icons-indicator {
    position: absolute;
    display: flex;
    width: 20px;
    margin-top: -17px;
    margin-left: -7px;
    font-size: 14px;
    height: 20px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #abc910;
    align-items: center;
    -webkit-touch-callout: none;
    justify-content: center;
}

.cookie-bar {
    background-color: #9e9e9e;
    color: white;
}

.cookie-bar button {
    padding: 12px 16px;
}

.top-bar-container {
    display: inline-flex;
    width: 100%;
    margin-top: 40px;
}

.top-bar-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.top-bar-icons img {
    height:30px;
}

.top-bar-icons > a {
    padding-right:24px;
}

.cannot-order-alert {
    background: #fdf3c1;
    height: 120px;
    font-weight: 500;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    display: flex;
    text-align: center;
    line-height: 22px;
}
#logo-nl {
    background:url('/layouts/tts/images/logo/logo_nl.png') no-repeat;
    background-size: auto 31px;
}

#logo-be {
    background:url('/layouts/tts/images/logo/logo_be.png') no-repeat;
    background-size: auto 31px;
}

#logo-de {
    background:url('/layouts/tts/images/logo/logo_de.png') no-repeat;
    background-size: auto 31px;
}

#logo-at {
    background:url('/layouts/tts/images/logo/logo_at.png') no-repeat;
    background-size: auto 31px;
}

#logo-fr {
    background:url('/layouts/tts/images/logo/logo_fr.png') no-repeat;
    background-size: auto 31px;
}

#logo-uk {
    background:url('/layouts/tts/images/logo/logo_uk.png') no-repeat;
    background-size: auto 31px;
}
#logo-int {
    background:url('/layouts/tts/images/logo/logo_int.png') no-repeat;
    background-size: auto 31px;
}
#logo-ch {
    background:url('/layouts/tts/images/logo/logo_ch.png') no-repeat;
    background-size: auto 31px;
}

#pageContainer {
    min-height: calc(100vh - 239px);
}

.pin-logo {
    height:20px;
}

.inline-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.inline-images li{
    display: inline;
    padding-right: 3px;
}

.top-bar-section {
    float: right;
    width: 100%;
}
.top-bar-section ul{
    margin-left: auto;
    width: 100%;
}

.top-bar-section ul span {
    padding-right: 10px;
}

.top-bar-section li a:not(.button) {
    background:none!important;
    font-family:'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px!important;
    padding: 5px 15px 0 15px!important;
    text-decoration: none;

}
.top-bar-section li a:not(.button):first-child {
    padding-top: 0!important;
}

.top-bar-section ul, .top-bar-section ul li  {

    background:none;

}

.top-bar-section ul li > a, .top-bar-section ul li.active > a, .on-dark-link {

    color:#ffffff!important;

}

.top-bar-section ul li.top-bar-item-active > a {
    border-bottom: 5px solid #511c5d;
    margin-bottom: -5px;
    color:#511c5d!important;
}

.top-bar-section ul li a:hover, .top-bar-submenu-toggle-active>a {
    border-bottom: 5px solid #511c5d;
    margin-bottom: -5px;
    color:#511c5d!important;
}
.on-dark-link:hover {
    color:#511c5d!important;
}

.top-bar-submenu-toggle:not(.top-bar-submenu-toggle-active) .fa-chevron-up {
    display:none;
}

.top-bar-submenu-toggle-active .fa-chevron-down {
    display:none;
}

.top-bar-section ul li .top-bar-submenu-item>a:hover {
    margin-bottom: 0;
}

.top-bar.expanded {

    overflow:inherit;

    background-color: white!important;

}

.top-bar.expanded ul {

    background-color: #abc911!important;

}

.top-bar-section ul li  {
    text-align: right;
}

.top-bar.expanded section>ul>li>a {

    line-height: 25px!important;

}

.top-bar.expanded section>ul>li {

    border-bottom: 1px solid #e6e577;

}

.toggle-topbar a {

    color: #494949!important;

}

.top-bar .toggle-topbar.menu-icon a {

    text-indent: 0px!important;

}

.top-bar.expanded .hamburger-menu-item {
    margin-top:0px!important;
}

@media only screen and (min-width: 1008px) {
    .hamburger-menu-item {
        display: none;
    }

    .top-bar-submenu-item {
        width: initial;
        min-width: 200px;
        text-align: left;
        right:initial;
    }

    .top-bar-section {
        width: initial;
    }

}

.hamburger-box {
    margin-right: 20px;
}

.top-bar-section ul li > button {
    padding-left: 0;
    padding-right: 0;

}

#menuButton:focus {
    outline: none;
}


.hamburger-menu-item {
    right: 10px;
}
.hamburger-menu-item button {
    background-color: transparent!important;
    border-color: transparent!important;
    color: white;

}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #ffffff!important;
}

#breadcrumbs {

    font-size: 10px;

    font-weight: 600;
}

#breadcrumbs a {
    color: #4c215a;
}

#breadcrumbs .tts-button {
    padding: 8px 16px;
    margin-right: 8px;
}

/*CONTENT-AREA*/

#left-shop-shadow {

    background:url('/layouts/tts/images/shop_shadow_left.png') no-repeat;

    min-height: 17px;

    min-width: 220px;

    width: 220px;

    margin:0px auto;

}

#right-shop-shadow {

    background:url('/layouts/tts/images/shop_shadow_right.png') no-repeat;

    height: 21px;

    width: 719px;

    max-width: 100%;

    margin:0px auto;

}

/*WEBSTORE*/

/*LEFT COLUMN*/

#specs {
    font-family:'Source Sans Pro', sans-serif;
    -webkit-touch-callout: none;
}

#specs ul li, #spec-prijs p {

    font-size: 13px;

}

#spec-assortiment {

    padding-bottom: 15px;

}

#spec-assortiment ul {

    margin-bottom: 0px!important;

}

#spec-prijs {

    padding-bottom: 9px;

}

#spec-kleur {

    padding-bottom: 15px;

}

#specs div div p {

    margin-left: 5px;

    padding-top: 9px;

    color: #494949!important;

}

.spec {

    border-bottom:1px solid #494949;

}

.spec ul {

    margin-left: 0;

    list-style-type: none;

}

.spec ul li, .spec ul li input[type="checkbox"] {

    padding: 0;

    margin:0;

}

.spec-head-icon {

    padding-right: 5px;

    color:#494949;

    font-size: 16px;

}

.spec-head-icons {

    float: left;

    width: 20px;

    height: 20px;

}

.spec-head {

    cursor:hand;

}
.spec-reset-button-container {
    display: flex;
    justify-content: center;
}

.webshop-landing-image-overlay-1, .webshop-landing-image-overlay-2  {
    position: absolute;
    font-size: 40px;
    font-weight: bolder;
    padding: 8px 16px 0 16px;
    margin-right: 15px;
}

.webshop-landing-image-overlay-1 {
    top: 0;
    background:rgba(255,255,255,.9);
}
.webshop-landing-image-overlay-2 {
    bottom: 0;
}

.webshop-landing-image-overlay-1 h1 {
    font-family: ff-dax-pro, sans-serif;
    font-weight: 600;
    font-size: 32px;
}

.webshop-landing-emphasis-weight {
    font-weight: 700;
}

.webshop-landing-image-overlay-2 p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 8px;
}

.webshop-landing-image-overlay-1 h1, .webshop-landing-image-overlay-2 p, .accessory-column-card h3 {
    color: #4c215a;
}

.webshop-landing-top-selling-header h2{
    background-color: #ef8f03;
    width: 100%;
    padding: 6px 6px 6px 16px;
    color: #ffffff;
    font-size: 20px;
    font-family: ff-dax-pro, sans-serif;
    font-weight: 700;
}

.webshop-landing-top-selling-container-item {
    float: left;
    width: 33.33333%;
    padding: 3px;
    position: relative;
}
.webshop-landing-top-selling-container {
    overflow: hidden;
    padding: 0 3px;
}

.webshop-landing-top-selling-container-item-price {
    position: absolute;
    right: 0;
    border: 1px solid #d8d8d8;
    background-color: #f2f2f2;
    margin: 0 3px;
    padding: 2px;
    font-size: 12px;
}
.webshop-landing-top-selling-container-item-price-small {
    font-size: 10px;
}

.webshop-landing-call-out {
    /*height: 164px;*/
    position: relative;
    margin-top: 16px;
    font-family: ff-dax-pro, sans-serif;
    font-weight: 300;
}


.webshop-landing-call-out button {
    position: absolute;
    bottom:12px;
    left: 16px;
    padding: 8px 12px;
    display: block
}

#webshopHeaderRightColumn {
    overflow: hidden;
    line-height: 18px;
}

#webshopHeaderRightColumnBottom {
    display: none;
}

.webshop-landing-call-out-header {
    width: 100%;
    color: #4c215a;
    font-family: ff-dax-pro, sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top:12px;
    left: 16px;
}
.webshop-landing-call-out-header-sub {
    font-weight: 400;
}
.products-seen-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.products-seen-container::before {
    content: ' ';
    border-top: 1px solid rgba(0,0,0,.10);
    width: 100%;
}

.products-seen {
    position: absolute;
    padding: 0 10px;
    background-color: #f2f2f2;
    z-index: 1;
}

.page-change-button-container {
    display: flex;
    justify-content: center;
}

.page-change-button + .page-change-button {
    margin-left: 20px;
}

#colorpanel {

    width: 180px;

    height: 135px;

}

.new-label {
    background-color: #5da423;
    color: white;
    font-size: 0.8125rem;
    border: 1px solid #508d1e;
    padding: 1px 3px 1px 3px;
}
.color {

    padding-top: 10px;

    text-align: center;

    float: left;

    width: 45px;

    height: 45px;

}

.color i {

    color: #f2f2f2;

    font-size: 25px;

}
.transparent {

    /* IE 8 */

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* IE 5-7 */

    filter: alpha(opacity=50);

    /* Netscape */

    -moz-opacity: 0.5;

    /* Safari 1.x */

    -khtml-opacity: 0.5;

    /* Other browsers */

    opacity: 0.5;

}
/*
.spec:nth-child(n+4) ul {

    display:none;

}*/

.fi-minus {

    display: none;

}

.top-bar.expanded .title-area {

    background:none;

}

.rb-n-lbl {

    display: inline;

}

.rb-n-lbl label,
.radio-list label{

    margin-top: 5px;

    margin-left: 0.1rem!important;

    margin-right: 1px!important;

}

.rb-n-lbl input,
.radio-list input{

    vertical-align: middle;

    margin:0;

}

/*RIGHT COLUMN*/
.tile-header{
    margin-bottom: 5px;
}

.tile {

    display: inline-block;

    max-width: 20%;

    height: auto;

}

.tile-content {

    padding:1.5px;

    width:100%;

    position: relative;

}

.tile-text {

    position: relative;

    background:url('/layouts/tts/images/tile_text_bg.png');

    z-index: 1;

    height: 30px;

    width:100%;

    padding: 5px 4px 5px 4px!important;

    margin-top:-30px;

    font-size: 10px;

    color:#DFDFDF;

    text-overflow:ellipsis;

    overflow: hidden;

    white-space: nowrap;

}
.tile-price-shadow{
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 4px;
    height: 10px;
    width: 100%;
    background: url('/layouts/tts/images/shadow.png') no-repeat;
    background-size: 100% 100%;
    content: '';
    opacity: 0.2;
}
.tile-price-wrapper{
    position: absolute;

    top:0;

    right:0;

    margin-top: 0px;

    padding: 4px 8px 4px 8px;

    background-color: #f2f2f2;

    color: black;

    font-size: 12px;

    margin-right: 1px;

}
.tile-span{
    position: absolute;
    margin-right: 4px;
    font-size: 9px;
    padding-top: 3px;
}
.tile-formats{
    right: 0px;
    position: absolute;
    margin-right: 4px;
    font-size: 9px;
    padding-top: 3px;
}
.tile-color{
   font-size: 9px;
    margin-top: 23px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 18px;
    margin-left: 5px;
}

.tile-special-price{
    /*color:#E41B1B;*/
    color:#f28c02;

    font-weight: bolder;
}
.tile-deal{
    font-weight: bolder;
}
.tile-deal,.tile-price{
    display: inline;

}
/*RESPONSIVE SHOP*/

@media only screen and (max-width: 267px) {

    #colorpanel {

        width: 135px!important;

        padding-bottom: 175px;

    }

}

@media only screen and (max-width: 400px) {
    .top-bar-icons-indicator {
        margin-top: -10px;
        margin-left: -4px;
        font-size: 0px;
        height: 10px;
        width: 10px;
    }
    .tile-text {

        display:none!important;

    }

    .tile {

        max-width: 33.3333333%!important;

    }

    #logo {

        margin-left: 10px;

    }

    #searchfield {

        width: 80%;

    }

    .tile-deal{
        display: none;
    }

}

@media only screen and (min-width: 400px) and (max-width: 721px) {

    .top-bar-icons-indicator {
        margin-top: -12px;
        margin-left: -4px;
        font-size: 0px;
        width: 13px;
        height: 13px;
    }
    .tile {

        max-width: 33.3333333%!important;

    }

    #colorpanel {

        width: 135px!important;

    }

    #logo {

        margin-left: 10px;

    }

}

/*UNBREAKABLE HOMEPAGE*/

/*@media only screen and (max-width: 350px) {

    #intro>p {

        font-size: 20px!important;

    }

}*/

@media only screen and (max-width: 830px), screen and (max-height: 760px){

    #topList {

        display: none!important;

    }

}

@media only screen and (max-width: 1337px)  {

    .top-list-header-de {

        display: none!important;

    }

}

@media only screen and (max-width: 1185px) {

    #prevBg, #nextBg {

        display:none;

    }

}

@media only screen and (min-width: 700px) {

    #scrollTable {

        overflow-x:hidden!important;

        overflow-y:hidden!important;

    }

}

@media only screen and (min-width: 700px) and (max-width: 845px) {

    #home {

        display: none;

    }

}
@media only screen and (max-width: 1024px) {

    .webshop-filter-button {
        display: block!important;
        padding: 9px 18px;
    }


    #sidebar.sidebar-webshop {
        position: fixed;
        z-index: 3;
        top:0;
        overflow-x: hidden;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        left: -55vw;

        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -o-transition: all .1s ease;
        -ms-transition: all .1s ease;
        transition: all .1s ease;

        -webkit-overflow-scrolling: touch;

    }
    #sidebar.sidebar-webshop.shadow:after {
        display: none;
    }
}

@media only screen and (min-width: 400px) and (max-width: 1024px) {

    #content_bg {

        background:url('/layouts/tts/images/bg_stamp.svg') no-repeat;

        min-height: 100%;

        min-width:100%;

    }

    #logo {

        margin-left: 10px;

    }

    .nav-hide {

        display:none;

    }

    #searchfield {

        width: 80%;

    }

}

/*FOOTER*/

#footer {

    font-family: ff-dax-pro, sans-serif;
    background: #555555;
    min-height: 211px;
    width: 100%;
    color: #f7f7f7;
    border-bottom: 12px #abc911 solid;

}
#footer .large-4 {
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.phonenumbers-container p{
    color: #f7f7f7;
}

#footer-logo {

    margin-top:4px;

    max-width: 230px;

}

#footer h3 {

    color:#f7f7f7;

    font-family: ff-dax-pro, sans-serif;

    font-size: 20px;

    font-weight: 600;

}

#footer-logo-tekst {

    font-size:10px;

    margin-bottom: 0px;

}

.phonenumbers-container, .mail-container {
    display: flex;
}

.phonenumbers-prefix-icon, .mail-prefix-icon {
    align-self: center;
    font-size: 26px;
    margin-right: 12px;
}


.mail-prefix-icon {
    margin-top:-10px;
    font-size: 20px;

}


.opening-hours {
    display: flex;
}

.opening-hours-labels {
    margin-right: 20%;
}

.phonenumbers-container a {
    color: white;
    text-decoration: none;
}
.footer-tekst {
    font-family: ff-dax-pro, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.footer-bottom {
    margin-top: auto;
}

.header-country-links {
    position: absolute;
    top: 0;
    right: 0;

}
img.delivery-icon {
    height: 40px;
}

.footer-social-media i {
    font-size: 18px;
    margin: 0 2px;
}

.footer-social-media a {
    color: #f7f7f7;
}
.footer-social-media a:hover {
    color: #75449e;
}
.footer-payment-methods img {
    height: 16px;
    margin: 2px;
}

#footer-logo-tekst>a{

    color:#6C9EAD;

}


/*MARGINS & PADDINGS*/

.panel {

    margin-bottom: 0px!important;

}

.smargin {

    margin-bottom: 10px!important;

}

.smargin-top {

    margin-top: 10px!important;

}

.mmargin {

    margin-bottom: 30px!important;

}

.mmargin-top {

    margin-top: 30px!important;

}

.bmargin {

    margin-bottom: 60px!important;

}

.bmargin-top {

    margin-top: 60px!important;

}

.spadding {

    padding-bottom: 10px!important;

}

.spadding-top {

    padding-top: 10px!important;

}

.mpadding {

    padding-bottom: 30px!important;

}

.mpadding-top {

    padding-top: 30px!important;

}

.bpadding {

    padding-bottom: 60px!important;

}

.bpadding-top {

    padding-top: 60px!important;

}

/*HOMEPAGE*/

#homeBg1, #homeBg2, #homeBg3, #homeBg3 {

    position: fixed;

    z-index: -1;

}

#homeBgs {

    position: fixed;

    height: 100%;

    width: 100%;

    z-index: -1;

}

#footerPadding {

    background-color: #121317;

}

#intro {

    background-color:rgba(0, 0, 0, 0.7);

    color: #ffffff;

    padding: 15px;

    margin-bottom: 82px;

}

#intro>p {

    opacity: 1;

    margin-bottom: 0px;

    font-family:'Source Sans Pro', sans-serif;

    font-size: 30px;

}

#topList {

    position: absolute;

    z-index: 9999;

    right:0;

    width: 400px;

}

#topList img {

    display: inline;

    width: 100px;

}

.top-list-item{
    display: inline;

    position: relative;
}

.top-list-price-wrapper{
    margin-top: -39px;
    margin-right: 0px!important;
}
.top-list-header {

    background:url('/layouts/tts/images/top_list_header.png');

    width: 309px;

    height:118px;

    margin-top:-109px;

    right: 420px;

    position: absolute;

    z-index: 99999999999;

}
.top-list-header-de {
    background: url('/layouts/tts/images/top_list_header_de.png')!important;

    width: 309px;

    height:118px;

    margin-top:-109px;

    right: 420px;

    position: absolute;

    z-index: 99999999999;

}

#topListImgWrapper {

    padding-right: 100px;

}

#topList img:last-child {

    padding-bottom: 0px;

}

.top-list-shadow {

    background:url('/layouts/tts/images/shadow.png');

    width: 400px;

    height:19px;

    position: absolute;

    z-index: 99999999999;

}

.panel-small-padding {

    padding: 4px!important;

}

@media only screen and (max-width: 25em) {

    #prevBg {

        padding-left: 10px;

    }

    #nextBg {

        padding-right: 10px;

    }

    #bgNavigation i {

        font-size: 3rem;

    }

}
@media only screen and (min-width: 25em) and (max-width: 40.063em) {

    #prevBg {

        padding-left: 10px;

    }

    #nextBg {

        padding-right: 10px;

    }

    #bgNavigation i {

        font-size: 8rem;

    }

}

@media only screen and (min-width: 40.063em) {

    #prevBg {

        padding-left: 20px;

    }

    #nextBg {

        padding-right: 20px;

    }

    #bgNavigation i {

        font-size: 5rem;

    }

}

/*GLOBAL*/

body{
    color:#333333;
}

h1, h2, h3 {

    font-family:'Source Sans Pro', sans-serif;

}

.info {

    color:#494949;

    cursor: hand;

}

h1 {

    font-weight: bolder;
    overflow-wrap: break-word;
}

h2 {

    font-size: 1.5rem;
    font-weight: bolder;

}
h3{
    font-size: 1.2rem;
    font-weight: bolder;
    margin-bottom: 0.125rem!important;
}

p.sub-h2 {

    font-size: 11px!important;

}

#sidebar h2 {

    font-size: 17px;

    font-weight: 600;

    color:#494949;

    margin-bottom: 0.2rem!important;

}

#sidebar p {

    font-size: 12px;

    margin-bottom: 0.5rem;

}

.fsmall {

    font-size: 11px;

    margin: 0px;

}

.fa-inverse {

    color:#f3f3f3!important;

}

button {
    margin-bottom: 0px;
}

.tts-button {
    background-color: #4c215a;
    transition: background-color 300ms ease-out;
}

.tts-button:hover {
    background-color: #75449e;
}
.tts-button:disabled {
    background-color: rgba(117, 68, 158, 0.58);
}
.tts-button:disabled:hover {
    background-color: rgba(117, 68, 158, 0.58);
    transition: background-color 300ms ease-out;
}

button.tts-button-inverted {
    background-color: initial;
    color: #4c215a;
}

button.tts-button-inverted:hover {
    background-color: initial;
    color: #75449e;
}

button.tts-button-inverted:disabled {
    background-color: initial;
    color: rgba(117, 68, 158, 0.58);
}

button.tts-button-inverted:disabled:hover {
    background-color: initial;
    color: rgba(117, 68, 158, 0.58);
    transition: background-color 300ms ease-out;
}


.panel.callout{
    padding:0.25rem;
}

/*REVEAL MODAL*/
@media only screen and (max-width: 40em){
    .reveal-modal {
            min-height: initial;
            width: 95%;
    }
    .if-ie{
        min-height:auto!important;
    }
}
#accessoireModal, #calculatorInfoModal, #showcasezoom, #mapsModal {
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}
#accessoireModal{

    max-width: 576px;
}
#calculatorInfoModal{
    max-width: 571px;
}
#showcasezoom{
    max-width: 700px;
}
#mapsModal{
    max-width: 761px;
}
/*PRODUCTPAGE*/

.sub-h1 {

    font-size: 12px!important;

    font-style: oblique;

}

.outlet{
    font-size: 16px;
}
.clearfix:after {

    content:" ";

    display: block;

    height: 0;

    clear: both;

}

#contentBgWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#contentBgWrapper img {
    width: 80vw;
    position: absolute;
    right: -10vw;
    opacity: 0.2;
}

#showcase {

    width:80%;

    float: left;

}

#sc-magnify {

    margin-top: -20px;

    text-align: right;

    padding-right: 5px;

    color: #999;

}

#thumbnails {

    width: 20%;

    float: left;

}

#thumbnails img {

    width: 100%;

    border: 1px solid grey;

    cursor: pointer;

}

.thumbnail {

    padding-right: 5px;

    padding-bottom: 5px;

}

#showcasezoomtns {

    padding-top: 7px;

}

#showcasezoomtns img {

    border: 1px solid grey;

    width: 55px;

    margin-left: 2.5px;

    margin-right: 2.5px;

    cursor: pointer;

}

#showcasezoomsc {

    margin: 0px auto;

}

.specification {

    margin-bottom: 5px;

}

.specification div {

    float: left;

    font-size: 14px;

}

.specification div:first-child {

    width: 45%;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.specification div:last-child {

    font-weight: bold;
    width: 55%;

}

.specification-color-square {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-bottom: 2px;
}

#buyblock {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
}

.buy-block-calculator {
    height: 80px;
    display: table;
    position: relative;
    width: calc(100% + 24px);
    margin: 0 -11px;
    border-bottom: 1px solid #d8d8d8;
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

.buy-block-calculator-cell {
    display: table-cell;
    height: 100%;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 16px 2px;
}

.buy-block-calculator-cell:first-child {
    border-right: 1px solid #d8d8d8;
}


.product-stock-amount{
    color: #56BB56;
    font-size: 28px;
    padding: 4px;
    font-weight: bolder;
}
.product-stock-amount-sub {
    font-size: 10px;
}


.product-price {
    color: #F7A22D;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 28px;
    padding: 4px;
    display: inline-block;
    vertical-align: middle;

}
.product-price-pre {
    text-align: left;
    text-decoration: line-through;
    padding-bottom: 4px;

}
.product-price-additions{
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    color:#8F8F8F;
}

.product-price-post{
    margin-top: 4px;
    text-align: center;

}
.news-page .tile-content {
    float: left;
    margin: 8px;
}

#productPriceAddition {
    font-size: 12px;
    color: #646464;
    margin-left: -32px;
    letter-spacing: -1px;
}

.order-button-clarification {
    font-size: 12px;
    font-weight: bolder;
    color:#999;
}

.price-small {

    position: relative;

    top: -10px;

    font-size: 14px;

}



.deliveryspeed {

    font-size: 10px;

    color:#56BB56;

}
#bulkSalePrice{
    margin-left:5px;
    font-size: 25px;
    color:#F7A22D;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}
#bChoice #buySummary h2{
    text-align: left;
}
#bChoice .product-price{
    color: #494949;
    font-weight: normal;
}
#bChoice .product-stock-amount{
    line-height: 15px;
}

.deliverydetail {

    color:#4c215a;
    font-family: ff-dax-pro, sans-serif;
    font-weight: 600;

    font-size: 16px;

    padding-top: 16px;

    padding-bottom: 16px;

    text-align: center;

    border-bottom: 1px solid #999;

}

.deliverydetail i {

    font-size: 14px;

}

.deliverydetail:last-child {

    border: none;

}

.keuze {

    display: inline-block;

    line-height: 25px;

    vertical-align: middle;

}

#colorOptions {

    width:100%;

}

.coloroption img {

    width:24%!important;

    height: auto;

    float: left;

    padding-right: 3px;

    padding-bottom: 3px;

}

.amount {

    width: 40%!important;

    margin-right: 20px!important;

}

.amount-block input {

    display: inline;

    width: 50%;

}

p.formp {

    margin-left: 5px;

    padding-top: 9px;

    font-size: 13px;

    color: #494949!important;

}

.radiob {

    margin-top: 12px!important;

}

.wrap-to-button {

    border: 1px solid #cccccc;

    border-right: 0px;

    height: 51px;

    display: none;

}

.star-text {

    font-size: 10px;

    color:#999;

}

.no-margin {

    margin:0px;

}

.alternatives li a{
    font-size: 12px;
}
/*RESPONSIVE PRODUCTPAGE*/
@media only screen and (min-width: 881px){
    .medium-spec-4 {
        width: 33.33333%;
    }
    .medium-spec-8{
        width: 66.66667%;
    }

}
#buyblock,.deliverydetails{
    max-width: 395px;
    margin: 0px auto;
}
@media only screen and (max-device-width: 480px) {
    #productPriceAddition{
        margin-left: -28px!important;
    }
}
.top-bar .toggle-topbar.menu-icon a {
    height: 45px;
    z-index: 9999;
}
/*SHOPPINGCART*/

.shopping-cart-container {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0 1rem 0;
    margin:0;
    list-style: none;
    justify-content: flex-end;
    border-top: solid 1px #dddddd;
}


.shopping-cart-container-image {
    width: 16.666666%;
    padding-left: 1rem;
}
.shopping-cart-container-image img{
    width: auto;
    max-width: 100%;
    height: auto!important;
    vertical-align: middle;
}


.shopping-cart-container-details {
    width: 50%;
    padding-left: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
}

.shopping-cart-container-details-title, .shopping-cart-container-details-delivery {
    width: 50%;
    padding: 0 0.5rem 0 0.5rem;
}

.shopping-cart-container-actions {
    width: 33.333333%;
    padding: 0;
    margin: 0;
    list-style: none;
    direction: ltr;
    text-align: left;
}

.shopping-cart-container-actions-row {
    width: 100%;
}

.shopping-cart-container-actions-surface {
    font-size: 14px;
}

.shopping-cart-container-actions-delete {
    margin-top: 1rem;
}

.shopping-cart-container-actions-amount {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    direction: ltr;
    margin-bottom: 0.5rem;
}

.shopping-cart-container-actions-amount-price {
    margin-left: auto;
    text-align: right;
    margin-right: 1rem;
    font-weight: bold;
}
.shopping-cart-container-actions-input {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}

.shopping-cart-container-actions-amount input {
    width: 3rem;
    margin: 0 0 0 0.5rem;
}

.shopping-cart-container-actions-warning {
    background-color: #fdf3c1;
    padding: 16px;
}

.terms-and-conditions-container label {
    font-size: 1rem;
    display: initial!important;
}

#shoppingBasketException {
    border: 1px solid #ff8b00;
    padding: 15px;
}

.shopping-cart-total-wrapper {
    width:100%;
    background-color: #fdf7ff;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 1rem;
    margin: 0;
    list-style: none;
    direction: ltr;
    text-align: left;
    border-top: solid 1px #dddddd;
    justify-content: flex-end;

}

.shopping-cart-total-wrapper button {
    margin-bottom: 1rem;
}

.shopping-cart-button-wrapper {
    width: 100%;
    text-align: right;
    margin-right: 1rem;
    display: flex;
}
#shopCartContents {
    width: 60%;
    margin-bottom: 1rem;
    border-width: 0;
    background-color: #fdf7ff ;
}

#shopCartContents th, #shopCartContents td, #shopCartContents tr {
    background-color: #fdf7ff;
    border-width: 0;
}

#shopCartContents tr td:last-child {
    padding-right: 1rem;
}

#shopCartContents th, #shopCartContents td {
    font-size: 16px;
}

.arial {

    font-family:'arial', sans-serif;

}

.shopcart-tn {

    max-width: 60px;

    max-height: 60px;

}

.upsell-img {

    float: left;

    padding-right: 8px;

}

.upsell {

    font-size: 12px;

    line-height: 18px;

}
.upsell-service{
    float:left;
    padding-right: 8px;
}
.upsell-service-price{
    position: absolute;
    margin-top: -3px;
}
.add-to-cart {

    line-height: 24px;

}

.upsell-add {

    float: left;

    line-height: 60px;

    padding-right: 8px;

}

.shopping-icon {

    font-size: 16px;

}

.shop-cont {
    padding: 17px 17px 17px 0;
}

.payment_method_disabled label {
    opacity: 0.6;
}

.payment_method_disabled small.error.warning {
    background-color: #f2b16a;
    display: block;
}

.payment_method_error_message {
    display: inline-block;
}

#shopCartSummary, .shopCartVatSummary {

    background-color: #fdf7ff;

}

tr.shopCartTotal {
    border-top: solid 1px #dddddd;
}

.shopCartTotal th, .shopCartTotal td {
    padding-top: 0;
    padding-bottom:0;
}
.shopCartVatSummary th, .shopCartVatSummary td {
    padding-top:0;
    font-size: 14px!important;
    font-style: italic;

}

#accessoireModal h1{
    color: #333333;
}
#accessoireModal img{
    max-width: 250px;
    width: 100%;
    height: auto;
}


/*CONTACT*/

#contactData h2 {

    margin-bottom: 0;

}

.contact .opening-hours-labels> div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-right: 30px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}



.contact .contact-end {
    white-space: nowrap;
}

#mapWrapper {

    height:100%;

    margin:0 auto;

}

.map_iframe {

    position:relative;

}

.map_iframe .map-ratio {

    display:block;

    width:100%;

    height:auto;

}

.map_iframe iframe {

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

}

/* PORTOFOLIO */

#portofolio img {

    width: 100%;

}

#portofolio .panel {

    padding: 0px!important;

}

.photo-summary {

    width: 100%;

    background-color: #f2f2f2;

    min-height: 50px;

    border-color:#d9d9d9;

}

.photo-summary p {

    font-family:'Source Sans Pro', sans-serif;

    padding: 5px 10px 5px 10px;

    margin: 0;

    padding-left: 10px;

    font-size: 15px;

}
.webshop-filter-button {
    display: none;
    width: 100%;
}

#webshop-overlay {
    top:0;
    position: fixed;
    height: 100%;
    z-index: 2;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#web-shop.active #webshop-overlay {
    display: initial;
}

#web-shop.active #sidebar.sidebar-webshop {
    left:0;
}

#web-shop.active #sidebar .panel {
    min-height: 100%;
    padding: .5rem;
}

#web-shop.active #webshop-overlay-buttons {
    position: fixed;
    width: 45%;
    right: 0;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

#webshop-overlay-buttons {
    display: none;
}

.accessory-column-card {
    padding: 24px;
    border: 1px solid #d8d8d8;
    min-height: 700px;
    background-color: #ffffff;
}
.accessory-column-card-image {
text-align: center;
}

.accessory-column-description p{
    line-height: 1;
    margin-bottom: 5px;
}

.accessory-column-card-buy-block {
    display: table;
    position: absolute;
    bottom: 0;
    width: calc(100% - 76px);
}
.accessory-column-card-buy-block-price {
    vertical-align: middle;
}

.accessory-column-card-buy-block-button, .accessory-column-card-buy-block-price {
    display: table-cell;
    text-align: center;
    float: initial!important;
}



.accessory-column-card-buy-block button {
    display: block;
    margin: auto;
}

@media only screen and (max-width:35em) {
    #shopCartContents {
        width: 90%;
    }
}

/*Foundation queries*/
@media only screen and (max-width:40.062em) {
    .accessory-column-card {
        min-height: 500px;
    }

    .shopping-cart-container-text {
        display: none;
    }

    .shopping-cart-container-actions {
        width: 90%!important;
    }

    .shopping-cart-container-actions-delete {
        width: 10%!important;
    }
    .shopping-icon {
        font-size: 20px;
    }
    .shopping-cart-container-image {
        padding-left: 0;
    }

    div.shopping-cart-container-actions-input {
        width: 70%!important;
    }
    div.shopping-cart-container-actions-amount-price {
        width: 30%!important;
    }

    div.shopping-cart-container-actions-row {
        width:70%!important;
    }
    div.shopping-cart-container-actions-surface {
        width:20%!important;

    }
    div.shopping-cart-container-actions-delete {
        width:10%!important;
    }
}
@media only screen and (min-width:40.063em) and (max-width:64.062em) {
    .accessory-column-card {
        min-height: 660px;
    }
}

@media only screen and (max-width: 800px) {
    .webshop-landing-image-overlay-1 h1 {
        font-size: 24px !important;
    }

    .top-bar-section ul li.top-bar-item-active > a {
        border-bottom: 2px solid #511c5d;
        margin-bottom: -2px;
    }

    .top-bar-submenu-item {
        margin-top: 2px;
    }

    /*Winkelwagentje resp.*/
    .shopping-cart-container-image {
        width: 20%!important;
    }
    .shopping-cart-container-details {
        width: 80%!important;
    }
    .shopping-cart-container-actions {
        display: flex!important;
        border-top: 1px solid #dddddd!important;
        margin-top: 1rem!important;
        padding-top: 0.5rem!important;
        width: 80%!important;
        direction: rtl!important;
    }

    .shopping-cart-container-actions-input {
        font-size: 14px;
        width: 50%;
        justify-content: center;
    }

    .shopping-cart-container-actions-amount-price {
        width: 50%;
        margin-left: initial!important;
    }

    .shopping-cart-container-actions {
        width: 100%!important;
    }

    .shopping-cart-container-actions-row {
        width: 50%;
    }
    .shopping-cart-container-actions-amount {
        align-items: center!important;
        margin-bottom: 0!important;
    }

    .shopping-cart-container-actions-surface {
        width: 25%!important;
        align-self: center!important;
        direction: ltr;
        text-align: center;
    }

    .shopping-cart-container-actions-delete {
        width: 25%!important;
        align-self: center!important;
        margin-top: 0;
        direction: ltr;
        text-align: center;
    }
}

@media only screen and (min-width: 640px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: unset;
    }

    .webshop-landing-call-out-mobile {
        display: none;
    }
    .webshop-landing-call-out {
        display: initial;
    }
}

@media only screen and (max-width: 640px) {
    .mobile-only {
        display: unset;
    }

    .desktop-only {
        display: none;
    }

    .webshop-landing-call-out-mobile {
        padding-top: 40px;
        display: initial;
    }
    .webshop-landing-call-out {
        display: none;
    }
    .sidebar-webshop.small-6 {
        width: 55%;
    }

    .shopping-cart-button-wrapper {
        flex-wrap: wrap-reverse;
    }

    #webshop-overlay-buttons button.tts-button {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    #webshopHeaderRightColumn {
        display: none;
    }
    #webshopHeaderRightColumnBottom {
        display:block;
    }
}
@media only screen and (max-width: 1008px) {
    .top-bar-section ul>li > a{
        line-height: 35px!important;
    }
    .top-bar-section ul li:hover:not(.has-form) > a {
        line-height: 35px;

    }
    .footer-icons {
        position: relative!important;
    }

    #contentBgWrapper img {
        width: 100vw;
    }

    #footer .large-4 {
        margin-bottom: 28px;
    }
    .overflow-hidden {
        overflow-y: hidden;
    }

    .row .row {
        margin-left: auto;
        margin-right: auto;
    }

    .spec {

        display: inline-block;

        width:100%;

        margin-right: -4px;

        border:none;

        vertical-align:text-top;

        padding: 5px;
    }

    .webshop-product-introduction {
        margin: 1.25rem;
    }

    .fa-plus.shopping-icon{
        padding-top: 17px
    }
    .betaling1-shoppingcart{
        display:none;
    }

    .top-bar.expanded sec   tion>ul>li>a {
        line-height:37px!important;
    }
    .top-bar-section ul span {
        font-size: 20px;
    }
    .top-bar-section li a:not(.button) {
        font-size: 18px;
    }
    .top-bar-submenu-item>a {
        line-height: 30px!important;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 641px) {
	#vier-kolommen{
		display:none;
	}
    #twee-kolommen{
        display:none;
    }
}
@media only screen and (min-width: 1024px) {
    .webshop-landing-image-overlay-1, .webshop-landing-image-overlay-2  {
        margin-right: 0;
    }

    .top-bar-section li:hover .top-bar-submenu-item  {
        opacity: 1!important;
        display: block!important;
    }
    .column.no-padding {
        padding: 0;
    }
    .column.no-padding + .column.no-padding { padding: 0 0 0 15px!important; }

	#drie-kolommen{
		display:none;
	}
    #twee-kolommen{
        display:none;
    }
    .spec-reset-button {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
	#drie-kolommen{
		display:none;
	}
    #vier-kolommen{
        display:none;
    }
    .spec-reset-button {
        width: 100%;
    }
    .top-bar-icons img {
        height: 36px;
    }
    .top-bar-icons > a {
        padding-right: 4px;
    }

    #contentBgWrapper img {
        bottom: 150px;
    }
}

#showcasezoomText{

}
/* MY DATA */

[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {

    background: #e77979;

}

.accordion dd {

    border: solid 1px #d9d9d9;

}

.accordion dd:first-child {

    border-width: 1px 1px 0px 1px;

}

#myData h2, #myPayment h2  {

    font-size: 17px;

    font-weight: bolder;

}

#myData input {

}

#myData table, #myPayment table {

    width: 100%;

    border:none;

    margin-bottom: 0px;

    border-spacing: 0px;

}

#myData tr, #myPayment tr  {

    background-color: #f2f2f2;

    border:none;

}

#myData td, #myPayment td  {

    border:none;

}

.input-title {

    font-family:'Source Sans Pro', sans-serif;

    display: block;

    padding-bottom: 2px;

}

.data-line label {

    padding: 8px 0px 8px 12px;

    margin: 0px;

    font-weight:bold;

}

.rb-data label {

    font-weight:normal;

    padding-left: 0px;

    display: inline-block;

}

.rb-data {

    display: inline-block;

}

/*SIDEBAR SHOPPINGCART*/
.tiny-cart-wrapper {

    width: 100%;

    height: 60px;
}
.tiny-cart-wrapper img {
    margin-right: 8px;
}

#tinyCartPrices tr td{
    padding: 0.2025rem 0.625rem;
}
.tiny-cart-seperator{
    border-bottom:1px solid #AFAFAF!important;
}
.tiny-cart-cell.tiny-cart-text{
    vertical-align: baseline;
    padding: 0 0 0 8px;
}

.tiny-cart-text {
    font-size: 12px;
    line-height: 18px;
}

.tiny-cart-cell {
    padding: 0 0 8px 0;
}

/* MANAGE */

.beheer input[type="text"] {

    width: 80%;

    display: inline;

}

.beheer .print-icon-toggle {
    position: relative;
    text-align: right;
    margin-right: 20px;
    font-size: 20px;
}

.print-view .row {
    margin-left: 0;
}

#print-view-payment-status, #view-payment {
    display: none;
}

.print-view #print-view-payment-status, .print-view #view-links, .print-view #view-payment {
    display: inline;
}

.print-view #view-payment, .print-view #view-order-tables img, .print-view #view-links{
    display: none;
}

#view-payment, #view-order-tables img, #view-links{
    display: inline;
}

.print-view .panel {
    background-color: white;
}

#firstName {

    width: 180px;

}

#surName {

    width: 180px;

}

#phoneNumber {

    width: 120px;

}

#mailAddress {

    width: 220px;

}

#streetName {

    width: 180px;

}

#houseNumber {

    width: 80px;

}

#postalCode {

    width: 80px;

}

#cityName {

    width: 180px;

}

.panel.callout {

    background-color: #ecfaff;

}

#myData .sub-h1 {

    color: #AFAFAF;

}

#myData .vcard {

    margin-bottom: 0px;

}



.content {

    background-color: white;

}
.shadow:after{
    position: absolute;
    right: 0;
    left: 0;
    margin-left: 15px;
    margin-right: 15px;
    height: 22px;
    background: url('/layouts/tts/images/shadow.png') no-repeat;
    background-size: 100% 100%;
    content: '';
    opacity: 0.2;
}
/*INFORMATION*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#informationPage .accordion dd{
	border-width: 1px 1px 0px 1px;
}
#informationPage .accordion dd:last-child{
	border-width: 1px 1px 1px 1px;
}
#informationPage i{
	padding-right: 5px;
}
.accordion dd > a {
    color:#333333;
}
.instruction-image-wide{
    display: none;

}

@media only screen and (min-width: 390px) and (max-width: 640px) {
    .instruction-image-wide{
        display: block;
    }
    .instruction-image{
        display:none;
    }
}
