html,body{font-weight: 400;height:100%;font-size:14px;color:#474d5d}

body p.small,
.search-input-wraps #restaurant_name,
.cod-text,
#section-browse #restuarant-list  p.cod-text
{
font-size:13px;
}

#section-browse #restuarant-list  p.cod-text{
text-align:center;
}

img{
max-width:100%;
height:auto;
}

.top-menu-wrapper{
z-index:99;
padding-top:2px;
padding-bottom:2px;
position:absolute;
width:100%;
top:0;
transition:all .3s ease-in;
}

.top-menu-wrapper img.logo{
max-width:220px;
min-width:220px;
}

.top-menu-wrapper .col-b{
margin-top:20px;
}

#menu a{
color:#fff;
font-family:"Montserrat",sans-serif;
font-size:14px;
font-weight:normal;
display:block;
padding:5px 15px;;
}


@media screen and (min-width: 600px) {
    .desktop_container{
        height:300px;
    }
    .desktop_margin{
        margin-top:40px;
    }
    .desktop_container a{
        text-decoration:none;
    }
}


#menu li.active a,
#menu a:hover,
.section-footer a:hover,
.mobile-search-menu a.selected i,
.progress-dot a.selected i
{
color:#ffc90c;
}

#menu .logout-menu a:hover,
#menu .green-button a:hover,
#menu li.active.green-button a
{
color:#fff;
}

#menu a:hover,
.section-footer a:hover
{
text-decoration:none;
}

#menu{
display:block;
border:0px solid red;
margin:0;
padding:0;
float:right;
}

#menu li{
display:inline-block;
margin:0;
padding:0;
}

.parallax-container{
min-height:570px;
width:100%;
background:rgba(0, 0, 0, 1);
animation: fadebg 6s forwards;
}

.parallax-container-join{
border:0px solid red;
min-height:370px;
width:100%;
background:transparent;
}

@media screen and (max-width: 720px) {
.parallax-container-join{

background:#f3a20c;
}

}

@keyframes fadebg {
    from {background:rgba(0, 0, 0, 1);}
    to {background:rgba(0, 0, 0, 0);}
}


.parallax-search,
.mobile-banner-wrap .layer
{
border:0px solid red;
min-height:300px;
width:100%;
background: rgb(0, 0, 0); 
background:rgba(0, 0, 0, 0.5);
}

.mobile-banner-wrap .layer
{
min-height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:1;
}

.parallax-search.parallax-menu
{
min-height:450px;
}

.search-wraps{
border:0px solid white;
width:60%;
margin:auto;
padding-top:180px;
}

.search-wraps.single-search{
padding-top:220px;
}

.parallax-search .search-wraps{
padding-top:100px;
border:0px solid red;
}

.search-wraps h1
{
color:#fff;
font-size:48px;
text-align:center;
font-weight:700;
font-family: "Montserrat",sans-serif
}

.sections h2,
.sections h4
{
color: #1b4977;
font-family: "Montserrat",sans-serif;
font-size: 28px;
font-weight: normal;
line-height: 35px;
margin-bottom: 10px;
text-align:center;
}

.sections h4{
font-size:20px;
text-align:inherit;
color:#474d5d;
margin:0;
line-height:normal;
}

.sections{
padding-top:20px;
padding-bottom:30px;
}

p,
.search-input-wraps #s,
.search-input-wraps .search-field
{
font-size:16px;
font-family:"Lato",sans-serif;
}

.search-wraps p,
.search-wraps p a
{
text-align:center;
color:#fff;
margin-bottom:20px;
    font-size:18px;
}

.search-wraps.menu-header p{
margin-bottom:8px;
}

.sub-banner-header{
padding-top:10px;
padding-bottom:10px;
color:#fff;
background:url("../images/grey-bg.png");
}

.search-input-wraps{
padding:14px 28px;
background:#fff;
width:80%;
margin:auto;
}

.rounded{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; 
-khtml-border-radius: 2px;
}

.rounded3,
.fancybox-skin
{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; 
-khtml-border-radius: 3px;
}


.rounded5{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px;
}


.rounded30{
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px; 
-khtml-border-radius: 30px;
}

.search-input-wraps #s,
.search-input-wraps .search-field,
.search-input-wraps #restaurant_name
{
width:100%;
padding:1px;
color:#444;
border:none;
}

*:focus {
    outline: none;
}

.search-input-wraps button[type="submit"]
{
background:none;
border:none;
font-size: 28px;
position: absolute;
right: 10px;
top:-1px;
}

.relative{
position:relative;
}

.search-menu,
.search-menu li
{
margin:0;
padding:0;
display:table;
width:100%;
}

.search-menu li{
display:table-cell;
width:auto;
}

