@charset 'UTF-8';
.exwpfd_clearfix{content: "";
clear: both;
display: table;}
.ex-wfdlist *:focus {
outline: none;
}
.ex-hidden{ display: none !important; }
.ex-wfdlist .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-wfdlist .ex-popup-active{display: flex; align-items: center;}
.ex-wfdlist .ex-popup-location .ex-popup-content{
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 500px;
background: #fff;
display: flex;
flex-wrap: wrap;
border-radius: 0;
overflow: hidden;
align-items: center;
}
@-webkit-keyframes ex-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes ex-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.ex-wfdlist .ex-popup-location .ex-popup-content .ex-pop-icon{
width: 40%;
padding: 10px;
padding-right: 0;
}
.ex-wfdlist .ex-popup-location .ex-popup-content .ex-popup-info{ padding: 25px; }
.ex-wfdlist .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;
}
.exfood-select-loc select.ex-loc-select, 
.ex-wfdlist .ex-popup-location .ex-popup-content .ex-popup-info select{
margin: 0;
width: 100%;
padding: 11px 15px;
margin-top: 14px;
margin-bottom: 0;
font-family: inherit;
font-size: inherit;
line-height: 1.4;
border: 1px solid #ccc;
-webkit-appearance: none;
appearance: none;
-moz-appearance:none;
}
.ex-wfdlist .exwpfd-filter{padding: 10px 0px;}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group{} .ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list{
padding:0px;
border-bottom: 1px solid #ddd;
margin: 15px 0;
}
.ex-wfdlist .exwpfd-filter .exwpfd-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;
}
.exwpfd-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-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list .ex-menu-item-active ul{
color: #101010;
}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list a:hover > ul {
transform: scaleY(1);
z-index: 99;
background: #fff;
}
.ex-wfdlist .exwpfd-filter .exwpfd-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-wfdlist .exwpfd-filter .exwpfd-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-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list a ul li:hover {
background: #ea1f2e;
color: #fff;
}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list a ul li{
position: relative;
}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list a ul li ul.exwpfd-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-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list a ul li:hover > ul {
transform: scaleX(1);
z-index: 99;
background: #fff;
color: #101010;
}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list a ul .exwpfd-caret {
position: absolute;
top: 50%;
margin-top: -2px;
right: 10px;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.ex-wfdlist.ex-loading .exwpfd-filter .exwpfd-filter-group .ex-menu-list a{ pointer-events: none; }
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-select{
display: none;
font-size: inherit;
font-family: inherit;
text-align: center;
}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-select select{
margin: 0; padding: 0;
padding: 5px 20px;
font-size: 22px;
text-transform: uppercase;
font-family: inherit;
color: inherit;
}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list .ex-menu-item-active{
background: #ea1f2e;
color: #fff;
border-color: #ea1f2e;
position: relative;
}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list .ex-menu-item-active:not(.exwpfd-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-wfdlist:not(.list-layout) .exwpfd-filter .exwpfd-filter-group .ex-menu-list{ text-align: center;margin: 15px auto; border: 0;}
.ex-wfdlist:not(.list-layout) .exwpfd-filter .exwpfd-filter-group .ex-menu-list a{ float: none; display: inline-block; }
.ex-wfdlist .exwpfd-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-wfdlist .exwpfd-shopping-cart .exwpfd-cart-parent{
position: relative;
text-align: center;
line-height: 45px;
border-radius: 0;
}
.ex-wfdlist .exwpfd-shopping-cart .exwpfd-cart-parent img{
margin: -3px 0 0 -2px;
padding: 0;
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
}
.ex-wfdlist .exwpfd-shopping-cart .exwpfd-cart-parent .exwpfd-cart-count,
.ex-wfdlist .exwpfd-shopping-cart .exwpfd-cart-parent .exwpfd-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;
}
.exwpfd-cart-content {
position: fixed;
right: 0;
top: 0;
width: 300px;
left: auto;
height: 100vh;
padding: 20px;
margin-bottom: 6px;
background: #fff;
z-index: -1;
transition: all .3s linear .2s;
transform: translateX(100%);
border-radius: 0;
box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.15);
overflow-y: auto;
}
.exwpfd-cart-content.sc-min-cart,.exwpfd-cart-content.sc-min-cart * { box-sizing: border-box;}
.ex-wfdlist .exwpfd-cart-content{ box-shadow: none; }
.exwpfd-cart-content.sc-min-cart{
position: relative;
top: auto;
left: auto;
right: auto;
width: 100%;
height: auto;
z-index: 1;
transform: none;
box-shadow: none;
border: 1px solid #eee;
}
.exwpfd-cart-content.sc-min-cart.excart-active{ z-index: 1; }
.exwpfd-cart-content.excart-active{
transition: all .3s linear .2s;
transform: translateX(0);
z-index: 999999;
opacity: 1;
}
.exwpfd-overlay{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
transition: all .3s linear .2s;
z-index: -1;
}
.exwpfd-overlay-active{
background: rgba(0,0,0,.7);
z-index: 9999;
transition: all .3s linear .2s;
}
.exwpfd-cart-content .exwpfd-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;
}
.exwpfd-cart-content .exwpfd-cart-buildin ul li,
.exwpfd-cart-content .woocommerce-mini-cart li {
list-style: none;
margin: 0;
padding: 10px 15px 10px 60px;
position: relative;
min-height: 70px;
}
.exfood-buildin-cart{ transition: all .3s; }
.exfood-buildin-cart form.exform.ex-loading button {
pointer-events: none;
opacity: .4;
}
.exrow-group .exfood-label{ display: block; font-weight: bold; text-transform: uppercase; margin: 0 0 5px 0;}
.exrow-group input {
margin-right: 5px;
vertical-align: middle;
}
.exrow-group > span {margin-right: 20px; display: inline-block;}
.exfood-buildin-cart input[name="food_qty"] {
display: inline-block;
text-align: center;
font-family: inherit;
}
.ex-wfdlist figcaption > .exfood-buildin-cart .exfood-sm{ line-height: 0; margin:0; padding: 0; } .exwpfd-cart-content .exwpfd-cart-buildin ul,
.exwpfd-cart-content .woocommerce-mini-cart {margin: 20px 0; float: left; width: 100%;}
.exwpfd-cart-content .exwpfd-cart-buildin ul li a img,
.exwpfd-cart-content .woocommerce-mini-cart li a img {
width: 50px;
height: 50px;
object-fit: cover;
object-position: 50% 50%;
position: absolute;
left: 0;
top: 10px;
}
.exwpfd-cart-content .exwpfd-cart-buildin ul li .exfood-quantity{ font-weight: bold; display: block; }
.exwpfd-cart-content .exwpfd-cart-buildin .exfood-addon p{ margin:3px 0; }
.exwpfd-cart-content .exwpfd-cart-buildin .exfood-title{ font-weight: bold; }
.exwpfd-cart-content a{color: inherit; box-shadow: none;}
.exwpfd-cart-content .woocommerce-mini-cart li span.quantity {display: block;}
.exwpfd-cart-content .woocommerce-mini-cart li dl.variation{ padding: 0; margin: 0; }
.exwpfd-cart-content .exfood-close,
.exwpfd-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;
}
.exwpfd-cart-content p.exfood-total,
.exwpfd-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;
}
.exwpfd-cart-content .woocommerce-mini-cart__buttons{ display: initial; width: 100%; }
.exwpfd-cart-content .woocommerce-mini-cart__buttons a {
padding: 7px 15px;
background: #ea1f2e;
margin: 0 3px 0 0;
color: #fff;
letter-spacing: 1px;
float: left;
width: calc(50% - 3px);
text-align: center;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
transition: all .2s;
}
.exwpfd-cart-content .woocommerce-mini-cart__buttons a:last-child{ margin: 0; margin-left: 3px; float: right;}
.exwpfd-cart-content .woocommerce-mini-cart li dl.variation * {display: inline;}
.exwpfd-cart-content .woocommerce-mini-cart li dl.variation dt{display: block; margin-top: 5px;}
.exwpfd-cart-content .woocommerce-mini-cart li dl.variation dd{padding: 0; margin: 0}
.exwpfd-cart-content .exwpfd-cart-buildin ul li.ex-loading {opacity: .5;}
.exfood-cart-shortcode *,
.exfood-checkout-shortcode *{box-sizing: border-box;}
.exfood-cart-shortcode,
.exfood-checkout-shortcode,
.exfood-select-loc,
.sc-min-cart,
.exfood-thankyou,
.ex-wfdlist{color:#101010;font-family: 'Source Sans Pro', sans-serif; display: inline-block; width: 100%; font-size:13px;}
.ex-wfdlist.column-3 .item-grid{width: 33.33333%; display: inline-block; vertical-align: bottom;}
.ex-wfdlist .ctgrid{-webkit-flex-flow: row wrap;flex-flow: row wrap; display: flex;}
.ex-wfdlist.column-3 .item-grid:nth-child(3n+1){clear: both;}
.ex-wfdlist.column-2 .item-grid{width: 50%; display: inline-block ;vertical-align: bottom;}
.ex-wfdlist.column-2 .item-grid:nth-child(2n+1){clear: both;}
.ex-wfdlist.column-4 .item-grid{width: 25%; display: inline-block ;vertical-align: bottom;}
.ex-wfdlist.column-4 .item-grid:nth-child(4n+1){clear: both;}
.ex-wfdlist.column-5 .item-grid{width: 20%; display: inline-block ;vertical-align: bottom;}
.ex-wfdlist.column-5 .item-grid:nth-child(5n+1){clear: both;}
.exp-arrow{}
.ex-wfdlist h3 {
text-transform: uppercase;
font-size: 22px;
font-weight: 400;
line-height: 24px;
margin: 3px 0;
}
.ex-wfdlist a,
.ex-wfdlist h3 a{color: inherit; box-shadow: none}
.ex-wfdlist h5 {
font-weight: 500;
margin: 0;
font-size: 13px;
text-transform: uppercase;
color: #888;
letter-spacing: 1px;
}
.ex-wfdlist 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;
}
.exwpfd-icon-plus { border-radius:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
width: 16px;
height: 16px;
position: relative;
top:0;
left:0;
}
.exwpfd-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:"";
}
.exwpfd-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-wfdlist .ctgrid .item-grid del{opacity: 0.8}
.ex-wfdlist .exstyle-1 h3 a,
.ex-wfdlist .exstyle-2 h3 a,
.ex-wfdlist .exstyle-3 h3 a,
.ex-wfdlist .exstyle-4 h3 a{font-weight: 400} .ex-wfdlist .exstyle-1 {
display: inline-block;
overflow: hidden;
width: 100%;
background-color: transparent;
color: inherit;
text-align: center;
font-size: inherit;
padding: 10px 10px; }
.ex-wfdlist .exstyle-1 *{
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.3s ease;
}
.ex-wfdlist .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-wfdlist .exstyle-1 .exstyle-1-image img{overflow: hidden;margin: 0; padding: 0; border-radius: 0; display: block; border: 3px solid #fff}
.ex-wfdlist .exstyle-1:hover .exstyle-1-image img{-webkit-transform: scale(1.05);
transform: scale(1.05)}
.ex-wfdlist .exstyle-1 figcaption {padding: 0 10px;padding-top: 0; margin-bottom: 55px}
.ex-wfdlist .exstyle-1 figcaption h3,
.ex-wfdlist .exstyle-2 figcaption h3{margin: 0; padding: 0;padding-top: 1px;display: flex; align-items: center;line-height: 1}
.ex-wfdlist .exstyle-1 figcaption h3{padding: 15px 0}
.ex-wfdlist .exstyle-1 figcaption h3 a,
.ex-wfdlist .exstyle-2 figcaption h3 a{width: 100%; text-align: center;}
.ex-wfdlist .exstyle-1 figcaption p{margin: 0; padding: 0; padding-bottom: 5px; margin-top: 3px; text-align: center;}
.ex-wfdlist .exstyle-1 figcaption p:empty {
display: none;
}
.exstyle-button-bin:hover,
.ex-wfdlist .exstyle-1 figcaption button:hover,
.ex-wfdlist .exstyle-2 figcaption button:hover,
.ex-wfdlist .exstyle-1 figcaption .exstyle-1-button:hover,
.ex-wfdlist .exstyle-2 figcaption .exstyle-2-button:hover{background:#000;}
.ex-wfdlist .exstyle-1 figcaption h5{margin: 0; padding: 0;
font-size: 19px;
padding-bottom: 15px;
color: #ea1f2e;
font-weight: bold;
line-height: 1;
}
.ex-wfdlist .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-wfdlist .exstyle-1 figcaption h5 p > span{
margin-bottom: -3px;
bottom: -9px;
position: relative;
background: #fff;
padding: 0 15px;
}
.ex-wfdlist .exstyle-1 figcaption h5 del{
margin: 0;
padding: 0;
color: #2b2b2b;
}
.ex-wfdlist .exstyle-1 figcaption h5 ins{
background: none;
margin: 0;
padding: 0;
color: inherit;
}
.exfood-woocommerce.woocommerce form.cart button[type="submit"], 
.exfood-woocommerce.woocommerce .cart:not(.grouped_form) .quantity input[type=button],
.exfood-quantity input[type="button"],
.exstyle-button-bin,
.ex-wfdlist .exstyle-1 figcaption .exstyle-1-button,
.ex-wfdlist .exstyle-2 figcaption .exstyle-2-button,
.ex-wfdlist .exstyle-3 figcaption .exstyle-3-button,
.ex-wfdlist .exstyle-4 figcaption .exstyle-4-button{background: #ea1f2e;
color: #fff;
font-size: inherit;
font-family: inherit;
padding: 12px 30px;
border-radius: 0;
line-height: 1;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.046875em;
transition: all .2s;
}
figcaption > .exfood-buildin-cart .exstyle-button-bin,
.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;
}
.exrow-group {margin: 0 0 10px 0;}
.exfood-sm{ margin:0; padding: 0; margin-top: 15px; }
.exfood-quantity {display: inline-block; margin: 0 5px 0 0;}
.exfood-quantity input[type="button"]{
padding: 12px 13px;
width: 38px;
}
.exfood-buildin-cart .ex-added{
white-space: nowrap;
}
.exfood-buildin-cart .exrow-group select {
font-size: 13px;
font-family: inherit;
padding: 7px 15px;
line-height: 1;
border: 1px solid #ddd;
min-width: 100px;
}
.ex-required-message{ color: red; padding: 0; margin:3px 0; }
.ex-required span.exfood-label:after {content: " * ";color: red;}
.exfood-cart-shortcode.exwpfd-cart-content{ 
position: relative; 
top: auto; left: auto; 
right: auto; 
width: 100%;
z-index: 1;
transform: none;
height: auto;
}
.exfood-cart-shortcode a{ box-shadow: none; }
.exfood-cart-shortcode.exwpfd-cart-content .exwpfd-cart-buildin ul{ margin: 0; }
.exfood-cart-shortcode.exwpfd-cart-content .exwpfd-cart-buildin ul li{ display: table; width: 100%; padding:15px 0; border-bottom: 1px solid #ddd }
.exfood-cart-shortcode.exwpfd-cart-content .exwpfd-cart-buildin ul li:last-child{ border-bottom: 0; }
.exfood-cart-shortcode.exwpfd-cart-content ul li > div.exfood-quantity,
.exfood-cart-shortcode.exwpfd-cart-content ul li > div{ display: table-cell; text-align: center; vertical-align: middle; padding: 5px 15px;}
.exfood-cart-shortcode.exwpfd-cart-content .exwpfd-cart-buildin ul li a img{ top: 50%; margin-top: -25px; }
.exfood-cart-shortcode.exwpfd-cart-content ul li > div.exfood-quantity{ width: 20%;padding: 5px 0px; }
.exfood-cart-shortcode.exwpfd-cart-content ul li .exfood-cart-details{ width: 40%; text-align: left;}
.exfood-cart-shortcode.exwpfd-cart-content ul li .exfood-cart-image{ width: 50px; }
.exfood-quantity input[type="button"]{
position: relative; top: auto; bottom:auto;left: auto; right: auto; transform: none;
}
.exfood-cart-quatity.exfood-quantity{ margin:0; }
.exfood-cart-shortcode.exwpfd-cart-content .woocommerce-mini-cart__buttons a{ width: auto; }
.exfood-cart-shortcode.exwpfd-cart-content p.exfood-total{ text-align: right; }
.exfood-cart-shortcode.exfood-cart-header {background: #ea1f2e; color: #fff;}
.exfood-cart-shortcode.exwpfd-cart-content .exwpfd-cart-buildin .exfood-title{ font-size: 17px; color: inherit; }
.exfood-cart-shortcode.exwpfd-cart-content .exwpfd-cart-buildin ul li.exfood-cart-header {
min-height: 50px;
padding: 0;
max-height: 50px;
background: #ea1f2e;
color: #fff;
font-weight: bold;
font-size: 17px;
text-transform: uppercase;
} .exfood-cart-shortcode.exwpfd-cart-content p textarea,
.exfood-cart-shortcode.exwpfd-cart-content p input {
border: 1px solid #ddd;
border-radius: 0;
}
.exfood-cart-shortcode.exwpfd-cart-content p input{width: 100%}
.exfood-validate-warning{
background-color: #f7f6f7;
border-top: 3px solid #b81c23;
padding: 20px;
margin-bottom: 10px;
}
.exfood-builling-details p.ex-required label:after{ content:"*"; margin-left: 3px; color: red }
.exfood-validate-warning p { color: #515151; font-weight: bold; margin: 0 0 15px 0; }
.exfood-validate-warning p:last-child{ margin-bottom: 0; }
.exform-checkout.ex-loading{ opacity: .7; pointer-events: none; }
.exfood-cart-shortcode.exwpfd-cart-content p{ margin: 0 0 15px 0;}
.exfood-buildin-checkout .exfood-cart-shortcode.exwpfd-cart-content p.exfood-total{ text-align: left; padding-left: 0; }
.exfood-checkout-shortcode .exfood-warning{
box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.15);
background: #fff;
padding: 20px;
}
.exfood-mulit-steps >div {
float: left;
width: 50%;
white-space: normal;
position: relative;
padding: 9px 20px;
height: 40px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
line-height: 1.7;
}
.exfood-mulit-steps {
display: inline-block;
width: 100%;
border: 1px solid #ddd;
margin-bottom: 30px;
}
.exfood-cart-step:before {
content: " ";
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 10px solid #ddd;
position: absolute;
margin-top: -9px;
right: -10px;
z-index: 9;
}
.exfood-cart-step:after{
content: " ";
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 10px solid #fff;
position: absolute;
margin-top: -9px;
right: -9px;
z-index: 9;
}
.exfood-mulit-steps >div.active:after{ border-left-color: #ea1f2e; }
.exfood-mulit-steps >div.active{ background: #ea1f2e; color: #fff }
.exfood-buildin-checkout select.ex-ck-select {
min-width: 265px;
padding: 11px 15px;
margin: 0;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1.4;
border: 1px solid #ccc;
-webkit-appearance: none;
appearance: none;
-moz-appearance: none;
display: block;
}
.exfood-buildin-checkout .exwpfd-container{
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.exfood-buildin-checkout .exwpfd-container.exwpfd-inline{
display: inline-block;
margin-right: 25px;
}
.exwpfd-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.exwpfd-checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 50%;
}
.exwpfd-container:hover input ~ .exwpfd-checkmark {
background-color: #ccc;
}
.exwpfd-container input:checked ~ .exwpfd-checkmark {
background-color: #2196F3;
}
.exwpfd-checkmark:after {
content: "";
position: absolute;
display: none;
}
.exwpfd-container input:checked ~ .exwpfd-checkmark:after {
display: block;
}
.exwpfd-container .exwpfd-checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
.exfood-buildin-checkout .exwpfd-choice-store .exwpfd-label{
margin-bottom: 5px;
display: block;
}
.exfood-cart-shortcode.exwpfd-cart-content .exwpfd-choice-store {
margin: 0 0 15px 0;
} .exfood-buildin-checkout .g-recaptcha {margin: 0 0 10px 0;}
.exbt-inline .exfood-woocommerce .quantity .qty{ display: none; }
.exbt-inline form.cart button {
position: absolute;
left: 50%;
bottom: 20px;
transform: translateX(-50%);
}
.ex-wfdlist.style-1 .parent_grid{overflow: hidden; background: #fff; padding: 5px;}
.ex-wfdlist.style-1 .ctgrid{margin: -10px; margin-right: -12px}
.ex-wfdlist.column-2.style-1 .item-grid:nth-child(2n) {border-right: 0}
.ex-wfdlist.column-3.style-1 .item-grid:nth-child(3n) {border-right: 0}
.ex-wfdlist.column-2.style-1 .item-grid:nth-child(2n) .exp-arrow{width: calc(100% - 2px);}
.ex-wfdlist.column-3.style-1 .item-grid:nth-child(3n) .exp-arrow{width: calc(100% - 2px);}
.ex-wfdlist.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-wfdlist.column-4.style-1 .item-grid:nth-child(4n){border-right: 0}
.ex-wfdlist.column-5.style-1 .item-grid:nth-child(5n){border-right: 0}
.ex-wfdlist.column-4.style-1 .item-grid:nth-child(4n) .exp-arrow{width: calc(100% - 2px);}
.ex-wfdlist.column-5.style-1 .item-grid:nth-child(5n) .exp-arrow{width: calc(100% - 2px);}  .ex-wfdlist .exstyle-2 {
display: inline-block;
overflow: hidden;
width: 100%;
background-color: transparent;
color: inherit;
text-align: center;
font-size: inherit;
padding: 10px 10px; }
.ex-wfdlist .exstyle-2 *{
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.35s ease;
}
.ex-wfdlist .exstyle-2 .exstyle-2-image {
display: inline-block; 
width: 100%;
vertical-align: top;
position: relative;
overflow: hidden;
}
.ex-wfdlist .exstyle-2 .exstyle-2-image img{margin: 0; padding: 0; display: block;}
.ex-wfdlist.style-2 .parent_grid{overflow: hidden;}
.ex-wfdlist.style-2 .ctgrid{margin: -10px;}
.ex-wfdlist .exstyle-2:hover .exstyle-2-image img{    -webkit-transform: scale(1.15);
transform: scale(1.15);}
.ex-wfdlist .exstyle-2 figcaption {padding: 20px; margin: 15px 0 0 0; padding-bottom: 90px; border: 1px solid #ddd; position: relative; background: #fff}
.ex-wfdlist .exstyle-2 figcaption h3{padding: 10px 0}
.ex-wfdlist .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-wfdlist  .exstyle-2 figcaption h5 del{
margin: 0;
padding: 0;
color: #2b2b2b;
}
.ex-wfdlist .exstyle-2 figcaption h5 ins{
background: none;
margin: 0;
padding: 0;
color: inherit;
}
.ex-wfdlist .exstyle-2 figcaption h5 span{
position: relative;
bottom: -10px;
background: #fff;
padding: 0 10px;
}
.ex-wfdlist .exstyle-2 figcaption p{margin: 0; padding: 0; margin-bottom: -12px; margin-top:13px; text-align: center;}
.ex-wfdlist .exstyle-2 figcaption p:empty {
display: none;
}
.ex-wfdlist.style-2 .item-grid{position: relative;}
.ex-wfdlist .exstyle-1 figcaption .exbt-inline,
.ex-wfdlist .exstyle-2 figcaption .exbt-inline{
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
.ex-wfdlist .exstyle-1 figcaption .exbt-inline .exstyle-1-button,
.ex-wfdlist .exstyle-2 figcaption .exbt-inline .exstyle-2-button{
position: static;
display: inline-block;
transform: translateX(0);
}
.ex-wfdlist .exstyle-2 figcaption .exfood-woocommerce.woocommerce form.cart button[type="submit"],
.ex-wfdlist .exstyle-1 figcaption .exfood-woocommerce.woocommerce form.cart button[type="submit"]{
position: static;
transform: translateX(0);
float: left;
white-space: nowrap;
}  .ex-wfdlist .exstyle-3 {
display: table;
overflow: hidden;
width: 100%;
color: #fff;
text-align: center;
font-size: inherit;
padding: 0;
border-radius: 8px;
}
.ex-wfdlist .exstyle-3 *{
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.35s ease;
}
.ex-wfdlist .exstyle-3 .exstyle-3-image {
display: table-cell; 
width: 45%;
overflow: hidden;
background-position: center center;
background-size: cover;
position: relative;
}
.ex-wfdlist .exstyle-3 .exstyle-3-image img{margin: 0; padding: 0;display: block;backface-visibility: hidden;}
.ex-wfdlist .exstyle-3:hover .exstyle-3-image img{-webkit-transform: scale(1.1);
transform: scale(1.1)}
.ex-wfdlist .exstyle-3 figcaption {width: 55%; display: table-cell; padding: 20px 15px; 
vertical-align: middle;
text-align: center;
position: relative;
background: #101010;
}
.ex-wfdlist .exstyle-3 figcaption h3{padding: 0; color: inherit; font-size: 22px;
line-height: 1;}
.ex-wfdlist .exstyle-3 figcaption h5{margin: 0; 
padding: 5px;
padding-left: 0;
font-size: 22px;
color: #ea1f2e;
margin-bottom: 7px;
line-height: 1;
}
.ex-wfdlist .exstyle-3 figcaption h5 del{
margin: 0;
padding: 0;
color: inherit;
}
.ex-wfdlist .exstyle-3 figcaption h5 ins{
background: none;
margin: 0;
padding: 0;
color: inherit;
}
.ex-wfdlist.style-3 .item-grid{margin-right: 5px;
margin-bottom: 5px;
position: relative;
}
.ex-wfdlist .exstyle-3 .exstyle-3-image > a {
min-height: 180px;
display: inline-block;
width: 100%;
height: 100%;
}
.ex-wfdlist .exstyle-3 .exstyle-3-image .exbt-inline{ position: absolute;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0, .7);
padding: 10px 5px;
line-height: 1;
text-transform: uppercase;
letter-spacing: 0.046875em;
font-weight: bold;
}
.ex-wfdlist .exstyle-3:hover .exstyle-3-image .exbt-inline{
background: rgba(0,0,0, .9);
}
.ex-wfdlist .exstyle-3 .exstyle-3-image .exbt-inline .exfood-sm{ margin:0; padding: 0; }
.ex-wfdlist .exstyle-3 .exstyle-3-image .exbt-inline .exfood-sm button,
.ex-wfdlist .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-wfdlist.column-3.style-3 .item-grid{
width: calc((100% - 10px) / 3);
}
.ex-wfdlist.column-2.style-3 .item-grid{
width: calc((100% - 5px) / 2);
}
.ex-wfdlist.column-3.style-3 .item-grid:nth-child(3n){margin-right: 0}
.ex-wfdlist.column-2.style-3 .item-grid:nth-child(2n){margin-right: 0}
.ex-wfdlist.style-3 .ctgrid{}
.ex-wfdlist .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-wfdlist .exstyle-3 figcaption .exbt-inline{
position: absolute;
bottom: 0;
left: 0;
}
.ex-wfdlist .exstyle-3 figcaption .exfood-woocommerce .woocommerce{
position: relative;
}
.ex-wfdlist .exstyle-3 figcaption .exfood-woocommerce.woocommerce form.cart button[type="submit"]{
bottom: 0;
left: 0;
transform: translateX(0);
position: relative;
padding: 11px 25px;
border-radius: 5px;
}
.ex-wfdlist .exstyle-3 figcaption p{text-align: center; margin: 0 0 10px 0; padding: 0;margin-top: -8px;}
.ex-wfdlist .exstyle-3 figcaption p:empty {
display: none;
}
.ex-wfdlist .exstyle-3 figcaption button:hover,
.ex-wfdlist .exstyle-3 figcaption .exstyle-3-button:hover{background: #e08209;}
.ex-wfdlist .exstyle-3.exstyle-3-center figcaption .exbt-inline{
position: static;
}
.ex-wfdlist .exstyle-3.exstyle-3-center figcaption .exstyle-3-button{
position: static;
float: left;
}
.ex-wfdlist .exstyle-3.exstyle-3-center .exfood-woocommerce.woocommerce form.cart button[type="submit"]{
transform: translateX(0);
position: static;
float: left;
}
.ex-wfdlist .exstyle-3.exstyle-3-center figcaption button{
position: static;
float: left;
transform: translateX(0);
}
.ex-wfdlist .exstyle-3 figcaption .exstyle-button-bin{
bottom: 0;
left: unset;
transform: translateX(0);
padding: 11px 25px;
border-radius: 5px;
}  .ex-wfdlist .exstyle-4 {
display: inline-block;
overflow: hidden;
width: 100%;
background-color: transparent;
text-align: center;
font-size: inherit;
}
.ex-wfdlist .exstyle-4 *{
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.35s ease;
}
.ex-wfdlist .exstyle-4 .exstyle-4-image {
overflow: hidden;
position: relative;
}
.ex-wfdlist .exstyle-4 .exstyle-4-image img{margin: 0; padding: 0; display: block;}
.ex-wfdlist .exstyle-4:hover .exstyle-4-image img{-webkit-transform: scale(1.15);
transform: scale(1.15)}
.ex-wfdlist .exstyle-4 figcaption {
border-top: 3px solid #ea1f2e;
padding: 25px;
text-align: left;
padding-bottom: 60px;
background: #fff;
}
.ex-wfdlist .exstyle-4 figcaption h3{padding: 0; color: inherit; font-size: 20px;margin-top: 0;line-height: 1;
margin-top: 0px;
margin-bottom: 8px;}
.ex-wfdlist .exstyle-4 figcaption h5{margin: 0; 
font-size: 20px;
color: #fff;
position: absolute;
bottom: 25px;
left: 25px;
background: #ea1f2e;
padding: 3px 10px;
line-height: 1;
}
.ex-wfdlist .exstyle-4 figcaption h5 del{
margin: 0;
padding: 0;
}
.ex-wfdlist .exstyle-4 figcaption h5 ins{
background: none;
margin: 0;
padding: 0;  
}
.ex-wfdlist .exstyle-4 figcaption p{text-align: left; margin: 0; padding: 0; color: inherit;margin-top: 7px;margin-bottom: 7px;}
.ex-wfdlist .exstyle-4 figcaption p:empty {
display: none;
}
.ex-wfdlist .exstyle-4 figcaption .exstyle-4-button.exwpfd-choice{
background: #fff;
border: 2px solid #ea1f2e;
width: 29px;
height: 29px;
padding: 0;
}
.ex-wfdlist .exstyle-4 figcaption .exfood-woocommerce.woocommerce form.cart button[type="submit"]{
margin: 0;
padding: 0;
position: static;
transform: translateX(0);
padding: 8px 25px;
}
.ex-wfdlist .exstyle-4 figcaption .exfood-woocommerce.woocommerce form>a{color: initial;}
.ex-wfdlist .exstyle-4 .exwpfd-icon-plus {
width: 27px;
height: 27px;
}
.ex-wfdlist .exstyle-4 .exwpfd-icon-plus:after {
width: 19px;
height: 3px;
top: 11px;
left: 3px;
background-color: #ea1f2e;
}
.ex-wfdlist .exstyle-4 .exwpfd-icon-plus:before {
width: 3px;
height: 19px;
top: 3px;
left: 11px;
background-color: #ea1f2e;
}
.ex-wfdlist .exstyle-4 .exstyle-button-bin{
right: 10px;
bottom: 10px;
transform: translateX(0);
left: unset;
}
.exstyle-4 figcaption .exstyle-4-button{ position: absolute; bottom: 25px; right: 25px; }
.ex-wfdlist.ex-food-plug .exwpfd-choice.ex-loading {
pointer-events: none;
opacity: .4;
}  .exwpfd-ribbon {
position: absolute;
left: 0; 
top: 0; 
z-index: 1;
overflow: hidden;
width: 90px;
height: 90px; }
.exwpfd-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-wfdlist.style-4 .item-grid{margin-right: 10px;
margin-bottom: 10px;
position: relative;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
border-bottom: 3px solid #ea1f2e;
}
.ex-wfdlist.column-3.style-4 .item-grid{
width: calc((100% - 20px) / 3);
}
.ex-wfdlist.column-2.style-4 .item-grid{
width: calc((100% - 10px) / 2);
}
.ex-wfdlist.column-4.style-4 .item-grid{
width: calc((100% - 30px) / 4);
}
.ex-wfdlist.column-5.style-4 .item-grid{
width: calc((100% - 40px) / 5);
}
.ex-wfdlist.column-3.style-4 .item-grid:nth-child(3n){margin-right: 0}
.ex-wfdlist.column-2.style-4 .item-grid:nth-child(2n){margin-right: 0}
.ex-wfdlist.column-4.style-4 .item-grid:nth-child(4n){margin-right: 0}
.ex-wfdlist.column-5.style-4 .item-grid:nth-child(5n){margin-right: 0}
.ex-wfdlist.style-4 .ctgrid{}
@supports (-ms-ime-align:auto) {
.ex-wfdlist.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-wfdlist .exstyle-3{
table-layout: fixed;
}
.ex-wfdlist.column-3.style-3 .item-grid{
width: calc((100% - 10px) / 3 - 0.1px);
}
.ex-wfdlist .exwpfd-shopping-cart .exwpfd-cart-parent a{
width: 20px;
display: inline-block;
}
.ex-wfdlist .exwpfd-shopping-cart .exwpfd-cart-parent img{
width: auto;
height: auto;
}
.exwp_modal .modal-content{ margin-bottom: 25%;
}
} .exp-arrow figure{ float:left;} .ex-wfdlist * {
box-sizing: border-box;
}
.exp-arrow figure{ margin:0} .exfood-woocommerce{ font-size: 13px; }
.exfood-woocommerce.woocommerce .quantity {display: inline-block; margin: 0; margin-right: 5px;}
.exfood-woocommerce.woocommerce .variations + .single_variation_wrap .quantity{margin-top: 20px;}
.exfood-buildin-cart input[name="food_qty"]::-webkit-inner-spin-button,
.exfood-buildin-cart input[name="food_qty"]::-webkit-outer-spin-button,
.exfood-woocommerce.woocommerce div.quantity input[type=number]::-webkit-inner-spin-button, 
.exfood-woocommerce.woocommerce div.quantity input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0; 
}
.exfood-woocommerce.woocommerce a.added_to_cart{display: none;}
.exfood-woocommerce.woocommerce .cart:not(.grouped_form) .quantity input[type=button]{
padding: 12px 13px; width: 38px;
}
.exfood-buildin-cart input[name="food_qty"],
.exfood-woocommerce.woocommerce div.quantity input[type=number] {-moz-appearance: textfield;border: 0;
background: transparent; max-width: 38px;}
.exwpfd-cart-content .exwpfd-close-cart:hover,
.exwpfd-cart-content .woocommerce-mini-cart__buttons a:hover,
.exfood-woocommerce.woocommerce .cart:not(.grouped_form) .quantity input[type=button]:hover,
.exfood-woocommerce.woocommerce form.cart button[type="submit"]:hover{ background: #000; }
.exfood-woocommerce.woocommerce table.variations tr td,
.exfood-woocommerce.woocommerce table.variations {border: 0;}
.exfood-woocommerce.woocommerce table.variations tr td.label{ width:30%; text-align: left; padding: 0;}
.exfood-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
}
.exfood-woocommerce span.price {font-size: 20px;}
.exfood-woocommerce .woocommerce-variation-availability {margin: 0;}
.exfood-woocommerce.woocommerce table.variations {
margin-bottom: 0;
border-bottom: 1px solid #eee;
}
.exfood-woocommerce.woocommerce .cart.grouped_form  .quantity{ margin: 0; }
.exfood-woocommerce.woocommerce .cart.grouped_form  .quantity .qty{ border:1px solid #eee; 
font-size: inherit;
font-family: inherit;
background: transparent;
}
.exfood-woocommerce.woocommerce .cart.grouped_form table .woocommerce-grouped-product-list-item__quantity{
text-align: center;
}
.exfood-woocommerce.woocommerce .cart.grouped_form .quantity input[type=button]{
width: 30px; color: inherit; background: transparent; padding: 0; margin: 0;
}
.exfood-woocommerce.woocommerce .cart.grouped_form table, 
.exfood-woocommerce.woocommerce .cart.grouped_form th, 
.exfood-woocommerce.woocommerce .cart.grouped_form td {
border: 1px solid #ddd;
}
.exfood-woocommerce.woocommerce .cart.grouped_form table{border-width: 1px 0 0 1px; margin: 25px 0 30px 0;}
.exfood-woocommerce.woocommerce .cart.grouped_form td {
border-width: 0 1px 1px 0;
} .ex-wfdlist.ex-loading {opacity: .7;}
.exwpfd-pagination-parent {
width: 100%;
}
.exwpfd-pagination{ margin:25px 0; width: 100%; display: inline-block;}
.exwpfd-pagination .page-navi{text-align: center; width: 100%; display: inline-block;}
.exwpfd-pagination .page-navi a, .exwpfd-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;
}
.exwpfd-pagination .page-navi a:hover,
.exwpfd-pagination .page-navi > span:hover
{ background-color: #444; border-color: #444;color: #fff;}
.exwpfd-pagination .page-navi > span{cursor: pointer;}
.ex-wfdlist span.search-btsm .tp-search-submit,
.exwpfd-pagination .page-navi .page-numbers.current{ color: #fff; background-color: #ea1f2e;border-color:#ea1f2e; transition: all .2s;}
.exwpfd-pagination .page-navi .page-numbers.current +a.next-ajax{pointer-events: none}
.exwpfd-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-wfdlist.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 > .exwpfd-loadcont,
.ex-fdck.ld-screen.at-childdiv .exwpfd-loadcont{ opacity:0; transition:all .3s; z-index:-999;}
.ex-fdcarousel.ld-screen > *:not(.exwpfd-loadcont),
.ex-fdck.ld-screen > *:not(.exwpfd-loadcont){ opacity:0; transition:all .3s;}
.ex-fdcarousel.ld-screen.at-childdiv > *:not(.exwpfd-loadcont){ opacity:1;}
.exwpfd-loadcont{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -1;
opacity:0;
transition:all ease-out 7s;
}
.ld-screen > .exwpfd-loadcont{ opacity:1; z-index:99999}
.exwpfd-loadicon,
.exwpfd-loadicon::before,
.exwpfd-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;
}
.exwpfd-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;
}
.exwpfd-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;
}
.exwpfd-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);}
} .exwpfd-out-open-time.ex-wfdlist .exstyle-1 figcaption{  margin-bottom: 0;}
.exwpfd-out-open-time.ex-wfdlist .exstyle-2 figcaption{ padding-bottom: 20px;}
.exwpfd-out-open-time.ex-wfdlist .exstyle-2 figcaption p{ margin-bottom: 6px;}
.exwpfd-out-open-time .fdstyle-list-2 .fdlist_2_title .fdlist_2_price{margin-right: 0}
.exwpfd-out-open-time .fdstyle-list-3 .fdlist_3_des { width: calc(70% - 90px);} @media screen and (max-width: 992px) and (min-width: 769px){
.ex-wfdlist.column-4  .ctgrid .item-grid,
.ex-wfdlist.column-5  .ctgrid .item-grid
{width: 33.33333%;}
.ex-wfdlist.column-4  .ctgrid .item-grid:nth-child(4n+1){clear: none;}
.ex-wfdlist.column-4  .ctgrid .item-grid:nth-child(3n+1){clear: both;}
.ex-wfdlist.column-5  .ctgrid .item-grid:nth-child(5n+1){clear: none;}
.ex-wfdlist.column-5  .ctgrid .item-grid:nth-child(3n+1){clear: both;}
.ex-wfdlist.column-5.style-1 .item-grid:nth-child(5n),
.ex-wfdlist.column-4.style-1 .item-grid:nth-child(4n){border-right: 2px dashed rgba(0, 0, 0, 0.15)}
.ex-wfdlist.column-5.style-1 .item-grid:nth-child(3n),
.ex-wfdlist.column-4.style-1 .item-grid:nth-child(3n){border-right: 0}
.ex-wfdlist.column-4.style-4  .ctgrid .item-grid,
.ex-wfdlist.column-5.style-4  .ctgrid .item-grid
{width: calc((100% - 20px) / 3);}
.ex-wfdlist.column-4.style-4  .ctgrid .item-grid:nth-child(4n){margin-right: 10px;}
.ex-wfdlist.column-5.style-4  .ctgrid .item-grid:nth-child(5n){margin-right: 10px;}
.ex-wfdlist.column-4.style-4  .ctgrid .item-grid:nth-child(3n){margin-right: 0;}
.ex-wfdlist.column-5.style-4  .ctgrid .item-grid:nth-child(3n){margin-right: 0;}
}
@media (max-width: 992px){
.ex-wfdlist.column-3.style-3 .item-grid{
width: calc((100% - 5px) / 2);
}
.ex-wfdlist.column-2.style-3 .item-grid{
width: calc((100% - 5px) / 2);
}
.ex-wfdlist.column-3.style-3 .item-grid:nth-child(3n){margin-right: 5px}
.ex-wfdlist.column-3.style-3 .item-grid:nth-child(2n){margin-right: 0}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-select{
display: block;
}
.ex-wfdlist .exwpfd-filter .exwpfd-filter-group .ex-menu-list{
display: none;
}
}
@media screen and (max-width: 768px){
.ex-wfdlist .ctgrid .item-grid{width: 50%;}
.ex-wfdlist .ctgrid .item-grid:nth-child(3n+1){clear: none;}
.ex-wfdlist:not(.ex-fdcarousel) .ctgrid .item-grid:nth-child(2n+1){clear: both;}
.ex-wfdlist.column-5  .ctgrid .item-grid:nth-child(5n+1){clear: none;}
.ex-wfdlist.column-3.style-1 .item-grid:nth-child(3n),
.ex-wfdlist.column-4.style-1 .item-grid:nth-child(4n),
.ex-wfdlist.column-5.style-1 .item-grid:nth-child(5n){border-right: 2px dashed rgba(0, 0, 0, 0.15)}
.ex-wfdlist.column-4.style-4  .ctgrid .item-grid,
.ex-wfdlist.column-3.style-4  .ctgrid .item-grid,
.ex-wfdlist.column-5.style-4  .ctgrid .item-grid
{width: calc((100% - 10px) / 2);}
.ex-wfdlist.column-3.style-4  .ctgrid .item-grid:nth-child(3n){margin-right: 10px;}
.ex-wfdlist.column-4.style-4  .ctgrid .item-grid:nth-child(4n){margin-right: 10px;}
.ex-wfdlist.column-5.style-4  .ctgrid .item-grid:nth-child(5n){margin-right: 10px;}
.ex-wfdlist.column-3.style-4  .ctgrid .item-grid:nth-child(2n){margin-right: 0;}
.ex-wfdlist.column-4.style-4  .ctgrid .item-grid:nth-child(2n){margin-right: 0;}
.ex-wfdlist.column-5.style-4  .ctgrid .item-grid:nth-child(2n){margin-right: 0;}
}
@media (max-width: 450px){
.ex-wfdlist .parent_grid .ctgrid .item-grid{width: 100%;}
.ex-wfdlist span.search-btsm{
float: left;
margin-top: 10px;
width: 100%;
}
.ex-wfdlist.style-1 .ctgrid .item-grid:nth-child(n){border-right: 2px dashed rgba(0, 0, 0, 0.15)}
.ex-wfdlist.column-2.style-3  .ctgrid .item-grid{
width: 100%;
margin-right: 0;
}
.ex-wfdlist.style-3 .parent_grid .ctgrid .item-grid:nth-child(n),
.ex-wfdlist.style-4 .parent_grid .ctgrid .item-grid:nth-child(n){
width: 100%;
margin-right: 0;
}
} .exwpfd-cart-content:not(.exfood-cart-shortcode) .exfood-warning {
margin: 20px 0;
padding: 7px 15px;
border: 1px solid #ea1f2e;
font-weight: bold;
}  .ex-wfdlist.ex-fdcarousel .parent_grid{
padding-bottom: 40px;
}
.ex-wfdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-next,
.ex-wfdlist.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-wfdlist.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-wfdlist.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-wfdlist.ex-fdcarousel:hover .ctgrid.ex_s_lick-slider .ex_s_lick-next,
.ex-wfdlist.ex-fdcarousel:hover .ctgrid.ex_s_lick-slider .ex_s_lick-prev{
transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
opacity: 1;
}
.ex-wfdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-next:hover,
.ex-wfdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .ex_s_lick-prev:hover{
background: rgba(0,0,0,.75)
}
.ex-wfdlist.ex-fdcarousel .ex_s_lick-dots li button:before{
opacity: 1;
color: #ea1f2e;
font-size: 13px;
}
.ex-wfdlist.ex-fdcarousel.style-3 .ex_s_lick-dots{
bottom: -35px;
}
.ex-wfdlist.ex-fdcarousel .ex_s_lick-dots li.ex_s_lick-active button:before {
opacity: .5;
color: #ea1f2e;
}
.ex-fdcarousel .ex_s_lick-prev:before, .ex-fdcarousel .ex_s_lick-next:before{
border: solid #fff;
border-width: 0 3px 3px 0;
font-size: 9px;
}
.ex-wfdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .item-grid{
border-bottom: 0;
}
.ex-wfdlist.ex-fdcarousel .ctgrid.ex_s_lick-slider .item-grid:last-child{
border-right: 0;
}
.ex-wfdlist.ex-fdcarousel.style-2 .parent_grid {
overflow: unset;
}
.ex-required-message{ display: none; }
select.ex-ck-select,
.exfood-select-loc select.ex-loc-select{
background-position: right center; background-repeat: no-repeat;
} .exfood-thankyou > div { margin-top: 20px;}
.exfood-thankyou h3{font-family: inherit;}
.ex-order-info ul li {
list-style: none;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
padding: 0 0 10px 0;
}
.ex-order-info ul li strong {display:  block;}
.ex-order-info {
background: #fbfbfb;
padding: 15px 25px;
}
.ex-order-info ul li:last-child {
border: 0;
margin: 0;
padding: 0;
}
.exfood-thankyou > div.ex-order-details table tr th{ background:#fbfbfb}
.exfood-thankyou > div.ex-order-details table{border: 1px solid #ddd;margin: 0;padding: 0;}
.exfood-thankyou > div.ex-order-details table tr td,
.exfood-thankyou > div.ex-order-details table tr th {
border: 0;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 15px 20px;
}
.exfood-thankyou > div.ex-order-details table tr td:last-child,
.exfood-thankyou > div.ex-order-details table tr th:last-child{border-right: 0;}
.exfood-thankyou > div.ex-order-details table tr:last-child td{ border-bottom:0}
.exfood-thankyou .exwpfd-print-button,
.exwpfd-user-content .exwpfd-print-button{
padding: 10px 20px;
margin-top: 5px;
color: #ffffff;
background-color: #666666;
font-size: 15px;
}
@media screen and (max-width: 767px){
.exfood-thankyou > div.ex-order-details table tr td, 
.exfood-thankyou > div.ex-order-details table tr th{
padding: 15px 4px; text-align: center;font-size: 90%;
}
.exwpfd-user-main .exwpfd-user-content,
.exwpfd-user-main .exwpfd-user-left {
width: 100%;
padding: 0;
margin:0 0 20px;
}
}
small.woocommerce-price-suffix {text-transform: capitalize;font-size: 13px;} p.exwpfd-out-notice{
color: #fff;
background: #ea1f2e;
padding: 5px 10px;
margin-bottom: 0;
}
.exwp_modal .modal-content .fd_modal_des p.exwpfd-out-notice{padding: 5px 10px;}
.exwp_modal .modal-content .fd_modal_des .single-product p.exwpfd-out-notice{ margin-top: 20px; }
.exwpfd-cart-content:not(.exfood-cart-shortcode) .exfood-warning.minimum-war {
margin: 0 0 20px 0;
width: 100%;
}
.exwpfd-cart-content .exfood-warning.minimum-war:not(.ex-required-message){
display: inline-block;
}
.exfood-cart-shortcode .exfood-warning.minimum-war {
padding: 7px 10px;
width: 100%;
border: 1px solid #ea1f2e;
margin: 0 0 30px 0;
} .exwpfd-admin-review > span > i.icon {
font-size: 20px;
color: #ea1f2e;
} .exwpfd-payment label{display: block; margin-bottom: 5px}
.exf-pp-loading.ld-screen:not(.at-childdiv),
.exf-pp-loading.ld-screen:not(.at-childdiv) .exwpfd-loadcont{ min-height: 100px } .exfood-cart-shortcode.exwpfd-cart-content p.exfood-total.exfood-final-total,
.exfood-cart-shortcode.exwpfd-cart-content p.exfood-total.exfood-tax,
.exfood-cart-shortcode.exwpfd-cart-content p.exfood-total.exfood-shipping-fee {border-top: 0; margin: 0; padding-top: 0;}
.exfood-cart-shortcode.exwpfd-cart-content p.exfood-total {margin-bottom: 0;}
.exfood-woocommerce.woocommerce .wc-pao-addon-container {margin-bottom: 20px;} .exwoofood-no-ajax-pagination{ margin-top:60px;}
.exwoofood-no-ajax-pagination ul{text-align: center;}
.exwoofood-no-ajax-pagination ul li{ list-style:none; width:auto; display: inline-block;}
.exwoofood-no-ajax-pagination ul li a,
.exwoofood-no-ajax-pagination ul li span{
display: inline-block;
background: none;
background-color: #FFFFFF;
padding: 5px 15px 0 15px;
color: rgba(153,153,153,1.0);
margin: 0px 10px 10px 0;
min-width: 40px;
min-height: 40px;
text-align: center;
text-decoration: none;
vertical-align: top;
font-size: 16px;
border-radius: 0px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
transition: all .2s;
border: 1px solid rgba(0, 0, 0, 0.15);
line-height: 1.7;
}
.exwoofood-no-ajax-pagination ul li a:hover,
.exwoofood-no-ajax-pagination ul li span.current{ color: rgba(119,119,119,1.0); background-color: rgba(238,238,238,1.0);}
.exfood-cart-shortcode.exwpfd-cart-content p.ex-tern-con input {
display: inline-block;
width: auto;
vertical-align: middle;
margin-right: 5px;
}
.exfood-cart-shortcode.exwpfd-cart-content p.ex-tern-con a {
color: #007acc;
box-shadow: 0 1px 0 0 #007acc;
} .exfood-buildin-cart .exfood-quantity input { display: inline-block !important; }
.exfood-cart-shortcode.exwpfd-cart-content { overflow-x: hidden; }
p.exf-time-stt{ color: red; border: 0; padding: 10px 0 0; margin:0;}
.exfood-checkout-shortcode select option:disabled {
background: #ddd;
}
.exfdisable-link .ctlist a, .exfdisable-link .parent_grid a{ pointer-events: none !important; }.ctlist .fditem-list.item-grid:first-child{ }
.ctlist .fditem-list.item-grid:last-child{ }
.ctlist .item-grid{ position: relative; }
.ctlist .item-grid.ex-loading,
.ctlist .exwpfd-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;
}
.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 .exwpfd-icon-plus,
.fdstyle-list-3 .exwpfd-icon-plus {
width: 27px;
height: 27px;
background-color: transparent;
}
.fdstyle-list-2 .exwpfd-icon-plus:after,
.fdstyle-list-3 .exwpfd-icon-plus:after {
background-color: #ea1f2e;
width: 19px;
height: 3px;
top: 12px;
left: 4px;
}
.fdstyle-list-2 .exwpfd-icon-plus:before,
.fdstyle-list-3 .exwpfd-icon-plus:before {
background-color: #ea1f2e;
width: 3px;
height: 19px;
top: 4px;
left: 12px;
}
.fdstyle-list-1 .exwpfd-icon-plus{
width: 20px;
height: 20px;
background-color: #fff;
}
.fdstyle-list-1 .exwpfd-icon-plus:after{
background-color: #ea1f2e;
width: 15px;
height: 3px;
top: 8px;
left: 3px;
}
.fdstyle-list-1 .exwpfd-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-wfdlist.category_left.list-layout .ctlist{ padding: 20px 0 0 20px; }
.fdstyle-list-2 .exfood-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;
}
.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-wfdlist.category_left{display: flex;
flex-wrap: wrap;
width: 100%;
}
.ex-wfdlist.category_left .exwpfd-filter{
margin: 0;
padding: 0;
width: 30%;
border-top: 2px solid #9f9f9a;
}
.ex-wfdlist.category_left .ctlist{
border-left: 2px solid #9f9f9a;
border-top: 2px solid #9f9f9a;
width: 70%;
padding-left: 20px;
padding-top: 5px;
}
.ex-wfdlist.category_left .exwpfd-filter .ex-menu-list{
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 0;
margin: 0;
border: 0;
}
.ex-wfdlist.category_left .exwpfd-filter .ex-menu-list a{
border: 0;
padding: 7px 15px;
margin: 0;
width: 100%;
position: relative;
text-align: right;
}
.ex-wfdlist.category_left .exwpfd-filter .exwpfd-filter-group .ex-menu-list a:first-child {
border-left: 0;
}
.ex-wfdlist.category_left .exwpfd-filter .ex-menu-list a:hover { color: #ea1f2e;}
.ex-wfdlist.category_left .exwpfd-filter .ex-menu-list a:hover ul{ color: #101010;}
.ex-wfdlist.category_left .exwpfd-filter .ex-menu-list .ex-active-left{
color: #ea1f2e;
}
.ex-wfdlist.category_left .exwpfd-filter .ex-menu-list .ex-active-left:after {
content: "";
width: 2px;
background: #ea1f2e;
position: absolute;
top: 0;
bottom: 0;
right: -2px;
}
.ex-wfdlist.category_left .exwpfd-filter .exwpfd-filter-group .ex-menu-list a ul{
top: 15px;
left: 100%;
}
.ex-wfdlist.category_left .exwpfd-filter .exwpfd-filter-group .ex-menu-list a > .exwpfd-caret { -ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .ex-wfdlist.list-style-3 .exwpfd-filter .exwpfd-filter-group .ex-menu-list{ text-align: center; }
.ex-wfdlist.list-style-3 .fdstyle-list-3{ margin-bottom: 15px; }
.ex-wfdlist.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: 30%;
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(70% - 160px);
}
.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;} .ctlist .fditem-list.item-grid .exwpfd-choice.ex-loading {
pointer-events: none;
opacity: .4;
}
@media screen and (max-width: 768px){
.ex-wfdlist.category_left .exwpfd-filter{
margin: 0;
padding: 0;
width: 100%;
border-top: none;
}
.ex-wfdlist.category_left .ctlist{
border-left: none;
border-top: none;
width: 100%;
padding-left: 0;
padding-top: 5px;
}
.ex-wfdlist.category_left .exwpfd-filter .ex-menu-list{
display: none;
}
}
.exp-arrow figure a.exwpfd_modal_click:empty {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: auto;
}
.ex-wfdlist .exp-arrow figure{ position: relative; }.ex-wfdlist .ctlist button,.ex-wfdlist .ctlist input,.ex-wfdlist .ctlist select,.ex-wfdlist .ctlist textarea{
font-family: 'Source Sans Pro', sans-serif;
}
.ex-wfdlist .ctlist table th.exp-sort > i{
float: right;
margin-top: 4px;
}
.ex-wfdlist .ctlist tbody tr td > a{
display: inherit;
overflow: hidden;
}
.ex-wfdlist .ctlist .exp-td-first{
padding: 5px;
} .exwpfd-table-1{
border: 0;
}
.exwpfd-table-1 tbody tr:nth-child(odd){
background-color: #f5f5f5;
}
.exwpfd-table-1 .exwpfd-hide-mb{display: none;}
.exwpfd-table-1 .exwpfd-show-tablet{display: none;}
.exwpfd-table-1 thead th:nth-child(1),
.exwpfd-table-1 tbody td:nth-child(1)
{width: 10%}
.exwpfd-table-1 th.ex-fd-name,
.exwpfd-table-1 td.ex-fd-name{
width: 20%
}
.exwpfd-table-1 th.ex-fd-table-des,
.exwpfd-table-1 td.ex-fd-table-des{
width: auto;
}
.exwpfd-table-1.exwpfd-non-showdes th.ex-fd-name,
.exwpfd-table-1.exwpfd-non-showdes td.ex-fd-name{width: auto;}
.exwpfd-table-1 th.exwpfd-price,
.exwpfd-table-1 td.exwpfd-price{width: 10%}
.exwpfd-table-1 th.ex-fd-category,
.exwpfd-table-1 td.ex-fd-category{width: 15%}
.exwpfd-table-1 th.ex-fd-table-order,
.exwpfd-table-1 td.ex-fd-table-order{width: 50px}
.exwpfd-table-1 th, .exwpfd-table-1 td{border:0;}
.exwpfd-table-1 td{color: #333; font-size: inherit;padding: 10px 5px; border-bottom: 1px dashed rgba(0, 0, 0, 0.15);}
.exwpfd-table-1 img{
width: 100%;
transition: all .35s;
}
.exwpfd-table-1 th{
border: 0;
font-size: 15px;
color: #fff;
line-height: 1.4;
background-color: #ea1f2e;
padding: 15px;
text-transform: uppercase;
border-right: 1px solid #fff;
font-weight:400;
}
.exwpfd-table-1 th:last-child{ border-right:0;}
.exwpfd-table-1 tbody tr.odd{background-color: #f8f6ff;}
.exwpfd-table-1 tbody tr:hover img{
transform: scale(1.15);
}
.exwpfd-table-1 h3,
.exwpfd-table-1 h5,
.exwpfd-table-1 p{font-size: inherit;}
.exwpfd-table-1 h5{text-transform: capitalize;}
.exwpfd-table-1 .ex-social-account li a,
.ex-table-2 .ex-social-account li a
{background: inherit; color: #333;}
.exwpfd-table-1 td del {
margin: 0;
padding: 0;
color: inherit;
}
.exwpfd-table-1 td ins {
background: none;
margin: 0;
padding: 0;
color: inherit;
}
.exwpfd-table-1 td.ex-fd-name h3 a{padding:0; margin: 0 ;color: inherit; text-transform: capitalize; font-weight: normal; font-size: 22px}
.exwpfd-table-1 td .exwpfd-price-detail{font-family: inherit; font-weight: bold;}
.exwpfd-table-1 td.ex-fd-table-order{
position: relative;
text-align: center;
}
.exwpfd-table-1 .ex-fd-category p {
display: inline-block;
border: 1px solid #ddd;
padding: 2px 5px;
line-height: 1;
margin: 0 3px 3px 0;
}
.exwpfd-table-1 td .minus_food,
.exwpfd-table-1 td .plus_food{
display: none;
}
.exwpfd-table-1 .exstyle-button-bin.ex-cart{
position: static;
transform: translateX(0);
vertical-align: top;
max-height: 38px;
padding: 13px 30px;
}
.exwpfd-table-1 ..exfood-sm{margin-top: 0}
.exwpfd-table-1 .exfood-buildin-cart input[name="food_qty"], .exwpfd-table-1 .exfood-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;
}
.exwpfd-table-1 .ex-fd-table-order button{
background: #fff;
border: 2px solid #ea1f2e;
width: 25px;
height: 25px;
padding: 0;
}
.exwpfd-table-1 .ex-fd-table-order .exwpfd-icon-plus{
width: 21px;
height: 21px;
background-color: #fff;
}
.exwpfd-table-1 .ex-fd-table-order .exwpfd-icon-plus:after{
background-color: #ea1f2e;
width: 15px;
height: 3px;
top: 9px;
left: 3px;
}
.exwpfd-table-1 .ex-fd-table-order .exwpfd-icon-plus:before{
background-color: #ea1f2e;
width: 3px;
height: 15px;
top: 3px;
left: 9px;
}
.exwpfd-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;} @media screen and (max-width: 992px){ .exwpfd-table-1 .exwpfd-show-tablet{display: block;}
.exwpfd-table-1 .exwpfd-hide-tablet{display: none;}
}
@media screen and (max-width: 768px){
.exwpfd-table-1 .exwpfd-hide-mb{display: block;}
.exwpfd-table-1 .exwpfd-hide-screen{display: none;}
.exwpfd-table-1 .exwpfd-detail{float: left;}
.ex-table-2 .exwpfd-hide-mb{display: block;}
.ex-table-2 .exwpfd-hide-screen{display: none;}
.exwpfd-table-1 thead th:nth-child(1),
.exwpfd-table-1 tbody td:nth-child(1){width: 80px}
.exwpfd-table-1 th.ex-fd-name,
.exwpfd-table-1 td.ex-fd-name{
width: 75%;
}
.exwpfd-table-1.exwpfd-non-showdes th.ex-fd-name, .exwpfd-table-1.exwpfd-non-showdes td.ex-fd-name
{
width: 70%;
}
}
@media screen and (max-width: 450px){
.exwpfd-table-1 thead th:nth-child(1), .exwpfd-table-1 tbody td:nth-child(1) {
width: 70px;
}
.exwpfd-table-1 thead th:nth-child(2), .exwpfd-table-1 tbody td:nth-child(2) {
width: 60%;
}
.exwpfd-table-1 .exfood-buildin-cart .exfood-quantity{
padding-bottom: 5px;
}
.exwpfd-table-1.exwpfd-non-showdes th.ex-fd-name, .exwpfd-table-1.exwpfd-non-showdes td.ex-fd-name {
width: unset;
}
}
.table-layout .ex-loadmore{ border:0; padding:0;}.exwpfd-hidden-scroll{overflow-y: hidden}
.exwp_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;
} .exwp_modal .modal-content {
background-color: #fefefe;
margin: auto;
padding: 0;
width: 70%;
background: #fff;
-webkit-animation-name: ex-slideInDown;
-webkit-animation-duration: 0.6s;
animation-name: ex-slideInDown;
animation-duration: 0.6s;
margin-top: 20vh;
margin-bottom:18vh;
max-width: 1170px;
}
.exwp_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;
}
.exwp_modal .modal-content .fd_modal_img{width: 50%}
.exwp_modal .modal-content .fd_modal_img img{margin: 0; padding: 0}
.exwp_modal .modal-content .fd_modal_img .ex_s_lick-dots li button:hover, .ex_s_lick-dots li button:focus{
color: #ea1f2e;
}
.exwp_modal .modal-content .ex_s_lick-dots li button:before{color: #ea1f2e;}
.exwp_modal .modal-content .fd_modal_des{width: 50%; padding: 30px; font-size: inherit;}
.exwp_modal .modal-content .fd_modal_des h3{
padding: 0;
margin: 0 0 20px 0;
text-align: left;
font-size: 27px;
position: relative;
}
.exwp_modal .modal-content .fd_modal_des h3:after {
bottom: -15px;
content: "";
width: 50px;
border-bottom: 3px solid #ddd;
position: absolute;
left: 0;
}
.exwp_modal .modal-content .fd_modal_des p{
margin: 0;
padding: 0;
margin-bottom: -3px;
}
.exwp_modal .modal-content .fd_modal_des p:empty{display: none;}
.exwp_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: 20px;
}
.exwp_modal .modal-content .fd_modal_des h5 del{
margin: 0;
padding: 0;
color: #2b2b2b;
}
.exwp_modal .modal-content .fd_modal_des h5 ins{
background: none;
margin: 0;
padding: 0;
color: inherit;
}
.exwp_modal .modal-content .fd_modal_des .exwpfd_nutrition{
width: 100%;
margin: 0 5px 0 0;
border-bottom: 1px solid #eee;
padding: 0px 0 7px 0;
}
.exwp_modal .modal-content .fd_modal_des .exwpfd_nutrition ul{
list-style: none;
margin: 0;
padding: 0
}
.exwp_modal .modal-content .fd_modal_des .exwpfd_nutrition li{
width: 33.33%;
float: left;
font-size: inherit;
margin: 7px 0;
}
.exwp_modal .modal-content .fd_modal_des .exwpfd_nutrition li span{
color: #666666;
line-height: 1;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
display: block;
}
.ex-wfdlist.table-layout tr.ex-loading{opacity: .7}
.ex-wfdlist .item-grid.ex-loading:after{
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;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#exwp_food_modal .ex_s_lick-dots{ bottom: 25px; }
#exwp_food_modal .ex_s_lick-dotted.ex_s_lick-slider{ margin-bottom: 0; }
.fd_modal_des .exfood-ct{ margin: 0; padding-bottom: 20px; } @media (max-width: 450px){ }
@media screen and (max-width: 768px){
.exfood-buildin-cart .exfood-quantity{
padding-bottom: 10px;
}
}
@media screen and (min-width: 768px) and (max-width: 850px){
.exwp_modal .modal-content .exfood-quantity{
margin-bottom: 10px;
}
}
@media screen and (max-width: 767px){
.exwp_modal .modal-content .fd_modal_img {
width: 100%;
}
.exwp_modal .modal-content .fd_modal_des {
width: 100%;
}
.exwp_modal .modal-content .fd_modal_des .exwpfd_nutrition li{ width: 50% }
.exwp_modal .modal-content{ width: 80%;margin-top: 20vh; }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.exwp_modal .modal-content{
margin-bottom: 25%;
}
}
@supports (-ms-ime-align:auto) {
.exwp_modal .modal-content{
margin-bottom: 25%;
}
} .exwpfd-modal-carousel .ex_s_lick-prev:before{
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
margin-right: -3px;
}
.exwpfd-modal-carousel .ex_s_lick-next:before{
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
margin-left: -3px;
}
.exwpfd-modal-carousel .ex_s_lick-prev{left: 10px;}
.exwpfd-modal-carousel .ex_s_lick-next{ right:10px;}
.exwpfd-modal-carousel .ex_s_lick-prev,
.exwpfd-modal-carousel .ex_s_lick-next{border-radius: 0;opacity: 0;transition: all .3s ease; opacity: 0;z-index: 9;}
#exwp_food_modal .exwpfd-modal-carousel .ex_s_lick-prev:not(:hover),
#exwp_food_modal .exwpfd-modal-carousel .ex_s_lick-next:not(:hover){background: rgba(0,0,0,.4);}
.exwpfd-modal-carousel .ex_s_lick-next:before,
.exwpfd-modal-carousel .ex_s_lick-prev:before {
font-size: 2px;
border: solid white;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 2px;
}
.exwpfd-modal-carousel .ex_s_lick-next:hover,
.exwpfd-modal-carousel:hover .ex_s_lick-prev:hover{background: rgba(0,0,0,.7);}
.exwpfd-modal-carousel:hover .ex_s_lick-next, .exwpfd-modal-carousel:hover .ex_s_lick-prev {
opacity: 1;
}
.exwpfd-modal-carousel.exwp-no-galle  img{ display:block;}
.exwp_modal .modal-content .exfood-sm{padding-top: 20px; border-top: 1px solid #eee; margin-top: 20px}.exwpfd-user-main{width: 100%; font-size: 13px;}
.exwpfd-user-main *{box-sizing: border-box;}
.exwpfd-user-main .exwpfd-user-left{
float: left;
width: 30%;
}
.exwpfd-user-main .exwpfd-user-left ul{
list-style: none;
margin: 0;
}
.exwpfd-user-main .exwpfd-user-left li{
border: 1px solid #ccc;
border-bottom: 0;
padding: 10px 20px;
}
.exwpfd-user-main .exwpfd-user-left li a{ color: inherit; text-decoration: none;; box-shadow: none;}
.exwpfd-user-main .exwpfd-user-left li:last-child{
border-bottom: 1px solid #ccc;
}
.exwpfd-user-main .exwpfd-user-content{
float: left;
width: 70%;
padding: 0 0 0 30px;
padding-top: 0;
}
.exwpfd-user-main .exwpfd-user-content form p{padding: 0; margin: 0}
.exwpfd-user-main .exwpfd-user-content form p label{display: block;}
.exwpfd-user-main .exwpfd-user-content form p input{width: 100%}
.exwpfd-user-main .exwpfd-user-content form .exwpfd-column{width: 50%; float: left;}
.exwpfd-user-main .exwpfd-user-content form .exwpfd-column-padding{padding-left: 10px}
.exwpfd-user-main .exwpfd-user-content form button{margin-top: 10px; background-color: #ebe9eb;
color: #4a4a4a;
font-weight: 700;
}
.exwpfd-user-main .exwpfd-user-content form button:hover{background: #bbb}
.exwpfd-user-order{}
.exwpfd-user-order .exwpfd-table-order{
border-collapse: collapse;
margin: 0 auto;
background: white;
}
.exwpfd-user-order .exwpfd-table-order thead th{font-size: inherit; font-weight: 700; text-align: center;
background: #ea1f2e;
color: #fff; padding:10px 15px;
}
.exwpfd-user-main thead th,
.exwpfd-user-main tbody tr td{ padding:10px 15px; }
.exwpfd-user-order .exwpfd-table-order tbody tr td a { box-shadow: none; text-decoration: none; }
.exwpfd-user-order .exwpfd-table-order tbody tr:nth-of-type(even){
background: #e9e9e9;
}
.exwpfd-user-main .exwpfd-user-content h3{
background: #ea1f2e;
text-align: center;
padding: 10px 25px;
color: #fff;
font-size: 17px;
font-weight: normal;
margin:0 0 15px 0;
}
.exwpfd-user-main .exfood-thankyou > div{ margin:0 0 15px 0;}
.exwpfd-user-main .exwpfd-order-detail .exwpfd-user-tittle{font-weight: 500; font-size: inherit; font-weight: bold;}
.exwpfd-user-main .exwpfd-order-detail p{margin: 0; padding: 0;font-size: inherit; }
.exwpfd-user-main .exwpfd-order-detail .exwpfd-user-total{font-weight: bold;}
.exwpfd-user-main .exwpfd-current{background: #dcdcdc;}
@media screen and (max-width: 767px){
.exwpfd-user-main div.exwpfd-user-content,
.exwpfd-user-main div.exwpfd-user-left {width: 100%;padding: 0;}
.exwpfd-user-main .exwpfd-user-left li {display: inline-block;}
.exwpfd-user-main .exwpfd-user-left li{border:1px solid #ddd;padding: 5px 7px;}
}.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://nationalsweets.ca/wp-content/plugins/wp-food/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://nationalsweets.ca/wp-content/plugins/wp-food/js/ex_s_lick/fonts/ex_s_lick.eot);
src: url(https://nationalsweets.ca/wp-content/plugins/wp-food/js/ex_s_lick/fonts/ex_s_lick.eot?#iefix) format('embedded-opentype'), url(https://nationalsweets.ca/wp-content/plugins/wp-food/js/ex_s_lick/fonts/ex_s_lick.woff) format('woff'), url(https://nationalsweets.ca/wp-content/plugins/wp-food/js/ex_s_lick/fonts/ex_s_lick.ttf) format('truetype'), url(https://nationalsweets.ca/wp-content/plugins/wp-food/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;
}