.decrease,
.increase {
  cursor: pointer;
}

.text-copon {
  background-color: var(--primary-color);
}

@media (max-width: 768px) {
  img {
    width: 80px;
  }
  th {
    font-size: 16px;
    font-weight: normal;
  }
}

.total__cart {
  background-color: rgba(237, 237, 237, 1);
}

.copoun,
.text-copon {
  background-color: #fff;
  padding-right:  0.5rem;
  border-radius: 1.3rem;
  -webkit-border-radius: 1.3rem;
  -moz-border-radius: 1.3rem;
  -ms-border-radius: 1.3rem;
  -o-border-radius: 1.3rem;
}
.text-copon {
    background-color: var(--primary-color);
    padding: 1rem;
    white-space: nowrap;
    border-radius: 1.3rem 0 0 1.3rem ;
    -webkit-border-radius: 1.3rem 0 0 1.3rem ;
    -moz-border-radius: 1.3rem 0 0 1.3rem ;
    -ms-border-radius: 1.3rem 0 0 1.3rem ;
    -o-border-radius: 1.3rem 0 0 1.3rem ;
}


.line {
    height: 1px;
    width: 100%;
    background-color: var(--gray-text);
}