
.site-header .widget_product_search {
    display: none;/*Hides Search bar on header */
}


.storefront-primary-navigation {
display: none;/*Hides primary navigation on header */
}

.post-type-archive-product .page-title {
		font-size: 18px;
}
.wc-block-grid__product-title
{text-align: left;
	color: #0074D9;
  font-size: 12px !important;
	height: 37px;
overflow-y: hidden;}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: left;
	color: #0074D9;
  font-size: 12px !important;
	height: 37px;
overflow-y: hidden;/*to change prod text color, alignment */
}


ul.products li.product {
	width: 46.411765%;
	float: left;
	margin-right: 5.8823529412%;
}

ul.products li.product:nth-of-type( 2n ) {
	margin-right: 0;
}

@media ( min-width: 768px ) {
	ul.products li.product:nth-of-type( 2n ) {
		margin-right: 5.8823529412%;/*to display products in 2 columns in handheld mobile homepage */
	}
}


span.woocommerce-Price-amount.amount {
	color: red; /* this changes price color on all Woo areas */
}


.single-product .product .single_add_to_cart_button.button{
	background-color: #A9A9A9;
	color: #FFFFFF;
	padding: 0.5em;
}
.woocommerce .product .add_to_cart_button.button{
	background-color: #A9A9A9;
	color: #FFFFFF;
	padding: 0.5em; /*Customize the add to cart button */
}

.site-header, .home.post-type-archive-product .site-header {

    margin-bottom: 1.235801032em;

}


/*
.product .images
{
margin-right: 0px;
float: left;
font-size: 1px;	
width: 50%;
}

.product .summary {
float: left;
font-size: 10px;	
width: 50%;
}

.product  form.cart {
float: none;
}

/* Smartphones (portrait and landscape) ----------- 
@media only screen
and (max-device-width : 480px) {

	.product .images {
	margin-right: 0;
	}

	.product .images,  .product .summary {
	float: none;
	width: 100%;
	}

	.product  form.cart {
	float: none;
	}
}
----*/ /*2020layout*/
/*SelectBlock gradient color*/
.wp-block-column {
background-image: linear-gradient(to bottom, rgb(252, 212, 198), #fcfbcabf );
}

/*Block alignment*/
.hentry .entry-content .wp-block-columns .wp-block-column, .editor-styles-wrapper .wp-block-columns .wp-block-column {
    padding-left: 1em;}

.hentry .entry-content .wp-block-columns .wp-block-column:not(:first-child), .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:first-child) {
    padding-left: 1em;}

/*Hide theme&wc links*/
a.customize-unpreviewable, area.customize-unpreviewable {
   display: none;}

.site-info {
	padding: 0 0;}