@charset "utf-8";
/* CSS Document */

/* phone up to portrait */
@media only screen 
and (max-width: 767px) {

.hidden-mobiles{
    display: none !important;
}

.container {
    width: 100%;
}

body {
    padding-top: 95px;
}

.header.fixed,
.header {
    height: 95px;
    padding: 23px 0 23px 0;
}
	
.header a#logo-main {
    height: 38px;
    margin: 3px 0 6px 0;
}

.header.fixed a#logo-main {
    height: 38px;
}

.hero-home-page {
    height: auto;
}

.hero-home-page h1 {
    font-size: 32px;
    line-height: 46px;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.hero-home-page .content {
    font-size: 18px;
    line-height: 30px;
	padding-bottom:20px;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.hero-home-page .part-finder-slider-container {
    margin: 35px 0 0 0;
}

}

/* phone up to landscape */
@media only screen 
and (min-width : 576px) 
and (max-width : 767px) {

}

/* small tablets / iphone X and up landscape */
@media only screen 
and (min-width : 768px) 
and (max-width : 991px) {

	.hidden-768{
		display: none !important;
	}

body {
    padding-top: 95px;
}
	
.hero-home-page {
    height: auto;
}

.hero-home-page .part-finder-slider-container {
    margin: 40px 0 0 0;
}

.header.fixed,
.header {
    height: 95px;
    padding: 23px 0 23px 0;
}

.header.active a#cartIcon {
    display: none;
}

.header a#logo-main {
    height: 38px;
    margin: 5px 0 3px 0;
}

.header.fixed a#logo-main {
    height: 38px;
}

}

/* small screens and ipad pro portrait */
@media only screen 
and (min-width : 992px) 
and (max-width : 1200px) {
	
.hidden-992{
    display: none !important;
}

.header.fixed a#logo-main, .header a#logo-main {
    height: 38px;
    margin: 7px 0 0 0;
}

.header-contents-inner .search-form-container {
    min-width: 450px;
    max-width: 450px;
}

nav.container-fluid.nav-container .menu-main-menu-container > ul.menu > li {
    margin: 0 5px 0 0;
}

nav.container-fluid.nav-container .menu-main-menu-container > ul.menu > li > a {
    padding: 15px 17px;
}

.header {
    height: 189px;
}

body {
    padding-top: 189px;;
}

.aws-container .aws-search-form {
    height: 40px;
}

.search-form-container .aws-container input[type=search].aws-search-field {
    height: 40px;
    padding: 10px 16px;
}

.aws-container .aws-search-form .aws-form-btn {
    width: 40px;
    height: 40px;
}

.aws-container .aws-search-form .aws-form-btn span.aws-search-btn_icon {
    width: 40px;
}

.header-contents-inner .search-form-container p#session_model_results {
    top: 48px;
}

.header .header-contents-inner {
    align-items: center !important;
}

.header-contents-inner .search-form-container.has-model-message {
    padding-bottom: 19px;
    margin-top: -10px;
}

.models-search-table .table-inner-container .row .col {
    padding: 15px 10px;
    max-width: 17.5%;
    font-size: 14px;
}

nav.container-fluid.nav-container .menu-main-menu-container > ul.menu > li.menu-item-has-children#menu-item-1354 > ul.sub-menu{
    left: auto;
    right: 0;
}

}

/* NEW BOOTSTRAP SIZE */
@media only screen 
and (min-width : 1201px) 
and (max-width : 1399px) {
}

/* small tablets landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
}

/* small tablets portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
}

/* phone landscape */
@media only screen 
and (max-device-width : 767px) 
and (orientation : landscape) {
}

/* iphone x fixes */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {
}

/* iphone x fixes */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (orientation : landscape) {
}

/* iphone 11 pro max fixes */
@media only screen 
and (min-device-width: 414px) 
and (max-device-height: 896px) 
and (orientation : landscape) { 
}
	
@media only screen 
and (min-device-width: 414px) 
and (max-device-height: 896px) 
and (orientation : portrait) { 
}

/* ful width block fixes for screen sizes between 1200px - 1900px */
@media only screen 
and (min-width : 1200px) 
and (max-width : 1365px) {
}

@media only screen 
and (min-width : 1366px) 
and (max-width : 1600px) {
}

@media only screen 
and (min-width : 1601px) 
and (max-width : 1900px) {
}