body {
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

a {
  cursor: pointer;
}

a:focus, a:hover, a:active, h4:focus, button:focus, input:focus, textarea:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  line-height: 1.4;
  margin-bottom: 0;
}

.c-red{
  color: #ee353d !important;
}

.s-model-text, .s-model-year {
  text-transform: capitalize;
  width: auto;
  display: inline-block;
  margin-left: 2px;
}

.search-loader {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background-image: url(/img/miva/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200px;
  background-color: rgba(255, 255, 255, 0.75);
}
.search__loader-item{
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  border-radius: 0.25em;
  background-color: #f8f8f8;
  border: 0 !important;
}

.search__loader-item:after{
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(255,255,255,.85);
  animation: loader-line 3s infinite;
}

@keyframes loader-line {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

.recomender-parts--carousel .owl-carousel:not(.owl-loaded){
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}

.recomender-parts--carousel .owl-carousel:not(.owl-loaded) .search__loader-item{
  max-width: calc(25% - 1rem);
  margin: 0 0.5rem;
  height: 20rem;
}


header .search-form i:before, #ss-search i:before, #ss-autocomlete i:before,
.filter-block .filter-content .attr-box .attr-box-content.type-tree .filter-breadcrumbs label:last-child:before {
  display: none !important;
}
header .search-form i, #ss-search i, #ss-autocomlete i{
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
header .search-form i.star, #ss-search i.star, #ss-autocomlete i.star {
  background-image: url(/img/miva/svg/star.svg);
}

header .search-form i.gear, #ss-search i.gear, #ss-autocomlete i.gear {
  background-image: url(/img/miva/svg/gear.svg);
}

header .search-form i.star--orange, #ss-search i.star--orange, #ss-autocomlete i.star--orange {
  background-image: url(/img/miva/svg/star--orange.svg);
}

header .search-form i.star-half, #ss-search i.star-half, #ss-autocomlete i.star-half {
  background-image: url(/img/miva/svg/star-half.svg);
}

header .search-form i.star-empty, #ss-search i.star-empty, #ss-autocomlete i.star-empty {
  background-image: url(/img/miva/svg/star-empty.svg);
}

header .search-form i.box-type, #ss-search i.box-type, #ss-autocomlete i.box-type {
  background-image: url(/img/miva/svg/box-type.svg);
}

header .search-form i.combo-type, #ss-search i.combo-type, #ss-autocomlete i.combo-type {
  background-image: url(/img/miva/svg/combo-type.svg);
}

header .search-form i.inline-type, #ss-search i.inline-type, #ss-autocomlete i.inline-type {
  background-image: url(/img/miva/svg/inline-type.svg);
}

header .search-form i.down-arrow, #ss-search i.down-arrow, #ss-autocomlete i.down-arrow {
  background-image: url(/img/miva/svg/arrow-down.svg);
}

header .search-form i.down-arrow--blue, #ss-search i.down-arrow--blue, #ss-autocomlete i.down-arrow--blue {
  background-image: url(/img/miva/svg/arrow-down--blue.svg);
}

header .search-form i.check--green, #ss-search i.check--green, #ss-autocomlete i.check--green {
  background-image: url(/img/miva/svg/check--green.svg);
}

header .search-form i.cross--red, #ss-search i.cross--red, #ss-autocomlete i.cross--red {
  background-image: url(/img/miva/svg/cross--red.svg);
}

header .search-form i.in-stock, #ss-search i.in-stock, #ss-autocomlete i.in-stock {
  background-image: url(/img/miva/svg/in-stock.svg);
}

header .search-form i.out-of-stock, #ss-search i.out-of-stock, #ss-autocomlete i.out-of-stock {
  background-image: url(/img/miva/svg/out-of-stock.svg);
}
header .search-form i.drop-shipping, #ss-search i.drop-shipping, #ss-autocomlete i.drop-shipping {
  background-image: url(/img/miva/svg/truck.svg);
}
header .search-form i.cross--white, #ss-search i.cross--white, #ss-autocomlete i.cross--white {
  background-image: url(/img/miva/svg/cross--white.svg);
}

.ss-noresults {
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 25px 0;
  text-align: center;
}

.ss-noresults svg {
  width: 75px;
  fill: #0072bb;
  display: inline-block;
}

.ss-noresults p {
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
  text-transform: capitalize;
}
.ss-search--qv-block{
  box-shadow: inset 0px 5px 5px 0px rgb(0 0 0 / 5%);
}
.ss-search--qv-block iframe{
  width: 100%;
  height: 60vh;
  border: 0;
}

header .search-form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  font-size: 15px;
}

.button-part {
  position: relative;
  width: 30%;
  padding-right: 10px;
}

.button-part button {
  width: 100%;
  font-size: .8rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 8px 0px;
  color: #222222;
  background-color: #f1d302;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}

.button-part button span {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 6px;
}

.button-part button span svg {
  fill: #fff;
  width: 8px;
  display: inline-block;
}

.button-part .button-modal.active:before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 15px solid transparent;
  border-bottom: 15px solid #f2f2f2;
}

.button-part .button-modal {
  display: none;
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 400px;
  padding: 15px;
  background-color: #f2f2f2;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.button-modal .header-line {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.button-modal .header-line {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.button-modal .header-line button{
  width: auto;
  display: inline-block;
  background-color: transparent;
  border: 0;
  font-size: 1em;
  padding: 0 5px;
  margin: 0;
  text-decoration: underline;
  color: #444;
}

.search-form .search-line {
  display: flex;
  justify-content: space-between;
}

