
/*** product_detail_main_landing_page_css_2024_10_22.css compiled using CSS generator ****/
/* 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;
	}
}
/* 
*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;
	}
}

.slider {
  width: 300px;
  text-align: center;
  overflow: hidden;
  display:inline-block;
  max-width: 100%;
}

.slides {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
 
 
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
}
.slides::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  /*border-radius: 10px;
    background-color: black;
 	box-shadow: 0 0 1px rgba(255,255,255,.5);*/
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  max-width: 100%;
  margin-right: 50px;
  border-radius: 10px;
  background: #fff;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
}
.slides > div:target {
   /*transform: scale(0.8);*/
}

.slider img {
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom_slider_dot {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0.5em 1em 0.7em 0;
  position: relative;
  /*border: none;*/
  border: 1px solid #ccc;
}


.slider > span {
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  background: #ccc;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0.5em 1em 0.7em 0;
  position: relative;
}

.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: #ccc;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0.5em 0.5em 0.7em 0;
  position: relative;
}
.slider > a:visited {
  top: 1px;
  color:black;
  background: #ccc;
}

.slider > a:link {
  top: 1px;
  color:black;
  background: #ccc;
}

.slider > a:active {
  top: 1px;
  color:black;
  background: #f1f1f1;
}
.slider > a:focus {  
  background: #f1f1f1;
}

.active_custom_slider_dot {
	/*background-color: #fff!important;*/
	background-color: #9a9a9a!important;
	border: 1px solid #9a9a9a;
}

@media (min-width: 1366px) {
}

@media (max-width: 1365px) {
}

@media (min-width: 768px) and (max-width: 1023px) {
}

@media (min-width: 601px) and (max-width: 767px) {
}

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

@media (max-width: 479px) {
	.slider {
		width: 100%;
	}
	.slider img {
		transform: scale(0.9);
	}
}

/* File name: product_details_2020_06_12.css*/
h1,h2,h3 {
	font-weight: unset;
}
h5{
    font-size: small;
    font-weight:normal;
}

/* Product Image Modal*/

#productImageModal {

  display: block;
  text-align:center;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  /*padding-top: 100px; *//* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#productImageModal img{
    max-width: 60%;
    height: auto;
	top: 90px;
    position: relative;
}

/* Product Image Modal*/

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

.productDetailMinorDetailText{
    padding-top: .2em;
}
.productDetailCountryOrigin{
	padding-top: .2em;
	font-size: large;
	font-weight: bold;
}

.productDetailStockStatusContainer {
        display: inline-block;
        color: #008400;
        font-size: large;
        font-weight: 500;
}
.productDetailStockStatusContainer_caution {
        display: inline-block;
        color: #eb7e07;
        font-size: large;
        font-weight: 500;
}
.productDetailStockStatusContainer_red {
		display: inline-block;
        color: #f9453f;
		font-size: large;
}
.productDetailShipDelayContainer{
	display: block;
    color: #eb7e07;
    font-size: medium;
    font-weight: 400;
}

.productBrandNameTextContainer{
    font-size:large;
}
.productSKUTextContainer{
    font-size:large;
}
.productDetailWarrantyContainer{
    /*font-size:large;*/
}
.reviewStarContainer{
    font-size:x-large;
}

.product_features_container a{
    line-height: 2;
    padding: 16px;
    font-size: medium;
}

