
/*** brand_landing_page_css_2024_10_25.css ***/ 
/* File name: common_basic_and_top_menu_2024.css 
* Replaces: 
	- normalize.css
	- basic.css
	- vehicle_search_bar.css
	- common_top_banner_grid_2020_01_04.css

*/

/* Copied from basic.css unsure if used or deprecated */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
img{vertical-align:middle}a{color:inherit}

/****************************************************** Copied from normalize.css ******************************************************/
/* Extract from normalize.css */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */


/****************************************************** End - Copied from normalize.css ******************************************************/

/************************************************ Copied from vehicle_search_bar.css ***************************************************/

.custom-select-vehicle-form span {
	float: left;
    color: white;   
    margin-left: 24px;
    margin-right:0px;
    margin-top:10px;
    margin-bottom:10px;
    font-size: 1.17em;
}
/************************************************ End - Copied from vehicle_search_bar.css ***************************************************/


/* Copied from common_top_banner_grid_2020_01_04.css */

.navigation_container {
	grid-column: 1 / 4; 
	grid-row: 1;
	display: block;
	position: relative;
	background:#000;
	
	text-align:center;	
	height: 3em;
	min-width: max-content;
	
	/*** 2023 below ***/
	width: 100%;
    position: fixed;
    height: 42px;
    z-index: 9999;
    display: inline-block;
}

.navigation-desktop {
	grid-column: 1 / 1; 
	grid-row: 1;
	display: block;
	position: relative;
	display: grid;
    grid-template-columns: 30% 40% 30%;
}
.navigation-mobile {
	grid-column: 1 / 1; 
	grid-row: 1;
	display: block;
	position: relative;
	display:none;
}

.hat_container {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    /*text-align:center;*/
   
    
    grid-column: 1 / 1; 
	grid-row: 2;
	display: grid;
	position: relative;
	
	grid-template-columns: 30% 40% 30%; /*repeat(3, 1fr);*/
	grid-gap: 2em;
	/*grid-auto-rows: minmax(100px, auto);*/

	/*** 2023 ***/
	top:42px;
	
	
}

.hat_second_group_container {
	
	/*border: 1px solid black;*/
	width: 100%;
	background-color: #337ab7;
	text-align: left;
	height:100%;
  
    align-items: center;
    min-height: 1px;
    justify-content: center;
    
    grid-column: 1 / 4; 
	grid-row: 2;	
	display: grid;
	grid-template-columns: 25% 45% 30%;	
	position: relative;
	text-align:unset;
	
}

.hat_logo_container {
	/*border: 1px solid black;*/
	align-self: center; /*To align given item vertically centered*/
	grid-column: 1 / 2; 
	grid-row: 1;
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	position: relative;
}

.hat_contacts_container {
	/*border: 1px solid black;*/	
	/*border: 1px solid black;*/
	padding-left: 2em;	
	grid-column: 2 / 3; 
	grid-row: 1;
	display: block;
	position: relative;
	margin-top: 1em;
	text-align: center;
}

.hat_flag_container {
	/*border: 1px solid black;*/	
	/*border: 1px solid black;*/
	align-self: center; /*To align given item vertically centered*/
	/*padding-left: 2em;*/
	grid-column: 3 / 4; 
	grid-row: 1;
	display: block;
	position: relative;
	text-align: left;
}


html {
    color: -internal-root-color;
}

a {
    color: #337ab7;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
}


a {
    color: #337ab7;
    text-decoration: none;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    
    color: #337ab7;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}

.popular_card_text_center {
    text-align: center;
}

.h4, h4 {
    font-size: 18px;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500!important;
    
    color: inherit;
}

h3 {
    display: block;
    font-size: 1.17em;
    

    /*font-weight: bold;*/
}

h4 {
    font-weight: bold;
}

#vehicle_selection {
	z-index: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: rgb(248, 248, 248);
    cursor: default;
    margin: 0em;
    font: 400 11px system-ui;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 166, 166);
    border-image: initial;
}

body{

	margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

/* For Future Use */
/*
.topBarMenu2024{}
.topBarSubMenu2024{}
.topBarSubMenuAboutUsShow{}
.topBarSubMenuAboutUsHide{}
.topBarSubMenuItem{}
*/



.menu_item a:active {
	color: #000;
	text-decoration: none;
}

.menu_item a:visited {
	color: #dcdcdc;
	text-decoration: none;
}

.menu_item a:link {
	color:  #dcdcdc;
	text-decoration: none;
}

.menu_item a:hover {
	color:  #000;
	text-decoration: none;
}

.menu_item a {
	color: #dcdcdc;
	text-decoration: none;
}



.menu_item {
  background-color: #000;
  color: #dcdcdc;
  /*padding: 16px;*/
  font-size: 15px;
  border: none;
  position:relative;
  padding-top: 0.6em;
  padding-bottom: 0.78em;
  list-style-type: none; 
  -webkit-padding-start: 0;
  padding-left: 0.5em;	
  padding-right: 0.5em;
}


.desktop_menu {
	display:block;
	float: left;
}

.menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
 
}

.menu_content {
  display: none;
  position: fixed;
  background-color: #fff;
  text-align:left;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  margin-top:0px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.menu_content a {
  color: black;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
}

.menu_content_mobile_hidden {
  display: none;  
}

.menu_content_mobile_displayed {
  display: block;  
}

.menu_content_mobile {
  display: block;
  position: fixed;
  background-color: #fff;
  text-align:left;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  margin-top: 3em;
  border: 1px solid #000;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 0;
  top: 0;
  width: 25%;
  min-height: 100%; 
}

.overlay_menu {
	overflow: auto;
	line-height: 3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	height: 95%; /*Simplest way to make overflow parameter to work */
}

.overlay_menu_item {
	color: black;
    padding: 3px 20px;
    text-decoration: none;
    display: block;
	cursor: pointer;
}

.overlay_menu_top_item {
	position: relative;
    float: left;
    width: 50%;
}

.top_right_overlay_menu_item {
	display: block;
	position: relative;
    float: right;
    width: 50%;
}

.overflow_menu_arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.overflow_menu_arrow_left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.overflow_menu_arrow_right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	float: right;
	margin-top: 1.1em;
}

.overlay_menu_item:hover{
    background-color: #ccc;
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	text-decoration:none;
}
.overlay_menu_item:active {
    background-color: #ccc;
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	text-decoration:none;
}

.menu_content_mobile a {
  color: black;
  padding: 3px 20px;
  text-decoration: none;
  display: block;
}

.menu_content_mobile a:link{
    text-decoration: none;
}
.menu_content_mobile a:visited{
    text-decoration: none;
}
.menu_content_mobile a:hover{
    background-color: #ccc;
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	text-decoration:underline;
}
.menu_content_mobile a:active {
    background-color: #ccc;
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	text-decoration:underline;
}

button:focus { outline: none; }

.menu_column {
  float: left; 
}

.menu_column_separator {
	border-left: 1px solid black;
}

.menu_row {
	padding-top:5px;
	padding-bottom:5px;
}

.menu_row:after {
  content: "";
  display: table;
  clear: both;
  
}

.buttonArrow_container {
	position:relative;
	display: inline-block;
	padding-left: 5px;
	top: 12px;
}	

.buttonArrow {			
	width: 0; 
	height: 0;   			
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;  
	border-top: 5px solid #dcdcdc;
	margin: auto;
}

.mobile_button_plank_container {
	margin-top: 0.6em;
    margin-left: 0.2em;
}

.mobile_button_plank {
  width: 22px;
  height: 2px;
  background-color: #888;
  border-radius: 4px;
  margin: 3px 8.2px;  
}


.toggle_mobile_button_container {
	height: 100%;
    width: 3em;
    /*border: 1px solid white;*/
    display: inline-grid;
    float: left;
    margin-right: 1em;
    margin-left: 2em;
}

