/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /* --- Header  --- */
 .search-widget { 
    border-bottom : 0px ;
    border:1px #ccc solid ; 
    border-radius : 50px;
    background: transparent;
}

.search-widget input, .search-widget input:hover, .search-widget input:active { 
    border-bottom : none ;
    background: transparent;
   border: 0px !important;  
}

#desktop_logo .logo {
    max-width: 160px ;
}

/* --- Body Home --- */


/* --- Body List --- */


 /* --- Body Detail  --- */
.product-description-section .section-title:first-child {
    display: none !important;
}

.accordion {
  max-width: 800px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.accordion-item h2 {
  background: #fff;
  cursor: pointer;
  padding: 15px 20px 15px 2px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  transition: all 0.5s ease;
}

.accordion-item p {
  padding: 0 20px;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, padding 0.4s ease;
  line-height: 1.6;
}

.accordion-item.active p {
  padding: 15px 20px 15px 20px;
  max-height: 9999px; /* ensures no cropping */
}

.accordion-item.active h2 {
  background: #efefef;
  padding-left:15px 
}

.accordion-item i {
  transition: transform 0.3s ease;
}

.accordion-item.active i {
  transform: rotate(45deg); /* + becomes × */
}


 /* Footer */

.social-links._footer  li a {

    width: 40px;
    height: 40px;
    border: 2px #999 solid;
    border-radius: 22px;
    display: block;

}

.social-links._footer  .fa-fw  {
    margin-top: 4px;
}
 
.title-line {
    position: relative; /* Ensure the pseudo-element is positioned relative to the title */
    text-align: left; /* Optional: center the title text */
  }
  
.title-line::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px; /* Adjust the thickness of the line */
    background-color: #589d8e; /* Change to your desired color */
    margin: 8px 0 0 0 ; /* Adjust spacing: top margin and auto for horizontal centering */
  }

  .title-line-centered {
    position: relative; /* Ensure the pseudo-element is positioned relative to the title */
    text-align: center; /* Optional: center the title text */
  }
  
.title-line-centered::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px; /* Adjust the thickness of the line */
    background-color: #589d8e; /* Change to your desired color */
    margin: 8px auto 0; /* Adjust spacing: top margin and auto for horizontal centering */
  }

  .brand-loop img { max-width: 60%;}
  .brand-loop .swiper-slide-inner { text-align: center !important ;}
  .simpleblog__listing__post__wrapper__content  p { display: none }
  .simpleblog__listing__post__wrapper__content  h3 { font-size: 20px ; font-weight: 400 ;}