.search-form .sender-block[sender-for="search-make"],
.search-form .sender-block[sender-for="search-model"] {
  width: calc(30% - 0.5rem);
  margin-right: 0.5rem;
}

.search-form .sender-block[sender-for="search-year"] {
  width: calc(25% - 0.5rem);
  margin-right: 0.5rem;
}

.search-form .sender-block {
  background-color: #fff;
  font-size: 0.8rem;
}

.search-form .sender-block--title {
  padding: 5px;
  justify-content: center;
}

.search-form .sender-block svg {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
}

.search-form .sender-block--list li {
  text-transform: capitalize;
}

.search-form .search-line button {
  width: 15%;
  padding: 6px 0;
}

.button-part .button-modal.active {
  display: block;
}

header .search-form .input-part {
  width: 70%;
  position: relative;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}

header .search-form .input-part input {
  font-size: 16px;
  width: 100%;
  background-color: #e2e2e2;
  border: 0;
  padding: 0 10px;
}

header .search-form .input-part button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

header .search-form .input-part button {
  transition: .3s all;
  cursor: pointer;
  background-color: #e2e2e2;
  border: 0;
  width: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
}

header .search-form .input-part button svg {
  width: 100%;
  fill: #222222;
}

header .search-form .virtual-garage--search{
  margin-top: 10px;
  display: none;
}

header .search-form .virtual-garage--search p{
  font-size: 0.9rem;
  margin-bottom: 5px;
}

header .search-form .virtual-garage--search button{
  background-color: #0072bb;
  color: #fff;
  padding: 6px 8px !important;
  width: auto !important;
}

#ss-search {
  font-size: 15px;
  line-height: 1.4;
  color: #222222;
}

#ss-search .blur {
  user-select: none;
  pointer-events: none;
  filter: blur(1px);
}

#ss-search p {
  margin: 0;
}

#ss-search i {
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

#ss-search .search-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

#ss-search .search-row .search-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#ss-search .search-row .search-header .ttl {
  width: auto;
  display: flex;
  align-items: baseline;
  font-size: inherit;
}

#ss-search .search-row .search-header .ttl h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  margin-right: 10px;
}

#ss-search .search-row .search-header .ttl h2 span {
  display: inline-block;
  color: #0072bb;
  text-transform: uppercase;
}

#ss-search .search-row .search-header .ttl p {
  font-size: .8rem;
  font-weight: 400;
}

#ss-search .search-row .search-header .options {
  display: flex;
}

#ss-search .search-row .search-header .options .option:last-child {
  margin-right: 0;
}

#ss-search .search-row .search-header .options .option:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#ss-search .search-row .search-header .options .option {
  transition: .2s all;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-right: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

#ss-search .search-row .search-header .options .option span {
  display: flex;
  align-items: center;
}

#ss-search .search-row .search-header .options .option span b {
  margin-left: 5px;
  font-weight: inherit;
  font-weight: bold;
}

#ss-search .search-row .search-header .options .option span i {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
}

#ss-search .search-row .search-header .options .option .active {
  position: absolute;
  display: block;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  top: calc(100% + 5px);
  right: 0;
  min-width: 120px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#ss-search .search-row .search-header .options .option .active li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

#ss-search .search-row .search-header .options .option .active li:hover {
  background-color: #0072bb;
  color: #fff;
}

#ss-search .search-row .search-header .options .option .active li {
  border-bottom: 1px solid #f9f9f9;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  padding: 10px 10px 9px 10px;
  list-style-type: none;
  font-weight: normal;
}

#ss-search .search-row .search-header .options .option ul {
  display: none;
}

#ss-search .search-row .search-header .options [option-type=button] {
  display: none;
}

#ss-search .search-row .search-content{
  display: flex;
  width: 100%;
}

#ss-search .search-row .results-block {
  width: 75%;
}

#ss-search .search-row .results-block .results-products.box .product {
  width: calc(33.333% - 15px);
  margin: 0 15px 15px 0;
  padding: 15px;
}

#ss-search .search-row .results-block .results-products.box .product .top-line {
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
}

#ss-search .search-row .results-block .results-products.box .product .image {
  width: 100%;
  margin-bottom: 10px;
}

#ss-search .search-row .results-block .results-products.box .product .image img {
  display: block;
  width: 70%;
  margin: auto;
}

#ss-search .search-row .results-block .results-products.box .product .info .name{
  font-size: 0.8rem;
  margin-bottom: 15px;
}

#ss-search .search-row .results-block .results-products.box .product .image .stock {
  display: none;
}

#ss-search .search-row .results-block .results-products.box .product .info {
  width: 100%;
  padding: 0;
  text-align: center;
}

#ss-search .search-row .results-block .results-products.box .product .info .description {
  display: none;
}

#ss-search .search-row .results-block .results-products.box .product .info .stock {
  display: flex;
  position: relative;
  justify-content: center;
  top: auto;
  margin-bottom: 5px;
}

#ss-search .search-row .results-block .results-products.box .product .bottom-line {
  margin-top: -25px;
}

#ss-search .search-row .results-block .results-products.box .product .bottom-line .price-block {
  text-align: center;
  margin: 25px 0 10px 0;
}

#ss-search .search-row .results-block .results-products.box .product form,
#ss-search .search-row .results-block .results-products.box .product .bottom-line .discounts-block,
#ss-search .search-row .results-block .results-products.box .product .bottom-line .buttons-line {
  width: 100%;
}

#ss-search .search-row .results-block .results-products.box .product .bottom-line .discounts-block {
  justify-content: space-between;
  margin-bottom: 5px;
}

