body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #666;
}
div {
	margin: 0;
	padding: 0;
}
a, a:visited {
	color: #9fae8e;
	text-decoration: none;
}
a:hover {
	color: #9fae8e;
	text-decoration: underline;
}

.max {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.body .max {
	max-width: 1600px;
}

.red {
	color: #f00;
}
.click {
	cursor: pointer;
}

/****** HEADER ******/
.header .blackBar {
	padding: 0 15px;
	background: #000;
}
.blackBar a, .blackBar a:visited {
	color: #fff;
	text-decoration: none;
}
.blackBar a:hover {
	color: #fff;
	text-decoration: none;
}

.blackBar .max {
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.blackBar .menuUser {
	margin-right: 110px;
}
.blackBar .menuUser ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.blackBar .menuUser ul li {
	margin: 0;
	padding: 5px 10px;
}

.headerInt {
	width: 100%;
	padding: 0 15px;
	border-bottom: 1px #eee solid;
	background: #fff;
}
.headerInt .max {
	position: relative;
}
.hFixed .headerInt {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	z-index: 99;
}
.headerIntInt {
	height: 98px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-right: 105px;
}
.headerInt .logo img {
	width: 100%;
	max-width: 270px;
}
.headerInt .menu {
	text-align: right;
}
.headerInt .menu ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.headerInt .menu ul li {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.headerInt .menu a, .headerInt .menu a:visited {
	font-size: 16px;
	color: #222;
	text-decoration: none;
	display: block;
	padding: 18px 18px;

}
.headerInt .menu a:hover {
	color: #9fae8e;
	text-decoration: none;
}

.carrito {
	position: absolute;
	background: #9fae8e;
	text-align: center;
	width: 100px;
	height: 136px;
	top: -44px;
	right: 0px;
	font-size: 13px;
}
.hFixed .carrito {
	top: 3px;
	height: 94px;
}
.carrito i {
	margin: 20px 0 10px;
	font-size: 35px;
}
.hFixed .carrito i {
	margin-top: 5px;
}
.carrito h3 {
	font-size: 14px;
	margin: 2px 0;
	padding: 0;
	text-transform: uppercase;
}
.carrito a, .carrito a:visited {
	color: #fff;
	text-decoration: none;
}
.btnMobile {
	color: #000;
	display: none;
	cursor: pointer;
	font-size: 26px;
	padding: 4px 4px;
	margin: 15px;
}
.btnMobile:hover {
	color: #9fae8e;
}
.menu li.clientes {
	display: none;
}
.menu li.clientes a, .menu li.clientes a:visited {
	background: #000;
	color: #fff;
}
.menu li.clientes a:hover {
	color: #9fae8e;
	background: #000;
}

.blackBar .menuUser ul.submenu {
	background: #fff;
	color: #333;
	position: absolute;
	top: 50px;
	z-index: 1000;
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.blackBar .menuUser ul.submenu li {
	padding: 0;
	margin: 0;
}
.blackBar .menuUser ul.submenu li a, .blackBar .menuUser ul.submenu li a:visited {
	display: block;
	padding: 10px 15px;
	width: 100%;
	color: #333;
	text-decoration: none;
}
.blackBar .menuUser ul.submenu li a:hover {
	background: #333;
	color: #fff;
}
.blackBar .menuUser ul.submenu li.sep {
	border-top: 1px solid #333;
	margin: 10px 5px;
	padding: 0;
}

/****** /HEADER ******/



/****** BODY ******/
.body {
	padding: 35px 15px;
	min-height: calc(100vh - 234px);
}

.body .max {
	min-height: 400px;
}
.hFixed .body {
	padding-top: 132px;
}

.bread {
	text-transform: uppercase;
	color: #7d7d7d;
	font-weight: 600;
	margin-bottom: 35px;
}
.bread i {
	margin-left: 9px;
	margin-right: 9px;

}
.bread a, .bread a:visited {
	color: #7d7d7d;
}
.bread a.last, .bread a.last:visited {
	color: #9fae8e;
}
.bread a:hover {
	color: #9fae8e;
	text-decoration: none;
}

h1 {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 35px;
	padding: 0;
	color: #222;
}
/****** /BODY ******/


/****** MENU PRODUCTOS ******/
.ulSubcat, .ulSubsub {
	display: none;
}
.mCat.opened .ulSubcat {
	display: block;
}
.mSubcat.opened .ulSubsub {
	display: block;
}
.mSubcat.closed {
	display: none;
}
.mSubsub.closed {
	display: none;
}

.ulCat, .ulSubcat, .ulSubsub {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ulCat {
	margin: 0 0 25px 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	list-style: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
ul.ulSubcat {
	font-weight: 400;
}

ul.ulCat li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
}

ul.ulCat li a, ul.ulCat li a:visited {
	display: block;
	padding: 10px 5px;
	margin: 0;
	color: #333;
}
ul.ulCat li.mSubcat.opened>a, ul.ulCat li.mSubcat.opened>a:visited {
	font-weight: 600;
}

ul.ulCat li a:hover {
	color: #000;
	background: #c5ccbc;
	text-decoration: none;
}

ul.ulCat li.sel>a, ul.ulCat li.sel>a:visited {
	color: #000;
	background: #9fae8e;
	text-decoration: none;
	font-weight: 600;
}

.mCat .mSubcat a, .mCat .mSubcat li a:visited {
	padding-left: 20px;
	font-weight: 400;
}
.mCat .mSubcat .mSubsub a, .mCat .mSubcat .mSubsub a:visited {
	padding-left: 40px;
}

.btnCats {
	margin-bottom: 25px;
}
.btnCats, ul.ulCat li.btnCloseCats {
	display: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
}
.btnCats:hover, ul.ulCat li.btnCloseCats:hover {
	color: #9fae8e;
}

table.productos tr.trp.sel {
	background: #c5ccbc;
	color: #000;
}


/****** /MENU PRODUCTOS ******/

.novedades {
	margin-top: 2em;
}

.novedades img {
	width: 100%;
}
.novedades h2 {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 3px 25px;
	text-align: center;
}
.novedades h3 {
	color: #666;
	font-size: 24px;
	line-height: 28px;
	margin: 10px 3px 30px;
	text-align: center;
	font-weight: 500;
}
.novedades a h2, .novedades a:visited h2 {
	color: #666;
}
.novedades a:hover, .novedades a:hover h2 {
	color: #9fae8e;
	text-decoration: none;
}
/****** TABLA DE PRODUCTOS ******/
table.productos, table.pedidos {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	border-bottom: 2px solid #999;
	margin-bottom: 15px;
	color: #000;
}
table.productos td, table.productos th, table.pedidos td, table.pedidos th {
	padding: 8px 6px;
}
table.productos tr.trth, table.pedidos tr.trth {
	background: #9fae8e;
}
table.productos tr.trth:nth-child(odd), table.pedidos tr.trth:nth-child(odd) {
	background: #9fae8e;
}
table.productos th, table.pedidos th {
	background: none;
	color: #fff;
	font-weight: 400;
}
.colCodigo { width: 125px; }
.colMarca { width: 12%; }
.colModelo { width: 12%; }
/*.colDescripcion { width: 20%; }*/
.colPrecio { width: 100px; text-align: right; }
.colForm { width: 5%; text-align: right; }

table.productos .btnMini {
	width: 14%;
	max-width: 30px;
}
table.productos input {
	width: 100%;
	max-width: 70px;
	text-align: center;
	padding: 1px 1px;
}
table.productos .btnCart {
	width: 40px;
	padding: 4px;
}
table.productos tr:nth-child(odd), table.pedidos tr:nth-child(odd) {
	background: #eee;
}

table.productos i.fa-times {
	font-size: 22px;
}
	
.filtro {
	display: flex;
	flex-direction: row;
	justify-content: flex-start; /*space-between;*/
	align-items: flex-end;
	margin-bottom: 10px;
	flex-wrap: wrap;
	background: #eee;
	padding: 10px 5px 5px;
}
.filtro .tit {
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	padding-left: 3px;
}
.filtro .grupo {
	margin: 5px 15px 5px 0;
}

.filtro label {
	margin-right: 5px;
	margin-bottom: 2px;
	padding-left: 3px;
	font-size: 12px;
}
.filtro .text {
	font-size: 12px;
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.filtro .btn {
	height: 24px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	background: #ccc;
	border: 1px solid #ccc;
}
.paginador {
	margin: 25px;
}

.page-link, .page-link:visited {
	color: #9fae8e;
	border-color: #999;
}
span.page-link {
	cursor: default;
}
.page-link:hover {
	background: #9fae8e;
	border-color: #999;
	color: #fff;
}
.page-item.active .page-link, .page-item.active .page-link:visited {
	background: #9fae8e;
	border-color: #999;
	color: #fff;
}

.page-item.disabled .page-link {
	border-color: #999;
}
.fa-star.yellow {
	color: #ffcc01;
}

#velo {
	display: none;
	position: fixed;
	background: #00000080;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	justify-content: center;
	align-items: center;
}
#win {
	display: none;
	background: #fff;
	box-shadow: 0 0 15px 0 #00000080;
	width: 100%;
	min-width: 260px;
	max-width: 500px;
}
#win .bar {
	background: #9fae8e;
	color: #fff;
	padding: 5px 10px;
}
#win .body {
	padding: 15px 10px;
}
#win .txt {
	text-align: center;
}
#win p {
	margin: 3px 0;
	padding: 0;
}
#win .stock-container {
	display: flex;
	justify-content: center;
	margin: 15px 0;
	text-transform: uppercase;
}
#win .stock-label {
	border-radius: 10px;
	padding: 6px 16px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
