body, html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}
.sw-product-consult-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.sw-consult-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.sw-zalo-btn {
    background: #0068ff;
    color: #fff !important;
}

.sw-phone-btn {
    background: #d70018;
    color: #fff !important;
}

.sw-consult-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    opacity: 0.95;
}

.sw-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.sw-phone-icon {
    font-size: 16px;
}

@media (max-width: 549px) {
    .sw-product-consult-buttons {
        flex-direction: column;
    }

    .sw-consult-btn {
        width: 100%;
    }
}

/* ===============================
   SIDEBAR SHOP - STYLE TRẦM HƯƠNG
   Dùng cho Flatsome / WooCommerce
================================= */
.category-page-row .large-3 {
	padding-left: 0;
}
#shop-sidebar {
 
}

/* Card widget chung */
#shop-sidebar .widget {
  background: #fffaf2;
  border: 1px solid rgba(139, 92, 45, 0.22);
  border-radius: 16px;
  padding: 20px 18px;
  margin-bottom: 22px;
  box-shadow: 0 8px 25px rgba(62, 35, 16, 0.08);
  overflow: hidden;
  position: relative;
}

/* Nền hoa văn nhẹ */
#shop-sidebar .widget:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(191, 143, 76, 0.12), transparent 35%),
    radial-gradient(circle at bottom left, rgba(111, 65, 29, 0.08), transparent 32%);
  pointer-events: none;
}

/* Đảm bảo nội dung nằm trên nền */
#shop-sidebar .widget > * {
  position: relative;
  z-index: 1;
}

/* Tiêu đề widget */
#shop-sidebar .widget-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #3b2414;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}

/* Gạch trang trí dưới tiêu đề */
#shop-sidebar .is-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #b8894d,
    #5a321c,
    #b8894d,
    transparent
  );
  margin: 8px 0 14px;
  opacity: 1;
}

#shop-sidebar .is-divider:after {

}

/* ===============================
   DANH MỤC SẢN PHẨM - BỎ ICON
================================= */

#shop-sidebar .widget_nav_menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#shop-sidebar .widget_nav_menu ul.menu li {
  list-style: none;
  margin: 0;
  
}

#shop-sidebar .widget_nav_menu ul.menu li:last-child {
  border-bottom: none;
}

#shop-sidebar .widget_nav_menu ul.menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  color: #3b2414;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 10px;
  transition: all 0.25s ease;
}

/* Mũi tên bên phải, không dùng icon danh mục */
#shop-sidebar .widget_nav_menu ul.menu li a:after {
  content: "›";
  color: #b8894d;
  font-size: 24px;
  line-height: 1;
  transition: all 0.25s ease;
}

/* Hover danh mục */
#shop-sidebar .widget_nav_menu ul.menu li a:hover {
  background: rgba(184, 137, 77, 0.12);
  color: #5a321c;
  padding-left: 16px;
}

/* Danh mục đang chọn */
#shop-sidebar .widget_nav_menu ul.menu li.current-menu-item > a,
#shop-sidebar .widget_nav_menu ul.menu li.current-product_cat-ancestor > a,
#shop-sidebar .widget_nav_menu ul.menu li.current-cat > a {
  background: linear-gradient(135deg, #3b2414, #6b3d1f);
  color: #f7d99b;
  box-shadow: 0 6px 16px rgba(62, 35, 16, 0.22);
}

#shop-sidebar .widget_nav_menu ul.menu li.current-menu-item > a:after,
#shop-sidebar .widget_nav_menu ul.menu li.current-product_cat-ancestor > a:after,
#shop-sidebar .widget_nav_menu ul.menu li.current-cat > a:after {
  color: #f7d99b;
}

/* ===============================
   WIDGET SẢN PHẨM
================================= */

#shop-sidebar .product_list_widget {
  margin: 0;
  padding: 0;
}

