:root {
  --primary-color: #236000;
  --hover-color: #ffee00;
  --text-color: #333;
  --bg-color: #fff;
  --border-color: #e5e5e5;
}
/* body {
  background: #f8f9fa;
} */
body {
  font-family: Arial, Helvetica, sans-serif !important;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 6px; /* độ rộng */
  height: 6px; /* cho thanh ngang */
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color); /* màu chính của thanh */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--hover-color); /* khi hover đổi sang màu hover */
}

/* Firefox */
* {
  scrollbar-width: thin; /* mỏng */
  scrollbar-color: var(--primary-color) var(--border-color);
}

/* body.home {
  background-image: url("../css/images/bg-home-body.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
a:hover,
.big-store-menu li a:hover,
.big-store-menu .current-menu-item a,
.top-header .top-header-bar .big-store-menu li a:hover,
.top-header .top-header-bar .big-store-menu .current-menu-item a,
.summary .yith-wcwl-add-to-wishlist.show .add_to_wishlist::before,
.summary
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show
  a::before,
.summary
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show
  a::before,
.woocommerce .entry-summary a.compare.button.added:before,
.header-icon a:hover,
.thunk-related-links .nav-links a:hover,
.woocommerce
  .thunk-list-view
  ul.products
  li.product.thunk-woo-product-list
  .price,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
article.thunk-post-article .thunk-readmore.button,
.thunk-wishlist a:hover,
.thunk-compare a:hover,
.woocommerce .thunk-product-hover a.th-button,
.woocommerce ul.cart_list li .woocommerce-Price-amount,
.woocommerce ul.product_list_widget li .woocommerce-Price-amount,
.big-store-load-more button,
.page-contact .leadform-show-form label,
.thunk-contact-col .fa,
.summary .yith-wcwl-wishlistaddedbrowse a,
.summary .yith-wcwl-wishlistexistsbrowse a,
.thunk-title .title:before,
.thunk-hglt-icon,
.woocommerce .thunk-product-content .star-rating,
.thunk-product-cat-list.slider a:hover,
.thunk-product-cat-list li a:hover,
.site-title span a:hover,
.cart-icon a span:hover,
.thunk-product-list-section
  .thunk-list
  .thunk-product-content
  .woocommerce-LoopProduct-title:hover,
.thunk-product-tab-list-section
  .thunk-list
  .thunk-product-content
  .woocommerce-LoopProduct-title:hover,
.thunk-woo-product-list .woocommerce-loop-product__title a:hover,
.mobile-nav-tab-category ul[data-menu-style="accordion"] li a:hover,
.big-store-menu > li > a:hover,
.top-header-bar .big-store-menu > li > a:hover,
.bottom-header-bar .big-store-menu > li > a:hover,
.big-store-menu li ul.sub-menu li a:hover,
.header-support-content i,
.slider-cat-title a:before,
[type="submit"],
.header-support-content a:hover,
.mhdrthree .site-title span a:hover,
.mobile-nav-bar .big-store-menu > li > a:hover,
.woocommerce .widget_rating_filter ul li .star-rating,
.woocommerce .star-rating::before,
.woocommerce .widget_rating_filter ul li a,
.search-close-btn,
.woocommerce
  .thunk-single-product-summary-wrap
  .woocommerce-product-rating
  .star-rating,
.woocommerce #alm-quick-view-modal .woocommerce-product-rating .star-rating,
.summary .woosw-added:before,
.thunk-product .woosw-btn.woosw-added,
.woocommerce .entry-summary a.th-product-compare-btn.btn_type:before,
.woocommerce .entry-summary a.th-product-compare-btn.th-added-compare:before,
.woocommerce .entry-summary a.th-product-compare-btn.th-added-compare {
  color: var(--hover-color);
}

.top-header,
.menu-category-list,
.below-header-col1,
.thunk-slider-section .slider-cat-title a:before {
  display: none !important;
}

.header-support-icon .divider {
  margin: 0 8px;
  color: #ccc; /* màu xám nhẹ */
  font-weight: bold;
}
.below-header-bar {
  justify-content: center !important;
}
.mhdrthree.right .below-header-col2 {
  text-align: center;
}
#big-store-menu .big-store-menu-link {
  font-size: 18px;
  text-transform: uppercase;
}
.thunk-slider-section .thunk-slider-content-bar {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.thunk-slider-section .thunk-slider-col-1 {
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  background: #ffffffe3;
  padding: 0;
  height: 100%;
  /* overflow-y: auto; */
}
.thunk-slider-section .thunk-slider-col-2 {
  width: 100%;
}
.thunk-slider-section .thunk-3-add-content {
  height: 100%;
}
.thunk-slider-section .thunk-3-add-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thunk-slider-section .owl-carousel .owl-item img {
  max-height: 400px;
  object-fit: cover;
  height: 400px !important;
}
.thunk-slider-section .thunk-3-add-content img {
  max-height: 400px;
  object-fit: cover;
  height: 400px !important;
}
.hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.thunk-slider-content-bar .thunk-slider-col .slider-cat-title {
  align-items: center;
  background-color: var(--primary-color);
  font-weight: 500;
  color: #fff;
  justify-content: center;
}
.thunk-slider-content-bar .slider-cat-title a {
  color: #fff;
  padding: 10px 15px;
}
.thunk-product-cat-list.slider a {
  color: #3b3b3b;
  width: 80%;
  font-size: 14px;
}
.thunk-product-cat-list.slider a:hover {
  color: #000;
}
.thunk-slider-col-1 ul[data-menu-style="vertical"] span.arrow {
  top: 3px;
  right: -25px;
}

.thunk-slider-content-wrap .thunk-product-cat-list .cat-item {
  margin-bottom: 10px;
}
.thunk-slider-content-wrap
  .thunk-product-cat-list
  .cat-item
  .sub-menu
  .cat-item {
  margin-bottom: 3px;
}

.thunk-slider-section:before {
  background: unset !important;
}
.custom-section {
  padding: 50px 0 !important;
}
.big-store-sub-banner-wrap .sub-banner-col {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.big-store-sub-banner-wrap .sub-banner-col img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  object-position: center;
  transition: transform 0.6s ease;
}

.big-store-sub-banner-wrap .sub-banner-col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.big-store-sub-banner-wrap .sub-banner-col:hover img {
  transform: scale(1.1);
}

.big-store-sub-banner-wrap .sub-banner-col:hover::after {
  opacity: 1;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.big-store-cat-two-col .col-left,
.thunk-product-news-section .col-left {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 16px;
  height: fit-content;
}

.big-store-cat-two-col .cate-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.big-store-cat-two-col .cate-list li {
  margin-bottom: 15px;
}

.big-store-cat-two-col .cate-list li a {
  display: block;
  padding: 10px 14px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #dbdbdb;
  text-align: start;
  font-weight: 600;
}

.big-store-cat-two-col .cate-list li a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--hover-color);
}
.big-store-cat-two-col .col-right,
.thunk-product-news-section .col-right {
  padding-left: 15px;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 15px;
}

