@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');


*{
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins','sans-serif';
	/* overflow: hidden; */
}

header{
	padding: 2px;
	position: sticky;
	top: 0px;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0px 12px 24px rgba(2, 30, 84, 0.1);
	
  }
  
  .upper-nav{
	display: flex;
	justify-content: flex-start;
	margin-left: 150px;
	margin-top: 9px;
  
  
	
  }
  
  .hamburger-content{
	display: none;
  }
  
  .icon-menu{
	display: none;
  }
  
  .upper-nav img{
	  width: 100px;
	  height: 100px;
	  position: relative;
	  top: -15px;
  }
  
  
  .upper-nav ul {
	list-style: none;
	padding-top: 40px;
  }
  
  .upper-nav ul li {
	display: inline-flex;
	margin-left: 15px;
	font-size: 16px;
  }
  
  .upper-nav ul li {
	cursor: pointer;
  }
  
  nav{
	  height: 50px;
	  margin-top: 13px;
	  margin-left: 90px;
	  margin-bottom: 25px;
	  display: flex;
	  justify-content: space-around;
	  flex-wrap: wrap;
	  
  
  }

  nav ul{
	display: flex;
	list-style: none;
	justify-content: center;
	margin: 20px;
  
  }
  
  .potli-logo{
	height: 100px;
	width: 100px;
	position:absolute;
	top:-10px;
	left: 80px;
	z-index: 2000;
  }
  
  nav ul li{
	
	font-size: 20px;
	margin-right:35px;
	
  
  }
  
  nav ul li img{
	width: 100px;
	height: 100px;
  }
  
  nav ul li a{
	text-decoration: none;
	color: #141414;
	padding: 15px 10px;
	font-family: 'Playfair Display', serif  !important;
  }
  
  nav ul li a:hover{
	background: #c9343f;
	color: #fff;
  }
  




section{
	display:flex;
	justify-content: flex-start;
	
	
}

section .thumbnails{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin-left: 25px;
	margin-top: 20px;
}

section img{
	margin: 50px 50px;
}
.thumbnails div{
	width: 100px;
	height: 100px;
	background-size: 100%;
	background-position: center;
	border: 1px solid #c9343f;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
	border-radius: 5px;
	cursor: pointer;
}

aside{
	padding: 50px 100px ;
	
}

aside h1{
	font-size: 26px;
	font-weight: 500;
}
aside p span{
	font-size: 30px;
	font-weight: 500;
}
aside p del{
	margin-left: 10px;
	font-size: 20px;
	opacity: 50%;
}
p.subhead{
	opacity: 50%;
}

.icon{
	color: palevioletred;
	position: relative;
	top: 5px;
}

aside hr{
	margin: 10px auto;
}



aside  button{
	position: relative;
	/* top: 10px; */
	padding: 10px 20px;
	border-radius: 15px;
	border: 1px solid #141414;
	background-color: #fff;
	margin-right: 10px;
}

p.sizeselect{
	font-size: 18px;
	font-weight: 500;
}

.addtobag{
	margin-top: 25px;
	border-radius: 5px;
	padding: 5px 30px 10px 30px;
	background-color: #c9343f;
	color: #fafafa;
	border: none;
}
.addtobag a{
	color:#fff;
	text-decoration:none ;

}

.Whislist{
	margin-top: 25px;
	border-radius: 5px;
	padding: 5px 30px 10px 30px;
	background-color:transparent;
	border: 1px solid #c9343f;
	color: #c9343f;
	/* border: none; */
}

.icon1{
	position: relative;
	top: 5px;
	margin-right: 5px;
}

aside h3{
	margin-top: 10px;
}

.productdetail p{
	font-size: 14px;
	opacity: 75%;
}


main{
	width: 100%;
	  
	padding: 10px 0px;
	overflow: hidden;
  
	/*background: rgba(201, 52, 63, 00.75);*/
  }
  
  main .row1{
	margin-bottom: 30px;
	/*background: red;*/
	display: flex;
	justify-content:center;
	
  }
  
  
  main .row1 .products{
		width: 100px;
		height: 140px;
		border-radius: 10px;
		margin-right: 20px;
		margin-bottom: 10px;
		box-shadow: 0px 2px 4px 0px rgba(20, 20, 20, 0.25);
		/*box-shadow: 0px 12px 24px rgba(2, 30, 84, 0.1);*/
		padding: 10px;
		text-align: center;
	  
	}
  
  main .row1 .products:hover{
	transform: scale(1.2);
  }
  main .row2 .products:hover{
	transform: scale(1.2);
  }
  
  
  
  main .row1 .products div{
	  height: 100px;
	  width: 100px;
	  
	  background-position: center;
	  background-size: 100% 100%;
	  border-radius: 10px;
	  /* margin-bottom: 10px; */
	  
  }


  .prd_name{
	text-align: left;
	margin: 0px;
	font-size: 12px;
	color: #C9343F;
	font-family: 'Poppins', sans-serif;
  }
  
  .prd_value{
	 text-align: left;
	margin: 0px;
	font-size: 16px;
	font-weight: 550;
	color: #C9343F;
	font-family: 'Poppins', sans-serif;
  }
  
  main .row1 .products span{
	  position: relative;
	  left: 40px;
	  top: -38px;
	  color: #C9343F;
	}
  
  main .row1 .products span:hover{
	  cursor: pointer;
	}

