.qro_clearfix {
  content: "";
  clear: both;
  display: table;
}

.ex-fdlist *:focus {
  outline: none;
}

.ex-load-hidden,
.ex-hidden {
  display: none !important;
}

.ex-fdlist .ex-popup-location {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-animation-name: ex-fadeIn;
  -webkit-animation-duration: 0.8s;
  animation-name: ex-fadeIn;
  animation-duration: 0.8s;

}

.ex-fdlist .ex-popup-active {
  display: flex;
  align-items: center;
}

.ex-fdlist .ex-popup-location .ex-popup-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  max-width: 400px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  overflow: hidden;
  align-items: center;
  width: 80%
}

@-webkit-keyframes ex-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ex-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ex-fdlist .ex-popup-location .ex-popup-content .ex-pop-icon {
  width: 40%;
  padding: 10px;
  padding-right: 0;
}

.ex-fdlist .ex-popup-location .ex-popup-content .ex-popup-info {
  padding: 25px;
}

.ex-fdlist .ex-popup-location .ex-popup-content .ex-pop-icon+.ex-popup-info {
  width: 60%;
}

.ex-popup-location .ex-popup-content .ex-popup-info h1 {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: inherit;
  font-size: 24px;
  text-transform: uppercase;
}

.exwoofood-select-loc select.ex-loc-select,
.ex-fdlist .ex-popup-location .ex-popup-content .ex-popup-info select {
  margin: 0;
  width: 100%;
  padding: 11px 15px;
  margin: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.4;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  height: auto;
  background: none !important;
}

.ex-fdlist .exfd-filter:not(.exwf-fticon-style),
.ex-fdlist.list-layout .exfd-filter.exwf-fticon-style {
  padding: 10px 0px;
}

/*Menu list*/
.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list {
  padding: 0px;
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  margin-right: -1px;
  text-transform: uppercase;
  float: left;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: -1px;
  background: #fff;
  position: relative;
}

