 .header-busqueda .dropdown-busqueda {
	padding: 0 0;
    min-width: 150px;
    max-width: 490px;
    width: 100%;
}
.no-results{
	font-size: 14px;
    padding-bottom:20px;
    color: #000;
		width: 100%;
}

#header .header-btn-w.header-busqueda-mov {
    display: none;
}
#search_results{
	position: absolute;
    padding: 0px;
    background: #F2F2F2ed;
    left: 15px;
	z-index:999999;
	display: none;
	right: 15px;
	border-radius: 10px;
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
#search_results .container{
	padding: 0;
}
@media (min-width: 768px) {
.columna-fija{
	    width: calc(100% - 320px);
    overflow: auto;
    scrollbar-width: none;
}
}
#results{
	opacity: 1;
    top: 140px;
	justify-items: center;
	display: inline-flex;
	font-size: 75%;
	flex: 1;
	gap: 16px;
	padding: 0 15px;
	margin: 0;
	flex: 1 1 auto;
}
@media (max-width: 767px) {
	#results{
		flex-wrap: wrap;
	}
}
#results.row::after{
	display: none;
}
#results .product{
    width: 174px;
}
#results .product-flags{
	padding: 0;
    position: relative;
    gap: 5px;
    flex-direction: column;

}
#results .product-miniature{
	flex-direction: column;
	justify-content: space-between;
}
#results .product-price-and-shipping{
	margin-top: auto;
}
#results .product-miniature .thumbnail-top{
	background-color: #fff;
	padding: 8px;
    mix-blend-mode: inherit;
}

#results .product-miniature .product-description{
	flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
#results .products article .ets-wishlist-button-add.right {
    right: 0px !important;
    top: 0px !important;
}
.xclose_search:before, .xclose_search:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background-color: #000;
    top: 16px;
}
.xclose_search::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}
.xclose_search::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 2px;
}
 #desktop-header-container #search_results .row{
	justify-content: flex-start;
	width: 100%;
 } 
 #desktop-header-container #search_results .product-description .row{
	
	flex-direction: column;
    height: 100%;
 }
 #search_results .products-grid .product-miniature-default{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }
 #desktop-header-container #search_results .product-description{
	height: 100%;
 }  #search_results .product-miniature  .product-title {

		min-height: 2.2rem;
		margin-bottom: 4px;
	}
 #search_results .product-miniature  .product-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}
  #search_results .product-miniature .thumbnail-container{
    display: flex;
    flex-direction: column;
	min-height: 130px;
 } 
  #search_results .product-miniature .brand{
   margin-bottom: 15px;
 }
 #search_results .container .rowse{
	gap:20px;
	margin-bottom: 30px;
	display: -ms-flexbox;
    display: flex;
	align-items: center;
 }
  #search_results .dropdown-busqueda{
	
    margin: auto;
 }
 #search_results .dropdown-busqueda input{
	border-radius: 8px;
	text-align: left;
	padding-left: 45px;
	border: none; 
 }
  #search_results .products-grid .product-miniature-default .product-title a{
	height: auto;
 }

 #search_results .col-busca{
	flex-grow: 1;
 }
 #search_results .col-closed{
	width: 40px;
    position: absolute;
    z-index: 4;
    right: 0;
    height: 100%;
    top: 2px;
 }
 #search_results .xclose_search{
	cursor: pointer;
    display: block;
	width: 26px;
    position: relative;
    height: 26px;
}
#search_results .product-miniature .product-price-and-shipping{
	margin-top: initial;
}
.columnas-search{
	display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.search-columna-btn{
    display: flex;
	flex: 1 1 auto;
    justify-content: center;
}
.busqueda-widget .busqueda-btn {
    height: 100%;
    background: none;
    cursor: pointer;
    border: none;
    padding: 0 0.1em;
	
}

#search_results button.busqueda-btn{
	padding: 2px 0 0 15px;
	z-index: 4;
    width: 40px;
	position: absolute;
	display: block !important;
}
#search_results .products article .ets-wishlist-button-add.right {
	right: -4px!important;
	top: -3px!important;
	padding: 13px;
}

@media (max-width: 574px) {
	 .header-busqueda .dropdown-busqueda{
		padding: 0.7rem 0
	 }

	 #header .col-header-menu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -80px;
		padding: 0px 15px !important;
		background: #fff;
		&.show{
			display: block;
		}
	}
	#header .header-btn-w.header-busqueda-mov{
		display: inherit;
	}

	#search_results .list-stock .product-stock_group {
         float: left; 
         width: 50%;
	}
	#results{
		top: 110px;
	}
	#search_results .col-logo img{
		max-width: 100px;
	 }
	 #search_results .col-closed {
		width: 33px;
	}
	.busqueda-widget .busqueda-btn {
		padding: 0 0.5em;

	}.busqueda-widget .busqueda-btn  {
		padding: 0 0.5em;
		
	}
	.busqueda-btn svg {
		width: 20px;
	}

}

img.cargando{
	position: absolute;
    right: 50px;
    width: 22px;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
	display:none;
}
#module-fp_busqueda-busqueda .fp-full-search .products.row{
display: flex;
flex-wrap: wrap;
}
#search_results .more_search{
 display: flex;
 margin: 0 15px;
 gap: 2rem;
 justify-content: space-between;
}
#search_results .more_search .btn{
	font-size: 14px;
	font-weight: 400;
}
#search_results .more_search .h3{
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	text-transform: none;
}
#search_results .more_search .fp-top-buscados{
	display: flex;
	flex-wrap: wrap;
	align-content: baseline;
	gap: 10px;
	width: 100%;
}

#search_results .more_search .fp-top-buscados:first-child{
	flex: 1 1 auto;
	max-width: 660px;
}

#search_results .more_search .fp-top-buscados:last-child{
	flex: 1 1 100%;
	max-width: 780px;
	overflow: hidden;
	margin-right: -14px;
	scrollbar-width: none;
}
#search_results .more_search .fp-top-buscados .scroll{
overflow: auto;
scrollbar-width: none;
}
#search_results .more_search .fp-top-buscados .products{
	display: flex;
	gap: 20px;
}
#search_results .more_search .fp-top-buscados .products .product{
	width: 100%;

	max-width: 175px;
	min-width: 155px;
}
#search_results .more_search .fp-top-buscados .product-miniature .thumbnail-top {
	background-color: #fff;
	mix-blend-mode: normal;

}
#search_results  .product-flags{
	padding: 0;
	position: relative;
	gap: 5px;
	flex-direction: column;
}
#header #search_results a.btn{
	padding: 7px 20px 7px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#search_results  .product-flags li.product-flag {
	padding: 2px 13px;
	font-size: 12px;
}
@media (max-width: 766px) {
	.columnas-search{
		flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
		flex-wrap: wrap;
	}
	#results{
		justify-content: center;
		overflow: auto;
		max-height: calc(100vh - 200px);
    scrollbar-width: none;
	}
	#search_results{
		margin-top: 5px;
	}

	#search_results .more_search {
		margin: 0 10px;
		max-height: calc(100vh - 186px);
		overflow-y: scroll;
		scrollbar-width: none;
		display: block;
}
#search_results .more_search .fp-top-buscados{
	margin-bottom: 20px;
}
}