.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.text-white{
color:white !important;
}
.error{
opacity: 0;
color:#E00;
visibility: hidden;
padding-top: 16px;
height: 0;
}
.show{
opacity: 1;
visibility: visible;
height: auto;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.cart-wrapper{
display: flex;
align-items: center;
}
.cart-image{
width:35px;
height: 35px;
border-radius: 50%;
background-color: #ca3d26;
background-image: url(//delistclt.com/wp-content/themes/gofuu/assets/img/cartwhite.png);
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
margin-top: -4px;
position: relative;
}
.cart-number{
margin-left: 4px;
color:white;
width:20px;
height: 20px;
font-size: 0.8em;
border-radius: 50%;
background-color: #ca3d26;
display: flex;
justify-content: center;
align-items: center;
}
.cart-img{
width:20px;
float: right;
margin-top:-10px;
}
.margin-bottom{
margin-bottom: 16px;
}
.main-row-page{
box-sizing: border-box;
padding: 40px 0;
}
.food-menu-list-menu ul li{
margin-bottom: 4px;
}
.food-menu-img{
background: url(//delistclt.com/wp-content/themes/gofuu/assets/img/placeholder.jpg);
background-size:cover;
background-position: center;
}
.ctn-tabs-menu{
text-align: center;
margin-bottom: 24px;
}
.item-tab-menu{
text-align: center;
box-sizing: border-box;
border: 1px solid;
color: #1e1e1f;
cursor: pointer;
display: inline-block;
font-size: 1.2em;
font-weight: 500;
letter-spacing: 1px;
margin: 0 2px;
padding: 3px 10px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 4px;
}
.item-tab-menu.active{
background: #fdb122;
color:white;
}
.wrapper-products{
display: flex;
flex-flow:row wrap;
justify-content: space-between;
}
.single-menu{
width: 45%;
height: auto;
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
}
.hiddenProduct{
position: absolute;
opacity: 0;
overflow: hidden;
perspective: 3000px;
perspective-origin: 50%;
-moz-transform: scale(0.01);
-webkit-transform: scale(0.01);
-o-transform: scale(0.01);
-ms-transform: scale(0.01);
transform: scale(0.01);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.hiddenProduct p,.hiddenProduct h3{display: none;}
.menu-price{
float:none!important;
margin-left: 8px!important;
}
.btn-add-to-cart{
display: inline-block;
background: #fdb122;
}
.wrapper-modal{
position: fixed;
top:0;
left:0;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.content-modal-product{
width: 70%;
height: 70%;
background: white;
position: relative;
display: flex;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.ctn-image-product{
width: 45%;
height: 100%;
background-size: cover;
background-position:center;
}
.ctn-info-product{
width: 55%;
}
.ctn-info-product .price{
text-align: right;
color:#f7a816;
font-size: 1.8em;
font-weight: 800;
font-family: "PT Sans Narrow", sans-serif;
}
.ctn-info-product .info-product{
max-height: 85%;
overflow-y: auto;
box-sizing: border-box;
padding:32px 50px;
}
.ctn-info-product .ctn-button{
height: 15%;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: flex-end;
box-sizing: border-box;
padding-right: 50px;
padding-bottom: 16px; 
}
.quantity-input{
width: 75px;
margin-right: 8px;
}
.hiddenModal{
visibility: hidden;
opacity:0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.hiddenModal .content-modal-product{
margin-left: -180%;
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.ctn-attribute{
margin-bottom: 16px;
}
.ctn-attribute h4{
margin:8px auto;
}
.label-option{
display: flex;
justify-content: space-between;
width: 100%;
padding: 5px 0;
border-bottom: 1px solid #efefef;
font-weight: 400;
}
.option-price{
font-size: 0.75em;
}
.area-title h2 {
color:#222;
}
.a-cart-mobile{
float: right; 
margin-right: 16px; 
margin-top: 12px;
display:none;
}
@media screen and (max-width: 991px){
.a-cart-mobile{display :block;}
}
@media screen and (max-width: 800px){
.img-logo{width: 180px!important;}
.wrapper-products{
flex-direction: column;
justify-content: center;
align-items: center;
}
.single-menu{
width: 80%;
}
.menu-title{
line-height: 1.3em!important;
}
.content-modal-product{
width: 95%;
flex-direction: column;
}
.content-modal-product .ctn-info-product{
width: 100%!important;
height: 100%;
overflow-y: auto;
}
.content-modal-product .ctn-image-product{
width: 100%;
height:200px!important;
}
.food-menu-img{
width:100%;
height: 200px;
display: block!important;
border-radius: 0!important;
box-shadow:none !important;
margin: 0!important;
margin-bottom:16px !important;
float:none !important;
}
.top-bar{display:none!important;}
} .wrapper-tab-selector{
display: flex;
border: 2px solid #efa017;
border-radius: 6px;
margin-bottom: 8px;
}
.tab-selector-item{
text-align: center;
flex:1;
cursor:pointer;
border-right: 2px solid #efa017;
box-sizing: border-box;
padding: 4px 16px;
font-size: 1.1em;
color:#222;
-webkit-transition: background 0.4s ease;
-moz-transition: background 0.4s ease;
-ms-transition: background 0.4s ease;
-o-transition: background 0.4s ease;
transition: background 0.4s ease;
}
.wrapper-tab-selector .tab-selector-item:last-child{
border-right: none;
}
.tab-selector-item.active{
background: #efa017;
color:white;
-webkit-transition: background 0.4s ease;
-moz-transition: background 0.4s ease;
-ms-transition: background 0.4s ease;
-o-transition: background 0.4s ease;
transition: background 0.4s ease;
}
.footer-area-bg {
background: url(//delistclt.com/wp-content/themes/gofuu/assets/img/bgfooter.jpg) no-repeat center / cover!important;
}
.footer-area a{
color:white!important;
font-size:1.2em;
}