.vendor_country {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 5;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .vendor_country {
    right: 10px;
    bottom: 15px;
  }
}
.vendor_country img {
  max-width: 48px;
  border: 1px solid #e4e9ed;
}
.card-slider__items {
  position: relative;
}
.product-price .price_title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.card-page .form-additional .shop-product-btn:not(.notavailable) {
  float: none;
}
.product-list.thumbs .form-additional__btns {
  flex-direction: column;
}
.product-list.thumbs .form-additional__btns .product-amount {
  width: 100% !important;
}
body > .shop2-filter-found {
  position: fixed;
  color: #000;
  background: #4750a0;
  font-size: 15px;
  left: calc(50% - 330px);
  top: calc(50% - 20px) !important;
  min-width: 120px;
  margin: 0 0 0 7px;
  z-index: 105;
  display: none;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  transition: none;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  padding: 0;
}
@media (max-width: 1299px) {
  body > .shop2-filter-found {
    left: 330px;
  }
}
@media (max-width: 1100px) {
  body > .shop2-filter-found {
    display: none !important;
  }
}
body > .shop2-filter-found.fix {
  position: fixed;
  top: 50vh !important;
  transform: translateY(-50%);
}
body > .shop2-filter-found:before {
  position: absolute;
  content: "";
  margin-top: -5px;
  right: 100%;
  top: 50%;
  z-index: 10;
  border: 5px solid transparent;
  border-right-color: #4750a0;
}
body > .shop2-filter-found a {
  padding: 10px 20px;
  display: inline-block;
  background: #4750a0;
  color: #fff;
  text-decoration: none;
}
body > .shop2-filter-found a.filt_reset {
  background: #0685cf;
}
body > .shop2-filter-found a:hover {
  color: #fff !important;
  background: #fff;
  text-decoration: none;
  opacity: 0.8;
  background: #108dd5 !important;
}
.stock__title {
  line-height: normal;
}
.shop2-filter__checkbox.flag_item.empty-val {
  pointer-events: auto;
  opacity: 1;
}
.shop2-filter__checkbox.flag_item .empty-val {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 480px) {
  .product-list.thumbs .product-item .product-additional__top-right {
    height: auto !important;
  }
}
.filter-block .shop2-filter__item.flag_item .shop2-filter__title {
  display: none;
}
.filter-block .shop2-filter__item.flag_item .shop2-filter__body {
  padding: 5px 0;
}
.shop-folders__wrap > li ul li a .folder_icon {
  width: 30px;
  margin-right: 10px;
  min-width: 30px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shop-folders__wrap > li ul li a .folder_icon img {
  max-height: 50px;
  max-width: 50px;
}
form.product-kind__item:before {
  display: block;
  content: "";
  clear: both;
}