#shop-sidebar .product_list_widget li {
  display: block;
  min-height: 88px;
  border-bottom: 1px solid rgba(111, 65, 29, 0.12);
}

#shop-sidebar .product_list_widget li:last-child {
  border-bottom: none;
}

#shop-sidebar .product_list_widget li a {
  display: block;
  color: #3b2414;
  font-size: 15px;
  line-height: 1.35;
}

#shop-sidebar .product_list_widget li img {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 12px 0 0 !important;
  float: left;
  box-shadow: 0 4px 12px rgba(62, 35, 16, 0.16);
}

#shop-sidebar .product_list_widget .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#shop-sidebar .product_list_widget .amount {
  display: block;
  margin-top: 5px;
  color: #a06a2d;
  font-size: 15px;
  font-weight: 700;
}

/* ===============================
   BÀI VIẾT MỚI
================================= */

#shop-sidebar .rpwwt-widget ul {
  margin: 0;
  padding: 0;
}

#shop-sidebar .rpwwt-widget ul li {
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(111, 65, 29, 0.12);
  overflow: hidden;
  margin-left: 0;
}

#shop-sidebar .rpwwt-widget ul li:last-child {
  border-bottom: none;
}

#shop-sidebar .rpwwt-widget ul li a {
  color: #3b2414;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

#shop-sidebar .rpwwt-widget ul li img {
  width: 78px !important;
  height: 58px !important;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 12px 0 0 !important;
  box-shadow: 0 4px 12px rgba(62, 35, 16, 0.14);
}

#shop-sidebar .rpwwt-post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Hover sản phẩm + bài viết */
#shop-sidebar .product_list_widget li:hover .product-title,
#shop-sidebar .rpwwt-widget ul li:hover .rpwwt-post-title {
  color: #9b622b;
}
/* ===============================
   POST CARD / TYPE POST - FLATSOME
================================ */
body.single-post .large-9,body.category .large-9 {
	padding-right: 0 ;
}
.post-sidebar {
	padding-right: 0 !important;
}
.type-post {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 28px;
  box-shadow: 0 8px 28px rgba(62, 35, 16, 0.10);
  border: 1px solid rgba(139, 92, 45, 0.12);
  overflow: hidden;
  transition: all 0.25s ease;
}

/* Hover nhẹ */
.type-post:hover {
  box-shadow: 0 12px 36px rgba(62, 35, 16, 0.16);
  transform: translateY(-2px);
}

/* Ảnh trong bài viết / archive */
.type-post .box-image,
.type-post .entry-image,
.type-post .post-thumbnail {
  border-radius: 14px;
  overflow: hidden;
}

/* Tiêu đề bài viết */
.type-post .entry-title,
.type-post .post-title {
  color: #3b2414;
  font-weight: 700;
}

/* Link tiêu đề */
.type-post .entry-title a,
.type-post .post-title a {
  color: #3b2414;
}

.type-post .entry-title a:hover,
.type-post .post-title a:hover {
  color: #9b622b;
}

/* Nội dung tóm tắt */
.type-post .entry-summary,
.type-post .from_the_blog_excerpt {
  color: #5f4a3a;
  line-height: 1.6;
}

/* Meta ngày tháng / tác giả */
.type-post .entry-meta,
.type-post .post-meta {
  color: #9b7a55;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 849px) {
  .type-post {
    padding: 18px;
    border-radius: 14px;
    margin-bottom: 22px;
  }
}

/* ==================================
   POST SIDEBAR FLATSOME - TRẦM HƯƠNG
   Dành cho .post-sidebar / #secondary
================================== */

.post-sidebar #secondary {
 
}

/* Card widget chung */
.post-sidebar #secondary .widget {
  background: #fffaf2;
  border: 1px solid rgba(139, 92, 45, 0.22);
  border-radius: 16px;
  padding: 20px 18px;
  margin-bottom: 22px;
  box-shadow: 0 8px 25px rgba(62, 35, 16, 0.08);
  overflow: hidden;
  position: relative;
}