.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,
.custom-product-tabs > .custom-product-tab5:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item5,
.custom-product-tabs > .custom-product-tab7:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item7 {
	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-product-tabs-content-item5 {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  display:none;
}

.custom-product-tabs-content-item7 {
  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: zoom-in;
    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-item5 span {
	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;
	padding-top: 1em;
	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: relative;
    right: 250px;
    top: 0px;
    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%;
	text-align: center;
	position:relative;
	margin-top: 1em;	
}

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

.product_features_show_more {
	cursor: pointer;	
	color: #337ab7;	
}

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

.product_features_long_hidden {
	display: none;
}

.product_features_long_display {
	display: block;
}

.product_features_links {
	margin-top: 1em;
}

.product_features_links a {
	
}

a:hover {
	text-decoration: underline;
}

.product_features_container {
	padding-bottom: 1em;
	width: 90%;
}

.product_details_no_image_placeholder {
	width: 100%;
}

@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 / 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;
    	/*float: left;*/
    	/*justify-self: center;*/
    	text-align: 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,
	.custom-product-tabs > .custom-product-tab5:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item5,
	.custom-product-tabs > .custom-product-tab7:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item7 {
		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-item5 span {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    }
    .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) {
	.product-header {
	    margin: 0 0 10px;
	    text-align:center;
	    font-size:x-large;
	}
	.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;
    	/*float: left;*/
    	/*justify-self: center;*/
    	text-align: 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,
	.custom-product-tabs > .custom-product-tab5:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item5,
	.custom-product-tabs > .custom-product-tab7:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item7 {
	
		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-item5 span {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    }
    .custom-product-tabs-content-item2 a {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    }
    .product_features_container {
		width: 100%;
	}
}
 
@media (min-width: 480px) and (max-width:600px) {	
	.product-header {
	    margin: 0 0 10px 50px;
	    text-align:center;
	    font-size:x-large;
	}
	.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;
		/*float: left;*/
    	/*justify-self: center;*/
    	text-align: center; 
	}
	
	.custom-product-images-mobile-container {
		grid-column: 1 / 3;
		justify-self: center;
		/*float: left;*/
    	/*justify-self: center;*/
    	text-align: 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,
	.custom-product-tabs > .custom-product-tab5:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item5,
	.custom-product-tabs > .custom-product-tab7:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item7 {
		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-item5 span {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    	padding-right: 0.5em;
    }
    .custom-product-tabs-content-item2 a {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    	padding-right: 0.5em;
    }
    .product_features_container {
		width: 100%;
	}
	.custom-product-images-main-image-container-no-image {
		float: unset;
		margin-left: 0px;
		margin-top: 0px;
	}
}	
@media (max-width: 479px){
	.product-header{
	    margin: 0 0 10px;
	    text-align:center;
	    font-size:x-large;
	    
	}
	.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;*/
    	text-align: 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,
	.custom-product-tabs > .custom-product-tab5:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item5,
	.custom-product-tabs > .custom-product-tab7:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item7 {
		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-item5 span {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    	padding-right: 0.5em;
    }
    .custom-product-tabs-content-item2 a {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    	padding-right: 0.5em;
    }
    .product_features_container {
		width: 100%;
	}
	.custom-product-images-main-image-container-no-image {
		float: unset;
		margin-left: 0px;
		margin-top: 0px;
	}
}

@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:block;
	}
	
	.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,
	.custom-product-tabs > .custom-product-tab5:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item5,
	.custom-product-tabs > .custom-product-tab7:checked ~ .custom-product-tabs-content > .custom-product-tabs-content-item7 {
		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-item5 span {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    	padding-right: 0.5em;
    }
    .custom-product-tabs-content-item2 a {
    	font-size: 15px;
    	margin-top:0.5em;
    	margin-bottom:0.5em;
    	padding-right: 0.5em;
    }    
	.custom-product-image-recommend-wrap {
    	position: absolute;
    	display: block;
    	z-index: 1;
	}
	.custom-productCard-recommend-bottom {
	    position: relative;
	    right: 0px;
	    left: 50px;
	    top: 10px;
	    height: 64px;
	}
	.product_features_container {
		width: 100%;
	}
}



/* 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;
	}
}

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%;
	}
}

.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: product_detail_landing_page_2021_06_06.css */

.custom-breadcrumb-container{
    
}
/* .custom-breadcrumb>li+li:before{
    padding:0;
} */
#breadCrumbContainer{
    width:85%;
    margin:auto;
    padding-left: 0;
    padding-right: 0;
    
}
.custom-breadcrumb li{
    padding:0;
}

.custom-breadcrumb>li+li:before {
    color: #ccc;
    content: ">";
}
.custom-breadcrumb span{
	padding: 16px 8px;
}
.productRecommendationBadge{
    
    position: relative;
    text-align: left;
    top:0px;
    left:-46px;
    height: 0;
}
.productRecommendationBadge img{
    height: 64px;
}
/* End - Deprecate */
#productImageContainer{
    /*max-width: 35%;*/
    width: 300px;
    text-align: center;
    float:left;
    margin-left:10%;
    /*padding: 1em;*/
    /*border: 1px solid silver;
    border-radius:4px;*/
    margin-bottom: 3%;

}
#productImageContainerPrimary{
    
    /*max-width:  calc(95% - 64px);*/
    width:  calc(95%);
    
    float: right;
    overflow-y: hidden; 
    /*border: 1px solid silver;*/
    /*border-radius: 4px;*/
    /*padding: 1px;*/
    margin-bottom: 1em;
    cursor: zoom-in;
    
    /* Scrolling */
    /*max-width: 300px;*/
    width: 300px;
    height: 300px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
#productImageContainerPrimary img{
    
    /*max-width: 300px;*/
    width: 300px;
    /*height: 300px;*/
    /* margin-bottom: 1em; */
    cursor: zoom-in;
    scroll-snap-align: start;
    object-fit: contain;
}



#imageGalleryScrollerDotsContainer button{

    display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
      /*background: #fff;*/
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0.5em 1em 0.7em 0;
  position: relative;
  /*border: none;*/
  border: 1px solid #ccc;
/*	border: 1px solid #9a9a9a;*/

}
button.scrollerSelectorActive{

    /*background-color:#888;*/
    background-color:rgb(118,118,118);
    
}
button.scrollerSelectorInactive{
      background-color: #fff;

}
#imageGalleryScrollerContainer{
width: 300px;
}
#imageGalleryScrollerContainer img{
    
    /*max-width: 60px;*/
    display: inline;
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right:.5em;
    
}

