@media (min-height: 960px) {
	.paratumoto-template {
		min-height: 34vh;
	}
}

.select2-container--disabled {
	opacity: 0.6;
}

.model-wrapper:not(:has(.fijacion-wrapper)) h2 {
	display: none;
}

.inputs-range-years {
	margin-top: 30px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

button:focus, button:focus-visible {
	outline-width: 0 !important;
}

/* START RANGE */
.rs-container {
	height: 40px;	
}

.rs-container .rs-selected {
	background-color: #898989;
	border: none;
	height: 1px;
	top: 15px;
}

.rs-container .rs-bg {
	background-color: #C7C7C7;
	height: 1px;
	top: 15px;
}

.rs-tooltip {
	background: transparent;
	border: none;
	color: #898989;
	font-family: "Dine", sans-serif;
	font-size: 18px;
	transform: translate(-50%,25px);
	left: 15px;
}
.rs-tooltip.up {
	top: -58px;
}

.rs-container .rs-pointer {
	border: none;
	box-shadow: none;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	background-image: url(https://www.shad.es/wp-content/themes/hello-theme-child/images/chevron-right-years.svg);
	background-repeat: no-repeat;
	top: 2px;
}

.rs-container .rs-pointer::after, .rs-container .rs-pointer::before {
	content: unset;	
}

.rs-container .rs-pointer:last-child {
	background-image: url(https://www.shad.es/wp-content/themes/hello-theme-child/images/chevron-left-years.svg);
}

.rs-container .rs-scale span ins {
	display: none;	
}

.rs-container.rs-noscale span:first-child::before, .rs-container.rs-noscale span:last-child::before {
	display: none;
}

/* END RANGE */

/* START LAYOUT */

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-inline: 22px;
}

.paratumoto-template {
	font-family: "Dine", sans-serif;
	max-width: 1140px;
	width: 100%;
}
/* END LAYOUT */


/* START WRAPPER PARA TU MOTO */
.paratumoto-wrapper {
	display: flex;
	flex-direction: column;
	grid-template-columns: 1fr;
	grid-template-areas: "ptm__sidebar" "ptm__content";
}

@media (min-width: 992px) {
	.paratumoto-wrapper {
		display: grid;
		grid-column-gap: 0;
		grid-template-columns: 0 1fr;
		grid-template-areas: "ptm__sidebar ptm__content";
	}

	.paratumoto-wrapper--sidebar {
		display: grid;
		grid-column-gap: 50px;
		grid-template-columns: 240px 1fr;
		grid-template-areas: "ptm__sidebar ptm__content";
	}

	.paratumoto-wrapper--sidebar .ptm__sidebar {
		opacity: 1;
	}
}
/* END WRAPPER PARA TU MOTO */


/* START TITLE AND SUBTITLE */
.ptm__title {
	font-size: 22px;
	line-height: 1.1;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.ptm__title {
		font-size: 35px;
	}
}

.ptm__subtitle {
	line-height: 1.1;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.ptm__subtitle {
		margin-bottom: 60px;
	    font-size: 18px;
	}
}
/* END TITLE AND SUBTITLE */


/* START SIDEBAR */
.ptm__sidebar {
	opacity: 1;
	grid-area: ptm__sidebar;
	padding-top: 0;
	background-color: #ffffff;
	position: fixed;
	top: 100%;
	left: 0;
	/*width: calc(100% - 144px);*/
	width: 100%;
	height: 100vh;
	z-index: 1;
	padding-inline: 42px;
	transition: top ease-out 0.6s;
}

.ptm__sidebar.ptm__sidebar--show {
	opacity: 1;
	top: 90px;
	box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 20%);
	z-index:11;
}


@media (min-width: 992px) {
	.ptm__sidebar {
		opacity: 0;
		padding-top: 110px;
		position: static;
		width: 100%;
		height: auto;
		padding-inline: 0;
	}
}

.ptm__sidebar .close {
	position: relative;
	width: 40px;
	height: 30px;
	opacity: 1;
	left: 100%;
	top: 20px;
	cursor: pointer;
	display: block;
	border: none;
}
.ptm__sidebar .close:hover {
	background-color: transparent;
}
@media (min-width: 992px) {
	.ptm__sidebar .close {
		display: none;
	}
}
.ptm__sidebar  .close:before, .close:after {
	content: "";
	position: absolute;
	left: 20px;
	height: 30px;
	width: 1px;
	background-color: #000;
}
.ptm__sidebar  .close:before {
	transform: rotate(45deg);
}
.ptm__sidebar  .close:after {
	transform: rotate(-45deg);
}

.ptm__sidebar .ptm__title {
	display: block;
	color: #898989;
	margir-block: 0 40px;
}

@media (min-width: 992px) {
	.ptm__sidebar .ptm__title {
		display: none;
	}
}

.ptm__sidebar .sidebar__title {
	background-color: transparent;
	max-width: 100%;
	max-height: 40px;
	padding-block: 0;
	padding-inline: 0;
}
@media (min-width: 992px) {
	.ptm__sidebar .sidebar__title {
		background-color: #000000;
		padding-block: 16px 12px;
		padding-inline: 20px;
	}
}
.ptm__sidebar .sidebar__title p {
	color: #898989;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 16px 0;
}
@media (min-width: 992px) {
	.ptm__sidebar .sidebar__title p {
		color: #ffffff;
		margin: 0;
	}
}
.ptm__sidebar .sidebar__filter {
	margin-top: 20px;
}
.ptm__sidebar .sidebar__filter .filter__result {
	border-bottom: 1px solid #898989;
	padding-inline: 0 10px;
	padding-block: 8px;
}

@media (min-width: 992px) {
	.ptm__sidebar .sidebar__filter .filter__result {
		padding-inline: 20px 10px;

	}
}
.ptm__sidebar .sidebar__filter .filter__result:last-of-type {
	border-bottom: 1px solid transparent;
}
.ptm__sidebar .sidebar__filter .filter__result label {
	margin: 0;
	line-height: 1;
	color: #898989;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 5px;
	column-gap: 5px;
}
.ptm__sidebar .sidebar__filter .filter__result .switch-custom {
	cursor: pointer;
	-webkit-appearance: none;
	position: relative;
	border-radius: 23px;
	width: 40px;
	height: 17px;
	border: 1px solid #9d9e9e;
	margin: 0;
}
.ptm__sidebar .sidebar__filter .filter__result .switch-custom:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.ptm__sidebar .sidebar__filter .filter__result .switch-custom:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 2px;
	/*width: 10px;
	height: 10px;*/
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #9d9e9e;
	transition: 0.5s;
}
.ptm__sidebar .sidebar__filter .filter__result .switch-custom:checked:after {
	left: 23px;
	background: #fff;
	transition: 0.5s;
}
.ptm__sidebar .sidebar__filter .filter__result .switch-custom:checked:before {
	background: #9d9e9e;
}
/* END SIDEBAR */


