/* Should you need to overwrite any of our SCSS or LESS or SASS code need to add any custom code, We recommend that you add your code into this file, so whenever theme update is available and you update the theme, You will not lose your hard work :) */

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
  font-family: 'Helvetica Regular';
  src: url('../helvetica/Helvetica.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Bold';
  src: url('../helvetica/Helvetica-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Oblique';
  src: url('../helvetica/Helvetica-Oblique.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Bold Oblique';
  src: url('../helvetica/Helvetica-BoldOblique.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Light';
  src: url('../helvetica/helvetica-light-587ebe5a59211.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Rounded Bold';
  src: url('../helvetica/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
}

@font-face {
  font-family: 'Helvetica Compressed';
  src: url('../helvetica/helvetica-compressed-5871d14b6903a.otf') format('opentype');
}
body {
  font-family: 'Helvetica Light', sans-serif !important;
}
.lang_flag{
    width: auto;
    height: 27px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title-font{
  font-family: "PT Serif", serif !important;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a{
  font-family: "PT Serif", serif !important;
  font-weight: 700;
}
.top-social-icon-1 {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none; }
    .top-social-icon-1 li {
      text-align: center;
      margin-right: 5px;
      display: inline-block; }
      .top-social-icon-1 li:last-child {
        margin-right: 0; }
      .top-social-icon-1 li a {
        color: var(--color-primary);
        height: 40px;
        width: 40px;
        line-height: 40px;
        display: inline-block;
        font-size: 16px;
        border-radius: 6px;
        background: #ffffff; }
        .top-social-icon-1 li a:hover {
          color: #ffffff;
          background-color: var(--color-secondary); }


          .top-bar-info li i {
            font-weight: 700;
        }

.services_img{
  max-height: 300px !important;
  min-height: 300px !important;
  object-fit: cover !important;
}

/* .blog_img{
  max-height: 60%;
  min-height: 60%;
  object-fit: cover;
} */

/* .image-box{
  max-height: 60%;
  min-height: 60%;
} */

.image-box img{
  max-height: 300px;
  min-height: 300px;
  width: 100%;
  object-fit: cover;
}

.card-style1{
  max-height: 550px !important;
  min-height: 550px !important;
}

.card-style1 .card-body {
  /* position: relative;
  box-shadow: 0px 3px 10px 0px rgb(41 45 194 / 8%);
  padding: 55px 30px 30px 30px;
  background: #ffffff; */
  /* display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start; */
}


.service-single-icon{
  width: 100px !important;
}

.active-route-style{
  color: var(--color-secondary) !important;
}

.section-heading-02 .sub-title .title-img {

  background: transparent !important;

}


@media screen and (max-width: 991px){

  .navbar-toggler {
      background: unset;
  }
}

.force-card{
  max-height: 500px;
  min-height: 290px;
}

.footer >*{
  color: red;
  font-weight: 800 !important;
}

.footer-fixed {
  background: var(--color-secondary);
  padding: 0;
  height: 40px;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  /* width: 100%; */
  z-index: 150;
  padding: 0 10px;
}
.footer-fixed .suivez {
  font-weight: 700;
}
.footer-fixed span.contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  background: var(--color-primary);
  height: 40px;
  margin: 0;
  text-align: center;
}
.footer-fixed span.contact-icon a {
  color: #fff !important;
}
.footer-fixed > .row {
  margin: 0;
}
.footer-fixed ul li {
  float: left;
  list-style: none;
  padding: 0px 0 0 10px;
}
.footer-fixed ul li a i {
  font-size: 15px;
  color: #fff;
}

.scroll-to-top {
  bottom: 110px;
}

dl, ol, ul {
  margin-bottom: 0;
}

ol, ul {
  padding-left: 0;
}

.contact-icon {
  border-radius: 0;
}

.footer-list-style1 li a {
  font-weight: 700;
}


.card-style1-1 .card-body-1 {
  padding: 4px 30px 30px 30px;
}

.link-btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
}

.page-item.active .page-link {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.page-link {
  color: var(--color-secondary);
}

.slider-fade.owl-carousel.owl-theme .owl-dots {
  bottom: 36px;
}

.top-bar-info li i {
    font-size: 20px;
}
.top-bar-info li {
    font-size: 16px;
}


.tata:last-child .process-style1::before{
  display: none !important;
}
#img_body button.btn-close {
  position: absolute;
  right: 0;
  z-index: 1;
  color: #333;
  font-size: 1.3rem;
  opacity: 1;
}


.card-style1 .card-body .icon-box {
  z-index: 999;
  border-radius: 6px;
  color: white;
  padding: 8px 15px;
  width: auto;
  height:auto;
  z-index: 999;
  top: -27px;
}

.price-tag{
    font-family: livvic;
    font-size: 25px;
    font-weight: 700;
}

.price-box{
  color: #b46c16;
  margin-bottom: unset;
  gap: 7px;
}

.card-style1 .card-body {
  padding: 25px 10px 10px 10px;
}

.cart-button{
  outline: 0;
  border: 0;
  padding: 5px 10px;
  color: #b46c16;
  border-radius: 6px;
  transition: all .2s;
}

.card-style1-product{
  max-height: unset !important;
  min-height: unset !important;
}

.butn-style01.sm {
  padding: 15px 20px !important;
  font-size: 14px;
}

.cart-button {
  outline: 0;
  border: 0;
  padding: 10px 15px;
  color: #b46c16;
  border-radius: 6px;
}

.count{
  font-weight: 700;
  font-size: 16px;
  outline: none;
  border: none;
  display: inline;
  width: 20px;
  text-align: center;
}

button.quantity {
  outline: none;
  border: none;
  background: none;
  font-size: 20px;
  margin: 0 13px;
  color: inherit;
}

.quantity-box{
    border: 2px solid #efefef;
    padding: 5px 5px;
    border-radius: 5px;
}


.td-cart{
  padding: 28px 0 !important;
}

.cart-dd-box{
  position: relative;
  display: flex;
  /* margin-right: 15px; */
  width: 47px;
}

.card-dd-box_mobile{
  margin-left: auto;
  transform: translateX(30px);
}

.cart-dd-box:hover .cart-dd-list{
  display: block;
}

.cart-dd-btn{
  outline: none;
  border: none;
  background: transparent;
  position: relative;
  color: #b46c16;
  font-size: 21px;
}

.cart-dd-btn-mobile{
  color: #b46c16;
}

.cart-dd-list{
  position: absolute;
    background: #ffffff;
    padding: 10px 10px;
    z-index: 99999;
    top: 70px;
    left: -13px;
    display: none;
    border: 2px solid #e8e8e8;
    width: 415px;
}

span.cart-dd-count {
  position: absolute;
  top: 0px;
  border-radius: 3px;
  font-size: 10px;
  background: #545454;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  right: -6px;
}

.butn-style09 {
  position: relative;
  z-index: 9999;
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  padding: 16px 30px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  color: #2e2d2d;
  background-color: transparent;
  border: none;
  will-change: transform;
  z-index: 2;
  transition: color 0.3s ease,border-color 0.3s ease,background-position 0.3s ease,background-color 0s linear 0.3s;
  border: 2px solid #e8e8e8;
}

.cart-button:hover{
  background: #f29300;
  color: #efefef;
}




.alert-custom {
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 169px;
  right: 0;
}

@media only screen and (max-width:400px) {
  .alert-custom {
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 169px;
    right: 0;
}
}

@media (min-width: 576px){
  .alert-custom {
    position: fixed;
    z-index: 999999;
    width: 500px;
    top: 169px;
    right: 100px;
  }
  .modal-dialog {
    max-width: 846px;
  }
}

.modal-body {
  padding: 0rem;
}

.cart-button {
  color: #ffffff;
  background: #b46c16;
}

.cart-button:hover, .cart-button:active  {
  background: #545454;
  color: #ffffff;
}

.lSSlideOuter .lSPager.lSGallery {
  width: 100% !important;
}

.lSPager.lSGallery li {
  width: 116.77777777777777px !important;
  height: 80px !important;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

header {
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 15;
}

@media screen and (max-width: 991px){
  .navbar-toggler:after {
    border-top: 2px solid #b46c16;
    border-bottom: 2px solid #b46c16;
    width: 25px;
  }
}

@media screen and (max-width: 991px){
  .navbar-toggler:before {
    background: #f29300;
    width: 25px;
  }
}

@media screen and (max-width: 575px){
  .navbar-brand img {
    max-height: 55px;
  }
}

.socials-fixed-footer-icon{
  width: 25px;
  height: auto;
}

@media screen and (max-width: 991px){
  .navbar-toggler.menu-opened:after {
      background: #b46c16;
  }
}

@media screen and (max-width: 991px){
  .navbar-toggler.menu-opened:before {
    background: #b46c16;
  }
}

.product-image{
  height: auto;
  object-fit: contain;
}
.owl-item {
  height: auto !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -30px;
}
.cta-call{
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: inline;
  border-radius: 50%;
  background: #0067ff;
  border: 1px solid #0067ff;
  width: 40px;
  height: 40px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  transition: all .3s ease;
  display: flex;

  justify-content: center;
  align-items: center;
}

.scroll-to-top {
  width: 40px;
  height: 40px;
}

.share img{
  width: 25px;
  height: auto;
}

.share ul{
  list-style: none;
  gap: 5px;
}

.share p{
  margin: 0;
  font-weight: 700;
  margin-right: 10px;
}



    /* Modal container (initially hidden) */
    .modal {
      display: none;  /* Hidden by default */
      position: fixed;
      z-index: 999999;  /* Sit on top */
      left: 0;
      top: 0;
      width: 100%;  /* Full width */
      height: 100%; /* Full height */
      background-color: rgba(0,0,0,0.4); /* Black with transparency */
    }

    /* Modal content */
    .modal-content {
      background-color: white;
      margin: 15% auto;
      padding: 20px;
      border-radius: 5px;
      width: 80%;  /* Adjust size as needed */
      max-width: 500px;
    }

    /* Modal header */
    .modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    /* Close button */
    .close {
      font-size: 30px;
      font-weight: bold;
      cursor: pointer;
    }

    /* Button for opening modal */
    .open-modal-btn {
      cursor: pointer;
    }

    .open-modal-btn:hover {
      background-color: #93c020;
    }

    p.button_call {
    display: flex;
    justify-content: center;
    color: #333;
    margin: 5px 0px;
}
p.button_call a {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    background: #93c020;
    border-radius: 5px;
    padding: 8px 0;
    text-decoration: none;
}


.share{
  padding-bottom: 50px;
}

.cart-dd-list-items {
  max-height: 60vh;
  overflow: scroll;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: 100px !important;
  object-fit: cover !important;
  object-position: center !important;
  max-width: 100%;
}
ul.lSPager.lSGallery li {
  height: 100px !important;
}
.navbar-brand img {
  max-height: 65px;
  transition-duration: 0.5s;
}
.section-heading {
  margin-bottom: 50px;
  text-align: left;
  position: relative;
}
.section-heading h2 {
  text-align: center;
}
.section-heading h4 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 25px;
}

.list-style5 li .nutritional-info {
  margin-bottom: 0;
}