.new-website-banner {
    background-color: #10cfc9;
    padding: 10px 20px 10px 20px;
  }
  
  .new-website-banner a {
    text-decoration: underline;
    color: #FFFFFF;
  }
  
  .new-website-inner {
    width: 100%;
    text-align: center;
  }

  .new-website-inner h4 {
    margin: 0; 
    color: #FFFFFF;
  }
  
  .dashboard-banners-desktop .ms-view {
    max-width: none;
  }
  
  .dashboard-banners-desktop .ms-mask-frame {
    width: 100%;
  }

.cat-banner .singlebanner_container {
  width: 100% !important;
}

.shopping-cart .badge.out-of-stock-badge.delivery {
    display: none;
}
  
.pdp-banner--match {
    border-color: #ffce00 !important;
}

.pdp-banner--match h2 {
    color: #ffce00 !important;
}






/*ink page*/

.inktonerfinder_wrapper {
  background-color: rgba(92, 51, 139, 0.75);
  margin: 0;
  padding: 20px;
  border-style: none;
  border-radius: 0 !important;
}

.infinder-links {
  background-color: rgba(92, 51, 139, 0.75);
  margin: 10px 0;
  padding: 20px;
  border-radius: 0;
  /* display: inline-block;*/
  width: 100%;
}

.infinder-links div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-rows: 20px;
  grid-gap: 5px;
  margin: 0px 0;
  padding: 0px 0 20px;
}

.infinder-links img {
  width: 16px;
  margin: 0 16px 0 0;
  left: 5px;
  position: relative;
  z-index: 1;
}

.inklink {
  text-align: left;
  padding: 5px 10px;
  margin: 0 10px;
  min-height: 36px;
  background-color: #8c50af;
}

a.inklink:hover {
  background: #8c50af;
}

.inktonerfinder i.fa.fa-print {
  position: relative;
  top: -3px;
}

a.inklink::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  width: 26px;
  height: 26px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background-color: #fff;
}

.inktonerfinder_wrapper h5 {
  color: #fff;
  font-size: 1.15em;
}

.inktonerfinder .btn[disabled] {
  color: #fff;
  background: #9f5bc0;
}

.inkselectform .btn {
  width: 100%;
}

.inktonerfinderwidget {
  margin: 0em 0;
}

.inktonerfinder section.zonetop {
  margin-bottom: 15px;
  background: url("https://eu.evocdn.io/dealer/1048/content/media/Ink--Toner-page-header.jpg");
  background-size: cover;
  padding: 40px 0;
  display: block !important;
}

.inktonerfinder_wrapper .fa-print:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  width: 26px;
  height: 26px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background-color: #fff;
}

.inktonerfinder_wrapper .fa-print:after {
  /* content: '';
    background: url("/dealer/1048/content/media/printer-icon.svg");*/
  height: 1em;
  padding-left: 1.3em;
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: 5px;
  position: relative;
  background-image: url(https://eu.evocdn.io/dealer/1048/content/media/printer-icon.svg);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 41px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.inktonerfinder .row-breadcrumb {
  display: none;
}

.inkfinder-right {
  color: #fff;
  background-color: rgba(92, 51, 139, 0.75);
  padding: 20px;
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  margin: 0px;
}

.inkfinder-right h2,
.inkfinder-right h3,
.inkfinder-right p {
  color: #fff;
}

.inkfinder-right img {
  position: absolute;
  z-index: 1;
  left: 0;
  /* top: 42px; */
  width: 200px;

}

.inktonerfinderwidget .select2-container {
width: 100% !important;
}