/* =================================================== * CUSTOM CSS CODE BELOW * =================================================== */ 


/* ===== PRODUKTSIDA - Super specifikt ===== */
.row .col-lg-5 .list-inline-item.h4.font-weight-light.mb-0.product-price.qs-product-price.w-100 {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #ED630C !important;
}

.row .col-lg-5 .list-inline-item.font-weight-light s.qs-product-before-price.product-before-price {
  font-size: 1.5rem !important;
  opacity: 0.6 !important;
  margin-left: 0.5rem !important;
  color: #e60023 !important;
}

/* ===== PRODUKTLISTOR ===== */
.startpage-product-slider .product-price,
.similar-slider .product-price {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #ED630C !important;
}

.startpage-product-slider .product-before-price,
.similar-slider .product-before-price {
  font-size: 1.25rem !important;
  opacity: 0.6 !important;
  margin-left: 0.5rem !important;
  color: #e60023 !important;
}