.flex__centerin {
	justify-content: center;
	align-items: center;
	align-self: stretch;
}
.flex410 {
    flex: 4 1 0;
}
.flex310 {
    flex: 3 1 0;
}
.flex210 {
    flex: 2 1 0;
}
.flex110 {
    flex: 1 1 0;
}
.flex0190px {
    flex: 0 1 90px;
}
.rflex {
    display: flex;
    flex-direction: row;
}
.cflex {
    display: flex;
    flex-direction: column;
}
.newSearch-res__vendor {
	text-align: center;
}
div.bordered__div {
	box-shadow: 0px 0px 2px 1px rgb(15 15 17 / 15%);
	border-radius: 3px;
}
.newSearch-res__photo {
	margin: 5px 5px;
}
.newSearch-res__napd.cflex {
	padding: 5px 10px;
    row-gap: 5px;
}
@media screen and (min-width: 1279px) { 
    ul.newSearch__ul {
        margin: 10px;
    }
    .mg__bot:not(.mg__bot:last-child) {
        margin-bottom: 10px;
    }
    li.newSearch-res__ {
        column-gap: 10px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 779px) {
    .mg__bot:not(.mg__bot:last-child) {
        margin-bottom: 10px;
    }
    li.newSearch-res__ {
        column-gap: 10px;
    }
    ul.newSearch__ul {
        margin: 7px;
    }
}
@media screen and (max-width: 779px) { 
  ul.newSearch__ul {
      margin: 10px;
  }
  .mg__bot:not(.mg__bot:last-child) {
      margin-bottom: 10px;
  }
  li.newSearch-res__ {
      column-gap: 10px;
  }
  /* .newSearch-res__itemvendor {
    display: none;
  } */
  div.bordered__div {
    /* box-shadow: none; */
    overflow: hidden;
  }
  .newSearch-res__itemvendor.bordered__div.rflex.flex01130px.flex__centerin {
    flex: 0 1 90px;
  }
  .newSearch-res__art-name.cflex {
    font-size: 12px;
  }
  .newSearch-res__descr .nc_bbcode_size {
    font-size: 11px !important;
  }
  .newSearch-res__itemprice.bordered__div.rflex.flex01130px.flex__centerin {
    flex: 0 1 90px;
    font-size: 13px;
    font-weight: 500;
  }
  .newSearch-res__stocks {
    position: unset !important;
  }
}
.flex01130px {
    flex: 0 1 130px;
}
.search-result {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.newSearch-res__descr .nc_bbcode_size {
	font-size: 14px !important;
}
.newSearch-res__art-name.rflex {
	column-gap: 5px;
}
.newSearch-res__vendorIMG {
	height: 100%;
	width: 100%;
}
.newSearch-res__itemprice.bordered__div.rflex.flex01130px.flex__centerin {
  font-weight: 500;
}
.newSearch-res__stocks {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 3px 10px;
}
.newSearch-res__napd.cflex.flex410 {
	position: relative;
}