.restaurant-searching-inner > h2 {
  font-family: Poppins;
  color: #fff;
  font-size: 25px;
  max-width: 80%;
  display: inline-block;
  line-height: 35px;
  margin-bottom: 0;
  font-weight: 500;

  -webkit-text-shadow: 0 5px 0 rgba(0,0,0,.38);
  -ms-text-shadow: 0 5px 0 rgba(0,0,0,.38);
  -o-text-shadow: 0 5px 0 rgba(0,0,0,.38);
  text-shadow: 0 5px 0 rgba(0,0,0,.38);
}

.select-wrp2-main {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.select-wrp2-main .chosen-container {
  font-size: 12px;
  font-weight: 700;
  color: #8a8a8a;
}
.select-wrp2-main .chosen-container > a {
  	background-image: none;
	border: 0;
	height: 52px;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-color: #fbfcfd;
	padding: 15px 33px 9px 25px;
	position: relative;
	color: inherit;
	font-size: inherit;
	text-transform: uppercase;
}
.select-wrp2-main .chosen-container > a:before {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
}
.select-wrp2-main .chosen-container-active > a:before {content: "\f0d8";}
.select-wrp2-main .chosen-container-active > a.chosen-single {
  background-color: #fbfcfd;
  background-image: none;
  border: 0;
}
.select-wrp2-main .chosen-container-single .chosen-drop {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 0 4px rgba(0,0,0,0.05);
  -o-box-shadow: 0 0 4px rgba(0,0,0,0.05);
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
  border: 0;
}

.restaurant-search-form {
    display: inline-block;
    margin: 40px auto 0;
    width: 100%;
    padding: 18px 18px 0px 18px;
    -webkit-box-shadow: 0 5px 0 rgb(0 0 0 / 38%);
    -ms-box-shadow: 0 5px 0 rgba(0,0,0,0.38);
    -o-box-shadow: 0 5px 0 rgba(0,0,0,0.38);
    box-shadow: 0 5px 0 rgb(0 0 0 / 38%);
    background: rgba(255,255,255,0.1);
}

.input-field > input, .textarea-field > textarea {
    height: 100%;
    padding: 15px 38px;
    font-size: 12px;
    font-family: lato;
    color: #a2a2a2;
    width: 100%;
}

.link-welcome{
	color: red;
}

.steps-img{

}
.f-pymt{
	width: 70px;
  padding-bottom: 5px;
}
.bg-green {
    background-color: #18ba60;
}

.bg-red {
    background-color: #e8280b;
}
/*.block{
	padding: 10px !important;
}*/

.block-page{
	padding: 30px !important;
}
.post-meta-cesta{

}

.post-meta-cesta {
    display: inline-block;
    float: none;
    line-height: 32px;
    list-style: outside none none;
    margin: 0;
    padding-left: 0px;
}

.post-meta-cesta > li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    color: #636363;
    letter-spacing: -0.3px;
}

.popular-dish-info-cesta > a {
    background-color: #272727;
    border: 1px solid transparent;
    color: #fff;
    float: left;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
}

.page-title-inner > h1 {
    color: #fff;
    font-family: Poppins;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 0;
}

.page-title-inner > span {
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
}
.sec-box {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    padding: 15px 15px;
    background-color: #fff;
    float: left;
}

.cesta-btn{
	border: 1px solid;
    color: #fff;
    display: inline-block;
    font-family: poppins;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 21px;
    text-transform: uppercase;
    background-color: #ea1b25;
}

.cesta-btn:hover{
	color: #ea1b25;
	background-color: #fff;
}

/*
=============POPUP EXTRA MENU =========
 */

/*.card {
	border-bottom: 0px solid #e5e5e5;
	padding-bottom: 10px;
}

.card:last-child{
	border-bottom: 0px solid #e5e5e5;
}*/

#current_qty{
	padding: 6px 15px;
	border: 1px #000 solid;
	font-weight: bold;
}