.exfd-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 10px;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list .ex-menu-item-active ul {
  color: #101010;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a:hover>ul {
  transform: scaleY(1);
  z-index: 99;
  background: #fff;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a ul {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
  list-style: none;
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  padding: 0;
  margin: 1px 0 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  z-index: 9999;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a ul li {
  list-style: none;
  margin: 0;
  padding: 5px 20px;
  background: #fff;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  min-width: 170px;
  border-radius: 0;
  position: relative;
  transition: background .2s;
  text-align: left;
  padding-right: 30px;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a ul li:hover {
  background: #ea1f2e;
  color: #fff;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a ul li {
  position: relative;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a ul li ul.exfd-ul-child {
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s ease;
  list-style: none;
  position: absolute;
  margin: 0;
  top: 15px;
  left: 100%;
  padding: 0;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a ul li:hover>ul {
  transform: scaleX(1);
  z-index: 99;
  background: #fff;
  color: #101010;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a ul .exfd-caret {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ex-fdlist.ex-loading .exfd-filter .exfd-filter-group .ex-menu-list a {
  pointer-events: none;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-select {
  display: none;
  font-size: inherit;
  font-family: inherit;
  margin: 0 auto;
  text-align: center;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-select select {
  margin: 0;
  padding: 0;
  padding: 7px 30px 7px 20px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: none;
  z-index: 10;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
  border-color: #cccccc;
  line-height: 1;
  min-height: 41px;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list .ex-menu-item-active {
  background: #ea1f2e;
  color: #fff;
  border-color: #ea1f2e;
  position: relative;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list .ex-menu-item-active:not(.exfd-child-click):after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 10px solid #ea1f2e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 0;
  margin: 1px auto 0;
  transition: opacity .3s ease-in-out;
  transform: translateX(-50%);
}

.ex-fdlist:not(.list-layout) .exfd-filter .exfd-filter-group .ex-menu-list {
  text-align: center;
  margin: 15px auto;
  border: 0;
}

.ex-fdlist:not(.list-layout) .exfd-filter .exfd-filter-group .ex-menu-list a {
  float: none;
  display: inline-block;
}

.ex-fdlist .exfd-shopping-cart {
  position: fixed;
  right: 8px;
  top: 50%;
  z-index: 1001;
  width: 45px;
  height: 45px;
  background-color: #ea1f2e;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  border-radius: 0;
  cursor: pointer;
  /* border: 1px solid #eee; */
}

.ex-fdlist .exfd-shopping-cart .exfd-cart-parent {
  position: relative;
  text-align: center;
  line-height: 45px;
  border-radius: 0;
}

.ex-fdlist .exfd-shopping-cart .exfd-cart-parent img {
  margin: -3px 0 0 -2px;
  padding: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.ex-fdlist .exfd-shopping-cart .exfd-cart-parent .exfd-cart-count,
.exfd-cart-num,
.ex-fdlist .exfd-shopping-cart .exfd-cart-parent .exfd-cart-num {
  position: absolute;
  top: -10px;
  left: 4px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #2196F3;
  border: 1px solid #eee;
  color: #fff;
  line-height: 18px;
  font-size: 10px;
}

.exfd-cart-content {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  left: auto;
  height: 100vh;
  padding: 20px 20px 40px 20px;
  margin-bottom: 6px;
  background: #fff;
  z-index: -1;
  transition: all .3s linear .2s;
  transform: translateX(100%);
  border-radius: 0;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}

.ex-fdlist .exfd-cart-content {
  box-shadow: none;
}

.exfd-cart-content.excart-active {
  transition: all .3s linear .2s;
  transform: translateX(0);
  z-index: 999999;
  opacity: 1;
}

.exfd-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all .3s linear .2s;
  z-index: -1;
}

.exfd-overlay-active {
  background: rgba(0, 0, 0, .7);
  z-index: 9999;
  transition: all .3s linear .2s;
}

.exfd-cart-content .exfd-close-cart {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #ea1f2e;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 0;
  padding: 5px 15px;
  line-height: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  transition: all .2s;
}

.exfd-cart-content .exfd-cart-buildin ul li,
.exfd-cart-content .woocommerce-mini-cart li {
  list-style: none;
  margin: 0;
  padding: 10px 15px 10px 60px;
  position: relative;
  min-height: 70px;
  border: 0;
}

.exfd-cart-content .woocommerce-mini-cart {
  margin: 20px 0;
  width: 100%;
  padding: 0;
}

body .ex-fdlist .exfd-cart-content .woocommerce-mini-cart li img,
.exfd-cart-content .woocommerce-mini-cart li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0;
}

.exfd-cart-content a {
  color: inherit;
  box-shadow: none;
}

.exfd-cart-content .woocommerce-mini-cart li span.quantity {
  display: block;
}

.exfd-cart-content .woocommerce-mini-cart li dl.variation {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  border: 0
}

.exfd-cart-content .exwoofood-close,
.exfd-cart-content .woocommerce-mini-cart a.remove.remove_from_cart_button {
  position: absolute;
  top: 50%;
  right: 0;
  border: 1px solid #ddd;
  padding: 0;
  line-height: 13px;
  width: 15px;
  height: 15px;
  text-align: center;
  background: #eee;
  color: #000;
  margin-top: -7px;
  font-size: 13px;
}

.exwf-cart-cross-sells>h3,
.exfd-cart-content .woocommerce-mini-cart__total {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 17px;
  border-top: 2px solid #ddd;
  padding: 10px;
  margin: 0;
  text-transform: uppercase;
}

.exfd-cart-content .woocommerce-mini-cart__buttons {
  display: initial;
  width: 100%;
}

.exfd-cart-content .woocommerce-mini-cart__buttons a {
  padding: 7px 15px;
  background: #ea1f2e;
  margin: 0 3px 0 0;
  color: #fff;
  letter-spacing: 1px;
  width: calc(50% - 3px);
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  transition: all .2s;
}

.exfd-cart-content .woocommerce-mini-cart__buttons a:last-child {
  margin: 0;
  margin-left: 3px;
}

.exfd-cart-content .woocommerce-mini-cart li dl.variation dt {
  float: left;
  clear: both;
  margin-right: 5px;
}

.exfd-cart-content .woocommerce-mini-cart li dl.variation dd {
  padding: 0;
  margin: 0
}

.exfd-cart-content .exfd-cart-buildin ul li.ex-loading {
  opacity: .5;
}

.exwoofood-select-loc,
.ex-fdlist,
.exwf-opcls-table,
.exwf-mngroup {
  color: #101010;
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 13px;
}

.ex-fdlist.column-1 .parent_grid .ctgrid .item-grid {
  width: 100%
}

.ex-fdlist.column-3 .item-grid {
  width: 33.33333%;
  display: inline-block;
  vertical-align: bottom;
}

.ex-fdlist .ctgrid {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: flex;
}

.ex-fdlist.column-3 .item-grid:nth-child(3n+1) {
  clear: both;
}

.ex-fdlist.column-2 .item-grid {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

.ex-fdlist.column-2 .item-grid:nth-child(2n+1) {
  clear: both;
}

.ex-fdlist.column-4 .item-grid {
  width: 25%;
  display: inline-block;
  vertical-align: bottom;
}

.ex-fdlist.column-4 .item-grid:nth-child(4n+1) {
  clear: both;
}

.ex-fdlist.column-5 .item-grid {
  width: 20%;
  display: inline-block;
  vertical-align: bottom;
}

.ex-fdlist.column-5 .item-grid:nth-child(5n+1) {
  clear: both;
}

.ex-fdlist h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}

.ex-fdlist a,
.ex-fdlist h3 a {
  color: inherit;
  box-shadow: none
}

.ex-fdlist h5 {
  font-weight: 500;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 1px;
}

.ex-fdlist p {
  font-size: inherit;
  margin: 10px 0px;
  line-height: 1.6;
}

.ex-scale:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/*--Icon plus--*/
.ex-icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 16px;
}

.ex-icon .name {
  width: 32px;
  position: absolute;
  text-align: center;
  top: 18px;
  left: -8px;
}

.exfd-icon-plus {
  /*background-color: #000;*/
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 0;
}

.exfd-icon-plus:after {
  background-color: #fff;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 7px;
  left: 4px;
  content: "";
}

.exfd-icon-plus:before {
  background-color: #fff;
  width: 2px;
  height: 8px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 4px;
  left: 7px;
  content: "";
}

.ex-fdlist .ctgrid .item-grid del {
  opacity: 0.8
}

.ex-fdlist .exstyle-1 h3 a,
.ex-fdlist .exstyle-2 h3 a,
.ex-fdlist .exstyle-3 h3 a,
.ex-fdlist .exstyle-4 h3 a {
  font-weight: 400;
  text-decoration: none;
}

/* Start stype 1*/
.ex-fdlist .exstyle-1 {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  color: inherit;
  text-align: center;
  font-size: inherit;

  padding: 10px 10px;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}

.ex-fdlist .exstyle-1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.ex-fdlist .exstyle-1 .exstyle-1-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 4px;
}

.ex-fdlist .exstyle-1 .exstyle-1-image img {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: block;
  border: 3px solid #fff
}

.ex-fdlist .exstyle-1:hover .exstyle-1-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.ex-fdlist .exstyle-1 figcaption {
  padding: 0 10px;
  padding-top: 0;
  margin-bottom: 55px
}

.ex-fdlist .exstyle-1 figcaption h3,
.ex-fdlist .exstyle-2 figcaption h3 {
  margin: 0;
  padding: 0;
  padding-top: 1px;
  display: flex;
  align-items: center;
  line-height: 1
}

.ex-fdlist .exstyle-1 figcaption h3 {
  padding: 15px 0
}

.ex-fdlist .exstyle-1 figcaption h3 a,
.ex-fdlist .exstyle-2 figcaption h3 a {
  width: 100%;
  text-align: center;
}

.ex-fdlist .exstyle-1 figcaption p {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  margin-top: 3px;
  text-align: center;
}

.ex-fdlist .exstyle-1 figcaption p:empty {
  display: none;
}

.ex-fdlist .exstyle-1 figcaption button:hover,
.ex-fdlist .exstyle-2 figcaption button:hover,
.ex-fdlist .exstyle-1 figcaption .exstyle-1-button:hover,
.ex-fdlist .exstyle-2 figcaption .exstyle-2-button:hover {
  background: #000;
}

.ex-fdlist .exstyle-1 figcaption h5 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  padding-bottom: 15px;
  color: #ea1f2e;
  font-weight: bold;
  line-height: 1;
}

.ex-fdlist .exstyle-1 figcaption h5 p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  line-height: 1;
  border-bottom: 2px solid #ddd;
  margin-top: -10px;
}

.ex-fdlist .exstyle-1 figcaption h5 p>span {
  margin-bottom: -3px;
  bottom: -9px;
  position: relative;
  background: #fff;
  padding: 0 15px;
}

.ex-fdlist .exstyle-1 figcaption h5 del {
  margin: 0;
  padding: 0;
  color: #2b2b2b;
}

.ex-fdlist .exstyle-1 figcaption h5 ins {
  background: none;
  margin: 0;
  padding: 0;
  color: inherit;
}

.exwf-button,
.exwf-orbt .exbt-inline a,
.ex-fdlist[id^=ex] .exwoofood-woocommerce.woocommerce form.cart button[type="submit"],
.exwoofood-woocommerce.woocommerce form.cart button[type="submit"],
.exwoofood-woocommerce.woocommerce .cart:not(.grouped_form) .quantity input[type=button],
.ex-fdlist .exstyle-1 figcaption .exstyle-1-button,
.ex-fdlist .exstyle-2 figcaption .exstyle-2-button,
.ex-fdlist .exstyle-3 figcaption .exstyle-3-button,
.ex-fdlist .exstyle-4 figcaption .exstyle-4-button {
  background: #ea1f2e;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  padding: 12px 25px;
  border-radius: 0;
  line-height: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.046875em;
  transition: all .2s;
}

.exstyle-1 figcaption .exstyle-1-button,
.exstyle-2 figcaption .exstyle-2-button,
.exstyle-3 figcaption .exstyle-3-button {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 20px;
}

/*- builtin-checkout-*/
.exfd-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.exfd-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.exfd-container:hover input~.exfd-checkmark {
  background-color: #ccc;
}

.exfd-container input:checked~.exfd-checkmark {
  background-color: #2196F3;
}

.exfd-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.exfd-container input:checked~.exfd-checkmark:after {
  display: block;
}

.exfd-container .exfd-checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.exbt-inline .exwoofood-woocommerce .quantity .qty {
  display: none;
}

.exbt-inline form.cart button {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.ex-fdlist.style-1 .parent_grid {
  overflow: hidden;
  background: #fff;
  padding: 5px 0;
}

.ex-fdlist.style-1 .ctgrid {
  margin: -10px;
  margin-right: -12px
}

.ex-fdlist.column-2.style-1 .item-grid:nth-child(2n) {
  border-right: 0
}

.ex-fdlist.column-3.style-1 .item-grid:nth-child(3n) {
  border-right: 0
}

.ex-fdlist.column-2.style-1 .item-grid:nth-child(2n) .exp-arrow {
  width: calc(100% - 2px);
}

.ex-fdlist.column-3.style-1 .item-grid:nth-child(3n) .exp-arrow {
  width: calc(100% - 2px);
}

.ex-fdlist.style-1 .item-grid {
  border-right: 2px dashed rgba(0, 0, 0, 0.15);
  border-bottom: 2px dashed rgba(0, 0, 0, 0.15);
  position: relative;
}

.ex-fdlist.column-4.style-1 .item-grid:nth-child(4n) {
  border-right: 0
}

.ex-fdlist.column-5.style-1 .item-grid:nth-child(5n) {
  border-right: 0
}

.ex-fdlist.column-4.style-1 .item-grid:nth-child(4n) .exp-arrow {
  width: calc(100% - 2px);
}

.ex-fdlist.column-5.style-1 .item-grid:nth-child(5n) .exp-arrow {
  width: calc(100% - 2px);
}

/* End stype 1*/

/* Start stype 2*/
.ex-fdlist .exstyle-2 {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  color: inherit;
  text-align: center;
  font-size: inherit;
  padding: 10px 10px;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}

.ex-fdlist .exstyle-2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
}

.ex-fdlist .exstyle-2 .exstyle-2-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.ex-fdlist .exstyle-2 .exstyle-2-image img {
  margin: 0;
  padding: 0;
  display: block;
}

.ex-fdlist.style-2 .parent_grid {
  overflow: hidden;
}

.ex-fdlist.style-2 .ctgrid {
  margin: -10px;
}

.ex-fdlist .exstyle-2:hover .exstyle-2-image img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.ex-fdlist .exstyle-2 figcaption {
  padding: 20px;
  margin: 15px 0 0 0;
  padding-bottom: 90px;
  border: 1px solid #ddd;
  position: relative;
  background: #fff
}

.ex-fdlist .exstyle-2 figcaption h3 {
  padding: 10px 0
}

.ex-fdlist .exstyle-2 figcaption h5 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  color: #ea1f2e;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  margin-top: -12px;
  line-height: 1;
}

.ex-fdlist .exstyle-2 figcaption h5 del {
  margin: 0;
  padding: 0;
  color: #2b2b2b;
}

.ex-fdlist .exstyle-2 figcaption h5 ins {
  background: none;
  margin: 0;
  padding: 0;
  color: inherit;
}

.ex-fdlist .exstyle-2 figcaption h5>span {
  position: relative;
  bottom: -10px;
  background: #fff;
  padding: 0 10px;
}

.ex-fdlist .exstyle-2 figcaption p {
  margin: 0;
  padding: 0;
  margin-bottom: -12px;
  margin-top: 13px;
  text-align: center;
}

.ex-fdlist .exstyle-2 figcaption p:empty {
  display: none;
}

.ex-fdlist.style-2 .item-grid {
  position: relative;
}

.ex-fdlist .exstyle-1 figcaption .exbt-inline,
.ex-fdlist .exstyle-2 figcaption .exbt-inline {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.ex-fdlist .exstyle-1 figcaption .exbt-inline .exstyle-1-button,
.ex-fdlist .exstyle-2 figcaption .exbt-inline .exstyle-2-button {
  position: static;
  display: inline-block;
  transform: translateX(0);
}

.ex-fdlist .exstyle-2 figcaption .exwoofood-woocommerce.woocommerce form.cart button[type="submit"],
.ex-fdlist .exstyle-1 figcaption .exwoofood-woocommerce.woocommerce form.cart button[type="submit"] {
  position: static;
  transform: translateX(0);
  float: left;
  white-space: nowrap;
}

/* End stype 2*/

/* Start stype 3*/
.ex-fdlist .exstyle-3 {
  display: table;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: inherit;
  padding: 0;
  border-radius: 8px;
}

.ex-fdlist .exstyle-3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
}

.ex-fdlist .exstyle-3 .exstyle-3-image {
  display: table-cell;
  width: 45%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.ex-fdlist .exstyle-3 .exstyle-3-image img {
  margin: 0;
  padding: 0;
  display: block;
  backface-visibility: hidden;
}

.ex-fdlist .exstyle-3:hover .exstyle-3-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.ex-fdlist .exstyle-3 figcaption {
  width: 55%;
  display: table-cell;
  padding: 20px 15px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  background: #101010;
}

.ex-fdlist .exstyle-3 figcaption h3 {
  padding: 0;
  color: inherit;
  font-size: 22px;
  line-height: 1;
}

.ex-fdlist .exstyle-3 figcaption h5 {
  margin: 0;
  padding: 5px;
  padding-left: 0;
  font-size: 22px;
  color: #ea1f2e;
  margin-bottom: 7px;
  line-height: 1;
}

.ex-fdlist .exstyle-3 figcaption h5 del {
  margin: 0;
  padding: 0;
  color: inherit;
}

.ex-fdlist .exstyle-3 figcaption h5 ins {
  background: none;
  margin: 0;
  padding: 0;
  color: inherit;
}

.ex-fdlist.style-3 .item-grid {
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}

.ex-fdlist .exstyle-3 .exstyle-3-image>a {
  min-height: 180px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ex-fdlist .exstyle-3 .exstyle-3-image .exbt-inline {
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.046875em;
  font-weight: bold;
}

.ex-fdlist .exstyle-3 .exstyle-3-image .exbt-inline span {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 10px 5px;
}

.ex-fdlist .exstyle-3 .exstyle-3-image .exbt-inline span.ex-loading {
  pointer-events: none;
  opacity: .7
}

.ex-fdlist .exstyle-3:hover .exstyle-3-image .exbt-inline {
  background: rgba(0, 0, 0, .9);
}

.ex-fdlist .exstyle-3 .exstyle-3-image .exbt-inline form.cart button {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  background: transparent;
  padding: 0;
  white-space: nowrap;
  bottom: auto;
}

.ex-fdlist.column-3.style-3 .item-grid {
  width: calc((100% - 10px) / 3);
}

.ex-fdlist.column-2.style-3 .item-grid {
  width: calc((100% - 5px) / 2);
}

.ex-fdlist.column-4.style-3 .item-grid {
  width: calc((100% - 15px) / 4);
}

.ex-fdlist.column-5.style-3 .item-grid {
  width: calc((100% - 20px) / 5);
}

.ex-fdlist.column-4.style-3 .item-grid:nth-child(4n) {
  margin-right: 0;
}

.ex-fdlist.column-5.style-3 .item-grid:nth-child(5n) {
  margin-right: 0;
}

.ex-fdlist.column-3.style-3 .item-grid:nth-child(3n) {
  margin-right: 0
}

.ex-fdlist.column-2.style-3 .item-grid:nth-child(2n) {
  margin-right: 0
}

.ex-fdlist.style-3 .ctgrid {}

.ex-fdlist .exstyle-3 figcaption .exstyle-3-button {
  background: #ea1f2e;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  padding: 11px 25px;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  line-height: 1;
  transform: translateX(0);
  left: 10px;
  bottom: 0;
}

.ex-fdlist .exstyle-3 figcaption .exbt-inline {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ex-fdlist .exstyle-3 figcaption .exwoofood-woocommerce .woocommerce {
  position: relative;
}

.ex-fdlist .exstyle-3 figcaption .exwoofood-woocommerce.woocommerce form.cart button[type="submit"] {
  bottom: 0;
  left: 0;
  transform: translateX(0);
  position: relative;
  padding: 11px 25px;
  border-radius: 5px;
}

.ex-fdlist .exstyle-3 figcaption p {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
  margin-top: -8px;
}

.ex-fdlist .exstyle-3 figcaption p:empty {
  display: none;
}

.ex-fdlist .exstyle-3 figcaption button:hover,
.ex-fdlist .exstyle-3 figcaption .exstyle-3-button:hover {
  background: #e08209;
}

.ex-fdlist .exstyle-3.exstyle-3-center figcaption .exbt-inline {
  position: static;
}

.ex-fdlist .exstyle-3.exstyle-3-center figcaption .exstyle-3-button {
  position: static;
  float: left;
}

.ex-fdlist .exstyle-3.exstyle-3-center .exwoofood-woocommerce.woocommerce form.cart button[type="submit"] {
  transform: translateX(0);
  position: static;
  float: left;
}

.ex-fdlist .exstyle-3.exstyle-3-center figcaption button {
  position: static;
  float: left;
  transform: translateX(0);
}

/* End stype 3*/

/* Start stype 4*/
.ex-fdlist .exstyle-4 {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  text-align: center;
  font-size: inherit;
}

.ex-fdlist .exstyle-4 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
}

.ex-fdlist .exstyle-4 .exstyle-4-image {
  overflow: hidden;
  position: relative;
}

.ex-fdlist .exstyle-4 .exstyle-4-image img {
  margin: 0;
  padding: 0;
  display: block;
}

.ex-fdlist .exstyle-4:hover .exstyle-4-image img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

.ex-fdlist .exstyle-4 figcaption {
  border-top: 3px solid #ea1f2e;
  padding: 20px;
  text-align: left;
  padding-bottom: 60px;
  background: #fff;
}

.ex-fdlist .exstyle-4 figcaption h3 {
  padding: 0;
  color: inherit;
  font-size: 20px;
  margin-top: 0;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 8px;
}

.ex-fdlist .exstyle-4 figcaption h5 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ea1f2e;
  padding: 3px 7px;
  line-height: 1;
  letter-spacing: normal;
}

.ex-fdlist .exstyle-4 figcaption h5 del {
  margin: 0;
  padding: 0;
}

.ex-fdlist .exstyle-4 figcaption h5 ins {
  background: none;
  margin: 0;
  padding: 0;
}

.ex-fdlist .exstyle-4 figcaption p {
  text-align: left;
  margin: 0;
  padding: 0;
  color: inherit;
  margin-top: 7px;
  margin-bottom: 7px;
}

.ex-fdlist .exstyle-4 figcaption p:empty {
  display: none;
}

.ex-fdlist .exstyle-4 figcaption .exstyle-4-button.exfd-choice {
  background: #fff;
  border: 2px solid #ea1f2e;
  width: 29px;
  height: 29px;
  padding: 0;
}

.ex-fdlist .exstyle-4 figcaption .exwoofood-woocommerce.woocommerce form.cart button[type="submit"] {
  margin: 0;
  padding: 0;
  position: static;
  transform: translateX(0);
  padding: 8px 25px;
}

.ex-fdlist .exstyle-4 figcaption .exwoofood-woocommerce.woocommerce form>a {
  color: initial;
}

.ex-fdlist .exstyle-4 .exfd-icon-plus {
  width: 27px;
  height: 27px;
}

.ex-fdlist .exstyle-4 .exfd-icon-plus:after {
  width: 19px;
  height: 3px;
  top: 11px;
  left: 3px;
  background-color: #ea1f2e;
}

.ex-fdlist .exstyle-4 .exfd-icon-plus:before {
  width: 3px;
  height: 19px;
  top: 3px;
  left: 11px;
  background-color: #ea1f2e;
}

.exstyle-4 figcaption .exstyle-4-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.ex-fdlist.ex-food-plug .exfd-choice.ex-loading {
  pointer-events: none;
  opacity: .4;
}

/* End stype 4*/

/* Sale badge */
.exfd-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 90px;
  height: 90px;
  /* text-align: right; */
}

.exfd-ribbon>span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 127px;
  display: block;
  background: #ff1414;
  /*background: linear-gradient(#2989d8 0%, #1e5799 100%);*/
  /*box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);*/
  position: absolute;
  top: 23px;
  left: -28px;
  font-size: 14px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}

