.block.related {
    width: 100%;
    margin-top: 5px;
}

.block.related .block-title.title {
    display: none;
}

.block.related .related-available .product-item-name {
    margin-top: 3px;
    width: auto;
    margin-right: 10px;
    display: inline;
}

.addon_content .price {
    font-size: 14px !important;
    font-weight: bold !important;
}

.block.related li.item.product.product-item {
    width: 100%;
}

.product-item-info.related-available {
    width: 100%;
}

.product-item-info.related-available .product-image-wrapper {
    padding-bottom: 28% !important;
    width: 50px;
}

.product-item-info.related-available a.action.tocompare {
    display: none;
}

.product-item-info.related-available a.product-item-link {
    font-size: 12px;
}

.product-info-box .product-detail-info-box .product-info-main .addon_text {
    margin-top: 0px;
}

.product-info-box .product-detail-info-box .product-info-main {
    margin-top: 10px;
}

.block.related .product-item-details {
    margin-top: 10px;
    width: 100%;
    margin-left: 4px;
    position: initial;
}

.block.related .product-item-details .price-box {
    margin-left: 12px;
}

.block.related .field.choice {
    position: initial;
    float: left;
}

.block.related .field.choice input.checkbox {
    float: left;
    margin: 0px !important;
    height: auto !important;
    width: auto;
}

.block.related .field.choice label {
    position: initial !important;
    overflow: initial !important;
    font-weight: normal;
    margin-left: 3px !important;
    width: auto;
    float: left;
    margin-top: 1px !important;
    font-size: 11px;
}

.addon_content {
    margin-bottom: 5px;
    border: 1px solid gainsboro;
    padding: 5px 5px 0 5px;
}

.addon_text .image {
    float: left;
    margin-right: 10px;
}

.addon_text .block-actions {
    margin-top: -5px;
    margin-bottom: 8px;
}

.addon_text.image {
    float: left;
    margin-right: 10px;
}

@media (min-width: 768px)
{
    .product-info .col-sm-6 {
        width: 45% !important;
    }
}

@media screen and (min-width: 1200px) {
    .product-info .product-info-content {
        padding-left: 0;
        width: 55% !important;
    }
}
