
.btn-orange{
    background: #f7901e none repeat scroll 0 0;
    color: #ffffff !important;
    border: none !important;
}


.btn-orange:hover {
    background-color: #878787;
}

.btn-wrapper .btn{
    margin-bottom: 10px;
}
.btn-saw{
    background-image: url(../images/saw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
	padding-right: 90px;
	margin-left: 20px;
}   
@media (max-width: 991px) {
    .btn-saw{
        margin: 0;
    }
}



/* Category header */
.category-header .category {
    margin-bottom: 0;
}

/* Category page */

.category-products.product-tiles .product {
    margin: auto;
    max-width: 350px;
}

.category-products.product-list .product .category {
    margin-bottom: 0;
}

.category-products.product-list .product h3 {
    margin-top: 0;
}

/* Category toolbar */

.category-toolbar .dropdown {
    display: block !important;
    float: left;
}

.category-toolbar label {
    display: block;
    float: left;
    padding: 5px 10px;
    border: 1px solid transparent;
    line-height: 18px;
    white-space: nowrap;
}

.category-toolbar .sorting {
    float: left;
}

.category-toolbar .paginator {
    float: right;
}

@media (max-width: 991px) {
    .category-toolbar .sorting {
        margin-bottom: 2px;
    }

    .category-toolbar .paginator {
        float: left !important;
    }
}

.category-toolbar .paginator .pagination {
    margin: 0;
    border-radius: 0 !important;
}

.category-toolbar .paginator .pagination .active span {
    border-color: #F39200;
    background: #F39200;
}

.category-toolbar .paginator .pagination a,
.category-toolbar .paginator .pagination span {
    border-radius: 0 !important;
    line-height: 18px;
}

.toolbar-container > * {
    margin-right: 2px;
}

.toolbar-container > *:last-child {
    margin-right: 0;
}

/* Generic product tile */

.product-tiles .product {
    padding-right: 0px;
    box-shadow: 20px 0 100px -90px rgba(0, 0, 0, 1);
}

.product-tiles .product .image {
    padding: 20px;
    background: rgb(248, 248, 248);
}

.product-tiles .product .image img {
    display: block;
    min-width: 100%;
}

.product-tiles .product .text {
    padding: 10px 15px;
}

.product-tiles .product .text,
.product-tiles .product .text * {
    line-height: 28px;
}

.product-tiles .product .text h3,
.product-tiles .product .text h2,
.product-tiles .product .text span{
    margin: 0;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    display: block;
}

.product-tiles .product .text span:hover {
    display: block;
    text-overflow: unset;
    white-space: unset;
}

.product-tiles .product .text p,
.product-tiles .product .text ul,
.product-tiles .product .text li {
    margin: 0;
    padding: 0;
}

.product-tiles .product .text ul {
    padding-left: 10px;
    list-style: none;
}

.product-tiles .product .text li {
    padding-left: 15px;
}

.product-tiles .product .text li::before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -15px;
    top: -1px;
    color: #f7921e;
    font-size: 30px;
}

.product-tiles .product .link {
    border: 0px solid #a7a7a6;
    border-width: 1px 0;
    margin: 0 15px;
    line-height: 33px;
}

.product-tiles .product .link a {
    color: #f7921e;
    font-weight: bold;
}

/* Generic product slider */

.product-slider .visible-xs .product {
    margin: auto;
    width: 290px;
}

.product-slider .carousel-control span {
    top: 35%;
}

.product-slider .carousel-inner .item {
    padding-right: 15px;
}

/* Generic product slider - related products specific stuff */

.product-slider.related .product .text {
    min-height: 84px;
}

/* Generic product slider - recent products specific stuff */

.product-slider.recent .product .image {
    padding: 10px;
}

/* Product detail styling */

.product-detail {
    margin-top: 20px;
}

.product-detail .text ul {
    padding-left: 10px;
    list-style: none;
}

.product-detail .text li {
    padding-left: 15px;
}

.product-detail .text li::before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -15px;
    top: -12px;
    color: #f7921e;
    font-size: 30px;
}

.product-detail .category {
    margin-bottom: 0;
}

.product-detail .price-container {
    margin: 20px 0 0;
}

.product-detail .price-info {
    clear: both;
    border: 1px solid #878787;
    padding: 5px 15px;
    float: left;
    font-size: 1.3em;
}

.product-detail .price-info .price-box {
    display: inline-block;
}

.product-detail .price-info .price-box .price {
    font-weight: bold;
}

.product-detail .price-info.no-border{
    border: none;
    padding: 5px 0;
    margin: 15px 0;
}

.product-detail .price-info.no-border .price-box .price {
    font-weight: normal;
    color: #000000;
}

/* Product variations */

.product-detail .variation {
    display: block;
    border: 1px solid transparent;
    padding: 5px;
    margin-bottom: 5px;
}

.product-detail .variation:hover {
    border-color: #ccc;
    text-shadow: none;
}

/* Product tabs */

.product-tabs .nav {
    margin-bottom: 10px;
}

.product-tabs .nav li {
    margin: 0 5px 5px 0;
}

.product-tabs .nav li a {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: #878787;
    border-radius: 0;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}

