*{
	margin: 0;
	padding: 0;
}
body{
	font-family: verdana;
}
.main{
	margin-top: 0;
	width: 100%;
	height: auto;
  background-color: #fff;
}
.topbar{
	clear: both;
	width: 100%;
	height: 130px;
	background-color: #006666;
}
.logo_icon img{
	width: 200px;
	height: 90px;
	padding: 20px;
	border-radius: 1000px;
	float:left;
}
.store_name{
	font-size: 100px;
	padding-top: 12px;
	color: #00FFFF;
	font-family: Monotype Corsiva;
	float:left;
}
ul {
    list-style-type: none;
    padding: 0;
		overflow: hidden;
}
li {
    float: right;
}
li a {
    display: inline-block;
    color: white;
    text-align: center;
		font-size:18px;
    padding: 54px 25px;
    text-decoration: none;
}
li a:hover {
    background-color: #0080FF;
}
li img{
	display: inline-block;
	padding-top: 35px;
	padding-right: 2px;
	padding-left: 70px;
}
li p{
    display: inline-block;
    text-align: left;
		color:white;
		font-size:18px;
    padding: 50px;
		padding-right: 60px;
		padding-left: 1px;
    text-decoration: none;
}

.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
	z-index: 200;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 14px;
  background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.dropdown:hover .dropbtn {
  background-color: red;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 150;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.container{
  height:350px;
	position: relative;
	width:100%;
	background: #4c4c4c;
}
.slide_image{
	position: absolute;
	width:100%;
	height:100%;
}
.slide_image img{
	width:100%;
	height:100%;
}
#i1,#i2,#i3{
	display:none;
}
.pre,.nxt{
	width:12%;
	height:100%;
	position: absolute;
	top:0;
	background: rgba(88,88,88,.2);
	cursor: pointer;
	z-index:99;
}
.pre{
	left: 0;
}
.nxt{
	right:0;
}
p.left{
	position:absolute;
	z-index:100;
	margin-top:175px;
	left:75px;
	cursor: pointer;
  height: 45px;
  width: 45px;
  background-color: #bbb;
  border-radius: 50%;
	font-size: 35px;
	text-align: center;
}
p.right{
	position: absolute;
	z-index:100;
	margin-top:175px;
	right: 75px;
	cursor: pointer;
  height: 45px;
  width: 45px;
  background-color: #bbb;
  border-radius: 50%;
	font-size: 35px;
	text-align: center;
}
.nav_dots{
	width: 100%;
	height:11px;
	bottom: 12%;
	position: absolute;
	text-align: center;
	z-index: 99;
}
.dots{
	top: -5px;
	width:18px;
	height:18px;
	margin: 0 4px;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	background: rgba(0,0,0,0.9);
}
.slide_image{
	z-index: -1;
}
#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three{
	z-index: 9;
}
#i1:checked ~ .nav_dots #dot1,
#i2:checked ~ .nav_dots #dot2,
#i3:checked ~ .nav_dots #dot3 {
	background: rgba(255,255,255,1);
}




.product{
	width: 100%;
	height: 700px;
	float: left;
	margin-top: 30px;
	background-color: #CCE5FF;
}
.product_section_title{
	float: left;
	width: 100%;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 15px;
	margin-left: 45px;
}
.product_one,.product_two,.product_three,.product_four{
	float: left;
	width: 280px;
	height: 580px;
	border-radius: 7px;
	background-color: white;
	padding-bottom: 15px;
	border-bottom: 2px solid darkgray;
	border-left: 1px solid darkgray;
	border-right: 1px solid darkgray;
	margin-right: 30px;
}
.product_one{
	margin-left: 50px;
}
.product_text a{
	text-decoration: none;
	color:black;
}
.product_text a:hover{
	color:blue;
	cursor: pointer;
	text-decoration: underline;
}
.product_img{
	width: 280px;
	height: 350px;
	float: left;
	border: 1px solid;
	border-radius: 7px;
	overflow: hidden;
}
.product_img img{
	width: 100%;
	height:350px;
}
.product_text{
	width: 230px;
	float: left;
	margin-top: 10px;
	padding-left: 8px;
}
.product_text h4{
	margin-left: 8px;
	font-weight: bold;
}
.star_rating{
	float: left;
	width: 230px;
	margin-top: 8px;
	padding-left: 10px;
}
.star_rating img{
	width: 20px;
	height: 17px;
	float: left;
	margin-right: 2px;
}
.product_desc{
	width: 230px;
	float: left;
	font-size: 18px;
	color: #009900;
	font-weight: bold;
	margin-top: 4px;
	padding-left: 10px;
}
.product_price{
	width: 230px;
	float: left;
	margin-top: 10px;
}
.price{
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}
.price strong{
	font-size: 20px;
	color:red;
}
.adtc_button button{
	float: right;
	padding: 5px;
	font-size:16px;
	font-weight: bold;
	background-color:#fcc508;
	border-radius: 5px;
	color: #cd3737;
}
.product_one .product_img,
.product_two .product_img,
.product_three .product_img,
.product_four .product_img{
	position: relative;
}
.product_one .product_img span,
.product_two .product_img span,
.product_three .product_img span,
.product_four .product_img span{
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #fcc508;
	color: #c32a2a;
	text-align: center;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	line-height: 55px;
	font-weight: bold;
	font-size: 14px;
}


.footer{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 0;
	padding: 25px 0;
	background-color: #006666;
	color: white;
}
.footer_clmn1,.footer_clmn2,.footer_clmn3{
	width: 25%;
	float: left;
	font-size: 16px;
	margin-left: 60px;
}
.footer_clmn1 a,.footer_clmn2 a{
	color:white;
}
.footer_clmn1 a:hover,.footer_clmn2 a:hover{
	color:blue;
}
