

footer .footer-top {
    background: #475462;
    padding: 25px 0;
    word-spacing: -1px;
    border-top: 1px solid #182534;
}

footer .footer-top .btn {
    font-size: 1.5rem;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer .footer-top .footer_top_wrapper{
    display: flex;
    align-items: center;
    padding: 0 15px;
}

footer .footer-top .heart-icon{
    background: url("/_media/images/icons/heart_icon.png");
    width: 25px;
    height: 20px;
    display: block;
    float: right;
    background-size: 18px;
    background-position-x: 5px;
    background-repeat: no-repeat;
    background-position-y: 2px;
    align-items: center;
}

footer .footer-top .footer-txt{
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    color: #ffffff;
}

footer .footer-top .btn-dark, footer .footer-top .btn-dark:hover {
    color: #fff;
}

footer .footer-top .btn-dark {
    background: #2d3945;
    padding: 5px 10px;
    font-size: 1.125rem;
    border-radius: 30px;
    min-width: 115px;
}


@media(min-width: 768px){
    footer .footer-top .btn{
        margin-right: 30px;
    }
}