.contractitems .brand-label img {
  display: none;
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    DISPLAY: NONE;
}

.contractitems .brand-label span {
  display: block !important;
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(5px);
}

i.fa-recycle {
    display: none;
}

.ecoblock_container .col-lg-8.col-md-8{
    width: 100%;
}

li.standOut > a {
	display: inline-block;/*bug fix*/
	position: relative;
	text-decoration: none;
  
}
 li.standOut > a::after {
	content: 'New Service';
	position: absolute;
        bottom: 99%;
	right:11%;
	background: #5bd2ec;
	padding: 0px 6px 0px 5px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
li.standOut > a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid #5bd2ec;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 1;
	right: 12%;
	bottom: 88%;
  
}
li.standOut > a:hover::after {
	bottom: 89%;
}
 li.standOut > a:hover::before {
	bottom: 78%;
}
li.standOut > a::after {
	
    -webkit-animation: fadeinndnd 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinnd 1s; /* Firefox < 16 */
        -ms-animation: fadeinnd 1s; /* Internet Explorer */
         -o-animation: fadeinnd 1s; /* Opera < 12.1 */
            animation: fadeinnd 1s;
}
 li.standOut > a::before {
	
    -webkit-animation: fadeinnd 1.6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinnd 1.6s; /* Firefox < 16 */
        -ms-animation: fadeinnd 1.6s; /* Internet Explorer */
         -o-animation: fadeinnd 1.6s; /* Opera < 12.1 */
            animation: fadeinnd 1.6s;
}

@keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(5px);
}

.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #57a25f;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #57a25f;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #57a25f;
    color: #fff;
}

.shop-filters .filter-title {
background: #57a25f;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.shop-filters .filter-title {
    background-color: #57a25f;
}

.toolbar .cart-btn>.btn {
    background: #57a25f;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 220px !important;
    height: auto !important;
    max-height: none !important;
}

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: #white;
}

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

.menu ul.catalog > li:hover {
    background-color: #696969;
}

/* Start of add Sticky header EvoX */

.menubarStick {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: #57a25f;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.menubarStick + .page-content {
	padding-top: 60px;
}

.headersection-2.menubarStick > .row-2 {
    max-width: 1450px;
    margin: 0 auto;
}

.menubarStick .catalog-block {
    border-top: 0px;
}

/* End of add Sticky header EvoX */
}

.in-stock {
    color: #37b048;
}

.out-stock {
    color: #d22f25;
}

li.standOut > a {
	display: inline-block;/*bug fix*/
	position: relative;
	text-decoration: none;
  
}
 li.standOut > a::after {
	content: 'New';
	position: absolute;
        bottom: 99%;
	right:11%;
	background: red;
	padding: 0px 6px 0px 5px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
li.standOut > a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid red;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 1;
	right: 12%;
	bottom: 88%;
  
}
li.standOut > a:hover::after {
	bottom: 89%;
}
 li.standOut > a:hover::before {
	bottom: 78%;
}
li.standOut > a::after {
	
    -webkit-animation: fadeinndnd 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinnd 1s; /* Firefox < 16 */
        -ms-animation: fadeinnd 1s; /* Internet Explorer */
         -o-animation: fadeinnd 1s; /* Opera < 12.1 */
            animation: fadeinnd 1s;
}
 li.standOut > a::before {
	
    -webkit-animation: fadeinnd 1.6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinnd 1.6s; /* Firefox < 16 */
        -ms-animation: fadeinnd 1.6s; /* Internet Explorer */
         -o-animation: fadeinnd 1.6s; /* Opera < 12.1 */
            animation: fadeinnd 1.6s;
}

@keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/* WORKWEAR CUSTOMISATIONS PARATUS */

.workwearpersonalisation {
text-align: center;
padding: 30px;
color: #000;
}
.workwearpersonalisation h1 {
color: #000;
text-transform: inherit;
margin-top: 60px;
}
.workwearpersonalisation h2 {
color: #000;
text-transform: inherit;
font-size: 2.5em;
max-width: 400px;
margin: 0 auto 10px;
}
.workwearpersonalisation h3 {
margin-bottom: 25px;
  color: #000;
text-transform: inherit;
font-size: 1.75em;
}
.workwearpersonalisation .price {
margin-top: 10px;
}
.extra-top {
margin-top: 25px;
}
.personalisationsec {
border: 3px dashed #555555;
padding: 20px 30px 30px;
max-width: 500px;
margin: 35px auto 0;
}
.personalisationsec img {
max-width: 105px;
margin: 25px auto 15px;
}
.personalisationactions {
max-width: 500px;
margin: 20px auto;
}
.personalisationvid .modal-content {
  padding: 10px 35px 0px;
}
.personalisationvid h3 {
margin-bottom: 25px;
  color: #000;
text-transform: inherit;
font-size: 1.75em;
}

.ex-product .b4041 .ribbon-side, .b4041 .ribbon-tips {
  display: none;
}
.ex-product .b4041 .ribbon {
 padding: 55px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1405/content/media/Add your Logo or Text.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-product .b4041 .ribbon span {
display: none;
}
.ex-product .b4041 .ribbon-side {
border-left: 0px;
}
.ex-category .b4041 .ribbon-side, .b4041 .ribbon-tips {
  display: none;
}
.ex-category .b4041 .ribbon {
 margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1405/content/media/Add your Logo or Text.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-category  .b4041 .ribbon span {
display: none;
}
.ex-category .b4041 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}
.ex-searchresult .b4041 .ribbon-side, .b4041 .ribbon-tips {
  display: none;
}
.ex-searchresult .b4041 .ribbon {
margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1405/content/media/Add your Logo or Text.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-searchresult .b4041 .ribbon span {
display: none;
}
.ex-searchresult .b4041 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.ex-product .b4793 .ribbon-side, .b4793 .ribbon-tips {
  display: none;
}
.ex-product .b4793 .ribbon {
 padding: 55px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1405/content/media/Customisable.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-product .b4793 .ribbon span {
display: none;
}
.ex-product .b4793 .ribbon-side {
border-left: 0px;
}
.ex-category .b4793 .ribbon-side, .b4793 .ribbon-tips {
  display: none;
}
.ex-category .b4793 .ribbon {
 margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1405/content/media/Customisable.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-category  .b4793 .ribbon span {
display: none;
}
.ex-category .b4793 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}
.ex-searchresult .b4793 .ribbon-side, .b4793 .ribbon-tips {
  display: none;
}
.ex-searchresult .b4793 .ribbon {
margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1405/content/media/Customisable.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-searchresult .b4793 .ribbon span {
display: none;
}
.ex-searchresult .b4793 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}

.ex-c-2234854.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #9b1cf0;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}