.toggle_mobile_button {
	border: 0.5px solid white;
	border-radius: 4px;
	margin-top: 0.2em;
	margin-top: auto;
	margin-bottom: auto;	
	margin-right: auto;	
	height: 2.3em;
	width: 3.2em;
	align-self: center;
	cursor: pointer;
}
.toggle_mobile_button_pressed{
	background-color: #dcdcdc;
}
@media (hover: hover) {
	.toggle_mobile_button:hover {background-color: #dcdcdc;}
	
	.toggle_mobile_button_pressed:hover {background-color: #000;}

}


.displayed_mobile_menu {	
	border-top: 1px solid #fff;
	
	float: left;
	background-color:#000;
	display:block;
	width:100%; 	
	text-align:left; 	
	
	padding-bottom:1em;  	
  	padding-left:2.5em;
  	padding-top:0.7em;
}

.menu_item_mobile {
  background-color: #000;
  color: #dcdcdc;
  /*padding: 16px;*/
  font-size: 14px;
  
  position:relative;
  /*padding-bottom:1.5em;*/
  padding-left:1.4em;
  width: 100%;
  display: block;
  line-height: 43px;
  text-align:left;
  border: 0;  
  text-decoration: none;
}

.mobile_menu_logo {
	/*float: left;*/
	padding-top:0.7em;
	margin-left:1.1em;
	display: inline-flex;
	justify-self: center;	
    /*border: 1px solid white;*/
    position: relative;
    left: 0;
    right: 0;

    
}

.mobile_menu_logo_thumb {
    float: left;
    padding-top: 0.7em;
    /* margin-left: auto; */
    /* display: inline-flex; */
    justify-self: center;
    /*border: 1px solid white;*/
    position: relative;
    /* left: 0; */
    /* right: 0; */
    display: none;
    justify-self: center;
    /* width: 70%; */
}

.hat_logo {
	max-height:86px;
}

.mobile_menu_cart_container {
	float: right;
    display: inline-grid;
    position: absolute;
    /*border: 1px solid white;*/
    margin-top: 1.2em;
    margin-left: 3.5em;
    
}

.mobile_cart_single_number_count {
	
	position: absolute;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	right: 9px;
	top: -3px;
	color:#FFF;
	z-index:999;
	
}
.mobile_cart_two_number_count {
	
	position: absolute;
	font-size:14px;
	margin: 0px;
	padding: 0px;	
	right: 4px;
	top: -3px;
	color:#FFF;
	z-index:999;
	
}
	
.mobile_cart_logo {
	display:inline-block;
	right: -25px;  		
}
  	
.mobile_cart_text {
	display:inline-block;	  		
		
	color:#FFF;
	font-size:15px
}

.menu_content_shop_by_part {
	right: 0em;    
    position: absolute;
    width: 32em;
}

.menu_content_brands {
	right: 0em;    
    position: absolute;
    width: 32em;
}

.menu_content_shop_by_vehicle {
	right: -20em;    
    position: absolute;
    width: 40em;
}

.desktop_menu_cart_container {
	
	display: inline-grid;
	position: relative;	
    /*border: 1px solid white;*/
    padding-top: 0.6em;
	/*padding-bottom: 0.78em;*/
    /*padding-left: 22em;  */
    float: right;
    margin-right: 0em;
    align-self: center;
}

.desktop_menu_cart_container:hover .desktop_cart_text {
	text-decoration: underline;
}

.desktop_cart_single_number_count {
	
	position: relative;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	/*right: -18px;*/
	top: -28px;
	color:#FFF;
	/*z-index:999;*/
	margin-left: 33px;
}
.desktop_cart_two_number_count {
	
	position: absolute;
	font-size:14px;
	margin: 0px;
	padding: 0px;	
	right: 42px;
	top: 5px;
	color:#FFF;
	/*z-index:999;*/
	
}
	
.desktop_cart_logo {
	display:inline-block;
	right: -25px;  		
}
  	
.desktop_cart_text {
	display:inline-block;	  		
	margin-top: 1em;
	color:#FFF;
	font-size:15px
}


.menu:hover {background-color: #fff; color: #000;}
.menu:hover .buttonArrow {border-top: 5px solid #000;}

.menu_item:hover{background-color: #fff; color: #000;}

.menu a {color: #dcdcdc;}

.menu_item {display: table-cell;}


.menuContentShow{

	display: block;
	position: fixed;
	background-color: #fff;
	text-align:left;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
	margin-top:0px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

}

#menuShopByPartContainer{
	right: 0em;    
    position: absolute;
    width: 32em;
}

.menuContentShow a {
  color: black;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
}

.menuContentShow a:hover {
    background-color: #ccc;
    text-decoration: underline;
}

.menuContentHide{
	display: none;
}


/* .menu:hover .menu_content {display: block;}

.menu:hover .menu_item {background-color: #fff; color: #000; cursor: default;}

.menu:hover a {color: #000;}

.menu:hover li  {color: #000;}

.menu:hover ul {color: #000;}

.menu_item:hover a {color: #000;}

.menu_item:hover li  {color: #000; }

.menu_item:hover ul {color: #000;}

.menu:hover .buttonArrow {border-top: 5px solid #000;}

.menu_content a:hover {background-color: #f7f7f7; text-decoration: underline;}
*/




/*** Mobile Menu ****/ 
.menu_item_mobile:focus {background-color: #fff; color: #000; text-decoration: none; }

.more_button_desktop_menu {
	font-weight:bold;
}

.menu_item_mobile a{
    text-decoration: none;
}

.displayed_mobile_menu a:link{
    text-decoration: none;
}
.displayed_mobile_menu a:visited{
    text-decoration: none;
}
.displayed_mobile_menu a:hover{
    text-decoration: none;
}
.displayed_mobile_menu a:active {
    text-decoration: none;
}

/* Home page bottom top parts */
.auto_part_category_list_header {
	text-align: center;
	font-size: 25px; 
	margin-bottom: 28px;
}
.auto_part_category_list {
	background: #347AB8;
    margin-bottom: 45px;
    border-radius: 2px;
    border-color: #c5c5c5;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    width: 71em;
}

.auto_part_category_list_item {
	padding: 30px 20px;
	
}

.auto_part_category_list_item a:link {
	color: #fff;
}

.auto_part_category_list_item a:active {
	color: #fff;
	text-decoration:underline;
}

.auto_part_category_list_item a:visited {
	color: #fff;
}

.auto_part_category_list_item a:hover{
	color: #fff;
	text-decoration:underline;
}


.popular_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
           

}

.popular_container_fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}

.popular_container_logo {
	text-align: center;
	font-size: 25px;
	margin-bottom: 28px;
}

.popular_cards_container {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 3em;	
}


.popular_card {
	flex-grow: 1;
	flex-basis: 150px;
	margin: 10px;
	border:1px solid #f2f2f2;
	min-height:204px;
	justify-content:center;
}

.popular_card:hover {
	text-decoration:underline;
	cursor:pointer;
}

.popular_card_block:hover {
	text-decoration:underline;
}

.popular_card_block_selected:hover {
	text-decoration:underline;
}

.popular_card_block {
	text-align:center;
	margin: 0;
	min-height: 100%;
}

.popular_card_block_selected {
	text-align:center;
	margin: 0;
	text-decoration:underline;
	min-height: 100%;
}

.popular_card_brand_block {
	text-align:center;
	margin: 0;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	
}

.popular_card_text_center {
	text-align:center;
}

.imageLinkContainer {
	display: block;
}

/*This css class required, since otherwise, if we change popular_card_image min-height to make all labels positioned similar images will be smashed*/
.popular_card_image_container {
	min-height: 140px;
}

.popular_card_image {
	max-width:140px;
	margin: 0 auto;
	
}

.popular_container_mobile {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 20em;
    display:none;
}

.popular_container_list {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    
}



.hat_container_fluid {
	margin-right: auto;
    margin-left: auto;
    padding: 15px 0;
}

.hat_container_data {
	
}

.hat_container_logo_row {
	display: flex;
	justify-content: center; /*The content of flex container will centered horizontally*/
	/*border: 1px solid black;*/
	width: 100%;
}




.hat_logo {

}

.hat_logo img {
    max-width: 400px;
}



.hat_contacts {
	
}

.hat_contacts span {
	display: block;
	margin: 10px 0;
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;	
}
    
.hat_contacts h2 {
	font-size: 20px;
	color: #5590c2;
	text-align: center;
}

.hat_advert div {
	text-indent: 5%;
	font-size:1.3em;
}

.shipping_info,
.pickup_location_text,
.price_match_guarantee_text{
    white-space: nowrap;
    display: inline;
}
.hat_advert .text_separator_first,
.text_separator_second{
	margin-left: 5px;
	margin-right: 5px;
}

.hat_advert h2 {
	font-size: 20px;
	margin-top: 14px;
	color:#5590c2;
	text-align: center;
}

.hat_advert a {
	text-decoration: underline;
}

.hat_manipulations_container {	
	align-self: center; /*To align given item vertically centered*/
	padding-left: 7em;
	/*border: 1px solid black;*/
}

.hat_manipulations_mobile {
	padding-top: 2em;
    padding-left: 1em;
	/*border: 1px solid black;*/
}

.hat_manipulations_desktop {
	
	/*margin-right: -27px;*/
	/*border: 1px solid black;*/
}



.search_field_desktop_row {
	display: inline-block;
	justify-self: left; /*The content of flex container will be left aligned horizontally*/
	width: 100%;
	height:100%;
	align-items: center;
}

.search_field_desktop_setup_container {	
	display: inline-flex;
	/*border: 1px solid black;*/
	justify-self: left; /*The content of flex container will be left aligned horizontally*/	
	/*border: 1px solid black;*/
	width: 427px;
    height: 37px;
    align-self: center;
	box-sizing:border-box;
	
	margin-top:0.7em;
	margin-bottom:0.5em;
}

.search_field_desktop_form {
	/*border: 1px solid black;*/
	width: 427px;
    height: 37px;
	box-sizing:border-box;
	
	
}

.search_field_desktop_form_group {
	/*margin-bottom: 15px;*/	
}

.search_field_desktop_input {	
	width: 425px;
    height: 35px;
    
    border-radius: 4px;
    border-radius: 30px;
    border: none;
	font-size: 14px;
    line-height: 1.42857143;
   	color: #555;
    outline: none;
    /*margin: 8px -10px;*/	
    padding:8px;
    padding-left: 18px;
    
    }

.search_field_desktop_search_button {
	border-radius: 4px;
    border-radius: 30px;
    padding: 6px 12px;
    border: none;
    color: #337ab7;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	position: relative;
    left: 27.9em;
    top: -2.35em;
    outline: none;
    background-color: #fff;
    width: 2.5em;
    /*border: 1px solid black;*/
}

.search_field_popup_container {
	position: absolute;
    list-style-type: none;
    z-index: 999;
    background: #337ab7;
    /*border: 1px solid black;*/
}

.search_field_popup_container ul {
	padding: 0.3em 0.3em;
	margin:0em;
	color: #fff;
	list-style-type: none;
}

.search_field_popup_container li {
	width: 30em;
	padding: 0.3em 0.3em;
	margin:0em;
	color: #fff;
	list-style-type: none;
}


.search_field_popup_container a {
	padding:0em;
	margin:0em;
	color: #fff;
	list-style-type: none;
}

.search_field_popup_container a {
	width: 30em;
	padding:0em;
	margin:0em;
	color: #fff;
	list-style-type: none;
}

.search_field_popup {
	position: relative;	
	left: 1em;
	z-index: 999;
	margin-top: -46px;
	background-color: #337ab7;
	opacity: 0.92;
	list-style-type: none;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	/*border: 1px solid black;*/
}

.search_field_popup ul {
	padding: 0.3em 0.3em;
	margin:0em;
	color: #fff;
	list-style-type: none;	
}

.search_field_popup li {
	padding: 0.3em 0.3em;
	margin:0em;
	color: #fff;
	list-style-type: none;
}

.search_field_popup a {
	padding:0em;
	margin:0em;
	color: #fff;
	list-style-type: none;	
}

.search_field_popup a {
	padding:0em;
	margin:0em;
	color: #fff;
	list-style-type: none;
}

.search_field_desktop_container {
	margin-top: 0.2em;
    margin-bottom: 0.1em;
    grid-column: 2 / 3;
	grid-row: 1;
    width: 50%;

}

.interchange_link_container {
	margin-top: 0.2em;
    margin-bottom: 0.1em;
    grid-column: 2 / 4;

    grid-row: 1;

    margin-left: 35em;
	
}

.interchange_link_container a {
	text-decoration: underline;
	font-size: large;
	color: white;
}

.interchange_link_container a:visited {
	color: white;
}

.interchange_link_container a:hover {
	text-decoration: underline;
}

.search_field_mobile_container {
	display:none;
}

.search_field_desktop_search_button:hover {background-color: #dcdcdc;}

.search_field_mobile_search_button:hover {background-color: #dcdcdc;}

.search_field_mobile_row {
	display: inline-flex;
	justify-self: left; /*The content of flex container will be left aligned horizontally*/
	width: 100%;
	height:100%;
	
}

.search_field_mobile_setup_container {	
	display: inline-flex;
	/*border: 1px solid black;*/
	justify-self: center; /*The content of flex container will be left aligned horizontally*/	
	/*border: 1px solid black;*/
	width: 100%;
    height: 37px;
    align-self: center;
	box-sizing:border-box;

	margin-top:0.7em;
	margin-bottom:0.5em;
}

.search_field_mobile_form {
	/*border: 1px solid black;*/
	width: 100%;
    height: 37px;
	box-sizing:border-box;
	align-self: center;
	justify-self: center;
	width: -webkit-fill-available;	
}

.search_field_mobile_form_group {
	/*margin-bottom: 15px;*/
	width: -webkit-fill-available;
}

.search_field_mobile_input {	
	
    height: 37px;

    border-radius: 4px;
    border-radius: 30px;
    border: none;
	font-size: 1.3em;
    line-height: 1.42857143;
   	color: #555;
    outline: none;
    /*margin: 8px -10px;*/	
    align-self: center;
	justify-self: center;	
	margin-left: 1em;
	margin-right: 2em;
	width: -webkit-fill-available;
	padding-left: 18px;

}

.search_field_mobile_search_button {
	border-radius: 4px;
    border-radius: 30px;
    padding: 5px 11px;
    border: none;
    color: #337ab7;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	position: absolute;
    /*left: 51.5em;
    top: 8em;*/
    outline: none;
    background-color: #fff;
    
    /*border: 1px solid black;*/
    
    position: relative;
   	/*left: 19em;
   	top: -2.5em;*/
   	/*border: 1px solid #fff;*/
   	width: unset;
   	height: unset;
   	float: right;
    display: inline;
    top: -2em;
    left: unset;
}

.search_field_mobile_container {
    width: -webkit-fill-available;
}

.popover_frame_set_hidden {
	display: none;
}

.popover_frame_set_display {
	display: inline-block;
}

.popover_frame_set {
    background: none repeat scroll 0 0 #eeeeee;
    margin-top: 4.5em;
    padding: 0 0 0 0;
    position: absolute;
    width: 18em;
    z-index: 999;
   
    margin-left: 6em;
}

.popover_contents {
	
}

.popover_frame_set::after, .popover_frame_set::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	
}

.popover_frame_set::after {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}

.popover_frame_set::before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 16px;
	margin-left: -16px;
}

.popover_header {   
	padding: 0.5em 0.5em 0.5em 1em;
	font-weight:bold;
	background-color: #f8f8f8;
}
 
.popover_text {
    padding: 0.5em 1em 0.5em 1em;
    /*text-align: justify;*/
    background-color:#fff;
    
}




.main_search_block_row::before {
	display: table;
    content: " ";
}

.main_search_block_row {
    display: inline-flex;
    min-width: -webkit-fill-available;
}

.main_search_block_shop_form {
	padding: 1px 10px;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 5px;
}

.main_search_block_form_header {
	font-size: 1.5em;
}

.main_search_block_input_group {
	margin: 15px 0;
	z-index: 1;
	position: relative;
    display: flex;
    border-collapse: separate;
}

.main_search_block_input_group_addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    align-items: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*width: 2.5em;*/
    white-space: nowrap;
    vertical-align: middle;
    display: inline-flex;
}

.search-box-popup-container {
	position: absolute;
	width: 100%;
	z-index: 3;
	background: #337ab7;
}
    
.search-box-popup {
	position: relative;
	width: 30em;
	z-index: 3;
	margin-top: 0;
	background: #337ab7;
	opacity: 0.97;
	width:375px;
	line-height: 2.5em;
	margin-left: 17px;
	margin-top: 1em;
}
    
.search-box-popup-categories {
	width: 90%!important;
	/*text-align: left!important;*/
	/*padding-left: 1em!important;*/ 
}
    
.search-box-popup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
    
.search-box-popup ul li {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 16px;
	font-size: 14px;
	text-align: left;
	padding-left: 1em;
	cursor: pointer;
}

.search-box-popup li:hover{
    background-color: #3c3c3c;
}

.search-box-popup ul a:link{
	color: white;
}

.search-box-popup ul a:hover{
	/*box-shadow:inset 0 0.6em 2em -0.3em rgba(255,255,255,0.5),inset 0 0 0em 0.05em rgba(255,255,255,0.5);*/
	text-decoration: underline;
	cursor: pointer;
}

.search-box-popup ul a:visited{
	/*color: purple;*/
	color: white;
}

.custom-image {
    /*width: 263px;
    height: 86px;*/
}

#header h1, #header .contacts span {
    display: block;
    margin: 10px 0;
 
    font-style: italic;
    font-weight: 700!important;
    line-height: 1.1;
    text-transform: uppercase;
}

.hat_contacts span {
    display: block;
    margin: 10px 0;
    font-size: 36px;
    font-style: italic;
    font-weight: 700!important;
    line-height: 1.1;
    text-transform: uppercase;
}

.hat_contacts h1 {
	display: block;
    margin: 10px 0;
    font-size: xx-large;
    font-style: italic;
    font-weight: 700!important;
    line-height: 1.1;
    text-transform: uppercase;
}

.custom-select-vehicle-container::before {
	display: table;
    content: " ";
}

.custom-select-vehicle-container {
	padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;    
    width: 1170px;
    	
	position: relative;
	display: block;
}

.custom-form-header {
	font-size: 20px;
}

.custom-input-group {
	position:relative;
	display: flow-root;
   
}

.custom-search-position {
	text-transform: uppercase;
	margin-right:1em;
	float: left;
    width: 200px;
    margin-top: 11px;
    margin-right: 10px;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.custom-select-vehicle-form {
	width: 100%;
    background: #FD6F02;
    float: left;
}

.custom-select-vehicle-form h3 {
	float: left;
    color: white;   
    margin-left: 24px;    
}

.custom-select-vehicle-shop {
    float: left;
    background: black;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    padding: 11px 15px;
}

.custom-brands-settings {
	
}

.mobile_menu_logo_thumb_placeholder {
	float: left;
    padding-top: 0.7em;
	display:none;
}

.noscroll { overflow: hidden; position: fixed; width: 100%; }

/* End home page bottom top parts */
@media (min-width: 1024px) {
	.hat_flag_container {
		text-align: center;
	}
	.hat_logo {
		text-align: center;
	}
	.popular_container {
		width: 71em;
	}
	.desktop_menu_cart_container {
		margin-right: 7em;
	}
	.popover_frame_set {
		margin-top: 1em;
		margin-left: 5em;
	}
	.navigation-desktop {
		grid-template-columns: 15% 65% 20%;
	}
	.toggle_mobile_button {
		margin-top:0.3em;
	}
	.menu_content_mobile {
		width: 30%;
	}
	.desktop_cart_text {
		margin-top: 0em;
	}
	.hat_contacts span {
    	font-size:x-large;
	}
	.hat_advert div {
    	font-size: large;
	}
	.hat_logo_container {
		display:block;
	}
	.desktop_menu {
		display:block;
	}
	.mobile_menu_logo_thumb {
		display:none;
	}
	.mobile_menu_logo_thumb_placeholder {
		display:none;
	}
	.search_field_mobile_container {
		display:none;
	}
	.hat_container {
		grid-template-columns: 30% 50% 20%;
		grid-gap: 0px;
	}
	.hat_contacts_container {
		padding-left: 0px;
		padding-top: 0.5em;
    	padding-bottom: 1em;
	}
	.hat_contacts {
    	padding-left: 0em;
	}
	.custom-image {
    	width: 250px;
    	height:unset;
    }
    .hat_flag_container {
    	padding-left: 0em;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {
	.hat_contacts h1 {
		font-size: x-large;
	}
	.popover_frame_set {
		margin-top: 1em;
		margin-left: 5em;
	}
	.search_field_desktop_container {
		grid-column: 1 / 3;
	}
	.interchange_link_container {
		grid-column: 1 / 4;
	}
	.navigation-desktop {
		grid-template-columns: 10% 80% 10%;
	}
	.toggle_mobile_button {
		margin-top:0.3em;
	}
	.menu_content_mobile {
		width: 35%;
	}
	.desktop_cart_text {
		margin-top: 0em;
	}
	.hat_contacts span {
    	font-size: large;
	}
	.hat_advert {
		padding-right: 2em;
	}
	.hat_advert div {
    	font-size: medium;
	}
	.hat_logo_container {
		display:block;
	}
	.desktop_menu {
		display:block;
	}
	.mobile_menu_logo_thumb {
		display:none;
	}
	.mobile_menu_logo_thumb_placeholder {
		display:none;
	}
	.search_field_mobile_container {
		display:none;
	}
	.hat_container {
		grid-template-columns: 20% 70% 10%;
		grid-gap: 0px;
	}
	.hat_contacts_container {
		padding-left: 0px;
		padding-top: 0.5em;
    	padding-bottom: 1em;
	}
	.hat_contacts {
    	padding-left: 0em;
	}
	.custom-image {
    	width: 180px;
    	height:unset;
    }
    .hat_flag_container {
    	padding-left: 0em;
	}
}
@media (min-width: 767px) and (max-width: 995px){
	.text_separator_second{
		color: white;
	}
}
@media (max-width: 767px){
	.pickup_location_text,
	.price_match_guarantee_text{
		display: inline;
	}
	.text_separator_first{
		display: none;
	}
}

@media (min-width: 601px) and (max-width: 767px) {
	.hat_contacts h1 {
		font-size: x-large;
	}
	.popover_frame_set {
		margin-top: 1em;
		margin-left: 0em;
	}
	.search_field_desktop_container {
		grid-column: 1 / 2;
	}
	.navigation-desktop {
		grid-template-columns: 20% 60% 20%;
	}
	.toggle_mobile_button {
		margin-top:0.3em;
	}
	.desktop_cart_text {
		margin-top: 0em;
	}
	.hat_contacts span {
    	font-size:medium;
	}
	.hat_advert div {
    	font-size: small;
	}
	.hat_advert .shipping_info{
		display: block;
	}
	.text_separator_first{
		display: none;
	}
	.hat_logo_container {
		display:block;
	}
	.desktop_menu {
		display:none;
	}
	.mobile_menu_logo_thumb {
		display:none;
	}
	.mobile_menu_logo_thumb_placeholder {
		display:block;
	}
	.search_field_mobile_container {
		display:none;
	}
	.hat_container {
		grid-template-columns: 30% 55% 15%;
		grid-gap: 0px;
	}
	.hat_contacts_container {
		padding-left: 0px;
		padding-top: 0.5em;
    	padding-bottom: 1em;
	}
	.hat_contacts {
    	padding-left: 0em;
	}
	.custom-image {
    	width: 180px;
    	height:unset;
    }
    .hat_flag_container {
    	padding-left: 0em;
	}
	.interchange_link_container {
		grid-row: 2;
	    margin-bottom: 0.5em;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    width: 80%;
	    grid-column: 1 / 4;
	}
}


@media (min-width: 480px) and (max-width:600px) { /*Reduced viewport width 716 - required at this point as per investigation on real page */
	.hat_contacts h1 {
		font-size: large;
	}
	.menu_content_mobile {
		width: 75%;
		margin-top: 5em;		
	}
	.popover_frame_set {
		margin-top: 1em;
		margin-left: 4em;
	}
	.search_field_desktop_container {
		grid-column: 1 / 2;
		
	}
	.hat_contacts span {
    	font-size:medium;
	}
	.hat_advert div {
    	font-size: small;
	}
	.hat_advert .shipping_info{
		display: block;
	}
	.text_separator_first{
		display: none;
	}
	.desktop_menu {
		display:none;
	}
	.hat_logo_container {
		display:none;
	}
	.hat_contacts_container {
		grid-column: 1 / 2;
	}
	.hat_container {
		grid-template-columns: 65% 35%;
		grid-gap: 0px;

	/*** 2023 ***/
		top: 60px;
	}
	.hat_flag_container {
		padding-left: 5em;
	}
	.mobile_menu_logo_thumb {
		display:block;
	}
	.navigation_container {
		height: 5em;
	}
	.hat_flag_container {
		grid-column: 2 / 3;
		padding-left: 5em;
	}
	#menu_item_filler {
		display:none;
	}
	.overlay_menu {
		height: 90%; /*Simplest way to make overflow parameter to work */
	}
	.interchange_link_container {
		grid-row: 2;
	    margin-bottom: 0.5em;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    width: 80%;
	    grid-column: 1 / 4;
	}
}

@media (max-width: 479px) {
	.hat_contacts h1 {
		font-size: large;
	}
	.toggle_mobile_button_container {
		margin-left: 0.5em;
	}
	.search-box-popup {
		width:250px;
	}
	.search-box-popup ul li {
		margin-left: -15px;
	}
	.menu_content_mobile {
		width: 85%;
		margin-top: 5em;
	}
	.popover_frame_set {
		margin-top: 1em;
		margin-left: 4em;
	}
	
	.search_field_desktop_container {
		grid-column: 1 / 2;
		margin: auto;
		padding: 4px;
	}
	.search_field_desktop_form {
		width: 300px;
	}
	#search_field_desktop_form_group{
     padding: 4px;
    }
    .interchange_link_container{
        padding: 4px;
    }
	.search_field_desktop_input {
		width: 300px;
	}
	.search_field_desktop_search_button {
		left: 19em;
	}
	.hat_contacts span {
		text-indent: 0px;
    	font-size:medium;
	}
	.hat_advert div {
		text-indent: 0px;
    	font-size: small;
	}
	.hat_advert .shipping_info{
		display: block;
	}
	.text_separator_first{
		display: none;
	}
	.hat_logo_container {
		display:none
	}
	.desktop_menu {
		display:none;
	}
	.mobile_menu_logo_thumb {
		display:block;
	}
	.navigation_container {
		height: 5em;
	}
	.hat_container {
		grid-template-columns: 100%;
		grid-gap: 0em;
		top:70px;
	}
	.hat_flag_container {
		display:none;
	}
	.hat_contacts_container {
		margin-top: 0em;
		padding: 4px;
		grid-column: 1 / 4;
	}
	.overlay_menu {
		height: 90%; /*Simplest way to make overflow parameter to work */
	}
	.interchange_link_container {
		grid-row: 2;
	    margin-bottom:8px;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    width: 80%;
	    grid-column: 1 / 4;
	}
	.interchange_link_container a {
		font-size: 15px;
	}
}
.main_header {
	
}

/*#content {
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(1, 1fr); 
	grid-gap: 10px;
	grid-auto-rows: minmax(100px, auto);	
}*/

.main_container_banner_block {
    padding-right: 15px;
    padding-left: 15px;
	grid-column: 1 / 1; 
	grid-row: 1;
	display: grid;
	grid-template-columns: 7% 83% 10%;
	position: relative;
    margin-bottom: 50px;
	background: url('/graphics/banner-min.jpg') 0 0 no-repeat;
    background-size: 100%;
    padding: 50px 0;
}

.main_search_block_setup {
	z-index: 1;
	width: 28em;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /*margin-left: 26em;*/
    grid-column: 2 / 3; 
}

.main_search_block_form_wrapper {
	border: 2px solid #999;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
    width: 25em;
}

.main_search_block_container {
	width: 100%;
}


	.main_search_block_input_group_addon {
	}
	
	.homepage_banner_container {
    	/* padding-right: 15px; */
    	/* padding-left: 15px; */
    	margin-right: auto;
    	margin-left: auto;

    	display: block;

    	position: relative;
    	box-sizing: border-box;
    	text-align: center;
	}
	
	.homepage_banner_row {
		margin-right: -15px;
    	margin-left: -15px;
    	margin-bottom: 50px;
	}
	
	.homepage_banner_advantages {
    	background-color: rgba(200, 200, 200, 0.3);
    	border-radius: 0;
    	border: 1px solid #d7d7d7;
   		/* padding: 15px 0; */
    	/*margin: 0 15px;*/
    	/* margin-left: 0em; */
    	/* grid-column: 1 / 2; */
 
    	/* grid-gap: 5em; */
    	grid-template-columns: 20% 80%;
    	display: grid;
    	padding-bottom: 1em;
    	
    }
    
    .homepage_banner_wrapper {
      background-color: rgba(200, 200, 200, 0.3);
      border-radius: 0;
      border: 1px solid #d7d7d7;
      padding: 15px 0;
      margin: 0 15px;
    
      /*display: flex;*/
      /*align-items: stretch;*/
    }
    
    #content .homepage_banner_advantages .homepage_banner_wrapper img {
      border: 1px solid #d7d7d7;
      border-right: none;
    }
   	.homepage_banner_list {
    	position: relative;
    	/*left: -15px;*/
    	border: 1px solid #d7d7d7;
    	border-left: none;
    	background-color: #FFF;
    	/*width: 70%;*/
    	/* margin-left: 0.5em; */
    	display: inline-block;
    	grid-column: 2/3;
    	/* padding-left: 0em; */
		margin-left: 4em;
    	margin-right: 1em;
    	margin-top: 1em;
    	min-height: 26em;
    	display: flow-root;
    }
    

	
	@media not all and (min-resolution:.001dpcm) {
			.homepage_banner_list {
    			position: relative;
    			/*left: -15px;*/
    			border: 1px solid #d7d7d7;
    			border-left: none;
    			background-color: #FFF;
    			/*width: 70%;*/
    			/* margin-left: 0.5em; */
    			display: inline-block;
    			grid-column: 2/3;
    			/* padding-left: 0em; */
				margin-left: 4em;
    			margin-right: 1em;
    			margin-top: 1em;
    			min-height: 26em;
    			display: flow-root;
    		}
    		
    		@supports (-webkit-touch-callout: none) {
				.homepage_banner_list {
    				position: relative;
    				/*left: -15px;*/
    				border: 1px solid #d7d7d7;
    				border-left: none;
    				background-color: #FFF;
    				/*width: 70%;*/
    				/* margin-left: 0.5em; */
    				display: inline-block;
    				grid-column: 2/3;
    				/* padding-left: 0em; */
					margin-left: 5.5em;
    				margin-right: 1em;
    				margin-top: 1em;
    				min-height: 26em;
    				display: flow-root;
    			}
			}
	}
	
    .homepage_banner_list h3 {
    	font-size: 1.5em;
    	line-height: 1.38em;
		/*margin-bottom: 0em;*/
		text-align: left;
		padding-right: 1em;
		text-indent: -3em;
    	padding-left: 3em;
    }
    

    
   .homepage_banner_workers {
    	float: left;
    	position: relative;
    	min-height: 1px;
    	/* margin-right: 15px; */
    	padding-left: 15px;
    	grid-column: 1 / 2;
    	/* margin-left: 1em; */
    	display: inline-block;
    	display: block;
    	padding-left: 1em;
    	padding-top: 1em;
    	padding-bottom: 1em;
    	margin-right: 1em;
    }
    
    .homepage_banner_workers img {
		display:inline-flex;
		position: relative;
	}
	
	.homepage_banner_container {
    	width: 80em;
    	width: -webkit-fit-content;
    }
    
	.icon-check {
		background-image: url('/graphics/spritesheet.png');
		background-position: 0px -27px;
		width: 35px;
		height: 32px;
	}
	
	.icon {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
		cursor: pointer;
	}
    
	.icon:not(.without-hover):hover {
		background-color: #eef;
		border-radius: 50%;
		-webkit-transition: background-color 0.25s linear;
		-moz-transition: background-color 0.25s linear;
		-ms-transition: background-color 0.25s linear;
		-o-transition: background-color 0.25s linear;
		transition: background-color 0.25s linear;
	}
    
	.icon.always-hover {
		background-color: #eef;
		border-radius: 50%;
	}
    
	.block {
		margin-bottom: 50px;
	}
	
	.main_banner_section {
 		background: url(/graphics/banner-min.jpg) 0 0 no-repeat;
 		box-sizing: border-box;
		width: 100%;
		margin: 0px;
		padding: 0px;
		background-size: 100%;
		margin-bottom: 3.5em;
	}

	.main_search_block_form_wrapper_position {
 		width: 30%;
		margin-left: 15%;
		padding-top: 5%;
		padding-bottom: 5%;
		
	}

@media (min-width: 1024px) {

}

@media (min-width: 768px) and (max-width: 1023px) {
	.main_container_banner_block {
		background-size: unset;
	}
	.homepage_banner_workers {
		display: none;
	}
	.homepage_banner_container {
    	/*width: 45em;*/
   	    align-items: center;
	}
	.homepage_banner_advantages {
		margin-left: auto;
		grid-template-columns: 100%;
		padding-bottom: 1em;
	}
	.homepage_banner_list {
		grid-column: 1/1;
    	margin-left: 1em;
    	margin-right: 1em;
    	width: unset;
	}
	.main_search_block_form_wrapper_position {
 		width: 45%;
 	}
 	.main_banner_section {
		background-size: unset;
 	}
 	.homepage_banner_list h3 {
 		font-size: 1.5em;
    	line-height: 1.1em;
 	}
}

@media (min-width: 600px) and (max-width: 767px) {
	.main_container_banner_block {
		background-size: unset;
	}
	.homepage_banner_workers {
		display: none;
	}
	.homepage_banner_container {
    	/*width: 45em;*/
   	    align-items: center;
   	    margin-left: 3em;
	}
	.homepage_banner_advantages {
		margin-left: auto;
		grid-template-columns: 100%;
		padding-bottom: 1em;
	}
	.homepage_banner_list {
		grid-column: 1/1;
    	margin-left: 1em;
    	margin-right: 1em;
    	width: unset;
	}
	.main_search_block_form_wrapper_position {
    	width: 50%;
    }
	.main_banner_section {
		background-size: unset;
 	}
 	 .homepage_banner_list h3 {
 		font-size: 1.38em;
    	line-height: 1.1em;
 	}
}


@media (min-width: 480px) and (max-width:599px) {
	.popular_container_logo {
		text-align: unset;
	}
	.main_container_banner_block {
		grid-template-columns: 40% 30% 30%;
		background-size: unset;
	}
	.main_search_block_setup {		
    	grid-column: 1 / 2; 
	}
	
	.homepage_banner_workers {
		display: none;
	}
	.homepage_banner_container {
    	/*width: 100%;*/
   	    align-items: center;
   	    margin-left: 1em;
	}
	.homepage_banner_advantages {
		margin-left: auto;
		grid-template-columns: 100%;
		padding-bottom: 1em;
	}
	.homepage_banner_list {
		grid-column: 1/1;
    	margin-left: 1em;
    	margin-right: 1em;
    	width: unset;
	}
	.homepage_banner_list h3 {
    	font-size: 1em;
    	line-height: 1;
	}
	.main_search_block_form_wrapper_position {
		margin-left: 5%;
    	width: 60%;
    }
	.main_banner_section {
		background-size: unset;
 	}
 	.homepage_banner_list h3 {
 		font-size: 1.2em;
    	line-height: 1.1em;
 	}
 	.main_search_block_form_wrapper {
 		width: 100%;
 	}
}

@media (max-width: 479px) {
	.main_container_banner_block {
		grid-template-columns: 40% 30% 30%;
		background-size: unset;
	}
	.main_search_block_setup {		
    	grid-column: 1 / 2; 
    	width: 20em;
    	margin-left: 0.5em;
   	    padding-right: 25px;
    	padding-left: 7px;
	}
	

	.main_search_block_setup {		
    	grid-column: 1 / 2; 
	}
	
	.homepage_banner_workers {
		display: none;
	}
	.homepage_banner_container {
    	/*width: 100%;*/
   	    align-items: center;
   	    margin-left: 0.5em;
   	    grid-template-columns: 95%;
	}
	.homepage_banner_advantages {
		margin-left: auto;
		grid-template-columns: 100%;
		padding-bottom: 1em;
	}
	.homepage_banner_list {
		grid-column: 1/1;
    	margin-left: 1em;
    	margin-right: 1em;
    	width: unset;
	}
	.homepage_banner_list h3 {
    	font-size: 1em;
    	line-height: 1;
	}
	.main_search_block_form_wrapper_position {
		margin-left: 5%;
    	width: 90%;
    }
	.main_banner_section {
		background-size: unset;
 	}
 	.homepage_banner_list h3 {
 		font-size: 1.2em;
    	line-height: 1.1em;
 	}
 	.main_search_block_form_wrapper {
 		width: 100%;
 	}
}

/* 
*File name: main_footer_2020_04_07.css
*/

/* FOOTER */
footer{
	top:42px;
	position:relative;
	clear: both;
}
#footer_background {

}

.footer_caption {
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	line-height: 2;	
}

.footer_paragraph {
	display:block;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 2;
	color: #fff;
}

.footer_paragraph li {
	list-style: none;
	margin-left: 2px;
	margin-bottom: 8px;
}

.footer_paragraph ul .footer_more {
    font-weight: 600;
    line-height: 2;
}

.footer_container {

    display: flex;
    
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    min-width: fit-content;
    
    background: url('/graphics/footer-bg.png') 0 0 repeat;	

	box-sizing: border-box;
    position: relative;
    width: 100%;
    justify-content: space-evenly; 
    
    flex: 0 0 calc(100% - 10px);
    flex-wrap: wrap;
    flex-direction: row;

}

.footer_row {

    /*padding-left: 20em;*/
    justify-content:center;
    
 	
}


.footer_paragraph ul {
	list-style: none;
	padding: 0;
	margin: 0;  
}



.footer_paragraph a:hover {
	color: #fff;
	text-decoration:underline;
}

.footer_paragraph a:link {
	color: #fff;
}

.footer_paragraph a:active {
	color: #fff;
	text-decoration:underline;
}

.footer_paragraph a:visited {
	color: #fff;
}

 .footer_container_bottom {
	display: flex;
    background-color: #286090;

    width: 100%;
    background-color: #286090;

	box-sizing: border-box;
	
	justify-content: space-evenly; 
    
    flex: 0 0 calc(100% - 10px);
    flex-wrap: wrap;
    flex-direction: row;

}

.icon-check {
	background-image: url('/graphics/spritesheet.png');
	background-position: 0px -27px;
	width: 35px;
	height: 32px;
}
	
.icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	cursor: pointer;
}  

