body {	background-color: hsl(355, 65%, 78%);

	z-index: 10;
	width: 100%;
}

.title{
	
	padding-top: 0px;
}

.name{
	width: 50%;
	height: 30%;
	border-radius: 25px 25px;
	
}



.icon {
	width: 50px;
	height: 60px;
}

.info p {
	padding: 15px;
	letter-spacing: 1.2px;
	line-height: 2.5em;
	margin-left: 20px;
}

.info{
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
	
		}

h1 {
	font-family: "Viaoda Libre";
	text-align: center;
	font-size: 50px;
	letter-spacing: 2.5px;

}

h1:hover{
	letter-spacing: 12px;

  transition: 700ms ease-out;
}

h4 {
	font-weight: 300;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.8;
	color: hsl(324, 53%, 37%);
	
}

a:link{
	text-decoration: none;
	
}

h4:hover{
	color: hsl(183, 53%,27%);
	cursor: pointer;
	font-weight: bolder;
	letter-spacing: .2rem;
}

p {

	font-size: 20px;
	font-family: georgian;
	letter-spacing: .1rem;
}

.steps2 {
	align-content: center;
	margin-right: 50px;
	margin-left: 40px;
	color: white;
	font-size: 2.25em;
	
}


div {
	text-align: center;
	
}

p3 {
	color: hsl(235, 54%, 35%);
}

h5 {
	font-family: "Akaya Kanadaka";
	font-weight: bolder;
	color: hsl(225, 44%, 35%);
	letter-spacing: .2rem;
	padding-top: 55px;
	font-size: 1.5rem;
	margin: 20px;
}

img:hover{
	cursor: pointer;

}

img {
	border-radius:30px 30px 30px 30px;
	width: 200px;
	height: 250px;
	margin-top: 30px;

}

.cart p{
	font-family: sans-serif;
	text-align: right;
	
}


h6{
	font-family: cursive;
	padding: 10px;
	border: 3px solid white;

}

h6:hover{
	background-color:hsla(265,34%, 49%, 34%);
	transition: 300ms ease-in;
}

.price p {
	color: hsl(213, 25%, 33%);
	font-size: 22px;
	font-family: cursive;
	font-weight: bold;
}

.wp-block-image{
	padding-left: 25px;
}


.fa-shopping-cart{
	
	color: white;
	}


.cake, .pies, .cookies, .breads, .glutenfree, .brownie, .seasonal, .basket{
	display: grid;
	text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: (2, 80px);
  grid-gap: 20px;
	

}

.list {
  list-style-type: none;
	margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: hsl(324, 53%, 37%);
  height: 100px;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}

li a:hover, .dropdown:hover .dropbtn {
  background-color: pink;
}

li.dropdown {
  display: inline-block;

}
.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: 1;
	
}

.dropdown-content a {
  color: black;
	padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

nav{

	width: 100%;
	margin-top: -10px;

	
}

.single-product .product img {
max-width: 400px; /* Adjust the value as per your desired image size */
height: 400px;
}

/* hide woocommerce breadcrumb | 5692556-zen (AV) */
.woocommerce-breadcrumb {
	display: none;
}
/* End hide woocommerce breadcrumb | 5692556-zen (AV) */


/* Start fix background color behind WC Payment methods on Checkout 36163431-HD JM */
body[class*="woocommerce"] #page #payment ul.payment_methods {
  background: pink;
	border: solid;
	
}


/* Set WooCommerce shipping method's background color to transparent | 5747245-zen */
.woocommerce ul#shipping_method {
  background-color: transparent;
}

/* End fix background color behind WC Payment methods on Checkout 36163431-HD JM */
body[class*="woocommerce"] #page #payment .payment_method_venmo img {
	max-height: 30px;
	max-width: 20px;
	vertical-align: middle;
}

/* Remove background color from Order Received page fields | 38323835-hc bb*/
.order_details {
	background-color: transparent;
}

.woocommerce-order-details ul {
   background-color: hsl(355, 65%, 78%);
}

.social2 img{
	width: 19px;
	height: 28px;
	margin-left: 0px;
	margin-top: 2px;
	
	display: absolute;
}

.social img{
	
	margin-bottom:-8px;
}



@media screen and (max-width: 680px){
	.nav li{
		text-align: center;
	}
	
	.nav ul{
		display: inline;
		font-size: 12px;
		height: 40px;
		padding-top: 3px;
	}
	

	.steps2{
		font-size:1.25em;
	}
	
	
	img{
		
		width: 60%;
		height: 50%;
	}
	
	.cake, .pies, .cookies, .breads, .glutenfree, .brownie, .seasonal{
	display: grid;
	text-align: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: (2, 80px);
  grid-gap: 20px;
	}
	
	h4{
		font-size: 13px;
	}
	
	h5{
		margin: 5px;
	}
	
	h1{
		font-size: 30px;
	}
	
	h1:hover{
		letter-spacing: 2.5px;
	}
	
		ul.list.responsive div.dropdown-content{
		display: none;
	}

ul.list.responsive li.dropdownIcon{
	position: absolute;
	top: 0;
	right: 0;
}

	ul.list li:not(:nth-child(1)){
		display: none;
	}

	ul.list li.dropdownIcon{
		display: block;
		float: right;

	}

	ul.list.responsive{
		position: relative;
	}

	ul.list.responsive li {
		display: inline;
		float: none;
	}

			ul.list.responsive li a{
				display: block;
				text-align: left;

			}
}
 