#win .stock-label.label-red { background: #cc0000; }
#win .stock-label.label-yellow { background: #CBCB00; }
#win .stock-label.label-green { background: #009900; }
#win .precio {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	padding: 5px 0;
}
#win .form {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 15px auto;
	max-width: 200px;
}
#win .form button {
	width: 50px;
	color: #fff;
	background: #9fae8e;	
	border: 1px solid #9fae8e;
	width: 25%;
}
#win .form button:hover {
	cursor: pointer;
	opacity: 0.7;
}
#win .form button:active, #win .form button:focus {
	outline: none;
}
#win .form button.btn-left {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	
}
#win .form button.btn-right {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
#win .form input {
	width: 50%;
	border: 1px solid #9fae8e;
	border-radius: 0;
	padding: 7px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
}
#win .botonera {
	text-align: center;
}
#win .btn {
	margin-bottom: 15px;
	background: #9fae8e;
}
#win .link {
	background: none;
	border: none;
	color: #9fae8e;
	
}
#win .link:hover {
	cursor: pointer;
	text-decoration: underline;
}

/****** /TABLA DE PRODUCTOS ******/


/****** /BUSCADOR ******/
.searchBar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	background: #9fae8e;
	padding: 15px;
}
.searchBar label {
	margin-bottom: 0;
	padding-right: 0.5em;
	color: #fff;
	text-transform: uppercase;
	align-self: center;
}
.searchBar input {
	flex-grow: 2;
	padding: 0.5em 1em;
	border: 1px solid rgb(118, 118, 118);
	border-radius: 0;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}