.footer_rights { 	
	color: #fff;
	background-color: #286090;
	padding-left: 1em;
}

.footer_cards {
	line-height: 3;
	color: #fff;		
	background-color: #286090;
	padding-right: 1em;
	display: block;
}
.footer_cards img{
	margin:5px;

}

.icon-fb {
	background-image: url('/graphics/spritesheet.png');
	background-position: -67px -27px;
	width: 32px;
	height: 32px;
	display: inline;
	margin: -1px 5px;
	margin-top: -3em;
	
}

.icon:not(.without-hover):hover {
	background-color: #eef;
	border-radius: 50%;
	-webkit-transition: background-color 0.25s linear;
	-moz-transition: background-color 0.25s linear;
	-ms-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	}
	
.icon.always-hover {
	background-color: #eef;
	border-radius: 50%;
}

.icon-fb {
	background-image: url('/graphics/spritesheet.png');
	background-position: -67px -27px;
	width: 32px;
	height: 32px;
}

.icon-gb {
	background-image: url('/graphics/spritesheet.png');
	background-position: -168px -27px;
	width: 16px;
	height: 10px;
}

.icon-google {
	background-image: url('/graphics/spritesheet.png');
	background-position: -35px -27px;
	width: 32px;
	height: 32px;
}

.icon-master {
	background-image: url('/graphics/spritesheet.png');
	background-position: -73px -59px;
	width: 35px;
	height: 22px;
}

