.custom-policy-list {
	padding: 10px 0;
}

.policy-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 15px;
	color: #333;
}

.policy-item i {
	color: #0056b3; /* Màu xanh của icon */
	width: 25px;
	margin-right: 7px;
	display: flex;
	justify-content: center;
}

.policy-item span {
	line-height: 1.4;
}

.policy-item strong {
	font-weight: 700;
}

.policy-item a {
	color: #0056b3;
	text-decoration: none;
}

.policy-item a:hover {
	text-decoration: underline;
}










/* Khung bao ngoài */
.info-box-sidebar {
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
	border-bottom: 0;
}

/* Tiêu đề màu xám */
.info-box-sidebar .info-box-title {
	background-color: #eeeeee;
	color: #000;
	padding: 12px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
}

/* Danh sách các mục */
.info-box-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 15px;
}

.info-box-sidebar ul li {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	margin-left: 0 !important;
}

.info-box-sidebar ul li:last-child {
	margin-bottom: 0;
}

/* Icon mũi tên màu xanh */
.info-box-sidebar ul li i {
	color: #0066cc; /* Màu xanh của icon */
	font-size: 12px;
	margin-right: 10px;
}

/* Kiểu chữ của link */
.info-box-sidebar ul li a {
	color: #333;
	text-decoration: none;
	font-size: 15px;
	transition: color 0.3s;
}

.info-box-sidebar ul li a:hover {
	color: #0066cc; /* Đổi màu khi di chuột vào */
}






/* Khung bao ngoài */
.support-sidebar-wrapper {
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
}

/* Tiêu đề xám */
.support-sidebar-wrapper .support-title {
	background-color: #eeeeee;
	padding: 12px 15px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding-left: 15px;
}

.support-body {
	padding: 15px;
}

/* Ảnh các nút hỗ trợ */
.support-img-btn {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	transition: transform 0.2s;
}
.support-img-btn:hover {
	transform: scale(1.02);
}

/* Câu slogan đỏ */
.slogan-red {
	color: red;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin: 15px 0;
	text-transform: uppercase;
}

/* Khối logo */
.support-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}
.support-logos img {
	max-height: 60px;
}

/* Thông tin liên hệ */
.contact-info-text {
	color: #0056b3;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}
.contact-info-text i {
	margin-right: 5px;
}
.contact-info-text p {
	margin-bottom: 0;
}
/* Danh sách dịch vụ */
.service-list {
	text-align: left;
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.6;
}
.service-list .blue-title {
	color: #000080;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.service-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-list ul li {
	padding-left: 5px;
	margin-left: 0 !important
}
.service-list strong {
	color: red;
}

@media (min-width: 849px){
	.single-product-page .col {
		padding: 0 0px 30px;
	}
}

.single-product-page .product-title-container,
.single-product-page .product-short-description,
.single-product-page .product-price-container,
.single-product-page .add-to-cart-container,
.single-product-page .custom-policy-list{
	padding: 20px;
	border-top: 1px solid #ddd;
}

.title-product-page .col-inner {
	height: 100%;
	border-bottom: 1px solid #ddd;
}

.image-products-page .col-inner {
	height: 100%;
	border: 1px solid #ddd;
	padding: 20px;
}

.single-product-page .product-title {
	color: #000;
}
td {
	color: #000 !important
}
td, th {
	border-bottom: 0px !important
}
