.header-container {
    padding: 0 20px;
}

.header-intro-left {
    display: flex;
    gap: 24px;
}

.header-intro,
.filter-container {
    display: flex;
    justify-content: space-between;
}

.filter-left {
    display: flex;
    gap: 24px;
}

.filter-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}
.category-carousel {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 1rem;
    padding: 1rem;
}
.category-card {
    flex: 0 0 auto;
    width: 150px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 8px;
    background: white;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
}
.category-card img {
    height: 50px;
    margin-bottom: 0.5rem;
}
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-color: orange;
    color: white;
    width: 40px;
    height: 40px;
    z-index: 10;
}
.arrow-left {
    left: 0.5rem;
}
.arrow-right {
    right: 0.5rem;
}

.dog-shop-container {
    padding: 40px 100px;
    display: flex;
    gap: 24px;
}
.dog-shop-left,
.shop-item-highlight {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.dog-shop-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-top {
    background-color: #2a3448;
    color: white;
    padding: 1.5rem 0;
}
.footer-top .feature {
    text-align: center;
}
.footer-top .feature i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}
.footer-middle {
    padding: 2rem 0;
    background-color: #d9d9d9;
    color: #333;
}
.footer-middle h6 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2a3448;
}
.footer-middle ul {
    padding-left: 0;
    list-style: none;
}
.footer-middle ul li {
    margin-bottom: 0.5rem;
}
.footer-bottom {
    background-color: #333;
    color: white;
    padding: 1rem;
    text-align: center;
    position: relative;
}

.product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    height: 100%;
}

.product-card img {
    /* max-height: 180px; */
    object-fit: contain;
    margin-bottom: 10px;
}

.product-title {
    font-weight: 500;
    font-size: 16px;
    min-height: 45px;
}

.price {
    color: #b68900;
    font-size: 18px;
    font-weight: bold;
}

.category-label {
    font-size: 13px;
    color: #999;
    margin-bottom: 5px;
}

.section-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-header {
    font-size: 20px;
    font-weight: bold;
    background-color: #2a3448;
    color: white;
    padding: 5px 24px 5px 10px;
    display: inline-block;
    border-radius: 5px;
}

.nav-links {
    display: flex;
    gap: 15px;
    font-size: 15px;
}

.nav-links a {
    color: #333;
    text-decoration: none;
}

.nav-links a:hover {
    text-decoration: underline;
}

.input-group-append {
    margin-left: -12px !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #2a3448 !important; /* Optional: Change border color on focus */
}

.dropdown-menu {
    width: 100%;
}

.dropdown-item {
    padding: 10px 16px !important;
}

.fa-angle-right {
    color: #2a3448;
    margin-right: 8px;
}

.breadcrumb_background {
    background-image: url(https://theme.hstatic.net/200000521195/1000872898/14/bg_breadcrumb.jpg?v=236);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 0 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_page {
    font-size: 28px;
    color: white;
}

.news-breadcrumb a {
    color: white;
    text-decoration: none;
}

.news-breadcrumb li > span {
    color: white;
}

.product-filter-item {
    margin-bottom: 20px;
}

.product-filter-item ul {
    list-style: none;
}

.product-filter-item-title {
    background: #2a3448;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.product-filter-item-title p {
    color: white;
    padding: 0;
    margin: 0;
}

.product-filter-item-content {
    border: 1px solid #2a3448;
    border-radius: 6px;
    margin: 0;
    padding: 24px;
}

.color-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.color-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 2px;
}

.color-filter input[type="radio"] {
    display: none;
}

.color-filter li {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.color-item-wrapper {
    position: relative;
}

.color-item-wrapper i {
    position: absolute;
    left: 8px;
    top: 8px;
    display: none;
    color: white;
}

.color-filter li.checked i {
    display: block;
}

.pagination {
    margin-top: 20px;
}

.pagination .text-muted {
    display: none;
}

.product-item {
    text-decoration: none;
    color: #333;
}

.btn-cart {
    position: relative;
}

.cart-count {
    background: #eb4646;
    color: white;
    font-size: 13px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
}

.product-item-search {
    display: flex;
    flex-direction: row;
    color: #333;
    text-decoration: none;
    gap: 10px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
    align-items: center;
}

.product-item-search img {
    height: 60px;
}

#search-results {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    max-height: 324px;
    overflow: auto;
    background: white;
    position: absolute;
    top: 40px;
    z-index: 2;
}

.header-intro-right {
    display: flex;
    gap: 8px;
    align-items: center;
}

a {
    color: #333;
    text-decoration: none;
}

.list-category-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 64px;
    margin-left: 16px;
}

.list-category-footer a {
    display: inline-block;
    margin-bottom: 14px;
}

label.error {
    color: #f44336;
    font-size: 14px;
}

label[required]:after {
    content: "*";
    color: #f44336;
}

:root {
    --main-color: #2a3448;
    --main-hover: #637792;
}

/* Icon check */
.icon-success {
    color: var(--main-color);
    font-size: 60px;
}

/* Tiêu đề thành công */
.text-confirm {
    color: var(--main-color);
}

/* Màu biểu tượng trong info */
.text-confirm-icon {
    color: var(--main-color);
}

/* Border trái box đơn hàng */
.border-confirm {
    border-color: var(--main-color) !important;
}

/* Nút chính */
.btn-confirm {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    font-weight: 600;
}
.btn-confirm:hover {
    background-color: var(--main-hover);
    border-color: var(--main-hover);
    color: #fff;
}

/* Nút phụ */
.btn-outline-confirm {
    border-color: var(--main-color);
    color: var(--main-color);
    font-weight: 500;
}
.btn-outline-confirm:hover {
    background-color: var(--main-color);
    color: #fff;
}

.text-main {
    color: var(--main-color) !important;
}

.scroll-top {
    display: none;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin: 4px;
    line-height: 50px;
    background: #2a3448;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border: 4px solid #ede0d2;
    font-size: 24px;
}

.primary-menu-item:hover {
    color: #2a3448 !important;
}

.filter-item--check-box {
    color: #555555;
    margin-bottom: 10px;
}

.filter-item--check-box:last-child {
    margin-bottom: 0;
}

.active > .page-link,
.page-link.active {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

.select-size-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.select-size {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    font-weight: 600;
    cursor: pointer;
}

.select-size.active {
    background: #8bc34a;
    border-color: #8bc34a;
    color: white;
}