/* Nền trang trí nhẹ */
.post-sidebar #secondary .widget:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(191, 143, 76, 0.12), transparent 35%),
    radial-gradient(circle at bottom left, rgba(111, 65, 29, 0.08), transparent 32%);
  pointer-events: none;
}

.post-sidebar #secondary .widget > * {
  position: relative;
  z-index: 1;
}

/* Tiêu đề widget */
.post-sidebar #secondary .widget-title {
  display: block;
  color: #3b2414;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  text-transform: none;
}

.post-sidebar #secondary .widget-title span {
  color: #3b2414;
}

/* Gạch trang trí dưới tiêu đề */
.post-sidebar #secondary .is-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #b8894d,
    #5a321c,
    #b8894d,
    transparent
  );
  margin: 8px 0 14px;
  opacity: 1;
}

.post-sidebar #secondary .is-divider:after {
 
}

/* ==================================
   BÀI VIẾT MỚI CÓ THUMBNAIL
================================== */

.post-sidebar .rpwwt-widget ul {
  margin: 0;
  padding: 0;
}

.post-sidebar .rpwwt-widget ul li {
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(111, 65, 29, 0.12);
  overflow: hidden;
  transition: all 0.25s ease;
}

.post-sidebar .rpwwt-widget ul li:last-child {
  border-bottom: none;
}

.post-sidebar .rpwwt-widget ul li a {
  display: block;
  color: #3b2414;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

/* Ảnh bài viết */
.post-sidebar .rpwwt-widget ul li img {
  width: 82px !important;
  height: 62px !important;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 12px 0 0 !important;
  box-shadow: 0 4px 12px rgba(62, 35, 16, 0.14);
  transition: all 0.25s ease;
}

/* Tiêu đề bài viết giới hạn 2 dòng */
.post-sidebar .rpwwt-post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Hover */
.post-sidebar .rpwwt-widget ul li:hover {
  transform: translateX(3px);
}

.post-sidebar .rpwwt-widget ul li:hover .rpwwt-post-title {
  color: #9b622b;
}

.post-sidebar .rpwwt-widget ul li:hover img {
  transform: scale(1.04);
  box-shadow: 0 6px 16px rgba(62, 35, 16, 0.2);
}

/* Bài viết đang xem */
.post-sidebar .rpwwt-widget ul li a[aria-current="page"] .rpwwt-post-title {
  color: #a06a2d;
  font-weight: 700;
}

/* ==================================
   WIDGET MẶC ĐỊNH KHÁC CỦA FLATSOME
================================== */

.post-sidebar #secondary .widget ul:not(.children) {
  margin-left: 0;
}

.post-sidebar #secondary .widget ul li {
  color: #3b2414;
}

.post-sidebar #secondary .widget a {
  color: #3b2414;
  transition: all 0.25s ease;
}

.post-sidebar #secondary .widget a:hover {
  color: #9b622b;
}
.list-icons .fa {
	display: inline-block;
	margin-right: 5px;
}
/* Mobile */
@media (max-width: 849px) {
  .post-sidebar #secondary .widget {
    padding: 10px;
    border-radius: 7px;
  }

  .post-sidebar #secondary .widget-title {
    font-size: 18px;
  }

  .post-sidebar .rpwwt-widget ul li a {
    font-size: 15px;
  }

  .post-sidebar .rpwwt-widget ul li img {
    width: 76px !important;
    height: 58px !important;
  }
}
/* Mobile */
@media (max-width: 849px) {
  #shop-sidebar .widget {
    padding: 10px;
    border-radius: 7px;
  }

  #shop-sidebar .widget-title {
    font-size: 18px;
  }

  #shop-sidebar .widget_nav_menu ul.menu li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
	.container-width,.container, .row {
   	 	max-width: 1260px !important;
	}
}
