.shop .product-overlay {
    opacity: 1;
    position: unset;
    left: unset;
    right: unset;
    bottom: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 9999;
}


@media (min-width: 992px) {
    .product-item {
        height: 265px;
    }
    .shop .product-details {
        float: left;
        width: 100%;
    }
}

.sidebar {
    float: left;
}

.shortstory {
    margin-bottom: 25px
}