/*
Theme Name: H and C CompuTech
Theme URI:  https://hc-computech.co.uk
Author:     Develop with Arslan
Author URI: https://developwitharslan.com
Template:   techmarket
Version:    1.0
License:    GNU General Public License v2 or later
*/
::-webkit-scrollbar {
	width: 10px;
	background-color: #C0C0C0; /* Greyish background */
}

::-webkit-scrollbar-thumb {
	background-color: #4497D5;    
	background-image: -webkit-linear-gradient(45deg,
		rgba(0, 0, 0, .2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, .2) 50%,
		rgba(0, 0, 0, .2) 75%,
		transparent 75%,
		transparent);
}
[data-elementor-type="single-post"] {
  width: 100% !important;
}


/*My Custom Css*/
/*
@media only screen and (min-width: 769px) and (max-width: 5000px){
	
	.section-products-carousel .products .product, .section-products-carousel-tabs .products .product {
    height: 410px;
    margin: 2px;
}
	
	
	.yamm .yamm-content{
	background:#fff!important;
	border-radius:5px!important;
}

li#departments-menu-menu-item-60053{
	width: 620px;
	background:#fff!important;
    min-height: 416.575px;
	border-radius:5px!important;
}

li#departments-menu-menu-item-60052{
		width: 620px!important;
	min-height: 416.575px;
	background:#fff!important;
	border-radius:5px!important;

}
}

@media screen and (max-width: 600px){
	
	#nav_menu-2{
		margin-top:-95px!important;
	}
	
	
	.kc_row:not(.kc_row_inner) {
	overflow-x: hidden;
}
	
	strong {
	 line-height:50px;
	 margin: 20px;
	}
	
	.handheld-navigation .yamm-content ul:not(.menu) {
    padding-left: 0.387em;
}

}
 

.wp-post-image{
	display:none!important;
} 
*/