body{
    font-size:16px;
    background-color: white;
}

.col-products .product.media .gallery-placeholder .fotorama__stage__frame .fotorama__img{
    padding: 20px !important;
}

.fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
    margin-top:0px;

}
.fotorama__nav__shaft{
    display:flex;
    justify-content: space-around;
}
.fotorama__thumb-border{
    display:none;
}
.product-view .product-info-main .product-info-price, .product-social-links{
    margin-bottom:15px;
    padding-bottom:15px;
}
.product-view .product-info-main .price-box.price-final_price{
    margin-top:15px;
}
.vista_previa_button{
    font-weight:bold;
}

.product.data.items>.item.title{
    width:100%;
    text-align:left !important;
}
.product.data.items>.item.content{
    float:none;
    margin-left:0;
}
.product.info.detailed .product.data.items .item.title{
    margin-left:0;
}

.detail-info-product-view form{
    float:left;
    margin-right:20px;
}

.product-social-links a.action.towishlist, .product-social-links a.action.tocompare{
    width: 44px;
    height: 44px;
}
.product-social-links a.action.towishlist i, .product-social-links a.action.tocompare i {
    line-height: 40px;
    vertical-align: super;
}

.product.info.detailed .product.data.items .item.title {
    margin-top: 15px;
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
}
.product.info.detailed .product.data.items .item.title a{
    font-size:18px;
}
.product.info.detailed .product.data.items .item.content{
    padding-left:20px;
}
.product.data.items .data.item.content > *{
    float:left;
    margin-top:20px !important;
}
.data.switch:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    float: right;
    font-size: 12px;
    margin-top: 5px;
}
.data.item.active .data.switch:after {
    content: "\f077";
}

.product-view .product-info-main .product.attribute.overview .value{
    color: #333;
}

.product-view .block.related li, .product-view .block.upsell li{
    list-style: none !important;
}

.sepa_logo div {
    text-align: center;
}

.sepa_logo .text {
    vertical-align: baseline;
    margin-bottom: 5px;
    clear: both;
    width: 100%;
    display: block;
    font-weight: bold;
}

.sepa_logo img {
    max-width: 165px;
    display: inline;
    background: white;
    border-radius: 100%;
    padding: 5px;
    margin-left: 0;
}

.block.widget .products-grid .product-item{
    padding: 0 15px;
}

.block.widget .products-grid .product-item .price-box .price {
    font-size: 14px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    color: #888;
    display: inline-block;
    font-weight: normal;
}

.block.widget .products-grid .product-item .product-item-inner{
    display: none !important;
}

@media (max-width: 768px) {
    .col-products .product.media .gallery-placeholder .fotorama__stage__frame .fotorama__img {
        padding: 0px !important;
    }
    .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
        margin-top:20px;
    
    }
}