/*
Orange: #83a47e => 83a47e

groen: 83a47e
blauw: 425575
*/

@font-face{
    font-family: "Eveleth-Dot-Regular";
    src: url('../fonts/Eveleth Dot Regular.otf');
}

/* Overrides */
html{width:100%;height: 100%;}
body{
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    background: #fff; /* url(../images/brand/background_body.png); */
    background-size: 100%;
    background-attachment: fixed;
}
body.checkout-onepage-index{
    background: #fff;
}
.modal-open{overflow: auto;margin-right: 0!important;padding-right:0!important;}

/*********************************************************************/
/* General */
a{ color: #333; }
#content a{ color: #83a47e; text-decoration: underline;}
a:hover{ color: #83a47e; }
h1,h2,h3,h4,h5,h6{ margin: 0 0 15px 0;color: #425575;}
h1{
    font-family: 'Eveleth-Dot-Regular',cursive;
    font-size: 24px;
    line-height: 24px;
}
.catalog-category-view h1{
    color: #425575;
    font-size: 24px;
}
#content h2{
    font-family: 'Eveleth-Dot-Regular';
    color: #425575;
    font-size: 1.2em;
    font-weight: bold;
}
#sidebar_left h2{
    font-family: 'Eveleth-Dot-Regular',cursive;
}
h3{
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
}
h4{

}
h5{
    margin-top: 10px;
}
#page #content ul{ list-style: square; margin-left: 18px; }
#page #homepagelinks ul{ margin: 0;}
p{margin: 0 0 15px 0;line-height: 1.5;}
p.required{
    font-size: .9em;
    font-style: italic;
    margin: 0;
}
.btn{
    text-decoration: none!important;
}
.btn-primary,
.btn-primary:focus{
    outline: none!important;
    background: #666;
    border: none;
    color: #fff!important;
}
.btn-primary:hover{
    background: #999;
}
.btn-primary[disabled]{
    background-color: #999;
    color: #000!important;
    opacity: .3;
    cursor: not-allowed;
}
.no-display{
    display: none!important;
}
.zero-padding-left{
    padding-left: 0;
}
.zero-padding-right{
    padding-right: 0;
}

/*********************************************************************/
/* Form elements */
input.radio,input.checkbox{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.form-group.has-error input{
    /*border: 1px solid red*/
}

/*********************************************************************/
/* Global site notices */
#intoto_global_messages {
    position: relative;
    z-index: 9999;
}
#intoto_global_messages_close {
    position: absolute;
    top: 7px;
    right: 13px;
    z-index: 10000;
    display: block;
    width: 15px;
    height: 15px;
    background: #666;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.messages li, .messages li li { margin: 0 !important; }
.error-msg, .success-msg, .note-msg, .notice-msg {
    line-height: 30px;
    text-align: center;
}
.note-msg, .notice-msg { color: #d6b501; }
.success-msg{
    color: #fff;
    background-color: #83a47e;
    border-bottom: 1px solid #83a47e;
}
.error-msg{
    color: #d8000c;
    background-color: #ffbaba;
    border-bottom: 1px solid #d8000c;
}
.notice-msg{
    color: #9f6000;
    background-color: #feefb3;
    border-bottom: 1px solid #9f6000;
}


/*********************************************************************/
/* Modals */
.modal.scroll .modal-body{
    overflow: auto;
    max-height: 600px;
}
#borduren-modal .modal-body{
    max-height: none;
}
.modal-header, .modal-footer{ border: none; }
.modal-content{
    /*border-radius: 0!important;*/
}
.modal button.close{
    position: absolute;
    /*z-index: 1041;*/
    top: -10px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    background: #fff;
    color: #333;
    border: 2px solid #333;
    opacity: 1;
}
.modal-header{
    background: #83a47e;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #999;
}
#borduren-modal .modal-body{
    padding-top: 0;
    padding-bottom: 0;
    background: #f8f8f8;
}
.modal-maincontent{
    background: #f3f3f3;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 2px 0 6px #ccc;
}
.modal-footer{
    border-radius: 0 0 6px 6px;
    background: #e8e8e8;
    border-top: 1px solid #999;
}
.modal-header h4{
    color: #fff;
}
.modal .btn-primary{
    background: #83a47e;
}
.modal-sidebar{
    padding-top: 15px;
    padding-bottom: 15px;
}
.modal table{
    min-width: 50%;
    border: 1px solid #e8e8e8;
}
.modal-sidebar table,
.modal-sidebar th,
.modal-sidebar td{
    border: none;
}
.modal td, .modal th{
    padding: 4px 10px;
}
.modal th{
    font-weight: bold;
}
#modal-links{
    border: 1px solid #e8e8e8;
    margin: 0;
}
#modal-links li{
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-bottom: 1px solid #e8e8e8;
}
#modal-links li:hover{
    background: #f8f8f8;
}
#modal-links li:first-child{
    background: #ccc;
    text-align: center;
    /*color: #fff;*/
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}
#modal-links li a{
    display: block;
    outline: none;
    color: #333;
    text-decoration: none;
}
#modal-links li a span{
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
    color: #83a47e
}


