:root {
    --theme-pri: #39b6f0;
    --theme-hover: #45deff;
    --theme-hover-2: #2c8dbb;
    --theme-text: #FFFFFF;
    --theme-sec: #49aeff;
}
.theme-color {
    color: #39b6f0!important;
}
.bg-theme {
    background-color: #39b6f0!important;;
    color: #FFFFFF!important;
}
.btn-theme {
    background-color: #39b6f0!important;;
    color: #FFFFFF!important;
}
.btn-theme:hover {
    background-color: #2c8dbb!important;
    color: #FFFFFF!important;
}
.btn-add {
    background-color: #39b6f0!important;;
    color: #FFFFFF!important;
}
.btn-add:hover {
    background-color: #45deff!important;
    color: #FFFFFF!important;
}
.item-in-cart-qty {
    background-color: #39b6f0!important;
}
#opening_logo {
    max-width: 400px;
    max-height: 300px;
}
.footer-logo {
    max-width: 70%;
    max-height: 230px;
}
