/**====================================
Contents
====================================**/
.ecomm03-footer-top{
    position: relative;
    padding: 80px 0;
    background: #fff;
}
.ecomm03-discover-box{
    padding: 70px;
    background: #FFB51A;
    position: relative;
}
.ecomm03-discover-box .ecomm03-dimg{
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecomm03-discover-box .ecomm03-dimg img{
    display: block;
    max-width: 86%;
    margin-left: auto;
    margin-top: auto;
}
.ecomm03-discover-box .ecomm03-dcts{
    max-width: 50%;
}
.ecomm03-discover-box .ecomm03-dcts h2{
    font-weight: 600;
    color: #43125F;
}
.ecomm03-discover-box .ecomm03-dcts p{
    color: #43125F;
}
.ecomm03-inline-form{
    margin-top: 40px;
    display: flex;
    max-width: 560px;
}
.ecomm03-inline-form .form-control{
    flex: 0 1 auto;
    background: #fff;
    border-radius: 50px;
    border: 0;
    padding: 6px 25px;
    font-size: 14px;
    color: #000;
    box-shadow: none;
    height: 60px;
}
.ecomm03-inline-form .form-control:focus{
    box-shadow: none;
    outline: 0;
}
.ecomm03-inline-form .ecomm03-nlbtn{
    flex: 0 0 auto;
    background: #43125F;
    padding: 10px;
    width: 160px;
    height: 60px;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
}

.ecomm03-footer-main{
    background: #FDF5E5;
    padding-top: 60px;
}
.ecomm03-footer-main .ecomm03-footer-logo{
    display: inline-flex;
    flex-direction: column;
}
.ecomm03-footer-main .ecomm03-footer-logo .footer-brand img{
    display: block;
    max-width: 90px;
    margin: 0 auto;
}
.ecomm03-footer-main .ecomm03-footer-logo .footer-brand .logohead{
    font-size: 20px;
    color: #43125F;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}
.ecomm03-footer-main .ecomm03-footer-logo .footer-brand .logohead span{
    color: #FAB424;
}
.ecomm03-footer-main .ecomm03-footer-logo .footer-brand .logotext{
    color: #FFB51A;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
.ecomm03-footer-main .ecomm03-footer-social{
    display: flex;
    align-items: center;
    margin-top: 45px;
}
.ecomm03-footer-main .ecomm03-footer-social li+li{
    margin-left: 15px;
}
.ecomm03-footer-main .ecomm03-footer-social img{
    display: block;
    max-width: 30px;
    max-height: 30px;
}
.ecomm03-footer-main .ecomm03-footer-linkbox h5{
    font-size: 18px;
    color: #43125F;
    font-weight: 600;
    margin-bottom: 25px;
}
.ecomm03-footer-links li + li{
    margin-top: 10px;
}
.ecomm03-footer-links a{
    font-size: 14px;
    color: #000;
}
.ecomm03-footer-main .ecomm03-footer-bottom{
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(123,123,123,.3);
}
.ecomm03-footer-main .ecomm03-footer-bottom .footersub-links a{
    font-size: 14px;
    color: #000;
}
.ecomm03-footer-main .ecomm03-footer-bottom .footersub-links a + a:before{
    content: '|';
    display: inline-block;
    margin: 0 6px;
}
.ecomm03-footer-main .ecomm03-footer-bottom p{
    font-size: 14px;
    color: #000;
}
.ecomm03-footer-main .ecomm03-footer-bottom .powerdby{
    font-size: 12px;
    color: #040404;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.ecomm03-footer-main .ecomm03-footer-bottom .powerdby img{
    display: block;
    max-width: 70px;
    margin-left: 7px;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1399px){
    .ecomm03-discover-box{
        padding: 50px;
    }
    .ecomm03-discover-box .ecomm03-dcts {
        max-width: 60%;
    }
}
@media (max-width: 991px){    
    .ecomm03-discover-box .ecomm03-dimg{
        position: relative;
        margin-left: auto;
        margin-right: -30px;
        margin-bottom: -40px;
    }
    .ecomm03-footer-top{
        padding: 40px 0;
        background: #FFB51A;
    }
    .ecomm03-discover-box{
        padding: 0;
    }
    .ecomm03-discover-box .ecomm03-dimg img{
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .ecomm03-footer-links li + li {
        margin-top: 8px;
    }
    .ecomm03-footer-main .ecomm03-footer-left{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(123,123,123,.3);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ecomm03-footer-main .ecomm03-footer-social{
        margin-top: 0;
    }
    .ecomm03-footer-main .ecomm03-footer-social li+li{
        margin-left: 10px;
    }
    .ecomm03-footer-main .ecomm03-footer-social img{
        max-width: 24px;
        max-height: 24px;
    }
    .ecomm03-footer-main .ecomm03-footer-logo .footer-brand img{
        max-width: 60px;
    }
    .ecomm03-footer-main .ecomm03-footer-logo .footer-brand .logohead{
        font-size: 14px;
    }
    .ecomm03-footer-main .ecomm03-footer-logo .footer-brand .logotext{
        font-size: 10px;
    }
    .ecomm03-footer-main .ecomm03-footer-linkbox h5{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .ecomm03-footer-main .ecomm03-footer-bottom{
        padding: 16px 0 20px;
        margin-top: 30px;
    }
    .ecomm03-footer-main .ecomm03-footer-bottom .footersub-links{
        justify-content: center;
    }
    .ecomm03-footer-main .ecomm03-footer-bottom .footersub-links a{
        font-size: 12px;
    }
    .ecomm03-footer-main .ecomm03-footer-bottom p{
        text-align: center;
        font-size: 12px;
    }
    .ecomm03-footer-main .ecomm03-footer-bottom .powerdby{
        justify-content: center;
    }
    .ecomm03-footer-main .ecomm03-footer-bottom .powerdby img{
        max-width: 55px;
    }
    .ecomm03-discover-box .ecomm03-dimg{
        max-width: 100%;
    }
    .ecomm03-discover-box .ecomm03-dcts{
        max-width: 100%;
        text-align: center;
    }
    .ecomm03-inline-form{
        max-width: 100%;
    }
    .ecomm03-inline-form .ecomm03-nlbtn,
    .ecomm03-inline-form .form-control{
        height: 50px;
    }
}
@media (max-width: 575px){
    .ecomm03-footer-links a{
        font-size: 13px;
    }
    .ecomm03-footer-links li + li {
        margin-top: 5px;
    }
    .ecomm03-inline-form{
        flex-direction: column;
    }
    .ecomm03-discover-box .ecomm03-dimg{
        margin-right: -20px;
    }
    .ecomm03-inline-form .ecomm03-nlbtn,
    .ecomm03-inline-form .form-control{
        width: 100%;
    }
    .ecomm03-inline-form .ecomm03-nlbtn{
        margin-left: 0;
        margin-top: 10px;
    }
}



