ul.product_list .product-image-container img {
  background-color: #fff; }

.gallery-thumb-list {
  overflow: hidden;
  text-align: center;
  margin-top: 10px; }

.gallery-thumb-list li {
  display: inline-block;
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .gallery-thumb-list li + li {
    margin-left: 9px; }
  @media (max-width: 1199px) {
    .gallery-thumb-list li {
      width: 29.3%; } }
  @media (max-width: 565px) {
    .gallery-thumb-list li {
      width: 28.3%; } }

.gallery-thumb-list li a img {
  border: 0px solid #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.gallery-thumb-list li.active a img, .gallery-thumb-list li a:hover img {
  border: 2px solid #333333;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
