/*Variables*/
/*Fonts*/
/*Colors*/
/*Paths*/
/*********************
BREAKPOINTS
*********************/
#hero .slide .title {
	font-size: 36px;
	line-height: 45px;
	font-weight: 500;
}
@media (max-width: 768px) {
	#hero .slide .title {
		font-size: 24px;
		line-height: 30px;
	}
}

#hero .slide .description {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
}
@media (max-width: 768px) {
	#hero .slide .description {
		font-size: 15px;
		line-height: 22px;
	}
}

#hero .slide .cta-link {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 32px;
	width: max-content;
}
#hero .slide .cta-link:active {
	color: #353535;
	background-color: #8f8f8f;
}
#hero .slide .cta-link:focus {
	color: #353535;
	background-color: #cacaca;
	border: 3px solid #fff;
	padding: 9px 31px;
	outline: none;
}

/* Page Styles */
#hero .transition {
	transition: 0.7s;
}
#hero .carousel-window {
	overflow: hidden;
}
#hero .carousel {
	display: flex;
	flex-flow: row wrap;
	width: calc( (var(--vh, 1vw) * 400));
	padding-left: 0;
	margin-bottom: 0;
}
#hero .carousel li {
	list-style: none;
	padding-left: 0;
}
#hero .carouselJustOne {
	padding: 0;
	margin: 0;
	flex-flow: row;
}
#hero .carouselJustOne li {
	list-style: none;
}
#hero .carouselJustOne li .slide {
	height: auto;
	padding: 0;
}
@media (max-width: 768px) {
	#hero .carouselJustOne li .slide {
		/*height: 232px !important;*/
		height: auto !important;
	}
}
#hero .carouselJustOne li .slide.slide-image-mobile {
	display: none;
}
@media (max-width: 768px) {
	#hero .carouselJustOne li .slide {
		background-position: center center;
	}
	#hero .carouselJustOne li .slide.slide-image-desktop {
		display: none;
	}
	#hero .carouselJustOne li .slide.slide-image-mobile {
		display: block;
		height: auto;
		margin-top: 70px;
	}
}
#hero .carouselJustOne li .slide img {
	width: 100%;
}
#hero .slide {
	z-index: 0;
	width: 100vw;
	height: calc( (var(--vh, 1vh) * 100) );
	padding: 100px 5.555555vw 0 5.555555vw;
	background-size: cover;
	/* post venta page */
}
#hero .slide.active {
	display: flex;
}
#hero .slide .content {
	width: 35%;
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	justify-content: center;
	padding-bottom: 123px;
	min-height: 392px;
}
#hero .slide .title {
	color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#hero .slide .description {
	color: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
#hero .slide.heroInterior-15 {
	height: 400px;
}
@media (max-width: 768px) {
	#hero .slide.heroInterior-15 {
		height: 324px !important;
	}
}
@media (max-width: 768px) {
	#hero .slide.heroInterior-15 .content {
		padding-top: 35px;
		height: auto;
	}
}
#hero .slide.slideSinglePost {
	height: 521px;
}
#hero .slide.slideSinglePost .single-post-meta {
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
}
#hero .slide.slideSinglePost .single-post-meta a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 768px) {
	#hero .slide.slideSinglePost .single-post-meta a, #hero .slide.slideSinglePost .single-post-meta .single-post-meta-separator {
		display: none;
	}
}
@media (max-width: 768px) {
	#hero .slide.slideSinglePost {
		background-position: center center !important;
	}
}
#hero .hero-navigator {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	position: absolute;
	width: auto;
	margin: 0 0 0 5.555555%;
	backdrop-filter: blur(10px);
	padding: 10px;
	bottom: 56px;
}
#hero .hero-navigator li {
	width: 250px;
	list-style: none;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 5px;
	margin-right: 8px;
}
@media (max-width: 1199px) {
	#hero .hero-navigator li {
		width: auto;
	}
}
#hero .hero-navigator li.active {
	background-color: rgba(255, 255, 255, 0.3);
}
#hero .hero-navigator li:last-child {
	margin-right: 0;
}
#hero .hero-navigator li button {
	width: 250px;
	padding: 10px 0px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 27px;
	background: transparent;
	border: none;
}
@media (max-width: 1199px) {
	#hero .hero-navigator li button {
		width: 150px;
		padding: 10px 10px;
		font-size: 14px;
		line-height: 16px;
	}
}

