/* tvhut home — aligned with tvhut UI (body.tvhut-home) */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

body.tvhut-home {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background: #eef2f7;
	color: #1a2b3c;
}

/* ——— Shell header (override theme vars) ——— */
body.tvhut-home #header {
	background: #ffffff !important;
	box-shadow: 0 1px 0 rgba(0, 31, 63, 0.08);
	margin-bottom: 0 !important;
	border-bottom: none;
}

body.tvhut-home #header .top.tvhut-header-main {
	padding: 14px 0 16px;
	box-shadow: none;
	border-bottom: 1px solid #e8ecf2;
}

body.tvhut-home #header .top.tvhut-header-main .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 20px;
}

body.tvhut-home .ht-item.logo {
	flex: 0 0 auto !important;
	max-width: 200px;
}

body.tvhut-home #header .top.tvhut-header-main .ht-item.logo .brand img {
	max-height: 48px;
	width: auto;
	height: auto;
}

body.tvhut-home .ht-item.search {
	flex: 1 1 280px !important;
	max-width: 720px;
	margin: 0 auto !important;
	padding: 0 !important;
}

body.tvhut-home .ht-item.q-actions {
	flex: 0 1 auto !important;
	padding: 0 !important;
	max-width: 100%;
}

/* ——— Top bar (3 columns) ——— */
body.tvhut-home .tvhut-topbar {
	background: #001f3f;
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	line-height: 1.45;
}

body.tvhut-home .tvhut-topbar-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 10px 16px;
	padding: 8px 15px;
}

body.tvhut-home .tvhut-topbar-left {
	justify-self: start;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

body.tvhut-home .tvhut-topbar-center {
	justify-self: center;
	text-align: center;
}

body.tvhut-home .tvhut-topbar-right {
	justify-self: end;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
}

body.tvhut-home .tvhut-topbar a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

body.tvhut-home .tvhut-topbar a:hover {
	color: #9ecbff;
	text-decoration: none;
}

body.tvhut-home .tvhut-tb-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	opacity: 0.95;
}

body.tvhut-home .tvhut-tb-dot {
	opacity: 0.35;
	font-weight: 300;
}

body.tvhut-home .tvhut-promo-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(0, 123, 255, 0.2);
	color: #e3f2ff;
	padding: 5px 16px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

body.tvhut-home .tvhut-promo-chip .fa-bolt {
	color: #ffd54f;
}

/* ——— Search + category dropdown ——— */
body.tvhut-home .tvhut-search-combo {
	display: flex;
	width: 100%;
	align-items: stretch;
	border: 1px solid #d0d8e4;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 31, 63, 0.06);
}

body.tvhut-home .tvhut-cat-select-wrap {
	flex: 0 0 auto;
	border-right: 1px solid #e8ecf2;
	background: #f4f7fb;
}

body.tvhut-home .tvhut-search-cat {
	display: block;
	height: 48px;
	min-width: 148px;
	max-width: 200px;
	padding: 0 14px;
	border: none;
	background: transparent;
	font-size: 13px;
	font-weight: 600;
	color: #001f3f;
	cursor: pointer;
	outline: none;
}