.search-menu li a{
display:block;
height:110px;
width:110px;
border:1px solid #ffc90c;
margin:auto;
text-indent:-9999px;

-moz-border-radius: 55px; -webkit-border-radius: 55px; border-radius: 55px;
background: rgb(0, 0, 0); 
background:rgba(0, 0, 0, 0.75);
position:relative;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.search-menu li a:hover,
.search-menu li a.selected
{
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
color: white;
box-shadow: inset 0 0 0 138px #040c13, 0 0 0 6px rgba(50, 50, 50, 0.75), 0 1px 2px rgba(0, 0, 0, 0.1);
border:none;
}

.search-menu li a i{
width:80px;
height:83px;
position:absolute;
left:14px;
top:10px;
display:block;
}

.search-menu a.byaddress i{
background:url("../images/byaddress.png") no-repeat center top;
}

.search-menu a.byname i{
background:url("../images/byname.png") no-repeat center top;
}

.search-menu a.bystreet i{
background:url("../images/bystreet.png") no-repeat center top;
}

.search-menu a.bycuisine i{
background:url("../images/bycuisine.png") no-repeat center top;
}

.search-menu a.byfood i{
background:url("../images/byfood.png") no-repeat center top;
}


.hide,
.review-input-wrap,
.credit_card_wrap,
.cc-add-wrap,
.frm-resume-signup,
.pickup-min,
.mobile-home-banner,
.logo-mobile,
.menu-nav-mobile,
.cart-mobile-handle,
.mobile-search-menu.mytable,
.progress-dot.mytable,
.menu-top-menu,
.mobile-banner,
#mobile-filter-handle,
.modal-close-btn,
#mobile-viewmap-handle,
.menu-cat .items-row a.mbile,
.menu-2 a.mbile,
.menu-3 a.mbile,
#getapp-wrap2,
#mobile-social-login,
.view-receipt-mobile,
.view-food-item-wrap .to-show,
.back-map-address,
.dinein-min
{
display:none;
}

.single-search .forms-search{
display:block;
}

.subscribe-row{
width:50%;
float:right;
}

.text-grey{
color:#6b6c6c;
}

.text-flat{
background:#6b6c6c;
border:none;
color:#fff;
}

.orange-button{
background:#ffc90c;
border:1px solid #ffc90c;
color:#fff;
padding: 10px 10px;
    border-radius: 5px;
}

.black-button{
background:#101316;
border:1px solid #101316;
color:#fff;
padding: 5px 8px;
}

.orange-text{
color:#ffc90c;
}
.green-text{
color:#00b279;
}

.section-address-book .table > thead > tr > th,
.section-credit-card .table > thead > tr > th,
.section-order-history .table > thead > tr > th
{
border-bottom:1px solid #00b279;
}

.orange-button.medium,
.green-button.medium,
.black-button.medium
{
padding: 10px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

a.orange-button:hover,
button.orange-button:hover,
input.orange-button:hover,
input.orange-button:focus,
a.orange-button:focus,
#menu .logout-menu a:hover
{
text-decoration:none;
color:#fff;
background:#ffd60c;
}


.green-button{
/*background:#26d469 ;*/
background:#e31e25;
border:1px solid #bd0000;
color:#fff;
padding: 10px 10px;
    border-radius: 5px;
}

.green-button2{
background:#26d469 ;
border:1px solid #23ae59;
color:#fff;
padding: 10px 10px;
}

.green-button.inline,
.orange-button.inline,
.inline-block,
.black-button.inline
{
display:inline-block;
}

.section-label .green-button.inline{
font-size:19px;
}

a.green-button:hover,
button.green-button:hover,
input.green-button:hover,
input.green-button:focus,
a.green-button:focus,
#menu .green-button a:hover
{
text-decoration:none;
color:#fff;
background:#900101;
}

#menu .logout-menu a:hover,
#menu .green-button a:hover
{
border:none;
}


a.black-button:hover,
button.black-button:hover,
input.black-button:hover,
input.black-button:focus,
a.black-button:focus
{
text-decoration:none;
color:#fff;
background:#252a2c;
border:1px solid #252a2c;
}


.disabled-button{
background:#ccc;
border:1px solid #ccc;
}

.block,
#mobile-menu li a
{
display:block;
}
.upper{
text-transform:uppercase;
}

.subscribe-inner{
position:relative;
display:table;
background:#6b6c6c;
}

.subscribe-inner input[type="text"],
.subscribe-inner button[type="submit"]
{
display:table-cell;
padding:5px 8px;
}

.subscribe-row .text-grey{
padding:5px 8px;
}

.text-right{
text-align:right;
}

.section-how-it-works,
.section-search-results,
.section-grey,
.section-cuisine
{
background:#fff;
}

.sections.section-how-it-works
{
/*background:url("../images/section1-bg.png") bottom center #fff repeat-x;*/
/*background:#fff;*/
}


.section-grey2{
background:#fff;
}

.section-feature-resto{
background:#fff;
}

.section-how-it-works .steps{
border:0px solid red;
max-width:136px;
max-height:124px;
min-height:124px;
margin:auto;
display:block;
}

.center,
.section-how-it-works h3,
.section-how-it-works p,
.mobile-search-menu,
.progress-dot,
#mobile-menu li a,
.result-merchant p.cod-text
{
text-align:center;
}

.section-how-it-works h3{
color:#000;
padding:5px;
display:inline-table;
text-align:center;
padding:5px 25px;
border-radius: 10px;
}

.section-how-it-works p,
.section-feature-resto p,
.section-footer p,
.filter-box li,
.box-grey p,
.box-grey,
.result-merchant .inner p,
.view-food-item-wrap .section-label a.section-label-a span
{
font-size:13px;
}

.view-food-item-wrap p{
font-size:16px;
}

.section-feature-resto p{
margin:2px;
}

.logo-small,
.logo-medium
{
display: block;
margin: auto;
max-width: 100px;
}

.result-merchant .logo-small{
width:100%;
}

.marker-wrap .logo-small{
max-width: 80px !important;
}

.logo-medium{
max-width: 125px;
min-width:125px;
}
.result-merchant .logo-medium{
max-height:125px;
}

.section-feature-resto ul,
ul.services-type
{
display:table;
}

.section-feature-resto ul li,
ul.services-type li
{
display:inline-block;
}

.section-feature-resto ul li,
ul.services-type li
{
padding:0px 5px;
font-size:11px;
}

ul.services-type li i{
font-size:15px;
}

.green-color,
.section-feature-resto a:hover h4,
.clear-cart,
.section-checkout .i-big.green-color
{
color:#f2a20e;
}

.menu-1.box-grey,
.top-line-green,
.box-grey.top-line-green
{
/*border-top:2px solid #f2a20e;*/
}

.section-feature-resto a
{
color:inherit;
}

.section-feature-resto a:hover,
.category a:hover,
.category a:active,
.category a:focus,
a:active,
a:focus,
.menu-cat a:hover,
.section-label a.section-label-a:hover,
ul#tabs li.noclick a:hover,
ul#tabs li.nounderline a:hover
{
text-decoration:none;
}

.border-light{
border-top:1px solid #ededed;
border-color:#ccc;
padding:9px 0;
}

.border-light-dot{
border-top:1px dashed #ffb925;
padding:9px 0;
}

.section-feature-resto h2,
.section-cuisine .sub-text
{
margin-bottom:30px;
}


.section-cuisine{
color:inherit;
}

.section-cuisine a{
color:inherit;
}

.white-text,
.order-progress-bar a,
.section-subcribe h2
{
color:#fff;
}


.indent-5percent{
text-indent:5%;
}

.section-browse-resto{
background:#fff;
}

.section-subcribe,
.section-footer
{
color:#ffd60c;
border-top: 2px solid #ffd60c;

}
.section-footer
{
    min-height:330px;
    background: url(assets/images/new_lay/footer.webp) no-repeat bottom center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    padding-top:40px;
    padding-bottom:40px;
    background-attachment: fixed;
}

.section-subcribe .green-button,
.section-subcribe .email
{
font-size: 18px;
padding: 13px 18px;
font-family:"Montserrat",sans-serif;
}

.section-subcribe .email{
border:1px solid #999;
}

img.img-cuisine{
display:block;
margin:50px auto auto;
}

.section-footer h3{
margin-bottom: 0px;
margin-top: 10px;
color:#fff;
font-weight:700;
font-size:18px;
font-family:"Montserrat",sans-serif;
}
.section-footer a{
    line-height:12px;
    font-size:12px;
    font-family: Lato;
}

.order-progress-bar{
background:#313131;
padding-bottom: 10px;
padding-top: 10px;
    border-bottom: 3px solid #ffd60c;
border-top:1px solid #060606;
text-align:center;
position:relative;
}

.order-progress-bar a:hover,
.order-progress-bar a.active,
.filter-box a:hover
{
text-decoration:none;
color:#ffc90c;
font-weight:600;
}

.hover-orange,
.filter-box a:hover{
font-weight:normal;
text-decoration:none;
color:#ffc90c;
}

.order-progress-bar a.active.current{
border-bottom:1px solid #ffc90c;
}

.order-progress-bar a.inactive{
pointer-events:none;
}

.filter-wrap,
.box-grey
{
background:#FFFFFF;
padding:0px 0px;
}

.menu-right-content .box-grey,
.menu-2 .box-grey,
.no-marin-top
{
margin-top:0;
}

.bold{
font-weight:bold;
}

.filter-box,
.box-grey
{
margin-bottom:20px;
}

.filter-box a,
.menu-cat a,
.section-label a.section-label-a
{
color:#333;
display:block;
padding-top:10px;
padding-bottom:10px;
position:relative;
    font-size: 15px;
    font-family: "Montserrat";
}


.filter-box a span,
.menu-cat a span,
.section-label a.section-label-a span
{
background:#fff;
position:relative;
z-index:2;
padding:0 8px 0 0;
}

.filter-box a b,
.menu-cat a b,
.section-label a.section-label-a b
{
border-bottom:1px solid #ddd;
width:100%;
display:block;
position:absolute;
top:50%;
left:0;
z-index:1;
}
.filter-box .icheckbox_minimal{
margin-right:2px;
}


.section-subcribe h2{
margin:0 0 25px;
}

.sort-wrap{
}

.sort-results .btn{
line-height:1.12857;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; 
-khtml-border-radius: 2px;
}

.sort-wrap .orange-button{
font-size: 19px;
width: 40px;
float:right;
}

.sort-wrap .orange-button.inactive
{
background:#e4e4e4;
border:1px solid #e4e4e4;
}

.result-merchant{
margin-top:25px;
}

.result-merchant .infinite-item,
.result-merchant .infinite-item-newest
{
margin-bottom:10px;
}


.result-merchant h2{
color:#ffc90c;
}

.result-merchant .inner
{
border:1px solid #e4e4e4;
padding:10px 0;
background:#fff;
color:#000;
font-size:14px;
text-align:center;
position:relative;
}

.result-merchant #search-listview .inner{
min-height:600px;
}

.result-merchant .inner.list-view,
.result-merchant .inner.list-view h2,
#browse-list .inner
{
text-align:left;
}

.result-merchant .inner.list-view h2,
.menu-header .mytable p
{
margin:0;
}

.result-merchant .inner.list-view .mytable{
width:auto;
margin:0;
}
.result-merchant .inner.list-view .mytable .mycol{
border:none;
width:auto;
padding-right:10px;
}

.result-merchant .inner.list-view p.cuisine{
margin-bottom:10px;
font-size:13px;
}

.result-merchant .inner.list-view a.orange-button{
margin-top:45%;
display:inline-table;
}

.result-merchant .inner.list-view .concat-text{
padding-left:0;
padding-right:0;
}


.nomargin,
.result-merchant .inner .mytable p,
.result-merchant .inner.list-view p,
.box-grey p
{
margin:0;
}

.section-checkout .box-grey p{
margin:10px 0;
}

.mytable{
display:table;
width:100%;
}

.mytable .mycol{
display:table-cell;
}

.result-merchant .mytable{
margin-top:25px;
}

.concat-text
{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display:block;
}

.result-merchant .concat-text{
padding-left:8px;
padding-right:8px;
}

.result-merchant .mytable .mycol{
border:1px solid #e4e4e4;
padding:2px;
width:50%;
}

.result-merchant .mytable .mycol.a{
border-left:0;
border-right:0;
}

.result-merchant .mytable .mycol.b{
border-right:0;
}

.result-merchant a.orange-button,
.section-profile ul#tabs li i,
ul#tabs li a i,
ul#tabs li i
{
font-size:18px;
}

.top5{
margin-top:5px;
}
.top8{
margin-top:8px;
}
.top10,
.result-merchant .inner.list-view .services-type,
.menu-2 .top10
{
margin-top:10px;
}
.top15,
.result-merchant .inner p.top15
{
margin-top:15px;
}
.top25{
margin-top:25px;
}

.top30,
.item-order-wrap{
margin-top:30px;
}

.padtop15{
padding-top:15px;
}

.menu-2 .box-grey .top10,
.bottom10
{
margin-bottom:10px;
}

.bottom15,
.box-grey p.bold,

.delivery_asap_wrap
{
margin-bottom:15px;
}
.bottom20{
margin-bottom:20px;
}
.bottom30{
margin-bottom:30px;
}

.mr10px{
margin-right:10px;
}

.result-merchant ul.services-type{
margin:0 auto 25px;
}

.infinite-more-link {
visibility: hidden; 
}

.search-result-loader{
max-width:200px;
margin:20px auto auto;
display:none;
}

.search-result-loader i{
background:url("../images/Coffee-cup.gif") no-repeat center right;
height:200px;
width:200px;
display:block;
margin:auto;
}

.search-result-loader p{
font-size: 12px;
margin-top: 5px;
text-align:center;
}

.ribbon {
  position: absolute;
  left: -5px; top: -7px;
  z-index: 4;
  overflow: hidden;
  width: 100px; height: 100px;
  text-align: right;
}
.ribbon span {
font-family:"Lato";
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 120px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -28px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}



/*************  OFFER  **************/
.ribbon-offer {
  position: absolute;
  right: -5px; top: -7px;
  z-index: 1;
  overflow: hidden;
  width: 100px; height: 100px;
  text-align: right;
}
.ribbon-offer span {
font-family:"Lato";
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 120px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -28px;
}
.ribbon-offer span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon-offer span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
/*************  END OFFER  **************/

/************  START TABS *************/

#menu-right-content .box-grey{
    border:1px solid #e4e4e4;
    box-shadow:0 3px 10px rgb(0 0 0 / 10%);
}
ul#tabs {
list-style-type: none;
padding: 0;
text-align: center;
background:#fff;
border-bottom:1px solid #e4e4e4;
}

ul#tabs li {
display: inline-block;
padding: 5px 15px;
margin-bottom: 4px;
cursor: pointer;
}

ul#tabs li a,
ul#mobile-menu li a
{
color:#666666;

}

ul#mobile-menu li a
{
    text-transform: uppercase;
    font-size:14px;
    font-family: "Montserrat";
    background:#fff;
    border-bottom:1px solid #cdcdcd;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:600;
    margin-left:10px;
    margin-right:10px;

}
ul#mobile-menu{
    background:#fff;
}
ul#tabs li:hover {
border-bottom:2px solid #ffc90c;
}
ul#tabs li.active {
border-bottom:2px solid #ffc90c;
}

ul#tabs li.active i{
color:#ffc90c;
}

ul#tab {
list-style-type: none;
margin: 0;
padding:5px 0;
}

ul#tab li {
display: none;
}
ul#tab li.active {
display: block;
}
/************  END TABS *************/


.search-map-results{
min-height:350px;
max-height:350px;
display:none;
border:1px solid #e4e4e4;
background:#e4e4e4;
}
.marker-wrap{
padding:8px 15px;
}
.marker-wrap h3{
margin:0;
margin-bottom:3px;
}

.filter-box .search-input-wraps{
border:1px solid #e4e4e4;
padding:5px 8px;
width:100%;
}

