/**====================================
Contents
====================================**/
.ecomm-footer-01{
    padding-top: 60px;
}
.ecomm-footer-01 .footer-head{
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
.ecomm-footer-01 .footer-head h3{
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.ecomm-footer-01 .footer-head p{
    font-size: 12px;
}
.ecomm-footer-01 .footer-head .newsletter{
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    display: flex;
    margin-top: 38px;
}
.ecomm-footer-01 .footer-head .newsletter .form-control{
    border: 0;
    border-radius: 0;
    height: 40px;
    padding: 6px 12px;
    padding-left: 20px;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
}
.ecomm-footer-01 .footer-head .newsletter .form-control:focus{
    box-shadow: none;
}
.ecomm-footer-01 .footer-head .newsletter .subscribe-btn{
    padding: 8px 18px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.ecomm-footer-01 .footer-head .newsletter .subscribe-btn:hover{
    background: #555;
}
.ecomm-footer-01 .footer-center{
    padding: 60px 0;
}
.ecomm-footer-01 .footer-center h4{
    font-size: 20px;
    font-family: "Bentham", serif;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.ecomm-footer-01 .footer-center .footer-img img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.ecomm-footer-01 .footer-center .footer-abt{
    max-width: 350px;
}
.ecomm-footer-01 .footer-center .footer-abt p{
    font-size: 12px;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
}
.ecomm-footer-01 .footer-center .footer-abt .read-morelink{
    font-size: 12px;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}
.ecomm-footer-01 .accordion .accordion-item,
.ecomm-footer-01 .accordion{
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.ecomm-footer-01 .accordion .accordion-item h5{
    font-size: 17px;
    font-family: "Bentham", serif;
    color: #000;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}
.ecomm-footer-01 .accordion .accordion-item h5:after{
    content: '';
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 6px;
    margin: auto 0;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    transition: 0.3s all;
}
.ecomm-footer-01 .accordion .accordion-item h5:not(.collapsed):after{
    transform: rotate(-135deg);
    bottom: 0;
}
.ecomm-footer-01 .accordion .accordion-item{
    border-bottom: 1px solid rgba(0,0,0,.1);
    break-inside: avoid-column;
}
.ecomm-footer-01 .accordion .accordion-body{
    padding: 0;
    padding-bottom: 10px;
}
.ecomm-footer-01 .accordion .accordion-body a{
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 300;
    margin: 2px 0;
}
.ecomm-footer-01 .get-touch h4{
    margin-bottom: 13px;
}
.ecomm-footer-01 .get-touch+.get-touch,
.ecomm-footer-01 .get-touch .contact-detail+.contact-detail{
    margin-top: 30px;
}
.ecomm-footer-01 .get-touch .contact-detail >div{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.ecomm-footer-01 .get-touch .contact-detail img{
    display: block;
    max-width: 16px;
    margin-right: 7px;
}
.ecomm-footer-01 .get-touch .contact-detail address,
.ecomm-footer-01 .get-touch .contact-detail a{
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
.ecomm-footer-01 .get-touch .contact-detail h6{
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px;
}
.ecomm-footer-01 .get-touch .footer-social{
    margin-top: 25px;
}
.ecomm-footer-01 .get-touch .footer-social li+li{
    margin-left: 30px;
}
.ecomm-footer-01 .get-touch .footer-social li img{
    max-width: 20px;
    max-height: 20px;
    display: block;
}
.ecomm-footer-01 .footer-bottom{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0,0,0,.2);
}
.ecomm-footer-01 .footer-bottom .footersub-links a{
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
.ecomm-footer-01 .footer-bottom .footersub-links a + a:before{
    content: '|';
    display: inline-block;
    margin: 0 6px;
}
.ecomm-footer-01 .footer-bottom p{
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
.ecomm-footer-01 .footer-bottom .powerdby{
    font-size: 12px;
    color: #000;
    font-weight: 300;
    display: flex;
    align-content: center;
}
.ecomm-footer-01 .footer-bottom .powerdby img{
    display: block;
    max-width: 70px;
    margin-left: 7px;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1199px){
    .ecomm-footer-01 .footer-center .footer-abt{
        max-width: 300px;
    }
    .ecomm-footer-01 .footer-center{
        padding: 50px 0;
    }
}
@media (max-width: 991px){
    .ecomm-footer-01 .footer-center .footer-abt {
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .ecomm-footer-01 .footer-center{
        padding: 3rem 0 0;
    }
    .ecomm-footer-01 {
        padding-top: 30px;
    }
    .ecomm-footer-01 .footer-bottom{
        padding: 25px 0;
    }
    .ecomm-footer-01 .footer-bottom .powerdby{
        margin-top: 15px;
    }
    .ecomm-footer-01 .footer-head .newsletter .subscribe-btn{
        font-size: 13px;
    }
    .ecomm-footer-01 .footer-head .newsletter .subscribe-btn{
        padding: 8px 14px;
    }
    .ecomm-footer-01 .footer-head .newsletter .form-control{
        padding-left: 14px;
    }
}



