.page .centered-wrapper.ce_rsce_tao_centered_wrapper_start.hometagline.first.-background-mousemove.-color-inverted {
  display: none !important;
}

.page .header-navigation,
.page .centered-wrapper.ce_rsce_tao_centered_wrapper_start.basketart.first.-background-mousemove.-color-inverted,
.page .centered-wrapper.ce_rsce_tao_centered_wrapper_start.homecookietrail.first.-background-mousemove.-color-inverted {
  background-color: #000 !important;
}



#confirmdelivery #vacancy-application-make select#make,
#updateAccountinfo #vacancy-application-make select#make,
#sgparts #vacancy-application-make select#make,
#requestpart #vacancy-application-make select {
    float: left;
    font-size: 0.8em;
    margin-right: 30px;
    width: 185px;
    padding: 0.65714em 1.35714em;
}


	.icon-boxes-item p {
    line-height: 1.4em;
	}

.basketerror {
	color: #FFF;
	background: #ba162b;
	padding: 16px;
	text-align: center;
	border: 1px solid #b2b9c4;
}

.green {
	color: #39b54a;
	font: bold 1em/1.6625 Lato,sans-serif;
	letter-spacing: 0.03em;
}


#partInfo #sgpparts-rightcol.app-partscategory-table.detail .partsmedia-section #partsprice-section h6 {
	margin-top: -0.5em;
}

.redcol {
	color: #BA162B;
}


#table_basket label,
#table_basket .checkLabel {
	color: #000000;
	font-size: 1em;
}

#table_basket .branchsel {
	color: #000000;
	font-size: 1em;
	margin-left: 10px;
	top: 5px;
	position: relative;
}


.privAgreechec input[type=checkbox],
#table_basket input[type=checkbox] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5); 
  -webkit-transform: scale(1.5); 
  -o-transform: scale(1.5); 
   margin-right: 5px;
}

#table_basket .checkLabel {
	position: relative;
	top:2px;
}


.grey {
	
}

#basketUpdate.standardForm #table_basket select#branch {
	float: left;
	font-size: 1em;
	margin-left: 10px;
	width: 185px;
}


#sgpparts-col-request {
	min-width: 260px;
	min-height: 30px;	
	cursor: pointer;
}

#sgpparts-col-request.app-partsmfr-table .app-partsmfr-title {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 10px;
	text-transform: uppercase;
	font: bold 0.95em/1.6625 Lato,sans-serif;
	text-shadow: 0.5px 0.5px 0.5px #242424;
}

#sgpparts-col-request.app-partsmfr-table .app-partsmfr-title a {
		color:#FFFFFF;
}

#sgpparts-col-request.app-partsmfr-table {
	margin-top:10px;
	margin-bottom:10px;
	background-color: #BA162B;
}

#sgpparts-col-request.app-partsmfr-table:hover{
	background-color: #A11123;
}

#gdpr-reg #gdpr.vacancy-application {
	clear:both;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}


#updatebut.vacancy-application {
	border: none;
	padding-top: 0px;
}


#sgparts.vacancy-application p {
	text-align: left;
	font-size: 0.875em;
	color: #717c8e;
}

#gdpr-settings {
	padding-top: 15px;
}


.toggle-btn {
  width: 80px;
  height: 40px;
  margin: 10px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 50px center #9e9e9e;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}

.toggle-btn.active {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #39b54a;
}

.toggle-btn.active .round-btn {
  left: 45px;
}

.toggle-btn .round-btn {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100% !important;;
  height: 100% !important;;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


#gdpr.vacancy-application p {
	text-align: left;
	font-size: 0.875em;
	color: #717c8e;
}


#categoryContent #keywordsearch-bg {
	float: left;
  width: 75%;
  background-color: #FFCC00;
  border-radius: 3px !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) !important;
  height: 53px;
  margin-bottom: 20px;
}

.ui-autocomplete li {
	font: normal 0.75em/1.6625 Lato,sans-serif;
}


#categoryContent .app-partscategory-title {
	float: left;	
	margin-bottom: 30px !important;
	margin-right:10px;
}


.app-partscategory-table #categoryContent #noResults li {	
	float: left;
  clear: both;
  font: bold 0.9em/1.6625 Lato,sans-serif;
  margin-bottom: 20px;
  margin-top: -20px;
}

#partsKeyword {
	font-size: 0.80em;
	padding: 0.445714em 1em;
	width: 120%;
	/* letter-spacing: -0.039em; */
	font-family: Lato, sans-serif;
	margin-top: 0.55em;
}

#table_basket.orderview .col_section .greenLink  {
	 cursor: default;
	 color:#76D02C;
}

#table_basket.orderview .col_section .yellowLink  {
	 cursor: default;
	 color:#EDB20E;
}

#table_basket.orderview .col_section .redLink  {
	 cursor: default;
	 color:#BA162B;;
}

#table_basket.orderview .col_section .blueLink  {
	 cursor: default;
	 color:#3162a9;;
}


#table_basket.orderview .col_section p {
	margin-top:20px;
}

#table_basket .col_section p {
	margin-bottom:10px;
}

#table_basket.orderview .totalHeaders p,
#table_basket.orderview .totalPrices p {
	margin-top:5px;
	margin-bottom:5px;
}

#table_basket .col_section,
#table_basket.orderview .totalHeaders,
#table_basket.orderview .totalPrices {
	vertical-align:top;
	padding-top: 20px;
}


#billingsubtxt.vacancy-application-headline h4 {
		font: bold 1em/1.6625 Lato,sans-serif;
}


#userdetail-user.userdetail,
#userdetail-billing.userdetail,
#userdetail-collect.userdetail, 
#userdetail-vehicle.userdetail {
	margin-bottom:10px;
}


.userdetail p {
	margin-top: 0px;
	margin-bottom: 0px;
}


.grey {
	color:#727272;
}

#basketUpdate.standardForm #billinginfo.subheading {
	font: bold 1.3em/1.6625 Lato,sans-serif;
	margin-bottom:10px;
}

#order-confirm-submit.vacancy-application-submit input#submit.submit {
		font: bold 0.95em/1.6625 Lato,sans-serif;
}

#order-confirm-submit.vacancy-application-submit {
	float:right;
}

.vacancy-application-submit input#submit.submit:hover {
    background: #2C5289;
}

.vacancy-application-submit input#submit.submit {
    background: #3162A9;
}


#vacancy-application-submit order-confirm-submit input#submit.submit {
	font: bold 0.95em/1.6625 Lato,sans-serif;
	
}

.vacancy-application p .blueLink,
.emptyBasket .blueLink,
.payTypes.omega .blueLink {
		font: bold 1em/1.6625 Lato,sans-serif;
}

#logged a {
	color: #FFD800 !important;
	font: bold 1em/1.6625 Lato,sans-serif;
}

.mod_sgpetchform.loginregister {
	margin-top:-50px;
}

.mainBody div.subheading,
h2.upCase.subhead  {
font: bold 1.1em/1.6625 Lato,sans-serif;
color: #242424;
}

.privAgreechec {
	margin-top:15px;
}
    
.privAgreechec .reqRed.checkLabel {
	color: #BA162B;
	margin-left: 5px;
}

.smalltxt {
	font: normal 0.95em/1.6625 Lato,sans-serif;
}


#vacancy-application-submit input.submit,
#vacancy-application-regsubmit input.submit {
	font: bold 0.95em/1.6625 Lato,sans-serif;
}

#vacancy-application-regpassword,
#vacancy-application-regconfpassword {
	clear:both;
}

#vacancy-application-regsubmit input.submit {
    float: right;
}

#vacancy-application-regsubmit .submit:hover {
    background: #33A343;
}

#vacancy-application-regsubmit .submit {
    background: #39b54a;
}

input[disabled=disabled][type=submit] {
     background:grey !important;
}

.gogreen {
	 background: #39b54a !important;
}


.left {
	clear:both;
}

#adddetail,
#contdetail,
#logdetail,
#privstate {
	padding-top:10px;
}

#loginForm #forgotpass {
	clear:both;
	float: left;
}