.filter-box .search-input-wraps button[type="submit"]{
font-size:20px;
}

.menu-header .mytable{
width: 520px;
margin:auto;
}

.menu-header.search-wraps h1{
margin-bottom: 5px;
margin-top: 10px;
}
.star-float{
position:absolute;
top:0;
left:10px;
width:43px;
height:69px;
background:url("../images/star.png");
}

.menu-right-content .box-grey{
padding:0;
}
.menu-right-content .box-grey .inner{
padding:15px 20px;
}
.menu-right-content .box-grey .inner.line-top,
.line-top
{
border-top:1px solid #e4e4e4;
}

.line-bottom{
border-bottom:1px solid #e4e4e4;
}

.order-icon{
display:block;
width:56px;
height:55px;
position:absolute;
top:8px;
left:10px;
}
.your-order-icon{
background:url("../images/your-order.png");
}
.delivery-option-icon{
background:url("../images/delivery-option.png");
}

.delivery-option select,
.delivery-option input[type="text"],
#voucher_code,
#redeem_points
{
display:block;
    margin: auto auto 8px;
}

.grey-fields{
background:#fff;
border:1px solid #b9b9b9;
color:#333333;
padding:11px 10px;
width:auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    font-family: "Lato";
}
.delivery-option .grey-fields,
#voucher_code,
#redeem_points
{
width:65%;
}

.category a{
display:block;
border:1px solid #e4e4e4;
border-bottom:0;
color:#337ab7;
padding:8px 4px;
font-size:11px;
background:#fff;
    font-family: "Montserrat";
}

.category a:hover,
.items-row .row.even
{
background:#f8f8f8;
}

.category a i{
position:absolute;
right:10px;
top:40%;
}

.category a span{
color:#999;
font-size:11px;
}

.category a:last-child,
.items-row .row.even
{
border-bottom:1px solid #e4e4e4;
}

.items-row{
padding-left:15px;
}

.items-row .row{
padding-top:10px;
padding-bottom:10px;
}


.menu-cat .items-row a{
margin:0;
padding:0;
font-size:30px;
position:absolute;
top:-5px;
left:0;
display:block;
}

.menu-cat .items-row a:hover i
{
color:#ff0000;
}

.clear-cart{
display:none;
font-size: 12px;
position: absolute;
right: 10px;
top: 5px;
}

.voucher_wrap,
.item-order-wrap
{
margin-bottom: 20px;
margin-top:30px;
}

.voucher_wrap a,
.redeem-wrap .orange-button 
{
display:table;
margin:auto;
}

.view-food-item-wrap{
max-width:600px;
min-height:200px;
padding:10px 20px;
background:#FFFFFF;
font-size:13px;
}

.enter-address-wrap{
max-width:500px;
padding:10px 20px;
background:#FFFFFF;
font-size:13px;
}

.food-pic{
max-height:100px;
min-height:100px;
max-width:100px;
min-width:100px;
background-size:cover !important;
background-repeat:no-repeat !important;
}
.food-thumbnail{
max-height:169px;
min-height:169px;
max-width:100%;
min-width:100%;
background-size:cover !important;
background-repeat:no-repeat !important;
background-position:center center !important;
}

.food-description
{
max-height:none;
overflow:visible;
}

.merchant-review-wrap .read-more
{
max-height:40px;
overflow:hidden;
display:block;
}

.dummy-link{
min-height:16px;
}

.line-tru{
text-decoration:line-through;
}

.qty,
#notes,
.addon_qty,
.grey-inputs
{
border: 1px solid #ddd;
padding: 10px;
width: 100%;
text-align:center;
}
#notes,
.grey-inputs
{
text-align:left;
}

.addon_qty{
padding:3px;
}
.upper-text{
text-transform:uppercase;
}
.food-item-actions .green-button,
.food-item-actions .orange-button
{
width:100%;
}

.menu-2 .box-grey{
padding:5px 8px;
}

.menu-left-content .section-label a.section-label-a span{
background:#eff2f5;
}

.menu-3.box-grey p.bold{
margin-bottom:5px;
}
.menu-3 a.menu-item{
color:inherit;

}

.menu-3 a.menu-item .row,
.merchant-review-wrap .row-review,
.merchant-opening-hours .row,
.section-receipt .receipt-wrap .row,
.sub-item-rows .row.top10
{
    font-size:1.1em;
    font-family:"Montserrat";
    font-weight:700;
border-top:1px solid rgba(0, 0, 0, .075);
padding-top:10px;
padding-bottom:10px;
}

.sub-item-rows{
overflow:hidden;
}


.menu-3 a.menu-item:last-child .row,
.merchant-opening-hours .row:last-child,
.section-receipt .receipt-wrap .row:last-child,
.sub-item-rows .row.top10:last-child
{
border-bottom:1px solid #e4e4e4;
}

.menu-3 a.menu-item:hover .row,
.merchant-review-wrap .row-review:hover,
.merchant-opening-hours .row:hover,
.section-receipt .summary-wrap .row:hover,
.sub-item-rows .row.top10:hover,
#mobile-menu li a:hover
{
background: #e3e3e3;
    color: #000;
}



.center{
text-align:center;
}

.text-left,
.sections h2.text-left
{
text-align:left;
}

.sections h2.text-left{
text-transform:uppercase;
}

.merchant-review-wrap i,
.i-big
{
font-size:50px;
}
.i-big-extra{
font-size:100px;
}

.section-checkout .i-big{
font-size:30px;
position:absolute;
top:0;
z-index:3;
color:#474d5d;
}

.section-checkout .section-label a.section-label-a span{
padding-left:30px;
}

#merchant-map{
border:1px solid #e4e4e4;
border-top:2px solid #00B279;
max-width:100%;
min-height:400px;
max-height:400px;
}

#photos {
line-height: 0;   
-webkit-column-count: 5;
-webkit-column-gap:   0;
-moz-column-count:    5;
-moz-column-gap:      0;
column-count:         5;
column-gap:           0;
}

#photos img {
width: 100% !important;
height: auto !important;
}

.text-strike{
position:relative;
}
.text-strike .sline{
width:100%;
display:block;
position:absolute;
z-index:1;
border-bottom:2px solid #474d5d;
top:45%;
}
.text-strike span{
position:relative;
z-index:2;
background:#fafafa ;
padding:8px 15px;
}

.full-width,
.section-checkout .grey-fields
{
width:100%;
}

a.rounded-circle{
width: 30px; height: 30px; background: none; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
border:1px solid #ffc90c;
display:block;
margin:auto;
}

a.rounded-circle i
{
display: block !important;
margin: auto;
position: relative !important;
text-align: center;
}

.rounded-circle i{
color:#ffc90c !important;
}

a.rounded-circle:hover i{
color:#ff4e41 !important;
}

.auto-margin{
margin:auto;
}

.capcha-wrapper .g-recaptcha,
.capcha-wrapper #kapcha-1
{
display:table;
margin:auto;
}

p.text-small,
.text-small,
.help-block.form-error,
.search-wraps p.text-small
{
font-size:12px;
}
.help-block.form-error{
margin-bottom:1px;
margin-top:2px;
}

.section-receipt .inner,
.section-mobile-verification .inner,
.section-orangeform .inner
{
margin: auto;
max-width: 550px;
}
.section-receipt .inner h1,
.section-orangeform .inner h1
{
background: #ffc90c;
color: #fff;
font-family: "Lato",sans-serif;
font-size: 20px;
font-weight: bold;
margin: 0;
padding: 8px 20px;
}
.section-receipt .inner .box-grey,
.section-orangeform .inner .box-grey
{
margin-top:0;
border-top:none;
}

.section-receipt .receipt-wrap.order-list-wrap{
padding:0;
margin-top: -20px;
}
.section-receipt .summary-wrap .a{
width:220px;
}
.indent20{
padding-left:20px;
}
.payment-provider-wrap img.logo-small{
min-width:70px;
max-width:70px;
}
.payment-provider-wrap .checki{
position:absolute;
top:30%;
left:0;
}
.contact-banner p{
margin-bottom:5px;
}
.contact-banner span i{
font-size: 20px;
left: -24px;
position: absolute;
top: auto;
}

.sections.section-contact{
min-height:500px;
position:relative;
padding:0;
}

#contact-map{
position:absolute;
width:100%;
height:100%;
z-index:1;
}

.section-contact .container-map{
z-index:999;
position:absolute;
top:10%;
left:0;
width:100%;
}

.section-contact .container-map .inner{
max-width:800px;
min-width:800px;
margin:auto;
display:block;
}

.container-map .dim,
.container-map .black
{
min-height:400px;
max-height:400px;
}

.container-map .black{
background:#060606;
border:1px solid #ffc90c;
border-left:0;
}

.container-map .dim{
background: rgb(6, 6, 6); 
background:rgba(6, 6, 6, 0.6);
border:1px solid #ffc90c;
}

.container-map h2,
.container-map p
{
color:#eff2f5;
font-family:"Lato",sans-serif;
}

.container-map p{
line-height:normal;
}

.section-browse ul#tab{
padding-top:0;
}

.section-browse ul#tab ul,
.section-browse ul#tab ul li
{
display:inherit;
}

.section-browse .result-merchant .mytable,
.section-browse .result-merchant h2
{
margin:0;
}

.section-browse .result-merchant .mytable .mycol{
border:none;
}

.section-browse .result-merchant .inner,
.section-browse .result-merchant h2
{
text-align:left;
}

.section-browse .result-merchant .concat-text{
padding-left:0;
}

.browse-list-map{
min-height:320px;
}

.section-browse .result-merchant .inner{
padding:0;
}
.section-browse ul#tab .result-merchant ul.services-type,
.section-browse ul#tab .result-merchant ul.services-type li
{
display:block;
text-align:center;
}

.single-pricing{
background:#2B2E33;
color:#fff;
border:1px solid #D6D6D6;
position:relative;
text-align:center;
}

.pricing-head,
.single-pricing-footer
{
padding-top:30px;
padding-bottom:20px;
font-family:"Montserrat", sans-serif;
}
.pricing-head h4{
color:#fff;
font-family:inherit;
font-size:18px;
}
.pricing-head h3{
font-size:32px;
color:#319db5;
margin:15px 0 0;
font-weight:600;
}

