:root {
    --theme-pri: #4b0804;
    --theme-hover: #5b0904;
    --theme-hover-2: #3a0603;
    --theme-text: #FFFFFF;
    --theme-sec: #49aeff;
}
.theme-color {
    color: #4b0804!important;
}
.bg-theme {
    background-color: #4b0804!important;;
    color: #FFFFFF!important;
}
.btn-theme {
    background-color: #4b0804!important;;
    color: #FFFFFF!important;
}
.btn-theme:hover {
    background-color: #3a0603!important;
    color: #FFFFFF!important;
}
.btn-add {
    background-color: #4b0804!important;;
    color: #FFFFFF!important;
}
.btn-add:hover {
    background-color: #5b0904!important;
    color: #FFFFFF!important;
}
.item-in-cart-qty {
    background-color: #4b0804!important;
}
#opening_logo {
    max-width: 308px;
    max-height: 231px;
}
.footer-logo {
    max-width: 70%;
    max-height: 177.1px;
}
