@charset "UTF-8";
/**
    AUTO-PARTS.gr styles
*/

html {
	--color-primary1: #eb2027;	
	--color-primary5: #4bb54d;
	
	--color-link-old: #da7d08;
	--color-link-new: #995d01;
}
html,
body {
  min-width: 320px;
  min-height: 320px;
  font-size: 14px;
}

body,
body.trop {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-display: swap;
  background: #f4f4f4;
}

img {
	max-width: 100%;
}

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

.trop-parts h1, 
.trop-parts h2, 
.trop-parts h3, 
.trop-parts h4, 
.trop-parts h5, 
.trop-parts h6, 
.trop-parts .h1, 
.trop-parts .h2, 
.trop-parts .h3, 
.trop-parts .h4, 
.trop-parts .h5, 
.trop-parts .h6,
.trop-parts .vm-product-title,
.trop-parts a,
.trop-parts p,
.trop-parts div {
  font-family: inherit;
}
/** Note: Don't inherit span fonts, because it breaks icon fonts */

.trop-parts h3, .trop-parts .h3 {
  font-size: 1.3em;
}

.trop-parts h5, .trop-parts .h5 {
  font-size: 1em;
  font-weight: normal;
}

.trop a {
  font-family: inherit;
}

body {
  background: #fbfbfb;
}

#fds-top-a,
#fds-top-b,
#fds-main,
#fds-bottom-a,
#fds-bottom-b {
  background: #f5f5f5;
}

#fds-bottom-a {
  background: #eaeaea;
}

#fds-bottom-a {
  padding: 1em 0;
}

#fds-bottom-b {
  background: #dadada;
}

.btn {
	font-size: 1em;
	border: none;
	border-radius: 2px;
}
.btn,
.btn-lg,
.btn-sm {
	padding: .4em .8em;
    font-size: 1em;
}
.btn.btn-lg {
	font-size: 1.2em;
}
.btn.btn-sm {
	font-size: .8em;
}

.btn-primary {
  background-color: #e08f30;
  /* border-color: #212121; */
  border-color: #c0751d;
}

a {
  color: var(--color-link-new);
}

a:hover {
  color: #da7d08;
  opacity: .8;
}

a:active {
  color: #000;
}

p {
  line-height: 1.6em;
  margin-bottom: 1em;
}

input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  font-size: 1em;
}
input[type="search"], 
input[type="text"], 
input[type="password"], 
input[type="email"] {
	height: 2.4em;
}


.logoheader {
  display: none;
}

img.logo-svg {
  height: 4em;
}

.site-tagline {
  font-family: inherit;
  font-size: .8em;
  font-weight: bold;
  letter-spacing: -.05em;
  margin: 0;
}

.margin-top {
  margin-top: .4em;
  /* Overflow hidden disables position sticky elements inside! */
  /* overflow: hidden; */
  
}

.border {
  padding: .5em 0;
}

.btn {
  padding: .4em .8em;
  font-size: 1em;
}

.btn-info {
  border-color: #aaa;
  background: none;
  color: #555;
}

.input-group-btn {
  font-size: 1em;
}

.vm-order-list .btn-primary {
  /* background-color: #e08f30; */
  /* border-color: #212121; */
  /* border-color: #d27b16; */
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #000;
}

h1.page-header.product-name {
  line-height: 1em;
  font-size: 1.2em;
  font-weight: 700;
}

.page-header {
    font-weight: bold;
    font-size: 1.2rem;
	line-height: 1.4rem;
    margin: 1em 0 1.4em;
    padding: .3em 0 .6em;
	border: none;
}

