.woocommerce-breadcrumb{
    display:none;
}
.col-full{
    max-width:100% !important;
    padding: 0 !important;
}
.shoptimizer-archive{
  margin-top: -2px;
}
.hero-container {
    position: relative;
    width: 100%;
    max-width: 100%; /* Optional: restrict size */
  }
  
  .image-container {
    width: 100%;
  }
  
  .background-image {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .overlay-content {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 90%;
  }
  
  .overlay-content h1 {
    font-family: 'Matritsa';
    font-weight:900;
    font-size:40px;
    letter-spacing:1.2px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
  }
  
  .overlay-content p {
    font-family: 'Inter';
    font-weight:400;
    font-size:16px;
    color: #ffffff;
    width:334px;
    height:57px;
    line-height: 16px;
    margin: 0 auto;
  }
  .second-section {
    display: flex;
    gap: 10px; 
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .dealer-container,
  .partner-container{
    /* max-width:715px;
    width:cal(50%-10px); */
    flex: 1 1 45%;
    background-color: #EDEDED;
    height:578px;
  }
  .dealer-container{
    background-color: #181818;
  }
  .dealer-heading,
  .partner-header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .heading-title,
  .header-title{
    font-family: 'Matritsa';
    font-weight: 900;
    font-size: 32px;
    color:#000;
  }
  .heading-title{
    color:#ffffff;
  }
  .partners-logo {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;          
    justify-content: center;  
    gap: 20px;               
    align-items: center;      
}

  .partner-logo-img {
    display: flex;
    align-items: center;
    object-fit: contain;
    justify-content: center;
    margin: 0 auto;
  }
  
  .dealer-location {
    display: flex;
    gap: 10px; 
    justify-content: center; 
    flex-wrap: wrap;
    margin: 20px 0;
  }
  
  .location  {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    white-space: nowrap;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #CCCCCC;
    width: auto;
    height: 27px; 
    cursor: pointer;
  }
  
  .location.selected{
    border: 1px solid #EF6526;
    color:#EF6526;
  }
  .icons-wrapper .icon-group {
    display: flex ;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .icon-group a {
    width: calc(25% - 7.5px); 
    background: #ffffff;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .icon-group a img {
    width: 100%;
    height: auto;
    display: block;
  }
body.single #ywqa_question_list, body.single #ask_question_form .ywqa-ask-question * {
    color: #fff;
}
body.single .woocommerce-tabs.wc-tabs-wrapper a {
  color: #F56721;
}

@media screen and (max-width:768px){
  #content.site-content {
    padding-top: 70px;
  }
  .hero-section .hero-container .overlay-content h1{
    font-size: 40px;
  }
  .partner-header .header-title{
    font-size: 28px;
  }
  .dealer-heading .heading-title{
    font-size: 32px;
  }
  .second-section {
    flex-direction: column;
    padding: 0;
  }

  .dealer-container,
  .partner-container {
    flex: 1 1 100%;
  }
  footer.copyright {
    display: none !important;
}

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

  .location {
    padding: 5px 5px;
  }
  .icons-wrapper .icon-group {
    gap: 5px;
    max-width: 90%;
    width:100%;
    margin-bottom: 20px;
  }
  .partner-container{
    margin-top: 10px;
  }
  .partners-logo {
    gap: 10px;
    margin-bottom: 20px;
  }
  .partner-logo-img {
    /* width:calc(33.333% - 20px);  */
    max-width: 100%;
    height: 100%;
    max-height:60px;
    object-fit: contain;
  }
  .site-footer .col-full{
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  footer.copyright .logo {
    flex-direction: column;
  }
}
body .site-content {
    padding-top: 70px;
}
body .content-area{
  width: 100%;
}