.rubber-track-main-title
{
	font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #393939;
    padding-bottom: 24px;
}
.tb-result-container {
    display: flex; /* Use Flexbox for layout */
   direction
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
}
 
.tb-image-section {
    flex: 0 0 50%; /* Occupy 50% of the width on desktop */
    margin-right: 15px; /* Space between image and details */
  width:50%;

}
 
.track-selector-image-section img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
 
.tb-detail-section{
    padding: 40px 32px;
    background: #f1f1f1;
	width: 100%;
   /* flex: 0 0 0 50%;  Occupy 50% of the width on desktop */
  
}
 .tb-productlist-container .tb-productlist-row .tb-productlist-col
{
	flex:auto;
}
 
.tb-image-section img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 5px; /* Optional rounded corners */
}
 
.tb-detail-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
 
.tb-detail-body{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
#tb-track-selector-search-tab-brand-content .tb-custom-combobox-input,
.tb-track-selector-search-tab-content-conainer .tb-custom-combobox-input {
    /* background: #fff !important; */
}

.tb-track-selector-search-container {
    width: 100%;
    padding: 40px 32px;
    margin: 16px 0;
}
.tb-track-selector-container .tb-track-selector-search-input {
    height: 48px;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    background-image: url(../images/svg_icons/tb-mitas-search-icon.svg);
    border-right: 16px solid transparent;
    background-repeat: no-repeat;
    background-position: center right;
}
.tb-track-selector-search-container .tb-track-selector-search-search-input::-webkit-input-placeholder {
    color: #393939;
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title {
    cursor: pointer;
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title:first-child {
    /* border-left: 1px solid #ddd !important; */
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title.tb-tab-active {
    color: #dc0d10;
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title.tb-tab-active div {
    position: relative;
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title.tb-tab-active div::before {
    position: absolute;
    width: 100%;
    content: " ";
    border-bottom: 1px solid #003064;
    bottom: 0;
    left: 0;
}
.tb-track-selector-search-container .tb-custom-select .select-selected {
    background: #fff !important;
}
.tb-track-selector-search-container .tb-track-selector-search-filters {
    margin: 0 -8px;
}
.tb-track-selector-search-container .tb-track-selector-search-filters .tb-track-selector-search-filter-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
}
.tb-track-selector-search-container .tb-track-selector-search-filters .tb-track-selector-search-filter-inner .tb-custom-select .facet-heading {
    display: none;
}
.tb-track-selector-search-container #tb-track-selector-search-tab-filter-content,
.tb-track-selector-search-container #tb-track-selector-search-tab-search-content {
    display: none;
}
	#tb-track-selector-search-tab-brand-content .tb-track-selector-search-filter-inner.disabled,
    #tb-track-selector-search-tab-brand-content .tb-productlist-filter.disabled,
    #tb-brand-model-filters-id .tb-track-selector-search-filter-inner.disabled,
    #tb-brand-model-filters-id .tb-productlist-filter.disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: default;
}

@media only screen and (max-width:767px) {
	    .tb-result-container {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
    }
 
    .tb-image-section {
        margin-right: 0; /* Remove margin for stacked layout */
        margin-bottom: 15px; /* Add space below the image */
        width: 100%; /* Make the image section full width */
    }
 
    .tb-detail-section {
        text-align: center; /* Center text in detail section */
        width: 100%; /* Make the detail section full width */
    }
	.tb-track-selector-search-container {
        padding: 24px 16px;
        margin: 8px 0;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container.d-flex {
        display: block !important;
        text-align: center;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container.tb-mb-6 {
        margin-bottom: 24px !important;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title {
        padding-bottom: 16px;
        border: none !important;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title:first-child {
        border: none !important;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title.tb-tab-active div {
        display: inline;
    }
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex .tb-track-selector-search-search-input {
        margin-top: 32px;
    }
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex .tb-track-selector-search-search-input,
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex .tb-track-selector-search-button-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border: none;
        background-image: none;
    }
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex .tb-track-selector-search-button-container {
        padding-top: 16px;
        text-align: center;
    }
    .tb-track-selector-search-container .tb-track-selector-wrapper-button {
        padding: 0;
    }
	}
@media only screen and (min-width:768px) and (max-width:1024px) {
.tb-result-container{
display:flex;
}
.tb-image-section{
	flex:0 0 50%;
	margin-right:15px;
	width:50%;
}
.tb-image-section img{
 width:100%;
 height:auto;
 border-radius:5px;
}
.track-selector-image-section img{
overflow-clip-margin : content-box;
oveflow : clip;
}
img 
{ vertical-allign :middle ; border-style : none 
}

.tb-detail-section {
	padding : 40px 32px;
	 width:100%;
}
}
@media only screen and (width:768px){
	.tb-result-container{
display:flex;
}
.tb-image-section{
	flex:0 0 50%;
	margin-right:15px;
	width:50%;
}
.tb-image-section img{
 width:100%;
 height:auto;
 border-radius:5px;
}
.track-selector-image-section img{
overflow-clip-margin : content-box;
oveflow : clip;
}
img 
{ vertical-allign :middle ; border-style : none 
}

.tb-detail-section {
	padding : 40px 32px;
	 width:100%;
}
.tb-productlist-container .tb-productlist-row .tb-productlist-col
{
	margin:5px;
	    flex: 0 0 100%;
        max-width: 100%;
	
}
}	
@media only screen and (max-width: 1024px) {
    .tb-track-selector-search-container {
        padding: 32px 24px;
        margin: 12px 0;
    }
    .tb-track-selector-search-container .tb-track-selector-search-filters {
        margin: -8px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tb-track-selector-search-container .tb-track-selector-search-filters .tb-track-selector-search-filter-inner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 8px 0;
    }
    .tb-track-selector-search-container .tb-track-selector-search-filters .tb-track-selector-search-filter-inner.tb-track-selector-search-button-container {
        text-align: center;
    }
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex {
        margin: -8px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	    .tb-productlist-container .tb-productlist-row .tb-productlist-col {
        flex: auto;
        max-width: none;
        margin: 14px;
    }
	}
@media only screen and (min-width: 991px) {
		   .tb-track-selector-search-container .tb-track-selector-wrapper-button {
        position: relative;
        margin: auto;
        top: 12px;
    }
	}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tb-track-selector-search-container .tb-track-selector-wrapper-button {
        top: 24px;
    }

	}	