#imageGalleryScrollerDotsContainer{
    display: none;
    /*width: 300px;*/
    overflow-x:scroll;
}
img.scrollerSelectorActive{

    /*background-color:#888;*/
    /*border: 1px solid silver;*/
    border: 1px solid #fd6f1c;
    border-radius: 4px;
    
}

img.scrollerSelectorInactive{
     /*background-color:#888;*/
    border: none;
}

#productImageContainerSecondary{
    
    /*max-width: 64px;*/
    width: 64px;
        float: left;
        /*border: 1px solid silver;*/
        border-radius: 4px;
        padding: 1px;
    text-align: center;
}
#productImageContainerSecondary img{
    /*max-width: 60px;*/
    width: 60px;
    margin-bottom: 1em;
    cursor: zoom-in;
}

.productImageSecondarySelected {
     outline: 1px solid #fd6f1c;
    outline-offset: 2px;
}
#productTextDetailContainer{
        width: 60%;
        float:right;
        margin-right:5%;
        /*margin-bottom: 3%;*/
        padding: 1em;
        padding-left:3em;
        border-radius: 4px;
}

#productTextDetailContainer button{
    margin-top:1em;
    margin-bottom:1em;
    
    /*margin-left:2em;*/
}

#productDetailStockStatusContainer{
    padding:.3em;
}

#productInfoContainer{
     width: 60%;
    float:right;
    margin-right:5%;
}

#productDetailExtendedInformationContainer{
        width: 60%;
        float:right;
        margin-right:5%;
        margin-bottom: 3%;
        padding: 1em;
        padding-left:3em;
        border-radius: 4px;

}
#product-part-interchange div{
    width:33%;
    float: left;
    padding: .5em;
}
#product-part-interchange ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#product-part-interchange li{
    list-style: none;
    padding: .4em;
}

#extendedInformationTabButttonMenuContainer button{

    padding-bottom: 0.5em;
    padding-top: .5em;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: -1px;

}


.buttonTabSelected{

    background-color:white;
    border-color: silver;
    border:1px solid silver;
    border-bottom: 1px solid white;
    font-weight: bold;
    cursor:default;
}
.buttonTabUnselected{

    background-color:#f1f1f1;
    border-color: silver;
    border:1px solid silver;
    cursor: pointer;
    /*border-bottom: 1px solid silver;*/

}
.extendedInformationContentContainer{
    
    border: 1px solid silver;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 1em;
    min-height: 9em;
    overflow: auto;
}
/* #product-vehicle-fitment div {
    width: 50%;
    float:left;
} */
#product-vehicle-fitment ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#product-vehicle-fitment li {
    list-style: none;
    padding:8px;
}
/*
.productPriceDollar{
   position: relative;
   top: -0.5em;
   font-size: 15px;
}*/
.productPriceContainer{
    display: inline-block;
    margin-top: 10px;
    color: #f9453f;
    font-size: 28px;
    /*font-size: 30px; With SuperScript prices*/
    margin-left: .5em;
    font-weight: normal;
}
/*
.productPriceContainer_Cents{
    position: relative;
    top: -0.75em;
    font-size: 14px;
}
*/
.productPriceContainer_MSRP{

    display: inline-block;
    text-decoration: line-through;
    font-size: large;
    color: grey;
}