.product-tabs .nav li a:hover,
.product-tabs .nav li.active a {
    background: #F7901E;
}

@media (max-width: 767px) {
    .product-tabs .nav li {
        width: 100%;
    }
}

/* Product buttons */

.product-detail .block.buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-parents {
    text-align: right;
}

@media (max-width: 1200px) {
    .product-parents .col:first-child {
        margin-bottom: 4px;
    }
}

@media (min-width: 1201px) {
    .product-parents .col:first-child {
        padding-left: 15px !important;
        padding-right: 2px;
    }

    .product-parents .col:last-child {
        padding-left: 2px;
        padding-right: 15px !important;
    }
}

.product-detail .product-parents .btn {
    min-width: 40%;
    padding: 10px 20px;
    border: none;
    background: #878787;
    color: white;
    font-weight: bold;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.product-parents .btn:hover {
    background: #F7901E;
}

/* Product media */

.product-media {
    padding-top: 40px;
    background: radial-gradient(farthest-side at right top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 70px -40px 50px -100px rgba(0, 0, 0, 0.5);
}

.product-media .row {
    position: relative;
}

.product-media .image {
    padding-bottom: 40px;
}

.product-media .image img {
    margin: 0 auto;
}

.product-media .image .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: radial-gradient(farthest-side at right top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%)
}

/* thumbs scroller */

.product-media .thumbs-container {
    position: absolute;
    height: 100%;
}

.product-media .thumbs {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.product-media .thumbs .thumb {
    display: block;
    height: 140px;
    margin-bottom: 25px;
}

.product-media .thumbs .thumb:last-child {
    margin-bottom: 0;
}

.product-media .thumbs .thumb img {
    display: block;
    margin: 0 auto;
}

.product-media .thumbs .thumbs-inner {
    position: absolute;
    height: 100%;
    height: calc(100% - 70px);
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
}

.product-media .thumbs .thumbs-control {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.product-media .thumbs .thumbs-control.up {
    top: 0;
}

.product-media .thumbs .thumbs-control.down {
    bottom: 15px;
}

/* Slider */

.ui-slider .ui-slider-range {
    background-image: linear-gradient(to bottom, #f7921e, #f19001);
    transition: none;
}

.navigation-products-mobile .submenu{
    display: none;
}

.navigation-products-mobile ul{
    list-style-type: none;
    padding: 10px 36px;
}

.navigation-products-mobile .submenuLink,
.navigation-products-mobile .linkClickable{
    padding: 10px 0;
    display: block;
}

.navigation-products-mobile .submenuLink i {
    transform: rotate(-90deg);
}

.navigation-products-mobile .submenuLink i.active{
    transform: rotate(0deg);
}

.navigation-products-mobile .collection-item a{
    padding: 10px 0;
    display: block;
}

/* logo container */

.logo-wrapper{
    margin-top: 25px;
    margin-bottom: 25px;
}

.logo-wrapper .logo-container{
    /*border: 1px solid #c2c2c2;*/
    margin: 0 auto;
    text-align: center;
    width: 100px;
    height: 100px;
    float: left;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.logo-wrapper .logo-container img{
    max-height: 100%;
    margin: 0 auto;
}

.text-uppercase{
    text-transform: uppercase;
}

.text-bold{
    font-weight: bold;
}

main.container{
    position: relative;
}

.social-icons-container{
    position: absolute;
    bottom: 2px;
    left: 50px; /* wrapper 15px */
    height: 22px;
    margin: 0 0 5px 0;
}

.social-icons-container .social-icon{
    width: 10px;
    height: 10px;
    margin: 0 8px;
    float: left;
    display: block;
}

.amount-small{
    font-size: 10px;
}

@media (max-width: 767px) {
    .social-icons-container{
        position: static;
    }

    .block.category-header{
        margin-top: 15px;
    }
}

/*PRODUCT TABS*/

.tab-content{
    background-color: #f9f9f9;
}

.tab-img-Dessins{
    background-image: url("../images/icon5_off.png");
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 35%;
}

.tab-img-Specificaties{
    background-image: url("../images/specificatie-gray.png");
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 45%;
}

.tab-img-Afmetingen{
 background-image: url("../images/icon1_off.png");
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 35%;}
.tab-img-Kenmerken{
    background-image: url("../images/icon2_off.png");
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 35%;
}
.tab-img-Tips{
    background-image: url("../images/icon3_off.png");
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 35%;
}
.tab-img-Rekenhulp{
    background-image: url("../images/icon4_off.png");
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 35%;
}
.tab-img-Calculator{
    background-image: url("../images/icon4_off.png");
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 35%;
}
.nav.nav-pills{
    margin-bottom: 0;
}
.nav.nav-pills li{
    margin-bottom: 0;
    margin-right: 0;
    width: 20%;
    text-align: center;
}
.nav.nav-pills li a{
    background: #ffffff;
    color: #666666;
}
.nav.nav-pills li.active a{
    background: #f9f9f9;
    color: #666666;
}
.nav.nav-pills li a:hover {
    background: #f9f9f9;
    color: #666666;
}

@media (max-width: 768px) {
    .product-tabs .nav li a{
        padding: 0;
    }
}

@media (max-width: 425px) {

    .tab-img-Dessins{
        background-size: 35%;
        height: 60px;
    }
    .tab-img-Specificaties{
        background-size: 35%;
        height: 60px;
    }
    .tab-img-Afmetingen{
        background-size: 35%;
        height: 60px;
    }
    .tab-img-Kenmerken{
        background-size: 35%;
        height: 60px;

    }
    .tab-img-Tips{
        background-size: 35%;
        height: 60px;

    }
    .tab-img-Rekenhulp{
        background-size: 35%;
        height: 60px;

    }
    .tab-img-Calculator{
        background-size: 35%;
        height: 60px;

    }
    .tab-name{
        display: none;
    }

    .nav-pills .tab-content .tab-pane{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .text.tab-pane{
        padding: 15px;
    }

}

@media (max-width: 1200px ) {
    .tab-name {
        font-size: 12px;
    }
    .nav.nav-pills li{
       width: 25%;
    }
    .product-tabs .nav li a{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.text.tab-pane{
    padding: 15px;
}


.nav.nav-pills li.active a .tab-img-Afmetingen {
    background-image: url("../images/icon1.png");
    z-index:2;
    position:relative;
}
.nav.nav-pills li.active a .tab-img-Kenmerken{
    background-image: url("../images/icon2.png");
    z-index:2;
    position:relative;
}
.nav.nav-pills li.active a .tab-img-Tips{
    background-image: url("../images/icon3.png");
    z-index:2;
    position:relative;
}
.nav.nav-pills li.active a .tab-img-Rekenhulp{
    background-image: url("../images/icon4.png");
    z-index:2;
    position:relative;
}
.nav.nav-pills li.active a .tab-img-Calculator{
    background-image: url("../images/icon4.png");
    z-index:2;
    position:relative;
}

.nav.nav-pills li.active a .tab-img-Dessins{
    background-image: url("../images/icon5.png");
    z-index:2;
    position:relative;
}
.nav.nav-pills li.active a .tab-img-Specificaties{
    background-image: url("../images/specificatie.png");
    z-index:2;
    position:relative;
}


.nav.nav-pills li a:hover .tab-img-Afmetingen {
    background-image: url("../images/icon1.png");
}
.nav.nav-pills li a:hover .tab-img-Kenmerken{
    background-image: url("../images/icon2.png");
}
.nav.nav-pills li a:hover .tab-img-Tips{
    background-image: url("../images/icon3.png");
}
.nav.nav-pills li a:hover .tab-img-Rekenhulp{
    background-image: url("../images/icon4.png");
}
.nav.nav-pills li a:hover .tab-img-Calculator{
    background-image: url("../images/icon4.png");
}

.nav.nav-pills li a:hover .tab-img-Dessins{
    background-image: url("../images/icon5.png");
}
.nav.nav-pills li a:hover .tab-img-Specificaties{
    background-image: url("../images/specificatie.png");
}

#product-attribute-specs-table tr th{
    color: #666666 !important;
    font-weight: 600;
    font-size: 14px;
    display: block !important;
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
}

#product-attribute-specs-table tr.even{
    background-color: #e8e7e7;
}

#product-attribute-specs-table tr td{
    padding-top: 7px;
    padding-bottom: 10px;
}

.tab-name{
    position: relative;
    z-index: 2;
}
.product-tabs .nav li a{
    text-transform: none;
}
/*Flip */
/*****************************/
.tabs-style-flip  a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #878787;
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
    transform: perspective(900px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
}

.tabs-style-flip li.active a::after {
    background-color: #f9f9f9;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
    transform: perspective(900px) rotate3d(1,0,0,0deg);
}

.product-tiles .product .text h2:hover{
    white-space:normal !important;
}


.block-content ul li a{
	color:#f19001;
}

.block-content{
	float:left;
}

/*--------------------
 * -> Cando Start - product detail page
 * ----------------------------------------*/

.cando-start-wrapper {
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 30px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.cando-start-wrapper .start-image img {
    margin: 10px 0;
}

@media(min-width: 768px) {
    .cando-start-wrapper .start-desc {
        padding-left: 0;
    }
}

.cando-start-wrapper .start-desc h4 {
    color: #f19001;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
}

.cando-start-wrapper .start-desc p {
    color: #aaa;
    font-size: 14px;
    line-height: 16px;
}

body.catalog-category-view .category-products .product .image {
    position: relative;
}
body.catalog-category-view .category-products .product .image .logo-container {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
}

.block.panel.panel-collection-menu > .panel-body .panel-group .block-subtitle {
    font-size: 18px;
    color: #000;
}

.block.panel.panel-collection-menu > .panel-body .panel-group .currently ol {
    padding-left: 0;
    list-style: none;
}

.block.panel.panel-collection-menu > .panel-body .panel-group .currently ol .label {
    color: #000;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

.block.panel.panel-collection-menu > .panel-body .panel-group .currently ol .btn-remove {
    float: right;
    width: 100%;
    text-transform: lowercase;
    margin-bottom: 20px;
}