.top-util-navbar {
    position: relative;
    z-index: 1031;
}

.navbar-main {
    z-index: 1020;
}

/* Carousel */
/* Prevent carousel controls from overlapping text */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    /* narrower hit area */
    opacity: 0.8;
    z-index: 5;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

/* Give the control icons a visible background */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 12px;
    background-size: 50% 50%;
}

/* Ensure the container text stays above the controls */
.carousel-item .container {
    position: relative;
    z-index: 2;
}

/* On very small screens, widen controls slightly */
@media (max-width: 576px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }
}

/* /Carousel */


.card-xfix {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-xfix .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-xfix .card-body .add-to-cart {
    margin-top: auto !important;
    width: 100%;
}

/* shop sidebar */
.shop-sidebar {
    height: 98%;
    overflow-y: auto;
}

/* /END of shop sidebar */

/* checkout */
.checkout-cart-items-section {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
    overflow-x: hidden
}

/* /END of checkout */