.product-stars{
    margin:4px;
}
.product-stars img{
    margin:.5px;
}

#productImagePrimary{
    /*max-width: 100%;*/
    width: 100%;
    /*border: 1px solid silver;
    border-radius: 4px;
    padding: 1px;*/
}
#productImageSecondary{
    /*max-width:18%;*/
    width:18%;

    
}
#productImageModal{
    cursor:zoom-out;
    
}

@media (min-width: 1366px){

}

@media (min-width: 1025px) and (max-width: 1365px) {

    #productTextDetailContainer{
    
        width: 50%;
    }
}

@media (max-width:1024px) {
       
    #product-vehicle-fitment div {
    padding: .3em;
    }
    
    .productRecommendationBadge{
    
        top:0px;
        left:-38px;
    }

    #productTextDetailContainer{
    
        /*max-width: 50%;*/
        width: 50%;
        
    }
}

@media (max-width:1023px) {
    #product-vehicle-fitment li{
        font-size:larger;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #breadCrumbContainer{
    
    width:95%;
    }
    
    #productImageContainer{
        /*max-width: 35%;*/
        width: 300px;
        margin-left:5%;
    
    }
    #productInfoContainer{
        width: 50%;
    }
    
    #productDetailExtendedInformationContainer{
        width: 80%;
        
    }
    
    #productImageContainerSecondary{
    
    /*max-width: 64px;*/
    width: 64px;
        float: left;
        /*border: 1px solid silver;*/
        border-radius: 4px;
        padding: 1px;
    text-align: center;
    
    /* Scrolling */
    /*max-width: 240px;*/
    width: 240px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
#productImageContainerSecondary img{
    /*max-width: 60px;*/
    width: 60px;
    margin-bottom: 1em;
    cursor: zoom-in;
    /*max-width: 240px;*/
    width: 240px;
        scroll-snap-align: start;
}
/*
#secondaryImageScrollerContainer img{
        max-width: 240px;
        scroll-snap-align: start;
    
}
#secondaryImageScrollerContainer{
        max-width: 250px;
        display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    
}

.imageScroller section {
    scroll-snap-align: start;
}*/

}

@media (max-width:767px) {

    #imageGalleryScrollerDotsContainer{
        display: inline;
    }
    #imageGalleryScrollerContainer{
        display: none;
    }
    
    .productRecommendationBadge{
    
    top:-10px;
    left:-25px;
    
    }

           
    #productDetailExtendedInformationContainer{
        width: 90%;
        
    }
    #product-part-interchange ul{
        padding-left: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    #product-vehicle-fitment ul{
    /* width: 50%; */
        padding-left: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
}

/*#productImageContainerPrimary{*/
  
    /* Scrolling */
/*    width: 200px;*/
/*    height: 200px;*/
/*}*/

@media (min-width: 601px) and (max-width: 767px) {
    #productImageContainer{

        /*max-width: 40%;*/
        width: 300px;
        /*margin-left:5%;*/
        margin-left: 30px;
    }
    

#productTextDetailContainer {
    width: 45%;
    padding-left: 2em;
    margin-right: 0%;
}
    
    #productImageContainerSecondary{
    
    /*max-width: 23%;*/
    width: 23%;
    
}
    #productImageContainerPrimary{
    /*max-width: 70%;*/
    /*width: 70%;*/

    }
}
@media (max-width:600px){

      .productRecommendationBadge{
    
        top: -40px;
        left: 0px;
    }
    
    h2, .productTextDetailContainer, .currency_code_text, .productDetailStockStatusContainer, .productBrandNameTextContainer, .productSKUTextContainer{
        font-size:medium;
    }
    
    .productPriceContainer{
        font-size:x-large;
    }
    .product-price-core{
        font-size: small;
    }
}

