
/* footer sayfasi instegram foto */
.single-insta-feeds {
	height:186px; 
}

.single-insta-feeds img{
	height:186px;
}	
 
@media all and (max-width: 601px) {
	.single-insta-feeds{
    	height: 60px;
    }

   .single-insta-feeds img{
   height:60px;
}
  .insta-icon{
  height:185px;
  }
}

/* header sayfasi logo */

.header-area .nav-brand img {
  max-width: 80px;
}

@media only screen and (max-width: 767px)
{
.header-area .nav-brand img {
    max-width: 80px;
}
.hero-slides .single-hero-slide{
background-size: contain;

}
.hero-slides .single-hero-slide .hero-slides-content{display:none !important;}
}
.hero-slides .single-hero-slide{
	height:140px !important;
}

.hero-slides .owl-dots{
	display:none;
}
/* product sayfasi urun foto */
.receipe-post-area section-padding-80 container row col-6 img a{
 
    }


 
@media all and (max-width: 601px) {
.receipe-post-area section-padding-80 container row col-6 img a{
   	height: 100px;
    }
 
}

/*header navbar */
.breakpoint-off .classynav ul li .dropdown {
  width: 266px;
}




/* index sayfasi urunlerimiz */
.section-heading h3 {
  font-size: 30px;
}

@media all and (max-width: 601px) {
  .section-heading h3 {
    font-size: 20px;
  }
   
  }


  /* product sayfasi urun addlari */

.h3, h3 {
    font-size: 1.75rem;
}
@media all and (max-width: 601px) {
  .h3, h3 {
    font-size: 1.25rem;
  }
  }


  /* receive post sayfasi resim */
.owl-carousel .owl-item img {
   height:500px;
}

@media all and (max-width: 601px) {
  .owl-carousel .owl-item img {
    height:300px;
 }
  }


  /* backgroudn  resim */
 @media only screen and (max-width: 767px){
 .breadcumb-area {
    height: 100px;
} 
 }

 .breadcumb-area {
  height: 200px;
}


/* bayraklarr */
.bayrak{
  width: 40px;
}
@media only screen and (max-width: 767px){
  .bayrak{
    width: 30px;
  }
  }
 
/* tr bayrak */
.bayrak1{
  height: 45px;
  width: 53px;
  margin-right: -5px
}
@media only screen and (max-width: 767px){
  .bayrak1{
    width: 32px;
    height: 32px;
    margin-right: 0px;
}
  }
  
 
  /* footer logo */
.footerbayrak
{
  height: 105px;
}
@media only screen and (max-width: 767px){
  .footerbayrak{
    height: 85px;
  }
  }

/* bayrakardaki yakinlik */
.header-area .top-header-area .top-social-info a {
  margin-right: 7px;
}


/* urun sayfasi yazi urun alti */
.urunx 
{
text-align: center;
    padding-top: 11px;
    color: green!important;
    font-size: 20px;
    font-weight: 800;

}

.gallery-image{
	margin-bottom:20px;
    border-radius: 20px;
    transition:all .2s ease-in-out;
}

.gallery-image:hover{
	filter: blur(5px);
}
.hero-slides .single-hero-slide{
	height:550px !important;
}
