/*
Theme Name: WOW Plate 360
Theme URI: https://example.com/twenty-twenty-one-child/
Description: Template Child di hello Elemento creato per WOW plate 360 per conto di WOW Communications
Author: Francesco Firullo
Author URI: https://www.wowcommunications.it/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: food, restaurant
Text Domain: wowplate360-theme
*/

/* MODIFICA LISTA PRODOTTI

.wpc-food-menu-item.wpc-row {
  background-color: #fff;
  border-radius: 10px;
}

.wpc-food-menu-item.wpc-row .wpc-col-md-4 {
  width: 30%;
  float: left;
  padding: 10px;
  margin: auto 0;
}

.wpc-food-menu-thumb {
  margin-bottom: 0px !important;
  border-radius: 10px;
}

.wpc-food-menu-item.wpc-row .wpc-col-md-8 {
  width: 70%;
  padding: 10px;
}

.wpc-menu-tag-wrap {
  display: none;
}

h3.wpc-post-title.wpc-title-with-border {
  margin: 0px;
}

.wpc-food-menu-item .wpc-food-inner-content .wpc-post-title.wpc-title-with-border a {
  max-width: 100%;
  width: 100%;
  padding: 0px;
  font-size: 19px;
}

span.wpc-title-border {
  display: none;
}

span.wpc-menu-price {
  font-size: 15px;
}

.wpc-food-inner-content p {
  padding: 0px;
  margin: 0px;
}*/

/* UP-SELL

.elementor-widget-woocommerce-product-upsell .elementor-widget-container {
  border-radius: 10px;
  padding: 10px;
}*/
@media (min-width: 768px){
    .wpc-col-md-6{float: left;width: 50%;z-index:999999}
}


/* SINGOLO PRODOTTO */

.wpc-food-menu-item.wpc-row {
  background-color: #fff;
    border-radius: 10px;
}

.wpc-food-menu-item.wpc-row .wpc-col-md-4 {
  padding: 10px;
}

.wpc-food-menu-thumb {
  margin: 0px;
    border-radius: 10px;
}

.wpc-menu-tag-wrap {
  display: none;
}

.wpc-food-menu-item .wpc-food-inner-content .wpc-post-title.wpc-title-with-border a {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 0px;
}

span.wpc-title-border {
  display: none;
}

span.wpc-menu-price {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  line-height: 1;
  border-bottom: 2px solid #ddd;
  margin-top: -2px;
}

span.woocommerce-Price-amount.amount {
  margin-bottom: -3px;
  bottom: -9px;
  position: relative;
  background: #fff;
  padding: 0 15px;
}