body.blurred
{
	overflow: hidden;
}

body.blurred .mobile-filters
{
	display: block;
}

.mobile-filters
{
	display: none;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .9;
	width: 100%;
	height: 100%;
	padding: 70px 50px;
	z-index: 1;
}

.mobile-filters h1
{
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}

.mobile-filters h1 i
{
	margin-right: 5px;
}

.mobile-filters a
{
	display: table;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.9em;
}


.izquierda
{
	padding-top: 27px;
}

ul.breadcrumb
{
	list-style: none;
	padding: 7px 0 7px;
	margin: 0 0 15px;
	border-bottom: 1px solid #e5e5e5;
}

ul.breadcrumb li
{
	display: inline-block;
	padding-right: 6px;
}

ul.breadcrumb li a
{
	color: #888;
}

ul.breadcrumb li a:hover
{
	color: #333;
}

ul.breadcrumb li:before
{
	content: "\f105";
	font-family: 'FontAwesome';
	color: #ccc;
	padding-right: 9px;
}

ul.breadcrumb li:first-child:before
{
	display:none;
}

.izquierda h1
{
	font-size: 28px;
	margin-top: 2px;
	margin-bottom: 3px;
	font-weight: 400;
	color: #333;
	line-height: 1.2em;
}

.izquierda .resultados
{
	color: #555;
	margin-bottom: 25px;
	padding-left: 1px;
}

.izquierda h2
{
	padding-top: 25px;
	font-size: 16px;
	color: #222;
	font-weight: 600;
}

.izquierda > a
{
	font-size: 14px;
	color: #555;
	display: table;
	margin-bottom: 5px;
	padding-left: 1px;
}

.izquierda > a:hover
{
	color: #000;
}

.izquierda .ordenar .dropdown
{
	float: left;
	margin-right: 7px;
	padding-right: 12px;
	border-right: solid 1px #ccc;
	color: #555;
}

.izquierda .ordenar .dropdown .caret
{
	margin-left: 4px;
	margin-top: -1px;
}

.izquierda .ordenar .dropdown-menu > li > a
{
	padding: 7px 17px;
	font-size: 13px;
}

.izquierda .ordenar .dropdown-toggle
{
	cursor: pointer;
}

.izquierda .ordenar .dropdown-menu
{
	margin-left: -5px;
}

.izquierda .ordenar button
{
	margin: 0px;
	padding: 0px 5px;
	line-height: 22px;
	border: none;
	background: none;
	color: #888;
	outline: none;
}

.izquierda .ordenar button.active
{
	color: var(--main-color);
}


.opciones-mobile
{
	padding: 13px 0;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.opciones-mobile > *
{
	border-right: solid 1px #eee;
	width: calc(30% - 1px);
	display: inline-block;
	text-align: center;
	color: #3483fa;
}

.opciones-mobile > *:last-child
{
	border: none;
}

.opciones-mobile .sort
{
	width: calc(39% - 1px);
}

.opciones-mobile i
{
	margin-right: 5px;
}

.mobile-sort
{
	color: #3483fa;
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
}


@media (max-width:767px)
{
	#content
	{
		padding: 15px 0 0 !important;
	}

	.product .right-side .marcar-favorito
	{
		display: none;
	}

	.product-list .image
	{
		float: left;
		width: 150px;
	}

	.product-list .actions
	{
		display: none;
	}

	.product-list .name-desc
	{
		float: left;
		width: calc(100% - 150px);
		padding-top: 5px;
	}

	.product-list .name-desc .name
	{
		height: 25px;

		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	}

	.product-list .name-desc .description
	{
		font-weight: 300;
		-webkit-line-clamp: 2;
	}

	.product-list .name-desc .name a
	{
		font-size: 15px;
	}
}

a.ver-todos
{
	display: block;
	text-align: center;
	padding: 5px 0;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.product-grid
{
	display: flex !important;
	flex-wrap: wrap;
}

.product-grid > div:not(.clearfix)
{
	display: flex;
}

.product-grid .product
{
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%*/
}

.product-grid .product .left-side
{
	min-height: 44px;
}