


 
 
.cart{
  background-color: white;
  border:none;
}
.wishlist{
  background-color: white;
  border:none;
  margin-left:170px;
}
.cart-shop{
	font-size:23px;
}
.wish-shop{
	font-size:21px;
}

.cart-header{
 color:black;
}
.modal-size{
	
	width:50%;
	height:100%;
}
.modal-main{
	background-color: #fbf6f0;
}
.go-cart{
	border-radius:20px;
	background-color: tomato;
	border-color:tomato;
}
.go-wish{
	border-radius:20px;
	background-color: tomato;
	border-color:tomato;
}
.close-cart{
	border-radius:20px;
	background-color: #ffa45b;
	border-color:#ffa45b;
}
.image-cake{
	width:100px;
	height:100px;
	margin-left:20px;
	float:left;
}

.cake-text{
	margin-left: 30px;
	color:black;
}
.add-cart{
  margin-left:50px;
}
.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}


.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: bottom;
  width: 100%;
  bottom: 0%;
    background-color:#59606b;
    height:20%;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
 margin-top: 19px;
  margin-left:70px;
  text-transform: uppercase;
  font-size: 14px;
 
  color:white;
  padding:;
}

.arrow {
  margin-left: 8px;
}

.content h3 {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}

.content:hover h3 {
  -webkit-transform: translate3d(-1rem, 0, 0);
          transform: translate3d(-1rem, 0, 0);
}

#cake-details{
  margin-top:20px;
}
.cart-btn{

}




  
 

.buy-now{
  background: #0e918c;
  border:#0e918c;
}
.cart-btn{
  background:#ee6f57;
  border:#ee6f57;
  color:white;
}
.oreo-cake{
  font-weight:bolder;
  color:#150485;
  font-size:27px;
}
.dessert{
  color:;
}





.info-list{
  list-style-type: none;
 }
 .info-list li{
   list-style-type: none;
    margin-left: -1em;
  text-indent: -.7em;
  color:#212529;
 }
 .info-list li::before{
   content: "• ";
  color:#734046;
 }
 .modal-backdrop{
  background-color: transparent;
}
.pincode-btn{
 background: #0e918c;
  border:#0e918c;
color:white;
}
.pincode-back{
  background:#ee6f57;
  border:#ee6f57;
  color:white;
}
.deli-time{
  color:#835858;
  font-weight: bold;
}
a .check-pincode:hover{
  color:#0e918c;
}

.scrollbar{
  height:250px;width:500px; font-family: 'Castoro', serif;overflow:auto; margin-bottom:2px;
}
#info-delivery{
  font-family: 'Castoro', serif;color:#ec524b;
}
#care-tips{
  font-family: 'Castoro', serif;
  color:#ec524b;
}
.ind-rupee{
  font-size:24px;
  color:#16a596;
}


