.woocommerce-account .wp-block-template-part,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .wp-block-template-part{
	display: none !important;
}

.woocommerce-MyAccount-content{
	width: 100% !important;
}
body.woocommerce-order-received header,
body.woocommerce-order-received .site-header,
body.woocommerce-order-received footer,
body.woocommerce-order-received .site-footer,
body.woocommerce-view-order header,
body.woocommerce-view-order .site-header,
body.woocommerce-view-order footer,
body.woocommerce-view-order .site-footer {
    display: none !important;
}

header, .site-header, footer, .site-footer {
    display: none !important;
}

.wc-tabs{
	display: none !important;
}

.woocommerce-Tabs-panel--additional_information {
	display: none !important;
}
.related{
	display: none !important;
}
.woocommerce-breadcrumb{
	display: none !important;
}

.reset_variations,.order-again,.wc-block-order-confirmation-additional-information,.woocommerce-orders-table__cell-order-actions{
	display: none !important;
}
.posted_in{
	display: none !important;
}

.variations_form select {
    pointer-events: none;       
    background-color: #f5f5f5;  
    color: #555;                
}

a {
  text-decoration: none;  /* removes underline */
  color: inherit;         /* inherits color from parent, or use a custom color */
  cursor: default;        /* removes pointer cursor if you don't want it to look clickable */
}

