:root{
	--primary: #668647;
	--secondary: #383f42;
	--primary-hover: #181818;
	--primary-dark: #181818;
	--rgba-primary-1: rgba(254,76,28,0.1);
	--rgba-primary-2: rgba(254,76,28,0.2);
	--rgba-primary-3: rgba(254,76,28,0.3);
	--rgba-primary-4: rgba(254,76,28,0.4);
	--rgba-primary-5: rgba(254,76,28,0.5);
	--rgba-primary-6: rgba(254,76,28,0.6);
	--rgba-primary-7: rgba(254,76,28,0.7);
	--rgba-primary-8: rgba(254,76,28,0.8);
	--rgba-primary-9: rgba(254,76,28,0.9);
	--title: #000;
}

.lg-toolbar {
	 z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    height: 105px !important;
    width: 100%;
    background-color:#000 !important;
}

.productsul {
	columns:2;	
}

.specialslide {
	object-fit:cover;
	position:absolute;
	width:100%;
	height:100%;
}

.specialvideo {
	-o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
	position:absolute;
}

.pb100 {
	padding-bottom:100px !important;
}

.bg-white {
	background-color:#fff !important;
}

.productsspeciality {
	  background-color: #383f42 !important;
      padding-top: 50px !important;
      padding-bottom: 50px !important;
}

.lg-outer {
	z-index: 99999 !important;
}

.cat-item a:hover {
	color:#bf222f !important;
}