/* recipes-menu-section  */

.recipes-menu-section {
  margin-bottom: 50px;
}

.recipes-menu-section .owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 15px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 18px;
  margin: 0px;
  padding: 10px 20px;
  background: #b82020;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
}

.recipes-list-container .recipes-menu-img {
  overflow: hidden;
}

.recipes-list-container .recipes-menu-img img {
  transition: all 0.3s ease-in-out;
}

.recipes-list-container:hover .recipes-menu-img img {
  transform: scale(1.1);
}

.owl-theme .owl-nav .owl-prev {
  border-right: 1px solid #fff;
}

.recipes-menu-list {
  display: flex;
  justify-content: space-between;
}

.recipes-menu-img {
  position: relative;
}

/* .recipes-title {
  position: absolute;
  left: 40px;
  top: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
} */
.recipes-title {
  position: absolute;
  left: 40px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recipes-title::before {
  background-color: #b71c1c;
  content: "";
  /* opacity: 0.3; */
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.recipes-wrapper {
  margin-top: 10px;
  min-height: 270px;
  max-height: 270px;
  overflow-y: auto;
}

.recipes-wrapper::-webkit-scrollbar {
  width: 5px;
}

.recipes-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.recipes-wrapper::-webkit-scrollbar-thumb {
  background-color: #b71c1c;
  outline: 1px solid #b71c1c;
}

.recipes-title .recipe-title-name {
  font-size: 28px;
  color: white;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
  padding: 20px 50px;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.95;
  position: relative;
  z-index: 2;
  margin-left: -40px;
}

.recipes-menu-list {
  /* margin: 10px 0px; */
  padding: 10px 0px;
}

.recipes-menu-list:not(:last-child) {
  border-bottom: 1px dotted #333;
}

.recipes-menu-list .recipe-name h5 {
  margin-bottom: 0px;
  font-weight: 300;
}

.recipes-menu-list .price-container {
  color: #b71c1c;
  padding-right: 5px;
  display: none;
}

.restbeef_recent_product .restbeef_recent_product_image {
  overflow: hidden;
}

.restbeef_recent_product .restbeef_recent_product_image a img {
  transition: all 0.3s ease-in-out;
}

.restbeef_recent_product:hover .restbeef_recent_product_image a img {
  transform: scale(1.1);
}

.product-menu-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
}

.h-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.recipe-name h5 {
  font-size: 23px;
  letter-spacing: -0.5px;
}

.plate-rate {
  color: #000 !important;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .product-menu-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.plate-rate.half-rate {
  max-width: 50px;
  display: inline-block;
  line-height: 1.1;
  text-align: center;
}

.plate-rate.half-rate:first-child {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 15px;
}

.product-contact-info {
  grid-column-start: 2;
  grid-column-end: 4;
}

.banner-img-container {
  margin-bottom: 50px;
}

.custom-border {
  border: 1px solid #cc9401;
  padding: 20px 10px;
}

.d-none {
  display: none !important;
}

.outlet-info {
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}

.outlet-location-container {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.restbeef_iconbox.contact-box {
  border: 1px solid #b71c1c;
  padding: 15px 10px;
  min-height: 285px;
  transition: all 0.4s;
}

.restbeef_iconbox.contact-box:hover {
  background-color: #b71c1c;
  color: #fff;
}

.restbeef_iconbox.contact-box:hover i,
.restbeef_iconbox.contact-box:hover h4,
.restbeef_iconbox.contact-box:hover p a {
  color: #fff;
}

.heading-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coccoc-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.coccoc-alo-phone {
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
  right: 150px;
  top: 30px;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: red;
  opacity: 0.75 !important;
}

.coccoc-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.coccoc-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 70px;
  left: 70px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(https://drive.google.com/uc?id=1V3N2b79QjDWetC_ss9wI3c-xpWDymn9R) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: red;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: red;
  opacity: 0.5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
  border-color: red;
  opacity: 0.5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(183, 28, 28, 1);
  opacity: 0.75 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
  background-color: #b71c1c;
}

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.img-group {
  display: flex;
  align-items: center;
}

/* .img-group a:first-child {
  margin-right: 5px;
} */

.img-group a img {
  width: 60%;
}

.restbeef_header_contacts,
.restbeef_header_tagline ul {
  display: flex;
  align-items: center;
}

.section-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.restbeef_up_title.style-1 {
  font-size: 45px;
}

.restbeef_up_title.dash {
  position: relative;
}

.restbeef_up_title.dash::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30%;
  height: 4px;
  background-color: rgb(197, 171, 107);
}

.section-1 .content-box {
  text-align: justify;
}

.section-1 .content-box.pr-30 {
  padding-right: 30px;
}

.section-1 .content-box.pl-30 {
  padding-left: 30px;
}

.section-1 .restbeef_button {
  border: 1px solid #b71c1c;
}

.section-1 .restbeef_button:hover {
  border: 1px solid #b71c1c;
}

.restbeef_button {
  border: 1px solid #b71c1c;
}

.restbeef_button:hover {
  border: 1px solid #b71c1c;
}

.restbeef_team_grid_content p.product-dis {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
}

/* .restbeef_header_content.fixed-header {
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
} */

.restbeef_main_header.fixed-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


.text-justify {
  text-align: justify;
}

.restbeef_menu_price {
  display: none;
}

.restbeef_js_bg_image.bg-overlay {
  position: relative;
}

.restbeef_js_bg_image.bg-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.restbeef_header_tagline .restbeef_header_contacts.store-container ul li {
  margin-right: 5px;
}

.restbeef_header_tagline .restbeef_header_contacts.store-container ul li .store-line {
  margin-right: 5px;
}

/* .restbeef_header_tagline .restbeef_header_contacts.store-container .store-img {
  width: 60%;
  display: block;
  margin: 0 auto;
} */

.bakery-product-name {
  font-size: 20px;
  text-align: center;
}

.title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 20px;
}

.outlet-box {
  border: 1px solid #b71c1c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  margin-bottom: 30px;
}

.outlet-box p {
  display: block;
  text-align: center;
}

.outlet-box p a {
  display: block;
}

.custom-text {
  font-family: "Great Vibes", cursive;
  font-size: 38px;
  color: #b71c1c;
  margin-top: 20px;
  display: inline-block;
}


.mt-150 {
  margin-top: 150px;
}

.order-now-box {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
  rotate: -90deg;
}

.order-now-box img {
  width: 180px;
}