/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2025 | 09:28:18 */
.site-info {
    display: none;
}

.site-info-cuz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-size: larger;
}

.site-footer {
	background-color: #222;
    color: silver;
}

body {
    font-family: Sarabun, sans-serif;
}

a:focus {
    outline-color: transparent !important; 
}

a:not(.main-navigation a, .product a, .site-header-cart a, .uagb-tax-link) {
    text-decoration: underline;
}

.link-removed-style a, .menu-item a {
	text-decoration: none !important;
	color: inherit;
}

.woocommerce.product .wp-block-post-excerpt {
	display: none;
}

.woocommerce.product-price ins {
  	text-decoration: none !important;
}

.wp-block-post-title a {
	text-decoration: none !important;
}

/* Chỉ áp dụng cho iframe trong WooCommerce product description */
.woocommerce div.product .woocommerce-Tabs-panel iframe {
  width: 80% !important;   /* chiếm toàn bộ chiều rộng */
  height: auto !important;  /* cho phép tính theo tỷ lệ */
  aspect-ratio: 16/9;       /* giữ chuẩn tỷ lệ video */
  max-width: 100%;
}