* {
    margin: 0;
    padding: 0;
    border: 0;
}

/*body {*/
/*    height: 100vh;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    background: #f4f7f8;*/
/*}*/

.bnavbar {
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    z-index: 1099;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

.bnavbar button {
    cursor: pointer;
    width: 60px;
    height: 50px;
    border-radius: 20px;
    background: transparent;
    transition: all .25s ease;
}

.bnavbar button:active:not(.plus) {
    transform: scale(1.2);
}

.bnavbar button.active {
    color: var(--theme-color);
}
.bnavbas {
    color: #2c2c46;
}
.bnavbar button svg {
    font-size: 1.5rem;
    pointer-events: none;
}

.bnavbar button.plus {
    height: 60px;
    color: #fff;
    background: var(--theme-color);
    border-radius: 25px;
    margin-top: -50px;
}

.bnavbar button.plus:hover {
    transform: translateY(-4px);
}

.bnavbar .effect {
    position: absolute;
    width: 60px;
    height: 50px;
    border-radius: 18px;
    background: #e84c4f26;
    opacity: 0;
}

.clickable-svg {
    cursor: pointer;
}


.buy-now .btn-buy-now {
    position: fixed;
    height: 45px;
    width: 45px;
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    border: none;
    color: white;
    bottom: 5rem;
    left: 1.625rem;
    z-index: 1049;
    border-radius: 16px;
}
.buy-now .btn-buy-now:hover {
    box-shadow: none;
}


.object-cover-center {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}


.bg-theme {
    background-color: var(--theme-color) !important;
}


.bg-primary {
    background-color: var(--theme-color) !important;
}

.text-primary {
    color: var(--theme-color) !important;
}
