.cartBox {
  transform: translateX(-460px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #e9e4da;
  position: fixed;
  top: 5px;
  width: 460px;
  height: calc(100vh - 5px);
  z-index: 100000;
  padding: 90px 30px 60px 30px; }
  .cartBox__main {
    height: calc(100vh - 155px);
    overflow-y: auto; }
    .cartBox__main__gopay {
      margin-top: 25px;
      background-color: #4e2f22;
      width: calc(100% - 25px);
      display: flex;
      justify-content: space-between;
      padding: 10px 30px;
      position: relative;
      top: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .cartBox__main__gopay p {
        font-size: 1.1em;
        font-weight: 400;
        color: #fff;
        padding-left: 130px; }
      .cartBox__main__gopay span {
        font-size: 1.1em;
        font-weight: 700;
        color: #fff; }
      .cartBox__main__gopay:hover {
        top: 5px; }
  .cartBox__tit {
    font-size: 1.4em;
    font-weight: 500;
    color: #2f1409;
    position: fixed;
    top: 40px;
    left: 30px; }
  .cartBox__close {
    font-size: 2em;
    color: #505050;
    font-weight: 100;
    position: absolute;
    top: 27px;
    right: 30px;
    width: 44px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .cartBox__close:hover {
      top: 31px; }
  .cartBox.open {
    transform: translateX(0px); }
  @media (max-width: 640px) {
    .cartBox {
      transform: translateX(-300px);
      width: 300px;
      padding: 90px 15px 60px 15px; }
      .cartBox__close {
        right: 18px; }
      .cartBox__tit {
        left: 15px; }
      .cartBox__main {
        height: calc(100vh - 155px);
        overflow-y: auto; }
        .cartBox__main__gopay {
          width: calc(100% - 15px); }
          .cartBox__main__gopay p {
            font-size: 1.25em;
            font-weight: 400;
            color: #fff;
            padding-left: 60px; }
          .cartBox__main__gopay span {
            font-size: 1.25em;
            font-weight: 700;
            color: #fff; }
          .cartBox__main__gopay:hover {
            top: 5px; }
      .cartBox.open {
        transform: translateX(0px); } }

.cartList {
  width: calc(100% - 25px); }
  .cartList__item {
    display: flex;
    border-bottom: 1px solid #939393;
    padding: 20px 0;
    justify-content: space-between;
    align-items: flex-start; }
    .cartList__item__img {
      width: 110px;
      height: 77px;
      background-image: url("../images/pro01_s.png");
      background-size: cover;
      background-repeat: no-repeat;
      flex-grow: 0;
      flex-shrink: 0;
      margin-top: 5px; }
    .cartList__item__content {
      padding: 0 20px;
      flex-grow: 1;
      flex-shrink: 1;
      width: calc(100% - 142px); }
      .cartList__item__content p {
        letter-spacing: 0.08em;
        font-size: 1.05em;
        font-weight: 500;
        color: #2f1409;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .cartList__item__content p.name {
          font-size: 1.1em;
          font-weight: 500;
          color: #2f1409; }
        .cartList__item__content p.spec {
          padding: 15px;
          /* border: 1px solid #2f1409; */
          margin: 5px 0;
          background-color: #dacfb8;
          font-size: 1em;
          font-weight: 500;
          color: #2f1409; }
    .cartList__item__del {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size: 1.1em;
      font-weight: 500;
      color: #817976;
      flex-grow: 0;
      flex-shrink: 0;
      border-bottom: 1px solid #e9e4da; }
      .cartList__item__del:hover {
        color: #000;
        border-bottom: 1px solid #000; }
    @media (max-width: 640px) {
      .cartList__item__img {
        width: 90px;
        height: 63px; } }
  @media (max-width: 640px) {
    .cartList {
      width: calc(100% - 15px); }
      .cartList__item__content {
        padding: 0 10px; }
        .cartList__item__content p.spec {
          font-size: 0.8em;
          font-weight: 500;
          color: #2f1409; } }

/*# sourceMappingURL=cart.css.map */
