﻿.fixed-footer, .home-apps .app-store-link {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.app-store-link {
    padding: 8px 0;
    box-sizing: border-box;
    border-top: 2px solid #dadada;
    display: block;
    background-color: #fff;
    font-weight: 400;
    z-index: 5;
}

.app-store-link img {
    border-radius: 22.5%;
}

.btn_banner {
    padding: 1.375rem 2.5rem !important;
    height: auto !important;
}

.text-app-store {
    font-weight: 500;
    font-size: 3.3rem;
}

.close-app-store {
    height: auto !important;
}

.app-store-link button.follow-button, .app-store-link div.follow-button, .app-store-link img.follow-button {
    float: right;
    margin-right: 1rem;
}

.app-store-link button.dismiss-button, .app-store-link div.dismiss-button, .app-store-link img.dismiss-button {
    padding: 0 0 0 11px;
    font-size: 2.5rem;
    height: auto;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.app-store-link button, .app-store-link div, .app-store-link img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    height: 4.3rem;
    font-size: 1.3rem;
}

@media screen and (max-width: 479px) .btn {
    font-size: 12px;
}