.hide{ display:none; }  
.fleft{ float:left; }
.clear{ clear:both; }

.md-calendar-booking .mbsc-calendar-text {
    text-align: center;
}

.md-calendar-booking .booking-datetime .mbsc-datepicker-tab-calendar {
    flex: 1 1 0;
    min-width: 300px;
}

.md-calendar-booking .mbsc-timegrid-item {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.md-calendar-booking .mbsc-timegrid-container {
    top: 30px;
}

#senhormoeda-booking{
    max-width:420px;
    margin: 0 auto;
}

#senhormoeda-booking .mbsc-calendar-day > div:nth-child(1),
#senhormoeda-booking .mbsc-datepicker-tab-timegrid .mbsc-timegrid-cell > div:nth-child(1){
    opacity:0;
}

#senhormoeda-booking .mbsc-ios.mbsc-datepicker-inline, .mbsc-datepicker-tab-wrapper{
    /*border-radius: 18px;*/
    border:0
}
#senhormoeda-booking .mbsc-datepicker-control-calendar .mbsc-datepicker-tab-timegrid{
    min-height:220px;
}
#senhormoeda-booking .mbsc-ios.mbsc-calendar-button.mbsc-button, 
#senhormoeda-booking .mbsc-ios.mbsc-calendar-today, 
#senhormoeda-booking .mbsc-ios.mbsc-calendar-week-nr{
    color:#E3B03F;
}

#senhormoeda-booking .mbsc-ios.mbsc-selected .mbsc-calendar-cell-text, 
#senhormoeda-booking .mbsc-ios.mbsc-timegrid-item.mbsc-selected{
    background:#E3B03F;
    border-color:#E3B03F;
    color:#FFF
}
#senhormoeda-container-booking{
    width:100%;
    max-width:380px;
    margin:0 auto;
    background:#FFF;
    border-radius: 18px;
    padding:20px;
    
}
#step1{
    min-height: 565px;
}
.buttons-book{
    background:#E3B03F;
    border-color:#E3B03F;
    color:#FFF;
    margin:0 auto;
    border-radius: 8px;
    padding: 9px 28px;
    font-size: 18px;
    border-width: 1px;
    font-family: "Roboto", sans-serif;
    cursor:pointer;
}
.buttons-book:hover{
    background:#d6a025;
}

#btnBook.disabled, #btnBook.disabled:hover{
    background:rgb(233 232 232);
    border:0;
    color:#aaaaaa;
    box-shadow:none;
    cursor:default;
}
#senhormoeda-container-booking .textbox{
    margin-bottom: 20px;
}
#senhormoeda-container-booking .textbox input{
    border-width:1px;
    border-color:rgb(204, 204, 204);
    height:48px;
    box-sizing:border-box;
    font-size:15px;
    width:100%;
    border-radius: 8px;
    padding:0 15px;
    outline-color: #e3af28;
}

#senhormoeda-container-booking #btn-cancelalert:hover{
    text-decoration:none;
}
#senhormoeda-container-booking #btn-cancelalert{
    background:none;
    text-decoration:underline;
    color:#000;
    border:0;
    cursor:pointer;
}
#senhormoeda-container-booking .buttons{
    text-align:center;
}

#senhormoeda-container-booking p{
    text-align: center;
    line-height:normal;
    font-family: "Roboto", sans-serif;
    font-size:14px;
    margin:15px 0;
}
#senhormoeda-container-booking p strong{
    font-size:16px;
    font-family: "Roboto", sans-serif;
}
#senhormoeda-container-booking p span{
    font-weight:700;
}

.bottom-buttons .button{
    border-radius:5px;
    border-color: #e4b743;
    background-color:#e3af28;
    color:#FFF;
    box-shadow:4px 4px 5px -2px rgba(0,0,0,0.3);
    margin-bottom:20px;
    letter-spacing:0;
}

#senhormoeda-container-booking .button.btn-whatsapp{
    text-align: center;
    padding: 13px 40px;
    margin-top:20px;
    letter-spacing: 0;
    line-height: normal;
    font-size:16px;
    color:#FFF;
    text-decoration:none;
    font-family: "Roboto", sans-serif;
    text-transform: none;
    font-weight: normal;
    display: block;
    max-width: 180px;
    margin: 30px auto 20px;
}