#loginForm #forgotpass a {
		font: bold 0.95em/1.6625 Lato,sans-serif;
}

#requestpart #vacancy-application-notes label {
	margin-top: 0px;
}

#basketUpdate.standardForm .upCase.subhead {
	font-size: 1.3em;
}
 
#basketUpdate.standardForm .ce_table.block table#table_basket tfoot tr td {
	border: none;
}

.eight.columns.payTypes.alpha img {
	padding-right:10px;
}

.eight.columns.payTypes.alpha {
	padding-bottom:20px;
}

.eight.columns.payTypes.omega {
    border-left: 1px solid #CCCCCC;
    padding-left: 25px;
    width: 410px;
}

#shopreturn,
#shopcheckout {
	float:right;
}

#table_basket input#discountSubmit.redSubmit {
	background:#39b54a;
} 

#table_basket .bold{
	font: bold 1em/1.6625 Lato,sans-serif;
}

#table_basket .reqRed {
	color:#ba162b;
}

#table_basket input#discount {
	max-width:200px;
}

#table_basket .col_0 img {
	float: left;
}

#table_basket .col_0 span {
	float: left;
 /* clear: both;*/
  max-width: 340px;
  padding-left: 10px;
  padding-top: 15px;
}


#table_basket .basketQuantity {
	max-width: 50px;
	float: left;
}

#table_basket .blueLink.removeItem {
	padding-left: 5px;
	line-height: 2.5em;
}


#partInfo {
	padding-top: 40px;
}


#sgpparts-rightcol.app-partscategory-table.detail .partsmedia-section .texttestonwhite.longdesc {
	padding-left:0px;
	padding-right:60px;
}


#sgpparts-rightcol.app-partscategory-table.detail .partsmedia-section .texttestonwhite.longdesc p {
	margin-bottom: 0px;
}



#sgpparts-rightcol.app-partscategory-table.detail #partsblock0,
#sgpparts-rightcol.app-partscategory-table.detail #partsblock1 {
	padding-left: 20px;
	padding-right: 20px;
}


#sgpparts-rightcol.app-partscategory-table.detail #partsblock0 .subheading {
	padding-top: 10px;
}

#sgpparts-rightcol.app-partscategory-table.detail #partsblock1 .subheading {
	margin-top: -10px;
}


#sgpparts-rightcol.app-partscategory-table.detail #partsblock0 .subheading,
#sgpparts-rightcol.app-partscategory-table.detail #partsblock1 .subheading {
	clear: both;
}

.blockimg img {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.partsmedia-section #partsmedia-section-nav {
	margin-left: 20px;
	margin-bottom: 10px;
}

#sgpparts-rightcoltop {
    padding-bottom: 30px;
}

#partsprice-section #singleprice h5 {
	
}

#sgpparts-rightcoltop .subCatParts {
	clear:both;
}

#sgpparts-rightcoltop .closePartsButton {
	transform: scale(0.78, 0.78);
	margin-left: 5px;
	display: inline-block;
}

#sgpparts-rightcoltop img#varimg {
	float: left;
	margin-top: -8px;
}

#sgpparts-rightcoltop img#vehcatimg {
 padding-left: 10px;
 margin-top: -10px;
 float: left;
}


.app-partscategory-table.detail .partsmedia-section #partsprice-section form#partOption {
  /*float: right;*/
  width: auto;
  margin-top: 0px;
}

.margintxt {
	/*top: -27px;*/
	position: relative;
	font: bold 1em/1.6625 Lato,sans-serif;
	color: #242424;
}

#partInfo #sgpparts-rightcol.app-partscategory-table.detail {
	background-color: #e9e8e4 !important;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px !important;
	margin-top:-10px;
}



#partOptionSubmit {
	background: #39b54a;
	color: #ffffff;
	text-shadow: 0.5px 0.5px 0.5px #242424;
	text-transform: uppercase;
	font: bold 0.85em/1.6625 Lato,sans-serif;
}

#partOptionSubmit:hover {
    border-color: #ffffff #ffffff #ffffff;
    text-decoration: none;
    background: #33A343;
		-webkit-transition-duration: .05s;
		-moz-transition-duration: .05s;
		-o-transition-duration: .05s;
		transition-duration: .05s;
}

#partOptionSubmit:active {
    background: #E5514F;
}


.app-partscategory-table .partsmedia-section div#partsprice-image {
	/*margin-top: -27px;*/
	margin-left:20px; 
	margin-top:20px;
  border: 1px solid #E3E3E3;
}

.app-partscategory-table .partsmedia-section div#partsprice-image img {
	max-width:320px;
	padding: 10px;

	/*
		background-color: #fff;
    border: 6px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);  
  */
}
.partsmedia-section #partsprice-section form#partOption .partDetailOption input,
#sgpparts-rightcol.app-partscategory-table,
.app-partscategory-table .partsmedia-section div#partsprice-image,
.app-partscategory-table .partsmedia-section div#partsprice-section,
.app-partscategory-table .partsmedia-section {
	float:left;
}

.app-partscategory-table .partsmedia-section {
	margin-top: 10px;
	width:100%;
/*	white-space: nowrap;*/
	background-color:#FFFFFF;
}

.app-partscategory-table .partsmedia-section #partsprice-section {
	/*margin-left: 20px; */
	margin-left: 5%;
	/*padding-top: 5%;*/
}

.app-partscategory-table #partsprice-section h5 {
	font: bold 0.9em/1.6625 Lato,sans-serif;
	text-align: left;
	/* margin-left: 50px; */
}

.app-partscategory-table .partsmedia-section #partsprice-section form#partOption .partDetailOption label {
	font-size: 0.8em;
	display: inline;
	color: #1782c5;
	font: bold 0.9em/1.6625 Lato,sans-serif;
}

.app-partscategory-table .partsmedia-section #partsprice-section form#partOption .partDetailOption input {
	margin-right: 5px;
	margin-top: 10px;
}

.app-partscategory-table .partsmedia-section #partsprice-section {
	width: 55%;
}


#sgpparts-rightcol.app-partscategory-table.detail {
	/*padding-left: 10px;*/
}

#sgpparts-rightcol.app-partscategory-table {
	padding-bottom:20px !important;
	
}

.subCatParts #table_previousorders.sortable tr {
	-webkit-transition: background-color .6s ease-out,color .6s ease-in;
	-moz-transition: background-color .6s ease-out,color .6s ease-in;
	-o-transition: background-color .6s ease-out,color .6s ease-in;
	transition: background-color .6s ease-out,color .6s ease-in;
	cursor:pointer;
}

.subCatParts #table_previousorders.sortable tr:hover {
	background-color:#dbdbdb;
	-webkit-transition-duration: .05s;
	-moz-transition-duration: .05s;
	-o-transition-duration: .05s;
	transition-duration: .05s;
}

.subCatParts #table_previousorders.sortable .col_0 {
	padding-bottom: 0px;
}

img.partthumbnail {
	width:80px;
}

.partthumbnail {
border-radius: 3px !important;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) !important;
}

.app-partscategory-table .closePartsButton {
	top: -28px;
	left: 10px;
	display: inline;
	position: relative;
}


#sgpparts-rightcol.app-partsmfr-table #modelYearContent .closePartsButton  {
	top: 15px;
	left: 10px;
	display: inline;
	position: relative;
}

#sgpparts-rightcol.app-partsmfr-table #modelYearContent .closePartsButton a.button,
.app-partscategory-table .closePartsButton a.button {
	transform: scale(0.78, 0.78);
}

.subCatParts {
	font: bold 1em/1.6625 Lato,sans-serif;
}

#sgpparts-rightcol.app-partscategory-table a #detailbacklink.button {
    margin-top: 18px;	
}


.disable-hover img:hover {
	transform: scale(1, 1) !important;
/*	cursor: initial !important;*/
}

.subCatHolder .mdlimagetag h5 {
	/* float:left; */
	white-space: nowrap;
	font: bold 1.1em/1.6625 Lato,sans-serif;
	padding-top:5px;
}

