﻿/*Busca vazia*/
.grid-empty .wd-browsing-grid-list:before {
	display: none;
}

.grid-empty div#content-wrapper > .row {
	justify-content: center;
}

.busca-vazia h2 {
	color: #1d1d1d;
	font-size: 30px;
}

.busca-vazia p {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 500;
}

.busca-vazia a {
	background: var(--pmp-darkblue);
	width: 16em;
	margin: 60px auto 0px !important;
	padding: 10px;
	border-radius: 5px;
	color: white;
	font-size: 15px;
}
/**/

.wd-browsing-auction-list>ul>li, .wd-browsing-grid-list>ul>li, .wd-browsing-grid>ul>li {
	max-width: 25%;
	padding: 0;
}

.wd-browsing-auction-list>ul>li .wd-product-line, .wd-browsing-grid-list>ul>li .wd-product-line, .wd-browsing-grid>ul>li .wd-product-line {
	margin: 0 7px;
	border-top: none;
	padding-top: 0;
}

.wd-product-line-medias .variation {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 90%;
}

/*Titulo*/
.grid-products #middle #content .page-description h2 {
	color: #1D1D1D;
}

.wd-browsing-grid .wd-browsing-grid-sorter * {
	color: #1d1d1d;
	font-weight: 500;
}

.wd-browsing-grid .wd-browsing-grid-sorter select {
	height: 30px;
	border-radius: 7px;
}

/*Left*/
#left .wd-facet-group .facets .facet-type .facet-type-list .option-title, #left .wd-facet-group .facets .facet-type .facet-type-list ul li h4 a .option-title {
	color: #1d1d1d;
}

#left .wd-facet-group .facets .facet-type .facet-type-list .facet-title .AccountRegisterRoute .wd-profile-register .wd-subtitle, #left .wd-facet-group .facets .facet-type .facet-type-list .facet-title h3, .AccountRegisterRoute .wd-profile-register #left .wd-facet-group .facets .facet-type .facet-type-list .facet-title .wd-subtitle {
	color: var(--pmp-darkblue);
}

@media(max-width: 624px) {
	.wd-browsing-auction-list>ul>li, .wd-browsing-grid-list>ul>li, .wd-browsing-grid>ul>li {
		max-width: 50%;
		padding: 0;
	}
	.wd-browsing-grid .wd-browsing-grid-sorter {
		margin-top: 15px;
		width: 100%;
	}
	body[class*=context-product] #middle #content .product-detail .descriptions {
		margin-top: 1em;
	}
}