#search_results_container {
	margin-top: 1em;
}

/* Attempt to resolve issue with highlighting separate structure elements */
.custom-popular-items-content-wrapper { 
    display: inline-block;
    position: relative;
    width: 100%;
}
/* End of attempt to resolve issue with highlighting separate structure elements */
.shop-by-part-container {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}

.shop-by-part-container-fluid {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width:100%;
}

.shop-by-part-vehicle-selection-container {
	padding: 20px!important;
    padding-top: 0px!important;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    float:left;
    width: 25%;
}

.shop-by-part-vehicle-information-container {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 75%;
    float:left;
}

.shop-by-part-text-field h2 {
	font-size: 30px;
	padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.shop-by-part-text-field h3 {
	font-size: 24px;
}

.custom-header-catalogue {
	text-align: center;
}

.custom-header-catalogue small {
	font-size: 65%;
}

.shop-by-part-categories-header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
}

.shop-by-part-text-field {
	float: left;
    margin-top: 10px;
    padding: 20px;
    width: 100%;
    border-radius: 6px;
    color: inherit;
   /* background-color: #eee; */
    border:1px solid #eee;
    margin-bottom:2em;
}

.shop-by-part-text-field a {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    color: #337ab7;
    /*text-decoration: none;*/
    background-color: transparent;
    font-size: large;
    width: 25%;
    font-family: Times New Roman;
}

.shop-by-part-text-field a:hover{
    text-decoration: underline;
}

.shop-by-part-shop-parts-items-img {
	text-align: center;
	width: 50%;
	float: left;
}

.shop-by-part-shop-parts-items-about {
	width: 50%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.shop-by-part-shop-parts-items-description {
	margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-product-tabs > .custom-product-tab5:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item5 {
	display:inline-block;
	width: 100%;
}

.custom-product-tabs-content-item5 {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  display:none;
}


.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.custom-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #337ab7;
}

.custom-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.custom-panel-title {
	padding-left: 15px;
	margin-top: 0px;
	font-size: 16px;
    float: left;
    text-align: unset;
}

.custom-panel-title a:link{
	color:white;
}


.custom-panel-body {
    height: auto;
    position: relative;
    display: flow-root;
}

.custom-panel-primary>.custom-panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    margin-bottom: 1em;
    min-height: fit-content;
    height: auto;
    display: flow-root;
}

.custom-form-group {
    margin-bottom: 15px;
}

.custom-button {
	display:inline-block;
	padding: 6px 12px;
	margin:0 0.3em 0.3em 0;
	border-radius:0.2em;
	box-sizing: border-box;
	text-decoration:none;
	/*font-family:'Roboto',sans-serif;*/
	line-height: 1.42857143;
   	text-align: center;
   	white-space: nowrap;
	touch-action: manipulation;
	cursor: pointer;
	font-size: 14px;
    vertical-align: middle;
	font-weight:400;
	color: #fff;
	background-color: #337ab7;
    /*border-color: #2e6da4!important;*/
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	text-align:center;
	position:relative;
	margin-top: 0.9em;
	border: 1px solid transparent;
}

.custom-categoriesList__searchButton {
	
	display: inline-block;
    padding: 6px 12px;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration: none;
    /* font-family: 'Roboto',sans-serif; */
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
    background-color: #337ab7;
    /* border-color: #2e6da4!important; */
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17), inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15), inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align: center;
    position: relative;
    margin-top: 0.9em;
    border: 1px solid transparent;
	
	
	position: absolute!important;
	right: -42px!important;
	top: -11px!important;
	color: #337ab7!important;
	border: none!important;
	border-radius: 30px!important;
	height: 2.2em;
	box-shadow:unset!important;
	background-color: #fff!important;
    border-color: #ccc!important;
    margin-right: 5.1em!important;
    
}

/*
* Percentage value for width here and below(at @media0), because input width changing with the media/viewport 
* size based on percentage values at the moment to achieve more flexibility
*/
#searchItemNameByVehicleResultsContainer {
	width: 96.2%;
	margin-left: 15px;
    max-height: 500px;
    overflow-y: scroll;
}

@media (min-width: 1366px) {
	.shop-by-part-container {
		width: 85%
	}
	.shop-by-part-text-field a {
		width: 25%;
	}
	#searchItemNameByVehicleResultsContainer {
		width: 96.2%;
		margin-left: 15px;
	}
}

@media (max-width: 1365px) {
	.shop-by-part-container {
		width: 100%
	}
	.shop-by-part-text-field a {
		width: 25%;
	}
	#searchItemNameByVehicleResultsContainer {
		width: 94.5%;
		margin-left: 15px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	
	.shop-by-part-container {
		width: 100%;
	}
	
	.shop-by-part-text-field a {
		width: 25%;
	}
	#searchItemNameByVehicleResultsContainer {
		width: 92%;
		margin-left: 15px;
	}
}
@media (min-width: 601px) and (max-width: 767px) {
	.shop-by-part-text-field a {
		width: 33.3333333%;
		
	}	
	.custom-button-info {
		font-size: 12px;
	}
	#searchItemNameByVehicleResultsContainer {
		width: 90%;
		margin-left: 15px;
	}
}
 
@media (min-width: 480px) and (max-width:600px) {	
	.shop-by-part-text-field {
		padding-left: 0px;
		padding-right: 0px;
	}
	.shop-by-part-text-field a {
		width: 50%;
		padding-right: 0px;
		word-break: break-word;
	}	
	.custom-button-info {
		font-size: 12px;
	}
	#searchItemNameByVehicleResultsContainer {
		width: 85%;
		margin-left: 15px;
	}
}	
@media (max-width: 479px) {
	.shop-by-part-text-field {
		padding-left: 0px;
		padding-right: 0px;
	}
	.shop-by-part-text-field a {
		width: 50%;	
		padding-right: 0px;
		word-break: break-word;
	}	
	.custom-button-info {
		font-size: 12px;
	}
	#searchItemNameByVehicleResultsContainer {
		width: 80%;
		margin-left: 15px;
	}
}
