.top-block-inr {
    background: #f4f6f7;
    border-bottom: 1px solid #e0e4e6;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.7);
}

.top-block-inr .info-top a i {
    color: #7caf22;
}

.top-block-inr .language-selector img {
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(50, 50, 50, 0.12);
}

.top-block-inr .header-language-control {
    align-items: center;
    display: inline-flex;
}

.top-block-inr .header-language-control p {
    float: none;
    line-height: 25px;
    margin: 0 10px 0 0 !important;
    transform: translateY(2px);
}

.top-block-inr .header-language-control .language-selector {
    align-items: center;
    display: flex;
    float: none;
    min-height: 30px;
}

.top-block-inr .header-language-control .language-selector-link {
    align-items: center;
    display: inline-flex;
}

.top-block-inr .cart-icon img {
    transition: transform 0.15s ease;
}

.top-block-inr .cart-icon a:hover img,
.top-block-inr .cart-icon a:focus img {
    transform: translateY(-1px);
}

.footer-upper .address-data {
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .footer-upper {
        padding: 34px 0 30px;
    }

    .footer-upper .footer-menu-section {
        padding-top: 0;
    }

    .footer-upper .footer-menu-row {
        display: grid;
        gap: 28px;
        grid-template-columns: minmax(0, 1fr);
        margin: 0;
    }

    .footer-upper .footer-bottom {
        float: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footer-upper .footer-menu-section h3 {
        background-position: center bottom;
        font-size: 18px;
        margin: 0 0 14px;
        padding-bottom: 11px;
    }

    .footer-upper .footer-menu-section p {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .footer-upper .footer-menu-section ul {
        margin: 0;
        padding: 0;
    }

    .footer-upper .footer-menu-section ul li {
        margin-bottom: 5px;
    }

    .footer-upper .footer-menu-section ul li a,
    .footer-upper .cdetails a,
    .footer-upper .address-data {
        font-size: 15px;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    .footer-upper .cdetails {
        margin-bottom: 11px;
    }

    .footer-upper .cdetails a {
        align-items: center;
        display: inline-flex;
        gap: 9px;
        justify-content: center;
    }

    .footer-upper .cdetails a img {
        flex: 0 0 auto;
        margin: 0;
    }

    .copy-right-section {
        padding: 20px 0;
    }

    .copy-right-section p {
        line-height: 1.45;
    }
}
