.breadcrumbs {
    margin: auto 0;
}

.breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    border-radius: 0;
    font-size: 80%;
    padding: 8px 16px;
}

.product_gallery {
    clear: both;
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px) !important;
}

.product_gallery_content_hidden {
    border-radius: 0 !important;
    bottom: 8px !important;
}