@charset "utf-8";
 
 body {
          /*  background-color: #F4F4F4;  Màu nền của trang web */
            margin: 0; /* Loại bỏ margin mặc định của trình duyệt */
            padding: 0; /* Loại bỏ padding mặc định của trình duyệt */
        }
@font-face {
    font-family: 'Themify';
    src: url("../css/themify.woff") format('woff');
 }
  .selected { background-color: rgb(247, 148, 30)!important; color: white ; }
 

 .menu-header {
    position: -webkit-sticky;
    position: sticky;
	width:100%;
    top: 0;
    left: 0;
    right: 0;
    background-color:#F4F4F4;
    z-index: 9;
    height:150px; /* Đặt chiều cao của menu-header là 40px */
    display: block; /* Sử dụng flexbox để căn chỉnh các phần tử  flex can chỉnh cung 1 hang*/  
    align-items: center; /* Căn giữa các phần tử theo chiều dọc */
}
 
 
.menu-header .hangtim
{
	background-color:#FFF;height:60px;padding:5px;display: flex; width:100%; text-align:left; box-sizing: border-box;
}
  
.house-icon: {
     background-image:url(../images/logodimsum.png) ;
	 width:20px;
	 height:20px;
}
.bt_tim:before {
    font-family: 'Themify';
    content: "\e610";
	color:  #999 !important;
    font-size: 20px; /* Chỉ định kích thước là 20px */
    display: inline-block; /* Để biểu tượng hiển thị đúng kích thước */
    line-height: 30px; /* Dùng cùng line-height với house-icon để đảm bảo nằm trên cùng một đường thẳng */
    vertical-align: middle; /* Canh chỉnh biểu tượng theo chiều dọc */
}
 .khachtimkiem{
	    border-radius: 12px;
		background-color:#F2F2F2;
		border:1px solid #E6E6E6;
		width:20%;
		margin-right:15px;
 }
 .menu-header .inputtim {
	position: relative;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 111;
    border: 0;
    width: 95%!important;  
    outline: 0;
    font-weight: 400;
    border-radius: 9px;
    text-align: left;
    background:none;
    height: 36px;
    padding-left: 35px;
}
.menunhom {  
  clear: both;  
   height:80px;
  margin:0px;padding:0px;
  }
.menunhomchung {  
  clear: both;  margin-right:15px;
   
  margin:0px;padding:0px;
  }
