/* Header */
a{
    text-decoration:none;
    color: black;
}
ul{
	list-style-type: none;
}
div.thongbao{
    color:black;
    font-size: 17px;
    overflow: hidden;
    padding:5px;
}
div.thongbao > span {
    position:relative;
    padding-left: 200px;
}
.shipper{
	width:50px;
    margin:0;
	padding:0;	
}
#thongbaoText{
    top: -17px;
    position: relative;
}
div.headertop{
    overflow: hidden;
    background: linear-gradient(yellow, #cc0000);
    height: 56px;
}
body{
    margin: 0;
    padding: 0;
    background-color: #cc0000;
    font-family:Roboto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.curve{
    border-radius: 5px;
}
#input{
    background-color: #f7f6f6;
    width:350px;
    height: 30px;
    font-size: 16px;
    color:black;
    margin-top: 10px;
    border: 2px solid black;
    border-radius: 11px;
    padding: 1px;
}
#search{
    width: 5.5%;
    position: relative;
    top: 7px;
}
.headertop-content
{
    padding: 0;
    margin: auto 0px;
    
}
.logoText {
    margin-left: 5px;
    line-height: 48px;
    font-size: 33px;
    font-family: Pacifico;
    color:black;
}
.headertop-content >li{

}
.headertop-content li:first-child a{
    display: block;
}
div.headertop li:nth-child(2){
    width: 29%;
}
.headertop-content>li:first-child{
    width: 13%;
} 
div.headertop li:nth-child(3){
    width: 12%;
}
div.headertop li:nth-child(4){
    width: 4%;
}
div.headertop li:nth-child(5){
    width: 4%;
}
img.img-logo {
    width: 50px;
    margin: 3px 0 0 7px;
    padding: 0;
}
#logo{
    margin:auto 0;
    width: 8%;
    line-break: 19px;
}
#searchbox{
    width: 32%;
    line-height: 80.34px;
}
#diadiem{
    line-height: 80.34px;
}
#where{
    position: relative;
    top: 18px;
}
.header-right a{
width: 5%;
}
#user{
    position: relative;
    top:14px;
    left: 8px;
}
#cart{
    position: relative;
    top:8px;
    left:20px;
}
.app{
    width:33px;
    position: relative;
    top: 10px;
    border: 2px solid black;
    border-radius: 32px;
    background-color: black;
}
#user>img{
width: 55%;
}
#cart>img{
width: 78%;
}
#download {
    
}
/* Menu */
ul.menu{
    padding: 0;
    margin: 0;
    z-index: 1;
}
ul.menu>li>a{
    font-size: 18px;
    color:#FFF;
    text-decoration: none;
    display: block;
    text-align: center;
}
.menu>li>a:hover{
	color:#000;
}
.menu-content:hover>.menu-items{
    display: block;
    position: absolute;

}
.menu-item:hover>a{
    color:black;
}

ul.menu>li {
    background-color:black;
    padding:0;
    margin: 0;
    width: 20%;
    text-align: center;
    line-height: 42px;
    display: block;
}
ul.menu>li:hover{
    background-color:#ffd633;
	color:#000;
}
/* Menu content */
ul.menu-items {
    background-color:#ffd633;
    width: 20%;
    padding: 0;
    margin: 0;
    text-align: center;
    display: none;
    z-index: 999;
}
li.menu-item {
    margin: 0;
    text-align: center;
    line-height: 30px;
    z-index:99;
}
li.menu-item:hover {
    margin: 0;
    text-align: center;
    line-height: 30px;
    z-index:99;
	background-color:#000;
}
li.menu-item>a{
        font-size: 15px;
        color:white;
        text-decoration: none;
        display: block;
        text-align: center;
        z-index: 999;
}
li.menu-item>a:hover{
	color:	#ffd633;
}
/* bar */
.bar a{
    font-size: 16px;
	color:#FF0;	
	}