.subCatHolder a.subCatLinks {
 float: left;
 font-size: 1em;
 padding-left: 2px;
 padding-right: 2px;
 text-decoration: underline !important;
}


.subCatHolder a.subCatLinks:hover{
	color:#987545;
}


#vacancy-application-county input#county {
max-width: 325px;
}

#vacancy-application-county,
#vacancy-application-postcode  {
	clear:both;
}


.status {
	color: #39B54A;
}

.vacancy-application label {
	min-width: 170px;
}

.vacancy-application {
padding-top: 30px;
}



span.red,
.error,
#requirednotice {
    color: #BA162B;
}
span.red {
    font-size: 1.1em;
    font-weight: bold;
}
#requirednotice {
	font-size:0.90em;
}


.homepage-cookietrail .sgp_pagetitle_block_left p,
#requirednotice p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.icon-boxes-item.account-info::before, .icon-boxes-item.account-info:hover::before, .icon-boxes-item.account-info:focus::before {
  color: #39B54A !important;
  border: 0.09375em solid #39B54A;
}

.icon-boxes-item.bill-address::before, .icon-boxes-item.bill-address:hover::before, .icon-boxes-item.bill-address:focus::before {
  color: #ba162b !important;
  border: 0.09375em solid #ba162b;
}

.icon-boxes-item.shipping-address::before, .icon-boxes-item.shipping-address:hover::before, .icon-boxes-item.shipping-address:focus::before {
 color: #3262AA !important;
 border: 0.09375em solid #3262AA;
}

.icon-boxes-item.change-password::before, .icon-boxes-item.change-password:hover::before, .icon-boxes-item.change-password:focus::before {
    color: #A5785B !important;
    border: 0.09375em solid #A5785B;
}

#orderhistory.headline-hr.ce_rsce_tao_separator.-centered {
	padding-top:10px;
	padding-bottom:15px;
}


.ce_table.block {
	font-size: 0.9em;
}

.even {
    background-color: #FFFFFF;
}   
.odd {
    background-color: #f3f3f3;
}   
   
   
#table_previousorders.sortable .col_3 .redLink  {
	 cursor: default;
	 color:#BA162B;
}
   
#table_previousorders.sortable .col_3 .greenLink  {
	 cursor: default;
	 color:#76D02C;
}

#table_previousorders.sortable .col_3 .yellowLink  {
	 cursor: default;
	 color:#EDB20E;
}

#table_previousorders.sortable .col_3 .blueLink  {
	 cursor: default;
	 color:#3162a9;;
}

#table_previousorders.sortable .col_3 img {
	  margin-right: 5px;
    margin-bottom: -3px;
}

#table_previousorders.sortable tfoot tr {
	font-size: 0.9em;
}


.sel-mdlyearimg {
	float: left;
}

.app-partscategory-title,
.app-partsmfr-title {
	clear:both;
}


#modelContent a #detailbacklink.button,
#modelYearContent a #detailbacklink.button {
	margin-left: 15px;
  margin-top: 21px;
}

#categoryContent a #detailbacklink.button {
	margin-left: 15px;
  margin-top: 12px;
}

#modelContent img#mfrimg,
#modelYearContent img#mfrimg,
#modelYearContent img#vehcatimg {
 padding-left: 10px;
 padding-top: 10px;
 margin-bottom: -10px;
 float: left;
}

#modelYearContent img#varimg {
	 padding-top: 3px;
	 padding-left: 12px;
	 margin-bottom: 0px;
	 float: left;
}

#categoryContent img {
	color:#ffffff;
	font: normal 0.85em/1.6625 Lato,sans-serif;
	float: left;
}
/*.partsmfrrange img,
#modelYearContent img,*
#modelContent img {
	color:#ffffff;
	font: normal 0.85em/1.6625 Lato,sans-serif;
	float: left;
}
*/

#engineheader {
  float: left;
  clear: both;
	display: inline-block;
	margin-bottom: 10px;
  margin-left: 15px;
  margin-top: 20px;
  color: #242424;
  font: bold 1.1em/1.6625 Lato,sans-serif;
}



.modelEngines .modelRow.first  {
	float: left;
	clear: both;
	margin-bottom: 40px;
}


.modelRow {
	/*clear: both;*/
  float: left;
  

	color:#242424;
	font: normal 0.85em/1.6625 Lato,sans-serif;
  
}

/*
.modelRow a.modelEngineLink.upCase img {
	float:left;
}
*/

.modelRow a.modelEngineLink {
	float: left;
}


a.modelEngineLink { 
	text-align: center;
	float: left;
	margin: 6px 12px;
  width: 60px;
  height: 170px;
  overflow: visible;
  display: block;
}

/*
.modelRow a.modelEngineLink.upCase.first .fueltitle {

 clear: both;
}

.modelRow a.modelEngineLink.upCase .fueltitle {
 max-width: 80px;
 text-align:center; float: left;
}


.modelEngineInfo {
	clear: both;
}

.modelRow a.modelEngineLink.upCase.first {
float: left;
clear: both;
}

*/

.modelRow a {
	color:#242424;
}

.modelRow a:hover {
	color:#242424;
}

.modelRow a:active {
	color:#242424;
}

.sel-mdlyearimg {
	cursor: pointer;
}


.ce_rsce_tao_sgpetch_icon_boxes.manufacturer-mdl-range.in-view.has-shown .categoryrange.disable-select img,
.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown .categoryrange.disable-select img,
.ce_rsce_tao_sgpetch_icon_boxes.manufacturer-mdl-range.in-view.has-shown .partsmfrrange.disable-select img,
.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown .partsmfrrange.disable-select img {
  cursor: pointer;
	transform: scale(1.0, 1.0);
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
}



.ce_rsce_tao_sgpetch_icon_boxes.manufacturer-mdl-range.in-view.has-shown .categoryrange.disable-select img:hover,
.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown .categoryrange.disable-select img:hover,
.ce_rsce_tao_sgpetch_icon_boxes.manufacturer-mdl-range.in-view.has-shown .partsmfrrange.disable-select img:hover,
.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown .partsmfrrange.disable-select img:hover {
  	transform: scale(1.1, 1.1);
  	
}

.greyactive {
	/*
	filter: gray; 
  -webkit-filter: grayscale(1);
  filter: grayscale(1); 
  */
   opacity: 0.80;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	 -ms-transition: opacity .25s ease-in-out;
	 -o-transition: opacity .25s ease-in-out;
	 
   
}


/*.mdl-range .categoryrange, */
.mdl-range .partsmfrrange {
	margin-left: 5px;
	margin-right: 5px;
}


.mdl-range .partsmfrrange .mdlimagetag {
	margin-top: -11px;
	text-align: center;
	color:#242424;
	font: normal 0.85em/1.6625 Lato,sans-serif;
}


.mdl-range .categoryrange .mdlimagetag {
	margin-top: -9px;
/*	text-align: center;*/
	color:#242424;
	font: normal 0.85em/1.6625 Lato,sans-serif;
	/*max-width: 250px;*/
}

.mdl-range .categoryrange img,
.mdl-range .partsmfrrange img {
	max-width: 110px;
  min-width: 110px;
}


.manufacturer-mdl-range.in-view.has-shown .partsmfrrange.disable-select img:hover  {
/*	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);  */
}

.sgpparts-col-left #sgpparts-col-search.app-partscategory-table,
.sgpparts-col-left #sgpparts-col-mfrs.app-partscategory-table#sgpparts-col-mfrs,
.sgpparts-col-left #sgpparts-col-search.app-partsmfr-table,
.sgpparts-col-left #sgpparts-col-mfrs.app-partsmfr-table#sgpparts-col-mfrs {
	padding-bottom:35px;
}


#sgpparts-rightcol.app-partscategory-table,
#sgpparts-rightcol.app-partsmfr-table {
  padding-bottom:0px;
}


#sgpparts-rightcol.app-partscategory-table .app-partscategory-title,
#sgpparts-rightcol.app-partsmfr-table .app-partsmfr-title {
	color: #242424;
  font: bold 1.1em/1.6625 Lato,sans-serif;
}

