

.btn-black
{
  background-image: none !important;
  background-color: var(--genel);
}
.top-arrow
{
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 2rem;
  background-image: none !important;
  background-color: var(--genel);
  color: var(--detail);
  border-radius: 50%;
}

.top-email i {
    font-size: 17.5px !important;
}


/* sub menu */
.sub-menu-dizayn {
    display: flex;
    align-items: center;
    justify-content:space-between;
     width: 200px;
  
}

.sab-menu {
    display: none;
  }
  
.sab-menu.show {
    display: block;
    margin-bottom: 10px;
    
}
.slider-span
 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 }

.sub-menu-list{
    padding-left: 8px !important;
   
}
.icon-default a i {

  font-size: 3rem;
  color: var(--genel);
}

.menu-main li .drop-nav li  .active  {
    color: rgb(177, 172, 172) !important;   
  }
  .chefs-position 
  {
    color: var(--genel);
  }
  .chef-blog:hover  .chefs-position
  {
    color: var(--detail);
  }

  .list li.active a 
  {
	background-color:var(--genel) !important;   
  }



/* responsive */
@media (max-width: 991px)
{
    .menu-main ul>li.has-child:hover>a:after{
        content: none !important;
    }
    .sub-menu-dizayn {
      
       width: 100%;
        white-space: nowrap;
    }
    /* .owl-prev, .owl-next
    {
      display: none !important;
    } */
    
    

}
section.news-thema  
{
  background-color: var(--genel);
}
iframe{
	width:100%;
	height:100%;
}

 /* footer düzenleme alanı  */


 .footer-part
 { 
  background-color: var(--genel);
 }
 .footer-part {
  
  border-bottom: 8px solid var(--detail);
 
}
 body main .bg-skeen {
  background-color: var(--detail);
 }
 .chef-info
 {
  background-color:var(--detail) ;
 }
 .chef-blog {
  float: left;
  width: 100%;
  position: relative;
  border: 2px solid var(--detail);
 }



 /* footer düzenleme alanı son  */


 /* Menu card  */
 .elevation-2dp {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.elevation-3dp {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.elevation-4dp {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.elevation-6dp {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.elevation-8dp {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.elevation-16dp {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 2.5rem;
	font-weight: 700;
	min-height: 135px;
	overflow: hidden;
	width: 500px;
	z-index: 1;
	position: relative;
	
	border-radius: 2px;
	box-sizing: border-box;
	margin: 0 20px 40px;
	float: left;
   
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(0.5px);
  position: relative;

  
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-photo); /* Yarı saydam kırmızı arka plan */
    opacity: 0.4;
  }

  .breadcrumb-part
  {
	filter: blur(0.5px);
	position: relative;
  }

  .breadcrumb-part::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-photo); /* Yarı saydam kırmızı arka plan */
    opacity: 0.4;
  }
  .flavors-price
  {
    color:var(--genel) !important;
  }
  .menu-cards {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
  }
.card .title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--detail);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	line-height: normal;
	padding: 16px;
	-webkit-perspective-origin: 165px 56px;
	perspective-origin: 165px 56px;
	-webkit-transform-origin: 165px 56px;
	-ms-transform-origin: 165px 56px;
	transform-origin: 165px 56px;
	box-sizing: border-box;
    z-index: 99;
    border-bottom: 1px solid var(--bg-photo);
}


.card .supporting-text {
	color: rgba(0, 0, 0, .54);
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	padding: 16px;
	width: 90%;
}

 /* category product edit  */

 

 .lang a {
  margin-right: 5px;
}

.lang .activeLang
{
  background-color: var(--detail);
  color: var(--genel);
  width: 30px;
  text-align: center;
  border-radius: 5px;
}
/* li .langSelect .lang a {
  display: flex;
} */

.langSelect-mobile {
  display: none;
}

@media (max-width: 767px)
{
  .langSelect-mobile {
    display: block;
   
    margin-left: 20px;
    border: 1px solid #0a36592b;
    padding: 3px;
  }
}
.lang .mobile-activeLang  {
  align-items: center !important;
}
.lang .mobile-activeLang.activeLang
{
  background-color: var(--genel);
  color: var(--detail);

  
}