/* .icon:before{
    font-family: "Font Awesome 6 Pro";
    content: "\f002"
} */
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Bold.woff2") format("woff2");
}
body {
  overflow-x: hidden;
}

a {
  color: black;
  text-decoration-line: none;
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}
li {
  list-style: none;
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}
button {
  font-weight: 600;
}
span {
  font-weight: 500;
  font-family: "Quicksand", sans-serif !important;
}
div {
  font-family: "Quicksand", sans-serif !important;
}
p {
  font-weight: 500;
  font-family: "Quicksand", sans-serif !important;
}

body {
  font-family: "Quicksand", sans-serif;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.swiper-slide {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  margin-top: 4px;
}

.links {
  color: black;
}
.header-bot-right a:hover {
  color: #f25c05;
}

.title-main p {
  font-weight: 700 !important;
}
.title-main:hover p {
  color: #ffb700;
}

/* HEADER */
.header-top {
  color: black;
  background: #ffb700;
  padding: 5px 0px;
}
.header-top-left {
  margin-left: -10px;
}
.phone {
  background: #f25c05;
  color: black;
  padding: 5px 10px;
  margin-left: 6px;
}
.phone i {
  margin-right: 3px;
}
.header-top-right {
  color: black;
  padding: 0px 15px;
}
.header-top-right a {
  font-weight: 700;
}
.Hotline {
  margin-left: 0px;
}
.log {
  margin-left: 0px;
}
.log::after {
  content: "|";
  margin-right: 7px;
  margin-left: 7px;
  /* letter-spacing: 10px; */
}
.logo img {
  width: 100%;
  height: auto;
}
.row {
  flex-wrap: wrap;
}

.header-main .container .row .col-3 {
  margin-left: -12px;
}
.header-main {
  background: black;
  padding: 20px;
  display: flex;
}
/* .header-main-left{
  margin-left:-12px;
} */
.search-box {
  height: 50px;
}

.title a {
  color: #ffb700;
  font-size: 18px;
}
.content a {
  display: block;
  text-align: right;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.title-content {
  margin-left: 2px;
}
.content {
  display: flex;
}
.content p {
  font-size: 14px;
  margin: 0px 4px;
}

.log a:hover {
  color: #f25c05;
}
.title-content:hover a {
  color: #f25c05;
}
.fa-solid {
  color: #ffb700;
  border: none;
  background: #ffffff;
}
.header-main .container .row {
  flex-wrap: nowrap;
}

.col-4 {
  padding-right: 7px !important;
}
.test {
  display: flex;
  justify-content: center;
}
.header-main-right {
  display: flex;
  gap: 20px;
  margin-left: 0px;
  /* align-items: center; */
}
.header-main .container .row .col-5 {
  margin-left: 48px;
  margin-bottom: 5px;
}
.icon {
  display: flex;
  position: relative;
  margin-right: 8px;
}
.icon-box {
  margin-left: 18px;
  margin-top: 10px;
}
.icon-inner {
  position: absolute;
  font-size: 38px;
  font-weight: 100;
  top: 4px;
  left: 11px;
}
.header-bot-right {
  margin-left: -33px;
  margin-top: 8px;
}

.header-action_item {
  display: flex;
  color: #ffb700;
  align-items: center;
  justify-content: center;
}
.header-bottom {
  background: #ffb700;
  height: 54px;
}
.product-category {
  background: Black;
  color: Black;
  margin: 5px 0px 5px -27px;
  padding: 8px 56px;
  font-weight: 700;
}
/* .dropdown-menu{
  background:black;
  color:#FFFFFF;
}
.dropdown-submenu{
  color:#FFFFFF;
} */
.dropdown-submenu {
  position: relative;
}
.product a {
  font-size: 16px;
  font-weight: 700;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.product-category .btn {
  background-color: black !important;
  color: white !important;
  border: none;
  font-weight: 700;
}

/* Hover vẫn giữ nguyên */
.product-category .btn:hover,
.product-category .btn:focus,
.product-category .btn:active {
  background-color: black !important;
  color: white !important;
  box-shadow: none !important;
} /* Ẩn tất cả menu con trước */
.dropdown-submenu > .dropdown-menu {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* Khi hover vào cha mới hiện */
.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}

/* Bắt buộc để định vị */
.dropdown-submenu {
  position: relative;
}
.search-content {
  display: flex;
  align-items: center;
  margin-left: 7px;
}
button i {
  font-size: 20px;
  background: white;
}
.button:hover i {
  background: white;
}
.fa-magnifying-glass {
  margin-left: 10px;
  margin-right: 3px;
}
.btn-white {
  background: white;
  margin-left: 5px;
}
.btn-white:hover {
  background: white;
}
@media (max-width: 768px) {
  .header-main {
    flex-direction: column;
    padding: 10px;
  }

  .header-main .container .row {
    flex-wrap: wrap;
  }

  .header-main .container .row .col-5 {
    margin-left: 0;
  }

  .header-main-right {
    justify-content: center;
    gap: 10px;
  }

  .icon-inner {
    font-size: 24px;
  }

  .search-box {
    height: 40px;
  }

  .header-bot-right {
    margin-left: 0;
  }
}
.container {
  align-items: center;
}
.slider_1 img {
  width: 100%;
  height: auto;
}

.product .dropdown-menu {
  background: #ffffff;
}
.highlight {
  color: #ffb700;
}
.title-main {
  font-weight: bold;
}
img {
  width: 100%;
}
h1 {
  font-size: 18px;
  margin: 5px;
}

.saleSection-inner {
  position: relative;
}

/* END HEADER */
.main-object {
  float: inline-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  display: block;
}
.mainSlide {
  margin-bottom: 60px;
}
.categorySection .container .title-main {
  font-size: 30px;
}
.categorySection .container .title-main p span {
  margin-right: 5px;
}
.sale-timer {
  margin-top: -1px;
  width: 380px;
  height: 100px;
  background: white;
  color: black;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 0%, 100% 0%, 84% 100%, 16% 100%);
  display: block;
}
.category-product-items {
  width: 50%;
  height: 50%;
}
#countdown {
  font-size: 18px;
}
.sale-timer-box {
  display: flex;
  justify-content: center;
}
.fw-bold {
  margin-left: 5px;
}
.sale-timer-box-items span {
  color: white;
  background: #f25c05;
  padding: 0px 6px;
  margin: 0px 10px;
  display: flex;
}
.label {
  display: block;
  font-size: 16px;
}
.timer {
  display: flex;
  font-size: 20px;
  justify-content: center;
  font-weight: 700;
}
.background-2 img {
  height: 580px;
}
.background-image {
  display: flex;
  justify-content: center;
}
.product-sale {
  display: flex;
  margin: 20px 70px;
}
.category-product-sale {
  margin: 0px 5px;
  background: #ffffff;
}
.viewdetails {
  background: #ffb700;
  display: flex;
  padding: 10px 5px;
  font-size: 16px;
  justify-items: center;
  margin: 0px 5px;
}

.textsale {
  color: #ffffff;
  margin: 5px;
  padding: 2px 7px;
  background: #f25c05;
}
.icons {
  margin: 5px;
  padding: 2px 7px;
  font-size: 24px;
}
.header-sale {
  justify-content: space-between;
}

.textnew {
  font-size: 14px;
  display: inline-block;
  padding: 2px 8px;
  background: #f25c05;
  margin-left: 10px;
  color: #ffffff;
  transform: skew(-20deg); /* tạo hình bình hành */
}

.textnew span {
  display: inline-block;
  transform: skew(20deg); /* làm chữ thẳng lại */
}
.textprice {
  color: #f25c05;
  font-weight: 200;
  font-size: 18px;
  margin: 5px;
}
.text-decoration-line-through {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
}
.viewdetails {
  justify-content: center; /* ngang */
  align-items: center;
  margin-bottom: 10px;
}
.progress {
  margin: 10px 5px;
  height: 10px;
}
.price {
  margin: 10px 0px;
}
/* .image-product{
    overflow: hidden;
    position:absolute;
} */
.newSection-inner {
  display: flex;
}
.newsection {
  margin: 60px 70px 50px 70px;
}
.bannersection {
  margin-right: 140px;
  margin-left: 70px;
  margin-bottom: 40px;
}
.banner {
  display: flex;
}

.loaded {
  position: relative;
  margin: 6px;
}
.banner .loaded .thumb-content {
  margin-left: 20px;
  margin-top: 30px;
}
.thumb-content {
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 10px;
}
.thumb-content h3 {
  font-weight: 700;
}
.thumb-content h3 {
  font-size: 24px;
  font-weight: 700;
}
.thumb-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 20px;
}
.banner-detail {
  display: block;
}
.price-thumb {
  padding: 5px 10px;
  font-size: 14px;
  background: #ffb700;
}
.banner-detail {
  display: flex;
  padding: 5px 15px;
  font-size: 16px;
  justify-content: center;
  align-content: center;
  margin-right: 50px;
}
.sale-product {
  font: 24px;
  margin: 20px 0px;
}
.featuredproductssection {
  margin: 50px 70px;
}
.featuredproducts {
  display: flex;
}
.bestsellingproductssection {
  margin: 0px 70px;
}
.bestsellingproducts {
  display: flex;
}
.aboutsection {
  margin: 60px 70px;
}
.about {
  display: flex;
}
.toolssection {
  margin: 0px 70px;
}
.tools {
  display: flex;
}
.about-img {
  width: 275px;
  margin: 3px 1px;
}
.logo-about {
  width: 50%;
}
.about .col-6 p {
  font-size: 32px;
  margin-top: -20px;
}
.about .col-6:nth-of-type(2) {
  margin-left: 20px;
}
.content-tick span {
  display: block;
  margin: 8px;
}
.view-all {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 10px;
}
.see-more {
  border: 2px solid #ffb700;
  padding: 5px 15px;
}
.see-more:hover {
  background-color: #f25c05;
  border: 2px solid #f25c05;
}
.salebannersection {
  margin: 20px 70px;
  width: 89%;
}
.sale-banner {
  position: relative;
}
.content-sale {
  position: absolute;
  top: 80px;
  left: 30px;
}
.price-banner {
  background: #ffb700;
  color: white;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
}
.title-main p {
  font-size: 28px;
  font-weight: 700;
}
.title-main p span {
  font-size: 28px;
  font-weight: 700;
}
.title-main {
  margin-top: 30px;
}
.title-block .title-main p {
  font-weight: 700;
}
.top-footer {
  background: #ffb700;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  align-content: center;
}
.banner-top-footer {
  display: flex;
  align-content: center;
}
.title {
  display: block;
  font-weight: 550;
  margin: 5px 5px 0px 5px;
}
.mid-footer {
  background: black;
  display: flex;
  margin: 0px 10 px;
  padding: 50px;
}
.text-mid-footer {
  color: #ffb700;
  font-size: 16px;
  font-weight: 600;
}
.text-link {
  display: block;
  color: white;
  margin: 6px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 0px;
}
.text-mid-footer .text-link:hover {
  color: #f25c05;
}
.mid-footer1 {
  background: black;
}
.bot-footer {
  display: flex;
  background: #ffb700;
  justify-content: center;
  align-items: center;
}
.bot-footer p {
  margin: 10px 0px;
}
.text-bot-footer {
  font-weight: 700;
  font-size: 16px;
}
.text-left-mid-footer {
  display: block;
}
/* Toàn bộ thanh scrollbar */
::-webkit-scrollbar {
  width: 3px; /* độ rộng */
}

