/*
Theme Name: Unibiz
Description: Unibiz is a versatile modern WordPress theme designed for any niche with seamless Full Site Editing support and advanced customization, the first multipurpose theme fully compatible with FSE.
Author: Jegstudio
Author URI: https://gutenverse.com
Theme URI: https://gutenverse.com/unibiz/
Version: 1.0.2
Stable tag: 1.0.2
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: unibiz
Tags: block-patterns,block-styles,full-site-editing,template-editing,theme-options,right-sidebar
Copyright: © Jegstudio. All rights reserved.
*/

:root{
    
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-library-block__reusable-block-container {
    max-width: 100%;
}

.stickybar{
	position: sticky;
    top: 0;
    z-index: 10;
    background: #00000073;
}
.phonea a{
	text-decoration:none;
}

.barmenu a:hover{
color:#cf8639 !important;	
}

.tableprice table{
	border-radius:15px;
}
.tableprice table tr td{
	border-bottom: 1px solid #F4EEE8 !important;
	background:#F4F4F7;
	transition: all 0.5s linear;
	color:#000;
}
.tableprice table tr:hover td{
	background:#cf8637;
    font-weight: bold;
    color: #fff;
}
.zfg333{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}