.veneer-text {
	font-family: "veneer-two", sans-serif;
font-weight: 400;
font-style: normal;
 
}

.homepage-grid {
  display: grid;
grid-template-columns: repeat(4, minmax(0, max-content));

  align-items: stretch; 
  width: max-content;
}

.homepagebanner {
  	height: auto;
 	/*min-height: 290px;*/
  	
}

.rolloverGridImage{
 	width: 400px;

}


.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.4s ease;
}

.slides img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.slides div {
  width: 100%;
  height: 400px;
  flex-shrink: 0;
}

/* buttons 
.carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}
*/

.carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  color: #333;
  border: none;
  cursor: pointer;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.prev { left: 10px; 
	z-index: 10;
}
.next { right: 10px; 
z-index: 10;
}

.stats-line-grid{
 
  	display: grid;
  	grid-template-columns: 1fr ;
  	gap: 40px;
  	
  	align-items: center; 
  	justify-items: center; 
}

.stats-box{
  border: 2px solid #5b7138 !important;
	height: stretch;
  width: stretch;
  	display:grid;
  	grid-template-rows: 1fr 0.5fr;
  	padding: 20px;
}
.statsbox-header{
	font-size: 48px;
  color: #5b7138;
  line-height: 1;
  margin:0;
  align-self: center;
}
.statsbox-footer{
	font-size: 16px;
  color: #5b7138;
  margin: 0;
  align-self: start;
  
}

.reviewSlide{
	background-color: #9da338;
  	display: grid;
  	grid-template-columns: 1fr 1fr;
  	gap: 25px;
  	padding: 0px 75px 0px 75px;
  	  align-items: center; 
  justify-items: center; 
}
.reviewSlideMob{
	background-color: #9da338;
  	display: grid;
  	grid-template-columns: 1fr;
  
  	padding: 0px 75px 0px 75px;
  	  align-items: center; 
  justify-items: center; 
}

.internalReviewSlide{
	border: 2px solid white;
  	 width: 100%;
  height: 250px !important; 
 
   align-self: center; 
  justify-self: center; 
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}

.reviewTitleContainer{
	display: flex; 
  	align-items: center;
  	justify-content: center;
  	height: auto !important;
}

.reviewContentContainer{
	display: flex; 
  	align-items: center;
  	justify-content: flex-end;
  	height: auto !important;
  	padding: 0px 30px 0px 30px;
}

.reviewStarsContainer{
	display: flex; 
  	align-items: flex-start;
  	justify-content: center;
  	height: auto !important;
  	
}

.rolloverGrey {
    position: relative;
    overflow: hidden;
}

/*.rolloverGrey::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); 
    transition: opacity 0.3s ease;
    pointer-events: none; 
}*/
.rolloverGrey::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.rolloverGrey:hover::before {
    opacity: 0;
}

.rolloverGrey::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
       rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 65%,
        rgba(0,0,0,0.30) 75%,
      	rgba(0,0,0,0.35) 85%,
        rgba(0,0,0,0.45) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.rolloverGrey:hover::after {
    opacity: 1;
}


.categoryHoverText{
   position: absolute;
    inset: 0;
    z-index: 2;               
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: white;
    pointer-events: none;    
	font-size: clamp(18px, 4vw, 45px); 
  	color: white;
  	padding-top: clamp(10px, 3vw, 30px);
padding-right: clamp(10px, 3vw, 30px);
padding-bottom: clamp(10px, 3vw, 30px);
  
padding-left: clamp(10px, 3vw, 30px);
}

.evogallery-widget-box{
	max-width: 300px !important;
}

.owl-item{
	max-width: 300px !important;
}

.variant-product-qty .product-compare-action{
	display: none;
}
.variant-product-qty .addtoquicklist-wrapper{
	display: none;
}

.ethstatHeaderToolbar .catalog-block{
	background-color: #635E59;

}

