:root {
  --color-main2: #001426;
  --color-primary: #75421b;


}

.text-black {
  color: black !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.cus-language {
  flex-direction: row !important;
}

.cus-navbar .navbar-nav a {
  padding: 10px 15px !important;
}

.cus-navbar .cus-language a {
  padding: 10px 5px !important;
}

@media (max-width: 768px) {
  .nav-mobile {
    padding: 5px 16px !important;
  }
}

/* back to top  */
.cus-to-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 5px !important;
}

.cus-to-top i {
  font-size: 24px;
}

.btn-booking {
  background: linear-gradient(45deg, #ff6600, #ff9900);
  border: none;
  border-radius: 30px;
  padding: 8px 24px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.btn-booking:hover {
  opacity: 0.85;
  transform: scale(1.05);
}

/* start menu */
.item-menu .content-item-menu {
  padding: 10px;
  box-shadow: 0px 0px 5px 0px #e6e6e6;
  border-radius: 5px;
}

.item-menu img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .item-menu img {
    height: 250px;
  }
}

@media (max-width: 575px) {
  .item-menu img {
    height: 200px;
  }
}

@media (max-width: 414px) {
  .item-menu img {
    height: 150px;
  }
}

/* fancybox */
.fancybox__caption {
  padding-top: 20px;
}

.fancybox__caption {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.fancybox__caption strong {
  font-size: 30px;
  display: block;
  font-weight: bold;
}

.fancybox__caption span {
  font-size: 25px;
  display: block;
  color: #75421b;
  /* xanh bootstrap */
  margin-top: 4px;
}

/* end menu  */
/* booking  */
.booking {
  position: relative;
  background: url(https://fishme.com.au/cdn/shop/collections/lobsterandcrabs_1350x675.jpg?v=1628470382);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  z-index: 1;
}

.booking::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top, right, bottom, left = 0 */
  background: rgba(0, 0, 0, 0.5);
  /* tối 50% */
  z-index: -1;
}


/* item blog  */
.blog-item .btn-read-more {
  opacity: 0;
  transition: 0.2s;
  transform: translateY(10px);
}

.blog-item:hover .btn-read-more {
  opacity: 1;
  transition: 0.2s;
  transform: translateY(0px);
}


/* common  */
.bg-main {
  background-color: #001426;
}

.bg-img-main {
  position: relative;
  background: url(https://fishme.com.au/cdn/shop/collections/lobsterandcrabs_1350x675.jpg?v=1628470382);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.bg-img-main::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top, right, bottom, left = 0 */
  background: rgba(0, 0, 0, 0.5);
  /* tối 50% */
  z-index: -1;
}

/* footer  */
/* feture-box */
.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.feature-box .feature-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.feature-box .feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.feature-box .feature-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* footer */
.menu-footer li {
  list-style: none;
}

.menu-footer li a {
  color: white !important;
  display: inline-block;
  padding: 5px 0px;
}

.menu-footer li a:hover {
  color: #75421b !important;
}

/* info-contact-page */
.info-contact-page {
  font-size: 17px;
  color: #001426;
  font-weight: 500;
}

#contact iframe {
  height: 300px !important;
}

/* SINGLE POST PAGE */
.single-post__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-post__body img {
  max-width: 100%;
  border-radius: 8px;
  margin: 20px 0;
}

.single-post__body p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Prev / Next buttons */
.single-post__navigation button {
  min-width: 160px;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.single-post__navigation button:hover {
  background-color: #75421b;
  color: #fff;
}

/* Sidebar Cards */
@media (max-width: 575px){
  .single-post__sidebar{
    padding: 0px !important;
  }
}
.single-post__sidebar .card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  /* border: none; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.single-post__sidebar .card-header {
  font-weight: 600;
  font-size: 1.1rem;
  background-color: #75421b;
  color: white;
}

.single-post__sidebar .list-group-item {
  border: none;
  border-bottom: 1px solid #f1f1f1;
  transition: background 0.2s ease;
}

.single-post__sidebar .list-group-item:last-child {
  border-bottom: none;
}

.single-post__sidebar .list-group-item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.single-post__sidebar .list-group-item:hover {
  background: #f9f9f9;
}

.single-post__sidebar .list-group-item a:hover {
  color: #75421b;
}

/* Categories */
.single-post__sidebar .cat-item a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  color: #001426;
  transition: 0.2s ease-in;
}

.single-post__sidebar .cat-item a:hover {
  background-color: #f7f7f7;
}


.btn-primary {
  color: var(--color-main2);
}

.bg-main {
  background-color: var(--color-main2);
}

.text-main {
  color: var(--color-main2);
}

/* blog css */
.blog-item h4,
.blog-item p {
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
}


/* testimonial */
.item-testimonial,
.item-testimonial>div {
  border-radius: 10px;
}

.item-testimonial {
  border: 2px solid #f9f6ee;
}

/* Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
  /* icon mũi tên màu đen */
  /* background: rgba(255, 255, 255, 0.9); */
  /* nền sáng */
  border-radius: 50%;
  /* bo tròn */
  width: 45px;
  height: 45px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  opacity: 0.6;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #000;
  color: #fff !important;
  opacity: 1;
}

/* Box testimonial */
.testimonial-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  user-select: none;
  /* chống bôi đen khi kéo */
  -webkit-user-drag: none;
}