.icon-paypal {
	background-image: url('/graphics/spritesheet.png');
	background-position: 0px 0px;
	width: 184px;
	height: 27px;
}

.icon-phone {
	background-image: url('/graphics/spritesheet.png');
	background-position: -99px -27px;
	width: 32px;
	height: 32px;
}

.icon-some-service {
	background-image: url('/graphics/spritesheet.png');
	background-position: -37px -59px;
	width: 36px;
	height: 22px;
}

.icon-us {
	background-image: url('/graphics/spritesheet.png');
	background-position: -168px -37px;
	width: 16px;
	height: 10px;
}

.icon-visa {
	background-image: url('/graphics/spritesheet.png');
	background-position: -131px -27px;
	width: 37px;
	height: 22px;
}

.icon-wu {
	background-image: url('/graphics/spritesheet.png');
	background-position: 0px -59px;
	width: 37px;
	height: 22px;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	cursor: pointer;
}
    
.icon:not(.without-hover):hover {
	background-color: #eef;
	border-radius: 50%;
	-webkit-transition: background-color 0.25s linear;
	-moz-transition: background-color 0.25s linear;
	-ms-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}
    
.icon.always-hover {
	background-color: #eef;
	border-radius: 50%;
}
    
.block {
	margin-bottom: 50px;
}



@media (min-width: 1024px) {
	.footer_container_bottom {
		justify-content: space-between; 
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.footer_container {
		justify-content: space-between;
	}
	.footer_container_bottom {
		justify-content: space-between; 
	}
}
/* @media (max-width: 768px) {
	
	footer{
		padding-bottom: 191px;
	}
} */
@media (min-width: 601px) and (max-width: 767px) {
	.footer_container {
		justify-content: unset;
	}
	.footer_paragraph {
		width: 50%;
		line-height: 3em;
		padding-top: 2em;
	}
	.footer_caption {
    	font-size: 15px;
	}	
	.footer_container_bottom {
		justify-content: space-evenly; 
	}
	.icon {
		margin: 0px!important;
	}
}

@media (min-width: 480px) and (max-width:600px){
	.footer_container{
		justify-content: unset;
	}
	.footer_paragraph{
		line-height: 3em;
	}
	.footer_paragraph_left{
		width: 45%;
	}
	.footer_paragraph_right{
		width: 55%;
		padding-left: 5px;
	}
	.footer_caption{
    	font-size: 15px;
	}
	.footer_caption{
    	font-size: 15px;
	}
	.footer_container{
		padding-right: 0px;
		padding-left: 0px;
	}
	.footer_paragraph:nth-of-type(4){
		margin-left: -2.5em;
		width: 50%;
		padding-top: 0px;
	}
	.footer_cards{
		display: flex;
		padding-right: 0px;		
	}
	.footer_container_bottom{
		justify-content: space-evenly; 
	}
	.icon{
		margin: 0px!important;
	}
}
@media (max-width: 600px){
	footer{
		top:70px;
	}
}
@media (max-width: 479px){

	.footer_container{
		justify-content: unset;
	}
	.footer_paragraph{
		line-height: 3em;
	}
	.footer_paragraph_left{
		width: 40%;
	}
	.footer_paragraph_right{
		padding-left: 5px;
		width: 60%;
	}

	.footer_caption{
    	font-size: 15px;
	}
	.footer_container{
		padding-right: 0px;
		padding-left: 0px;
	}
	.footer_paragraph:nth-of-type(4){
		margin-left: 0px;
		width: 100%;
		padding-top: 2em;
	}
	.footer_container_bottom{
		justify-content: space-evenly; 
	}
	.icon{
		margin: 0px!important;
	}
}

h1,h2,h3 {
	font-weight: unset;
}
h5{
    font-size: small;
    font-weight:normal;
}

.product-header {
    margin: 0 0 10px;
    text-align:center;
    font-size:xx-large;
}

.productDetailMinorDetailText{
    font-size: small;
    font-weight:normal;
}

.productDetailStockStatusContainer {
        display: inline-block;
        color: #008400;
        font-size: large;
}
.productBrandNameTextContainer{
    font-size:large;
}
.productSKUTextContainer{
    font-size:large;
}
.productDetailWarrantyContainer{
    /*font-size:large;*/
}
.reviewStarContainer{
    font-size:x-large;
}



.custom-product-tabs > input[type="radio"] {
  position: absolute;
  left: -200vw;
  
}

.custom-product-tabs {
	margin-top: 1em;
    margin-left: 1.1em;
}

.custom-product-tabs .custom-product-tabs-content-item {
  display: none;
}
/*
.custom-product-tabs > input:first-child:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item:first-child,
.custom-product-tabs > input:nth-child(3):checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item:nth-child(2),
.custom-product-tabs > input:nth-child(5):checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item:nth-child(3),
.custom-product-tabs > input:nth-child(7):checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item:nth-child(4),
.custom-product-tabs > input:nth-child(9):checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item:nth-child(5),
.custom-product-tabs > input:nth-child(11):checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item:nth-child(6) {
  display: block;
}
*/



.custom-product-tabs > .custom-product-tab1:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item1,
.custom-product-tabs > .custom-product-tab2:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item2,
.custom-product-tabs > .custom-product-tab3:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item3,
.custom-product-tabs > .custom-product-tab4:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item4 {
	display: inline-block;
	width: 100%;
}


.custom-product-tabs > label {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px;
  border: 1px solid #ededed;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  background-color: #f5f5f5;
  margin-bottom: 0px;
}

.custom-product-tabs > label::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 37px;
	width: 100%;
	height: 3px;
	background: #f5f5f5;
}

