 header {
    margin-top: 0;
    padding-top: 0;
}

nav {
    margin-top: 0;
    padding-top: 0;
}


.drawer, .menu, .flex {
    margin-top: 0;
    padding-top: 0;
}

.search-popup {
            display: none;
            position: fixed;
            z-index: 999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
        }

        /* Popup Content */
        .search-popup-content {
            background-color: #fefefe;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 600px;
        }

        /* Close Button */
        .close-btn {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close-btn:hover,
        .close-btn:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }




        .search-popupm {
            display: none;
            position: fixed;
            z-index: 999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
        }

        /* Popup Content */
        .search-popup-contentm {
            background-color: #fefefe;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 600px;
        }

        /* Close Button */
        .close-btnm {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close-btnm:hover,
        .close-btnm:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
        #checkoutform input[type=text] {
            border: 2px solid black;
            border-radius: 4px;
        }
        #checkoutform input[type=tel] {
            border: 2px solid black;
            border-radius: 4px;
        }
        #checkoutform input[type=email] {
            border: 2px solid black;
            border-radius: 4px;
        }


