#floating-btns {
    position: fixed;
    right: 15px;
    top: auto;
    z-index: 999;
    bottom: 55px;
}

#floating-btns .floating-btn {
    background: white;
    border: 2px solid #137d7a !important;
    z-index: 999;
    opacity: 0.8;
    padding: 0;
    text-align: center;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

#floating-btns .floating-btn img {
    color: #137d7a;
    height: 24px;
    width: 24px;
}

#cart-btn-floating-count,
#wishlist-floating-count {
    top: -35%;
}

/* Back to top */

#back-to-top {
    position: fixed;
    right: 15px;
    top: auto;
    z-index: 999;
    display: none;
    bottom: -60px;
}

#back-to-top .btn {
    background: white;
    color: #137d7a;
    height: 40px;
    width: 40px;
    line-height: 1;
    padding: 0;
    text-align: center;
    font-size: 18px;
    border: 2px solid #137d7a !important;
    opacity: 0.8;
    filter: alpha(opacity=70);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 999;
}

#back-to-top .btn:hover, #back-to-top .btn:active,
#back-to-top .btn:focus {
    background: #137d7a;
    border: 2px solid #137d7a;
    color: #ffffff !important;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

#back-to-top.affix {
    bottom: 15px;
}

#back-to-top a {
    outline: none;
}

#back-to-top i {
    font-size: 18px;
    line-height: 16px;
}

@media (max-width: 991px) {
    #back-to-top {
        display: flex;
        bottom: 15px;
    }
}

@media (max-width: 768px) {
    #cart-btn-floating {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #back-to-top {
        display: flex;
    }
}