.custom-product-tabs > label:hover,
.custom-product-tabs > input:focus + label {
  /*color: #06c;*/
  /*background: #ededed;*/
  background: #f2f0f0;
}

.custom-product-tabs > label:hover::after,
.custom-product-tabs > input:focus + label::after,
.custom-product-tabs > input:checked + label::after {
  background: #06c;
 
}

.custom-product-tabs > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  background: #fff;
}

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

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

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

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

.custom-button-info {
	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!important;
	/*background-color: #333!important;*/
	background-color: #5bc0de!important;
    /*border-color: #46b8da!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;
	width:100%;
	border: 1px solid transparent;
}

.custom-button-info:active{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.custom-button-info:hover{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.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!important;
	background-color: #337ab7!important;
    /*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-button:active{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12)!important;
}

.custom-button:hover{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12)!important;
}

.custom-product-thumb-selected {
    outline: 1px solid #fd6f1c;
    outline-offset: 2px;
}

.custom-product-image {
	display: block;
    height: auto;
    cursor: pointer;
    display: inline-flex;
    width: 230px;
	margin-left: 2em;
}

.custom-product-image-thumb {	
    cursor: pointer;
    display: inline-flex;
    height: auto;
 	margin-bottom: 1em;  
  	width: 60px; 
}

.custom-product-images-thumbs-container {
	display:block;
	float:left;
	position:relative;

	/*border: 1px solid #000;*/
	
	/*z-index:999;*/
	
    margin-top: 1em;
}

.custom-product-images-desktop-container {
	display: grid;
	position:relative;
	grid-row: 1;
	grid-column: 1 / 2;
	grid-template-columns: 30% 70%;
}



.custom-product-images-main-image-container {
	display:inline-flex;
	float:left;
	position:relative;
}

.custom-product-images-main-image-container-no-image {
	/*display:inline-flex;*/
	float:left;
	position:relative;
	margin-left: 4em;
    margin-top: 2em;
	/*border: 1px solid #000;*/
}

.custom-car-fitment-item-container {
	width: 50%;
	float: left;
}
.custom-product-tabs-content-item2 a {
	width: 50%;
	float: left;
}

.custom-product-container {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	width: 90em;
	min-height: 50vh;
	position: relative;
	display: block;
}

.custom-product-container-fluid {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	width: 100%;
	display: grid;
	position:relative;
    grid-template-columns: 30% 70%;
}

.custom-product-info {
	width: 100%;
    float: right;
    display: inline-table;
    height: -webkit-fill-available;
    position: relative;
    margin-top: 0em;
    margin-left: 4em;
    grid-row: 1;
    grid-column: 2 / 3;
}


.custom-product-specs {
	margin: 15px 0;
	border: 1px solid #ddd;
	width: 100%;
    
    margin-bottom: 20px;
	border-spacing: 0;
    border-collapse: collapse;
	background-color: transparent;
}

.custom-product-specs > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
	margin: 15px 0;	
}    

.custom-product-specs>tbody>tr>td, .custom-product-specs>tbody>tr>th, .custom-product-specs>tfoot>tr>td, .custom-product-specs>tfoot>tr>th, .custom-product-specs>thead>tr>td, .custom-product-specs>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.custom-product-specs>tbody>tr>td, .custom-product-specs>tbody>tr>th, .custom-product-specs>tfoot>tr>td, .custom-product-specs>tfoot>tr>th, .custom-product-specs>thead>tr>td, .custom-product-specs>thead>tr>th {
    border: 1px solid #ddd;
}

.custom-productCard-recommend-bottom {
    position: absolute;
    right: -35px;
    top: 15em;
    height: 64px;
}

.custom-product-image-recommend-wrap {
    position: relative;
}

.custom-product-caption {
	background: #F49D2A;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    float: left;
    padding: 0 20px 5px;
    margin-bottom: 0.5em;
    font-size: 18px;
}

.custom-select-vehicle-container {
	padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;    
    width: 1170px;
    	
	position: relative;
	display: block;
}

.custom-form-header {
	font-size: 20px;
}

.custom-input-group {
	position:relative;
	display: flow-root;
   
}

.custom-search-position {
	text-transform: uppercase;
	margin-right:1em;
	float: left;
    width: 200px;
    margin-top: 11px;
    margin-right: 10px;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.custom-product-images-mobile-container {
	display: none;
	position:relative;
	grid-row: 1;
	grid-column: 1 / 2;
	grid-template-columns: 30% 70%;

	position:relative;
}

.custom-product-image-mobile {
	width: 100%;
}

.custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    /*transform: scale(1.1);*/
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    /*overflow: hidden;*/
}

.custom-modal-content-data {
	height: 20em;
	overflow-y: scroll;
}

.custom-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 600px;
    text-align:unset;
}

.custom-modal-close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    /*background-color: lightgray;*/
    color: lightgray;
	padding-bottom: 0.25em;
}

.custom-modal-close-button:hover {
    /*background-color: darkgray;*/
    color: darkgray;
}

.custom-show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    overflow-y: hidden;
    z-index:999;
}

.noscroll { overflow: hidden; position: fixed; width: 100%; }

.custom-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.custom-modal-header::after {
	clear:both;
}

.custom-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.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-brands-item-new-price {
	font-size: 26px;
	margin: 0 0 10px;
	font-weight:600;
}

.custom-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    text-align: center;
}

.custom-panel-body {
    padding: 15px;
}

.panel-body:after {
	clear:both;
}

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

.custom-panel-primary>.custom-panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    margin-bottom: 1em;
}


.custom-parts-items-images-small {
	padding-left: 0px;
	padding-right: 5px;
}

.custom-parts-items-image-small {
	width: 50px!important;
}

.custom-parts-items-images-big {
	padding-left: 0px;
	padding-right: 5px;
}

.custom-parts-items-images-small .thumbnail{
	margin-bottom: 5px;
}

.custom-parts-items-images-big .thumbnail {
	margin-bottom: 10px;
}

.custom-parts-items-images {
	padding: 0px;
	position: relative;
	width: 33.33333333%;
	text-align: center;
	top: -7em;
	display: inline-block;
	padding-left: 1em;
    padding-right: 1em;
    margin-top: 1em;
}

.custom-parts-items-images .custom-parts-items-images-small:last-of-type {
	margin-right: 0px;
}

.custom-brands-item-desc {
	margin:0 2px 10px;
	display: inline-block;
}

.custom-detail-name {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    /*padding-left: 15px;*/
    width: 17em;
    float: left;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.custom-detail-article {
}

.brands-item-new-price {
	color: #b32600;
    font-size: 26px;
}

.custom-orange-font{
	color:#fd6f02 !important;
}

.custom-brands-item-new-articul {
}

.custom-item-count-container {	
	display: inline-block;
	position: relative;
	top: -0.35em;
}

.custom-remove-from-cart-container {
	display: inline-block;
	position: relative;
	top: -0.7em;   
}

.custom-modal-footer {
	display: flex;
	position: relative;
	padding-left: 2em;
	float: right;
    
    text-align:unset;
}

.custom-modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: 18px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
	color: inherit;
	padding-bottom: 1em;
    padding-top: 0.5em;
	text-align: initial;
	display:block;
	position:relative;
}

.custom-item-count {
    width: 109px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.custom-thumbnail {
	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;
}

.custom-thumbnail:hover {
	border: 1px solid #337ab7;
}

.custom-button-danger {
	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!important;
	background-color: #d9534f!important;
    /*border-color: #d43f3a!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;
	width:100%;
	border: 1px solid transparent;
}

.custom-button-danger:active{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.custom-button-danger:hover{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.product-price-core {}
    .product-price-core-icon {
        display: inline-block;
        height: 16px;
        margin: 0 0px;
        width: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        background: #286090;
        border-radius: 16px;
        cursor: pointer;
    }


.custom-button-success {
	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!important;
	background-color: #5cb85c!important;
    /*border-color: #4cae4c!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-button-success:active{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.custom-button-success:hover{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.custom-product-price-result {
    margin-top: 10px;
    color: #f9453f;
    font-size: 26px;
    font-weight: normal;
}

.currency_code_text {
	font-size:20px;
}

.img-fluid {
	width: 100%;
	max-width: 100%;
}

.productCard__status {
    display: inline-block;
    color: #4cae4c;
    font-size: 14px;
}


.product-price-old {
    margin-top: 15px;
    font-size: 16px;
    text-decoration: line-through;
}

.product-info-block {
    padding: 0 15px;
}

.product-text-small {
    font-size: 12px;
}

@media (min-width: 1366px) {
	.custom-select-vehicle-container {
		width: 1170px;
	}
	
	.custom-bxslider li {
    	width: 33.333333% !important;
	}
}

@media (max-width: 1365px) {
	.custom-select-vehicle-container {
		width: 100%;
	}
	
	.custom-search-position {
		width: 15%;
	}
	
	.custom-product-container {
		width: 100%
	}	
	
	.custom-product-tabs > label {
		padding: 10px 1px 10px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.custom-select-vehicle-container {
		width: 97%;
		padding-bottom:0px;
	}
	
	.custom-select-vehicle-form h3 {
    	float: left;
    	color: white;
    	margin-left: 0px;
    	text-align: center;
    	width: 100%;
	}
	
	.custom-select-vehicle-shop {
		display:none;
	}
	
	
	.custom-input-group {
	    position: relative;
	    display: inline-grid;
	    position: relative;
	    width: 93%;
	}
	
	.custom-search-position {
    	width: 100%;
	}
	
	.custom-select-vehicle-form {
		float: none;
	}
	
	.custom-product-container {
		width: 100%
	}
	
	.custom-product-images-desktop-container {
    	grid-row: 1;
   	 	grid-column: 1 / 2;
    	float: left;
    	/*justify-self: center;*/    	    		
	}
	
	.custom-product-image {
		margin-left: 0px;
	}
		
	.custom-product-images-mobile-container {
		display:none;
		grid-row: 1;
   	 	grid-column: 1 / 2;
    	float: left;
    	/*justify-self: center;*/   
	}
	
	.custom-modal-content {
		width: 100%;
		text-align: center;
	}
	
	.custom-modal-footer {
		width: 100%;
		text-align: center;
		display:inline-flex;
		position:relative;	
	}
	
	.custom-parts-items-images {
		width: 100%;
		top: 0em;
	}
	
	.custom-detail-name {
		width: 100%;
	}
	
	.custom-product-info {
		height: unset;
		grid-row: 1;
    	grid-column: 2 / 3;
	}
	
	.custom-product-tabs > .custom-product-tab1:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item1,
	.custom-product-tabs > .custom-product-tab2:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item2,
	.custom-product-tabs > .custom-product-tab3:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item3,
	.custom-product-tabs > .custom-product-tab4:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item4 {
		display: block;
		width: 100%;
	}
	.custom-select-vehicle-container {
		display: none;
	}
	.custom-product-tabs {
		margin-left: 0em;
	}
	.custom-product-container-fluid {
    	padding-right: 0px;
    	padding-left: 0px;
    }
    .custom-product-tabs-content-item2 a {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    }
}
@media (min-width: 601px) and (max-width: 767px) {
		.custom-select-vehicle-container {
		width: 97%;
		padding-bottom:0px;
	}
	
	.custom-select-vehicle-form h3 {
    	float: left;
    	color: white;
    	margin-left: 0px;
    	text-align: center;
    	width: 100%;
	}
	
	.custom-select-vehicle-shop {
		display:none;
	}	
	
	.custom-input-group {
	    position: relative;
	    display: inline-grid;
	    position: relative;
	    width: 93%;
	}
	
	.custom-search-position {
    	width: 100%;
	}
	
	.custom-select-vehicle-form {
		float: none;
	}
	
	.custom-product-container {
		width: 100%
	}
	
	.custom-product-images-desktop-container {
		grid-row: 1;
   	 	grid-column: 1 / 3;
    	float: left;
    	justify-self: center;
	}
	
	.custom-product-images-desktop-container {
		grid-column: 1 / 3;
		justify-self: center;
	}
	
	.custom-product-image {
		margin-left: 2em;
	}
		
	.custom-product-images-mobile-container {
		display:none;
		grid-column: 1 / 3;
		justify-self: center;
	}
	
	.custom-modal-content {
		width: 100%;
		text-align: center;
	}
	
	.custom-modal-footer {
		width: 100%;
		text-align: center;
		display:inline-flex;
		position:relative;	
	}
	
	.custom-parts-items-images {
		width: 100%;
		top: 0em;
	}
	
	.custom-detail-name {
		width: 100%;
	}
	
	.custom-product-info {
		height: unset;
		grid-row: 2;
    	grid-column: 1 / 3;
	}
	
	.custom-product-tabs > .custom-product-tab1:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item1,
	.custom-product-tabs > .custom-product-tab2:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item2,
	.custom-product-tabs > .custom-product-tab3:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item3,
	.custom-product-tabs > .custom-product-tab4:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item4 {
		display: block;
		width: 100%;
	}
	.custom-select-vehicle-container {
		display: none;
	}
	.custom-product-tabs {
		margin-left: 0em;
	}
	.custom-product-container-fluid {
    	padding-right: 0px;
    	padding-left: 0px;
    }
    .custom-product-tabs-content-item2 a {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    }
}
 