.bar{
    margin: 5px auto;
    padding: 5px;
    border-radius: 15px;
    width: 87%;
    background-color:#000;
    font-size: 16px;
	color:#FF0;
}
.content{
	text-align:center;
}
.sologan{
	color:#FF0;
	font-size: 20px;
	text-align:left;
	margin:0 auto;
	background-color: rgba(54,46,41,0.6);
	width:87%;
	height: 58px;
	border-radius: 14px;
}
.sologan>p{
	padding:15px;
	margin:0;
}
.items{
	width:87%;
	margin:6px auto;
	padding:0;
	border-radius: 11px;
	overflow:hidden;
	border-radius: 10px;
	background-color:#EBEBEB;
}
.content>img{
	height: 564px;
    width: 1173px;
	border-radius: 10px;
}
.items>li{
	float:left;
	padding:2px;
	margin:2px;
	border-radius: 10px;
	background-color:#FFF;
}
.items>li img{
    width: 277px;
    height: 164px;
	padding:4px;
	border-radius: 10px;
}
.foodname{
	font-size:18px;
	font-weight:bold;
	padding:4px 0;
}
.foodname1{
	font-size: 20px;
    font-weight: bold;
    margin-top: -15px;
}
.foodname2{
	float:right;
	font-size: 16px;
    font-weight: bold;
}
.flag{
    width:45px;
    position: relative;
    top: 12px;
}
/* Fade animation */
.fade {
    /* -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s; */
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  /* @-webkit-keyframes fade {
    from {opacity: 0.5} 
    to {opacity: 1}
  } */
  
  @keyframes fade {
    from {opacity: 0.5} 
    to {opacity: 1}
  }
/* Footer */
.footer h2{
    text-align: center;/*them doan nay*/
    margin:0;
}
.footer{
    background-image: url("../image/footer-bg.png");
    background-repeat:no-repeat;
    height: 190px;
    width: 100%;
    background-color:#D3D3D3;
    overflow: hidden;
    font-size: 13px;
    font-weight:bold;
}

.footer a{
    padding: 0;
    color: dimgray;
    display: block;
    margin: 5px 20px 0px;
    width: 80px;
}
.footer-left a::first-letter{
    color:yellow;
    font-size: 15px;
}
.footer-left{
    width: 25%;
     margin-top:10px;
}
.footer-mid{
    height: 70px;
    text-align: center;
    width: 50%;
}
.footer-right{
    width: 18%;
    margin-left: 85px;
}
.footer-right img{
    padding: 2px;
    display: block;
}
.footer-right>div{
    margin-top: 5px;
}
.footer-right a{
    line-height: 33px;
    width: 100px;
    height: 35px;
}
 /* #D3D3D3:Màu footer */
.element {
    display: inline-block;
    height: 70px;
    width: 9%;
    padding: 1px;
    margin-top: 5px;
    margin-right: 15px;
    animation: skew 1.5s infinite;
    transform: skew(20deg);
    animation-direction: alternate;
    opacity: .8;
  }
  
  @keyframes skew {
    0% {
      transform: skewX(20deg);
    }
    100% {
      transform: skewX(-20deg);
    }
  }
.element img{
    width: 68px;
}




/* Loader */

/* Back to top */
 #top-up {
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 10px;
    display: none;
    } 
#upIcon{
    border:1px outset gray;
    border-radius: 50px;
}
.tooltip{
    display: inline-block;
    position: relative;
    margin:auto;
    text-align: center;
}
.tooltip .tooltiptext
{
   display: none;
    position: fixed;
    padding: 9px;
    top: 51px;
    color:black;
    background-color:#e0e0d1;  
    z-index: 999;
    border: 2px solid black;
    border-radius: 11px;
}
.tooltip:hover .tooltiptext {
   display: block;
}
.tooltip .tooltiptext::after {

    content:" ";
	position:absolute;
	border-style:solid;
	border-color:transparent transparent black transparent;
	bottom:100%;
	right:8%;
	border-width:8px;
}
.carttip{
    right:28px;
}
.icon{
    width: 50px;
}
.usetip{
    right: -2px;
}
