.sd-block-button.style-background a,
.sd-block-button.style-transparent a {
    display: inline-block;
    position: relative;
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.sd-block-button.style-background a:hover,
.sd-block-button.style-transparent a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.sd-block-button.style-background.color-grey a {
    color: #fff;
    background-color: #B8B8B8;
}

.sd-block-button.style-background.color-grey a:hover {
    color: #fff;
    background-color: #e01861;
}

.sd-block-button.style-background.color-pink a {
    color: #fff;
    background-color: #e01861;
}

.sd-block-button.style-background.color-pink a:hover {
    color: #e01861;
    background-color: #fff;
}

.sd-block-button.style-transparent a {
    color: #fff;
    border: 2px solid #fff;
    line-height: 46px;
    background-color: transparent;
}

.sd-block-button.style-transparent a:hover {
    color: #e01861;
    background-color: #fff;
}

.sd-block-button.style-text_link a {
    letter-spacing: 1px;
    color: #e01861;
    text-transform: uppercase;
    font-weight: 400;
}

.sd-block-button.icon-yes a {
    display: inline-flex;
    align-items: center;
}

.sd-block-button.icon-yes .icon-left {
    margin-right: 10px;
    display: inline-flex;
}

.sd-block-button.icon-yes .icon-right {
    margin-left: 10px;
    display: inline-flex;
}

.sd-block-button.icon-yes .icon-left svg,
.sd-block-button.icon-yes .icon-right svg {
    height: 15px;
    width: 15px;
}

.sd-block-button.align-left {
    text-align: left;
}

.sd-block-button.align-center {
    text-align: center;
}

.sd-block-button.align-right {
    text-align: right;
}

@media screen and (max-width: 1600px) {
    .sd-block-button.style-background a,
    .sd-block-button.style-transparent a {
        line-height: 45px;
    }

    .sd-block-button.style-transparent a {
        line-height: 41px;
    }
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 767px) {
    .sd-block-button.responsive_hide-yes {
        display: none;
    }

    .sd-block-button.responsive_align-left {
        text-align: left;
    }

    .sd-block-button.responsive_align-center {
        text-align: center;
    }

    .sd-block-button.responsive_align-right {
        text-align: right;
    }
}