@media (min-width: 480px) and (max-width:600px) {	
	.custom-select-vehicle-container {
		width: 97%;
		padding-bottom:0px;
	}
	
	.custom-select-vehicle-form h3 {
    	float: left;
    	color: white;
    	margin-left: 0px;
    	text-align: center;
    	width: 100%;
	}
	
	.custom-input-group {
	    position: relative;
	    display: inline-grid;
	    position: relative;
	    width: 93%;
	}
	
	.custom-search-position {
    	width: 100%;
	}
	
	.custom-select-vehicle-form {
		float: none;
	}
	
	.custom-product-container {
		width: 100%
	}
	
	.custom-product-tabs > label {
		font-weight:unset;
		padding: 10px 0px 10px;
		font-size:12px;		
	}
	
	.custom-product-images-mobile-container {
		display:none;
	}
	
	.custom-product-images-desktop-container {
		grid-column: 1 / 3;
		justify-self: center;
	}
	
	.custom-product-images-mobile-container {
		grid-column: 1 / 3;
		justify-self: center;
	}

	.custom-product-image {
		margin-left: 0px;
	}
	
	.custom-modal-content {
		width: 100%;
		text-align: center;
	}
	
	.custom-modal-footer {
		width: 100%;
		text-align: center;
		display:inline-flex;
		position:relative;	
	}
		
	.custom-parts-items-images {
		width: 100%;
		top: 0em;
	}
	
	.custom-product-image {
		margin-left: 2em;
	}
	
	.custom-detail-name {
		width: 100%;
	}
	
	.custom-product-info {
		height: unset;
		grid-row: 2;
    	grid-column: 1 / 3;
    	margin-left: 0px;
	}
	
	.custom-product-tabs > .custom-product-tab1:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item1,
	.custom-product-tabs > .custom-product-tab2:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item2,
	.custom-product-tabs > .custom-product-tab3:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item3,
	.custom-product-tabs > .custom-product-tab4:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item4 {
		display: block;
		width: 100%;
	}
	.custom-select-vehicle-container {
		display: none;
	}
	
	.custom-product-info h1 {
		font-size: larger;
	}
	.custom-product-tabs {
		margin-left: 0em;
	}
	.custom-product-container-fluid {
    	padding-right: 0px;
    	padding-left: 0px;
    }
    .custom-product-tabs-content-item2 a {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    	padding-right: 0.5em;
    }
}	
@media (max-width: 479px) {
	.custom-select-vehicle-container {
		width: 97%;
		padding-bottom:0px;
	}
	
	.custom-product-info h1 {
		font-size: larger;
	}
	
	.custom-select-vehicle-form h3 {
    	float: left;
    	color: white;
    	margin-left: 0px;
    	text-align: center;
    	width: 100%;
	}
	
	.custom-input-group {
	    position: relative;
	    display: inline-grid;
	    position: relative;
	    width: 93%;
	}
	
	.custom-search-position {
    	width: 100%;
	}
	
	.custom-select-vehicle-form {
		float: none;
	}
	
	.custom-product-container {
		width: 100%
	}
	
	.custom-product-images-desktop-container {
		grid-row: 1;
   	 	grid-column: 1 / 3;
    	float: left;
    	justify-self: center;
	}
	
	.custom-product-image {
		margin-left: 0px;
	}
	
	.custom-product-tabs > label {
		font-weight:unset;
		padding: 10px 0px 10px;
		font-size: medium;		
	}

	.custom-product-images-mobile-container {
		grid-row: 1;
   	 	grid-column: 1 / 3;
    	float: left;
    	justify-self: center;
		display:none;
	}
	
	.custom-modal-content {
		width: 100%;
		text-align: center;
	}
	
	.custom-modal-footer {
		width: 100%;
		text-align: center;
		display:inline-flex;
		position:relative;	
	}
	
	.custom-parts-items-images {
		width: 100%;
		top: 0em;
	}
	
	.custom-detail-name {
		width: 100%;
	}
	
	.custom-product-info {
		height: unset;
		grid-row: 2;
    	grid-column: 1 / 3;
    	margin-left: 0px;
	}
	
	.custom-product-tabs > .custom-product-tab1:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item1,
	.custom-product-tabs > .custom-product-tab2:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item2,
	.custom-product-tabs > .custom-product-tab3:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item3,
	.custom-product-tabs > .custom-product-tab4:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item4 {
		display: block;
		width: 100%;
	}
	
	.custom-select-vehicle-container {
		display: none;
	}
	.custom-product-tabs {
		margin-left: 0em;
	}
	.custom-product-container-fluid {
    	padding-right: 0px;
    	padding-left: 0px;
    }
    .custom-product-tabs-content-item2 a {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    	padding-right: 0.5em;
    }
}

@media (hover: none) {
	.custom-product-images-desktop-container {
		display:none;
	}
	.custom-product-images-mobile-container {
		grid-row: 1;
   	 	grid-column: 1 / 3;
    	float: left;
    	justify-self: center;
		display:grid;
	}
	
	.slider {
		width: 300px;
	}
	
	.custom-select-vehicle-container {
		width: 97%;
		padding-bottom:0px;
	}
	
	.custom-product-info h1 {
		font-size: larger;
	}
	
	.custom-select-vehicle-form h3 {
    	float: left;
    	color: white;
    	margin-left: 0px;
    	text-align: center;
    	width: 100%;
	}
	
	.custom-input-group {
	    position: relative;
	    display: inline-grid;
	    position: relative;
	    width: 93%;
	}
	
	.custom-search-position {
    	width: 100%;
	}
	
	.custom-select-vehicle-form {
		float: none;
	}
	
	.custom-product-container {
		width: 100%
	}
	
	.custom-product-images-desktop-container {
		grid-row: 1;
   	 	grid-column: 1 / 3;
    	float: left;
    	justify-self: center;
	}
	
	.custom-product-image {
		margin-left: 0px;
	}
		
	.custom-modal-content {
		width: 100%;
		text-align: center;
	}
	
	.custom-modal-footer {
		width: 100%;
		text-align: center;
		display:inline-flex;
		position:relative;	
	}
	
	.custom-parts-items-images {
		width: 100%;
		top: 0em;
	}
	
	.custom-detail-name {
		width: 100%;
	}
	
	.custom-product-info {
		height: unset;
		grid-row: 2;
    	grid-column: 1 / 3;
    	margin-left: 0px;
	}
	
	.custom-product-tabs > .custom-product-tab1:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item1,
	.custom-product-tabs > .custom-product-tab2:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item2,
	.custom-product-tabs > .custom-product-tab3:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item3,
	.custom-product-tabs > .custom-product-tab4:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item4 {
		display: block;
		width: 100%;
	}
	
	.custom-select-vehicle-container {
		display: none;
	}
	.custom-product-tabs {
		margin-left: 0em;
	}
	.custom-product-container-fluid {
    	padding-right: 0px;
    	padding-left: 0px;
    }
    .custom-product-tabs-content-item2 a {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    	padding-right: 0.5em;
    }
}

/* bottom_images.css
* migrated from product_details_2020_04_06.css
*/
.custom-popular-details-container {
	background-color: #EDEDED;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;    
    width: 100%;
	display: block;
	position: relative;
	float: left;
	top:42px;
}

.custom-popular-details-container-fluid {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;    
    width: auto;
	min-height: 100%;
	position: relative;
	display: block;
	margin-bottom: 0px;
}

.custom-product-description {
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.custom-product-description-text {
    min-height: 60px;
}

.product-custom-detail {
	background-color: #337ab7;
	margin-bottom: 1em;
	border-radius:4px;
}

.custom-product-name-text-center {
	color: #fff;
	display: inline-block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
    height: 5em;
}

.custom-product-name-text-center a{
	color: #fff;
}

.custom-product-name-text-center a:link{
	color: #fff;
}

.product-custom-detail:hover{
	background-color: #286090!important;
	/*box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);*/
	
}

.custom-product-name-text-center a:hover{
	color: #fff;
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	text-decoration:underline;
}

.custom-product-name-text-center a:active{
	color: #fff;
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	text-decoration:underline;
}

.custom-product-name-text-center a:visited{
	color: #fff;
}

.custom-popular-details {
    background-color: #337ab7;
}

.custom-popular-details-li {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-bxslider {
	list-style-type: none;
	padding:0;
	display: block;
    position: relative;
    float: left;
}

.custom-bxslider li {
	width: 28em !important;
	
}

.custom-main-caption-slider {
	width: 100%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
	float: none;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 0px;
	
}

.custom-product-caption {
	background: #FD6F02;
    color: #fff;
    font-weight: bold;
    display: block;
    float: left;
    padding: 0 20px 0px;
    margin-bottom: 0.5em;
    /*font-size: 18px;*/
    font-size: 1.7em;
	height: 20%
}

@media (min-width: 1366px) {
	.custom-select-vehicle-container {
		width: 100%;
	}
	
	.custom-popular-details-container-fluid {
		width: 70%;
	}
	
	.custom-bxslider li {
    	width: 33.333333% !important;
	}
	.custom-product-description-text {
    	min-height: 60px;
	}
}

@media (max-width: 1365px) {
	
	.custom-select-vehicle-container {
		width: 100%;
	}
	
	.custom-popular-details-container-fluid {
		width: 80%;
	}
	

	.custom-select-vehicle-container {
		width: 1170px;
	}
	
	.custom-bxslider li {
    	width: 33.333333% !important;
	}
	
	.custom-bxslider li {
 	   width: 33.333333% !important;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%;
	}
	
	.custom-popular-details-container {
		width: 100%;
	}
	
	.custom-product-tabs > label {
		padding: 10px 1px 10px;
	}
	.custom-product-description-text {
    	min-height: 60px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	
	.custom-select-vehicle-container {
		width: 100%;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%;
	}
	

	.custom-bxslider li {
		width: 50% !important;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%;
	}
	
	.custom-popular-details-container-fluid {
		display: flow-root;
		margin-bottom: 0px;
	}
	.custom-product-description-text {
    	min-height: 60px;
	}
}

@media (min-width: 601px) and (max-width: 767px) {
	.custom-select-vehicle-container {
		width: 100%;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%;
	}

	.custom-bxslider li {
		width: 50%!important;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%;
	}

	.custom-popular-details-container-fluid {
		width: 100%
	}

	.custom-popular-details-container-fluid {
		display: flow-root;
		margin-bottom: 0px;
	}
	.custom-product-description-text {
    	min-height: unset;
    	max-height: 60px;
	}
}

@media (min-width: 480px) and (max-width:600px) {
	.custom-select-vehicle-container {
		width: 100%;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%;
	}

	.custom-bxslider li {
		width: 100%!important;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%
	}
	
	.custom-bxslider li {
		width: 100% !important;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%;
	}

	.custom-popular-details-container-fluid {
		display: flow-root;
		margin-bottom: 0px;
	}
	.custom-product-description-text {
    	min-height: unset;
    	max-height: 60px;
	}
}

@media (max-width: 479px) {
	.custom-popular-details-container{
		top: 70px;
	}
	.custom-select-vehicle-container {
		width: 100%;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%;
	}

	.custom-bxslider li {
		width: 100% !important;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%
	}
	.custom-bxslider li {
		width: 100% !important;
	}
	
	.custom-popular-details-container-fluid {
		width: 100%;
	}

	.custom-popular-details-container-fluid {
		display: flow-root;
		margin-bottom: 0px;
	}
	.custom-product-description-text {
    	min-height: unset;
    	max-height: 60px;
	}
}

#catalogue_content {
	padding-top: 0;
	/*position: absolute;*/
    /*width: max-content;*/
    position: relative;
    width: 100%;
   
}
.rightNextImageArrow{
	cursor: pointer;
}
.leftNextImageArrow{
	cursor: pointer;
}


#productNameSearchContainer{
	overflow-x: hidden;
	overflow-y: auto;	
	width: 25%;
    float: left;
    position: relative;
    /*display: inline-block;*/
 
}

_::-webkit-full-page-media, _:future, :root #catalogue_content {
	padding-top: 0;
	/*position: absolute;*/
    /*width: max-content;*/
    position: relative;
    width: 100%;
   	display: flex;
}

#catalogue_content .catalogue_container {
	padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	width: 1170px;
	/*border: 1px solid black;*/
}

#catalogue_content .catalogue_container_fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;  
}