/*********************************************************************/
/* Header */
.logo{
    display: block;
    /*height: 110px;*/
    padding-top: 10px;
    /*padding-bottom: 15px;*/
    margin-left: -15px;
}
a.email, a.telephone, #cart a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    /*padding-left: 40px;*/
    /*background: url(../images/email.png) no-repeat left center;*/
    text-decoration: none;
}
a.email:hover{
    color: #333;
    /*background-image: url(../images/email-hover.png);*/
}
a.telephone{
    margin-left: 10px;
    /*background: url(../images/phone.png) no-repeat left center;*/
}
a.telephone:hover{
    color: #333;
    /*background-image: url(../images/phone-hover.png);*/
}
a.email span.fa,
a.telephone span.fa{
    display: block;
    float: left;
    margin-right: 10px;
    background: #83a47e;
    height: 34px;
    width: 34px;
    margin-top: 2px;
    padding-top: 10px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    text-align: center;
}
#cart a{
    padding-left: 40px;
    text-indent: -9999px;
    background: url(../images/cart.png) no-repeat left center;
}
span.separator{
    display: inline-block;
    margin: 4px 7px;
    width: auto;
    height: 19px;
}
span.separator:after{
    content: '|';
}
span.check{
    display: inline-block;
    padding: 5px 0 10px 20px;
    /*padding-left: 20px;*/
    line-height: 20px;
    background: url(../images/brand/check.png) no-repeat left 5px;
    margin-left: 10px;
}

/*********************************************************************/
/* Customer links */
.links{
    display: block;
    float: right;
    height: 60px;
    padding: 0;
}
.links li{
    display: block;
    float: left;
    height: 60px;
}
.links li a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    text-decoration: none;
}
.links li a.orangeball:hover #cartcount{
    color: #666;
}
#carticon{
    position: relative;
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px 0 0 0;
    background: url(../images/cart.png) no-repeat center center #83a47e;
}
#carticon:hover{
    background-color: #666;
}
#cartcount{
    position: absolute;
    top: -5px;
    right: -8px;
    width: 20px;
    height: 23px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #83a47e;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #999;
}

/*********************************************************************/
/* Search form */
#menuwrapper .form-group{
    margin: 0;
    padding-top: 5px;
}
input#search,
input#newsletter{
    border-radius: 0;
    outline: none;
    background: #f8f8f8;
    border: 1px solid #dedede;
}
.input-group-addon{
    background-color: #425575;
    border-color: #425575;
    color: #fff;
    border-radius: 0!important;
    cursor: pointer;
    height: 22px;
}