/* Sale badge */

/* */
.ex-fdlist.style-4 .item-grid {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid #ea1f2e;
  background-color: #fff;
}

.ex-fdlist.column-3.style-4 .item-grid {
  width: calc((100% - 20px) / 3);
}

.ex-fdlist.column-2.style-4 .item-grid {
  width: calc((100% - 10px) / 2);
}

.ex-fdlist.column-4.style-4 .item-grid {
  width: calc((100% - 30px) / 4);
}

.ex-fdlist.column-5.style-4 .item-grid {
  width: calc((100% - 40px) / 5);
}

.ex-fdlist.column-3.style-4 .item-grid:nth-child(3n) {
  margin-right: 0
}

.ex-fdlist.column-2.style-4 .item-grid:nth-child(2n) {
  margin-right: 0
}

.ex-fdlist.column-4.style-4 .item-grid:nth-child(4n) {
  margin-right: 0
}

.ex-fdlist.column-5.style-4 .item-grid:nth-child(5n) {
  margin-right: 0
}

/* Style 5*/
.ex-fdlist.style-5:not(.list-layout) .exfd-filter .exfd-filter-group .ex-menu-list>a {
  margin: 2px;
  border-radius: 4px;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list a ul {
  border-radius: 4px;
}

.ex-fdlist.style-4.style-5 .item-grid {
  border-bottom: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.ex-fdlist.style-5 .exstyle-4 {
  border-radius: 4px;
}

.ex-fdlist.style-5 .exfd-pagination .page-navi a,
.ex-fdlist.style-5 .exfd-pagination .page-navi span,
.ex-fdlist.style-5 .ex-loadmore .loadmore-exfood,
.ex-fdlist.style-5 .exstyle-4 figcaption .exstyle-4-button.exfd-choice,
.ex-fdlist.style-5 .exstyle-4 figcaption h5 {
  border-radius: 3px;
}

.ex-fdlist.style-5 .exstyle-4 figcaption {
  border: 0;
}


@supports (-ms-ime-align:auto) {

  .ex-fdlist.column-3.style-4 .item-grid {
    width: calc((100% - 20px) / 3 - 0.1px);
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ex-fdlist .exstyle-3 {
    table-layout: fixed;
  }

  .ex-fdlist.column-3.style-3 .item-grid {
    width: calc((100% - 10px) / 3 - 0.1px);
  }

  .ex-fdlist .exfd-shopping-cart .exfd-cart-parent a {
    width: 20px;
    display: inline-block;
  }

  .ex-fdlist .exfd-shopping-cart .exfd-cart-parent img {
    width: auto;
    height: auto;
  }

  .ex_modal .modal-content {
    /*flex-direction: row;*/
    margin-bottom: 25%;
  }
}

/* */
.exp-arrow figure {
  float: left;
}

/*-Fix css conflict-*/
.ex-fdlist * {
  box-sizing: border-box;
}

.exp-arrow figure {
  margin: 0
}

/*-WooCommerce ordering-*/
.exwoofood-woocommerce {
  font-size: 13px;
}

.exwoofood-woocommerce.woocommerce .quantity:not(.hidden) {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  width: auto;
  float: none;
  border: 0;
}

.exwoofood-woocommerce.woocommerce .variations+.single_variation_wrap .quantity {
  margin-top: 20px;
  vertical-align: bottom;
}

.exwoofood-woocommerce.woocommerce div.quantity input[type=number]::-webkit-inner-spin-button,
.exwoofood-woocommerce.woocommerce div.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.exwoofood-woocommerce.woocommerce a.added_to_cart {
  display: none;
}

.exwoofood-woocommerce.woocommerce .cart:not(.grouped_form) .quantity input[type=button] {
  padding: 12px 13px;
  width: 38px;
  height: auto;
  margin: 0;
}

.exwoofood-woocommerce.woocommerce div.quantity input[type=number] {
  -moz-appearance: textfield;
  border: 0;
  height: 100%;
  background: transparent;
  max-width: 38px;
}

.exwf-button:hover,
.exfd-cart-content .exfd-close-cart:hover,
.exfd-cart-content .woocommerce-mini-cart__buttons a:hover,
.exwoofood-woocommerce.woocommerce .cart:not(.grouped_form) .quantity input[type=button]:hover,
.ex-fdlist[id^=ex] .exwoofood-woocommerce.woocommerce form.cart button[type="submit"]:hover,
.exwoofood-woocommerce.woocommerce form.cart button[type="submit"]:hover {
  background: #000;
}

.exwoofood-woocommerce.woocommerce table.variations tr th,
.exwoofood-woocommerce.woocommerce table.variations tr td,
.exwoofood-woocommerce.woocommerce table.variations {
  border: 0;
}

.exwoofood-woocommerce.woocommerce table.variations tr td.label {
  width: 30%;
  text-align: left;
  padding: 0;
}

.exwoofood-woocommerce.woocommerce table.variations tr td select {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ccc;
  padding: 3px 7px;
  border-radius: 0
}

.exwoofood-woocommerce span.price {
  font-size: 20px;
}

.exwoofood-woocommerce .woocommerce-variation-availability {
  margin: 0;
}

.exwoofood-woocommerce.woocommerce table.variations {
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.exwoofood-woocommerce.woocommerce table.variations>tbody>tr:last-child th label {
  display: inline-block;
  margin-bottom: 14px;
}

.exwoofood-woocommerce.woocommerce .cart.grouped_form .quantity {
  margin: 0;
}

.exwoofood-woocommerce.woocommerce .cart.grouped_form .quantity .qty {
  border: 1px solid #eee;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  padding: 10px 0;
}

.exwoofood-woocommerce.woocommerce .cart.grouped_form table .woocommerce-grouped-product-list-item__quantity {
  text-align: center;
}

.exwoofood-woocommerce.woocommerce .cart.grouped_form .quantity input[type=button] {
  width: 30px;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
}

.exwoofood-woocommerce.woocommerce .cart.grouped_form table,
.exwoofood-woocommerce.woocommerce .cart.grouped_form th,
.exwoofood-woocommerce.woocommerce .cart.grouped_form td {
  border: 1px solid #ddd;
}

.exwoofood-woocommerce.woocommerce .cart.grouped_form table {
  border-width: 1px 0 0 1px;
  margin: 25px 0 30px 0;
}

.exwoofood-woocommerce.woocommerce .cart.grouped_form td {
  border-width: 0 1px 1px 0;
}

/*Pagination*/
.ex-fdlist.ex-loading {
  opacity: .7;
}

.exfd-pagination-parent {
  width: 100%;
}

.exfd-pagination {
  margin: 25px 0;
  width: 100%;
  display: inline-block;
}

.exfd-pagination .page-navi {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.exfd-pagination .page-navi a,
.exfd-pagination .page-navi span {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 6px 11px;
  color: #aaa;
  margin: 0 8px 8px 0;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  box-shadow: none;
  transition: all .2s;
  border: 1px solid #e3e3e3;
  line-height: 21px;
}

.exfd-pagination .page-navi a:hover,
.exfd-pagination .page-navi>span:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.exfd-pagination .page-navi>span {
  cursor: pointer;
}

.ex-fdlist span.search-btsm .tp-search-submit,
.exfd-pagination .page-navi .page-numbers.current {
  color: #fff;
  background-color: #ea1f2e;
  border-color: #ea1f2e;
  transition: all .2s;
}

.exfd-pagination .page-navi .page-numbers.current+a.next-ajax {
  pointer-events: none
}

.exfd-pagination .page-navi .disable-click {
  pointer-events: none
}

/*Load more*/
.ex-loadmore {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.ex-loadmore {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.ex-loadmore .loadmore-exfood {
  padding: 12px 18px;
  font-size: inherit;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  float: none;
  border: 1px solid #ea1f2e;
  color: #ea1f2e;
  transition: all .2s
}

/*-icon-*/
.ex-loadmore .loadmore-exfood.disable-click {
  pointer-events: none;
}

.ex-loadmore .loadmore-exfood span:not(.load-text) {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ea1f2e;
  display: inline-block;
  vertical-align: middle;
}

.ex-loadmore .loadmore-exfood:focus {
  outline: none;
  box-shadow: none;
}

.ex-loadmore .loadmore-exfood:hover {
  background: #ea1f2e;
  color: #fff;
}

.ex-loadmore .loadmore-exfood:hover span:not(.load-text) {
  background: #fff;
}

.ex-loadmore .loadmore-exfood.ex-loading span:not(.load-text) {
  display: inline-block;
}

.ex-loadmore .loadmore-exfood span:not(.load-text):nth-child(2) {
  margin-left: 10px;
}

.ex-loadmore .loadmore-exfood.ex-loading span:not(.load-text):nth-child(2) {
  animation: loading_ef 0.5s ease-in-out 0.2s infinite alternate;
  -webkit-animation: loading_ef 0.5s ease-in-out 0.2s infinite alternate;
}

.ex-loadmore .loadmore-exfood.ex-loading span:not(.load-text):nth-child(3) {
  animation: loading_ef 0.5s ease-in-out 0.35s infinite alternate;
  -webkit-animation: loading_ef 0.5s ease-in-out 0.35s infinite alternate;
}

.ex-loadmore .loadmore-exfood.ex-loading span:not(.load-text):nth-child(4) {
  animation: loading_ef 0.5s ease-in-out 0.5s infinite alternate;
  -webkit-animation: loading_ef 0.5s ease-in-out 0.5s infinite alternate;
}

.exhidden {
  display: none !important;
}

@keyframes loading_ef {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loading_ef {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*- tpcarousel -*/
.ex-fdlist.ex-tpcarousel .item-grid {
  padding: 5px
}

.ex-fdcarousel .ex_s_lick-prev:before,
.ex_s_lick-next:before {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.ex-fdcarousel .ex_s_lick-prev:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.ex-fdcarousel .ex_s_lick-next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.ex-fdcarousel.ld-screen,
.ex-fdck.ld-screen {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.ex-fdcarousel.ld-screen.at-childdiv,
.ex-fdck.ld-screen.at-childdiv {
  max-height: inherit;
  overflow: visible;
  position: relative;
}

.ex-fdcarousel.ld-screen.at-childdiv>.exfd-loadcont,
.ex-fdck.ld-screen.at-childdiv .exfd-loadcont {
  opacity: 0;
  transition: all .3s;
  z-index: -999;
}

.ex-fdcarousel.ld-screen>*:not(.exfd-loadcont),
.ex-fdck.ld-screen>*:not(.exfd-loadcont) {
  opacity: 0;
  transition: all .3s;
}

.ex-fdcarousel.ld-screen.at-childdiv>*:not(.exfd-loadcont) {
  opacity: 1;
}

.exfd-loadcont {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all ease-out 7s;
}

.ld-screen>.exfd-loadcont {
  opacity: 1;
  z-index: 99999
}

.exfd-loadicon,
.exfd-loadicon::before,
.exfd-loadicon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(204, 204, 204);
  border-left-color: rgb(0, 189, 151);
  border-radius: 974px;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px;
}

.exfd-loadicon {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: wptl_load-rotate 1150ms linear infinite;
  -o-animation: wptl_load-rotate 1150ms linear infinite;
  -ms-animation: wptl_load-rotate 1150ms linear infinite;
  -webkit-animation: wptl_load-rotate 1150ms linear infinite;
  -moz-animation: wptl_load-rotate 1150ms linear infinite;
}

.exfd-loadicon::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: wptl_load-rotate 1150ms linear infinite;
  -o-animation: wptl_load-rotate 1150ms linear infinite;
  -ms-animation: wptl_load-rotate 1150ms linear infinite;
  -webkit-animation: wptl_load-rotate 1150ms linear infinite;
  -moz-animation: wptl_load-rotate 1150ms linear infinite;
}

.exfd-loadicon::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: wptl_load-rotate 2300ms linear infinite;
  -o-animation: wptl_load-rotate 2300ms linear infinite;
  -ms-animation: wptl_load-rotate 2300ms linear infinite;
  -webkit-animation: wptl_load-rotate 2300ms linear infinite;
  -moz-animation: wptl_load-rotate 2300ms linear infinite;
}

@keyframes wptl_load-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes wptl_load-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes wptl_load-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes wptl_load-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes wptl_load-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}

.at-childdiv .exfd-loadicon {
  animation: none;
}

.at-childdiv .exfd-loadicon:before,
.at-childdiv .exfd-loadicon:after {
  content: none;
}

/*Open and closing time css*/
.exfd-out-open-time.ex-fdlist .exstyle-1 figcaption {
  margin-bottom: 0;
}

.exfd-out-open-time.ex-fdlist .exstyle-2 figcaption {
  padding-bottom: 20px;
}

.exfd-out-open-time.ex-fdlist .exstyle-2 figcaption p {
  margin-bottom: 6px;
}

.exfd-out-open-time .fdstyle-list-2 .fdlist_2_title .fdlist_2_price {
  margin-right: 0
}

.exfd-out-open-time .fdstyle-list-3 .fdlist_3_des {
  width: calc(70% - 90px);
}

/* Start Responesive Grid */
@media screen and (max-width: 992px) and (min-width: 769px) {

  .ex-fdlist.column-4 .ctgrid .item-grid,
  .ex-fdlist.column-5 .ctgrid .item-grid {
    width: 33.33333%;
  }

  .ex-fdlist.column-4 .ctgrid .item-grid:nth-child(4n+1) {
    clear: none;
  }

  .ex-fdlist.column-4 .ctgrid .item-grid:nth-child(3n+1) {
    clear: both;
  }

  .ex-fdlist.column-5 .ctgrid .item-grid:nth-child(5n+1) {
    clear: none;
  }

  .ex-fdlist.column-5 .ctgrid .item-grid:nth-child(3n+1) {
    clear: both;
  }

  .ex-fdlist.column-5.style-1 .item-grid:nth-child(5n),
  .ex-fdlist.column-4.style-1 .item-grid:nth-child(4n) {
    border-right: 2px dashed rgba(0, 0, 0, 0.15)
  }

  .ex-fdlist.column-5.style-1 .item-grid:nth-child(3n),
  .ex-fdlist.column-4.style-1 .item-grid:nth-child(3n) {
    border-right: 0
  }

  .ex-fdlist.column-4.style-4 .ctgrid .item-grid,
  .ex-fdlist.column-5.style-4 .ctgrid .item-grid {
    width: calc((100% - 20px) / 3);
  }

  .ex-fdlist.column-4.style-4 .ctgrid .item-grid:nth-child(4n) {
    margin-right: 10px;
  }

  .ex-fdlist.column-5.style-4 .ctgrid .item-grid:nth-child(5n) {
    margin-right: 10px;
  }

  .ex-fdlist.column-4.style-4 .ctgrid .item-grid:nth-child(3n) {
    margin-right: 0;
  }

  .ex-fdlist.column-5.style-4 .ctgrid .item-grid:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .ex-fdlist.column-3.style-3 .item-grid {
    width: calc((100% - 5px) / 2);
  }

  .ex-fdlist.column-4.style-3 .item-grid,
  .ex-fdlist.column-5.style-3 .item-grid,
  .ex-fdlist.column-2.style-3 .item-grid {
    width: calc((100% - 5px) / 2);
  }

  .ex-fdlist.column-3.style-3 .item-grid:nth-child(3n) {
    margin-right: 5px
  }

  .ex-fdlist.column-4.style-3 .item-grid:nth-child(2n),
  .ex-fdlist.column-5.style-3 .item-grid:nth-child(2n),
  .ex-fdlist.column-3.style-3 .item-grid:nth-child(2n) {
    margin-right: 0
  }
}

@media screen and (max-width: 768px) {
  .ex-fdlist:not(.exsfixed-list) .exfd-filter:not(.exwf-filter-slider) .exfd-filter-group .ex-menu-select {
    display: block;
    margin-bottom: 14px;
  }

  .ex-fdlist:not(.exsfixed-list) .exfd-filter:not(.exwf-filter-slider) .exfd-filter-group .ex-menu-list {
    display: none;
  }

  .ex-fdlist.ex-fdgrid .ctgrid .item-grid {
    width: 50%;
  }

  .ex-fdlist.ex-fdgrid.style-3 .ctgrid .item-grid {
    width: calc((100% - 10px) / 2);
  }

  .ex-fdlist.ex-fdgrid .ctgrid .item-grid:nth-child(3n+1) {
    clear: none;
  }

  .ex-fdlist.ex-fdgrid .ctgrid .item-grid:nth-child(2n+1) {
    clear: both;
  }

  .ex-fdlist.column-5 .ctgrid .item-grid:nth-child(5n+1) {
    clear: none;
  }

  .ex-fdlist.column-3.style-1 .item-grid:nth-child(3n),
  .ex-fdlist.column-4.style-1 .item-grid:nth-child(4n),
  .ex-fdlist.column-5.style-1 .item-grid:nth-child(5n) {
    border-right: 2px dashed rgba(0, 0, 0, 0.15)
  }

  .ex-fdlist.column-4.style-4 .ctgrid .item-grid,
  .ex-fdlist.column-3.style-4 .ctgrid .item-grid,
  .ex-fdlist.column-5.style-4 .ctgrid .item-grid {
    width: calc((100% - 10px) / 2);
  }

  .ex-fdlist.column-3.style-4 .ctgrid .item-grid:nth-child(3n),
  .ex-fdlist.column-4.style-4 .ctgrid .item-grid:nth-child(4n),
  .ex-fdlist.column-5.style-4 .ctgrid .item-grid:nth-child(5n) {
    margin-right: 10px;
  }

  .ex-fdlist.column-3.style-4 .ctgrid .item-grid:nth-child(2n),
  .ex-fdlist.column-4.style-4 .ctgrid .item-grid:nth-child(2n),
  .ex-fdlist.column-5.style-4 .ctgrid .item-grid:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .ex-fdlist .parent_grid .ctgrid .item-grid {
    width: 100%;
  }

  .ex-fdlist span.search-btsm {
    float: left;
    margin-top: 10px;
    width: 100%;
  }

  .ex-fdlist.style-1 .ctgrid .item-grid:nth-child(n) {
    border-right: 2px dashed rgba(0, 0, 0, 0.15)
  }

  .ex-fdlist.column-2.style-3 .ctgrid .item-grid {
    width: 100%;
    margin-right: 0;
  }

  .ex-fdlist.style-3 .parent_grid .ctgrid .item-grid:nth-child(n),
  .ex-fdlist.style-4 .parent_grid .ctgrid .item-grid:nth-child(n) {
    width: 100%;
    margin-right: 0;
  }
}

/* End Responesive Grid */
/*Carousel*/
.ex-fdlist.ex-fdcarousel .parent_grid {
  padding-bottom: 40px;
}

.ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-next,
.ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-prev {
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
  transform: translate(0, -50%);
}

.ex-fdlist.style-5.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-next,
.ex-fdlist.style-5.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-prev {
  border-radius: 4px;
}

.ex-fdlist.style-4.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-track {
  margin-left: 5px;
}

.ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-next {
  right: 15px;
  padding-right: 3px;
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
}

.ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-prev {
  left: 15px;
  z-index: 9;
  padding-left: 4px;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
}

.ex-fdlist.ex-fdcarousel:hover .ctgrid.ex_s_lick-slider .ex_s_lick-next,
.ex-fdlist.ex-fdcarousel:hover .ctgrid.ex_s_lick-slider .ex_s_lick-prev {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  opacity: 1;
}

.ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-next:hover,
.ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-prev:hover {
  background: rgba(0, 0, 0, .75)
}

.ex-fdlist.ex-fdcarousel .ex_s_lick-dots li button:before {
  opacity: 1;
  color: #ea1f2e;
  font-size: 13px;
}

.ex-fdlist.ex-fdcarousel.style-3 .ex_s_lick-dots {
  bottom: -35px;
}

.ex-fdlist.ex-fdcarousel .ex_s_lick-dots li.ex_s_lick-active button:before {
  opacity: .5;
  color: #ea1f2e;
}

.ex-fdcarousel .ex_s_lick-prev:before,
.ex-fdcarousel .ex_s_lick-next:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  font-size: 2px;
}

.ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .item-grid {
  border-bottom: 0;
}

.ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .item-grid:last-child {
  border-right: 0;
}

.ex-fdlist.ex-fdcarousel.style-2 .parent_grid {
  overflow: unset;
}

select.ex-ck-select,
.exwoofood-select-loc select.ex-loc-select {
  background-position: right center;
  background-repeat: no-repeat;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-select div {
  position: relative;
  display: inline-block;
  width: auto;
  background-color: #fff
}

.ex-popup-location .exwoofood-select-loc>div {
  margin: 15px 0 0 0;
}

.ex-popup-location .exwoofood-select-loc>div,
.exwoofood-select-loc>div,
.exwf-order-method .exwf-del-field.exwf-del-log>div {
  position: relative;
}

.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-select div:after,
.ex-popup-location .exwoofood-select-loc>div:after,
.exwoofood-select-loc>div:after,
.exwf-order-method .exwf-del-field.exwf-del-log>div:after {
  position: absolute;
  content: "▼";
  padding: 14px 15px;
  right: 0;
  z-index: 9;
  line-height: 1;
  top: 0
}

small.woocommerce-price-suffix {
  text-transform: capitalize;
  font-size: 13px;
}

/*Out notice open time*/
.ex_modal .modal-content .fd_modal_des .exfd-out-notice ul li:not(:first-child) {
  display: none;
}

.ex_modal .modal-content .fd_modal_des .exfd-out-notice ul {
  margin: 0;
}

.ex_modal .modal-content .fd_modal_des .single-product .exfd-out-notice {
  margin-top: 20px;
}

.exwf-warning {
  display: inline-block;
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #ea1f2e;
  font-weight: bold;
}

p.exwf-mini-amount.exwf-warning {
  margin: 0 0 20px 0;
}

.ex_modal .modal-content .fd_modal_des .exfd-out-notice.excls-notice,
.exfd-out-notice.excls-notice {
  color: #fff;
  background: #ea1f2e;
  padding: 5px 10px;
  margin-bottom: 0;
}

/* Admin review*/
.we-admin-review i {
  color: #FF9800
}

/*-Loading-*/
.exwoofood-woocommerce.woocommerce form.cart button[type="submit"].ex-loading {
  opacity: .3
}

/*-keep only add to cart button-*/
.exbt-inline .exwoofood-woocommerce.woocommerce .quantity,
.exbt-inline form.cart>*:not(button):not(.exwf-grqty) {
  display: none;
}

.exwf-time-stt {
  color: red;
  border: 1px solid #ccc;
  padding: 7px 15px;
  margin: 7px 0;
}

.exwoofood-woocommerce.woocommerce form.cart button[type="submit"]:after {
  display: none;
}

.exwoofood-woocommerce.woocommerce form.cart input {
  border: 0;
}

.exwoofood-woocommerce.woocommerce div.quantity input[type=text].qty,
.exwoofood-woocommerce.woocommerce div.quantity input[type=number] {
  background: #fff !important;
  color: inherit !important;
  font-size: inherit !important;
  float: none;
  border: 0;
  width: 38px;
}

.exwoofood-woocommerce.woocommerce form.cart button[type="submit"] {
  line-height: 1 !important;
  border: 0;
  float: none;
  margin: 0;
  vertical-align: top;
  height: auto;
}

.exwoofood-woocommerce.woocommerce .quantity>label {
  display: none;
}

select#qrorder_time_deli option:disabled {
  background: #ddd;
}

.exwoofood-woocommerce.woocommerce .variations+.single_variation_wrap button[type="submit"] {
  vertical-align: bottom;
}

.exfd-cart-content .woocommerce-mini-cart li a {
  position: static;
}

.ex_modal .modal-content .fd_modal_img .exwf-vari-img+div {
  display: none
}

.ex_modal .modal-content .fd_modal_img .exwf-vari-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ex-fdlist h3>a,
.ex-fdlist .item-grid h3>a,
.ex-fdlist .exfd-filter .exfd-filter-group a,
.ex-fdlist .ex-loadmore a.loadmore-exfood,
.ex-fdlist .exbt-inline a {
  text-decoration: none;
}

.exwoofood-woocommerce.woocommerce .cart .single_variation_wrap .variations_button {
  display: inline-block;
}

.exwoofood-woocommerce .single_variation_wrap .woocommerce-variation-price:not(:empty) {
  margin-top: 5px;
  margin-bottom: -15px;
}

.ex-fdlist .exwf-ofstock .exfd-choice {
  display: none;
}

.ex-fdlist .exstyle-4 .exwf-ofstock h3 a span,
.ex-fdlist .exfd-list-name span {
  color: red;
}

.exwoofood-woocommerce.woocommerce .cart .quantity a {
  display: none;
}

.exwoofood-woocommerce.woocommerce div.quantity input[type=number] {
  display: inline-block;
  min-height: unset;
  padding: 3px;
  text-align: center;
}

.exwo-showmore {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  cursor: pointer;
}

.exwo-product-options.exwo-hide-options {
  transition: all .3s ease;
  max-height: 0;
  overflow: hidden;
}

.exwo-product-options.exwo-hide-options.exwo-show {
  max-height: 5000px;
}

.ex-fdlist .ctgrid span.exwf-no-rs {
  margin: 0 10px 3px 10px;
  padding: 0;
}

.ex-fdlist .exwf-caticon {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 7px;
}

.ex-fdlist.category_left .exwf-caticon {
  text-align: right;
}

.ex-fdlist .exwf-caticon img {
  max-width: 40px;
  display: block;
  margin: 0 auto;
}

.ex-fdlist.category_left .exwf-caticon img {
  display: inline-block;
}

.ex-fdlist .exwf-caticon.exwf-iconsc {
  font-size: 35px;
}

.ex-fdlist .exfd-filter.exwf-fticon-style .exfd-filter-group .ex-menu-list a {
  border: 0;
  background: transparent;
  color: #101010;
}

.ex-fdlist .exfd-filter.exwf-fticon-style .exfd-filter-group .ex-menu-list .ex-menu-item-active:not(.exfd-child-click):after {
  display: none;
}

.ex-fdlist .exfd-filter.exwf-fticon-style .exfd-filter-group .ex-menu-list .ex-menu-item-active:not(li) {
  color: #ea1f2e;
}

.ex-fdlist.list-layout .exfd-filter .exfd-filter-group .ex-menu-list a {
  display: inline-block;
  float: none;
}

.exwf-menuof-date {
  padding: 5px 0;
  margin: 0;
}

.exwf-menuof-date .mndate-sl {
  border: 1px solid #ccc;
  padding: 9px 42px 9px 15px;
  line-height: 1;
  color: inherit;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.exwf-menuof-date .mndate-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 6px 11px;
  border-left: 1px solid #ccc;
  color: inherit;
}

.ex-fdlist .exwf-menuof-date {
  margin-bottom: 15px;
}

.ex-fdlist .exwf-menuof-date+.parent_grid div.exwf-dcat {
  margin-top: -7px;
}

.exwf-menu-bydate .ex-popup-content {
  max-width: 400px;
}

.ex-fdlist .ex-popup-location.exwf-menu-bydate .ex-popup-content .ex-popup-info {
  padding: 30px;
}

.exwf-search {
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.04);
  padding: 25px;
  text-align: center;
}

.exwf-search form {
  position: relative;
  width: 90%;
  display: inline-block;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2)
}

.exwf-search .exwf-s-field {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #ea1f2e;
  transition: all ease .2s;
  background: #fff
}

.ex-fdlist[id^=ex] .exwf-search button.exwf-s-submit,
.exwf-search .exwf-s-submit {
  background: transparent;
  position: absolute;
  right: 11px;
  padding: 0;
  top: 50%;
  margin: 0;
  line-height: 1;
  border: 0;
  margin-top: -11px;
  opacity: .8;
}

.exwf-search .exwf-s-submit img {
  max-width: 20px
}

.exwf-search+.exwf-menuof-date {
  margin-top: 17px;
}

.exwf-search .exwf-s-field:focus {
  border-color: #ccc;
}

.ex-fdlist.style-2 .ctgrid span.exwf-no-rs {
  padding: 10px 0;
}

.ex-fdlist.ex-food-plug .exp-arrow a.qro_modal_click img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.exwf-search+.ctlist,
.exwf-search+.parent_grid {
  margin-top: 20px;
}

.ex-fdlist.category_left .exwf-search {
  margin-bottom: 20px;
}

body>.ex-fdlist {
  display: block;
}

/*--popup opening and closing info--*/
.exwf-opcls-info {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-animation-name: ex-fadeIn;
  -webkit-animation-duration: 0.8s;
  animation-name: ex-fadeIn;
  animation-duration: 0.8s;
}

.exwf-opcls-info.ex-popup-active {
  display: flex;
}

.exwf-opcls-info * {
  box-sizing: border-box;
}

.exwf-opcls-info .exwf-opcls-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 500px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  align-items: center;
  color: #ea1f2e;
  font-size: 120%;
  font-weight: bold;
}

.exwf-opcls-info .exwf-opcls-content .opcls-img {
  width: 30%;
  padding: 10px;
  padding-right: 0;
}

.exwf-opcls-info .exwf-opcls-content .opcls-ct {
  width: 70%;
  padding: 25px;
}

.exwf-opcls-info .exwf-opcls-content .opcls-img img {
  display: block;
}

.exwf-opcls-table {
  display: block;
  width: 100%;
  border: 0;
  padding: 25px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.exwf-opcls-table .exwf-opcls-table-inner {
  padding: 25px 30px;
  background: rgba(0, 0, 0, .5);
  margin: 0;
  border: 3px solid #fff;
}

.exwf-opcls-table h3.exwf-opcls-title {
  text-align: center;
  color: inherit;
  border-bottom: 3px solid #fff;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  font-size: 40px;
  font-weight: bold;
}

.exwf-opcls-table h3.exwf-opcls-tel {
  text-align: center;
  color: inherit;
  border-top: 3px solid #fff;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  font-size: 30px;
  font-weight: bold;
}

.exwf-opcls-table-content>div {
  display: table-row;
}

.exwf-opcls-table-content>div>span {
  display: table-cell;
  vertical-align: middle;
  color: inherit;
  padding: 7px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.exwf-opcls-table-content {
  display: table;
  width: 100%;
}

.exwf-opcls-table-content>div:last-child span {
  border: 0;
}

.exwf-opcls-table h3.exwf-opcls-tel a {
  color: inherit;
}

/* Food meta*/
.qro_nutrition,
.ex_modal .modal-content .fd_modal_des .qro_nutrition {
  width: 100%;
  margin: 0 5px 0 0;
  border-bottom: 1px solid #eee;
  padding: 0px 0 7px 0;
}

.qro_nutrition ul,
.ex_modal .modal-content .fd_modal_des .qro_nutrition ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.qro_nutrition li,
.ex_modal .modal-content .fd_modal_des .qro_nutrition li {
  width: 33.33%;
  float: left;
  font-size: inherit;
  margin: 7px 0;
}

.qro_nutrition li span,
.ex_modal .modal-content .fd_modal_des .qro_nutrition li span {
  color: #666666;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

/*--Delivery type--*/
.exwf-order-method .exwf-method-ct.exwf-opcls-content {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  max-width: 450px;
  width: 80%;
}

.exwf-method-ct .exwf-method-title>a,
.exwf-method-ct .exwf-method-title div {
  width: 50%;
  text-align: center;
  padding: 15px;
  line-height: 1.2;
  font-size: 120%;
  border-bottom: 2px solid #eee;
  cursor: pointer;
  color: inherit;
}

.exwf-method-title {
  padding: 0 30px;
  display: flex;
}

.exwf-method-ct .exwf-method-title .at-method {
  border-bottom: 2px solid #ea1f2e;
  font-weight: bold;
  color: #ea1f2e;
  pointer-events: none;
  margin: 0 auto;
}

.exwf-order-method .exwf-method-content {
  padding: 15px 30px;
}

.exwf-order-method .exwf-del-field {
  margin: 0 0 10px 0;
}

.exwf-order-method .exwf-del-field:not(.exwf-deli-field) div>* {
  width: 100%;
  padding: 10px 30px 10px 15px;
}

.exwf-order-method .exwf-del-field .gr-date-time * {
  width: 100%;
}

.exwf-order-method .exwf-del-field div select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  z-index: 10;
  position: relative;
  border: 1px solid #ccc;
  height: auto;
}

.exwf-order-method .exwf-del-field span {
  display: block;
  margin-bottom: 5px;
}

.exwf-order-method .exwf-del-address div {
  position: relative;
}

.exwf-order-method .exwf-del-address div:after {
  content: "\f456";
  font-family: "Ionicons";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 9px;
  z-index: 9999;
  font-size: 17px;
}

.exwf-order-method #qrorder_time_deli_field {
  margin-top: 10px;
}

.exwf-order-method .exwf-del-field .gr-date-time label span {
  display: none;
}

/*.pac-container.pac-logo:after{ background-image:none !important; display:none;}*/
.pac-container.pac-logo:after {
  padding: 10px;
  margin-right: 5px;
}

.pac-container .pac-item {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

.exwf-order-method .exwf-method-bt {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 20px
}

.exwf-order-method .exwf-method-bt span {
  display: inline-block;
  cursor: pointer;
}

.exwf-order-method .exwf-del-field p.exwf-add-error {
  color: red;
  padding: 0;
  margin: 7px 0 -5px 0;
  display: none;
}

.exwf-user-dl-info {
  margin: 15px 0;
  padding: 10px;
  border: 2px solid #ea1f2e;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.exwf-user-dl-info span.adrl-title {
  font-weight: bold;
}

.exwf-user-dl-info span.adrl-link a {
  font-weight: bold;
  color: initial;
  text-decoration: underline;
}

.exwf-order-method .exwf-del-field div input {
  color: inherit;
  border: 1px solid #ccc
}

.exwf-cksp-method.exwf-method-ct {
  margin-bottom: 30px;
}

.exwf-cksp-method.exwf-method-ct .exwf-method-title a:first-child {
  border-right: 0
}

.exwf-cksp-method.exwf-method-ct .exwf-method-title a:last-child {
  border-left: 0
}

.exwf-cksp-method.exwf-method-ct .exwf-method-title a {
  border: 2px solid #ddd
}

.exwf-cksp-method.exwf-method-ct .exwf-method-title .at-method {
  background: #ea1f2e;
  color: #fff;
  border-color: #ea1f2e;
}

.exwf-cksp-method.exwf-method-ct>div {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}

.exwf-order-method .exwf-del-field span.exwf-crlog {
  margin: 5px 0 -5px 0;
}

.exwf-order-method .exwf-del-field span.exwf-crlog a {
  border-bottom: 1px solid;
  color: #ea1f2e;
}

.exwf-order-method .exwf-del-field span.exwf-crlog {
  padding: 0
}

.exwf-order-method .exwf-del-field div span.exwf-crlog a {
  border: 0;
  position: absolute;
  top: 7px;
  right: 2px;
}

.exwf-order-method .exwf-del-address div:after {
  display: none;
}

.exwf-order-method .exwf-del-field span.exwf-crlog a i {
  width: 20px;
  display: inline-block;
  margin: 0 7px 0 0px;
  vertical-align: middle;
  font-size: 20px;
}

.exwf-order-method .exwf-del-field div.exwf-sladd a {
  text-align: center;
  background: #eee;
  margin: 5px 0 0 0;
  display: inline-block;
  color: #ea1f2e;
}

.exwf-order-method .exwf-del-field .exwf-sladd {
  text-align: center;
  width: 100%;
}

.exwf-order-method .exwf-del-field div.exwf-sladd a:hover {
  background: #ddd;
}

.exwf-order-method .exwf-del-field div.exwf-sladd i {
  font-size: 16px;
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
}

/*- Loading-*/
.exwf-menu-bydate.ex-loading:after,
.exwf-deli-field.ex-loading:after,
.exwf-loc-field.ex-loading:after,
.exwf-order-method .ex-loading:after,
.ex-loading .exwf-mngr-endel:after,
.ex-fdlist .item-grid.ex-loading:after,
.exwoofood-woocommerce.woocommerce form.cart button[type="submit"].ex-loading:before {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, .1);
  border-color: #cecece rgba(0, 0, 0, .1) #cecece rgba(0, 0, 0, .1);
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -19px;
}

.exwoofood-woocommerce.woocommerce form.cart button[type="submit"].ex-loading:before {
  width: 15px;
  height: 15px;
  margin-top: -11px;
  margin-left: -30px;
  left: auto;
}

.ex-fdlist[id^=ex] .exwoofood-woocommerce.woocommerce form.cart button[type="submit"].ex-loading,
.exwoofood-woocommerce.woocommerce form.cart button[type="submit"].ex-loading {
  padding-left: 45px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.exwf-order-method .exwf-method-ct.exwf-opcls-content.ex-loading>div {
  opacity: .7;
}

.exfd-cart-content .exfd-cart-mini>p.woocommerce-mini-cart__empty-message {
  margin-bottom: -5px;
}

.exwf-loc-field.ex-loading,
.exwf-deli-field.ex-loading {
  position: relative;
  opacity: .7;
}

.exwf-rating.woocommerce {
  padding: 5px 0 7px 0;
}

.exwf-rating.woocommerce .star-rating {
  float: none;
}

.exfd-ribbon .exwf-rating.woocommerce {
  padding: 5px 0;
}

.exfd-ribbon .star-rating {
  float: none;
  margin: 0 auto;
}

.exfd-ribbon .woocommerce .star-rating::before {
  color: #7b7b7b
}

.ex_modal .modal-content .fd_modal_img {
  position: relative;
}

.ex-fdlist .exwf-lbicons,
.exwf-lbicons {
  position: absolute;
  top: 25px;
  right: 30px;
  left: auto;
  bottom: auto;
  margin-left: 40px;
  z-index: 9;
  line-height: 1;
  text-align: right;
}

.woocommerce-product-gallery .exwf-lbicons {
  right: 60px
}

.ex-fdlist.table-layout .exwf-lbicons,
.ex-fdlist.list-layout .exwf-lbicons {
  top: 6px;
  right: 10px;
  margin-left: 10px;
}

.ex-fdlist .exwf-lbicon,
.exwf-lbicon {
  background: #ea1f2e;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  line-height: 1;
  display: inline-block;
  background-position: center;
  background-size: 70% auto, cover;
  background-repeat: no-repeat;
}

.exwf-lbicons>span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  text-align: center;
}

.exwf-lbicons>span .exwf-lbname {
  display: none;
}

#food_modal .exwf-lbicons>span .exwf-lbname {
  padding: 3px 5px;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  margin: 5px 0 0 0;
}

.ex-fdlist.table-layout .exwf-lbicon,
.ex-fdlist.list-layout .exwf-lbicon {
  padding: 4px;
  box-shadow: 0 0 0 1px #fff;
  margin-left: 2px;
}

.ex_modal .modal-content .ex-padimg .fd_modal_img .exwf-lbicons {
  top: 48px;
}

.exfd-cart-mini .exwf-quantity .exwf-con-quantity,
.exfd-cart-mini .exwf-quantity .exwf-con-quantity>* {
  display: inline-block
}

.exfd-cart-mini .exwf-quantity input {
  display: inline-block;
  width: 30px;
  padding: 5px;
  text-align: center;
  max-height: 30px;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  min-height: auto;
  margin: 0;
}

.exfd-cart-mini.ex-loading {
  opacity: .7
}

.exfd-cart-mini .exwf-quantity .exwf-con-quantity {
  border: 1px solid #ea1f2e;
}

.exfd-cart-mini .exwf-quantity .exwf-con-quantity>input {
  background-color: #ea1f2e;
  line-height: 1.6;
  color: #fff;
  vertical-align: top;
}

.exfd-cart-mini .exwf-quantity {
  margin-bottom: 7px;
  font-size: inherit;
  font-family: inherit;
}

.exfd-cart-mini .exwf-quantity input::-webkit-outer-spin-button,
.exfd-cart-mini .exwf-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.exfd-cart-mini .exwf-quantity input[type=number] {
  -moz-appearance: textfield;
  float: none;
}

.exfd-cart-mini a+.exwf-quantity {
  margin-top: 10px;
}

.exfd-cart-mini .ex-hidden:not(.ex-hdst3) {
  display: block !important;
}

.ex-fdlist .exfd-cart-mini .ex-hidden+.quantity {
  display: none;
}

.exfd-cart-mini .exwf-quantity .exwf-con-quantity .quantity input[type=button] {
  display: none;
}

.exfd-cart-mini .exwf-quantity .quantity.buttons_added a {
  display: none;
}

.exfd-cart-mini .exwf-quantity .quantity {
  width: auto;
  max-width: unset;
  min-width: unset;
  float: none;
  padding: 0;
  overflow: inherit;
}

.exfd-cart-content .woocommerce-mini-cart li img+.ex-hidden,
.exfd-cart-content .woocommerce-mini-cart li a+.ex-hidden {
  margin-top: 10px;
}

.exwoofood-woocommerce.woocommerce .cart .quantity input.minus,
.exwoofood-woocommerce.woocommerce .cart .quantity input.plus {
  display: none;
}

.exfd-cart-mini .exwf-quantity input[type=number] {
  padding: 5px;
  background: transparent;
}

/* Fix important css from theme-twentytwentyone */
body .ex-fdlist[id^=ex] a,
.exfd-cart-mini .exwf-quantity input[type=number],
.exfd-cart-content .woocommerce-mini-cart li a,
.exwoofood-woocommerce.woocommerce form.cart button[type="submit"] {
  outline: none;
  text-decoration: none !important;
}

.theme-twentytwentyone .exwoofood-woocommerce.woocommerce form.cart button[type="submit"] {
  padding: 12px 30px !important;
}

.theme-twentytwentyone .exfd-cart-content .woocommerce-mini-cart li img {
  width: 50px !important;
  height: 50px !important;
}

body .pac-container {
  z-index: 9999;
}

/* filter as carousel*/
.exwf-filter-slider .act-exslick {
  background-color: #f5f5f5;
  padding: 0 20px;
}

.exwf-filter-slider .exfd-filter-group .ex-menu-list>button {
  position: absolute;
  z-index: 9;
  opacity: .7;
  transition: all .2s;
  background: transparent;
  padding: 0;
  color: #101010;
}

.exwf-filter-slider .exfd-filter-group .exslick-nex {
  right: -20px;
  top: 0;
  bottom: 0;
}

.exwf-filter-slider .exfd-filter-group .exslick-pre {
  left: -20px;
  top: 0;
  bottom: 0;
}

.exwf-filter-slider .exfd-filter-group .ex-menu-list>button.ex_s_lick-disabled {
  opacity: .3;
}

.exwf-filter-slider .exfd-filter-group .ex-menu-list>button:not(.ex_s_lick-disabled):hover {
  opacity: 1
}

.exwf-filter-slider .exfd-filter .exfd-filter-group .ex-menu-list a {
  vertical-align: middle;
}

.ex-fdlist .exfd-filter.exwf-filter-slider .act-exslick .ex-menu-item-active ul {
  transform: none;
  position: relative;
}

.ex-fdlist .exfd-filter.exwf-filter-slider .act-exslick .ex-menu-item {
  vertical-align: middle;
}

.ex-fdlist .exfd-filter.exwf-filter-slider .exfd-filter-group .ex-menu-list a ul li ul.exfd-ul-child {
  position: relative;
  transform: none;
  left: 10px;
  top: 0;
}

.ex-fdlist .exfd-filter.exwf-filter-slider .exfd-filter-group .ex-menu-list a ul .exfd-caret {
  display: none;
}

.ex-fdlist .exfd-filter.exwf-filter-slider .exfd-filter-group .ex-menu-list a ul li ul.exfd-ul-child {
  position: relative;
  transform: none;
  left: 10px;
  top: 0;
}

.ex-fdlist .exfd-filter.exwf-filter-slider .exfd-filter-group .ex-menu-list a ul .exfd-caret {
  display: none;
}

.ex-fdlist .exfd-filter.exwf-filter-slider:not(.exwf-fticon-style) .exfd-filter-group .ex-menu-list a {
  margin-bottom: 10px;
}

.ex-fdlist .exfd-filter.exwf-filter-slider:not(.exwf-fticon-style) .act-exslick {
  padding: 3px 20px;
}

.ex-fdlist .exfd-filter.exwf-filter-slider.exfd-filter-group .ex-menu-list a:hover>ul {
  display: none;
}

/*--Menu group--*/
.exwf-mngroup {}

.exwf-mngroup .exwf-mnheading {
  display: block;
  margin: 0 0 25px 0;
}

.exwf-mngroup .mn-namegroup {
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}

.exwf-mngroup .mn-namegroup span {
  margin: 0;
  padding: 0;
  font-size: inherit;
  position: relative;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
}

.exwf-mngroup .exwf-mnheading.mnheading-1 .mn-namegroup,
.exwf-mngroup .exwf-mnheading.mnheading-3 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
}

.exwf-mngroup .mn-namegroup span .exwf-caticon {
  margin: 0 8px 0 0;
}

.exwf-mngroup .exwf-mnheading.mnheading-2 .mn-namegroup {
  padding-bottom: 15px;
}

.exwf-mngroup .mnheading-1 .mn-namegroup span:after,
.exwf-mngroup .mnheading-2 .mn-namegroup span:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  border-bottom: 2px solid #ea1f2e;
}

.exwf-mngroup .exwf-mnheading.mnheading-2 .mn-desgroup,
.exwf-mngroup .exwf-mnheading.mnheading-2 .mn-namegroup,
.exwf-mngroup .exwf-mnheading.mnheading-3,
.exwf-mngroup .exwf-mnheading.mnheading-4 {
  text-align: center;
}

.exwf-mngroup .exwf-mnheading.mnheading-4 h2>span {
  border-top: double 4px #ea1f2e;
  border-bottom: double 4px #ea1f2e;
  padding: 5px 10px;
  line-height: 1;
}

.ex-fdlist.exwf-mngrfilter {
  position: fixed;
  top: 30px;
  z-index: 99;
  display: none;
  width: auto;
}

.exwf-mngroup .ex-fdlist.exwf-mngrfilter .exfd-filter .exfd-filter-group .ex-menu-list {
  margin: 0 auto;
}

.exwf-mngroup .mn-namegroup span .exwf-caticon img {
  max-width: 30px;
}

.exwoofood-woocommerce .woocommerce-variation-availability .stock {
  margin-top: 15px;
}

.ex-fdlist div.exwf-dcat {
  margin-top: -5px;
}

.ex-fdlist .exwf-fticon-style+.parent_grid div.exwf-dcat {
  margin-top: -10px;
}

.ex-fdlist div.exwf-dcat+.ctgrid .exwf-no-rs {
  margin-top: 10px;
}

.exwf-mngroup .exwf-mnheading:not(.mnheading-3) .mn-desgroup {
  margin-top: 20px;
  margin-bottom: -20px;
}

.exwf-mngroup .exwf-mnheading.mnheading-4 .mn-desgroup,
.mngroup-grid.mngroup-st-3 .exwf-mnheading.mnheading-2 .mn-desgroup,
.mngroup-table.exwf-mngroup .exwf-mnheading:not(.mnheading-3) .mn-desgroup {
  margin-bottom: -15px;
}

.exwf-mngroup .mn-desgroup {
  font-size: inherit;
  font-family: inherit;
}

.exwf-heading-5 .exwf-mngr-item {
  border: 1px solid #eee;
  padding: 10px 15px;
  border-radius: 3px;
  background: #f3f3f3;
  position: relative;
  margin-bottom: 15px;
}

.exwf-mngroup.exwf-heading-5 .exwf-mnheading .mn-desgroup,
.exwf-mngroup.exwf-heading-5 .mn-namegroup,
.exwf-mngroup.exwf-heading-5.mngroup-table .exwf-mnheading .mn-desgroup,
.exwf-mngroup.exwf-heading-5 .exwf-mnheading {
  margin: 0
}

.exwf-mngroup.exwf-heading-5 .exwf-mnheading {
  cursor: pointer;
}

.exwf-mngroup.exwf-heading-5 .exfd-pagination,
.exwf-heading-5 .ex-loadmore {
  padding: 0;
  margin: 0;
  border: 0
}

.exwf-heading-5 .exwf-mnlayout {
  margin: 15px 0 0;
  display: none;
}

.exwf-heading-5 .exwf-mngr-item.exwf-active .exwf-mnlayout {
  display: block;
}

.exwf-heading-5 .exwf-mngr-item .mn-namegroup>span {
  width: 100%
}

.exwf-heading-5 .exwf-mngr-item .mn-namegroup>span:after {
  content: "+";
  position: absolute;
  right: 0;
}

.exwf-heading-5 .exwf-mngr-item.exwf-active .mn-namegroup>span:after {
  content: "-";
}

.exwf-mngroup.exwf-heading-5 .ex-fdlist.style-1 .parent_grid,
.exwf-mngroup.exwf-heading-5 .ex-fdlist .exstyle-1 figcaption h5 p>span {
  background: #f3f3f3;
}

.exwf-mngroup.exwf-heading-5 .exwf-mnheading .mn-desgroup,
.exwf-mngroup.exwf-heading-5.mngroup-table .exwf-mnheading .mn-desgroup {
  margin-top: 5px;
}

.exwf-mngroup.exwf-heading-5 .ex-fdgrid .exfd-pagination {
  display: block;
}

.exwf-mngroup.exwf-heading-5 .ex-fdgrid .exfd-pagination .page-navi {
  margin: 15px 0 0 0;
}

.ex-fdlist .exfd-cart-content .exfd-out-notice .woocommerce-error {
  margin: 20px 0 0 0
}

.exwf-menu-bydate .exwf-mnsl a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ccc;
  margin: 0 5px 5px 0;
  transition: all .3s;
}

