<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#nav-topmenu {
    background-color: #00aaff;
    color: #FFF;

    }
	#nav-topmenu a {
		position:relative;
		display:inline-block;
		padding:1em;
		color:#fff;
		text-decoration:none;
		margin:0;
	}
#cart{
	border-radius: 20px;
	font-size: 0.9em;
	height: 25px;
	margin: 0;
	padding: 6px 12px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 70px;
	background-color: #4775d1;
	color: #FFF;
    } 
#search{
	border-radius: 20px;
	font-size: 0.9em;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 170px;
    }
#Scircle {
    border: 2px solid #e5e5e5;
	width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    border-radius: 50%;
	display: table-cell;
    text-align: center;
	vertical-align: middle;
}

#nav-curve {
		position:relative;
		z-index:999 !important;
		white-space:nowrap;
		background:#333333;
		font-family:'Futura-boldoblique', sans-serif;
		text-transform:uppercase;
		border-radius: 35px 0px 0px 30px;
		padding-left: 50px; 
		height:70px; 
		display: table-cell;
		vertical-align: middle;
	}
	#nav-curve a {
		position:relative;
		display:inline-block;
		padding:1em;
		color:#fff;
		text-decoration:none;
		margin:0;
	}
	#nav-curve a::before {
		content:'';  To generate the box 
		position:absolute;
		top:0; right:0; bottom:0; left:0;
		z-index:-1;
		border:none;
	/*	background:#0099ff; */
	/*	border: 2px solid #73AD21;*/
	/*	border-radius: 30px 0px 0px 30px;*/
	}
	#nav-curve a:hover:before {
		
		top:-5px; right:0; bottom:-5px; left:0;
		border: 2px solid #0099ff;
		background:#0099ff; 
	}
	#nav-curve a:hover {
		z-index:9999 !important;
		background:#0099ff; 
		color:#99d6ff;
		text-decoration:none;
		border: 2px solid #0099ff;
		border-radius: 30px 0px 0px 30px;
	}
	#nav-curve ul {
		list-style:none; 
		width:960px; 
		margin:0 auto; 
		text-align:left;
		padding:0;
	}
	#nav-curve ul li {
		display:inline-block;
	}
	#nav-curve ul li:hover &gt; div {
		height:200px;
		margin-top:0;
		opacity:1;
	}
	#nav-curve ul div {
		margin-top:-3000px;
		background:none;
		padding:0;
		width:100%;
		position:absolute;
		top:20px;
		left:0px;
		height:0px;
		opacity:0;
		-webkit-transition:opacity 0.2s linear;
		-moz-transition:opacity 0.2s linear;
		-ms-transition:opacity 0.2s linear;
		-o-transition:opacity 0.2s linear;
		transition:opacity 0.2s linear;
	} 
	
.btn_second{
    width: 178px !important;
	margin:10px;
}
 
#circle {
    border: 2px solid #FFF;
	width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
	display: table-cell;
    text-align: center;
	vertical-align: middle;
	font-size: 35px;
	color:#FFF;
}

#header-curve {
		position:relative;
		z-index:999 !important;
		white-space:nowrap;
		background:#ff6600;
		font-family:'Futura-boldoblique', sans-serif;
		text-transform:uppercase;
		border-radius: 35px 0px 0px 30px;
		padding-left: 50px; 
		height:70px; 
		line-height: 70px;
		display: table-cell;
		vertical-align: middle;
		font-size: 25px;
		color:#FFF;
	}
	
#logo-curve {
		position:relative;
		z-index:999 !important;
		white-space:nowrap;
		background:#000;
		font-family:'Futura-boldoblique', sans-serif;
		text-transform:uppercase;
		border-radius: 40px 0px 0px 40px;
		padding-left: 50px; 
		height:80px; 
		line-height: 80px;
		display: table-cell;
		vertical-align: middle;
		font-size: 25px;
		color:#FFF; 
	}

.product  { 
	position: relative;
	right: 10px;
	top: 10px;
	color: #00b3b3;
	line-height: 1;
	text-align: center;
}	

a.addtocart {
	color: #333;
	background-color: #fff;
	font-size: 14px;
	padding: 0 10px 0 8px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #ccc;
}
a.moreproduct {
	color: #FFF;
	background-color: #ff6600;
	font-size: 14px;
	padding: 0 10px 0 8px;
	height: 42px;
	line-height: 30px;
	border: 1px solid #ccc;
}</pre></body></html>