.product.photo.product-item-photo {
    position: relative;
    display:block;
    width: auto;
}
.product.media{
    position: relative;
}
.product-label{
    position: absolute;
    z-index: 1;
}
.product-label.top{
    top: 0;
}
.product-label.left{
    left: 0;
}
.product-label.right{
    right: 0px;
}

.product-label.bottom{
    bottom: 0;
}

.product-label.center{
	left: 50%;
	transform: translateX(-50%);
}

.product-label.middle{
	top: 50%;
	transform: translateY(-50%);
}
.product.media .product-label.bottom {
  border-radius: 0;
  background: transparent;
}
.product.media .product-label.bottom {
  bottom: 100px;
}
.product-label.middle.center {
    transform: translate(-50%, -50%);
}
.round {
  border-radius: 100%;
  display: inline-block;
}
.half-round-topleft {
  border-radius: 100% 0 0 0;
  display: inline-block;
}

.half-round-topright {
  border-radius: 0 100% 0 0;
  display: inline-block;
}

.half-round-bottomleft {
  border-radius: 0 0 0 100%;
  display: inline-block;
}

.half-round-bottomright {
  border-radius: 0 0 100% 0;
  display: inline-block;
}
.twoside-round {
    border-radius: 70px 0 70px 0;
}
.ractangle-two-crop::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: -1px;
  left: auto;
}
.ractangle-two-crop::before {
	display: block;
  top: 0px;
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 0;
  height: 0;
}
.ractangle-two-crop {
    display: inline-block;
}
.ractangle-one-crop::before {
  display: block;
  top: 0px;
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 0;
  height: 0;
}
.ractangle-one-crop {
    display: inline-block;
}
.ractangle-one-sidedown::before {
  display: block;
	content: "";
	position: absolute;
	bottom: -15px;
	top: auto;
	left: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0px 0px;
}
.ractangle-one-sidedown {
  display: inline-block;
}
.bottom.ractangle-one-sidedown {
	bottom: 20px;
}
.ractangle-one-triangle::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	right: -25px;
	top: -2px;
}
.ractangle-one-triangle {
    display: inline-block;
}
.solwin-label-text {
  text-align: center;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  color: #000;
  word-wrap: break-word;
}
.product-items .product-item .product-item-info .product-item-photo {
	display: block;
	position: relative;
}
#label_cat_img_image {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  display: block;
}
#label_cat_img_delete {
  vertical-align: middle;
}
.right.ractangle-one-triangle {
  right: 25px;
}
.catalog-category-view .products-grid .product-item {
  position: relative;
}
.products-grid .product-item {
  position: relative;
}
