/*
 Theme Name:     Storefront Child-theme
 Theme URI:      https://wordpress.org/themes/storefront/
 Description:    Storefront
 Author:         Wordpress
 Author URI:     https://wordpress.org
 Template:       storefront
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/** HEADER STUFF --- **/
.site-branding{padding:0;margin: 0;}
.site-search{padding:0;margin:0;}
.site-header{padding-top:.7em;margin:0;}
.site-footer{padding:1em 0em 1em 0em;}
@media (min-width: 768px) {
.storefront-primary-navigation {
background-color: #000;
height: 100%:
}
}
@media (min-width: 768px) {
.site-branding{padding-bottom:1em;margin:0;}
.site-search{padding-bottom:1em;margin:0;}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a
{padding:.5em 0em .5em 0.em;}
.site-header-cart .cart-contents {padding:.5em 0em .5em 0.em;}
button.menu-toggle, button.menu-toggle:hover {border-color: #000;}
.site-header .site-branding img {
height: auto;
max-width: 120px;
max-height: none;
}
.widget_search form:not(.wp-block-search) input[type=text], .widget_search form:not(.wp-block-search) input[type=search], .widget_product_search form:not(.wp-block-search) input[type=text], .widget_product_search form:not(.wp-block-search) input[type=search] {
	height: 40px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
/** --- ENDS HEADER STUFF **/
	
/** SIDEBAR STUFF --- **/
.widget {
	margin: 0;
}
.widget-area .widget h3 {
	border-top: 2px solid #000;
	font-weight: bold;
}
.wp-block-search__inside-wrapper {
	height:40px;
	background-color: #fff;
}
.wp-block-search__button {
	padding: 0em .4em;
	border: 0;
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
background-color: #fff;
	border: 0;
}
.widget_search form:not(.wp-block-search) input[type=text], .widget_search form:not(.wp-block-search) input[type=search], .widget_product_search form:not(.wp-block-search) input[type=text], .widget_product_search form:not(.wp-block-search) input[type=search]{
	color: #fff;
}
.woocommerce-product-search {
	color: #fff;
}
.site-search .widget_product_search form::before {
	color: rgba(255, 255, 255, 0.6);
}
.storefront-sticky-add-to-cart  {
	background-color: #000;
	color: #fff;
}
.storefront-breadcrumb {
padding: .5em 0em .5em 0em;margin: .5em 0em .5em 0em;
}
/** --- ENDS SIDEBAR STUFF **/

	
/** FOOTER STUFF --- **/
.site-footer{padding:1em 0em 1em 0em;margin:0;}
.site-info{padding:0;font-size: small;margin:0;}
.site-info br{display:none;}
.site-info a {display:none;}
/** this adds text after credits 
.site-info:after {
content: "© Aeriss Moon 2025";
}**/
@media screen and (max-width: 768px) {
.site-footer {
	padding: 0em 0em 5em 0em !important;margin:0 !important;}
.site-info {padding:0;font-size: small !important;}
.site-footer br{display:none !important;}
.site-footer a {display:none !important;}
}
/** --- ENDS FOOTER STUFF **/