.menunhom button
{
	background-color: #FFF;
    color: #000;
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;margin-bottom:5px;margin-top:5px;
    border-radius: 6px;
    font-weight: bold;
	
 }
 .label_header {
	 padding-left: 5px;
    font-size: 16px;
    color: #f00;
    font-weight: bold;
    position: relative;
    
    padding-top: 30px;
	 }
	 .sanpham {   background-color:#FFF; padding-bottom:20px;   padding-top:20px; border-top:1px solid #CCC ;
		 height:285px;
	 float:left; 
	 width:176px; box-sizing: border-box;
	 }
	 
	 .htmon { background-color:#FFF; width:100% ;   }
	 
	 .anhsp { 
    height: 200px; 
    width: 165px; 
       border:1px solid #F2F2F2;
    border-radius: 8px;
    background-position: 50%;
	background-color:#DFDFDF
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }
 
	 .khoancach { height:5px; width:200px;background-color:#FFF;}
	 .tensp {   background-color:#FFF;  color: #363636;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical}
 .giasp {  width:260px;   color: #F90;padding-left:2px;
    font-size: 15px;      font-weight: 500; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
 
.goithem { color:#FC0;font-weight:bold; cursor:pointer;padding-left:10px; }
.iconc::before {
    content: "\e61a";
    font-family: 'Themify';
	 border-radius: 100% ; background-color:#f6a759 ;padding:4px; font-size:16px; font-weight:bold;color:#FFF;
}
.icon-::before {
    content: "\e622";
    font-family: 'Themify';border-radius: 100% ; background-color:#f6a759 ;padding:4px;  font-size:16px; font-weight:bold;color:#FFF;
}

.iconofc::before {
    content: "\e61a";
    font-family: 'Themify';
	   padding:6px; font-size:14px; font-weight: bold; color:#333;border-radius: 8px ; border:1px solid #EBEBEB;
}
.iconof-::before {
    content: "\e622";
    font-family: 'Themify'; padding:6px;  font-size:14px; font-weight:bold;color:#333;border-radius: 8px ; border:1px solid #EBEBEB;
}
.sogoi {
      border-radius: 5px ; text-align:center;  font-size:16px;  width:35px; background:none; line-height:40px; border:0px;
	  padding: 0;
    font-weight: 500;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
     outline: 0;
 }
.footer  {
   
    position: sticky; text-align:center;line-height:40px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F90; color:#FFF; font-size:18; 
    z-index: 9;
    height: 40px;
    display: block;
    align-items: center; border-radius: 5px ;margin-left:5px; margin-right:5px;
}

.slmuacl { font-weight:bold;color:#f9ff00;line-height:40px;padding:4px;}
#giohang {     color: #000; font-size:16px;     height: 100%;     width: 100%;
    overflow: hidden;     position: fixed;   
    width: 100%;    height: 100%;     z-index: 9998;  background-color:#FFF; 
}
#sanphamxuat {    color: #F00;    width:: 100%;   overflow: hidden;        height: auto%; padding-left:2px; margin-right:10px;   text-align: center;    }
 .quaylai  {       cursor:pointer;  display: inline-block;   width: auto;   height:40px; z-index: 9999; }
 .shopping-cart:before {    content: "\e60d";	 font-family: 'Themify';    font-size:24px;  color:#FFF; padding:10px; line-height:40px;}
 .chitiet:before {    content: "\e64d";	 font-family: 'Themify';    font-size:24px;  color:#FFF; padding:10px; line-height:40px;}
 .goinv:before { font-family: 'Themify';    font-size:20px;  color:#FFF; padding:10px; line-height:40px;    content: "\e63e"; cursor:pointer}
 .quaylaiicon:before {     content: "\e6b0"; font-family: 'Themify'; font-size:24px;  color:#F00;   line-height:40px; z-index: 9999;   }
 .thungrac:before {  content: "\e605"; font-family: 'Themify'; font-size:24px;  color:#000; padding:10px; line-height:40px; z-index: 9999; }
  .xemgiohang { cursor:pointer ;z-index: 9999;}
  .tbgoi{ width:99%;color:#000 ;    border-collapse: collapse;    border-spacing: 0;    border: 10px;}
   .tbgoi th, .tbgoi td {     border: 1px solid #CCC;    padding: 5px 3px 5px 5px; text-shadow: 0px 0px 0px #011522;}
   .noxuongdong {  white-space: nowrap; }
  #tongcongtt { font-size:18px ; font-weight:bold;color:#00F;}
  .btgoi {    }
  
  


 
 #customer-info {
  position: fixed;
  top: 50px; /* Đẩy xuống dưới nút ẩn thông tin */
  right: 10px; /* Căn chỉnh theo góc phải giống nút */
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  font-size: 14px;
  z-index: 1000;
}

#customer-info h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
}

#customer-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#customer-info li {
  margin: 12px 0;
}

/* Nút ẩn/hiện thông tin ở góc trên bên phải */
#toggle-customer-info {
  position: fixed;
  top: 10px;
  right: 10px; /* Đặt nút ở góc phải */
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

#toggle-customer-info:hover {
  background-color: #0056b3;
}
 .customer-info-header {
  background-color: #eaf1fb;
  padding: 10px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  color:#00F;
  text-align: center;
  border-bottom: 1px solid #ddd; /* Đường viền dưới để tách biệt */
  margin: 0;
}
