
.diachi-dau-trang-dclb {
	background-color: #951622;
	padding: 10px 0px 10px 0px;
}
.search-form form{
	display:flex;
	justify-content: center;
	align-items:center;
	border-radius: 9999px !important;
	overflow: hidden;
	margin-top: 5px;
}

.search-form input {
	padding: 8px;
	flex: 1; 
	width: 100%;
	height: 40px;
	font-size: 14px;
	padding: 0 10px;
	background: transparent;
	color: #363636;
	outline: none;
	padding: 0 50px 0 15px;
	float: right;
	border: 1px solid transparent;
	overflow: hidden;
	background: #fff;
	border-radius: unset;
	padding-right: 70px;
}

.search-form button {
  padding: 15px 20px;
  background-color: #fabd0d;
  cursor: pointer;
  border-radius:unset;
}
.don-hang-icon-1 {
	margin-top: 5px;
}
.don-hang-icon-1 .icon {
	text-align:center;
}
.don-hang-icon-1 .ten-menu {
	margin-top: 10px;
	text-align:center;
}
.don-hang-icon-1 a {
	color:#fff;
}
.menu-dclb {
	background-color: #e23344;
}
.san-pham-dclb {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f8f8f8;
	display: flow-root;
}
.san-pham-dclb .loai-san-pham {
	background-color:#fff;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 15px;
}
.san-pham-dclb .tieu-de-dong-sp {
	background-color: #f1b0ac;
	padding: 10px;
	display:flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
}
.san-pham-dclb .tieu-de-dong-sp a {
	font-weight: bold;
	font-size: 18px;
	color: #951622;
	display:flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
}
.san-pham-dclb .dong-sp {
	padding:10px;
}
.san-pham-dclb .sp-1 {
	padding:10px;
}
.san-pham-dclb .san-pham {
	border-radius: 5px;
	overflow:hidden;
	border: 1px solid #EBEBEB;
}
.san-pham-dclb .thong-tin-san-pham {
	padding:10px;
}
.san-pham-dclb .san-pham a {
	color: #2b2b2b;
}
.san-pham-dclb .san-pham .ten-sp-1 {
	padding: 5px 5px 0px 0px;
}
.san-pham-dclb .san-pham .ma-sp {
	padding: 5px;
	border: 2px solid #eb0d0d;
	color: #0000ff;
	border-radius: 5px;
	text-align: center;
}
.san-pham-dclb .gia-sp01 {
	margin-top: 5px;
}
.san-pham-dclb .gia-bt {
	color: #ed3324;
	font-size: 15px;
	font-weight: bold;
}
.san-pham-dclb .gia-sau-km {
	text-decoration: line-through;
	color: #9e9e9e;
}
.san-pham-dclb .phan-tram-km {
	color: #ed3324;
}
.san-pham-dclb .nut-mua-sp{
	max-width: 70px;
    height: 26px;
    align-items: center;
    padding: 4px;
    font-size: 12px;
    background: #fff;
    border-radius: 4px;
    color: #ed3324;
    justify-content: center;
    border: 1px solid #ed3324;
	text-transform: uppercase;
}
.san-pham-dclb .xem-them {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top: 15px;
}
.san-pham-dclb .nut-xem-them {
	font-size: 16px;
	color: #a50a06;
	border-radius: 9999px;
	border: 1px solid #a50a06;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.san-pham-dclb .nut-xem-them:hover {
	color: #fff;
	background-color: #a50a06;
}


.menu-trai-dclb {
	display:flex;
	z-index: 100;
	position: relative;
}

.menu-trai-dclb .menu-items {
  display: flex;
  flex-direction: column;
  align-items: center; 	
}
.menu-trai-dclb .menu-items ul {
	display: flex;
	flex-direction:column;
	align-items: flex-start; /* Căn giữa theo chiều dọc */
	list-style: none;
	margin: unset;
	padding: unset;
	width: 100%;
}
.menu-trai-dclb .menu-items ul li {
  margin-right: 30px;
  position: relative;
  width: 100%;
}
.menu-trai-dclb .menu-items ul li ul {
	width: 300px; /* đặt chiều rộng của menu cấp 2 là 200px */
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 10px;
	background-color: #fff;
    z-index:999;
	padding: 20px 0px 20px 20px;
}
.menu-trai-dclb .menu-items ul li a {
	color: #2b2b2b;
    font-size: 18px;
    text-decoration: none;
}
.menu-trai-dclb .menu-items ul li:hover a{
	color: #fff;
}
.menu-trai-dclb .menu-items ul li:hover ul li a{
	color: #2b2b2b;
}
.menu-trai-dclb .menu-items ul li:hover ul li:hover a {
	color: #fff;
}
.menu-trai-dclb .menu-trai {
	width: 250px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.menu-trai-dclb .menu-trai ul li {
	border-bottom: 1px solid #e1e1e1;
		margin-bottom: 15px;
}
.menu-trai-dclb .menu-trai ul li a{
	font-size: 14px;
	font-weight: normal;
	display: flex;
	align-items: center;
	gap: 5px;

}
.menu-trai-dclb .menu-trai ul li a img {
	width: 25px;
	height: 25px;
}
.menu-trai-dclb .tieu-de-menu {
	padding: 10px;
	background-color: #e23344;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.menu-trai-dclb .tieu-de-menu a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.menu-trai-dclb .cam-ket {
	width: 100%;
	padding: 5px;	
}
.menu-trai-dclb .cam-ket-1 img{
	height: 25px;
	width: 25px;
}
.menu-trai-dclb .hotline-01 {
	width: 100%;
	padding: 10px;
}
.menu-trai-dclb .hotline-menu {
	width: 100%;
	padding: 5px;
	display:flex;
	gap: 10px;
	justify-content: flex-start;
	align-items:center;
	border-radius: 5px;
	border: 2px dashed #e23344;
}
.menu-trai-dclb .hotline-menu .icon-hotline {
	padding: 5px;
	margin-left: 5px;
}

.chan-trang-dclb {
	padding: 20px 0px 20px 0px;
}
.chan-trang-dclb ul a {
	font-size: 14px;
	color: #2b2b2b;
}
.chan-trang-dclb ul {
	color: #2b2b2b;
	margin: 0 0 10px 5px;
}
@media (max-width: 768px) {
	.menu-trai-dclb {
		display:none;
	}
}