@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}.classic-filter-row.motors-elementor-widget {
position: relative;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar {
box-shadow: 0 5px 18px var(--motors-bg-lowestalpha-contrast);
padding: 0 22px 30px;
position: relative;
background-size: cover;
background-color: var(--motors-bg-contrast);
}
@media (max-width: 1025px) {
.classic-filter-row.motors-elementor-widget .filter-sidebar {
padding: 0 22px 30px 45px;
box-shadow: none;
}
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-entry-header {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-start;
position: relative;
min-height: 40px;
margin: 0 -22px;
margin-bottom: 35px;
color: var(--motors-contrast-text-color);
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-entry-header.icon-right {
flex-direction: row-reverse;
justify-content: space-between;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-entry-header.icon-right i, .classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-entry-header.icon-right img {
margin: unset;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-entry-header i, .classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-entry-header img {
margin-right: 21px;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-entry-header .h4 {
display: block;
margin: 0;
padding: 0;
}
@media (max-width: 1025px) {
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-entry-header {
display: none;
}
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-entry-header-mobile {
display: none;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-action-units {
display: flex;
justify-content: flex-end;
width: 100%;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-action-units #stm-classic-filter-submit {
display: none;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-action-units a.button {
display: flex;
flex-direction: row;
align-items: center;
box-shadow: none;
background-color: unset;
color: var(--motors-contrast-text-color);
text-decoration: none;
padding: unset;
width: unset;
text-transform: capitalize;
border: none;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-action-units a.button i {
font-size: 12px;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-action-units a.button:hover {
color: var(--motors-contrast-text-color);
background-color: unset;
text-decoration: none;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-action-units a.button img,
.classic-filter-row.motors-elementor-widget .filter-sidebar .sidebar-action-units a.button i {
margin-right: 5px;
}
.classic-filter-row.motors-elementor-widget .filter-sidebar h5 {
color: var(--motors-contrast-text-color);
}
.classic-filter-row.motors-elementor-widget .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-wrapper {
display: flex;
align-items: center;
}
.classic-filter-row.motors-elementor-widget .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-wrapper input[type=checkbox] {
margin-right: 5px;
width: 16px;
min-width: 16px;
height: 16px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--motors-bg-color);
border: 1px solid var(--motors-contrast-border-color);
border-radius: 3px;
cursor: pointer;
position: relative;
}
.classic-filter-row.motors-elementor-widget .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-wrapper input[type=checkbox]:checked {
background-color: var(--motors-accent-color) !important;
border-color: var(--motors-accent-color) !important;
}
.classic-filter-row.motors-elementor-widget .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-wrapper input[type=checkbox]:checked::after {
content: "";
position: absolute;
top: 2px;
left: 5px;
width: 4px;
height: 8px;
border: solid var(--motors-contrast-text-color);
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.classic-filter-row.motors-elementor-widget .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-wrapper input[type=checkbox]:hover {
border-color: var(--motors-accent-color);
}
.classic-filter-row.motors-elementor-widget .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-submit {
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
}
.classic-filter-row.motors-elementor-widget .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-submit a {
max-width: unset;
text-decoration: none;
font-size: 14px;
font-weight: 700;
background-color: var(--motors-accent-color);
color: var(--motors-contrast-text-color);
transition: all 0.2s ease-in-out;
}
.classic-filter-row.motors-elementor-widget .stm-accordion-content .content {
padding: 15px 15px 25px;
}
.classic-filter-row.motors-elementor-widget .ui-slider-horizontal {
height: 4px;
}
.classic-filter-row.motors-elementor-widget .ui-widget-header {
background: var(--motors-filter-inputs-color);
}
.classic-filter-row.motors-elementor-widget .ui-slider .ui-slider-handle {
top: -9px;
border: 1px solid var(--motors-border-color);
background: var(--motors-filter-inputs-color);
font-weight: normal;
color: var(--motors-text-color);
}
.classic-filter-row.motors-elementor-widget .ui-slider .ui-slider-handle::after {
position: absolute;
content: "";
display: block;
top: 50%;
left: 50%;
margin: -5px 0 0 -5px;
width: 10px;
height: 10px;
background-color: var(--motors-filter-inputs-color);
border-radius: 50%;
outline: none;
}
.classic-filter-row.motors-elementor-widget input[type=text] {
height: 40px;
line-height: 40px;
border-radius: 0;
border: none;
background-color: var(--motors-filter-inputs-color);
color: var(--motors-text-color);
font-family: Montserrat;
}
.classic-filter-row.motors-elementor-widget input[type=text]::-moz-placeholder {
font-family: Montserrat;
}
.classic-filter-row.motors-elementor-widget input[type=text]::placeholder {
font-family: Montserrat;
}
.classic-filter-row.motors-elementor-widget input[type=text]::-moz-placeholder {
color: var(--motors-text-alpha-color);
}
.classic-filter-row.motors-elementor-widget input[type=text]::placeholder {
color: var(--motors-text-alpha-color);
}
.classic-filter-row.motors-elementor-widget input[type=text]:focus {
background-color: var(--motors-filter-inputs-color);
color: var(--motors-text-color);
}
.classic-filter-row.motors-elementor-widget .form-group {
margin-bottom: 16px;
}
.classic-filter-row.motors-elementor-widget .type-text input[type=search] {
box-sizing: border-box;
}
.classic-filter-row.motors-elementor-widget .type-text input[type=search]::-moz-placeholder {
font-family: Montserrat;
}
.classic-filter-row.motors-elementor-widget .type-text input[type=search]::placeholder {
font-family: Montserrat;
}
.classic-filter-row.motors-elementor-widget .type-text input[type=search]:invalid {
border-color: var(--motors-error-text-color);
}
.classic-filter-row.motors-elementor-widget .stm-search_keywords h5 {
margin: 0 0 7px;
font-weight: 500;
}
.classic-filter-row.motors-elementor-widget .stm-slider-filter-type-unit .row input {
border: none;
border-radius: 0;
}
.classic-filter-row.motors-elementor-widget .filter-price {
margin: 7px 0 31px;
}
.classic-filter-row.motors-elementor-widget .filter-price h5 {
margin-bottom: 19px;
}
.classic-filter-row.motors-elementor-widget .select2-container--default .select2-selection--single,
.classic-filter-row.motors-elementor-widget .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 40px;
line-height: 40px;
}
.classic-filter-row.motors-elementor-widget .select2-container--default .select2-selection--single {
border: 1px solid var(--motors-border-color);
}
.classic-filter-row.motors-elementor-widget .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.classic-filter-row.motors-elementor-widget .select2-container--default .select2-selection--single .select2-selection__arrow b {
left: -3px;
margin-left: 0;
font-size: 16px;
color: var(--motors-text-alpha-color);
width: 15px;
height: 15px;
border: none;
text-align: center;
line-height: 16px;
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select {
min-height: 40px;
display: flex;
border: none;
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select .select2-search__field {
background: none;
border: none !important;
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select .select2-selection__rendered {
padding: 0 0 5px 7px;
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select .select2-selection__rendered input.select2-search__field {
font-family: Montserrat;
padding-left: 5px;
margin-top: 10px;
line-height: inherit;
height: inherit;
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select .select2-selection__rendered input.select2-search__field:focus {
background-color: transparent !important;
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select .select2-selection__rendered input.select2-search__field::-moz-placeholder {
padding-left: 0;
padding-inline-start: 0;
color: var(--motors-text-alpha-color);
font-family: Montserrat;
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select .select2-selection__rendered input.select2-search__field::placeholder {
padding-left: 0;
padding-inline-start: 0;
color: var(--motors-text-alpha-color);
font-family: Montserrat;
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select .select2-selection__rendered li.select2-search {
margin-bottom: 0;
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select .select2-selection__rendered li.select2-selection__choice {
margin-top: 8px;
margin-bottom: 0;
font-size: 92%;
background-color: var(--motors-bg-color);
color: var(--motors-text-alpha-color);
}
.classic-filter-row.motors-elementor-widget .select2-selection--multiple.filter-select .select2-selection__rendered li.select2-search--inline {
margin-bottom: 0;
}
.classic-filter-row.motors-elementor-widget .stm-multiple-select.stm_additional_features .select2 .select2-selection--multiple {
padding: 7px;
min-height: 40px;
}
.classic-filter-row.motors-elementor-widget .stm-multiple-select.stm_additional_features .select2 .select2-selection--multiple > ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
}
.classic-filter-row.motors-elementor-widget .stm-multiple-select.stm_additional_features .select2 .select2-selection--multiple > ul > li {
margin: 3px 5px 3px 0;
font-size: 92%;
}
.classic-filter-row.motors-elementor-widget .stm-multiple-select.stm_additional_features .select2 .select2-selection--multiple > ul > li > input {
display: none;
}
.classic-filter-row.motors-elementor-widget .stm-inventory-sidebar {
margin-top: 25px;
}
@media (max-width: 1025px) {
.classic-filter-row.motors-elementor-widget .stm-accordion-single-unit {
padding: 0 22px 30px 45px;
box-shadow: none;
}
}
.classic-filter-row.motors-elementor-widget .stm-accordion-single-unit > a.title {
padding: 15px 20px 15px 25px;
margin-top: 0;
}
.classic-filter-row.motors-elementor-widget .stm-accordion-single-unit > a.title .minus {
transform: translateY(-50%);
margin-top: 0;
}
.classic-filter-row.motors-elementor-widget .stm-accordion-single-unit.price .stm-accordion-content .stm-accordion-content-wrapper {
padding: 30px 25px;
}
.classic-filter-row.motors-elementor-widget .stm-accordion-single-unit.price .stm-accordion-content .stm-accordion-content-wrapper .stm-price-range-unit {
margin: 15px 0 20px;
}
.classic-filter-row.motors-elementor-widget .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper {
padding: 5px 25px 20px;
}
.classic-filter-row.motors-elementor-widget .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.classic-filter-row.motors-elementor-widget .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-option-label {
width: 45%;
}
.sticky-mobile-filter {
display: none;
position: fixed;
bottom: 0;
width: 100%;
padding: 10px;
background-color: var(--motors-bg-color);
z-index: 10000;
box-shadow: 0 0 5px 0 var(--motors-bg-alpha-contrast);
}
.sticky-mobile-filter .mobile-filter .mobile-search-btn {
margin: 0;
}
@media (max-width: 1024px) {
.sticky-mobile-filter.make-fixed {
display: block;
position: sticky;
}
}
.sticky-mobile-filter .mobile-filter.icon-right {
flex-direction: row-reverse;
}
.mobile-filter .mobile-search-btn {
display: none;
justify-content: space-between;
align-items: center;
padding: 16px 22px;
margin: 30px 0 0 0;
background-color: var(--motors-accent-color);
color: var(--motors-contrast-text-color);
font-family: Montserrat;
font-size: 14px;
font-weight: 600;
border-radius: 3px;
outline: none;
box-shadow: 0 2px 0 var(--motors-accent-color);
transition: opacity 0.2s ease-in !important;
transform: translateZ(0);
opacity: 1;
cursor: pointer;
}
.mobile-filter .mobile-search-btn.icon-right {
flex-direction: row-reverse;
}
.mobile-filter .mobile-search-btn:hover {
opacity: 0.8;
}
.mobile-search-filter-opened .select2-dropdown {
z-index: 200000;
}
html.mobile-overflow-hidden {
overflow: hidden;
height: 100vh;
}
@media (min-width: 1025px) {
.sticky-filter-actions {
display: none;
}
.select2-container {
z-index: 1;
}
}
@media (max-width: 1024px) {
.mobile-filter-overlay {
position: fixed;
width: 100%;
top: 0;
left: 0;
height: 100%;
z-index: 1000;
display: none;
}
.mobile-filter-overlay.active {
display: block;
}
.select2-container {
z-index: 100000;
}
.mobile-filter .mobile-search-btn {
display: flex;
}
.classic-filter-row.motors-elementor-widget {
z-index: 100000;
}
.classic-filter-row.motors-elementor-widget .search-filter-form {
display: flex;
flex-direction: column;
position: fixed;
width: 100%;
left: -1000px;
top: 0;
box-shadow: none;
min-height: 100%;
height: 100vh;
height: 100svh;
overflow-y: auto;
transition: all 0.5s;
background-color: var(--motors-bg-contrast);
}
.classic-filter-row.motors-elementor-widget .search-filter-form .grow-wrapper {
flex-grow: 1;
background-color: transparent;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .filter {
background-color: var(--motors-bg-contrast);
}
.classic-filter-row.motors-elementor-widget .search-filter-form .filter-search_radius .row .col-md-12 {
width: 100%;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sidebar-entry-header-mobile {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 20px;
padding-bottom: 20px;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sidebar-entry-header-mobile .close-btn {
position: relative;
width: 11px;
height: 11px;
cursor: pointer;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sidebar-entry-header-mobile .close-btn span.close-btn-item {
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
transform: translateY(-50%);
background-color: var(--motors-bg-contrast);
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sidebar-entry-header-mobile .close-btn span:first-child {
transform: rotate(45deg);
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sidebar-entry-header-mobile .close-btn span:last-child {
transform: rotate(-45deg);
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sidebar-entry-header-mobile .h4 {
margin-bottom: 0;
color: var(--motors-contrast-text-color);
}
.classic-filter-row.motors-elementor-widget .search-filter-form.active {
left: -25px;
transition: all 0.5s;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sidebar-action-units {
display: none;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
background-color: var(--motors-filter-inputs-color);
color: var(--motors-text-color);
}
.classic-filter-row.motors-elementor-widget .search-filter-form .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label {
width: 45%;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit {
width: 100%;
padding: 0;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit a {
padding: 17px 25px 14px 25px;
border-radius: 3px;
display: flex;
justify-content: center;
line-height: 14px;
}
}
@media (max-width: 1024px) and (max-width: 1024px) {
.classic-filter-row.motors-elementor-widget .search-filter-form .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit {
margin: 0;
}
}
@media (max-width: 1024px) {
.classic-filter-row.motors-elementor-widget .search-filter-form .sticky-filter-actions {
position: sticky;
bottom: 0;
height: 73px;
background-color: var(--motors-bg-contrast);
z-index: 100000;
padding: 30px 22px 30px 45px;
display: flex;
justify-content: space-between;
align-items: center;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sticky-filter-actions .filter-show-cars {
flex-grow: 1;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sticky-filter-actions .filter-show-cars .show-car-btn {
border-radius: 0;
font-family: Montserrat;
width: 100%;
text-align: center;
padding: 13px 28px 13px;
background-color: var(--motors-accent-color);
color: var(--motors-contrast-text-color);
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sticky-filter-actions .reset-btn-mobile {
display: block;
margin-left: 10px;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sticky-filter-actions .reset-btn-mobile a.button {
display: flex;
align-items: center;
flex-grow: 1;
color: var(--motors-text-alpha-color);
background-color: var(--motors-bg-color);
border: 1px solid var(--motors-border-color);
justify-content: center;
box-shadow: none;
border-radius: 0;
padding: 11px;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sticky-filter-actions .reset-btn-mobile a.button span {
display: none;
}
.classic-filter-row.motors-elementor-widget .search-filter-form .sticky-filter-actions .reset-btn-mobile a.button i {
margin: 0;
}
}
@media (max-width: 1024px) and (min-width: 550px) {
.classic-filter-row.motors-elementor-widget .search-filter-form {
width: 50%;
}
}
@media (max-width: 1024px) {
.stm-accordion-single-unit {
background-color: var(--motors-bg-color);
}
.elementor-widget-motors-inventory-search-filter .select2-container {
z-index: 100000;
}
.filter-sidebar .select2-container--default .select2-selection--multiple {
background-color: var(--motors-filter-inputs-color);
}
.filter-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
background-color: var(--motors-filter-inputs-color);
color: var(--motors-text-color);
}
.filter-sidebar .sidebar-action-units a.button {
color: var(--motors-text-alpha-color);
background-color: var(--motors-bg-color);
border: 1px solid var(--motors-border-color);
justify-content: center;
padding: 17px 28px 15px;
}
.filter-sidebar .sidebar-action-units a.button span {
font-size: 14px;
font-weight: 700;
}
}
.select2.select2-container.select2-container--default {
width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
background-color: var(--motors-filter-inputs-color);
border: 1px solid var(--motors-border-color);
}
@media (max-width: 1025px) {
body #wrapper #main .search-filter-form .filter-sidebar {
padding: 0 22px 30px 45px;
box-shadow: none;
}
}
.stm-filter-links .stm-accordion-single-unit > a.title {
padding: 15px 20px 15px 25px;
}
.stm-filter-links .stm-accordion-single-unit > a.title .minus {
transform: translateY(-50%);
margin-top: 0;
}
.stm-filter-links .stm-accordion-single-unit .stm-accordion-content > .content > ul {
padding: 0 25px;
}
.stm-filter-links .stm-accordion-single-unit .stm-accordion-content > .content > ul.list-style-3 {
list-style: none;
}
@media (max-width: 1024px) {
.stm-filter-links .stm-accordion-single-unit .stm-accordion-content > .content > ul.list-style-3 {
margin: 0;
}
}
.stm-filter-links .stm-accordion-single-unit .stm-accordion-content > .content > ul li.elementor-icons {
padding: 0;
}
.stm-filter-links .stm-accordion-single-unit .stm-accordion-content > .content > ul li.elementor-icons::before {
display: none;
}
.stm-filter-links .stm-accordion-single-unit .stm-accordion-content > .content > ul li {
position: relative;
padding-left: 30px;
transition: 0.2s all ease-in-out;
}
.stm-filter-links .stm-accordion-single-unit .stm-accordion-content > .content > ul li a {
transition: all 0.2s ease-in-out;
font-size: 13px;
text-decoration: none;
}
.stm-filter-links .stm-accordion-single-unit .stm-accordion-content > .content > ul li a span {
transition: 0.2s all ease-in-out;
}
.stm-filter-links .stm-accordion-single-unit .stm-accordion-content > .content > ul li:before {
position: absolute;
display: block;
font-family: "Font Awesome 6 Free";
font-weight: 600;
font-style: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, -50%);
left: 0;
top: 50%;
content: "\f138";
font-size: 17px;
color: var(--motors-accent-color);
transition: all 0.2s ease-in-out;
}
.reset-btn-mobile {
display: none;
}.elementor-editor-active .form-group.type-select {
position: relative;
}
.elementor-editor-active .form-group.type-select:before {
display: block;
content: "\f107";
font-family: "Font Awesome 6 Free";
font-weight: 600;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
transform: translateY(-50%);
top: 50%;
right: 10px;
margin-left: 0;
font-size: 16px;
color: var(--motors-text-alpha-color);
width: 15px;
height: 15px;
border: none;
text-align: center;
line-height: 16px;
}
.elementor-editor-active .form-group.type-select select {
opacity: 1;
visibility: visible;
line-height: 40px;
width: 100%;
height: 40px;
font-size: 14px;
color: var(--motors-text-alpha-color);
font-weight: 400;
padding: 0 40px 0 14px;
outline: none !important;
background-color: var(--motors-filter-inputs-color);
border: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.elementor-editor-active .stm_add_car_form .stm-form1-intro-unit,
.elementor-editor-active .stm_add_car_form .stm-form-1-quarter,
.elementor-editor-active .stm_add_car_form .stm-form-plans {
position: relative;
}
.elementor-editor-active .stm_add_car_form .stm-form1-intro-unit select,
.elementor-editor-active .stm_add_car_form .stm-form-1-quarter select,
.elementor-editor-active .stm_add_car_form .stm-form-plans select {
opacity: 1;
visibility: visible;
line-height: 40px;
height: 40px;
font-size: 14px;
color: var(--motors-text-alpha-color);
font-weight: 400;
padding: 0 40px 0 14px;
outline: none !important;
background-color: var(--motors-filter-inputs-color);
border: none;
width: 100%;
}
.elementor-editor-active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit > .stm-form-1-quarter {
position: relative;
display: flex;
flex-direction: row-reverse;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
.elementor-editor-active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit > .stm-form-1-quarter .stm-label {
margin-top: 0;
}
.elementor-editor-active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit > .stm-form-1-quarter select {
opacity: 1;
visibility: visible;
line-height: 40px;
height: 40px;
font-size: 14px;
color: var(--motors-text-alpha-color);
font-weight: 400;
padding: 0 40px 0 14px;
outline: none !important;
background-color: var(--motors-filter-inputs-color);
border: none;
width: 64%;
}
.elementor-editor-active .stm-sort-by-options .stm-select-sorting {
position: relative;
}
.elementor-editor-active .stm-sort-by-options .stm-select-sorting:before {
display: block;
content: "\f107";
font-family: "Font Awesome 6 Free";
font-weight: 600;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
transform: translateY(-50%);
top: 50%;
right: 10px;
margin-left: 0;
font-size: 16px;
color: var(--motors-text-alpha-color);
width: 15px;
height: 15px;
border: none;
text-align: center;
line-height: 16px;
}
.elementor-editor-active .stm-sort-by-options .stm-select-sorting select {
opacity: 1;
visibility: visible;
line-height: 32px;
height: 32px;
font-size: 14px;
color: var(--motors-text-color);
font-weight: 400;
padding: 0 40px 0 14px;
outline: none !important;
background-color: var(--motors-filter-inputs-color);
border: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.elementor-editor-active .stm-multiple-select select {
width: 100%;
opacity: 1;
visibility: visible;
line-height: 38px;
height: 38px;
font-size: 14px;
color: var(--motors-text-alpha-color);
font-weight: 400;
padding: 0 40px 0 14px;
outline: none !important;
background-color: var(--motors-filter-inputs-color);
border: none;
border-radius: 0;
overflow-y: hidden;
}
.elementor-editor-active .stm-multiple-select select option {
display: none;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{position:absolute;top:0;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{position:absolute;top:50%;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888.select2-container .select2-selection--single .select2-selection__rendered transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
border-color: var(--motors-accent-color);
color: var(--motors-accent-color);
}
.select2-container--default.select2-container--open .select2-results__option[aria-disabled=true] {
opacity: 0.5;
}
.select2-container--default .select2-dropdown {
background-color: var(--motors-bg-color);
}
.select2-container--default .select2-selection--single {
height: 40px;
border: none;
border-radius: 0;
background-color: var(--motors-filter-inputs-color);
outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
font-size: 14px;
color: var(--motors-text-highalpha-color);
font-weight: 400;
padding: 0 40px 0 14px;
outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
width: 19px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
font-family: "Font Awesome 6 Free";
font-weight: 600;
font-style: normal;
font-size: 16px;
text-rendering: auto;
transform: translate(0, -50%);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
left: -3px;
margin-left: 0;
color: var(--motors-text-alpha-color);
width: 15px;
height: 15px;
border: none;
text-align: center;
line-height: 16px;
margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
content: "\f107";
}
.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {
height: 14px;
font-size: 14px;
margin-top: -7px;
line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader:before {
content: "\e9c6"; font-family: "motors-icons";
speak: none;
font-size: inherit;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
animation: rotating 2s infinite linear;
padding: 1px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
opacity: 0.5;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
transform: rotate(180deg) translateY(50%);
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 350px;
}
.select2-results__options li {
margin-bottom: 0;
padding-left: 14px;
color: var(--motors-text-highalpha-color);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: var(--motors-filter-inputs-color);
border-bottom-color: var(--motors-filter-inputs-color);
color: var(--motors-text-color);
}
.select2-dropdown {
border-radius: 0;
border-color: var(--motors-filter-inputs-color);
background-color: var(--motors-bg-color);
}
.select2-results__options li {
font-size: 13px;
border-bottom: 1px solid var(--motors-filter-inputs-color);
}
.select2-results__options li:last-child {
border-bottom: none;
}
.select2-container--open.stm-multi-currency {
z-index: 1065;
}
.select2-container--open.stm-multi-currency .select2-dropdown {
background: transparent;
border: 0;
}
.select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul {
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: var(--motors-bg-color);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid var(--motors-inputs-border-color);
border: 1px solid var(--motors-inputs-border-color);
border-radius: 4px;
box-shadow: 0 6px 12px var(--motors-bg-lowalpha-contrast);
}
.select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul li {
font-size: 11px;
color: var(--motors-text-color);
padding: 3px 20px;
}
.admin-bar:not(.woocommerce-checkout) .select2-container--open .select2-dropdown {
top: 46px;
}
@media (min-width: 1024px) {
.admin-bar:not(.woocommerce-checkout) .select2-container--open .select2-dropdown {
top: 32px;
}
}.elementor-widget-motors-inventory-sort-by {
z-index: 0;
}
.stm-sort-by-options {
display: inline-block;
}
@media (max-width: 1024px) {
.stm-sort-by-options {
float: left;
margin-top: 10px;
}
}
.stm-sort-by-options > span {
float: left;
margin-top: 7px;
margin-right: 9px;
text-transform: uppercase;
font-size: 12px;
color: var(--motors-text-alpha-color);
}
@media (max-width: 1024px) {
.stm-sort-by-options > span {
display: none;
}
}
.stm-sort-by-options .stm-select-sorting {
float: left;
max-width: 100%;
}
.stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {
height: 32px;
display: flex;
align-items: center;
}
.stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 32px;
line-height: 32px;
}
.stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
position: relative;
height: 32px;
}
.stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow b {
right: 10px;
font-family: "FontAwesome" !important;
}
.select2-dropdown.select2-dropdown--below.inventory-sort-by .select2-search.select2-search--dropdown.select2-search--hide {
display: none !important;
}
@media (max-width: 550px) {
.elementor-editor-active .stm-sort-by-options .stm-select-sorting select {
width: 100%;
}
}@media (max-width: 1024px) {
.rtl .stm-view-by {
float: left;
}
}
.stm-view-by {
display: inline-block;
}
@media (max-width: 1024px) {
.stm-view-by {
float: right;
}
}
.stm-view-by .view-type {
display: flex;
justify-content: center;
align-items: center;
float: left;
color: var(--motors-text-alpha-color);
margin-left: 10px;
width: 32px;
height: 32px;
line-height: 34px;
text-align: center;
text-decoration: none !important;
}
.stm-view-by .view-type:hover {
color: var(--motors-accent-color);
cursor: pointer;
}
.stm-view-by .view-type:first-child {
margin-left: 0;
}
.stm-view-by .view-type.view-list {
font-size: 12px;
}
.stm-view-by .view-type.view-grid {
text-indent: 2px;
font-size: 16px;
}
.stm-view-by .view-type.active {
background-color: var(--motors-filter-inputs-color);
color: var(--motors-accent-color);
}
.stm-view-by .view-type.active:hover {
color: var(--motors-accent-color);
}.stm-listings-empty {
text-align: center;
margin: 30px 0;
--stm-listings-empty-button-color: var(--motors-accent-color);
--stm-listings-empty-not-found-color: var(--motors-text-color);
--stm-listings-empty-another-color: var(--motors-text-alpha-color);
}
.stm-listings-empty__not-found, .stm-listings-empty__another {
display: block;
}
.stm-listings-empty__not-found {
font-weight: 600;
font-size: 16px;
line-height: 1.2;
color: var(--stm-listings-empty-not-found-color);
}
.stm-listings-empty__another {
font-size: 15px;
font-weight: 500;
line-height: 1.2;
color: var(--stm-listings-empty-another-color);
margin: 8px 0 0;
}
.stm-listings-empty__button {
display: inline-block;
color: var(--stm-listings-empty-button-color);
margin: 14px 0 0;
font-size: 15px;
font-weight: 600;
}
.stm-listings-empty .stm-icon-search-list {
display: block;
font-size: 60px;
color: #888888;
margin-bottom: 45px;
}
.stm-listings-empty .motors-icons-search-list {
display: block;
font-size: 60px;
color: #888888;
margin-bottom: 45px;
}.motors-elementor-inventory-search-results#listings-result .stm-featured-top-cars-title {
margin-bottom: 25px;
position: relative;
padding-right: 120px;
border-bottom: 3px solid var(--motors-accent-color);
}
.motors-elementor-inventory-search-results#listings-result .stm-featured-top-cars-title .heading-font {
position: relative;
display: inline-block;
padding: 3px 16px;
color: var(--motors-contrast-text-color);
background-color: var(--motors-accent-color);
font-weight: 700;
font-size: 13px;
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
}
.motors-elementor-inventory-search-results#listings-result .stm-featured-top-cars-title .heading-font:after {
position: absolute;
content: "";
display: block;
top: 0;
right: -14px;
height: 100%;
width: 32px;
background-color: var(--motors-accent-color);
transform: skew(45deg, 0deg);
z-index: -1;
}
.motors-elementor-inventory-search-results#listings-result .stm-featured-top-cars-title a {
position: absolute;
right: 3px;
bottom: 3px;
font-size: 13px;
color: var(--motors-text-alpha-color);
font-weight: 500;
transition: 0.2s;
}
.motors-elementor-inventory-search-results#listings-result .stm-featured-top-cars-title a:hover {
color: var(--motors-text-color);
}
.motors-elementor-inventory-search-results#listings-result .stm-location-top-listings-title {
position: relative;
border-bottom: 3px solid var(--motors-bg-contrast);
padding: 13px 120px 8px 0;
margin: 40px 0 25px;
}
.motors-elementor-inventory-search-results#listings-result .stm-location-top-listings-title .heading-font {
color: var(--motors-text-color);
font-weight: 600;
font-size: 18px;
line-height: 1.2;
display: flex;
align-items: center;
}
.motors-elementor-inventory-search-results#listings-result .stm-location-top-listings-title .stm-icon-search-items {
margin: 0 7px 0 0;
display: inline-block;
font-size: 28px;
}
.motors-elementor-inventory-search-results#listings-result .listing-list-loop .image {
max-width: 280px;
z-index: 1;
}
@media (max-width: 767px) {
.motors-elementor-inventory-search-results#listings-result .listing-list-loop .image {
max-width: 100%;
margin-right: 0;
}
}
@media (max-width: 1024px) {
.motors-elementor-inventory-search-results#listings-result .stm-filter-chosen-units-list {
white-space: nowrap;
overflow-x: auto;
padding-bottom: 5px;
}
.motors-elementor-inventory-search-results#listings-result .stm-filter-chosen-units-list li {
display: inline-block;
float: none;
}
}
.motors-elementor-inventory-search-results#listings-result ul.page-numbers {
display: block;
position: relative;
margin-top: 10px;
padding: 0 60px 0;
border-top: none;
text-align: center;
}
@media (max-width: 767px) {
.motors-elementor-inventory-search-results#listings-result ul.page-numbers {
padding: 0 50px 0;
}
}
@media (max-width: 410px) {
.motors-elementor-inventory-search-results#listings-result ul.page-numbers {
padding: 0 40px 0;
}
}
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li {
display: inline-block;
margin-bottom: 0;
}
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li > a {
display: flex;
justify-content: center;
align-items: center;
width: 34px;
height: 35px;
margin: 0 8px;
padding: 0;
background-color: var(--motors-filter-inputs-color);
color: var(--motors-text-color);
border-top: none;
border-radius: 3px;
line-height: 35px;
text-decoration: none;
transition: 0.3s;
}
@media (max-width: 767px) {
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li > a {
margin: 0 4px;
}
}
@media (max-width: 410px) {
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li > a {
margin: 0 2px;
}
}
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li > a:hover {
background-color: var(--motors-accent-color);
color: var(--motors-contrast-text-color);
}
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li > span {
display: flex;
justify-content: center;
align-items: center;
width: 34px;
height: 35px;
margin: 0 8px;
padding: 0;
background-color: var(--motors-accent-color);
color: var(--motors-contrast-text-color);
border-top: none;
border-radius: 3px;
line-height: 35px;
}
@media (max-width: 767px) {
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li > span {
margin: 0 4px;
}
}
@media (max-width: 410px) {
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li > span {
margin: 0 2px;
}
}
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li .prev, .motors-elementor-inventory-search-results#listings-result ul.page-numbers li .next {
width: 54px;
height: 35px;
font-size: 20px;
border-radius: 3px;
margin: 0;
}
@media (max-width: 1024px) {
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li .prev, .motors-elementor-inventory-search-results#listings-result ul.page-numbers li .next {
margin-top: 10px;
}
}
@media (max-width: 767px) {
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li .prev, .motors-elementor-inventory-search-results#listings-result ul.page-numbers li .next {
width: 50px;
}
}
@media (max-width: 410px) {
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li .prev, .motors-elementor-inventory-search-results#listings-result ul.page-numbers li .next {
width: 40px;
}
}
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li .prev {
position: absolute;
left: 0;
top: 0;
}
.motors-elementor-inventory-search-results#listings-result ul.page-numbers li .next {
position: absolute;
right: 0;
top: 0;
}
.motors-elementor-inventory-search-results#listings-result .rmv_txt_drctn:hover .image:before {
opacity: 0;
}
.motors-elementor-inventory-search-results#listings-result .special-label-small, .motors-elementor-inventory-search-results#listings-result .special-label-small.h6 {
top: 20px;
left: -91px;
height: 32px;
line-height: 32px;
}
.motors-elementor-inventory-search-results#listings-result .special-label, .motors-elementor-inventory-search-results#listings-result .special-label.h5 {
position: absolute;
top: 27px;
left: -81px;
height: 49px;
padding: 0 100px;
line-height: 49px;
color: var(--motors-contrast-text-color);
text-transform: uppercase;
text-align: center;
font-size: 12px;
font-weight: 700;
background-color: var(--motors-spec-badge-color);
transform: rotate(-45deg) translateZ(0);
transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
z-index: 10;
}
.motors-elementor-inventory-search-results#listings-result .stm-directory-grid-loop a {
color: unset;
}
.motors-elementor-inventory-search-results#listings-result .stm-directory-grid-loop .image {
z-index: 1;
}