/* NAVIGATION */
.navigation .level0 > .level-top {
    color: #fff;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    color: #fff;
}

.navigation .level1 .submenu .active > a {
    color: #000;
}

.navigation .level0 .submenu .active > a {
    color: #000;
}

.logo {
    margin: -8px auto 10px 0;
}

@media only screen and (max-width: 767px) {
    .nav-sections .header.links a, .nav-sections .header.links a:hover {
    color: #000;
    }
    .ui-menu-item.all-category {
        display: none;
    }

    .nav-sections-item-title.active {
        background: #ff7000;
        border-bottom: 0;
    }

    .nav-sections {
        background: #fff;
    }
    .navigation .level0 > .level-top {
        color: #000;
    }
    .navigation {
        background: #fff;
    }

    .abs-sidebar-totals .grand .mark, .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark {
        font-size: 1.5rem;
    }

    .logo {
        margin: -8px auto 10px 80px;
    }

    .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        color: #000;
    }

    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        color: #000;
    }
}

@media only screen and (max-width: 820px) {
    .accordion li > a {
        padding: 5px 0 !important;        
    }
    .accordion-style1 li a {
        line-height: 0.9em !important;
    }
    .accordion {
        padding: 0;    
        margin: 0;
    }
    .abs-block-widget-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong {
        font-size: 16px;
    }
    .block.block-categories {
        display: none;
    }
}

/* LINKS */

a, .alink {
    color: #ff7000;
}

a:hover, .alink:hover {
    color: #000;
}

/* MOBILE nav section */
.nav-sections-item-switch {
    color: #fff;
    font-weight: bold;
}

/* BUTTONS */
.action.primary, .action-primary {
    background: #7dc246;
    border-color: #8ba675;
}

/* Contact Form on Contacts page */
#contact-form {
box-sizing: border-box;
margin-left: auto !important;
margin-right: auto !important;
max-width: 1280px;
}

.minimal-price-link {
    display: none !important;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
}

.row::after {
    clear: both;
}

.column.main::after {
    clear: both;
}

.qty {
    width: 100px !important;    
    margin-right: 10px;
}

.actions-primary .qty {
    float: left;
}

.minus {
    display: none;
}

.plus {
    display: none;
}

.product-item .tocart {
    padding-bottom: 12px;
    padding-top: 12px; 
}

/* SIDEBAR RIGHT */
.feature-box.feature-box-bg {
    padding: 26px;
    background: #f1f1f1;    
}

.icon-circle {
    text-align: center;
}

.block .block-content, .sidebar .block .block-content {
    color: #777;
    padding-right: 10px;
}

/* Vertical Navi left */
.header-section .form-search, .block .block-title {
    background-image: none;
    height: auto;
    overflow: visible;
    text-indent: inherit;
}
.block-title.title-highlighter, .col-main .block-title.title-highlighter {
    background: #ff7000;
    color: #fff;
    padding: 14px 16px !important;
    margin-bottom: 0;
}
.block .block-title {
    font-weight: 600;
    position: relative;
    border: none;
}

.block.block-categories .block-content {
    border: 1px solid #e1e1e1 !important;
    margin-top: -1px;
    padding: 0 5px !important;
}
.vertnav {
    width: 100%;
}

.accordion {
    padding: 0;
        padding-left: 0px;
    margin: 0;
    list-style-type: none;
}

.accordion-style1 li a {
    border-bottom-color: #eee;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    line-height: 1.5em;
    text-indent: 8px;
}
.accordion-style1 li a {
    padding: 5px 10px;
}
.accordion li a {
    display: block;
    padding: 15px 10px;
    font-size: 1em;
    line-height: 1.2857em;
}
.accordion-style1 li a {
    line-height: 1.389em !important;
}
.accordion li > a {
    padding: 10px 0 !important;
    text-indent: 0 !important;
    color: #777;
}

.mt-30 {
    margin-top: 30px;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
    list-style-type: none;
}

/* Homepage */
.row .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 30%;
}

.row {
    margin: 40px -15px 0 -15px;
}

.row::after {
    clear: both;
}

.entry-detail-wrap::after {
    clear: both;
}

.sidebar-main {
    padding-right: 1%;
}


/* Uitleg pagina Youtube video */
.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text_line {
    clear: both;
}

.section-title {
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    margin: 0 0 5px;
}

.section-title .title, .page-title h1 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0 0 23px;
    position: relative;
}

.text-center {
    text-align: center;
}

@media only screen and (min-width: 800px) {

    .qty {
        height: 132px;
    }
}

h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-info-price .price-box .price-container .price {
    font-size: 21px;
    line-height: 21px;
}

.product-info-main .product-info-stock-sku {
    display: block;
    float: none;
}

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

.product-info-main .product-info-price {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.product-info-main .product-add-form {
    padding-top:  10px;
}

.product-social-links {
    margin: -20px 0 0 0;
}

#product_tabs_downloads_contents > a {
    line-height: 55px;
}

.footer.content ul {
    padding-right: 0px;
}

.page-footer li {
    line-height: 28px;
}

.footer.content .block {
    float: none;
}

.footer.content .links > li {
    background: #f4f4f4;
    font-size: 1.4rem;
    border-top: 1px solid #cecece;
    margin: 0px;
    padding: 0px;
}

.footer.content .links a {
    display: inline;
}


.page-products .sorter {
    display: none;
}

.products.wrapper ~ .toolbar .limiter {
    display: none;
}

.minicart-items .product-item-name {
    font-size:  14px !important;
}

.button-remove {
    display: none;
}

.box-tocart .field.qty {
    float: left;
}

.samples-step-title {
  background-color: #FF7000;
}

.fieldset > .field {
  max-width: 358px;
}

fieldset.field.col-mp {
  padding: 0 4px !important;
}