.daily-horp .nav-pills .nav-link {
    margin: 5px 10px !important;
}

#cartBtn {
    z-index: 1060;
}

#cartBtn .badge {
    position: relative;
    top: -2px;
}

.toast-success {
    background: #198754;
    color: #fff;
}


.enscart_wrapper {
    position: fixed;
    right: 1.25rem; /* ≈20 px from the edge */
    bottom: 1.25rem; /* ≈20 px from the edge */
    z-index: 1050; /* above most content   */
}

.enscart_image_wrapper {
    background-color: rgba(0,0,0,.6);
    border-radius: 30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    will-change: transform;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1140;
}

.enscart_image_wrapper:hover{
    transform: scale(1.1);
}
.enscart_image {
    margin: 10px;
}

.enscart_counter {

    cursor: pointer;
    min-width: 30px;
    height: 30px;
    background-color: #d62240;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: -5px;
    top: -5px;
    text-align: center;
    line-height: 30px;
    margin: 0px 3px;
    z-index:1150;
}