.homesliderTitle{ 
  	color: #FFF;
}
.homesliderSub{
	color: #FFF;
}
.homesliderBtn{
	margin: 20px 0;
}
.kobogcont{
	margin: 25px 30px;
	text-align: center;
}
.kobogservices{
	display: flex;
	flex-wrap: wrap;
	margin: 25px 30px;
}
.kobogservice {
	width: 33.333%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
} 
.kobogserviceInner a{
	color: var(--kobo_black_color);
	text-decoration: none !important;
	font-size: 20px;
}
.kobogserviceInner{ 
	margin: 10px;
	background: var(--kobo_footer_background_color);
	/* padding-bottom: 65%; */
	border-radius: 20px;
	width: 100%;
	text-align: center;
	padding: 20px;
}
.kobogserviceIcon img{
	max-width: 50px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.kobogserviceBtn{	 
	min-height: 60px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.kobogrow{
	display: flex;
	 flex-wrap: wrap;
	 margin: 25px 30px;
}
.kobogrowS{
	padding: 10px 0;
	width: 100%;
}
.kobogrowSInner{
	display: flex;
	flex-wrap: wrap;
	background: var(--kobo_footer_background_color); 
	border-radius: 10px;
}
.kobogrowSL{
	width: 40%;
}	
.kobogrowSR{
	width: 60%;
}
.kobogrowSBg{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 250px;
}
.kobogrowSRMeta{
	padding: 20px;
	height: 100%;
	position: relative;
}
.kobogrowSTitle{
	font-size: 23px;
	line-height: 1.2;
	text-transform: uppercase;
}
.kobogrowSSpecs {
	margin: 20px 0;
}
.kobogrowSSpec{  
	padding: 0 0 5px;
}
.kobospecfa{
	margin-right: 4px;
}
.kobogrowSSpec span{ 
	font-weight: 500;
} 
.kobogrowSBtns{
	display: flex;
	gap: 20px;
}
.kobogrowSBtns {
	position: absolute;
	bottom: 20px;
	right: 30px;
}
 .kobogHero{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 300px; 
}
.restmenus{
   display: flex; 
   flex-wrap: wrap;
   margin: 30px;
   gap: 20px;
   align-items: center;
   justify-content: center;
}
.restmenu{
   
} 
.koboginfo{
	display: flex;
	flex-wrap: wrap;
	margin: 25px 30px;
}
.koboginfoS{
	width: 100%;
	background: var(--kobo_footer_background_color);
	margin: 0 0 5px;
	padding: 20px;
}
.koboginfoS a{
	display: flex;
	align-items: center;
	border-radius: 10px;
	justify-content: space-between;
	color: var(--kobo_black_color) !important;
	text-decoration: none !important;
}
.koboginfoS a:hover{
	
}
.koboginfoSTitle{
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}
.koboginfoSBtn{
	
}
.kobofalink{
	font-size: 23px;
	color: var(--kobo_black_color);
}
.fancybox-slide {
	padding: 20px !important; 
}
.kobogcontDesc ol,
.kobogcontDesc ul{
	text-align: center;
	margin: 0 auto;
	width: fit-content;
}