
*, ::after, ::before {
  box-sizing: border-box
}
* {
  scrollbar-color: #012872 #d9d9dc00;
  scrollbar-width: none
}
*::-webkit-scrollbar, ::-webkit-scrollbar {
  height: 0;
  width: 0
}
*::-webkit-scrollbar-track, *::scrollbar-color {
  height: 0;
  width: 0;
  background: #d9d9dc
}
*::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
  background: #012872
}
*::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:hover {
  background: #2251a9
}
input::placeholder {
  color: #aeb1b9 !important
}
input::-moz-placeholder {
  color: #aeb1b9 !important
}
input:-ms-input-placeholder {
  color: #aeb1b9 !important
}
input::-ms-input-placeholder {
  color: #aeb1b9 !important
}
input::-webkit-input-placeholder {
  color: #aeb1b9 !important
}
html {
    height: 100%;
    width: 100%;
}

body {
    color: #383a3b;
    background-color: #ffffff;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

/** TOP BAR ***/

header {
    background: #ffffff;
    border-bottom: 6px solid #135E9A;
    box-shadow: 0px 0px 3px 0px #464646;
}
header {
    text-align: center;
    position: relative;
    z-index: 11;
    min-height: 94px;
}
header.float {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 90px;
    z-index: 11;
    animation: fadeInMain .3s;
}

.header-wrap {
    width: 100%;
    margin: 0px auto;
    padding: 2px 15px;
}
.header-filter {
    display: flex;
    flex-direction: row;
    margin: 11px 0px 13px 0px;
    align-items: center;
}
.header-top-logo {
    text-align: left;
}
.header-top-links, .header-filter-top{
    width: 30%;
}

.mobile-show {
    display: none;
}
.mobile-hide {
    display: block;
    width: 100%;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

.h1, h1 {
    font-size: 150%;
    padding-bottom: 2px;
}

.h2, h2 {
   font-size: 130%;
    padding-bottom: 2px;
}

h2.home{
margin-bottom: 25px;
}

.h3, h3 {
    font-size: 140%;
}

.h4, h4 {
   font-size: 115%;
}
.h5, h5 {
    font-size: 110%;
}

button, input, select, textarea {
    margin: 0;
    font-family: 'Helvetica';
    line-height: inherit;
    outline-style: none;
    font-size: 100%;
}
button{
	cursor: pointer;
	border-radius: 4px;
}
a {
    color: #525557;
	text-decoration: none;
}

a:hover, a:active {
    color: #FCB614;
}
p {
    margin: 1rem 0px;
}
.power-by a {
    color: #ace110 !important;
    display: inline-block;
    font-size: 112%;
}
.selected-car {
    background: #fff;
    border: 1px solid #135E9A;
}
.selected-car {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 4px;
    margin-right: 14px;
    padding: 7px 8px;
    cursor: pointer;
    height: 43px;
    width: auto;
    position: relative;
}
.selected-car .fa-car {
    color: #135E9A;
}
.selected-car .fa-car {
    font-size: 120%;
}
.selected-car .info-car {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 1px;
    padding-left: 5px;
    justify-content: flex-start;
    width: 100%;
}
.header-top-info, .header-filter-info {
    width: 60%;
    display: flex;
    flex-grow: 1;
    text-align: center;
    justify-content: center;
    margin-top: 4px;
}
.header-filter-top-car{
	width: 30%;
}
.header-filter-top-car{
       display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 95px;
    background: #ffffff;
    padding: 5px;
    padding-top: 13px;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #125f9a;
    max-width: 263px;
    right: 1.4%;
    cursor: pointer;
    z-index: 9;
}

.header-filter-top-car.float{
	position: fixed;
    top: 95px;
	animation: fadeInMain .3s;
}
.over-bg-car{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FCB614;
	border-radius: 0px 0px 4px 4px;
	z-index: 1;
}
.header-filter-top-car:hover .over-bg-car{
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    font-size: 100%;
    text-transform: uppercase;
    color: #125f9a;
    font-weight: bold;
}
.header-filter-top-car .fa-garage-car{
	font-size: 186%;
    padding: 6px;
    color: #383a3b;
    line-height: 11px;
    height: 35px;
}

.filter-auto {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.filter-search {
    font-weight: 500;
}
.filter-search {
    width: 60%;
    padding: 10px;
    border-radius: 4px 0px 0px 4px;
    height: 43px;
    top: 0px;
    position: relative;
}
.header-filter-shop-cart {
    display: flex;
    justify-content: flex-end;
	margin-left: 15px;
}
.header-top-logo {
        width: 32%;
}
.header-filter-shop-cart {
        width: 22%;
}
.shopping-cart-products {
    max-width: 408px;
    min-width: 360px;
    position: absolute;
    padding: 6px 0px 6px 0px;
    border-radius: 2px;
    top: 74px;
    z-index: 3;
    height: auto;
    display: none;
    opacity: 0;
    overflow-y: hidden;
    transition: all .40s ease;
}

.shopping-cart-products.show {
    opacity: 1;
    max-height: 498px;
    max-width: 408px;
    display: block;
    width: 30%;
}

.shopping-cart-products {
    background: #fff;
    border: 5px solid #135E9A;
    box-shadow: 0px 0px 3px 2px #ffffff96;
}

.shopping-car-box {
    border-bottom: 1px solid #135E9A;
}

.shopping-car-box {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 15px 8px 2px 2px;
    border-radius: 4px;
    min-width: 214px;
    cursor: pointer;
    font-size: 120%;
}

.shopping-car-box .fa-shopping-cart {
    font-size: 120%;
}

.shopping-car-box .cart-items {
    background: #135E9A;
}

.shopping-car-box .cart-items {
    position: absolute;
    left: 1px;
    top: -4px;
    border-radius: 3px;
    padding: 2px 4px 2px 6px;
    font-size: 50%;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.7px;
    border: 1px solid #ffffff;
}

.shopping-car-box .cart-items, .shopping-car-box .fa-shopping-cart, .shopping-car-box .cart-price, .shopping-car-box .fa-chevron-down, .shopping-car-box .fa-chevron-up {
   margin-right: 6px;
}

.cart-items {
   color: #628ad8;
}

.shopping-car-box .cart-items, .shopping-car-box .fa-shopping-cart, .shopping-car-box .cart-price, .shopping-car-box .fa-chevron-down, .shopping-car-box .fa-chevron-up {
    margin-right: 6px;
}

.cart-name {
        text-align: left;
    line-height: 15px;
    margin-bottom: 7px;
}

.cart-price {
    font-size: 110%;
    font-family: helvetica;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
    min-width: 150px;
    padding-right: 9px;
    font-weight: 100;
}

.header-top-logo .logo {
    position: relative;
    top: 8px;
}

img.logo {
    width: 400px;
    padding-right: 10px;
    margin-right: 10px;
}
img {
    width: 100%;
}

.button-search {
    border: 0px;
    background: #135E9A;
    color: #ffffff;
}

.button-search:hover {
	background: #092d4a;
}

.filter-auto .fa-search{
	    font-size: 114%;
}
.button-search {
    width: 10%;
    border-radius: 0px 4px 4px 0px;
    height: 43px;
    position: relative;
    top: 0px;
    margin-left: -4px;
}

.filter-cars-models {
    position: relative;
    display: none;
    animation: fadeOutCarF .2s;
}

.filter-cars-models.show {
    display: block;
    animation: fadeInCarF .2s;
    z-index: 10;
}

.filter-cars-models, .filter-reps {
    background: #FCB614;
    box-shadow: 0px 1px 3px #33323294;
    border-bottom: 2px solid #135E9A;
}

.filter-cars-models-selects {
    padding: 0px 0px;
    padding-bottom: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 4px;
}
.select-car-control .label{
	    font-size: 120%;
    color: #125f9a;
	font-weight: 500;
}
.filter-cars-models.show.float{
	position: fixed;
    top: 95px;
    width: 100%;
}
.select-car-control select:focus{
	border: 2px solid #125f9a;
}
.select-car-control {
    position: relative;
    margin-right: 15px;
    width: 49%;
	    max-width: 300px;
	min-width: 290px;
    display: inline-block;
}

.filter-cars-models-selects label {
    color: #363f48;
}

.select-car-control label {
    position: absolute;
    top: -24px;
}

#budget-go.show {
    display: block;
}

#budget-go {
   display: none;
	font-size: 126%;
    position: fixed;
    z-index: 13;
    bottom: 1px;
    right: 63px;
    padding: 0px 0px;
    font-weight: 500;
    width: 53px;
	    border: none;
    background: none;
}

.f-vc {
    align-items: center;
}
.f-la {
    justify-content: space-between;
}

.flex-rows {
    display: flex;
    flex-direction: row;
}

.w-45-7 {
    width: 47%;
}
.mt-10{
	margin-top: 10px;
}
.mt-34{
	margin-top: 34px;
}

/*--------------------------------------------------------------------------------------
LOADER 15
--------------------------------------------------------------------------------------*/
.loader-content {
    position: fixed;
    background: rgb(255 255 255 / 56%);
    z-index: 12;
    height: 101%;
    width: 100%;
    opacity: 1;
    left: 0px;
    top: 0px;
    display: none;
}
.loader-content.show {
    display: block;
}
.rubix-cube .layer {
    background-color: #125f9a;
    border-radius: 52px;
}
.rubix-cube .layer.color-1 {
    background-color: #125f9a;
}
.rubix-cube {
  width: 48px;
  height: 48px;
  position: sticky;
  margin: 0 auto;
  top: 50%;
  border-radius: 3px;
  opacity: 0.9;
}
.modal .rubix-cube {
    width: 48px;
    height: 48px;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    border-radius: 3px;
    opacity: 0.9;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.rubix-cube .layer {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  position: absolute;
}
.rubix-cube .layer-1 {
  left: 0px;
  top: 0px;
  animation: rubixcube4 2s infinite linear;
}
.rubix-cube .layer-2 {
  left: 16px;
  top: 0px;
  animation: rubixcube3 2s infinite linear;
}
.rubix-cube .layer-3 {
  left: 32px;
  top: 0px;
}
.rubix-cube .layer-4 {
  left: 0px;
  top: 16px;
  animation: rubixcube5 2s infinite linear;
}
.rubix-cube .layer-5 {
  left: 16px;
  top: 16px;
  animation: rubixcube2 2s infinite linear;
}
.rubix-cube .layer-6 {
  left: 32px;
  top: 16px;
  animation: rubixcube1 2s infinite linear;
}
.rubix-cube .layer-7 {
  left: 0px;
  top: 32px;
  animation: rubixcube6 2s infinite linear;
}
.rubix-cube .layer-8 {
  left: 16px;
  top: 32px;
  animation: rubixcube7 2s infinite linear;
}
@keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }
  30% {
    top: 32px;
    left: 32px;
  }
  40% {
    top: 32px;
    left: 32px;
  }
  50% {
    top: 32px;
    left: 32px;
  }
  60% {
    top: 32px;
    left: 32px;
  }
  70% {
    top: 32px;
    left: 32px;
  }
  80% {
    top: 32px;
    left: 32px;
  }
  90% {
    top: 32px;
    left: 32px;
  }
  100% {
    top: 32px;
    left: 16px;
  }
}
@keyframes rubixcube2 {
  30% {
    left: 16px;
  }
  40% {
    left: 32px;
  }
  50% {
    left: 32px;
  }
  60% {
    left: 32px;
  }
  70% {
    left: 32px;
  }
  80% {
    left: 32px;
  }
  90% {
    left: 32px;
  }
  100% {
    left: 32px;
  }
}
@keyframes rubixcube3 {
  30% {
    top: 0px;
  }
  40% {
    top: 0px;
  }
  50% {
    top: 16px;
  }
  60% {
    top: 16px;
  }
  70% {
    top: 16px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube4 {
  50% {
    left: 0px;
  }
  60% {
    left: 16px;
  }
  70% {
    left: 16px;
  }
  80% {
    left: 16px;
  }
  90% {
    left: 16px;
  }
  100% {
    left: 16px;
  }
}
@keyframes rubixcube5 {
  60% {
    top: 16px;
  }
  70% {
    top: 0px;
  }
  80% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes rubixcube6 {
  70% {
    top: 32px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube7 {
  80% {
    left: 16px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}



.filter-cars-models-selects label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 90%;
    padding-top: 2px;
}

.select-car-control i {
    color: #FCB614;
}

.select-car-control i {
    position: absolute;
    font-size: 167%;
    left: 8px;
    top: 37px;
}
.filter-cars-models select {
    border: 2px solid #135E9A;
    background: #ffffff;
    color: #525557;
}

.filter-cars-models select {
    padding: 8px;
	    padding-left: 37px;
    border-radius: 4px;
    margin-right: 7px;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-car-control::after {
    background-color: #135E9A;
    border-left: 0px;
}

.select-car-control::after {
    width: 46px;
    height: 42px;
    border-radius: 0 3px 3px 0;
    content: '';
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 29px;
    pointer-events: none;
    z-index: 3;
}

.select-car-control::before {
    color: #fff;
}
.select-car-control::before {
    top: 39px;
    right: 16px;
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    pointer-events: none;
    z-index: 4;
}
.car-brand{
	    display: block;
    font-size: 97%;
    line-height: 15px;
    text-align: left;
    padding-left: 8px;
}

.info-car .car-mod {
    color: #FCB614;
}
.info-car .car-brand {
    color: #383a3b !important;
}

.car-imge{
max-width: 43px;
}

.filter-cars-models-selects label {
    color: #125f9a;
}
.go-top.show {
    display: block;
}
.go-top {
    background: var(--blue-color);
    color: #fff;
    border: 2px solid #fff;
}
.go-top {
    position: fixed;
    right: 12px;
    bottom: 10px;
    z-index: 13;
    padding: 4px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 124%;
    display: none;
    max-width: 45px;
    text-align: center;
    height: 40px;
    border: 2px solid #ffffff;
    white-space: inherit !important;
    text-overflow: inherit !important;
}
.go-top:hover,.pag-nav:hover, .md-more-quad:hover {
  background: var(--blue-border)
}
.filter-search {
    color: #383a3b;
    border: 1px solid #135E9A;
}

.tp-slimain {
    width: 100%;
    text-align: left;
    margin-left: 10px;
}
.list-pro {
    text-align: center;
    font-size: 120%;
    display: flex;
    padding-left: 5px;
    margin-top: 7px;
    margin-bottom: 8px;
    font-weight: 400;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
}

.total-label, .total-iva, .list-pro {
    color: #6c768e;
}
.list-pro {
    border-bottom: 1px solid var(--one-color);
}
.list-cart {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.shopping-cart-products .empty-cart {
    display: block;
}
.lcar {
	color: var(--two-color);
    font-size: 120%;
    margin-left: 8px;
}
.empty-cart {
    font-size: 180%;
    margin: 15px 0px;
    color: #bebfc1;
    text-align: center;
    display: table-caption;
    width: 100%;
    caption-side: bottom;
}
.shopping-cart-products .total-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}
.totals-cart {
    padding-top: 11px;
    margin: 0px 7px 0px 7px;
}
.total-label, .total-iva, .list-pro {
    color: #6c768e;
}
.hide {
    display: none !important;
}
.total-label {
    padding-left: 5px;
}
.total-label {
    display: flex;
}
.total-cart-vi .lbl-cart {
    display: block;
    width: 54%;
    text-align: right;
}

.total-price.des {
    font-size: 100%;
    color: #525557;
}
.total-iva {
    font-size: 50%;
    line-height: 10px;
    margin-top: -1px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 2px;
}
.total-price {
    color: #000;
}

.total-price {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    text-align: right;
    flex-grow: 1;
    padding-right: 1px;
    line-height: 21px;
    font-size: 130%;
}

a.button.checkout-cart {
    background: #e90505;
    border: 1px solid #720000;
}
a.button.checkout-cart:hover, a.button.checkout-cart:focus {
    background: #b90000;
}
a.button.checkout-cart {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    padding: 7px 10px;
    border-radius: 3px;
}
a.button, a.button:hover {
    color: #ffffff;
	font-style: normal;
	text-decoration: none;
}


a.btn-red, button.btn-red {
	color: #fff;
    background: #e90505;
    border: 1px solid #720000;
}
a.btn-red:hover, button.btn-red:hover {
    background: #b90000;
}
.page-content {
    min-height: 700px;
}

.home-page.float {
    margin-top: 0px;
}
.page-content.float {
    margin-top: 138px;
}

h1.home {
    color: #898d93;
}
h1.home {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 177%;
    margin-bottom: 0px;
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #FCB614;
    outline-style: none;
}
.shopping-car-box:hover, .shopping-car-box:focus, .shopping-car-box:active {
    border-bottom: 1px solid #FCB614;
}
.shopping-car-box .fa-shopping-cart {
    color: #FCB614;
}
.totals-cart {
    border-top: 1px solid #FCB614;
}

.button-search.bg-orange{
	color: #ffffff;
	background:#FCB614;
	    border: 1px solid #125f9a;
}
.button-search.bg-orange i{
	font-size: 120%;
	    line-height: 29px;
}

.container-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    margin-top: 10px;
}










/* HOME */


h2.home {
    border-bottom: 1px solid #125f9a;
	    text-align: center;
    font-size: 190%;
    font-weight: 500;
    text-transform: uppercase;
}

.box-brands-horizontal, .sales-agents {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    border-left: 1px solid #eaedf5;
    border-right: 1px solid #eaedf5;
    margin-bottom: 23px;
    padding: 7px 7px 5px 7px;
    justify-content: space-between;
    min-height: auto;
}

.box-brands-horizontal .brand-item.brandi img {
    height: 110px;
}
.box-brands-horizontal .brand-item {
    display: inline-flex;
    overflow: hidden;
    white-space: initial;
    line-height: 14px !important;
    vertical-align: middle;
    font-size: 90%;

}

.user-item {
    display: inline-flex;
    flex-direction: column;
    height: 280px !important;
    width: 15%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}


.brand-item {
    height: 100px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 40%;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #848181;
    border: 1px solid #eaedf5;
    max-width: 212px;
    display: flex;
    line-height: 60px;
    line-height: 21px;
    margin: 10px;
    padding: 0px 5px;
}

.box-brands-horizontal .brand-item img {
        height: 40px;
    margin: 0 auto;
    margin-top: 4px;
    width: auto;
    border-radius: 4px;
}

.ln60 {
    line-height: 50px !important;
    height: 80px;
}

.user-item .bg {
    display: none;
}
.user-item img {
    border: 2px solid #125f9a;
    border-radius: 4px;
}

.user-item:hover .bg {
    background: #005e9d5e;
    display: block;
    width: 100%;
    height: 235px;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.user-item span img {
    width: 27px;
    position: relative;
    top: 6px;
    border: 0px;
    border-radius: 4px;
}

footer {
    background: #135E9A;
}

footer {
    width: 100%;
}
.footer {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer h5 {
    color: #ffd341;
    font-weight: 700;
}

.footer h5 {
    color: #ffd341;
    font-weight: 700;
}

.footer h5 {
    color: #FCB614;
}
.footer h5 {
    font-family: 'helvetica';
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 400;
}

.box-footer-2 a {
    color: #ffffff;
}

.box-footer-2 a {
      display: block;
    font-size: 100%;
    font-weight: 300;
    margin-top: 5px;
}

.box-footer-2 .btn-foot-link i {
    color: #ffd341;
    width: 19px;
    text-align: center;
}

.box-footer-2 a:hover, .box-footer-4 .foot-btn:hover{
	color: var(--two-color);
}
.box-footer-4 .foot-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-bottom: 9px;
    color: #fff;
    font-size: 90%;
}
.box-footer-4 .foot-btn i {
    background: #FCB614;
    color: #fff;
}

.box-footer-4 .foot-btn i {
    padding: 5px 6px;
    border-radius: 3px;
    width: 24px;
    font-size: 74%;
    margin: 2px 0px -2px 0px;
    margin-right: 8px;
    text-align: center;
    top: -3px;
    position: relative;
}
.box-footer-1 {
    width: 18%;
}


.box-footer-1, .box-footer-2, .box-footer-3, .box-footer-4 {
    padding: 7px;
}
.logo-foot {
         text-align: right;
    position: absolute;
    max-width: 158px;
    max-height: 180px;
    right: 0px;
}
.ho-date {
    display: block;
    color: #fff;
	font-size: 89%;
}
.copyright p {
    margin: 0px;
}
.power-by {
    font-size: 80%;
}
.box-footer-1 .p-btn {
    font-size: 200%;
    margin-bottom: 14px;
    width: 100%;
    text-align: center;
    color: #fff;
    max-height: 130px;
    overflow: hidden;
    border-radius: 10px;
}

.box-footer-1 a {
    color: #ffffff;
}
.box-footer-1 a {
    display: block;
    font-size: 90%;
    font-weight: 400;
}
.box-footer-1 .image-logo {
    background: #fff;
    border-radius: 7px;
}
.box-footer-1 img {
    width: 239px;
    height: 252px;
    position: relative;
    top: -59px;
    max-width: 100%;
    border-radius: 4px;
    padding: 4px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 8px;
    margin-right: 8px;
    border: 2px solid rgb(240 192 16 / 0%);
}
.copyright {
    color: #ffffff;
}
.copyright {
    text-align: center;
    font-size: 78%;
    font-weight: 400;
}
.box-footer-2 {
    width: 21%;
}

.box-footer-4 {
  width: 24%
}
.footer .h5{
color: #ffffff;
    font-size: 141%;
    font-weight: bold;
}
.mt-50{
    margin-top: 80px;
}
.view-all{
	    width: 100%;
    display: block;
    text-align: center;
}

#close-c, #quit-c{
	color: #125f9a;
       margin: 5px;
    font-weight: 500;
    position: relative;
    top: 34px;
    line-height: 21px;
    max-height: 22px;
	cursor: pointer;
}

#close-c:hover, #quit-c:hover{
  color:#008cd1;
}

#quit-c{
	color: #125f9a;
}



/*FONTS*/
.fa-map-marked:before{content:"\f59f"}
.far{font-family:"Font Awesome 5 Pro";font-weight:400}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}.fa,.fas,.far,.fal,.fad,.fab{-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-balance-scale:before{content:"\f24e"}.fa-bars:before{content:"\f0c9"}.fa-car:before{content:"\f1b9"}.fa-chevron-up:before{content:"\f077"}.fa-circle:before{content:"\f111"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-cookie:before{content:"\f563"}.fa-envelope:before{content:"\f0e0"}.fa-file-invoice:before{content:"\f570"}.fa-file-pdf:before{content:"\f1c1"}.fa-hand-holding-box:before{content:"\f47b"}.fa-people-carry:before{content:"\f4ce"}.fa-phone:before{content:"\f095"}.fa-search:before{content:"\f002"}.fa-shipping-fast:before{content:"\f48b"}.fa-shopping-cart:before{content:"\f07a"}.fa-times:before{content:"\f00d"}.fa-truck:before{content:"\f0d1"}.fa-user:before{content:"\f007"}.fa-user-shield:before{content:"\f505"}.fa-users:before{content:"\f0c0"}.fad.fa-balance-scale:after{content:"\10f24e"}.fad.fa-bars:after{content:"\10f0c9"}.fad.fa-car:after{content:"\10f1b9"}.fad.fa-chevron-up:after{content:"\10f077"}.fad.fa-circle:after{content:"\10f111"}.fad.fa-comment-alt-dots:after{content:"\10f4a3"}.fad.fa-cookie:after{content:"\10f563"}.fad.fa-envelope:after{content:"\10f0e0"}.fad.fa-file-invoice:after{content:"\10f570"}.fad.fa-file-pdf:after{content:"\10f1c1"}.fad.fa-hand-holding-box:after{content:"\10f47b"}.fad.fa-people-carry:after{content:"\10f4ce"}.fad.fa-phone:after{content:"\10f095"}.fad.fa-search:after{content:"\10f002"}.fad.fa-shipping-fast:after{content:"\10f48b"}.fad.fa-shopping-cart:after{content:"\10f07a"}.fad.fa-times:after{content:"\10f00d"}.fad.fa-truck:after{content:"\10f0d1"}.fad.fa-user:after{content:"\10f007"}.fad.fa-user-shield:after{content:"\10f505"}.fad.fa-users:after{content:"\10f0c0"}.fa-chevron-down:before{content:"\f078"}.fa-key:before{content:"\f084"}.fa-id-card:before{content:"\f2c2"}.fa-font-case:before{content:"\f866"}.fa-exclamation:before{content:"\f12a"}.fa-home:before{content:"\f015"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-copyright:before{content:"\f1f9"}.fa-trash:before{content:"\f1f8"}.fa-minus:before{content:"\f068"}.fa-user-lock:before{content:"\f502"}.fa-exclamation-triangle:before{content:"\f071"}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url(assets/fonts/fontawesome/fa-light-300.eot);src:url(assets/fonts/fontawesome/fa-light-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/fontawesome/fa-light-300.woff2) format("woff2"),url(assets/fonts/fontawesome/fa-light-300.woff) format("woff"),url(assets/fonts/fontawesome/fa-light-300.ttf) format("truetype"),url(assets/fonts/fontawesome/fa-light-300.svg#fontawesome) format("svg")}.far{font-family:'Font Awesome 5 Pro';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url(assets/fonts/fontawesome/fa-solid-900.eot);src:url(assets/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(assets/fonts/fontawesome/fa-solid-900.woff2) format("woff2"),url(assets/fonts/fontawesome/fa-solid-900.woff) format("woff"),url(assets/fonts/fontawesome/fa-solid-900.ttf) format("truetype"),url(assets/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}


.item-cart:last-child {
    border-bottom: 0 !important;
}
.item-cart {
    border-color: #b9adad !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    border-style: dotted !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px;
    max-width: 100%;
    width: 100%;
    padding: 6px 0 6px 5px;
    position: relative;
    min-height: 80px;
    font-size: 82%;
    cursor: pointer;
}
.img-brand-cart {
    width: 13%;
    margin-right: 5px;
}


.list-cart .cart-images {
    align-items: center;
}

.list-cart a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.img-brand-cart img.product {
    position: relative;
    z-index: 3;
    background: #fff;
}
.cart-name{
	text-align: left;
}
.cart-brand, .cart-price {
    display: block;
    text-align: right;
    font-size: 110%;
}

.cart-unid {
    text-align: center;
    padding-top: 2px;
    font-size: 110%;
    line-height: 15px;
    padding-right: 6px;
}

.product-name-cart {
    padding-left: 8px;
    width: 58%;
    display: block;
}
.product-price-cart {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: absolute;
    right: 0;
    top: 10px;
}
.list-cart a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.cart-name {
    text-align: left !important;
    line-height: 15px;
    margin-bottom: 7px;
}
.cart-brand, .cart-name, .cart-unid, .cart-price {
    display: block;
    text-align: right;
    font-size: 110%;
}
.list-cart .cart-reference {
    color: #fff;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 87%;
}

.cart-reference {
    background: var(--two-color);
    font-size: 52%;
    display: inline-block;
    text-align: left;
    margin-top: 2px;
    width: auto;
    padding: 1px 5px;
    border-radius: 2px;
    position: relative;
    top: -3px;
}
.cart-remove {
    padding: 4px 8px;
    border-radius: 4px;
    max-width: 36px;
    margin-right: 6px;
    margin-left: 8px;
    font-size: 100%;
    cursor: pointer;
}

.cart-remove {
    color: var(--red-color);
    border: 1px solid var(--red-color);
}

.product-price-cart .cart-price {
    text-align: right;
    line-height: 23px;
    padding-right: 6px;
    white-space: nowrap;
    font-size: 140%;
    min-width: 69px;
	display: block;
}

/* AUTOCOMPLETE */
.suggestions{
	cursor: default;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 115%;
	background: #fff;
	border: 1px solid var(--one-color);
	border-top: 0px;
	    overflow-y: auto;
}
.autocomplete-suggestion{
	    padding: 4px 7px;
}
.suggestions-no-suggestion {
	padding: 2px 5px;
}

.suggestions strong{
	font-weight: bold;
	 color: #333;
}

.autocomplete-group{
	padding: 2px 5px;
}

.autocomplete-group strong{
	font-weight: bold;
	font-size: 120%;
	display: block;
}

.suggestions .image-sugg{
	width: 35px !important;
	margin-left: 7px;
	margin-right: 2px;
}

.label-filter{
    padding: 10px;
    font-size: 84%;
}
.container-foot-filters{
    height: 70px;
}
.label-filter{
        padding: 2px 6px 1px 6px;
    font-size: 84%;
}
.sugge-item{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;		
}

.sugge-item .sugg-ima{
   max-width: 55px;
   margin-right: 10px;
	min-width: 55px;
}
.sugge-info{
	width: 100%;
	font-size:80%;
}
.sugge-info .autoel{
	text-wrap: auto;
    line-height: 18px;
    display: block;
    font-size: 123%;
}
.autocomplete-suggestion {
  border-bottom: 1px solid #d9d9dc;
}
.autocomplete-selected {
  background: rgba(1, 40, 115, 0.07);
  border-bottom: 1px solid #d3d2f7;
}

.fixed-imp{
	position: fixed !important;
	animation: fadeInMain .3s;
}
@keyframes fadeInMain {
  0% {
    opacity: 0;
    transform: translateY(-144px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px)
  }
}

.item-cart:hover .cart-name{
	    text-decoration: underline;
}

.item-cart:hover a:hover{
	color: var(--one-color);
}
.ima-metro{
	width: 25px !important;
    position: relative;
    top: 6px;
    margin-left: 2px;
}

.bread {
    display: block;
    width: 100%;
}
.bread ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	    margin: 0px;
    padding: 0px;
}
.bread ul li:first-child, .bread ul li:first-child a {
    padding-left: 1px;
}
.bread li {
    color: var(--two-color);
    padding: 3px;
	 position: relative;
    display: block;
    text-decoration: none;
    text-align: left;
}
.bread ul li:first-child, .bread ul li:first-child a {
    padding-left: 1px;
}

.bread ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    color: var(--two-color);
    display: inline-block;
    padding: 1px;
}
.page-title h1 {
      color: var(--letter-color);
    font-weight: 400;
	    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 7px;
}
.page-title {
    margin-top: 10px;
}
.page-title i{
	color: var(--one-color);
	font-size: 154%;
}
.page-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.contain-brands{
	    display: flex;
    flex-wrap: wrap;
}

.contain-brands a.brand-item{
	    padding: 33px;
}
.contain-brands a.brand-item img{
	    max-height: 93px;
    width: auto;
}

.slide-nav{
    text-align: center;
}

.slide-nav .slide-btn{
color:#fcb614;
}

.slide-nav .slide-btn.active{
	color:#135e9a;
}

.slide-news-content{
	position:relative;
}

.slide-news-content .news{
	position: absolute;
	z-index:1;
}

.slide-news-content .news.active{
	position: relative;
	z-index:2;
}

.tracking-head{
	    margin-left: 18px;
        background: var(--two-color) !important;
    border: 1px solid #cd480d !important;/*background: #ff7c00;  border: 1px solid #c86100;*/
    color: #ffffff;
    padding: 5px 14px;
    display: flex;
    border-radius: 5px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.tracking-head i{ margin-right: 5px;}
.tracking-head:hover{
	    background: #cd6401;
    color: #efecec;
}