.ddsmoothmenu{
font: bold 12px Arial;
margin:0;
height:50px;
padding:0;
width: 1000px;
margin: 0 auto;
background: transparent url("../images/bg_white_new6.png") repeat-x scroll 100% 0px;
}

.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;
width: 1001px;
overflow: hidden;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
float: left;
display: block;
height: 50px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
height: 50px;
display: block;
text-align: center;
line-height: 50px;
border-right: 1px solid #ccc;
color: #F60;
font-size: 12px;
text-decoration: none;
background: transparent url("../images/bg_white_new6.png") repeat-x scroll 100% 0px;
padding: 0px 12px;
}

.ddsmoothmenu ul li a:first{
	border-left: 1px solid #ccc;
}
 

#first-menu{
	/* border-left: 1px solid #ccc; */
}
#last-menu{
	/* border-right: none; */
}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #F60;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#0094fe;
color: white;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.clicked{
background: transparent url("../images/bg_white_new6.png") repeat-x scroll 100% -100px;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#1b75bc;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 180px; /*width of sub menus*/
padding: 8px 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ccc;
background:none;
}
.ddsmoothmenu ul li ul li a:hover{
	color:#333;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	width: 6px;
	margin-left: 3px;
	transition: all 0.5s ease;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

/* data for top menu */
.data-top-menu{
	width: 960px;
	margin-left: 1px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #ccc;
	display: none;
	z-index: 600;
	background: white;
	padding: 0px;
	box-shadow: 0px 5px 5px #999;
}
.show-data-menu{
	display: block !important; 
}
.data-top-menu .show-data-menu{
	display: block;
}
.data-top-menu .cols-nav{
	width: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.cols-nav ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.cols-nav ul li{
	margin: 0px;
	width: 250px;
}
.cols-nav ul li a{
	display: block;
	width: 100%;
	padding: 10px 25px;
	font-weight: bold;
	background: #E9E9E9;
	border: 1px solid #E0E0E0;
}
.cols-nav ul li a:hover, .cols-nav ul li a.active-nav{
	background: #fff;
}

.data-top-menu .cols-detail-menu{
	width: 700px;
	float: left;
}
.cols-detail-menu .info-menu{
	width: 650px;
	padding: 10px 25px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.info-menu .image-info{
	width: 136px;
	height: 93px;
	float: left;
	margin: 0px 25px 0px 0px;
}
.info-menu .image-info img{
	width: 100%;
	height: 100%;
}
img.no-image{
	border: 1px solid #ccc;
}
.info-menu .text-info{
	width: 489px;
	float: left;
}
.info-menu .text-info h3{
	font-size: 18px;
	margin: 0px 0px 10px;
	font-weight: normal;
	line-height: 22px;
}
.info-menu .text-info p{
	line-height: 23px;
}

/* cols detail sub menu */
.cols-detail-menu{
	display: none;
}
.show-cols-detail{
	display: block;
}
.cols-detail-menu .sub-menu{
	padding: 7px 0px;
}
.sub-menu ul{
	margin: 0px;
	padding: 0px;
}
.sub-menu ul li{
	padding: 10px 25px;
}
.sub-menu a{
	font-weight: bold;
}

/* cols other product */
.data-top-menu .cols-other-product{
	width: 650px;
	float: left;
	margin: 0px 25px 25px 25px;
}
.data-top-menu .cols-other-product a.other-menu{
	border: 1px dotted #ccc;
	border-radius: 5px;
	clear: both;
	width: 640px;
	margin: 15px 0px;
	padding: 10px;
	display: block;
	overflow: hidden;
}
.data-top-menu .cols-other-product a.other-menu:hover{
	text-decoration: underline;
	background: #f6f6f6;
}
.data-top-menu .cols-other-product .image-other-menu{
	width: 91px;
	height: 62px;
	margin: 0px 10px 0px 0px;
}
.data-top-menu .cols-other-product .text-other-menu{
	width: 640px;
}
.data-top-menu .cols-other-product .other-menu h3{
	color: #F60;
	font-size: 14px;
	margin: 0px 0px 3px;
}
.data-top-menu .cols-other-product .other-menu p{
	font-size: 12px;
	line-height: 20px;
}
.nav-mobile{
	display: none;
}
/* end data sub menu */


#catalogue{
	width: 100%;
}
#catalogue li{
	display: block;
	height: 30px;
	line-height: 30px;
	width: calc(100% - 20px);
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: none;
}
#catalogue li:last-child{
	margin-bottom: 10px;
}
#catalogue li a{
	display: block;
	width: 923px;
	height: 100%;
	border: 1px solid rgb(170, 151, 151);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding-left: 20px;
	background: white;
	font-size: 14px;
}
#catalogue li a:hover{
	background: rgb(225, 238, 243);
	text-decoration: underline;
}

@media only screen and (max-width: 800px){
	#smoothmenu1{
		display: none;
	}
	/* #smoothmenu1{
		width: 100%;
		height: auto;
		box-shadow: 0px 0px 3px 1px #DADADA;
		position: absolute;
		top: 133px;
		left: 800px;
		z-index: 20;
		transition: all 1s;
		-webkit-transition: all 1s;
	}
	#smoothmenu1 ul{
		width: 100%;
	}
	#smoothmenu1 ul li{
		float: none;
		border-bottom: 1px solid #CCC;
		background: #E7E7E7;
		height: 40px;
	}
	
	#smoothmenu1 ul li a{
		width: 100%;
		height: 40px;
		background: #E7E7E7;
		float: left;
		text-align: left; 
		padding: 0px 0px 0px 50px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 12px;
	}
	#smoothmenu1 ul li a:hover{
		background: #F2F2F2;
	}
 
 
	#smoothmenu1 ul li a::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 40px;
		height: 40px;
		background: url(../images/show_icon.png) no-repeat center center;
		border-right: 1px solid #ccc;
	}
	#smoothmenu1 ul li.back-menu a{
		text-indent: 9999999px;
	}
	#smoothmenu1 ul li.back-menu a::before{
		left: calc(100% - 40px);
		border: none;
		background:  url(../images/hide_icon.png) no-repeat center center;
	}
	.data-top-menu{
		display: none;
		position: absolute;
		box-shadow: none;
	}
	.data-top-menu .cols-nav, .data-top-menu .cols-detail-menu{
		width: 100%;
		float: none;
	}
	.data-top-menu ul li{
		width: 100%;
		height: 40%;
		border-bottom: 1px solid #CCC;
	}
	.data-top-menu ul li a{
		display: block;
		height: 40px;
		line-height: 40px;
		position: relative;
		border: none;
		padding: 0px 0px 0px 50px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 12px;
	}
	.data-top-menu ul li a::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 40px;
		height: 40px; 
		border-right: 1px solid #ccc;
	}
	.data-top-menu ul li a:hover{
		background: #F2F2F2;
	}
	.data-top-menu .cols-nav ul li a::before{
		background: url(../images/show_icon.png) no-repeat center center;
	}
	.cols-detail-menu{
		display: block;
	}
	.cols-detail-menu .sub-menu{
		padding: 0px;
		position: absolute;
		display: block;
	}
	.sub-menu ul li{
		background: #E7E7E7;
		padding: 0px;
		
	}
	
	 */
	
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}