/*EVO*/
/* move OK button on cookie message, 1 line */
.cc-banner .cc-message {
    flex: none !important;
    max-width: 50% !important;
}

.additional_links li:nth-last-of-type(1) {
    background-color: #228B22;
}

a.account-btn.btn-outlined-invert.logged-out::before {
    font-size: 15px;
    content: "My Account";
    color: white;
    top:-24px;
    position:relative;
}
.toolbar .cart-btn>.btn i {display:inline-block;}
.cart-dropdown .arrow_box .header.group {
    background: #017842;
    color: #ffffff;
}
.dropdown-trigger.open+.dropdown-items li a {
    color: green !important;
}
.fa-shopping-bag:before {
height: 1em;
padding-left: 1em;
content: '' !important;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://eu.evocdn.io/dealer/1185/content/media/My_Theme/1546476.svg);
    font-size: 30px;
margin-top: 5px;
}
.cart-dropdown .arrow_box .header.group {
    display: flex;
    align-items: center;
}

.cart-dropdown span.minicart_count {
    margin-right: 5px;
}

.cart-dropdown .header .btn {
    position: absolute;
    right: 5px;
}
/*EVO*/
.form-control.searchlist_hd.ajax-search-control {
    font-size: 0px;
}

/*.headersection-1 {
    width: 100%;
    background: #a5d27f;
}*/

.shop-filters .filter-title {
    background-color: #017842;
    color:#fff;
}

.toolbar .cart-btn>.btn {
    background: #017842;
}
.classlinks a.btn-outlined-invert {
   
    color: white !important;
}
.header-full .logo img {
/* Change this for desktop */
    max-width: 150px !important;
    height: auto !important;
    max-height: none !important;
}

.headertext p {
    color: #017842;
}
/* This is needed for Google Feeds to work */
.price-label.has-price::after, .price > .has-price::after, .price.has-price::after {
content: ' excl VAT';
font-size: 14px;
}

/* Add text to header icons - Added by EvoX */

.shoppingtools_container.col-md-2 .account-btn span>span.welcome-message, .toolbar .logged-out .arrow-your-account {
    display:inline-block;

}
.shoppingtools_container.col-md-2 .vuequicklistdropdown_elem a>span, .shoppingtools_container.col-md-2 a.contractitemslink>span, .shoppingtools_container.col-md-2 a.quickordertoggle>span{
    display:inline-block;
}
.toolbar .account-btn span {

    display:inline-block;
}

.product-sku {
    font-size: 1rem;
    color: #000000;
}

/*nexus code greenstat*/