@media (min-width: 480px) and (max-width:600px) {
    
    #productImageContainerPrimary img{
        max-width: 285px;
    }

    #productImageContainer{
        /*max-width: 45%;*/
        /*width: 45%;*/
        /*margin-left:2.5%;*/
        width: 300px;
        margin-left: 10px;
        
    }
        #productImageContainerSecondary{
    
    /*max-width: 30%;*/
    width: 30%;
    
}

    #productTextDetailContainer{
        width: 35%;
        margin-right:0;
        padding:0px;

    }

}

@media (max-width: 479px){

    #breadCrumbContainer{
        width: unset;
    }
    .custom-breadcrumb{
        display: block;
        font-size: medium;
    }
    
    #productImageContainer{
        /*max-width: 45%;*/
        /*width: 45%;*/
        width: 98%;
        margin-left: 20px;    
    }
    .productRecommendationBadge{
        top:-5px;
        left:-15px;
    }

    #productImageContainerPrimary{
    /*max-width: 90%;*/
    /*width: 90%;*/
    float:none;
    padding:0;
    margin:auto;
    /*scroll-behavior: auto;*/
    /*scroll-snap-type: none;*/
    border: none;
    }


    #productInfoContainer{
    
    width: 90%;
    float: none;
    margin: 5%;
}
    #productDetailExtendedInformationContainer{
    
    /*width: 90%;*/
    float:none;
    padding:0;
    margin:auto;
    padding-bottom:1em;
    border: none;
}



#productImageContainerSecondary{
    
    display: none;
}    
#productImagePrimary{

        margin-bottom: 1em;
        /*max-width: 100%;*/
        /*width: 100%;*/
    }

    #productTextDetailContainer{
        /*text-align: center;*/
        margin-left: 10%;
        margin-bottom: 10%;
        width: 90%;
        float:none;
        padding:0;
        border: none;
    }
    
    #productTextDetailContainer button{
    margin-left:0;
    }
    
    #product-vehicle-fitment div {
    width: 100%;
    padding: .3em;
    }
        
    #productImageModal img {
        /*max-width: 100%;*/
        width: 100%;
        top: 90px;
        position: relative;
    }

}


/* File name: add_to_cart_modal_2024.css*/
#suggestedProductBannerImage{
	max-width: 100%;
    margin-top: 1em;
}
.custom-panel-body-cart{
	display: flex;
}
.custom-parts-items-images{
	top: 0;
	float: left;
}
.custom-parts-items-image-small{
	max-width:100px;
	/* max-height:100px; */
	max-height:60px;
}
.custom-brands-item-desc{
	margin-top: -10px;
}
.custom-item-count{
	margin-top: 0px;
	width: 65px;
}
.custom-brands-item-new-articul{
	margin-top:-10px;
	margin-bottom: 5px;
}
.custom-brands-item-new-articul a{
	font-size: large;
}
.custom-modal-content-data{
	height: 17em;
	overflow-y: auto;
}
.green-tickmark{
	position: absolute;
	top: 16px;
	left: 22px;
	color: #00A300 !important;
	font-size:xx-large;
}
.item-added-text{
	position: relative;
	font-size:large; 
	top:10px;
	left:35px;
}
.custom-modal-close-button{
	position:absolute;
	font-weight: 600;
	top: 10px;
	right: 25px;
	/* border: 1px solid #337ab7; */
	/* background-color: #babec1; */
	color: gray;
	border-radius: 8px;
	width: 5rem;
}
.custom-modal-close-button::after{
	content: 'X';
    font-size: large;
    margin-left: 8px;
}

.custom-modal-close-button:hover{
	border: 1px solid darkgrey;
	background-color: white;
	color: #337ab7;
}
.custom-model-content-data{
	height: 17em;
}
.custom-brands-item-new-price{
	font-weight: 500;
	font-size: 20px;
}
.recommendedProductsHeading{
	color: black;
	width: max-content;
	padding: 4px;
	margin-top: -20px;
	font-size: large;
	border-bottom: 2px solid black;
}
.suggestedProductImageContainer{
	max-width: 100px;
	margin-right: 10px;
	display: flow-root;
}
.suggestedProductImageContainer:first-child{
	margin-left: 10px;
}
.suggestedProductSliderContainer{
	display: flex;
	flex-direction: row;
	gap: 15px;
}
.suggestedProductImage{
	max-width: 100px;
	float: left;
}