.ethstatHeaderToolbar a{
	color: white !important;
  	font-size: 1.4em !important;
  	text-transform: uppercase !important;
  	letter-spacing: 0.105em;
  	
}

.ethstatHeaderToolbar .menu .main li a, .menu .catalog li a{
	color:black;
}



.ethstatHeaderToolbar .menu .main li:hover a, .menu .catalog li:hover a{
	color: white ;
}



.ethstatHeaderToolbar .submenucontainer a{
	color:black !important;
}


.topTitle .product-details-wrapper, .topTitle .product-configurable-wrapper, .topTitle .product-points-wrapper, .topTitle .product-links-wrapper{
   display: none;
}


.bottomTitle .product-title-wrapper{
	display:none;
}

.productaddtocart_container{
	margin: 0;
}

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

.cartBox .product-shopping-actions-addtocart{
	padding: 0;
}

.cartBox .softgraybackground{
  margin: 0;
  padding: 0;
  background-color: white;
}

.cartBox .qnt-count{
	padding: 0px 0px 0px 0px !important;
}

.cartBox .buttons.group{
	display: flex;
  	padding: 0px 15px 0px 15px;
}

.cartBox .btn-add-to-cart{
	margin: 0px 0px 0px 10px;
}
  
.cartBox .product-shopping-actions-addtoquicklist, .cartBox .product-compare-action{
	display: none;
}
.cartBox .price{
	text-align: start !important;
  	padding: 7px 0px 7px 0px;
}

.cartBox .product-shopping-actions-prices{
	display: flex;
  	
}

.topTitle .product-name{
	font-family: "veneer-two", sans-serif;
	font-weight: 100 !important;
	font-style: normal;
	font-size: 50px;
}

.cartBox .price-from{
	margin: 4px 5px 0px 0px !important;
}

.cartBox .incr-btn {
  margin: 5.5px 0px 0px 0px;
  display: inline-flex;        /* or inline-block */
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  background: #4f46e5;
  color: white;
  text-decoration: none;
	line-height: 22px !important;
  /* center the content */
  align-items: center;
  justify-content: center;
  background: transparent !important;
   border: 1px solid black !important;
  color: black !important;
}

.cartBox .inputquantity{
	border: 0px !important	;
  	border-color: white !important;
	width: 1ch;
  min-width: 30px !important;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
}

.cartBox .btn-add-to-cart{
	font-size: medium;
  	font-weight: bold;
  	border-radius: 0px !important;
  	margin-left: 15px !important;
}

.cartBox .live-inventory-v2-add-to-cart-wrapper{
	max-width: 9999px !important;
      width: 9999px !important;
}

@media (max-width: 991px){
 	.featuredCarouselText{
	font-size: clamp(30px, 6vw, 45px); 
  
	}
  .overTextChildBottom{
	font-size: clamp(11px, 3vw, 17px); 
  
	}
	.cartBox .product-shopping-actions-prices{
		justify-content: center; 
	}
  	.desktopCarousel{
  		display: none;
   	}
  .overTextChildTop{
  margin: 0 0 0 0 !important;
  }
  	.overText{
      display: grid;
	position: absolute;
      margin: 0 5% 0 5% !important;
      width: 90% !important;
      height: 30% !important;
  	}
  .overTextChildTop{
	align-self: end;
    text-align: center;
}

.overTextChildBottom{
	align-self: start;
  text-align: center;
}
  	
}
@media (min-width: 992px){
	 .featuredCarouselText{
	font-size: clamp(18px, 4vw, 45px); 
  	text-align: start !important;
	}
  	.mobileCarousel{
  		display: none;
   	}
  .overText{
     display: grid;
	position: absolute;
      margin: 0 0 0 8%;
    width: 45% !important;
  	height: stretch !important;
	}
  .overTextChildTop{
	align-self: end;
}

.overTextChildBottom{
	align-self: start;
  text-align: justify;
}
  	
}

@media (max-width:769px) {
    .mobileReviewBtn {
        display: none !important;
    }
  .reviewSlideMob{
  	padding: 0 10px 0 10px;
  }
  
}