body.page-template-blog #hero,
body.tax-product_cat #hero,
body.archive.woocommerce-page #hero {
	margin-top: 100px;
}
@media (max-width: 768px) {
	body.page-template-blog #hero,
body.tax-product_cat #hero,
body.archive.woocommerce-page #hero {
		margin-top: 0px;
	}
}
body.page-template-blog #hero .carousel-window,
body.tax-product_cat #hero .carousel-window,
body.archive.woocommerce-page #hero .carousel-window {
	position: relative;
}
body.page-template-blog #hero .carousel-window .carousel,
body.tax-product_cat #hero .carousel-window .carousel,
body.archive.woocommerce-page #hero .carousel-window .carousel {
	flex-flow: row;
}
body.page-template-blog #hero .carousel-window .carousel .slide,
body.tax-product_cat #hero .carousel-window .carousel .slide,
body.archive.woocommerce-page #hero .carousel-window .carousel .slide {
	height: 25vw;
}
@media (max-width: 768px) {
	body.page-template-blog #hero .carousel-window .carousel .slide,
body.tax-product_cat #hero .carousel-window .carousel .slide,
body.archive.woocommerce-page #hero .carousel-window .carousel .slide {
		height: 232px !important;
	}
}
body.page-template-blog #hero .carousel-window .carousel .slide.slide-image-mobile,
body.tax-product_cat #hero .carousel-window .carousel .slide.slide-image-mobile,
body.archive.woocommerce-page #hero .carousel-window .carousel .slide.slide-image-mobile {
	display: none;
}
@media (max-width: 768px) {
	body.page-template-blog #hero .carousel-window .carousel .slide,
body.tax-product_cat #hero .carousel-window .carousel .slide,
body.archive.woocommerce-page #hero .carousel-window .carousel .slide {
		background-position: center center;
	}
	body.page-template-blog #hero .carousel-window .carousel .slide.slide-image-desktop,
body.tax-product_cat #hero .carousel-window .carousel .slide.slide-image-desktop,
body.archive.woocommerce-page #hero .carousel-window .carousel .slide.slide-image-desktop {
		display: none;
	}
	body.page-template-blog #hero .carousel-window .carousel .slide.slide-image-mobile,
body.tax-product_cat #hero .carousel-window .carousel .slide.slide-image-mobile,
body.archive.woocommerce-page #hero .carousel-window .carousel .slide.slide-image-mobile {
		display: block;
		height: 250px !important;
		margin-top: 70px;
	}
}
body.page-template-blog #hero .carousel-window .carousel .slide .content,
body.tax-product_cat #hero .carousel-window .carousel .slide .content,
body.archive.woocommerce-page #hero .carousel-window .carousel .slide .content {
	flex-flow: column;
	padding-bottom: 0;
	min-height: unset;
}
body.page-template-blog #hero .carousel-window .carousel .slide .content .title a,
body.tax-product_cat #hero .carousel-window .carousel .slide .content .title a,
body.archive.woocommerce-page #hero .carousel-window .carousel .slide .content .title a {
	color: #fff !important;
	text-decoration: none;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper,
