

.logo {
	font-weight: normal;
}

#current a {
	color: blue;
	font-weight: bold;
}

.logo li a:hover, .logo li a:active {
	color: #4b81e8 !important;
	font-weight: bold;
	/* border-bottom: 2px solid #4b81e8; */
}

#cart {
	display: none;
}

.img-slider {
	top:0px;
}

@media screen and (min-width: 200px) and (max-width: 350px) {
	.buttonmargin {
		margin-top: 20px;
	}
	.topmargin {
		margin-top: 30px;
	}
}

@media screen and (min-width: 350px) and (max-width: 765px) {
	 .topmargin {
		margin-top: 30px;
	}
	
	.img-fluid {
		width: 600px;
	}
	.suitemargin {
		margin-top: 50px;
	}
	#cart {
		font-size: 15px;
		color: #4b81e8;
		display: inline-block;
	}
	.buttonmargin {
		margin-left: auto;
		text-align: center;
	}
	.cloudimg {
		margin-left: 30px;
	}
}

.zoom {
		width:470px;
}



@media ( min-width : 765px) {
	.topmargin {
		margin-top: 60px;
	}
	.suitemargin {
		margin-top: 70px;
	}
	.buttonmargin {
		margin-left: 25%;
	}
}

@media ( max-width: 400px) {
	.buttonmargin {
		margin-top: 20px;
	}
}

body {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.alink {
	color: #4d4d4d;
}

.alink:hover {
	color: blue;
}


@media screen and (min-width: 200px) and (max-width: 400px){
			
			.zoom {
		width:300px;
			}
			.carousel {
		display:flex;
		align-items: center;
		justify-content: center;
	}	
			
}

@media screen and (min-width: 400px) and (max-width: 768px) {
	.zoom {
		width:350px;
	}
	
	
		.carousel {
			display:flex;
			align-items: center;
			justify-content: center;
			
	}	
	
	.img-slider .mynavigation{
    	bottom: -25px;
  } 
			
	 
}



@media screen and (min-width: 768px) and (max-width: 1200px) {
	.zoom {
		width:330px;
 		height:100%;
 	
	}
	 .carousel {
		display:flex;
		align-items: top;
		justify-content:center;
	}	 
	.img-slider .mynavigation{
    	bottom: -25px;
  } 
  	 .img-slider {
  		height:270px;
  	} 
	
}

