.product {
  background-color: #f2f2f2;
  padding: 2rem 0px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .product__breadcrumb {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .product__images, .product__details {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 767.98px) {
      .product__images, .product__details {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 2rem; } }
  .product__image {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    width: 450px;
    height: 450px;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .product__image {
        width: 280px;
        height: 280px; } }
  .product__icon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 1rem;
    cursor: pointer; }
    .product__icon--active {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28), 0 2px 5px rgba(0, 0, 0, 0.32); }
  .product__price {
    display: block;
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 1.2rem; }
  .product__description {
    display: block;
    margin-bottom: 1.5rem; }
  .product__name {
    margin-bottom: 1.5rem; }
  .product__vat {
    font-weight: normal; }
  .product__submit {
    font-weight: bold; }
.breadCrumb {
  margin: 20px 0px; }
  .breadCrumb__link {
    text-decoration: none;
    color: #075ea8; }
    .breadCrumb__link:not(:last-child):after {
      content: '  /  '; }
    .breadCrumb__link:hover {
      text-decoration: none; }
