.calendar {
  width: 100%;
}

.calendar .weeks {
  color: #666;
  background-color: #ddd;
  text-align: center;
  padding: 10px 10px;
}

.calendar .days {
  color: #777;
  background-color: #eee;
  text-align: center;
}

.calendar .days th {
  padding: 10px 5px;
  cursor: pointer;
}

.disabled {
  color: #9e9e9e50;
  cursor: not-allowed;
}

.selected {
  background-color: #ED6C00;
  color: #fff;
}

.month {
  padding: 20px 20px;
  width: 100%;
  background: #ED6C00;
  text-align: center;
  font-size: 12pt;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
  cursor: pointer;
}

.month .next {
  float: right;
  padding-top: 10px;
  cursor: pointer;
}

.shopping blockquote {
  margin: 1.5em 0;
  padding-left: 15px;
  border-left: 4px solid #ddd;
/*  background: #f9f9f9;*/
  font-size: 12pt;
}

.shopping li {
  margin: 1.0em 1.5em;
  font-size: 12pt;
}

.shopping input[type=radio]{
  accent-color:#000;
}

.pro-qty {
display: inline-block;
    position: relative;
    width: 80px;
    margin-right: 0;
}

.pro-qty input {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  height: 50px;
/*  padding: 10px 20px 8px;*/
  line-height: 50px;
  text-align: center;
  width: 80px;
}

.pro-qty .qty-btn {
  position: absolute;
  top: 0;
  height: 50px;
  cursor: pointer;
  width: 25px;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 50px;
  left: 0;
  text-align: right;
}

.pro-qty .inc {
    text-align: left;
    left: auto;
    right: 0;
}
.checkout-btn {
  background-color: #232324;
  border: 1px solid #232324;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  height: 54px;
  display: inline-block;
  line-height: 54px;
  text-transform: uppercase;
  padding: 0 40px;
  letter-spacing: 0.5px;
}

.store-class-confirm-btn {
  background-color: #232324;
  border: 1px solid #232324;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 20px;
  letter-spacing: 0.5px;
}

.store-class-input {
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.layer-open-class .layui-layer-btn- .layui-layer-btn0 {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
    border-radius: 5px;
}

.layer-open-class .layui-layer-btn- .layui-layer-btn1 {
    border-radius: 5px;
}

input:disabled{
  background-color: white;
}
input[disabled]{
  background-color: white;
}