body.tvhut-home .tvhut-search-fields {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

body.tvhut-home .tvhut-search-fields .seacrh-inner-box {
	display: flex !important;
	align-items: stretch;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

body.tvhut-home .tvhut-search-fields .seacrh-inner-box input[type="search"] {
	height: 48px;
	padding: 0 16px;
	font-size: 14px;
	border: none !important;
	box-shadow: none !important;
}

body.tvhut-home .tvhut-search-fields .seacrh-inner-box button {
	width: 52px;
	min-width: 52px;
	background: #007bff !important;
	border: none !important;
	color: #fff !important;
	border-radius: 0 !important;
}

body.tvhut-home .tvhut-search-fields .seacrh-inner-box button:hover {
	background: #0062cc !important;
}

body.tvhut-home .tvhut-search-autocomplete-wrap {
	margin: 0 !important;
	padding: 0 12px 8px !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* ——— Header actions ——— */
body.tvhut-home .tvhut-header-actions {
	display: none;
	align-items: center;
	gap: 2px;
}

@media (min-width: 992px) {
	body.tvhut-home .tvhut-header-actions {
		display: flex !important;
	}

	body.tvhut-home .default-header-actions {
		display: none !important;
	}
}

body.tvhut-home .tvhut-hdr-ic {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: #334155 !important;
	border-radius: 10px;
	text-decoration: none !important;
}

body.tvhut-home .tvhut-hdr-ic:hover {
	background: #eef3f9;
	color: #007bff !important;
}

body.tvhut-home .tvhut-hdr-ic .material-icons {
	font-size: 26px;
}

body.tvhut-home .tvhut-mini-badge {
	position: absolute;
	top: 6px;
	right: 4px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	font-size: 10px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
	background: #ff4d4d;
	color: #fff;
	border-radius: 9px;
}

body.tvhut-home .tvhut-alerts-dot {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 8px;
	height: 8px;
	background: #ff4d4d;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px rgba(255, 77, 77, 0.4);
}

body.tvhut-home .tvhut-my-cart {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #007bff !important;
	color: #fff !important;
	padding: 11px 18px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none !important;
	margin-left: 4px;
	box-shadow: 0 2px 8px rgba(0, 123, 255, 0.35);
}

body.tvhut-home .tvhut-my-cart:hover {
	background: #0062cc !important;
	color: #fff !important;
}

body.tvhut-home .tvhut-my-cart .material-icons {
	font-size: 22px;
}

body.tvhut-home .tvhut-my-cart-total {
	font-weight: 800;
	letter-spacing: 0.02em;
}

/* ——— Main nav ——— */
body.tvhut-home #main-nav.navbar {
	background: #001f3f !important;
	border: none !important;
	border-radius: 0 !important;
	margin-top: 0 !important;
	box-shadow: 0 4px 12px rgba(0, 31, 63, 0.15);
}

body.tvhut-home #main-nav .container {
	padding-top: 0;
	padding-bottom: 0;
}

body.tvhut-home #main-nav .navbar-nav .nav-link {
	color: #ffffff !important;
	line-height: 46px;
	font-weight: 600;
	font-size: 13px;
	padding: 0 10px !important;
}

body.tvhut-home #main-nav .navbar-nav .nav-link:hover,
body.tvhut-home #main-nav .navbar-nav > .nav-item:hover > .nav-link {
	color: #7ecbff !important;
}

body.tvhut-home #main-nav .navbar-nav .nav-item .drop-down {
	border-top: 3px solid #007bff;
}

/* ——— Content width ——— */
body.tvhut-home #common-home.tvhut-home-shell {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

body.tvhut-home #common-home .row {
	margin-left: 0;
	margin-right: 0;
}

body.tvhut-home #common-home #content {
	padding-left: 0;
	padding-right: 0;
}

/* ——— Hero ——— */
body.tvhut-home .home-slider-layout {
	max-width: 1230px;
	margin: 0 auto;
	padding: 18px 15px 0;
	gap: 14px;
}

body.tvhut-home .slideshow,
body.tvhut-home .right-banner {
	border-radius: 10px;
	overflow: hidden;
}

body.tvhut-home .slideshow .swiper-slide img {
	border-radius: 10px;
}

/* ——— Trust bar ——— */
body.tvhut-home .tvhut-trust-bar {
	background: #fff;
	border-bottom: 1px solid #e2e8f0;
}

body.tvhut-home .tvhut-trust-list {
	list-style: none;
	margin: 0 auto;
	max-width: 1230px;
	padding: 16px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px 28px;
}

body.tvhut-home .tvhut-trust-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 700;
	color: #001f3f;
}

body.tvhut-home .tvhut-trust-list li i {
	color: #007bff;
	font-size: 22px;
	width: 32px;
	text-align: center;
}

/* ——— Section headings ——— */
body.tvhut-home .tvhut-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}

body.tvhut-home .tvhut-section-head-text h2,
body.tvhut-home .tvhut-section-head-text h3 {
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: 800;
	color: #001f3f;
	letter-spacing: -0.02em;
}

body.tvhut-home .tvhut-section-head-text p {
	margin: 0;
	font-size: 14px;
	color: #64748b;
}

body.tvhut-home .tvhut-link-viewall {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #007bff;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
	padding: 6px 0;
}

body.tvhut-home .tvhut-link-viewall:hover {
	color: #0056b3;
}

body.tvhut-home .tvhut-link-viewall .fa {
	font-size: 16px;
}

/* ——— Shop by category ——— */
body.tvhut-home .featured-category-showcase {
	background: #fff;
	padding: 32px 0 36px;
	margin: 0;
	border-bottom: 1px solid #e2e8f0;
}

body.tvhut-home .featured-category-heading {
	font-size: 22px;
	font-weight: 800;
	color: #001f3f;
}

body.tvhut-home .featured-category-sub_heading {
	margin-bottom: 0;
	font-size: 14px;
	color: #64748b;
}

body.tvhut-home .tvhut-cat-row {
	margin-left: -8px;
	margin-right: -8px;
}

body.tvhut-home .tvhut-cat-col {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}

body.tvhut-home .category-item-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 120px;
	height: 120px;
	margin: 0 auto;
	padding: 12px;
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 50% !important;
	box-shadow: 0 2px 10px rgba(0, 31, 63, 0.06);
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

