.sa-li {
	cursor: pointer;
	width:100%;
}

.pointer {
	cursor: pointer;
}

.caja-buscador {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 0 !important;
}

#sa_div_mini {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
}

#sa_mini_content {
	display: flex; flex-wrap: wrap;
	justify-content:flex-start;
	width: 74%;
	order: 4;
}

#sa_mini_content a img {
	width: 94%;
	margin-top: 7%;
	margin-bottom: 6%;
}

#sa_mini_content .mini-grid-productos {
	grid-template-rows: 165px 100px 65px 40px;
	padding: 0 10px 5px 10px;
	margin-bottom: 5px;
	padding-bottom: 9%;
	margin-top: 2%;
}
.grid-vehiculo {
	grid-template-rows: 165px 55px 65px 40px !important;
}
#sa_mini_content .product-short-desc p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#sa_mini_content .description-grid {
	z-index: 10;
	width: 100%;
	text-align: center;
}
#sa_form i {
	width: 22%;
	position: absolute;
	top: 0%;
	right: 25px;
	margin-top: 1.5%;
}

.mini-imagen img.redimensionada {
	width: 250px !important;
	height:150px !important;
	display:block;
}

#sa_mini_cat_list {
	width: 24%;
	order: 3;
}

#sa_mini_cat_list h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px 0 3px;
}

#sa_mini_cat_list h3 span {
	cursor: pointer;
}

#sa_cat_list_content {
	width: 100%;
	background-color: #fff;
	box-shadow: none;
}
div#sa_cat_list_content h3 {
	background-color: transparent;
	color: #345e98;
	line-height: 2em;
	text-indent: 5px;
	background-repeat: no-repeat;
	background-position-x: -7px;
	background-position-y: -13px;
	font-family: roboto,sans-serif;
	font-weight: 500;
	border-bottom: solid 1px #9e9e9e4d;
}
div#sa_cat_list_content ul li {
	padding: 5px 10px;
	font-size: 14px;
	transition: all .2s ease-in 0s;
}
div#sa_cat_list_content ul li:hover {
	background: #345e98;
	transition: all .2s ease-in 0s;
	color: #fff;
}
.paginacion {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 30px;
	padding:10px 0 10px 0;
}
.paginacion div:hover {
	color: #0b1465;
}
.pagina{
	padding: 0 0 0 10px;
	text-align:center !important;
}
select#sa_pag_sel {
	background-image: none;
	width: 60px;
}

#sa_div_order {
	width: 50%;
	height: 70px;
	padding: 15px 12px 20px 0;
	order: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end !important;
	margin:10px 0 20px 0;
}

#sa_order {
	background-image: none;
	background-size: 15px !important;
	background-position-x: 100% !important;
	padding: 4px 20px 4px 5px;
	border: none;
	border-radius: 3px;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

#sa_order select{
	font-size:10px;
}

#sa_form {
	width: 100%;
	padding: 5px 0 5px 0;
	margin: 0;
	position: relative;
	margin-top: -4%;
	margin-left: 7%;
}


@media screen and (max-width: 768px){
	#sa_form {
		padding-left: 8px;
		padding-right: 8px;
		padding-top:5px;
	}
}

#sa_text {
	border: 1px solid #d4d4d4;
	width: 60%!important;
	padding: 10px 35px 10px 5px;
	border-radius: 50px!important;
	display: block;
	margin: auto;
	margin-top: 0;
	float: left;
	margin-left: 20%;
}
@media screen and (max-width: 768px){
	#sa_text {
		border: 1px solid #d4d4d4;
		width:95%;
		padding: 10px 35px 10px 5px;
		border-radius: 0px;
		display:block;
		margin:auto;
		position: fixed;
	}
	#sa_form i {
		width:auto;
		position: absolute;
		top: 11px !important;
	}
	#sa_form{
		margin-top: 10% !important;
	}

	.no-gutters
	{
		margin-right: 2%
	}
}

#sa_div_resultados {
	width: 50%;
	height: 70px;
	padding: 15px 5px 20px 0;
	order: 1;
	display: flex;
	align-items: center;
	margin:10px 0 20px 0;
}

.resultado-buscador p {
	text-align: center;
}

.vermas {
	padding: 10px;
	text-align:center !important;
	transition: all 0.5s ease;

}
.vermas:hover{
	background: #345e98;
	color: #fff;
	transition: all 0.5s ease;
}

@media screen and (max-width: 800px)
{
	#sa_mini_cat_list, #sa_div_resultados {
		display: none;
		position: absolute;
		width: 300px;
		left: -300px;
		z-index: 50;
		transition: all 0.5s ease;
	}

	#sa_div_order {
		justify-content: center;
	}

	#sa_mini_content, #sa_div_order {
		width: 100%;
	}
}

/****** caja resultado ******/

.resultado-buscador {
	display: block;
	top: 0;
	z-index: 200;
	background: #fff;
	min-height: auto;
}

.cerrar {
	padding: 4px;
	background: #fff;
	cursor: pointer;
	border: 2px solid #787878;
	transition: all .2s ease-in 0s;
	border-radius: 30px;
	float: right;
	margin-right: -3%;
	margin-top: -1%;
}
.cerrar:hover {
	background-color: #345e98;
	color: #fff;
	transition: all .2s ease-in 0s;
	border: 2px solid #345e98;
}
.negro {
	width: 100%;
	background-color: #0000008f;
	min-width: 100%;
	min-height: 100vh;
	z-index: 11;
	height: 100%;
	position: absolute;
	display: none;
}

