@charset "UTF-8";
body .breadcrumb {
  padding: 0;
}
body .main {
  display: flex;
}
body .main .menu-site {
  width: 260px;
  z-index: 11;
}
body .main .menu-td {
  max-height: 1200px;
  position: sticky;
  top: 7.2em;
  z-index: 1000;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 8px;
  overflow-y: scroll;
  overflow-x: hidden;
}
body .main .menu-td::-webkit-scrollbar {
  width: 3px;
}
body .main .menu-td::-webkit-scrollbar-thumb {
  background: #929191;
  border-radius: 4px;
}
body .main .menu-td::-webkit-scrollbar-thumb:hover {
  background: #929191;
}
body .main .menu-td::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
body .main .banner-site {
  max-width: 940px;
  padding: 8px;
}
body .main .banner-site .breadcrumb {
  border-radius: 10px;
  margin-bottom: 8px !important;
  padding: 8px 12px;
  gap: 8px;
}
body .main .banner-site .breadcrumb .name-cat {
  font-size: 16px;
  color: #000000;
  border-left: 1px solid #eeeeee;
  padding-left: 8px;
}
body .main .banner-site .list-cat-lv2 {
  gap: 8px;
  margin: 8px 0;
  padding: 12px 10px;
  flex-wrap: wrap;
  justify-content: center;
  /* Dòng thứ hai: 7 phần tử */
}
body .main .banner-site .list-cat-lv2 .layout-cat .box-img img {
  border-radius: 100px;
  max-width: 72px;
  height: 72px;
}
body .main .banner-site .list-cat-lv2 .layout-cat .name-cat {
  margin-top: 8px;
  color: #000000;
  font-size: 14px;
}
body .main .banner-site .list-cat-lv2 .layout-cat .name-cat:hover {
  color: #f15928;
}
body .main .banner-site .list-cat-lv2 .layout-cat .name-cat.active {
  color: #f15928;
}
body .main .banner-site .list-cat-lv2 .layout-cat:nth-child(-n+7) {
  order: 1;
  width: calc(14.2857142857% - 8px);
}
body .main .banner-site .list-cat-lv2 .layout-cat:nth-child(n+8) {
  width: calc(12.5% - 8px);
  order: 2;
}
body .main .banner-site .box-hot-products {
  margin: 8px 0;
  background: #c2e3b0;
  border-radius: 10px;
  padding: 8px;
}
body .main .banner-site .box-hot-products .news-prd-top {
  color: #000000;
  font-size: 20px;
}
body .main .banner-site .box-hot-products .view-all a {
  color: #000000;
  font-size: 14px;
}
body .main .banner-site .box-hot-products .view-all:hover a {
  color: #f15928;
}
body .main .banner-site .box-hot-products .layout-product .box-hover {
  margin: 4px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .layout-percent .discount-percent {
  z-index: 10;
  top: 8px;
  left: 8px;
  background: #f15928;
  border-radius: 100px;
  padding: 4px;
  color: #fff;
  font-size: 11px;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .box-img {
  padding: 8px;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .box-img .img_sub {
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
  transition: transform 0.5s;
  height: 157px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .name-prd {
  margin-top: 8px;
  font-size: 14px;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  padding: 0 8px;
  height: 35px;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .price-cart {
  padding: 8px;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .price-cart .price-layout {
  height: 42px;
  gap: 3px !important;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .price-cart .price {
  font-size: 16px;
  color: #f15928;
  font-weight: bold;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .price-cart .price-old {
  font-size: 12px;
  color: #a3a3a3;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .price-cart .add-cart {
  background: #feeeea;
  border-radius: 100%;
  z-index: 9;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 7px;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .price-cart .add-cart:hover {
  background: #f15928;
}
body .main .banner-site .box-hot-products .layout-product .box-hover .price-cart .add-cart:hover svg path {
  stroke: #fff;
}
body .main .banner-site .box-hot-products .layout-product .box-hover:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
body .main .banner-site .box-hot-products .layout-product .box-hover:hover .box-img {
  overflow: hidden;
}
body .main .banner-site .box-hot-products .layout-product .box-hover:hover .box-img .img_sub {
  transform: scale(1.1);
  transition: all 0.5s;
}
body .main .banner-site .notice p {
  font-style: italic;
  color: #f15928;
}
body .main .banner-site .notice a {
  font-weight: bold;
}
body .main .banner-site .box-products-list {
  border-radius: 16px;
  margin: 8px 0;
}
body .main .banner-site .box-products-list .prd-top {
  padding: 14px 12px;
}
body .main .banner-site .box-products-list .total-top {
  font-size: 20px;
  color: #000000;
}
body .main .banner-site .box-products-list .arrange select {
  border-radius: 10px;
  height: 40px;
  width: 200px;
  outline: 0;
  padding-left: 16px;
}
body .main .banner-site .box-products-list .list-cat-prd {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 8px;
  padding: 8px;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product {
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover .box-img {
  padding: 8px;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover .box-img .img_sub {
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
  transition: transform 0.5s;
  height: 157px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover .name-prd {
  margin-top: 8px;
  font-size: 14px;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  padding: 0 8px;
  height: 35px;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover .price-cart {
  padding: 8px;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover .price-cart .price {
  font-size: 16px;
  color: #f15928;
  font-weight: bold;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover .price-cart .price-old {
  font-size: 12px;
  color: #a3a3a3;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover .price-cart .add-cart {
  background: #feeeea;
  border-radius: 100%;
  z-index: 9;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 7px;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover .price-cart .add-cart:hover {
  background: #f15928;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover .price-cart .add-cart:hover svg path {
  stroke: #fff;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover:hover .box-img {
  overflow: hidden;
}
body .main .banner-site .box-products-list .list-cat-prd .layout-product .box-hover:hover .box-img .img_sub {
  transform: scale(1.1);
  transition: all 0.5s;
}

.slick-prev {
  display: none !important;
}

li.slick-active {
  border-radius: 100px;
  background: #000000;
  height: 6px;
}

.container .row {
  display: none;
}

.dvt {
  font-size: 11px;
}

@media (max-width: 767px) {
  .menu-td {
    display: none !important;
  }
  .list-cat-lv2 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .list-cat-lv2 .layout-cat {
    width: 100% !important;
  }
  .slick-dots {
    display: none !important;
  }
  .box-products-list .list-cat-prd {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .name-cat {
    font-size: 12px !important;
  }
  .price-layout {
    gap: 2px !important;
  }
  .dvt {
    font-size: 12px !important;
  }
  .prd-top {
    display: block !important;
  }
}
#ageCheckModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  /* Căn giữa theo chiều ngang */
  align-items: center;
  /* Căn giữa theo chiều dọc */
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 500px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.modal-content .title {
  font-size: 24px;
  margin-bottom: 20px;
  font-style: italic;
}

.modal-content .des-item {
  margin: 10px 0;
  font-size: 16px;
  color: #f15928;
  font-style: italic;
}

.modal-content .icon img {
  width: 60px;
  margin: 10px;
}

.buttons {
  margin-top: 20px;
}

.btn-danger,
.btn-success {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 10px;
  color: white;
}

.btn-danger {
  background-color: red;
}

.btn-success {
  background-color: green;
}/*# sourceMappingURL=cat_consume.css.map */