:root {
    --jumbotron-padding-y: 3rem;
}

.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
}

@media (min-width: 768px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #ddd;
}

footer p {
    margin-bottom: .25rem;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.btn-cart {
    color: #635d07;
    background-color: #ffe357db;
    border-color: #e2cf6c;
}

.btn-cart:hover {
    color: #0c0707;
    background-color: #f3b808;
    border-color: #d8a510;
}

.card-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.bg-dark {
    background-color: #fff !important;
    border-bottom: 1px solid #ddd;
}

.card-body a {
    color: #000;
    text-decoration: none;
}

.card.mb-4.box-shadow:hover {
    box-shadow: none;
}

.bg-light {
    background-color: #fff !important;

}


.btn-outline-secondary {
    background-image: none;
    border-color: #0000006b !important;
    background: #fff !important;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding: 0 !important;
    line-height: 30px;
    text-align: center;
}

.btn-danger {
    color: #000;
    background-color: #fff;
    border-color: #9e9e9e;
    border-radius: 50%;
    height: 40px;
    padding: 0;
    width: 40px;
    line-height: 37px;
    text-align: center;
    font-size: 15px;
    margin: 0 0 0 15px;
}

.btn-outline-secondary:hover {
    color: #000000ad;
}

.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.card-header {
    color: #fff;
    background-color: #000;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    max-width: 175px;
    margin: 10px auto 0 auto;
    display: block;
}

.icon-page {
    margin: 0;
    display: inline-block;
    float: left;
    border-right: 4px solid #ddd;
    margin-right: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #000;
}
