/* The same stacked label and full-width select layout in both themes. */
html #product .product-options.munkom-combo-options {
  display: block !important; visibility: visible !important;
  width: 100%; min-width: 0; box-sizing: border-box;
  margin: 16px 0 !important; padding: 0 !important;
  border: 0 !important; border-radius: 0 !important;
  background: transparent !important; box-shadow: none !important;
}
html #product .product-options.munkom-combo-options > .munkom-combo-field {
  display: block !important; float: none !important;
  width: 100% !important; min-width: 0; max-width: 100%; box-sizing: border-box;
  margin: 0 0 12px !important; padding: 16px 18px !important;
  background: #f6f8fb !important;
  border: 1px solid #dfe7ef !important; border-radius: 14px !important;
  box-shadow: none !important;
}
html #product .product-options.munkom-combo-options > .munkom-combo-field:last-child { margin-bottom: 0 !important; }
html #product .product-options.munkom-combo-options > .munkom-combo-field > label {
  display: block !important; position: static !important; float: none !important;
  width: 100% !important; margin: 0 0 8px !important; padding: 0 !important;
  color: #173f61 !important; font-family: inherit !important;
  font-size: 14px !important; font-weight: 700 !important; line-height: 1.5 !important;
  text-transform: none !important; letter-spacing: normal !important;
}
html #product .munkom-combo-field > label > span { color: #ed415e; }
html #product .product-options.munkom-combo-options > .munkom-combo-field > select.form-control {
  display: block !important; float: none !important; box-sizing: border-box;
  width: 100% !important; min-width: 0 !important; max-width: 100% !important;
  height: 54px !important; min-height: 54px !important; max-height: 54px !important;
  margin: 0 !important; padding: 0 42px 0 15px !important;
  border: 1px solid #d3dfeb !important; border-radius: 10px !important;
  color: #244963 !important; background-color: #fff !important;
  font-family: inherit !important; font-size: 16px !important; font-weight: 400 !important;
  line-height: normal !important; text-transform: none !important;
  -webkit-appearance: none !important; appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='m5 7.5 5 5 5-5' fill='none' stroke='%23586f86' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right 14px center !important;
  background-repeat: no-repeat !important; background-size: 20px 20px !important;
  box-shadow: 0 1px 2px rgba(24,46,73,.03) !important; cursor: pointer;
}
html #product .product-options.munkom-combo-options > .munkom-combo-field > select.form-control:focus {
  outline: 2px solid #a5bed1; outline-offset: 1px;
}
html #product .product-options.munkom-combo-options > .munkom-combo-field.has-error > select.form-control { border-color: #cc4050 !important; }
html #product .munkom-combo-unavailable,
html #product .munkom-combo-options .text-danger { margin-top: 8px; color: #9b3826; font-size: 13px; line-height: 1.5; }
@media (max-width: 767px) {
  html #product .product-options.munkom-combo-options > .munkom-combo-field { padding: 12px 13px !important; }
  html #product .product-options.munkom-combo-options > .munkom-combo-field > select.form-control {
    height: 44px !important; min-height: 44px !important; max-height: 44px !important;
  }
}