.nFlex{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ex-loggedout .hb3{ display:none; }
.ex-loggedin .hb3{ display:block; }
.ex-loggedin .hb2{ display:none; }

header{
    background-size:cover;
    background-position:center center;
}

.header-full{
    position:relative;
}

.headersection-1{
    position:absolute;
    top:0;
    left:0;
    right:0;
}

.headersection-2{
    padding-top:65px;
}

.headersection-3{
    padding-bottom:65px;
}

.headersection-6{
    background:#f3f3f3;
}

header .header-full .logo{
    margin:0 auto;
    text-align:center;
}

header .header-full .logo img{
    max-width:100% !important;
    max-height:100% !important;
    position:relative;
    z-index:999;
}

.headButtons .nFlex{
    justify-content:center;
}

.headButtons.align-right .nFlex {
	justify-content: flex-end;
}

.headButton{
    margin:0 10px;
    background:#017842;
    border-radius:15px;
    transition:0.25s all;
    position:relative;
}

.headButton:hover{
    background:#80ba27;
}

.headCart{
	text-align: center;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}

.headCart .cart-btn{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.headCart .cart-btn > a{
    height:100%;
    opacity:0;
}

.headCart .cart-dropdown span.overlap{
    top:-16px;
}

.headCart .cart-dropdown{
    top:78px;
    z-index:1000;
}

.cart-dropdown .footer .btn.btn-outlined-invert{
    opacity:1;
}

.headersection-4{
    display:none;
}

header section.search .search-form .form-group input{
    height:44px;
    border:none;
    border-radius:0;
}

header section.search .search-form button[type="submit"] {
	top: 0;
	right: 0;
	width: 50px;
	height: 44px;
	background: #017842;
}

header section.search .relsearch button i{
	background: url('https://eu.evocdn.io/dealer/1185/content/media/My_Theme/greenstat/gs-head-search.png')no-repeat scroll center center;
	width: 100%;
	height:100%;
}

header section.search .relsearch button i:before{
    display:none;
}

.menu .catalog{
    display:flex;
    align-items:stretch;
    justify-content:center;
}

.menu .catalog li {
	padding: 0;
	
}

.menu .catalog > li > a {
	font-size: 14px;
	font-weight: 700;
    letter-spacing:0 !important;
    font-family:"Roboto", sans-serif;
    max-width:160px;
    height:100%;
   display: flex;
    align-items: center;
    justify-content:center;
    padding:10px 20px;
}

.headStrip{
    padding:10px 0;
}

.headStrip ul{
    margin:0;
    padding:0;
    list-style:none;
}

.headStrip li{
    margin:0;
    padding:0;
    display:inline-block;
    vertical-align:middle;
}

.headStrip a{
    font-size:14px;
    font-family:"Lato", sans-serif;
    color:#1f1f1f;
    transition:0.25s all;
    font-weight:700;
}

.headStrip a span{
    color:#017842;
} 

.headStrip a:hover, .headStrip a:hover span{
    color:#005d33!important;
}

.headStrip a:hover img{
    background:#005d33;
}

.headStrip .nDivider{
    width:2px;
    height:13px;
    background:#6c6c6c;
    margin:0 12px;
}

.stripCont img{
    background:#017842;
    border-radius:5px;
    transition:0.25s all;
    margin-right:15px;
}

.stripCont a{
    margin:0 10px;
}

footer{
    padding:0;
    border-top:2px solid #e7e7e7;
    font-family:"Lato", sans-serif;
    font-size:16px;
}

.footersection-1{
    background:#fff;
}

.logoBar{
    padding:40px 0;
    justify-content:space-around;
    flex-wrap:wrap;
}


.logoBar img{
    margin:15px;
}

.footMain{
    padding-top:70px;
    padding-bottom:40px;
}

.footMain h3{
    font-family:"Roboto Condensed", sans-serif;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
    margin:0 0 30px;
}

.footMain ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footMain li{
    padding:0;
    margin:8px 0;
}

.footMain li a{
    padding-left:25px;
    display:block;
    background:url('https://eu.evocdn.io/dealer/1185/content/media/My_Theme/greenstat/gs-foot-li-icon.png')no-repeat scroll left center;
    font-size:16px;
}

.footCont p{
    line-height:22px;
    margin-bottom:20px;
    padding-left:50px;
}

.footTel{ background:url('https://eu.evocdn.io/dealer/1185/content/media/My_Theme/greenstat/gs-foot-cont-tel.png')no-repeat scroll left top; }
.footAddress{ background:url('https://eu.evocdn.io/dealer/1185/content/media/My_Theme/greenstat/gs-foot-cont-loc.png')no-repeat scroll left top; }

.footersection-3 .footersection-3{
    background:#005d33;
    padding:20px 0;
}

.footBot p{
    margin:0;
    font-size:16px;
}

.footBot .nDivide{
    background:#fff;
}

.footSoc{
    display:flex;
    align-items:center;
    justify-content:center;
}

.footSoc p{
    font-size:16px;
    font-weight:700;
    line-height:16px;
}

.footSoc p span{
    font-size:12px;
    font-weight:400;
}

.footSoc img{
    margin-right:10px;
    transition:0.25s all;
    background:#1b78c7;
    border-radius:3px;
}

.footSoc:hover img{
    background:#ffc000;
     border-radius:0;
} 

header .header-mobile .logo{
    margin-top:0;
}

header .header-mobile .header-right, header .header-mobile .header-menu{
    background:#fff;
}

#singlebanner_119251{
    display:none;
}

.header-mobile{
    justify-content:space-between;
}

header .header-mobile .header-menu{
    width:92px;
}

header .header-mobile .header-right{
    margin-left:0;
    padding-right:0;
}

@media only screen and (max-width : 991px) {
    .headStrip .nFlex{
        flex-direction:column;
    }
    .headStrip ul{
        margin-bottom:10px;
    }
    .footMain > .row > div{
        margin:40px 0;
    }
    .footMain{
        text-align:center;
    }
    .footLogo{
        margin-bottom:30px;
    }
    .footCont p{
        padding-right:50px;
    }
    .footBot .nFlex{
        flex-direction:column;
    }
    .footBot p{
        margin:15px 0;
    }
}

/*end code greenstat*/

@media only screen and (max-width : 767px) {



.mobAccord .accordList h3 { cursor: pointer; margin:0 0 10px; background:#005d33; padding:20px;}
.mobAccord ul { max-height: 0; overflow:hidden; transition: max-height 1s ease-out; padding:0;}
.mobAccord .accordList h3:after { content: "+"; float: right; }
.mobAccord .accordList.open .h3:after { content: "-"; }
.mobAccord .accordList.open ul { height:auto; max-height: 1000px; transition: max-height 1s ease-in-out !important; }

.mobAccord ul li{
    margin:0 !important;
    padding:0 !important;
    border:none !important;
    display:block !important;
}
.mobAccord ul li a{
    display:block;
    margin:10px 0;
    padding:20px;
    border:1px solid #fff;
    font-size:16px;
    background:none;
}
}





/* RAIN FOREST CONCERN */
#rf1 {
  left: initial;
  right: 25px;
  background: white;
  bottom: 60px;
  top: initial;
  padding: 0 !important;
  border-radius: 10px;
  box-shadow: 0 0 20px 7px #727272;
}
#rf1:not(.in) .modal-dialog {
  transform: translateX(25%);
}
#rf1 .modal-dialog {
  margin: 0 !important;
}
#rf1 .modal-content {
  padding: 0;
}
#rf1 .modal-body {
  padding-top: 0;
}
#rf1 .catalog-grid {
  margin-top: 0;
}
#rf1 .tile {
  margin: 0;
  padding: 0;
}
#rf1 .modal-header {
    padding: 0;
    min-height: 0;
}
#rf1 .uom,
#rf1 .brand-label,
#rf1 .product-sku,
#rf1 .divquickview,
#rf1 .inputquantity,
#rf1 .indicators-grid,
#rf1 .product-category,
#rf1 .price-label:after,
#rf1 .price-label-inc-vat,
#rf1 .product-list-actions,
#rf1 .product-compare-action,
#rf1 .addtoquicklist-wrapper {
  display: none;
}
#rf1 .catalog-grid .tile .footer,
#rf1 .catalog-grid .tile .footer .footer-wrapper {
  min-height: auto;
  text-align: center;
}
#rf1 .catalog-grid .tile:hover .imgthumbnail {
  opacity: 1;
}
#rf1 .imgthumbnail {
  height: 120px;
}
#rf1 .catalog-grid .tile img {
  max-height: 120px;
}
#rf1 .buttons.group {
  text-align: center;
}
.rf1-tab {
  background: #fff;
  bottom: 0;
  box-shadow: rgb(162 162 162) -1px 0 3px;
  padding: 7px 10px;
  position: fixed;
  right: 175px;
  z-index: 19;
  cursor: pointer;
}
/* RAIN FOREST CONCERN */
/* Fixes a custom design issue with the cart button showing cut out in the PDP for live inventory v2 */
.ex-product .catalog-single .product-shopping-actions .product-shopping-actions-addtocart .live-inventory-v2-add-to-cart-wrapper button {
  width: 100%;
}
.ex-product .catalog-single .product-shopping-actions .product-shopping-actions-addtocart .live-inventory-v2-add-to-cart-wrapper {
  max-width: none;
}


/* Support Request ECOMMDR-194 */
/* Hiding Twitter post button on PDP */

.productaddtocart_container  .social-links {
  display: none;
}