.zoomin img {
    transition: transform 250ms;
}
.zoomin:hover img {
    transform: scale(0.9);
}

.category-boxes-grid__item-description {
 font-size: 0 !important;
}

.category-boxes-grid__item-description::before {
    content: "View Products";
    font-size: 14px;
  }

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

.nRel{
  position:relative;
}

.nLinkArea{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

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

.nList li{
  margin:0;
  padding:0;
}

.ex-loggedout .nLoggedIn,
.ex-loggedin .nLoggedOut{
  display:none;
}

section.zonebottom{
  margin-top: 5px;
}
section.zonetop {
  margin-bottom: 5px;
}

.topbar-outer > .row {
  margin: 0;
}

/*header*/
/*top bar*/
/*
.headersection-1, .topBar{
  background: #f5f5f5;
}
.topBar{
  padding:10px 0;
}
.topBar li{
  font-weight:700;
  font-size:14px;
  line-height:18px;
  color:#334141;
  display:inline-block;
  vertical-align:middle;
}
.topBar li a{
  color:#334141;
}
.topBar li a:hover{
  color:#5693c9;
}
.topBar li.tbDivide{
  width:2px;
  height:13px;
  background:#cad5d5;
  margin:0 15px;
}
.topQuick{
  cursor:pointer;
}
.topQuick a span{
  color:#334141;
  font-weight:700;
}
.topQuick .dropdown > a > i{
  display:none;
}
*/
/**/

/*main header*/
/*
.headersection-2{
  padding:16px 15px;
}

.header-full .vertical-align{
  justify-content:space-around;
}
.header-full .vertical-align:before,
.header-full .vertical-align:after{
  display:none;
}
.header-full .vertical-align > div{
  width:auto;
}
.header-full .logo img {
  width: auto !important;
  max-width: 200px !important;
  max-height: 100px !important;
}
.header-full .search_container{
  flex-grow:1;
}

header section.search .search-form .form-group input{
  border:1px solid #bababa;
  border-radius:23px;
  height:58px;
  padding:10px 50px 10px 25px;
  color:#343536;
  font-size:18px;
}
header section.search .search-form button[type="submit"]{
  width: 50px;
  height: 58px;
  background:url('https://eu.evocdn.io/dealer/1126/content/media/My_Theme/wo-head-search.png')no-repeat center;
  display:flex;
  align-items:center;
  justify-content:center;
}
header section.search .search-form button[type="submit"] i{
  display:none;
}

.headTel{
  min-width:122px;
}
.headTel p{
  color:#343536;
  font-size:14px;
  font-weight:300;
  line-height:18px;
  margin:0;
}
.headTel p a{
  color:#334141;
  font-size:18px;
  font-weight:700;
}
.headTel p a:hover{
  color:#5693c9;
  text-decoration:none;
}

.ex-loggedout .toolbar .account-dropdown .form-group, .ex-loggedout .toolbar .account-dropdown .signin_register {
  background: #5693c9;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  border-radius: 8vpx;
  transition: 0.25s background;
  margin-bottom: 10px;
}
.ex-loggedout .toolbar .account-dropdown .signin_register {
  background:#1d1d1b;
}
.ex-loggedout .toolbar .account-dropdown .form-group a, .ex-loggedout .toolbar .account-dropdown .signin_register a {
  color:#fff;
  transition: 0.25s color;
}
.ex-loggedout .toolbar .account-dropdown .form-group:hover, .ex-loggedout .toolbar .account-dropdown .signin_register:hover {
  background: #fff !important;
}
.ex-loggedout .toolbar .account-dropdown .form-group:hover a, .ex-loggedout .toolbar .account-dropdown .signin_register:hover a{
  color:#000;
}
.signinText{
  margin-top:5px;
  width:54%;
}
.signinText h3{
  color:#000;
  margin:0 0 20px;
  font-size:16px;
  font-weight:400;
}
.signinText ul{
  padding:0;
  margin:0;
  list-style:none;
}
.signinText ul li{
  margin:3px 0;
  padding:0;
  font-size:14px;
  font-weight:300;
}
.signinText .fa {
  color: #5693c9;
}
.signinText .fa.fa-star{
  margin-right:10px;
}
.toolbar .account-dropdown{
  background:#f5f5f5;
}
.signinButtons{
  width:44%;
}
.signupVideo img{
  border-radius:5px;
}
.ex-loggedout .toolbar .account-dropdown div.description{
  display:none;
}
.ex-loggedout .toolbar .account-dropdown {
  left: inherit !important;
  right:0 !important;
  width: 600px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 30px;
  margin: -6px 0 0;
}
.ex-loggedout .toolbar .account-dropdown .signinWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shoppingtools_container, .minicart_container{
  padding:0 5px;
}
.shoppingtools_container .toolbar,
.minicart_container{
  padding:0;
}
.toolbar .account-btn span{
  color:#1d1d1b;
  font-size:14px;
  font-family: 'Roboto', sans-serif;
}
.toolbar .account-btn span strong{
  font-weight:400;
}
.toolbar .account-btn span > span.welcome-message:first-of-type{
  font-weight:700;
}
.toolbar .cart-btn > .btn {
  font-family: 'Roboto', sans-serif;
}
.toolbar .cart-btn > .btn span {
  right: inherit;
  left: 45px;
  top: 30px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  font-weight: 700;
}
.toolbar .cart-btn > .btn b {
  color:#1d1d1b;
  font-size: 14px;
  display: block;
  line-height: 20px;
}
.toolbar .cart-btn > .btn b:before{
  content:"My Basket";
  font-weight:700;
  display:block;
}
.toolbar .cart-btn > .btn i {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-head-basket2.png')no-repeat center;
}
.toolbar .cart-btn:hover > .btn i {
  color: #a51916;
}
.toolbar .cart-btn > .btn i:before {
  font-size: 0;
}
.header-full .toolbar .account-btn, .header-full .toolbar .cart-btn > .btn {
  margin: 0 !important;
  background: #f5f5f5 url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-head-arrow.png')no-repeat right 18px center;
  padding: 10px 50px 10px 20px;
  border-radius: 8px;
  width: 180px;
  max-width: 100%;
  text-align: left;
  max-height: 61px;
}
.header-full i.material-icons.user-icon,
.ex-loggedout .toolbar .account-dropdown .arrow_box{
  display:none;
}
.shoppingtools_container.col-md-2 .account-btn .arrow-your-account{
  display:none;
}

.menu .catalog > li{
  padding:0;
  border-right:1px solid #fff;
}
.menu .catalog > li:first-of-type{
  border-left:1px solid #fff;
}
.menu .catalog > li > a {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  padding:18px 25px;
  display:inline-block;
  font-family: 'Roboto', sans-serif;
}

*/

@media only screen and (max-width:991px){
  .header-full .vertical-align > .htmlcontent_container{
    display:none;
  }
}


/*header end*/

/*homepage start*/
/*banners*/
#imageslider_173952{
  padding:0 0 0 15px;
  width:48.6%;
}
#htmlcontent_173951{
  width:50.7%;
  padding:0;
}
.mainBannersWrap {
  max-height:402px;
}
.bannerGrid.nFlex{
  align-items:stretch;
}
.bannerGrid > div{
  width:32%;
}
.bannerMedWrap.nFlex{
  flex-direction:column;
}
.bannerGrid img{
  display:block;
}
.bgBanner{
  position:relative;
  transition: 0.35s all;
}
.mainBannersWrap .imageslider_wrapper img{
  transition: 0.35s all;
}
.bgBanner:hover,
.mainBannersWrap .imageslider_wrapper:hover img {
  opacity:0.7;
}
/**/

/*catboxes*/
.productsOffer{
  background:#f0f5fa;
  padding:40px 0;
  text-align: center;
  margin: 0 0 40px;
}
.productsOffer h1{
  font-size:20px;
  margin:0 0 30px;
}
.catBoxes.nFlex{
  align-items:stretch;
  flex-wrap:wrap;
}
.catBox{
  position:relative;
  width:25%;
  height:300px;
}
.catBox > img{
  object-fit:cover;
  width:100%;
  height:100%;
}
.cbOverlay{
  position:absolute;
  background:transparent;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  transition:0.5s background;
}
.cbOverlay h2{
  color:#fff;
  font-size:24px;
  font-weight:900;
  margin:0 0 20px;
  text-shadow: 0px 0px 11.31px rgba(0, 0, 0, 0.23); 
}
.cbOverlay img{
  transition:0.5s all;
}
.catBox:hover .cbOverlay{
  background:rgba(86,147,201,0.5);
}
.catBox:hover .cbOverlay img{
  transform: translateX(15px);
}