.trop-parts header {
  margin: 0;
  padding: .4em 0;
  min-height: 8.7em; /* to eliminate page reflow */
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(80%, #f0f0f0), color-stop(100%, #ddd), to(transparent));
  background: linear-gradient(0deg, #fff 0%, #fff 50%, #f0f0f0 80%, #ddd 100%, transparent);
}

.vm-product-title {
  font-size: 1em;
  font-weight: normal;
}

.trop-parts .navbar-default {
  margin-top: 0;
}

#fds-main {
  padding: .5em 0;
}

aside.sidebar-a {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

aside.sidebar-a .moduletable {
  padding: .8em .6em;
  border-radius: 12px;
  background: #f0f0f0;
  border: 1px solid #ccc;
}

aside.sidebar-a .moduletable h3 {
  font-size: 1.1em;
}

.product-fields.text-center {
  text-align: left;
}

.alert-info {
  background-color: #ddd;
  border-color: #aaa;
  color: #555;
}

.category-view .product-fields-wrapper {
  display: none;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: none;
  color: #aaa;

}


.pagination > li > a,
.pagination > li > span {
  color: #333;
  border: 1px solid #ccc;
  background: #fcfcfc;
  padding: .5em 1em;
  margin-bottom: .4em;
}
.pagination > li.disabled > a,
.pagination > li.disabled > span {
  border: 1px solid #eee;
}

.home .addtocart-area {
  display: none;
}


.category-view .PricesalesPriceTt.vm-display.vm-price-value {
  display: none;
}

.top-c {
  display: none;
}

@media screen and (min-width: 992px) {
  .sidebar-a,
  .sidebar-b {
    display: none;
  }
  .main-wrapper.col-md-9.col-md-push-3 {
    left: 0;
    width: 100%;
  }
  .top-c {
    display: block;
  }
  .top-c .col-md-4.moduletable,
  .top-c .col-md-6.moduletable {
    width: 100%;
    display: block;
    height: auto !important;
    min-height: 0;
  }
  .top-c .cf_form {
    font-size: .8em;
  }
  .top-c .main-top-filters .border {
    padding: .8em;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
  }
  .top-c .main-top-filters .border h3 {
    font-size: 1em;
    padding: .3em 0;
    margin: .2em 0 1em;
  }
}

@media screen and (min-width: 992px) {
  .top-c .moduletable.filter-button {
    display: none;
  }
  .filter-button {
	  display: none;
  }
}



.thumbnail > img,
.thumbnail a > img {
  max-width: 100%;
}

.product-img-wrapper,
img.featuredProductImage {
  max-height: 14em;
}

.vmmanufacturer .thumbnail {
  /* max-width: 16em; */
  /* max-height: 16em; */
  width: 100%;
  height: 9em;
  -o-object-fit: contain;
     object-fit: contain;
}

.vmmanufacturer .thumbnail > a {
    display: inline-block;
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.vmmanufacturer .thumbnail a > img {
	object-fit: contain;
	width: 100%;
   height: 100%;
   max-height: 8em;
}

img.browseProductImage {
  max-height: 22em;
     object-fit: contain;
}
@media screen and (min-width: 992px) {
	img.browseProductImage {
		width: 100%;		
	}
}

ul.checkmarks {
  list-style: none;
}

ul.checkmarks li {
  margin-bottom: .5em;
  margin-left: .5em;
  font-weight: bold;
}

ul.checkmarks li:before {
  content: '✓';
  font-size: 1.2em;
  font-weight: bold;
  margin-right: .4em;
}

.col-md-6.moduletable.pr-banner {
  width: 100%;
  text-align: center;
}



.navbar {
  min-height: 2em;
}

.navbar .nav > li > a,
.navbar .nav > li > span {
  line-height: 1em;
  padding: 1em;
}

.navbar-default {
  margin-top: 1em;
  font-family: inherit;
  font-weight: normal;
  letter-spacing: .04em;
  font-size: .9em;
}

.bottom-a .moduletable {
  overflow: auto;
}

.bottom-a .border {
  margin-bottom: 2em;
}

.nav.vmhorizontal {
  font-size: 1em;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
	.nav.vmhorizontal { 
		font-size: 1.1em;
	}
	.nav.vmhorizontal li > a { 
		font-size: 1.1em;
	}
}

.nav.vmhorizontal li:first-child {
  display: none;
}

.nav.vmhorizontal li > a {
	font-size: 1em;
  padding: .5em 1.1em;
  border: 1px solid;
  margin: .3em;
  background: #fff;
}


.product-fields-title {
  font-weight: normal;
  color: #555;
  display: inline-block;
}

.product-field-display {
  display: inline-block;
  padding: .14em .8em;
  border: 1px solid #eee;
  color: #222;
  font-weight: bold;
  font-size: .8em;
  line-height: 1.2em;
}


.related.products .page-header {
	font-size: 1.4rem;
}

.product-related-products .product-title {
  font-size: 1rem;
  line-height: 1.3em;
  color: #555;
  font-weight: normal;
  height: 4em;
  margin: 0;
  overflow: hidden;
}

.product-related-products .sku {
  font-size: .7rem;
  color: #999;
  margin: .15rem;
  display: none;
}

.product-related-products .product_s_desc.small.text-muted {
  display: none;
}

.product-related-products .thumbnail .caption {
  padding: .5em;
}

.product-related-products .product-field.product-field-type-R {
  padding: .4em;
}

.product-related-products .thumbnail > img,
.product-related-products .thumbnail a > img {
  max-width: 100%;
  width: 100%;
  border: none;
  max-height: 16em;
  object-fit: contain;
  margin: 0;
}
.product-related-products .product-link {
	display: block;
	overflow: auto;
	text-decoration: none;
}
.product-related-products .product-link:hover {
	text-decoration: none;
}
.product-related-products img.thumbnail {
	padding: .25em;
    /* margin-bottom: .5em; */
	object-fit: contain;
	min-height: 18em;
}

.product-field.product-field-type-R {
  text-align: center;
}

.product-field.product-field-type-R .product-field-display {
  background: #fff;
  padding: .5em .5em;
  margin-bottom: .5em;
}
.product-related-products .product-field-display {
	width: 100%;
}

@media screen and (min-width: 481px) {
  .product-field.product-field-type-R .product-field-display {
    min-height: 22em;
  }
}

@media screen and (max-width: 1091px) {
	.product-related-products .product-title {
		font-size: 1rem;
		height: auto;
		margin-bottom: .5em;
	}
	.product-field.product-field-type-R .product-field-display {
		padding: 0;
	}
}



.category-view .product-container:hover {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.category-view .product_s_desc.text-muted.small {
  color: #555;
  line-height: 1.3em;
  font-size: .9em;
  margin-top: .6em;
}

.category-view .vm-product-sku {
  font-size: .8em;
  color: #777;
}

.category-view .vm-product-sku .code {
  font-weight: bold;
}

.category-view a.product-details.margin-top-15 {
  font-size: 1em;
  text-decoration: none;
}

.category-view .vm-details-button.small {
  text-align: left;
  margin: 1em 0;
}

.category-view .product-container .custom-fields {
  padding: .4em;
  margin: .4em 0;
}

.category-view .product-container .custom-fields .product-fields-title,
.category-view .product-container .custom-fields .product-field-display,
.category-view .product-container .custom-fields .product-fields-title-wrapper {
  display: inline-block;
}

.category-view .product-icons {
  margin-bottom: .4em;
}

.category-view .product-icons .icon-wrapper {
  display: inline-block;
  border: 1px solid #f0f0f0;
  width: 5em;
  height: auto;
  margin: 0 .2em .2em;
}

@media screen and (max-width: 480px) {
  .category-view .vm-product-media-container {
    min-height: auto !important;
  }
}

@media screen and (min-width: 481px) {
  .product-horizon .vm-product-title {
    margin-top: 0;
  }
}

.vm-product-title > a {
  text-decoration: none;
  border: none;
  font-size: .9em;
  line-height: 1.2em;
  font-weight: bold;
  padding-bottom: .1em;
}

.vm-product-title > a,
.vm-product-title > a:hover,
.vm-product-title > a:active {
  text-decoration: none;
}

.vm-product-title > a:hover {
  opacity: .8;
}

.category-view .product-field.product-field-type-S.clearfix {
  display: inline-block;
}

.category-view .btn.specs,
.category-view h3.specs {
  margin: 0;
  padding: .3em .6em;
  font-size: .8em;
}

.category-view .product-icons {
  margin-bottom: .4em;
  float: right;
  margin-top: 1em;
}

span.PricesalesPrice {
  font-weight: bold;
  font-size: 1.2em;
}
.category-view span.PricesalesPrice {
  font-size: 1.1rem;
  color: #222;
}
.productdetails-view span.PricesalesPrice { 
  font-size: 1.5rem;
  color: #222;
}
.related-product span.PricesalesPrice { 
	font-size: 1rem;
}

.product .vm-product-media-container {
  min-height: 80px !important;
}

.product .col-md-3,
.product .col-md-6 {
  height: auto !important;
}

.productdetails-view h1.page-header.product-name {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding-bottom: .8em;
  margin-top: 0;
  margin-bottom: .5em;
}

.productdetails-view h4 {
  font-size: 1.3em;
}

.productdetails-view .product-single-inner {
  background: #fbfbfb;
  padding: 1em 1em 2em;
}

.productdetails-view .product-description {
  margin: 1em 0;
  font-size: 1.2rem;
  color: #333;
}

.center {
	text-align: center;
}

.productdetails-view .product-description img {
	max-height: 24rem;
}

.productdetails-view .product-description h3 {
  font-size: 1.3rem;
  font-weight: bold;
}
.productdetails-view .product-description h4 {
  font-size: 1.1rem;
  font-weight: bold;
}

.productdetails-view .page-header {
  margin: .8em 0 1.3em;
  font-size: 1.1rem;
}

.productdetails-view .vm-product-sku {
  border: 1px solid #ddd;
  padding: .2em;
  text-align: center;
  margin-bottom: .5em;
  
  border: none;
  text-align: left;
  padding: 0;
}

.productdetails-view .vm-product-media-container {
  margin-bottom: 1em;
}

.productdetails-view .product-field {
  font-size: 1em;
}

.productdetails-view .custom-fields-container .product-field > .product-fields-title-wrapper {
  font-size: 1em;
  padding: .3em;
  padding-right: .6em;
  display: inline-block;
  background: #f0f0f0;
  font-weight: normal;
  min-width: 14rem;
  width: 100%;
}

.productdetails-view .custom-fields-container product-field > .product-fields-title-wrapper strong {
  font-weight: normal;
}

.productdetails-view .custom-fields-container .product-field > .product-field-display {
  font-size: .9em;
  padding: .2em;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.productdetails-view .custom-fields-container .product-fields > .product-field,
.productdetails-view .custom-fields-container .custom-fields > .product-field {
  margin-bottom: .2em;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.productdetails-view .desc {
  font-size: 1rem;
  line-height: 1.4em;
  background: #f5f5f5;
  padding: .5em;
}

.productdetails-view .main-image {
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 1em;
}

.productdetails-view .addtocart-button {
  font-size: 1.2em;
  font-weight: bold;
}
#productdetails-view button.addtocart-button {
  padding: .75em .5em;
}





.productdetails-view .related-searches {
  margin-top: .5em;
  font-size: .8em;
  padding: .5em;
  text-align: center;
  border-color: #ddd;

  --highlight-color: #f4eb19; 
  --highlight-color: #f7f161;
}

.productdetails-view .related-searches .title {
  font-size: 1.3em;
  line-height: 1.4em;
}

.productdetails-view .related-searches .entry {
  display: inline-block;
  margin: .4em;
}

.productdetails-view .related-searches .btn {
	text-rendering: optimizeLegibility;
    white-space: pre-wrap;
    font-size: 1.1em;
	/* font-family: "Courier New", monospace; */
    color: #222;
    /* letter-spacing: .01em; */
	background: #ede748;
	background: var(--highlight-color);
    border-radius: 4px;
    border-color: #ccc;
	border: none;
}
.productdetails-view .related-searches .btn-bold {
    /*
	padding: .5em 1em;
	background: #eb2027; 
	color: #fff;
	*/
	padding: 0.75em 1.5em;
    background: var(--highlight-color);
    color: #333;
}


.productdetails-view .related-searches .btn:hover {
  opacity: .8;
}

.productdetails-view .related-searches .link-type {
  font-weight: bold;
}

.productdetails-view .related-searches .more-for-your-carmodel {
	margin: .8em;
	padding: .5em;
	border: 1px solid #eee;
    background: #fff;
}
.productdetails-view .related-searches .more-for-your-carmodel .title {
	margin: 1em 1em 0.5em;
	color: #555;
}

.productdetails-view .related-searches .more-for-your-carmodel ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding: .2em;
}

.productdetails-view .related-searches .more-for-your-carmodel .entry {
	margin: 0 .8em .8em 0;
}
.productdetails-view .related-searches .more-for-your-carmodel .entry .btn {
	padding: .75em 1.4em;
	display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
	line-height: 1.3em;
}

@media screen and (max-width: 640px) {
	.productdetails-view .related-searches .more-for-your-carmodel {
		margin: 0;
		border: none;
		background: none;
		padding: 0;
		border: 1px solid #ccc;
		padding: 0.25em;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.productdetails-view .related-searches .more-for-your-carmodel ul {
		
		flex-wrap: nowrap;
		overflow-y: scroll;
		overflow-x: none;
		
		justify-content: flex-start;
		padding: 1em;

	}
	.productdetails-view .related-searches .more-for-your-carmodel ul > li.entry {
		flex: 1 0 auto;
		font-size: 1.2em;
		padding: .12em;
	}
	.productdetails-view .related-searches .more-for-your-carmodel li.entry > a.btn { 
		padding: 1em 1.2em;
	}
}

@media screen and (min-width: 641px) {
  .productdetails-view .related-searches .entry > a {
    font-size: .9em;
    line-height: 1.4em;
    /* border-color: #aaa; */
    /* border: none; */
    width: 14em;
    min-height: 8em;
    /* height: 9em; */
    white-space: pre-wrap;
    /* background: #fff; */
    /* border-radius: 4px; */
    padding: .6em .6em .4em;
  }
  .productdetails-view .related-searches.style02 .entry > a {
	font-size: 1em;
	font-weight: bold;
    width: 14em;
    min-height: 4.3em;
  }
  
}






.productdetails-view .chzn-container-single .chzn-single {
  font-size: 1.2em;
  padding: .4em;
  line-height: 1.3em;
  height: auto;
  background: #fff;
  box-shadow: none;
}




.productdetails-view .product-banners {
  padding: .4em;
  margin-top: 1em;
  text-align: center;
}

.productdetails-view .product-banners .banner {
  display: inline-block;
  width: 14em;
  height: 3.9em;
  object-fit: contain;
}
.productdetails-view .product-banners.banner02 {
    border: 1px dashed #ddd;
    color: #555;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    background: #fff;
}






.category-view .category hr {
  margin: 0 .4em;
}

.category-view .category .caption.text-center {
  /* height: auto !important; */
  height: 4em !important;
}

.category-view .category .vm-cat-title {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.1em;
  margin: .2em 0;
}

.category-view .category .image-wrapper {
  height: 6em;
}

.category-view .category .browseCategoryImage {
  max-height: 100%;
}

.sub-category-view hr {
  margin: .5em;
}

.sub-category-view .thumbnail > a {
  height: 9em;
  overflow: hidden;
  display: block;
}

.sub-category-view .thumbnail > a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 60%;
}

.sub-category-view .thumbnail .caption {
  padding: .2em;
}



/**

    This is the main filter in the HOME page only.

*/
.cf_flt_wrapper {
  /* margin-bottom: 10px; */
  display: inline-block;
  margin-bottom: .4em;
}

.sidebar-a .cf_flt_wrapper,
.sidebar-b .cf-flt_wrapper {
  width: 100%;
  font-size: .8em;
}

.sidebar-a .cf_flt_wrapper select,
.sidebar-b .cf-flt_wrapper select {
  font-size: 1em;
}

.cf_flt_wrapper select {
  width: auto;
  padding: .6em;
  height: auto;
  /* max-width: 100%; */
  width: 100%;
  cursor: pointer;
}

.car-finder-wrapper {
  width: 100%;
}


.btn.tr-search:hover {
  background: #888;
}

.btn:not(disabled):hover {
  opacity: .9;
}

.cf_flt_header {
  display: none;
}

.trFilterElementsWrapper.tr-waiting-selection {

	animation: blinker 1.6s linear infinite;
 
	
}
.trFilterElementsWrapper.tr-waiting-selection .cf_flt {
		border-color: #eb2027;
		border-width: 2px;
	}

@keyframes blinker {
	0% {
		opacity: 1;
	}
  50% {
    opacity: .5;
  }
}

.tr-search .input-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tr-search .cf_apply_button {
  font-size: .8em;
  margin: .3em auto;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .tr-search .input-append {
    display: block;
  }
  .tr-search .cf_apply_button {
    float: right;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
}

.breadcrumb > li {
  white-space: normal;
}

footer {
  padding-top: 2em;
  padding-bottom: 4em;
  font-size: 1rem;
  line-height: 1.6em;
}
footer,
#fds-footer {
	color: #fafafa !important;
}
#fds-footer .row div {
		color: #fafafa;
}

footer a {
	color: #ffa10f;
}
footer > .container {
	border: none;	
}

footer .list-inline > li {
  padding: .2em .4em;
  display: inline-block;
  margin-right: .6em;
  margin-bottom: .2em;
}

footer .contact-wrapper {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	line-height: 1.5em;
}


a#totop-scroller {
  font-size: 1.1em;
  right: .4em;
  top: auto;
  bottom: 1em;
  opacity: .8;
  padding: .3em .6em;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}


.stock-area {
    clear: both;
    overflow: auto;
    padding: .3em 0;
	margin-bottom: .3em;
	font-size: 1.1rem;
	/* background: #fff; */
}
.stock-area .stock-msg {
  font-size: .9em;
  line-height: 1.1em;
  font-weight: bold;
}

.stock-area.inStock .stock-msg {
  color: #01a84e;
}

.stock-area.outOfStock .stock-msg {
  color: #eb2027;
}

#redim-cookiehint {
  opacity: .98;
  font-size: 1em;
  line-height: 1.2em;
  background: #222;
  padding: .4em .6em;
  text-align: center;
}

#redim-cookiehint .cookiecontent {
  font-size: .9em;
  letter-spacing: .05em;
  line-height: inherit;
  color: #f5f5f5;
  width: 88%;
  display: block;
  margin: .3em auto;
}

