.compare-products .add-to-compare-list-button {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #8c8c8c;
  text-transform: uppercase;
  border: none;
  background: transparent;
  transition: all .2s ease;
  text-align: right;
}

.product-specs-box .data-table {
  border: 0;
}

  .product-specs-box .data-table td {
    border-bottom: 1px solid #EAEAEA;
  }

    .product-specs-box .data-table td.spec-name {
      font-size: 14px;
      color: #000000;
      font-weight: 600;
    }

    .product-specs-box .data-table td.spec-value {
      border-right: 0;
    }

td.spec-value {
  font-size: 14px;
  color: #444444;
  font-weight: normal;
}


.computerHomePagePicture {
  content: url('../../../../../wwwroot/images/uploaded/logo/newslattersubscription.png');
  z-index: 2000;
}

img.computerHomePagePicture {
  content: url('../../../../../wwwroot/images/uploaded/logo/newslattersubscription.png');
  z-index: 2000;
}

.spc-categories .category-products {
  display: none;
}


.spc-categories .category-picture a {
  display: block;
  position: relative;
  padding-bottom: 40%;
  overflow: hidden;
}

.spc-categories .spc-body {
  border: 1px solid #eee;
}

.spc-categories .category-picture img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  width: -webkit-fill-available;
  max-width: none;
  transition: all 0.3s ease;
  width: 100%;
}

.spc-categories .category-info {
  width: 100%;
}

.category-grid .item-box .title a {
    text-align: center;
}



/*.category-grid.sub-category-grid .item-grid, .home-page-product-grid .slick-list {
    display: flex;
    justify-content: center;
}*/

@media (max-width: 1024px) {
    .spc-categories {
    min-height: 70px;
    margin: 0;
    margin-top: 1em;
    background-color: white;
    border: solid 2px #eee;
  }


    .spc-categories .category-mobile-navigation {
      display: none;
    }
}

@media (min-width: 768px) {
  .spc-categories .category-picture {
    max-width: 100%;
    margin: 0;
    object-fit: contain;
  }

  .category-grid.home-page-category-grid .item-grid,  .category-grid.sub-category-grid .item-grid, .blog-posts, .new-prices-products .home-page-product-grid .slick-list /*, .slick-carousel.item-grid.slick-initialized.slick-slider*/ {
        display: flex;
        justify-content: center;
    }

    
}

.spc-categories .category-picture {
  font-size: 0;
}


/*on over on picture change picture size*/
.category-details .category-picture:hover {
  background-color: white;
  transition: -webkit-transform .5s cubic-bezier(0,0,.44,1.18);
  transition: transform .5s cubic-bezier(0,0,.44,1.18);
  transition: transform .5s cubic-bezier(0,0,.44,1.18),-webkit-transform .5s cubic-bezier(0,0,.44,1.18);
  -webkit-transform: scale(1.09);
  transform: scale(1.09)
}

@media (max-width: 500px) {

  .spc .spc-categories {
    display: none;
  }
}