#ss-search .search-row .results-block .results-products.box .product .bottom-line .discounts-block .item {
  width: 50%;
  justify-content: center;
  padding: 0;
}

#ss-search .search-row .results-block .results-products {
  width: calc(100% + 15px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  min-height: 250px;
}

#ss-search .search-row .results-block .results-products .product {
  width: calc(100% - 15px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 0 15px 0;
}

#ss-search .search-row .results-block .results-products .product .top-line {
  position: absolute;
  width: calc(100% - 40px);
  top: 15px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  z-index: 1;
  user-select: none;
}

#ss-search .search-row .results-block .results-products .product .top-line .sale {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 50%;
}

#ss-search .search-row .results-block .results-products .product .top-line .sale span {
  background-color: #ee353d;
  padding: 3px 10px;
  text-transform: uppercase;
}

#ss-search .search-row .results-block .results-products .product .top-line .rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 50%;
}

#ss-search .search-row .results-block .results-products .product .top-line .rating span {
  color: #222222;
  font-weight: bold;
  margin-left: 3px;
}

#ss-search .search-row .results-block .results-products .product .top-line .rating i {
  width: 15px;
  height: 15px;
  display: inline-block;
}

#ss-search .search-row .results-block .results-products .product .image {
  width: 20%;
  position: relative;
  user-select: none;
}

#ss-search .search-row .results-block .results-products .product .image img {
  display: inline-block;
  width: 100%;
}

#ss-search .search-row .results-block .results-products .product .info {
  width: 80%;
  padding-left: 20px;
  display: inline-block;
}

#ss-search .search-row .results-block .results-products .product .info .manufacture {
  text-transform: uppercase;
  font-weight: bold;
  color: #222222;
  font-size: 0.7rem;
  display: inline-block;
  width: 100%;
}

#ss-search .search-row .results-block .results-products .product .info .name {
  color: #0072bb;
  font-weight: bold;
  font-size: .9rem;
  margin: 0;
  position: relative;
  overflow: hidden;
}

#ss-search .search-row .results-block .results-products .product .info .name b {
  font-weight: inherit;
}

#ss-search .search-row .results-block .results-products .product .info .numbers {
  color: #939393;
  font-size: 0.7rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

#ss-search .search-row .results-block .results-products .product .info .description {
  user-select: none;
  font-size: 0.7rem;
  color: #222222;
  font-weight: bold;
}

#ss-search .search-row .results-block .results-products .product .info .stock {
  display: none;
}

#ss-search .search-row .results-block .results-products .product .bottom-line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -40px;
  user-select: none;
}

#ss-search .search-row .results-block .results-products .product .bottom-line .price-block {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

#ss-search .search-row .results-block .results-products .product .bottom-line .price-block .old-price{
  font-size: 1rem;
  font-weight: bold;
  color: #222222;
  opacity: 0.9;
} 
#ss-search .search-row .results-block .results-products .product .bottom-line .price-block .unit {
  font-size: 0.7rem;
}

#ss-search .search-row .results-block .results-products .product .bottom-line .price-block .price {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 2px;
}

#ss-search .search-row .results-block .results-products .product .bottom-line form,
#ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block,
#ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line {
  width: 40%;
}
#ss-search .search-row .results-block .results-products .product .bottom-line form .buttons-line{
  width: 100%;
}
#ss-search .search-row .results-block .results-products.box .product .bottom-line form{
  width: 100%;
}
#ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block .item {
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

#ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block i {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: -2px 2px 0 0;
}

#ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line a:hover,
#ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line button:hover {
  color: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

#ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line a,
#ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line button {
  transition: .3s all;
  border-radius: 2px;
  width: 48%;
  text-align: center;
  padding: 8px 0;
  font-size: .8rem;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  border: 0;
}

#ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line .view-details {
  background-color: #0072bb;
}

#ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line .atc {
  background-color: #222222;
}

#ss-search .search-row .results-block .results-products .product .stock {
  user-select: none;
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 0.7rem;
  white-space: nowrap;
  font-weight: bold;
}

#ss-search .search-row .results-block .results-products .product .stock i {
  min-width: 15px;
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-right: 5px;
  display: inline-block;
}
#ss-search .search-row .results-block .results-options {
  width: 180px;
  display: block;
  margin: 10px auto 0;
  font-size: 0.8em;
}

#ss-search .search-row .results-block .results-options .option ul {
  display: none;
}

#ss-search .search-row .results-block .results-options .option ul.active {
  position: absolute;
  display: block;
  background-color: #fff;
  z-index: 10;
  top: calc(100% + 5px);
  right: 50%;
  min-width: 70px;
  max-height: 250px;
  overflow: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transform: translate(50%, 0);
}

#ss-search .search-row .results-block .results-options .option ul.active li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

#ss-search .search-row .results-block .results-options .option ul.active li:hover {
  color: #fff;
  background-color: #0072bb;
}

#ss-search .search-row .results-block .results-options .option ul.active li {
  border-bottom: 1px solid #f9f9f9;
  cursor: pointer;
  padding: 4px 10px 3px 10px;
  text-align: center;
  width: 100%;
  display: inline-block;
  list-style-type: none;
  font-weight: bold;
}

#ss-search .search-row .results-block .results-options .item-on-page .item {
  width: 100%;
  font-weight: bold;
}

#ss-search .search-row .results-block .results-options .item-on-page .item span b {
  font-weight: bold;
}

#ss-search .search-row .results-block .results-options .item-on-page .item span i {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
}

#ss-search .search-row .results-block .results-options .line {
  display: flex;
  justify-content: space-between;
  height: 35px;
  margin-bottom: 7px;
}

