/*** PLP Styling***/
.plp-styling .shop-filters {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 0;
}
.plp-styling .shop-filters .filter-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #122a40;
  padding: 18px clamp(10px, 2vw, 30px);
  border-radius: 7px 7px 0 0;
  margin: 0 -1px;
}
.plp-styling .shop-filters .filter-title::before {
  content: "";
  width: 29px;
  height: 6px;
  background-color: #ffa200;
}
.plp-styling .shop-filters .filter-title::after {
  content: "Filter Your Search";
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
}
.plp-styling .shop-filters .filter-title span {
  display: none;
}
.plp-styling .shop-filters .arrow-down,
.plp-styling .shop-filters .search-with-in {
  display: none !important;
}
.plp-styling .shop-filters .filter-section {
  margin: 0 !important;
}
.plp-styling .shop-filters .filter-section.filtername-instock, .plp-styling .shop-filters .filter-section.filtername-incontract {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 5px clamp(10px, 2vw, 30px);
}
.plp-styling .shop-filters .filter-section.filtername-instock h5, .plp-styling .shop-filters .filter-section.filtername-incontract h5 {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}
.plp-styling .shop-filters .filter-section.filtername-instock label, .plp-styling .shop-filters .filter-section.filtername-incontract label {
  margin: 7px 0 0;
}
.plp-styling .shop-filters .filter-section .filter-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px clamp(10px, 2vw, 30px);
  background-color: #f7f7f7;
  margin: 10px 0;
}
.plp-styling .shop-filters .filter-section .filter-section-header h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
.plp-styling .shop-filters .filter-section .filter-section-header .showhide-indicator {
  position: relative;
  top: unset;
  left: unset;
}
.plp-styling .shop-filters .filter-section .filter-section-header .showhide-indicator .fa-minus-square::before {
  content: "-";
}
.plp-styling .shop-filters .filter-section .filter-section-header .showhide-indicator .fa-plus-square::before {
  content: "+";
}
.plp-styling .shop-filters .filter-options {
  margin: 0;
}
.plp-styling .shop-filters .filter-options label {
  margin: 0;
  width: 100%;
  padding: 5px clamp(10px, 2vw, 30px);
}
.plp-styling .shop-filters .filter-options label a {
  font-size: 14px;
  color: #333;
}
@media (max-width: 768px) {
  .plp-styling .shop-filters .filter-options label a {
    padding: 0;
    border: 0;
  }
}
.plp-styling .shop-filters .filter-options label a:hover {
  color: #ffa200;
}
.plp-styling .shop-filters .more-options,
.plp-styling .shop-filters .more-filters {
  margin: 0;
  padding: 5px clamp(10px, 2vw, 30px);
}
.plp-styling .shop-filters .more-options a,
.plp-styling .shop-filters .more-filters a {
  font-weight: 400;
  font-size: 14px;
  padding: 0;
}
.plp-styling .shop-filters .more-options i,
.plp-styling .shop-filters .more-filters i {
  margin-right: 5px;
}
.plp-styling .shop-filters .more-filters i {
  margin-left: 5px;
}
.plp-styling .itemsfound {
  display: none !important;
}
.plp-styling .gridtools .listtools > .col-xs-4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.plp-styling .sortby {
  font-size: 14px;
  padding-right: clamp(10px, 3vw, 50px);
}
.plp-styling .productorderby {
  background-color: #fff;
  padding-top: 5px;
}
.plp-styling .listgrid {
  border: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
@media (max-width: 768px) {
  .plp-styling .listgrid {
    margin-right: 15px;
  }
}
.plp-styling .listgrid a {
  color: #404041;
  max-width: 60px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.plp-styling .listgrid a::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
}
.plp-styling .listgrid a:hover {
  color: #ffa200;
}
.plp-styling .listgrid a:first-of-type::after {
  content: url("https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-filter-list.png");
  width: 20px;
  height: 17px;
}
.plp-styling .listgrid a:last-of-type::after {
  content: url("https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-filter-grid.png");
  width: 21px;
  height: 21px;
}
.plp-styling .tileparent {
  border: 0;
}
.plp-styling .catalog-grid .tile {
  border: 0;
}
.plp-styling .catalog-grid .tile .indicators-grid,
.plp-styling .catalog-grid .tile .product-category {
  display: none !important;
}
.plp-styling .catalog-grid .tile .footer .quick-compare-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 10px 5px 0;
  margin: 15px 0 5px;
  grid-gap: 0 10px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
@media (max-width: 768px) {
  .plp-styling .catalog-grid .tile .footer .quick-compare-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.plp-styling .catalog-grid .tile .footer .quick-compare-wrap .addtoquicklist-wrapper {
  padding: 0;
  line-height: 1.5;
}
.plp-styling .catalog-grid .tile .footer .quick-compare-wrap .addtoquicklist-wrapper a {
  font-size: 12px;
  color: #4b4b4b;
}
.plp-styling .catalog-grid .tile .footer .quick-compare-wrap .product-compare-action {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  color: #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.5;
  justify-self: flex-end;
}
@media (max-width: 768px) {
  .plp-styling .catalog-grid .tile .footer .quick-compare-wrap .product-compare-action {
    font-size: 12px;
  }
}
.plp-styling .catalog-grid .tile .footer .quick-compare-wrap .product-compare-action .fa-stack {
  height: 12px;
  width: 12px;
  line-height: 18px;
  font-size: 18px;
  margin-right: 0.3em;
  border: 1px solid #ffa200;
}
.plp-styling .catalog-grid .tile .footer .quick-compare-wrap .product-compare-action .fa-stack .fa-square-o::before {
  content: "";
}
.plp-styling .catalog-grid .tile .footer .quick-compare-wrap .product-compare-action .fa-stack .fa-check {
  bottom: -2px;
  left: -2px;
}
.plp-styling .catalog-grid .tile .footer-wrapper {
  min-height: 150px;
  margin-bottom: 20px;
}
.plp-styling .catalog-grid .tile .footer-wrapper-description {
  display: flex;
  flex-direction: column;
}
.plp-styling .catalog-grid .tile .imgthumbnail {
  margin-bottom: 10px;
}
.plp-styling .catalog-grid .tile .brand-label {
  line-height: 1.5 !important;
  order: 1;
}
.plp-styling .catalog-grid .tile .brand-label a {
  font-weight: 400;
  color: #454545 !important;
}
.plp-styling .catalog-grid .tile .brand-label a:hover {
  color: #ffa200 !important;
}
.plp-styling .catalog-grid .tile .product-name {
  font-size: 14px;
  font-weight: 400;
  order: 2;
}
.plp-styling .catalog-grid .tile .product-name a:hover {
  color: #ffa200;
}
.plp-styling .catalog-grid .tile .product-stock {
  order: 3;
  margin: 0;
}
.plp-styling .catalog-grid .tile .product-stock strong {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 500;
}
.plp-styling .catalog-grid .tile .product-stock strong::before {
  content: "";
  width: 19px;
  height: 8px;
  display: block;
  background-color: #122a40;
  margin-right: 5px;
}
.plp-styling .catalog-grid .tile .product-stock .in-stock {
  color: #1fb826;
}
.plp-styling .catalog-grid .tile .product-stock .in-stock::before {
  background-color: #1fb826;
}
.plp-styling .catalog-grid .tile .product-stock .out-stock {
  color: #ffa200;
}
.plp-styling .catalog-grid .tile .product-stock .out-stock::before {
  background-color: #ffa200;
}
.plp-styling .catalog-grid .tile .product-sku {
  order: 4;
  font-size: 13px;
  color: #404041;
}
.plp-styling .catalog-grid .tile .product-sku strong {
  font-weight: 400;
}
.plp-styling .catalog-grid .tile .footer-wrapper-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  column-gap: 5px;
}
.plp-styling .catalog-grid .tile .footer-wrapper-price .price-label {
  order: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.plp-styling .catalog-grid .tile .footer-wrapper-price .uom {
  display: none !important;
}
.plp-styling .catalog-grid .tile .footer-wrapper-price .price-label-inc-vat {
  order: 3;
}
.plp-styling .catalog-grid .tile .footer-wrapper-price .rrp {
  order: 2;
  font-size: 12px;
}
.plp-styling .catalog-grid .tile .footer-wrapper-price .rrp > span {
  text-decoration: line-through;
}
.plp-styling .catalog-grid .tile .buttons.group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 5px;
  margin-top: auto;
}
.plp-styling .catalog-grid .tile .buttons.group input {
  margin: 0;
  width: 35px;
  height: 35px;
  border: 2px solid #006aac;
  font-size: 13px;
  font-weight: 900;
  border-radius: 5px;
}
.plp-styling .catalog-grid .tile .buttons.group button {
  flex: 1;
  margin: 0;
  max-width: none;
  min-height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 900;
  font-size: 12px;
  background-color: #006aac;
  transition: background-color 0.35s;
  border-radius: 5px;
}
.plp-styling .catalog-grid .tile .buttons.group button:hover {
  background-color: #122a40;
}
.plp-styling .listtoolsbottom {
  background-color: #f7f7f7;
  border: 0;
  padding: 7px 15px;
}
.plp-styling .listtoolsbottom > div:first-of-type {
  font-size: 0;
}
.plp-styling .listtoolsbottom > div:first-of-type b {
  font-size: 14px;
}
.plp-styling .listtoolsbottom > div:first-of-type::after {
  content: "Products Found";
  font-size: 14px;
  margin-left: 5px;
  font-weight: 300;
}
.plp-styling .listtoolsbottom > div:nth-of-type(2) {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
}
.plp-styling .listtoolsbottom > div:nth-of-type(2) .productperpage {
  background-color: #fff;
  margin: 0 10px;
}
.plp-styling .listtoolsbottom .pagination a {
  padding: 2px 12px;
  border: 1px solid #8d8d8d;
}
.plp-styling .listtoolsbottom .pagination li.active a {
  background-color: #122a40;
  color: #fff;
  border-color: #122a40;
}
@media (max-width: 768px) {
  .plp-styling .listtoolsbottom .pagination li {
    padding: 0;
    border: 0;
  }
}
/*** End PLP Styling***/

/*** Breadcrumbs ***/
.breadcrumb {
  padding: 0;
  margin: 10px 0 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
  overflow: visible;
}
.breadcrumb li {
  line-height: 1.5;
}
.breadcrumb li::before {
  display: none;
}
.breadcrumb li a,
.breadcrumb li span {
  line-height: 1.5;
  padding: 9px 13px;
  background-color: #f7f7f7;
  font-weight: 400 !important;
  color: #181616;
  font-size: 14px;
}
.breadcrumb li a i,
.breadcrumb li span i {
  display: none;
}
/*** End Breadcrumbs ***/