@keyframes mmfadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}
@-webkit-keyframes blink {
  0% {
    background-color: #f1f1f1;
  }
  10% {
    background-color: #f1f1f1;
  }
  11% {
    background-color: #f1f1f1;
  }
  29% {
    background-color: #f1f1f1;
  }
  30% {
    background-color: #f1f1f1;
  }
  50% {
    background-color: #f1f1f1;
  }
  45% {
    background-color: #f1f1f1;
  }
  50% {
    background-color: #f1f1f1;
  }
  100% {
    background-color: #f1f1f1;
  }
}

@keyframes blink {
  0% {
    background-color: #f1f1f1;
  }
  10% {
    background-color: #f1f1f1;
  }
  11% {
    background-color: #f1f1f1;
  }
  29% {
    background-color: #f1f1f1;
  }
  30% {
    background-color: #f1f1f1;
  }
  50% {
    background-color: #f1f1f1;
  }
  45% {
    background-color: #f1f1f1;
  }
  50% {
    background-color: #f1f1f1;
  }
  100% {
    background-color: #f1f1f1;
  }
}


.wwr-service-time-wrap{
  position: relative!important;
}

.wwr-service-time-wrap label {
  display: block!important;
  background: transparent;
  color: #444;
  line-height: 1.4;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #6b6b6b;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
}
.wwr-service-time-wrap label:after, .wwr-service-time-wrap label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #f1f1f1;
}
.wwr-service-time-wrap label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.wwr-service-time-wrap input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wwr-service-time-wrap input[type=radio]:checked + label {
  background: transparent;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-color: #fcae2c;
}
.wwr-service-time-wrap input[type=radio]:checked + label:before {
  width: 20px;
  height: 20px;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .wowrestromodal-dialog {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .wowrestromodal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .wowrestromodal-dialog {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .wowrestromodal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .wowrestromodal-container,
.micromodal-slide .wowrestromodal-dialog {
  will-change: transform;
}

.wowrestromodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.wowrestromodal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wowrestromodal.is-open .wowrestromodal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.wowrestromodal.is-open .wowrestromodal-dialog::-webkit-scrollbar {
  display: none;
}
.wowrestromodal .modal-content-wrapper .product-thumbnail-wrapper {
  flex: 1;
  padding: 0 15px;
}
#wowrestroModal .product-thumbnail-wrapper{
  padding:0;
}
.wowrestromodal .modal-content-wrapper .product-content {
  flex: 2;
  padding: 0 15px;
}

.wowrestromodal .modal-content-wrapper table td {
  padding: 5px 5px 15px 5px;
}

.wowrestromodal .modal-content-wrapper .single_variation_wrap {
  display: none !important;
}

.wowrestromodal .wowrestro-special-instruction-wrapper {
  display: block;
  margin-top: 5px;
}

.wowrestromodal .wowrestro-special-instruction-wrapper textarea {
  outline: none;
  border: 1px solid #c5c3c3;
  border-radius: 4px;
  width: 100%;
}

.wowrestromodal-container {
  background-color: #fff;
  padding: 0px;
  width: 600px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}

.wowrestromodal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wowrestromodal-header .modal__close {
  font-size: 15px;
  margin: 0;
  padding: 2px 7px;
  border-radius: 4px;
  color: #000;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  top: 5px;
  text-decoration: none;
  font-size: 20px;
  outline: 0;
  color: #000;
  font-weight: 700;
}
.wowrestromodal-header .modal__close:before { 
  content: "\2715";
}

.wowrestromodal-title {
  margin: 0;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
}

.wowrestromodal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  max-height: 490px;
  overflow: auto;
}

.wowrestromodal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.wowrestro-modal-count .wwr-col-md-4 {
  padding: 0;
}

.wowrestro-modal-actions {
  width: 100%;
  padding: 0 15px;
  display: flex;
}

.wowrestro-modal-count {
  display: flex;
  flex: 1;
  width: 162px;
  max-width: 162px;
  margin-right: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wowrestro-modal-count input.wowrestro-qty-btn{
  padding: 0px 20px !important;
  height: 42px !important;
  border: none;
  border-radius: 0!important;
  background: #3c3b3b;
  font-size: 24px!important;
  text-decoration: none!important;
  outline: 0;
  margin: 0;
  line-height: 1.6;
  min-height: auto;
  color: white;
}
.wowrestro-modal-minus {
  flex: 1;
}

.wowrestro-modal-quantity {
  flex: 2;
}

.wowrestro-modal-plus {
  flex: 3;
}
.wowrestro-modal-quantity .wowrestro-qty-input {
  text-align: center;
  width: 58px;
  border-radius: 0 !important;
  box-shadow: none;
  margin: 0;
  background-color: #e0e0e0;
  border: none;
  height: 42px;
  outline: 0;
}

.wowrestro-modal-minus input, 
.wowrestro-modal-plus input {
  text-decoration: none;
}

.wowrestro-modal-minus input {
  border-radius: 4px 0 0 4px !important;
}

.wowrestro-modal-plus input {
  border-radius: 0 4px 4px 0 !important;
}

.wowrestromodal-footer .wowrestro-modal-add-to-cart {
    flex: 2;
    justify-content: flex-end;
}

.wowrestromodal-footer .wowrestro-modal-add-to-cart a {
  float: right;
  width: 100%;
  height: 42px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 0px;
  background-color: #3c3b3b;
  cursor: pointer;
  text-decoration: none;
}

.wowrestro-cart-wrapper .wowrestro-close-cart-icon {
  padding: 0px 5px;
  cursor: pointer;
}

.simple-food-price{
  float: right;
  margin-top: -29px;
}

.wowrestro-service-modal-container {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.wowrestro-service-modal-container .wowrestro-update-service {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
  color: rgb(255, 255, 255);
  height: 42px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
  text-decoration: none;
  margin: 0;
  line-height: 1.4;
}

#wowrestroTab , #wowrestroTab li {
  list-style: none;
}

#wowrestroTab a.nav-link {
  text-align: center;
  width: 100%;
  padding: 6px 10px;
  line-height: 36px;
  display: block;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 18px;
}
#wowrestroServiceModal .tab-content {
  display: block;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 15px;
}

