::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;

}
::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #eb730380;
}
.recipies-sroll, #style-1{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eb730380;
  border-radius: 10px;
  width: 8px;
}
#style-1 .swiper-scrollbar-drag{
  border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #eb730380;
}
.close-btn{
  top:0 !important;
}
.recipes-page .our-recipes-swiper .swiper-slide .indiRecipe .sml{
  color: #fff !important;
}
.recipes-page .our-recipes-swiper .swiper-slide .indiRecipe .our-rec-img-container .time{
  display: none;
}


.top-item-row{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15%;
}
.navigation-arrow{
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);*/
  background: #fff;
  /*border-radius: 50px;*/
  cursor: pointer;
}
.recipe-close{
  top: 4px;
  right: 4px;
} 
@media (max-width:768px) {
  .recipies-sroll, #style-1{
    height: 56px;
    
    width: 0;
  }
  #style-1 .swiper-scrollbar-drag{
    width: 0;
    height: 0;
  }
  
}