﻿/*div.img-fluid.black-background {
    position: relative;
}

    div.img-fluid.black-background > img {
        width: 100%;
        position: relative;
        z-index: 0;
    }*/

    .design-container, .cart-design-container {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 33;
    }

        .design-container > img, .cart-design-container > img {
            float: left;
        }

.options-overlay {
    z-index: 9999 !important;
}

.img-fluid {
    position: relative;
}

.img-op {
    opacity: 0;
}

.spinner-border {
    position: relative;
    z-index: 1;
}

.spinner {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 44;
}

.zoom-bg {
    padding-top: 120%;
    position: relative;
}

    .zoom-bg > div {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 5%;
    }

.zoom-bg > div > img {
    width: 100%;
    float: left;
}

.simplebar-content {
    position: relative;
}

.content-side .block.cart-main-container {
    margin-bottom: 0;
}

.cart-footer {
    position: absolute;
    bottom: 0;
}

.empty-cart p {
    text-align: center;
}