body {
	font-family:'Noto Sans Georgian Cond';
	font-size:12px; 
	line-height:14px;
	background-color:#ffffff;
}

/* width */
::-webkit-scrollbar {
  width: 8px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9a9a9a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8b8c8d;
}
.uc {
	font-family: 'Noto Sans Georgian Cond' !important; 
	font-weight: normal; 
	font-style: normal;
	/* uppercase */
	font-feature-settings: 'case' on;
}


.menuitem {
	white-space:nowrap; 
	font-size:14px !important;
	font-weight: bold !important;
}

.breadcrumb_content {
    margin-top: 96px !important;
}    
    
.breadcrumb_content h3 {
	font-feature-settings: 'case' on;
}

.breadcrumbs_area {
    background:#dddddd;
    height:360px !important;
}

.product_info_content p {
	font-size:14px;
}

.main_menu nav > ul > li:hover ul.sub_menu {
	opacity:0.80;
	background-color:#FFBD3A;
	border-radius:8px;
}

.main_menu nav > ul > li ul.sub_menu li a {
    font-size: 16px;
}

.main_menu-link {
	color:#f2f2f2 !important;
	font-weight:bold !important;
	font-size:18px !important;
}
