/**====================================
Contents
====================================**/
.ecomm04-footertop{
    background: #0A437C;
    padding: 25px 0;
}
.ecomm04-footertop .ecomm04-ft-head{
    display: flex;
    align-items: center;
}
.ecomm04-footertop .ecomm04-ft-head span{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ecomm04-footertop .ecomm04-ft-head img{
    display: block;
    max-width: 42px;
    margin-right: 20px;
}
.ecomm04-footertop .ecomm04-ft-head p{
    display: none;
}
.ecomm04-footertop p{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}
.ecomm04-footertop .ecomm04-newsletter{
    position: relative;
    max-width: 450px;
    margin-left: auto;
}
.ecomm04-footertop .ecomm04-newsletter .form-control{
    width: 100%;
    max-width: 98%;
    height: 40px;
    background: #fff;
    border-radius: 30px;
    border: 0;
    padding: 8px 20px;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.ecomm04-footertop .ecomm04-newsletter .form-control:focus{
    outline: 0;
    box-shadow: none;
}
.ecomm04-footertop .ecomm04-newsletter .ecomm04-nlbtn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 30px 30px 0;
    background: #EE2527;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ecomm04-footertop .ecomm04-newsletter .ecomm04-nlbtn:hover{
    background: #0E5AA7;
    color: #fff;
}

.ecomm04-footercontents{
    background: #0E5AA7;
}
.ecomm04-footercontents .ecomm04-footer-box h5{
    font-size: 18px;
    color: #fff;
    margin-bottom: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.ecomm04-footercontents .ecomm04-footer-links li+li{
    margin-top: 7px;
}
.ecomm04-footercontents .ecomm04-footer-links li a{
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
}
.ecomm04-footercontents .ecomm04-footer-links li a:hover{
    color: #EE2527;
}
.ecomm04-footer-topwrap{
    padding: 40px 0 65px;
}
.ecomm04-footer-contact address{
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
.ecomm04-footer-contact address span{
    display: block;
    font-weight: bold;
    margin-bottom: 7px;
}
.ecomm04-footer-contact .ecomm04-fc-box{
    margin-bottom: 10px;
    max-width: 320px;
}
.ecomm04-footer-contact .ecomm04-fc-box .ecomm04-fc-item{
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.ecomm04-footer-contact .ecomm04-fc-box .ecomm04-fc-item figure{
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #EE2527;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.ecomm04-footer-contact .ecomm04-fc-box .ecomm04-fc-item figure img{
    display: block;
    max-width: 100%;
}
.ecomm04-footer-contact .ecomm04-fc-box .ecomm04-fc-item > div{
    padding-left: 14px;
}
.ecomm04-footer-contact .ecomm04-fc-box .ecomm04-fc-item span{
    display: block;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
}
.ecomm04-footer-contact .ecomm04-fc-box .ecomm04-fc-item a{
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 600;
}
.ecomm04-footer-bottom{
    padding: 18px 0 50px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.ecomm04-footer-bottom p{
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
}
.ecomm04-footer-bottom .powerdby{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ecomm04-footer-bottom .powerdby span{
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.5px;
}
.ecomm04-footer-bottom .powerdby img{
    display: block;
    max-width: 63px;
    margin-left: 6px;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1199px){
    .ecomm04-footertop .ecomm04-ft-head span{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .ecomm04-footer-topwrap{
        padding-bottom: 30px;
    }
    .ecomm04-footer-bottom{
        padding: 20px 0 40px;
    }
    .ecomm04-footertop .ecomm04-ft-head span br{
        display: none;
    }
    .ecomm04-footertop .ecomm04-ft-head p{
        display: block;
        font-size: 12px;
    }
    .ecomm04-footertop .ecomm04-ft-head{
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 12px;
    }
    .ecomm04-footertop .ecomm04-newsletter{
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .ecomm04-footer-contact address{
        display: none;
    }
    .ecomm04-footer-topwrap .mb-2px{
        margin-bottom: 20px;
    }
    .ecomm04-footer-topwrap {
        padding-bottom: 0;
    }
    .ecomm04-footer-bottom {
        border-top: 0;
    }
    .ecomm04-footer-links{
        display: none;
        margin-bottom: 15px;
    }
    .ecomm04-flwrap:not(:first-child) .ecomm04-footer-box{
        border-top: 1px solid rgba(255,255,255,.1);
    }
    .ecomm04-footercontents .ecomm04-footer-box h5{
        margin-bottom: 0;
    }
    .ecomm04-footer-box h5{
        margin-bottom: 0;
        padding: 10px 0;
        cursor: pointer;
        position: relative;
    }
    .ecomm04-footer-box h5:after{
        content: '';
        position: absolute;
        right: 3px;
        top: 0;
        bottom: 5px;
        margin: auto 0;
        width: 10px;
        height: 10px;
        border: 1px solid #ffff;
        transform: rotate(45deg);
        border-top: 0;
        border-left: 0;
        transition: 0.5s all;
    }
    .ecomm04-flwrap.active .ecomm04-footer-box h5:after{
        transform: rotate(-135deg);
        bottom: 0;
        top: 7px;
    }
    .ecomm04-footer-contact{
        margin-top: 15px;
    }
}
@media (max-width: 575px){
    .ecomm04-footer-bottom {
        padding: 0 0 20px;
    }
    .ecomm04-footer-bottom p{
        font-size: 12px;
    }
    .ecomm04-footer-bottom .powerdby img{
        max-width: 60px;
    }
    .ecomm04-footer-bottom .powerdby{
        justify-content: flex-end;
    }
    .ecomm04-footer-contact .ecomm04-fc-box{
        max-width: 100%;
    }
}



