/**====================================
Contents
====================================**/
footer{
    background: #B9AAA0;
}
.ecomm05-footertop{
    position: relative;
}
.ecomm05-footertop:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #EAE7DF;
}
.ecomm05-footertopbox{
    position: relative;
    background: #F9F7F1;
    padding: 30px;
}
.ecomm05-footertopbox h5{
    font-size: 16px;
    color: #8C786D;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.ecomm05-footertopbox h5 span{
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.ecomm05-footertopbox h5+ p{
    margin-top: 5px;
}
.ecomm05-footertopbox p{
    font-size: 14px;
    color: #8C786D;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.ecomm05-footertopbox p a{
    color: #8C786D;
    font-weight: 600;
    text-decoration: underline;
}
.ecomm05-newsletter{
    margin-top: 15px;
    position: relative;
}
.ecomm05-newsletter .form-control{
    background: #F9F7F1;
    border: 1px solid #B9AAA0;
    border-radius: 0;
    font-size: 13px;
    color: #8C786D;
    letter-spacing: 0.5px;
    padding: 8px 20px;
}
.ecomm05-newsletter .form-control:placeholder-shown{
    color: #8C786D;
}
.ecomm05-newsletter .form-control:placeholder{
    color: #8C786D;
}
.ecomm05-newsletter .form-control:focus{
    box-shadow: none;
}
.ecomm05-newsletter .ecomm05-nlbtn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #B9AAA0;
    border: 0;
    width: 120px;
    font-size: 14px;
    color: #EAE7DF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 10px;
}
.ecomm05-footertopbox .ecomm05-download{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.ecomm05-footertopbox .ecomm05-download img{
    display: block;
    width: 100%;
    max-width: 125px;
}
.ecomm05-footertopbox .ecomm05-download a+a{
    margin-left: 10px;
}
.ecomm05-footercontents .ecomm05-footer-topwrap{
    padding: 40px 0;
}
.ecomm05-footer-topwrap .ecomm05-footer-box h5{
    font-size: 16px;
    color: #EAE7DF;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.ecomm05-footer-box .ecomm05-footer-links li+li{
    margin-top: 5px;
}
.ecomm05-footer-box .ecomm05-footer-links li a{
    font-size: 12px;
    color: #EAE7DF;
    letter-spacing: 0.5px;
}
.ecomm05-footer-box .ecomm05-footer-links li a:hover{
    color: #fff;
}
.ecomm05-footer-box address{
    display: block;
    font-size: 12px;
    color: #EAE7DF;
    letter-spacing: 0.5px;
    line-height: 2;
}
.ecomm05-footer-ctbox{
    border-top: 1px solid rgb(249,247,241,.3);
    border-bottom: 1px solid rgb(249,247,241,.3);
    padding: 20px 0;
}
.ecomm05-footer-ctbox .ecomm05-footlogo img{
    display: block;
    max-width: 152px;
}
.ecomm05-footer-ctbox .ecomm05-foot-contact{
    display: flex;
    align-items: center;
}
.ecomm05-footer-ctbox .ecomm05-foot-contact figure{
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #EAE7DF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.ecomm05-footer-ctbox .ecomm05-foot-contact figure img{
    display: block;
    max-width: 18px;
    max-height: 15px;
}
.ecomm05-footer-ctbox .ecomm05-foot-contact > div{
    margin-left: 10px;
}
.ecomm05-footer-ctbox .ecomm05-foot-contact h6{
    font-size: 14px;
    color: #EAE7DF;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    line-height: 1;
}
.ecomm05-footer-ctbox .ecomm05-foot-contact a{
    font-size: 14px;
    color: #EAE7DF;
    letter-spacing: 0.5px;
    line-height: 1;
    font-weight: 600;
}
.ecomm05-footer-ctbox .ecomm05-foot-social{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ecomm05-footer-ctbox .ecomm05-foot-social li+li{
    margin-left: 22px;
}
.ecomm05-footer-ctbox .ecomm05-foot-social li a{
    padding: 0 4px;
    display: block;
}
.ecomm05-footer-ctbox .ecomm05-foot-social li img{
    display: block;
    max-width: 18px;
    max-height: 18px;
}
.ecomm05-footer-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
}
.ecomm05-footer-bottom .footersub-links a{
    font-size: 12px;
    color: #EAE7DF;
    font-weight: 300;
    letter-spacing: 1px;
}
.ecomm05-footer-bottom .footersub-links a:hover{
    color: #fff;
}
.ecomm05-footer-bottom .footersub-links a + a:before{
    content: '|';
    display: inline-block;
    margin: 0 6px;
    pointer-events: none;
    color: #EAE7DF;
}
.ecomm05-footer-bottom p{
    font-size: 12px;
    color: #EAE7DF;
    font-weight: 300;
    letter-spacing: 1px;
}
.ecomm05-footer-bottom .powerdby{
    font-size: 12px;
    color: #EAE7DF;
    font-weight: 300;
    display: flex;
    align-content: center;
    letter-spacing: 1px;
}
.ecomm05-footer-bottom .powerdby img{
    display: block;
    max-width: 70px;
    margin-left: 7px;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1199px){
    .ecomm05-footertopbox h5{
        font-size: 13px;
    }
    .ecomm05-footertopbox h5 span{
        font-size: 11px;
    }
    .ecomm05-footertopbox p{
        font-size: 12px;
    }
    .ecomm05-newsletter .ecomm05-nlbtn{
        font-size: 12px;
        width: 100px;
    }
}
@media (max-width: 991px){
    .ecomm05-footer-ctbox{
        padding: 15px 0;
    }
    .ecomm05-footer-ctbox .ecomm05-foot-social{
        padding: 15px 0 0;
        border-top: 1px solid rgb(249,247,241,.3);
        margin-top: 15px;
        justify-content: flex-start;
    }
    .ecomm05-footercontents .ecomm05-footer-topwrap{
        padding-bottom: 0
    }
    .ecomm05-footercontents .ecomm05-flwrap:last-child .ecomm05-footer-box{
        border-bottom: 0;
    }
    .ecomm05-footertopbox h5{
        font-size: 14px;
    }
    .ecomm05-footertopbox h5 span{
        font-size: 12px;
    }
    .ecomm05-footertopbox p{
        font-size: 13px;
    }
    .ecomm05-newsletter .ecomm05-nlbtn{
        font-size: 12px;
        width: 100px;
    }
}
@media (max-width: 767px){
    .ecomm05-footer-links{
        display: none;
        margin-bottom: 15px;
    }
    .ecomm05-footer-topwrap .ecomm05-footer-box h5{
        margin-bottom: 0;
    }
    .ecomm05-footer-box{
        border-bottom: 1px solid rgb(249,247,241,.3);
    }
    .ecomm05-footer-box h5{
        margin-bottom: 0;
        padding: 10px 0;
        cursor: pointer;
        position: relative;
    }
    .ecomm05-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;
    }
    .ecomm05-flwrap.active .ecomm05-footer-box h5:after{
        transform: rotate(-135deg);
        bottom: 0;
        top: 7px;
    }
    .ecomm05-footer-contact{
        margin-top: 15px;
    }
    .ecomm05-footer-ctbox .ecomm05-foot-contact figure{
        width: 34px;
        height: 34px;
        padding: 7px;
    }
    .ecomm05-footer-ctbox .ecomm05-foot-contact a{
        font-size: 12px;
        display: block;
    }
    .ecomm05-footer-ctbox .ecomm05-foot-contact h6{
        font-size: 12px;
    }
    .ecomm05-footer-ctbox .ecomm05-foot-contact figure img{
        max-width: 100%;
        max-height: 100%;
    }
    .ecomm05-footertopbox{
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media (max-width: 575px){
    .ecomm05-footer-ctbox .ecomm05-foot-contact figure{
        width: 30px;
        height: 30px;
        padding: 6px;
    }
    .ecomm05-footer-ctbox .ecomm05-foot-contact a{
        font-size: 11px;
    }
    .ecomm05-footer-ctbox .ecomm05-ctwrap+.ecomm05-ctwrap{
        margin-left: -12px; 
    }
    .ecomm05-footertopbox{
        margin-left: -20px;
        margin-right: -20px;
    }
    .ecomm05-footertopbox{
        padding: 25px 20px;
    }
    .ecomm05-newsletter .form-control{
        padding-left: 14px;
    }
    .ecomm05-footercontents .ecomm05-footer-topwrap {
        padding: 20px 0 0;
    }
}



