﻿.finish-bottom {
    display: inline-block;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 40px;
    visibility: hidden
}

    .finish-bottom.active {
        visibility: visible
    }

    .finish-bottom .post-btn {
        max-width: 180px;
        transform: translateX(0) scale3d(1, 1, 1);
        transition: transform 0.22s ease-out
    }

        .finish-bottom .post-btn:hover {
            transform: translateX(0) scale3d(1.2, 1.2, 1.2);
            transition: transform 0.22s ease-out
        }

.store-btn {
    outline: none;
    cursor: pointer;
    color: white;
    border-radius: 100px;
    background-image: linear-gradient(to right, #c8992e, #e8bc30, #f4d143);
    border: 0;
    box-shadow: 3px 2px 6px 1px #ecdfa8;
    position: absolute;
    left: -99999px;
    right: -99999px;
    margin: 0 auto;
    z-index: 1;
    font-size: 16px;
    line-height: 40px;
    width: 65%;
    transform: translateX(0) scale3d(1, 1, 1);
    transition: transform 0.22s ease-out;
    text-align: center;
}

    .store-btn:hover {
        transform: translateX(0) scale3d(1.2, 1.2, 1.2);
        transition: transform 0.22s ease-out
    }

@media (min-width: 340px) {
    .store-btn {
        width: 80%
    }
}

@media (min-width: 1000px) {
    .store-btn {
        width: 45%;
        line-height: 48px;
        font-size: 18px
    }
}