/*brands carousel*/
.catalog-single.has-carousel.homeBrands {
  border:1px solid #ebebeb;
  margin:0 auto 20px;
}
.catalog-single.has-carousel.homeBrands .tile{
  margin:0 auto;
}
.catalog-single.has-carousel.homeBrands .tile img{
  max-height:100px;
}
@media only screen and (max-width:768px){
.catalog-single.has-carousel.homeBrands .tile {
    width: 150px !important;
}
}

/**/

/*about us*/
.homeAbout{
  margin:20px 0 40px;
}
.homeAbout h4{
  margin:0 0 15px;
}
.homeAbout p{
  margin:0 0 25px;
}
/**/

/*footer*/
/*footer - main*/
/*
footer.footer{
  padding:0;
}
.footMain{
  padding:50px 0 35px;
}
.footMain .container > .nFlex{
  align-items:flex-start;
}
.footMain h3{
  margin:15px 0 10px;
  font-size:16px;
  text-transform:uppercase;
}
.footLogo{
  margin:0 0 40px;
}
.footSocial{
  max-width:180px;
  margin:0 0 30px;
}
.fc1 > img{
  margin:25px 0 0;
  display: block;
}
.fc2,.fc3,.fc4{
  margin:0 10px;
}
.footSocial a{
  width:35px;
  height:35px;
  display:flex;
  justify-content:center;
  align-items:center;
  background:transparent;
  transition:0.35s all;
}
.footSocial a img{
  transition:0.35s all;
}
.accordList li{
  padding:4px 0;
  font-size:15px;
  color:#4b585f;
}
.footSocial a:hover{
  background:#5693c9;
  border-radius:5px;
}
.footSocial a:hover img{
  filter: brightness(0) invert(1);
}
.accordList .footTel{ 
  background:url('https://eu.evocdn.io/dealer/1126/content/media/My_Theme/wo-foot-tel.png')no-repeat center left; 
  padding-left:40px;
}
.accordList .footEmail{ 
  background:url('https://eu.evocdn.io/dealer/1126/content/media/My_Theme/wo-foot-mail.png')no-repeat center left; 
  padding-left:40px;
}
*/
/**/

/*footer bot*/
.footersection-3, .footerBot{
  background:#fff;
}
.footerBot{
  padding:10px 0;
}
.footerBot p{
  font-size:16px;
  color:#4b585f;
  margin:0;
}
.footerBot p:first-of-type{
  text-align:left;
}
.footerBot p:last-of-type{
  text-align:right;
}
.footerBot a{
  font-size:16px;
  color:#4b585f;
}
/**/
/*footer - end*/

@media only screen and (max-width:991px){
  .catBox{
    width: 50%;
  }
}

@media only screen and (max-width:991px) and (min-width:768px){
  .fc1{
    width:calc(100% - 255px);
    margin:0 0 40px;
    padding-left: 50px;
  }
  .fc5{
    width:255px;
  }
  .fc2,.fc3,.fc4{
    order: 1;
  }
  .footMain .container > .nFlex {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media only screen and (max-width:768px) {
  .footMain .container > .nFlex{
    flex-direction:column;
  }
  .footCol{
    width:100%;
  }
  .mobAccord .accordList h3 { cursor: pointer; margin:0; background:#039bbb; padding:20px; color:#fff;}
  .mobAccord ul { max-height: 0; overflow:hidden; transition: max-height 1s ease-out; padding:0; margin:5px 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;
  }
  .fc5 .mobAccord ul li a{
    padding-left:40px;
  }
  footer ul:not(.hasSubmenus, .submenu) li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
  }

	.bannerGrid.nFlex {
		margin-top:20px;
	}

  .fc1{    
    margin:0 0 20px;
  }
  .fc2,.fc3,.fc4{
    margin:0;
  }
  .footSocial {
    margin: 0 auto 30px;
  }

  .homeAbout .row > .col-xs-12:first-of-type{
    padding:0 30px;
  }

  .accordList .footEmail, 
  .accordList .footTel{
    background-position: center left 10px;
  }
}

@media only screen and (max-width:450px){
	.bannerGrid.nFlex{
		flex-wrap:wrap;
	}
	.bannerMedWrap.nFlex{
		width:100%;
		flex-direction: row;
	}
	.bgBanner{
		width:49.5%;
	}
	.bgBanner.bannerLarge{
		width:49.5%;
		margin-top:5px;
	}

	.catBox{
	  width: 100%;
	}
}



/* plp */

.catalog-grid .tile .rrp span,
.catalog-grid .tile .footer span.uom.uomblock,
.catalog-grid .tile .list-attribute.product-category,
.catalog-grid .tile .product-sku,
.catalog-grid .list-attribute.product-stock .stock-qty,
.catalog-grid .tile .brand-label,
.catalog-grid .list-attribute.product-volume{
    display:none;
}

.catalog-grid #grid .brand-label{
    line-height:20px;
}

 .catalog-grid .tile .footer .brand-label a{
    font-size:14px;
    color:#68717a !important;
    line-height:20px;
    font-weight:700;
}

.catalog-grid .tile .product-name{
    min-height:90px;
}

.catalog-grid .tile .product-name a{
  color:#010101;
  font-size:15px;
  font-weight: 700;
  line-height: 1.5;
}

.catalog-grid .tile .product-name a:hover{
  color:#039bbb;
}

.catalog-grid .tile .price-label{
    color:#f51206;
    font-weight:900;
    font-size:24px;
}

.catalog-grid .tile .footer span.has-vat-price{
    display:inline;
}

.catalog-grid .tile .footer span.price-label-inc-vat,
.catalog-grid .tile .footer span.has-vat-price{
  color:#5b6062;
  font-size:12px;
  font-weight: 400;
}

.catalog-grid .label.save{
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    padding: 8px 10px;
    background:#039bbb;
}

.catalog-grid #grid .label.save{
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 5px;
}

.catalog-grid .save:before {
    content: "Save ";
}

.priceStockWrap {
    display: flex;
    justify-content: space-between;
    margin:15px 0;
}

.catalog-grid .list-attribute.product-stock strong{
    font-size:14px;
    font-weight:700;
    color:#099502;
    padding:5px 15px;
    display:block;
    text-align:center;
    background: #e5f5e5;
    border:none;
}

.catalog-grid .list-attribute.product-stock strong:before{
  content:"";
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#099502;
  display: inline-block;
  margin-right: 5px;
}

.catalog-grid .list-attribute.product-stock strong.out-stock{
  color:#2e4259;
  background:#e7f9fe;
}

.catalog-grid .list-attribute.product-stock strong.out-stock:before{
  border-radius: 0;
  background:#2e4259;
}

.catalog-grid .list-attribute.product-stock{
    margin:0;
}

.catalog-grid .tile .footer .footer-wrapper-price{
    margin:0 5px 0 0;
}

.catalog-grid .footer > small,
.catalog-grid .cfa{
  font-size:12px;
  color:#2e4259;
  width:100%;
  display:block;
  text-align:center;
  margin:0;
}

.catalog-grid .cfa{
  font-size:14px;
  margin-top:10px;

}

.catalog-grid .tile .footer .footer-wrapper{
    min-height:150px;
}

.catalog-grid .tile .footer .btn-primary{
  font-size:14px;
  color:#fff;
  font-weight:700;
  background:#039bbb;
  border-radius:0;
  width: calc(100% - 42px);
  max-width: none;
  display: inline-block;
  min-height:35px;
  line-height: 15px;
  margin-right: 0;
}

.catalog-grid .tile .buttons.group{
    margin-right:7px;
}

.catalog-grid .tile .footer .btn-primary:hover{
  background: #f0f5fa;
  color: #334141;
}

.catalog-grid .tile input.qty-list.form-control{
  border-radius:0;
  border:2px solid #039bbb;
  height:35px;
  width:35px;
}

.catalog-grid .gridtools{
  background:none;
  padding: 0 6px 5px;
  font-size: 14px;
  color:#000;
  margin-top:0;
}

.listtools .listgrid{
  color:#972822;
  border:none;
}

.listtools .listgrid a{
  color:#000;
  font-size:14px;
  display:inline-block;
  padding:0 5px;
}

.listtools .listgrid a:hover{
  color:#a51916;
}

.listtools .listgrid a:first-of-type{
  /*background:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-icon-list.png')no-repeat right center;*/
  background: none;
}

.listtools .listgrid a:last-of-type{
  /*background:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-icon-grid.png')no-repeat right center;*/
  background: none;
}

.filters-mobile{
  margin-top:0;
}

