.app-site {
    background-color: rgba(242, 242, 230, 0.902);
}
.app-site .app-header {
    background-color: rgba(242, 242, 230, 1);
}
.app-site .menu-item {
    text-transform: uppercase;
}
.shipping-fee .card-header {
    min-height: auto !important;
    border-bottom: 0 !important;
}

.login-btn {
    border-radius: 8px;
    color: rgba(251, 88, 48, 1);
    letter-spacing: 1px;
    padding: 15px 40px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid rgba(251, 88, 48, 1);
}

.lang-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px;
}

.lang-icon {
    width: 21px;
    border-radius: 3px;
}

.lang-text {
    color: rgba(251, 88, 48, 1);
    text-transform: uppercase;
}

.divider {
    margin: 15px 15px;
    border: 1px solid rgba(208, 203, 222, 1);
}

.main-content {
    background-color: rgba(242, 242, 230, 1);
}
.title-section {
    padding-bottom: 15px;
    font-family: Mulish, sans-serif;
}

.main-title {
    color: rgba(42, 27, 82, 1);
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.subtitle {
    color: rgba(32, 32, 32, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.32px;
    margin: 0 26px 0 10px;
}

.shipping-form {
    width: 100%;
    padding-inline: inherit;
}

/* .app-site .table-responsive {
    padding-inline: inherit;
} */

.app-site button[type="submit"] {
    background-color: #2a1b52 !important;
}

.footer {
    background-color: rgba(42, 27, 82, 1) !important;
    padding: 15px 80px;
    color: rgba(255, 255, 255, 1);
}

.copyright {
    text-align: center;
    margin: inherit;
    /* font: 400 16px/1.4 Mulish, sans-serif; */
    font-weight: 600;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 40px;
    }

    .subtitle {
        margin-right: 10px;
    }

    .footer {
        padding: 0 20px;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