#wowrestroTab {
  display: block;
  padding: 0;
  margin: 0;
}
a#pickup-tab {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
a#delivery-tab{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#wowrestroTab > li {
  float: left;
  position: relative;
  width: 50%;
  margin: 0!important;
}

.wowrestromodal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.wowrestromodal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.wowrestromodal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.wowrestromodal .variations_form {
  margin-bottom: 5px !important;
  padding: 0px !important;
  border: none !important;
}

.wowrestromodal input[type='checkbox'], 
.wowrestromodal input[type='radio'] {
  width: 14px !important;
}

#wowrestroServiceModal .tab-pane {
  display: none;
}

#wowrestroServiceModal .tab-pane.active {
  display: block;
}
.wwr-product-image-container{
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 400px;
}
#wowrestroModal-content{
  padding-top: 0;
}
#wowrestroModal-content .product-content{
 padding-top: 1rem; 
}
.wwr-modal-item-description {
    width: 80%;
    margin-bottom: 10px;
    word-break: break-all;
}
.wwr-oreder-service-settings {
    margin-top: 5px;
}
label.wwr-select-section {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
}
span.wwr-addon-price-md{
  float: right;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
textarea#special_note{
  height: 70px;
}
@media (min-width: 576px) {
  .wowrestromodal-container {
    max-width: 600px;
    margin: 0;
    max-height: 100vh;
    outline: 0;
    z-index: 9999999;
  }
  #wowrestroServiceModal .wowrestromodal-container {
    max-width: 400px;
  }
}