#redim-cookiehint .cookiebuttons {
  float: none;
  display: block;
  margin: .5em auto;
}

#redim-cookiehint .cookiebuttons .btn {
  background: #aaa !important;
  color: #333 !important;
  font-size: 1em;
  line-height: 1em;
  margin: .1em;
}

#redim-cookiehint .cookiebuttons #cookiehintinfo.btn {
  background: #222 !important;
  color: #bbb !important;
  border-color: #bbb !important;
  font-size: .7em;
}

#redim-cookiehint .cookiebuttons #cookiehintsubmit.btn {
  background: #fafafa !important;
  color: #222 !important;
  border-color: #555 !important;
  padding: .5em 1.2em !important;
  font-size: 1.1em;
}

#redim-cookiehint .cookiebuttons .btn:hover {
  background: #fff !important;
  color: #333 !important;
}

@media screen and (max-width: 1024px) {
  #redim-cookiehint {
    padding-bottom: 3em;
    margin: .5em;
    border-radius: 8px;
  }
  #redim-cookiehint .cookiebuttons {
    display: block;
  }
}

select#limit,
.orderlistcontainer select {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  font-size: .8em;
  padding: .5em;
  margin: 0 .3em .3em 0;
  cursor: pointer;
}

.btn#orderDir {
  font-size: .8em;
  vertical-align: middle !important;
}

.orderlistcontainer .title {
  font-size: .8em;
  color: #777;
}

.front-category .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.front-category .img-wrapper {
  height: 9em !important;
  display: block;
  width: 100%;
  overflow: hidden;
}

.front-category .img-wrapper > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  max-height: 14em;
}

.front-category .thumbnail .caption {
  padding: 0;
}

.front-category .cat-title {
  margin: .8em .4em;
  font-weight: normal;
  font-size: 1.1em;
}