/* Logo */
.testimonial-item img {
  display: block;
  margin: 0 auto;
}

/* Text công ty */
.testimonial-item h5 {
  font-weight: 600;
}

/* Giới hạn 5 dòng cho text chứng thực */
.testimonial-text {
  /* tối đa 5 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-size: 14px;
  line-height: 28px;
  color: #212529;
  margin-bottom: 0 !important;
}

.testimonial-company {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* tối đa 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold !important;
  /* đậm nhẹ */
  color: #212529;
  /* màu chữ tối */
  text-align: center;
  /* căn giữa */
  margin-bottom: 0.5rem;
  font-size: 16px;
  text-transform: uppercase;
}

.testimonial-name {
  font-size: 16px;
  color: #212529;
}

.testimonial-position {
  font-size: 14px;
  font-style: italic;
  color: #212529;
}


/* Link xem thêm */
.testimonial-item a {
  display: inline-block;
  text-decoration: none;
}

.testimonial-item a:hover {
  text-decoration: underline;
}

/* Iframe video */
.testimonial-item iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

/* mobile app */
.phone-mobile {
  display: none;
}

.giuseart-nav {
  position: fixed;
  left: 13px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 50px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}

.giuseart-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.giuseart-nav ul li {
  list-style: none !important;
}

.giuseart-nav ul>li a {
  border: none;
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
}

/* .giuseart-nav ul>li .chat_animation{display:none} */
.giuseart-nav ul>li a i.ticon-heart {
  background: url('http://localhost:8888/kimseafood.com/wp-content/uploads/2025/09/iconmap.png') no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul>li a i.ticon-zalo-circle2 {
  background: url('http://localhost:8888/kimseafood.com/wp-content/uploads/2025/09/zalo.webp') no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav li .button {
  background: transparent;
}

.giuseart-nav ul>li a i.ticon-angle-up {
  background: url('http://localhost:8888/kimseafood.com/wp-content/uploads/2025/09/chevron-arrow-up.png') no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul>li a i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}

.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
  top: 35px;
  font-size: 10px;
  font-weight: bold;
  text-transform: none;
}

.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.giuseart-nav ul>li a.chat_animation svg {
  margin: -13px 0 -20px;
}

.giuseart-nav ul>li a i.ticon-messenger {
  background: url('http://localhost:8888/kimseafood.com/wp-content/uploads/2025/09/youtube.png') no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.giuseart-nav ul>li a i.ticon-chat-sms {
  background: url('http://localhost:8888/kimseafood.com/wp-content/uploads/2025/09/tiktok.png') no-repeat;
  background-size: contain;
  width: 38px;
  height: 36px;
  display: block;
}

.giuseart-nav ul>li a i.icon-phone-w {
  background: url('http://localhost:8888/kimseafood.com/wp-content/uploads/2025/09/phone.png') no-repeat;
  background-size: contain;
}

.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .giuseart-nav li .chat_animation {
    display: block !Important
  }

  .giuseart-nav li .button .phone_animation {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
  }

  .giuseart-nav ul>li a {
    padding: 0;
    margin: 0 auto
  }

  .giuseart-nav {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }

  .giuseart-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
  }

  .phone-mobile {
    display: block !important
  }
}


