/*.addToCartbtn a {
    font-size: 26px;
    font-family: "Gotham-Bold", sans-serif;
    font-style: italic;
}
.lock-box:before {
    height: 33px;
    width: 27px;
    left: 6%;
}
.lock-box p {
    font-size: 20px;
    text-align: left;
    padding-left: 50px;
}
.btl-box img {
    max-width: 280px;
}
.btl-box2 img {
    padding: 60px 0 60px;
}*/

/*footer css start*/

.footer {
    background: linear-gradient(90deg, #E93293 0%, #6B73B7 50%, #22B0E5 100%);
    padding: 4% 0%;
    

}

.footer-cntnt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.1px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.ftr-dsktp {
    display: block;
}

.ftr-mbl {
    display: none;
}

.footer_links {
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding: 0px;
}

.footer_links li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.59px;
    text-align: center;
    color: #fff;
    padding: 0px 6px;
}

.footer_links li a:after {
    content: "-";
    margin-left: 0.6em;
    color: #fff;
}

.footer_links li a:last-child::after {
    content: "";
}

img.footer-logo {
    width: 100%;
    max-width: 300px;
}

.footer a {
    color: #fff;
}


/*footer css end*/


@media (max-width: 560px) {
   
    .footer-cntnt p {
        font-size: 14px;
        line-height: 24.1px;
    }
    .footer_links li a {
        font-size: 14px;
    }
    
    
}

@media (max-width: 428px) {
    .footer_links li a {
        margin-bottom: 5px;
        display: block;
    }
    .footer_links {
        display: block;
        text-align: center;
    }
    .ftr-dsktp {
        display: none;
    }
    .ftr-mbl {
        display: flex;
        flex-direction: column;
    }
    p.ftr-mbl span {
        margin-bottom: 5px;
    }
    img.footer-logo {
    max-width: 180px;
}
}