:root {
  --mainColor: ;
  --mainFontColor: rgba(254, 254, 254, .85);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(34, 24, 20, 0.4);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  background-color: rgba(64, 33, 15, 0.2);
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}

.priceD {
  width: 100%;
  /*  border-top: 1px solid #FFF;*/
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.priceD li {
  width: 40%;
  margin: 10px auto;
  border-bottom: dotted 2px rgba(254, 254, 254, .65);
  padding-bottom: 5px;
}

.priceD li:last-child {
  border: none;
}

.priceD span {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 950px) {
  .priceD li {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #menu_m>div {
    width: 100%;
  }

  .priceD span {
    /* position: relative;
    display: block; */
    text-align: right;
  }
}

.shouldOpen {
  display: block !important;
}

.menuItem h3 {
  color: rgb(179, 26, 26);
  border-bottom: 4px solid;
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  margin-top: 30px;
}

.menuItem.item1 {
  width: 90%;
  padding-bottom: 50px;
}


.menu_p p {
  position: absolute;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 2px solid;
  padding: 10px;
  width: 110px;
}

.menuItem ol li {
  border-bottom: 1px dotted;
}

.menu_p p:hover {
  color: rgb(179, 26, 26);
  background-color: rgba(254, 254, 254, .5);
}

.menu_li li {
  width: 40%;
  margin: 10px auto;
  border-bottom: dotted 1px #FFF;
  padding-bottom: 5px;
}

.newsText {
  border-top: none;
  display: none;
  padding: none;
}

h3 span {
  display: flex;
  wrap: wrap;
  text-align: right;
  position: absolute;
  right: 0;
}