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

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

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

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



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

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

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



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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

	position:relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-brands-item-new-price {
	font-size: 26px;
	margin: 0 0 10px;
	font-weight:600;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

.custom-detail-article {
}

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

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

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

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

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

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

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

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

.custom-thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

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

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

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

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

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


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

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

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

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

.currency_code_text {
	font-size:20px;
}

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

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


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

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

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

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

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

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

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

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

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