.foter {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.about-us h3 {
    font-size: 18px;
    color: #212529;
}

.about-us p {
    font-size: 14px;
    color: #212529;
    text-align: justify;
    font-weight: 500;
}

.about-us {
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    padding: 20px 45px 10px 45px;
}

.foter-cotent {
    display: flex;
    flex-direction: column;
    background-color: #212529;
    padding: 0px 45px 10px 45px;
    border-top: #0693e3 5px solid;
}

.box-information {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 10px 20px 10px 20px;
    justify-content: center;
}

.box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

#icon-box {
    border: 1px solid white;
    border-radius: 50%;
    font-size: 35px;
    color: #0693e3;
    margin-right: 5px;
    height: 68px;
    width: 68px;
    padding-top: 11px;
    justify-content: center;
    text-align: center;
}

.number {
    font-size: 20px;
    color: white;
}

.text-number {
    font-size: 14px;
    color: white;
}

.inform-boxes {
    display: flex;
    margin-top: 20px;
    padding: 0px 30px 0px 30px;
}

.inform-box {
    width: 30%;
    margin-right: 30px;
}

.text-box {
    padding-bottom: 5px;
    border-bottom: #9e9e9e 1px solid;
}

#icon-inform {
	display: inline-flex;
	justify-content: center;
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle !important;
}

.text-box span {
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
}

.content-box {
    padding-bottom: 10px;
}

.content-box p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.content-box img {
    width: 60px;
    margin-top: 20px;
    margin-right: 30px;
}

.content-email {
    border-bottom: 1px solid #9e9e9e;
    border-top: #9e9e9e 1px solid;
    padding: 20px;
    margin-top: 20px;
}

.email-content {
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}

.last-div {
    display: flex;
}

.text-privecy p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
}

.text-privecy {
    width: 50%;
}

.icon-policy {
    direction: ltr;
    width: 50%;
    margin: 20px 0px 0px 20px;
}

.icon-policy i {
    color: #fff;
    font-size: 20px;
    margin-left: 7px;
    /* ایجاد بک‌گراند گرد */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    /* عرض دایره */
    height: 40px;
    /* ارتفاع دایره */
    border-radius: 50%;
    /* گرد کردن */
    background-color: rgba(71, 70, 70, 0.6);
    /* رنگ بک‌گراند */
    color: white;
}

.icon-policy i:hover {
    background-color: #0693e3;
}

/* استایل پایه فوتِر موبایل */
.mobile-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    direction: rtl;
}

/* منوی فوتِر */
.footer-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* آیتم‌های منو */
.footer-item {
    flex: 1;
    text-align: center;
}

/* لینک‌های منو */
.footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    text-decoration: none;
    padding: 5px 0;
    font-size: 12px;
}

/* آیکون‌ها */
#f-icon {
    font-size: 18px;
    position: relative;
}

/* تعداد محصولات در سبد خرید */
.cart-amount {
    position: absolute;
    top: -8px;
    left: 15px;
    background-color: #f44336;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/* عنوان منو */
.mf-title {
    font-size: 11px;
}

/* رسپانسیو اصلی */

@media (max-width: 767px) {
    .box-information {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 10px 5px 10px 5px;
    }

    .foter-cotent {
        padding: 0px 5px 10px 5px;
    }

    .inform-boxes {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        padding: 0px 5px 0px 5px;
    }

    .inform-box {
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
    }

    .last-div {
        display: flex;
        flex-direction: column;
    }

    .text-privecy {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    .icon-policy {
        width: 100%;
        margin-bottom: 50px;
        margin-top: 0px;
        text-align: center  
    }

    .content-email {
        text-align: center;
    }
    
    .content-box {
        padding-right: 20px;
    }
}

@media (max-width: 768px) and (max-width: 1023px) {
    .box-information {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 10px 5px 10px 5px;
    }

    .foter-cotent {
        padding: 0px 5px 10px 5px;
    }

    .inform-boxes {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        padding: 0px 5px 0px 5px;
    }

    .inform-box {
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
    }

    .last-div {
        display: flex;
        flex-direction: column;
    }

    .text-privecy {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    .icon-policy {
        width: 100%;
        margin-bottom: 50px;
        margin-top: 0px;
        text-align: center  
    }

    .content-email {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .mobile-footer {
        display: none;
    }
}