.et-fb-all-modules li.el_restro_menu:before,
.et-pb-all-modules li.el_restro_menu:before,
.et_pb_saved_layouts_list li.el_restro_menu:before{
font-family: dashicons !important;
content: '\f163' !important;
}
.et-db #et-boc .et-l .et-waypoint.et-animated{
opacity: 1;
}
.et_pb_with_border .el-drm-menu-item,
.et_pb_with_border .el-drm-menu-item-thumbnail img{
border-width: 0;
border-style: solid;
border-color: #333;
}
.el-drm-filterable-categories{
margin-bottom: 50px;
}
.el-drm-filterable-categories .el-drm-menu-items-categories{
list-style: none;
padding: 0;
text-align: center;
}
.el-drm-menu-items-categories li{
display: block;
padding: 10px;
line-height: normal;
transition: all 300ms ease;
cursor: pointer;
}
.el-drm-menu-items-categories .el-drm-active-category,
.el-drm-menu-items-categories .el-drm-disabled{
cursor: default;
}
.el-drm-menu-items{
display: table;
width: 100%;
}
.el-drm-menu-item{
margin-bottom: 50px;
}
.el-drm-menu-item-thumbnail{
line-height: 0;
}
.el-drm-menu-item-name{
padding: 0;
font-size: 20px;
text-transform: none;
}
.el-drm-currency-symbol{
font-style: normal;
text-decoration: none;
}
.el-drm-menu-item-price,
.el-drm-menu-item-price-label{
font-size: 18px;
line-height: 1;
}
.el-drm-menu-item .el-drm-menu-item-ingredients{
list-style-type: none;
margin-top: 5px;
padding: 0;
}
.el-drm-menu-item-ingredients li{
display: inline-block;
}
.el-drm-menu-item-ingredients li:not(:last-child){
margin-right: 5px;
}
.el-drm-menu-item-ingredients li:not(:first-child):before{
border-left: 1px solid;
padding-right: 5px;
content: '';
}
.el-drm-menu-item-desc{
margin-top: 5px;
}
.el-drm-menu-item-price-wrapper{
display: flex;
}
.el-drm-menu-item-single-price{
display: flex;
flex-direction: column;
align-items: center;
}
.el-drm-menu-item-single-price:not(:last-child){
margin-right: 10px;
}
.el-drm-menu-item-thumbnail[data-lightbox_enabled="on"] img{
cursor: pointer;
} .el-drm-layout-1 .el-drm-menu-item{
display: table;
width: 100%;
}
.el-drm-layout-1 .el-drm-menu-item-thumbnail{
display: table-cell;
width: 100px;
padding-right: 15px;
vertical-align: top;
}
.el-drm-layout-1 .el-drm-menu-item-details{
display: table-cell;
width: 100%;
vertical-align: top;
}
.el-drm-layout-1 .el-drm-menu-item-thumbnail + .el-drm-menu-item-details{
width: calc(100% - 100px);
}
.el-drm-layout-1 .el-drm-menu-item-name-container{
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
width: 100%;
}
.el-drm-layout-1 .el-drm-menu-item-price-divider{
flex-grow: 1;
border-top: 1px dotted;
min-width: 25px;
margin: 0 10px;
}
.el-drm-layout-1 .el-drm-menu-item-price-label{
margin-bottom: 5px;
} .el-drm-layout-2 .el-drm-menu-item-thumbnail img{
width: 150px;
max-width: 100%;
}
.el-drm-layout-2 .el-drm-menu-item-thumbnail + .el-drm-menu-item-details .el-drm-menu-item-price-wrapper,
.el-drm-layout-2 .el-drm-menu-item-price-wrapper + .el-drm-menu-item-name,
.el-drm-layout-2 .el-drm-menu-item-name + .el-drm-menu-item-ingredients,
.el-drm-layout-2 .el-drm-menu-item-name + .el-drm-menu-item-desc{
margin-top: 15px;
}
.el-drm-layout-2 .el-drm-menu-item-single-price{
flex-direction: row;
}
.el-drm-layout-2 .el-drm-menu-item-single-price:not(:last-child){
margin-right: 15px;
}
.el-drm-layout-2 .el-drm-menu-item-price-label{
margin-right: 5px;
}
.el-restro-menu-pagination{
width: 100%;
min-height: 30px;
clear: both;
}
.el_restro_menu .el-pagination-button{
text-decoration: none;
display: inline-block;
}
.el-drm-loader,
.el-drm-loader:before,
.el-drm-loader:after{
width: 8px;
height: 20px;
animation: DrmLoader 1s infinite ease-in-out;
}
.el-drm-loader{
display: inline-block;
position: relative;
transform: translateZ(0);
animation-delay: -0.16s;
}
.el-drm-loader:before,
.el-drm-loader:after{
position: absolute;
top: 0;
background-color: inherit;
color: inherit;
content: '';
}
.el-drm-loader:before{
left: -12px;
animation-delay: -0.32s;
}
.el-drm-loader:after{
left: 12px;
}
@-webkit-keyframes DrmLoader{
0%,
80%,
100%{
box-shadow: 0 0;
height: 20px;
}
40%{
box-shadow: 0 -14px;
height: 30px;
}
}
@keyframes DrmLoader{
0%,
80%,
100%{
box-shadow: 0 0;
height: 20px;
}
40%{
box-shadow: 0 -14px;
height: 30px;
}
}
.el-restro-menu-pagination ul.page-numbers{
list-style-type: none;
padding: 0
}
.el-restro-menu-pagination ul.page-numbers li{
display: inline-block;
border: 1px solid #ddd;
border-radius: 2px;
margin-right: 5px;
overflow: hidden
}
.el-restro-menu-pagination ul.page-numbers li:last-child{
margin-right: 0
}
.el-restro-menu-pagination ul .page-numbers{
display: block;
padding: 2px 10px;
font-size: 14px;
text-decoration: none;
}
.el-restro-menu-pagination ul .page-numbers.dots{
border: none;
border-radius: 0;
}
.el-restro-menu-pagination .page-numbers.current{
color: #fff
}
.el-drm-menu-items-categories li{
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
}
@media screen and (min-width: 768px){
.el-drm-layout-1 .el-drm-cols-2 .el-drm-menu-item,
.el-drm-layout-1 .el-drm-cols-3 .el-drm-menu-item,
.el-drm-layout-2 .el-drm-cols-2 .el-drm-menu-item,
.el-drm-layout-2 .el-drm-cols-3 .el-drm-menu-item{
width: calc(50% - 25px);
float: left;
margin-right: 50px;
}
.el-drm-layout-1 .el-drm-cols-2 .el-drm-menu-item:nth-of-type(2n+2),
.el-drm-layout-2 .el-drm-cols-2 .el-drm-menu-item:nth-of-type(2n+2){
margin-right: 0;
}
.el-drm-layout-1 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(3n+3),
.el-drm-layout-2 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(3n+3){
margin-right: 50px;
}
.el-drm-layout-1 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(2n+2),
.el-drm-layout-2 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(2n+2){
margin-right: 0;
}
}
@media screen and (min-width: 981px){
.el-drm-mobile-active-category{
display: none;
}
.el-drm-layout-1 .el-drm-cols-3 .el-drm-menu-item,
.el-drm-layout-2 .el-drm-cols-3 .el-drm-menu-item{
width: calc(33.33% - 33.33px);
}
.el-drm-layout-1 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(2n+2),
.el-drm-layout-2 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(2n+2){
margin-right: 50px;
}
.el-drm-layout-1 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(3n+3),
.el-drm-layout-2 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(3n+3){
margin-right: 0;
}
.el-drm-layout-1 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(3n+1),
.el-drm-layout-2 .el-drm-cols-3 .el-drm-menu-item:nth-of-type(3n+1),
.el-drm-layout-1 .el-drm-cols-2 .el-drm-menu-item:nth-of-type(2n+1),
.el-drm-layout-2 .el-drm-cols-2 .el-drm-menu-item:nth-of-type(2n+1){
clear: left;
}
}
@media screen and (max-width: 980px){
.el-drm-filterable-categories[data-hamburger_filter="on"]{
position: relative;
}
.el-drm-filterable-categories[data-hamburger_filter="on"] .el-drm-menu-mobile-categories{
border: 1px solid #f3f3f3;
background: #f5f5f5;
min-height: 32px;
padding: 10px;
}
.el-drm-filterable-categories[data-hamburger_filter="on"] .el-drm-mobile-active-category{
display: block;
width: calc(100% - 32px);
line-height: normal;
cursor: pointer;
}
.el-drm-filterable-categories[data-hamburger_filter="on"] .el-drm-menu-items-categories{
display: none;
position: absolute;
top: 100%;
left: 0;
background: #aeaeae;
width: 100%;
z-index: 1;
}
.el_restro_menu .el-drm-filterable-categories[data-hamburger_filter="on"] .el-drm-menu-items-categories li{
display: block;
margin-bottom: 0 !important;
margin-right: 0 !important;
}
.el-drm-filterable-categories[data-hamburger_filter="on"] .el-drm-menu-items-categories li{
border-bottom: 1px dotted #969696;
}
.el-drm-filterable-categories[data-hamburger_filter="on"] .el-drm-category-mobile-menu{
position: absolute;
right: 10px;
top: calc(50% - 16px);
z-index: 1;
cursor: pointer;
}
.el-drm-filterable-categories[data-hamburger_filter="on"] .el-drm-category-mobile-menu:before{
font-family: 'ETModules';
font-size: 32px;
content: '\61';
line-height: 1;
vertical-align: middle;
}
.el-drm-filterable-categories[data-hamburger_filter="on"] .el-drm-menu-items .clearfix{
display: none;
}
}