@media (max-width: 767.98px) {
  .cart {
    margin: 0 auto;
  }
}
.cart__photo-block {
  width: 100%;
  height: 222px;
  border-radius: 10px 10px 0px 0px;
  max-width: 360px;
}
.cart__photo {
  width: 100%;
  height: 222px;
  position: relative;
  overflow: hidden;
}
.cart__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: 0.5s;
}
.cart__photo img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: scale(1.1);
}
.cart__description {
  border-radius: 10px;
  border: 1px solid #E7E6E6;
  height: 253px;
  background: #FFF;
  padding: 23px 24px;
  margin-top: -11px;
  position: relative;
  z-index: 1;
  max-width: 360px;
}
@media (max-width: 767.98px) {
  .cart__description {
    padding: 27px 16px;
    height: auto;
  }
}
.cart__description .title {
  color: #0B0B0B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  min-height: 44px;
  max-height: 44px;
  text-decoration: inherit;
  letter-spacing: 0.1px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  transition: 0.5s;
}
.cart__description .title:hover {
  color: #461AAB;
}
.cart__col {
  display: flex;
  margin-bottom: 9px;
}
.cart__title {
  color: #464646;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart__line {
  width: auto;
  flex: 1 1 auto;
  border-bottom: 1px dashed #E1D8D8;
}
.cart__count {
  color: #7339F5;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cart__link {
  margin-top: 47px;
}
.cart__link a {
  display: flex;
  align-items: center;
}
.cart__link a:hover span {
  color: #461AAB;
  border-bottom: 1px solid #fff;
}
.cart__link a:hover .arrow {
  background: #461AAB;
}
.cart__link a span {
  color: #0B0B0B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px dashed #0B0B0B;
  transition: 0.5s;
  letter-spacing: 0.5px;
}
.cart__link a svg {
  width: 19.2px;
  height: 19.2px;
  fill: #fff;
}
.cart__link a .arrow {
  width: 24px;
  height: 24px;
  background: #7339F5;
  border-radius: 50%;
  margin-left: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
/*# sourceMappingURL=cart.css.map */
