:root {
	--primary: #528af7;
	--dos: #333c45;
	--tres: #00b323;
	--cuatro: #6d6d6d;
	--cinco: #999999;
	--seis: #f6f9ff;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.filter-icon {
	background-image: url('/imgs/filter.png');
	background-repeat: no-repeat;
	background-position: 1rem 50%;
	background-size: 1rem;
}

.filter-icon:empty {
	width: 3rem;
	height: 3rem;
	background-position: center;
	margin-top: 2.5rem;
}

.apply {
	background-image: url('/imgs/filter.png');
}

.delete {
	background-image: url('/imgs/delete.png');
}

select {
	background-image: url('/imgs/down.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.35rem;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[enabled] {
	padding: 0.125rem 0.313rem;
	min-width: 4.375rem;
	border-radius: 1.563rem;
	color: var(--white);
	font-size: 0.9em;
	display: inline-block;
	text-align: center;
	background-color: #28a745;
}

[enabled="0"] {
	background-color: #343a40;
}

[enabled="1"] {
	background-color: #28a745;
}


.title-bar {
	background-color: var(--dos);
	padding: 1.5rem;
}

.w-300 {
	width: 270px;
}

.wd-140 {
	width: 140px;
}
.wd-90 {
	width: 90px;
}
.wd-120 {
	width: 150px;
}

.clear-link {
	color: var(--cuatro);
	text-decoration: none;
}

.clear-link:hover {
	color: var(--black);
	text-decoration: none;
}

.blue-line {
	background-color: var(--primary);
	color: #ffffff; 
}

.blue-line a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.75em;
	position: relative;
}

.lm-icon {
	margin-right: 20px;
}

.v-line {
	margin-right: 20px; 
}

.v-line:before {
	content: "";
	position: absolute;
	right: -10px;
	top: 5px;
	height: 10px;
	background-color: #ffffff;
	width: 2px;
}

.blue-line a:hover {
	text-decoration: underline;
}

.gl-line {
	border-left: 0.0625rem solid #dfdfdf;
}

.logo {
	width: 8rem;
}

.finbar {
	border: 0.0625rem solid var(--primary);
}

.finbar input {
	border: 0;
	outline: 0;
	line-height: 3rem;
	padding: 0 1rem;
	width: 100%;
}

