@charset 'UTF-8';
@charset "UTF-8";
.woocommerce form.cart .exrow-group .exfood-label {
display: block;
font-weight: bold;
text-transform: uppercase;
margin: 0;
}
.woocommerce form.cart .exrow-group{display: inline-block; width: 100%; box-sizing: border-box;margin: 0 0 10px 0;}
.woocommerce form.cart .exrow-group *{box-sizing: border-box;}
.woocommerce form.cart .exrow-group .exwo-container > span {
margin-right: 20px;
display: inline-block;
white-space: normal;
}
.woocommerce form.cart .exrow-group input {
margin-right: 5px;
vertical-align: middle;
}
.woocommerce form.cart .ex-red-message,
.woocommerce form.cart .ex-required-min-message,
.woocommerce form.cart .ex-required-max-message,
.woocommerce form.cart .ex-required-message{ color: red; padding: 0; margin:3px 0; display: none; }
.ex-required span.exfood-label .exwo-otitle:after {content: " * ";color: red;}
.woocommerce form.cart .exrow-group span.exfood-label span{ margin:0; padding: 0; }
form.cart:not(.variations_form) .exwo-product-options { margin-top: -3px; }
.woocommerce form.cart .exrow-group input.ex-options[type="number"],
.woocommerce form.cart .exrow-group input.ex-options[type="text"],
.exwo-product-options  textarea.ex-options,
.exwo-product-options  input.ex-options[type="text"] {
width: 100%;
border: 1px solid #ddd;
background: #fafafa;
}
.exwo-accordion-style .exrow-group .exfood-label{ cursor: pointer; }
.woocommerce form.cart .exrow-group .exwo-container{ margin-top: 5px; }
.woocommerce form.cart .exwo-accordion-style .exwo-container{ display: none; }
.exwo-product-options.exwo-accordion-style .exrow-group{border:1px solid #eee; padding: 10px 15px; border-radius: 3px; background: #f3f3f3; position: relative;}
.exwo-accordion-style span.exfood-label:after{content: "+";position: absolute;right: 10px;}
.exwo-accordion-style span.exfood-label.exwo-active:after {content: "-";}
@media (max-width: 768px){
.woocommerce form.cart .exrow-group .exwo-container > span{ width: 100%; white-space: normal; }
}
.exwoofood-woocommerce.woocommerce form.cart input[type=number]::-webkit-inner-spin-button, 
.exwoofood-woocommerce.woocommerce form.cart input[type=number]::-webkit-outer-spin-button {  opacity: 1;}
.woocommerce form.cart .exrow-group.ex-logic-on,
.exrow-group.ex-logic-on { display: none; }
.exfd-cart-content .woocommerce-mini-cart li a.exwf-edit-options,
.exwf-edit-options {display: block; font-size: 10px; font-weight: bold;color: initial;text-decoration: underline !important;}
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option { -webkit-flex-flow: row wrap; flex-flow: row wrap; display: flex; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option > span {
width: 33.3333%;
margin:0;
padding: 0 5px 5px 0;
box-sizing: border-box;
position: relative;
-webkit-flex-flow: row wrap; flex-flow: row wrap; display: flex;
}
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option label { display: table; background: #eee; border: 2px solid #eee; cursor: pointer; vertical-align: middle; width: 100%; padding: 3px; transition: all .2s; box-sizing: border-box; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option input:checked + label {border-color: #ea1f2e;}
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option input{ position: absolute;top: 0;left: 0;right: 0; opacity: 0; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option label .exwo-op-img{ display: table-cell; width: 50px; min-width: 50px; height: auto; vertical-align: inherit; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option label .exwo-op-img img{ display: block; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option label .exwo-op-name {padding: 5px;display: table-cell; width: calc( 100% - 50px); vertical-align: inherit;}
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option input:disabled + label { opacity: .5; }
.woocommerce form.cart .exwo-accordion-style .exrow-group .exwo-container.exwo-img-option label{ background: #fff; border: 2px solid #fff; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option > p { width: 100%; }
@media (max-width: 768px){
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option > span{ width:50%; }
}
.exrow-group.ex-quantity .exwo-container input[type=number]{ min-width: 100px; }
.exrow-group.ex-quantity .exwo-container input[type=number]::-webkit-inner-spin-button,
.exrow-group.ex-quantity .exwo-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none; margin: 0; opacity: 0}
.exwo-product-options  .exrow-group.ex-quantity .exwo-container{ position: relative; }
.exwo-product-options  .exrow-group.ex-quantity .inqty-icon{
font-family: "Ionicons";
position: absolute;
right: 10px;
font-size: 11px;
padding: 2.5px 3px;
line-height: 1;
color: #101010;
cursor: pointer;
top: 3px;
}
.exwo-product-options  .exrow-group.ex-quantity .inqty-icon.ion-chevron-down {
content: "\f123";
top: 20px;
border-top: 1px solid #ddd;
} .woocommerce form.cart .exrow-group .exwo-container.exwo-qty-option > span { width: 100%; position: relative; padding: 10px 85px 10px 0; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-qty-option input + label + .exqty-op { pointer-events: none; opacity: .3;position: absolute; right: 0; top: 50%; transform: translate(0,-50%); width: 85px; padding: 0 0 0 5px; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-qty-option input:checked + label + .exqty-op { pointer-events: auto; opacity: 1;}
.woocommerce form.cart .exrow-group .exwo-container.exwo-qty-option .exqty-op input { height: 37px; margin: 0; padding: 8px 10px; border: 1px solid #ddd; width: 100% }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option.exwo-qty-option .exqty-op input{position: relative; opacity: 1;}
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option.exwo-qty-option input + label + .exqty-op{}
.woocommerce form.cart .exrow-group .exwo-container.exwo-qty-option label { vertical-align: middle; }.exfd_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;} .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; }
.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);
} .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 { 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;} .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; }
.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;
} .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);}  .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; }
.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;
}  .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);
}  .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;
}  .exfd-ribbon {
position: absolute;
left: 0; 
top: 0; 
z-index: 1;
overflow: hidden;
width: 90px;
height: 90px; }
.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;  position: absolute;
top: 23px;
left: -28px;
font-size: 14px;
box-shadow: 2px 2px 2px rgba(0,0,0,.4);
}  .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} .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{ margin-bottom: 25%;
}
} .exp-arrow figure{ float:left;} .ex-fdlist * {
box-sizing: border-box;
}
.exp-arrow figure{ margin:0} .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;
} .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} .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} .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;}
} .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;} .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);} @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;
}
}  .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;} .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;
} .we-admin-review i{ color:#FF9800} .exwoofood-woocommerce.woocommerce form.cart button[type="submit"].ex-loading{ opacity: .3 } .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#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: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.exfd_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; } .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; } .exfd_nutrition,
.ex_modal .modal-content .fd_modal_des .exfd_nutrition{
width: 100%;
margin: 0 5px 0 0;
border-bottom: 1px solid #eee;
padding: 0px 0 7px 0;
}
.exfd_nutrition ul,
.ex_modal .modal-content .fd_modal_des .exfd_nutrition ul{
list-style: none;
margin: 0;
padding: 0
}
.exfd_nutrition li,
.ex_modal .modal-content .fd_modal_des .exfd_nutrition li{
width: 33.33%;
float: left;
font-size: inherit;
margin: 7px 0;
}
.exfd_nutrition li span,
.ex_modal .modal-content .fd_modal_des .exfd_nutrition li span{
color: #666666;
line-height: 1;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
display: block;
} .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 #exwfood_time_deli_field { margin-top: 10px; }
.exwf-order-method .exwf-del-field .gr-date-time label span { 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%; }
.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: #1e73be;}
.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-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;
}
.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; } 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;} .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; } .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; } .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;} .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 #exwfood_date_deli{ width: 100% }
.ex-popup-location.mn-date-picker .exwoofood-select-loc > div:after { content: "\f3f3"; font-family: "Ionicons"; font-size: 15px; } .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;} .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;} .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; } .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; }
 @font-face{font-family:"Ionicons";src:url(//mesamiscafe.com/wp-content/plugins/woo-exfood/css/ionicon/fonts/ionicons.eot?v=2.0.0);src:url(//mesamiscafe.com/wp-content/plugins/woo-exfood/css/ionicon/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(//mesamiscafe.com/wp-content/plugins/woo-exfood/css/ionicon/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(//mesamiscafe.com/wp-content/plugins/woo-exfood/css/ionicon/fonts/ionicons.woff?v=2.0.0) format("woff"),url(//mesamiscafe.com/wp-content/plugins/woo-exfood/css/ionicon/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}.ctlist .item-grid{ position: relative; }
.ctlist .item-grid.ex-loading,
.ctlist .exfd-choice.ex-loading{ pointer-events: none; opacity: .7; }
.ctlist .exf-img {
display: block;
float: left;
margin-right: 20px;
max-width: 70px;
border: 1px solid #eee;
padding: 2px;
position: relative;
}
.ctlist .exf-img img {
display: inline-block;
vertical-align: top;
max-width: 100%;
height: auto;
} .list-style-1 .fditem-list.item-grid,
.list-style-2 .fditem-list.item-grid{
margin-bottom: 20px;
position: relative;
}
.list-style-3 .fditem-list.item-grid:first-child{margin-top: 0}
.fdstyle-list-1{width: 100%;position: relative;}
.fdstyle-list-1 .fdlist_1_detail{}
.fdstyle-list-1 .fdlist_1_title{display: flex; border-bottom: 1px dashed #bbb}
.fdstyle-list-1 .fdlist_1_title .fdlist_1_name{font-size: 22px; font-weight: 400; order: 1; line-height: 1.1; margin-bottom: 10px;}
.fdstyle-list-1 .fdlist_1_title::after {
content: "";
flex-grow: 1;
order: 2;
}
.fdstyle-list-1 .fdlist_1_title .fdlist_1_price{
order: 3;
font-size: 22px;
color: inherit;
margin: 0;
line-height: 1;
font-weight: 600;
}
.fdstyle-list-1 .fdlist_1_title .fdlist_1_price del,
.fdstyle-list-2 .fdlist_2_title .fdlist_2_price del{
margin: 0;
padding: 0;
color: #2b2b2b;
}
.fdstyle-list-1 .fdlist_1_title .fdlist_1_price ins,
.fdstyle-list-2 .fdlist_2_title .fdlist_2_price ins{
background: none;
margin: 0;
padding: 0;
color: inherit;
}
.fdstyle-list-1 .fdlist_1_des{width: 100%; position: relative;}
.fdstyle-list-1 .fdlist_1_des p{margin: 0; padding: 3px 0 5px 0; font-size: 15px; padding-right: 40px}
.fdstyle-list-1 .fdlist_1_des button{
position: absolute;
top: 10px;
right: 0;
background: #fff;
border: 2px solid #ea1f2e;
width: 25px;
height: 25px;
padding: 0;
}
.fdstyle-list-1 .fdlist_1_des button > i{padding: 5px;  color: #b11717}
.fdstyle-list-2 .exfd-icon-plus,
.fdstyle-list-3 .exfd-icon-plus {
width: 27px;
height: 27px;
background-color: transparent;
}
.fdstyle-list-2 .exfd-icon-plus:after,
.fdstyle-list-3 .exfd-icon-plus:after {
background-color: #ea1f2e;
width: 19px;
height: 3px;
top: 12px;
left: 4px;
}
.fdstyle-list-2 .exfd-icon-plus:before,
.fdstyle-list-3 .exfd-icon-plus:before {
background-color: #ea1f2e;
width: 3px;
height: 19px;
top: 4px;
left: 12px;
}
.fdstyle-list-1 .exfd-icon-plus{
width: 20px;
height: 20px;
background-color: #fff;
}
.fdstyle-list-1 .exfd-icon-plus:after{
background-color: #ea1f2e;
width: 15px;
height: 3px;
top: 8px;
left: 3px;
}
.fdstyle-list-1 .exfd-icon-plus:before{
background-color: #ea1f2e;
width: 3px;
height: 15px;
top: 2px;
left: 9px;
}
.exp-arrow figure.ex-no-description.fdstyle-list-1 {margin-bottom : 25px;} .fdstyle-list-2{
width: 100%;
position: relative;
}
.fdstyle-list-2 .fdlist_2_detail{}
.fdstyle-list-2 .fdlist_2_title{display: flex; border-bottom: 1px dashed #bbb}
.fdstyle-list-2 .fdlist_2_title .fdlist_2_name{font-size: 22px; font-weight: 400; order: 1; line-height: 1.1; margin-bottom: 10px}
.fdstyle-list-2 .fdlist_2_title::after {
content: "";
flex-grow: 1;
order: 2;
}
.fdstyle-list-2 .fdlist_2_title .fdlist_2_price{
order: 3;
font-size: 22px;
margin:0;
line-height: 1.1;
font-weight: 600;
margin-right: 40px;
}
.ex-fdlist.category_left.list-layout .ctlist{ padding: 20px 0 0 20px; }
.fdstyle-list-2 .exwoofood-addicon{ position: absolute; right: 0; top: -3px; }
.fdstyle-list-2 .fdlist_2_title .fdlist_2_price span:first-child{}
.fdstyle-list-2 .fdlist_2_title .fdlist_2_price button,
.fdstyle-list-3 .fdlist_3_order button{
background: #fff;
border: 2px solid #ea1f2e;
width: 31px;
height: 31px;
border-radius: 50%;
padding: 0;
min-height: unset;
}
.fdstyle-list-2 .fdlist_2_title .fdlist_2_price button{vertical-align: bottom;}
.fdstyle-list-2 .fdlist_2_title .fdlist_2_price button > i,
.fdstyle-list-3 .fdlist_3_order button i{padding: 5px;  color: #b11717}
.fdstyle-list-2 p{margin: 0; padding: 2px 0 5px 0; font-size: 15px}
.ex-fdlist.category_left{display: flex;
flex-wrap: wrap;
width: 100%;
}
.ex-fdlist.category_left .exfd-filter{
margin: 0;
padding: 0;
width: 30%;
border-top: 2px solid #9f9f9a;
}
.ex-fdlist.category_left .ctlist{
border-left: 2px solid #9f9f9a;
border-top: 2px solid #9f9f9a;
width: 70%;
padding-left: 20px;
padding-top: 5px;
}
.ex-fdlist.category_left .exfd-filter .ex-menu-list{
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 0;
margin: 0;
border: 0;
}
.ex-fdlist.category_left .exfd-filter .ex-menu-list a{
border: 0;
padding: 7px 15px;
margin: 0;
width: 100%;
position: relative;
text-align: right;
}
.ex-fdlist.category_left .exfd-filter .exfd-filter-group .ex-menu-list a:first-child {
border-left: 0;
}
.ex-fdlist.category_left .exfd-filter .ex-menu-list a:hover { color: #ea1f2e;}
.ex-fdlist.category_left .exfd-filter .ex-menu-list a:hover ul{ color: #101010;}
.ex-fdlist.category_left .exfd-filter .ex-menu-list .ex-active-left{
color: #ea1f2e;
}
.ex-fdlist.category_left .exfd-filter .ex-menu-list .ex-active-left:after {
content: "";
width: 2px;
background: #ea1f2e;
position: absolute;
top: 0;
bottom: 0;
right: -2px;
}
.ex-fdlist.category_left .exfd-filter .exfd-filter-group .ex-menu-list a ul{
top: 15px;
left: 100%;
}
.ex-fdlist.category_left .exfd-filter .exfd-filter-group .ex-menu-list a > .exfd-caret {
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .ex-fdlist.list-style-3 .fdstyle-list-3{ margin-bottom: 15px; }
.ex-fdlist.list-style-3 .item-grid:last-child .fdstyle-list-3{ margin-bottom: 0; }
.fdstyle-list-3{
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: center;
}
.fdstyle-list-3 .fdlist_3_title{
width: 25%;
padding: 0 15px 0 0;
}
.fdstyle-list-3 .fdlist_3_title h3{
text-align: left;
font-size: 22px;
font-weight: normal;
text-transform: capitalize;
}
.fdstyle-list-3 .fdlist_3_des{
padding: 0 5px;
width: calc(75% - 225px);
}
.fdstyle-list-3 .fdlist_3_order{
width: 60px;
text-align: right;
}
.fdstyle-list-3 .fdlist_3_des p{
padding: 0;
margin: 0;
font-size: inherit;
}
.fdstyle-list-3 .fdlist_3_des p:empty{display: none;}
.fdlist_3_price { width: 75px; } .list-style-4 .fdstyle-list-1{ display: table; width: 100% ;table-layout:fixed;}
.list-style-4 .fdstyle-list-1 > *{ display: table-cell; vertical-align: middle; }
.list-style-4 .fdstyle-list-1 > a.exfd_modal_click{ width: 120px }
.list-style-4 .ctlist .exf-img{ border-radius: 50%; max-width: 100px }
.list-style-4 .ctlist .exf-img img{border-radius: 50%;}
.ex-fdlist.list-layout.list-style-4 .exwf-lbicon{ padding: 8px; }
.list-style-4 .ctlist .item-grid .exp-arrow { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed #bbb; } 
.list-style-4 .fdstyle-list-1 .fdlist_1_title { border: 0; }
.list-style-4 .exp-arrow figure.ex-no-description.fdstyle-list-1{ margin-bottom: 0; }
.list-style-4 .fdstyle-list-1 .fdlist_1_des button.exfd-choice { border-radius: 50%; width: 31px; height: 31px; top: 0; } 
.list-style-4 .fdstyle-list-1 .exfd-icon-plus{ left: 1px; }
.list-style-4 .fdstyle-list-1 .exfd-icon-plus:before { top: 3px; left: 11px; } 
.list-style-4 .fdstyle-list-1 .exfd-icon-plus:after { top: 9px; left: 5px; }
.list-style-4 .fdstyle-list-1 .fdlist_1_des p{ padding-top: 2px }
.list-style-4 .ex-loadmore{ border: 0; padding:0; }
.list-style-4 .exp-arrow figure.ex-no-description .exfd-choice {margin-top: -2px;}
.list-style-4 .fdstyle-list-1 .fdlist_1_title .fdlist_1_name{ margin-bottom: 5px; }
.list-style-4 .fdstyle-list-1 .fdlist_1_title .fdlist_1_price{ margin-top: 4px; } .list-style-5 .ctlist .item-grid .exp-arrow{border-bottom: 1px solid #eee;}
.list-style-5 .ctlist .exf-img img,
.list-style-5 .ctlist .exf-img{border: 0; border-radius: 0}
.ctlist .fditem-list.item-grid .exfd-choice.ex-loading {
pointer-events: none;
opacity: .4;
}
@media screen and (min-width: 1024px){
.ex-fdlist.list-layout[class*="column"]:not(.column-1) .item-grid{ padding-left: 7px; vertical-align: top; }
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(4n+1),
.ex-fdlist.list-layout.column-2 .item-grid:nth-child(2n+1){padding-right: 7px; padding-left: 0 }
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(4n){padding-left: 7px;padding-right: 0;}
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(4n+2),
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(4n+3){padding-right: 7px; padding-left: 7px; }
}
@media screen and (min-width: 769px){
.ex-fdlist.list-layout[class*="column"]:not(.column-1) .item-grid{ padding-left: 7px; vertical-align: top; }
.ex-fdlist.list-layout.column-3 .item-grid:nth-child(3n+1){padding-right: 7px; padding-left: 0 }
.ex-fdlist.list-layout.column-3 .item-grid:nth-child(3n){padding-left: 7px;padding-right: 0;}
.ex-fdlist.list-layout.column-3 .item-grid:nth-child(3n+2){padding-right: 7px; padding-left: 7px; }
}
@media screen and (max-width: 1023px){
.ex-fdlist.list-layout.column-4 .item-grid{ padding-left: 7px; vertical-align: top; width: 33.333% }
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(3n+1){padding-right: 7px; padding-left: 0 }
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(3n){padding-left: 7px;padding-right: 0;}
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(3n+2){padding-right: 7px; padding-left: 7px; }
}
@media screen and (max-width: 768px){
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(3n+1),
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(3n+2){ padding-left: 7px; vertical-align: top; width: 50%; padding-right: 0}
.ex-fdlist.list-layout[class*="column"]:not(.column-1) .item-grid{ padding-left: 7px; vertical-align: top; width: 50% }
.ex-fdlist.list-layout[class*="column"]:not(.column-1) .item-grid:nth-child(2n+1){padding-right: 7px; padding-left: 0 }
.ex-fdlist.category_left .exfd-filter{
margin: 0;
padding: 0;
width: 100%;
border-top: none;
}
.ex-fdlist.category_left .ctlist{
border-left: none;
border-top: none;
width: 100%;
padding-left: 0;
padding-top: 5px;
}
.ex-fdlist.category_left.list-layout .ctlist{ padding: 0 }
.ex-fdlist.category_left .exfd-filter .ex-menu-list{display: none;}
}
@media screen and (max-width: 560px){
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(3n+1), .ex-fdlist.list-layout.column-4 .item-grid:nth-child(3n+2),
.ex-fdlist.list-layout[class*="column"]:not(.column-1) .item-grid:nth-child(2n+1),
.ex-fdlist.list-layout.column-4 .item-grid:nth-child(3n+2),
.ex-fdlist.list-layout[class*="column"]:not(.column-1) .item-grid{ padding: 0; vertical-align: top; width: 100% }
.fdstyle-list-3 .fdlist_3_des{ display: none; }
.fdstyle-list-3 .fdlist_3_title{ width: calc( 100% - 225px) }
}.ex-fdlist .ctlist button,.ex-fdlist .ctlist input,.ex-fdlist .ctlist select,.ex-fdlist .ctlist textarea{
font-family: 'Source Sans Pro', sans-serif;
}
.ex-fdlist .ctlist table th.exp-sort > i{
float: right;
margin-top: 4px;
}
.ex-fdlist .ctlist tbody tr td > a{
display: block;
overflow: hidden;
position: relative;
}
.ex-fdlist .ctlist .exp-td-first{
padding: 5px;
} .exfd-table-1{
border: 0;
}
.exfd-table-1 tbody tr:nth-child(odd){
background-color: #f5f5f5;
}
.exfd-table-1 .exfd-hide-mb{display: none;}
.exfd-table-1 .exfd-show-tablet{display: none;}
.exfd-table-1 thead th:nth-child(1),
.exfd-table-1 tbody td:nth-child(1){width: 10%; padding: 10px}
.exfd-table-1 th.ex-fd-name,
.exfd-table-1 td.ex-fd-name{
width: 20%
}
.exfd-table-1 th.ex-fd-table-des,
.exfd-table-1 td.ex-fd-table-des{
width: auto;
}
.exfd-table-1.exfd-non-showdes th.ex-fd-name,
.exfd-table-1.exfd-non-showdes td.ex-fd-name{width: auto;}
.exfd-table-1 th.exfd-price,
.exfd-table-1 td.exfd-price{width: 10%;}
.exfd-table-1 th.ex-fd-category,
.exfd-table-1 td.ex-fd-category{width: 15%}
.exfd-table-1 th.ex-fd-table-order,
.exfd-table-1 td.ex-fd-table-order{width: 50px}
.exfd-table-1 th, .exfd-table-1 td{border:0;}
.exfd-table-1 td{color: #333; font-size: inherit;padding: 10px 5px;}
.exfd-table-1 img{
width: 100%;
transition: all .35s; display: block;
}
.exfd-table-1 th{
border: 0;
font-size: 15px;
color: #fff;
line-height: 1.4;
background-color: #ea1f2e;
padding: 12px 10px;
text-transform: uppercase;
font-weight:400;
}
.exfd-table-1 th:last-child{ border-right:0;}
.exfd-table-1 tbody tr.odd{background-color: #f8f6ff;}
.exfd-table-1 tbody tr:hover img{
transform: scale(1.15);
}
.exfd-table-1 h3,
.exfd-table-1 h5,
.exfd-table-1 p{font-size: inherit;}
.exfd-table-1 h5{text-transform: capitalize;}
.exfd-table-1 .ex-social-account li a,
.ex-table-2 .ex-social-account li a
{background: inherit; color: #333;}
.exfd-table-1 td del {
margin: 0;
padding: 0;
color: inherit;
}
.exfd-table-1 td ins {
background: none;
margin: 0;
padding: 0;
color: inherit;
}
.exfd-table-1 td.ex-fd-name h3 a{padding:0; margin: 0 ;color: inherit; text-transform: capitalize; font-weight: normal; font-size: 22px}
.exfd-table-1 td .exfd-price-detail{font-family: inherit; font-weight: bold;}
.exfd-table-1 td.ex-fd-table-order{
position: relative;
text-align: center;
}
.exfd-table-1 .ex-fd-category span {
display: inline-block;
border: 1px solid #ddd;
padding: 2px 5px;
line-height: 1;
margin: 0 3px 3px 0;
}
.exfd-table-1 td .minus_food,
.exfd-table-1 td .plus_food{
display: none;
}
.exfd-table-1 .exwoofood-woocommerce.woocommerce div.quantity input[type=number] {
-moz-appearance: textfield;
border: 0;
background: #ea1f2e;
max-width: 38px;
max-height: 38px;
color: #fff;
padding: 10px 6px;
}
.exfd-table-1 .ex-fd-table-order button{
background: #fff;
border: 2px solid #ea1f2e;
width: 25px;
height: 25px;
padding: 0;
}
.exfd-table-1 .ex-fd-table-order .exfd-icon-plus{
width: 21px;
height: 21px;
background-color: #fff;
}
.exfd-table-1 .ex-fd-table-order .exfd-icon-plus:after{
background-color: #ea1f2e;
width: 15px;
height: 3px;
top: 9px;
left: 3px;
}
.exfd-table-1 .ex-fd-table-order .exfd-icon-plus:before{
background-color: #ea1f2e;
width: 3px;
height: 15px;
top: 3px;
left: 9px;
}
.exfd-table-1 .ex-fd-name .ex-fd-table-order{margin-top: 6px;} .table-lv-sort .r-search {
padding: 10px 15px;
float: right; margin: 15px 0;
background: #fafafa;
border: 1px solid #eee;
}
.table-lv-sort th.exp-sort {
cursor: pointer;
text-align:left;
position: relative;
}
.table-lv-sort th.exp-sort:before,.table-lv-sort th.exp-sort:after{ 
border: 6px solid transparent;
content: "";
display: block;
height: 0;
right: 5px;
top: 50%;
position: absolute;
width: 0;
}
.table-lv-sort th.exp-sort:before{ 
border-bottom-color: #fff;
margin-top: -13px;
}
.table-lv-sort th.exp-sort:after{
border-top-color: #fff;
margin-top: 0px;
}
.table-lv-sort th.exp-sort.s-ascending:after{ border-top-color: transparent;}
.table-lv-sort th.exp-sort.s-descending:before{ border-bottom-color: transparent;}
.table-lv-sort .r-search > * {
display: inline-block;
width: auto;
font-family: inherit;
font-size: 13px;
}
.table-lv-sort .r-search label{ margin-right:15px;}
.table-lv-sort .r-search input{height: 37px; line-height: 1; border: 1px solid #ddd; background: #fff; height: 37px; padding: 6px 12px; border-radius: 0;} .exfd-table-2 { border-spacing: 0 10px; }
.exfd-table-2 tbody tr:nth-child(odd){ background-color: #fff }
.exfd-table-2 tbody tr { box-shadow: 0 0 0 2px #f5f5f5; border-radius: 3px; }
.exfd-table-2.exfd-table-1 td.ex-fd-table-order{ width:100px; padding: 0}
.exfd-table-2.exfd-table-1 td.exfd-price .exfd-price-detail { font-size: inherit; }
.exfd-table-2.exfd-table-1 td{ border: 0; width: auto; }
.exfd-table-2 .exwoofood-woocommerce.woocommerce form.cart  { width: auto;display: inline-block;}
.exfd-table-2 .exwoofood-woocommerce.woocommerce form.cart .quantity { display: inline-block;}
.exfd-table-2 .exwoofood-woocommerce.woocommerce form.cart button[type="submit"] {position: relative;left: 0; transform: none; bottom: 0; width: auto;display: inline-block;} @media screen and (max-width: 992px){ .exfd-table-1 .exfd-show-tablet{display: block;}
.exfd-table-1 .exfd-hide-tablet{display: none;}
}
@media screen and (max-width: 768px){
.exfd-table-1 .exfd-hide-mb{display: block;}
.exfd-table-1 .exfd-hide-screen{display: none;}
.exfd-table-1 .exfd-detail{float: left;}
.ex-table-2 .exfd-hide-mb{display: block;}
.ex-table-2 .exfd-hide-screen{display: none;}
.exfd-table-1 thead th:nth-child(1),
.exfd-table-1 tbody td:nth-child(1){width: 80px}
.exfd-table-1 th.ex-fd-name,
.exfd-table-1 td.ex-fd-name{
width: 75%;
}
.exfd-table-1.exfd-non-showdes th.ex-fd-name, .exfd-table-1.exfd-non-showdes td.ex-fd-name
{
width: 70%;
}
}
@media screen and (max-width: 450px){
.exfd-table-1 thead th:nth-child(1), .exfd-table-1 tbody td:nth-child(1) {
width: 70px;
}
.exfd-table-1 thead th:nth-child(2), .exfd-table-1 tbody td:nth-child(2) {
width: 60%;
}
.exfd-table-1.exfd-non-showdes th.ex-fd-name, .exfd-table-1.exfd-non-showdes td.ex-fd-name {
width: unset;
}
}
.table-layout .ex-loadmore{ border:0; padding:0;}
.ex-fdlist.table-layout span.exwf-no-rs { white-space: nowrap; margin-top: 10px;display: block;}.exfd-hidden-scroll{overflow-y: hidden}
.ex_modal {
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.8);
-webkit-animation-name: ex-fadeIn;
-webkit-animation-duration: 0.4s;
animation-name: ex-fadeIn;
animation-duration: 0.4s;
} .ex_modal .modal-content {
background-color: #fefefe;
margin: auto;
padding: 0;
width: 75%;
background: #fff;
-webkit-animation-name: ex-slideInDown;
-webkit-animation-duration: 0.6s;
animation-name: ex-slideInDown;
animation-duration: 0.6s;
margin-top: 25vh;
margin-bottom:25vh;
height: auto;
max-width: 1200px;
}
@media (max-width: 1024px){
.ex_modal .modal-content {width: 80%;}
}
.ex_modal .modal-content .ex-modal-big{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
}
@-webkit-keyframes ex-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes ex-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes ex-slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes ex-slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .ex_close {
float: right;
font-size: 25px;
font-weight: normal;
position: absolute;
right: -14px;
top: -14px;
line-height: 28px;
z-index: 9;
width: 28px;
height: 28px;
background: #ea1f2e;
border-radius: 50%;
text-align: center;
color: #fff;
font-family: none;
}
.ex_close:hover,
.ex_close:focus {
text-decoration: none;
cursor: pointer;
}
.ex_modal .modal-content .fd_modal_img{width: 50%}
.ex_modal .modal-content .fd_modal_img img{margin: 0; padding: 0; max-width: 100%; height: auto;}
.ex_modal .modal-content .fd_modal_img .ex_s_lick-dots li button:hover, .ex_s_lick-dots li button:focus{
color: #ea1f2e;
}
.ex_modal .modal-content .ex_s_lick-dots li button:before{color: #ea1f2e; font-size: 13px;}
.ex_modal .modal-content .fd_modal_des{width: 50%; padding: 25px 30px; font-size: inherit;}
.ex_modal .modal-content .fd_modal_des > h3{
padding: 0;
margin: 0 0 20px 0;
text-align: left;
font-size: 27px;
position: relative;
}
.ex_modal .modal-content .fd_modal_des > h3:after {
bottom: -15px;
content: "";
width: 50px;
border-bottom: 3px solid #ddd;
position: absolute;
left: 0;
}
.ex_modal .modal-content .fd_modal_des p{
margin: 0;
padding: 0;
margin-bottom: -3px;
}
.ex_modal .modal-content .fd_modal_des p:empty{display: none;}
.ex_modal .modal-content .fd_modal_des h5{
margin:17px 0;
padding: 0;
text-align: left;
font-size: 20px;
color: #101010;
font-weight: bold;
border-bottom: 1px solid #eee;
padding-bottom: 19px;
line-height: 1;
}
.ex_modal .modal-content .fd_modal_des h5 del{
margin: 0;
padding: 0;
color: #2b2b2b;
}
.ex_modal .modal-content .fd_modal_des h5 ins{
background: none;
margin: 0;
padding: 0;
color: inherit;
}
.ex_modal .modal-content .fd_modal_des .exfd_nutrition{
width: 100%;
margin: 0 5px 0 0;
border-bottom: 1px solid #eee;
padding: 0px 0 7px 0;
}
.ex_modal .modal-content .fd_modal_des .exfd_nutrition ul{
list-style: none;
margin: 0;
padding: 0
}
.ex_modal .modal-content .fd_modal_des .exfd_nutrition li{
width: 33.33%;
float: left;
font-size: inherit;
margin: 7px 0;
}
.ex_modal .modal-content .fd_modal_des .exfd_nutrition li span{
color: #666666;
line-height: 1;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
display: block;
}
.ex-fdlist.table-layout tr.ex-loading{opacity: .7}
#food_modal .ex_s_lick-dots{ bottom: 25px; }
#food_modal .ex_s_lick-dotted.ex_s_lick-slider{ margin-bottom: 0; }
.fd_modal_des .exwoofood-ct{ margin: 0; padding-bottom: 18px; }
.exfd-modal-carousel.exwp-no-galle img {
display: block;
}
.ex_modal .modal-content.exmd-no-img{ width: 60% }
.ex_modal .modal-content.exmd-no-img .fd_modal_img { display: none;}
.ex_modal .modal-content.exmd-no-img .fd_modal_img + .fd_modal_des { width: 100%;}
.ex_modal .single_variation_wrap .exwo-product-gr-options {
width: 100%;
margin-top: 20px;
}
.ex_modal .exwoofood-woocommerce.woocommerce .cart .single_variation_wrap .variations_button {
width: 100%;
}
.exwoofood-woocommerce.woocommerce .woosb-qty div.quantity input[type=number] {
border: 1px solid #ddd;
padding: 10px 0;
}
.ex_modal .modal-content .ex-modal-big .fd_modal_img{ transition: .2s all ease }
.ex_modal .modal-content .ex-modal-big.ex-padimg .fd_modal_img { padding: 25px 0 25px 30px; }
div#exlive-total span.price {font-size: inherit; font-weight: bold;}
div#exlive-total {margin: 5px 0 10px 0; font-size: 110%; padding-top: 10px;}
form:not(.variations_form) div#exlive-total{border-top: 1px solid #eee;}
.exbt-inline div#exlive-total { display: none !important; }
.ex_modal .single_variation_wrap div#exlive-total{margin: 20px 0 0 0; padding-top:0;}
.ex_modal .single_variation_wrap .exwo-product-gr-options + div#exlive-total {margin:0} @media (max-width: 450px){
.exwoofood-woocommerce.woocommerce .quantity:not(.hidden){ margin-bottom: 5px; } }
@media screen and (max-width: 767px){
.ex_modal .modal-content .fd_modal_img {
width: 100%;
}
.ex_modal .modal-content .fd_modal_des {
width: 100%;
}
.ex_modal .modal-content.exmd-no-img,
.ex_modal .modal-content { width: 80%; }
.ex_modal .modal-content .fd_modal_des .exfd_nutrition li{ width: 50% }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ex_modal .modal-content{
margin-bottom: 25%;
}
}
@supports (-ms-ime-align:auto) {
.ex_modal .modal-content{
margin-bottom: 25%;
}
} .exfd-modal-carousel .ex_s_lick-prev:before{
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
margin-right: -3px;
}
.exfd-modal-carousel .ex_s_lick-next:before{
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
margin-left: -3px;
}
.exfd-modal-carousel .ex_s_lick-prev{left: 10px;}
.exfd-modal-carousel .ex_s_lick-next{ right:10px;}
.exfd-modal-carousel .ex_s_lick-prev,
.exfd-modal-carousel .ex_s_lick-next{border-radius: 0;opacity: 0;transition: all .3s ease; opacity: 0;z-index: 9;}
#food_modal .exfd-modal-carousel .ex_s_lick-prev:not(:hover),
#food_modal .exfd-modal-carousel .ex_s_lick-next:not(:hover){background: rgba(0,0,0,.4);}
.exfd-modal-carousel .ex_s_lick-next:before,
.exfd-modal-carousel .ex_s_lick-prev:before {
font-size: 2px;
border: solid white;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 2px;
}
.exfd-modal-carousel .ex_s_lick-next:hover,
.exfd-modal-carousel:hover .ex_s_lick-prev:hover{background: rgba(0,0,0,.7);}
.exfd-modal-carousel:hover .ex_s_lick-next, .exfd-modal-carousel:hover .ex_s_lick-prev {
opacity: 1;
}
#food_modal .exwf-md-tabs span {
border: 0;
margin: 0;
padding: 10px 17px;
font-size: 15px;
cursor: pointer;
display: inline-block;
line-height: 1;
}
#food_modal .exwf-md-tabs {margin-bottom: 20px;border-bottom: 1px solid #ddd;}
#food_modal span.exwf-tab.exwf-tab-current {background: #ddd;}
#food_modal .exwf-reviews{ display: none; }
.exwf-reviews.woocommerce #review_form #respond .stars + #rating {display: none;}
.exwf-reviews #review_form span#reply-title {font-style: italic;}
.exwf-reviews form#commentform {margin-top: 10px;}
.woocommerce #review_form #respond label{ margin: 5px 0; display: block; font-weight: bold; }
.exwf-reviews.woocommerce #review_form #respond .stars{ margin: 0; }
.exwf-reviews.woocommerce p.exwf-rvtitle {font-weight: bold;margin: 10px 0;}
.exwf-reviews.woocommerce #reviews #review_form {border: 2px solid #ddd;padding: 1em 1.9em 2.3em;}
.exwf-reviews.woocommerce #reviews > div#review_form_wrapper,
.exwf-reviews.woocommerce #reviews > div#comments{ width: 100%; padding-left: 0;padding-right: 0;}
.exwf-reviews.woocommerce #reviews #comments ol.commentlist li .comment-text{ border-radius: 0; }
.exwf-reviews.woocommerce #reviews p.comment-form-comment{ margin: 0 0 10px 0; }
.exwf-reviews.woocommerce #reviews .comment-form-cookies-consent { display: none; }
.exwf-reviews.woocommerce #reviews #commentform.ex-loading {
opacity: .4;
pointer-events: none;
} .ex_modal .exwf-md-modern.modal-content{ margin-top: 15vh; margin-bottom: 30px }
.ex_modal .exwf-md-modern .fd_modal_des,
.ex_modal .exwf-md-modern .fd_modal_img {width: 100%;}
.ex_modal .exwf-md-modern.modal-content {max-width: 700px;}
.exwf-md-modern .exfd-img-mod {
height: 200px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.ex_modal .exwf-md-modern.modal-content .ex-modal-big.ex-padimg .fd_modal_img {padding: 0;}
.ex_modal .exwf-md-modern.modal-content .fd_modal_des { overflow-y: auto;
overflow-x: hidden;
max-height: 350px;
margin-bottom: 50px
}
.exwf-md-modern .fd_modal_img h3 { padding: 12px 30px; }
.ex_modal .exwf-md-modern.modal-content .exwf-lbicons,
.ex_modal .exwf-md-modern.modal-content .ex-padimg .fd_modal_img .exwf-lbicons { bottom: 48px; top: auto; left: 25px; right: auto; margin:0; }
.ex_modal .exwf-md-modern form div#exlive-total { display: inline-block !important; border: 0; margin: 0 15px 0 0; }
.ex_modal .exwf-md-modern .exwf-grqty { position: absolute; bottom: 0; background: #fff; padding: 10px 0; width: calc(100% - 60px); box-sizing: border-box; border-top: 2px solid #ddd; }
.ex_modal .exwf-md-modern .ex_close { right: 10px; top: 12px; }
.ex_modal .exwf-md-modern .exwoofood-woocommerce.woocommerce .variations + .single_variation_wrap .quantity{ margin-top: 0 }
.ex_modal .exwf-md-modern .exwoofood-woocommerce.woocommerce .variations + .single_variation_wrap .quantity{ vertical-align: unset; }
@media (max-width: 600px){
.ex_modal .exwf-md-modern.modal-content{margin-top: 10vh; margin-bottom: 10vh;}
.ex_modal .exwf-md-modern form div#exlive-total{ display: block !important; padding: 0 0 5px 0 }
.ex_modal .exwf-md-modern.modal-content .fd_modal_des{ margin-bottom: 65px; }
} #food_modal .exwf-md-up-sells{ padding: 20px; }
.exwf-md-up-sells .ex-fdlist .exstyle-4 {display: flex;flex-wrap: wrap;}
.exwf-md-up-sells .ex-fdlist .exstyle-4 figcaption{ width: 60%;}
.exwf-md-up-sells .ex-fdlist .exstyle-4 .exstyle-4-image { width: 40%;}
#food_modal .exwf-md-up-sells  .ex_s_lick-dots {bottom: -20px;}
.exwf-md-up-sells .ex-fdlist.style-4 .item-grid{ box-shadow: none }
.exwf-md-up-sells .ex-fdlist.style-4 .item-grid .exp-arrow{ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15) }
.exwf-md-up-sells .ex-fdlist.style-4 .item-grid {margin-right: 0;padding: 0 7px;}
.exwf-md-up-sells .ex-fdlist.ex-fdcarousel .parent_grid {margin: 0 -7px;}
#food_modal.ex-loading:before { z-index: 9999; position: fixed;
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; top: 50%; margin-top: -19px; left: 50%; margin-left: -19px;}.ex_s_lick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.ex_s_lick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.ex_s_lick-list:focus
{
outline: none;
}
.ex_s_lick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.ex_s_lick-slider .ex_s_lick-track,
.ex_s_lick-slider .ex_s_lick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.ex_s_lick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.ex_s_lick-track:before,
.ex_s_lick-track:after
{
display: table;
content: '';
}
.ex_s_lick-track:after
{
clear: both;
}
.ex_s_lick-loading .ex_s_lick-track
{
visibility: hidden;
}
.ex_s_lick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .ex_s_lick-slide
{
float: right;
}
.ex_s_lick-slide img
{
display: block;
}
.ex_s_lick-slide.ex_s_lick-loading img
{
display: none;
}
.ex_s_lick-slide.dragging img
{
pointer-events: none;
}
.ex_s_lick-initialized .ex_s_lick-slide
{
display: block;
}
.ex_s_lick-loading .ex_s_lick-slide
{
visibility: hidden;
}
.ex_s_lick-vertical .ex_s_lick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.ex_s_lick-arrow.ex_s_lick-hidden {
display: none;
}
 .ex_s_lick-loading .ex_s_lick-list
{
background: #fff url(https://mesamiscafe.com/wp-content/plugins/woo-exfood/js/ex_s_lick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'ex_s_lick';
font-weight: normal;
font-style: normal;
src: url(https://mesamiscafe.com/wp-content/plugins/woo-exfood/js/ex_s_lick/fonts/ex_s_lick.eot);
src: url(https://mesamiscafe.com/wp-content/plugins/woo-exfood/js/ex_s_lick/fonts/ex_s_lick.eot?#iefix) format('embedded-opentype'), url(https://mesamiscafe.com/wp-content/plugins/woo-exfood/js/ex_s_lick/fonts/ex_s_lick.woff) format('woff'), url(https://mesamiscafe.com/wp-content/plugins/woo-exfood/js/ex_s_lick/fonts/ex_s_lick.ttf) format('truetype'), url(https://mesamiscafe.com/wp-content/plugins/woo-exfood/js/ex_s_lick/fonts/ex_s_lick.svg#ex_s_lick) format('svg');
} .ex_s_lick-prev,
.ex_s_lick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 40px;
height: 40px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.ex_s_lick-prev:hover,
.ex_s_lick-prev:focus,
.ex_s_lick-next:hover,
.ex_s_lick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.ex_s_lick-prev:hover:before,
.ex_s_lick-prev:focus:before,
.ex_s_lick-next:hover:before,
.ex_s_lick-next:focus:before
{
opacity: 1;
}
.ex_s_lick-prev.ex_s_lick-disabled:before,
.ex_s_lick-next.ex_s_lick-disabled:before
{
opacity: .25;
}
.ex_s_lick-prev:before,
.ex_s_lick-next:before
{
font-family: 'ex_s_lick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ex_s_lick-prev
{
left: -25px;
}
[dir='rtl'] .ex_s_lick-prev
{
right: -25px;
left: auto;
}
.ex_s_lick-prev:before
{
content: '←';
}
[dir='rtl'] .ex_s_lick-prev:before
{
content: '→';
}
.ex_s_lick-next
{
right: -25px;
}
[dir='rtl'] .ex_s_lick-next
{
right: auto;
left: -25px;
}
.ex_s_lick-next:before
{
content: '→';
}
[dir='rtl'] .ex_s_lick-next:before
{
content: '←';
} .ex_s_lick-dotted.ex_s_lick-slider
{
margin-bottom: 30px;
}
.ex_s_lick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.ex_s_lick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.ex_s_lick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.ex_s_lick-dots li button:hover,
.ex_s_lick-dots li button:focus
{
outline: none;
}
.ex_s_lick-dots li button:hover:before,
.ex_s_lick-dots li button:focus:before
{
opacity: 1;
}
.ex_s_lick-dots li button:before
{
font-family: 'ex_s_lick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ex_s_lick-dots li.ex_s_lick-active button:before
{
opacity: .75;
color: black;
}.ex_s_lick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.ex_s_lick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.ex_s_lick-list:focus
{
outline: none;
}
.ex_s_lick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.ex_s_lick-slider .ex_s_lick-track,
.ex_s_lick-slider .ex_s_lick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.ex_s_lick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.ex_s_lick-track:before,
.ex_s_lick-track:after
{
display: table;
content: '';
}
.ex_s_lick-track:after
{
clear: both;
}
.ex_s_lick-loading .ex_s_lick-track
{
visibility: hidden;
}
.ex_s_lick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .ex_s_lick-slide
{
float: right;
}
.ex_s_lick-slide img
{
display: block;
}
.ex_s_lick-slide.ex_s_lick-loading img
{
display: none;
}
.ex_s_lick-slide.dragging img
{
pointer-events: none;
}
.ex_s_lick-initialized .ex_s_lick-slide
{
display: block;
}
.ex_s_lick-loading .ex_s_lick-slide
{
visibility: hidden;
}
.ex_s_lick-vertical .ex_s_lick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.ex_s_lick-arrow.ex_s_lick-hidden {
display: none;
}