/**
 * Theme Name: Storefront Child Theme
 * Template:   storefront
 * Version:      	1.0.0
 * ...other header fields
 */
 
.woocommerce-checkout .nasa-bottom-bar-icons{
    display: none !important;
}
.plus-minus-button .woo-advanced-minus, .plus-minus-button .woo-advanced-plus {
    width: 46px;
    padding: 0;
    height: 30px;
   
}

.woocommerce [name="update_cart"] {
  display: none!important;
}
/*removing your order details*/
table thead th {
    padding: 1.41575em;
    vertical-align: middle;
    display: none;
}
/*to remove links from pages*/
.woocommerce-breadcrumb {
    font-size: .875em;
    display: none;
}
.stock.in-stock {
    color: #0f834d;
    display: none;
}


@media screen and (max-width: 767px) {
.main-navigation ul li a {
   background-color:blue;
	height:auto;
	width: 190px !important;
	overflow: SCROLL !important;
    max-height: 300px;
		position:relative;
	
	
}
/*for selected change*/
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
    color: #ffffff;
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
    color: #13ed44;
}
h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
    color: #333333;
    text-align: center;
    
    font-size: 1.7792em;
}
main-navigation ul li a {
    padding: .875em 0;
    display: block;
    background-color: coral;
}
}

@media screen and (max-width: 767px) {#site-navigation{
	float:right!important;
	padding-left:155px;
	position:fixed!important;
	
	
	
	}
}
 a.added_to_cart.wc-forward {
    display: none ;
}
 
 .site-footer .storefront-handheld-footer-bar a:not(.button):not(.components-button) {
    color: #ffffff;
;
    text-indent: 20px;
}
table.cart .product-quantity .plus, table.cart .product-quantity .minus {
    display:inline;
	
	
}

table td, table th {
    padding: 0em 1.1575em;
    text-align: left;
    vertical-align: top;
}
.woocommerce ul.products li.product {
border: 3px solid #000000;
box-sizing: border-box;
padding: 10px;

}

.wpcpq-table .wpcpq-row {
	     display: flex;
 align-items: center;
	     padding: 0px;
	     border-bottom: 0.1px dashed #e5e5e5;
}


.quantity .qty {
    width: 4.235801032em;
    text-align: center;
    height: 2em;
}