@media screen and (max-width: 991px) {
  .front-category .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.cf_breadcrumbs_wrapper {
  background: none;
  font-size: .8em;
  letter-spacing: 0.08em;
}

a.cf_tag.cf_tag_icon_close {
  background: #3396cd;
  color: #fff;
  font-weight: normal;
  border: none;
  border-radius: 4px;
  padding: .25em .8em;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: none;
      background: #ebe420;
	  background: #fff;
	color: #333;
	    border: 1px solid #ccc;
	
}
a.cf_tag.cf_tag_icon_close {

}

.cf_tag_inner {
  display: inline-block;
  margin: 0 !important;
  padding: 0.4em .4em;
  /* height: 1em; */
  height: auto;
  line-height: 1.2em;
  /* line-height: 2em; */
  /* vertical-align: top; */
  /* padding: 1em; */
  /* display: block; */
  /* padding: 1em; */
}

.main-top-filters .top-c .cf_form .cf_flt_wrapper {
  width: 33%;
  display: inline-block;
}

.main-top-filters div#cf_flt_wrapper_custom_f_3_112 {
  width: 28%;
  display: inline-block;
}

.main-top-filters div#cf_flt_wrapper_custom_f_7_112 {
  width: 29%;
  display: inline-block;
}

.main-top-filters #cf_flt_wrapper_custom_f_4_112 {
  width: 37%;
  display: inline-block;
}

.main-top-filters #cf_flt_wrapper_custom_f_3_112,
.main-top-filters #cf_flt_wrapper_custom_f_7_112,
.main-top-filters #cf_flt_wrapper_custom_f_4_112 {
  font-size: 1.1em;
  font-weight: bold;
}


/** CONTACT PAGE */
ul.contact-address > li {
	background: #fff;
    padding: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}
.contact-miscinfo {
    background: #fff;
    padding: 1em 1em;
}
.com_contact form#contact-form {
    max-width: 60em;
    margin: 0 auto;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}

.contact-form .control-label {
  font-size: 1.1em;
}

.contact-form legend {
  display: none;
}

.contact-form textarea#jform_contact_message {
  min-height: 5em;
}

#vmMainPageOPC input[type="search"], #vmMainPageOPC input[type="text"], #vmMainPageOPC input[type="password"], #vmMainPageOPC input[type="email"], #vmMainPageOPC select {
  height: auto;
}

#vmMainPageOPC #confirmbtn_button {
  font-size: 1.2em;
  padding: .5em 1em;
  /* margin: 0; */
  background: #05a84e;
  color: #fff;
  border: none;
}

#vmMainPageOPC #confirmbtn_button:hover {
  opacity: .9;
}

#vmMainPageOPC #agreed_div {
  width: auto !important;
  font-size: 1.1em;
  border: 1px solid #ccc;
  padding: .4em;
}

#vmMainPageOPC #agreed_div input {
  float: none !important;
  width: 1.1em;
  height: 1.1em;
}

#vmMainPageOPC #agreed_div label {
  display: inline-block;
  width: auto !important;
  min-height: auto;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .vm-details-button.small {
    text-align: center;
    font-size: 1.1em;
    margin: .2em 0 1em;
  }
  #vmCartModule {
    float: none;
    width: 100%;
    display: block;
    margin: .5em 0;
  }
  .cart.text-right {
    text-align: center;
    font-size: .9em;
  }
  .border {
    padding: 0;
  }
  #fds-main {
    padding: 0;
  }
  .sidebar-a,
  .sidebar-b {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .cf_resetAll_link {
    padding: .4em;
    display: block;
  }
  h3.btn.btn-default.specs {
    margin: 0;
  }
  .product .page-header.product-name {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-top: .8em;
  }
  .productdetails-view .product-field .product-fields-title-wrapper {
    display: block;
  }
  footer {
    padding: 1em 0;
    padding-bottom: 4em;
  }
  footer .container {
    border: none;
  }
  footer .menu {
    margin-top: 1em;
  }
  footer .menu h3 {
    font-size: 1.2em;
    font-weight: bold;
  }
  footer .menu .list-inline > li {
    padding: .2em .4em;
    display: inline-block;
    /* margin-right: .6em; */
    margin-bottom: .2em;
    font-size: 1.2em;
    display: block;
  }
  .products-view .product-field.product-field-type-S.clearfix {
    margin: .2em 0;
  }
  .category-view a.product-details.margin-top-15 {
    font-size: 1em;
    text-decoration: none;
    /* border: 1px solid;
    padding: .3em .6em; */
  }

  .moduletable.breadcrumbs-container {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #000;
    /* padding: .2em .4em .4em; */
    background: #eee;
  }
  .moduletable.breadcrumbs-container .breadcrumb {
    padding: 0;
    margin: .4em 0;
  }
  .moduletable.breadcrumbs-container .breadcrumb li {
    padding: .1em;
  }
  .moduletable.breadcrumbs-container ul,
  .moduletable.breadcrumbs-container li {
    white-space: nowrap;
  }
  .moduletable.breadcrumbs-container li:last-child {
    padding-right: 1em;
  }
  body {
    padding-top: 48px;
  }
  .navbar-default {
    height: 40px;
    position: fixed;
    top: 0;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    width: 100%;
  }
  .nav-up {
    top: -48px;
  }
  .nav-down {
    top: 0;
  }
  .cf-form-search {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: .4em;
    background: #f8f8f8;
  }
  .cf-form-search .tr-search .cf_apply_button {
    font-size: .9em;
  }
  .orderby-displaynumber {
    display: none;
  }
}
@media screen and (max-width: 960px) {
	  .category-view .product_s_desc,
	.category-view .vm-details-button  {
	  display: none;
  }
  .category-view .product .page-header.product-name {
		font-size: 1.3rem;
		line-height: 1.8rem;
		margin: .6em .2em;
	}
	.category-view .vm-price-desc {
		display: none;
	}
	.category-view .vm-price-desc + span {
		text-align: center;
		width: auto;		
	}
	.category-view .PricesalesPrice {
		text-align: center;
		margin: .5em 0 0;
		font-size: 1.2em;
	}
	.category-view .product .browseProductImage {
		width: 100%;
		height: auto;
		object-fit: contain;
		/** max-width: 12em; */
		max-width: 100%;
	}
	.category-view .title-container {
		margin: 1.5em 0 0 0;
	}
	
	.auto-parts .category-view .product-horizon .thumbnail {
		    padding: 1em .2em 2.5em;
			margin: 0 0 2em 0;
	}

}

.category-view .product .browseProductImage {
	max-width: 16em;
	image-rendering: -webkit-optimize-contrast;
}


.category-view .product-horizon .thumbnail {
    /* padding: 15px 0; */
    padding: .6em .3em;
}




.category-view .product-horizon .vm-product-title {
	font-size: 1.2em;
    height: auto;
    display: inline;
    border: none;
}

@media screen and (max-width: 991px) {
  .main-top-filters {
    /* display: none; */
  }
  .top-c {
    display: block;
  }
  .moduletable.filter-button {
    display: block;
    font-size: 1em;
    margin: 0;
    opacity: .9;
    z-index: 1000;
  }
  .moduletable.filter-button .button-container {
    position: fixed;
    left: .1rem;
    right: auto;
    bottom: 1rem;
    top: auto;
    z-index: 1000;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0;
  }
  .moduletable.filter-button .moduletable.filter-button:hover {
    opacity: 1;
  }
  .product-field.product-field-type-R {
    display: block;
    /* margin: 0; */
    padding: 0;
    max-width: 90%;
    margin: 0 auto .3em;
  }
  .product-field.product-field-type-R .product-field-display {
    background: #fff;
    /* padding: 1em .5em; */
    width: 100%;
  }
  .category-view .category .image-wrapper {
    height: 5em;
  }
  
   .category-view .thumbnail {
    text-align: center;
	border: none;
  }
   .category-view .thumbnail .description-container {
	   text-align: left;
   }
   .category-view .vm-details-button.small {
	   text-align: inherit;
   }
   .category-view .product .browseProductImage {
		max-height: 30em;
		max-width: 30em;
		margin-bottom: 1em;
	}
}
/*# sourceMappingURL=trop-parts.css.map */

/* ********************************************************************************************* */





.product-single-inner a.img-container {
	display: flex;
	overflow: auto;
	min-height: 20em;
	max-height: 30em;	
}


.product-single-inner .main-image {
	display: block;
	overflow: auto;
	min-height: 20em;
}
.product-single-inner .main-image img,
#fancybox-img {
	pointer-events: none;
	object-fit: contain;
}



