.exfd_clearfix{content: "";
    clear: both;
    display: table;}
.ex-fdlist *:focus {
    outline: none;
}
.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;
  width: 500px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  overflow: hidden;
  align-items: center;
}
@-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-top: 14px;
  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;
}
.ex-fdlist .exfd-filter{padding: 10px 0px;}
.ex-fdlist .exfd-filter .exfd-filter-group{}
/*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;
}
.ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-select select{
  margin: 0; padding: 0;
  padding: 5px 20px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: inherit;
  color: inherit;
}
.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,
.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;
  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; float: left; width: 100%; padding: 0;}
.exfd-cart-content .woocommerce-mini-cart li a 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; }
.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;
}
.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;
    float: left;
    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; float: right;}
.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{color:#101010;font-family: 'Source Sans Pro', sans-serif; display: inline-block; width: 100%; font-size:13px;}
.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;}
.exp-arrow{}
.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;
}
.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 30px;
  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;}
.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: 10px 5px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.046875em;
  font-weight: bold;
}
.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-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: 25px;
  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: 25px;
  left: 25px;
  background: #ea1f2e;
  padding: 3px 10px;
  line-height: 1;
 }
 .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: 25px; right: 25px; }
.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;
}
.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}
.ex-fdlist.style-4 .ctgrid{}

@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 {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;
}
.exwoofood-woocommerce.woocommerce div.quantity input[type=number] {-moz-appearance: textfield;border: 0; height: 100%; background: transparent; max-width: 38px;}
.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,
.exwoofood-woocommerce.woocommerce form.cart button[type="submit"]:hover{ background: #000; }
.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 td 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);}
}
/*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-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-3.style-3 .item-grid:nth-child(2n){margin-right: 0}

  .ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-select{
    display: block;
  }
  .ex-fdlist .exfd-filter .exfd-filter-group .ex-menu-list{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .ex-fdlist .ctgrid .item-grid{width: 50%;}
  .ex-fdlist .ctgrid .item-grid:nth-child(3n+1){clear: none;}
  .ex-fdlist:not(.ex-fdcarousel) .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.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 3px 3px 0;
  font-size: 9px;
}
.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;
}
small.woocommerce-price-suffix {text-transform: capitalize;font-size: 13px;}
/*Out notice open time*/
p.exfd-out-notice{
    color: #fff;
    background: #ea1f2e;
    padding: 5px 10px;
    margin-bottom: 0;
}
.ex_modal .modal-content .fd_modal_des p.exfd-out-notice{padding: 5px 10px;}
.ex_modal .modal-content .fd_modal_des .single-product p.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; }
/* 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){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#exwfood_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 { 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;}