body.sticky_add_to_cart .js-product-add-to-cart .add_to_cart_content {
    position: fixed;
    bottom: -100px;
    z-index: 10;
    background: white;
    left: 0px;
    right: 0px;
    padding: 18px 15px;
    transition: bottom 0.3s ease;

    border-top: 1px solid #dde8ed;
    border-bottom: 1px solid #dde8ed;
}
body.sticky_add_to_cart .js-product-add-to-cart.show .add_to_cart_content {
    bottom: 0px;
    transition: bottom 0.3s ease;
}
body.sticky_add_to_cart #return-to-top{
    display: none!important;
}
body.sticky_add_to_cart .add_to_cart_content .qty,body.sticky_add_to_cart .add_to_cart_content .add{
    margin-bottom: 0px
}
body:not(.sticky_add_to_cart) .fixedheightcart {
    display: none
}
.fixedheightcart {
    display: none;
}