body.tvhut-home .category-item-box:hover {
	border-color: #007bff;
	box-shadow: 0 6px 20px rgba(0, 123, 255, 0.18);
	transform: translateY(-2px);
}

body.tvhut-home .category-icon {
	max-width: 48px;
	height: 48px;
	margin-bottom: 8px;
}

body.tvhut-home .category-name {
	font-size: 11px;
	font-weight: 700;
	color: #334155;
	line-height: 1.25;
	text-align: center;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ——— Dynamic tabs (Popular products) ——— */
body.tvhut-home .dynamic-tab-section {
	padding: 36px 0 44px;
	background: #eef2f7;
}

body.tvhut-home .dt-heading-row .tvhut-section-head-text h2 {
	font-size: 22px;
}

body.tvhut-home .dt-nav-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 24px;
}

body.tvhut-home .dt-nav-item {
	background: #fff;
	border: 1px solid #d0d8e4;
	padding: 9px 22px;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 600;
	font-size: 13px;
	color: #475569;
	text-decoration: none !important;
	transition: 0.2s;
}

body.tvhut-home .dt-nav-item:hover,
body.tvhut-home .dt-nav-item.active {
	background: #007bff !important;
	color: #fff !important;
	border-color: #007bff !important;
}

body.tvhut-home .dt-grid {
	display: none;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	padding: 0;
}

body.tvhut-home .dt-grid.active {
	display: grid;
}