/*
section.icon-boxes.is-animated.does-repeat.ce_rsce_tao_sgpetch_icon_boxes.manufacturer-mdl-range.in-view.has-shown {
 	background-color: #ffffff;
 	border-radius: 3px !important;
 	padding:10px;
}
*/


#sgpparts-rightcol.app-partscategory-table .app-partscategory-title,
#sgpparts-rightcol.app-partsmfr-table .app-partsmfr-title {
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 10px;
}


#sgpparts-rightcol.app-partscategory-table,
#sgpparts-rightcol.app-partsmfr-table {
	  background-color: #FFFFFF;  
}

.partsmfrrange {
	/*float: left;*/
	display: inline-block;
	margin: 29px;
}

.categoryrange {
	/*float: left;*/
	margin: 25px;
	clear: both;
}

.categoryrange img,
.partsmfrrange img {
	border: 5px solid #ffffff !important;
	border-radius: 3px !important;
	/* box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);*/
	max-width: 100px;
  min-width: 100px;
  background-color: #ffffff;
}


#sgpparts-col-mfrs.app-partscategory-table .partsmfrmenu-logo,
#sgpparts-col-mfrs.app-partsmfr-table .partsmfrmenu-logo {
	max-width: 25px;
  float: left;
  margin-right: 10px;
  padding-right: 5px;
  background-color:#FFFFFF;
  border-radius: 12px;
}


#sgpparts-col-mfrs.app-partscategory-table .partsmfrmenu-logo img,
#sgpparts-col-mfrs.app-partsmfr-table .partsmfrmenu-logo img {
	transform: scale(0.7);
	vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  max-width: 25px;
  min-width: 25px;
}


#sgpparts-col-mfrs.app-partscategory-table .app-partscategory-title,
#sgpparts-col-mfrs.app-partsmfr-table .app-partsmfr-title {
	padding-bottom: 10px;
}


#sgpparts-col-mfrs.app-partscategory-table,
#sgpparts-col-mfrs.app-partsmfr-table {
	padding-left: 15px;
	padding-right: 15px;
}


#partsmanufacturers .partsmfrmenu-button.first {
	border-top: 1px solid #f5f5f5;
}

a.partsmfrmenu-button-link div.partsmfrmenu-button  {
	 background-color: #3262AA; /* 3C5C8F */
	-webkit-transition: background-color .6s ease-out,color .6s ease-in;
	-moz-transition: background-color .6s ease-out,color .6s ease-in;
	-o-transition: background-color .6s ease-out,color .6s ease-in;
	transition: background-color .6s ease-out,color .6s ease-in;
}

a.partsmfrmenu-button-link div.partsmfrmenu-button:hover  {
	 background-color: #1782c5;
-webkit-transition-duration: .05s;
-moz-transition-duration: .05s;
-o-transition-duration: .05s;
transition-duration: .05s;

	 /* 1782c5   39b54a*/
}
a.partsmfrmenu-button-link div.partsmfrmenu-button:active {
    background-color: #E5514F;
}

#partsmanufacturers .partsmfrmenu-button {
    border-bottom: 1px solid #f5f5f5;
    color: #ffffff;
    /* font: bold 0.9em/1.6625 Lato,sans-serif !important; */
    font: normal 0.85em/1.6625 Lato,sans-serif !important;
    padding: 0.5em;
    cursor: pointer;
}


#partssearch div.isSet {
    background-color: #3262aa;
    border: 1px solid #b2b9c4;
    border-radius: 3px;
    clear: both;
    color: #3162a9;
    float: left;
    margin-left: 0;
    margin-top: -34px;
    position: relative; 
    width: 100%;
    height: 34px;
}
#partssearch .isSet a.changeLink {
    background: transparent url("/files/clear_search.png") no-repeat scroll 97% 62%;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding-left: 4px;
    padding-top: 2px;
    text-decoration: none;
}



#sgpparts-col-search,
#sgpparts-col-search #partssearch label {
	background-color: #FFCC00;
}


#sgpparts-col-search .app-partscategory-title,
#sgpparts-col-search .app-partsmfr-title {
	color:#000000;
	font-weight: bold;
}

#accountframe {
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    background-color: #3162A9; 
  /*  width: 100px;*/
    outline: medium none;
    padding: 0.2em 1em;;
    cursor: pointer;
  /*  padding-right: 30px;*/
    float:left;
    margin-right: 20px;
    line-height: 1.5em;
}

#basketframe {
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    background-color: #3162A9;
  /*  width: 100px;*/
    outline: medium none;
    padding: 0.2em 1em;;
    cursor: pointer;
  /*  padding-right: 30px;*/
    float:left;
    margin-right: 20px;
    line-height: 1.5em;
}

#checkoutframe {
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    background-color: #FFCC00;
  /*  width: 100px;*/
    outline: medium none;
    padding: 0.2em 1em;;
    cursor: pointer;
  /*  padding-right: 30px;*/
    float:left;
    margin-right: 20px;
    line-height: 1.5em;
}

#accountframe,
#basketframe,
#checkoutframe {
	-webkit-transition: background-color .2s ease-out,color .6s ease-in;
	-moz-transition: background-color .2s ease-out,color .6s ease-in;
	-o-transition: background-color .2s ease-out,color .6s ease-in;
	transition: background-color .2s ease-out,color .6s ease-in;	
}

#checkoutframe:hover,
#accountframe:hover,
#basketframe:hover {   
	-webkit-transition-duration: .05s;
	-moz-transition-duration: .05s;
	-o-transition-duration: .05s;
	transition-duration: .05s;
}

#basketframe:hover,
#accountframe:hover {
		background-color:#3399CC;
}

#checkoutframe:hover {
  background-color:#FFD800;
}

.nav-checkout-items #checkout,
.nav-checkout-items #checkout a {
	color: #000000 !important;
  font-weight: bold;
}

.nav-checkout-items #account,
.nav-checkout-items #view-basket,
.nav-checkout-items #checkout {
	padding-right:0px;
}


.nav-checkout-items #items {
   padding-top: 3px;	
}



#partssearch label {
    color: #3162A9;
    font-size: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.1em;
    width: 145px;
    background-color: #3162A9;
}

.main-content #partssearch label {
    margin-bottom: 0em;
}

#partssearch h1,
#partssearch h3 {
	  font: bold 1.15em/1.6625 Lato,sans-serif;
    margin-top: 0em;
}

#partssearch label {
    color: #3162A9;
    font-size: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.1em;
    width: 145px;
}
#partssearch input {
    color: #3162a9;
    font-size: 0.85em;
    background-color: #efefef;
}

#partssearch select {
    max-width: 100%;
}

.main-content #partssearch input, 
.main-content #partssearch textarea, 
.main-content #partssearch select, 
.main-content #partssearch fieldset {
    width: 100%;
}


#partssearch-chosenModel {
    clear: both;
}

#partssearch select {
    clear: both;
    color: #3162a9;
    font-size: 0.85em;
}

#partssearch a.changeLink {
    display: none;
    font-size: 0.85em;
    padding: 0.15em;
    margin-left: 4px;
}
#partssearch a.changeLink em {
    float: right;
    font-style: normal;
    line-height: 1.5;
    margin-right: 35px;
    padding-top: 1px;
}
#partssearch {
  /*  background-color: #EFEFEF;*/
  /*  border: 3px solid #666666;*/
  /*  border-radius: 3px;*/
  /*  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);*/
 /*   max-width: 760px;*/
    filter: alpha(opacity=90);
    outline: medium none;
    overflow: hidden;
 /*   padding: 1.42857em;*/
}

#partSearched {
    float: right;
    margin-top: -43px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    background-color: #39b54a;
    width: 90px;
    font-size: 0.875em;
    outline: medium none;
    padding: 0.54286em 0.42857em;
    cursor: pointer;
		-webkit-transition: background-color .2s ease-out,color .6s ease-in;
		-moz-transition: background-color .2s ease-out,color .6s ease-in;
		-o-transition: background-color .2s ease-out,color .6s ease-in;
		transition: background-color .2s ease-out,color .6s ease-in;
}


