select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/arrow_down.svg');
	background-size: 1.4rem auto;
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-color: white;
	padding-right: 25px !important;
}
.select-multiple{
	background-image: none !important;
}
.custom-navbar{
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
.navbar {
	padding: 0.35rem 1.5rem;
}
.logo{
	width: auto;
	height: 2.7rem;
}
@media (max-width: 47em) {
    .logo {
        height: 2.7rem;
    }
}
@media (min-width: 48em) {
    .logo {
        height: 3rem;
    }
}
@media (min-width: 62em) {
    .logo {
        height: 4rem;
    }
}
@media (min-width: 75em) {
    .logo {
        height: 4rem;
    }
}
.nav-link {
	padding: 0.2rem 0.6rem;
	color: rgba(0, 0, 0, 0.80);
	font-size: 0.95rem;
	font-weight: 600;
}
.nav-link:hover{
	color: rgba(8, 163, 8, 1.0) !important;
}
.navbar-dark .navbar-nav .nav-link {
  font-weight: 400; color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1.0); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
	
.btn-outline-secondary {
  color: #F38026;
  border-color: #F38026; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #F38026;
    border-color: #F38026; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 128, 38, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #F38026;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #F38026;
    border-color: #F38026; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(243, 128, 38, 0.5); }

.cart-icon{
	width: auto;
	height: 2rem;
}
.cart-table{
    border-collapse: collapse;
    width: 100%;
	background-color: #f7f7f7;
}
@media (max-width: 47em) {
    .cart-table {
        font-size:0.75rem;
    }
}
@media (min-width: 48em) {
    .cart-table {
        font-size:0.85rem;
    }
}
@media (min-width: 62em) {
    .cart-table {
        font-size:0.9rem;
    }
}
@media (min-width: 75em) {
    .cart-table {
        font-size:0.9rem;
    }
}
.cart-table th, .cart-table td{
    border: 1px solid #d6d6d6;
    line-height: 1.8rem;
}
.cart-table-header{
    background-color: #08A308;
    color: #fff;
	font-weight: 600;
}
.cart-input {
	width: 3.3rem;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #808080;
	font-size: 0.85rem;
	padding: 0.2rem;
	border: 1px solid #cccccc;
	background-color: #FFF;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
.cart-input-obs {
	width: 86%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #808080;
	font-size: 0.85rem;
	padding: 0.2rem;
	border: 1px solid #cccccc;
	background-color: #FFF;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
.cart-holder{
    width: 100%;
}
@media (max-width: 47em) {
    .cart-holder {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (min-width: 48em) {
    .cart-holder {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 62em) {
    .cart-holder {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 75em) {
    .cart-holder {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.cart-icono{
    color: #343434;
}

.fullBackground{
	/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, .60), rgba(0, 0, 0, .60)), url(images/cover.jpg);*/
	background-position: center center, center center;
	background-size: cover, cover;
	background-repeat: repeat, repeat;
}
.product-img-container{
	width:100%;
	height:200px;
}
.product-display{
	width: auto;
	height: 90%;
	max-width: 220px;
	max-height: 190px;
	object-fit: contain;
	object-position: center center;
}
.product-display-box{
	width: 100%;
	height: 60%;
	max-height: 215px;
	object-fit: cover;
	object-position: center center;
}
.footer-links{
	color: rgba(255, 255, 255, 0.75);
	text-decoration:none;
}
.footer-links:hover{
	color: rgba(255, 255, 255, 1.0);
	text-decoration:underline;
}
#home_form .form-group {
  margin-bottom: 0.7rem; }
  
.account-link{
	color: inherit;
	text-decoration: none;
}

.contact-link, .contact-link:hover{
	color: inherit;
	text-decoration: none;
}
.hbspt-form{
	display: flex !important;
	width: 100%;
}
.traffic-heading{
	font-size: 2.1em;
}
@media (min-width: 576px) {
	.traffic-heading {
		font-size: 2.1rem; } }
@media (min-width: 768px) {
	.traffic-heading {
		font-size: 2.7rem; } }
@media (min-width: 992px) {
	.traffic-heading {
		font-size: 3.2rem; } }
@media (min-width: 1200px) {
	.traffic-heading {
		font-size: 3.5rem; } }
.somos-icon{
	height: 64px;
	width: auto;
}
.iframe-holder{
	height:90vh;
	overflow:hidden;
}
@media (min-width: 576px) {
	.iframe-holder {
		height:70vh; } }
@media (min-width: 768px) {
	.iframe-holder {
		height:70vh; } }
@media (min-width: 992px) {
	.iframe-holder {
		height:50vh; } }
@media (min-width: 1200px) {
	.iframe-holder {
		height:50vh; } }
.product-img{
	width:100%;
	height:11rem;
	background-repeat:no-repeat; 
	background-size:cover;
	background-position:center;
	cursor:pointer;
}
.carousel-display{
	width:100%;
	min-height: 18rem;
	background-repeat:no-repeat; 
	background-size:cover;
	background-position:center;
}
@media (min-width: 576px) {
	.carousel-display {
		min-height: 18rem; } }
@media (min-width: 768px) {
	.carousel-display {
		min-height: 29rem; } }
@media (min-width: 992px) {
	.carousel-display {
		min-height: 23rem; } }
@media (min-width: 1200px) {
	.carousel-display {
		min-height: 27rem; } }
.shareBTN{
	width: auto;
	height: 1.7rem;
}
.shareBTNlist{
	width: auto;
	height: 2rem;
}
.fltrs-link, .fltrs-link:hover{
	font-size: 1.15rem;
	color: #0a770a;
	text-decoration: none;
}
.hide-el{
	display: none;
}
.ck-editor__editable {
    min-height: 350px;
}
.cart-btn{
	width: auto;
	height: 1.8rem;
}
@media (max-width: 47em) {
    .cart-btn {
		height: 1.8rem;
    }
}
@media (min-width: 48em) {
    .cart-btn {
		height: 1.8rem;
    }
}
@media (min-width: 62em) {
    .cart-btn {
		height: 2rem;
    }
}
@media (min-width: 75em) {
    .cart-btn {
		height: 2rem;
    }
}
.cart-top-link, .cart-top-link:hover{
	text-decoration: none;
}
.username-display{
	padding-right: 4.5rem;
}
.top-spacer{
    padding-top: 4.6rem;
}
@media (max-width: 47em) {
    .top-spacer {
        padding-top: 4.6rem;
    }
}
@media (min-width: 48em) {
    .top-spacer {
        padding-top: 5.2rem;
    }
}
@media (min-width: 62em) {
    .top-spacer {
        padding-top: 6.2rem;
    }
}
@media (min-width: 75em) {
    .top-spacer {
        padding-top: 6.2rem;
    }
}
.top-spacer-loged{
    padding-top: 4.6rem;
}
@media (max-width: 47em) {
    .top-spacer-loged {
        padding-top: 4.6rem;
    }
}
@media (min-width: 48em) {
    .top-spacer-loged {
        padding-top: 6.6rem;
    }
}
@media (min-width: 62em) {
    .top-spacer-loged {
        padding-top: 7rem;
    }
}
@media (min-width: 75em) {
    .top-spacer-loged {
        padding-top: 7rem;
    }
}
.cats{
	cursor: pointer;
}
.zoom {
  transition: transform .2s;
}
.zoom:hover {
  transform: scale(1.07);
}
.mm-menu {
	/*--mm-color-background: #FFFFFF;
	--mm-color-text: #00285F;
	--mm-color-button: #ED5505;*/
}
.mm-navbar {
	font-size: 1.2rem;
	/*font-family: 'Custom-Demi';*/
	--mm-color-background: #08A308;
	--mm-color-text-dimmed: #fff;
	--mm-color-button: #fff;
}
.mm-listitem a,
.mm-listitem span {
	font-size: 1rem;
	color: rgba(0, 0, 0, 1.0) !important;
}
.mm-listitem a:hover,
.mm-listitem a:hover + span {
	color: rgba(8, 163, 8, 1.0) !important;
}
.img-filter-disabled{
	cursor: pointer;
	color: #919191;
}
.img-filter-disabled:hover{
	color: #08A308;
}
.img-filter-active{
	cursor: pointer;
	color: #08A308;
}
.img-filter-active:hover{
	color: #919191;
}
.cats-slider{
	min-height: 290px;
}
@media (max-width: 47em) {
    .cats-slider {
        min-height: 290px;
    }
}
@media (min-width: 48em) {
    .cats-slider {
        min-height: 290px;
    }
}
@media (min-width: 62em) {
    .cats-slider {
        min-height: 285px;
    }
}
@media (min-width: 75em) {
    .cats-slider {
        min-height: 325px;
    }
}
.search-bg{
	background-image: url(../images/search_cover.jpg);
	background-position: center center, center center;
	background-size: cover, cover;
	background-repeat: no-repeat;
}
.bg-white{
	background-color: #fff;
}
.search-bar-icons{
	width: auto;
	height: 46px;
}
.rent-icons{
	width: auto;
	height: 60px;
}
.search-bar-item{
	cursor: pointer;
}
.search-bar-item-active{
	border-bottom: 2px solid #08A308;
}
.search-item-title{
	font-weight:600px;
}
.search-item-title-active{
	font-weight:600px;
	color: #08A308;
}
.rent-item{
	color: inherit;
}
.rent-item:hover{
	color: #08A308;
}
.parts-search-year{
	max-width:100%;
}
@media (max-width: 47em) {
    .parts-search-year {
        max-width:100%;
    }
}
@media (min-width: 48em) {
    .parts-search-year {
        max-width:4.9rem;
    }
}
@media (min-width: 62em) {
    .parts-search-year {
        max-width:4.9rem;
    }
}
@media (min-width: 75em) {
    .parts-search-year {
        max-width:4.9rem;
    }
}
.titulos{
    color: #FFC300;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1.08px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}
.ti-Text{
    border-left: 3px solid #FFC300;
    padding-left: 30px;
    text-align: left;
}
.card-container {
  perspective: 700px;
}
.card-flip {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  height: auto;
  transition: all 0.5s ease-out;
  background: white;
  border: none;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  border: none;
}

.card-flip .front {
  position: relative;
  z-index: 1;
}

.card-flip .back {
  position: relative;
  z-index: 0;
  transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
  transform: rotateY(180deg);
}

.required{
	color: red;
}

.budgetFrame{
	position: relative;
    height: calc(100vh - 150px) !important;
	width: 100% !important;
}
@media (max-width: 47em) {
    .budgetFrame {
        height: calc(100vh - 150px) !important;
    }
}
@media (min-width: 48em) {
    .budgetFrame {
        height: calc(100vh - 170px) !important;
    }
}
@media (min-width: 62em) {
    .budgetFrame {
        height: calc(100vh - 500px) !important;
    }
}
@media (min-width: 75em) {
    .budgetFrame {
        height: calc(100vh - 483px) !important;
    }
}

.title{
	font-size: 1.9rem;
}
@media (max-width: 47em) {
    .title {
        font-size: 1.9rem;
    }
}
@media (min-width: 48em) {
    .title {
        font-size: 2.5rem;
    }
}
@media (min-width: 62em) {
    .title {
        font-size: 2.5rem;
    }
}
@media (min-width: 75em) {
    .title {
        font-size: 2.5rem;
    }
}

.truncate {
  width: 285px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 47em) {
    .truncate {
        width: 285px;
    }
}
@media (min-width: 48em) {
    .truncate {
        width: 200px;
    }
}
@media (min-width: 62em) {
    .truncate {
        width: 205px;
    }
}
@media (min-width: 75em) {
    .truncate {
        width: 220px;
    }
}
.pauta-box{
	background-image: url(../images/parts-stock.jpg);
	background-position: left center;
	background-size: cover, cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
@media (max-width: 47em) {
    .pauta-box {
    }
}
@media (min-width: 48em) {
    .pauta-box {
		min-height:305px;
    }
}
@media (min-width: 62em) {
    .pauta-box {
		min-height:305px;
    }
}
@media (min-width: 75em) {
    .pauta-box {
		min-height:275px;
    }
}
.responsive-img-w{
	width: 100%;
	height: auto;
}
.nd{
    display: none;
}