/************ Responsive ************/

/* ************* Screen Size 425px ************* */

@media only screen and (max-width:425px)
{
	header{
		height: 90px;
	
	}
.potli-logo{
    height: 100px;
  width: 100px;
  position:absolute;
  top:-10px;
  left: 20px;
  z-index: 2000;
}
.icon3{
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.icon-menu{
	display: block;
	position: relative;
	top: 30px;
	right: 30px;
	float:right;
  
  }


.logo-head{
  font-size: 44px;
}

nav{
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
}


    nav ul{
      
      background-color: #fafafa;
      position: relative;
      top: 100px;
      padding: 10px 40px;
      z-index: 1000;
      display: none;
	  margin: 0px;
  

}
nav ul li{
  margin-bottom: 30px;
  
}

aside{
  position: relative;
  top:0px;
  height: auto;
  order: 3;
  padding: 10px 20px;
}
section{
	flex-wrap: wrap;
	justify-content: center;
}
section .thumbnails{
	flex-direction: row;
	margin-left: 20px;
	order:2;
	margin-top: 0px;
}

.thumbnails div{
	margin-right: 10px;
	width: 90px;
	height: 90px;
}
.thumbnails div:nth-child(5){
	display: none;
}

section img{
	margin: 35px 25px;
}

.row1{
	flex-wrap: wrap;
	padding: 5px;
}

aside button{
	margin-bottom: 10px;
}

.addtobag{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
}
.Whislist{
	width: 100%;
	margin-top: 5px;
}
}



/* ************* Screen size 375px ************* */

@media only screen and (max-width:375px)
{
	header{
		height: 90px;
	
	}
.potli-logo{
    height: 100px;
  width: 100px;
  position:absolute;
  top:-10px;
  left: 20px;
  z-index: 2000;
}
.icon3{
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.icon-menu{
	display: block;
	position: relative;
	top: 30px;
	right: 30px;
	float:right;
  
  }


.logo-head{
  font-size: 44px;
}

nav{
	display: block;
	margin-bottom: 0px;
}


    nav ul{
      
      background-color: #fafafa;
      position: relative;
      top: 100px;
      padding: 10px 40px;
      z-index: 1000;
      display: none;
	  margin: 0px;
  

}
nav ul li{
  margin-bottom: 30px;
  
}

aside{
  position: relative;
  top:0px;
  height: auto;
  order: 3;
  padding: 10px 20px;
}
section{
	flex-wrap: wrap;
	justify-content: center;
}
section .thumbnails{
	flex-direction: row;
	margin-left: 20px;
	order:2;
	margin-top: 0px;
}

.thumbnails div{
	margin-right: 10px;
	width: 75px;
	height: 75px;
}
.thumbnails div:nth-child(5){
	display: none;
}

section img{
	margin: 35px 25px;
}

.row1{
	flex-wrap: wrap;
}

aside button{
	margin-bottom: 10px;
}

.addtobag{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
}
.Whislist{
	width: 100%;
	margin-top: 5px;
}
}

/* ************** Screen size 320px **************** */

@media only screen and (max-width:320px)
{
	header{
		height: 90px;
	
	}
.potli-logo{
    height: 100px;
  width: 100px;
  position:absolute;
  top:-10px;
  left: 20px;
  z-index: 2000;
}
.icon3{
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.icon-menu{
	display: block;
	position: relative;
	top: 30px;
	right: 30px;
	float:right;
  
  }


.logo-head{
  font-size: 44px;
}

nav{
	display: block;
	margin-bottom: 0px;
}


    nav ul{
      
      background-color: #fafafa;
      position: relative;
      top: 100px;
      padding: 10px 40px;
      z-index: 1000;
      display: none;
	  margin: 0px;
  

}
nav ul li{
  margin-bottom: 30px;
  
}

aside{
  position: relative;
  top:0px;
  height: auto;
  order: 3;
  padding: 10px 20px;
}
section{
	flex-wrap: wrap;
	justify-content: center;
}
section .thumbnails{
	flex-direction: row;
	margin-left: 20px;
	order:2;
	margin-top: 0px;
}

.thumbnails div{
	margin-right: 10px;
	width: 60px;
	height: 60px;
}
.thumbnails div:nth-child(5){
	display: none;
}

section img{
	margin: 35px 25px;
}

.row1{
	flex-wrap: wrap;
}

aside button{
	margin-bottom: 10px;
}

.addtobag{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
}
.Whislist{
	width: 100%;
	margin-top: 5px;
}
}