:root {
    --theme-pri: #7a2430;
    --theme-hover: #942b3a;
    --theme-hover-2: #5f1c25;
    --theme-text: #FFFFFF;
    --theme-sec: #49aeff;
}
.theme-color {
    color: #7a2430!important;
}
.bg-theme {
    background-color: #7a2430!important;;
    color: #FFFFFF!important;
}
.btn-theme {
    background-color: #7a2430!important;;
    color: #FFFFFF!important;
}
.btn-theme:hover {
    background-color: #5f1c25!important;
    color: #FFFFFF!important;
}
.btn-add {
    background-color: #7a2430!important;;
    color: #FFFFFF!important;
}
.btn-add:hover {
    background-color: #942b3a!important;
    color: #FFFFFF!important;
}
.item-in-cart-qty {
    background-color: #7a2430!important;
}
#opening_logo {
    max-width: 200px;
    max-height: 150px;
}
.footer-logo {
    max-width: 150px;
    max-height: 115px;
}