/*********************************************************************/
/* Main menu */
#menuwrapper{
    display: block;
    height: 32px;
    border: none;
    background: rgb(112,111,111);
}
#mainnav{
    /*margin: 0;*/
    /*padding: 0 10px;*/
}
#mainnav > ul{
    margin: 0;
}
#mainnav > ul > li{
    position: relative;
    float: left;
    display: block;
    border-right: 1px solid #eee;
}
#mainnav a{
    display: block;
    width: auto;
    padding: 6px 20px;
    height: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
}
#mainnav > ul > li:hover > a{
    background: rgba(255,255,255,.3);
}
/* Submenu */
#mainnav > ul > li > ul{
    display: none;
    z-index: 2;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #e8e8e8;
    border: 1px solid #d3d3d3;
    white-space: nowrap;
}
#mainnav > ul > li:hover > ul{
    display: block;
}
#mainnav > ul ul li a{
    color: #333;
}
#mainnav ul ul li:hover a{
    background-color: #e3e3e3;
    color: #83a47e;
}

/*********************************************************************/
/* Category list */
.catlist{
    padding-bottom: 10px;
    /*border-bottom: 5px dashed #83a47e;*/
}
.catlist ul{
    margin: 0;
    background: #83a47e;
}
.catlist li{
    float: left;
}
.catlist a{
    display: block;
    padding: 10px 10px;
    font-weight: normal;
    text-decoration: none;
    color: inherit!important;
}
.catlist > ul > li:hover > a{
    background: rgba(255,255,255,.1);
}
.catlist > ul > li.current > a,
.catlist > ul > li.currentparent > a{
    background: rgba(255,255,255,.5);
}
.catlist ul.children{
    position: absolute;
    z-index: 2;
    background: rgba(249,161,58,1);
    display: none;
}
.catlist ul.children li{
    float: none;
}
.catlist ul li:hover ul.children{
    display: block;
}
.catlist ul li:hover ul.children li:hover a{
    color: #fff;
}

/*********************************************************************/
/* Dashed line */
.dashed-line{
    position: relative;
    z-index: -1;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    margin: -40px auto 0;
    font-family: 'Eveleth-Dot-Regular', sans-serif;
    font-size: 40px;
    color: #83a47e;
}

/*********************************************************************/
/* Breadcrumbs */
#breadcrumbs{
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
#breadcrumbs ul{
    margin: 0 0 10px 0;
}
#breadcrumbs ul li{
    display: inline;
    font-size: .9em;
}
#breadcrumbs ul li a{
    text-decoration: none;

}

/*********************************************************************/
/* toolbar en pagination */
.catalog-category-view .toolbar{
    /*margin-top: -40px;*/
    margin-bottom: 20px;
}
.catalogsearch-result-index .sorter select,
.catalog-category-view .sorter select{
    float: left;
    width: 80%;
}
.catalogsearch-result-index .sorter a.sort-by-switcher,
.catalog-category-view .sorter a.sort-by-switcher{
    float: left;
    margin-left: 10px;
}
.pagination li{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: #b3b3b3;
    line-height: 24px;
    text-align: center;
}
.pagination li a{
    display: block;
    color: #fff!important;
    text-decoration: none;
}
.pagination li.current{
    color: #fff;
    background: #83a47e;
}
.pagination li:not(.current):hover{
    background: #ddd;
}
@media screen and (max-width:767px){
    .catalog-category-view .toolbar{
        margin-top: 15px;
    }
}

/*********************************************************************/
/* Side menu */
#sidemenu, #accountmenu{
    list-style: none!important;
    margin-bottom: 30px;
}
#sidemenu ul{
    margin-left: 0;
    list-style: none!important;
}
#sidemenu > li{
    position: relative;
}
#sidemenu li > a,
#accountmenu li > a,
#accountmenu li.current strong{
    display: block;
    padding: 6px 0 6px 0;
    border-bottom: 1px dashed #e8e8e8;
    text-decoration: none;
}
#sidemenu > li.current > a,
#sidemenu > li > ul.children > li.current > a{
    color: #83a47e;
    font-weight: bold;
}
#sidemenu > li.currentparent > a{
    font-weight: bold;
}
#sidemenu > li > a span{
    margin-right: 10px;
}
#sidemenu ul.children li a{
    padding-left: 15px;
}
#sidemenu ul.children a{
    font-weight: bold;
}

