footer {
    background: url(/Data/EditorFiles/ar-files/footer-bg.svg) no-repeat center bottom;
    padding-top: 40px;
    margin-top: 40px;
}
.footer-menu {}
.footer-menu li > h3,.newsletter .newsletterMain .title {
    line-height: normal;
    color: #797979;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.footer-menu li > h3 + div {}
.footer-menu li > h3 + div ul {}
.footer-menu li > h3 + div ul li {}
.footer-menu li > h3 + div ul li a {
    color: #797979;
    font-size: 16px;
    min-height: 35px;
    display: flex;
    align-items: center;
}

.newsletter {}
.newsletter .newsletterMain {
    margin-bottom: 35px;
}
.newsletter .newsletterMain .title {} 
.newsletter .newsletterMain .tooltipWrapper {}
.newsletter .newsletterMain .tooltipWrapper input[type=email] {
    height: 55px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid var(--main-color);
    width: 100%;
    padding-left: 20px;
    padding-right: 120px;
    font-size: 12px;
    color: #797979;
    letter-spacing: .8px;
}
.newsletter .newsletterMain .tooltipWrapper input[type=button] {
    background-color: var(--main-color);
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

#footerMiddle .title-big {
    line-height: normal;
    color: #797979;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#footerMiddle .wp-no {
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    color: #7ad06d;
    font-size: 33px;
}

#social {
    display: flex;
    align-items: center;
}
#social li:not(:last-child) {
    margin-right: 20px;
}
#social li a {}
#social li a img {}

#footerBottom {}
#footerBottom .col-12{
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copy {
    line-height: normal;
    color: #797979;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
}




@media (min-width: 1366px) and (max-width:1919px){

}

@media (max-width:1365px){
    #footerMiddle .title-big { 
        font-size: 18px; 
    }
    #footerMiddle .wp-no {
        font-size: 26px;
    }
    #social li:not(:last-child) {
        margin-right: 5px;
    } 
}/*1001*/

@media (max-width: 1000px) {
    #footerMiddle .wp-no {
        font-size: 18px;
    }
}/*769*/

@media (max-width: 768px) {
    .popular-categories {
        margin-bottom: 0;
    }
    .popular-brands .title,
    .popular-categories .title { 
        font-size: 16px; 
        margin-bottom: 15px;
    }
    footer {
        background: none;
        padding-top: 0;
        margin-top: 0;
    }
    #footerMiddle,
    #footerBottom {
        background-color: #f8f8f8;
    }
    #footerMiddle {
        padding-top: 30px;
        margin-top: 15px;
    }
    #footerMiddle .inner {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    #footerMiddle .inner .col-6 {
        order: -1;
    }
    #footerMiddle .wp-no {
        font-size: 30px;
        margin-bottom: 15px;
    } 
    .footer-menu {
        margin-bottom: 25px;
    }
    #social { 
        margin-bottom: 30px;
    }
    #footerBottom .col-12 {
        margin: 0 0 15px; 
    }
    #footerBottom .col-12 > div {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    #footerBottom .col-12 > div > img {
        max-width: 90px;
    }
    .newsletter .newsletterMain .tooltipWrapper input[type=email] {
        height: 45px; 
        padding-left: 20px;
        padding-right: 80px;
        font-size: 12px; 
        letter-spacing: normal;
    }
    .newsletter .newsletterMain .tooltipWrapper input[type=button] { 
        height: 35px;
        width: 70px; 
        font-size: 12px; 
    } 
} /*541*/


@media (max-width: 540px) {
    #footerBottom .col-12 { 
        padding: 0 10px;
    }
    #footerBottom .col-12 > div{ 
        padding: 0 5px
    }
    #footerBottom .col-12 > div > img {
        max-width: 100%;
    }
} /*320*/





@media screen and (min-width: 769px) {
    #footerMiddle ul li div{
        display:block !important;
        height:auto !important;
    }
}
@media screen and (max-width: 768px) {
    #footerMiddle h3 + div{
        display:none;
    }
}