
.sticky-actions-block.sticky-active .product-prices, .sticky-actions-block.sticky-active .product-add-to-cart .product-quantity {
    position: fixed;
    bottom: 0;
    right: 120px;
    background: #fff;
    padding: 15px;
    height: 110px;
    box-shadow: 6px 4px 8px -4px rgba(0, 0, 0, .1);
}
.sticky-actions-block.sticky-active .product-prices {
    right: 480px;
    padding: 40px 20px;
}
@media (max-width: 768px) {
.sticky-actions-block.sticky-active .product-prices, .sticky-actions-block.sticky-active .product-add-to-cart .product-quantity {
    bottom: 0;
    right: 0; 
}
.sticky-actions-block.sticky-active .product-prices {
    right: 357px;
}
}
@media (max-width: 480px) {
.sticky-actions-block.sticky-active .product-prices, .sticky-actions-block.sticky-active .product-add-to-cart .product-quantity {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.sticky-actions-block.sticky-active .product-prices {
    right: 0;
    padding: 20px 20px;
    bottom: 110px;
    height: 71px;
    width: 100%;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2
}
}
