:root {
    --theme-pri: #0c0c0c;
    --theme-hover: #0e0e0e;
    --theme-hover-2: #090909;
    --theme-text: #FFFFFF;
    --theme-sec: #49aeff;
}
.theme-color {
    color: #0c0c0c!important;
}
.bg-theme {
    background-color: #0c0c0c!important;;
    color: #FFFFFF!important;
}
.btn-theme {
    background-color: #0c0c0c!important;;
    color: #FFFFFF!important;
}
.btn-theme:hover {
    background-color: #090909!important;
    color: #FFFFFF!important;
}
.btn-add {
    background-color: #0c0c0c!important;;
    color: #FFFFFF!important;
}
.btn-add:hover {
    background-color: #0e0e0e!important;
    color: #FFFFFF!important;
}
.item-in-cart-qty {
    background-color: #0c0c0c!important;
}
#opening_logo {
    max-width: 216px;
    max-height: 162px;
}
.footer-logo {
    max-width: 162px;
    max-height: 124.2px;
}
#opening_image > img {
    filter: brightness(58%);
}