.products-grid .product {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.products-grid .product:hover {
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.products-grid .product .woocommerce-loop-product__title {
  font-size: 15px;
  margin: 16px 0;
  color: var(--text-color);
  transition: color 0.3s ease;
}

.products-grid .product:hover .woocommerce-loop-product__title {
  color: var(--primary-color);
}

.products-grid .product .button {
  display: block;
  margin-top: 12px;
  padding: 10px 0px;
  font-size: 14px;
  border-radius: 4px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.products-grid .product .button:hover {
  background: var(--hover-color);
  color: #000;
}

.big-store-cat-two-col .left-heading,
.big-store-cat-two-col .right-heading,
.thunk-product-news-section .left-heading,
.thunk-product-news-section .right-heading {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 16px;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.big-store-cat-two-col .left-heading::after,
.big-store-cat-two-col .right-heading::after,
.thunk-product-news-section .left-heading::after,
.thunk-product-news-section .right-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--hover-color);
  border-radius: 2px;
}

.big-store-cat-two-col .left-heading,
.thunk-product-news-section .left-heading {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.woocommerce .thunk-woo-product-list .price {
  position: unset;
  display: block;
}
.onsale {
  display: none;
}
.thunk-product-hover .button.product_type_variable::before {
  display: none;
}
.woocommerce ul.products li.product:hover .price,
.woocommerce .thunk-product:hover .price {
  opacity: 1 !important;
}
.news-item a {
  position: relative;
  display: block;
}
.news-item a:hover {
  color: #000 !important;
}
/* .news-item .new-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px;
  transition: all 0.7s ease;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translateY(100%);
  opacity: 0;
}
.news-item:hover .new-content {
  transform: translateY(0);
  opacity: 1;
} */
.news-item {
  margin-bottom: 20px;
  overflow: hidden;
}

.news-item .news-thumb {
  position: relative;
  overflow: hidden;
}

.news-item .news-thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.news-item:hover .news-thumb img {
  transform: scale(1.1);
}
.infomation p {
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 10px;
  visibility: hidden;
}
footer {
  background: #004225;

  padding-bottom: 0;
  color: #fff;
}
.top-footer:before,
.below-footer:before,
.widget-footer:before,
.top-footer {
  display: none !important;
}
footer .widget-title {
  display: none !important;
}
footer .custom-html-widget {
  margin-top: 30px;
}
footer .custom-html-widget p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-copyright a {
  color: #fff;
}
.widget-footer {
  padding: 40px 0;
}
footer .widget-footer-col2 {
  text-align: end;
}
/* Reset cơ bản */
.product-categories,
.product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Item cha */
.product-categories > .cat-item {
  margin-bottom: 8px;
}

.product-categories > .cat-item > a {
  font-weight: 600;
  display: block;
  color: var(--primary-color);
  padding: 6px 0;
  transition: color 0.2s ease;
}

.product-categories > .cat-item > a:hover {
  color: var(--hover-color);
}

/* Item con */
.product-categories ul.children {
  margin-left: 16px; /* thụt vào so với cha */
  margin-top: 4px;
  border-left: 2px solid var(--border-color);
  padding-left: 12px;
}

.product-categories ul.children li a {
  font-weight: 400;
  color: var(--text-color);
  padding: 4px 0;
  display: block;
  transition: color 0.2s ease;
}

.product-categories ul.children li a:hover {
  color: var(--hover-color);
}

#sidebar-primary .widget_product_categories .product-categories a {
  font-size: 16px;
  padding: 5px 0;
  display: block;
  transition: color 0.3s ease;
}
#sidebar-primary .widget_product_categories .product-categories a:hover {
  color: var(--primary-color);
}
#sidebar-primary .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0px;
}
.entry-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color) !important;
  margin-bottom: 16px;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--hover-color);
  border-radius: 2px;
}
.primary-content-area,
#sidebar-primary {
  margin: 50px 0px 50px 0px;
}
.widget_price_filter .big-store-widget-content {
  margin-top: 0;
  padding-top: 0;
}
.post-type-archive-product .thunk-product-wrap .thunk-product {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  transition: all 0.3s ease;
}
.post-type-archive-product .thunk-product-wrap .thunk-product:hover {
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.woocommerce ul.products li.product .button {
  display: block;
  margin-top: 12px;
  padding: 10px 0px;
  font-size: 14px;
  border-radius: 4px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  float: unset;
  width: 100%;
  height: unset;
  line-height: unset;
  font-weight: 600;
}
.woocommerce ul.products li.product .button:hover {
  background: var(--hover-color);
  color: #000;
}
.thunk-product-content .star-rating {
  display: none !important;
}
.trail-item a:hover {
  color: var(--primary-color);
}
.thunk-woo-product-list.type-product
  .flex-viewport
  .woocommerce-product-gallery__wrapper
  img {
  max-height: 500px;
  object-fit: cover;
}
.entry-summary .prev_next_buttons {
  display: none !important;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  font-size: 14px !important;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #dddddd;
}
.product_title.entry-title::after {
  display: none;
}
.woocommerce div.product .entry-summary .product_title {
  border-bottom: 2px solid var(--primary-color);
}
.woocommerce-review-link:hover {
  color: var(--primary-color);
}
.woocommerce .star-rating span::before {
  color: #ffb300;
}
.woocommerce .summary .star-rating {
  font-size: 16px;
  margin-top: 4px;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  padding-left: 0;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 4) {
  padding-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #dddddd;
  height: 120px;
  object-fit: cover;
}
.related.products {
  margin-top: 50px;
}
.woocommerce-notices-wrapper .wc-forward {
  font-size: 14px !important;
  color: var(--primary-color) !important;
  padding: 5px 15px !important;
  display: block !important;
  height: unset !important;
  line-height: 22px !important;
}
.woocommerce-notices-wrapper .wc-forward:hover {
  color: var(--hover-color) !important;
}
.woocommerce-message {
  font-size: 14px;
  line-height: 30px;
  padding-left: 0;
  padding-right: 0;
  border-top-color: var(--primary-color) !important;
}
.woocommerce-cart-form__contents {
  font-size: 16px;
}
.woocommerce-cart-form__contents thead tr th {
  font-weight: 600;
  color: var(--primary-color) !important;
}
.woocommerce-cart-form__contents tbody tr .product-name a:hover {
  color: var(--primary-color);
}
.woocommerce-cart-form__contents tbody tr td .button {
  background: var(--primary-color) !important;
  color: #fff !important;
  padding: 8px 15px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}
.entry-footer {
  display: none !important;
}
.woocommerce #order_review table.shop_table tfoot th {
  background-color: transparent !important;
}
/* .woocommerce-checkout #payment ul.payment_methods li:hover,
.woocommerce-checkout #payment ul.payment_methods li {
  background-color: #e6e6e6 !important;
} */
.woocommerce .woocommerce-checkout #customer_details p.form-row label {
  font-size: 16px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px !important;
}
#order_comments {
  height: 100px;
  border: 1px solid #006216;
}
.woocommerce-table__product-name.product-name:hover a {
  color: var(--primary-color);
}
.bigstore-site .thunk-content-wrap .entry-content a {
  text-decoration: none;
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce table.shop_table {
  font-size: 14px;
}
.bigstore-site .thunk-content-wrap .entry-content a:hover {
  color: var(--primary-color);
}
.woocommerce table.shop_table td {
  border-top: 1px solid #eaeaea !important;
}
.woocommerce-MyAccount-content table {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}
.woocommerce-button.button.view {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
}
.woocommerce-button.button.view:hover {
  background-color: var(--hover-color);
  color: #000;
}
.woocommerce-MyAccount-navigation {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label {
  font-size: 16px;
  color: var(--primary-color);
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  padding: 20px;
}
.woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .woocommerce-Button {
  float: none;
}

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

.blog-item {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.blog-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.blog-title {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 15px 6px;
  color: var(--text-color);
}

.blog-title a {
  color: inherit;
  text-decoration: none;
}

.blog-title a:hover {
  color: var(--primary-color);
}

.blog-meta {
  font-size: 13px;
  color: #777;
  margin: 0 15px 10px;
}

.blog-excerpt {
  font-size: 14px;
  color: var(--text-color);
  margin: 0 15px 15px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* số dòng tối đa */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  display: inline-block;
  margin: 0 15px 15px;
  padding: 6px 12px;
  font-size: 13px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.2s;
}

.read-more:hover {
  background: var(--hover-color);
  color: #000;
}

/* Pagination */
.pagination {
  margin-top: 30px;
  text-align: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background: var(--bg-color);
  color: var(--text-color);
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}

.pagination .page-numbers:hover {
  border-color: var(--primary-color);
  background: var(--hover-color);
  color: #000;
}

.pagination .current {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.authorbox,
.thunk-related-links {
  display: none !important;
}
article.thunk-article {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Khung form */
.woocommerce form.login {
  max-width: 550px;
  margin: 40px auto;
  padding: 30px 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.remember-wrap::before,
.remember-wrap::after {
  display: none !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 0;
}
/* Tiêu đề */
.woocommerce h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
}

/* Label */
.woocommerce form.login label {
  font-weight: 500;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

/* Input */
.woocommerce form.login input.input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.2s ease;
}

.woocommerce form.login input.input-text:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.2);
  outline: none;
}

/* Checkbox */
.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

/* Nút đăng nhập */
.woocommerce-form-login__submit {
  background: #28a745;
  color: #fff;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease;
}

.woocommerce-form-login__submit:hover {
  background: #218838;
}

/* Quên mật khẩu */
.woocommerce-LostPassword {
  text-align: center;
  margin-top: 18px;
}

.woocommerce-LostPassword a {
  color: #28a745;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 20px;
  float: none;
  width: 100%;
  font-size: 16px;
  padding: 8px;
}

/* Wrapper */
.custom-register-wrapper {
  max-width: 550px;
  margin: 40px auto;
  padding: 30px 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

/* Title */
.custom-register-wrapper .register-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
}

/* Label */
.custom-register-wrapper label {
  font-weight: 500;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

/* Input */
.custom-register-wrapper input.input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.2s ease;
  margin-bottom: 16px;
}

.custom-register-wrapper input.input-text:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.2);
  outline: none;
}

/* Button */
.custom-register-wrapper .woocommerce-Button {
  background: #28a745;
  color: #fff;
  padding: 8px 20px !important;
  font-size: 16px !important;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease;
  width: 100%;
}

.custom-register-wrapper .woocommerce-Button:hover {
  background: #218838;
}

/* Privacy Policy text */
.custom-register-wrapper .woocommerce-privacy-policy-text {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 16px;
}
.custom-register-wrapper .form-row {
  float: none !important;
}
.custom-register-wrapper form {
  width: 100% !important;
}
.header-support-icon .whishlist {
  display: none !important;
}

/* Tiêu đề */
.contact-seciton .page-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}
.contact-seciton .page-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 3px;
  background: var(--hover-color);
  border-radius: 2px;
  transform: translateX(-50%);
}
/* Mô tả trang */
.contact-seciton .page-description {
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Layout 2 cột */
.contact-seciton .row {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.contact-seciton .col-6 {
  flex: 1;
  display: flex;
}
.contact-seciton .shop-info,
.contact-seciton .contact-form {
  flex: 1; /* ép nội dung bên trong chiếm hết chiều cao */
  display: flex;
  flex-direction: column;
}
/* Thông tin shop */
.contact-seciton .shop-info {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.contact-seciton .shop-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #28a745;
}

/* Form liên hệ */
.contact-seciton .contact-form {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-seciton input[type="text"],
.contact-seciton input[type="email"],
.contact-seciton textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-seciton input:focus,
.contact-seciton textarea:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
  outline: none;
}

/* Nút gửi */
.contact-seciton button,
.contact-seciton input[type="submit"] {
  background: #28a745;
  color: #fff;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease;
  width: 100%;
}

.contact-seciton button:hover,
.contact-seciton input[type="submit"]:hover {
  background: #218838;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-seciton .row {
    flex-direction: column;
  }

  .contact-seciton .col-6 {
    width: 100%;
  }
}
.shop-info h2,
.contact-form h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-align: start;
}
.shop-info a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}
.shop-info ul {
  padding-left: 40px;
  margin: 0;
  list-style-type: disc;
}
.shop-info ul li {
  list-style-type: disc;
  font-size: 16px;
  margin-bottom: 10px;
}
.shop-info p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #555;
}