.custom-categoriesList {
	top: 0;
	min-height: 85em;
	padding-bottom: 10em;
	/* position: sticky; */
	overflow-x: hidden;
	overflow-y: auto;	
	width: 25%;
    float: left;
	clear: both;
    position: relative;
    display: inline-block;
 
}

_::-webkit-full-page-media, _:future, :root .custom-productsList-wrapper {
	padding: 0;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	float: right;
	width: 70%;
	display: block;
}

.custom-productsList-wrapper {
	padding: 0;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	float: right;
	width: 70%;
	display: contents;
}


.custom-containerAttributes {
	margin: 0;
	padding: 10px;
	overflow-wrap: break-word;
	font-weight:bold;
	line-height: 2em !important;
}

.custom-containerAttributes-panel {
	border-color: #ddd;
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width:100%;
}

.custom-productCard__imagesMobile {
	z-index: 1;
	display:none;
}


.custom-filter {
    margin-bottom: 0px;
    /*padding: 0 0 0 15px;*/
    width: 70%;
    /* float: right; */
    display: inline-flex !important;
}

_::-webkit-full-page-media, _:future, :root .custom-filter {
    margin-bottom: 0px;
    /*padding: 0 0 0 15px;*/
    width: 100%;
    /* float: right; */
    display: inline-flex !important;
}

.custom-containerAttributes-filter {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}

.custom-productCard__imagesMain {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
	text-align: center;
}

.custom-productCard-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);
}

.custom-productCard-panel-primary {
    border-color: #337ab7;
}

.custom-productCard__info {
	padding-left: 0px;
    padding-right: 0;
    text-align: left;
    display:inline-block;
	margin-left: 1em;
	margin-top: 0.5em;
	width: 70%;
}

_::-webkit-full-page-media, _:future, :root .custom-productCard__info {
	padding-left: 0px;
    padding-right: 0;
    text-align: left;
    display:inline-block;
	margin-left: 1em;
	margin-top: 0.5em;
	width: 32em;
}

.custom-productCard__priceGroup {
    padding: 0;
    display: inline-block;
    margin-right: 2.3em;
}

.custom-productCard__detailsGroup {
    display: inline-block;
    position: absolute;
    left: 36em;
    padding-right: 1em;
}

.custom-panel-body {
	height: 30em;
}

.custom-panel-body-cart {
}

_::-webkit-full-page-media, _:future, :root .custom-panel-body {
	height: 30em;
}

.custom-button-cart {
	margin:0em!important;
}


.custom-button-primary {
	background-color: #337ab7!important;
}

.custom-button-success {
	background-color: #5cb85c!important;

}

.custom-button-success:active{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.custom-button-success:hover{
	box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.custom-productCard__buttonWrap {
	padding-bottom: 10px;
	display:contents;
}


.custom-productCard__imageLink {
	display: block;
    line-height: 150px;
    text-align: center;
}

.custom-productCard__images {
    position: relative;
    padding: 0 15px;
    padding: 0;
    margin-left: 1.2em;
    margin-top: 1em;
    width: 25%;
    float: left;
}

.custom-productCard__thumbnails {	
    margin-bottom: 15px;
    display: flex;
    /* text-align: center; */
}

.custom-productCard__thumbImage {
    height: auto;
    cursor: pointer;
    width: 100%;
}



.custom-productCard__imagesMobile {
	width: 100%;
}

.custom-productCard__imageLink > .custom-productCard__imageMain {
    display: inline-block;
    max-width: 100%;
}

.custom-productsList {
    padding-left: 0;
    padding-right: 0;
    margin-top: 1em;
    position: relative;    
    height: auto!important;
    margin-right: 0;
    margin-bottom: 1em;
	overflow:auto;
}

.custom-categoriesList__search {
    position: relative;
    margin: 15px 15px 15px 0px;
    width: 100%;
    display: block;
    position: relative;
    margin-left: 1em;
	padding-right: 2em;
}

.custom-categoriesList__searchField {
    padding-left: 20px;
    border-radius: 30px;
}

.custom-categoriesList__header {
    margin: 16px 15px 10px;
    font-size: 20px;
}

.custom-arrowUp_container {
	display:none;
	/*padding-bottom: 1em;*/
    margin-left: 29%;
    
    display:none;
}

_::-webkit-full-page-media, _:future, :root .custom-arrowUp_container {
	display:none;
	/*padding-bottom: 1em;*/
    margin-left: 0px;
    display:none;
}

.custom-arrowDown_container {
	padding-bottom: 1em;
    margin-left: 29%;
    display:none;
}

_::-webkit-full-page-media, _:future, :root .custom-arrowDown_container {
	padding-bottom: 1em;
    margin-left: 0px;
    display:none;
}

.custom-categoriesList__CategoriesHeader {
	margin: 16px 15px 10px;
    font-size: 20px;
    display: block;
    margin-left: 0.71em;
}

.custom-categoriesList__ShowPlusButton {
	margin: 0px 0px 0.5em 1em;
    font-size: 20px;
    display: none;
}

.show_plus_button {
	color: #333!important;
    background-color: #fff!important;
    border-color: #ccc!important;
}

.custom-categoriesList__container {
	display:block;
	margin-left: 1em;
}

.custom-categoriesList__container_mobile {
	display:block;
}

.custom-categoriesList__container_hidden {
	display:none;
}

.custom-categoriesList__searchButtnon {
	position: absolute;
	right: -42px;
	top: -10px;
	color: #337ab7!important;
	border: none;
	border-radius: 30px;
	height: 2.2em;
	box-shadow:unset!important;
	background-color: #fff!important;
    border-color: #ccc!important;
    margin-right: 5.1em;
    
}

.custom-panelPartsHeader {
	border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1.5em;
}

.custom-productCard__imageMain {
	display: inline-block;
	/* max-width: 100%; */
	max-width: 80%;
	cursor: zoom-in;
	
}

.custom-filters__display {
    width: initial;
    height: initial;
    padding: initial;
    display: initial;
    font-weight: lighter;
}

.custom-productCard__priceResult {
	margin-top: 10px;
    color: #f9453f;
    font-size: 26px;
    font-weight: normal;
}

@media (min-width: 1025px) {
	.custom-productCard__imagesMobile {
		display: none;
	}
	.custom-productCard__imagesMain {
		display: block;
	}	
	.custom-productCard__thumbnails {
		display: flex;
	}	
	.custom-containerAttributes-panel {
		width: 100%
	}

}  
  
@media (max-width: 1024px) {
	.custom-productCard__imagesMobile {
		display: none;
	}	
	.custom-productCard__imagesMain {
		display: block;
	}	
	.custom-productCard__thumbnails {
		display: flex;
	}	
	.custom-containerAttributes-panel {
		width: 100%
	}
	
	#footer_background .footer_container_fluid {
		padding-left:0px;
		padding-right:0px;
	}

}
 
@media (max-width:768px) {
	.custom-productCard__imagesMobile {
		display: none;
	}
	.custom-productCard__imagesMain {
		display: block;
	}	
	.custom-productCard__thumbnails {
		display: flex;
	}
	
	.custom-containerAttributes-panel {
		width: 95%
	}
	
	#footer_background .footer_container_fluid {
		padding-left:0px;
		padding-right:0px;
	}
	
}

@media (max-width:768px) and (hover: none) {
	.custom-productCard__imagesMobile {
		display: block;
	}
	.custom-productCard__imagesMain {
		display: none;
	}	
	.custom-productCard__thumbnails {
		display: none;
	}
	
	.custom-categoriesList__header {
		display:none;
	}
	
	#catalogue_content .catalogue_container {
		width:100%;
	}
	
	.custom-categoriesList {
		min-height: 0em;
	    padding-bottom: 0em;
		width:100%;
	}
	
	.custom-filter {
    	margin-bottom: 0px;
    	width:100%;
    }
    
    .custom-productCard__detailsGroup {
    	left:0em;
    	position:relative;
    	display:block;
    }
    
    .custom-productCard__images {
    	margin-left: 0px;
    	width: 100%;
    } 
	
	.custom-categoriesList__container {
		display:none;
	}
	
	.custom-categoriesList__container_mobile {
		display:block;
	}
	
	.custom-categoriesList__ShowPlusButton {
		margin: 0px 0px 0.5em 1em;
    	font-size: 20px;
    	display: inline-block;
	}
	
	.custom-containerAttributes-panel {
		width: 95%
	}
	
	_::-webkit-full-page-media, _:future, :root .custom-panel-body {
    	height: auto;
	}
	
	.custom-panel-body {
    	height: auto;
	}
	
	.custom-panel-body {
    	height: auto;
	}
	
	.custom-productCard__info {
		text-align:center;
		padding-left: 0px;
    	padding-right: 0;
    	margin-left: 0px;
   	 	margin-top: 0px;
   	 	margin-left: 0px;
    	margin-top: 0px;
    	width:100%;
	}
	
	_::-webkit-full-page-media, _:future, :root .custom-productsList-wrapper {
		padding: 0;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0;
		float: right;
		width: 100%;
		display: contents;
	}
	
	.custom-productCard__buttonWrap {
		padding-bottom: 0px;
		display:block;
	}
	
	_::-webkit-full-page-media, _:future, :root .custom-productCard__info {
		padding-left: 0px;
    	padding-right: 0;
    	text-align: center;
    	display:inline-block;
		margin-left: 0em;
		margin-top: 0em;
		width: 100%;
	}
	
	.custom-filters__display {
		width:100%;
	}
	
	.productCard {
		padding-left: 0px!important;
	}
	
	#footer_background .footer_container_fluid {
		padding-left:0px;
		padding-right:0px;
	}
	
	.custom-arrowUp_container {
  		margin-left:0px;
  		display:none;
	}
	
	.arrowUp {
  		width: 0; 
  		height: 0;   			
  		border-left: 15px solid transparent;
  		border-right: 15px solid transparent;  
  		border-bottom: 15px solid #777;
  		margin: auto;
	}
		
	.custom-arrowDown_container {
  		margin-left:0px;
  		display:none;
	}
		
	.arrowDown {			
  		width: 0; 
  		height: 0;   			
  		border-left: 15px solid transparent;
  		border-right: 15px solid transparent;  
  		border-top: 15px solid #777;
  		margin: auto;
	}
	
	.custom-filters__display {
		width:100%;
	}
}
 
@media (max-width:480px) {
	.custom-productCard__imagesMobile {
		display: block;
	}
	.custom-productCard__imagesMain {
		display: none;
	}	
	.custom-productCard__thumbnails {
		display: none;
	}
	
	.custom-categoriesList__header {
		display:none;
	}
	
	#catalogue_content .catalogue_container {
		width:100%;
	}
	
	.custom-categoriesList {
		min-height: 0em;
	    padding-bottom: 0em;
		width:100%;
	}
	
	.custom-filter {
    	margin-bottom: 0px;
    	width:100%;
    }
    
    .custom-productCard__detailsGroup {
    	left:0em;
    	position:relative;
    }
    
    .custom-productCard__images {
    	margin-left: 0px;
    	width: 100%;
    }
	
	.custom-categoriesList__container {
		display:none;
	}

	.custom-categoriesList__container_mobile {
		display:block;
	}
	
	.custom-categoriesList__ShowPlusButton {
		margin: 0px 0px 0.5em 1em;
    	font-size: 20px;
    	display: inline-block;
	}
	
	.custom-containerAttributes-panel {
		width: 95%
	}
	
	_::-webkit-full-page-media, _:future, :root .custom-panel-body {
    	height: auto;
	}
	
	.custom-panel-body {
 	   height: auto;
	}
	
	.custom-productCard__info {
		text-align:center;
		padding-left: 0px;
    	padding-right: 0;
    	width:100%;
	}
	
	_::-webkit-full-page-media, _:future, :root .custom-productsList-wrapper {
		padding: 0;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0;
		float: right;
		width: 100%;
		display: contents;
	}
	
	.custom-productCard__buttonWrap {
		padding-bottom: 0px;
		display:block;
	}
	
	_::-webkit-full-page-media, _:future, :root .custom-productCard__info {
		padding-left: 0px;
    	padding-right: 0;
    	text-align: center;
    	display:inline-block;
		margin-left: 1em;
		margin-top: 0.5em;
		width: 100%;
	}
	
	.custom-filters__display {
		width:100%;
	}
	
	.productCard {
		padding-left: 0px!important;
	}
	
	.custom-arrowUp_container {
  		margin-left:0px;
  		display:none;
	}
	
	.arrowUp {
  		width: 0; 
  		height: 0;   			
  		border-left: 15px solid transparent;
  		border-right: 15px solid transparent;  
  		border-bottom: 15px solid #777;
  		margin: auto;
	}
		
	.custom-arrowDown_container {
  		margin-left:0px;
  		display:none;
	}
		
	.arrowDown {			
  		width: 0; 
  		height: 0;   			
  		border-left: 15px solid transparent;
  		border-right: 15px solid transparent;  
  		border-top: 15px solid #777;
  		margin: auto;
	}
	
	.custom-filters__display {
		width:100%;
	}
}  
  
