.br-r {
    border-radius:0 0 55px 0;
}
.bl-r {
    border-radius:0 0 0 55px;
}

#coffeHeader {
    background-image: url("../resimler/headerbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height:180px;
    display:flex;
    position:relative;
    z-index:999;
}

.coffeeMenu {
    width:100%;
    background: rgba(52, 25, 15, 0.80);
    height:55px;
}
.coffeeMenu > ul {
    display: flex;
    height: 55px;
    align-items: flex-end;
    justify-content: center;
    line-height: 18px;
    padding-bottom: 5px;
    gap:80px;
}
.coffeeMenu > ul > li {
    margin-left:5px;
    font-size:13px;
    text-align: center;
    position: relative;
}
.coffeeMenu > ul > li .coffeeMenuSpecialBlock {
    position: absolute;
    top:50px;
    background:#fff;
    border-radius: 20px;
    padding:5px;
    min-width:160px;
    left:50%;
    transform: translate(-50%);
	
	     animation: blinker 2s linear infinite;
     
      }
      @keyframes blinker {  
      50% { opacity: 0; }

}

.coffeeMenuSpecialBlock:hover {
    
	   -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
	 
	
  
	
}
.coffeeMenuSpecialBlock:active {
    
	   box-shadow 0px 4px 8px rgba(darken(dodgerblue, 30%));
    transform scale(.98);
	
}


.coffeeMenuSpecialBlockIn {
    padding:10px;
    width:100%;
    height:100%;
    border:2px solid #603913;
    border-radius: 20px;
    position: relative;
}
.coffeeMenuSpecialBlockIn:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position:absolute;
    top:-14px;
    left:50%;
    transform: translate(-50%);
}
.coffeeMenu > ul > li a {
    font-size:14px;
    color:#fff;
    font-weight: bold;
    font-family: 'Patrick Hand', cursive;
    letter-spacing: 2px;
}

.coffeeMenu .coffeeMenuSpecial, .coffeeMenu .coffeeMenuSpecial * {
    font-size:12px;
    color:#fff;
    font-weight: bold;
    font-family: 'Patrick Hand', cursive;
}

.coffeeMenu > ul > li > span {
    display:block;
    font-size:13px;
    text-align: left;
    color:#fff;
}
.coffeeMenu > ul > li > span i {
    margin-right:10px;

}

.coffeeMenuFlag li {
    display:flex;
}
.coffeeMenuFlag li img {
    width:29px;
}
.coffeeMenuFlag li span {
    flex:1;
}

#coffeeHeaderCenter {
    width:230px;
    display:flex;
    align-items: center;
    justify-content: center;
}

#coffeeHeaderCenter a {
    text-align: center;
}
#coffeeHeaderCenter img {
    
}

#coffeeHeaderLeft {
    flex:1;
    position:relative;
    display:flex;
    flex-direction: column;
}
#coffeeHeaderLeft:after {
    content:"";
    position:absolute;
    left:47%;
    top:40%;
    transform:translate(-50%, -50%);
    width:230px;
    height:150px;
    background: url("../resimler/heart.png") no-repeat;
    background-size: 100%;
    background-position: center;
	opacity: 0.5;
}

#coffeeHeaderRight {
    flex:1;
}

.coffeeMenuFlagName.active {
    margin-left:5px;
}
.coffeeMenuFlagName {
    font-family: 'Patrick Hand', cursive;
    position:relative;
    font-weight: bold;
    cursor:pointer;
}
.coffeeMenuFlagName.active {
    color:#fff;
    margin-top:-5px;
}
.coffeeMenuFlagName.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position:absolute;
    left:50%;
    bottom:0;
    transform: translate(-50%);
}

.subFlag {
    position: absolute;
    bottom:-40px;
    background: #fff;
    padding: 10px;
    min-width: 70px;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%);
    display:none;
}

.coffeeMenuTitle {
    flex:1;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index:9999;
}
.coffeeMenuTitle h1 {
    font-size:20px;
    font-weight: normal;
    color:#912124;
    font-family: 'Eagle Lake', cursive;
}

@media all and (max-width: 1299px) {

    #coffeeHeaderCenter {
        width: 150px;
    }

    #coffeeHeaderCenter img {
        width: calc(100%);
    }

    .coffeeMenu > ul {
        gap: 10px;
    }

    .coffeeMenu > ul > li a {
        font-size: 12px;
    }

}

#coffeeHeaderMobile {
    position:fixed;
    width:75%;
    height:100%;
    background:#603913;
    z-index: 9999;
    padding-top:100px;
    right:-75%;
}

.coffeeMenuOpen {
    background:none;
    border:1px solid #e9ba71;
    color:#e9ba71;
    font-size:20px;
    align-items: center;
    justify-content: center;
    width:35px;
    height: 35px;
    border-radius:5px;
    display:none;
    z-index:99999;
}

#coffeeHeaderMobile > ul {
    display:block;
    width: 100%;
    padding:0 100px;
}

#coffeeHeaderMobile > ul > li > span {
    display:block!important;
    color:#fff;
    margin-bottom:10px;
}
#coffeeHeaderMobile .coffeeMenuSpecialBlock {
    background: #fff;
    border-radius: 20px;
    padding: 5px;
    margin-top:20px;
	
	
}


#coffeeHeaderMobile .coffeeMenuSpecial {
    color:#fff;
}
#coffeeHeaderMobile .coffeeMenuSpecialBlockIn {
    text-align: center;
}

#coffeeHeaderMobile .coffeeMenuSpecialBlockIn:after {
    left: 20px;
}

#coffeeHeaderMobile > ul > li {
    padding:10px;
    width: 100%;
    border-bottom:1px solid rgba(255,255,255, .2);
}

@media all and (max-width: 1199px) {

    .coffeeMenu {
        display:flex;
        align-items: center;
        justify-content: flex-end;
        padding:0 30px;
    }
    .coffeeMenu > ul {
        display:none;
    }

    .coffeeMenuOpen {
        display:flex;
    }

}
