* ::-moz-selection {
    color: #fff;
    background: #87A938
}

* ::selection {
    color: #fff;
    background: #87A938
}

body {
    font-family: "Roboto", sans-serif !important;
    background: #EDF0E9 !important;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25)
}

#wrapper {
    padding: 0;
}

a {
    color: #87A938
}

a:hover {
    color: #b6d176
}

small, .small {
    font-size: 75%;
}

#mainnav {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #87A938
}

#header .form.search {
    margin: 0;
}

body.fixed-header #header #mainnav.fadeIn {
    background: #87A938 !important;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.dropdown-menu {
    z-index: 10000;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #87A938
}

.dropdown-menu>li>a {
    padding: 8px 14px;
    font-size: 14px;
}

#jumptotop {
    color: #87A938
}

.btn {
    padding: 8px 14px;
    font-size: 14px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
}

.btn-primary,
.btn-info {
    background-color: #FDB046 !important;
    border-color: #db8002 !important
}

.btn-primary:hover,
.btn-info:hover {
    background-color: #fc9a14 !important
}

body.cl-thankyou ol.checkoutSteps,
body.is-checkout ol.checkoutSteps {
    border-top: 3px solid #87A938
}

body.cl-thankyou ol.checkoutSteps li .num,
body.is-checkout ol.checkoutSteps li .num {
    padding-top: 3px;
    background-color: #EDF0E9
}

body.cl-thankyou ol.checkoutSteps li.passed .num,
body.cl-thankyou ol.checkoutSteps li.activeLast .num,
body.is-checkout ol.checkoutSteps li.passed .num,
body.is-checkout ol.checkoutSteps li.activeLast .num  {
    background-color: #87A938
}

body.cl-thankyou ol.checkoutSteps li.active .num,
body.is-checkout ol.checkoutSteps li.active .num {
    background-color: #FDB046
}

#header .header-box {
    padding: 20px 0 !important
}

#header .header-box .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#header .action-col .btn {
    width: 100%;
}

@media (min-width: 992px) {
    .header-box .row .col-md-4 {
        width: 50%
    }
    .header-box .row .col-md-push-4 {
        left: 0
    }
    .header-box .row .col-md-pull-4 {
        width: 50%;
        right: 0
    }
}

#incVatInfo {
    display: none !important
}

.legal {
    font-size: .825em;
    text-align: center;
    color: #fff;
    background: #87A938
}

.legal p {
    margin: 0
}

.serviceinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #f8f8f8;
    color: #888;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.serviceinfo p {
    margin: 0;
    padding-right: 30px
}

.serviceinfo p:last-child {
    padding-right: 0
}

.serviceinfo p i {
    margin-right: 8px;
    color: #87A938
}

#footer {
    padding: 30px 0 0;
    background: #f8f8f8;
    border: none
}

#detailsItemsPager,
.weight,
.detailsInfo .small.text-muted,
.pricePerUnit {
    display: none
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #87A938;
    border-color: #87A938
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #87A938;
    background: #EDF0E9;
    border-color: #87A938
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 8px 14px;
    font-size: 14px
}

.refineParams .pagination {
    margin: 0 0 50px
}

#downloads ul {
    list-style: none
}

@media (max-width: 995px) {
    .serviceinfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.logo-col {
    position: relative
}

.logo-col img {
    width: 86px !important;
    max-width: initial !important;
    height: 78px !important;
    max-height: initial !important
}

.logo-col a {
    font-size: 27px;
    font-weight: 900;
}

.breadcrumb {
    margin: 0 0 50px
}

.breadcrumb li,
.breadcrumb a,
.breadcrumb .active a {
    color: #949690
}

.breadcrumb li:hover,
.breadcrumb a:hover,
.breadcrumb .active a:hover {
    color: #87A938
}

.breadcrumb a {
    text-decoration: underline
}

.breadcrumb li:before {
    content: "–" !important
}

.breadcrumb li:first-child:hover {
    color: #949690
}

.breadcrumb li:first-child:before,
.breadcrumb li:nth-child(2):before {
    display: none
}

.breadcrumb li:nth-child(2) {
    padding: 0 0 0 5px
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px !important;
        color: #fff !important;
        font-weight: 700 !important
    }
}

.form-control {
    border-radius: 4px 0 0 4px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    height: 38px;
}

.form-control:focus {
    border: 1px solid #87A938
}