@media (max-width: 595px) {
  footer {
    padding-bottom: 50px;
  }

  .back-to-top {
    bottom: 65px !important;
  }
}

.woocommerce-product-gallery__image--placeholder img,
.woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


/* single product  */
.material-item.active,
.ink-item.active {
  border: 2px solid gold;
}

.size-item,
.set-item {
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  border: 2px solid #ccc !important;
}

.size-item.active,
.set-item.active,
.ink-item.active,
.material-item.active {
  border: 2px solid gold !important;
  background-color: #fff8dc;
}

.material-item.active,
.ink-item.active {
  border: 2px solid gold !important;
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.6);
}

.image-main-product img {
  object-fit: cover !important;
}

.general-product-description {
  margin-top: 1rem;
  position: relative;
}

.general-product-description .desc-content {
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.general-product-description .desc-content.collapsed {
  max-height: 300px;
  /* 👈 chỉnh chiều cao bạn muốn */
  position: relative;
}

.general-product-description .desc-content.collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.general-product-description .btn-toggle-desc {
  background: none;
  border: none;
  color: #0073aa;
  cursor: pointer;
  padding: 0;
  margin-top: 0.5rem;
  font-weight: 600;
  text-decoration: underline;
}


.img-cate {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

.cat-name {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-main2);
  font-size: 0.8em;
}

.product-card .yith-add-to-wishlist-button-block {
  margin: 0px !important;
  position: absolute !important;
  top: 5px;
  right: 5px;
  padding: 8px;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0px 0px 2px 1px #F1F0E9;
}

.product-card .yith-add-to-wishlist-button-block:hover {
  background-color: rgb(234, 0, 0);
}

.product-card .yith-add-to-wishlist-button-block:hover .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
  color: white !important;
}

.product-card .yith-add-to-wishlist-button-block:hover .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) .yith-wcwl-add-to-wishlist-button__label {
  color: white !important;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  gap: 0px !important;
}


.wish-single:hover,
.wish-single:hover * {
  background-color: red;
  color: white
}

.text-gray bdi {
  color: gray !important;
  font-size: 15px !important;
}

.options-select-single {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}



@media (max-width: 575px) {
  .mobile-display-none {
    display: none;
  }
}