#partClear {
    float: none;
    margin-top: 20px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    background-color: #666666;
    width: 85px;
    font-size: 0.875em;
    outline: medium none;
    padding: 0.54286em 0.42857em;
    cursor: pointer;
    clear: both;
		-webkit-transition: background-color .2s ease-out,color .6s ease-in;
		-moz-transition: background-color .2s ease-out,color .6s ease-in;
		-o-transition: background-color .2s ease-out,color .6s ease-in;
		transition: background-color .2s ease-out,color .6s ease-in;
}



#basketShoppingCheckout {
    float: none;
    margin-top: 20px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    background-color: #ffcc00;
    width: 85px;
    font-size: 0.875em;
    outline: medium none;
    padding: 0.84286em 0.92857em;
    cursor: pointer;
    clear: both;
		-webkit-transition: background-color .2s ease-out,color .6s ease-in;
		-moz-transition: background-color .2s ease-out,color .6s ease-in;
		-o-transition: background-color .2s ease-out,color .6s ease-in;
		transition: background-color .2s ease-out,color .6s ease-in;
}

#basketShoppingCheckout.yellowLink {
    color: #242424;
    text-shadow: 0.2px 0.2px 0.2px #242424;
    text-transform: uppercase;
    font: bold 0.95em/1.6625 Lato,sans-serif; 
}

#basketShoppingCheckout:hover {
	  border-color: #ffffff #ffffff #ffffff;
    text-decoration: none;
    background: #FFD800;
		-webkit-transition-duration: .05s;
		-moz-transition-duration: .05s;
		-o-transition-duration: .05s;
		transition-duration: .05s;
}


#basketShoppingReturn {
    float: none;
    margin-top: 20px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    background-color: #3162A9;
    width: 85px;
    font-size: 0.875em;
    outline: medium none;
    padding: 0.84286em 0.92857em;
    cursor: pointer;
    clear: both;
		-webkit-transition: background-color .2s ease-out,color .6s ease-in;
		-moz-transition: background-color .2s ease-out,color .6s ease-in;
		-o-transition: background-color .2s ease-out,color .6s ease-in;
		transition: background-color .2s ease-out,color .6s ease-in;
}

#basketShoppingReturn.blueLink,
#table_basket input#discountSubmit.redSubmit.upCase,
#partClear a,
#partSearched a {
    color: #ffffff;
    text-shadow: 0.5px 0.5px 0.5px #242424;
    text-transform: uppercase;
    font: bold 0.95em/1.6625 Lato,sans-serif; 
}

#basketShoppingReturn:hover {
	  border-color: #ffffff #ffffff #ffffff;
    text-decoration: none;
    background: #2C5289;
		-webkit-transition-duration: .05s;
		-moz-transition-duration: .05s;
		-o-transition-duration: .05s;
		transition-duration: .05s;
}


#table_basket input#discountSubmit.redSubmit:hover,
#partSearched:hover {
    border-color: #ffffff #ffffff #ffffff;
    text-decoration: none;
    background: #33A343;
		-webkit-transition-duration: .05s;
		-moz-transition-duration: .05s;
		-o-transition-duration: .05s;
		transition-duration: .05s;
}


#partSearched:active {
    background: #E5514F;
}

#partClear:active {
    background-color: #E5514F;
}


#partClear:hover {
    background: #EC4644;
		-webkit-transition-duration: .05s;
		-moz-transition-duration: .05s;
		-o-transition-duration: .05s;
		transition-duration: .05s;
}


#logged {
	margin-left: -5px;
	margin-top: 5px;
}

.sgpparts-col-left {
	float:left;
}

#sgpparts-col-search {
	min-width:260px;
	min-height:300px;
}

#sgpparts-col-mfrs {
	min-height:620px;
}

#flexed.rs-columns {
	width: 70%;
}


#sgpparts-rightcol {
min-width:660px;
}

.texttest {
	word-wrap:break-word;
	line-height: 1em;
  color: #EFEFEF;
  font: 0.9em/1.6625 Lato,sans-serif;
}

.texttestonwhite {
	word-wrap:break-word;
	line-height: 1em;
  color: #242424;
  font: 0.9em/1.6625 Lato,sans-serif;
  /*margin-top: -20px;*/
}

/* Alter this one for responsive resolutions) */
#flexed.rs-columns {
	width: 100%;  
}

.tao-no-sidebar .rs-column.-large-col-2-1 {
    width: 100%;
}

.app-partscategory-table,
.app-partsmfr-table {
    border-radius: 3px !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) !important;
   /* margin-bottom: 30px !important;*/
    /*margin-top: 10px !important;*/
    display: block;
    background-color: #3262AA;  
    padding-left: 30px;
    padding-right: 30px;
  /*  padding-bottom: 35px;*/
    /* height:95.4%; */
}

.app-partscategory-title,
.app-partsmfr-title {
	color: #FFFFFF;
	font: normal 1.1em/1.6625 Lato,sans-serif;
	padding-top: 25px;
 /* padding-bottom: 10px;*/
}






/*  2560 x 1440  */
@media only screen and (min-width: 1440px) and (max-width: 2560px) and (orientation: portrait) {}

@media only screen and (min-width: 1440px) and (max-width: 2560px) and (orientation: landscape) {
	
	.centered-wrapper-inner #mainpartscenter {
		margin-left: auto;
		margin-right: auto;
		max-width: 1440px;
	}
	#flexed.rs-columns {
		width: 50%;  
	}
	#sgpparts-rightcol,
	.texttestonwhite  {
		min-width:1000px;
	}
	
}



/*  1920 x 900  */
@media only screen and (min-width: 900px) and (max-width: 1920px) and (orientation: portrait) {}

@media only screen and (min-width: 900px) and (max-width: 1920px) and (orientation: landscape) {
	
	.centered-wrapper-inner #mainpartscenter {
		margin-left: auto;
		margin-right: auto;
		max-width: 1440px;
	}
	#flexed.rs-columns {
		width: 50%;  
	}
	#sgpparts-rightcol,
	.texttestonwhite  {
		min-width:1000px;
	}
}


@media only screen and (min-width: 1440px) and (orientation: landscape) {}



/*  1440 x 900  */
@media only screen and (min-width: 900px) and (max-width: 1440px) and (orientation: portrait) {}

@media only screen and (min-width: 900px) and (max-width: 1440px) and (orientation: landscape) {}



/*  1024px x 1366px   ipad pro */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
	
	
	#partInfo #sgpparts-rightcol.app-partscategory-table.detail {
	    margin-top: 40px;
	}
		
	#sgpparts-rightcol, .texttestonwhite {
	    min-width: 590px;
	}	
	
		#sgpparts-col-search {
		    min-width: 285px !important;
		}
		
		#sgpparts-rightcol, .texttestonwhite {
    	padding-top: 0px !important;
		}
	
		.categoryrange, .partsmfrrange {
		    margin:9px !important;
		}
	
	
}

/*  1024px x 1366px   ipad pro */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
	#sgpparts-rightcol, .texttestonwhite {
	    min-width: 950px;
	}

}




/*  1280 x 980  */
@media only screen and (min-width: 980px) and (max-width: 1280px) and (orientation: portrait) {}

@media only screen and (min-width: 980px) and (max-width: 1280px) and (orientation: landscape) {}




/*  1280 x 800  */
@media only screen and (min-width: 800px) and (max-width: 1280px) and (orientation: portrait) {}

@media only screen and (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {}




/*  1280 x 600  */
@media only screen and (min-width: 600px) and (max-width: 1280px) and (orientation: portrait) {}

@media only screen and (min-width: 600px) and (max-width: 1280px) and (orientation: landscape) {
	#sgpparts-rightcol, .texttestonwhite {
	    min-width: 870px;
	}
}



/* Google Nexus 7 2nd Gen (portrait) */
@media only screen and (min-device-width: 601px) and (max-device-width: 906px) and (orientation: portrait) {}


