p.menu-item {
font-family: "big-shoulders-dis-variable",sans-serif;
font-weight: 600;
font-style: normal;
text-decoration:none;
text-transform:none;
overflow: hidden;
font-size: 20px;
line-height:28px;
color:#aa0000;
}
span.item {
float:left;
padding:0 .2em 0 0;
margin:0;
}
span.price {
float:right;
padding:0 0 0 .2em;
margin:0;
}
p.menu-item:after {
content:"";
display:block;
overflow:hidden;
height:21px;
border-bottom:1px dotted;
color:#aa0000;
}




p.menu-item-smaller {
font-family: "big-shoulders-dis-variable",sans-serif;
font-weight: normal;
font-style: normal;
text-decoration:none;
text-transform:none;
overflow: hidden;
font-size: 16px;
line-height:20px;
color:#aa0000;
}
span.item-smaller {
float:left;
padding:0 .2em 0 0;
margin:0;
}
span.price-smaller {
float:right;
padding:0 0 0 .2em;
margin:0;
}
p.menu-item-smaller:after {
content:"";
display:block;
overflow:hidden;
height:21px;
border-bottom:1px dotted;
color:#aa0000;
}
/* •••••••••••••••••••••••••• Size Change •••••••••••••••••••••••••• */
@media (max-width:530px) { 
/* •••••••••••••••••••••••••• Size Change •••••••••••••••••••••••••• */
p.menu-item {
overflow:hidden;
font-size:18px;
font-weight:bold;
}
p.menu-item:after {
content:"";
display:block;
overflow:hidden;
height:20px;
border-bottom:1px dotted;
color:#aa0000;
}


p.menu-item-smaller {
overflow:hidden;
font-size:16px;
font-weight:normal;
}
p.menu-item-smaller:after {
content:"";
display:block;
overflow:hidden;
height:20px;
border-bottom:1px dotted;
color:#aa0000;
}
}