/* woo fly cart + astra back to top */
/* #woofc-area,
#woofc-count {
    display: block !important;
}
.woofc-count {
    display: block !important;
} */

.woofc-count.woofc-count-bottom-right {
    left: 25px !important;
    bottom: 25px !important;
    background: rgb(255, 194, 0);
}

.buttons_added::before {
    display: none !important;
}

/* scroll to top */
#ast-scroll-top {
    font-size: 1.5rem;
    border: 1px solid white;
    transition: all .2s linear;
    left: 25px;
    bottom: 25px;
}

#ast-scroll-top:hover {
    border: 1px solid #1a1a1a;
    background-color: white !important;
    color: #1a1a1a !important;
    transition: all .2s linear;
}

#ast-scroll-top {
    font-size: 1.8rem;
    border: none !important;
    display: block;
    width: 60px !important;
    height: 60px !important;

    line-height: 60px;
    text-align: center;
    background-color: #ffffff !important;
    color: #1a1a1a !important;

    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

#ast-scroll-top:hover {

    line-height: 60px;
    text-align: center;
    background-color: #1a1a1a !important;
    color: #ffffff !important;

    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}