/* Google Nexus 7  2nd Gen (landscape) */
@media only screen and (min-device-width: 601px) and (max-device-width: 906px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {}




/*  1024 x 768  */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	
   #sgpparts-col-mfrs.app-partsmfr-table {
   	display:none;
   }
   
	
		#categoryContent #keywordsearch-bg {
		width:100%;
	}
	
	#partsKeyword {
    width: 100%;
	}
	
	
		#basketUpdate #table_basket .col_0 a img.partthumbnail {
			display:none;
		}
		
	#table_basket .col_0 span {
	   padding-left: 0px;
	   padding-top: 0px;
	}
	
		.nav-checkout-items {
			font-size: 0.75em !important;
			top: 2px;
			left: 30px;
			height: 3.125em;
		}
		#flexed.rs-columns {
	    margin-top: -35px;
		}
		#sgpparts-col-search {
	    min-width: 600px;
	    min-height: 130px;
		}
		
		#sgpparts-col-mfrs {
		    min-height: 260px;
		}
		
		#sgpparts-rightcol, .texttestonwhite {
	    min-width: 560px;
			padding-top: 10px;
		}
	
	
	#sgpparts-rightcol.app-partscategory-table {
		 min-width: 600px;
	}
	
	
	 #partslist,
   #partInfo #partdetail {
   	padding-top: 40px;
   }
		
		
	#flexed .mod_rs_column_start.rs-column.-large-col-2-1.-large-last.-large-first-row.-medium-col-1-1.-medium-first.-medium-last.-small-col-1-1.-small-first.-small-last {
		margin-top: -50px;
	}
	
		.footer-navigation {
	    font-size: 0.775em;
	}
	.categoryrange,
	.partsmfrrange {
	    margin: 3px;
	}
	

		
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	

.app-partscategory-table .partsmedia-section #partsprice-section {
    width: 90%;
}
	
	#categoryContent #keywordsearch-bg {
		width:100%;
	}
	
	#partsKeyword {
    width: 110%;
	}
	
	#basketUpdate #table_basket .col_0 a img.partthumbnail {
		display:none;
	}
		
	#table_basket .col_0 span {
	   padding-left: 0px;
	   padding-top: 0px;
	}
	
	
	#logged {
		margin-left: 0px;
	}	
	#sgpparts-rightcol, .texttestonwhite {
	    min-width: 610px;
	}
.categoryrange,
 .partsmfrrange {
	    margin: 5px;
	}
}



/* Google Nexus 7 */
@media only screen and (min-device-width: 600px) and (max-device-width: 960px) and (orientation: portrait) {}


@media only screen and (min-device-width: 600px) and (max-device-width: 960px) and (orientation: landscape) {
	
	#sgpparts-rightcol, .texttestonwhite {
	  /* min-width: 520px;*/
	}
		
	column.-medium-last, .tao-no-sidebar .rs-column.-medium-last, .mega-dropdown .rs-column.-medium-last, .page-footer .rs-column.-medium-last {
	   /* margin-right: 15px;*/
	}

}


/*  1024 x 400  */
@media only screen and (min-width: 400px) and (max-width: 1024px) and (orientation: landscape) {}




	
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
	
	
	
	.nav-checkout-items-left {
		margin-left: -20px;
	}
	
	.page-header .homecookietrail .centered-wrapper-inner {
			margin-left: 20px;
	}

	.page-footer .mod_rocksolid_mega_menu_custom.footer-navigation {
		width: 440px;
	}


	#categoryContent #keywordsearch-bg {
		width: 100%;
		font-size: 0.9em;
		margin-bottom: 0px;
		float: none;
		margin-left: 0px;
		height: 70px;
	}
	
	#sgpparts-rightcol.app-partscategory-table .app-partscategory-title {
		margin-left: 10px;
		padding-top: 8px;
		margin-bottom: 0px !important;
	}
	

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange .mdlimagetag h5 {
	clear: both;
}


.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown {
    margin-left: auto;
    margin-right: auto;
    max-width: 545px;
}

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange {
	padding-top: 20px;
}


#sgpparts-rightcol.app-partscategory-table #categoryContent .mdl-range {
	    margin-top: -40px;
}
	
	
	 #sgpparts-col-mfrs.app-partsmfr-table {
   	margin-bottom: 40px;
   }	
	
	
		.nav-checkout-items {
			font-size: 0.75em !important;
			top: 0px;
			left: -110px;
		}
		
		#flexed.rs-columns {
	    margin-top: -35px;
		}
		
		#sgpparts-col-search {
	    min-width: 600px;
	    min-height: 130px;
		}
		
		#sgpparts-col-mfrs {
		    min-height: 260px;
		}
		
		#sgpparts-rightcol, .texttestonwhite {
	    min-width: 600px;
		}
		
	#flexed .mod_rs_column_start.rs-column.-large-col-2-1.-large-last.-large-first-row.-medium-col-1-1.-medium-first.-medium-last.-small-col-1-1.-small-first.-small-last {
		margin-top: -50px;
	}
	
		.footer-navigation {
	    font-size: 0.775em;
	}
	
}





/*  568 x 320 iphone SE */
@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {
	
	.nav-checkout-items {
			left: 0px !important;
      margin-right: -157px !important;
      font-size: 0.65em !important; 
  }
  
	#accountframe,
	#basketframe {
 	 margin-right: 2px;
  }
	
	
  .centered-wrapper-inner h1#welcome {
  	font-size: 0.95em;
  }
	
	hr, .headline-hr::before, .headline-hr::after {
    border-top: 0px solid #b2b9c4;
	}
	
	#flexed.rs-columns {
    margin-top: -35px;
	}
	
	#sgpparts-col-search {
    min-width: 250px;
    min-height: 130px;
	}
	
	#sgpparts-col-mfrs {
	    min-height: 260px;
	}
	
	#sgpparts-rightcol, .texttestonwhite {
    min-width: 260px;
	}
	
	#flexed .mod_rs_column_start.rs-column.-large-col-2-1.-large-last.-large-first-row.-medium-col-1-1.-medium-first.-medium-last.-small-col-1-1.-small-first.-small-last {
		margin-top: -50px;
	}
	
	
	.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown {
    margin-left: auto;
    margin-right: auto;
    max-width: 125px;
	}
	
}
	
	
@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
	
		.nav-checkout-items-left {
		float:none;
	}
	
	.nav-checkout-items {
	    font-size: 0.75em !important;
	    top: 3px;
	    left: 0px;
	}
	
	.nav-checkout-items #items {
		padding-bottom:7px;
	}
	
	.nav-checkout-items	[data-icon]::before, [class^="icon-"]::before, [class*=" icon-"]::before {
   /* margin-left: -17px;*/
  }

	
	hr, .headline-hr::before, .headline-hr::after {
    border-top: 0px solid #b2b9c4;
	}
	
	#flexed.rs-columns {
    margin-top: -30px;
	}
	
	#sgpparts-col-search {
    min-width: 450px;
    min-height: 130px;
	}
	
	#sgpparts-col-mfrs {
	    min-height: 260px;
	}
	
	#sgpparts-rightcol, .texttestonwhite {
    min-width: 380px;
	}
	
#flexed .mod_rs_column_start.rs-column.-large-col-2-1.-large-last.-large-first-row.-medium-col-1-1.-medium-first.-medium-last.-small-col-1-1.-small-first.-small-last {
	margin-top: -50px;
}


	.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown {
    margin-left: auto;
    margin-right: auto;
    max-width: 275px !important;
	}
	
}