@media (max-width:320px) {
	.custom-productCard__imagesMobile {
		display: block;
	}
	.custom-productCard__imagesMain {
		display: none;
	}	
	.custom-productCard__thumbnails {
		display: none;
	}
	
	.custom-categoriesList {
		top: 0;
		min-height: 0em;
		padding-bottom: 10em;
		/* position: sticky; */
		overflow-y: auto;
		width: 25%;
    	float: left;
    	position: relative;
    	display: inline-block; 
	}
	
	.custom-categoriesList__header {
		display:none;
	}
	
	#catalogue_content .catalogue_container {
		width:100%;
	}	
	
	.custom-categoriesList {
	    padding-bottom: 0em;
		width:100%;
	}
	
	.custom-filter {
    	margin-bottom: 0px;
    	width:100%;
    }
    
    .custom-productCard__detailsGroup {
    	left:0em;
    	position:relative;
    }
    
    .custom-productCard__images {
    	margin-left: 0px;
    	width: 100%;
    }
    
    .custom-categoriesList__container {
		display:none;
	}
    
	.custom-categoriesList__container_mobile {
		display:block;
	}
	
	.custom-categoriesList__ShowPlusButton {
		margin: 0px 0px 0.5em 1em;
    	font-size: 20px;
    	display: inline-block;
	}
	
	.custom-containerAttributes-panel {
		width: 95%
	}
	
	_::-webkit-full-page-media, _:future, :root .custom-panel-body {
    	height: auto;
	}	
	
	.custom-panel-body {
    	height: auto;
	}
	
	.custom-productCard__info {
		text-align:center;
		padding-left: 0px;
    	padding-right: 0;
    	margin-left: 0px;
    	margin-top: 0px;
    	width:100%;
	}
	
	_::-webkit-full-page-media, _:future, :root .custom-productsList-wrapper {
		padding: 0;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0;
		float: right;
		width: 100%;
		display: contents;
	}
	
	.custom-productCard__buttonWrap {
		padding-bottom: 0px;
		display:block;
	}
	
	_::-webkit-full-page-media, _:future, :root .custom-productCard__info {
		padding-left: 0px;
    	padding-right: 0;
    	text-align: center;
    	display:inline-block;
		margin-left: 1em;
		margin-top: 0.5em;
		width: auto;
	}
	
	.custom-arrowUp_container {
  		margin-left:0px;
  		display:none;
	}
		
	.arrowUp {
  		width: 0; 
  		height: 0;   			
  		border-left: 15px solid transparent;
  		border-right: 15px solid transparent;  
  		border-bottom: 15px solid #777;
  		margin: auto;
	}
		
	.custom-arrowDown_container {
  		margin-left:0px;
		display:none;
	}
		
	.arrowDown {			
  		width: 0; 
  		height: 0;   			
  		border-left: 15px solid transparent;
  		border-right: 15px solid transparent;  
  		border-top: 15px solid #777;
  		margin: auto;
	}
	
	.custom-filters__display {
		width:100%;
	}
	
	.productCard {
		padding-left: 0px!important;
	}
}


main{
	top:42px;
    position: relative;
}

footer{
	top: 42px;
}
.custom-breadcrumb-container {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	width: 1170px;
	position: relative;
	display: flow-root;

	/**** 2023 ****/
	top: 42px;
}

.custom-breadcrumb {
    padding: 0px 0px;
    margin-bottom:14px;
    list-style: none;
    /*background-color: #f8f8f8;*/
    border-radius: 4px;
}
.custom-breadcrumb-mobile{
	display: none;
}
.custom-breadcrumb>li {
    display: inline-block;
	padding: 0px 8px;
}
.custom-breadcrumb>li+li:before {
    padding-right: 8px;
    color: #ccc;
    content: ">";
}
.bread-crumbs-last-element{
    padding-left: 8px;
}
.custom-breadcrumb-container a:hover {
	text-decoration: underline;
}

@media (min-width: 1025px) {
	.car-fitment-item {
		width: 50%;
	}	
	.custom-breadcrumb-container {
		width: 1170px;
	}
}  
  
@media (max-width: 1024px) {
	.car-fitment-item {
		width: 50%;
	}
	.custom-breadcrumb-container {
		width: 100%;
		font-size: medium;
	}

	.custom-breadcrumb-container a{
		padding:16px 8px 16px 8px;
	}
	
	.custom-breadcrumb-container li{
		padding:8px;
		margin-bottom:4px;
	}
}
 
@media (max-width:768px) {
	.car-fitment-item {
		width: 50%;
	}
	.custom-breadcrumb-container {
		width: 100%;
	}

	
}
/* (max-width:767px???*/
@media (max-width:768px) and (hover: none) {
	.car-fitment-item {
		width: 50%;
		padding-top:0.5em;
		padding-bottom:0.5em;
	}
	.custom-breadcrumb-container {
		width: 100%;
	}

}

@media (max-width:600px) {
	/**** 2023 ****/
	.custom-breadcrumb-container{
		top: 60px;
	}
}
@media (max-width:480px) {
	main{
		top:70px;
	}

	footer{
		top:70px;
	}
	.car-fitment-item {
		width: 50%;
		padding-top:0.5em;
		padding-bottom:0.5em;
	}
	.custom-breadcrumb-container {
		width: 100%;
		top:70px;
	}
}  

@media (max-width:479px){
	.custom-breadcrumb {
        /* display: none; */
    }
	.custom-breadcrumb-mobile {
        display: block;
        padding-left: 0px;
    }
	.custom-breadcrumb-mobile li {
        list-style: none;
    }
}
  
@media (max-width:320px) {
	.car-fitment-item {
		width: 50%;
		padding-top:0.5em;
		padding-bottom:0.5em;
	}
	.custom-breadcrumb-container {
		width: 100%;
	}
}

h1{
    margin-top: 0px;
    font-size: 36px;
    font-weight: 400;
}
#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;
	}
}

.customSearchByVehicleFormInputGroup {
	grid-column: 3 / 4;
    grid-row: 1;
    background: #FD6F02;
    /*background: #F00;*/
    /*background: #f70000;*/
    /*background: #e60000;*/

    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    
    
}

.customSearchByVehicleFormPosition {
	text-transform: uppercase;
	/*margin-right:1em;*/
	float: left;
    /*width: 185px;*/
    margin-top: 11px;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    /*margin-left: 10px;*/
    

}

.customSearchByVehicleFormDiv {
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    position: relative;
    display: block;
	/*background: #FD6F02;*/
	box-sizing: border-box;
    /*margin-top: 4px;*/
    border: 4px solid white;
	top:42px;

}

.customSearchByVehicleForm {
    display: grid;
    /*grid-template-columns: 16% 19% 65%;*/
    grid-template-columns: 16% 19% 65%;
    grid-gap: 0px;
    box-sizing: border-box;
}

.customSearchByVehicleFormShop {
    background: black;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
	display: grid;
    grid-column: 1 / 2;
    grid-row: 1;
   	width: 100%;
	padding-top: 0.5em;
	justify-content: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

}

.customSearchByVehicleFormHeader {
	font-size: 1.6em;
	font-weight: bold;
	display: grid;
	grid-column: 2 / 3;
    grid-row: 1;
    background: #FD6F02;
    /*background: #F00;*/
    /*background: #f70000;*/
    /*background: #e60000;*/

    color: white;
    padding-top: 0.5em;
	justify-content: center;
}

#yearSelectBox{
    margin-left:.5em;
    width:20%;
}

#makeSelectBox{

    width:30%;
}

#modelSelectBox{

    width:40%;
}


@media (min-width: 1366px) {
	.customSearchByVehicleFormDiv {
		width: 85%
	}
}

@media (max-width: 1365px) {
	.customSearchByVehicleFormDiv {
		width: 100%
	}
}

@media (max-width: 1023px) {
	.customSearchByVehicleFormDiv {
		width: 100%
	}
	.customSearchByVehicleFormHeader {
		font-size: 1.5em;
	}
	.customSearchByVehicleFormPosition {
		width: 30%;
		text-align-last: center;
	}
	.customSearchByVehicleFormShop {
		font-size: 20px;
		padding-top: 0.65em;
	}
	.customSearchByVehicleFormHeader {
		font-size: 1.2em;
		padding-top: 0.9em;
	}
	#makeSelectBox{

    padding:0px;
    }
    
    #modelSelectBox{
    
        padding:0px;
    }

}

@media (min-width: 601px) and (max-width: 767px) {
	.customSearchByVehicleFormDiv {
	    display:none;
		width: 100%;
	}
	.customSearchByVehicleFormHeader {
		font-size: 1.1em;
	}
	.customSearchByVehicleFormPosition {
		width: 30%;
		text-align-last: center;
	}
	.customSearchByVehicleFormShop {
		font-size: small;
		padding-top: 1.4em;
	}
	.customSearchByVehicleFormHeader {
		font-size: small;
		padding-top: 1.4em;
	}

}

@media (min-width: 480px) and (max-width:600px) {
	.customSearchByVehicleFormDiv {
	    display:none;
		width: 95%;
	}
	.customSearchByVehicleFormHeader {
		font-size: 1.1em;
	}
	.customSearchByVehicleForm {
		grid-template-columns: unset;
	}
	.customSearchByVehicleFormShop {
		display:none;
	}
	.customSearchByVehicleFormHeader {
		font-size: 1.5em;
		width: 100%;
		grid-row: 1;
		grid-column: unset;
		justify-content:unset;
		padding-left: 1em;
	}
	.customSearchByVehicleFormInputGroup {
		width: 100%;
		grid-row: 2;
		grid-column: unset;
		padding-right: 1em;
	}
	.customSearchByVehicleFormPosition {
		width: 95%;
		margin-left: 1em;
		margin-right: 1em;
		text-align-last: center;
	}
}

@media (max-width: 479px) {
	.customSearchByVehicleFormDiv {
	    display:none;
		width: 95%;
	}
	.customSearchByVehicleFormHeader {
		font-size: 1.5em;
	}
		.customSearchByVehicleForm {
		grid-template-columns: unset;
	}
	.customSearchByVehicleFormShop {
		display:none;
	}
	.customSearchByVehicleFormHeader {
		font-size: 1.5em;
		width: 100%;
		grid-row: 1;
		grid-column: unset;
		justify-content:unset;
		padding-left: 1em;
	}
	.customSearchByVehicleFormInputGroup {
		width: 100%;
		grid-row: 2;
		grid-column: unset;
		padding-right: 1em;
	}
	.customSearchByVehicleFormPosition {
		width: 95%;
		margin-left: 1em;
		margin-right: 1em;
		text-align-last: center;		
	}
}

/*
* File name: brand_landing_page_2020_01_15.css
*/
/* Attempt to resolve issue with highlighting separate structure elements */

    
#brandPageSubHeader{
    font-size: x-large;
}

.custom-popular-items-content-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}
/* End of attempt to resolve issue with highlighting separate structure elements */

.brand-items-list-text-field {
    float: left;
    /* padding: 20px; */
    width: 100%;
    border-radius: 6px;
    color: inherit;
	font-size: larger;
}

.custom-brand-container {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	width: 85%;
	min-height: 50vh;
	position: relative;
	display: block;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}


.custom-productCard-recommend-bottom {
    position: absolute;
    right: -35px;
    top: 15em;
    height: 64px;
}

.custom-product-image-recommend-wrap {
    position: relative;
}

.brand-items-list-text-field a {
	margin-bottom: 10px;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
    font-family: Times New Roman;
    width: 25%;
}

#searchItemNameByBrandResultsContainer {
    margin-top: 45px;
}

.brand_page_main_brand_logo{
max-width: 100%;
}
.brand-search-field-container {
	padding-left: 15px!important;
}

.brand-products-list-container {
	padding-left:15px;
}

.brand-search-field {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 50%;
}

.brandSearchButton {
    color: #337ab7;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: absolute;
    outline: none;
    background-color: #fff;
    width: 2.5em;
    top: 27px;
    display: block;
}

.brandSearch {
    border: 1px solid #ccc;
	/* display: inline-block; */
}

iframe {
	width: 100%;
}

.brand-search-field {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
}

.brand-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;
}

.custom-image-fluid {
	width: unset;
}


@media (min-width: 1366px) {
	.custom-brand-container {
		width: 85%
	}
	.brand-items-list-text-field a {
		width: 25%;
	}
	.custom-image-fluid {
		width: unset;
	}
}

@media (max-width: 1365px) {
	.custom-brand-container {
		width: 100%
	}
	.brand-items-list-text-field a {
		width: 25%;
	}
	.custom-image-fluid {
		width: unset;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	
	.custom-brand-container {
		width: 100%;
	}
	
	.brand-items-list-text-field a {
		width: 25%;
	}
	.custom-image-fluid {
		width: unset;
	}

}

@media (max-width: 601px) {
	    
	#brandPageSubHeader{
    	font-size: medium;
	}
	
}
    


@media (min-width: 601px) and (max-width: 767px) {
	.brand-items-list-text-field a {
		width: 33.3333333%;
	}	
	.custom-button-info {
		font-size: 12px;
	}
	.custom-image-fluid {
		width: unset;
	}
}
 
@media (min-width: 480px) and (max-width:600px) {	
	.brand-items-list-text-field a {
		width: 50%;
	}	
	.custom-button-info {
		font-size: 12px;
	}
	.custom-image-fluid {
		width: 100%;
	}	
}	
@media (max-width: 479px) {
	
	.brand-items-list-text-field a {
		width: 50%;
	}	
	.custom-button-info {
		font-size: 12px;
	}
	.custom-image-fluid {
		max-width: 100%;
	}	
}