ul.package-features li{
padding-top:9px;
padding-bottom:9px;
color:#D4D4D4;
border-top:1px solid rgba(255, 255, 255, 0.0470588);
}

ul.package-features li.last{
border-bottom:1px solid rgba(255, 255, 255, 0.0470588);
}

.single-pricing-footer a{
display:inline-block;
color:#D4D4D4;
border:1px solid #D4D4D4;
padding:8px 20px;
}

.single-pricing-footer a:hover{
color:#fff;
border:1px solid #fff;
text-decoration:none;
}

.chosen-choices .search-field .default{
height: inherit !important;
}

.strike-price{
text-decoration:line-through;
color:#FF0000;
}

.section-notfound h1{
color:#ffc90c;
font-size: 150px;
font-weight: bold;
margin-top:50px;
}

.section-address-book table i,
table.otable i
{
font-size:20px;
}

.section-order-history .mytable .mycol{
vertical-align:middle;
}

.section-order-history .order-headline{
background:#ebf5f7 ;
border:1px solid #d3e2e5;
color:#646464;
padding-top:5px;
padding-bottom:5px;
}
.intl-tel-input{
width:100% !important;
}

.avatar-wrap{
display:block;
margin:auto;
max-width:50%;
}

.avatar-section .line-top{
padding-top:8px;
padding-bottom:8px;
margin-top:15px;
margin-bottom:15px;
}

.connected-wrap .col-1{
width:25%;
background:#00b279;
color:#fff;
vertical-align:middle;
}

.connected-wrap .fb .col-1{
background:#3b5999;
}
.connected-wrap .google .col-1{
background:#dc4a38;
}

.connected-wrap .col-2{
    vertical-align:middle;
    padding: 8px 15px;
}


/**** 
FIXED AUTO COMPLETE
**/
.search-input-wraps .easy-autocomplete{
width:100% !important;
}

.search-input-wraps .easy-autocomplete input[type="text"]
{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/********END FIXED AUTO COMPLETE **********/

.full-map-wrapper{
position:relative;
min-height:500px;
border:1px solid #e4e4e4;
}

.full-map{
background: #fff;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}

#full-map{
background: #fff;
height: 100%;
left: 0;
position:absolute;
top: 0;
width: 100%;
z-index: 1;
}
.view-full-map{
position: absolute;
right: 10px;
top: 10px;
z-index: 99;
}



.section-footer .social-wrap a,
.merchant-social-list a
{
color:#fff;
font-size:34px;
}

.section-footer .social-wrap a:hover i.ion-social-googleplus
{
color:#d34836;
}
.section-footer .social-wrap a:hover i.ion-social-twitter
{
color:#00aced;
}
.section-footer .social-wrap a:hover i.ion-social-facebook
{
color:#3b5998;
}
.section-footer .social-wrap a:hover i.ion-social-instagram
{
color:#b68066;
}
.section-footer .social-wrap a:hover i.ion-social-youtube-outline
{
color:#ee1c1b;
}

.section-footer a{
color:#fff;
}
.footer-divider
{
margin-top:30px;
}

.menu-nav-mobile,
.cart-mobile-handle
{
float:right;
position:relative;
height:100%;
padding-top:1%;
}

.menu-nav-mobile a,
.cart-mobile-handle a
{
color:#fff;
font-size:40px;
display:block;
}

.mobile-search-menu.mytable,
.progress-dot.mytable
{
width:300px;
margin:auto;
}

.mobile-search-menu a i,
.progress-dot a i
{
color:#ccc;
font-size:25px;
text-decoration:none;
display:block;
}

ul#mobile-menu{
padding:0;
margin:0;
}

ul#mobile-menu li a:hover
{
text-decoration:none;
}

.section-menu ul#tabs li i{
font-size:30px;
display:none;
}

.mobile-cart-parent
{
background:#fff;
padding:3px;
}

.mobile-cart-wrapper
{
float:right;
width:138px;
height:42px;
background:url("../images/cart.png") no-repeat;
position:relative;
}

.mobile-cart-wrapper span
{
color: #fff;
font-size: 15px;
position: absolute;
right: 12px;
top: 10px;
}
.mobile-cart-parent a:hover .mobile-cart-wrapper
{
background:url("../images/cart-hover.png") no-repeat;
}

#mobile-header{
background:#f8a700;
color:#fff;
}
#mobile-header h1{
margin:0;
padding:0;
font-size:17px;
}
#mobile-header i{
color:#fff;
font-size:25px;
}

#mobile-app-sections{
padding-top:30px;
}

.container-medium {
max-width:800px;
margin:auto;
}

#mobile-app-sections h2{
margin-top:22%;
}

#mobile-app-sections h3{
margin:auto auto 25px;
}

#getapp-wrap2{
margin:auto;
width:300px;
}

#getapp-wrap2 img{
max-width:130px;
}

#getapp-wrap2 .mycol{
width:150px;
}

.language-options .btn{
width:auto;
}

.merchant-review-wrap img.img-circle{
height:60px;
width:60px;
}

.cookie-wrap,
.language-selection-wrap
{
display:none;
/*background:#262626;*/
background: rgb(38, 38, 38); 
background:rgba(38, 38, 38, 0.95);
color:#fff;
position:fixed;
top:0;
width:100%;
padding:5px 30px;
z-index:9999;
}

.cookie-wrap p,
.cookie-wrap a.orange-button,
.cookie-wrap a.green-button
{
font-size:14px;
}
.cookie-wrap a.orange-button,
.cookie-wrap a.green-button
{
padding:8px 10px;
display:inline-table;
}
.cookie-close,
.language-selection-close
{
color:#fff;
font-size:23px;
position:absolute;
right:15%;
z-index:1;
}

.language-selection-close{
top:15%;
}

.print-receipt{
font-size:25px;
}

.ui-datepicker-month,
.ui-datepicker-year
{
color:#000;
}

.fb-button.orange-button,
.google-button.orange-button
{
margin:auto;
display:table;
position:relative;
width:260px;
text-align:center;
}

.fb-button.orange-button{
background:#3b579a;
border:1px solid #3b579a;
}
.fb-button.orange-button:hover{
background:#3254a5;
border:1px solid #3254a5;
}

.fb-button.orange-button i,
.google-button.orange-button i
{
font-size:30px;
position:absolute;
top:15%;
left:10%;
}
.login-or{
text-align:center;
width:260px;
    margin: 10px auto 15px;
}
.login-or:before{
content:"-";
}
.login-or:after{
content:"-";
}
.language-selection-wrap{
/*display:block;*/
background:#000;
}
.language-selection-wrap .container-medium{
min-height:150px;
background:url("../images/bg_country.jpg") left center no-repeat;
}

.lang-list{
margin-top:10px;
}
.highlight{
background:#555555;
color:#fff;
padding:3px 10px;
margin-left:-10px;
display:table;
}

.highlight:hover,
.language-selection-wrap ul li a:hover,
.language-selection-wrap ul li a.highlight
{
text-decoration:none;
color:#fff;
}
.language-selection-wrap ul li{
margin-bottom:5px;
}
.language-selection-wrap ul li a{
color:#ffc90c;
display:block;
text-transform:capitalize;
}
.language-selection-wrap .head{
color:#666;
font-weight:600;
}

.language-selection-wrap .orange-button{
display:table;
padding:3px 6px;
}

li.language-selection a img{
margin-right:5px;
margin-top:-1px;
}
li.language-selection a{
text-transform:capitalize;
}


/*****************
   VERSOION 3.1 
******************/
.section-feature-resto .merchantopentag span{
display:table;
margin:auto;
margin-top:4px;
}
.social-wrap .mycol{
width:16%;
}
 
/* fixed parallax issue on chrome */
#parallax-wrap p:last-child{
margin-bottom:0;
}

.section-cuisine a span{
padding-left:5px;
}
.ui-timepicker-container{
z-index:99999 !important;
}

/*fixed feature resto*/
.section-feature-resto .col-md-5{
min-height:170px;
}

.result-merchant ul li.active{
display:none;
}



/** FAX PRINT FIXED **/

#fax_page .input-block .label{
color: #474d5d;
font-weight: normal;
text-align: left;
}

#fax_page .item-row .a, #fax_page .item-row .b{
line-height:normal;
height:auto;
}

#fax_page .input-block .label, 
#fax_page .input-block .value, 
#fax_page .summary-wrap .a, 
#fax_page .item-row .d, 
#fax_page .summary-wrap .b{
height:auto;
}

.section-feature-resto img{
max-height:100px;
}

.category .goto-category.active{
border-left:2px solid #ffc600;
background:#ffc90c;
font-weight:bold;
}

.cart-mobile-handle .badge{
position: absolute;
right: 1px;
top: -1px;
background:red;
}
.cart_count{
display:none;
}


/* taxable cart  css*/

.new-cart-parent{
padding-top:10px;
}

#new-cart{
margin:0;
}

#new-cart div{
padding-left:0;
padding-right:0;
}

#new-cart  a {
color: #9a9a93;
font-size: 20px;
margin-right: 5px;
}

#new-cart .txt-indent{
padding-right: 20%;
text-align: right;
}

.receipt-wrap .row{
border-top:none !important;
}

.receipt-wrap hr{
margin-bottom:0;
margin-top:0;
border-color:#e4e7ea;
}

.apply_tip{
padding: 8px 10px;
}
.table-order-details{
width:100%;
}
.table-order-details, 
.spacer3,
.sections .box-grey p.spacer3
{
margin-bottom:15px;
margin-top:5px;
}
.spacer3,
.sections .box-grey p.spacer3
{
display:block;
}
.table-order-details td.a{
width:25%;
}
.table-order-details td.b{
font-weight:bold;
}
.table-order-details td{
padding-top:3px;
padding-bottom:3px;
}
.hide_inputs{
display:none;
}

.section-confirmorder .edit_item,
.section-confirmorder .delete_item
{
display:none;
}

.box-grey{
z-index:1;
}

.apply_tip{
display:none;
}

/* taxable cart  css*/


/*VERSION 3.5*/

/** PRELOADER **/
.main-preloader{
position:fixed;
top:0;
z-index:999999;
background:rgba(50, 50, 50, 0.85) none repeat scroll 0 0;
width:100%;
height:100%;
display:none;
}

.main-preloader .inner{
margin: 0;
padding: 0;
position: absolute;
top: 20%;
width: 100%;
}


