/* Add custom CSS styles below */
.logo-normal {
    height: 90px !important;
}

.main-nav-container {
    background: #edf8ff;
}

.top-navbar {
    border-bottom: none;
    background: #2190CD !important;
}

.topnav-link-item {
    color: #fff !important;
}

.store-footer__inner, .store-footer__contacts-row {
    background: #edf8ff !important;
    border: none !important;
}

.store-footer__curve path {
    fill: #edf8ff;
}

.footer-bottom {
    background: #2190CD !important;
}

.footer-rights, .footer-rights p, .footer-rights p a {
    color: #fff !important;
    opacity: 1 !important;
}

.store-footer__inner .img-fluid {
    height: 90px !important;
}

.banner--fixed img {
}

@media only screen and (max-width: 448px) {
    .logo-normal {
        height:70px !important;
    }

    .store-footer__contacts-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rounded_contacts {
        margin-top: 0;
        margin-right: 20px;
    }

    .store-footer__contacts-row .text-unicode {
        display: none;
    }

    .s-comment-form-wrapper .s-comment-form-avatar {
        display: none;
    }

    .s-comment-form-action {
        justify-content: center !important;
    }

    .s-comment-form-action .s-button-wrap {
        text-align: center;
    }

    .s-comment-form-action .s-button-wrap .s-button-btn {
        font-weight: 400;
    }
}

.flex.text-\[\#f11e1e\].flex-grow.shrink-0 {
    display: none;
}