@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
a.button:not(.is-link):not(.is-underline):not(.icon):not(.edit-block-button) {
  font-size: 14px;
  padding: 14px 40px;
  border-width: 1px;
  border-radius: 8px;
  letter-spacing: 0.5px;
  line-height: 1;
}
a.button:not(.is-link):not(.is-underline):not(.icon):not(.edit-block-button):hover {
  transform: translateY(-3px);
}

table tr td,
table tr th {
  padding: 15px 0;
  border-color: #000;
}

.button:not(.icon) i.icon-angle-right::before {
  content: "↗";
  /* White diagonal arrow */
  font-size: 18px;
  font-weight: 700;
  margin-left: 8px;
  display: inline-block;
  line-height: 1;
}

@media (min-width: 768px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown > li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown > li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown > li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\eb1c";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  background-color: unset !important;
}
.woocommerce-product-gallery .product-gallery-slider .flickity-prev-next-button {
  position: absolute;
  top: auto;
  bottom: 6px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
.woocommerce-product-gallery .product-gallery-slider .flickity-prev-next-button::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: all 0.3s ease;
}
.woocommerce-product-gallery .product-gallery-slider .flickity-prev-next-button.next {
  left: calc(50% + 80px);
  right: auto;
}
.woocommerce-product-gallery .product-gallery-slider .flickity-prev-next-button.next::before {
  border-left: 14px solid #7d7d7d;
}
.woocommerce-product-gallery .product-gallery-slider .flickity-prev-next-button.next:hover::before {
  border-left: 14px solid var(--fs-color-primary);
}
.woocommerce-product-gallery .product-gallery-slider .flickity-prev-next-button.previous {
  left: calc(50% - 100px);
  right: auto;
}
.woocommerce-product-gallery .product-gallery-slider .flickity-prev-next-button.previous::before {
  border-right: 14px solid #7d7d7d;
}
.woocommerce-product-gallery .product-gallery-slider .flickity-prev-next-button.previous:hover::before {
  border-right: 14px solid var(--fs-color-primary);
}
.woocommerce-product-gallery .product-gallery-slider .flickity-prev-next-button svg {
  display: none;
}
.woocommerce-product-gallery .product-gallery-slider .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  border: none;
  background-color: #D9D9D9 !important;
}
.woocommerce-product-gallery .product-gallery-slider .flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary) !important;
}
.woocommerce-product-gallery .image-tools {
  display: none;
}

.ux-swatch--color {
  transform: rotate(135deg);
}

.woocommerce-variation-price,
.reset_variations,
table.variations .label {
  display: none !important;
}

.product-section {
  border-top: none !important;
}

/* ==========================================================================
   FOOTER CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
#footer.footer-wrapper {
  background-color: #ffffff;
}
#footer .company-header-section {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer {
  /* Row 1: Logo & Company Name alignment */
}
#footer #row-460836258 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
#footer #col-701953592,
#footer #col-198507294 {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  padding: 0;
}
#footer #col-198507294 {
  flex: 1 1 auto;
}
#footer #col-198507294 h3 {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
#footer #image_634509901 {
  max-width: 90px;
  width: 100%;
  height: auto;
  margin: 0;
}
#footer #image_634509901 img {
  max-width: 100%;
  height: auto;
}
#footer {
  /* Company Details Text */
}
#footer .company-name-text p {
  margin-bottom: 10px;
}
#footer .company-name-text p strong {
  font-weight: 700;
}
#footer {
  /* Certification Badge */
}
#footer #image_788976523 {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: block;
}
#footer #image_788976523 img {
  max-width: 100%;
  height: auto;
}
#footer {
  /* Right Column: Links */
}
#footer .header-links-text p a {
  transition: color 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#footer .header-links-text p::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  display: inline;
  font-weight: 800;
  font-size: 28px;
  color: var(--text-color);
  vertical-align: sub;
}
#footer .header-links-text {
  /* Replace colored arrow emoji with custom black unicode arrow */
}
#footer .header-links-text .emoji {
  display: none;
}
#footer {
  /* Social Icons Row */
}
#footer #row-136827000 {
  margin-top: 15px;
}
#footer .social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  font-size: 100%;
  /* Facebook Icon Style */
}
#footer .social-icons .icon {
  background-color: #000000;
  border: none;
  color: #ffffff;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  transition: transform 0.3s ease;
}
#footer .social-icons i {
  color: #ffffff;
  font-size: 16px;
}
#footer .img-logo-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#footer .img-logo-footer .icon-box-img {
  width: 100px;
}
#footer .img-logo-footer .icon-box-text h3 {
  font-size: 28px;
}
#footer .img-logo-footer img {
  width: 100%;
}
#footer .certification-badge {
  max-width: 170px;
}
#footer {
  /* Align text vertically on desktop */
}
@media (max-width: 767px) {
  #footer .header-links-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #footer .header-links-text {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #footer .header-links-text p {
    align-items: flex-end;
    justify-content: flex-end;
    height: 48px;
  }
  #footer .header-links-text p a {
    font-size: 16px;
    font-weight: 500;
  }
  #footer .header-links-text p:last-child {
    margin-bottom: 0;
  }
  #footer #row-460836258 {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #footer #col-198507294 h3 {
    font-size: 16px;
  }
  #footer .header-links-text {
    text-align: left;
    align-items: flex-start;
  }
  #footer .header-links-text p {
    justify-content: flex-start;
  }
  #footer .social-icons {
    justify-content: flex-start;
    margin-top: 15px;
  }
}

.certification-social-row .col,
.header-links-col,
.company-info-col {
  padding-bottom: 0;
}