@media (max-width: 1199px) {
	body.tvhut-home .dt-grid.active {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 991px) {
	body.tvhut-home .dt-grid.active {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	body.tvhut-home .dt-grid.active {
		grid-template-columns: repeat(2, 1fr);
	}
}

body.tvhut-home .dt-card {
	position: relative;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e8ecf2;
	box-shadow: 0 2px 10px rgba(0, 31, 63, 0.04);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.25s, transform 0.25s;
	overflow: hidden;
}

body.tvhut-home .dt-card:hover {
	box-shadow: 0 10px 28px rgba(0, 31, 63, 0.1);
	transform: translateY(-3px);
}

body.tvhut-home .dt-card-badges {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	pointer-events: none;
}

body.tvhut-home .dt-badge {
	display: inline-block;
	font-size: 9px;
	font-weight: 800;
	padding: 3px 8px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.tvhut-home .dt-badge-official {
	background: #e8f5e9;
	color: #1b5e20;
}

body.tvhut-home .dt-badge-pct {
	background: #ff4d4d;
	color: #fff;
}

body.tvhut-home .dt-card-img {
	display: block;
	padding: 36px 16px 12px;
	text-align: center;
	background: #fff;
}

body.tvhut-home .dt-card-img img {
	max-width: 100%;
	height: 200px;
	object-fit: contain;
}

body.tvhut-home .dt-card-info {
	padding: 12px 14px 14px;
	flex: 1;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #f1f5f9;
}

body.tvhut-home .dt-card-brand {
	font-size: 11px;
	font-weight: 600;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}

body.tvhut-home .dt-card-name {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
	min-height: 40px;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.tvhut-home .dt-card-name a {
	color: #0f172a;
	text-decoration: none !important;
}

body.tvhut-home .dt-card-name a:hover {
	color: #007bff;
}

body.tvhut-home .dt-card-rating {
	color: #fbbf24;
	font-size: 12px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

body.tvhut-home .dt-card-price {
	margin-top: auto;
	margin-bottom: 10px;
}

body.tvhut-home .dt-price-new {
	font-size: 17px;
	font-weight: 800;
	color: #ff4d4d !important;
}

body.tvhut-home .dt-price-old {
	font-size: 12px;
	color: #94a3b8;
	text-decoration: line-through;
	margin-left: 8px;
}

body.tvhut-home .dt-add-cart {
	width: 100%;
	padding: 10px 12px;
	background: #007bff;
	color: #fff !important;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background 0.2s;
}

body.tvhut-home .dt-add-cart:hover {
	background: #0062cc;
	color: #fff !important;
}

body.tvhut-home .dt-add-cart .fa-plus {
	font-size: 11px;
}

/* ——— Featured products block ——— */
body.tvhut-home .tvhut-featured-block {
	background: #fff;
	padding: 36px 0 44px;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}

body.tvhut-home .tvhut-featured-block .fp-title {
	font-size: 22px;
	font-weight: 800;
	color: #001f3f;
	margin: 0 0 4px;
}

body.tvhut-home .tvhut-featured-block .fp-subtitle {
	color: #64748b;
	margin: 0;
}

body.tvhut-home .fp-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1199px) {
	body.tvhut-home .fp-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 991px) {
	body.tvhut-home .fp-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	body.tvhut-home .fp-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

body.tvhut-home .fp-item {
	position: relative;
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 31, 63, 0.04);
	overflow: hidden;
	transition: box-shadow 0.25s, transform 0.25s;
}

body.tvhut-home .fp-item:hover {
	box-shadow: 0 10px 28px rgba(0, 31, 63, 0.1);
	transform: translateY(-3px);
}

body.tvhut-home .fb-inner-content {
	position: relative;
	padding: 12px 12px 0;
}

body.tvhut-home .fp-card-badges {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	pointer-events: none;
}

body.tvhut-home .fp-badge-tag {
	font-size: 9px;
	font-weight: 800;
	padding: 3px 8px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.tvhut-home .fp-badge-official {
	background: #e8f5e9;
	color: #1b5e20;
}

body.tvhut-home .fp-badge-pct {
	background: #ff4d4d;
	color: #fff;
}

body.tvhut-home .fp-special-offer-lbl {
	position: relative;
	z-index: 1;
	margin-bottom: 4px;
}

body.tvhut-home .fp-img {
	display: block;
	text-align: center;
	padding: 28px 8px 8px;
}

body.tvhut-home .fp-img img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}

body.tvhut-home .fp-details {
	padding: 0 14px 14px;
	text-align: left;
}

body.tvhut-home .fp-brand {
	font-size: 11px;
	font-weight: 600;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}

body.tvhut-home .fp-name {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
	padding: 0;
	border: none !important;
	height: auto;
	min-height: 40px;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.tvhut-home .fp-name a {
	color: #0f172a;
}

body.tvhut-home .fp-name a:hover {
	color: #007bff;
}

body.tvhut-home .fp-rating {
	padding: 0 0 8px;
	color: #fbbf24;
	font-size: 12px;
	letter-spacing: 1px;
}

body.tvhut-home .fp-price {
	padding: 0 0 10px;
}

body.tvhut-home .fp-price .new {
	font-size: 17px;
	font-weight: 800;
	color: #ff4d4d;
}

body.tvhut-home .fp-price .old {
	font-size: 12px;
	color: #94a3b8;
	text-decoration: line-through;
	margin-left: 8px;
}

body.tvhut-home .fp-add-cart {
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	background: #007bff;
	color: #fff !important;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	transition: background 0.2s;
}

body.tvhut-home .fp-add-cart:hover {
	background: #0062cc;
	color: #fff !important;
}

body.tvhut-home .fp-add-cart .fa-plus {
	font-size: 11px;
}

/* ——— Latest / generic thumbs ——— */
body.tvhut-home #content .product-thumb {
	border: 1px solid #e8ecf2;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 31, 63, 0.04);
}

body.tvhut-home #content .product-thumb .price,
body.tvhut-home #content .product-thumb .price-new {
	color: #ff4d4d;
	font-weight: 800;
}

body.tvhut-home #content .product-thumb .button-group button:first-child {
	background: #007bff;
	border-color: #007bff;
}

/* ——— Special collection ——— */
body.tvhut-home .special-collection {
	padding: 28px 0;
}

/* ——— Footer ——— */
body.tvhut-home footer.custom-footer {
	background: #00152d;
	color: rgba(255, 255, 255, 0.9);
	border-top: 4px solid #007bff;
}

body.tvhut-home footer.custom-footer h4 {
	color: #fff;
}

body.tvhut-home footer.custom-footer a {
	color: #a8c7ff;
}

body.tvhut-home footer.custom-footer a:hover {
	color: #fff;
}

body.tvhut-home footer .custom-footer-bottom {
	background: #000d1f;
}

body.tvhut-home footer .sub-footer .copy {
	color: rgba(255, 255, 255, 0.55);
}

body.tvhut-home .ramadan-float-btn {
	display: none;
}

/* ——— Mobile ——— */
@media (max-width: 767px) {
	body.tvhut-home .tvhut-topbar-inner {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	body.tvhut-home .tvhut-topbar-left,
	body.tvhut-home .tvhut-topbar-right {
		justify-content: center;
	}

	body.tvhut-home .tvhut-search-combo {
		flex-direction: column;
	}

	body.tvhut-home .tvhut-cat-select-wrap {
		border-right: none;
		border-bottom: 1px solid #e8ecf2;
	}

	body.tvhut-home .tvhut-search-cat {
		max-width: none;
		width: 100%;
	}

	body.tvhut-home .home-slider-layout {
		padding-top: 12px;
	}

	body.tvhut-home .tvhut-trust-list {
		justify-content: center;
	}

	body.tvhut-home .tvhut-trust-list li {
		flex: 1 1 42%;
		justify-content: center;
	}
}
