.selection-shopping {
  background-color: #eee;
  font-family: sans-serif;
  text-align: center;
  padding: 10px;
}


.selection-shopping::after {
  clear: both;
}

.selection-shopping ul  {
  overflow: overlay;
  margin: 0 !important;
}

.selection-shopping ul li::before {
  content: none !important;
}


.selection-shopping .product {
  float: left;
  text-align: center;
}

.selection-shopping-mobile .product {
  float: left;
  text-align: center;
}

.selection-shopping .product span, .selection-shopping .product a  {
  display: block;
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 12px;
}

.product_image {
    border: 3px solid white;
}

.product_name {
    white-space: pre;
    overflow: hidden;
}

.product_link {
    margin: 0 auto;
    font-weight: 500;
    background-color: #FA6253;
    color: white !important;
}

.product_link:link, .product_link:active, .product_link:visited {
  color: white !important;
}

.product_link:hover {
  color: #FA6253 !important;
  background-color: white;
  text-decoration: none;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #FA6253;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #a9a9a9;
  margin-right: 10px;
}
