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

.productsummary_container .productdetails .product-description-in-summary.collapsible custom-html::after {
  display: none !important;
}

/* Reorganising PDP page slightly */
.ex-product {
  .productsummary_container .productdetails .product-description-in-summary.collapsible {
    order: -1;
  }

  .productsummary_container .productdetails .prod-code-wrapper {
    order: 1 !important;
  }

  .productsummary_container .productdetails .prod-category {
    display: block !important;
    order: 2;
    margin: 0;
  }

  .productsummary_container .productdetails .manufacturer-name {
    order: 3;
  }

  .productsummary_container .productdetails .manufacturer-ref {
    order: 4;
    margin-top: 5px;
  }

  .productimage_container .prod-category {
    display: none;
  }
}

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;
}