/*********************************************************************/
/* Sidebar widgets */
#sidebar_left h2{
    display: none;
    margin-bottom: 15px;
    font-size: 20px;
    color: #425575;
    /*background: url(../images/icon_promo.png) no-repeat left center;*/
    /*padding-left: 40px;*/
}
#sidebar_left .widget{
    margin-bottom: 30px;
}

/*********************************************************************/
/* Content */
#page{
    padding-bottom: 30px;
}
body.cms-home #content{
    width: 100%;
    padding-top: 10px;
}
body:not(.cms-home) #content,
body:not(.cms-home) #sidebar_right{
    padding-top: 15px;
}
body.catalog-category-view #sidebar_left{
    padding-top: 15px;
}

/*********************************************************************/
/* Homepage */

#banners{
    background: #425575;
}
#banners p{
    margin: 0 !important;
}

#banners .orange,
#banners_mobile .orange{
    background: #425575;
    color: #fff;
    padding: 50px 20px 0;
    text-align: center;
}
#banners h2,
#banners_mobile h2{
    text-transform: uppercase;
}
#banners h2,
#banners_mobile h2,
#banners a,
#banners_mobile a{
    color: #fff;
    font-weight: bold;
}
#banners_mobile .orange{
    width: auto;
    padding: 30px 20px;
}
#homepagelinks ul{
    display: table;
    width: 100%;
}
#homepagelinks li{
    display: table-cell;
    width: 33.33333333%;
    background: #e8e8e8;
}
#homepagelinks a{
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
#homepagelinks li:nth-child(2){
    background: #ccc;
}
#homepagelinks a:after{
    content: '>';
    margin-left: 5px;
}
.usp{
    margin-left: 30px;
}
.usp ul li{
    position: relative;
    list-style: none!important;
    line-height: 20px;
    padding: 0 0 0 20px;
}
.usp ul li:before{
    position: absolute;
    left: 0;
    top: -2px;
    content: '+';
    color: #83a47e;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 5px;
    margin-top: 3px;
}
.cms-home h1,
.cms-home h2{
    font-family: 'Eveleth-Dot-Regular', sans-serif;
    font-size: 1.5em;
    color: #425575;
    margin-top: 20px;
}


/*********************************************************************/
/* Homepage content */
.cms-home #content ul li{
    list-style: square;
}

/*********************************************************************/
/* Homepage category list */
.cms-home .category-products h3.product-name{
    font-family: 'Eveleth-Dot-Regular',cursive;
    font-size: 24px;
    font-weight: normal;
    color: #83a47e;
    padding-top: 10px;
    border: none;
}

