
/* Android Mobile Responsive */
@media screen and (max-width:575px){
    .sticky-footer button{
        font-size:15px;
        padding:15px 10px;
    }
    .copyright_section {
    width: 100%;
    text-align: center;
    background-color: ghostwhite;
    height: auto;
    margin: 0;
    margin-bottom: 20%;
}

    /* Sticky Footer */
.sticky-footer{
    position:fixed;
    bottom:0;
    left:0;
    width:80%;
    margin-left: 10%;
    background:#fff;
    display:flex;
    gap:10px;
    box-shadow:0 -2px 10px rgba(0,0,0,0.15);
    z-index:9999;
    box-sizing:border-box;
    border-radius:10px;
}

/* Buttons */
.sticky-footer button{
    flex:1;
    border:none;
    width: 50%;
    padding:14px 10px;
    font-size:16px;
    font-weight:bold;
    border-radius:10px;
    cursor:pointer;
}

/* Cart Button */

/* Order Button */
.order-btn{
    background:white;
    color:black;
}
}

.cart-btn{
    background:black;
    color:white;
}