.vm-product-sku {
	font-size: .9em;
}
.vm-product-sku .code {
	font-size: 1em;
	font-weight: bold;
}



.custom-fields-container .vm-product-sku {
	text-align: left;
}




/** Improve Search module on small screens. */
@media screen and (max-width: 640px) {
	input#q_100_0 {
		width: 84%;
		font-size: .9em;
		min-width: 17em;
		padding: .4em;
		display: inline-block;
	}
	button#q_100_button {
		display: inline-block; 
	}
	button#q_100_button .text {
		display: none;
	}
	.tr-search .input-append { 
		flex-direction: row;
	}
}


/** NEW SITE BRANDING */

img.site-logo-svg {
    height: 5em;
}
.site-tagline {
    font-family: inherit;
    font-size: .8em;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin: 0;
}
.btn-primary {
    background-color: #eb2027;
    border: none;
}






/** */
a.showcart.btn.btn-block.btn-primary {
    word-break: break-word;
    white-space: normal;
}


/** Ask a question about the product */
a.btn.btn-default.ask-a-question2 {
    font-size: 1rem;
    /* background: #ede748; */
	    background: #fff;
    border: 1px solid #ddd;

    color: #444;
    padding: .75em;
    /* display: inline-block; */
    float: none;
    overflow: auto;
    width: auto;
    margin: 0 auto;
}
a.btn.btn-default.ask-a-question2 .glyphicon { 
	font-size: 1.2em;
	vertical-align: middle;
	margin-right: .5em;
}
a.btn.btn-default.ask-a-question2 .text { 
	display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    margin-top: .1em;
}
a.btn.btn-default.ask-a-question2:hover { 
	opacity: .8;
}



/** 
	24-02-2020
	26-01-2021
	
*/
.modal-dialog {
	min-width: 320px;
}
@media screen and (min-width: 961px) {
	.modal#modalProductFilters {
		display: block;
		position: relative; 
		opacity: 1; 
		width: 100%;
		padding: 0;
		height: auto;
		margin: 0;
		margin-bottom: 1em;
		overflow: auto;
		
	}
	.modal#modalProductFilters .modal-dialog {
		width: auto;
		height: auto;
		transform: translate(0);
		margin: 0;
	}
	.modal#modalProductFilters .modal-content {
		box-shadow: none;
		border-radius: 6px;
		padding: .6em .3em;
		padding: 0;
		background: none;
		border: none;
		overflow: auto;
	}
	.modal#modalProductFilters .modal-header,
	.modal#modalProductFilters .modal-footer {
		display: none;
	}
	.modal#modalProductFilters .modal-body {
		padding: .6em 1.2em;
	}
}

/** Fix (again) mobile menu show/hide on scroll */
@media (max-width: 992px) {
  .nav-up {
	transition: all 250ms ease 0s;
    top: -48px;
  }
  .nav-down {
	  transition: all 250ms ease 0s;
    top: 0;
  }
}


.main-top-filters div#cf_flt_wrapper_custom_f_13_112,
.main-top-filters div#cf_flt_wrapper_custom_f_14_112
 {
	display: inline-block;
}

.main-top-filters .controls {
	text-align: right;
	font-size: 1.1em;
}

@media screen and (max-width: 991px) {
	
	#modalProductFilters .modal-title {
		line-height: 1.2em;
		font-size: 1.1em;
	}
	
	.modal#modalProductFilters {
		z-index: 1070;
	}
	.main-top-filters .border > h3 {
		display: none;
	}
	.main-top-filters {
		font-size: 1em;
		text-align: center;
		min-width: 20em;
	}
	.main-top-filters,
	.main-top-filters .cf_flt_wrapper,
	.main-top-filters .cf_resetAll_link	{
		display: inline-block;
	}
	.main-top-filters div#cf_flt_wrapper_custom_f_3_112,
	.main-top-filters div#cf_flt_wrapper_custom_f_7_112,
	.main-top-filters div#cf_flt_wrapper_custom_f_4_112
	{
		display: block;
		width: 100%;
	}
	.main-top-filters .controls {
		font-size: 1em;
		text-align: center;
	}
	.main-top-filters .controls .btn {
		font-size: 1em;
		border: 1px solid #ddd;
	}
	
}
@media screen and (max-width: 640px) {
	.main-top-filters {
		width: 100%;
	}
}

.trop-parts .navbar-default {
   z-index: 1060;
   z-index: 5010;
}


.productdetails-view {
	background: #fafafa;
	padding: 1.5em .5em;
}
.vm-product-details-container hr {
	border-top: 1px solid #f5f5f5;
    margin: .5em 0;
}
@media screen and (min-width: 991px) {
	.productdetails-view {
		padding: .6em 3em;
	}
	.productdetails-view .vm-product-media-container {
		padding: .6em 3em;
	}
	.productdetails-view .vm-product-details-container {
		padding: .6em 1.5em;
	}
}

.productdetails-view .vm-product-container {
	clear: both;
	padding-bottom: 2rem;
    margin-bottom: 3rem;
	border-bottom: 1px solid #ddd;
}
.productdetails-view .product-single-inner {
    /* background: #fbfbfb; */
    /* padding: 1em 1em 2em; */
    background: none;	
    padding: 0;
}

.productdetails-view .related {
	margin-top: 1.4em;
	padding: 1em;
}

.productdetails-view .related.products .product-field-display {
	border: none;
	background: #fff;
	background: none;

}

.productdetails-view h1.page-header.product-name { 
	/** font-size: 1.3em; */
}


/** product page: related categories */
.product-related-categories.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* flex-grow: 1; */
    align-items: center;
    justify-content: center;
}
.product-related-categories .product-field-display.thumbnail {
	
}
.product-related-categories .product-field-display.thumbnail > a {
	font-size: 1.2em;
}
.product-related-categories .product-field-display.thumbnail > a > img {
	width: 100%;
    height: 14rem;
    object-fit: cover;
    margin-bottom: .8em;
	
}
@media screen and (min-width: 961px) {

}


.product-price .vat-notice {
    font-size: .8em;
    color: #aaa;
    font-style: italic;
    text-align: right;
}

.product-price .vm-price-desc {
	color: #777;
}


/** Product custom fields (add to cart area) */
.addtocart-area .product-fields {
	background: none;
}
.addtocart-area .product-field-type-S {
	border: none;
}
.addtocart-area .product-field-display {
	display: block;
}
.addtocart-area .product-fields-wrapper {
    background: #fffdc7;
    padding: .6em .3em;
    border: 1px solid #ddd;
    text-align: left;
}
.addtocart-area .product-fields-wrapper .product-fields-title-wrapper {
	border: none;
	background: #ede748;
	color: #000;
}
.addtocart-area .product-fields input[type="search"], 
.addtocart-area .product-fields input[type="text"], 
.addtocart-area .product-fields select, 
.addtocart-area .product-fields textarea {
    /* font-size: 1em; */
    /* font-size: .5em; */
	font-size: 1.2em;
	
	color: #000;
    height: auto;
	padding: .4em .4em;
    cursor: pointer;
}




.product-related-categories .thumbnail img {
	
}






/** 
	breakdesigns custom filters
	
*/
.modal.product-filters .cf_flt_wrapper select, 
.modal.product-filters .cf_flt {
    border-radius: 6px;
    padding: .5em .8em;
}

.modal.product-filters .modal-content {
  background: #f0f0f0;
}

.modal.product-filters .modal-header,
.modal.product-filters .modal-body {
  padding: .8em;
}

.modal.product-filters .modal-footer {
  padding: .6em;
}

.modal.product-filters .cf_flt_wrapper select,
.modal.product-filters .cf_flt {
  font-size: 1em !important;
  padding: .6em;
  height: auto;
  width: 100%;
  max-width: 32em;
  cursor: pointer;
  display: block;
  min-width: auto;
}

.modal.product-filters .cf_flt_wrapper {
  display: block;
}

.modal.product-filters a.cf_resetAll_link {
  /*display: inline-block;
  border: 1px solid;
  margin: .4em 0;
  padding: .1em .6em;
    */
  text-decoration: none;

}


