.single-product .ac_wrapper_single_product {
	width: 50%;
    display: inline-block;
}

.single-product .ac_wrapper_single_product .woocommerce-product-gallery {
	width: 100% !important;
}

.single-product .summary {
	display: inline-block;
    float: none;
}

.single-product .related.products {
	display: inline-block;
}

@media screen and (max-width: 575px){
	.single-product .ac_wrapper_single_product {
		width: 100%;
	}
}

.grand_total{
	display: none !important;

}


/* Menú sobre la imagen (no sticky) */
body.single-post .sc_layouts_row_fixed_on_pre:not(.sc_layouts_row_fixed_on) .sc_layouts_menu_nav > li > a {
    color: #fff !important;
}

/* Menú sticky */
body.single-post .sc_layouts_row_fixed_on.sc_layouts_row_fixed_on_pre .sc_layouts_menu_nav > li > a {
    color: #415161 !important;
}
