@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");


body {
  font-family: Inter, Roboto, sans-serif;
}
img {
    max-width: 100%;
    object-fit: cover;
}
.bp_lb_time_read {
    display: none;
}
/* Mặc định ẩn button contact */
.bp_product_more_item {
  display: none;
}
.button-contact {
    text-align: center;
}

/* Hiển thị button contact khi không có giá */
.card-body:not(:has(.cls_price_number)) .bp_product_more_item,
.bp_product_item:not(:has(.cls_price_number)) .bp_product_more_item,
.bp_content_product:not(:has(.current-price)) .bp_product_more_item {
  display: block;
}

.phan_trang {
    text-align: center;
    margin-top: 30px;
}
.bp_lbl_product_more  {
    display: none;
}
.header #dv_search input {
  font-size: 20px;
  margin-right: 10px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.header form button {
  font-size: 20px;
  width: 50px;
  color: rgb(255, 255, 255);
  height: 50px;
  background-color: rgb(196, 162, 90);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 50%;
  margin-right: 10px;
}
.item_page_active {
    background: #ffa900;
    padding: 10px 15px;
    color: #fff;
    border-radius: 8px;
}
.item_page {
    background: black;
    padding: 10px 15px;
    color: #fff;
    border-radius: 8px;
}
.bp_cls_next,.bp_cls_prev {
   background: black;
   padding: 10px; 
   color: #fff;
   border-radius: 8px;
   margin: 0 5px;
}
.breadcrumb a {
    color: #ffa900;
}
.bp_cls_next:hover,.bp_cls_prev:hover,.item_page:hover {
    color: #fff;
}
img {
  max-width: 100%;
  height: auto; 
  display: block; 
}
a {
  color: #121212;
}
a:hover {
  color: #121212;
}
.header-logo img {
    max-width: 100px;
}
.header-main {
  padding: 20px 0;
}
.bp_block_item .row {
  margin: 0;
}
#navbarsMenu {
  justify-content: center;
}
.sub-header {
  background-color: #fee4b4;
  color: white;
  padding: 12px 0;
}
.header #navbar-ul-menu {
  justify-content: center;
}
.bp-btn-product-zoom {
  display: none;
}
.sub-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;

  min-height: 50px;
  font-size: 13px;
}
.sub-header-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.phone-icon,
.location-icon {
  width: 16px;
  height: 16px;
  fill: #121212;
}
.location-info {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #121212;
}
.sub-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #121212;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.user-menu:hover {
  background-color: #2a2a2a;
}
.user-icon {
  width: 18px;
  height: 18px;
  fill: #121212;
}
.support-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  color: #121212;
  transition: background-color 0.2s;
}
.support-menu:hover {
  background-color: #2a2a2a;
}
.support-icon {
  width: 18px;
  height: 18px;
  fill: #121212;
}
.dropdown-arrow {
  width: 12px;
  height: 12px;
  fill: #9ca3af;
  transition: transform 0.2s;
}
.user-menu:hover .dropdown-arrow,
.support-menu:hover .dropdown-arrow {
  transform: rotate(180deg);
}
.muti-button {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.bp_wishlist_item {
  width: auto;
}
.bp_cls_cart_item button {
  padding: 0;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.overlay.block {
  opacity: 1;
  visibility: visible;
}
.overlay.block .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlay.block .search-layer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.overlay.block .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.overlay.block .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}
.header-main .search-header {
  position: fixed;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1001;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.header-main #dv_search {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #252525;
  padding: 5px 5px 5px 20px;
  background: #fff;
}
.header-main #dv_search .input-group-btn:nth-child(3) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
.form-control:focus {

    box-shadow:none;
}
.bp-btn-product-preview {
    display: none !important;
}
.header-main #submit_seach {
  border: none;
  font-size: 20px;
  width: 50px;
  color: #fff;
  height: 50px;
  border-radius: 50%;
  background-color: #0071dc;
}
.header-main #dv_search input:nth-child(2) {
  font-size: 20px;
  border: none;
  margin-right: 10px;
}
.header-main #dv_search input:nth-child(2)::placeholder {
  font-size: 20px;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}
.header-main #dv_search input:nth-child(2):focus {
  box-shadow: none;
}
.header-main .search-button {
  cursor: pointer;
}
.header-main .bp-select-category-search {
  display: none;
}
.header-main #livesearch_85102 {
  display: none;
}
.category-sidebar {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.category-sidebar .bp_category_option li h3 {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
  color: #858585;
}
.category-sidebar .bp_link_category_option.bp_menu_active .bp_name_category_option {
  color: #121212;
  font-weight: 600;
}
.category-sidebar .bp_img_category_option {
  display: none;
}
.sidebar-title h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  height: 34px;
  line-height: 34px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.price-sidebar .bp_search_item_link {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
  color: #858585;
}

.price-sidebar .bp_search_filter {
  padding: 0;
}
.footer {
  background: #f8f8f8;
  padding: 40px 0 20px;
}
.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}
.footer-section h3 {
  color: #000;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: bold;
}
.footer-section p {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.footer-section a {
  color: #000;
  text-decoration: none;
}
.footer-section a:hover {
  text-decoration: underline;
}
.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  color: #333;
  font-size: 0.9em;
}
.bp_menu_active {
  border: none;
}
@media only screen and (min-width: 1200px) {
  .header .dropdown:hover > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 10px;
  }
  .header .navbar-nav > .nav-item > a {
    position: relative;
    padding: 0;
    padding-bottom: 10px !important;
  }
  .header .navbar-nav > .nav-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    border-radius: 50px;
    background-color: #121212;
    transition: width 0.8s ease-in-out;
  }
  .header .bp_toggle_arrow {
    padding-bottom: 10px;
    padding-left: 0;
    color: black;
    font-size: 13px;
  }

  .header .navbar-nav li:hover > a,
  .header .navbar-nav .nav-item.active > a {
    color: #121212;
    font-weight: 600;
  }

  .header .navbar-nav > .nav-item:hover a::after,
  .header .navbar-nav > .nav-item.active a::after {
    width: 100%;
  }
  .header .navbar ul.navbar-nav > li:hover > a {
    color: #121212;
  }
  .header .bp_sub_menu {
    width: 400px;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }

  .header .navbar ul.dropdown-menu li {
    padding: 0;
  }
  .header .navbar ul.dropdown-menu li a {
    transition: 0.7s;
    padding: 15px 25px;
    color: #fff;
    font-size: 14px;
  }
  .header .navbar ul.dropdown-menu li:hover {
    background-color: transparent;
  }
  .header .navbar ul.dropdown-menu li a:hover {
    padding-left: 35px;
    color: #0071dc;
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .sub-header-row {
      flex-direction: column;
  }

}
@media (max-width: 480px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .sub-header-left {
      flex-direction: column;
      gap: 10px;
      margin-bottom: 20px;
  }
}