/** Order done page */
.vm-order-done {
	background: #fff;
	padding: 1em;
}
.vm-order-done > h3 { 
	font-size: 1.3em;
    margin: .5em 0 1em;
    border-bottom: 1px solid #eee;
    padding-bottom: .5em;
}
.vm-order-done a.vm-button-correct {
    display: inline-block;
    padding: .5em 1em;
    margin: .5em 0;
    border: 1px solid;
}



/** 
	April 2020 
*/

/** Fix log-in modal z-index */
.modal-open .modal {
    z-index: 9000;
}

.vm-product-media-container .thumbnail {
    object-fit: cover;
    max-height: 8em;
    width: 100%;
}

div#fancybox-title-inside {
    padding: .2em;
    font-weight: bold;
}


/** May 2000 */
.moduletable.filter-tags {
    margin: 0;
}
.moduletable.filter-tags .border {
    background: #eee;
    border: 1px solid #ddd;
}


/** BLOG styling */
.blog .main-wrapper {
  background: #fff;
}

.blog .main-wrapper .img-container {
  text-align: center;
  margin: 2em .2em;
  background: #fafafa;
  padding: .8em .4em;
}

.blog .main-wrapper .img-container img {
  display: block;
  margin: 0 auto;
  max-width: 25em;
}

.blog .main-wrapper .img-container .caption {
  display: block;
  margin: .4em auto;
}

.blog {
	font-size: 1.3rem;
	line-height: 1.9rem;
}
.blog .btn {
	white-space: unset;
}
.blog .page-header {
	font-size: 1.6rem;
	line-height: 2rem;
}
.item-page.blog {
	font-size: 1.3rem;
	line-height: 1.9rem;
}
.item-page.blog h2 {
	font-size: 1.9rem;
	line-height: 2.2rem;
	margin-top: 1.7rem;
	margin-bottom: 1rem;
}
.blog h3.item-title {
    font-size: 1.6rem;
	line-height: 1.9rem;
    font-weight: bold;
}

.item-page.blog h3 {
	font-size: 1.6rem;
	line-height: 1.9rem;
	letter-spacing: -.1rem;
    border-bottom: 1px solid;
	border-color: #ccc;
	padding-bottom: .4em;
	margin-top: 2.4rem;
	margin-bottom: 1rem;
}
.item-page.blog h4 {
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: bold;
	margin-top: 1.5rem;
}
.item-page.blog h5 {
	font-size: 1.3rem;
	line-height: 1.7rem;
}

.blog p,
.item-page.blog p,
.blog div,
.item-page.blog div,
.blog ul > li,
.item-page.blog ul > li,
.blog ol > li,
.item-page.blog ol > li {
	line-height: inherit;
	font-size: inherit;
	color: #444;
    font-size: 1rem;
    line-height: 1.6rem;
	letter-spacing: -.02rem;
}

.item-page.blog ul,
.item-page.blog ol {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.item-page.blog ul > li,
.item-page.blog ol > li {
	margin-bottom: .5rem;
}

.item-page.blog .avVideo {
	margin: 2em 0 4em;
}


.blog #bd_results .items-row .item img:first-child {
	max-height: 12rem !important;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.blog .main-wrapper {
  background: #fff;
}

.blog .main-wrapper .img-container {
  text-align: center;
  margin: 2em .2em;
  background: #fafafa;
  padding: .8em .4em;
}

.blog .main-wrapper .img-container img {
  display: block;
  margin: 0 auto;
  max-width: 25em;
}

.blog .main-wrapper .img-container .caption {
  display: block;
  margin: .4em auto;
}

.item-page.blog {
	padding: 1rem;
    margin: 0 auto;
}

.blog-header-img {
	margin-bottom: 1em;
}
.blog-header-img > img {
	width: 100%;
	object-fit: cover;
}
.blog h1.page-header > a {
	color: #333;
}

.blog .tip-box,
.blog p.tip-box,
.blog div.tip-box,
.blog .promo-box,
.blog div.promo-box,
.blog p.promo-box {
	margin: 1.2rem 0;
	padding: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	border: 1px solid #ccc;
	background: #fcfcfc;
}
.blog .promo-box,
.blog div.promo-box,
.blog p.promo-box  {
	font-size: 1.1rem;
	padding: .5rem 1rem;
	background: #fffae7;
}
.blog .promo-box ul,
.blog .promo-box ol {
	margin: 1rem auto;
}

@media screen and (min-width: 800px) {
	.blog h1.page-header {
		margin: .75rem 0 1rem;
	}
	.item-page.blog {
		padding: .5rem 2rem;
		max-width: 70rem;
		margin: 0 auto;
	}
	.blog-header-img > img {
		max-height: 22rem;
		object-fit: contain;
	}
}






.item-page.blog .relevant-promo {
    display: block;
    font-size: 1rem;
	line-height: 1.3rem;
	border: 1px solid #ddd;
    padding: .75em 1em;
    border-radius: 0.5rem;
	margin: 2rem 0;
	opacity: 1;
}
.item-page.blog .relevant-promo.large {
    font-size: 1.2rem;
	line-height: 1.7rem;
	font-weight: bold;
	padding: 1em 1em;
	margin: 1rem 0;
}


.btn-group .dropdown-toggle.btn-default~.dropdown-menu {
    z-index: 9000;
    background: #fff;
    border: 1px solid #ccc;
}


.icon-out-of-stock {
    opacity: .6;
    filter: grayscale(100%);
}

.glyphicon {
	font-display: swap;
}


/** June 2020 */
/** product thumbs */
.additional-images {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.additional-images .thumb-container {
	position: relative;
	max-width: 48%;
	padding: 0;
}
.additional-images .thumb-container > a {
    /* padding: .2em; */
	padding: 0;
    display: block;
    overflow: hidden;
	border: 1px solid #eee;
    margin: .3em;
	max-height: 8em;
}
.additional-images .thumb-container .thumbnail {
	width: 100%;
	height: auto;
	max-height: none;
	max-width: none;
	object-fit: cover;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
.additional-images .thumb-container .icons {
	position: absolute; 
	font-size: .8em; 
	padding: .2em .4em; 
	background: #fff; 
	bottom: .3em; 
	right: .4em; 
	opacity: .6;
}
@media screen and (min-width: 481px) {
	.additional-images .thumb-container { 
		max-width: 12em;
	}
}
@media screen and (max-width: 640px) { 
	.vm-product-media-container .additional-images {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0;
		margin: 0;
	}
	/* .vm-product-media-container .additional-images::-webkit-scrollbar { display: none;} */
	.vm-product-media-container .additional-images .thumb-container {
		max-width: none;
		margin-right: .5em;
		flex: 1 0 auto;
		max-width: 40%;
	}
	.vm-product-media-container .additional-images .thumb-container > a {
		/* width: 100%;
		height: 100%; */
		
	}
	.vm-product-media-container .additional-images .thumb-container .thumbnail {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}




#j-login-mod-pop {
    z-index: 9500;
}
button#j-login-mod-button {
    font-size: .8em;
}




.searchAltModelBanner {	
	margin-bottom: 1em;
}
.searchAltModelBanner > a {
	display: block;
    color: #333;
    padding: .5em 1.2em;
    background: #ede748;
	background: #fff;
	/* background: yellow; */
    font-size: .8em;
    font-weight: bold;
	/* border: 1px solid #ccc; */
	color: #eb2027;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	.searchAltModelBanner > a {
		text-align: center;
		font-size: .9em;
	}
}




header .search {
    margin-bottom: .5em;
}

header .cart div.custom,
header #j-login-mod-button {
	display: inline-block;
}


.vm-pagination.vm-pagination-top {
    display: none;
}


@media screen and (min-width: 992px) {
	.productdetails-view .vm-product-media-container,
	.productdetails-view .vm-product-details-container {
		position: sticky;
		top: 0;
	}

}


@media screen and (max-width: 991px) {
	body {
		/* padding-top: 45px; */
		/* padding-top: 2.8em; */
	}
	.trop-parts header {
		background: none;		
	}
	.fds-logo {
		margin-bottom: .5em;
		font-size: .8em;
	}
	.productdetails-view {
		background: none;
		padding-top: 0;
	}
	.productdetails-view h1.page-header.product-name {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}




#fancybox-wrap {
    overflow: visible;
    max-width: 100%;
}
#fancybox-img {
	object-fit: contain;
}