.twocolumnsright .col-lg-10{
	width: 65% !important;

}
.twocolumnsright .col-lg-2{
	width: 35% !important;

}

.ethstatHeaderToolbar .active{
	color: white !important;
}

@media (min-width: 768px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}
.bottomCertifCarousel img{
	height: auto !important;
  	width: 200px !important;
}
.bottomCertifCarousel .owl-stage{
	display:flex !important;
  justify-content: center;
  align-items: center;
  
}
.bottomCertifCarousel .owl-item{
		width: 250px !important;
  
}

.tileparent:hover{
	background-color: #f7f7f7;
}

.tileparent{
	border-top: 0 !important;
  	padding: 0 0.9em !important;
  opacity: 0;
  transform: translateY(30px);
  animation: cascadeIn 0.6s ease forwards;
}

@keyframes cascadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.tile{
	border-right: 0 !important;
}

.list-attribute.product-list-actions{
	display: none !important;
}

.tileparent .product-name{
	font-family: "veneer-two", sans-serif;
	font-weight: 400 !important;
	font-style: normal;
  font-size: clamp(25px, 4vw, 30px) !important; 
  line-height: 2.2rem !important;
}

.shop-filters .filter-title{
	background-color: #f7f7f7 !important;
  	padding: 18px 15px 0 15px !important;
}
.shop-filters .arrow-down{
	display: none !important;
}

@media (max-width: 1220px){
	#contentblock_298179{
		width: 100% !important;
	}
  	#contentblock_298178{
  		width: 100% !important;
  	}
}

#contentblock_298178{
	justify-content: center;
  align-content: center;
}

.tileparent .brand-label{
	line-height: 35px !important;
}

.tileparent .product-category{
	display: none;
}

.tileparent .product-name a{
	color: #556d32 !important;
    display: -webkit-box !important;
  -webkit-line-clamp: 2;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  white-space: normal !important;
}

.tileparent .product-name a:hover{
	color: #9DA338 !important;
}

.tileparent .footer-wrapper-price{
	display: flex !important;
}

@media (max-width: 840px){
  .homepage-grid{
    grid-template-columns: repeat(2, minmax(0, max-content)) !important;
    
  }
   .homepage-grid .categoryHoverText{
    font-size: 7vw;
    
  }

}

.product-shopping-actions-quoteme{
	display: none;
}

.tileparent .product-compare-action{
	display: none;
}

.tileparent .addtoquicklist-wrapper{
	display: none;
}

.to-checkout{
	background-color: #556D32 !important;
}

footer{
	background-color: #556d32 !important;
}

.catalog-grid .tile img{
  	max-height: 300px !important;
	max-width: 100% !important;
}
.cat-tiles .tile .cat-thumb-container{
  height: auto !important;
	
}
@media(min-width: 1200px){
  .col-md-4{
  	width: 25%!important;
  }
}
@media(max-width: 768px){
  .col.col-lg-3.col-md-4.col-sm-6.col-xs-12.tileparent{
	width: 50%;
}
}

.imgthumbnail.imglightbox {
    height: auto;
}

.catalog-grid .container{
	background: transparent !important;
}


.headermini{
	background: #556d32 !important;
}

.cart-btn i{
	color: white !important;
}

.account-btn br{
	display: none;
}

.account-btn span .line1{
	display: none;
}

@media (min-width: 570px){
  .stats-line-grid{
  	grid-template-columns: 1fr 1fr;
  }
  	
}

