.bg-primary {
    background-color: #373e46 !important;
}

.bg-secondary {
    background-color: #697480 !important;
}

.text-primary {
    color: #BB9E72 !important;
}

.text-secondary {
    color: #697480 !important;
}

.stickyCart {
    display: none;
    background-color: #222222;
    color: #ffffff;
    position: fixed;
    bottom: 40px;
    z-index: 99;
    width: 80%;
    padding: 5px 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-wishlist {
    color: #2f2f2f;
    background-color: #fff;
    border: 0;

    text-transform: uppercase;
    text-align: center;
    padding: .5rem;

}

.btn-wishlist:hover,
.btn-wishlist:focus {
    color: #000;
    background-color: #f2f2f2;
}

.on-top {
    z-index: 999999999999;
}

.bg-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
}

.flip-x {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* small text */
.small-text {
    font-size: 12px;
}
.text-justify {
    text-align: justify;
}