select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /*Remove default arrow*/
   background-image: url('https://uploads-ssl.webflow.com/623059a72a9a6ac73c78c3ed/6231bc7faee9b02d7da7da2f_chevron-down.svg');    /*Add custom arrow */
   background-repeat: no-repeat;
   background-position: right center;
   background-color: #fff;
   border: 0px;
   border-radius: 0px;
   color: #000;
   font-size: 16px;
   height: auto;
   padding-bottom: 12px;
   padding-left: 12px;
   padding-top: 12px;
}

.w-select {
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
  color: #000;
  font-size: 16px;
  height: auto;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-top: 12px;
}

@media (min-width: 479px) {

  .open-table.w-embed.w-hidden-medium.w-hidden-small.w-hidden-tiny.w-iframe {
    height: 150px;
    overflow: visible;
  }

	.script-booking iframe {
    height: 360px;
    overflow: visible;
    z-index: 10;
    position: relative;
	}

	.fork {
		height: 90px;
	}

}


@media (max-width: 991px) {

    .script-booking iframe {
      height: 360px;
      overflow: visible;
      z-index: 1;
      position: relative;
    }

    .open-table.w-embed.w-hidden-medium.w-hidden-small.w-hidden-tiny.w-iframe {
      height: 300px;
      overflow: visible;
    }

}
