/*
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.   ***************/

.dark .widget a, .dark a {
    color: #a91a1c !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.featured-title .page-title-inner {
	padding: 0 !important;
}

.page-title-inner {
	min-height: 40px;
}

.page-title.title-product-rank.dark.featured-title {
	border-radius: 10px 10px 0 0;
}

.custom-heading {
  background-color: rgb(255, 187, 192);
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  padding: 12px 16px;
  margin: 0;
}

.product-list {
	border: 1px solid #ccc;
	border-radius: 0 0 10px 10px;
}

.product-box-page {
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.08)
}

img.attachment-woocommerce_gallery_thumbnail.size-woocommerce_gallery_thumbnail {
	border: 1px solid #ccc;
}

.is-divider {
	display: none;
}

.blog-column {
	border: 1px solid #ccc;
    margin: 0px !important;
    padding-top: 10px;
}

.blog-column .post-item {
  border-bottom: 1px solid #ccc; /* hoặc đổi màu nếu muốn */
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* Ẩn đường kẻ ở bài cuối */
.blog-column .post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.tab {
	border: 1px solid #ccc;
    padding: 0 10px !important;
    border-radius: 5px;
}

ul.nav.nav-line-bottom.nav-uppercase.nav-size-large.nav-center {
	gap: 30px;
}

.tab a span {
  color: #000;
}

.tab.active {
  background-color: #e5357cd9;
}

.tab.active a span {
  color: #fff;
}

.header-nav-main {
	justify-content: center !important;
}

#media_image-6 img {
	width: 100% !important;
}

.absolute-footer.dark.medium-text-center.text-center {
	display:none;
}

.footer-widgets.footer.footer-2.dark {
	border-top: 5px solid #E5357C;
}

blockquote, dl, figure, form, ol, p, pre, ul {
	margin-bottom: 0 !important;
}

.widget {
	margin-bottom: 10px !important;
}

h1.entry-title {
	text-align: start;
}

.entry-meta.uppercase.is-xsmall {
    text-align: start;
}

.entry-header-text.text-center {
	padding: 0 !important;
}