.yith-quick-view-content.woocommerce div.product .product {
  height: auto !important;
}

#yith-quick-view-content div.images {
  width: 50%;
}

#yith-quick-view-content div.summary {
  width: 50%;
}

div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit {
  display: block !important;
}

/* div.dgwt-wcas-om-bar {height: auto !important; flex-wrap: wrap;} */
div.dgwt-wcas-om-bar {
  flex-wrap: wrap;
}

div.dgwt-wcas-om-bar .dgwt-wcas-om-return {
  height: 40px;
}

div.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
  width: 100% !important;
  margin: 10px 6px 0;
}

div.dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input {
  font-size: 13px !important;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
  top: 98px !important;
  height: calc(100% - 98px) !important;
}

.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
  right: 60px !important;
}







.model-page-section #part-results div.widget_products {
  overflow: visible;
  max-height: inherit;
}


.model-page-section #part-results .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.model-page-section #part-results .product_list_widget li {
  width: calc(33.33% - 7px);
}


.model-page-section .tag-parts-prediction h3 {
  font-size: 24px;
}

.model-page-section .tag-parts-prediction .tag-prediction-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.model-page-section .tag-parts-prediction .tag-prediction-links a {
  color: #000;
  background: #fffae9;
  border: 1px solid #fcc81d;
  padding: 3px 10px;
  border-radius: 20px;
}

.model-page-section .tag-parts-prediction .tag-prediction-links a:hover {
  border-color: #fcc81d;
  background: #fcc81d;
  color: #000;
}


.model-page-section .slick-list {
  padding: 10px 0 !important;
}



.woocommerce-product-gallery:not(:hover) .flex-direction-nav a,
.slick-slider:not(:hover) .slick-arrow {
  transform: scale(1) !important;
}

.brands-container {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 45px;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.grid-item {
  text-align: center;
  padding: 35px 10px;
  background-color: #fff;
  border: 4px solid #666;
  border-radius: 2px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
}

.grid-item:hover {
  border-color: #fcc81d;
}


#tab-tags .product-tab-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

#tab-tags .product-tab-brands .brand-item {
  width: calc(20% - 6px);
}

#tab-tags .product-tab-brands .brand-item:not(:last-child) {
  margin: 0;
}

#tab-tags .product-tab-brands .term-name {
  margin: 0px;
  word-break: break-all;
}

#tab-tags .product-tab-brands .brand-item>* {
  display: flex;
  vertical-align: middle;
  border: 1px solid var(--main-line);
  padding: 10px;
  text-align: start;
  font-size: 14px;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width:1199px) {
  #tab-tags .product-tab-brands .brand-item {
    width: calc(33.33% - 6px);
  }
}

@media (max-width:992px) {
  .model-page-section #part-results .product_list_widget li {
    width: calc(50% - 7px);
  }

  #tab-tags .product-tab-brands .brand-item {
    width: calc(33.33% - 6px);
  }
}

@media (max-width:767px) {

  .model-page-section #part-results .product_list_widget {
    gap: 0px;
  }

  .model-page-section #part-results .product_list_widget li {
    width: 100%;
  }

  .grid-container {
    padding: 0 20px;
  }

  .filter-section {
    overflow: auto;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  #tab-tags .product-tab-brands .brand-item {
    width: calc(50% - 6px);
  }
}

@media (max-width:414px) {
  #tab-tags .product-tab-brands .brand-item {
    width: 100%;
  }
}


.zsiq-float {
  background-color: #ffcd00 !important;
}



.box-nav-vertical .block-title {
  color: #5c4807 !important;

}


.view-all-menu a {
  color: #fcc81d;
  font-weight: 600;
}

.view-all-menu a:hover,
.vertical-menu>.menu-item>a:hover {
  background-color: rgb(252, 200, 29) !important;
  color: #392d06 !important;
}



.main-menu>.menu-item>a {
  padding: 16px 19px !important;

}

.main-menu>.menu-item {
  margin: 0 0px !important;
}



.main-menu>.menu-item:hover>a,
.current-menu-item>a {
  color: #403308 !important;
  background: #fcc81d !important;
}


.ovic-tab.style-01 .tabs-list {
  margin: 9px 30px !important;
}

.ovic-tabs .tab-item a {
  padding: 5px 10px;
  border-radius: 5px;
}

.ovic-tabs .tab-item.active a,
.ovic-tabs .tab-item a:hover {
  color: #1d1700 !important;
  background: #fcc81d;
}

.ovic-tab.style-01 .tabs-title,
.ovic-heading.style-01 .title {

  color: #352a07 !important;
}

