header.entry-header, {
margin-bottom: 0em;
color: red;
}

.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 1em;
color: red;

	}

.product .sku_wrapper {
      display: none !important;
}

.woocommerce-page table.cart td.actions{
    display: none;
}

dl.variation dt{
    display: none;
}

ul.products li.product .price{
    display: none;
}

aside#secondary.widget-area{
display: none;
}

div#content.site-content{
	float: none;
	width: 100%;
}


/****************CHECKOUT***************/
.woocommerce form .form-row {
    width: 100% !important;
}