/*********************************************************************/
/* category list view */
.category-description{
    margin-bottom: 15px;
}
.category-products .product{
    margin-bottom: 15px;
    padding: 10px;
    transition: all .2s;
    border: 1px solid #eee;
    background: #fff;
}
.category-products .product:hover{
    box-shadow: 5px 5px 12px #898989;
}
.category-products .product a{
    display: block;
    position: relative;
    color: #333!important;
    text-decoration: none !important;
}
.category-products .product a .productbanner{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
}
.category-products .product-image .image-wrapper{
    position: relative;

}
@media screen and (max-width:767px){
    .category-products .product-image .image-wrapper{
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
}
@media screen and (min-width:768px){
    .category-products .product-image .image-wrapper{
        width: 100%;
        height: 270px;
        overflow: hidden;
    }
}
.category-products .product img.img-responsive{
    border: 1px solid #f3f3f3;
}
.category-products .product .product-name{
    font-size: 1.2em;
    margin: 10px 0 0 0;
    line-height: 20px;
    height: 40px;
}

.category-products .price-box{
    padding-top: 5px;
    font-size: 1em;
}
.category-products .configurable-swatch-list{
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.category-products .configurable-swatch-list li{
    list-style: none;
    display: inline;
    zoom: 1;
    padding: 5px 0;
}
.category-products .product .swatch-link{
    position: relative;
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    margin: 0 5px 0 0;
    padding: 2px 5px;
    white-space: nowrap;
}
.category-products .product .swatch-link.has-image img{
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
}
.category-products .short-description{
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.no-products-message{
    color: #83a47e;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}
.catalog-category-view .sorter select{
    width: 80%;
    float: left;
}
.catalog-category-view .sorter a.sort-by-switcher {
    float: left;
    margin-left: 10px;
}
#mobile_subcat_dropdown{
    margin-bottom: 15px;
}
#mobile_subcat_dropdown .dropdown{
    display: block;
    background: #999;
    color: #fff;
    padding: 4px 10px;
    height: 38px;
    line-height: 30px;
    border-radius: 4px;
}
#mobile_subcat_dropdown .dropdown:after{
    position: absolute;
    font-family: 'FontAwesome', sans-serif;
    content: "\f078";
    height: 30px;
    line-height: 30px;
    right: 10px;
}
#mobile_subcat_dropdown .dropdown.show:after{
    content: '\f077';
}
#mobile_subcat_dropdown .dropdown.show + .dropdown-list{
    display: block!important;
}
#mobile_subcat_dropdown .dropdown-list ul{
    border: 1px solid #ccc;
    margin: 0!important;
}
#mobile_subcat_dropdown .dropdown-list li{
    display: block;
    height: 38px;
    line-height: 30px;
    padding: 4px 10px;
    border-bottom: 1px solid #ccc;
}
/*********************************************************************/
/* Single product view */
.product-view h1{
    font-weight: normal;
    /*margin: 0;*/
}
@media screen and (max-width: 320px){ .product-view h1{margin-top: 15px;}}
.product-view .price-box{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
}
.product-view .product-image-thumbs{
    margin-left: 0!important;
    margin-right: 0!important;
}
.product-view .product-thumbs .scroll,
#zoom .scroll{
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #666!important;
    background: url(../images/arrow-up.png) center top no-repeat;
}
.product-view .product-thumbs-mobile .scroll{
    display: inline-block;
    width: 40px;
    height: 40px;
}
.product-view .product-thumbs .scrolldown,
#zoom .scrolldown{
    background: url(../images/arrow-down.png) center bottom no-repeat;
}
.product-view .product-thumbs .scroll.disabled,
#zoom .scroll.disabled {
    opacity: .2;
}
.product-view .product-thumbs .thumbscroller,
#zoom .thumbscroller{
    max-height: 600px;
    overflow: hidden;
}
.product-view .product-thumbs-mobile .thumbscroller{
    width: 100%;
    height: 75px;
    overflow: hidden;
    overflow-x: scroll;
    margin-bottom: 15px;
}
.product-view .product-thumbs-mobile ul{
    width: auto;
    white-space: nowrap;
}
.product-view .product-thumbs ul li,
.product-view .product-thumbs-mobile ul li{
    list-style: none;
    margin: 0;
    height: 75px;
    text-align: center;
}
.product-view .product-thumbs-mobile ul li{
    display: inline-block;
    width: 70px;
    height: 75px;
    margin: 0!important;
}
.product-view .product-thumbs-mobile ul li a.thumb-link{
    position: relative;
    display: block;
}
.product-view .product-thumbs ul li img.img-responsive,
.product-view .product-thumbs-mobile ul li img.img-responsive{
    margin: 0 auto;
}
.product-view .short-description{
    margin-top: 15px;
}
.product-view .description ul{
    margin-left: 17px;
    list-style: square;
}
.product-view .product-img-box{
    max-height: 800px;
    overflow: hidden;
}
.product-view span.zoom{
    position: absolute;
    bottom: 20px;
    right: 25px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 24px;
}
.product-view .swipetip{
    position: absolute;
    display: block;
    padding: 2px 4px;
    bottom: 0;
    right: 10px;
    background: rgba(255,255,255,.8);
    z-index: 3;
}
.product-view .product-img-box ul.img-list{
    display: block;
    width: auto;
    white-space: nowrap;
    margin-left: 0!important;
}
.product-view .product-img-box .img-list li{
    display: inline-block;
    max-width: 100%;
}
.product-view .product-img-box .img-list li a{
    display: block;
    max-width: 100%;
}
.product-view .product-img-box img{
    max-width: 100%;
}
.product-view .colorchoice{
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-view .price-info{
    position: absolute;
    right: 15px;
    top: 0;
    padding: 5px 10px;
    font-size: 2em;
}
.product-view table{
    width: 100%;
}
.product-view table tr{
    border-top: 1px solid #e8e8e8;
}
.product-view tr:first-child{
    border-top: none;
}
.product-view table td{
    padding: 4px 5px 4px 0;
    width: 50%;
}
.product-view td:first-child{
    font-weight: 700;
}

/* Product tabs */
.product-tabs .section-title{
    cursor: pointer;
    line-height: 30px;
    border-bottom: 1px solid #e8e8e8;
    text-transform: uppercase;
}
.product-tabs .section-title a{
    color: #666!important;
    text-decoration: none!important;
}
.product-tabs .section-title:after{
    font-family: "FontAwesome", sans-serif;
    content: '\f078';
    float: right;
    margin-right: 20px;
    color: #666;
}
.product-tabs .section-title.open:after{
    content: '\f077';
}
.product-tabs section{
    display: none;
    background: #f8f8f8;
    padding: 15px 5px;
}
.sharing-links{
    margin-top: 15px;
    list-style: none!important;
}
.sharing-links li{
    display: inline;
    padding: 10px 5px;
}
.sharing-links span{
    font-size: 20px;
    color: #999;
}
.sharing-links li:hover span{
    color: #83a47e;
}
.add-to-cart input.qty{
    display: inline-block;
    width: 40px;
}
.add-to-cart .edit-cart{
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
}
.product-view #product-addtocart-button{
    padding-left: 40px;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/cart.png) no-repeat 5px center #8e0015;
    margin-bottom: 20px;
}
.product-view #product-sample-request{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product-view .thumb-link{
    text-decoration: none;
    color: #666!important;
    font-weight: bold;
}
.catalog-product-view #related{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}
.catalog-product-view #related .product{
    background: #fff;
    padding: 10px;
}
.catalog-product-view #related .product a{
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.catalog-product-view #related .product a img{
    margin: 0 auto;
}
.catalog-product-view #related .product a .product-name{
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 20px;
    height: 40px;
}

