label.error {
  color: #ff0000;
  font-size: 14px;
  ;
}

.redtext {
  color: #ff0000 !important;
}

.greytext {
  color: #ccc;
}

.bluetext {
  color: #00f !important;
}

#msform {
  text-align: left !important;
}

.w-10 {
  width: 10% !important;
}

.chbx-width {
  width: 30px !important
}

a.btn.btn-primary {
  border-color: #ff474778;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: none !important;
  outline: none !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  width: 115px;
  height: 41px;
  background: #ff474778;
  border-radius: 5px;
  background: transparent;
  border: none;
}

a.btn.btn-primary:hover {
  background-color: #ff474778 !important;
  border-color: #ff474778 !important;
  color: #000 !important;
}

.multi-step-kitchen-ideal ul.unstyled.centered li {
  margin-bottom: 18px !important;
}

#kdescription {
  height: 111px;
  border: solid 1px #000 !important;
  font-size: 15px !important;
  width: 100%;
  padding: 8px 9px;
}

#kimages {
  width: 100%;
  min-height: 200px;
  border: solid 1px #ccc;
  border-radius: 20px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  align-items: center;
}

.styled-checkbox:disabled:checked+label:before {
  background: #D76969;
}

.styled-checkbox:disabled:checked+label {
  color: #000;
}

.available-time-box-right2 .styled-checkbox:checked+label:after {
  content: unset !important;
}

.kitchen-ideal-box {
  margin-top: 52px;
}

.kitchen-ideal-box ul li {
  display: block;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 11px;
  list-style: none;
}

.notify-badge-pending {
  position: absolute;
  right: 5px;
  top: 10px;
  background: rgba(255, 71, 71, 0.47);
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: white;
  padding: 5px 10px;
  font-size: 8px;
}

.notify-badge-approved {
  position: absolute;
  right: 5px;
  top: 10px;
  background: #48866d;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: white;
  padding: 5px 10px;
  font-size: 8px;
}

.kitchen-ideal-box ul li::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #D76969;
  float: left;
}

.kitchen-ideal-box ul li p {
  margin-left: 27px;
}

.cooking-equipment-title-box ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.product-detail-section-slider .slider-thumb .slider-thumb-row {
  height: auto;
}

.kitchen-cooking-equipment-row {
  margin-top: 15px;
}

.min-height-600 {
  min-height: 600px;
}

.nav-tabs .nav-link {
  font-size: 20px;
}

.btn.active {
  border: 1px solid grey
}

.selectbox-title.form-control {
  font-size: 14px;
}

.product-filters-block ul.ul-list label {
  font-size: 12px;
}

.alert p{
margin-bottom: 0px !important;
font-size: 16px;
line-height: unset;
}
.btn.shoofferbtn, .btn.checkoutbtn{width: auto; white-space: normal; height: auto;}
.btn.shoofferbtn{width: 100%;}

.form-control {
    background: #eee !important;
    color: #000 !important;
}
.form-control::placeholder{
  color: #000;
}