.searchBar button {
	border: 1px solid rgb(118, 118, 118);
	border-left: none;
	background: #ccc;
	width: 50px;
	padding: 0.5em 1em;
	border-radius: 0;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}
.searchBar input:focus {
	border: 1px solid rgb(118, 118, 118);
	outline: none;
	box-shadow: inset 0 0 20px 0 #80000080;
}


.mainSearch {
	max-width: 500px;
	margin: 15px auto;
}
.mainSearch input {
	width: 85%;
	max-width: 430px;
}
.mainSearch button {
	width: 12%;
	max-width: 50px;
}
.busqueda {
	border-bottom: 1px dashed #999;
}
.busqueda .item {
	border-top: 1px dashed #999;
	padding: 12px 5px 16px;
	margin: 0	;
}

.busqueda p {
	font-size: 16px;
	line-height: 20px;
	padding: 3px 0;
	margin: 0;
}

.busqueda p.categoria {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;

}
.busqueda p.modelos, .predictItem p.modelos {
	font-size: 12px;
	line-height: 28px;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.5em;
}
.busqueda .categoria a, .busqueda .categoria a:visited,
.busqueda a.codigo, .busqueda a.codigo:visited {
	color: #000;
	font-weight: 700;
}
.busqueda .categoria a:hover, .busqueda a.codigo:hover {
	color: #9fae8e;
	text-decoration: none;
}


