html,
body,
.view {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.navbar-custom {
    background-color: #b9060a;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.navbar-brand img {
    max-height: 50px;
}

.secure-payment-banner {
    background-color: #b9060a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.secure-payment-banner i {
    margin-right: 10px;
}

.product-image-container {
    text-align: center;
}

.product-image-container h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-image-container small {
    display: block;
    margin-bottom: 10px;
}

.footer-custom {
    background-color: #b9060a;
    color: #ffffff;
    padding: 40px 0;
}

.footer-custom a {
    color: #ffffff;
    text-decoration: none;
}

.footer-custom a:hover {
    text-decoration: underline;
}

.footer-custom .social-icons i {
    font-size: 1.5rem;
    margin-right: 10px;
}