
@font-face {
  font-family: Manis; 
  src: url('../fonts/manis.ttf');
}

@font-face {
  font-family: Mommy; 
  src: url('../fonts/Mommy.otf');
}
@font-face {
  font-family: danny; 
  src: url('../fonts/daneehand.ttf');
}

.container{
  min-width: 75%;
}  
body{
  /*background-color:#f4eddd;*/
  font-family: Arial;
  font-size: 14px;
}

.logo{
    font-family: Manis;

}
.pointer{
  cursor: pointer;
}

.menu{
  transition: ease-out 0.1s;
}

.menu:hover{
  transform: scale(1.3);

}
.item-menu{
  height:370px;
}
.item-menu img{
  transition: ease-in-out 0.1s;
}
.item-menu:hover img{
  transform: scale(1.1);
  z-index: -99999999;
}

.item-menu:hover{
  box-shadow: 0px 0px 15px lightgray;
  border-radius: 15px;
  box-sizing: border-box;
}

.breadcrumb{
background-color: transparent;
}

.price{
  font-size: 26px; 
  color:red; 
  background-image: url('../img/price.png'); 
  background-size: content;
   background-repeat: no-repeat;
   position: absolute; 
   bottom: 0px;
   right:-20px; 
   width:60%; 
   height:100px; 
   line-height: 150px; 
   paddin-right:5px; 
   text-align: center; 
   background-position: center center; 
   font-family: danny;
}
.add_cart{
  background: darkorange; 
  text-align:center;
  height:40px; 
  width:140px; 
  line-height:35px;
  font-size:16px; 
  position: absolute; 
  bottom: 5px;
  left:9px;  
  cursor:pointer;
  border-radius: 14px;
  border:3px dotted white;
  color:white;
}
.breadcrumb-item.active{
  color:orange;
  font-weight: bold;
}
a, a:hover{
  text-decoration: none;
  color:black;
}
.it_name{
  padding: 0px; margin: 0px; color:red; width:70%; font-size: 16px; font-weight: bold;
}
@media only screen and (max-width: 450px){
.item-menu{
    height:450px;
  }
}