.exwf-menu-bydate .exwf-mnsl {
  margin: 20px 0 -5px 0;
}

.exwf-menu-bydate .exwf-mnsl a:hover,
.exwf-menu-bydate .exwf-mnsl a:focus {
  background: #ddd;
}

.exwf-tip-form.ex-loading {
  opacity: .7;
}

.exwf-tip-form {
  margin-bottom: 20px;
}

.exwf-tip-form input {
  margin-bottom: 5px;
}

.exwf-tip-form input[name=exwf-remove-tip]:focus,
.exwf-tip-form input[name=exwf-add-tip]:focus,
.exwf-tip-form input[name=exwf-remove-tip],
.exwf-tip-form input[name=exwf-tip-fixed],
.exwf-tip-form input[name=exwf-add-tip] {
  background: #ea1f2e;
  color: #fff;
  padding: 10px 30px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
  transition: all .2s;
}

.exwf-tip-form input[name=exwf-remove-tip]:hover,
.exwf-tip-form input[name=exwf-add-tip]:hover {
  background: #101010;
}

.exwf-tip-form input[name=exwf-remove-tip] {
  opacity: .7
}

.exwf-tip-form .exwf-tip-error {
  display: none;
  color: red;
}

.exwf-tip-form input[name=exwf-tip] {
  padding: 10px;
  border: 1px solid #ccc;
}

