

.lldw-wm-menu-list .lldw-wm-menu_products {
  padding: 0 15px;
}

.lldw-wm-menu-list .lldw-wm-loop-product {
  display: flex;
  margin-bottom: 10px;
}

.lldw-wm-menu-list .lldw-wm-loop-product_image {

  width: 100px;
  min-width: 100px;
  max-width: 100px;
  margin-right: 20px;
}

.lldw-wm-menu-list .lldw-wm-loop-product_image .lldw-wm-badges {
    margin: 0 -10px;
}

.lldw-wm-menu-list .lldw-wm-loop-product_details {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lldw-wm-menu-list .lldw-wm-loop-product_content {
  flex: 1 1 auto;
  width: 30%;
  min-width: 30%;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
}


.lldw-wm-menu-list .lldw-wm-loop-product_price {
  flex: 0 0 auto;
  text-align: right;
  margin-bottom: 10px;
}

.lldw-wm-menu-list .lldw-wm-loop-product_one_price {
  width: auto;
  margin-left: 10px;
}

.lldw-wm-menu-list .lldw-wm-loop-product_variations_price {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}


.lldw-wm-menu-list .lldw-wm-loop-product_variations_price > * {
  width: auto;
  margin-left: 10px;
}

.lldw-wm-menu-list .lldw-wm-loop-product_content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 1.2em;

  background-image: radial-gradient(circle at 1px, #CCC 1px, rgba(255,255,255,0) 1px);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;

  z-index: 3;
}

.lldw-wm-menu-list .lldw-wm-loop-product_title-wrapper {
  position: relative;
  max-width: 80%;
  z-index: 6;
}

.lldw-wm-menu-list .lldw-wm-loop-product_title {
  background-color: #fff;
  display: inline;
  padding-right: 5px;
}


/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

  .lldw-wm-menu-list .lldw-wm-menu_products {
    padding: 0 5px;
  }

  .lldw-wm-menu-list .lldw-wm-loop-product {
    display: flex;
  }

  .lldw-wm-menu-list .lldw-wm-loop-product_image {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    margin-right: 10px;
  }

  .lldw-wm-menu-list .lldw-wm-loop-product_image .lldw-wm-badges {
      margin-top: -13px;
  }

  .lldw-wm-menu-list .lldw-wm-loop-product_content {
    margin-right: 10px;
  }

  .lldw-wm-menu-list .lldw-wm-loop-product_content:before {
    width: 100%;
    height: 1em;
  }

  .lldw-wm-menu-list .lldw-wm-loop-product_title-wrapper {
    max-width: 95%;
  }

}