.cart-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.title {
  display: flex;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .title {
    flex-direction: column;
    background-color: #ffffff;
    padding: 1rem;
  }
}
@media screen and (max-width:767px) {
  .title--phone {
    align-items: center;
  }
}
.title__title {
  font-size: 1.3rem;
  display: flex;
}
.title__icon {
  font-size: 1.6rem;
}
.title__element {
  font-size: 0.9rem;
  margin-left: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
.title__element:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: #0e80db;
  font-size: 1.3rem;
  top: -0.4rem;
}
.carts__action {
  text-align: right;
  margin-bottom: 2rem;
}
.carts__btn {
  display: inline-block;
  background-color: #0984e3;
  color: #ffffff;
  text-align: center;
  padding: 0.3rem 1rem;
  font-size: 1rem;
}
@media screen and (max-width:767px) {
  .carts__btn {
    display: block;
    padding: 0.5rem 1rem;
  }
}
.carts__btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.cart {
  background-color: #ffffff;
  margin-bottom: 1rem;
  padding: 1.5rem;
  border: 1px solid #e6e6e6;
}
.cart__header {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  font-weight: 500;
  color: #0984e3;
  font-size: 0.8rem;
}
@media screen and (max-width:767px) {
  .cart__header {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.cart__header > h3 {
  font-size: 1.1rem;
  color: #2c3e50;
  padding: 0;
  margin: 0;
}
@media screen and (max-width:767px) {
  .cart__header > h3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.cart__header > i {
  font-size: 1.4rem;
  margin: 0 0.5rem;
}
@media screen and (max-width:767px) {
  .cart__header > i {
    display: none;
  }
}
.cart__body {
  padding-top: 1rem;
}
.cart__col {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:767px) {
  .cart__col--phone {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 1rem;
    align-items: center;
  }
}
.cart__field {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
}
.product {
  display: flex;
}
.product__image {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border: 1px solid #e6e6e6;
  padding: 5px;
  overflow: hidden;
  margin-right: 1rem;
}
.product__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__title {
  font-size: 0.9rem;
  color: #0984e3;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:767px) {
  .product__title {
    line-height: 0.7rem;
  }
}
.product__attributes {
  margin: 0.6rem 0;
}
.product__remove {
  display: block;
  margin-top: 0.5rem;
  color: #c0392b;
  font-size: 0.8rem;
}
.product__remove:hover {
  text-decoration: none;
  color: #2c3e50;
}
.attribute {
  display: flex;
}
.attribute__title {
  font-size: 0.9rem;
  color: #2c3e50;
  font-weight: 700;
  margin-right: 0.6rem;
}
.attribute__values {
  display: flex;
  flex-wrap: wrap;
}
.attribute__value {
  font-size: 0.8rem;
  margin-right: 0.3rem;
}
.prices {
  margin-top: auto;
}
@media screen and (max-width:767px) {
  .prices {
    margin-left: auto;
  }
}
.prices__current {
  font-size: 0.9rem;
  font-family: 'Lato', sans-serif;
}
.prices__title {
  font-size: 0.8rem;
  color: #2c3e50;
  display: flex;
}
.prices__title > i {
  font-size: 1.2rem;
  color: #0984e3;
}
.prices__table {
  margin-top: 0.6rem;
  width: 100%;
  font-size: 0.8rem;
  font-family: 'Lato', sans-serif;
  color: #999999;
}
@media screen and (max-width:767px) {
  .quantity {
    margin-left: auto;
  }
}
.quantity__element {
  font-family: 'Lato', sans-serif;
  border: 1px solid #e6e6e6;
  padding: 0.2rem 3rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (max-width:767px) {
  .quantity__element {
    margin: 0;
  }
}
.amount {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width:767px) {
  .amount {
    margin-left: auto;
    margin-top: 0;
  }
}
.no-result {
  margin: 7rem 4rem;
  padding: 1.5rem;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .no-result {
    flex-direction: column;
    margin: 2rem 0;
  }
}
.no-result__symbol {
  width: 200px;
  height: 200px;
  background-image: url("../../../images/__design/no-result.png");
  background-size: 180px;
  background-repeat: no-repeat;
}
.no-result__header1 {
  text-transform: capitalize;
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .no-result__header1 {
    text-align: center;
    font-size: 1.2rem;
  }
}
.no-result__header2 {
  font-size: 1.4rem;
  text-transform: capitalize;
  text-align: center;
  color: #666666;
}
@media screen and (max-width:767px) {
  .no-result__header2 {
    text-align: center;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=main.css.map */