.boxwrapper .list-container .infogridView .productBox .picture a {
    display: block;
    vertical-align: top;
}

h1:nth-child(2){
    font-size:3em;
}
span{
    display:inline-block;
    vertical-align:middle;
}

.article-slider .title {
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    text-overflow: ellipsis;
    padding: 17px 0 5px;
}

.article-slider .price-block {
    color: #87A938;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}

.no-border {
    border: none;
}

.listDetails .title a span {
    font-size: 16px;
}

.page-header.no-bottom-space {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-header .categoryDescription {
    font-size: 23px;
}

body.cl-details .detailsInfo>.row {
    border-bottom: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #87a938;
    border-color: #87a938;
}

#mainnav .navbar-collapse.navbar-ex1-collapse.collapse.in ul li {
    border-bottom: none;
}

.navbar-toggle {
    border-color: #fff;
    border-width: 2px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse {
    position: relative !important;
    z-index: 1000;
    background-color: #87a938;
    width: 100%;
    margin: 0 auto;
}


.divider{
    color:#87A938;
    width:100%;
    text-align:center;
    font-weight: bold;
    margin: 20px 0;
}


.start-image-element-group {
    height: 54rem;
    margin-top: 3rem;
}

.start-image-element:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}

.start-image-element-group .start-image-element {
    height: 26rem;
    position: relative;
    overflow: hidden;
}

.start-image-element-group .start-image-element .btn {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
}

@media (min-width: 768px) {

    .divider{
        overflow:hidden;
        line-height:1.2em;
    }

    .divider:before, .divider:after {
        content: "";
        vertical-align: middle;
        display: inline-block;
        width: 38%;
        border-bottom: 2px dashed #87A938;
        margin: 0 2% 0 -55%;
    }

    .divider:after{
        margin:0 -55% 0 2%;
    }

    .desktop-hidden {
        display: none;
    }

    .mobile-hidden {
        display: block;
    }
}

@media (min-width: 100px) and (max-width: 767px) {
    body {
        padding: 0;
    }

    .mobile-hidden {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

    .search-col, .action-col {
        margin-top: 3rem;
    }

    .action-col:last-child {
        text-align: right;
    }


    #header .header-box .header-row.row {
        display: block;
    }

    .navbar-header {
        padding: 10px;
    }

    #mainnav {
        width: 100%;
        position: relative;
    }

    #mainnav .container-fluid {
        width: 100%;
    }

    .navbar-default .navbar-collapse .navbar-nav li>a, .navbar-default .navbar-collapse .navbar-nav li.dropdown  ul li>a {
        color: #ffffff;
    }

    .navbar-default .navbar-collapse .navbar-nav li.active>a {
        color: #FC6621;
    }

    .start-image-element-group {
        height: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .start-image-element-group .start-image-element {
        text-align: center;
        height: auto;
        position: relative;
        overflow: visible;
    }

    .start-image-element-group .start-image-element .btn {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 2rem;
    }
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.well.well-sm.cart-buttons {
    background: transparent;
    border: none;
    box-shadow: none;
}

#basket_table thead th {
    padding: 15px;
    text-align: left;
    font-size: 15px;
}

#basket_table tbody .basketImage {
    padding-right: 2rem;
}
body.cl-basket table#basket_table .unitPrice, body.cl-basket table#basket_table .vatPercent, body.cl-basket table#basket_table .totalPrice, table#basket_table .amount {
    text-align: center;
}

#basket_table tbody td.text-center {
    text-align: center;
}

#basket_table tbody td {
    padding: 2rem;
    text-align: left;
}

#basket_table tbody .checkactive  {
    padding: 2rem;
}

#basket_table tbody input[type="checkbox"]  {
    position: relative;
}

#basket_table tfoot td {
    padding: 2rem 1rem;
}

.btn.btn-primary .badge {
    position: relative;
    top: 0px;
    left: 6px;
    color: #fdb046;
    border-radius: 20px;
    padding: 4px 8px;
    letter-spacing: -2px;
}

#basketUpdate {
    width: 100%;
}

.cms-content-page section {
    padding: 1.5rem 2rem 1.5rem 2rem;
}

.star-ratings{margin-top:5px;margin-bottom:20px}

.star-ratings .fa-star,body.cl-details .star-ratings .fa-star-half-o{font-size:22px}

.star-ratings .rating-star-filled{color:#F60}

.star-ratings .rating-star-empty{color:#C7C7C7}