.sticky-add-to-cart-bar {
    padding: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.sticky-add-to-cart-bar.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    padding: 15px;
}

.div_sticky {
    display: inline-block;
    margin-right: 10px !important;
    vertical-align: middle;
}

.div_sticky > .add-to-cart-container > form {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
	.image_sticky {
        display: none;
	}

    .div_sticky > .add-to-cart-container > form {
        margin: 20px auto !important;
    }

    .div_sticky_movil {
        display: unset !important;
        margin-right: 0px !important;
    }
}