.exwf-tip-form input[name=exwf-tip-fixed] {
  padding: 10px 12px;
  margin-right: 5px;
  border: 1px solid #ccc;
  background: transparent;
  color: inherit;
  box-shadow: none;
  transition: all .2s;
}

.exwf-tip-form input[name=exwf-tip-fixed].exwf-actip,
.exwf-tip-form input[name=exwf-tip-fixed]:hover,
.exwf-tip-form input[name=exwf-tip-fixed]:focus {
  background: #cccccc;
  color: inherit;
}


.exwf-cart-cross-sells {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.exwf-cart-cross-sells>div {
  display: block;
}

.exwf-cart-cross-sells>h3 {
  float: none;
  text-align: left;
  padding-left: 0;
  font-size: 16px;
  text-transform: inherit;
}

.exwf-cart-cross-sells .ex-fdlist.style-3 .item-grid {
  margin-right: 0;
}

.exfd-cart-content .exwf-cart-cross-sells .ex_s_lick-dots li {
  padding: 0;
  min-height: unset;
}

.exwf-cart-cross-sells .ex-fdlist.ex-fdcarousel .parent_grid {
  padding: 0;
}

.exwf-cart-cross-sells .ex-fdlist .exstyle-3 .exstyle-3-image>a {
  min-height: 150px;
}

.exwf-cart-cross-sells .ex-fdcarousel .ex_s_lick-prev:before,
.exwf-cart-cross-sells .ex-fdcarousel .ex_s_lick-next:before {
  border-width: 0 1px 1px 0;
  font-size: 2px;
}

.exwf-cart-cross-sells .ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-next,
.exwf-cart-cross-sells .ex-fdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-prev {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #fff
}

.ex-fdlist.exwf-column-1 .item-grid {
  width: 100%
}

.ex-fdlist.ex-fdcarousel .parent_grid .ctgrid {
  display: inline-block;
  width: 100%;
}

.exwf-cart-cross-sells .ex-fdcarousel.ld-screen {
  max-height: 230px;
}

.exwf-order-whastsapp {
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;
}

.exwf-order-whastsapp p.woocommerce-mini-cart__buttons .button {
  background: #01e676;
  width: 100%;
  padding-top: 9px;
  text-transform: capitalize;
  float: none;
  margin: 0;
  box-sizing: border-box;
}

.exwf-order-whastsapp p.woocommerce-mini-cart__buttons .button i {
  margin: 0 5px 0 0;
  font-size: 18px;
  vertical-align: middle;
}

.exwf-order-whastsapp p.woocommerce-mini-cart__buttons .button:hover {
  background-color: #000
}

.ex-loading .exwf-mngr-endel {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto 30px auto;
}

.exwf-order-button .ex-loadmore {
  display: none;
}

.exwf-order-button .exwf-orbt .exbt-inline form.cart button {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
}

.exwf-order-button.ex-fdlist .ctgrid {
  display: block;
  text-align: center;
}

.exwf-order-button .exwf-orbt .exbt-inline>a {
  display: inline-block;
}

.exwf-cart-cross-sells .exwf-menuof-date {
  display: none;
}

.exwoofood-woocommerce.woocommerce .quantity:not(.hidden)>a {
  display: none;
}

/*--Next previous--*/
.exwf-np-enable .exwf-nepr {
  position: absolute;
  bottom: 1px;
  right: 1px;
}

.exwf-np-enable .exwf-nepr span.exwf-disclick {
  opacity: .2;
  pointer-events: none;
}

.exwf-np-enable .exwf-nepr>span {
  padding: 7px 15px;
  display: inline-block;
  transition: all .2s;
  cursor: pointer;
}

.exwf-np-enable .exwf-nepr span i.icon {
  line-height: inherit;
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}

.exwf-np-enable .exwf-nepr .exwf-next i.icon {
  margin: 0 0 0 10px;
}

.exwf-np-enable .exwf-nepr span.exwf-previous {
  border-right: 1px solid #ddd;
}

.exwf-np-enable .exwf-nepr>span:hover {
  background: #ddd;
}

.exwf-np-enable .exwf-nepr {
  border: 1px solid #ddd;
}

.exwf-nepr.exwf-nepr-center {
  position: static;
}

.exwf-np-enable .exwf-nepr.exwf-nepr-center span.exwf-previous {
  left: -75px;
  border: 0;
  color: #fff;
  font-size: 0;
}

.exwf-np-enable .exwf-nepr.exwf-nepr-center span i {
  font-size: 40px;
}

.exwf-np-enable .exwf-nepr.exwf-nepr-center>span {
  position: absolute;
  top: 50%;
  border: 0;
  color: #fff;
  font-size: 0;
  transform: translate(0, -50%);
  opacity: .7
}

.exwf-np-enable .exwf-nepr.exwf-nepr-center>span.exwf-next {
  right: -75px;
}

.exwf-np-enable .exwf-nepr.exwf-nepr-center>span:hover {
  opacity: 1;
  background: transparent
}

.exwf-np-enable .exwf-nepr.exwf-nepr-center>span.exwf-disclick {
  opacity: .3
}

.exwf-cart .exfd-cart-content {
  position: relative;
  z-index: 9;
  transform: none;
  height: auto;
  width: 100%;
  box-shadow: -3px 0px 50px -2px rgb(0 0 0 / 15%)
}

.exwf-cart .exfd-cart-content * {
  box-sizing: border-box;
}

.exwf-cart .exfd-cart-content .exfd-close-cart {
  display: none;
}

/*--Mobile nav--*/
.exwf-mbnav {
  display: none;
}

.exwf-mbnav {
  position: fixed;
  bottom: 0;
  z-index: 999;
  background: #fff;
}

.exwf-mbnav-content {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
}

.exwf-mbnav-content>.exwf-mbnav-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 10px 7px 10px;
  position: relative;
  line-height: 1.3;
}