#senhormoeda-container-booking #btn-decreasevalue{
    border-right:0;
    border-radius:10px 0 0 10px;
    font-size: 17px;
}

#senhormoeda-container-booking #txt-alertvalue{
    border: 1px solid #CCC;
    height:45px;
    width:65%;
    max-width:216px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    border-radius: 0;
}
#senhormoeda-container-booking #btn-increasevalue{
    border-left:0;
    border-radius:0 10px 10px 0;
}
#senhormoeda-container-booking .increasedecrease-buttons{
    padding:0 25px;
    height:45px;
    border: 1px solid #CCC;
    cursor:pointer;
    color:#000;
}
#senhormoeda-container-booking input::-webkit-outer-spin-button,
#senhormoeda-container-booking input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#senhormoeda-container-booking input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#comboselect-plugin, #comboselect-plugin .icon-description, .calculator-taxes span{
    font-family:"Roboto", sans-serif;
}

.vodiapicker{
  display: none; 
}

#combo-list-jewelry{
  padding-left: 0px;
  padding-top:5px;
  padding-bottom:5px;
  margin:5px 0;
}


#combo-list-jewelry li{
  list-style: none;
  position:relative;
  height:45px;
  cursor:pointer;
}

#combo-list-jewelry li:hover{
 background-color: #F4F3F3;
}

#combo-list-jewelry li img{
  margin: 3px 0 0 10px;
}

#combo-list-jewelry li span{
  margin-left: 15px;
  float:left;
}

/* item list */
.lang-select{
    position:relative;
}
.combo-container{
  display: none;
  width: 100%;
  max-width: 285px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  background:#FFF;
  z-index:999;
  position:absolute;
}

.combo-container.cmb-jewelry{
    max-width:100%;
}

.open{
  display: show !important;
}

.combo-btn-select{
  width: 100%;
  max-width: 287px;
  height: 48px;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor:pointer;
  position:relative;
}
.combo-btn-select.combo-fullborder{
    border-radius:5px;
}

.combo-btn-select.combo-fullwidth{
    max-width:100%;
}

#comboselect-jewelry{
    width:100%;
}
.field.combobox{
    margin-bottom:20px;
}

.combo-btn-select i{
    margin-left:10px;
}

.combo-btn-select li{
  list-style: none;
  padding-bottom: 0px;
  height:100%;
  text-align:left;
}

.combo-btn-select:hover li{
  margin-left: 0px;
}

.combo-btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.combo-btn-select:focus{
   outline:none;
}
.combo-btn-select li span{
    margin-left:9px;
    float:left;
    height:100%;
}
.combo-btn-select li span.fa-solid{
    font-size: 26px;
    padding-top: 7px;
    padding-left: 7px;
    color:#e3af28;
}

.field .icon-description{
    margin-top:16px; 
    height:auto;
    font-size:15px;
    line-height: normal;
    font-family:"Roboto", sans-serif;
    width:90%;
}
.field .icon-description .fa-caret-down{
    float:right;
}

.field span{
    font-family: "Roboto", sans-serif;
    font-size:13px;
}

.datepicker{
    font-family: "Roboto", sans-serif;
}
.datepicker-inline, .datepicker-inline table{
    width:100%!important;
}

.field.error{
    font-size:12px;
    color:#e27979;
    text-align: center;
    margin-top:15px;
}
.buttons-box{
    display:flex;
    flex-wrap: wrap;
    gap: 10px;
}
.buttons-box button{
    border-radius: 3px;
    border: 1px solid;
    padding: 10px 19px;
    flex: 0 0 calc(25% - 10px);
    box-sizing: border-box;
    cursor: pointer;
    background:#EDEDED;
}
.buttons-box button:hover, .buttons-box .selected{
    background:#dbd8d8;
}

.buttons-time h4{ text-align:center; font-family: "Roboto", sans-serif; }