
.list-product .btn-category {
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 10px 16px;
    font-size: 20px;
    background-color: white;
    color: #555555;
    border-radius: 20px;
    margin-bottom: 10px;
}
.list-product .btn-category.active{
    color: #222 !important;
    background-color: #fcc407;
}

.detail-product{
    background-image: url('/public/frontend/images/bg_main_product.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.detail-product .describe{
    color: white;
    font-size: 20px;
}
.detail-product .describe bdi{
    color: #fcc407;
    font-size: 24px;
    font-weight: 800;
}
.list-category-product{
    overflow-x: scroll;
    overflow-y: hidden;
}

	/* Thanh cuộn chính */
	::-webkit-scrollbar {
		width: 4px;
		/* Độ rộng của thanh cuộn dọc */
		height: 4px;
		/* Độ cao của thanh cuộn ngang */
	}


	/* Màu của phần kéo (thumb) */
	::-webkit-scrollbar-thumb {
		background: gold;
		border-radius: 5px;
	}

	/* Hiệu ứng hover */
	::-webkit-scrollbar-thumb:hover {
		background: darkgoldenrod;
		cusor: pointer;
	}
/*iphone*/
@media (min-width: 320px) and (max-width: 767px) {}