.price-product ins {
    text-decoration: none;
}

ins .woocommerce-Price-amount.amount {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

del {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    padding-right: 5px;
}
.price-wrap {
    display: flex;
    justify-content: space-between;
}
span.tranding {
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    border-radius: 50%;
    background: #f55;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
}
#mainCaru-home p {
    color: #404040;
}
.news_view img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.products,.section-product.filter-store {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.store-filter {
    text-align: center;
    margin: 20px 0 30px;
}

.store-filter select {
    width: 35%;
    padding: 10px;
    border: 1px solid #ddd;
}
.section-product-wrap .products:before {
    display: none !important;
}
.store-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.custom-logo-link img {
    max-width: 423px;
    width: 100%;
    object-fit: scale-down;
}
.avatar {
    height: 56px;
}
/* Thêm vào file CSS của bạn */
.store-search-results .card {
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.store-search-results .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.store-logo-container {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.store-logo {
    max-height: 120px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.search-results-title span {
    color: #007bff;
    font-weight: bold;
}
.modal-dialog-key-coupon .modal-content .key-pc-footer img {
    width: 155px;
    height: 60px;
}
.store_page_aside_wrapper {
    margin-top: 1em;
    padding-bottom: 2em;
    border-bottom: 1px solid #eee;
}
.store_page_aside_wrapper h2, .store_page_aside_wrapper h3 {
    font-size: 20px;
    color: #333;
}
.store_page_aside_wrapper ul,.store_page_aside_wrapper li {
    list-style: none;
    padding: 0;
}
.stores_list li {
    font-size: 14px;
    padding: 10px 0;
}