.details-wrapper {
    .main-column.is-centered {
        display: block !important;
    }

    .row__center {
        width: auto !important;
    }

    .article-column {
        width: auto !important;
    }

    nav.sub-nav {
        display: none !important;
    }
    table {
        width: auto !important;
    }
}

/*HIDE QTY*/
.hidequantity .quantityBox__container.block {
    display: none;
}

.hidequantity .product__quantity {
display: none;
}

/* Remove or comment out the existing #loadingOverlay CSS:
div#loadingOverlay {
    position: fixed;
    top: -100vh;
    left: -100vw;
    width: 200vw;
    height: 200vh;
    pointer-events: none;
    background: #002E47;
    z-index: -1;
}
div#loadingOverlay:before {
    position: fixed;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150%;
    height: 600px;
    width: 600px;
    pointer-events: none;
}
*/