.exwf-mbnav-content>.exwf-mbnav-item.exwf-dl-info {
  max-width: 40%;
  border: 0;
  text-align: left;
}

.exwf-mbnav-content>.exwf-mbnav-item.exwf-dl-info .exwf-user-dl-info {
  border: 0;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0
}

.exwf-mbnav-content>.exwf-mbnav-item.exwf-dl-info .exwf-user-dl-info .adrl-title {
  display: block;
}

.exwf-mbnav-content>.exwf-mbnav-item .exwf-mbnav-icon {
  display: block;
  font-size: 17px;
  line-height: 1;
  position: relative;
}

.exwf-mbnav-content .exfd-cart-num {
  left: 50%;
  margin-left: 3px;
}

.exwf-mbnav-content>.exwf-mbnav-item .adrl-link a {
  position: absolute;
  right: 0;
  font-size: 0;
  text-decoration: none;
}

.exwf-mbnav-content>.exwf-mbnav-item .adrl-link a:before {
  font-size: 14px;
  content: "\f417";
  font-family: "Ionicons";
  color: #2196f3;
}

@media screen and (max-width: 767px) {
  body>.ex-fdlist>.exwf-mbnav {
    display: block;
  }

  .ex-fdlist .exfd-shopping-cart {
    opacity: 0;
    z-index: -1
  }
}