.caja-filtros {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	padding: 7px 7px;
	max-width: max-content;
	cursor: pointer;
}
@media screen and (min-width: 800px){
	.caja-filtros {
		display: none;
	}
	.negro {
		display: none;
	}
}

@media screen and (max-width: 801px){
	.resultado-buscador {
		margin-top: 0;
	}
	#sa_div_order {
		display: block;
		padding: 10px;
		/*position: sticky;*/
		top: 122px;
	}
	.caja-oredenar {
		display: none;
	}
	.caja-filtros {
		display: block;
	}
}
/************vista mobil***************/
@media screen and (min-width:802px){
	.vista-mobil-caja-resultado {
		margin-top: 0px;
	}
	.vista-mobil-buscador {
		margin-top: 0px;
	}
}
@media screen and (max-width:801px){
	.vista-mobil-caja-resultado {
		margin-top: 65px;
	}
	.vista-mobil-buscador {
		margin-top: -125px;
	}
}
@media screen and (max-width:640px){
	.vista-mobil-buscador {
		margin-top: -70px;
	}
}
/*************** avanzado *********************/
.avanzado select {
	width: 100%;
	height: 30px;
	border-radius: 3px;
	margin: 2px 0;
}
p.busAvan {
	width: 100%;
	margin: 3px 0;
	cursor: pointer;
}

@media screen and (max-width:799px){
	.mini-grid-productos{
		width:100%;
	}
	#sa_mini_content {
		display: flex; flex-wrap: wrap;
		justify-content: flex-start;
		width: 85%;
		order: 4;
		align-items:center;
		justify-content:center;
	}
}

@media screen and (max-width:500px){
	.resultado-buscador{
		min-height:8400px;
	}
}

.pag{
	color:#fff;
	padding:5px 20px ;
	background:#316ca6;
	border-radius:20px;
	transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-webkit-transition: all .2s ease-in 0s;
}
.pag:hover{
	color:#fff;
	padding:5px 20px ;
	background:#345e98;
	border-radius:20px;
	transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-webkit-transition: all .2s ease-in 0s;
}
.pag span{
	color:#ffffff !important;
}
#pagenotfound .page-not-found, #products .page-not-found {
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2) !important;
	background: #fff !important;
	padding: 1rem !important;
	font-size:16px !important;
	color: #7a7a7a !important;
	max-width: 550px !important;
	margin: 40px auto 40px auto !important;
}

#pagenotfound .page-not-found, #products .page-not-found p{
	font-size:16px !important;
}
#pagenotfound .page-not-found, #products .page-not-found a{
	font-size:16px !important;
	color:#46b035;
	text-decoration:none;
}
#pagenotfound .page-not-found, #products .page-not-found a:hover{
	font-size:16px !important;
	color:#024d15;
	text-decoration:none;
}
a:link, a:visited, a:active {
	text-decoration:none !important;
}

#desktop-header, .desktop-header-style-2
{
	display: block !important;
}

.filter_count
{
	float: right;
	font-weight:bold;
}

.filter_count_select
{
	background-color: #e9e9e9;
	color: #345e98;
}

#sa_ul_mar li
{
	cursor: pointer;
}
/*Jordi Start 2021_06_10*/
.reference_title{
	text-align:left;
	margin-bottom:0px;
}
.reference_cont{
	padding-top:10px;
}
.reference_cont p span{
	font-size:14px;
}
.mpn_title{
	text-align:left;
	margin-bottom:0px;
}
.mpn_cont{
	padding-top:0px;
}
.product-description-short{
	padding-left:5px !important
}
.product-miniature .product-description .extra-small-gutters .col .product-title-s{
	text-align:center !important;
	font-weight:initial
}
.product-miniature .product-description .product-description-short-s{
	padding: 0 15px !important;
}
#sa_div_resultados div{
	padding-left:12px;
}
/* Jordi End 2021_06_10*/

/* Jaume Start 2021_07_21 */
.fa-search-desktop
{
	margin-top: -3%;
	margin-right: -1%;
}
/* Jaume End 2021_07_21 */

/* Arnau start 2021_09_24 */

.input-group-add-cart {
	position: relative;
	display: grid;
}

.col.col-auto.product-miniature-right {
	text-align: center;
	height: 3rem;
	margin-top: 6%;
}

.h3.product-title-s {
	height: 4rem;
}

#sa_div_mini .col-12.product-description-short-s.text-muted {
	height: 2rem;
	text-align: center;
}

/* Jaume Start 2021_09_30 */
.row.cont-pag {
	margin-top: 3%;
}
/* Jaume End 2021_09_30 */

/* Arnau start 05-10-2021 */

#sa_div_mini .product-description .justify-content-start {
	text-align: center;
}

.input-group-add-cart .btn.btn-product-list {
	margin-top: 12%;
}

.priceWithTax {
	display: block!important;
	font-size: 12px;
}

.priceWithoutTax {
	font-weight: 600;
	color: #345e98;
}

/* Jaume Start 2021_11_22 */
.loading
{
	width: 5%;
	position: absolute;
	margin: auto;
}

.cont-loading
{
	display: none;
	text-align: center;
}
/* Jaume End 2021_11_22 */