#ss-search .search-row .results-block .results-options .line .count {
  padding: 0 35px;
  font-weight: bold;
}

#ss-search .search-row .results-block .results-options .line .count span {
  display: inline-block;
  margin: 0 3px;
}

#ss-search .search-row .results-block .results-options .line .item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#ss-search .search-row .results-block .results-options .line .item {
  transition: .3s all;
  cursor: pointer;
  position: relative;
  min-width: 30px;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  display: inline-block;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

#ss-search .search-row .results-block .results-options .line .item svg {
  width: 12px;
  height: 12px;
}

#ss-search .search-row .results-block .selected-facets {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f8f8f8;
  overflow: auto;
}

#ss-search .search-row .results-block .selected-facets .inner:last-child {
  margin-right: 0;
}

#ss-search .search-row .results-block .selected-facets .inner:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#ss-search .search-row .results-block .selected-facets .inner {
  white-space: nowrap;
  user-select: none;
  transition: .5s all;
  font-size: .8rem;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding: 0 10px;
  height: 35px;
  background-color: #0072bb;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  text-transform: capitalize;
}

#ss-search .search-row .results-block .selected-facets .inner p {
  line-height: 1;
}

#ss-search .search-row .results-block .selected-facets .inner p span{
  font-weight: bold;
}

#ss-search .search-row .results-block .selected-facets .inner i {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}

.filter-block {
  width: calc(25%);
  padding-right: 20px;
  display: inline-block;
  user-select: none;
  transition: .5s all;
}

