    .product-details .btn-cart, .product-hide-details .btn-cart {
        max-width: 85%;
    }
     .quickclose       { 
        position: absolute; 
        float: right;
        text-align: right;
        top: 20px; 
        right: 30px; 
        transition: all 200ms;
        font-size: 30px !important; 
        /* font-weight: bold;  */
        text-decoration: none; 
        color: #333; 
        z-index: 1048 !important;
    }

     .quickclose:hover { color: orange; }


     .menu .mega {
        padding-top: 0px; 
        padding-bottom:0px;
     }