.sh-container {
    display: flex;
    flex-direction: row; /* Set the direction to row */
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Add space between image and content */
}

.sh-content {
    flex: 1; /* Allow content to take up remaining space */
    padding-left: 20px;
    padding-right: 20px;
}

.sh-image {
    max-width: 100px; /* Limit image width */
    height: auto; /* Maintain aspect ratio */
}

.entry-summary .summary-inner
{
    position: relative;
    top: -45px;
}

.product_title.wd-entities-title{
    margin-bottom: 0px;
}

.wd-products-nav {
    top: 42px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
    margin-top: 40px;
}

.product-image-summary .cart{
    margin-bottom: 15px;
    margin-top: 45px;
}

.out-of-stock.product-label{
    font-weight: bolder;
    color: #B50808 !important;
    font-size: 16px !important;
}