:root {
  --yellow: #ff9000;
  --light-yellow: #604a3c;
}


#product-images img {
  width: 100%;
  height: 400px !important;
}


#product-images .col-lg-3 {
  margin: 0 -5px;
}

#product-images .foodige-food-item img {
  height: 400px !important;
}

#product-image-index {
  height: 400px !important;
  width: 100% !important;
}


@media screen and (max-width:768px) {
  #product-image-index {
    height: auto !important;
  }

  #product-text-index {
    height: 350px !important;
  }
}


.lightboxpreview {
  transition: all .3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: auto;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}

.modal-content {
  width: 100%;
}


.modalscale {
  transform: scale(0);
  opacity: 0;
}



.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all .4s ease-in-out;
}

.lightbox_img_wrap {
  padding-top: 150%;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
}

.lightbox-enabled:hover {
  transform: scale(1.1)
}

.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;

  font-size: 50px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}

.right {
  right: 50px;
}

#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }

  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}


.slideleft {
  animation-name: slideleft;
  animation-duration: .5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }

  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}


.slideright {
  animation-name: slideright;
  animation-duration: .5s;
  animation-timing-function: ease;
}



#image-after::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
}

/**/
.my-btn-blog {
  border-bottom: 1px solid var(--yellow);
}

.my-btn-blog:hover {
  border-bottom: 1px solid #ff9000;
  color: #ff9000;
}


.my-btn-blog2 {
  line-height: 48px;
  border-radius: 2px;
  border: 1px solid var(--yellow);
  padding: 10px 30px;
  font-size: 14px;
}

.my-btn-blog2:hover {
  background-color: var(--yellow);
  color: #fff;
}

/* blog */
.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff9000;
}

.blog_section .blog_content .owl-nav {
  display: block;
}

.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #ff9000;
  transition: all 0.3s;
  color: #fff;
}

.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #ff9000;
  color: #ff9000;
}

.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #ff9000;
  color: #fff;
  transition: all 0.3s;
}

.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #ff9000;
  color: #ff9000;
}

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }

  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}

/**/

#flex-common .lightbox_img_wrap span {
  display: none;
}

#flex-common .lightbox_img_wrap:hover span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

#text-animation {
  background-color: #604a3c;
  color: #ffffff;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #604a3c;
  color: #ffffff;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  border: 1px solid #604a3c;
}

#placeholder-display {
  border: 1px solid #604a3c !important;
  height: 300px !important;
}


#recipe-image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  background-size: cover;
  margin: 0 auto;
}

#recipe-card {
  width: 100%;
}

#recipe-card-image {
  width: 200px;
  height: 200px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  bottom: -50%;
}

#meta-info-author {
  text-align: center;
}

#recipe-ingredients {
  padding-bottom: 30px;
}


#recipe-ingredients ul {}



#recipe-ingredients li {
  padding: 10px;
  font-size: 18px;
  color: #000;
}


@media screen and (max-width:480px) {
  #btn-left {
    float: center !important;
  }
}

.blog-details-section .blog-comment-field input {
  padding: 15px;
  width: 100%;
  height: 50px;
  border: 2px solid #e1e3ff;
}

/**/
#my-top-header {
  background-color: #ff9000;
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

#my-top-header #first-list {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  list-style: none;
  padding: 7px;
  color: #fff;
  font-size: 15px;
}

#my-top-header #first-list i {
  padding-right: 5px;
}

#my-top-header #sec-list {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  list-style: none;
  padding: 7px;
  color: #fff;
  font-size: 15px;
  padding-bottom: 5px;
}

#my-top-header #sec-list li {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
}

#my-top-header #sec-list li a {
  color: #ff9000;
}

.header-top-gap {
  margin-top: 45px;
}

@media screen and (max-width:1440px) {
  #my-top-header {
    position: static;
    display: none;
  }

  .header-top-gap {
    margin-top: 0;
  }

}

@media screen and (max-width:768px) {
  #my-top-header {
    height: auto;
  }

  #my-top-header #first-list {
    justify-content: center;
    flex-direction: column;
    gap: 0;
    text-align: center;
  }

  #my-top-header #sec-list {
    justify-content: center;
  }
}

#blog-img {
  width: 100%;
}

#blog-para {
  font-size: 16px;
}



/**/

/**/
#my-top-header2 {
  background-color: #fff;
  width: 100%;
  height: auto;
  z-index: 1000;
}


#my-top-header2 #sec-list {
  display: flex;
  justify-content: flex-start;
  gap: 30px 20px;
  list-style: none;
  padding: 7px;
  color: #fff;
  font-size: 15px;
  padding-bottom: 5px;
}

#my-top-header2 #sec-list li {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
}

#my-top-header2 #sec-list li a {
  color: #ff9000;
}

#breadcrumb h1 {
  padding-top: 50px;
}

@media screen and (max-width: 480px) {
  .footer-top-content h4 a {
    font-size: 25px;
  }

  .footer-top-content h2 a {
    font-size: 25px;
  }

  .footer-top-content h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .footer-top-content h4 a {
    font-size: 20px;
  }

  .footer-top-content h2 a {
    font-size: 20px;
  }

  .footer-top-content h3 {
    font-size: 16px;
  }
}