.finbar button {
	background-image: url('/imgs/find.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.75rem;
	height: 3rem;
	width: 5rem;
	background-color: var(--primary);
	display: block;
	border: 0;
	outline: 0;
}

.userbar a {
	color: var(--cuatro);
	text-decoration: none;
	display: inline-block;
	font-size: 0.75em;
	font-weight: bold;
	opacity: 0.75;
}

.userbar a:hover {
	opacity: 1;
}

.userbar a img {
	display: block;
	margin: auto;
	size: 1rem;
}

.userbar a:not(:nth-child(1)) {
	padding-left: 1rem;
}

.userbar input {
	border: 0;
	outline: 0;
	width: 10rem;
	padding: 0.2rem;
	border: 0.0625rem solid #dfe1e5;
	display: inline-block;
}

.userbar span {
	font-size: 0.9em;
	display: block;
}

.userbar button {
	padding: 0.2rem 0.6rem;
	color: var(--white);
	background-color: var(--primary);
	display: inline-block;
	border: 0;
	outline: 0;
}

.banner{
	min-height: 50vh;
	background-color: #e1e7f2;
}

.carousel-item > img {
  height: 50vh;
  object-fit: cover;
}

.vehicle-filter {
	background-color: var(--dos);
	position: relative;
}

.vehicle-filter-inset {
	margin-top: -9.3rem;
}

.vehicle-filter strong {
	background-image: url('/imgs/vehicle.png');
	background-position: left;
	background-repeat: no-repeat;
	background-size: 1.75rem;
	padding-left: 2rem;
	color: var(--white);
	font-size: 1.5em;
	font-weight: normal;
	position: relative;
	display: block;
}

.vehicle-filter strong:before {
	content: "";
	width: 20.3rem;
	height: 0.5rem;
	background-color: var(--tres);
	top: -1.5rem;
	left: 0%;
	position: absolute;
}

.vehicle-filter-inset strong:before {
	width: 19.5rem;
}


.vehicle-filter select {
	height: 3rem;
	border: 0;
	outline: 0;
	width: 100%;
    padding: 0 10px;
}

button.set-vehicle {
	background-image: url('/imgs/find.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.75rem;
	height: 3rem;
	width: 5rem;
	background-color: var(--tres);
	display: block;
	border: 0;
	outline: 0;
}

button.clear-vehicle {
	background-image: url('/imgs/delete.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.75rem;
	height: 3rem;
	width: 5rem;
	background-color: var(--tres);
	display: block;
	border: 0;
	outline: 0;
}

.cat-articles {
	margin: auto;
	width: 100%;
	padding: 1.25rem;
}

.cat-articles img {
	width: 100%;
	margin: 1rem auto;
	padding: 0 15%;
	display: block;
}

.left-line {
	border-left: 0.0625rem solid #e6e6e6;
}

.min-banner {
	position: relative;
	width: 100%;
}

.min-banner img {
	height: 50vh;
	opacity: 0.5;
	object-fit: cover;
}

.min-banner h2 {
	text-shadow: #000 0.1em 0.1em 0.2em;
}

.brand-img img {
	margin: auto;
	display: block;
	padding: 0 10%;
}

.footer {
	background-color: var(--dos);
}

.footer strong {
	display: block;
}

.footer a {
	text-decoration: none;
	display: inline-block;
	color: var(--white);
	font-size: 0.75em;
	line-height: 1.5rem;
}

.footer a:hover {
	text-decoration: underline;
}

.footer span {
	font-size: 0.75em;
}

.icon {
	padding-left: 1.25rem;
	background-size: 1rem;
	background-repeat: no-repeat;
	background-position: left 2px;
}

.email {
	background-image: url('/imgs/email.png');
}

.phone {
	background-image: url('/imgs/phone.png');
}

.website {
	background-image: url('/imgs/website.png');
}

.fil-products label {
	position: relative;
	display: block;
}

.fil-products label span {
	font-weight: bold;
	font-size: 0.9em;
}

.fil-products label select {
	height: 3rem;
	border: 0;
	outline: 0;
	width: 100%;
	border: 0.0625rem solid #dfe1e5;
}

.fil-products button {
	line-height: 3rem;
	background-color: var(--primary);
	color: var(--white);
	display: block;
	margin: 0 1%;
	border: 0;
	outline: 0;
	width: 98%;
}

.fil-products button:disabled {
	background-color: #dfe1e5;
}

.accordion {
	display: block;
	margin: 8px 0px;
	line-height: 12px;
	padding-left: 15px;
	position: relative;
	font-size: 0.8em;
}

.accordion input {
	display: none;
}

.accordion span {
	color: var(--primary);
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.accordion small {
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #000;
	margin-right: 6px;
	float: left;
	position: absolute;
	left: 0%;
	top: 1px;
}

.accordion > small:before {
	content: "+";
	position: absolute;
	top: 40%;
	left: 45%;
	transform: translate(-50%,-50%);
	color: #000000;
}

.accordion > input:checked + small:before {
	content: "-";
}

.accordion > input:checked + small + div {
	margin: 8px 0px;
	display: block;
}

.accordion label {
	display: block;
	padding: 2px 0px 2px 18px;
	position: relative;
}

.accordion > div {
	display: none
}

.accordion > div small:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #000000;
}

.accordion > div small:after {
	content: "";
	width: 3px;
	height: 5px;
	border: solid #000000;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	top: 1px;
	left: 2px;
	position: absolute;
	display: none;
}

.accordion > div input:checked + small:after {
	display: block;
}

div.result-headers {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #aaaaaa;
	padding: 0.5rem;
	left: 0;
	top: 0;
	border-bottom: 0.0625rem solid #dfe1e5;
	width: 100%;
}

i.thumbnail {
	width: 6.813rem;
	border-radius: 0.875rem;
}

i.min-thumbnail {
	width: 5.813rem;
	border-radius: 0.875rem;
}

i.brand {
	width: 4rem;
	height: 4rem;
	margin: 0 0.5rem;
}

i.min-brand {
	width: 2rem;
	height: 2rem;
	margin: 0 0.5rem;
}

i.image-resource {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	display: block;
	position: relative;
}

i.image-resource:before {
	content: "";
	display: block;
	padding-top: 80%;
}

label.quick-number-picker {
	position: relative;
}

label.quick-number-picker input {
	outline: 0;
	border: 0;
	background-color: transparent;
	width: 2.5rem;
	font-size: 1em;
	line-height: 1.5rem;
	text-align: center;
}

label.quick-number-picker small {
	font-size: 0.5em;
	text-transform: uppercase;
	color: #a2a2a2;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	display: block;
}

table.details-tbl {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.75em;
}

table.details-tbl tr {
	position: relative;
}

table.details-tbl tr td {
	padding: 0.35rem 0.25rem;
}

div.application {
	font-size: 1em;
	padding-left: 1.75rem !important;
	background-image: url('/storage/app/public/car.png');
	background-position: left 0.5rem;
	background-repeat: no-repeat;
}

div.application span {
	display: block;
	font-size: 0.75em;
	padding-left: 1rem;
	position: relative;
}

label.beuty-checkbox {
    display: flex;
    align-items: center;
    margin: 0.2rem 0;
}

label.beuty-checkbox small {
	max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

label.beuty-checkbox input {
    display: none;
}

label.beuty-checkbox span {
    border: 0.0625rem solid #ced4da;
    background: #dadada;
    position: relative;
    border-radius: 0.188rem;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    margin: 0 0.313rem 0 0;
}

label.beuty-checkbox span:before {
    content: '✓';
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    font-size: 1.5em;
}

label.beuty-checkbox p {
    display: inline-block;
    margin: 0;
}

label.beuty-checkbox input:checked ~ span {
    border: 0.0625rem solid var(--primary);
    background: var(--primary);
}

label.beuty-checkbox input:checked ~ span:before {
    display: block;
}

.ajax-action-loader {
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: fixed;
	z-index: 9999;
	background-color: rgba(0,0,0,0.5);
}

.ajax-action-loader span {
	background-position: 2rem 50%;
	background-repeat: no-repeat;
	background-image: url('/imgs/ajax-loader.gif');
	line-height: 2rem;
	padding: 1rem 3rem 1rem 4rem;
	background-color: #ffffff;
	box-shadow: 0 0.188rem 0.313rem 0 rgba(0,0,0,0.05);
	border-radius: 2rem;
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.collapse-content {
	/*background-color: #f9f9f9;*/
	border-top: 0px solid #dfe1e5;
	border-bottom: 1px solid #dfe1e5;
	padding: 1.5rem;
}

a.more-info {
	text-decoration: none;
	position: relative;
	display: inline-block;
	min-width: 6.25rem;
	text-align: center;
	font-size: 0.85em;
}

a.more-info:after {
	content: attr(label);
	width: 100%;
	text-align: center;
	font-size: 0.75em;
	display: block;
}

.product-name {
	font-size: 0.9em;
	display: block;
}

.product-reference {
	font-size: 0.7em;
	color: #acaaac;
	display: block;
}

.product-price {
	font-weight: bold;
}

.product-price span {
	position: relative;
	font-size: 1em;
	color: #212529;
	text-align: right;
}

.product-price span:after {
	content: "Incluye IVA";
	font-size: 0.5em;
	text-transform: uppercase;
	text-align: right;
	color: #aaaaaa;
	display: block;
}

.product-price-details {
	font-weight: bold;
}

.product-price-details small {
	font-size: 0.75em;
	color: #e95615;
	text-decoration: line-through;
	text-align: right;
	display: block;
}

.product-price-details span {
	color: #212529;
	font-size: 1em;
	display: block;
	padding-top: 1rem;
	text-align: right;
	text-decoration: none;
	position: relative;
}

.product-price-details span:before {
	content: attr(discount);
	position: absolute;
	left: 0%;
	top: 0%;
	font-size: 0.75em;
	text-align: right;
	width: 100%;
}

.product-price-details span:after {
	content: "Incluye IVA";
	font-size: 0.5em;
	text-transform: uppercase;
	text-align: right;
	color: #aaaaaa;
	display: block;
}

.hover-shadow:hover {
	box-shadow: 0 0.188rem 0.313rem 0 rgba(0,0,0,0.15);
}

.cart-button {
	border: 0;
	outline: 0;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	margin: 0.25rem;
	display: inline-block;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/imgs/cartadd.png');
	background-size: 75%;
	background-color: var(--primary);
}

.number-picker {
	border: 0.0625rem solid #e6e6e6;
	border-radius: 0.438rem;
	padding: 0.25rem;
	position: relative;
	overflow: hidden;
}

.number-picker-loader {
	background-image: url('/images/ajax-loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.75);
	width: 100%;
	height: 100%;
	top: 0%
	left: 0%;
	z-index: 1;
	position: absolute;
	display: none;
}

.number-picker input, .number-picker button {
	outline: 0;
	border: 0;
	background-color: transparent;
	width: 2.35rem;
	line-height: 2.5rem;
	text-align: center;
}

.number-picker button {
	color: var(--primary);
	width: 1.75rem;
}

.number-picker button:disabled {
	color: #e6e6e6;
}

.cart-delete-button {
	border: 0;
	outline: 0;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	margin: 0.25rem;
	display: inline-block;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/storage/app/public/cartdelete.png');
	background-size: 75%;
	background-color: var(--primary);
}

[badge] {
	position: relative;
}

[badge]:before {
	content: attr(badge);
	width: 1rem;
	line-height: 1rem;
	text-align: center;
	color: var(--white);
	font-size: 0.75em;
	border-radius: 50%;
	background-color: #c42021;
	position: absolute;
	top: 0%;
	right: 0%;
}

.account-info span {
	max-width: 15rem;
	line-height: 1.25rem;
	color: var(--cuatro);
	display: block;
	padding: 1rem;
}

.account-info i {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/imgs/autopart.png');
	background-size: 75%;
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	border: 0.0625rem solid var(--cuatro);
}

.button {
	line-height: 3rem;
	background-color: var(--primary);
	color: var(--white);
	display: inline-block;
	margin: 0 1%;
	border: 0;
	outline: 0;
}

.empty-cart {
	color: var(--cuatro);
	font-weight: normal;
	font-size: 2em;
	text-align: center;
	padding: 2em 0;
	display: table;
}

.empty-cart small {
	color: var(--cinco);
	text-align: center;
	font-weight: normal;
	font-size: 0.5em;
	display: block;
}

.usermenu {
	list-style: none;
	padding-left: 0px !important;
}

.usermenu a {
	background-repeat: no-repeat;
	background-size: 1.35rem;
	background-position: 0.5rem 50%;
	text-decoration: none;
	color: var(--cuatro);
	display: block;
	padding: 0.75rem 0.75rem 0.75rem 2.5rem;
	width: 100%;
	border-radius: 0.25rem;
}

.usermenu a:hover {
	color: var(--dos);
}

.usermenu a.active {
	background-color: var(--seis);
	color: var(--dos);
}

.profile {
	background-image: url('/imgs/profile.png');
}

.bill {
	background-image: url('/imgs/bill.png');
}

.address {
	background-image: url('/imgs/location.png');
}

.purchases {
	background-image: url('/imgs/purchases.png');
}

.closeSession {
	background-image: url('/imgs/closesess.png');
}

.valid-error {
	font-size: 0.75em;
	color: #7e1c24;
	display: block;
	background-color: #fbf0f0;
	padding: 0.125rem;
	margin: 0.125rem 0;
}

.table td:empty,
.table th:empty {
	padding: 0;
}

.table tbody tr {
	position: relative;
}

.table tbody tr:after {
	content: "";
	position: absolute;
	right: 0%;
	bottom: 0%;
	width: 95%;
	height: 0.125rem;
	background-color: #ececee;
}

.table:not(.table-no-actions) thead tr th:nth-child(1):not(:empty),
.table:not(.table-no-actions) tbody tr td:nth-child(1):not(:empty),
.table:not(.table-no-actions) thead tr th:nth-child(2):not(:empty),
.table:not(.table-no-actions) tbody tr td:nth-child(2):not(:empty) {
	width: 1.563rem;
}

.table thead tr th:nth-child(2) button,
.table tbody tr td:nth-child(2) button {
	width: 1.563rem;
	height: 1.563rem;
	display: block;
	position: relative;
	background-color: transparent;
	color: var(--primary);
	opacity: 0.35;
	border: 0;
	outline: 0;
}

.table thead tr:hover th:nth-child(2) button, .table tbody tr:hover td:nth-child(2) button {
	opacity: 1;
}

.table thead tr th:nth-child(2) button:before, .table tbody tr td:nth-child(2) button:before {
	font: normal normal normal 0.875rem/1 'Material-Design-Iconic-Font';
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 100%;
	transform: translate(-50%,-50%);
}

div.order-info {
	background-color: #f5f5f5;
	border-radius: 0.5rem;
}

.panel-toolbar > a, .panel-toolbar > div > a {
	color: var(--primary);
	background-color: #fafafa;
	text-decoration: none;
	position: relative;
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	/*margin: 0.625rem 0;*/
	border-radius: 1.375rem;
	display: inline-block;
}

.panel-toolbar > a:before, .panel-toolbar > div > a:before {
	font: normal normal normal 0.875rem/1 'Material-Design-Iconic-Font';
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0.625rem;
	top: 50%;
	font-size: 150%;
	transform: translateY(-50%);
}

.panel-toolbar > a:hover, .panel-toolbar > div > a:hover {
	color: var(--white);
	background-color: var(--primary);
}

ul.flt-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.flt-list-ul li b {
	font-size: 0.9em;
}

ul.flt-list-ul li ul {
	list-style: none;
	margin: 4px 0px;
	padding-top: 8px; 
	padding: 0;
	max-height: 120px;
	overflow: auto;
}

ul.flt-list-ul li ul li{
	line-height: 20px;
}

div.separator-line {
	background-color: #dfe1e5;
	height: 1px;
	width: auto;
	margin: 0.5rem -0.5rem 0.5rem -1rem;
}

ul.flt-list-ul li ul li input{
	margin-right: 6px;
}

ul.flt-list-ul input[type="text"]{
	border: 1px solid #dfe1e5;
	width: 100%;
	padding: 4px;
	outline: 0;
}

.line-border-box 
{
	border:1px solid #dfe1e5;
}

.min-info {
	font-size: 0.75rem;
	display: block;
	color: #ff0000;
	text-align: center;
	width: 100%;
}

.min-info-g {
	font-size: 0.75rem;
	display: block;
	color: #aeaeae;
	text-align: center;
	width: 100%;
}

.table-responsive  {
	min-height: 300px;
}

.table-responsive th {
	white-space: nowrap;
	vertical-align: top !important;
}

.table-responsive td {
	white-space: nowrap;
}

.table-responsive th input[type="text"] {
	background-color: #f9f6f6;
	outline: 0;
	border: 0;
	padding: 0.15rem;
	display: block;
	width: 100%;
}

ul.beauty-parent
{
    background: var(--white);
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 250px;
    border: 1px solid var(--line-gray);
    border-radius: 3px;
    z-index: 99999999;
}

ul.beauty-parent input 
{
	outline: 0;
	border: 0;
	border-bottom: 1px solid #ced4d9;
	width: 100%;
	padding: 8px 28px 8px 8px;
}

ul.beauty-parent a 
{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ced4d9;
	color: #000;
	position: absolute;
	right: 5px;
	top: 10px;
	text-align: center;
	font-size: 0.8em;
	z-index: 1;
	cursor: pointer;
}

ul.beauty-parent li
{
    display: block;
    border-bottom: 1px solid var(--disabled);
}

ul.beauty-parent li span
{
    padding: 5px 10px;
    display: block;
    cursor: pointer;
}

ul.beauty-parent li span:not([class="disable-option"]):hover
{
    background-color: #fafafa;
}

.pass-info
{
	font-size: 0.75em;
	margin-top: -1rem;
	display: block;
	margin-bottom: 1rem;
}

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

	.left-line {
		border: 0px;
	}

	.clear-pr {
		padding-right: 0px !important;
	}

}

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

	.max-btn-w {
		width: 100% !important;
	}

	.usermenu {
		display: table;
		margin: 20px auto;
	}

	.usermenu li {
		display: inline-block;
		width: 48px;
		background-position: center;
		overflow: hidden;
		white-space: nowrap;
	}

	.usermenu li a{
		width: 48px;
		background-position: center;
		overflow: hidden;
		white-space: nowrap;
		color: #ffffff;
	}

	.usermenu li a.active, .usermenu a:hover{
		color: #f6f9ff;
	}

	.clear-lg-pr {
		padding-right: 0px !important;
	}

	.w-300
	{
		width: 100%;
	}
}

/* carro y lista de resultados */