.tvws7-box{
position:absolute;
top:calc(100% + 8px);
left:0;
width:100%;
max-height:560px;
overflow:auto;
background:#050505;
border-radius:14px;
z-index:999999;
box-shadow:0 20px 50px rgba(0,0,0,.65);
}

.tvws7-product{
display:flex;
gap:14px;
padding:12px;
border-bottom:1px solid #222;
color:#fff!important;
text-decoration:none!important;
}

.tvws7-product:hover{
background:#111;
}

.tvws7-image{
width:75px;
height:75px;
background:#fff;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}

.tvws7-image img{
max-width:100%;
max-height:100%;
object-fit:contain;
}

.tvws7-info h4{
margin:0;
font-size:15px;
}

.tvws7-info p{
margin:5px 0;
font-size:12px;
color:#aaa;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.tvws7-info strong{
color:#e8003d;
}

.tvws7-footer{
display:flex;
justify-content:space-between;
align-items:center;
padding:12px;
background:#111;
color:#fff;
font-size:11px;
}

.tvws7-footer a{
background:#e8003d;
color:#fff!important;
padding:8px 18px;
border-radius:20px;
font-weight:bold;
text-decoration:none;
}

.tvws7-price del .woocommerce-Price-amount bdi {
    color: #aaa;
    font-size: 15px !important;
}
.tvws7-price ins .woocommerce-Price-amount, .tvws7-price .woocommerce-Price-amount bdi {
    color: #e8003d;
}
.tvws7-info{
    width: calc(100% - 75px);
}

@media(max-width:767px){
.tvws7-box{
width:100%;
}

.tvws7-image{
width:60px;
height:60px;
}

.tvws7-info h4{
font-size:13px;
}
}