.filter-block i {
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-block .close-btn:hover span {
  transform: rotate(180deg);
}

.filter-block .close-btn {
  display: none;
  width: 100%;
  font-size: 1rem;
  text-align: right;
  color: #222222;
  height: 30px;
  font-weight: bold;
  cursor: pointer;
}

.filter-block .close-btn span {
  transition: .3s all;
  display: inline-block;
  transform-origin: center;
}

.filter-block .filter-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.filter-block .attr-box {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.filter-block .attr-box-ttl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.filter-block .attr-box-ttl p {
  font-size: 1rem;
  font-weight: bold;
  text-transform: capitalize;
  width: auto;
  color: #222;
}

.filter-block .attr-box-clear{
  font-size: .8rem;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  padding: 3px 8px;
  border: 0;
  background-color: #eee;
  border-radius: 5px;
  transition: .3s all;
}

.filter-block .facet-search{
  width: 100%;
  position: relative;
  font-size: 0.9em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.filter-block .facet-search input:focus{
  outline: 2px solid var(--color-search_light);
}

.filter-block .facet-search input {
  border: 0;
  width: 100%;
  height: 2.5em;
  padding: 0 2em 0 1em;
  background-color: #f4f4f4;
  border-radius: 5px;
}

.filter-block .facet-search svg {
  width: 1em;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}

.filter-block .attr-box-ttl .attr-show_more:hover {
  transition: .5s all;
  color: #222222;
}

.filter-block .attr-box-ttl .attr-show_more.open i {
  transform: rotate(180deg);
}

.filter-block .attr-box-ttl .attr-show_more {
  transition: .5s all;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #939393;
  font-size: 0.75rem;
  font-weight: 100;
  text-decoration: underline;
}

.filter-block .attr-box-ttl .attr-show_more i {
  transition: .5s all;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}

.filter-block .attr-box.type-rating label i {
  width: 17px;
  height: 17px;
  display: inline-block;
}

.filter-block .attr-box.type-radio label .checkbox {
  position: absolute;
  margin-right: 0;
  border-radius: 10px;
  right: 0;
  top: 0;
}

.filter-block .attr-box.type-radio label .checkbox:after {
  display: none;
}

.filter-block .attr-box.type-radio label input:checked + .checkbox {
  background-color: transparent;
  box-shadow: 0 0 1px #939393;
  border-color: #939393;
}

.filter-block .attr-box-content.type-image .checkbox,
.filter-block .attr-box-content.type-image .count{
  display: none;
}
.filter-block .attr-box-content.type-image span.image{
  border-radius: 100vw;
}
.filter-block .attr-box-content.type-image-label span.image{
  border-radius: .25rem;
}
.filter-block .attr-box-content.type-image span.image,
.filter-block .attr-box-content.type-image-label span.image{
  background-color: #f4f4f4;
  border: 2px solid transparent;
}
.filter-block .attr-box-content.type-image img{
  width: 100%;
}
.filter-block .attr-box-content.type-image input:checked + .image,
.filter-block .attr-box-content.type-image-label input:checked + .image{
  border-color: #0072bb;
}
.filter-block .attr-box-content.type-image input:checked + .image + .name,
.filter-block .attr-box-content.type-image-label input:checked + .image + .name{
  color: #0072bb;
}

.filter-block .attr-box {
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
}

.filter-block .attr-box-content{
  max-height: 250px;
  overflow: auto;
  padding-right: 10px;
}

.filter-block .price-range {
  position: relative;
  display: inline-block;
  width: 100%;
}

.filter-block .price-range .range-line {
  position: relative;
  height: 20px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.filter-block .price-range .range-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ddd;
  width: 100%;
  font-size: .9rem;
}

.filter-block .price-range .range-values span {
  font-size: 1.5rem;
  margin: 0 5px;
}

.filter-block .price-range .range-values input {
  color: #222;
  min-width: 25%;
  max-width: 50%;
  width: 80px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
}

.filter-block .attr-box label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0 1px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.filter-block .attr-box label input {
  display: none;
}

.filter-block .attr-box label .checkbox:after {
  content: '';
  position: absolute;
  min-width: 15px;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/img/miva/svg/check--white.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.filter-block .attr-box label .image{
  margin-right: 0.75rem;
}

.filter-block .attr-box label .count{
  position: absolute;
  top: 50%;
  right: 0;
  color: #0072bb;
  transform: translate(0, -50%);
}
.filter-block .attr-box label .checkbox {
  transition: .3s all;
  min-width: 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.filter-block .attr-box label input:checked + span {
  transition: .3s all;
  background-color: #0072bb;
  border-color: #0072bb;
}

.filter-block .btn-row .reset:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.filter-block .btn-row .reset {
  transition: .5s all;
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  border-radius: 5px;
  font-size: .9rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  background-color: #0072bb;
  color: #fff;
}
.filter-block .attr-box-content.type-tree {
    text-transform: none
}

.filter-block .attr-box-content.type-tree .count {
    display: inline-block
}

.filter-block .attr-box-content.type-tree .filter-categorylist {
    width: 100%;
    position: relative;
    overflow: auto
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs {
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label {
    background: 0 0
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url(/img/miva/arrow.png);
    background-position: center;
    background-size: contain;
    left: 0;
    bottom: -14px;
    opacity: .6
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(1n) {
    margin-left: 0
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(2n) {
    margin-left: 10px
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(3n) {
    margin-left: 20px
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(4n) {
    margin-left: 30px
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(5n) {
    margin-left: 40px
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(6n) {
    margin-left: 50px
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(7n) {
    margin-left: 60px
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(8n) {
    margin-left: 70px
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(9n) {
    margin-left: 80px
}

.filter-block .attr-box-content.type-tree .filter-breadcrumbs label:nth-child(10n) {
    margin-left: 90px
}


#ss-autocomlete.active {
  display: flex;
}

#ss-autocomlete {
  position: fixed;
  width: 1200px;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  z-index: 11;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  font-size: 15px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 25px 15px;
  border-radius: 2px;
  min-height: 200px;
  color: #222222;
  transition: .3s all;
}

#ss-autocomlete .ttl {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  margin-bottom: 5px;
}

#ss-autocomlete .categotyes-list {
  width: 25%;
  background-color: #f2f2f2;
  padding: 15px 20px;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

#ss-autocomlete .categotyes-list ul {
  max-height: 400px;
  overflow: auto;
}

#ss-autocomlete .categotyes-list ul li:hover, #ss-autocomlete .categotyes-list ul li.active {
  color: #0072bb;
}

#ss-autocomlete .categotyes-list ul li {
  transition: .3s all;
  list-style-type: none;
  cursor: pointer;
  font-size: 0.85rem;
  padding: 5px 5px 0;
}

#ss-autocomlete .results-block {
  width: 75%;
  padding-left: 15px;
}

#ss-autocomlete .results-block .suggest-line {
  display: flex;
  align-items: baseline;
  padding: 15px 10px;
  background-color: #f2f2f2;
  border-radius: 3px;
  margin-bottom: 15px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

#ss-autocomlete .results-block .suggest-line p {
  margin: 0;
  font-weight: bold;
  margin-right: 10px;
  font-size: 0.9rem;
}
#ss-autocomlete .results-block .suggest-line ul::-webkit-scrollbar {
  height: 3px;
}
#ss-autocomlete .results-block .suggest-line ul {
  display: flex;
  width: 100%;
  padding-bottom: 5px;
  overflow: auto;
}

#ss-autocomlete .results-block .suggest-line ul li.show-all-suggests{
  background-color: transparent;
  border: 1px solid #0072bb;
  color: #0072bb;
}
#ss-autocomlete .results-block .suggest-line ul li {
  font-size: 0.7rem;
  list-style-type: none;
  display: inline-block;
  width: auto;
  padding: 2px 8px;
  color: #fff;
  background-color: #0072bb;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 15px;
  white-space: nowrap;
}

#ss-autocomlete .results-block .products-line .products-list {
  position: relative;
  min-height: 250px;
  max-height: 400px;
  overflow: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

#ss-autocomlete .results-block .products-line .products-list .product:last-child {
  margin-bottom: 0;
}

#ss-autocomlete .results-block .products-line .products-list .product {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

#ss-autocomlete .results-block .products-line .products-list .product .top-line {
  position: absolute;
  width: calc(100% - 40px);
  top: 15px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  z-index: 1;
  user-select: none;
}

#ss-autocomlete .results-block .products-line .products-list .product .top-line .sale {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 50%;
}

#ss-autocomlete .results-block .products-line .products-list .product .top-line .sale span {
  background-color: #ee353d;
  padding: 3px 10px;
}

#ss-autocomlete .results-block .products-line .products-list .product .top-line .rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 50%;
}

#ss-autocomlete .results-block .products-line .products-list .product .top-line .rating span {
  color: #222222;
  font-weight: bold;
  margin-left: 3px;
}

#ss-autocomlete .results-block .products-line .products-list .product .top-line .rating i {
  width: 15px;
  height: 15px;
  display: inline-block;
}

#ss-autocomlete .results-block .products-line .products-list .product .image {
  width: 20%;
  position: relative;
  user-select: none;
}

#ss-autocomlete .results-block .products-line .products-list .product .image img {
  display: inline-block;
  width: 100%;
}

