.price-item__img img,
.price-item__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.price-item {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.price-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.price-item__img {
  width: 6.6rem;
  height: 6.6rem;
  margin-right: 2.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.price-item__img img,
.price-item__img picture {
  position: absolute;
}

.price-item__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3rem;
}

.price-item__cont {
  width: calc(100% - 9rem);
}

.price-item__title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

.price-item__desc {
  display: none;
}

.price-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #f4f4f4;
  border-radius: 1rem;
  width: 12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.price-item__price span:nth-child(1) {
  font-size: 1.6rem;
}

.price-item__price span:nth-child(2) {
  margin-left: 0.6rem;
  font-size: 1.2rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

.price-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-right: 5rem;
}

.price-item-left .checkbox-list-item {
  margin-bottom: 0;
}

.price-item-right__price {
  padding: 1.5rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-item-right__price > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-item-right__price > span b {
  margin-left: 0.5rem;
}

.price-item-right__price--counter .counter {
  margin-right: 0;
}

.price-item-right__price .price {
  font-size: 1.6rem;

}

.price-item-right .sing-prod-fixed-header__prices b {
  margin-left: 0.5rem;
  font-family: 'Manrope',
 sans-serif;
  font-weight: normal;
}

.price-item-right .sing-prod-fixed-header__prices span {
  white-space: nowrap;
}

.price-item .btn--vine {
  margin: 2rem auto 0 auto;
}

.price-item .btn-cross {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

@media only screen and (min-width: 600px) {
  .price-item__title {
    font-size: 1.6rem;
  }

  .price-item__desc {
    display: block;
    color: #727272;
  }

  .price-item-right__price {
    padding: 1.5rem 25%;
  }
}

@media only screen and (min-width: 768px) {
  .price-item__info {
    margin-bottom: 0;
  }

  .price-item__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .price-item__price {
    margin-left: 2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 968px) {
  .price-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .price-item-left {
    width: 48%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }

  .price-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    width: 48%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .price-item-right__price {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: none;
  }

  .price-item-right__price:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .price-item-right__price:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .price-item-right__price:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .price-item-right__price--counter span.gray {
    display: none;
  }

  .price-item-right__price--counter .counter {
    max-width: 10rem;
  }

  .price-item-right .sing-prod-fixed-header__prices {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
    margin-left: auto;
    margin-right: 1rem;
  }

  .price-item-right .sing-prod-fixed-header__prices b {
    font-size: 1.6rem;
  }

  .price-item .btn--vine {
    margin: 0 0 0 1rem;
    max-width: 13rem;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .price-item .btn-cross {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    right: .5rem;
  }
  
}

@media only screen and (max-width: 967px) {
  .price-item .btn-cross {
    position: absolute;
    right: -1rem;
    top: -9rem;
  }
}