

/* .heddera{
		font-family: "Just Another Hand"; 
		font-style: normal; 
		font-variant: normal; 
		font-weight: 400; 
		line-height: 26.4px; 
		font-size:18px;	
}  */

/*   .heddera{
		font-family: "Patrick Hand"; 
		font-size: 24px; 
		font-style: normal; 
		font-variant: normal; 
		font-weight: 400; 
		line-height: 26.4px; 
}   */

.section-title h3 {letter-spacing: -1px; font-weight:300; text-align:center; margin-bottom:0px;}
.section-title h3 span{font-weight:600;}
.section-title p{text-align:center;}

.zig-zag {
    border: none;
    width: 50%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 5px;
    background: linear-gradient(135deg, #ECEDDC 25%, transparent 25%) -20px 0,
    linear-gradient(225deg, #ECEDDC 25%, transparent 25%) -20px 0,
    linear-gradient(315deg, #ECEDDC 25%, transparent 25%),
    linear-gradient(45deg, #ECEDDC 25%, transparent 25%);

}

.header.style2 .main-menu>li.heddera a{
	/*padding:10px 0px;*/
}  

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

.top-search{border-radius:10px 0 0 10px; height:15px; height: 40px; font-size:16px; border-right:0px;}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }

.heddera1 {
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 26.4px;
}

.sticky-cart {
		  position: fixed;
		  top: 50%;
		}

		.sticky-cart a {
		  display: block;
		  text-align: center;
		  padding: 16px;
		  color: white;
		  font-size: 20px;
		  background: #5f421b;
		}
		.sticky-cart a:hover {
		  background-color: #000;
		}