.ploader,
.ploader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**END preloader*/

.search-food-wrap{
margin-bottom:10px;
position:relative;
}
ul#tab .search-food-wrap li{
display:block;
}
ul#tab .search-food-wrap .easy-autocomplete-container{
z-index:9999;
}

.search-food-wrap button{
position:absolute;
background:none;
border:none;
font-size: 20px;
position: absolute;
right: 10px;
top: 8px;
}
.frm-search-food a{
display: block;
float: right;
margin-bottom:5px;
margin-top:-5px;
}

.search-wraps.location-search-1 h1,
.search-wraps.location-search-2 h1,
.search-wraps.location-search-3 h1
{
font-size:45px;
}
.fields-location-wrap{
background:rgba(255, 255, 255, 0.5);
padding:20px 40px;
margin-top:40px;
}
.fields-location-wrap .col-sm-4,
.fields-location-wrap .col-sm-6
{
border-top:1px solid #f75d34;
border-bottom:1px solid #f75d34;
padding-left:0px;
padding-right:0px;
}
.fields-location-wrap .col-sm-4.left-border,
.fields-location-wrap .col-sm-6.left-border
{
border-left:1px solid #f75d34;
}
.fields-location-wrap .col-sm-4.right-border,
.fields-location-wrap .col-sm-6.right-border
{
border-right:1px solid #f75d34;
}

.fields-location-wrap input[type="text"]
{
border: none;
font-size: 20px;
padding: 5px 15px;
width: 100%;
font-weight:300;
}

.rounded-corner,
.fields-location-wrap #city
{
border-radius: 5px 0 0 5px; 
}

.fields-location-wrap button{
border:none;
font-size:18px;
background:#f75d34;
color:#fff;
font-weight:300;
padding: 6px 15px;
width:100%;
}

.fields-location-wrap button,
.rounded-end{
border-radius: 0px 5px 5px 0; 
}

.fields-location-wrap button:hover{
background:#ff4e41;
}
.fields-location-wrap .dropdown-menu{
display:block;
margin:0;
width:100%;
border-radius:0;
padding:0;
overflow-x:hidden;
overflow-y:scroll;
max-height:250px;
}
.fields-location-wrap .dropdown-menu li a{
font-size:18px;
padding:5px 15px;
}
.with-location-loader,
.typhead-city-wrap
{
position:relative;
}
.location-loader{
height:24px;
width:24px;
background:url("../images/default.svg") no-repeat;
position:absolute;
right: 15px;
top: 8px;
display:none;
}

.typhead-city-wrap i{
color:#f75d34;
font-size:20px;
position:absolute;
right:10px;
top:10px;
}
.location-fee-wrap{
padding:10px 20px;
min-width:800px;
}

.location-fee-wrap .inner{
max-height:400px;
overflow-x: hidden;
overflow-y: scroll;
}

.search-wraps.location-search-3 .fields-location-wrap{
width:85%;
margin:auto;
margin-top:40px;
}

.age-restriction-wrap{
padding:10px 20px 40px 20px;
text-align:center;
}

.merchant-social-list{
display:table;
margin:auto;
padding:0;
}
.merchant-social-list li{
display:table-cell;
vertical-align:middle;
padding:5px;
padding-left:10px;
padding-right:10px;
}

.merchant-social-list a:hover{
color:#d34836;
}
.invoice_terms_wrap{
display:none;
}

#section-custom-page h2{
    text-align:left;
}
#section-custom-page ol>li{
    list-style:decimal;
}

/*V 3.6 - poprawki bo cos sie posypalo*/
.menu-top-menu{
    position: absolute;
    top: 47px;
    background: rgb(248, 167, 0);
    width: 100%;
    z-index:999;
}


.item_type_ico{
    width:24px; 
    display:inline-block;
    margin-right:5px;
}

.menu-item >.row{
    margin-left:0px;
    margin-right:0px;
}
.menu-cat{
    padding-left:10px !important;
    margin-top:10px !important;
    font-weight:600 !important;
    font-family:"Montserrat";
    color:#000 !important;
    margin-top:10px !important;
}
.child_block_sea >p{
    padding-left:10px;
    margin-bottom:10px;
}
.priceItemList{

    font-family:"Lato";
}

/*-----------*/
/*sweetmodal*/
.sweet-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
  overflow-y: auto;
  background: radial-gradient(at center, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.96) 100%);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-perspective: 500px;
  opacity: 0;
  transition: opacity 0.26s; }
  .sweet-modal-overlay.bounce .sweet-modal-box {
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    animation-name: bounce;
    animation-duration: 0.1s;
    animation-iteration-count: 2;
    animation-direction: alternate; }
  .sweet-modal-overlay .sweet-modal-box {
    -webkit-transform: scale(0.9) translateY(-32px);
    transform: scale(0.9) translateY(-32px);
    opacity: 0;
    transition-property: transform, -webkit-transform, opacity;
    transition-duration: 0.3s;
    transition-delay: 0.05s;
    transition-timing-function: cubic-bezier(0.52, 0.02, 0.19, 1.02); }
    .sweet-modal-overlay .sweet-modal-box .sweet-modal-content {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px); }
    .sweet-modal-overlay .sweet-modal-box .sweet-modal-buttons {
      -webkit-transform: translateY(16px);
      transform: translateY(16px); }
    .sweet-modal-overlay .sweet-modal-box .sweet-modal-content, .sweet-modal-overlay .sweet-modal-box .sweet-modal-buttons {
      opacity: 0;
      transition-property: transform, -webkit-transform, opacity;
      transition-duration: 0.3s;
      transition-delay: 0.141s;
      transition-timing-function: cubic-bezier(0.52, 0.02, 0.19, 1.02); }
  .sweet-modal-overlay.open {
    opacity: 1; }
    .sweet-modal-overlay.open .sweet-modal-box {
      -webkit-transform: none;
      transform: none;
      opacity: 1; }
      .sweet-modal-overlay.open .sweet-modal-box .sweet-modal-content, .sweet-modal-overlay.open .sweet-modal-box .sweet-modal-buttons {
        -webkit-transform: none;
        transform: none;
        opacity: 1; }
  @media screen and (max-width: 420px) {
    .sweet-modal-overlay {
      overflow: hidden; } }

.sweet-modal-close {
  position: absolute;
  z-index: 4000;
  right: 18px;
  top: 14px; }
  .sweet-modal-close a.sweet-modal-close-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" fill="%23292c34" /></svg>');
    background-size: 26px;
    background-position: center;
    transition: all 0.2s; }
    .sweet-modal-close a.sweet-modal-close-link:hover {
      background-color: #0099cc;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" fill="%23fff" /></svg>'); }
    .sweet-modal-close a.sweet-modal-close-link:active {
      background-color: #0099cc; }
  .sweet-modal-overlay.tabbed .sweet-modal-close {
    top: 6px;
    right: 12px; }
  @media screen and (max-width: 420px) {
    .sweet-modal-close {
      top: 14px;
      right: 18px; } }

.sweet-modal-box {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  position: absolute;
  width: 64%;
  left: 18%;
  margin: auto;
  margin-top: 96px;
  margin-bottom: 96px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 8px 46px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.03); }
  .sweet-modal-box .sweet-modal-content + .sweet-modal-buttons {
    margin-top: 0px; }
  .sweet-modal-box.alert {
    width: 50%;
    left: 25%; }
  .sweet-modal-box.prompt {
    width: 50%;
    left: 25%; }
  @media screen and (max-width: 777px) {
    .sweet-modal-box {
      width: 82%;
      left: 9%; } }
  @media screen and (max-width: 420px) {
    .sweet-modal-box, .sweet-modal-box.prompt, .sweet-modal-box.alert {
      width: 100%;
      height: 100%;
      max-height: 100%;
      left: 0;
      margin-top: 0;
      margin-bottom: 0;
      border-radius: 0px; } }

.sweet-modal-title-wrap {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 36px;
  padding-right: 16px; }
  .sweet-modal-overlay.tabbed .sweet-modal-title-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px; }

.sweet-modal-title h2 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #292c34;
  margin-top: 2px; }
