﻿.SFT{

}

.SFT .product-name {
    text-align: center;
}

.SFT.detail-gallery{
    margin: 0 0 60px;
}
.SFT.detail-gallery.detail-picture{
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
}
.SFT .detail-gallery .detail-picture img{
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}