/**
 * Theme Name: Sushifushi Child Theme
 * Template: sushifushi
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */

#sushifushi-lwa-modal-holder{
	display: none !important;
}

/*WooCommerce*/

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
	    background-color: black;
    color: white;
    font-size: 18px;
}

.mad-count{
	display: none;
}

input[name="eael-rememberme"] {
    display: none; !important
}


@media only screen and (max-width: 1024px) {
    body .mad-header.w-type-2 .mad-navigation-container {
        flex-direction: row;
    }
	
@media only screen and (max-width: 480px) {
    body .mad-page-wrapper .mad-header.w-type-2 .mad-header-items .mad-header-item {
        text-align: center;
        width: -webkit-fill-available;
}
	
@media only screen and (max-width: 1024px) {
    body .mad-header.w-type-2 .mad-actions {
        padding-top: 0;
        float: right;
}

@media (max-width: 769px) {
    .mad-header .mad-mobile-nav-btn {
        display: block !important;
        z-index: 99;
        position: relative;
    }
}
	
@media only screen and (max-width: 480px) {
	.mad-header:not(.style-2):not(.header-1) .mad-header-items .mad-header-item {
		text-align: left;
		width: -webkit-fill-available;
	}
}