/*

.shop-filters .filter-title{
    background:#5693c9;
    border-radius:0;
    color:#fff;
    font-size:18px;
    font-weight:400;
    bottom:0;
}

.shop-filters .arrow-down{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #982822;
    bottom:0;
    margin-bottom:20px;
    display: none;
}

.shop-filters{
    background:#fff;
    border:1px solid #a6a8a9;
    border-radius:0;
}

.shop-filters .filter-section-header{
  background:#f5f5f5;
  padding:15px 25px;
  position: relative;
}

.shop-filters .filter-section h5{
  font-size:16px;
  color:#2e4259;
  text-transform: none;
  margin:0;
}

.shop-filters .showhide-indicator{
  left:inherit;
  right:25px;
  top:calc(50% - 8px);
  width:16px;
  height:16px;
  display:flex;
  align-items: center;
  justify-content: center;
  color:#2e4259;
}

.shop-filters .showhide-indicator .fa-plus-square:before{
  content:"\F067";
}
.shop-filters .showhide-indicator .fa-minus-square:before{
  content:"\F068";
}

.shop-filters .filter-options{
  margin:10px 0 10px 15px;
}
.shop-filters .filter-options a{
    color:#000;
    font-size:14px;
}

.shop-filters .filter-options a:hover{
    color:#a51916;
}

.shop-filters .filter-options a.active{
    color:#a51916;
    font-weight:400;
}

.shop-filters .filter-section label{
    margin:0 0 .2em 10px;
}

.searchpills p{
    font-size:16px;
    font-weight:400;
    text-align:center;
    margin:10px 0 20px;
}

.shop-filters section.search .select2-container{
    border:0;
}

.shop-filters section.search .search-form button[type="submit"]{
    top:1px;
    right:1px;
    height:43px;
    width:43px;
    background:none;
}

.shop-filters section.search .search-form button[type="submit"] i{
    color:#5c6062;
}

.shop-filters section.search .search-form .form-group input{
    border:1px solid #a8aaab;
}

.shop-filters section.filter-section{
    margin:5px 0 0;
}

.filterOptionCount {
  margin-left: 5px;
  color: #5b6062;
}

*/

#breadcrumb{
    padding:15px 0;
}

#breadcrumb li a{
  font-size:14px;
  background:#f7f7f7;
  padding:10px 15px;
  color:#181616;
  font-weight:400;
  transition:0.35s all;
}

#breadcrumb > li{
  margin:5px 0;
}

#breadcrumb > li + li:before{
  display:none;
}

#breadcrumb > li + li{
  margin-left:5px;
}

#breadcrumb li a:hover{
  background:#a51916;
  color:#fff;
}

#breadcrumb i{
    display:none;
}

.catalog-grid .catalog-name{
  font-size:32px;
  font-weight: 400;
  color:#000;
}

.itemsfound b{
  color:#039bbb;
}

.listtools select, .product-shopping-actions-options select, .toollistfixed select{
  border-radius: 0;
  border-color:#5b6062;
  color:#5b6062;
}

.tileparent{
  border-color:#5b6062;
}

.catalog-grid .tile{
  border-color:#c8caca;
}

.catalog-grid .tile .addtoquicklist-wrapper,
.catalog-grid .tile .product-compare-action{
  display:block;
}

.prodToolsWrap{
    display:flex;
    justify-content:space-between;
    padding: 12px 0;
    margin: 5px 0 3px;
    border-top:1px solid #7d7f82;
    flex-wrap:wrap;
}

.catalog-grid .tile .product-compare-action,
.catalog-grid .tile .footer .addtoquicklist-wrapper{
    margin:0;
    padding:0;
    border:none;
    font-size:12px;
    line-height:12px;
    width:auto;
}

.catalog-grid .tile .footer .addtoquicklist-wrapper a{
  font-size:0;
  height: 18px;
  display: inline-block;
}