/*********************************************************************/
/* Product image zoom */
.zoomed{
    overflow: hidden;
}
#zoom{
    position: fixed;
    display: none;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.zoomed #zoom{
    display: block;
}
#zoom .zoom_main_image{
    width: 90%;
    height: 100%;
}
#zoom .sidebar{
    position: fixed;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    text-align: center;
    border-left: 1px solid #e8e8e8;
    box-shadow: 0 -2px 4px #ccc;
    background: #fff;
}
.zoombutton{
    display: block;
    width: 100%;
    height: 100px;
    color: #000;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
}
.zoombutton.sluiten{
    background: url(../images/zoom-close.png) no-repeat center center #83a47e;
    color: #fff;
}
.zoomin, .zoomout{
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    background: none;
}
.zoombutton.disabled{
    color: #ccc;
}
#zoom .zoom_main_image .img-list{
    display: block;
    width: 100%;
    height: 100%;
}
#zoom .zoom_main_image .img-list li{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 800px;
    background-position: center center;
    transition: all .2s;
}
#zoom .zoom_main_image .img-list li.zoom1{
    background-size: auto 1200px;
}
#zoom .zoom_main_image .img-list li.zoom2{
    background-size: auto 1600px;
}
#zoom .zoom_main_image .img-list li.zoom3{
    background-size: auto 2000px;
}
#zoom .thumbscroller{
    max-height: 400px;
}
#zoom .thumbscroller img{
    margin: 0 auto;

}