.contact-form form {
  padding: 0 !important;
}
.leadform-show-form input {
  margin-bottom: 0 !important;
}
.leadform-show-form label {
  margin-top: 4px !important;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
}
.leadform-show-form div.lf-field {
  margin-bottom: 24px;
}
.leadform-show-form {
  width: 100% !important;
}
.thunk-logo img {
  height: 50px;
  object-fit: contain;
}
.thunk-banner-section {
  display: none !important;
}
.thunk-slider-section {
  padding-top: 0 !important;
}
.thunk-product-cat-list li ul.sub-menu li a {
  font-weight: 600;
}
.widget-footer-col1 img {
  height: 90px !important;
  object-fit: contain;
}
.home .custom-section {
  padding: 0 !important;
}
.home #primary .container {
  background: #e0f4d7 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 30px;
}
.home #primary .thunk-slider-section .container {
  padding-top: 0;
}

.price-contact {
  color: red;
  font-weight: bold;
  font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 16px;
}

.payment-method-logos {
  display: flex;
  gap: 5px;
}
.method-logo {
  width: 40px;
  height: 30px;
}
.method-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thunk-woo-product-list .woocommerce-loop-product__title a,
.thunk-cat-title a {
  font-size: 16px !important;
}
.right-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-heading a{
  font-size: 16px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  text-transform: none;
  padding: 6px 12px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.right-heading a:hover{
  color: var(--hover-color);
  background-color: var(--primary-color);
}
.news-title{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}