#surface_store_checkout {
  height: auto;
  margin-bottom: 15rem;
}
#surface_store_checkout .checkout__title {
  margin-top: 50px;
}
#surface_store_checkout .checkout__no {
  margin-top: 18px;
  font-size: 18px;
}
.checkout__no {
  width: 400px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 100px !important;
}
.checkout__no p {
  font-size: 20px;
}
.checkout__no .product__slider_btns a {
  width: 100%;
  border-radius: 0;
  height: 45px;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.checkout__product_row {
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: flex-start;
  min-height: 70px;
  padding: 22px 0;
  width: inherit;
}

.checkout__product_img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  margin-right: 22px;
}

.checkout__desc {
  display: inline-block;
  flex-grow: 1;
  margin-bottom: 22px;
  margin-right: 55px;
  min-width: 90px;
  vertical-align: middle;
}

.checkout__desc p {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

.checkout__quantity {
  display: inline-block;
  min-width: 90px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.checkout__quantity input {
  width: 100px;
  height: 50px;
}

.checkout__price {
  display: inline-block;
  min-width: 20vw;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.checkout__price span {
  font-size: 18px;
}

.checkout__price .remove {
  font-size: 22px;
  margin-left: 1rem;
  color: #333;
  cursor: pointer;
}

.checkout__total {
  box-sizing: border-box;
  text-align: right;
}
.checkout__total_container {
  display: inline-flex;
  flex-direction: column;
  max-width: calc(20vw + 134px);
}
.checkout__subotal {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
  margin-top: 27px;
  width: 100%;
}
.checkout__info {
  width: 100%;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}
.checkout__subotal_label {
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  box-sizing: border-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

.checkout__subotal_value {
  color: inherit;
  font-family: inherit;
  font-size: 22px;
  line-height: 22px;
  margin: 0px;
  box-sizing: border-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

.checkout__btn.product__slider_btns button {
  width: 100%;
  border-radius: 0px;
  height: 50px;
}
