        /* .menu .megamenu.demo{
            height: 50vh !important;
        } */
        .products .product{
            border: 1px solid #ccc;
            border-radius: 8px;
        }
        .product-gallery-item:before {
            border-color: #fff;
        }
        option:disabled {
            color: #ebebeb;
        }
        .product.product-7 .product-price{
            font-size: 1.7rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }
        .product.product-7 .product-title{
            font-size: 1.6rem;
            font-weight: 500;
            height: 50px;
        }
        .menu li > a{ font-size: 1.5rem; }
        .footer, .footer p {
            background-color: #994848;
            color: #000;
        }
        .btn-product{
            font-size: 1.6rem;
        }
