/**** Products - Start *****/

.product.media .gallery-placeholder .fotorama__nav--thumbs{float: left;}

.p-number {font-size: 26px;}

.fotorama__stage {
  max-height: 550px;
}
.fotorama__stage__frame .fotorama__img {
    top: 50%;

}
.fotorama {
    min-width:350px;
    overflow: hidden;

}
.fotorama-item.fotorama.fotorama--fullscreen {
    z-index: 9999 !important;
    max-height: 1200px !important;
}
.product.media {
    float: left;
    margin-bottom: 25px;
    display: flow-root;
}
.quantity-price {
    font-size: 12px;
}
.notes-after-gallery {
    font-size: 12px;
    position: relative;
    margin-top: -110px;
}
/**** Products - End *****/

.product-icons{
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  &__li{
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 30px;
  }
  &__icon{
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;

  }
}
