/**********************
     Bught items button
***********************/
.bought-items-btn {
    position: fixed;
    bottom: 1.5em;
    right: 1em;
    /* background-color: #f9f9f9; */
    background-color: #ffe97d;
    border-radius: 1.25em;
    z-index: 9999;
}

.bought-items-btn>.bought-items-amount {
    font-size: 0.7em;
    padding: 0.25em;
    border-radius: 50%;
    background: red;
    color: white;
    display: inline-flex;
    position: absolute;
    top: 0px;
    left: 28px;
}

.bought-items-btn>.circle-btn {
    animation: none;
}

.bought-items-btn>.bought-items-price {
    padding-right: 0.7em;
    font-weight: 600;
}