#btn-back-to-top {
position: fixed;
bottom: 55px;
right: 20px;
display: none;
}

.cookie-consent{
    position: fixed;
    bottom: 0px;
    width: 100%;
    
    height: 45px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #555555;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cookie-allow-button{
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green;
}


/* Dismissible alerts - Expand the right padding and account for the close button's positioning. */

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  
}
.cart-item-text {
    max-width: 120px;
}

.offcanvas-body {
    margin-bottom: 150px;
}

.offcanvas-footer {
    position: fixed;
    bottom: 0;
    width: 365px;;
}

@media (min-width: 769px) {
    .offcanvas-end {width: 650px !important;} 
    .offcanvas-footer {border-top: 1px solid blue; width: 615px !important;}
    .cart-item-text {
        max-width: 470px;
    }
}
