.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #ffeeef;
}



header .minicart_container .cart-btn>a.btn .minicart_count
Specificity: (0,4,2)
 {
	align-items: center;
	background: #28b2c4;
	border-radius: 100%;
	color: #fff;
	display: flex;
	height: 24px;
	justify-content: center;
	transition: color .35s ease, background .35s ease;
	width: 24px;
}

nav.menu .catalog-block ul.catalog>li>a
 {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: white;
    display: flex;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

nav.menu .catalog-block ul.catalog
 {
    align-items: stretch;
    display: flex;
    justify-content: center;
    background-color: #404040;
}

.fa-location-pin:before, .fa-map-marker:before
 {
    content: "\f041";
    color: white;
}

.fa-phone:before {
    content: "\f095";
    color: white;
}

.fa-envelope:before {
    content: "\f0e0";
    color: white;
}

.label-danger {
    background-color: #08a74b;
}

.productsummary_container .productdetails .prod-code span {
    background-color: #fff0f0;
    color: var(--evo-text-col);
    font-weight: 400;
}

#cdash_address .with-padding-trl {
    background-color: #efeced;
    padding: 15px;
}

body:not(.ex-validate-items-reorder) .contractitems #list .product-sku span, body:not(.ex-validate-items-reorder) .quicklistsedit #list .product-sku span {
    background-color: #efeced;
    color: var(--evo-text-col);
}

.categoryfiltermenu_container, .filters_container {
    background-color: #efeced;
    border-radius: 5px;
    padding: 35px 20px;
}

/* remove show more on product descriptions */
.productsummary_container .productdetails .product-description-in-summary.collapsible {
  grid-template-rows: auto 1fr;
  
  &::after {
	display:none;
  }
  
  custom-html::after {
    display:none;
  }
}

.testimonials-widget {
  .testimonial-box {
    h2 {
    	display:none;
    }
    
    p {
      max-height: none;
      overflow: visible;
      text-overflow: unset;
      -webkit-line-clamp: none;
    }
  }
}