body {
	/*font-family:'Noto Sans Georgian Cond';*/
	font-family:'Noto Sans Georgian';
	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-family: 'Noto Sans Georgian' !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 h3 {
	font-feature-settings: 'case' on;
}

.breadcrumbs_area {
    background:#dddddd;
}

.about-us, .blog-card-wrapper__content, .blog-card-wrapper__content p {
	font-size:16px; 
	line-height:24px;
	margin-bottom:20px;
}

.bctitle {
	padding-top:160px; 
}

@media (max-width: 991px) {
	.slslider, .slslider .container {
	    height: 120px !important;
	}

	.header-two {
	    padding: 0 0;
	    line-height: 32px;
	}

	.navbar {
	    margin: 16px;
	}

	.bctitle {
		padding-top:0px; 
	}
	
	.slslider .banner-two-content {
	    margin-top: 70px !important;
	}

}

@media print {
	.print-logo {
		display:block!important
	}
	.product-details-gallery, .similar_products_section, .footer-two-area, .header-two, .readmore, .printbutton,  .fb_reset {
		display:none!important;
	}
	
	.fulldesc {
		height:unset !important;
	}
}