@media (min-width: 1150px){
	.stats-line-grid{
  	grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.brown-backcolour{
background-color: #CED19B;
}

.hamperCat-backpanel{
height: 550px;
margin: 40px 0 0 0;
}

.spec-grid-item{
  margin: 0 50px;
  height: 90px;
  align-content: center;
  text-align: center;
	background-color: #CED19B;
  	
}

.spec-list-grid{
  display: grid;
	background-color: #5b7138;
  	grid-template-columns: repeat(5, auto);
  gap: 1.5px;
}

.spec-item-text{
	font-size:50px;
  	margin: 0 !important;
  	color: #5b7138;
  line-height: 0 !important;
}

.disable{
	display: none !important;
}

.brown-panel-grid{
  height: stretch;
  display: grid;
	grid-template-columns: 1fr 0.5fr;
}
.main-content-panel{
	display : grid;
  grid-template-rows: 1fr 1fr;
}
.main-content-panel div{
	
}
.specs-lineup-grid{
  height: fit-content;
  margin: 0 70px;
  border: 2px solid #5b7138;
  display:grid;
 grid-template-rows: repeat(5,1fr);
}
.main-content-top{
	display:grid;
  	grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.main-content-top iframe{
	width: stretch !important;
  height: stretch !important;
}
.back-plate {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.hamperCat-backpanel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #5a3c2e; /* your brown */
  z-index: -1;
}
#htmlcontent_302913{
  background: #CED19B !important;
  

}

.bottom-line{
	border-bottom: 1px solid #5b7138 !important
}
.bubble-image{
justify-self: center;
}
.bubble-image img{
	width: 150px;
	
}
.bubble-text p{
	text-align: center;
}
.bubble-image{
margin: 0 0 20px 0;
}

.fact-bubble-grid{
  	margin: 45px 0 ;
  	gap: 70px;
  	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bubble-title{
	font-weight: bold;
}
.rolloverGridImage2{
	width: stretch !important;
}
@media (max-width: 750px){
  .fact-bubble-grid{
  	grid-template-columns: 1fr 1fr !important;
  }
  
  .video2{
  	display:none;
  }
  .main-content-top{
  	grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1080px){
.specs-lineup-grid{
  	display: none !important;
  }
  .brown-panel-grid{
  	grid-template-columns: 1fr !important;
  }

}
@media (min-width: 1081px){
  .spec-grid-item{
  	margin: 0;
  }
  .specs-lineup-grid{
  border: 0;
  }
}
@media (min-width: 1470px){
  .spec-grid-item{
  	margin: 0 40px;
  }
  
	 .specs-lineup-grid{
  /*border: 2px solid #5b7138 !important;*/
  }
}
@media (max-width: 500px){
  .main-content-top iframe{
  	margin: 20px !important;
  }
  .main-content-panel{
  	grid-template-rows: auto 1fr !important;
  }
  .hamperCat-backpanel{
  	height: 600px !important;
  }
}

.mainHomePageImage{
	margin-bottom: 15px;
}

.titleTopMgn{
	margin-top: -15px;
}

.top-mgn-20{
	margin-top: 20px;
}

.hidden-xs{
font-size: 35px;
    color: #556d32;
font-family: "veneer-two", sans-serif;
font-weight: 400;
font-style: normal;
}

.catalog-name{
font-size: 60px;
    color: #556d32;
font-family: "veneer-two", sans-serif;
font-weight: 400 !important;
font-style: normal;
}
.owl-carousel .owl-item img{
	max-width: 100% !important;
  	max-height: 300px !important;

}

.widget-contract-items-html .tileparent, .widget-lastviewedproducts-html .tileparent{
	width: 290px !important;
}
li.AmeyHubBtn {

display: none !important;

}

body.ex-l-5003.ex-loggedin li.AmeyHubBtn{

display: inline-block !important;

}

.imgthumbnail.imglightbox img,.cat-thumb-container img{
	transition:transform 0.3s ease;
}

.tileparent:hover .tile .product-tile-image .text-center .imgthumbnail.imglightbox img,.imgthumbnail.imglightbox:hover img, .tile:hover a .cat-thumb-container img{
	transform: scale(1.1);
}

.imgthumbnail.imglightbox, .cat-thumb-container{
	overflow: hidden;
  	display: inline-block;
}

.price-label-inc-vat{
	margin-left: 5px !important;
}