html {
  scroll-behavior: smooth;
}

#goToTopBtn {
  position: fixed;
  bottom: 156px;
  right: 30px;
  display: none;
  background-color: #04150e;
  color: #04150e;
  border: 2px solid #04150e;
  border-radius: 50px;
  padding: 6px 13px;
  cursor: pointer;
  font-size: 18px;
  transition: .5s ease;
  z-index: 1001;
}

#goToTopBtn:hover {  
  background-color: #2a8f65;  
  border: 2px solid #04150e;
  color: #04150e;

} 

#chat {
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    right: 14px;
    z-index: 10000;
    padding: 3px 12px;
    background-color: #ffffff;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  #chat p{
    display: grid;
    padding: 0px 12px;
    margin-bottom: 0px !important;
    color: #979191;
    font-weight: 500;
    font-size: 16px;
  }
  
  #chat p>span{
    font-size: 12px;
    color: gray;
    font-weight: 400;
  }
  
  .chat-img{
    border-radius: 50%;
    width: 25%;
    width: 50px;
    height: 50px;
    animation: tilt-shaking 0.3s infinite;
  }
  @keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
  }
  #chat h6{
    color: white;
    background-color: #4ccb5b;
    border-radius: 8px;
    font-weight: 100;
    font-size: 15px;
    padding: 8px 30px;
    text-decoration: none !important;
    transition:1s ease;
    letter-spacing: 0;
    text-transform: none;
    margin: 0px auto;
  
  }
  #chat h6:hover{
    padding: 8px 30px;
    text-decoration: none !important;
    transition:1s ease;
    background-color: #1c8528;
  
   }
  .chat-display{
    transition: 1s ease;
    bottom: 10px;
  }
  .chat-hide{
    transition: 1s ease;
    bottom: -90px;
  
  }
  #chat p{
    font-size: 13px !important;
  }
  #chat {
    right: 12px !important;
    bottom: 70px;
  }
  
  .chat table{
   width: 100%;
   margin-bottom: 0;
  }
  
  
  #chat .table td, .table th {
    padding: 0;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
  }

  

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #04150e;
    z-index: 1000000;
  }
  
  .loading img{
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: auto;
  }
  
  .preloader-finish{
    opacity:0;
    transition: opacity 0.5s ease-out;
    z-index: -100;
  }
  /* preloader */

  /* cookie  */
  #cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #052e1d;
    padding: 10px 18px 10px 0px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    border-top: 1px solid #15925e;
  }

    #accept-cookies, #cancel-cookies {
        border-radius: 0;
        font-size: 15px;
        background-color: #265845;
        color: #bae6d3;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        display: inline-block;
        padding: 7px 23px;
        border: 1px solid #265845;
    }
    #accept-cookies, #cancel-cookies:hover {
      border: 1px solid #bae6d3;
    }
    #accept-cookies:hover, #cancel-cookies:hover {
      border: 1px solid #bae6d3;
      background-color: #15925e;
      color: #bae6d3;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
  }

    #cookie-banner span{
        padding: 6px 35px;
    }
    #cookie-banner span a{
        color: #77dab1;
        margin: 0 10px;
    }
    #cookie-banner span a:hover{
        color: #ffffff;
    }
  
    /* contact-no-lg  */
    .contact-no-lg{
        background-color: #04150e;
      }
      .contact-no-lg h4{
          font-family: math;
          color: #fdfeff;
          font-size: 45px;
          text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
          font-weight: 600;
          text-transform: capitalize;
          letter-spacing: -3px;
          text-align: center;
      }
      .contact-no-lg p {
        font-weight: 500;
        font-family: "Manrope", sans-serif;
        color: #ffffff;
        font-size: 16px;
        line-height: 27px;
        text-align: center;
    }
    .contact-no-lg img {
        width: 150px;
        margin: 0 auto;
        display: table;
        padding: 25px;
    }
    
      .contact-no-lg a{
        color: #fff;
        font-size: 87px;
        font-family: math;
        letter-spacing: -3px;
        transition: transform 0.5s;
        margin: 0 auto 35px;
        display: table;
      }
      .contact-no-lg a:hover{
        color: #d89a28;
        text-decoration: none;
        transition: transform 0.5s;
      }
      /* footer-full */
      .footer-full {
        background-color: #1f0f04;
        padding: 45px 15px;
    }
    .new-padding{
      padding: 0 15px;
    }
    .footer-full h1{
      font-weight: 500;
      font-family: "Playfair Display", serif;
      color: #ffffff;
      font-size: 20px;
      line-height: 25px;
      text-align: center;
      margin-bottom: 25px;
    }
    .footer-full p {
      font-weight: 500;
      font-family: "Playfair Display", serif;
      color: #ffffff;
      font-size: 15px;
      line-height: 25px;
      text-align: center;
    }
    .useful-links ul{
        columns: 1;
      }
      .useful-links h4 {
        font-family: "Manrope", sans-serif;
        font-size: 20px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
      }
      .useful-links h4 i{
        font-size: 41px;
          margin-right: 15px;
      }
      .useful-links ul li{
        list-style: none;
      }
      .useful-links ul li a {
        color: #fff;
        background: #372010;
        padding: 4px 28px;
        border-radius: 8px;
        display: inline-flex;
        margin: 6px 0;
        transition: 0.5s ease;
      }
      .useful-links ul li a:hover{
        background: #946544;
        color: #ffffff;
        padding: 4px 18px 4px 38px;
        text-decoration: none;
      }
      .useful-links ul li a i{
        font-size: 20px;
        margin-right: 10px;
        margin-top: 5px;
      }
      .footer-full .logo {
        max-width: 38%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        margin: 0 auto;
        display: table;
        padding: 0 0 25px;
    }
    .contact-details a {
        display: block;
        color: #fff;
        font-size: 17px;
        font-family: math;
        transition: 0.5s ease;
        margin: 20px 0 0px;
      }
      .footer-full .contact-details {
        text-align: left;
      }
      .contact-details img{
        width: 40px;
      }
      .contact-details h4{
        font-family: "Manrope", sans-serif;
        font-size: 20px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
      }
      .contact-details h4 i{
        font-size: 41px;
          margin-right: 15px;
      }
      .contact-details a {
        display: block;
        color: #fff;
        font-size: 19px;
        font-family: math;
        transition: 0.5s ease;
        margin: 20px 0 0px;
      }
      .contact-details a:hover {
        color: #af6751;
        transition: 0.5s ease;
      }


      @media only screen and (max-width: 768px) {
      
        #accept-cookies, #cancel-cookies {
          font-size: 15px;
        padding: 7px 23px;
        width: 100%;
        margin: 10px 0;
      }

      #cookie-banner span {
        padding: 6px 27px;
        font-size: 11px;
    }

    .mobile-logo img{
      width: 90px;
      padding: 10px;
    }
      #chat {
        right: 12px !important;
        bottom: 10px;
        left: 12px !important;
    }
    .category-toggle-wrap .category-toggle {
        color: #ffffff;
      }
      .category-toggle-wrap .category-toggle i {
        color: #ffffff;
    }
    .slick-dot-style ul.slick-dots li button {
      background-color: #514a4a;
    }
    .ads {
      padding: 35px ;
    }
    .sec-h1 h1 {
      font-size: 33px;
      letter-spacing: 0px;
      word-spacing: -1px;
    }
      #back .content-1 {
        margin: 0px 20px 20px 0px;
        padding: 15px 20px 70px;
    }
    #management-team {
      margin: 0px 0px 0px 20px;
      padding: 15px 20px 70px;
    }
    .back-bg h2 {
      text-align: center;
      padding: 23px 0 14px 0;
  }
  #owner img {
    width: 50%;
    margin: 0 auto;
    display: table;
}
.section-title-deals h4 {
  font-size: 55px;
  line-height: 50px;
  padding: 49px 15px 60px 15px;
  letter-spacing: -3px;
  word-spacing: 6px;
  text-align: center;
}
.most-viewed .product-thumb {
  width: 100%;
}
.most-viewed .product-content .product-name a {
  font-size: 27px;
  text-align: center;
}
#management-team h4 {
  text-align: center;
}
.most-viewed .product-content {
  text-align: center;
  width: 100%;
}
.most-viewed .product-content{
  margin-top: 10px;
}
.most-viewed .product-item-action a {
  padding: 10px 40px;
  font-size: 16px;
}
.most-viewed .product-item-action a i {
  font-size: 20px;
}
.testimonials h2 {
  letter-spacing: 0px;
  font-size: 50px;
}
.banner-statistics-area .ads{
  padding:0;
}
.brand-logo-area {
  padding: 45px 15px 100px;
}
.slick-append-style_2 {
  width: 92%;
}
.useful-links h4, .contact-details h4 {
  text-align: center;
  margin-top: 40px;
}
  .useful-links ul li a {
    text-align: center;
    margin: 18px auto 16px;
    display: table;
  }
  body {
    margin-bottom: 130px;
  }

  .header-middle-area .logo img{
    margin: 9px auto;
    display: table;
    width: 24%;
  }
  .newcart-icn {
    font-size: 50px ;
  }

  .header-configure-wrapper {
      -webkit-justify-content: center !important;
      margin: 7px 0;
  }
  .header-middle-area {
    padding: 0px 0;
    background: #00000087;
  }
  .main-menu ul li:first-child {
    padding-left: 7px;
  }

  .main-menu ul li {
    position: relative;
    padding: 16px 7px;
  }
  .header-support2 {
    text-align: right;
    display: none;
}
.h-show{
  display: table;
  margin: 0 auto;
  float: none;
}
.mobile-only{
  display: block;
}
.mobile-only h2{
  text-align: center;
  margin: 48px 0 16px 0;
  font-size: 25px;
}
.category-toggle-wrap nav.category-menu {
  border-top: none;
  top: 100%;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 11;
  display: block;
  background-color: #ffffff85;
}
.category-toggle-wrap nav.category-menu>ul {
  max-height: max-content;
  overflow-y: auto;
}
    }



  
    .chat-container {  
      width: 400px; /* Width suitable for chat display */  
      border-radius: 20px;  
      background-color: white;  
      display: flex;  
      flex-direction: column;  
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);  
    }  
    .chat-container .chat-img{
      position: absolute;
      border-radius: 0;
      margin: 10px;
    }
    .chat-header {  
      background-color: #231f20; /* A color representing professionalism */  
      padding: 15px;  
      border-top-left-radius: 20px;  
      border-top-right-radius: 20px;  
      text-align: center;  
      font-weight: bold;  
      font-size: 20px;  
    }  
    .chat-header img {  
      width: 18%;
    }  
    .chat-messages {  
      flex: 1;  
      padding: 10px;  
      overflow-y: auto;  
      max-height: 350px;  
      background-color: #f0f0f0; /* Light gray chat background */  
    }  
    
    .wp-message {  
      background-color: #dcf8c6; /* Light green for received messages */  
      padding: 10px;  
      border-radius: 5px;  
      margin-bottom: 10px;  
      max-width: 70%;  
      position: relative;  
    }  
    
    .reply {  
      background-color: #ffffff; /* White for sent messages */  
      align-self: flex-end; /* Align replies to the right */  
    }  
    
    .message-text {  
      font-size: 14px; /* Standard message font size */  
    }  
    
    .message-time {  
      font-size: 10px; /* Smaller text for timestamp */  
      color: gray; /* Timestamp color */  
      position: absolute;  
      bottom: 5px;  
      right: 10px;  
    }  
    
    .chat-footer {  
      padding: 10px;  
      border-top: 1px solid #ccc;  
    }  
    
    .chat-button {  
      text-decoration: none;  
      background-color: #25D366; /* Association branding color */  
      color: white;  
      padding: 10px;  
      border-radius: 5px;  
      text-align: center;  
      display: block;  
      transition: background-color 0.3s;  
    }  
    
    .chat-button:hover {
      background-color: #1fbd59;
      color: #fff;
      text-decoration: none;
    }
    .chat-button:focus {
      background-color: #1fbd59;
      color: #fff;
      text-decoration: none;
    }
    .chat-button:active {
      background-color: #1fbd59;
      color: #fff;
      text-decoration: none;
    }

   