/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #2b1d14;
    background: #f6efe3;
    line-height: 1.6;
}
#footer {
    color: #efe5d4;
}
#footer .widget-title {
    color: #c9a85c;
    font-size: 15px;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#footer .menu li {
	border: none;
}
#footer li a.contact-details li {
	color: #efe5d4 !important;
}
#footer .is-divider {
	opacity: 0;
}

.copyright-footer {
	padding-top: 10px;
}
.footer-widgets {
	padding-top: 30px !important;
}
.absolute-footer {
    text-align: center;
    font-size: 14px;
	color: #efe5d4;
	background: #2a170d;
}
.absolute-footer .container {
	border-top: 1px solid rgba(201, 168, 92, .2);
}
.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}
.brand .mark {
    width: 54px;
    height: 54px;
    border: 2px solid #c9a85c;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 24px;
    color: #e0c585;
    background: radial-gradient(circle at 30% 30%, #5a4030, #2b1d14);
    letter-spacing: -2px;
}
#footer .brand .name {
    color: #e0c585;
}
.brand .name {
    font-size: 26px;
    font-weight: 600;
    color: #e0c585;
    line-height: 1;
}
.brand .sub {
    font-size: 10px;
    letter-spacing: 3px;
    color: #c9a85c;
    text-transform: uppercase;
}
.footer a {
	color: #efe5d4;
}
#footer .desc {
    font-size: 14px;
    opacity: .8;
    margin-top: 16px;
    max-width: 300px;
}
#footer p,#footer li a {
	color: #efe5d4 !important;
}
.header-nav .search-field {
    height: 36px !important;
    padding-left: 25px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
   
}
.ux-search-submit {
    height: 36px;
    padding-right: 20px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 20px !important;
	background: #c9a85c;
}
button.back-to-top {
    background: #fe8d27 !important;
    border: none !important;
    color: white;
}
.header-bottom {
	height: 40px;
}
.trust-icon {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.trust-icon li {
	margin-left: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.product-small.box {
    border-radius: 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
    cursor: pointer;
}
.product-small .box-image {
    position: relative;
    overflow: hidden;
}
.product-small .box-image a {
    display: block;
   
}
.product-small .box-text {
    padding: 12px 14px 14px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.08);
}
.product-title a {
    font-size: 16px;
    color: #3a2a1f;
    margin: 6px 0 10px;
    line-height: 1.3;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
	transition: color 0.3s ease;
}
.product-title a:hover {
	color: #c9a85c;
}
.section-title-normal span.section-title-main {
    border-bottom: none;
    padding-left: 10px;
    border-left: 4px solid #4e657b;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 3px;
}
.section-title-normal {
    border: none;
}
.box-blog-post {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
    transition: all 0.35s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.box-blog-post .box-text {
    padding: 10px 15px;
}
.box-blog-post .is-divider {
	display: none;
}
.post-title {
	min-height: 44px;
}
#comments {
	display: none;
}
.section-title b {
	opacity:0;
}
.section-title-main {
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 3px;
    color: #3a3a3a;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 2rem;
    position: relative;
}
.section-title-center .section-title-main::before, .section-title-center .section-title-main::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
   background: linear-gradient(to right, transparent, rgba(139, 90, 43, 0.7));

}
.section-title-center .section-title-main::before {
    right: 100%;
    
}
.catH .box {
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid rgba(160, 110, 50, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.catH .box-image {
 /*
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #140e04;
	*/
}

.catH .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.catH .box .box-text h4 {
  color: #d4a055;
  letter-spacing: 0.04em;
  font-weight: 500;
  min-height: 40px;
}

.catH .boxr:hover .box-text h4 {
  color: #f0c87a;
}
button.button {
	border-radius: 8px !important;
}
/* ===== PRODUCT DELIVERY BLOCK ===== */
.product-deliverly {
    margin-top: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
	margin-bottom: 20px;
}

.deliverly-inner {
    padding: 10px;
    background: #f9f9f9;
}

.infoList-deliverly {
    display: flex;
    flex-wrap: wrap;
}

.deliverly-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-radius: 6px;
    transition: background 0.2s;
}

.deliverly-item:hover {
    background: #f0f0f0;
}

.deliverly-item span {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deliverly-item span img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
/* ===== PRODUCT META (Danh mục, SKU, Tags) ===== */
.product_meta {
    margin-top: 15px;
    padding: 12px 15px;
    background: #f9f9f9;
    border-left: 3px solid #c8a96e; /* màu vàng đồng / chỉnh theo brand */
    border-radius: 0 6px 6px 0;
    font-size: 13px;
}

.product_meta span {
    display: block;
    margin-bottom: 6px;
    color: #555;
    line-height: 1.6;
}

.product_meta span:last-child {
    margin-bottom: 0;
}

/* Label: "Danh mục:", "SKU:", "Tags:" */
.product_meta span b,
.product_meta .posted_in::before,
.product_meta .tagged_as::before,
.product_meta .sku_wrapper::before {
    font-weight: 600;
    color: #333;
}

/* Link danh mục / tags */
.product_meta a {
    color: #c8a96e;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.product_meta a:hover {
    color: #a0824a;
    text-decoration: underline;
}
.page-title-inner {
	padding-top: 0;
	background-color: #f5f5f5;
}
h1.product_title {
	font-size: 1.2rem !important;
}
.product-info .is-divider {
	background-color: #c9a85c;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .product_meta {
        font-size: 12px;
        padding: 10px 12px;
    }
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .deliverly-item {
        font-size: 12px;
        padding: 8px 10px;
    }

    .deliverly-item span img {
        width: 24px;
        height: 24px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}