.catalog-grid .tile .product-compare-action,
.catalog-grid .tile .footer .addtoquicklist-wrapper a:after{
  content:"Add to Quicklist";
  font-size:12px;
  color:#5b6062;
  line-height:16px;
  font-weight:400;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.catalog-grid .tile .product-compare-action .fa-stack{
  width: 22px;
  height: 17px;
  line-height: 1em;
  vertical-align: bottom;
}

.catalog-grid .tile .footer .addtoquicklist-wrapper i,
.catalog-grid .tile .product-compare-action i{
  font-size:20px;
  color:#2b4151;
  vertical-align:middle;
  margin-right:5px;
}

.catalog-grid .tile .product-compare-action i{
  font-size:16px;
  position: relative;
  top:-0.5px;
  margin:0;
}

.catalog-grid .tile .product-compare-action i.fa-check{
  margin-left: -2px;
  margin-top: 1px;
}

.catalog-grid .tile .product-compare-action i.fa-square-o,
.catalog-grid .tile .footer .addtoquicklist-wrapper i{
  width:16px;
  height:16px;
  border:1px solid #5e6264;
}
.catalog-grid .tile .product-compare-action i.fa-square-o:before,
.catalog-grid .tile .footer .addtoquicklist-wrapper i:before{
    content:"";
}

.catalog-grid .tile .product-compare-action i.fa-square-o{
  border-radius: 50%;
}

.catalog-grid .tile .footer .addtoquicklist-wrapper i{
  width:16px;
  height:16px;
  background: url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-plp-plus2.png')no-repeat center;
  border:none;
  position: relative;
  margin-right: 8px;
}

.catalog-grid .tile .product-compare-action{
  position: relative;
  top:2px;
}

.catalog-grid .product-compare-action.selected .fa-check{
  display: none;
}

.catalog-grid .tile .product-compare-action.selected i.fa-square-o{
  background: url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-plp-tick.png')no-repeat center;
}

.tierBoxes.nFlex{
  justify-content:center;
  margin-top:20px;
  border-left: 1px solid #039bbb;
  flex-wrap: wrap;
}

.productsgrid_container .tierBoxes.nFlex{
  justify-content:flex-start;
  height:72px;
  overflow:hidden;
}

.tierBox{
  border:1px solid #039bbb;
  border-left:none;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  text-align:center;
  height:72px;
}

.catalog-grid .tile .footer .tierBox span,
.tierBox span{
  padding:5px;
  font-size:12px;
  font-weight:700;
  background:#fff;
  color:#334141;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  line-height: 1;
}

.catalog-grid .tile .footer .tierBox .tierQty,
.tierBox .tierQty{
  background:#f4f9ff;
  border-bottom: 1px solid #039bbb;
}

/* end plp */


/* PDP */

.catalog-single .product-shopping-actions .product-shopping-actions-tierpricing .group-focus > div:after{
  content:" (ex. VAT)"
}

.productsummary_container .product-brand{
    display:none;
}

.ex-product .productaddtocart_container{
    margin-top:0;
}

.catalog-single .softgraybackground, .softgraybackground{
  background:none;
  padding:0;
}

.catalog-single .softgraybackground > .row{
  margin-left:0;
  margin-right:0;
}

.catalog-single .product-shopping-actions-prices{
  border:1px solid #039bbb;
  background:#f5f5f5;
  padding:25px;
}

.catalog-single .product-shopping-actions .price{
  background:none;
  padding:0;
  margin:0;
}

.catalog-single .product-shopping-actions .price .has-price{
  font-size:30px;
  font-weight:900;
  color:#f51206;
}


.catalog-single .softgraybackground span.price-label-inc-vat{
    font-size:12px;
    color:#5b6062;
    font-weight:400;
    margin:0;
}

.catalog-single .price {
    margin-top:15px;
}

.catalog-single .has-price {
    font-size: 30px;
    color: #e4222e;
    font-weight:900;
}

.catalog-single .has-price:after{
    /*content:" Ex VAT";*/
    color:#1f2123;
    font-size:12px;
    font-weight:400;
}

.catalog-single .product-shopping-actions-prices .product-price-rrp{
  display:flex;
  justify-content: space-evenly;
  align-items: center;
}

.catalog-single .product-shopping-actions .rrp{
  font-size:14px;
  color:#5b6062;
}

.catalog-single .product-shopping-actions .theRRP{
  text-decoration: line-through;
}

.catalog-single .product-shopping-actions .pack-size{
  font-size:14px;
  font-weight: 700;
}

.catalog-single .product-shopping-actions .label.save{
  font-size:14px;
  background:#039bbb;
  border-radius: 5px;
  padding:8px 10px;
  bottom: 14px;
}

.catalog-single .product-shopping-actions .label.save:before{
  content:"Save "
}

.catalog-single .product-shopping-actions-tierpricing{
  border:1px solid #2e4259;
  border-top:0;
  padding:20px 25px;
}

.catalog-single .product-shopping-actions-tierpricing .group-focus,
.catalog-single .product-shopping-actions-tierpricing .arrow-down{
  display:none;
}

.tierBoxesTitle{
  font-size:14px;
  font-weight: 700;
  color:#2e4259;
  margin:0;
}

.catalog-single .product-shopping-actions-tierpricing .tierBox {
  border: 1px solid #2e4259;
  margin-left: -1px;
  height:92px;
}

.catalog-single .product-shopping-actions-tierpricing .tierBoxes.nFlex {
	display: inline-flex;
	border: 0;
  height:92px;
  overflow:hidden;
  width: 100%;
}

.catalog-single .product-shopping-actions-tierpricing .tierBox span{
  font-size:14px;
  font-weight: 400;
  padding:5px 8px;
  height:46px;
}

.catalog-single .product-shopping-actions .addtocartWrap{
  border:1px solid #039bbb;
  padding:25px;
  margin-top:20px;
}

.catalog-single .buttons .qnt-count .incr-btn{
  background:none;
  border:2px solid #9fa1a3;
  width: 42px;
  height:42px;
  color:#9fa1a3;
}

.catalog-single .buttons .qnt-count .incr-btn:hover{
  background:#a51916;
  border-color:#a51916;
  color:#fff;
}

.catalog-single .buttons .qnt-count .form-control{
  width:42px;
  height:42px;
  border-width: 2px;
  font-weight: 700;
}


.catalog-single .product-shopping-actions .prodToolsWrap {
  margin:0;
  border:none;
}

.catalog-single .product-shopping-actions .prodToolsWrap > .row{
  margin:0;
}

.catalog-single .product-shopping-actions .product-compare-action,
.catalog-single .product-shopping-actions  .product-shopping-actions-addtoquicklist{
    margin:0;
    padding:0;
    border:none;
    font-size:12px;
    line-height:14px;
    width:auto;
}

.catalog-single .product-shopping-actions  .product-shopping-actions-addtoquicklist a{
  font-size:0;
}

.catalog-single .product-shopping-actions .product-compare-action,
.catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist a:after{
  content:"Add to Quicklist";
    font-size:12px;
    color:#5b6062;
    line-height:12px;
    font-weight:500;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.catalog-single .product-shopping-actions .product-compare-action .fa-stack{
    width: 22px;
    height: 15px;
    line-height: 1em;
    vertical-align: bottom;
}

.catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist i,
.catalog-single .product-shopping-actions .product-compare-action i{
    font-size:20px;
    color:#5b6062;
    vertical-align:middle;
    margin-right:5px;
}

.catalog-single .product-shopping-actions .product-compare-action i{
    font-size:16px;
    position: relative;
    top:-0.5px;
    margin:0;
}

.catalog-single .product-shopping-actions .product-compare-action i.fa-check{
    margin-left: -2px;
    margin-top: 1px;
}

.catalog-single .product-shopping-actions .product-compare-action i.fa-square-o,
.catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist i{
    width:14px;
    height:14px;
    border:1px solid #5b6062;
}
.catalog-single .product-shopping-actions .product-compare-action i.fa-square-o{
  border-radius: 50%;
}
.catalog-single .product-shopping-actions .product-compare-action i.fa-square-o:before,
.catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist i:before{
    content:"";
}

.catalog-single .product-shopping-actions  .product-shopping-actions-addtoquicklist i{
  width:14px;
  height:14px;
  border:1px solid #5b6062;
  position: relative;
  top:-2px;
  margin-right: 10px;
}

.catalog-single .product-shopping-actions .product-compare-action{
  position: relative;
  top:2px;
}

.catalog-single .product-compare-action.selected .fa-check{
  display: none;
}

.catalog-single .product-shopping-actions .product-compare-action.selected i.fa-square-o{
  background: url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-plp-tick.png')no-repeat center;
}


.catalog-single .social-links{
    display:none;
}


.catalog-single .product-title .product-name{
    font-size: 24px;
    font-weight: 900;
    color:#030000;
}

.catalog-single .softgraybackground  .price .uom.uomblock{
    display:none;
}

.catalog-single .product-shopping-actions .product-shopping-actions-addtocart button{
  width:100%;
  margin:0;
  max-width:none;
  display:inline-block;
  background:#039bbb;
  border-radius: 0;
  color:#fff;
  font-size:18px;
  font-weight: 900;
  line-height: 12px;
  min-height: 45px;
  padding:7px;
  transition:0.35s all;
}

.catalog-single .product-shopping-actions .product-shopping-actions-addtocart button i{
  display:none;
}

.catalog-single .product-shopping-actions .product-shopping-actions-addtocart button:hover{
  background: #f0f5fa;
  color: #334141;
}

.catalog-single .product-title{
    padding-bottom:10px;
    margin-bottom:10px;
}

.productimage_container .productimagesolo,
.productimage_container .prod-gal.master-slider{
  border:2px solid #ededed;
}

.ex-product .productdescription_container{
    margin-top:30px;
}

.ex-product .productdescription_container,
.ex-product .productspecs_container{

}

.catalog-single .product-panel .panel{
    box-shadow:none;
    border:1px solid #e6e6e6;
    border-radius:0;
}

#accordion .panel-border{
    border-color:#e6e6e6;
}

.panel-group .panel-heading{
    padding:10px 25px;
    border-bottom:1px solid #f9f9f9;
    background:#f9f9f9;
}

.panel-group .panel-heading.collapsed{
    border-color:#f9f9f9;
}

.panel-group .panel-heading h3{
    font-size:18px;
    color:#1f2123;
    font-weight:900;
}

.catalog-single .product-description{
    padding:35px 50px 25px 25px !important;
    font-size:16px;
}

.panel-heading h3:after{
    font-family:"Lato", sans-serif;
    content:"-";
    font-weight:700;
}

.panel-heading.collapsed h3:after{
    content:"+";
}

.ex-product .productdetails{
    position:relative;
}

.ex-product .productdetails .list-attribute.product-stock{
    position:absolute;
    top:0;
    right:15px;
}

.ex-product .productdetails .list-attribute.product-stock > strong{
  font-size:14px;
  font-weight:700;
  color:#099502;
  padding:5px 15px;
  display:block;
  text-align:center;
  background: #e5f5e5;
  border:none;
}

.ex-product .productdetails .list-attribute.product-stock > strong:before{
  content:"";
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#099502;
  display: inline-block;
  margin-right: 5px;
}

.ex-product .productdetails .list-attribute.product-stock strong.out-stock {
  color:#2e4259;
  background:#e7f9fe;
}

.ex-product .productdetails .list-attribute.product-stock strong.out-stock :before{
  border-radius: 0;
  background:#2e4259;
}

.trustpilot-widget {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #a6a8a9;
}

@media only screen and (max-width:991px){
  .ex-product .productdetails .list-attribute.product-stock{
    position: relative;
  }
}

@media only screen and (max-width:768px){
  .catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist{
    margin-top:20px;
  }
}

/* end PDP */

/*** Custom Category Page ***/
.categoryPageBoxes > h1{
  text-align:center;
  margin: 0 0 20px;
}
.categoryPageBoxes > p{
  text-align:center;
  margin: 0 0 20px;
}
.categoryPageBoxes .nFlex{
  flex-wrap:wrap;
  justify-content:flex-start;
}
.catPageBox{
  width:25%;
  padding:0 5px;
  margin:0 0 35px;
  position:relative;
}
.cpbImg{
  width:100%;
  height:150px;
}
.cpbImg img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.catPageBox h4{
  text-align:center;
  margin:15px 0 0;
}

@media only screen and (max-width:1200px){
  .catPageBox{
    width:calc(100% / 3);
  }
}

@media only screen and (max-width:991px){
  .catPageBox{
    width:50%;
  }
}

@media only screen and (max-width:768px){
  .catPageBox{
    width:100%;
  }
}

.contSideMenu{
  background: #fff;
  border: 1px solid #a6a8a9;
  margin-bottom:40px;
}
.contSideMenu .title,
.shop-filters .filter-title{
  background: #039bbb;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding:18px 15px;
  text-align:center;
  font-weight: 700;
  margin-bottom:12px;
}
.contSideMenu li,
.shop-filters .filter-section .categories li{
  margin: 0 0 10px 20px;
  padding;0;
}
.contSideMenu li a,
.shop-filters .filter-section .categories li a{
  color:#000;
  font-size:14px;
  font-weight:400;
}
.contSideMenu li a:hover,
.shop-filters .filter-section .categories li a:hover{
  color:#039bbb;
}
/*** End Custom Category Page ***/


/*** Content Pages ***/
.contentText {
  margin:20px 0;
}
.contentText h2{
  margin:0 0 20px
}
.contentText p{
  margin:0 0 10px
}
.contentText p:last-of-type{
  margin:0;
}
.contentText h4{
  margin:0 0 20px;
}

/* Contact Us */
.contactBox{
  position:relative;
  width:49%;
  max-width:280px;
  background:#f8f8f8;
  border-radius:20px;
  overflow:hidden;
  height:172px;
  margin:0 0 20px;
}

.cbImg{
  position:absolute;
  width:115px;
  height:115px;
  top:0;
  right:0;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:2;
}

.cbCircle{
  position:absolute;
  background:#039bbb;
  width:297px;
  height:297px;
  bottom:30px;
  right:-170px;
  transition:0.5s all;
  border-radius:50%;
  z-index:1;
}

.cbText{
  position:absolute;
  left:20px;
  bottom:25px;
  z-index:3;
}

.contactBox h3{
  font-size:20px;
  transition:0.5s color;
  margin:0 0 10px;
}
.contactBox p{
  font-weight:300;
  font-size:16px;
  transition:0.5s color;
  margin:0;
  line-height:22px;
}

.contactBox  a{
 z-index:5;
}

.contactBox:hover .cbCircle{
  transform:scale(2.4);
  background:#121b1d;
}
.contactBox:hover h3,
.contactBox:hover p{
  color:#fff;
}

.contactMain{
  background:#f8f8f8;
  padding:80px;
  margin-left:50px;
}
.contactMain button{
  background:#039bbb;
  color:#fff;
  border:none;
  border-radius:5px;
  transition:0.35s all;
  font-size:18px;
  font-weight:300;
  padding:15px 25px;
}
.contactMain button img{
  filter:brightness(0) invert(1);
  margin-left:20px;
  vertical-align:middle;
}
.contactMain button:hover{
  background:#121b1d;
}
.contactMain h1{
  font-weight:900;
  margin:0 0 30px;
  text-align:center;
}
/**/

/* FAQs */
.faqContent{
  padding:80px 0;
}

h2.accTitle{
  margin:40px 0 20px;
  font-weight:700;
}

.accAnchor{
  position: relative;
  top:-80px;
  display:block;
  visibility:hidden;
}

.accWrap {
	border: 1px solid #000;
	margin-bottom: 10px;
}

.nAccordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size:18px;
  font-weight:700;
  transition: 0.4s;
  background-color: #fff;
}

