.tooltip-product {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #fff;
    width: 350px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
    padding-bottom: 10px;
    border-radius: 8px;
    display: none;
    text-align: left;
    color: #272727;
}

.hover_name {
    display: block;
    padding: 10px 10px;
    font-size: 15px;
    overflow: hidden;
    line-height: 18px;
    background: linear-gradient(to right, #ffc107, #f7a523);
    color: #272727;
    word-break: break-word;
    border-radius: 8px 8px 0 0;
    margin: 1px;
    font-weight: 500;
}

.tooltip-product-title {
    display: inline-block;
    background: #f7a523;
    color: #272727;
    border-radius: 3px;
    padding: 5px 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 16px
}
.tooltip-product .hover_brand {
    padding: 5px
}

.tooltip-product .hover_brand img {
    max-width: 75px;
    max-height: 32px
}

.tooltip-product .hover_offer {
    padding: 0 10px;
    line-height: 21px;
    font-size: 13px
}

.tooltip-product .hover_offer b {
    color: #e00;
    font-size: 13px
}

.tooltip-product .detail {
    list-style: none;
    line-height: 1.5
}

.tooltip-product td span {
    list-style: none
}

.tooltip-product .detail li,
.tooltip-product td span li {
    margin-left: 0
}

.tooltip-product .detail li a {
    font-weight: 600
}

.tooltip-product .detail li:before {
    color: #278c56;
    font-family: 'Font Awesome 5 Pro';
    content: '\f606';
    font-weight: 900;
    margin-right: 3px
}

.tooltip-product table {
    margin: 10px 10px 0;
    border-spacing: 0;
    font-size: 13px
}

.tooltip-product .p-extend-minprice-text {
    color: red;
    font-weight: 700
}

#tooltip-modal {
    position: fixed;
    z-index: 1000;
    display: none;
}