/* START CONTENT */
.ptm__content {
	grid-area: ptm__content;
	padding-inline: 20px;
}
@media (min-width: 768px) {
	.ptm__content {
		padding-inline: 0;
	}
}
.ptm__content .filter .filter__actions {
	display: grid;
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 15px;
	grid-template-columns: 1fr;
}
@media (min-width: 992px) {
	.ptm__content .filter .filter__actions {
		grid-template-columns: 220px 220px 220px;
		column-gap: 10px;
		row-gap: 40px;
	}
}

@media (min-width: 1150px) {
	.ptm__content .filter .filter__actions {
		grid-template-columns: 240px 240px 240px;
		column-gap: 10px;
		row-gap: 40px;
	}
}

@media (min-width: 1162px) {
	.ptm__content .filter .filter__actions {
		column-gap: 40px;	}
}
.ptm__content .filter .filter__actions .filter__input {
	width: 200px;
}
@media (min-width: 768px) {
	.ptm__content .filter .filter__actions .filter__input {
		width: 190px;
	}
}

.ptm__content .filter .filter__actions .filter__filter {
	width: 80%;
	height: 40px;
	background-color: #898989;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Dine", sans-serif;
	font-size: 16px;
	line-height: 1;
	border-width: 0;
	border-radius: 0;
	margin-inline: auto;
	display: none;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}

.ptm__content .filter .filter__actions .filter__filter img {
	height: 20px;
}
.ptm__content .filter .filter__actions .filter__filter p {
	margin: 8px 0 0 0;
}

.ptm__content .filter .filter__actions .filter__filter.filter__filter--show {
	display: flex;
}

@media (min-width: 992px) {
	.ptm__content .filter .filter__actions .filter__filter.filter__filter--show {
		display: none;
	}
}

.ptm__content .filter .filter__actions .select2-selection {
	border-width: 0;
	border-radius: 0;
	min-height: 40px;
	margin-bottom: 0;
	outline: none !important;
	transition: all 0.15s ease-in-out;
	background-color: black;
}

/*@media (min-width: 992px) {
.ptm__content .filter .filter__actions .select2-selection {
max-height: 40px;
}
}*/