.alt-lang {
    border: 1 solid #aaa;
    border: 1px solid #ccc;
    padding: .3em;
    background: #eee;
    font-size: .8em;
}
.alt-lang .flag {    
    display: inline-block;
    background: url(/images/icons/flag-usa-128x128.png);
	background-repeat: no-repeat;
	background-size: 2.2em 2.2em;
    width: 2.4em;
    height: 2.2em;   
    margin: 0;
    padding: 0;
    margin-right: .5em;
    vertical-align: middle;    
}



/** bottom banners */
#fds-bottom-a-raw .banner {
	padding: .5em 0;
    margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#fds-bottom-a-raw .banner .item {
	display: inline-block;
	margin: .2em;
	max-width: 28em;
}



/** ------------------------------------------------------------------------------------------------ */
/** Patakia Builder Custom Fields */
.ap-product-fields {
	padding: .5em .5em 1em;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #444;
}

.addtocart-area .ap-product-fields .product-fields-wrapper {
	background: none;
	border: none;
}
.addtocart-area .ap-product-fields .product-fields-wrapper .product-fields-title-wrapper {
	background: none;
}

.patakiaoptions {
	border-color: #555;
}
.patakiaoptions .title {
    color: #fff;
    margin: .5em 0 1em;
    padding: 0;
    border-bottom: 1px solid #777;
    padding-bottom: .8em;
    font-size: 1.1em;
    font-weight: bold;
}
.patakiaoptions .product-field-display {
	border: none;
}
.patakiaoptions .cf4all_button { 
	font-size: 1em;
	border-color: #ccc;
	border-color: transparent;
	border-width: 2px;
	padding: .6em 1.2em;
	margin: 0;
	margin-bottom: .4em;
    margin-right: .2em;
}
.patakiaoptions .Ρέλι .cf4all_button { 
	font-size: .9em;
}
.inline-control-group.Premium {
	/* font-size: 1.1em; */
}
.patakiaoptions .Premium .cf4all_button { 
	font-size: 1.1em;
	/* background: #eec900 !important; */
}

.patakiaoptions .product-field {
	background: #222;
	border-radius: 6px;
	padding: .5em;
}
.patakiaoptions .product-field.product-field-type-E.clearfix:not(:last-child) {
    /* border-bottom: 1px solid #ddd; */	
    margin-bottom: .2em;
}
.patakiaoptions .product-fields-title {
	font-weight: bold;
	color: #f3f3f3;
	margin-bottom: .2em;
}
.ap-product-fields .product-field-notes {
    font-size: .7em;
    color: #bbb;
    padding: .3em .6em;
}