/* Phần nền */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Thanh kéo */
::-webkit-scrollbar-thumb {
  background: #ffb700;
  border-radius: 3px;
  width: 5px;
  border: 10px;
}

/* Hover vào thanh kéo */
::-webkit-scrollbar-thumb:hover {
  background: #ffb700;
}
.image:hover {
  transform: scale(1.05); /* phóng to */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* nổi lên */
}
.image-product {
  position: relative;
  /* width: ; */
  overflow: hidden;
}

.image-product img {
  width: 100%;
  transition: 0.4s;
}
.image-product:hover img {
  transform: scale(1.1);
}
.image-product:hover h1 {
  color: #f25c05;
}
.category-product-sale:hover {
  outline: 1px solid #f25c05;
}
.category-product-sale {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.textsale {
  position: absolute;
  top: 2px;
  left: 2px;
}
.icon-sale {
  position: absolute;
  top: 5px;
  right: 0px;
  display: flex;
  flex-direction: column;
}
.icon-sale {
  display: none;
}
.image-product:hover .icon-sale {
  display: flex;
}
.icons:hover {
  color: #f25c05;
}
.header-sale .image-product:hover img {
  transform: scale(0.9);
}
.viewdetails:hover {
  color: white;
  background: #f25c05;
}
.text-mid-footer a {
  font-weight: 100;
  margin-left: -2px;
}
.title-tool {
  display: flex;
  justify-content: space-between;
}

.list-product button {
  border: 1px solid #ffb700;
  background: #ffffff;
  margin: 0px 5px;
  font-size: 16px;
  padding: 5px 10px;
}
.list-product button:hover {
  background: #ffb700;
}
.see-more {
  margin-bottom: 40px;
}
.blocksection {
  margin-left: 60px;
}
.col-7 img {
  width: 255px;
  height: 170px;
  display: block;
  margin: 5px;
}
.title-block {
  font-size: 20px;
}
.title-block:hover {
  color: #f25c05;
}
.col-7 .title-block {
  font-size: 16px;
  font-weight: 550;
}
.date-block {
  color: #f25c05;
  font-size: 14px;
  margin-bottom: 0px;
}
.content-block {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 60px;
}
.col-5 .content-block {
  -webkit-line-clamp: 3; /* số dòng */
  margin-right: 0px;
}

.thumbnail {
  display: flex;
}
.thumbnail img {
  width: 30%;
  height: 30%;
}
.share-section {
  margin: 30px 70px;
}
.title-share {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px;
}
.title-share:hover {
  color: #f25c05;
}
.content-share {
  font-weight: 600;
  font-size: 14px;
}
.image {
  position: absolute;
  overflow: hidden;
}
.image-badge {
  overflow: hidden;
}
.image-badge img {
  transition: transform 0.5s ease;
  transform-origin: center top; /* fix tràn top */
}
.image-badge img:hover {
  transform: scale(1.1);
}
.badge {
  position: relative;
  z-index: 1;
}
.badge {
  position: relative;
  background: #f25c05;
  top: 70px;
  left: 5px;
  font-size: 30px;
  font-weight: 600;
  padding: 2px 10px;
}
.badge span {
  display: block;
  font-size: 20px;
  margin: 5px 0px;
}
.image span {
  display: block;
}
.share-section .row .col-4 {
  margin-left: -10px;
}
.topbrands-section {
  margin-right: 70px;
}
.topbrands img {
  height: 50px;
  width: 187px;
  margin: 10px 20px;
}
.background-feedback {
  position: relative;
}
.feedback {
  position: absolute;
  top: 80px;
  left: 70px;
}
.feedback-section {
  margin-top: 50px;
}
.feedback span {
  color: #ffb700;
  font-size: 30px;
  font-weight: 700;
}
.feedback span > span {
  color: white;
  margin-left: 10px;
}
.info {
  width: 262px;
}
.user-info {
  /* width: fit-content; */
  width: 275px;
  background: white;
  display: flex;
  padding: 10px;
  padding-right: 0px;
  margin-top: 25px;
  margin-left: 30px;
  position: absolute;
  z-index: 1;
  align-items: center;
}
.user-img {
  height: 80px;
  width: 80px;
  overflow: hidden;
}
.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* cắt ảnh */
}
.user-info > span {
  color: black;
  font-size: 18px;
  font-weight: 700;
  margin-left: 12px;
}
.user-info span > span {
  color: #ffb700;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-left: -1px;
}
.background-info {
  background: #ffb700;
  display: block;
  font-size: 16px;
  width: 359px;
  padding: 30px;
  margin-top: 70px;
  padding-top: 70px;
  font-weight: 500;
}
.background-info {
  position: relative;
}
.user-feedback {
  display: flex;
  gap: 127px;
}
.share-section .row {
  margin-top: -60px;
  margin-left: 5px;
}
.topbrands-section .title-block .title-main p span {
  margin-left: 8px;
}
.text .title {
  font-weight: 700;
}
.text .des {
  font-weight: 500;
  font-size: 14px;
}
.text-mid-footer .text-link {
  font-weight: 500;
}
.text-mid-footer {
  font-weight: 700;
}
.col-3 .text-mid-footer {
  margin-bottom: 15px;
}
.mid-footer .col-3 {
  margin-left: 20px;
}
.bot-footer p {
  font-weight: 500;
}
.row .col-5 .title-block {
  font-weight: 700;
}
@media (max-width: 768px) {
  /* reset margin lớn */
  .product-sale,
  .newsection,
  .bannersection,
  .featuredproductssection,
  .bestsellingproductssection,
  .aboutsection,
  .toolssection,
  .share-section {
    margin: 10px !important;
  }

  /* flex chuyển dọc */
  .product-sale,
  .banner,
  .featuredproducts,
  .bestsellingproducts,
  .about,
  .tools,
  .user-feedback {
    flex-direction: column;
  }

  /* header */
  .header-main {
    flex-direction: column;
    padding: 10px;
  }

  .header-main-right {
    justify-content: center;
    gap: 10px;
  }

  /* search */
  .search-box {
    height: 40px;
  }

  /* sale timer */
  .sale-timer {
    width: 100%;
    height: auto;
  }

  /* banner */
  .banner-detail {
    margin-right: 0;
  }

  /* image */
  .background-2 img {
    height: auto;
  }

  /* user feedback */
  .background-info {
    width: 100%;
  }

  .user-info {
    position: relative;
    margin-left: 0;
  }
}