/* cart custom */
.cart-table th,
.cart-table td {
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.cart-table th {
  font-weight: 600;
}

.cart-table td img {
  max-width: 70px;
  height: auto;
}

.cart-table td input.qty {
  text-align: center;
}

/* Hover row */
.cart-table tbody tr:hover {
  background-color: #f8f9fa;
  transition: background 0.2s;
}

.cart_totals h2 {
  text-align: right !important;
  font-size: 20px;
}

.th-cart th {
  border-color: #dee2e6 !important;
}

/* Container bao quanh */
/* Khối số lượng */
.quantity-control {
  display: flex;
  align-items: center;
  width: 120px;
  /* nhỏ gọn vừa với nút */
  border: 1px solid #dee2e6;
  /* viền xám nhạt */
  border-radius: 6px;
  /* bo góc */
  overflow: hidden;
  /* bo đều các cạnh */
}

/* Nút + và - */
.quantity-control .btn-minus,
.quantity-control .btn-plus {
  flex: 0 0 36px;
  /* độ rộng cố định */
  height: 38px;
  /* cao bằng input */
  border: none;
  background: #f8f9fa;
  /* nền xám nhạt */
  font-size: 18px;
  line-height: 1;
  color: #000;
  cursor: pointer;
  transition: background 0.2s;
}

.quantity-control .btn-minus:hover,
.quantity-control .btn-plus:hover {
  background: #e9ecef;
  /* hover sáng hơn */
}

/* Ô input số lượng */
.quantity-control input {
  flex: 1;
  text-align: center;
  border: none;
  outline: none;
  height: 38px;
  font-size: 16px;
}


.quantity-control .btn-minus:hover,
.quantity-control .btn-plus:hover {
  background: #e9ecef;
}

/* Div bao input */
.quantity-control .quantity {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Input */
.quantity-control .quantity input.qty {
  width: 100%;
  height: 38px;
  border: none;
  text-align: center;
  font-size: 16px;
  outline: none;
}

.btn-cart {
  color: white !important;
  background-color: var(--color-primary) !important;
  border-radius: 5px;
}

.checkout-button {
  padding: 7px 20px !important;
  color: white !important;
  background-color: var(--color-primary) !important;
  border-radius: 5px;
  font-weight: 500;
}

.wc-proceed-to-checkout {
  margin-top: 20px !important;
  text-align: end;
}

.woocommerce-remove-coupon,
.woocommerce-remove-coupon:hover {
  color: red;
  font-weight: 500;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount bdi {
  font-size: 15px !important;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
}

.woocommerce-checkout-review-order-table tfoot td {
  text-align: end;
}

.woocommerce-form-coupon input {
  min-width: 100%;
  border: 2px solid var(--color-primary);
  padding: 5px 10px;
}

.woocommerce-form-coupon button {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: var(--color-primary);
}

.woocommerce-message:focus,
.woocommerce-error:focus,
.woocommerce-info:focus {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce-message li:focus,
.woocommerce-error li:focus,
.woocommerce-info li:focus {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce-column__title {
  margin-top: 20px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  width: 100%;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:nth-child(2) {
  text-align: right !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td:nth-child(2) {
  text-align: right !important;
}


.policy-card {
  transition: all 0.3s ease;
  border-radius: 5px;
}


.text-justify {
  text-align: justify;
}

.button.woocommerce-form-register__submit,
.woocommerce-Button,
.form-row.place-order button {
  background-color: var(--color-primary) !important;
}

.form-row.place-order button {
  padding: 7px 10px;
  border-radius: 5px;
}

.wishlist-title.wishlist-title-with-form {
  display: none;
}

/* Container mini-cart */
.minicart-box {
  position: absolute !important;
  right: 0;
  top: 100%;
  width: 320px;
  max-height: 420px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1050;
}

/* Ẩn các phần không cần */
.minicart-box .woocommerce-mini-cart-item .remove,
.minicart-box .variation,
.minicart-box .woocommerce-Price-amount .tax_label {
  display: none !important;
}

/* Reset UL */
.minicart-box ul.woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Item */
.minicart-box .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.minicart-box .woocommerce-mini-cart-item:last-child {
  border-bottom: none;
}

/* Ảnh sản phẩm */
.minicart-box .woocommerce-mini-cart-item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

/* Tên + Giá × SL */
.minicart-box .woocommerce-mini-cart-item a {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.minicart-box .woocommerce-mini-cart-item a:hover {
  color: #f8b400;
}

.minicart-box .woocommerce-mini-cart-item .quantity {
  font-size: 13px;
  color: #555;
  display: block;
}

/* Tổng tiền */
.minicart-box .woocommerce-mini-cart__total {
  font-weight: 600;
  font-size: 15px;
  text-align: right;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #ddd;
  color: #111;
}

/* Nút */
.minicart-box .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
}

.minicart-box .woocommerce-mini-cart__buttons a {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

/* Nút xem giỏ hàng */
.minicart-box .woocommerce-mini-cart__buttons .button.wc-forward:first-child {
  background: #f8b400;
  color: #000;
}

.minicart-box .woocommerce-mini-cart__buttons .button.wc-forward:first-child:hover {
  background: #dba000;
}

/* Nút thanh toán */
.minicart-box .woocommerce-mini-cart__buttons .checkout {
  background: #000;
  color: #fff;
}

.minicart-box .woocommerce-mini-cart__buttons .checkout:hover {
  background: #333;
}

.minicart-box .mini-price {
  font-size: 13px;
  line-height: 1.4;
}

.minicart-box .mini-price .fw-bold {
  font-size: 14px;
}

.minicart-box .mini-price .badge {
  font-size: 11px;
  padding: 2px 6px;
}

.search-form-header select {
  background-color: #001426;
  color: white;
  border-radius: 30px !important;
  border: 2px solid #001426 !important;
  cursor: pointer;
}

.search-form-header option {
  background-color: white;
  color: black;
}

.ip-search {
  background-color: #001426;
  border: 2px solid #001426;
  border-radius: 20px !important;
  color: white;
}

.ip-search::placeholder {
  color: white;
}

.search-form-header button {
  border-radius: 30px !important;
  border: 2px solid #001426;
  transform: translateX(-55px);
}

.ip-search:focus {
  background-color: #001426;
  border-color: #001426;
}

/* Dropdown hover */
.dropdown-hover:hover .dropdown-menu {
  display: block;
}

/* Menu chính */
nav.bg-dark .navbar-nav .nav-link {
  font-weight: 600;
  color: white;
  font-size: 17px !important;
}

nav.bg-dark .navbar-nav .nav-link:hover {
  color: #f8b400;
}

@media screen and (max-width: 768px) {
  .mobile-drop {
    padding-top: 20px !important;
    width: max-content;
  }
}

.hero-products h2 {
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
}

.hero-products h4 {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.hero-products p {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}


.hero-products .product-box {
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.hero-products .product-box:hover {
  /* transform: translateY(-3px); */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-products .product-title {
  font-size: 13px;
  font-weight: 500;
}

.hero-products .price-box {
  line-height: 1.2;
  font-size: 18px !important;
  font-weight: 700;
}

.hero-products .badge {
  background: #ff424f;
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.bro-about {
  padding: 30px 10px;
  color: #333;
}

.bro-about .container {
  max-width: 1300px;
  background-color: #FFEDC7;
  padding: 67px 67px 42px;
  border-radius: 20px;
}

.bro-about h1,
.bro-about h2,
.bro-about h3,
.bro-about h4 {
  color: #1a1a1a;
}

.bro-about p {
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 390px;
}

.bro-about .bro-btn-info {
  background-color: #fff !important;
  color: #666 !important;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: .97em;
  border-radius: 16px;
  padding: 15px 40px;
}

.bro-about .bro-btn-info:hover {
  background: #f1f1f1;
}

.bro-about .bro-about-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  max-width: 100%;
}

.bro-about .bro-about-card {
  position: absolute;
  top: 50%;
  left: -8%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 15px;
  padding: 30px 30px 20px 30px;
  max-width: 270px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.bro-about .bro-about-card h5 {
  font-weight: 700 !important;
  margin-bottom: 12px;
  font-size: 1.125em !important;
  color: #1a1a1a;
}

.bro-about .bro-about-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.3em;
  line-height: 1.6;
}

.bro-about .bro-about-card i {
  color: #f7b500;
  font-size: 30px;
  margin-right: 6px;
}

.bro-about h1,
.bro-about h2,
.bro-about h3,
.bro-about h4 {
  color: #1a1a1a;
  max-width: 500px;
  font-style: normal;
}

.bro-about h3 {
  font-weight: 700 !important;
}


#text-144481451 {
  max-width: 500px;
}




/* custom homepage  */
/* Tổng bảng */
.hero-products .product-box {
  border: 1px solid #e5e5e5;
  border-radius: .5rem;
  overflow: hidden;
}

.hero-products .product-box a.ratio {
  aspect-ratio: 1 / 1;
  /* giống product-item dưới */
  display: block;
}

.hero-products .product-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-products .product-title a {
  font-size: 1rem;
  font-weight: 600;
}





.gia-giam .woocommerce-Price-amount.amount {
  font-size: 14px !important;
  font-weight: 400 !important;
}


.about_info {
  color: #025068;
}

.about_content {
  color: #017360;
}

.about_content {
  display: flex;
  justify-content: center;
  /* căn ngang */
  align-items: center;
  /* căn dọc */
  height: 40px;
  /* đặt chiều cao */
  line-height: 1;
  /* tránh bị lệch */
  text-decoration: none;
}

.cua-hang {
  background-color: #fff !important;
  color: #666 !important;
  padding: 8px 18px;
  text-transform: uppercase;
  font-weight: bolder;
  border-radius: 5px;
  font-size: .97em;
}


.cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Mobile mặc định 2 cột */
  gap: 12px;
  /* khoảng cách giữa các item */
}

@media (min-width: 576px) {
  .cat-grid {
    grid-template-columns: repeat(4, 1fr);
    /* Tablet 4 cột */
  }
}

@media (min-width: 1200px) {
  .cat-grid {
    grid-template-columns: repeat(8, 1fr);
    /* Desktop lớn 8 cột */
  }
}

.page-title {
  font-weight: 700 !important;
  font-style: normal;
  font-size: 22px;
  padding-bottom: 15px !important;
}



.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Mobile: 2 cột */
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    /* Tablet: 3 cột */
  }
}

@media (min-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(5, 1fr);
    /* Desktop: 5 cột */
  }
}

.container-all {
  max-width: 1300px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: none;
}

/* Prev trái */
.testimonial-prev {
  left: -40px;
}

/* Next phải */
.testimonial-next {
  right: -40px;
}

/* Ẩn icon mặc định của Swiper */
.testimonial-prev::after,
.testimonial-next::after {
  display: none;
}

/* Style icon FAS */
.testimonial-prev i,
.testimonial-next i {
  font-size: 40px;
  color: #000;
}

.xem-them-link {
  color: #ff9900;
  /* màu cam */
  font-size: 14px;
  /* chữ nhỏ */
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  /* không xuống dòng */
  margin-left: 4px;
}

.xem-them-link:hover {
  text-decoration: underline;
}

.testimonial-more {
  margin-top: 16px;
  text-align: center;
  /* hoặc left nếu bạn muốn căn trái */
}

.testimonial-more a {
  display: inline-block;
  padding: 10px 28px;
  /* to hơn */
  border: 2px solid #75421b;
  /* viền vàng */
  color: #000;
  /* chữ đen */
  font-size: 15px;
  /* chữ lớn hơn */
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.3s;
  text-decoration: none;
  background: transparent;
}

.testimonial-more a:hover {
  background: #75421b;
  color: #000 !important;
}



/* Responsive mobile */
@media (max-width: 768px) {
  .testimonial-prev {
    left: 10px;
  }

  .testimonial-next {
    right: 10px;
  }
}

.yt-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  /* luôn giữ khung 16:9 */
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.yt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* fill toàn bộ, không viền đen */
  display: block;
}

/* Nút play overlay */
.yt-thumb .yt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  /* nhỏ lại */
  height: 34px;
  /* nhỏ lại */
  background: #ff0000;
  border-radius: 14%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.yt-thumb .yt-play::before {
  content: "";
  position: absolute;
  left: 18px;
  /* chỉnh lại vị trí cho cân */
  top: 8px;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  /* nhỏ hơn */
  border-color: transparent transparent transparent #fff;
}


.yt-thumb:hover .yt-play {
  background: #cc0000;
}


/* blog  */

.section-title-blogs {
  text-align: center;
  margin-bottom: 30px;
}

.section-title-blogs h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.blogs-grid {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.blogs-grid::-webkit-scrollbar {
  height: 6px;
}

.blogs-grid::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Mỗi bài viết */
.blogs-grid .blog-item {
  flex: 0 0 280px;
  /* mỗi bài chiếm 280px */
  scroll-snap-align: start;
}

.blog-item .thumb {
  display: block;
  overflow: hidden;
}

.blog-item .thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-item .date {
  display: block;
  margin: 16px 0;
  font-size: 12px;
  color: #888;
}

.blog-item .title {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  display: block;
  min-height: 2em;
  margin-bottom: 16px !important;
}

.blog-item .title a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

.blog-item .title a:hover {
  color: #ff9900;
}

.blog-item .excerpt {
  font-size: 15px;
  position: relative;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  line-height: 26px;
}

.blog-item .excerpt .more {
  color: #ff9900;
  text-decoration: none;
  font-weight: 500;
}

.blog-item .excerpt .more:hover {
  text-decoration: underline;
}

.load-more {
  text-align: center;
  margin-top: 16px;
}

.load-more a {
  display: inline-block;
  padding: 10px 28px;
  border: 2px solid #ffcc00;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  transition: 0.3s;
  font-size: 15px;
}

.load-more a:hover {
  background: #ffcc00;
  color: #000;
}


.site-footer {
  background: #000;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

/* contact  */
.contact-buttons {
  display: flex;
  gap: 16px;
  /* khoảng cách giữa 2 nút */
}

/* nút gọi điện */
.contact-btns {
  display: flex;
  gap: 16px;
  /* khoảng cách giữa 2 nút */
}

/* nút gọi điện */
.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border: 2px solid #75421b;
  border-radius: 30px;
  color: #75421b;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.call-btn:hover {
  background: #75421b;
  color: #fff;
}

/* nút zalo */
.zalo-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background:rgb(0, 104, 255);
  /* xanh đậm */
  border-radius: 30px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.zalo-btn:hover {
  background: rgb(0, 104, 255);
  color: #fff;
}

/* icon */
.contact-btns i {
  font-size: 15px;
}

/* footer  */
.footer-top {
  padding: 60px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col {
  min-width: 220px;
}

.footer-name {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;

}


.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  display: flex;
  padding: 5px 0px;
  color: #ddd;
}

.contact-info i {
  color: #fff;
  margin-right: 16px;
  font-size: 15px !important;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #EFB53D;
}
.footer-col .bct-image{
  margin-top: 15px;
}

.footer-col .bct-image img{
  width: 200px;
  height: auto;
  display: block;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  padding: 10px 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #EFB53D;
  text-decoration: underline;
}

.footer-fb iframe,
.footer-map iframe {
  border-radius: 6px;
  width: 100%;
}

.footer-bottom {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #aaa;
}

.footer-bottom a {
  color: #EFB53D;
  font-weight: 600;
  text-decoration: underline;
}

.footer-websites a {
  color: #fff;
}

.footer-subtitle {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #fff;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #222;
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}

.social-links a:hover {
  transform: translateY(-3px);
}

/* Màu riêng từng mạng */
.social-links a[aria-label="Facebook"] {
  background: #1877f2;
}

.social-links a[aria-label="YouTube"] {
  background: #ff0000;
}

.social-links a[aria-label="TikTok"] {
  background: #000;
}

.footer-fb iframe {
  border-radius: 0 !important;
}


/* responsive  */
/* ================== Base (Mobile first) ================== */
body {
  font-size: 14px;
  line-height: 1.5;
}

/* Grid chung */
.container-all {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}

.bro-about .container {
  padding: 0.75rem;
}

.bro-about .bro-about-card {
  position: static;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50px);
}

/* Product grid mặc định: 2 cột */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}


/* Footer grid mặc định: 1 cột */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* ================== Tablet (≥576px) ================== */
@media (min-width: 576px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .blogs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .item-menu img {
    height: 220px;
  }
}

/* ================== Tablet ngang (≥768px) ================== */
@media (min-width: 768px) {
  .nav-mobile {
    padding: 5px 20px;
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .blogs-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .item-menu img {
    height: 250px;
  }

  .bro-about {
    /* padding: 50px 123px; */
  }

}

/* ================== Desktop nhỏ (≥992px) ================== */
@media (min-width: 992px) {
  nav.bg-dark .navbar-nav .nav-link {
    font-size: 16px;
  }

  .bro-about{

  }

  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .blogs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    overflow: visible;
  }

  .blogs-grid .blog-item {
    flex: unset;
  }

  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .item-menu img {
    height: 300px;
  }

  .bro-about .bro-about-card {
    position: absolute;
    left: -8%;
    top: 50%;
    transform: translateY(-50%);
    width: 270px;
  }


  .testimonial-prev,
  .testimonial-next {
    display: flex !important;
  }

}

/* ================== Desktop lớn (≥1200px) ================== */
@media (min-width: 1200px) {
  .bro-about .container {
    padding: 67px 67px 42px;
  }

  .product-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .cat-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .home-categories .container {
    padding-left: 0 ;
    padding-right: 0 ;

  }
}


/* fix woo check out  */
.woocommerce-checkout {
  width: 100% !important;
}

.woocommerce #customer_details {
  width: 100% !important;
}

/* === FORM ĐĂNG NHẬP TRONG CHECKOUT === */
.woocommerce-checkout form.login,
.woocommerce-form-login {
  background: #fff !important;
  padding: 25px 30px !important;
  margin-bottom: 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.woocommerce-checkout form.login label,
.woocommerce-form-login label {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #333 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.woocommerce-checkout form.login input.input-text,
.woocommerce-form-login input.input-text {
  width: 100% !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
}

.woocommerce-checkout form.login input.input-text:focus,
.woocommerce-form-login input.input-text:focus {
  border-color: var(--main-color, #ff9800) !important;
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.2) !important;
  outline: none !important;
}

.woocommerce-checkout form.login .woocommerce-form__label-for-checkbox,
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 15px !important;
  color: #444 !important;
}

.woocommerce-checkout form.login .button,
.woocommerce-form-login .button {
  background: #75421b !important;
  border: none !important;
  padding: 10px 24px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: background 0.3s !important;
}

.woocommerce-checkout form.login .button:hover,
.woocommerce-form-login .button:hover {
  background: #e68900 !important;
}

.woocommerce-checkout form.login .lost_password a,
.woocommerce-form-login .lost_password a {
  font-size: 14px !important;
  color: var(--main-color, #ff9800) !important;
  text-decoration: none !important;
}

.woocommerce-checkout form.login .lost_password a:hover,
.woocommerce-form-login .lost_password a:hover {
  text-decoration: underline !important;
}
.checkout-button{
  display: flex !Important;
  justify-self: right;
  width: max-content;
  /* padding: 0.5em !Important;  */
  font-size: 1.1em !Important;
  font-weight:bold;
}


/* ========== Floating Contact Buttons ========== */
.cfb {
  position: fixed;
  right: 16px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
}

.cfb__btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden; /* bắt buộc để ảnh nằm gọn trong hình tròn */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; /* fallback */
  box-shadow: 0 6px 12px rgba(0,0,0,.2);
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none;
}

.cfb__btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ép hình fill đầy */
  border-radius: 50%;  /* luôn tròn */
  display: block;
}

.cfb__btn:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,.25);
}

/* Nếu muốn màu nền khác thì có thể giữ class riêng */
.cfb__btn--call   { background: #4CAF50; }
.cfb__btn--zalo   { background: #fff; }
.cfb__btn--mess   { background: #0084FF; }

@media (max-width: 768px) {
  .cfb {
    right: 12px;
    bottom: 80px;
    gap: 10px;
  }
  .cfb__btn {
    width: 52px;
    height: 52px;
  }
}


.content-post-custom h2{
  font-size: 22px;
}
.content-post-custom h3{
  padding-top: 10px; 
}
.content-post-custom .img.alignleft{
  margin: 1em 1em 1em 0 !Important;
}
.content-post-custom p{
  line-height: 1.7
}
.content-post-custom img{
  border-radius: 5px;
  margin: 10px 0px;
}
.mobile-search-bar input::placeholder,
.mobile-menu-search input::placeholder
{
  color: white !important;
}

@media screen and (max-width: 575px){
  .bro-about .bro-about-card{
        margin-left: 0;
    margin-right: 0;
    transform: translateY(4%);
    max-width: 100%;
  }
  .bro-about .container{
    padding: 20px 20px 30px 20px !important;
  }
}



.form-control{
  border-radius: 5px !important;
  min-height: 40px !important;
}

.nav-links{
  display: flex;
  align-items: center;
}
.blog-pagination .page-numbers.current{
  background: black !important;
}

/* to top  */
.back-to-top {
    position: fixed;
    bottom: 17px;
    right: 17px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #75421b;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0,0,0,0.20);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 9999;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}


.price-contact{
  color:var(--th-primary);;
  font-weight:700;
  font-size:17px;
}

