#mar {
  margin-left: 50px;
}

.modal-header .modal-title {
  font-size: 50px;
  color: orange;
}

.modal-header .close {
  font-size: 50px;
  color: red;
}

.show-cart tr {
  font-size: 30px;
}

.show-cart td {
  color: aquamarine;
}

@media (max-width: 767px) {
  #mar {
    margin-left: 0px;
  }

  .modal-header .modal-title {
    font-size: 16px;
    color: orange;
  }

  .modal-header .close {
    font-size: 16px;
    color: red;
  }
}
