main section.hero {
  background: #464545;
  margin-bottom: 40px;
  padding: 23px 20px 25px;
}
main section.hero .title {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFF;
  line-height: 1.3;
  text-align: center;
}
main section#cart {
  display: flex;
  align-items: 0;
  justify-content: 0;
  flex-direction: column;
  flex-wrap: auto;
  gap: 55px;
  padding: 0 25px;
  margin: 60px 0;
  margin-bottom: 100px;
}
main section#cart .items > .title {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.3;
  padding-bottom: 5px;
  border-bottom: 1px solid #ACACAC;
}
main section#cart .items > .ref {
  margin-bottom: 20px;
}
main section#cart .items > .ref form {
  display: flex;
  align-items: flex-end;
  justify-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  gap: 10px;
  max-width: 582px;
}
main section#cart .items > .ref form div {
  width: 100%;
}
main section#cart .items > .ref form div label {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #D70913;
  line-height: 1.3;
  display: inline-block;
  margin-top: 39px;
}
main section#cart .items > .ref form div input {
  width: 100%;
  border: 1px solid #ACACAC;
}
main section#cart .items > .ref form .btn {
  min-width: 85px;
  height: 43px;
}
main section#cart .items > .ref .error {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: red;
  line-height: 1.3;
  margin-top: 10px;
}
main section#cart .items > .back {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 1.3;
  margin-top: 20px;
}
main section#cart .items .item {
  border-bottom: 1px solid #ACACAC;
}
main section#cart .items .item.empty {
  padding: 20px 0;
}
main section#cart .items .item.empty * {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 1.3;
}
main section#cart .items .item:not(.empty) {
  display: flex;
  align-items: auto;
  justify-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  gap: 10px;
  padding: 30px 0;
  padding-bottom: 15px;
}
main section#cart .items .item:not(.empty) .img-container {
  width: 25vw;
  min-width: 25vw;
}
main section#cart .items .item:not(.empty) .img-container img {
  width: 100%;
  height: auto;
}
main section#cart .items .item:not(.empty) .info {
  width: 100%;
}
main section#cart .items .item:not(.empty) .info .title {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 1.3;
  margin-bottom: 10px;
}
main section#cart .items .item:not(.empty) .info .options *, main section#cart .items .item:not(.empty) .info .price * {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 1.3;
  margin-bottom: 5px;
}
main section#cart .items .item:not(.empty) .info .price * .reduced {
  color: red;
  text-decoration: line-through;
}
main section#cart .items .item:not(.empty) .info .price *.total {
  font-weight: 600;
}
main section#cart .items .item:not(.empty) .info .price div {
  display: flex;
  align-items: center;
  justify-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  gap: 15px;
}
main section#cart .items .item:not(.empty) .info .error {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: red;
  line-height: 1.3;
  margin: 10px 0;
}
main section#cart .items .item:not(.empty) .info .methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: auto;
  flex-wrap: auto;
  gap: 40px;
  margin-top: 20px;
}
main section#cart .items .item:not(.empty) .info .methods .update {
  display: flex;
  align-items: center;
  justify-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  gap: 5px;
}
main section#cart .items .item:not(.empty) .info .methods .update label {
  margin: 0;
}
main section#cart .items .item:not(.empty) .info .methods .update input {
  width: 60px;
  height: 35px;
  text-align: center;
  border: 1px solid #7B7B7B;
  border-radius: 5px;
}
main section#cart .items .item:not(.empty) .info .methods .remove button {
  display: flex;
  align-items: center;
  justify-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  gap: 5px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
