.product {
    margin: 1.5rem auto;
}

.product img {
	margin-bottom: 10px;
	width: 100%;
	border-radius: 15px;
	filter: var(--filter-img);
}
.btn-detalles-img{
	background:var(--fondo-boton-detalle-img);
}
.search-input input{
	border-radius: 15px;
	margin: 0 !important;
}
#search-form{
	display: flex;
justify-content: space-evenly;
align-items: center;
}
.search-input{
width: 80%;
}
#products{
	margin: 1rem 0;
}
#filter {
    border-radius: 10px;
	padding: 0 .5rem;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}

#filter.open {
    max-height: 300px; /* Ajusta este valor según el contenido de tu filtro */
}
.button-container {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Para Firefox */
    -ms-overflow-style: none; /* Para Internet Explorer y Edge */
	position: relative;
	z-index: 1;
}
.button-container::-webkit-scrollbar {
	display: none;
}
.filter-button{
	border: none;
    border-radius: 10px;
    padding: 0.5rem;
	-webkit-appearance: none !important;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0.5rem;
	background: var(--tab-fondo);
    color: var(--tab-texto);
}
.filter-button.active{
	background: var(--a-fondo-active-tab);
	color: var(--tab-active);
	font-weight: 400;    text-align: left;
}

.form-group{
	margin: 0.5rem;
}

#products .active{
	display: block !important;
}

.btn-primary{
	color: var(--second-color)!important;
 	background-color: transparent;
	border: none;
 	border-color: transparent;
	border-radius: 0.25rem !important;
	height: 2.5rem;
  	width: 2.5rem !important;
	padding: 0 !important;
	margin: 0 !important;
}
.row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.buscar-por{
	font-size: .8rem;
  margin:0 0 .5rem 0.2rem;
}
 a.btn{
	 display: flex;
    align-items: center;
    justify-content: center;
 }
 .btn-primary:active:focus{
	 box-shadow:  0 0 0 5px var(--focus-color) !important;
 }
 .btn-primary:focus{
	box-shadow: none !important;
 }
 .btn-primary:hover {
     color: var(--theme-color) !important;
	 }
.form-control:focus {
    color: var(--second-color) !important;;
    background-color: var(--theme-color)!important;
    border-color: var(--focus-color)!important;
    outline: 0;
    box-shadow: 0 0 0 5px var(--focus-color) !important;
}

.shop-item__favorite-button::before {
  content: '♡'
}

.shop-item__favorite-button[data-is-favorite] {
  background: red;
}

.shop-item__favorite-button span::before {
  content: attr(data-favorite)
}

.shop-item__favorite-button[data-is-favorite] span::before {
  content: attr(data-favorite-added)
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  overflow: hidden;
}

.shop-item__favorite-button{

}
.div-botones-add-to{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.div-botones-add-to a{
	border-radius: 0.5rem 0.5rem 1rem 0.5rem !important;
}



.container {
  margin-top: 20px;
  overflow: hidden;
}

.catalogo-title{
	font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

/* Style the buttons */
.btn {
}

.btn:hover {
  background-color: var(--second-color);
}

.btn.active {
  background-color: #666;
  color: white;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: var(--theme-color);
    background-color: var(--second-color);
    border-color: var(--focus-color)
}
.btn-primary:hover {
    color: var(--theme-color);
    background-color: var(--second-color);
    border-color: var(--focus-color)
}


/*SLIDES*/
.card-wrap {
	width: 300px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}
.card {
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	border-radius: 4px;
	text-align: left;
}
.card-header {
	background-image: url("https://core.secure.ehc.com/src/apps/maps-and-locations/images/bg_building_360x210.jpg");
	background-color: #000;
	height: 120px;
	background-size: cover;
	background-position: center center;
	border-radius: 4px 4px 0 0;
	position: relative;}
.card-title {
		position: absolute;
		color: #fff;
		font-size: 18px;
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
.overlay {
	background: #000;
	opacity: .5;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.card-body {
	border-radius: 0 0 4px 4px;
	background-color: #fff;
}
.cta {
	white-space: normal;
}
.green {
	color: green;
}

.location a,
.location:hover {
	text-decoration: none;
}	
.card-body-right {
		background: #5080bd;
		color: #fff;
	}

.location p:last-child {
	margin-bottom: 0;
}
.location:hover .card-flyout-toggle {
	display: block;
}
.card-body {
	display: table;
	width: 100%;
}
.card-body-left {
	width: 80%;
	display: table-cell;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	padding: 15px;
}
.card-body-right {
	width: 20%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #aaa;
	transition: .3s;
}
.location-detail-wrap{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 5;
}
 .location-body{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--theme-color);
	padding: 15px;
	padding-bottom: 80px;
	overflow: auto;
	border-radius: 15px 15px 0 0;
}
.close-location-detail-wrap {
	text-align: right;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: absolute;
    right: 4%;
	z-index: 1;
}

.contenedor-img{
	height: 25vh;
    overflow: hidden;
    border-radius: 20px 20px 5px 5px;
}
.contenedor-img img{
	width: 100%;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.kill-scroll {
	overflow: hidden;
}
.info-links {
	overflow: auto;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.info-links li {
	float: left;
	width: 50%;
	display: block;
	text-align: center;
	border-left: 1px solid #ccc;
}
.info-links li:first-child {
	border-left: none;
}
.info-links i {
	font-size: 20px;
}
.item-count{
	width: 20px !important;
    text-align: center;
    margin-bottom: 0 !important;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    align-content: center !important;
}
.btn-danger{
	background-color: var(--a-fondo-active-tab) !important;
	border-color: var(--a-fondo-active-tab) !important;
	color: var(--text-color) !important;

}
.cart-sub-total{
    font-weight: 700;
    text-transform: uppercase;
}
.cart-footer{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
}
.cart-name{
	text-transform: uppercase;
	font-weight: 800;
}
.cart-unidad{
	font-size: .9rem;
}
.cart-accion{
	display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}
.cart-accion button{
	margin-left: 0.5rem;
}
.cart-accion a{
	margin-left: 0.5rem;
}
.owl-dots{
	display: none;
}
.owl-nav{
	width: 100% !important;
}
.select-nav{
	padding: 0 !important;
}
.show-cart .btn-primary{
	background-color: var(--complemento-color);
	border-color: var(--complemento-color);
	color: var(--second-color) !important;
	font-size: bold !important;
} 
.delete-item{
    color: var(--theme-color) !important;
    font-size: bold !important;
    height: 30px;
    width: 30px;
    padding: 0 !important;
}