:root {
    --theme-pri: #f30732;
    --theme-hover: #ff083d;
    --theme-hover-2: #bd0527;
    --theme-text: #FFFFFF;
    --theme-sec: #49aeff;
}
.theme-color {
    color: #f30732!important;
}
.btn-theme {
    background-color: #f30732!important;;
    color: #FFFFFF!important;
}
.btn-theme:hover {
    background-color: #bd0527!important;
    color: #FFFFFF!important;
}
.btn-add {
    background-color: #f30732!important;;
    color: #FFFFFF!important;
}
.btn-add:hover {
    background-color: #ff083d!important;
    color: #FFFFFF!important;
}
.item-in-cart-qty {
    background-color: #f30732!important;
}
#opening_logo {
    max-width: 170px;
    max-height: 127.5px;
}
.footer-logo {
    max-width: 127.5px;
    max-height: 97.75px;
}
#opening_image > img {
    filter: brightness(80%);
}