body.tax-product_cat #hero .ctrlsHeroblogWrapper,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper {
	position: absolute;
	right: 0;
	margin: 0 5.555555% 0 0;
	bottom: 56px;
	background: transparent;
	padding: 0;
}
@media (max-width: 768px) {
	body.page-template-blog #hero .ctrlsHeroblogWrapper,
body.tax-product_cat #hero .ctrlsHeroblogWrapper,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper {
		bottom: 40px;
	}
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog {
	display: flex;
	align-items: baseline;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator {
	position: relative;
	margin: 0;
	right: unset;
	left: unset;
	bottom: unset;
	bottom: unset;
	display: flex;
	flex-flow: unset;
	column-gap: 16px;
	background: transparent;
	border-radius: unset;
	padding: 0;
	backdrop-filter: unset;
}
@media (max-width: 768px) {
	body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator {
		column-gap: 8px;
	}
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li {
	width: auto;
	list-style: none;
	text-align: unset;
	padding: 0;
	background-color: transparent;
	border-radius: unset;
	margin-left: 0;
	margin-right: 0;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	background-color: #fff;
	border: none;
	transition: 0.2s;
}
@media (max-width: 768px) {
	body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button {
		width: 5px;
		height: 5px;
		border-radius: 2.5px;
	}
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li.active button,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li.active button,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li.active button {
	background-color: #fff;
	width: 96px;
}
@media (max-width: 768px) {
	body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li.active button,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li.active button,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li.active button {
		width: 48px;
	}
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog {
	margin-left: 30px;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link {
	background: transparent;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 8px 24px;
	width: max-content;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link.prev,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link.prev,
body.archive.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link.prev {
	margin-right: 10px;
}

body.tax-product_cat #hero {
	margin-top: 100px;
}
body.tax-product_cat #hero .carousel-window .carousel .slide {
	height: 360px;
}

.archiveProduct .backTop {
	display: none;
}
@media (max-width: 768px) {
	.archiveProduct.sectionWidth {
		margin-top: 10px;
	}
	.archiveProduct .backTop {
		display: block;
		cursor: pointer;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
}
.archiveProduct h1 {
	font-size: 2.2rem;
	margin-bottom: 2.2rem;
	width: 75%;
	margin-left: 25%;
}
@media (max-width: 768px) {
	.archiveProduct h1 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 30px 0;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .preload {
	/* background: #007c8f; */
	width: 100vw;
	display: none;
	height: 100vh;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;
	background-color: #fff;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .preload .loaderWrapper {
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .preload .loaderWrapper img {
	width: 40px;
	height: 40px;
	text-align: center;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores {
	padding-top: 10px;
	padding-bottom: 40px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .mobileCount {
	display: none;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .mobileCount {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
		background: #EFEFEF;
		border: 1px solid #ff9240;
		border-radius: 5px;
		padding: 5px;
		margin: 0 0 20px 0;
		font-size: 12px;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .mobileCount p.woocommerce-result-count {
	margin: 0;
	text-align: center;
	float: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 75%;
	margin-left: 25%;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper {
		flex-direction: column;
		width: 100%;
		margin-left: 0;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form {
	flex-grow: 1;
	width: 48.5%;
	margin: 0;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper {
	width: 100%;
	margin-right: 0px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper {
		margin-bottom: 0;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper input.buscador-dgautomotores-input {
	width: calc(100% - 150px);
	font-weight: 300;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper input.buscador-dgautomotores-input::placeholder {
	font-weight: 300;
	opacity: 0.7;
	color: #afabab;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-reset-icon {
	position: absolute;
	top: 9px;
	right: 16px;
	cursor: pointer;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-reset-icon.hidden {
	display: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container {
	position: absolute;
	top: 60px;
	left: 0;
	padding: 20px;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container .families h4 {
	font-weight: 500;
	font-size: 18px;
	margin: 10px 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container .families .search-results-item {
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	padding: 10px 21px;
	position: relative;
	border-bottom: 1px solid #CACACA;
	cursor: pointer;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container .families .search-results-item:last-of-type {
	border-bottom: 0 none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container .families .search-results-item:after {
	content: "";
	left: 0;
	top: 13px;
	width: 14px;
	height: 14px;
	background: url("../images/layouts/icons/search_24px.svg");
	background-size: 100%;
	position: absolute;
	pointer-events: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container .families:first-of-type h4 {
	margin: 0px 0 10px 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container .nofound {
	width: 100%;
	color: #0E0E0E;
	display: flex;
	align-items: initial;
	justify-content: left;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container .nofound .firstCol {
	background: url("/wp-content/themes/ed-theme-child/assets/images/layouts/icons/sadFace.svg") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-top: 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container .nofound .secondCol {
	text-align: left;
	margin: -2px 0 0 10px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .search-results-container.hidden {
	display: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .filtrar-ordenar-mobile {
	width: 100%;
	display: none;
	justify-content: flex-start;
	align-items: center;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .filtrar-ordenar-mobile {
		display: flex;
		margin-bottom: 10px;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .filtrar-ordenar-mobile > div {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	margin-right: 15px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .filtrar-ordenar-mobile > div:hover {
	cursor: pointer;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper .filtrar-ordenar-mobile > div span {
	font-size: 18px;
	margin-right: 15px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper.nohave0km .buscador-dgautomotores-form {
	flex-grow: 1;
	width: 74.5%;
	margin: 0;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .buscador-dgautomotores-form-wrapper.nohave0km .buscador-dgautomotores-form {
		width: 100%;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .stausFilter {
	display: none;
	align-items: center;
	justify-content: start;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .stausFilter {
		display: flex;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .stausFilter h4 {
	background: #EFEFEF;
	border: 1px solid #CACACA;
	padding: 10px 29px 10px 10px;
	border-radius: 10px;
	color: #353535;
	font-weight: 300;
	font-size: 13px;
	position: relative;
	margin-right: 5px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper #buscador-dgautomotores .stausFilter h4 span {
	background: url("../images/layouts/icons/closeCatalogo.svg") no-repeat;
	width: 14px;
	height: 14px;
	background-size: 14px;
	position: absolute;
	margin-top: 1px;
	right: 7px;
	top: 10px;
	cursor: pointer;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters {
	margin: 0 0 20px 0;
	flex-grow: 1;
	width: 100%;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters {
		width: 100%;
		display: flex;
		align-items: center;
		column-gap: 8px;
		margin-top: 0;
		margin-bottom: 0 !important;
		height: 77px;
		padding: 15px 0;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters.fixed-menu {
		position: fixed;
		z-index: 30;
		background: #fff;
		padding: 15px 5.55555% 15px 5.55555%;
		box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters .btn-filter-usados,
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters .btn-filter-0km {
	border: 2px solid #007c8f;
	color: #007c8f;
	background-color: #fff;
	border-radius: 5px;
	padding: 7px 30px;
	font-size: 18px;
	line-height: 1.5;
	transition: all 0.3s;
	text-decoration: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters .btn-filter-usados.active,
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters .btn-filter-0km.active {
	background-color: #007c8f;
	color: #fff;
	border: 2px solid #007c8f;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck {
	position: relative;
	margin-right: 0px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck {
		margin-right: 0;
		width: 100%;
		flex: 1;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .wrapper {
	cursor: pointer;
	font-size: 22px;
	background-color: #fff;
	color: #007c8f;
	border: 2px solid #EC6907;
	width: 141px;
	border-radius: 5px;
	padding: 0;
	font-size: 18px;
	height: 47px;
	line-height: unset;
	transition: all 0.3s;
	text-decoration: none;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .wrapper {
		width: 100%;
		margin-right: 0;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText {
	position: absolute;
	top: 13px;
	right: 44px;
	color: #EC6907;
	cursor: pointer;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText {
		top: 10px;
		font-size: 18px;
		right: 36%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText.nuevosCero {
		right: 39%;
	}
}
@media (max-width: 700px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText {
		right: 33%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText.nuevosCero {
		right: 37%;
	}
}
@media (max-width: 600px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText {
		right: 30%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText.nuevosCero {
		right: 34%;
	}
}
@media (max-width: 500px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText {
		right: 22%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText.nuevosCero {
		right: 31%;
	}
}
@media (max-width: 400px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText {
		right: 23%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText.nuevosCero {
		right: 28%;
	}
}
@media (max-width: 360px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText {
		right: 17%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck .checkText.nuevosCero {
		right: 25%;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck span.checkmark {
	position: absolute;
	top: 13px;
	left: 33px;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border: 3px solid #EC6907;
	border-radius: 3px;
	cursor: pointer;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck span.checkmark {
		left: 36%;
	}
}
@media (max-width: 700px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck span.checkmark {
		left: 33%;
	}
}
@media (max-width: 600px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck span.checkmark {
		left: 30%;
	}
}
@media (max-width: 500px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck span.checkmark {
		left: 22%;
	}
}
@media (max-width: 400px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck span.checkmark {
		left: 23%;
	}
}
@media (max-width: 360px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck span.checkmark {
		left: 21%;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .wrapper {
	background-color: #EC6907;;
	color: #fff;
	border: 2px solid #EC6907;;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText {
	color: #fff;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText {
		right: 36%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText.nuevosCero {
		right: 39%;
	}
}
@media (max-width: 700px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText {
		right: 33%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText.nuevosCero {
		right: 37%;
	}
}
@media (max-width: 600px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText {
		right: 30%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText.nuevosCero {
		right: 34%;
	}
}
@media (max-width: 500px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText {
		right: 22%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText.nuevosCero {
		right: 31%;
	}
}
@media (max-width: 400px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText {
		right: 23%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText.nuevosCero {
		right: 28%;
	}
}
@media (max-width: 360px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText {
		right: 17%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkText.nuevosCero {
		right: 25%;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark {
	background-color: #EC6907;
	border: 3px solid #fff;
	border-radius: 3px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark {
		right: 36%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark.nuevosCero {
		right: 39%;
	}
}
@media (max-width: 700px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark {
		right: 33%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark.nuevosCero {
		right: 37%;
	}
}
@media (max-width: 600px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark {
		right: 30%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark.nuevosCero {
		right: 34%;
	}
}
@media (max-width: 500px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark {
		right: 22%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark.nuevosCero {
		right: 31%;
	}
}
@media (max-width: 400px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark {
		right: 23%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark.nuevosCero {
		right: 28%;
	}
}
@media (max-width: 360px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark {
		right: 17%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark.nuevosCero {
		right: 25%;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck input[type=checkbox]:checked ~ .checkmark:after {
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	top: 1px;
	width: 5px;
	height: 11px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type {
	margin-right: 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText {
	right: 29px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText {
		right: 36%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText.nuevosCero {
		right: 39%;
	}
}
@media (max-width: 700px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText {
		right: 33%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText.nuevosCero {
		right: 37%;
	}
}
@media (max-width: 600px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText {
		right: 30%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText.nuevosCero {
		right: 34%;
	}
}
@media (max-width: 500px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText {
		right: 22%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText.nuevosCero {
		right: 31%;
	}
}
@media (max-width: 400px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText {
		right: 23%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText.nuevosCero {
		right: 28%;
	}
}
@media (max-width: 360px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText {
		right: 17%;
	}
	.archiveProduct .archiveProductSection .archiveProductWwrapper .buscador-dgautomotores-filters label.containerCheck:last-of-type .checkText.nuevosCero {
		right: 25%;
	}
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive > div.row {
		justify-content: center;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .orderCat {
	margin: 0 0 20px 0;
	flex-grow: 1;
	width: 100%;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .orderCat {
		display: none;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .orderCat .titOrder {
	font-size: 18px;
	line-height: 23.6px;
	font-weight: 500;
	margin-bottom: 4px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .orderCat .woocommerce-ordering {
	margin: 0;
	float: none;
	position: relative;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .orderCat .woocommerce-ordering select {
	vertical-align: top;
	width: 100%;
	display: block;
	width: 100%;
	padding: 8px 12px 8px 12px;
	border-radius: 5px;
	border: 1px solid #8F8F8F;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .orderCat .woocommerce-ordering:after {
	content: "";
	font-size: 18px;
	font-family: "Kanin";
	color: #353535;
	right: 12px;
	top: 12px;
	width: 18px;
	height: 18px;
	background: url("../images/layouts/icons/arrow-down-gray-6.svg");
	background-size: cover;
	position: absolute;
	pointer-events: none;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive {
		display: none;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .woocommerce-result-count {
	margin: 0 0 1.5em;
	width: 100%;
	float: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .stausFilter {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	flex-wrap: wrap;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .stausFilter h4 {
	background: #EFEFEF;
	border: 1px solid #CACACA;
	padding: 10px 29px 10px 10px;
	border-radius: 10px;
	color: #353535;
	font-weight: 300;
	font-size: 13px;
	position: relative;
	margin-right: 5px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive .stausFilter h4 span {
	background: url("../../assets/images/layouts/icons/closeCatalogo.svg") no-repeat;
	width: 14px;
	height: 14px;
	background-size: 14px;
	position: absolute;
	margin-top: 1px;
	right: 7px;
	cursor: pointer;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar {
	display: flex;
	flex-direction: column;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo {
	margin: 7px 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo .titgrupo {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo form .item {
	margin: 7px 0;
	display: flex;
	width: fit-content;
	cursor: pointer;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo form .item input[type=radio] {
	width: 17px;
	height: 17px;
	margin-top: 4px;
	margin-right: 4px;
	border-color: #EC6907;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 3px;
	background-clip: content-box;
	border: 2px solid #EC6907;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
}

.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#opportunity {
	background: #EC6907;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
}

.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#opportunity label {

}

.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo form .item input[type=checkbox] {
	width: 17px;
	height: 17px;
	margin-top: 4px;
	margin-right: 4px;
	border-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 3px;
	background-clip: content-box;
	border: 2px solid #fff;
	background-color: transparent;
	border-radius: 0%;
	cursor: pointer;
}

.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo form .item input[type=radio]:checked {
	background-color: #EC6907;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo form .item label {
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo form .vertodo {
	color: #007C8F;
	font-size: 20px;
	font-weight: 300;
	margin-top: 15px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo form .vertodo a {
	color: #EC6907;
	text-decoration: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo.numbers form {
	display: flex;
	align-items: center;
	justify-content: start;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo.numbers form input[type=number] {
	border-radius: 6px;
	border: 1px solid #8F8F8F;
	padding: 6px 5px 6px 7px;
	width: 135px;
	font-size: 14px;
	margin-right: 5px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo.numbers form input[type=number]::placeholder {
	font-weight: 300;
	color: #b3b0b0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo.numbers form input[type=number]:focus, .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo.numbers form input[type=number]:hover, .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo.numbers form input[type=number]:active, .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo.numbers form input[type=number]:visited {
	outline: unset;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo.numbers form input[type=submit] {
	background: url("../images/layouts/icons/catalogoButon.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0;
	display: block;
	height: 16px;
	width: 16px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive ul {
		margin-bottom: 0;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive ul.products.usados-destacados .destacado-label {
	background: url("/wp-content/themes/ed-theme-child/assets/images/layouts/catalogo/usado-destacado.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 12px;
	width: 125px;
	height: 44px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product {
		width: 100%;
		float: none;
		clear: none;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a {
	text-decoration: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-image img {
	width: 100%;
	max-width: 100%;
	height: 215px;
	object-fit: cover;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-image img {
		object-fit: cover !important;
		max-width: 420px;
		margin: 0 auto;
		text-align: center;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-image.imgLoader img {
	/*object-fit: none; RA disabled*/
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content {
	padding: 8px 24px 16px;
	min-height: 269px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content p {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #8F8F8F;
	font-weight: 300;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-title {
	margin-bottom: 8px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-title h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #353535;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-description {
	min-height: 146px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-description p {
	color: #8F8F8F;
	font-weight: 300;
	font-size: 18px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-description ul {
	color: #8F8F8F;
	font-weight: 300;
	margin: 10px 0;
	padding-left: 2rem;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-description ul li {
	margin: 2px 0;
	list-style-type: disc;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-condiciones {
	margin: 0 0 10px 0;
	padding: 0;
	display: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-condiciones p {
	color: #353535;
	font-weight: 500;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-precio {
	border-top: 1px solid #CACACA;
	padding-top: 15px;
	margin-top: 10px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-precio h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #00a9c3;
	margin: 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive li.product a .carousel-dgautomotores-card .carousel-dgautomotores-card-content .carousel-dgautomotores-card-precio h2 span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #8F8F8F;
	margin-right: 8px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation {
	margin-top: 0;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation {
		margin-bottom: 0;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation ul {
	justify-content: end;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation ul {
		justify-content: center;
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation ul li {
		margin-right: 0px;
	}
}
@media (max-width: 420px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation ul li a {
		padding: 6px 13px;
		font-size: 16px;
		width: 30px;
		height: 30px;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation.navigatorDesk {
	display: block;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation.navigatorDesk {
		display: none;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation.navigatorMobile {
	display: none;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .customNavigation.navigatorMobile {
		display: block;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound {
	background: #EFEFEF;
	width: 100%;
	color: #0E0E0E;
	display: flex;
	align-items: initial;
	justify-content: center;
	padding: 50px 0;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound {
		display: block;
		align-items: initial;
		justify-content: initial;
		padding: 30px;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound .firstCol {
	background: url("/wp-content/themes/ed-theme-child/assets/images/layouts/icons/sadFace.svg") no-repeat;
	background-size: 70px;
	width: 70px;
	height: 70px;
	margin-top: 5px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound .firstCol {
		text-align: center;
		background-position: center;
		margin: 0 auto 20px auto;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound .secondCol {
	text-align: left;
	max-width: 445px;
	margin: 0 0 0 30px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound .secondCol {
		text-align: left;
		max-width: unset;
		margin: 0;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound .secondCol h1 {
	color: #0E0E0E;
	margin: 0;
	line-height: 38px;
}
@media (max-width: 768px) {
	.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound .secondCol h1 {
		line-height: 26px;
		font-size: 1.4rem;
		text-align: center;
	}
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound .secondCol ul {
	margin: 20px 0 0 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .loopArchive .noFound .secondCol ul li {
	color: #0E0E0E;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .overlay {
	display: none;
	background: #000;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transition: opacity 1s;
	opacity: 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet {
	background: #fff;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	width: 50%;
	max-width: 849px;
	height: 100vh;
	transition: transform 0.7s, opacity 1s;
	transform: translateX(-100%);
	opacity: 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet.show {
	transform: translateX(0%);
	opacity: 1;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet {
	position: relative;
	padding: 60px 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent {
	padding: 0 60px;
	padding-bottom: 25px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent.shadowScrolled {
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent .conteClose {
	position: relative;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent .conteClose a.close {
	background: url("../images/layouts/icons/close-btn.svg") no-repeat;
	background-size: 100%;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top: -10px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper {
	width: 100%;
	margin-right: 0px;
	position: relative;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper:after {
	content: "";
	left: 27px;
	top: 14px;
	width: 18px;
	height: 18px;
	background: url("../images/layouts/icons/search_24px.svg");
	background-size: cover;
	position: absolute;
	pointer-events: none;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent .buscador-dgautomotores-form .buscador-dgautomotores-input-wrapper .buscador-dgautomotores-input {
	background-color: #EFEFEF;
	border: 0;
	font-size: 18px;
	padding: 9px 24px 9px 64px;
	width: 438px;
	box-sizing: border-box;
	width: 100%;
	font-weight: 300;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent .preloadSide {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;
	background-color: #fff;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent .preloadSide .loaderWrapper {
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .fcontent .preloadSide .loaderWrapper img {
	width: 40px;
	height: 40px;
	text-align: center;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .tableWrapper {
	padding: 0 60px;
	overflow-y: scroll;
	height: 100vh;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .tableWrapper .itemWrapper {
	display: flex;
	justify-content: start;
	align-items: baseline;
	border-bottom: 1px solid #CACACA;
	padding: 20px 10px 13px 10px;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .tableWrapper .itemWrapper h4.letter {
	font-size: 18px;
	font-weight: 500;
	margin: 0 50px 0 0;
	padding: 0;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .tableWrapper .itemWrapper .items {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	width: 100%;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .tableWrapper .itemWrapper .items h3.item {
	font-size: 16px;
	font-weight: 300;
	margin: 0 6.3333% 15px 0;
	list-style: none;
	flex: 0 0 27%;
	display: flex;
	justify-content: space-between;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .tableWrapper .itemWrapper .items h3.item span:first-of-type {
	/*
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	*/
	width: fit-content;
	cursor: pointer;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper .wrapperSidesheet .conteSidesheet .tableWrapper .itemWrapper .items h3.item span:last-of-type {
	color: #8F8F8F;
	margin-left: 5px;
	width: fit-content;
	cursor: pointer;
}
.archiveProduct .archiveProductSection .archiveProductWwrapper[data-taxonomy=autos] #buscador-dgautomotores .buscador-dgautomotores-form-wrapper.nohavePrice .orderCat select.orderby option[value=price], .archiveProduct .archiveProductSection .archiveProductWwrapper[data-taxonomy=autos] #buscador-dgautomotores .buscador-dgautomotores-form-wrapper.nohavePrice .orderCat select.orderby option[value=price-desc] {
	display: none;
}

body:not(.customClassUsados) .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#marcas {
	order: 1;
}
body:not(.customClassUsados) .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#modelos {
	order: 2;
}
body:not(.customClassUsados) .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#versiones {
	order: 3;
}
body:not(.customClassUsados) .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#transmision {
	order: 4;
}
body:not(.customClassUsados) .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#segmentos {
	order: 5;
}
body:not(.customClassUsados) .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#precio {
	order: 6;
}
body:not(.customClassUsados) .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#combustible {
	order: 7;
}
body:not(.customClassUsados) .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#ano {
	order: 8;
}
body:not(.customClassUsados) .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#kilometraje {
	order: 9;
}

body.customClassUsados .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#marcas {
	order: 1;
}
body.customClassUsados .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#modelos {
	order: 2;
}
body.customClassUsados .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#versiones {
	order: 3;
}
body.customClassUsados .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#transmision {
	order: 4;
}
body.customClassUsados .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#combustible {
	order: 5;
}
body.customClassUsados .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#kilometraje {
	order: 6;
}
body.customClassUsados .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#precio {
	order: 7;
}
body.customClassUsados .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#segmentos {
	order: 8;
}
body.customClassUsados .archiveProduct .archiveProductSection .archiveProductWwrapper .contentArchive .sidebarArchive #sidebar .grupo#ano {
	order: 9;
}

@media (max-width: 768px) {
	body.admin-bar #hero .hero-navigator {
		top: 409px;
	}

	#hero {
		height: auto;
		padding-top: 0px;
	}
	#hero .ctrlsHeroblogWrapper {
		position: relative !important;
		margin: 0 auto !important;
	}
	#hero .ctrlsHeroblogWrapper .ctrlsHeroblog {
		justify-content: center;
	}
	#hero .ctrlsHeroblogWrapper .ctrlsHeroblog .hero-navigator {
		top: 0 !important;
	}
	#hero .ctrlsHeroblogWrapper .ctrlsHeroblog .hero-navigator li button {
		padding: 0 !important;
	}
	#hero .arrowsHeroBlog {
		display: none;
	}
	#hero .slide {
		padding: 70px 5.555555vw 0 5.555555vw;
		height: 500px !important;
		background-position: center center;
	}
	#hero .slide .content {
		width: 100%;
		flex-flow: column wrap;
		height: 417px;
		justify-content: center;
		padding-bottom: 123px;
	}
	#hero .slide .content .title {
		margin-bottom: 10px;
	}
	#hero .slide .content .description {
		margin-bottom: 20px;
	}
	#hero .hero-navigator {
		padding: 8px 8px 0px 10px;
		top: 365px;
		bottom: unset;
		margin-right: 5.555555%;
	}
	#hero .hero-navigator li {
		margin-bottom: 8px;
		flex-basis: calc(50% - 20px);
		flex-grow: 1;
		text-align: center;
		margin-right: 0;
	}
	#hero .hero-navigator li button {
		width: auto;
	}
	#hero .hero-navigator li a {
		font-size: 16px;
	}
}
body.single-post #hero .slide .content,
body.page-template-heroInteriorPage #hero .slide .content,
body.page-template-postventa #hero .slide .content,
body.page-template-planesAhorro #hero .slide .content {
	flex-flow: column;
	padding-bottom: 0;
	min-height: unset;
}

@media (max-width: 480px) {
	#hero .slide .cta-link {
		padding: 8px 25px;
	}
	#hero .slide .content .description {
		-webkit-line-clamp: 3;
	}
	#hero .hero-navigator li button {
		padding: 10px 10px !important;
		font-size: 14px !important;
	}
}
#filter-dialog, #order-dialog {
	background: #fff;
}
@media (max-width: 768px) {
	#filter-dialog .modal-dialog, #order-dialog .modal-dialog {
		margin: 0;
	}
}
#filter-dialog .modal-content, #order-dialog .modal-content {
	position: relative;
	padding: 40px 48px;
	border: 0;
}
@media (max-width: 768px) {
	#filter-dialog .modal-content, #order-dialog .modal-content {
		height: 100vh;
		max-height: 100vh;
		border-radius: 0;
		padding: 32px 16px;
	}
}
#filter-dialog .modal-content .topModal.fixed-menu, #order-dialog .modal-content .topModal.fixed-menu {
	position: fixed;
	z-index: 30;
	background: #fff;
	padding: 15px 5.55555% 15px 5.55555%;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
}
#filter-dialog .modal-content .go-back, #order-dialog .modal-content .go-back {
	display: flex;
	align-items: center;
	column-gap: 15px;
	margin: 0 20px 20px;
}
#filter-dialog .modal-content .topModal.fixed-menu .go-back, #order-dialog .modal-content .topModal.fixed-menu .go-back {
	margin: 0 0px 10px;
}
#filter-dialog .modal-content .modal-heading, #order-dialog .modal-content .modal-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 20px 30px;
}
#filter-dialog .modal-content .modal-heading h2, #order-dialog .modal-content .modal-heading h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0;
}
#filter-dialog .modal-content .modal-heading .clear-filters, #order-dialog .modal-content .modal-heading .clear-filters {
	display: none;
	align-items: center;
}
#filter-dialog .modal-content .modal-heading .clear-filters[data-filters=active], #order-dialog .modal-content .modal-heading .clear-filters[data-filters=active] {
	display: flex;
}
#filter-dialog .modal-content .modal-heading .clear-filters span, #order-dialog .modal-content .modal-heading .clear-filters span {
	font-size: 13px;
	line-height: 19.5px;
	color: #007c8f;
	margin-top: 4px;
	margin-right: 16px;
}
#filter-dialog .modal-content .topModal.fixed-menu .modal-heading, #order-dialog .modal-content .topModal.fixed-menu .modal-heading {
	margin: 0;
}
#filter-dialog .modal-content .dialog-button, #order-dialog .modal-content .dialog-button {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 8px;
	bottom: 0;
	left: 0;
	z-index: 50;
}
@media (max-width: 768px) {
	#filter-dialog .modal-content .dialog-button button, #order-dialog .modal-content .dialog-button button {
		width: 100%;
	}
}
#filter-dialog .ratio-button, #order-dialog .ratio-button {
	position: relative;
	width: 24px;
	height: 24px;
}
#filter-dialog .ratio-button .ratio-button-out, #order-dialog .ratio-button .ratio-button-out {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 2px solid #EC6907;
	border-radius: 50%;
}
#filter-dialog .ratio-button .ratio-button-in, #order-dialog .ratio-button .ratio-button-in {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00a9c3;
	display: none;
}
#filter-dialog .filters-accordeon, #order-dialog .filters-accordeon {
	border-bottom: 1px solid #EFEFEF;
}
#filter-dialog .filters-accordeon .noFound, #order-dialog .filters-accordeon .noFound {
	background: #EFEFEF;
	width: 100%;
	color: #0E0E0E;
	display: flex;
	align-items: initial;
	justify-content: center;
	padding: 50px 0;
}
@media (max-width: 768px) {
	#filter-dialog .filters-accordeon .noFound, #order-dialog .filters-accordeon .noFound {
		display: block;
		align-items: initial;
		justify-content: initial;
		padding: 30px;
	}
}
#filter-dialog .filters-accordeon .noFound .firstCol, #order-dialog .filters-accordeon .noFound .firstCol {
	background: url("/wp-content/themes/ed-theme-child/assets/images/layouts/icons/sadFace.svg") no-repeat;
	background-size: 70px;
	width: 70px;
	height: 70px;
	margin-top: 5px;
}
@media (max-width: 768px) {
	#filter-dialog .filters-accordeon .noFound .firstCol, #order-dialog .filters-accordeon .noFound .firstCol {
		text-align: center;
		background-position: center;
		margin: 0 auto 20px auto;
	}
}
#filter-dialog .filters-accordeon .noFound .secondCol, #order-dialog .filters-accordeon .noFound .secondCol {
	text-align: left;
	max-width: 445px;
	margin: 0 0 0 30px;
}
@media (max-width: 768px) {
	#filter-dialog .filters-accordeon .noFound .secondCol, #order-dialog .filters-accordeon .noFound .secondCol {
		text-align: left;
		max-width: unset;
		margin: 0;
	}
}
#filter-dialog .filters-accordeon .noFound .secondCol h1, #order-dialog .filters-accordeon .noFound .secondCol h1 {
	color: #0E0E0E;
	margin: 0;
	line-height: 38px;
}
@media (max-width: 768px) {
	#filter-dialog .filters-accordeon .noFound .secondCol h1, #order-dialog .filters-accordeon .noFound .secondCol h1 {
		line-height: 26px;
		font-size: 1.4rem;
		text-align: center;
	}
}
#filter-dialog .filters-accordeon .noFound .secondCol ul, #order-dialog .filters-accordeon .noFound .secondCol ul {
	margin: 20px 0 0 0;
}
#filter-dialog .filters-accordeon .noFound .secondCol ul li, #order-dialog .filters-accordeon .noFound .secondCol ul li {
	color: #0E0E0E;
}
#filter-dialog .filters-accordeon .filters-accordeon-item[data-open=open] .filters-accordeon-item-heading, #order-dialog .filters-accordeon .filters-accordeon-item[data-open=open] .filters-accordeon-item-heading {
	background: #EFEFEF;
}
#filter-dialog .filters-accordeon .filters-accordeon-item[data-open=open] .filters-accordeon-item-heading .tab-arrow, #order-dialog .filters-accordeon .filters-accordeon-item[data-open=open] .filters-accordeon-item-heading .tab-arrow {
	background: url("../images/layouts/icons/arrow-up-gray-6.svg");
}
#filter-dialog .filters-accordeon .filters-accordeon-item[data-open=open] .filters-accordeon-item-content, #order-dialog .filters-accordeon .filters-accordeon-item[data-open=open] .filters-accordeon-item-content {
	display: block;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-heading, #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-heading {
	background: #ffffff;
	border-radius: 5px;
	border-top: 1px solid #EFEFEF;
	padding: 8px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-heading span, #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-heading span {
	font-size: 18px;
	font-weight: 500;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-heading .tab-arrow, #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-heading .tab-arrow {
	width: 24px;
	height: 24px;
	background: transparent url("../images/layouts/icons/arrow-down-gray-6.svg") no-repeat center;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content, #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content {
	display: none;
	height: auto;
	overflow-y: scroll;
	max-height: 250px;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content ul, #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content ul {
	padding-inline-start: 0;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content ul li, #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content ul li {
	padding: 8px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content ul li[data-select=selected] .ratio-button .ratio-button-in, #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content ul li[data-select=selected] .ratio-button .ratio-button-in {
	display: block;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content ul li span, #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content ul li span {
	font-size: 18px;
	font-weight: 300;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content form, #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content form {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content form input[type=number], #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content form input[type=number] {
	border-radius: 6px;
	border: 1px solid #8F8F8F;
	padding: 6px 5px 6px 7px;
	width: 135px;
	font-size: 14px;
	max-width: 40%;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#filter-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content form input[type=submit], #order-dialog .filters-accordeon .filters-accordeon-item .filters-accordeon-item-content form input[type=submit] {
	background: url("../images/layouts/icons/catalogoButon.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0;
	display: block;
	height: 16px;
	width: 16px;
}
#filter-dialog .order-options, #order-dialog .order-options {
	display: block;
}
#filter-dialog .order-options .order-option-item, #order-dialog .order-options .order-option-item {
	border-bottom: 1px solid #EFEFEF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}
#filter-dialog .order-options .order-option-item .ratio-button, #order-dialog .order-options .order-option-item .ratio-button,
.segment-used-mobile .ratio-button, .segment-0km-mobile .ratio-button, .brand-used-mobile .ratio-button, .brand-0km-mobile .ratio-button {
	width: 24px;
	height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	border-color: #EC6907 ;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 3px;
	background-clip: content-box;
	border: 2px solid #EC6907 ;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
}
#filter-dialog .order-options .order-option-item .ratio-button:checked, #order-dialog .order-options .order-option-item .ratio-button:checked
{
	background-color: #EC6907 ;
}
#filter-dialog .order-options .order-option-item label, #order-dialog .order-options .order-option-item label {
	font-size: 18px;
	font-weight: 500;
}

/*# sourceMappingURL=woo.css.map */