.product.data.items{
    background-color: #F8F8F8;
    border: 1px solid rgba(182, 187, 188, 0.5);
}
.product.data.items > .item.content{
    border: none;
    padding: 25px;
}
.product.data.items > .item.title{
    margin: 0;
}
.product.data.items > .item.title > .switch{
    border: none;
    font-weight: 600;
    color: #52575A;
    height: 50px;
    line-height: 50px;
}
.product.media, .product-info-main{
    margin-top: 40px;
}
.product.data.items > .item.title.active > .switch{
    background-color: #D8252E;
    color: #ffffff;
    font-weight: 400;
}
.product.data.items > .item.title.active > .switch:focus{
    color: #ffffff;
    background-color: #D8252E;
}
.product.attribute.sku{
    display: flex;
    flex-wrap: wrap;
}
.product.attribute.sku strong{
    margin-right: 15px;
}
.fotorama-item .fotorama__thumb{
    border: 1px solid rgba(182, 187, 188, 0.5);
}
.fotorama-item .fotorama__stage__shaft{
    padding-left: 10px;
}
.fotorama__arr{
    background-color: transparent;
}
.fotorama__arr .fotorama__arr__arr{
    background-image: url('../images/right-cevron.png');
}
.fotorama__arr--prev .fotorama__arr__arr{
    background-image: url('../images/left-cevron.png');
}
.fotorama__arr--next .fotorama__arr__arr, .fotorama__arr--prev .fotorama__arr__arr{
    background-position: 25px;
}
.fotorama__arr:hover, .fotorama__thumb__arr:hover{
    background-color: transparent;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr{
    display: none;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr{
    opacity: 1;
}
.product-info-main .product.attribute.overview{
    margin: 0;
}

@media screen and (max-width: 767px){
    .catalog-product-view .product.media{
        margin-top: 0;
    }
}