.sidebar-menu-image {
    width: 40px;
    height: auto;
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .navbar {
    background-color: #252525;
}

.category-header-4 .navbar-menu .category-left .nav-block:before {
    background-color: #252525;
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat {
    padding: 10px;
    margin-top: 0;
}

.category-header-4 .navbar-menu .category-left .nav-block {
    margin-left: 0;
}

.fixed-width {
    width: 260px;
    margin: 0 20px 0 0;
    display: block;
}

.slider-layout-4 .slider-slide {
    max-width: 100%;
    margin-left: 0;
}

.flexible-width {
    flex: 1;
    max-width: calc(100% - 280px);
    min-height: calc(100vh - 150px);
}

@media (max-width: 1199.98px) {
    .fixed-width {
        display: none;
    }
    .flexible-width {
        max-width: 100%;
    }
}

.product-thumbnail {
    height: 300px;
    width: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.product .product-box:hover .product-detail.detail-center .detail-title {
    opacity: 1;
}

.product .product-box .product-detail .detail-title {
    padding-top: 0;
}

.product .product-box .product-detail.detail-center {
    padding: 10px;
}

.suggestion-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    transition: background-color 0.2s;
}

.suggestion-item:hover {
    background-color: #f8f8f8;
}

.suggestion-item img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
}

.suggestion-item .product-details {
    display: flex;
    flex-direction: column;
}

.suggestion-item .product-name {
    font-weight: bold;
    color: #333;
}

.suggestion-item .product-thumbnail {
    margin: 5px;
}

.suggestion-item .product-price {
    color: #888;
    font-size: 0.9rem;
}

.no-results, .error {
    padding: 10px;
    text-align: center;
    color: #666;
}

#product-search {
     position: relative;
 }

.cart_total .buttons a {
    font-size: 16px !important;
}

.chevron-icon {
    transition: transform 0.3s ease;
}

.collapse.show + nav .chevron-icon,
nav[data-bs-toggle="collapse"]:not(.collapsed) .chevron-icon {
    transform: rotate(180deg);
}

nav.collapsed .chevron-icon {
    transform: rotate(0);
}

nav .btn-normal {
    border-bottom: 1px solid white
}

.nav-cat li {
    height: 60px;
    border-bottom: 1px solid rgba(37, 37, 37, 0.05);
    padding-bottom: 0 !important;
    padding-left: 15px;
}

.nav-cat {
    li a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        gap: 8px;
    }
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat {
    padding: 0;
}

.add_to_cart .cart-inner .cart_media ul.cart_product .qty-adj {
    width: 60px;
}

.card-dashed {
    padding: 15px;
}

.mt-8 {
    margin-top: 2rem;
}

.modal-body .btn {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

.modal-body .gap-5 {
    gap: 1rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

.card.card-dashed {
    box-shadow: none;
    border: 1px dashed #DBDFE9;
}

.card.card-dashed .mb-5{
    margin-bottom: 0.5rem !important;
}

.btn.btn-light-primary {
    color: #1B84FF;
    background-color: #E9F3FF;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: bolder;
    font-size: 0.95rem;
    line-height: 1.5rem;
}

.w-100px {
    width: 120px !important;
}

textarea, input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
}

.checkout-second input.form-control {
    height: 50px !important;
}

.checkout-second textarea.form-control {
    height: auto !important;
}

.logout-btn {
    font-size: 14px;
    padding: 0;
}

.cart-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cart-entry {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.cart-item-info {
    flex: 1;
}

.cart-item-info h3 {
    margin: 0;
    font-size: 18px;
}

.cart-item-info p {
    margin: 5px 0;
}

.cart-item-info .price {
    font-weight: bold;
}

.cart-total {
    margin-top: 20px;
    font-size: 18px;
    text-align: right;
}

.mobile-cart-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart-section tbody tr td a {
    font-size: 14px !important;
    font-weight: bolder;
    color: #000;
}

.price-old {
    color: #999999;
    font-weight: normal;
    font-size: 14px;
}

.cart-section tbody tr td {
    min-width: 120px !important;
}

.product-box:hover {
    cursor: pointer;
}

.btn-normal, .btn-solid, .category-header-4, .top-header {
    background-color: #00519C;
}

.btn-normal:hover, .btn-solid:hover {
    background-color: #036;
}

.product-right .pro-group .product-social li:hover a {
    background-color: #00519C;
    border-color: #00519C;
    color: #ffffff;
}

.brand-logo img {
    max-width: 200px;
}

.logo-block img {
    max-width: 200px;
}

@media (max-width: 1200px) {
    .icon-block .mobile-search svg, .icon-block .mobile-cart svg {
        fill: #000 !important;
    }
}

@media (max-width: 575px) {
    .icon-block .mobile-search svg, .icon-block .mobile-cart svg {
        fill: #000 !important;
        width: 18px !important;
    }
}

.sidebar-bar {
    color: #000 !important;
}

.tab-product {
    margin-top: 0;
}

.product-wrapper-grid.list-view .product-box .product-imgbox {
    width: 200px !important;
}

@media (max-width: 1199px) {
    .category-header-4 {
        background-color: #FFF;
    }
}

.product .product-box .product-detail .detail-title .detail-right .price {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.price-table {
    width: 300px;
    @media (max-width: 575px) {
        width: 100%;
    }
}
