
.purchesable, .unpurchesable, .choises-card {
    margin-bottom: 20px;
}
.custom_alert {
    color: red;
    font-size: 12px;
}
.action {
    padding: 0 5px;
    margin-left: 10px;
    color: red;
    cursor: pointer;
    font-size: 14px;
}
.checkout-item {
    padding: 10px 0 10px;
    border-bottom: solid 1px lightgray;
}
.checkout-item .panel-body{
    min-height: 130px;
}
.summary {
    margin-top: 10px;
    font-weight: bold;
}
.row-header {
    padding-bottom: 5px;
    border-bottom: solid 1px lightgray
}
.checkout {
    min-height: 50px;
}
.cash{
    min-height: 60px;
    margin-top: 3em;
}

.cart-back-btn,
.cart-window-edit-btn,
.cart-window-summary-btn,
.cart-window-pay-btn {
    /*background-color: #ffdd68;
    padding: 3px 10px;
    border-radius: 10px;
    margin: 0 5vw;*/
}

.cart-window-btn {
    /*background-color: #ffdd68;
    padding: 3px 10px;
    border-radius: 10px;*/
    font-weight: 600;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  box-shadow: grey  2px 2px 3px;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: rgb(36, 155, 36);
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  box-shadow: grey  2px 2px 3px;
}