.busqueda a.moItem, .busqueda a.moItem:visited,
.predictItem a.moItem, .predictItem a.moItem:visited {
	display: block;
	background: #666;
	color: #fff;
	border-radius: 5px;
	padding: 2px 7px;
}
.busqueda a.moItem:hover, .predictItem a.moItem:hover {
	background: #9fae8e;
	text-decoration: none;
}
.infoQ {
	background: #9fae8e;
	padding: 6px 15px;
	border-top: 1px solid #ddd;
	color: #fff;
	text-align: center;
}

#predict {
	position: relative;
}
.internalPredict {
	width: 100%;
	position: absolute;
	background: #fff;
	padding: 0;
	border: #666;
	box-shadow: 0 0 5px 0 #00000080;
	z-index: 80;
}
.predictItem {
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 0;
}
.predictItem .product {
	margin: 0;
	padding: 0;
}
.predictItem .product a, .predictItem .product a:visited {
	display: block;
	padding: 1em 0.5em 0.5em;
	color: #555;
}
.predictItem .product a:hover {
	color: #fff;
	text-decoration: none;
	background: #9fae8e;
}
.predictItem .modelos {
	padding: 0.5em 0.5em 1em;
	margin: 0;
}


/****** /BUSCADOR ******/


/****** FOOTER ******/
.footer {
	padding: 60px 15px 60px;
	background: url('../img/bg-foot.jpg') no-repeat center center #000;
	color: #fff;
}
.footer .logo {
	margin-bottom: 25px;
}
.footer i {
	margin-right: 14px;
}
.footer .info p {
	margin-left: 40px;
	padding-left: 0px;
	text-indent: -18px;
	margin-bottom: 20px;
}
.footer h2 {
	color: #9fae8e;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 12px 0 25px;
}
.footer .menu {
	font-size: 12px;
}
.footer ul {

	margin: 0 0 0 16px;
	padding: 0;
}
.footer ul li {
	
	margin: 0;
	padding: 6px 0;
	
}

.footer ul.submenu {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}
.footer ul.submenu li {
	font-weight: 400;
	margin: 0;
	padding: 3px 0;
}

.footer .menu a, .footer .menu a:visited {
	color: #ddd;
}
.footer .menu a:hover {
	color: #9fae8e;
	text-decoration: none;
}

.copyright {
	color: #fff;
	background: #111;
	padding: 25px 15px;
	overflow: hidden;
}
.copyright .max {
	position: relative;
}

.btnUp {
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 48px;
	bottom: 30px;
	right: 15px;
	z-index: 99;
	border-radius: 4px;
	text-align: center;
	background: #9fae8e;
	color: #fff;
	cursor: pointer;
	display: none;
}
.hFixed .btnUp {
	display: block;
}

.logoAG {
	 position: absolute;
	 right: 0%;
	 top: -20px;
}
/****** /FOOTER ******/


/****** DEUDA TOAST ******/
.deudaToast {
	background: #007700; /* #ff0000;*/
	color: #fff;
}
.deudaToast .msg {
	padding-top: 25px;
	text-align: center;
}
.deudaToast .toast-close {
	position: absolute;
	top: 5px;
	right: 5px;
}


