.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: '+';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: '-';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}


.item-swatch {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

.read-more-state ~ ul li .read-more-trigger {
  background-color: #ccc;
  background-image: url('../../7/assets/plus2.png');

}

.read-more-state:checked ~ ul li .read-more-trigger {
  background-color: #ccc;
  background-image: url('../../7/assets/minus2.png');

}

.item-swatch li {
    margin-bottom: 3px;
}

.widget-product div .no_crop_image{
    margin-bottom: -10px; 
}