.site_button,
.yith_ywraq_add_item_browse_message {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    background: var(--secondary_color);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.29) inset;
    width: 167px;
    height: 50px;
    color: var(--white_color);
    text-align: center;
    font-family: var(--font_Baloo);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .35s;
}

.site_button:before,
.site_button:after,
.yith_ywraq_add_item_browse_message:before,
.yith_ywraq_add_item_browse_message:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 100%;
    background: #bee3c9;
    transition: all .35s;
}

.site_button:before,
.yith_ywraq_add_item_browse_message:before {
    opacity: .5;
}

.site_button:after,
.yith_ywraq_add_item_browse_message:after {
    transition-delay: .2s;
}

.site_button:hover {
    color: var(--black_color);
}

.site_button:hover:before,
.site_button:hover:after,
.yith_ywraq_add_item_browse_message:hover:before,
.yith_ywraq_add_item_browse_message:hover:after {
    right: 0;
}

.site_button span {
    z-index: 1;
}

.btn_col_left {
    margin-right: 15px;
}

.yith_ywraq_add_item_browse_message a {
    color: var(--white_color);
}

.yith_ywraq_add_item_browse_message:hover a {
    color: var(--black_color);
    z-index: 1;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .site_button,
    .yith_ywraq_add_item_browse_message {
        width: 145px;
        height: 40px;
        font-size: 14px;
    }

    .btn_col_left {
        margin-right: 10px;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .site_button,
    .yith_ywraq_add_item_browse_message {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }

    .btn_col_left {
        margin-right: 10px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    .site_button,
    .yith_ywraq_add_item_browse_message {
        width: 155px;
        height: 42px;
        font-size: 15px;
    }

}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    .site_button,
    .yith_ywraq_add_item_browse_message {
        width: 160px;
        height: 44px;
        font-size: 15px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    .site_button,
    .yith_ywraq_add_item_browse_message {
        width: 165px;
        height: 45px;
        font-size: 15px;
    }

}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    .site_button,
    .yith_ywraq_add_item_browse_message {
        width: 165px;
        height: 45px;
        font-size: 15px;
    }

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    .site_button,
    .yith_ywraq_add_item_browse_message {
        width: 165px;
        height: 45px;
        font-size: 15px;
    }

}

@media all and (min-width: 1681px) and (max-width: 1880px) {

    .site_button,
    .yith_ywraq_add_item_browse_message {
        width: 165px;
        height: 48px;
        font-size: 15px;
    }

}