/****** /DEUDA TOAST ******/



/****** MEDIA QUERIES ******/
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
	.btnMobile {
		display: block;
	}
	.headerInt .menu {
		display: none;
		position: absolute;
		right: 105px;
		top: 98px;
		background: #ddd;
		z-index: 200;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
	}
	.headerInt .menu ul {
		flex-direction: column;
	}
	.headerInt .menu ul a, .headerInt .menu ul a:visited {
		padding: 12px 30px;
	}
	.headerInt .menu ul a:hover {
		background:  #ccc;
	}
	ul.ulCat {
		display: none;
	}
	.btnCats, ul.ulCat li.btnCloseCats {
		display: block;
	}
}
@media (max-width: 840px) {
	table.productos {
		/*display: block;*/
		border-bottom: 1px solid #ccc;
	}
	table.productos tr {
		display: block;
		float: left;
		clear: left;
		width: 100%;
	}
	table.productos th, table.productos td {
		width: 100%;
		display: block;
		float: left;
		padding: 7px 5px;
		border-top: 1px solid #ccc;
	}
	table.productos .tdClear {
		clear: left;
	}
	table.productos .td10 {
		width: 10%;
	}
	table.productos .td20 {
		width: 20%;
	}
	table.productos .td25 {
		width: 25%;
	}
	table.productos .td30 {
		width: 30%;
	}
	table.productos .td33 {
		width: 33.3333%;
	}
	table.productos .td50 {
		width: 50%;
	}
	table.productos .td60 {
		width: 60%;
	}
	table.productos .td66 {
		width: 66.6666%;
	}
	table.productos .td75 {
		width: 75%;
	}
	table.productos .tdForm {
		padding: 10px 5px 25px;
		border-bottom: none;
	}
}
@media (max-width: 768px) {
	.headerIntInt {
		margin-right: 0;
	}
	.carrito {
		display: none;
	}
	.btnMobile {
		margin-right: 0;
	}
	.headerInt .menu {
		right: -15px;
	}
	.menu li.clientes {
		display: block;
	}
	.menu li.clientes a:hover {
		color: #9fae8e;
		background: #000;
	}
	.menuUser {
		display: none;
	}
	.col-3, .col-9, .footer .col-5 { max-width: 100%; flex: 100%;}
	.footer .col-2, .footer .col-5:last-child { display: none;}
	/*
	table.productos th { display: none;}
	.colCodigo, .colPrecio, .colForm { display: table-cell!important;}
	table.productos td { display: none;}
	table.productos tr td:nth-child(1), table.productos tr td:nth-last-child(1), table.productos tr td:nth-last-child(2), table.productos tr td:nth-last-child(3), table.productos tr td:nth-last-child(4) { display: table-cell;}
	table.productos .btnCart { width: 100%;}
	table.productos td, table.productos th { padding: 8px 2px;}
	
	#filtro > div { display: none;}
	#filtro > div:nth-child(4), #filtro > div:nth-child(5) { display: block;}
	*/
	.headerInt .logo img { max-width: 190px;}
	.headerIntInt { height: 60px;}
	.headerInt .menu { right: inherit; left: 0; width: 100%; top: 60px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; text-align: left;}
	.header-style1 .header-top { display: none;}
	

}
@media (max-width: 568px) {
	
	.blackBar .email {
		display: none;
	}
	
	.pLat3 {
		display: none;
	}
	.searchBar {
		padding: 0.5em 0.5em;
	}
	.searchBar label {
		width: 100%;
		margin-bottom: 0.3em;
	}
}

@media (max-height: 560px) {
	.hFixed .headerInt {
		position: static;
	}
	.hFixed .body {
		padding-top: 35px;
	}



}
@media (max-width: 440px) {
	.pLat2 {
		display: none;
	}
}
@media (max-width: 360px) {
	.pLat1 {
		display: none;
	}
}