.mn-date-picker .exwf-mnsldate {
  display: none !important;
}

.mn-date-picker #qrorder_date_deli {
  width: 100%
}

.ex-popup-location.mn-date-picker .exwoofood-select-loc>div:after {
  content: "\f3f3";
  font-family: "Ionicons";
  font-size: 15px;
}

/*--Show inline qty--*/
.exbt-inline.exwf-show-inlgty .exwoofood-woocommerce.woocommerce .quantity {
  display: block;
}

.exbt-inline.exwf-show-inlgty .exwoofood-woocommerce.woocommerce .quantity>*:not(input[type=number]):not(.inqty-icon) {
  display: none;
}

.exbt-inline.exwf-show-inlgty .exwoofood-woocommerce.woocommerce .quantity input[type=number] {
  border: 1px solid #ea1f2e;
  display: inline-block;
  max-height: 37px;
  padding: 10px;
  width: 50px;
  max-width: 50px;
  text-align: left;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}

.ex-fdlist .exbt-inline.exwf-show-inlgty {
  width: 100%;
  text-align: center;
}

.exbt-inline.exwf-show-inlgty .exwoofood-woocommerce.woocommerce .quantity {
  float: left;
  position: relative;
  max-width: 50px;
}

.ex-fdlist .exwf-show-inlgty .exwoofood-woocommerce.woocommerce {
  display: inline-block;
}

