html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #E8E8E8
}

.border-round{
    padding: 20px;
    border-radius: 10px;
}

.border-shadow {
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
}

.checkout-price {
    padding-right: 25%;
}

.dropdown-content {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.fs-7 {
    font-size: 0.8rem;
}

.logo {
    width: 150px;
}

.user-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