.sweet-modal-title .sweet-modal-tabs-links {
  margin-left: -36px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-right: -16px; }
  .sweet-modal-title .sweet-modal-tabs-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto; }
    .sweet-modal-title .sweet-modal-tabs-links ul li {
      display: block; }
      .sweet-modal-title .sweet-modal-tabs-links ul li a {
        display: block;
        position: relative;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        color: #999;
        transition: all 0.2s; }
        .sweet-modal-title .sweet-modal-tabs-links ul li a, .sweet-modal-title .sweet-modal-tabs-links ul li a label {
          cursor: pointer; }
        .sweet-modal-title .sweet-modal-tabs-links ul li a label {
          display: block; }
        .sweet-modal-title .sweet-modal-tabs-links ul li a .icon {
          display: block;
          margin: auto;
          height: 24px;
          width: 28px; }
          .sweet-modal-title .sweet-modal-tabs-links ul li a .icon svg {
            width: 100%;
            height: 100%; }
            .sweet-modal-title .sweet-modal-tabs-links ul li a .icon svg, .sweet-modal-title .sweet-modal-tabs-links ul li a .icon svg path {
              fill: #999;
              transition: fill 0.2s; }
        .sweet-modal-title .sweet-modal-tabs-links ul li a .icon + label {
          margin-top: 8px; }
        .sweet-modal-title .sweet-modal-tabs-links ul li a::after {
          content: '';
          opacity: 0;
          width: 0px;
          height: 0px;
          border: 6px solid transparent;
          border-bottom-color: #e0e0e0;
          position: absolute;
          bottom: 0px;
          left: 50%;
          margin-left: -6px;
          transition: all 0.2s; }
      .sweet-modal-title .sweet-modal-tabs-links ul li + li a {
        border-left: 1px solid #e0e0e0; }
      .sweet-modal-title .sweet-modal-tabs-links ul li:last-child a {
        border-right: 1px solid #e0e0e0; }
      .sweet-modal-title .sweet-modal-tabs-links ul li:hover a {
        color: #292c34; }
        .sweet-modal-title .sweet-modal-tabs-links ul li:hover a .icon svg, .sweet-modal-title .sweet-modal-tabs-links ul li:hover a .icon svg path {
          fill: #292c34; }
      .sweet-modal-title .sweet-modal-tabs-links ul li.active a {
        color: #0099cc;
        font-weight: 600; }
        .sweet-modal-title .sweet-modal-tabs-links ul li.active a, .sweet-modal-title .sweet-modal-tabs-links ul li.active a label {
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none;
          cursor: default; }
        .sweet-modal-title .sweet-modal-tabs-links ul li.active a .icon svg, .sweet-modal-title .sweet-modal-tabs-links ul li.active a .icon svg path {
          fill: #0099cc; }
        .sweet-modal-title .sweet-modal-tabs-links ul li.active a::after {
          opacity: 1; }

.sweet-modal-overlay.tabbed .sweet-modal-title .sweet-modal-tabs-links {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -16px;
  margin-bottom: -16px; }
  .sweet-modal-overlay.tabbed .sweet-modal-title .sweet-modal-tabs-links ul li a {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px; }

.sweet-modal-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 14px;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 32px;
  padding-bottom: 32px; }
  .sweet-modal-content p:first-child {
    margin-top: 0; }
  .sweet-modal-content pre {
    overflow-x: auto; }
  .sweet-modal-content b {
    font-weight: 600; }
  .sweet-modal-content .sweet-modal-icon {
    margin-bottom: 24px; }
  .sweet-modal-content .sweet-modal-prompt [type=text],
  .sweet-modal-content .sweet-modal-prompt [type=password],
  .sweet-modal-content .sweet-modal-prompt [type=number] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  @media screen and (max-width: 420px) {
    .sweet-modal-content {
      overflow: auto;
      margin-bottom: 64px; } }
  .sweet-modal-box.alert .sweet-modal-content {
    text-align: center;
    font-size: 16px;
    padding-top: 64px;
    padding-bottom: 64px; }

.sweet-modal-buttons {
  border-top: 1px solid #e0e0e0;
  margin-top: 48px;
  text-align: right;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 14px;
  padding-bottom: 14px; }
  @media screen and (max-width: 420px) {
    .sweet-modal-buttons {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff; } }

.sweet-modal-buttons a.button,
.sweet-modal-buttons button {
  display: inline-block;
  background: #0099cc;
  border: 1px solid #006b8f;
  color: #fff;
  font-size: 13px;
  font-family:  "Open Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 4px;
  margin-left: 12px;
  min-width: 64px;
  transition: all 0.2s;
  outline: 0; }
  .sweet-modal-buttons a.button:hover,
  .sweet-modal-buttons button:hover {
    background: #00b8f5;
    color: #fff;
    text-decoration: none; }
  .sweet-modal-buttons a.button:active,
  .sweet-modal-buttons button:active {
    background: #006b8f;
    color: #ccf2ff;
    border-color: #004d66;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.4); }
  .sweet-modal-buttons a.accentB.button,
  .sweet-modal-buttons button.accentB {
    background: #0099cc;
    border-color: #006b8f; }
    .sweet-modal-buttons a.accentB.button:hover,
    .sweet-modal-buttons button.accentB:hover {
      background: #00b8f5; }
    .sweet-modal-buttons a.accentB.button:active,
    .sweet-modal-buttons button.accentB:active {
      background: #006b8f;
      color: #ccf2ff;
      border-color: #004d66; }
    .sweet-modal-buttons a.accentB.bordered.button,
    .sweet-modal-buttons button.accentB.bordered {
      background: none;
      border-color: #0099cc;
      color: #0099cc; }
      .sweet-modal-buttons a.accentB.bordered.button:hover,
      .sweet-modal-buttons button.accentB.bordered:hover {
        background: #0099cc;
        color: #fff;
        border-color: #006b8f; }
      .sweet-modal-buttons a.accentB.bordered.button:active,
      .sweet-modal-buttons button.accentB.bordered:active {
        background: #006b8f;
        color: #ccf2ff;
        border-color: #004d66; }
  .sweet-modal-buttons a.redB.button,
  .sweet-modal-buttons button.redB {
    background: #E64A33;
    border-color: #c42e18; }
    .sweet-modal-buttons a.redB.button:hover,
    .sweet-modal-buttons button.redB:hover {
      background: #ea6a57; }
    .sweet-modal-buttons a.redB.button:active,
    .sweet-modal-buttons button.redB:active {
      background: #c42e18;
      color: white;
      border-color: #9f2614; }
    .sweet-modal-buttons a.redB.bordered.button,
    .sweet-modal-buttons button.redB.bordered {
      background: none;
      border-color: #E64A33;
      color: #E64A33; }
      .sweet-modal-buttons a.redB.bordered.button:hover,
      .sweet-modal-buttons button.redB.bordered:hover {
        background: #E64A33;
        color: #fff;
        border-color: #c42e18; }
      .sweet-modal-buttons a.redB.bordered.button:active,
      .sweet-modal-buttons button.redB.bordered:active {
        background: #c42e18;
        color: white;
        border-color: #9f2614; }
  .sweet-modal-buttons a.blueB.button,
  .sweet-modal-buttons button.blueB {
    background: #27AAE1;
    border-color: #1985b2; }
    .sweet-modal-buttons a.blueB.button:hover,
    .sweet-modal-buttons button.blueB:hover {
      background: #4bb8e6; }
    .sweet-modal-buttons a.blueB.button:active,
    .sweet-modal-buttons button.blueB:active {
      background: #1985b2;
      color: white;
      border-color: #146a8e; }
    .sweet-modal-buttons a.blueB.bordered.button,
    .sweet-modal-buttons button.blueB.bordered {
      background: none;
      border-color: #27AAE1;
      color: #27AAE1; }
      .sweet-modal-buttons a.blueB.bordered.button:hover,
      .sweet-modal-buttons button.blueB.bordered:hover {
        background: #27AAE1;
        color: #fff;
        border-color: #1985b2; }
      .sweet-modal-buttons a.blueB.bordered.button:active,
      .sweet-modal-buttons button.blueB.bordered:active {
        background: #1985b2;
        color: white;
        border-color: #146a8e; }
  .sweet-modal-buttons a.greenB.button,
  .sweet-modal-buttons button.greenB {
    background: #B7D968;
    border-color: #a0cd37; }
    .sweet-modal-buttons a.greenB.button:hover,
    .sweet-modal-buttons button.greenB:hover {
      background: #c7e189; }
    .sweet-modal-buttons a.greenB.button:active,
    .sweet-modal-buttons button.greenB:active {
      background: #a0cd37;
      color: white;
      border-color: #88af2c; }
    .sweet-modal-buttons a.greenB.bordered.button,
    .sweet-modal-buttons button.greenB.bordered {
      background: none;
      border-color: #B7D968;
      color: #B7D968; }
      .sweet-modal-buttons a.greenB.bordered.button:hover,
      .sweet-modal-buttons button.greenB.bordered:hover {
        background: #B7D968;
        color: #fff;
        border-color: #a0cd37; }
      .sweet-modal-buttons a.greenB.bordered.button:active,
      .sweet-modal-buttons button.greenB.bordered:active {
        background: #a0cd37;
        color: white;
        border-color: #88af2c; }
  .sweet-modal-buttons a.darkGreyB.button,
  .sweet-modal-buttons button.darkGreyB {
    background: #5A5A5A;
    border-color: #3b3b3b;
    color: #292c34; }
    .sweet-modal-buttons a.darkGreyB.button:hover,
    .sweet-modal-buttons button.darkGreyB:hover {
      background: #464646;
      color: #343842; }
    .sweet-modal-buttons a.darkGreyB.button:active,
    .sweet-modal-buttons button.darkGreyB:active {
      background: #3b3b3b;
      box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
      border-color: #272727; }
    .sweet-modal-buttons a.darkGreyB.bordered.button,
    .sweet-modal-buttons button.darkGreyB.bordered {
      background: none;
      border-color: #5A5A5A;
      color: #5A5A5A; }
      .sweet-modal-buttons a.darkGreyB.bordered.button:hover,
      .sweet-modal-buttons button.darkGreyB.bordered:hover {
        background: #5A5A5A;
        color: #292c34;
        border-color: #5A5A5A; }
      .sweet-modal-buttons a.darkGreyB.bordered.button:active,
      .sweet-modal-buttons button.darkGreyB.bordered:active {
        background: #3b3b3b;
        color: black;
        border-color: #272727; }
  .sweet-modal-buttons a.lightGreyB.button,
  .sweet-modal-buttons button.lightGreyB {
    background: #999;
    border-color: #7a7a7a;
    color: #292c34; }
    .sweet-modal-buttons a.lightGreyB.button:hover,
    .sweet-modal-buttons button.lightGreyB:hover {
      background: #858585;
      color: #343842; }
    .sweet-modal-buttons a.lightGreyB.button:active,
    .sweet-modal-buttons button.lightGreyB:active {
      background: #7a7a7a;
      box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
      border-color: #666666; }
    .sweet-modal-buttons a.lightGreyB.bordered.button,
    .sweet-modal-buttons button.lightGreyB.bordered {
      background: none;
      border-color: #999;
      color: #999; }
      .sweet-modal-buttons a.lightGreyB.bordered.button:hover,
      .sweet-modal-buttons button.lightGreyB.bordered:hover {
        background: #999;
        color: #292c34;
        border-color: #999; }
      .sweet-modal-buttons a.lightGreyB.bordered.button:active,
      .sweet-modal-buttons button.lightGreyB.bordered:active {
        background: #7a7a7a;
        color: #1a1a1a;
        border-color: #666666; }
  .sweet-modal-buttons a.yellowB.button,
  .sweet-modal-buttons button.yellowB {
    background: #f39c12;
    border-color: #be780a; }
    .sweet-modal-buttons a.yellowB.button:hover,
    .sweet-modal-buttons button.yellowB:hover {
      background: #f5ac39; }
    .sweet-modal-buttons a.yellowB.button:active,
    .sweet-modal-buttons button.yellowB:active {
      background: #be780a;
      color: white;
      border-color: #976008; }
    .sweet-modal-buttons a.yellowB.bordered.button,
    .sweet-modal-buttons button.yellowB.bordered {
      background: none;
      border-color: #f39c12;
      color: #f39c12; }
      .sweet-modal-buttons a.yellowB.bordered.button:hover,
      .sweet-modal-buttons button.yellowB.bordered:hover {
        background: #f39c12;
        color: #fff;
        border-color: #be780a; }
      .sweet-modal-buttons a.yellowB.bordered.button:active,
      .sweet-modal-buttons button.yellowB.bordered:active {
        background: #be780a;
        color: white;
        border-color: #976008; }
  .sweet-modal-buttons a.purpleB.button,
  .sweet-modal-buttons button.purpleB {
    background: #673AB7;
    border-color: #4d2b89; }
    .sweet-modal-buttons a.purpleB.button:hover,
    .sweet-modal-buttons button.purpleB:hover {
      background: #7c52c8; }
    .sweet-modal-buttons a.purpleB.button:active,
    .sweet-modal-buttons button.purpleB:active {
      background: #4d2b89;
      color: #f7f4fc;
      border-color: #3b216a; }
    .sweet-modal-buttons a.purpleB.bordered.button,
    .sweet-modal-buttons button.purpleB.bordered {
      background: none;
      border-color: #673AB7;
      color: #673AB7; }
      .sweet-modal-buttons a.purpleB.bordered.button:hover,
      .sweet-modal-buttons button.purpleB.bordered:hover {
        background: #673AB7;
        color: #fff;
        border-color: #4d2b89; }
      .sweet-modal-buttons a.purpleB.bordered.button:active,
      .sweet-modal-buttons button.purpleB.bordered:active {
        background: #4d2b89;
        color: #f7f4fc;
        border-color: #3b216a; }
  .sweet-modal-buttons a.tealB.button,
  .sweet-modal-buttons button.tealB {
    background: #009688;
    border-color: #005951; }
    .sweet-modal-buttons a.tealB.button:hover,
    .sweet-modal-buttons button.tealB:hover {
      background: #00bfad; }
    .sweet-modal-buttons a.tealB.button:active,
    .sweet-modal-buttons button.tealB:active {
      background: #005951;
      color: #96fff5;
      border-color: #00302c; }
    .sweet-modal-buttons a.tealB.bordered.button,
    .sweet-modal-buttons button.tealB.bordered {
      background: none;
      border-color: #009688;
      color: #009688; }
      .sweet-modal-buttons a.tealB.bordered.button:hover,
      .sweet-modal-buttons button.tealB.bordered:hover {
        background: #009688;
        color: #fff;
        border-color: #005951; }
      .sweet-modal-buttons a.tealB.bordered.button:active,
      .sweet-modal-buttons button.tealB.bordered:active {
        background: #005951;
        color: #96fff5;
        border-color: #00302c; }
  .sweet-modal-buttons a.brownB.button,
  .sweet-modal-buttons button.brownB {
    background: #795548;
    border-color: #533a31; }
    .sweet-modal-buttons a.brownB.button:hover,
    .sweet-modal-buttons button.brownB:hover {
      background: #936757; }
    .sweet-modal-buttons a.brownB.button:active,
    .sweet-modal-buttons button.brownB:active {
      background: #533a31;
      color: #e8dcd8;
      border-color: #392822; }
    .sweet-modal-buttons a.brownB.bordered.button,
    .sweet-modal-buttons button.brownB.bordered {
      background: none;
      border-color: #795548;
      color: #795548; }
      .sweet-modal-buttons a.brownB.bordered.button:hover,
      .sweet-modal-buttons button.brownB.bordered:hover {
        background: #795548;
        color: #fff;
        border-color: #533a31; }
      .sweet-modal-buttons a.brownB.bordered.button:active,
      .sweet-modal-buttons button.brownB.bordered:active {
        background: #533a31;
        color: #e8dcd8;
        border-color: #392822; }
  .sweet-modal-buttons a.orangeB.button,
  .sweet-modal-buttons button.orangeB {
    background: #F57C00;
    border-color: #b85d00; }
    .sweet-modal-buttons a.orangeB.button:hover,
    .sweet-modal-buttons button.orangeB:hover {
      background: #ff901f; }
    .sweet-modal-buttons a.orangeB.button:active,
    .sweet-modal-buttons button.orangeB:active {
      background: #b85d00;
      color: #fffaf5;
      border-color: #8f4800; }
    .sweet-modal-buttons a.orangeB.bordered.button,
    .sweet-modal-buttons button.orangeB.bordered {
      background: none;
      border-color: #F57C00;
      color: #F57C00; }
      .sweet-modal-buttons a.orangeB.bordered.button:hover,
      .sweet-modal-buttons button.orangeB.bordered:hover {
        background: #F57C00;
        color: #fff;
        border-color: #b85d00; }
      .sweet-modal-buttons a.orangeB.bordered.button:active,
      .sweet-modal-buttons button.orangeB.bordered:active {
        background: #b85d00;
        color: #fffaf5;
        border-color: #8f4800; }
  .sweet-modal-buttons a.pinkB.button,
  .sweet-modal-buttons button.pinkB {
    background: #E91E63;
    border-color: #b8124a; }
    .sweet-modal-buttons a.pinkB.button:hover,
    .sweet-modal-buttons button.pinkB:hover {
      background: #ed437d; }
    .sweet-modal-buttons a.pinkB.button:active,
    .sweet-modal-buttons button.pinkB:active {
      background: #b8124a;
      color: white;
      border-color: #930e3b; }
    .sweet-modal-buttons a.pinkB.bordered.button,
    .sweet-modal-buttons button.pinkB.bordered {
      background: none;
      border-color: #E91E63;
      color: #E91E63; }
      .sweet-modal-buttons a.pinkB.bordered.button:hover,
      .sweet-modal-buttons button.pinkB.bordered:hover {
        background: #E91E63;
        color: #fff;
        border-color: #b8124a; }
      .sweet-modal-buttons a.pinkB.bordered.button:active,
      .sweet-modal-buttons button.pinkB.bordered:active {
        background: #b8124a;
        color: white;
        border-color: #930e3b; }
  .sweet-modal-buttons a.secondaryB.button,
  .sweet-modal-buttons button.secondaryB {
    background: #292c34;
    border-color: #0e0f12; }
    .sweet-modal-buttons a.secondaryB.button:hover,
    .sweet-modal-buttons button.secondaryB:hover {
      background: #3b3f4b; }
    .sweet-modal-buttons a.secondaryB.button:active,
    .sweet-modal-buttons button.secondaryB:active {
      background: #0e0f12;
      color: #a4aab8;
      border-color: black; }
    .sweet-modal-buttons a.secondaryB.bordered.button,
    .sweet-modal-buttons button.secondaryB.bordered {
      background: none;
      border-color: #292c34;
      color: #292c34; }
      .sweet-modal-buttons a.secondaryB.bordered.button:hover,
      .sweet-modal-buttons button.secondaryB.bordered:hover {
        background: #292c34;
        color: #fff;
        border-color: #0e0f12; }
      .sweet-modal-buttons a.secondaryB.bordered.button:active,
      .sweet-modal-buttons button.secondaryB.bordered:active {
        background: #0e0f12;
        color: #a4aab8;
        border-color: black; }
  .sweet-modal-buttons a.whiteB.button,
  .sweet-modal-buttons button.whiteB {
    background: #fff;
    border-color: #e0e0e0;
    color: #292c34; }
    .sweet-modal-buttons a.whiteB.button:hover,
    .sweet-modal-buttons button.whiteB:hover {
      background: #ebebeb;
      color: #343842; }
    .sweet-modal-buttons a.whiteB.button:active,
    .sweet-modal-buttons button.whiteB:active {
      background: #e0e0e0;
      box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
      border-color: #cccccc; }
    .sweet-modal-buttons a.whiteB.bordered.button,
    .sweet-modal-buttons button.whiteB.bordered {
      background: none;
      border-color: #fff;
      color: #fff; }
      .sweet-modal-buttons a.whiteB.bordered.button:hover,
      .sweet-modal-buttons button.whiteB.bordered:hover {
        background: #fff;
        color: #292c34;
        border-color: #fff; }
      .sweet-modal-buttons a.whiteB.bordered.button:active,
      .sweet-modal-buttons button.whiteB.bordered:active {
        background: #e0e0e0;
        color: gray;
        border-color: #cccccc; }
  .sweet-modal-buttons a.darkB.button,
  .sweet-modal-buttons button.darkB {
    background: #5A5A5A;
    border-color: #3b3b3b; }
    .sweet-modal-buttons a.darkB.button:hover,
    .sweet-modal-buttons button.darkB:hover {
      background: #6e6e6e; }
    .sweet-modal-buttons a.darkB.button:active,
    .sweet-modal-buttons button.darkB:active {
      background: #3b3b3b;
      color: #dadada;
      border-color: #272727; }
    .sweet-modal-buttons a.darkB.bordered.button,
    .sweet-modal-buttons button.darkB.bordered {
      background: none;
      border-color: #5A5A5A;
      color: #5A5A5A; }
      .sweet-modal-buttons a.darkB.bordered.button:hover,
      .sweet-modal-buttons button.darkB.bordered:hover {
        background: #5A5A5A;
        color: #fff;
        border-color: #3b3b3b; }
      .sweet-modal-buttons a.darkB.bordered.button:active,
      .sweet-modal-buttons button.darkB.bordered:active {
        background: #3b3b3b;
        color: #dadada;
        border-color: #272727; }
  .sweet-modal-buttons a.disabledB.button,
  .sweet-modal-buttons button.disabledB {
    background: #81cded;
    border-color: #66c3ea;
    color: #1d9cd1;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .sweet-modal-buttons a.bordered.flat.button,
  .sweet-modal-buttons button.bordered.flat {
    border-color: transparent; }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }
@keyframes bounce {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }


@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sweet-modal-icon.sweet-modal-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

/* Error Icon */
@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }


@keyframes animateXMark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.sweet-modal-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: auto;
  padding: 0;
  box-sizing: content-box; }
  .sweet-modal-icon.sweet-modal-error {
    border-color: #E64A33; }
    .sweet-modal-icon.sweet-modal-error .sweet-modal-x-mark {
      position: relative;
      display: block; }
    .sweet-modal-icon.sweet-modal-error .sweet-modal-line {
      display: block;
      position: absolute;
      top: 37px;
      height: 5px;
      width: 47px;
      background-color: #E64A33;
      border-radius: 2px; }
      .sweet-modal-icon.sweet-modal-error .sweet-modal-line.sweet-modal-left {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 17px; }
      .sweet-modal-icon.sweet-modal-error .sweet-modal-line.sweet-modal-right {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 16px; }
  .sweet-modal-icon.sweet-modal-warning {
    border-color: #F57C00; }
    .sweet-modal-icon.sweet-modal-warning .sweet-modal-body {
      position: absolute;
      width: 5px;
      height: 47px;
      left: 50%;
      top: 10px;
      margin-left: -2px;
      border-radius: 2px;
      background-color: #F57C00; }
    .sweet-modal-icon.sweet-modal-warning .sweet-modal-dot {
      position: absolute;
      left: 50%;
      bottom: 10px;
      width: 7px;
      height: 7px;
      margin-left: -3px;
      border-radius: 50%;
      background-color: #F57C00; }
  .sweet-modal-icon.sweet-modal-info {
    border-color: #27AAE1; }
    .sweet-modal-icon.sweet-modal-info::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 29px;
      left: 50%;
      bottom: 17px;
      margin-left: -2px;
      border-radius: 2px;
      background-color: #27AAE1; }
    .sweet-modal-icon.sweet-modal-info::after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      top: 19px;
      margin-left: -3px;
      border-radius: 50%;
      background-color: #27AAE1; }
  .sweet-modal-icon.sweet-modal-success {
    border-color: #B7D968; }
    .sweet-modal-icon.sweet-modal-success::before, .sweet-modal-icon.sweet-modal-success::after {
      content: '';
      position: absolute;
      border-radius: 40px;
      width: 60px;
      height: 120px;
      background: white;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-modal-icon.sweet-modal-success::before {
      border-radius: 120px 0 0 120px;
      top: -7px;
      left: -33px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 60px 60px;
      transform-origin: 60px 60px; }
    .sweet-modal-icon.sweet-modal-success::after {
      border-radius: 0 120px 120px 0;
      top: -11px;
      left: 30px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 0px 60px;
      transform-origin: 0px 60px; }
    .sweet-modal-icon.sweet-modal-success .sweet-modal-placeholder {
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2;
      width: 80px;
      height: 80px;
      border: 4px solid rgba(183, 217, 104, 0.2);
      border-radius: 50%; }
    .sweet-modal-icon.sweet-modal-success .sweet-modal-fix {
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      width: 7px;
      height: 90px;
      background-color: white;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-modal-icon.sweet-modal-success .sweet-modal-line {
      display: block;
      position: absolute;
      z-index: 2;
      height: 5px;
      background-color: #B7D968;
      border-radius: 2px; }
      .sweet-modal-icon.sweet-modal-success .sweet-modal-line.sweet-modal-tip {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-modal-icon.sweet-modal-success .sweet-modal-line.sweet-modal-long {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .sweet-modal-icon.sweet-modal-custom {
    border-radius: 0;
    border: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }

.sweet-modal-overlay {
  /* LIGHT */
  /* DARK */ }
  .sweet-modal-overlay.dark-overlay {
    background: rgba(28, 30, 35, 0.98); }
  .sweet-modal-overlay.dark-modal .sweet-modal-box {
    background: #25272e;
    color: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1), 0px 2px 6px rgba(0, 0, 0, 0.03); }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title-wrap {
      border-color: #1c1e23;
      box-shadow: 0px 1px 0px #2b2e37; }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title h2 {
      color: #fff; }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li a {
      color: #61646b; }
      .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li a .icon svg, .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li a .icon svg path {
        fill: #61646b; }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li:hover a {
      color: #fff; }
      .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li:hover a .icon svg, .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li:hover a .icon svg path {
        fill: #fff; }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li.active a {
      color: #0099cc; }
      .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li.active a .icon svg, .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li.active a .icon svg path {
        fill: #0099cc; }
      .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li.active a::after {
        border-bottom-color: #1c1e23; }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li + li a {
      border-left-color: #1c1e23; }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li:last-child a {
      border-right-color: #1c1e23; }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-close a.sweet-modal-close-link {
      background-color: #1c1e23;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" fill="#fff" /></svg>'); }
      .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-close a.sweet-modal-close-link:hover {
        background-color: #0099cc; }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-icon.sweet-modal-success::before, .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-icon.sweet-modal-success::after, .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-icon.sweet-modal-success .sweet-modal-fix {
      background: #25272e; }
    .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-buttons {
      border-color: #1c1e23;
      box-shadow: inset 0px 1px 0px #2b2e37; }
  .sweet-modal-overlay.dark-modal div::-webkit-scrollbar-thumb, .sweet-modal-overlay.dark-modal pre::-webkit-scrollbar-thumb {
    background: #32363f; }
    .sweet-modal-overlay.dark-modal div::-webkit-scrollbar-thumb:hover, .sweet-modal-overlay.dark-modal pre::-webkit-scrollbar-thumb:hover {
      background: #0099cc; }
  .sweet-modal-overlay.dark-modal div::-webkit-scrollbar-track-piece, .sweet-modal-overlay.dark-modal pre::-webkit-scrollbar-track-piece {
    background: #25272e; }



.fs14{
    font-size:14px;
}
.fs16{
    font-size:16px;
}
.fs20{
    font-size:20px;
}
.pb10{
    padding-bottom:10px;
}
.pl20{
    padding-left:20px;
}
.mb20{
    margin-bottom:20px;
}
.mt20{
    margin-top:20px;
}
.mb10{
    margin-bottom:10px;
}
input[type='radio'] { transform: scale(1.5);margin-right:5px; }
input[type='checkbox'] { transform: scale(1.5);margin-right:5px; }
.sub-item-rows .col-md-5{
    padding-left:18px;
}

/*
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #e31e25;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px dashed #0c1e28;
}
 */
.menu-3 a.menu-item .row.food_item_row:hover{
    border-bottom:2px dashed #000;
}

a[href^="tel:"] {
   font-size:20px;
}

.bt_szukaj {
    border-width: 0px;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb( 0, 126, 243 );
    padding: 8px 10px;
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat";

}
.bt_szukaj_red {
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 4px 10px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    color: #fff;
    background: #e31e24;
    font-weight: 700;
    font-size:26px;
    font-family: "Montserrat";

}
@media only screen and (min-width : 1174px)
{
    .bt_szukaj_red {
        width: 200px;
    }
}

.bt_special_instructions {
    border-width: 0px;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 0, 0);
    padding: 12px 10px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: center;
    width:100%;
}
.bt_special_instructions:hover {
color:#fff;
}

.bt_to_checkout {
    border-width: 0px;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(0, 126, 243);
    padding: 12px 10px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: center;
    width:100%;
}

.filter_button{
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 7px 7px;
    margin-top: 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    margin-bottom: 6px;
    margin-top: 7px;
}
.rounded8{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
}


@media screen and (min-width: 993px) {
    img.bigger{
        object-fit: cover  ;
        width:  120px  ;
        height:  120px  ;
    }

}
.food-description{
    white-space: revert;
}

.no-border{
    border:0px !important;
}

.facebook_like a{
    padding:0 0 !important;
    position:absolute;
    top:5px;
}

.facebook_like a iframe {
    width:90px !important;
}

.section-how-it-works{
    background: url(assets/images/new_lay/section-jak-to-dziala.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top:80px;
    padding-bottom:20px;
}
.sections.section-how-it-works h2{
    font-size:48px;
    font-weight:700;
    color:#fff;
}
.sections.section-how-it-works p{
    color:#fff;
    font-size:20px;
}
.sections.section-how-it-works .new_step p{
    color:#fff;
    font-size:14px;
    font-family: Lato;
}

.sections.section-how-it-works .new_step h3{
    color:#fff;
   font-family:Montserrat;
    font-size:30px;
}
.new_step_margin_top{
    margin-top:40px;
}

.section-search-restaurant{
    background: url(assets/images/new_lay/znadz_restauracje.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top:80px;
    padding-bottom:20px;
}
.section-search-restaurant h2{
    font-size:48px;
    font-weight:700;
    color:#fff;
    font-family: Montserrat;
    text-align: center;
    margin-bottom: 0px;
}
.section-search-restaurant p{
    color:#fff;
    font-size:20px;
}
.section-search-restaurant .links{
    clear:both;
    color:#fff;
    font-family: Lato;
    width:70%;
    text-align:center;
    margin:20px auto;
}
.section-search-restaurant .links a,.section-search-restaurant .links a:hover{
    color:#fff;
    text-decoration: none;
    font-size:15px;
}
.section-search-restaurant .links a::after{
    content:",";
}

.section-search-restaurant .links a:last-child:after{
    content:"";
}

.section-join-us{
    background: url(assets/images/new_lay/dolacz_do_nas.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top:80px;
    padding-bottom:90px;

}
.section-join-us p{
    color:#fff;
    font-size:18px;
    font-family: Montserrat;
    text-align: center;
    margin-bottom: 0;
}
.section-join-us h1{
    font-size:36px;
    font-weight:700;
    color:#fff;
    font-family: Montserrat;
    text-align: center;
    margin-bottom: 20px;
    margin-top:0;
}
.section-join-us .bt_szukaj_red{
    text-align: center;
}
.section-join-us .bt_szukaj_red:hover{
    text-decoration: none;
    color:#fff;
    font-weight:900;
}
.section-cousines{
    background: url(assets/images/new_lay/cousines.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top:160px;
    padding-bottom:120px;

}
.section-cousines a{
    color:#fff;
    font-family: Lato;
    font-size:15px;

}
.section-cousines .ndent-5percent{
    text-align:center;
}
.section-cousines .sub-text{
    color:#fff;
    font-family: Montserrat;
    font-size:18px;
    margin-bottom: 0;
}
.section-cousines h2{
    margin-top:0;
    font-family: Montserrat;
    font-weight: 700;
    font-size:36px;
    color:#fff;
    margin-bottom: 40px;
}
.section-cousines h2.dowload_app{
    margin-top:40px;
    margin-bottom:0px;
}

.section-food{
    background: url(assets/images/new_lay/section-food.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top:80px;
    padding-bottom:40px;
}

.section-food h2{
    color:#0c2c3c;
    font-family: Montserrat;
    font-weight: 700;
    font-size:36px;
    margin-top:40px;
    margin-bottom:0px;
}
.section-food h2 span{
    font-size:18px;
    clear:both;
    font-weight: 400;
}
.section-food p{
    font-size:15px;
    font-family: Lato;
    text-align: center;
    margin-top:20px;
}
.border i{
    padding-left: 10px;
    padding-right: 10px;
}
.pb5{
    padding-bottom:5px;
}