.exbt-inline.exwf-show-inlgty .exwoofood-woocommerce.woocommerce .quantity .inqty-icon {
  font-family: "Ionicons";
  position: absolute;
  right: 7px;
  font-size: 11px;
  padding: 2.5px 3px;
  line-height: 1;
  color: #101010;
  cursor: pointer;
}

.exbt-inline.exwf-show-inlgty .exwoofood-woocommerce.woocommerce .quantity .ion-chevron-down {
  content: "\f123";
  top: 18px;
  border-top: 1px solid #ddd
}

.exbt-inline.exwf-show-inlgty .exwoofood-woocommerce.woocommerce .quantity .ion-chevron-up {
  content: "\f126";
  top: 1px;
}

/*-- Fixed filter on Scroll --*/
.exfd-filter.exsticky {
  position: fixed;
  top: 10px;
  z-index: 99;
}

.exsfixed-list .exfd-filter.exsticky {
  top: 0;
}

.ex-fdlist.exsfixed-list .exfd-filter:not(.exwf-fticon-style) {
  padding: 0
}

.exfd-filter.exsticky+.ctlist,
.exfd-filter.exsticky+.parent_grid {
  padding-top: 100px
}

.exfd-filter.exwf-fticon-style {
  background: #fff;
}

/*Improvide side cart*/

.exfd-cart-content .exfd-out-notice {
  display: inline-block;
  width: 100%
}

.ex-fdlist .exwf-catv2.exfd-cart-content {
  width: 350px;
  background: #f1f1f1;
}

.ex-fdlist .exwf-catv2.exfd-cart-content .exwf-ftsc {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  margin-left: -20px;
  padding: 5px 20px 25px 20px;
  background: #fff;
}

.exfd-cart-content .woocommerce-mini-cart li a>span {
  margin-top: -3px;
  display: block;
}

.exwf-catv2.exfd-cart-content .woocommerce-mini-cart {
  max-height: 100%;
  overflow: auto;
}

.exwf-catv2.exfd-cart-content .exfd-cart-mini .exwf-quantity .exwf-con-quantity>input {
  background: transparent;
  color: inherit;
}

.exwf-catv2.exfd-cart-content .woocommerce-mini-cart>li {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 10px 30px 10px 82px;
  margin-right: 0;
}

.exwf-catv2.exfd-cart-content .woocommerce-mini-cart>li:last-child {
  margin-bottom: 0
}

body .ex-fdlist .exfd-cart-content.exwf-catv2 .woocommerce-mini-cart li img,
.exfd-cart-content.exwf-catv2 .woocommerce-mini-cart li img {
  width: 60px;
  height: 60px;
  left: 12px;
  top: 12px;
}

.exwf-catv2.exfd-cart-content .woocommerce-mini-cart a.remove.remove_from_cart_button:before {
  content: "\f37f";
  font-size: 20px;
  font-family: "Ionicons";
}

.exwf-catv2.exfd-cart-content .woocommerce-mini-cart a.remove.remove_from_cart_button {
  font-size: 0;
  background: transparent;
  border: 0;
  color: #a1a1a1;
  right: 10px
}

.exwf-catv2.exfd-cart-content .exfd-cart-mini .exwf-quantity .exwf-con-quantity>input {
  line-height: 1;
  width: 25px;
  height: 25px;
}

.exwf-catv2.exfd-cart-content .exfd-cart-mini .exwf-quantity input[type=number] {
  line-height: 1;
  height: 25px;
}

.exwf-catv2.exfd-cart-content .exfd-cart-mini .exwf-quantity .exwf-con-quantity {
  border: 1px solid #a1a1a1;
  border-radius: 3px;
}

.ex-fdlist .exwf-catv2.exfd-cart-content .exfd-cart-mini ul {
  padding-right: 5px;
}

.ex-fdlist .exwf-catv2.exfd-cart-content {
  padding-right: 15px;
}

.ex-fdlist .exwf-catv2.exfd-cart-content .exfd-close-cart {
  width: calc(100% - 5px);
}

.ex-fdlist .exwf-catv2.exfd-cart-content .exfd-cart-mini ::-webkit-scrollbar {
  width: 5px;
}

.ex-fdlist .exwf-catv2.exfd-cart-content .exfd-cart-mini ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e4e4e4;
  border-radius: 10px;
}

.ex-fdlist .exwf-catv2.exfd-cart-content .exfd-cart-mini ::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 10px;
}

.ex-fdlist .exwf-catv2.exfd-cart-content .woocommerce-mini-cart__total,
.ex-fdlist .exwf-catv2.exfd-cart-content .exwf-cart-cross-sells>h3 {
  border: 0;
  text-align: center;
}

.ex-fdlist .exwf-catv2.exfd-cart-content .exfd-cart-mini {
  margin-bottom: 10px;
}

.exwf-catv2.exfd-cart-content .woocommerce-mini-cart__buttons a {
  width: 100%;
  margin: 0 0 10px 0
}

.exwf-catv2.exfd-cart-content .woocommerce-mini-cart__buttons a:last-child {
  margin-bottom: 0;
}

.exwf-catv2.exfd-cart-content .exwf-user-dl-info {
  margin: 10px 0 0 0;
}

/*new style filter*/
.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .exfd-filter-group .ex-menu-list a {
  position: static !important;
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .exfd-filter-group .ex-menu-list a:hover>ul {
  top: auto;
  left: auto;
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .exfd-filter-group .ex-menu-list {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .exfd-filter-group .ex-menu-list .ex-menu-item-active:after,
.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .exfd-filter-group .ex-menu-select {
  display: none;
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .ex-menu-list::-webkit-scrollbar {
  height: 6px;
  width: 7px;
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .ex-menu-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .ex-menu-list::-webkit-scrollbar-thumb {
  background: #666464;
  border-radius: 5px
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .ex-menu-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .ex-menu-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .ex-menu-list {
  overflow-y: visible;
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter:not(.exwf-fticon-style) .ex-menu-list {
  padding-bottom: 13px;
  margin-bottom: 1px
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter:not(.exwf-fticon-style) .ex-menu-list a {
  margin-right: 3px;
  border-radius: 3px;
}

.ex-fdlist.exsfixed-list:not(.category_left) .exfd-filter .exfd-filter-group .ex-menu-list a>ul {
  left: auto;
  top: auto;
}

.ex-fdlist.exsfixed-list.exwf-clft .exfd-filter:not(.exsticky) {
  display: none;
}

.ex-fdlist div.exwf-dcat {
  margin-bottom: 10px;
}

.exfd-shopping-cart .exwf-iconsc {
  font-size: 24px;
  color: #fff
}

.exbt-inline.exwf-show-inlgty .exwoofood-woocommerce.woocommerce .exwf-sold_indiv-yes .quantity {
  display: none;
}

.exwoofood-woocommerce.woocommerce .exwf-sold_indiv-yes .variations+.single_variation_wrap button[type="submit"] {
  margin-top: 20px;
}

/*Ck block sc*/
.exwf-ckblock-sc label {
  display: block;
  margin-bottom: 10px;
}

.exwf-ckblock-sc .exwf-ckblock-fields div.exwf-deli-field {
  width: 100%;
  display: flex;
}

.exwf-ckblock-sc .exwf-ckblock-fields div.exwf-loc-field {
  width: 100%;
  display: block;
}

.exwf-ckblock-sc .exwf-ckblock-fields div.exwf-deli-field>p {
  width: 50%;
}

.exwf-ckblock-sc .exwf-ckblock-fields {}

.exwf-ckblock-sc .exwf-ckblock-fields input,
.exwf-ckblock-sc .exwf-ckblock-fields select {
  width: 100%;
}

.exwf-ckblock-sc p#qrorder_date_deli_field {
  margin-right: 5px;
}

/*-Coupon in side cart-*/
.exwf-apcp form#mini-cart-coupon-form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 0 5px;
}

.exwf-apcp {
  /* margin-bottom: 10px; */
}

.exwf-apcp input#mini-cart-coupon {
  border: 0;
  padding: 5px 0;
  flex-grow: 1;
  background: transparent;
}

.exwf-apcp #mini-cart-coupon-form button {
  background: transparent;
  color: inherit;
  text-align: right;
  padding: 5px 0;
  font-weight: 400;
  text-transform: uppercase;
}

.exwf-apcp .exwf-cart-coupon-list .exwf-cart-discount {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.exwf-apcp .exwf-cart-coupon-list {
  margin: 7px 0;
}

/* Style 6 - Deliveroo Style */
.exstyle-6 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  /* Deliveroo card shadow */
  overflow: hidden;
  margin-bottom: 30px;
  transition: box-shadow 0.2s ease;
  border: 1px solid #e8ebeb;
}

.exstyle-6:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.exstyle-6-image {
  position: relative;
  width: 100%;
  padding-top: 60%;
  /* Aspect ratio */
  overflow: hidden;
  background: #f5f5f5;
}

.exstyle-6-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.exstyle-6:hover .exstyle-6-image img {
  transform: scale(1.03);
}

.exstyle-6 figcaption {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 140px;
  /* Adjust based on content */
}

.exstyle-6-content h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #2e3333;
  /* Deliveroo Black/Grey */
}

.exstyle-6-content h3 a {
  color: inherit;
  text-decoration: none;
}

.exstyle-6 .exwf-shdes {
  font-size: 14px;
  color: #585c5c;
  /* Deliveroo Text Grey */
  line-height: 1.4;
  max-height: 40px;
  /* Limit height */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}

.exstyle-6-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
}

.exstyle-6-price {
  font-size: 16px;
  font-weight: 500;
  color: #585c5c;
}

.exstyle-6-actions .ex-add-to-cart-btn,
.exstyle-6-actions .button.add_to_cart_button {
  background-color: #fff !important;
  color: #00CCBC !important;
  /* Deliveroo Teal */
  border: 1px solid #e8ebeb !important;
  border-radius: 4px !important;
  padding: 6px 16px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: all 0.2s !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.exstyle-6-actions .ex-add-to-cart-btn:hover,
.exstyle-6-actions .button.add_to_cart_button:hover {
  background-color: #f5f5f5 !important;
  border-color: #dcdcdc !important;
}

/* Category Pills Navigation */
.qro-nav-pills-wrapper {
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 999;
  width: 100%;
  transition: top 0.3s;
}

.qro-nav-pills-wrapper.qro-sticky {
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.qro-nav-pills-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  padding: 10px 15px;
}

.qro-nav-pills-container::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.qro-nav-pills {
  display: flex;
  gap: 10px;
}

.qro-nav-pills a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.qro-nav-pills a:hover {
  background: #e0e0e0;
}

.qro-nav-pills a.active {
  background: #00CCBC;
  /* Deliveroo Teal */
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 204, 188, 0.3);
}