.select-filter select{
width:40%
}
a.bold {
font-weight:bold;
font-size:16px
}
.select2-container--bootstrap .select2-selection {
border:1px solid #636363 !important
}
.product:hover .product-media > a > img{
-webkit-animation:bounce 1.2s ease-out;
-moz-animation:bounce 800ms ease-out;
-o-animation:bounce 800ms ease-out;
animation:bounce 1.2s ease-out
}
@keyframes bounce {
0%,20%,50%,80%,100% {transform:translateY(0)
} 
40% {transform:translateY(-30px)
} 
60% {transform:translateY(-15px)
} 
}