#ss-autocomlete .results-block .products-line .products-list .product .info {
  width: 80%;
  padding-left: 20px;
  display: inline-block;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .manufacture {
  text-transform: uppercase;
  font-weight: bold;
  color: #222222;
  font-size: 0.7rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .name {
  color: #0072bb;
  font-weight: bold;
  font-size: .9rem;
  margin: 0;
  line-height: 1;
  max-height: 2rem;
  position: relative;
  overflow: hidden;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .name b {
  font-weight: inherit;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .numbers {
  color: #939393;
  font-size: 0.65rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .stock {
  user-select: none;
  display: flex;
  align-items: center;
  font-size: 0.65rem;
  white-space: nowrap;
  font-weight: bold;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .stock i {
  min-width: 10px;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  display: inline-block;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .discounts-block {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .discounts-block .item {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .discounts-block i {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 2px;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .available-models {
  display: flex;
  margin-bottom: 10px;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .available-models a:hover {
  border-color: #222222;
  color: #222222;
  z-index: 1;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .available-models a {
  position: relative;
  transition: .3s all;
  font-size: 0.6rem;
  border: 1px solid #939393;
  color: #939393;
  padding: 2px 5px;
  text-transform: capitalize;
  margin-right: -1px;
  user-select: none;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .price-block {
  width: 40%;
  text-align: right;
}


#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .price-block .old-price, #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .price-block .unit {
  font-size: 0.9rem;
  color: #222222;
  opacity: 0.9;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .price-block .price {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 2px;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line a:hover,
#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line button:hover {
  color: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line a,
#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line button {
  transition: .3s all;
  border-radius: 2px;
  text-align: center;
  padding: 6px 0;
  font-size: .8rem;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  border: 0;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .view-details {
  width: 48%;
  background-color: #0072bb;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block:hover .atc {
  width: 90%;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block:hover .qty {
  right: -41%;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block {
  width: 49%;
  position: relative;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block .atc {
  z-index: 1;
  left: 0;
  position: relative;
  transition: .3s all;
  width: 100%;
  background-color: #222222;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block .qty {
  transition: .3s all;
  overflow: hidden;
  border-radius: 3px;
  max-width: 50%;
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block .qty span,
#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block .qty input {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border: 0;
  text-align: center;
}

#ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block .qty .qty-btn {
  cursor: pointer;
  background-color: #222222;
  color: #fff;
}


/*Media*/

#ss-search *::-webkit-scrollbar,
#ss-autocomlete *::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  border-radius: 5px;
}
#ss-search *::-webkit-scrollbar-track,
#ss-autocomlete *::-webkit-scrollbar-track {
  background: #eeeeee;
}
#ss-search *::-webkit-scrollbar-thumb,
#ss-autocomlete *::-webkit-scrollbar-thumb {
  background: #0072bb;
}
#ss-search:hover *::-webkit-scrollbar-thumb,
#ss-autocomlete:hover *::-webkit-scrollbar-thumb {
  background: #0072bb;
}


#ss-autocomlete .form.product-attributes--block{
  display: none;
}
.results-products.box .form.product-attributes--block{
  padding: 0;
  background-color: var(--c-white);
}

.results-products.box .product-attribute--line{
  margin: 10px 0;
  flex-wrap: wrap;
}

.results-products.box .product-attribute--line label{
  padding: 0;
  max-width: 100%;
  margin-bottom: 0;
}
.results-products.box .product-attribute--line select, 
.results-products.box .product-attribute--line input[type=text]{
  height: 35px;
  max-width: 100%;
}

@media only screen and (max-width : 1200px) {
  #ss-autocomlete{
    width: 95%
  }
  .filter-block .attr-box label{
    align-items: flex-start;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line{
    margin-top: -20px
  }
  header .search-form .button-part{
    width: 40%;
  }
}
@media only screen and (max-width : 992px) {
  .filter-block{
    width: 30%;
    z-index: 9;
  }
  #ss-search .search-row .results-block{
    width: 70%;
  }
  .filter-block .attr-box{
    margin-bottom: 10px
  }
  .filter-block .attr-box.type-rating label i{
    width: 15px;
    height: 15px
  }
  .filter-block .price-range .range-values input{
    padding: 5px 0
  }
  .filter-block .btn-row .reset{
    padding: 10px 0;
  }
  #ss-search .search-row .search-header{
    flex-wrap: wrap;
  }
  #ss-search .search-row .search-header .ttl{
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
  #ss-search .search-row .search-header .options{
    width: 100%;
    justify-content: flex-end;
  }
  #ss-search .search-row .results-block .results-products.box .product{
    width: calc(50% - 15px)
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line{
    margin-top: 0;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block, 
  #ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line{
    width: 50%;
  }
  #ss-autocomlete{
    width: 99%;
  }
}
@media only screen and (max-width : 768px) {
  .recomender-parts--carousel .owl-carousel:not(.owl-loaded) .search__loader-item:nth-child(4){
    display: none;
  }
  #ss-autocomlete.active {
    top: 160px !important;
    padding: 0;
    z-index: 1033;
    width: 94%;
    box-shadow: none !important;
  }
  .ss-search--qv-block iframe{
    height: 70vh;
  }
  .filter-block{
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    width: 320px;
    background-color: #f9f9f9;
    height: 100%;
    max-height: 100vh;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 15px;
    transform: translate(-105%,0);
  }
  .filter-block.active{
    transform: translate(0,0);
  }
  .filter-block .close-btn{
    display: block
  }
  .filter-block .filter-content{
    height: auto;
    max-height: calc(100vh - 100px);
    overflow: auto
  }
  .filter-block .attr-box{
    background-color: #ffffff;
  }
  .filter-block .attr-box label{
    font-size: 0.9rem
  }
  .filter-block .btn-row{
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    height: 50px;
    z-index: 5;
  }
  #ss-search .search-row .results-block{
    width: 100%;
  }
  .filter-block .attr-box-ttl{
    margin-bottom: 10px;
  }
  #ss-search .search-row .search-header .options .option{
    min-width: 25%;
  }
  #ss-search .search-row .search-header .options .option span i{
    width: 12px;
    height: 12px;
    margin: 0 3px
  }
  #ss-search .search-row .search-header .options [option-type=button]{
    display: flex;
  }
  #ss-autocomlete{
    padding: 15px;
    font-size: 14px
  }
  #ss-autocomlete .categotyes-list,
  #ss-autocomlete .results-block .suggest-line{
    padding: 10px;
  }
  #ss-autocomlete .results-block{
    padding-left: 10px
  }
  #ss-autocomlete .results-block .suggest-line{
    margin-bottom: 10px
  }
  #ss-autocomlete .results-block .products-line .products-list .product{
    padding: 10px 15px;
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .available-models a{
    font-size: 0.6rem
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line{
    width: 60%
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .stock{
    white-space: normal;
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .price-block .price{
    font-size: 1.2rem
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .discounts-block .item{
    font-size: 0.55rem
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line a,
  #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line button{
    padding: 5px 0
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block .atc{
    width: 100% !important
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .buttons-line .atc-qty-block .qty{
    display: none !important
  }
  #ss-autocomlete .categotyes-list ul,
  #ss-autocomlete .results-block .products-line .products-list{
    max-height: 50vh
  } 
  #ss-search .search-row .search-header .options .option:last-child{
    display: none;
  }
}
@media only screen and (max-width : 575px) {
  .recomender-parts--carousel .owl-carousel:not(.owl-loaded) .search__loader-item:nth-child(3){
    display: none;
  }
  .filter-block .filter-content{
    max-height: calc(100vh - 175px);
]  }
  #ss-autocomlete.active{
    width: 100%;
  }
  .ss-search--qv-block iframe{
    height: 75vh;
  }
  #ss-search .search-row .search-header{
    margin-bottom: 10px
  }
  #ss-search .search-row .search-header,
  #ss-search .search-row .search-header .ttl{
    flex-wrap: wrap;
  }
  #ss-search .search-row .search-header .ttl h2{
    margin-left: 0;
  }
  #ss-search .search-row .search-header .options{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #ss-search .search-row .results-block .results-products{
    width: calc(100% + 5px)
  }
  #ss-search .search-row .search-header .options .option{
    width: calc(50% - 5px);
    margin: 0;
    margin-bottom: 10px;
  }
  #ss-search .search-row .search-header .options .option:nth-child(1){
    width: 50%;
    order: 1;
  }
  #ss-search .search-row .results-block .results-products .product{
    width: calc(100% - 5px);
    margin-bottom: 5px;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .price-block .old-price{
    margin-right: 0 !important;
    display: block !important;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block{
    width: 40%;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line{
    width: 60%;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block{
    flex-wrap: wrap;
  }
  #ss-search .search-row .results-block .results-products.box .product{
    width: calc(50% - 5px);
    padding: 10px;
    margin: 0 5px 5px 0;
  }
  #ss-search .search-row .results-block .results-products.box .product .bottom-line .buttons-line{
    flex-wrap: wrap;
  }
  #ss-search .search-row .results-block .results-products.box .product .bottom-line .buttons-line a{
    width: 100%;
    margin-bottom: 5px
  }
  /*#ss-search .search-row .results-block .results-products .product,
  #ss-search .search-row .results-block .results-products.box .product{
    padding: 10px;
    width: calc(50% - 5px)
  }#ss-search .search-row .results-block .results-products .product .bottom-line .price-block,
  #ss-search .search-row .results-block .results-products.box .product .bottom-line .price-block{
    margin: 30px 0 20px 0;
  }
  #ss-search .search-row .results-block .results-products .product .top-line {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
  #ss-search .search-row .results-block .results-products .product .image {
    width: 100%;
    margin-bottom: 10px;
  }
  #ss-search .search-row .results-block .results-products .product .image img {
    display: block;
    width: 70%;
    margin: auto;
  }
  #ss-search .search-row .results-block .results-products .product .image .stock {
    display: none;
  }
  #ss-search .search-row .results-block .results-products .product .info {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #ss-search .search-row .results-block .results-products .product .info .description {
    display: none;
  }
  #ss-search .search-row .results-block .results-products .product .info .stock {
    display: flex;
    position: relative;
    justify-content: center;
    top: auto;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .price-block {
    text-align: center;
    margin: 25px 0 20px 0;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block,
  #ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line {
    width: 100%;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block {
    justify-content: space-between;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .discounts-block .item {
    width: 50%;
    justify-content: center;
    padding: 0;
  }*/
  #ss-search .search-row .results-block .selected-facets .inner{
    height: 30px;
  }
  #ss-search .search-row .results-block .results-products .product .top-line{
    width: calc(100% - 20px);
    left: 10px;
  }
  #ss-search .search-row .results-block .results-products .product .top-line .rating{
    position: relative;
    top: -10px;
  }
  #ss-search .search-row .results-block .results-products.box .product .top-line .rating{
    top: auto;
  }

  #ss-autocomlete{
    flex-wrap: wrap
  }
  #ss-autocomlete .categotyes-list{
    width: 100%
  }
  #ss-autocomlete .results-block{
    padding-left: 0;
    width: 100%
  }
  #ss-autocomlete .categotyes-list{
    display: none;
  }
  #ss-autocomlete .results-block .products-line .products-list{
    max-height: 75vh
  }
  #ss-autocomlete .results-block .products-line .products-list .product{
    padding: 5px 10px;
  }
  #ss-autocomlete .results-block .products-line .products-list .product .top-line{
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info{
    padding-left: 10px;
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block,
  #ss-autocomlete .results-block .products-line .products-list .product .info .available-models{
    margin-bottom: 5px
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .available-models{
    flex-wrap: wrap;
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .stock{
    width: 100%;
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .discounts-block{
    width: 100%;
    float: none;
    justify-content: flex-start;
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .stock-discount-block .discounts-block .item{
    padding-left: 0;
    padding-right: 15px
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .price-block .unit{
    display: none
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .name{
    max-height: 100%; 
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .price-block .old-price, #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line .price-block .unit{
    font-size: 0.8rem;
  }
  #ss-search .search-row .results-block .results-products.box .product .image,
  #ss-search .search-row .results-block .results-products.box .product .info .name{
    margin-bottom: 5px
  }
  #ss-search .search-row .results-block .results-products.box .product .bottom-line .price-block .old-price{
    margin-right: auto !important;
  }
  #ss-search .search-row .results-block .results-products.box .product .image img{
    width: 100%;
  }
  #ss-search .search-row .results-block .results-products .product .bottom-line .buttons-line .atc{
    width: 100%;
  }
  #ss-search .search-row .results-block .results-products.box .product .info .stock{
    white-space: normal;
  }
}
@media only screen and (max-width : 365px) {
  #ss-search{
    font-size: 15px
  }
  #ss-search .search-row .search-header .options .option span i{
    width: 12px;
    height: 12px
  }
  #ss-search .search-row .results-block .results-products{
    width: 100%;
  }
  #ss-search .search-row .results-block .results-products .product, 
  #ss-search .search-row .results-block .results-products.box .product{
    width: 100%;
    padding: 10px;
    margin-right: 0
  }
  #ss-search .search-row .results-block .results-products .product .top-line{
    left: 10px;
    width: calc(100% - 20px)
  }
  #ss-search .search-row .results-block .results-products .product .image img{
    margin-top: 20px
  }
  #ss-search .search-row .results-block .results-products.box .product .image img{
    width: 60%;
    margin-top: 0
  }
  #ss-search .search-row .results-block .results-products .product .image, 
  #ss-search .search-row .results-block .results-products.box .product .image{
    margin-bottom: 0
  }
  #ss-search .search-row .results-block .results-options{
    font-size: 0.7rem
  }
  #ss-autocomlete{
    padding: 10px;
    width: 100%
  }
  #ss-autocomlete .results-block .products-line .products-list .product .top-line{
    left: 5px;
    width: calc(100% - 10px);
  }
  #ss-autocomlete .results-block .products-line .products-list .product .image img{
    margin-top: 15px;
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .available-models{
    flex-wrap: wrap;
  }
  #ss-autocomlete .results-block .products-line .products-list{
    max-height: 65vh
  }
  #ss-autocomlete .results-block .products-line .products-list .product .info .bottom-line{
    width: calc(100% + 50px);
    left: -55px;
    position: relative
  }
  #ss-autocomlete .results-block .products-line .products-list .product{
    padding: 5px 3px;
  }
}
@media only screen and (max-width : 320px) {
  #ss-search .search-row .results-block{
    width: 100%
  }
}


