.bread{
    background: url(../img/bread.jpg);
    /* padding: 80px 0px 0px 0px; */
    background-size: cover;
      background-position: 20%;
    height: 200px;
    position: relative;
}

.subhead h1{

    text-transform: uppercase;
    /* font-weight: 600; */
    font-size: 20px;
    line-height: 35px;
    margin-top: 0px;
}


.sub h1{

 text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    margin: 20px 0px 15px 0px;
}

.subline{
     border-left: 3px solid #655e5e;
    padding-left: 17px;
    position: relative;
    font-size: 20px;
}


.subline:before {
    content: "";
    height: 100%;
    left: 2px;
    position: absolute;
    top: 0;
    width: 100%;
        border-left: 1px solid #655e5e;
}



.inner{
    
    padding: 30px 0px 50px 0px;;
}

.address {
    background: #fff;
    padding: 20px;
    border: 1px solid #dedada;
}


.product{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
   margin-bottom: 20px;
    border: 1px solid #e0d9d9;
}


.product:hover{
    
    
   box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);  
    
    
}


.hum {
    position: relative;
}


.hum:before {
    position: absolute;
    background-color: rgba(31, 30, 30, 0.18);
    width: 100%;
    height: 10%;
    content: "";
    opacity: 0;
    z-index: 2;
    transition: 0.5s;
    bottom: 0px;
    left: 0px;
}

.hum:hover:before {
    height: 100%;
    opacity: 1;
}




.hum h4 {
    position: absolute;
    top: 0%;
    left: 30%;
    opacity: 0;
    transition: 0.5s;
}

.hum h4 a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid #e23843; */
    margin-right: 10px;
    /* border-radius: 50%; */
    z-index: 2;
    position: relative;
    font-size: 16px;
}

.hum:hover h4 {
    position: absolute;
    top: 40%;
    opacity: 1;
}





.name{
    text-align: center;
    padding: 0px 10px;
}

.name h1{
    
    font-weight: 600;
    font-size: 15px;
    line-height: 33px;
    margin-top: 0px;
    border-top: 1px solid #e0d9d9;
    text-transform: uppercase;
    
}

.describe{
    margin: 30px 0px;;


}

.describe h1{
    
    font-size: 20px;
    margin-bottom: 20px;
}

.describe h3{
    
    font-size: 14px;
    
}



.breadd {
margin: 0px 0px;
    width: 100%;
    /* text-align: center; */
    position: relative;
    /* bottom: 0px; */
    /* left: 0; */
    margin: unset;
    height: 200px;
   
}

.breadd h1 {
    font-size: 29px;
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-family: 'Montserrat', sans-serif;
}

.about-leaf5 {
      position: absolute;
    top: 0;
    right: 0px;
    width: 250px;
   
}

.about-shoes5 {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.gray{
    
    padding: 10px 0px;
    
}

.list1 {
    padding: 0px;
}

.list1 li {
    list-style: none;
    line-height: 40px;
    display: flex;
}

.list1 li b {
    width: 20%;
}

.list1 li span {
    width: 80%;
}

.address {
    background: #fff;
    padding: 20px;
    border: 1px solid #dedada;
}