/*********************************************************************/
/* Google maps */
.google-maps{
    margin: 0 -15px 15px;
    height: 400px;
}

/*********************************************************************/
/* Cart view */
/*********************************************************************/
/* Cart view */
.cart .cart-content{
    margin-bottom: 10px;
}
.cart .cart-header{
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.cart .cart-body > .row{
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.cart .cart-body > .row:nth-child(2n+1){
    background: #f9f9f9;
}
@media screen and (max-width:767px){
    .cart .cart-content .cart-body .product-name{
        margin-bottom: 15px;
    }
}
.cart-buttons{
    margin-bottom: 10px;
}

.cart h5{
    margin: 5px 0;
}
.cart h5 a{
    color: inherit!important;
}
.cart dl{
    display: block;
    float: left;
}
.cart dl dt,
.cart dl dd{
    display: block;
}
.cart dl dt{
    clear: both;
    width: 150px;
    margin-right: 10px;
}
.cart .btn-checkout{
    background: #83a47e;
    color: #fff;
    border: 1px solid #83a47e;
    outline: none;
}
.cart .btn-remove{
    font-size: 20px;
    color: #999!important;
}

.cart .edit-cart{
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
}
.cart .qty{
    display: inline-block;
    /*width: px;*/
    padding: 5px 5px;
}
.cart option[disabled]{
    color: #ddd;
    text-decoration: line-through;
}
.cart .btn-update{
    display: none;
}
.cart .discount,
.cart .cart-usp,
.cart .cart-totals{
    border: 1px solid #d8d8d8;
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 10px;
}
.cart .cart-totals{
    padding: 10px 5px 10px 10px;
    min-height: 220px;
}
@media screen and (min-width: 992px){
    .cart .cart-usp{
        height: 220px;
        overflow: hidden
    }
}
.cart .cart-totals table{
    width: 100%;
}
.cart .cart-totals td{
    padding: 4px 10px;
}
.cart .cart-totals td:first-child{
    width: 70%;
}
.cart .cart-totals td.a-right{
    text-align: right;
}
.cart .cart-totals .buttons{
    position: absolute;
    right: 25px;
    bottom: 20px;
}
.cart .cart-totals ul.checkout-types{
    list-style: none!important;
}

/*********************************************************************/
/* Modal borduren/bedrukken */
#borduren-modal .form-group{
    position: relative;
}
label.error{
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 6px #333;
    white-space: nowrap;
    /*max-width: 200px;*/
    padding: 5px 10px;
}

/*********************************************************************/
/* One page checkout */
#page #content .amscheckout ul{
    margin: 0;
    list-style: none;
}
.amscheckout .area-header{
    margin-bottom: 15px;
}

.opc p.required{
    margin-bottom: 1em;
}
.validation-advice{
    font-size: .8em;
    color: red;
}

/* Right sidebar progress */
.opc-block-progress dt{
    padding: 5px 0;
    border-top: 1px solid #e8e8e8;
}
.opc-block-progress dt.complete,
.opc-block-progress dt.complete a,
.opc-block-progress dd.complete{
    color: #ccc;
}


.opc .step-title{
    padding: 10px;
    border-top: 1px solid #d8d8d8;
    background: #f3f3f3;
}
.opc .step-title span.number{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #83a47e;
    color: #fff;
    text-align: center;
}
.opc .step-title h2{
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
}
.opc .step-title a{
    display: inline-block;
    line-height: 30px;
    float: right;
    text-decoration: none;
}
.opc .section.active .step-title a{ display: none; }
.opc .step{
    padding: 10px;
}