/*Price Range*/
.attr-box-content .range-line input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 10;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.attr-box-content .range-line input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.attr-box-content .range-line input[type=range]:focus {
  outline: none;
}

.attr-box-content .range-line input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.attr-box-content .range-line input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0 none;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.attr-box-content .range-line input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  border: 0 none;
  width: 15px;
  height: 15px;
  background-color: #0072bb;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.attr-box-content .range-line input[type=range]::-moz-focus-outer {
  border: 0;
}

.attr-box-content .range-line input[type=range]::-ms-thumb {
  pointer-events: all;
  border: 0 none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-color: #0072bb;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.attr-box-content .range-line input[type=range].hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 5px rgba(0, 114, 187, 0.1);
}

.attr-box-content .range-line input[type=range].hover::-moz-range-thumb {
  box-shadow: 0 0 0 5px rgba(0, 114, 187, 0.1);
}

.attr-box-content .range-line input[type=range].hover::-ms-thumb {
  box-shadow: 0 0 0 5px rgba(0, 114, 187, 0.1);
}

.attr-box-content .range-line input[type=range].active::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(0, 114, 187, 0.2);
}

.attr-box-content .range-line input[type=range].active::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(0, 114, 187, 0.2);
}

.attr-box-content .range-line input[type=range].active::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(0, 114, 187, 0.2);
}

.attr-box-content .range-line input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
}

.attr-box-content .range-line input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

.attr-box-content .range-line input[type=range]::-moz-range-track {
  background: transparent;
}

.attr-box-content .range-line input[type=range]::-ms-track {
  background: transparent;
}

.attr-box-content .range-line input[type=range]::-ms-fill-lower {
  background: transparent;
}

.attr-box-content .range-line input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}

.attr-box-content .range-line input[type=range]::-ms-fill-upper {
  background: transparent;
}

.attr-box-content .range-line input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}

.attr-box-content .range-line .slider {
  position: absolute;
  width: 96%;
  left: 2%;
  top: 7px;
  z-index: 1;
  height: 5px;
}

.attr-box-content .range-line .slider>.track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #EDEDED;
  border: 1px solid #e6e6e6;
}

.attr-box-content .range-line .slider>.range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #0072bb;
}
.search-error-text{
  font-size: 13px;
  color:#0072bb;
}

#group_promotions{
  display: none !important;
}