/*  667 x 375 iphone 6 / 6s / iphone 7 */
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
	
	
	categoryrange, .partsmfrrange {
    margin: 10px !important;
 }

	
	#logged {
		margin-left: 0px;
	}	
	

	
	.nav-checkout-items {
	    font-size: 0.75em !important;
	    top: 3px;
	    left: 120px;
	    max-width: none !important;;
	}
	
	
	
	
	.nav-checkout-items #items {
		padding-bottom:7px;
	}
	
	
	#accountframe,
	#basketframe {
 	 margin-right: 5px;
  }
	

  .centered-wrapper-inner h1#welcome {
  	font-size: 0.95em;
  }
	
	hr, .headline-hr::before, .headline-hr::after {
    border-top: 0px solid #b2b9c4;
	}
	
	#flexed.rs-columns {
    margin-top: -35px;
	}
	
	#sgpparts-col-search {
    min-width: 310px !important;
    min-height: 130px !important;
	}
	
		#sgpparts-col-mfrs {
	    min-height: 260px;
	}
	
	#sgpparts-rightcol, .texttestonwhite {
    min-width: 300px !important;
	}
	
	#flexed .mod_rs_column_start.rs-column.-large-col-2-1.-large-last.-large-first-row.-medium-col-1-1.-medium-first.-medium-last.-small-col-1-1.-small-first.-small-last {
		margin-top: -50px;
	}
		
	.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown {
    margin-left: auto;
    margin-right: auto;
    max-width: 153px;
	}
	
	
}
	
	
@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
	

	#flexed {
	  display: inherit;
	}
	
	#sgpparts-col-search {
    min-width: 640px;
	}
	
	
	
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {

	#shopreturn, 
	#shopcheckout,
	#basketUpdate #table_basket {
		font-size: 0.65em;
	}
	#table_basket .col_0 span {
	   padding-left: 0px;
	   padding-top: 0px;
	}
	#basketUpdate #table_basket .head_2.header,
	#basketUpdate #table_basket .sgppart .col_2,
	#basketUpdate #table_basket .foot_2,
	#basketUpdate #table_basket .col_0 a img.partthumbnail {
		display:none;
	}

	#basketUpdate #table_basket .totalPrices {
		vertical-align: top;
	}


.page-footer .mod_rocksolid_mega_menu_custom.footer-navigation {
	width: 390px;
}


#categoryContent #keywordsearch-bg {
		width: 100%;
		font-size: 0.9em;
		margin-bottom: 0px;
		float: none;
		margin-left: 0px;
		height: 70px;
	}
	
	#sgpparts-rightcol.app-partscategory-table .app-partscategory-title {
		margin-left: 10px;
		padding-top: 0px;
		margin-bottom: 0px !important;
	}
	

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange .mdlimagetag h5 {
	clear: both;
}


.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown {
    margin-left: auto;
    margin-right: auto;
    max-width: 475px;
}

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange {
	padding-top: 20px;
}


#sgpparts-rightcol.app-partscategory-table #categoryContent .mdl-range {
	    margin-top: -40px;
}
	
	
	 #sgpparts-col-mfrs.app-partsmfr-table {
   	margin-bottom: 40px;
   }	
	

		.nav-checkout-items-left {
		float:none;
	}

	.nav-checkout-items {
		font-size: 0.75em !important;
		top: 0px;
		left: -17px;
		float:left;
	}
	
	#flexed.rs-columns {
    margin-top: -35px;
	}
	
	#sgpparts-col-search {
    min-width: 520px;
    min-height: 130px;
	}
	
	#sgpparts-col-mfrs {
	    min-height: 260px;
	}
	
	#sgpparts-rightcol, .texttestonwhite {
   /* min-width: 380px;*/
	}
	
	#flexed .mod_rs_column_start.rs-column.-large-col-2-1.-large-last.-large-first-row.-medium-col-1-1.-medium-first.-medium-last.-small-col-1-1.-small-first.-small-last {
		margin-top: -50px;
	}
	
	.footer-navigation {
	    font-size: 0.675em;
	}
	
	#sgpparts-rightcol, .texttestonwhite {
	    min-width: 550px;
	}
	
}


/*  640 x 360  */
@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait) {

	#modelContent .partsmfrrange,
	#sgpparts-rightcol .modelYear-section .partsmfrrange {
		margin-left: 50px  !important;
		margin-top: 0px;
		margin-bottom: 0px;
	}


	#categoryContent #keywordsearch-bg {
		width: 120% !important;
	}
	

.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown {
    max-width: 225px !important;
}

	
	.nav-checkout-items {
		float: left;
		max-width: 370px;
  }	
  


}

	
	
@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape) {
	
	#shopreturn, 
	#shopcheckout,
	#basketUpdate #table_basket {
		font-size: 0.65em;
	}
	#table_basket .col_0 span {
	   padding-left: 0px;
	   padding-top: 0px;
	}
	#basketUpdate #table_basket .head_2.header,
	#basketUpdate #table_basket .sgppart .col_2,
	#basketUpdate #table_basket .foot_2,
	#basketUpdate #table_basket .col_0 a img.partthumbnail {
		display:none;
	}

	#basketUpdate #table_basket .totalPrices {
		vertical-align: top;
	}
		

	#partInfo #sgpparts-rightcol.app-partscategory-table .partsmedia-section #partsprice-section {
	    width: 90%;
	}
	
#categoryContent #keywordsearch-bg {
		width: 100%;
		font-size: 0.9em;
		margin-bottom: 0px;
		float: none;
		margin-left: 0px;
		height: 70px;
	}
	
	#sgpparts-rightcol.app-partscategory-table .app-partscategory-title {
		margin-left: 10px;
		padding-top: 0px;
		margin-bottom: 0px !important;
	}
	

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange .mdlimagetag h5 {
	clear: both;
}


.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown {
    margin-left: auto;
    margin-right: auto;
    max-width: 465px;
}

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange {
	padding-top: 20px;
}


#sgpparts-rightcol.app-partscategory-table #categoryContent .mdl-range {
	    margin-top: -40px;
}
	
	
	 #sgpparts-col-mfrs.app-partsmfr-table {
   	margin-bottom: 40px;
   }	
	
	
	
	
	.nav-checkout-items-left {
		float:none;
	}
	
	.nav-checkout-items {
		font-size: 0.75em !important;
		top: 0px;
		left: -20px;
	}
	
	#flexed.rs-columns {
    margin-top: -35px;
	}
	
	#sgpparts-col-search {
    min-width: 520px;
    min-height: 130px;
	}
	
	#sgpparts-col-mfrs {
	    min-height: 260px;
	}
	
	#sgpparts-rightcol, .texttestonwhite {
    min-width: 380px;
	}
	
#flexed .mod_rs_column_start.rs-column.-large-col-2-1.-large-last.-large-first-row.-medium-col-1-1.-medium-first.-medium-last.-small-col-1-1.-small-first.-small-last {
	margin-top: -50px;
}
	
}







/*  480 x 150  */
@media only screen and (min-width: 150px) and (max-width: 480px) and (orientation: portrait) {



#mainpartscenter #sagepay-order {
	font-size:1em;
}
#basketUpdate #billingsubtxt,
#mainpartscenter .smalltxt {
		font-size:0.9em;
}


#mainpartscenter #orderinfo.mainBody {
	font-size:0.85em;
	margin-left:-7px;
}

#mainpartscenter #orderinfo.mainBody #table_basket.orderview {
	font-size:0.70em;	
}


#mainpartscenter .centered-wrapper-inner #gdpr.vacancy-application p,
#mainpartscenter .centered-wrapper-inner .ce_text.last.block p {
	font-size:0.85em;
}


#modelContent .partsmfrrange,
#sgpparts-rightcol .modelYear-section .partsmfrrange {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sgpparts-col-mfrs.app-partsmfr-table {
    display: none;
}
#sgpparts-col-request.app-partsmfr-table {
    margin-bottom: 40px;
}


#mainpartscenter .eight.columns.payTypes.omega p,
#mainpartscenter .eight.columns.payTypes.alpha p {
	  font-size: 0.9em;
}

#mainpartscenter h2.upCase.subhead {
	  font-size: 0.9em;
	 	padding-top: 10px;
		margin-left: auto;
		margin-right: auto;
		max-width: 260px;
}

#basketUpdate.standardForm .upCase.subhead {
    font-size: 1em;
		padding-top: 10px;
		margin-left: auto;
		margin-right: auto;
		max-width: 260px;
}

.nav-checkout-items {
    margin-right: -60px !important;
}

#mainpartscenter .eight.columns.payTypes.alpha,
#basketUpdate .eight.columns.payTypes.alpha {
    padding-bottom: 0px;
}