/*********************************************************************/
/* profiel pagina */
.my-account h3{
    margin-top: 30px;
    margin-bottom: 0;
}
.my-account .box-title{
    margin-bottom: 30px;
}
.my-account .box-title a{
    text-transform: uppercase;
}
.my-account .box-account > .row{
    border-bottom: 1px solid #d8d8d8;
}
.my-account address{
    margin: 0;
    font-style: italic;
}

/*********************************************************************/
/* Footer */
footer{
    padding: 30px 0;
    background: rgb(112,111,111);
    color: #ccc;
}
footer .widget{

}
footer a{ color: #eee;}
footer li a:before{
    font-family: 'FontAwesome', sans-serif;
    font-size: 10px;
    content: '\f054';
    margin-right: 10px;
}
footer #social a span{
    font-size: 32px;
    margin: 0 15px 0 0;
    color: #999;
}
#copyright{
    background: #425575;
    color: #fff;
    font-size: 12px;
    padding: 7px 0;
}
#copyright a{
    color: #fff;
}


/*********************************************************************/
/* Contact form */
/*#contact-us{
    position: fixed;
    z-index: 100;
    top: 200px;
    right: 0;
    width: 40px;
    height: auto;
}
#contact-us a{
    display: block;
    margin-bottom: 7px;
    width: auto;
    height: 40px;
    text-decoration: none;
    overflow: hidden;
    outline: none;
}
#contact-us a span{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    background: #666;
}
#contact-us a:hover span{
    background: #83a47e;
}*/

#contact-us{
    position: fixed;
    z-index: 100;
    top: 50%;
    right: -182px;
    width: 180px;
    height: 180px;
    margin-top: -150px;
    background: #e8e8e8;
    transition: all .5s;
    box-shadow: -5px 2px 6px #898989;
}
#contact-us.view{
    right: -2px;
}
#contact-us .title{
    position: absolute;
    left: -110px;
    top: 70px;
    background: #83a47e;
    color: #fff;
    text-transform: uppercase;
    width: 180px;
    height: 39px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 1.2em;
    font-weight: bold;
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    border-top: 1px solid #666;
    box-shadow: 2px 1px 6px #898989;
}
#contact-us .title span{
    position: absolute;
    display: block;
    right: 10px;
    top: 8px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    color: #666;
    background: #83a47e;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 10px;
}
#contact-us.view .title span.fa-chevron-down{
    display: none;
}
#contact-us.view .title span.fa-chevron-up{
    line-height: 17px;
}
#contact-us .entry{
    font-weight: bold;
    color: #666!important;
    height: 59px;
    line-height: 60px;
    border-top: 1px solid #d8d8d8;
}
#contact-us .entry:first-child{
    border-top: none;
}
#contact-us .entry a{
    font-size: 14px;
    color: inherit;
    text-decoration: none;
}
#contact-us .entry span{
    font-size: 16px;
    margin-right: 10px;
}
#contact-us .entry.social span{
    font-size: 20px;
}
#contact-us .entry a:hover{
    color: #83a47e;
}

#ajax_loader{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 11px;
    margin: 0 0 0 -8px;
    background: url(../images/amasty/amscheckout/processing-small.gif) no-repeat;
}


/*

#sawear_contact_form_wrapper.view span.fa-chevron-down{
    display: none;
}
#sawear_contact_form_wrapper form {
    */
/*margin-top: 20px;*//*

    background: #f3f3f3;
    padding: 30px 15px 15px;
    border-radius: 0 0 0 10px;
}
#sawear_contact_form_wrapper .form-group{
    margin-bottom: 5px;
}

#sawear_contact_form_wrapper form .validation-advice{ display: none !important; }
*/

/*
Orange: #83a47e
*/