/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Xử lý Border khối lọc */
.body-filters-opened .filters-area, .filters-area.always-open {
    border-block: none !important;
}

/* Xử lý breadcrumb */
body.single-product .breadcrumb-last,
body.single-post .breadcrumb-last {
    display: none !important;
}
/* Xử lý breadcrumb */
body.single-product .wd-last,
body.single-post .wd-last {
    display: none !important;
}
/* Xử lý image */
.wd-post-image {
    display: none !important;
}
/* Xử lý ảnh bài viết */
.blog-design-list .wd-post-thumb {
        flex: 0 0 150px !important;
    }

.blog-design-list .wd-meta-author {
    display: none !important;
}

.blog-design-list .wd-read-more {
    display: none !important;
}
.wd-post-date.wd-style-with-bg {
	    display: none !important;
}
.blog-design-list .wd-post-cat {
    display: none !important;
}
.wd-posts:not([style*="wd-gap"]) {
    --wd-gap-lg: 20px !important;
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  color: red;
  margin-right: 10px;
  font-size: 36px;
  vertical-align: middle;
}
.elementor-widget-n-tabs {
  --n-tabs-title-background-color-active: rgb(30,115,190) !important;
}

.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
	display: none !important;
}
.product-labels {
	display: none !important;
}
/* Xử lý thanh ngôn ngữ */
.lang-switcher {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.lang-switcher .current {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border: none;
  background: inherit;
}
.lang-switcher .current::after {
  content: "▼";
  margin-left: auto;
  transition: transform 0.2s;
}

.lang-switcher.open .current::after {
  transform: rotate(180deg);
}
.lang-switcher ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin-left: 0;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom:30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  background: #ffffff;
  border: none;
  z-index: 999;
  min-width: 150px;
}
.lang-switcher ul li {
  padding: 0px 10px;
}
.lang-switcher ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #333;
}
.lang-switcher.open ul {
  display: block;
}
/* Xử lý menu */
.wd-product.product-list-item .product-list-content .wd-entities-title {
        font-size: 100% !important;
    }

[class*="color-scheme-light"] .footer-widget {
    --wd-link-color: #fff !important;
}