#mainpartscenter .eight.columns.payTypes.omega,
#basketUpdate .eight.columns.payTypes.omega {
    border-left: 0px;
    padding-left: 0px;
    width: 260px;
}


#mainpartscenter .payTypes.alpha img,
#basketUpdate .payTypes.alpha img {
	transform: scale(0.65);
}

#mainpartscenter .payTypes .ccards img,
#basketUpdate .payTypes .ccards img {
	margin: -5px;
	padding:0px;
}


#basketUpdate #order-confirm-submit,
#basketUpdate #shopreturn {
	float:none;
	max-width: 185px;
	margin-left: auto;
	margin-right: auto;
}




#shopreturn, 
#shopcheckout,
#basketUpdate #table_basket {
	font-size: 0.65em;
}
#table_basket .col_0 span {
   padding-left: 0px;
   padding-top: 0px;
}
#basketUpdate #table_basket .head_2.header,
#basketUpdate #table_basket .sgppart .col_2,
#basketUpdate #table_basket .foot_2,
#basketUpdate #table_basket .col_0 a img.partthumbnail {
	display:none;
}

#basketUpdate #table_basket .totalPrices {
	vertical-align: top;
}


	#partInfo #sgpparts-rightcol.app-partscategory-table.detail {
		width: 260px;
		font-size: 0.9em;
	}

	#partInfo #sgpparts-rightcol.app-partscategory-table.detail .partsmedia-section #partsprice-image img {
		max-width: 200px;
	}

	#partInfo #sgpparts-rightcol.app-partscategory-table .partsmedia-section #partsprice-section {
	    width: 90%;
	}


	#categoryContent #keywordsearch-bg {
		width: 125%;
		font-size: 0.9em;
		margin-bottom: 0px;
		float: none;
		margin-left: -26px;
		height: 70px;
	}
	
	#sgpparts-rightcol.app-partscategory-table .app-partscategory-title {
		margin-left: 10px;
		padding-top: 0px;
		margin-bottom: 0px !important;
	}
	

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange .mdlimagetag h5 {
	clear: both;
}


.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown {
    margin-left: auto;
    margin-right: auto;
    max-width: 185px;
}

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange {
	padding-top: 20px;
}


.main-content table#table_previousorders.sortable {
  	font-size: 0.8em;
  }
  
  
  #table_previousorders.sortable .yellowLink img,
  #table_previousorders.sortable .col_2,
  #table_previousorders.sortable .head_2.header,
  #table_previousorders.sortable .foot_2,
  #table_previousorders.sortable .col_4,
  #table_previousorders.sortable .head_4.header,
  #table_previousorders.sortable .foot_4   {
  	display:none;
  }
  
   #sgpparts-col-mfrs.app-partsmfr-table {
   	margin-bottom: 40px;
   }

	
	#sgpparts-rightcol.app-partscategory-table .app-partscategory-title,
	#sgpparts-rightcol.app-partsmfr-table .app-partsmfr-title {
    font: bold 0.97em/1.6625 Lato,sans-serif;
    margin-bottom:25px;
  } 
  .categoryrange,
	.partsmfrrange {
	    margin: -2px;
	}
	
}

/*  480 x 320  */
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {


#mainpartscenter #orderinfo.mainBody {
	font-size:0.85em;
	margin-left:-7px;
}

#mainpartscenter #orderinfo.mainBody #table_basket.orderview {
	font-size:0.70em;	
}


	.sgpparts-col-left {
	    padding-top: 30px;
	}
	
	#shopreturn, 
	#shopcheckout,
	#basketUpdate #table_basket {
		font-size: 0.65em;
	}
	#table_basket .col_0 span {
	   padding-left: 0px;
	   padding-top: 0px;
	}
	#basketUpdate #table_basket .head_2.header,
	#basketUpdate #table_basket .sgppart .col_2,
	#basketUpdate #table_basket .foot_2,
	#basketUpdate #table_basket .col_0 a img.partthumbnail {
		display:none;
	}

	#basketUpdate #table_basket .totalPrices {
		vertical-align: top;
	}
	
	
	#partInfo #sgpparts-rightcol.app-partscategory-table .partsmedia-section #partsprice-section {
	    width: 90%;
	}
	
	#categoryContent #keywordsearch-bg {
		width: 100%;
		font-size: 0.9em;
		margin-bottom: 0px;
		float: none;
		margin-left: 0px;
		height: 70px;
	}
	
	#sgpparts-rightcol.app-partscategory-table .app-partscategory-title {
		margin-left: 10px;
		padding-top: 0px;
		margin-bottom: 0px !important;
	}
	

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange .mdlimagetag h5 {
	clear: both;
}


.ce_rsce_tao_sgpetch_icon_boxes.mdl-range.in-view.has-shown {
    margin-left: auto;
    margin-right: auto;
    max-width: 325px !important;
}

#sgpparts-rightcol.app-partscategory-table #categoryContent .categoryrange {
	padding-top: 20px;
}


#sgpparts-rightcol.app-partscategory-table #categoryContent .mdl-range {
	    margin-top: -40px;
}

	
	
	
	 #sgpparts-col-mfrs.app-partsmfr-table {
   	margin-bottom: 40px;
   }

	
  #table_previousorders.sortable .yellowLink img,
  #table_previousorders.sortable .col_2,
  #table_previousorders.sortable .head_2.header,
  #table_previousorders.sortable .foot_2,
  #table_previousorders.sortable .col_4,
  #table_previousorders.sortable .head_4.header,
  #table_previousorders.sortable .foot_4   {
  	display:none;
  }
	
	.nav-checkout-items-left {
		float:none;
	}
	.nav-checkout-items {
	    font-size: 0.75em !important;
	    top: 2px;
	    left: 0px;
	}
	
	.nav-checkout-items #items {
		padding-bottom:7px;
	}
	
	hr, .headline-hr::before, .headline-hr::after {
    border-top: 0px solid #b2b9c4;
	}
	
	#flexed.rs-columns {
    margin-top: -70px;
	}
	
	#sgpparts-col-search {
    min-width: 380px;
    min-height: 130px;
	}
	
	#sgpparts-col-mfrs {
	    min-height: 260px;
	}
	
	#sgpparts-rightcol, .texttestonwhite {
    min-width: 380px;
	}
	
#flexed .mod_rs_column_start.rs-column.-large-col-2-1.-large-last.-large-first-row.-medium-col-1-1.-medium-first.-medium-last.-small-col-1-1.-small-first.-small-last {
	margin-top: -50px;
}
	
}


/*  736 x 414 iphone 6 Plus */
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait) {
	
	.nav-checkout-items {
			left: 5px !important;
		  max-width: 414px !important;
		}
	
}
	

@media only screen and (min-width: 150px) and (max-width: 360px) and (orientation: portrait) {
  #logged {
  	font-size: 0.85em;
  	margin-right: 12px;
  	margin-bottom:3px;
  }
}

@media screen\0 {}
/* iPhone 5 & 5S in portrait  */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {}
/* iPhone 5 & 5S in landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {}
/* iPhone 6 in landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {}
/* iPhone 6 in portrait*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {}
/* iPhone 6 Plus in landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {}
/* iPhone 6 Plus in portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {}
/* iPad 1 and 2 in landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}
/* iPad 1 and 2 in portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}
/* iPad mini in landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}
/* iPad mini in portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}
/* Google Nexus 7  2nd Gen (landscape) */

@media only screen and (min-device-width: 601px) and (max-device-width: 906px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {}
/* Google Nexus 7 2nd Gen (portrait) */

@media only screen and (min-device-width: 601px) and (max-device-width: 906px) and (orientation: portrait) {} @media only screen and (min-width: 906px) and (max-width: 906px) {} @media only screen and (min-width: 900px) and (max-width: 900px) {} @media only screen and (min-width: 980px) and (max-width: 980px) {} @media only screen and (min-width: 1280px) and (max-width: 1280px) {}

@media only screen and (min-width: 600px) and (max-width: 600px) {} @media only screen and (min-width: 601px) and (max-width: 601px) {} @media only screen and (min-width: 768px) and (max-width: 768px) {}


