.promotion-gift {
    font-size: 12px;
    margin: 5px 8px 10px 8px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 17px;
    color: #3d3d3d;
}
.itemProduct {
    height: 410px;
}
#content-product-hot .itemProduct {
    width: 100%;
}
#box-comment #command #review i.star-hover,
#box-comment #command #review i.star-selected {
    color: #ffd700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

#box-comment #command #review i.star-selected {
    color: #ffb400;
}
#box-comment #command #review i {

    color: #ddd;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}
p.stars {
    display: none;
}
.user-rating {
    padding-left: 5px;
    font-size: 12px;
}

.user-rating .fas {
    color: #ffd700;
}
#popup_content{
    position: fixed;
    z-index: 110;
    left: 50%;
}
/* Thêm vào file style.css của theme */
.cart-empty {
    text-align: center;
    padding: 50px 20px;
}

.cart-empty p {
    font-size: 18px;
    margin-bottom: 20px;
}

.cart-empty .button {
    background: #007cba;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

#custom-checkout-form {
    max-width: 1200px;
    margin: 0 auto;
}

.btnorder:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Style cho alert thành công */
.success-message {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    margin-bottom: 20px;
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin-bottom: 20px;
}
#img-top-hot-news img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#title-product-hot p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
#cart-body-header {
    display: none;
}

#hotline-body-header {
    border-left: 0;
    float: initial;
    display: flex;
    align-items: center;
    top: 25px;
    position: relative;
    justify-content: flex-start;
}

#hotline-body-header .item-hotline {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

#hotline-body-header .name {
    font-size: 18px;
}

#hotline-body-header .title {
    font-size: 14px;
    padding-bottom: 5px;
}