@media (min-width: 768px) and (max-width: 1023px){
  
  .custom-parts-items-images{
	width: auto;
  	/* top: -6em; */
  }
  .custom-brands-item-desc{
	text-align:left;
  }
  .custom-modal-content{
	text-align: left;
	width: auto;
	min-width: 450px;
  }
  .custom-modal-content-data{
	height: 17em;
  }
  .custom-modal-footer{
	display: flow;
  }
  
}
@media (max-width: 880px){
	.green-tickmark{
		top: 20px;
		left: 22px;
		font-size: x-large;
	}
	.item-added-text{
		margin-left: -10px;
		font-size: medium;
	}
	.custom-model-close-button{
		width: 4.25rem;
	}
	.suggestedProductImageContainer{
		margin-left: 12px;
	}
}
@media (max-width: 767px){
	.green-tickmark{
		top: 20px;
		left: 25px;
		font-size: x-large;
	}
	.item-added-text{
		top: 10px;
		left: -15px;
		font-size: inherit;
	}
	.custom-modal-close-button{
		font-size: 0;
		width: 2.6rem;
		height: 1.8rem;
	}
	.custom-modal-close-button::after{
		margin-left: 0px;
	}
	.custom-parts-items-images{
		float: left;
		width: 45%;
		margin-top: 0;
		/* top:-1em; */
	}
	.custom-parts-items-image-small{
		max-height: 53px;
	}
	.custom-modal-content{
		width:auto;
	}
	.custom-modal-content-data{
		height: auto;
	}
	.custom-brands-item-desc{
		margin-top: -5px;
		float: none;
	}
	.custom-brands-item-new-price{
		font-size: large;
	}
	.custom-detail-name{
		font-size:medium;
	}
	.custom-panel{
		margin-bottom:0px;
	}
	.custom-item-count{
		width:65px;
		margin-bottom:0px;
	}
	.recommendedProductsHeading{
		margin-top: 4px;
	}
	.suggestedProductSliderContainer{
		margin-top: 6px;
	}

}
@media (max-width: 480px){
	.custom-modal-content{
		margin-top: 2vh;
	}
	.custom-brands-item-desc{
		margin: 0px;
		margin-top: -10px;

	}
	.suggestedProductImage{
		height: 65px;
		float: none;
	}
	.custom-item-count{
		appearance: none;
		width: 50px;
	}
	.custom-brands-item-new-price{
		margin-bottom: 2px;
	}
	.custom-item-count-container{
		top: 0px;
		margin-bottom: 4px;
	}
	.custom-item-count-container::after{
		content: '';
		color: #333;
		border-left: 2px solid #2a2424ed;
		border-bottom: 2px solid #2a2424ed;
		width: 7px;
		height: 7px;
		position: absolute;
		margin-left: 5px;
		top: 12px;
		transform: rotate(315deg);
	}
	
}

@media (max-width: 320px){
	.custom-modal-close-button{
		font-size: 0;
		width: 2.6rem;
		height: 1.8rem;
	}
	.custom-modal-close-button::after{
		margin-left: 0px;
	}
	.custom-modal-content {
		margin: auto;
		margin-top: 5px;
		max-width: 310px;
	}
	.custom-modal-content-data{
		height: 17em;		
	}
	.custom-detail-name{
		font-size:small;
	}
	.custom-brands-item-new-price{
		font-size:medium;
	}
	.custom-item-count{
		width:75px;
	}
	.form-control{
		height:30px;
	}
	.green-tickmark {
        float: left;
        position: relative;
        top: 2px;
        left: 2px;
        font-size: x-large;
	}
	.item-added-text{
		top: 10px;
		left: -15px;
		font-size: inherit;
	}
	.custom-parts-items-image-small{
		max-height: 53px;
	}
	.suggestedProductImageContainer{
		width: 120px;
	}

}
