// ********************************************************************************
// HVIEZDICKY PRE RUCNE VYBERANE NEHODNOTENE PRODUKTY
// ********************************************************************************
.wc-block-grid__product-rating .star-rating {
line-height:1;
margin-bottom:0;
} .custom-product-summary {
font-weight: bold;
background-color: #eeeeee;
padding:5px;
}
// ********************************************************************************
// ZOBRAZENIE POSLEDNYCH OBJEDNAVOK
// ********************************************************************************
.recent-orders-fixed {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #fff;
padding: 15px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 1000;
font-size: 0.9rem;
max-width: 300px;
width: fit-content;
height: fit-content;
transition: opacity 0.3s ease-in-out;
}
.recent-orders-fixed h2 {
margin-top: 0;
font-size: 1rem;
margin-bottom: 10px;
padding:10px;
align-content:center;
}
.recent-orders-fixed ul,
.recent-orders-mobile ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.recent-orders-fixed li,
.recent-orders-mobile li {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.recent-orders-fixed img,
.recent-orders-mobile img {
margin-right: 10px;
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 4px;
}
.recent-orders-fixed .close-widget {
position: absolute;
top: 5px;
right: 5px;
background: none;
border: none;
font-size: 1.2rem;
cursor: pointer;
padding: 0;
line-height: 1;
}
.recent-orders-fixed a,
.recent-orders-mobile a {
display: flex;
align-items: center;
text-decoration: none;
color: inherit;
}
.recent-orders-mobile {
margin-bottom: 20px;
}
.recent-orders-mobile h2 {
font-size: 1.1rem;
margin-bottom: 10px;
}