.btn-shopping-cart {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 1019;
    padding: .875rem 2.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3125rem;
}

.icon-shopping-cart {
    height: 2.5rem;
}

@media (max-width: 767.98px) {
    .typed-title {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .btn-shopping-cart {
        bottom: 1.5rem;
        left: 1.5rem;
        right: auto;
        padding: .4375rem 1.25rem;
        font-size: 1rem;
        line-height: 1.5;
        border: 1px solid white;
    }

    .icon-shopping-cart {
        height: 1.5rem;
    }
}