




@media screen and (max-width: 569px) {
  #oo-shop .oo-shop-item .oo-item-association-logo {
    height: 20;
    width: 30;

  }
}


#oo-shop .oo-shop-item .oo-item-association-logo {
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 35px;
    width: 35px;
    background-position: bottom right;
}


#oo-shop .oo-shop-item .oo-item-name {
    width: 95%;
   margin-top: 0px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;


 }


