.foot {
    font-size: x-small;
    color: lightgray;
    text-align: center;
}

div.carde {
    position: relative;
}

div.carde a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.colbox {
    /* background: #c2e1ff; */
    background: #f3f7ff;
}

a.colred{
    color: red;
}


.product-image-gallery {
    background-color: #fefefe;
    padding: 1.5rem;
  }
  
  .pdp-product-image {
    margin-bottom: 20px;
  }
  
  .product-thumbs a {
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 !important;
  }
  
  .product-thumbs a img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    border: none;
  }
  
  