@import url(shopauto.css);
@media screen and (min-width: 480px) {
  .cross_selling.section > ul > li {
    max-width: 240px; } }
@media screen and (max-width: 680px) {
  form.select_choice.gamme {
    display: grid; }

  .search.widget form {
    position: absolute;
    top: -2px;
    left: 0; } }
@media screen and (max-width: 480px) {
  .category.section li, .topSales li {
    width: 50%; }
    .category.section li:last-child, .topSales li:last-child {
      display: none; }

  .left.pane {
    width: 100%; }
    .left.pane .cart.widget h2 {
      float: left; }
    .left.pane .cart.widget p {
      width: 100%; }
    .left.pane .categories.widget {
      float: none; }

  .category_panel .image {
    width: 730px;
    height: 256px;
    margin: 0 0 0 0px; }

  .reassuring {
    align-content: center;
    background-color: var(--background_grey);
    display: inline-grid;
    text-align: center;
    width: 100%; }

  .reassuring li {
    height: 99px;
    padding: 20px; } }
