a.wc-backward.site_button {
    color: #000;
}

.single_add_to_cart_button.alt.site_button {
    color: #000;
}

.site_button:before,
.site_button:after,
.site_button span:before,
.site_button span:after {
    content: '';
    background: linear-gradient(to bottom, #FF416C, #FFCC34);
    width: 25%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0 !important;
    left: 0;
    transition: all 0.3s;
}

.site_button:before {
    transform: scaleY(0.2);
    transition-delay: 0.3s;
}

.site_button:after {
    transform: scaleY(0.45);
    left: 25%;
    transition-delay: 0.2s;
}

.site_button span:before {
    transform: scaleY(0.65);
    left: 50%;
    z-index: -1 !important;
    transition-delay: 0.1s;
}

.site_button span:after {
    transform: scaleY(0.8);
    left: 75%;
    z-index: -1 !important;
}

.site_button span {
    display: block;
    z-index: 999 !important;
	position:relative !important;
	margin: auto !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.page-id-4188 .site_button span {
    color: #000;
}

.site_button:hover:before,
.site_button:hover:after,
.site_button:hover span:before,
.site_button:hover span:after {
    opacity: 1;
    transform: scaleY(1);
}

.wfc_container .wfc_footer a {
    color: #000 !important;
}

.site_button .wfc_footer {
    color: #000;
}

.wfc_footer {
    text-align: center;
}

.site_button,
.wfc_container .wfc_footer a {
    display: inline-block;
    width: 246px;
    font-size: 21px;
    padding: 0;
    color: #fff;
    margin: 0;
    line-height: 2.4;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    border: 3px solid #07B24B;
    margin-right: 5px;
    cursor: pointer;
    text-transform: capitalize;
    transition: 1s !important;
}

.site_button:hover,
.banner_site_button .site_button:hover {
    color: #fff;
    transition: 1s !important;
    background: #07B24B;
    border: 3px solid #07B24B;
}

.site_button span {
    margin: auto;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .site_button,
    .wfc_container .wfc_footer a {
        width: 189px;
        height: 48px;
        padding: 0px 10px !important;
        font-size: 15px;
    }

    .cl_prod_hover_box .site_button {
        width: 163px;
        height: auto;
        line-height: 3;

    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {

    .site_button,
    .wfc_container .wfc_footer a {
        width: 189px;
        height: 48px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    .site_button,
    .wfc_container .wfc_footer a {
        width: 189px;
        height: 50px;
        font-size: 17px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    .site_button,
    .wfc_container .wfc_footer a {
        width: 189px;
        height: 50px;
        font-size: 17px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    .site_button,
    .wfc_container .wfc_footer a {
        width: 189px;
        height: 50px;
        font-size: 17px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    .site_button,
    .wfc_container .wfc_footer a {
        width: 204px;
        height: 51px;
        font-size: 18px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    .site_button,
    .wfc_container .wfc_footer a {
        width: 225px;
        height: 53px;
        font-size: 19px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}