.symtom-detail-inner{max-width: 1230px;padding: 0 15px;margin: 0 auto;}
.symtom-detail-row {display: flex;justify-content: space-between;}
.symtom-detail-info {width: 70%;flex: 0 0 70%;}
.symtom-detail-info-inner {padding-bottom: 30px;border-bottom: solid 1px #f1f1f1;margin-bottom: 30px;}
.symtom-detail-info h1 {font-size: 28px;font-weight: 700;padding-bottom: 20px;margin-bottom: 30px;font-family: "Open Sans", sans-serif;border-bottom: solid 1px #f1f1f1;}
.symtom-detail-info h2{display: flex;align-items: center;font-size: 22px;font-weight: 700;gap: 16px;margin-bottom: 30px;font-family: "Open Sans", sans-serif;}
.symtom-detail-info h2 i{display: flex;align-items: center;justify-content: center;font-size: 14px;color: #fff;width: 36px;flex: 0 0 36px; height: 36px;background-color: #000;border-radius: 50%;font-style: normal;}
.most-tag {background-color: #edf3f6;display: inline-block;font-size: 16px;font-weight: 700;color: #0a66be;padding: 10px 20px;border-radius: 5px;margin-bottom: 30px;font-family: "Open Sans", sans-serif;}
.repair-heading {font-size: 20px;font-weight: 700;margin-bottom: 10px;display: block;font-family: "Open Sans", sans-serif;}
.symtom-detail-info h3 {font-size: 22px;font-weight: 700;gap: 16px;margin-bottom: 15px;font-family: "Open Sans", sans-serif;}
.symtom-detail-info ol {padding-left: 16px;}
.symtom-detail-info ol li {margin: 0 0 15px;}
.repair-card {width: 26%;flex: 0 0 26%;}
.repair-card h2 {font-size: 22px;font-weight: 700;gap: 16px;margin-bottom: 20px; padding-top: 10px; font-family: "Open Sans", sans-serif;text-align: center;}
.repair-card-info {border: solid 1px #f1f1f1;}
.repair-card-info ul {list-style: none;padding: 0;margin: 0;}
.repair-card-info ul li{border-bottom: solid 1px #f1f1f1;}
.repair-card-info ul li:last-child{border-bottom: none;}
.repair-card-info ul li a{display: flex;align-items: center;gap: 16px;color: #000;padding: 15px 15px;}
.repair-card-info ul li a:hover{background-color: #f1f1f1;text-decoration: none;}
.repair-card-info ul li a i{width: 30px;flex: 0 0 30px;height: 30px;background-color: #f1f1f1;border-radius: 5px;}
.repair-card-info ul li a i img{width: 100%;height: 100%;object-fit: cover;}
.symtom-detail-links {margin-bottom: 30px;}
.symtom-detail-links h2 {font-size: 22px;font-weight: 700;gap: 16px;margin-bottom: 20px;font-family: "Open Sans", sans-serif;}
.symtom-detail-links ul{margin: 0;padding: 0;list-style: none;display: flex;flex-wrap: wrap;gap: 10px;}
.symtom-detail-links ul li a{display: block;background-color: #f7f7f7;border: solid 1px #eaeaea;color: #000;font-size: 14px;font-weight: 600;border-radius: 5px;padding: 6px 15px;}
.symtom-detail-links ul li a:hover {background-color: #eaeaea;text-decoration: none;}
.symtom-detail-info .symtom-detail-info-inner ol > li::marker {
    color: rgb(10, 102, 190);
}
.detailed-info-title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
}

.link-tag {
    color: #000;
	text-decoration: underline;
}

/* Make tables span full width */
#models-table,
#parts-table {
    width: 100% !important;
    table-layout: auto; /* allow columns to auto adjust */
    box-sizing: border-box !important;
}

/* Optional: make the table container full width */
.encompass-results .dataTables_wrapper {
    width: 100% !important;
}
.product-details h5 {
  margin-top: 15px;
  font-weight: bold;
}

.product-details p {
  margin-bottom: 10px;
}

.exploded-view img {
  max-width: 100%;
  height: auto;
}

.model-detail-col{
  text-align: center;
}

.encompass-search-form {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    width: 50%;
}

.search-wrapper {
    border: solid 1px #ddd;
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    
}

.encompass-search-input {
    flex: 1;
    padding: 10px 15px !important;
    font-size: 14px !important;
    background-color: #ffff !important;
    height: auto;
    box-shadow: none !important;

    
}

.search-btn {
    background: #fbc02d !important; /* yellow */
    border: none;
    padding: 14px 25px ;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 26px;
    height: auto;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: #f9a825;
}

.search-btn i {
    pointer-events: none;
}

@media (min-width: 768px) {
  .header.style-01 .header-mid .header-end{
    justify-content: space-evenly !important;
  }
}
    
@media screen and (max-width: 767px) {
.symtom-detail-row {display: block;}
.symtom-detail-info {width: 100%;}
.repair-card {width: 100%;}
}

@media (max-width:767px) {
  .ovic-menu-panel>ul>li {
    padding: 0 0 !important;
  }

  div.ovic-menu-clone-wrap .ovic-menu-panel>ul>li>a {

    padding: 10px 20px !important;

  }
}





@media (max-width: 554px) {

  .chat-iframe-wrap,
  .chat-iframe-wrap iframe,
  .chat-loader-cont {
    min-height: 480px !important;
    height: auto !important;
  }

body .chat-iframe-wrap, body .chat-loader-cont {
	bottom: 0px !important;
	left: auto !important;
	max-height: 100% !important;
	max-width: 100% !important;
	right: 0 !important;
	width: 100% !important;
	top: inherit !important;
	background: #fff;
	z-index: 999;
	height: auto !important;
}
}