#modal_total_price{
	font-weight: bold;
	padding: 6px 15px;
	border: 1px #000 solid;
}

.card-header {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #ea1b25;
}
.dish-extra{
	padding-bottom: 20px;
}
/*.modal-body{
	position: relative;
	border: 2px solid red;
}*/
.modal-footer-extra {
    padding: 15px;
    text-align: right;
}
.checkbox_extra {

}

.check-box-menu-extra [type="checkbox"]:not(:checked) + label::before {
    border-color: transparent;
    background-color: #e5e5e5;
}

.check-box-menu-extra [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #d0d0d0;
    background: #fff;
}

.check-box-menu-extra [type="checkbox"]:not(:checked) + label:before{
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

.check-box-menu-extra [type="checkbox"]:checked + label:after{
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

.check-box-menu-extra [type="checkbox"]:checked + label:after{
	border:1px solid red !important;
	content: '';
    width: 8px;
    height: 8px;
    background: red;
    position: absolute;
    top: 6px;
    left: 3px;
}

.menu-price{
	font-size: 13px;
	font-weight: bold;
}

.form-inline .form-control {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

#promoCodeInput {
    border: 1px solid #ea1b25;
    width: 50%;
    height: 38px;
}


.restaurant-info-form {
    padding-top: 0px;
}

/*
=============cart box =========
 */

.item-cart-remove {
    color: #ea240a !important;
    cursor: pointer;
}

.select_qty {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    width: 38px;
    font-size: 9px;
    font-weight: bold;
    height: 22px;
    margin-bottom: 0px;
}

.dish-name > h6 {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    font-family: lato;
    font-weight: 700;
    color: #636363;
    margin: 0;
    padding-left: 20px;
}


/*
====================================
       google box
====================================
*/

/*
The div that holds all the lines
*/
.pac-container {
	color: #d9d9d9; 
	color:red;
}
 
/*
class for each line of the result
*/
.pac-item {
	font-size: 12px;
	color: #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
}
.order-status{
    text-transform: uppercase;
}

/*.yellow-bg, .yellow-bg-layer:before, .sudo-bg-yellow:before, .popular-dish-info > a.yellow-bg, .read-more:hover, .read-more:focus, .search-frm > button:hover, .search-frm > button:focus, .newsletter-frm > button:hover, .newsletter-frm > button:focus, .sign-form button:hover, .sign-form button:focus, .booking-table > table tbody td h5:before, .booking-table > table tbody td a.detail-link:hover, .booking-table > table tbody td a.detail-link:focus, .profile-info > a.change-password.yellow-clr::before, .profile-img-upload-btn > label.red-bg:hover, .responsive-logomenu > span.red-bg:hover, .responsive-menu > span.red-bg:hover, .register-btn > a.red-bg:hover, .track-popup-innr > form button.red-bg:hover, .track-popup-innr > form a.red-bg:hover, .order-time > a.red-bg:hover, .order-time > a.red-bg:focus, a.close-buyer:hover, a.close-buyer:focus, a.thanks-close:hover, a.thanks-close:focus, .restaurant-search-form, .chef-box, .menu-sec > a:hover:hover {
    background-color: #ff5722;
}*/

#DataTables_Table_0_paginate .pagination > li.previous {
    margin-right: 20px;
    font-size: 12px;
    width: auto;
    color: #000;
}
#DataTables_Table_0_paginate .pagination > li.previous a, #DataTables_Table_0_paginate .pagination > li.next a {
    width: auto;
    padding: 0 20px;
    background-color: #f8f8f8;
}

#DataTables_Table_0_paginate  .pagination > li {
    background-color: #fff;
    display: inline-block;
    /*margin: 2px;*/
    line-height: 38px;
    font-weight: 700;
    font-family: Poppins;
    color: #000;
    /*width: 38px;*/
    vertical-align: middle;
}

#DataTables_Table_0_paginate .pagination>li>a, #DataTables_Table_0_paginate .pagination>li>span {
    text-align: center;
}