/** START SINGLE **/
.ptm__content .filter .filter__actions .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(45deg) !important;
	top: 40% !important;
}
.ptm__content .filter .filter__actions .select2-selection--single .select2-selection__placeholder {
	color: #fff;
	text-transform: uppercase;
	font-family: "Dine", sans-serif;
	font-size: 16px;
}
.ptm__content .filter .filter__actions .select2-selection--single .select2-selection__clear {
	background-color: #000000;
	height: 100%;
	position: relative;
	border-radius: 0;
	padding-inline: 8px;
}
.ptm__content .filter .filter__actions .select2-selection--single .select2-selection__clear:before, .ptm__content .filter .filter__actions .select2-selection--single .select2-selection__clear:after {
	content: "";
	position: absolute;
	top: 14px;
	left: 6px;
	height: 12px;
	width: 1px;
	background-color: #fff;
}
.ptm__content .filter .filter__actions .select2-selection--single .select2-selection__clear:before {
	transform: rotate(45deg);
}
.ptm__content .filter .filter__actions .select2-selection--single .select2-selection__clear:after {
	transform: rotate(-45deg);
}
.ptm__content .filter .filter__actions .select2-selection--single .select2-selection__clear span {
	color: #fff;
	opacity: 0;
}
.ptm__content .filter .filter__actions .select2-selection--single .select2-selection__arrow {
	border: 0;
	height: 40px;
	top: 0 !important;
	right: 0 !important;
	border-radius: 0;
	background-image: linear-gradient(to top, #000 50%, #000 100%);
}
.ptm__content .filter .filter__actions .select2-selection--single .select2-selection__arrow b {
	width: 8px;
	height: 8px;
	border-color: #fff;
	border-style: hidden;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0;
	left: 0;
	top: 30%;
	transform: rotate(225deg);
}
.ptm__content .filter .filter__actions .select2-selection--single .select2-selection__rendered {
	font-family: "Dine", sans-serif;
	height: 100%;
	background-color: black;
	color: #fff;
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	padding-left: 20px;
	padding-bottom: 2px;
	box-sizing: border-box;
}
/** START SINGLE **/
/** START MULTIPLE **/
.ptm__content .filter .filter__actions .select2-selection--multiple {
	padding: 0;
}
.ptm__content .filter .filter__actions .select2-selection--multiple .select2-search__field {
	background-color: transparent;
	height: 100%;
	margin: 0;
	display: flex;
	padding: 16px 10px 0 20px;
	color: #fff;
	font-family: "Dine", sans-serif;
	font-size: 16px;
	line-height: 1;
	width: 100% !important;
}
.ptm__content .filter .filter__actions .select2-selection--multiple .select2-search__field::-moz-placeholder {
	text-transform: uppercase;
	font-family: "Dine", sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
.ptm__content .filter .filter__actions .select2-selection--multiple .select2-search__field::placeholder {
	text-transform: uppercase;
	font-family: "Dine", sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

#select2-models-select-results .select2-results__option:not(.select2-results__message) {
	background-image: url(../images/unchecked.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 100px; 
}

#select2-models-select-results .select2-results__option--selected:not(.select2-results__message) {
	background-image: url(../images/checked.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 100px; 
	color: #636363;
}

.select2-selection--multiple .select2-search--inline {
	position: absolute;	
	top: 0;
	width: 100%;
}

.select2-selection--multiple .select2-search--inline textarea {
	width: 100% !important;
}
/** END MULTIPLE **/
/* END CONTENT */

/* START FORM TO SEARCH */
.filter__actions .filter__submit {
	width: 100%;
	height: 40px;
	background-color: #e31e24;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Dine", sans-serif;
	font-size: 16px;
	line-height: 1;
	padding-block: 12px 6px;
	border-width: 0;
	border-radius:0;
	z-index: 1;
}
.filter__actions .filter__submit.disabled {
	opacity: 0.4;
}
.filter__actions .filter__submit:active, .filter__actions .filter__submit:focus, .filter__actions .filter__submit:focus-visible {
	outline-width: 0;
}
@media (min-width: 992px) {
	.filter__actions .filter__submit {
		/*width: 240px;*/
		margin-top: 0;
	}
}
.ptm__content .filter .filter__results {
	padding-block: 14px;
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
/* END FORM TO SEARCH */

/* START TAG RESULTS */

/** START CAJITAS FUERA DEL SELECT **/
.select2-selection--multiple .select2-selection__rendered {
	display: none !important;
	/*position: relative;
	flex-wrap: wrap;*/
}
/*@media (min-width: 992px) {
.select2-selection--multiple .select2-selection__rendered {
position: relative;
top: 48px;
left: -285px;
display: flex !important;
width: 525px;
flex-wrap: wrap;
}
}*/
.select2-container--open {
	margin-bottom: 200px;
}

@media (min-width: 992px) {
	.select2-container--open {
		margin-bottom: 0;
	}}

/** END CAJITAS FUERA DEL SELECT **/

/* START TAG RESULTS */
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	background-color: rgb(199, 199, 199);
	width: 130px;
	height: 30px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 7px;
	/*column-gap: 7px;*/
	border-width: 0;
	border-radius: 0;
	cursor: pointer;
	position: relative;
	transition: all 300ms;
} 
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:hover {
	background-color: rgb(193, 191, 191);
}

.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
	color: #ffffff;
	font-family: "Dine", sans-serif;
	letter-spacing: 0.3px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin-block: 2px 0;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	position: relative;
	width: 12px;
	height: 12px;
	opacity: 1;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
	opacity: 0;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before,
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:after {
	content: "";
	position: absolute;
	left: 6px;
	height: 12px;
	width: 1px;
	background-color: #fff;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
	transform: rotate(45deg);
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:after {
	transform: rotate(-45deg);
}
/* END TAG RESULTS */

/* START SELECTS */
.select2-dropdown {
	border-radius: 0 !important;
	border-width: 0 !important;
}

.select2-results__option {
	padding: 10px 10px 5px 20px !important;
	line-height: 1;
	margin: 0;
	border-bottom: 1px solid #898989;
	font-family: "Dine", sans-serif;
	color: #898989;
	text-transform: uppercase;
}
/*single*/
#select2-brands-select-results .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #000000;
}
/*multiple*/
#select2-models-select-results .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #ffffff;
	color: #636363;

}
.select2-container--open .select2-selection--multiple {
	background-color: #fff !important;
	border: 1px solid #898989 !important;
}

.select2-container--open .select2-selection--multiple:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/lupa.svg);
	background-repeat: no-repeat;
}
.select2-container--open .select2-selection--multiple .select2-search .select2-search__field {
	color: #000 !important;
}
.select2-search--dropdown {
	border: 1px solid #898989;
	margin-block: 5px;
}
.select2-search--dropdown .select2-search__field {
	border: 1px solid #ffffff !important;
	position: relative;
	padding: 0 !important;
}
.select2-search--dropdown:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 13px;
	width: 20px;
	height: 20px;
	background-image: url(../images/lupa.svg);
	background-repeat: no-repeat;
}
/* END SELECTS */

