section.brands-section {
    display: none;
}
section.sale_content a.btn {
    background: #fa5d00;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 3px 3px 3px #cccccc;
    margin-top: 30px;
    margin-bottom:35px;
    transition: 0.5s ease all;
    border-radius: 6px;
    padding: 15px;
    font-size:18px;
    
}
section.sale_content a.btn:hover {
    background: #111010;
}
.sr-section-title a.btn.btn-custom {
    border-color: #fa5d00;
    margin: 10px;
    transition:0.5s ease all;
        box-shadow: 3px 3px 3px #cccccc;
}
.sr-section-title a.btn.btn-custom:hover{background: #111010; color:#ffffff;}
.contact_banner .at-hero-banner img {
    max-width: 100% !important;
}
.contact_banner .at-hero-banner {
    border: 14px solid #ffffff;
    border-radius:5px;
}