/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Evita FOUC en invitados */
/* PRE-RENDER FIX ReHub */
html, body {
    visibility: visible !important;
    opacity: 1 !important;
}

body:not(.loaded) * {
    transition: none !important;
}

.rh-header,
.header_wrap,
.offer_grid,
.col_wrap_three,
.rh-cartbox {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}