/* START PRODUCT RESULTS */ 
.products__results {
	/*margin-top: 20px;*/
	margin-block: 50px;
}

.products__results h2 {
	font-size: 28px;
	margin-top: 30px;
}

.products-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 30px;
	row-gap: 30px;
}

@media (min-width: 992px) {
	.products-wrapper {
		grid-template-columns: repeat(3, 200px);
	}	
}

@media (min-width: 1140px) {
	.products-wrapper {
		grid-template-columns: repeat(3, 250px);
	}	
}

@media (min-width: 1380px) {
	.products-wrapper {
		grid-template-columns: repeat(3, 300px);
	}	
}

.fijacion-wrapper a .image-wrapper {
	position: relative;
}

.fijacion-wrapper a .image-wrapper:hover img {
	opacity: 0.5;
}

.fijacion-wrapper a .image-wrapper:hover .overlay {
	opacity: 1;
}

.fijacion-wrapper a .image-wrapper img {
	border: 1px solid #eee;
	transition: all .5s ease-in-out !important;
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.fijacion-wrapper a .image-wrapper .overlay {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAxCAQAAAA2V+KpAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfmCQ0JKzpMHvfHAAAARUlEQVRYw+3WQREAIAwDwSsykAk6sFkboKH8GC7/Zqe/xKaSmbB65aKV+i8iICAgICAg8AkQI1//wOElICAgICAgIADAAefxB7YipaCwAAAAAElFTkSuQmCC);
	background-position: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 15%;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s ease-in-out;
}

.fijacion-wrapper .fijacion-name {
	margin-bottom: 0;

}
.fijacion-wrapper .fijacion-name a {
	color: #898989;
	font-family: Dine, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 8px;
}
.fijacion-wrapper .fijacion-sku {
	color: #706f6f;
	font-family: Incosolata, sans-serif;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 5px;
}
.fijacion-wrapper .fijacion-price {
	color: #898989;
	font-family: Dine, sans-serif;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 0;

}

.fijacion-wrapper .fijacion-years {
	color: #898989;
	font-family: Incosolata, sans-serif;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* START LIST YEARS */
.fijacion-wrapper .list-years {
	list-style: none;
	padding: 0;
	color: #898989;
	font-family: Incosolata, sans-serif;
	display: flex;
	flex-wrap: wrap;
}

.fijacion-wrapper .list-years li {
	display: inline;
}

.fijacion-wrapper .list-years li:not(:last-child)::after {
	content: ",";
}
/* END LIST YEARS */

/* END PRODUCT RESULTS */ 
