/**
* Theme Name: Piizalian Child
* Description: This is a child theme of Piizalian, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">Duy Nguyen</a>
* Template: menu
* Version: 1.7.0
*/

html {
  background-image: url(/wp-content/themes/piizalian-child/fon.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.menu_product {
    border: 3px dashed #F2F2F2;
    border-radius: 5px;
    margin: 5px;
}
.menu_title { 
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    height: 50px;
	margin-left: 6%
}
.sishi_title {
	font-size: 12px;
}
.set { 
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
	margin-left: 6%;
	height: auto;
}
.menu_price span {
    display: inline-block;
    position: relative;
    bottom: 20px;
    margin-top: -112px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    background-color: #f2831a;
    border: 5px solid #f2831a;
    border-left: 15px solid #f2831a;
    border-right: 15px solid #f2831a;
    border-radius: 100px;
    left: 6%    
}
.price_set span {
	margin-top: -133px;
}
.price_sushi span {
	margin-top: -106px;
}

.menu_title h2 {
	font-family: "Podkova", Podkova;
	font-weight: 600;
}
.menu_img  {
    float:left;
	overflow:hidden!important; /* this is important */
	height: 63%;
}
.menu_img_set  {
	height: 73%;
}
.menu_img  img {
     transform: scale(1.5) translate(16%, 14%);
}
.menu_img_set  img {
     transform: scale(1.0) translate(0%, -15%);
}
.menu_img_sushi  img {
     transform: scale(1) translate(0%, 15%);
}
.menu {
    display: grid; 
}
