.product-default a {
    height: 60px;
    align-items: center;
    display: flex;
    white-space: normal;
     overflow: initial;
     text-overflow: clip;
}

.select2-dropdown {
z-index: 11051;
}
.sorting {
display: grid;
grid-template-columns: repeat(3, 100px);;
grid-gap: 20px;
align-items: center;
justify-items: center;
}
.sorting .active {
font-weight: bold;
}

.rating2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
width: 100px;
}
.rating2 label:after,
.rating2 input:checked + label:after{
-webkit-font-smoothing: antialiased;
position: absolute;
content: "★";
color: #F9BF3B;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
text-align: center;
font-size: 20px;
transition: all 0.4s ease-out 0s;
animation: 1s ease 0s 1 normal none running pulse;
}
.rating2 label {
height: 10px;
width: 13%;
display: block;
position: relative;
cursor: pointer;
}
.rating2 input {
display: none;
}

.rating2 label:hover:after {
color: #5e5e5e;
text-shadow: 0 0 15px #5e5e5e;
}

/*.rating2 input:checked + label:after,*/
.rating2 input:checked ~ label:after {
    content: "☆";
    color: rgb(68, 68, 68);
    text-shadow: 0 0 20px #F9BF3B;
}

.rating2 input:checked + label:after{
    content: "★";
    color: #F9BF3B;
}

.toolbox, .toolbox-item {
    justify-content: center;
}