.nAccordion:focus,
.nAccordion:active {
  outline: none;
  outline: 0;
  outline: none !important;
  outline: 0 !important;
}

.accWrap.active {
  border-color:#039bbb;
}

.nPanel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.nAccordion:after {
  content: "\f067";
  font-size: 13px;
  color: #000;
  float: right;
  margin-left: 5px;
  margin-top: 4px;
  font:normal normal normal 14px/1 FontAwesome;
}

.nAccordion.active:after {
  content: "\f068";
  color:#039bbb;
}
/**/
/*** End Content Pages ***/
.foot-accreds {
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.foot-accreds img{
  max-height: 71px;
}

h6, .h6 {
    font-size: 20px;
    color: #4b585f;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato',sans-serif;
    text-shadow: 2px 2px 4px #000000;
}

.fadein img {
  transition: opacity 250ms;
}
.fadein:hover img {
  opacity: 0.5;
}

.dogsTrustBanner {
  background: url("https://eu.evocdn.io/dealer/1126/content/media/My_Theme/bg2.png") no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 30px 30px;
  width: 100%;
  margin-top: 10px;
  float: right;
  text-align: center;
  border: 1px solid #ffc800;
}
@media (max-width: 420px) {
  .dogsTrustBanner {
    width: 100%;
  }
}
.dogsTrustBanner h3 {
  font-size: 20px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
.dogsTrustBanner h3 + p {
  font-size: 18px;
  font-weight: 700;
}
.dogsTrustBanner h3 + p strong {
  font-weight: 900;
}
.dogsTrustBanner p {
  margin: 0 0 20px;
}
.dogsTrustBanner button {
  border: 0;
  background: #2d2d2d;
  color: #fff;
  font-weight: 900;
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 7px 10px;
  transition: 0.3s background;
}
.dogsTrustBanner button img {
  margin-right: 10px;
}
.dogsTrustBanner button:hover {
  background: #039bbb;
}
.utilita-registration-wrapper {
	 padding: 50px 0;
}
 .utilita-registration-wrapper > .row {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: stretch;
	 gap: 20px 0;
}
 .utilita-registration-wrapper > .row > div {
	 flex-grow: 1;
}
 .utilita-registration-wrapper > .row > div > div {
	 height: 100%;
}
 .utilita-info {
	 background: url("https://eu.evocdn.io/dealer/1126/content/media/Content_Pages/utilita-img.jpg") no-repeat center;
	 background-size: cover;
	 border-radius: 45px;
	 padding: 50px;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: flex-start;
	 min-height: 555px;
	 height: 100%;
}
 .utilita-info h2 {
	 color: #fff;
	 font-size: 45px;
	 margin: 30px 0;
}
 .utilita-info p {
	 color: #fff;
	 font-size: 18px;
	 font-weight: 600;
	 margin: 0;
}
 .utilita-info p a {
	 color: #fff;
}
 .utilita-info p a:hover {
	 text-decoration: underline;
}
 .utilita-contact {
	 background: #e5f7ff;
	 border-radius: 45px;
	 padding: 50px;
	 min-height: 555px;
	 height: 100%;
	 width: 100%;
}
 .utilita-contact h3 {
	 font-size: 24px;
	 color: #1e87e5;
	 font-weight: 700;
	 margin: 0 0 20px;
}
 .utilita-contact label {
	 color: #545454;
	 font-size: 16px;
	 font-weight: 400;
}
 .utilita-contact .form-group input {
	 height: 53px;
	 border-radius: 8px;
	 border: 1px solid #1e87e5;
	 padding-inline: 25px;
}
 .utilita-contact .form-submit {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 gap: 10px;
	 margin-top: 30px;
}
 .utilita-contact .form-submit button {
	 background: #1e87e5;
	 border-radius: 8px;
	 font-size: 16px;
	 text-transform: uppercase;
	 font-weight: 600;
	 padding: 18px;
	 line-height: 1;
	 min-width: 150px;
	 margin: 0;
}

.ex-name-cvsstockeditems .productgridwidget .tileparent {
	 border-color: #d9d9d9;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile {
	 border: 0;
	 margin-top: 28px;
	 margin-bottom: 28px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .imgthumbnail {
	 background: #f5f5f5;
	 height: 240px;
	 padding: 20px;
	 border-radius: 12px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 0 0 20px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .imgthumbnail img {
	 mix-blend-mode: multiply;
	 max-width: 200px;
	 max-height: 200px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .label.save {
	 border-radius: 0 0 8px 8px !important;
	 top: 0 !important;
	 right: 20px !important;
	 font-size: 24px;
	 font-weight: 900;
	 padding: 10px 14px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .label.save::before {
	 display: block;
	 font-weight: 400;
	 font-size: 16px;
	 margin-bottom: 3px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .product-name {
	 margin: 0 0 20px;
	 font-size: 16px;
	 min-height: 45px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .product-name a {
	 color: #3c3c3b;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .product-name a:hover {
	 color: #039bbb;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .footer-wrapper {
	 min-height: 50px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .price-label.has-price {
	 color: #3c3c3b;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .buttons.group .inputquantity {
	 background: #efefef;
	 border: 0;
	 border-radius: 5px;
	 width: 50px;
	 height: 41px;
	 font-size: 16px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .buttons.group .live-inventory-v2-add-to-cart-wrapper {
	 width: calc(100% - 50px) !important;
}
 .ex-name-cvsstockeditems .productgridwidget .tileparent .tile .buttons.group .btn-add-to-cart {
	 height: 41px;
	 border-radius: 5px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileLowerWrap {
	 display: flex;
	 justify-content: space-between;
	 padding: 0 3px;
	 margin-top: 10px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileLowerWrap .product-compare-action i.fa-square-o {
	 border-radius: 3px;
	 border-color: #d9d9d9;
}
 .ex-name-cvsstockeditems .productgridwidget .tileLowerWrap .addtoquicklist-wrapper i {
	 background: none;
	 width: auto;
	 height: auto;
	 margin-right: 5px;
}
 .ex-name-cvsstockeditems .productgridwidget .tileLowerWrap .addtoquicklist-wrapper i::before {
	 content: "+";
	 font-size: 16px;
	 color: #656565;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap {
	 align-items: center;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .label.save {
	 display: none;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .indicators-grid {
	 margin: 0 0 0 auto;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .live-inventory-v2-wrapper {
	 margin-left: 10px;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .in-stock, .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .out-stock {
	 padding: 6px 15px;
	 background: #efefef;
	 border-radius: 8px;
	 font-size: 16px;
	 color: #3c3c3b;
	 font-weight: 700;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .in-stock::before, .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .out-stock::before {
	 content: "";
	 width: 12px;
	 height: 12px;
	 border-radius: 50%;
	 display: inline-block;
	 background: #999;
	 margin-right: 10px;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .in-stock {
	 background: #e1f8d5;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .in-stock::before {
	 background: #7fbd5f;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .out-stock {
	 background: #f8d5d5;
	 display: none;
}
 .ex-name-cvsstockeditems .productgridwidget .priceStockWrap .out-stock::before {
	 background: #ef4e4e;
}
 .ex-name-cvsstockeditems .badges-wrapper {
	 left: -7px;
}
 .ex-name-cvsstockeditems .b4312 .ribbon {
	 border-radius: 5px 5px 25px 5px;
	 width: 124px;
	 white-space: normal;
	 padding: 6px 10px;
	 font-family: "Lato";
	 line-height: 1.2rem;
	 background: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/leaf.png") no-repeat;
	 background-position: bottom 7px right 26px;
}
 .ex-name-cvsstockeditems .b4312 .ribbon::before {
	 content: "Environmentally Friendly";
	 font-size: 14px;
}
 .ex-name-cvsstockeditems .b4312 .ribbon > span {
	 display: none;
}
 .ex-name-cvsstockeditems .ribbon-tips {
	 display: none;
}
 .ex-name-cvsstockeditems .ribbon-side {
	 width: 7px;
	 height: 24px;
	 left: 0;
	 top: 36px;
	 padding: 0;
	 bottom: inherit;
	 position: absolute;
	 transform: none;
	 border: 0;
	 background: #0d5311;
	 border-bottom-left-radius: 4px;
	 z-index: -1;
}

/* dash */

.ex-customer .myaccount.container .desktop:has(.filter-container) {
	 margin-left: -15px;
	 margin-right: -15px;
}

.ex-customer .myaccount.container .desktop .filter-container {
	 width: 23%;
}
 .ex-customer .myaccount.container .desktop .filter-container + div {
	 width: 77%;
}
 @media (max-width: 991px) {
	 .ex-customer .myaccount.container .desktop .filter-container {
		 width: 100%;
		 float: none;
	}
	 .ex-customer .myaccount.container .desktop .filter-container + div {
		 width: 100%;
		 float: none;
	}
}
 
.customer-tools-sidebar .nav {
  display:flex;
  flex-direction:column;
  flex-grow:1;
  margin: 0;
  padding: 0;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.customer-tools-sidebar .group-name[data-name=account],
.customer-tools-sidebar .sidebar-addresses,
.customer-tools-sidebar .sidebar-dashboard,
.customer-tools-sidebar .sidebar-myorders,
.customer-tools-sidebar .sidebar-paymentmethods,
.customer-tools-sidebar .sidebar-profile {
  order:-500
}
.customer-tools-sidebar .group-name[data-name=products],
.customer-tools-sidebar .sidebar-contractitems,
.customer-tools-sidebar .sidebar-freqpurchased,
.customer-tools-sidebar .sidebar-myquotebuilder,
.customer-tools-sidebar .sidebar-myquotes,
.customer-tools-sidebar .sidebar-quicklists,
.customer-tools-sidebar .sidebar-savedcarts {
  order:-400
}
.customer-tools-sidebar .group-name[data-name=tools] {
  order:-300
}


.customer-tools-sidebar .sidebar-dashboard i::before,
.customer-tools-sidebar .sidebar-profile i::before,
.customer-tools-sidebar .sidebar-myorders i::before,
.customer-tools-sidebar .sidebar-myquotes i::before,
.customer-tools-sidebar .sidebar-freqpurchased i::before,
.customer-tools-sidebar .sidebar-savedcarts i::before,
.customer-tools-sidebar .sidebar-contractitems i::before,
.customer-tools-sidebar .sidebar-quicklists i::before {
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(55%) sepia(31%) saturate(681%) hue-rotate(167deg) brightness(93%) contrast(97%);
}

.customer-tools-sidebar .sidebar-dashboard i:before {
  background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/icon-dashboard.svg");
}

.customer-tools-sidebar .sidebar-profile i:before {
  background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/icon-profile.svg");
}

.customer-tools-sidebar .sidebar-myorders i:before {
  background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/icon-orders.svg");
}

.customer-tools-sidebar .sidebar-myquotes i:before {
  background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/icon-sales.svg");
}

.customer-tools-sidebar .sidebar-freqpurchased i:before {
  background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/icon-frequently.svg");
}

.customer-tools-sidebar .sidebar-savedcarts i:before {
  background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/icon-saved.svg");
}

.customer-tools-sidebar .sidebar-contractitems i:before {
  background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/icon-contract.svg");
}

.customer-tools-sidebar .sidebar-quicklists i:before {
  background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/icon-quicklist.svg");
}


.customer-tools-sidebar .group-name h4{
  background: #eef4fa;
  margin: 0;
  padding: 17px 20px;
}

.customer-tools-sidebar .nav li a {
  padding: 13px 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px 15px;
  color: #3c3c3b;
}

.customer-tools-sidebar .nav li a i {
  width: 33px;
  height: 33px;
  background: #f5f5f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #039bbb;
  font-size: 16px;
  flex-shrink: 0;
}

.dashboard-help {
	 margin: 20px auto 0;
	 border: 1px solid #e9e9e9;
	 max-width: 400px;
}
 .dashboard-help img {
	 width: 100%;
	 height: auto;
}
 .dashboard-help-text {
	 padding: 15px 25px 25px;
}
 .dashboard-help-text h3 {
	 margin: 0 0 15px;
	 color: #039bbb;
	 font-size: 22px;
}
 .dashboard-help-text p {
	 margin: 0 0 15px;
	 color: #606060;
}
 .dashboard-help-tel, .dashboard-help-email {
	 padding-left: 30px;
	 position: relative;
	 display: block;
}
 .dashboard-help-tel::before, .dashboard-help-email::before {
	 content: "";
	 position: absolute;
	 top: 2px;
	 left: 0;
	 width: 18px;
	 height: 16px;
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center;
	 filter: brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(311%) hue-rotate(166deg) brightness(94%) contrast(86%);
}
 .dashboard-help-tel::before {
	 background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/dash-icon-tel.svg");
}
 .dashboard-help-email {
	 margin-top: 5px;
}
 .dashboard-help-email::before {
	 background-image: url("https://eu.evocdn.io/dealer/1126/content/media/Icons/dash-icon-email.svg");
	 top: 5px;
}

/**/

.cvs-dashboard-hero {
	 background: #e2ebf1;
}
 .cvs-dashboard-hero .container {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .cvs-dashboard-hero .container::before, .cvs-dashboard-hero .container::after {
	 display: none;
}
 .cvs-dashboard-hero .dashbaord-hero-right img {
	 margin-top: 30px;
}
 .cvs-dashboard-hero h1 {
	 margin: 20px 0 0;
	 color: #024384;
	 font-size: 26px;
}

.cvs-boxes {
	 display: flex;
	 align-items: stretch;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 gap: 20px 0;
	 
}
 @media (max-width: 991px) {
	 .cvs-boxes {
		 margin: 20px 0;
	}
}
 .cvs-box {
	 background: #e2ebf1;
	 display: flex;
	 flex-direction: column;
	 width: 32%;
}
 @media (max-width: 768px) {
	 .cvs-box {
		 width: 100%;
	}
}
 .cvs-box:hover .cvs-box-img img {
	 opacity: 0.7;
}
 .cvs-box:hover .cvs-box-text {
	 padding: 10px 30px;
}
 .cvs-box:hover .cvs-box-action {
	 padding: 30px;
}
 .cvs-box:hover .cvs-box-bubble1 {
	 transform: translateX(40px) translateY(20px) scale(1.2);
}
 .cvs-box:hover .cvs-box-bubble2 {
	 transform: translateX(30px) translateY(-30px) scale(0.8);
}
 .cvs-box:hover .cvs-box-bubble3 {
	 transform: translateX(-30px) translateY(-20px) scale(0.8);
}
 .cvs-box:hover .cvs-box-bubble4 {
	 transform: translateX(-30px) translateY(20px) scale(1.2);
}
 .cvs-box-img {
	 border-bottom: 4px solid #3368bd;
	 background: #024384;
}
 .cvs-box-img img {
	 transition: 0.4s all;
	 width: 100%;
}
 .cvs-box-text {
	 padding: 30px;
	 transition: 0.4s all;
}
 .cvs-box-text h3 {
	 display: flex;
	 align-items: center;
	 gap: 10px 20px;
	 color: #3368bd;
	 font-size: 24px;
	 font-weight: 900;
	 margin: 0 0 10px;
}
 .cvs-box-text h3 img {
	 flex-shrink: 0;
	 width: 36px;
	 height: 36px;
	 object-fit: contain;
	 filter: brightness(0) saturate(100%) invert(35%) sepia(89%) saturate(334%) hue-rotate(166deg) brightness(91%) contrast(87%);
}
 .cvs-box-text p {
	 margin: 0;
	 color: #494949;
	 font-weight: 700;
}
 .cvs-box-action {
	 position: relative;
	 background: #024384;
	 color: #fff;
	 display: flex;
	 align-items: center;
	 padding: 10px 30px;
	 gap: 10px 22px;
	 margin-top: auto;
	 transition: 0.4s all;
	 isolation: isolate;
}
 .cvs-box-action > img {
	 width: 22px;
	 height: 22px;
	 filter: brightness(0) invert(1);
}
 .cvs-box-bubbles {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
	 top: 0;
	 left: 0;
}
 .cvs-box-bubbles > div {
	 width: 96px;
	 height: 96px;
	 position: absolute;
	 border-radius: 50%;
	 transition: 0.35s all;
	 z-index: -1;
	 transition: 0.4s all;
}
 .cvs-box-bubbles .cvs-box-bubble1, .cvs-box-bubbles .cvs-box-bubble3 {
	 background: #3368bd;
}
 .cvs-box-bubbles .cvs-box-bubble2, .cvs-box-bubbles .cvs-box-bubble4 {
	 background: #85b0d6;
}
 .cvs-box-bubbles .cvs-box-bubble1 {
	 top: 19px;
	 left: -44px;
}
 .cvs-box-bubbles .cvs-box-bubble2 {
	 top: 11px;
	 left: -71px;
}
 .cvs-box-bubbles .cvs-box-bubble3 {
	 top: 3px;
	 right: -55px;
}
 .cvs-box-bubbles .cvs-box-bubble4 {
	 top: 23px;
	 right: -24px;
}

/* vetshare */

.vetshare-dashboard-hero {
	 background: #f2ecca;
}
 .vetshare-dashboard-hero .container {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .vetshare-dashboard-hero .container::before, .vetshare-dashboard-hero .container::after {
	 display: none;
}
 .vetshare-dashboard-hero .dashboard-hero-left h1 {
	 margin: 20px 0 0;
	 color: #1e1a41;
	 font-size: 36px;
}

.vetshare-boxes {
	 display: flex;
	 align-items: stretch;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 gap: 20px 0;
	 
}
 @media (max-width: 991px) {
	 .vetshare-boxes {
		 margin: 20px 0;
	}
}
 .vetshare-box {
	 background: #fff;
	 display: flex;
	 flex-direction: column;
	 width: 32%;
	 border: 1px solid #d1d1d1;
}
 @media (max-width: 768px) {
	 .vetshare-box {
		 width: 100%;
	}
}
 .vetshare-box:hover .vetshare-box-img img {
	 opacity: 0.7;
}
 .vetshare-box:hover .vetshare-box-text {
	 padding: 10px 30px;
}
 .vetshare-box:hover .vetshare-box-action {
	 padding: 30px;
}
 .vetshare-box:hover .vetshare-box-bubble1 {
	 transform: translateX(40px) translateY(20px) scale(1.2);
}
 .vetshare-box:hover .vetshare-box-bubble2 {
	 transform: translateX(30px) translateY(-30px) scale(0.8);
}
 .vetshare-box:hover .vetshare-box-bubble3 {
	 transform: translateX(-30px) translateY(-20px) scale(0.8);
}
 .vetshare-box:hover .vetshare-box-bubble4 {
	 transform: translateX(-30px) translateY(20px) scale(1.2);
}
 .vetshare-box-img {
	 border-bottom: 4px solid #45af4d;
	 background: #45af4d;
}
 .vetshare-box-img img {
	 transition: 0.4s all;
	 width: 100%;
}
 .vetshare-box-text {
	 padding: 30px;
	 transition: 0.4s all;
}
 .vetshare-box-text h3 {
	 display: flex;
	 align-items: center;
	 gap: 10px 20px;
	 color: #1e1a41;
	 font-size: 22x;
	 font-weight: 600;
	 margin: 0 0 10px;
}
 .vetshare-box-text h3 img {
	 flex-shrink: 0;
	 width: 36px;
	 height: 36px;
	 object-fit: contain;
	 filter: brightness(0) saturate(100%) invert(55%) sepia(71%) saturate(414%) hue-rotate(74deg) brightness(92%) contrast(87%);
}
 .vetshare-box-text p {
	 margin: 0;
	 color: #494949;
	 font-weight: 700;
}
 .vetshare-box-action {
	 position: relative;
	 background: #f2ecca;
	 color: #1e1a41;
	 display: flex;
	 align-items: center;
	 padding: 10px 30px;
	 gap: 10px 22px;
	 margin-top: auto;
	 transition: 0.4s all;
	 isolation: isolate;
     font-weight: 700;
}
 .vetshare-box-action > img {
	 width: 22px;
	 height: 22px;
	 filter: brightness(0);
}
 .vetshare-box-bubbles {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
	 top: 0;
	 left: 0;
}
 .vetshare-box-bubbles > div {
	 width: 96px;
	 height: 96px;
	 position: absolute;
	 border-radius: 50%;
	 transition: 0.35s all;
	 z-index: -1;
	 transition: 0.4s all;
}
 .vetshare-box-bubbles .vetshare-box-bubble1, .vetshare-box-bubbles .vetshare-box-bubble3 {
	 background: #45af4d;
}
 .vetshare-box-bubbles .vetshare-box-bubble2, .vetshare-box-bubbles .vetshare-box-bubble4 {
	 background: #45af4d;
}
 .vetshare-box-bubbles .vetshare-box-bubble1 {
	 top: 19px;
	 left: -44px;
}
 .vetshare-box-bubbles .vetshare-box-bubble2 {
	 top: 11px;
	 left: -71px;
}
 .vetshare-box-bubbles .vetshare-box-bubble3 {
	 top: 3px;
	 right: -55px;
}
 .vetshare-box-bubbles .vetshare-box-bubble4 {
	 top: 23px;
	 right: -24px;
}

:root {
	 --vetshare-green: #45af4d;
	 --vetshare-yellow: #f2ecca;
	 --vetshare-darkblue: #1e1a41;
	 --vetshare-green-filter: brightness(0) saturate(100%) invert(55%) sepia(71%) saturate(414%) hue-rotate(74deg) brightness(92%) contrast(87%);
}
 .ex-l-4423 .menu .catalog-block {
	 background-color: var(--vetshare-green);
}
 .ex-l-4423 .customer-tools-sidebar .group-name h4 {
	 background-color: var(--vetshare-yellow);
}
 .ex-l-4423 .customer-tools-sidebar .sidebar-dashboard i::before, .ex-l-4423 .customer-tools-sidebar .sidebar-profile i::before, .ex-l-4423 .customer-tools-sidebar .sidebar-myorders i::before, .ex-l-4423 .customer-tools-sidebar .sidebar-myquotes i::before, .ex-l-4423 .customer-tools-sidebar .sidebar-freqpurchased i::before, .ex-l-4423 .customer-tools-sidebar .sidebar-savedcarts i::before, .ex-l-4423 .customer-tools-sidebar .sidebar-contractitems i::before, .ex-l-4423 .customer-tools-sidebar .sidebar-quicklists i::before {
	 filter: var(--vetshare-green-filter);
}
 .ex-l-4423 .customer-tools-sidebar .nav li a i {
	 color: var(--vetshare-green);
}
 .ex-l-4423 .dashboard-help-text h3, .ex-l-4423 .dashboard-help-tel, .ex-l-4423 .dashboard-help-email {
	 color: var(--vetshare-darkblue);
}
 .ex-l-4423 .dashboard-help-tel:hover, .ex-l-4423 .dashboard-help-email:hover {
	 text-decoration: underline;
}
 .ex-l-4423 .dashboard-help-tel::before, .ex-l-4423 .dashboard-help-email::before {
	 filter: brightness(0) saturate(100%) invert(36%) sepia(65%) saturate(298%) hue-rotate(56deg) brightness(97%) contrast(90%);
}
 .ex-l-4423 footer {
	 background-color: var(--vetshare-green);
}
 
.vetshare-login > .container .modal-content {
	 padding: 50px 0;
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 30px;
}
 @media only screen and (max-width: 991px) {
	 .vetshare-login > .container .modal-content {
		 grid-template-columns: 1fr;
	}
}
 .vetshare-login > .container .modal-content .modal-body {
	 background: #f5f5f5;
	 border-radius: 10px;
	 padding: 45px !important;
}
 .vetshare-login > .container .modal-content .modal-body::before {
	 content: "Existing Customer? Login";
	 color: #2f4858;
	 display: block;
	 font-size: 24px;
	 font-weight: 700;
	 margin: 0 0 40px;
}
 .vetshare-login > .container .modal-content .modal-body .auth-form label {
	 color: #151f2b;
	 font-size: 16px;
	 font-weight: 400;
	 margin-bottom: 10px;
}
 .vetshare-login > .container .modal-content .auth-form input[type="text"], .vetshare-login > .container .modal-content .auth-form input[type="password"] {
	 border-color: #dedede;
	 border-radius: 8px;
	 padding: 10px 30px;
	 height: 56px;
	 margin-bottom: 20px;
}
 .vetshare-login > .container .modal-content .auth-form .login-submit button {
	 background: #45af4d;
	 border-radius: 8px;
	 font-size: 16px;
	 font-weight: 600;
	 padding: 17px;
}
 .vetshare-login > .container .modal-content .auth-form .login-submit button i {
	 display: none;
}
 .vetshare-login > .container .modal-content .auth-form .login-submit button:hover {
	 background: #2f4858;
}
 .vetshare-login > .container .modal-content .auth-form .login-link-reset {
	 font-size: 20px;
	 color: #2f4858;
	 font-weight: 700;
	 display: block;
}
 .vetshare-login > .container .modal-content .auth-form .login-link-reset::after {
	 content: "Click Here";
	 display: block;
	 font-size: 14px;
	 font-weight: 400;
}
 .vetshare-login > .container .modal-content .auth-form .login-link-reset:hover {
	 text-decoration: underline;
}
 .vetshare-login-text {
	 background: #deefda;
	 border-radius: 10px;
	 padding: 45px;
}
 .vetshare-login-text > img:first-child {
	 margin: 0 0 30px;
}
 .vetshare-login-text > img:first-child + p {
	 color: #1e1a41;
}
 .vetshare-login-text p {
	 font-size: 14px;
	 color: #5d5978;
	 margin: 0 0 15px;
}
 .vetshare-login-text p:last-child {
	 margin: 0;
}
 .vetshare-login-text h3 {
	 margin: 30px 0 15px;
	 font-size: 22px;
	 color: #1e1a41;
	 font-weight: 700;
}
 .vetshare-login-text .login-selling-point {
	 display: flex;
	 gap: 15px;
	 align-items: flex-start;
}
 .vetshare-login-text .login-selling-point + .login-selling-point {
	 margin-top: 12px;
}
 .vetshare-login-text .login-selling-point p {
	 color: #5d5978;
}
 .vetshare-login-text .login-selling-point p strong {
	 color: #1e1a41;
}
 .vetshare-login-text .login-selling-point-icon {
	 flex-shrink: 0;
	 width: 41px;
	 height: 41px;
	 background: #fff;
	 border-radius: 6px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .vetshare-login-text .login-selling-point-icon img {
	 width: 28px;
	 height: 28px;
	 object-fit: contain;
	 filter: brightness(0) saturate(100%) invert(36%) sepia(65%) saturate(298%) hue-rotate(56deg) brightness(97%) contrast(90%);
}


/* hide elements for cvs1 and vetshare */
.ex-l-3698 .hide-l-3698,
.ex-l-4423 .hide-l-4423 {
  display: none;
}

/* orderpads */

.orderpads-wrapper .tileparent {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 border-color: #d9d9d9;
	 margin: 0;
}
 .orderpads-wrapper .itemcontent {
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 width: 60%;
}
 .orderpads-wrapper .pricecontent {
	 width: 40%;
}
 .orderpads-wrapper .imagecontent {
	 width: 165px;
}
 .orderpads-wrapper .imgthumbnail {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .orderpads-wrapper .imgthumbnail a {
	 height: 109px;
	 background: #f5f5f5;
	 display: block;
	 border-radius: 5px;
	 padding: 15px;
}
 .orderpads-wrapper .imgthumbnail a img {
	 mix-blend-mode: multiply;
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
}
 .orderpads-wrapper .product-content {
	 display: grid;
	 grid-template-columns: 1fr auto;
	 gap: 0px 40px;
	 flex-grow: 1;
	 grid-auto-rows: auto;
}
 .orderpads-wrapper .product-content > * {
	 grid-column: 1;
}
 .orderpads-wrapper .product-content .product-name {
	 margin: 0 0 5px !important;
	 font-size: 16px;
}
 .orderpads-wrapper .product-content .product-indicators {
	 grid-column: 2;
	 min-width: 80px;
	 grid-row: 1 / span 100;
	 display: flex;
	 align-items: center;
}
 .orderpads-wrapper .product-content .brand-label {
	 display: none;
}
 .orderpads-wrapper .product-content .product-sku .label-focus {
	 border: 0;
	 background: 0;
	 padding: 0;
	 color: #656565;
	 font-size: 14px;
}
 .orderpads-wrapper .product-content .product-ql-line-ref {
	 margin: 2px 0;
}
 .orderpads-wrapper .product-content .product-ql-line-ref a {
	 padding: 0;
	 display: flex;
	 align-items: center;
	 color: #656565;
}
 .orderpads-wrapper .product-content .btn-update-default-qty {
	 margin: 2px 0 !important;
	 padding: 3px !important;
	 width: 180px;
}
 .orderpads-wrapper .softgraybackground {
	 background: none;
	 padding: 0;
	 display: grid;
	 grid-template-columns: auto 1fr 1fr;
}
 .orderpads-wrapper .softgraybackground > div {
	 padding-left: 0 !important;
	 padding-right: 0 !important;
}
 .orderpads-wrapper .softgraybackground .shopping-actions {
	 grid-column: 1;
	 grid-row-start: 1;
	 grid-row-end: 3;
	 width: auto;
	 text-align: left;
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 justify-content: center;
}
 .orderpads-wrapper .softgraybackground .shopping-actions + .col-xs-12 {
	 order: 1;
}
 .orderpads-wrapper .softgraybackground .shopping-actions .has-price {
	 text-align: left;
	 color: #3c3c3b !important;
	 font-weight: 900;
	 font-size: 18px;
}
 .orderpads-wrapper .softgraybackground .shopping-actions .price-label-inc-vat, .orderpads-wrapper .softgraybackground .shopping-actions .uom {
	 margin: 0;
	 color: #656565 !important;
	 font-size: 14px;
}
 .orderpads-wrapper .softgraybackground .col-xs-6:first-child {
	 grid-column-start: 2;
	 grid-column-end: 4;
	 width: auto;
}
 .orderpads-wrapper .softgraybackground .buttons.group {
	 display: flex;
	 align-items: center;
	 gap: 0.5vw;
}
 .orderpads-wrapper .softgraybackground .buttons.group::after {
	 display: none;
}
 .orderpads-wrapper .softgraybackground .buttons.group .inputquantity {
	 order: -2;
	 margin: 0 0 0 auto;
	 border: 0;
	 background: #efefef;
	 border-radius: 5px;
}
 .orderpads-wrapper .softgraybackground .buttons.group .btn-add-to-cart {
	 order: -1;
	 margin: 0 !important;
	 flex-grow: 1;
}
 .orderpads-wrapper .softgraybackground .buttons.group .delete {
	 background: #efefef;
	 margin: 0;
}
 .orderpads-wrapper .softgraybackground .buttons.group .delete i {
	 color: #353535;
}
 .orderpads-wrapper .softgraybackground .buttons.group .delete:hover {
	 background: #039bbb;
}
 .orderpads-wrapper .softgraybackground .buttons.group .delete:hover i {
	 color: #fff;
}
 .orderpads-wrapper .softgraybackground .product-compare-action {
	 padding-top: 8px;
	 margin-top: 10px;
}
 .orderpads-wrapper .softgraybackground .live-inventory-v2-wrapper {
	 border-top: 1px solid #e6e6e6;
	 margin-top: 10px;
	 padding-top: 12px;
	 text-align: right;
}

@media only screen and (max-width: 768px) {
  .orderpads-wrapper .itemcontent {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .orderpads-wrapper .pricecontent {
    width: 100%;
  }
  
  .orderpads-wrapper .product-content {
    display: block;
  }
}
 
/* end orderpads */

/* hide basket delivery banner for label */
.ex-l-1384 .basket-free-delivery {
  display: none;
}