﻿/* 2023-05-26 */
.sku {
  color: red;
  font-weight: 550;
}

.product-box .sku:before {
  color: #212529;
  content: "SKU: ";
  font-weight: normal;
}

.gallery img.main-image {
  padding-left: 20%;
  padding-right: 20%;
  background-color: white;
}

img {
  background-color: white !important;
}