
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


.bg-coffee {
background-color: #ae8976;
}

.btn-coffee {
background-color: #ae8976;
}
.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1);}

 .fixed-square {
position: fixed;
top: 25%;
left: 0;
border-radius: 0px 15px 15px 0px;
box-shadow: 0 0 12px 2px #2d2d2d;
opacity: 0.2;
transition: opacity .2s;
}
.fixed-square:hover {
	opacity: 0.8;
}
.stslide-control-prev{
	 position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
   display: flex;
  align-items: center; 
  justify-content: flex-start; 
  padding: 10;
  text-align: center;
  background: none;
  border: 0;
  }
.stslide-control-next{
 	 position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
   display: flex;
  align-items: center; 
  justify-content: flex-end; 
  padding: 10;
  text-align: center;
  background: none;
  border: 0;
}
.stslide-control-prev {
  left: 0;
  
}
.stslide-control-next {
  right: 0;
  
}
.stslide-inner {
  position: relative;
  width: 100%;
  @include clearfix();
}

.stslide-control-prev-icon{
background-image: url('../strzalka.svg');
display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.stslide-control-next-icon{
background-image: url('../strzalka.svg');
transform: rotate(180deg);
display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}