main section#cart .items .item:not(.empty) .info .methods .remove button svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
}
main section#cart .items .item:not(.empty) .info .methods .remove button * {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.3;
}
main section#cart .details > .discount {
  margin-bottom: 20px;
}
main section#cart .details > .discount form {
  display: flex;
  align-items: flex-end;
  justify-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  gap: 10px;
}
main section#cart .details > .discount form div {
  width: 100%;
}
main section#cart .details > .discount form div label {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 10px;
}
main section#cart .details > .discount form div input {
  width: 100%;
  border: 1px solid #ACACAC;
}
main section#cart .details > .discount form .btn {
  min-width: 85px;
  height: 43px;
}
main section#cart .details > .discount .error {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: red;
  line-height: 1.3;
  margin-top: 10px;
}
main section#cart .details .summary {
  border: 1px solid #BBBBBB;
  background: #F3F3F3;
  padding: 35px 15px;
}
main section#cart .details .summary .title {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 1.3;
  margin-bottom: 45px;
}
main section#cart .details .summary .top {
  display: flex;
  align-items: 0;
  justify-content: 0;
  flex-direction: column;
  flex-wrap: auto;
  gap: 30px;
}
main section#cart .details .summary .top > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: auto;
  flex-wrap: auto;
}
main section#cart .details .summary .top > div * {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.3;
}
main section#cart .details .summary hr {
  margin-top: 25px;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  border: none;
  background: #B9B9B9;
}
main section#cart .details .summary .bottom {
  display: flex;
  align-items: 0;
  justify-content: 0;
  flex-direction: column;
  flex-wrap: auto;
  gap: 10px;
}
main section#cart .details .summary .bottom > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: auto;
  flex-wrap: auto;
}
main section#cart .details .summary .bottom > div.total * {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.3;
}
main section#cart .details .summary .bottom .shipping {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.3;
}
main section#cart .details .checkout {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  main section#cart {
    display: flex;
    align-items: 0;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: auto;
    gap: 5vw;
  }
  main section#cart .items {
    width: 55%;
  }
  main section#cart .items .item:not(.empty) .img-container {
    width: 20vw;
    min-width: 20vw;
  }
  main section#cart .details {
    width: 45%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  main section#cart .details > .discount form div input {
    height: 53px;
  }
  main section#cart .details > .discount form .btn {
    height: 53px;
  }
}
@media only screen and (min-width: 1200px) {
  main section.hero {
    margin-bottom: 74px;
    padding: 33px 5vw;
  }
  main section.hero .title {
    font-size: 1.875rem;
  }
  main section#cart {
    gap: 10vw;
    padding: 0 5vw;
    margin: 65px 0;
    margin-bottom: 175px;
  }
  main section#cart .items {
    width: 60%;
  }
  main section#cart .items > .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  main section#cart .items > .ref form div input {
    height: 53px;
  }
  main section#cart .items > .ref form .btn {
    height: 53px;
  }
  main section#cart .items > .back {
    font-size: 16px;
  }
  main section#cart .items > .back:hover {
    color: #D70913;
  }
  main section#cart .items .item {
    border-bottom: 1px solid #ACACAC;
  }
  main section#cart .items .item.empty {
    padding: 30px 0;
  }
  main section#cart .items .item.empty * {
    font-size: 16px;
  }
  main section#cart .items .item:not(.empty) {
    gap: 60px;
    padding: 45px 0;
    padding-bottom: 40px;
  }
  main section#cart .items .item:not(.empty) .img-container {
    width: 10vw;
    min-width: 10vw;
  }
  main section#cart .items .item:not(.empty) .info .title {
    font-size: 16px;
    margin-bottom: 25px;
  }
  main section#cart .items .item:not(.empty) .info .options *, main section#cart .items .item:not(.empty) .info .price * {
    margin-bottom: 15px;
  }
  main section#cart .items .item:not(.empty) .info .price * {
    font-size: 16px;
  }
  main section#cart .items .item:not(.empty) .info .price div {
    gap: 20px;
  }
  main section#cart .items .item:not(.empty) .info .error {
    font-size: 16px;
    margin: 15px 0;
  }
  main section#cart .items .item:not(.empty) .info .methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: auto;
    flex-wrap: auto;
    gap: 40px;
    margin-top: 20px;
  }
  main section#cart .items .item:not(.empty) .info .methods .update {
    display: flex;
    align-items: center;
    justify-content: auto;
    flex-direction: auto;
    flex-wrap: auto;
    gap: 5px;
  }
  main section#cart .items .item:not(.empty) .info .methods .update input {
    width: 60px;
    height: 35px;
    text-align: center;
  }
  main section#cart .items .item:not(.empty) .info .methods .remove button {
    display: flex;
    align-items: center;
    justify-content: auto;
    flex-direction: auto;
    flex-wrap: auto;
    gap: 5px;
    border: none;
    background-color: #fff;
    cursor: pointer;
  }
  main section#cart .items .item:not(.empty) .info .methods .remove button svg {
    width: 21px;
    height: 21px;
    min-width: 21px;
    min-height: 21px;
  }
  main section#cart .items .item:not(.empty) .info .methods .remove button * {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1.3;
  }
  main section#cart .details {
    width: 35%;
    min-width: 400px;
    max-width: none;
  }
  main section#cart .details .summary {
    padding: 40px 30px;
  }
  main section#cart .details .summary .title {
    margin-bottom: 40px;
  }
  main section#cart .details .summary .top {
    gap: 25px;
  }
  main section#cart .details .summary .top, main section#cart .details .summary .bottom {
    padding: 0 15px;
  }
}