/* χρώμα μοκέτας */
/*
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Μαύρη {
	--button-background-color: #333;
    --button-text-color: #fff;
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Γκρι {
	--button-background-color: #ccc;
    --button-text-color: #000;
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Μπεζ {
	--button-background-color: #e1c699;
    --button-text-color: #222;
}
*/
.patakiaoptions {
	--pataki-black: #000;
	--pataki-anthrax: #262e34;
	--pataki-gray: #bbb;
	--pataki-beige: #bba375;
	--button-bg-unselected: #f4f4f4;
	--button-bg-selected: #555;
	--button-color-unselected: #222;
	--button-color-selected: #fff;
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Μαύρη .cf4all_button {
	background: none;
	background-image: linear-gradient(to bottom, 
		var(--pataki-black) 0%, 
		var(--pataki-black) 25%, 
		var(--button-bg-unselected) 25%, 
		var(--button-bg-unselected) 100%) !important;
	color: var(--button-color-unselected);
	border-color: var(--pataki-black);
	padding-top: 1.2em;
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Μαύρη input[type="radio"]:checked + label.cf4all_button {
	background-image: linear-gradient(to bottom, 
		var(--pataki-black) 0%, 
		var(--pataki-black) 25%, 
		var(--button-bg-selected) 25%, 
		var(--button-bg-selected) 100%) !important;
	color: var(--button-color-selected);
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Ανθρακί .cf4all_button {
	background: none;
	background-image: linear-gradient(to bottom, 
		var(--pataki-anthrax) 0%, 
		var(--pataki-anthrax) 25%, 
		var(--button-bg-unselected) 25%, 
		var(--button-bg-unselected) 100%) !important;
	color: var(--button-color-unselected);
	border-color: var(--pataki-anthrax);
	padding-top: 1.2em;
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Ανθρακί input[type="radio"]:checked + label.cf4all_button {
	background-image: linear-gradient(to bottom, 
		var(--pataki-anthrax) 0%, 
		var(--pataki-anthrax) 25%, 
		var(--button-bg-selected) 25%, 
		var(--button-bg-selected) 100%) !important;
	color: var(--button-color-selected);
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Γκρι .cf4all_button {
	background: none;
	background-image: linear-gradient(to bottom, 
		var(--pataki-gray) 0%, 
		var(--pataki-gray) 25%, 
		var(--button-bg-unselected) 25%, 
		var(--button-bg-unselected) 100%) !important;
	color: var(--button-color-unselected);
	border-color: var(--pataki-gray);
	padding-top: 1.2em;
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Γκρι input[type="radio"]:checked + label.cf4all_button {
	background-image: linear-gradient(to bottom, 
		var(--pataki-gray) 0%, 
		var(--pataki-gray) 25%, 
		var(--button-bg-selected) 25%, 
		var(--button-bg-selected) 100%) !important;
	color: var(--button-color-selected);
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Μπεζ .cf4all_button {
	background: none;
	background-image: linear-gradient(to bottom, 
		var(--pataki-beige) 0%, 
		var(--pataki-beige) 25%, 
		var(--button-bg-unselected) 25%, 
		var(--button-bg-unselected) 100%) !important;
	color: var(--button-color-unselected);
	border-color: var(--pataki-beige);
	padding-top: 1.2em;
}
.patakiaoptions .Χρώμα.Μοκέτας .inline-control-group.Μπεζ input[type="radio"]:checked + label.cf4all_button {
	background-image: linear-gradient(to bottom, 
		var(--pataki-beige) 0%, 
		var(--pataki-beige) 25%, 
		var(--button-bg-selected) 25%, 
		var(--button-bg-selected) 100%) !important;
	color: var(--button-color-selected);
}



.patakiaoptions .cf4all_buttons input[type="radio"]:checked + label, 
.patakiaoptions .cf4all_buttons input[type="checkbox"]:checked + label, 
.patakiaoptions .cf4all_color_buttons input[type="radio"]:checked + label, 
.patakiaoptions .cf4all_color_buttons input[type="checkbox"]:checked + label { 
	/* font-weight: bold; */
	border-width: 2px !important;
	color: #fff;
	background: #555;
	border-color: #eb2027 !important;
}
.patakiaoptions .cf4all_wrapper > select,
.patakiaoptions .product-field-display > select {
	font-size: 1em;
    font-weight: normal;
    background: #444;
    color: #fff;
    font-weight: bold;
    padding: .6em .3em;
	border-color: #eb2027;
    border-radius: 6px;
    border-width: 2px;
}
.patakiaoptions.lux .cf4all_wrapper > select,
.patakiaoptions.lux .product-field-display > select,
.patakiaoptions.lux .cf4all_buttons input[type="radio"]:checked + label, 
.patakiaoptions.lux .cf4all_buttons input[type="checkbox"]:checked + label, 
.patakiaoptions.lux .cf4all_color_buttons input[type="radio"]:checked + label, 
.patakiaoptions.lux .cf4all_color_buttons input[type="checkbox"]:checked + label {
	border-color: #c9be89 !important;

}
/*
.patakiaoptions.lux .cf4all_wrapper > select,
.patakiaoptions.lux .product-field-display > select, {
	background: linear-gradient(45deg, #6b6b6b, transparent);
}
*/


select#customProductData1063053419302811customsforall_option {
}
input[type="search"], 
input[type="text"], 
input[type="password"], 
input[type="email"], 
select, 
textarea {
    font-size: 1em;
}
.patakiaoptions input[type="text"], 
.patakiaoptions select {
    height: auto;
    padding: .5em;
    width: 100%;
}

/** ------------------------------------------------------------------------------------------------ */
/** Patakia Builder Custom Fields */



/** Compact page head in mobile */
@media screen and (max-width: 640px) {
	header .cart .custom {
		display: inline-block;
	}
	header .cart .custom p {
		margin: 0;
	}
}



@media screen and (min-width: 481px) {
	.auto-parts .fancybox-caption__body {
		font-size: 1.1em;
		line-height: 1.1em;
		overflow: visible;
	}
}




section.related.products {
	content-visibility: auto;
	contain-intrinsic-size: 1px 5000px;
}




.checkout-button {
	padding: 0;
	border: none;
	border: 1px solid #ccc;
	font-size: 1.1em;
}
.checkout-button.withproducts {
	color: var(--color-primary5);
	border: 1px solid;
	background: #fff;
	
}
.checkout-button .title {
    font-size: .8em;
    padding: .1em;
}
.checkout-button .content {
    padding: .2em .6em;
	background: #fff;
	
}
.checkout-button.withproducts .title {
	background: var(--color-primary5);
    color: #fff;
}
.checkout-button.withproducts:hover {
	background: #f5f5f5;
	border-color: var(--color-primary5);
}
@media screen and (max-width: 640px) {
	.checkout-button {
		display: block;
	}
}




section#fds-bottom-a-raw {
    content-visibility: auto;
}



.badge {
	white-space: break-spaces;
}
.badge.style01 {
	background-color: #d82222;
	font-size: .8em; padding: .5em 1em; display: inline-block;
}
.badge .carmatbuilder {
	font-weight: bold;
	font-size: 1.1em;
}



section.quality-points {
    padding: .5em 0 2em;
    color: #656565;
}






.home .front-category h3 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.breadcrumbs-container {
    font-size: 0.9em;
}


.avPlayerWrapper .avPlayerContainer {
    max-width: 40em;
}




/** Cart UX experiment June 2021 - All Green */
button.addtocart-button {
	background: #07bd09;
	color: #fff;
}
button.addtocart-button:hover {
	background: #07bd09;
	color: #fff;
	opacity: .8;
}

/** Highlight Continue shopping */
.trop .addToCartPopup .controls .showcart.ctrl {
    background: none;
    border-color: #555;
    color: #444;
    font-size: 1.3em;
}
.addToCartPopup .controls .continue.ctrl {
	background: #07bd09;
	color: #fff;
	font-size: 1.2em;
}

/** Highlight complete order */


.tags > span {
	padding: .5em 1em;
    background: #fff;
    color: #555;
    border-radius: 8px;
    font-size: .8em;
    line-height: 1em;
    font-style: italic;
    margin-right: .5em;
    margin-bottom: .5em;
}



/** Featured Product March/2022 */
.category-view .product-horizon.featured {
	border-color: #a067d5;
}
.category-view .product-horizon.featured .thumbnail {
	border-color: #a067d5;
}
.category-view .product-horizon.featured .featured-bar {
	margin-bottom: 1em;
	text-align: left;
	padding: 0.1em 0.5em;
}
.category-view .product-horizon.featured .featured-bar .badge {
	    /* background: linear-gradient(90deg, #a067d5 0%, #a067d5 70%, transparent 100%); */
		background: #a067d5;
    padding: 0.4em 1em;
    border-radius: 4px;
    font-size: .8em;
    line-height: 1.1em;
    text-align: left;
    display: inline-block;
    /* min-width: 20em; */
    /* width: 70%; */
}




/** profile edit March 2022 */
#bd_results .profile-edit,
#bd_results .login {
    max-width: 40em;
    margin: 0 auto;
	padding: 0.75em;
    background: #fdfdfd;
    border: 1px solid #ccc;
    border-radius: 4px;
}


/** May 2022 */
/** .product-image-gallery .advanced-gallery-container .link .img, */
.product-related-products .thumbnail > img, .product-related-products .thumbnail a > img {
    image-rendering: -webkit-optimize-contrast;
}


section.category-view .entries {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: flex-start;
}
section.category-view .category {
	flex: 1 0 12rem;
    margin: 0.25em;
	max-width: 18rem;
}
section.category-view .category > .thumbnail {
	/**
	min-width: 9rem;
	max-width: 16rem;
	*/
	border: none;
    margin: 0.25rem;
    border-radius: 4px;
    padding: 1em;
}


@media screen and (max-width: 640px) {
	section.category-view .entries {
		justify-content: center;
		align-items: center;
		font-size: 1.1rem;
	}
	
}



@media screen and (min-width: 1024px) {
	#fds-main {
		width: 100%;
	}
}


/** JUNE 2022 */
.blog .btn {
	border: 1px solid;
	font-size: .9rem;
}
@media screen and (min-width: 1024px) {
	
	.blog .fds_category .main-container {
		/* display: block; */
	}
	
	.blog.fds_category .top-chunk-a, 
	.blog.fds_products .top-chunk-a {
		flex: 1;
	}

}


.blog .main-wrapper .img-container img {
    max-width: 100%;
}



@media screen and (max-width: 640px) {
	.addtocart-area .product-fields-wrapper {
		font-size: 1rem;
	}
	.addtocart-area .product-fields-wrapper .product-fields-title-wrapper {
		font-size: 1em;
	}
	.addtocart-area .product-fields-wrapper .product-field-display {
		font-size: 1em;
	}
}





@media screen and (min-width: 1025px) {
	.auto-parts .navbar-default {

	}
	.auto-parts .navbar-default ul.dropdown-menu,
	.auto-parts .navbar-default ul.flyout-menu	{
		font-size: 1.1rem;
	}
	.auto-parts .navbar-default ul.dropdown-menu > li > a,
	.auto-parts .navbar-default ul.flyout-menu > li > a
	{
		font-size: inherit;
		padding: .8em 1.6em;
	}
	.auto-parts .navbar-default ul.flyout-menu {
		max-width: 50rem;
		max-height: 70rem;
		overflow-y: auto;
/*
		    display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: auto;
		min-width: 40rem;
		max-width: 60rem;
		justify-content: center;
		align-items: center;
		text-align: center;
		*/
	}
	.auto-parts .navbar-default .dropdown-menu > li:hover > .flyout-menu, 
	.auto-parts .navbar-default .flyout-menu > li:hover > .flyout-menu 
	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: auto;
		min-width: 40rem;
		max-width: 60rem;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.auto-parts .navbar-default ul.flyout-menu > li { 
		/* display: inline-block; */
		border: 1px solid #222;
		flex: 1 0 50%;
	}
	/** Hack to hide menu links: Μπάρες Οροφής, Μπαγκαζιέρες*/
	.auto-parts .navbar-default ul.flyout-menu > li.item-716,
	.auto-parts .navbar-default ul.flyout-menu > li.item-717
	{
		display: none;
	}
	.auto-parts .navbar-default ul.flyout-menu li::after {
		display: none;
	}
	.auto-parts .navbar-default li.deeper.parent {

	}
	.auto-parts .navbar-default li.parent {

	}
	.auto-parts .navbar-default li.current.active {

	}
}


.productdetails-view .product-description-container,
.productdetails-view .custom-fields-container {
	margin-top: 2rem;
}


.sticky-top {
	position: sticky;
	top: 0;
	z-index: 5000;
}




/** Category thumbnails NOV2022 */
section.category-view .category > .thumbnail {
	padding: 0;
}
.category-view .category a.cat-link {
	display: block;
	padding: .75em;
}
.category-view .category a.cat-link > div,
.category-view .category a.cat-link > span {
	display: inline-block;
	width: 100%;
}

/** Front/Home Categories NOV2022 */
.front-category .vm-categories-wall-catwrapper .thumbnail {
	padding: 0;
}
.front-category .vm-categories-wall-catwrapper .link {
	display: block;
	padding: .25em;
}
.front-category .vm-categories-wall-catwrapper .link > div,
.front-category .vm-categories-wall-catwrapper .link > span {
	display: inline-block;
	width: 100%;
}


/** Feb 2023 */
img.fullwidth {
    object-fit: cover;
    width: 100%;
    margin: 0.5em 0;
    /* max-height: 8em; */
}

/** Oct 2023 */
body.home #fds-top-c > .container {
	padding: 0;
	margin: 0;
	width: 100%;
}