.wpb-wps-slider-item figure {
    margin: 0 !important;
}

.product .image-wrapper:not(.has-lazy-loaded-item) {
    margin: 0 !important;
    background: white !important;
}

.products .product img:not(.lazy-loaded), .wpb-woo-products-slider .product img:not(.lazy-loaded) {
    opacity: 1 !important;
    height: 100% !important;
    padding-top: 0 !important;
}

.button.btn-success {
    display: block;
    opacity: 1;
    bottom: 0;
    cursor: pointer;
    background: linear-gradient(to right,#f53b57 0%,#fca98e 65%,#f53b57 100%);
    background-size: auto;
    background-size: 800%;
    color: #fff;
    font-weight: 600;
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .05em;
    -webkit-transition: .4s cubic-bezier(.165,.84,.44,1) !important;
    transition: .4s cubic-bezier(.165,.84,.44,1) !important;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(91,90,91,.2);
    -moz-box-shadow: 5px 5px 20px 2px rgba(91,90,91,.2);
    box-shadow: 5px 5px 20px 2px rgba(91,90,91,.2);
    margin: 0 auto 40px;
}