/* Empty. Add your own CSS if you like */

.stripeul{
    float:left;
    width:100%;
    padding:0;
    margin:10px 0px ;
}
.stripeul li{
    float:left;
    width:33%;
    padding:0px 10px 0px 0px;
    margin:0;
}
.stripeul li:last-child{
    padding:0px 0px 0px 0px;

}
.stripeul li select{
    color: #000;
    background: none;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
    width:100%;
    height:40px;
}

.stripeul li input[type=text],
.stripeul li input[type=number]{
    color: #000;
    background: none;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
    width:100%;
    height:40px;
}
.stripelebel input[type=text],
.stripelebel input[type=number] {
        color: #000;
    background: none;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
    width:100%;
    height:40px;
    
    }
.stripelebelcardno input[type=text],
.stripelebelcardno input[type=number],
.stripelebelcardno textarea {
    margin-top: 10px;
    color: #000;
    background: none;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
    width:100%;
    height:40px;
    opacity:1 !important
}
.stripelebelcardno textarea {
    height: auto;
}
.strip_list{
    width:100%
}

.strip_list li{
    float:left;
}
/*.strip_list li:first-child{
    width:20%;
    padding-right:10px;
    box-sizing: border-box;
}*/
.strip_list li:first-child{
    width:100%;
}

.pac-container {
    z-index: 9999!important;
}

ion-item.item-image-checkout {
    background: url('../img/background-checkout-page.jpg');
    /*height: 30vw;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 30%; 
}

.pd-top-5 {
    padding-top: 10%;
}

ion-item.item-image-checkout .message {
    width: 85%;
    padding: 20px 15px;
    background: rgba(255,255,255,0.8);
    color: #f45353;
    font-size: 27px;
    text-align: center;
    margin: 10vw auto;
}

ion-item.item-image-checkout .message .help {
    padding-top: 10px;
    color: #333;
    white-space: nowrap;
}

input[readonly]:not(.cloned-text-input) {
    background-color: #f8f8f8;
    cursor: not-allowed;
}

button.button-bordered {
    border: 2px solid #ffffff;
    background: transparent;
    color: #fffff9;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
}
p.help-or {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    }

.arabic_rtl {
    direction: rtl;
}

.in-box-style {
    padding-right: 10px;
}

.icon-clear {
    float:right;
    font-size:30px;
    margin-left:-30px;
    margin-top:3px;
}

.arabic_rtl .icon-clear {
    margin-left:0px;
    margin-right:-30px;
    float:right;
}
.view-map .gp-container {
    padding: 10px;
}
.view-map .gp-container .icon-clear {
    float:right;
    font-size:23px;
    margin-left:-33px;
    margin-top:13px;
    z-index: 999;
    color: #ccc;
}
.view-map .map-input input {
    padding: 15px;
    border: 1px solid #ddd;
    color: #666;
}

.input-home {
    padding: 15px !important;
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
}
ion-footer-bar .button {
    border-radius: 0;
}

ion-modal-view ion-content {
    margin-right: -2px;
    margin-bottom: -2px;
}

.bottom-cont.item .col-50{
    margin-top: -2px;
}

.product {
    position: relative;
    background: #fff;
    padding: 10px 10px 8px 10px;
    border-bottom: 1px solid #ccc;
}
.product:last-child {
    margin-bottom: 10px;
}

.product.arabic_rtl img {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.product img {
    float: left;
    border-radius: 5px;
    margin-right: 10px;
}

.product.arabic_rtl .name {
    padding-left: 0;
    padding-right: 10px;
}

.product .name {
    padding-top: 8px;
    padding-bottom: 8px;
    /*padding-left: 10px;*/
    /*font-weight: bold;*/
}

.product.arabic_rtl .price {
    /*right: auto;
    left: 10px;*/
    float: left;
}

.product .price {
    /*position: absolute;
    right: 10px;
    top: 10px;*/
    float: right;
    padding-top: 0;
    padding: 0;
    /*color: #f45353;*/
}

.product .description {
    height: 40px;
    /*padding-left: 10px;*/
    overflow: hidden;
    text-overflow: hidden;
    color: #666;
}

.product.arabic_rtl .description {
    padding-left: 0;
    padding-right: 10px;
}

.product .clear {
    clear: both;
}

.list-business {
    width: 100%;
}

.list-business .business {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
}

.list-business .business.close {
    background-color: rgba(255, 0, 0, 0.1);
}

.list-business .business .header img {
    width: 100%;
}

.list-business .business .header {
    padding: 15px 0 13% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-height: 260px;
}

.list-business .business h4 {
    text-align: center;
    margin: 10px 0;
}
.list-business .business table {
    width: 100%;
    font-size: 12px;
}

@media (min-width: 960px) {
    .list-business .business table {
        font-size: 14px;
    } 
}

.list-business .business table tr td {
    width: 50%;
    padding: 0 10px;
    color: #999;
}

.list-business .business .data table tr td {
    color: #333;
}

.arabic_rtl.list-business .business table tr td:first-child {
    text-align: right;
}

.arabic_rtl.list-business .business table tr td:last-child {
    text-align: left;
}

.arabic_rtl.list-business .business table .float-right {
    float: left;
}
.arabic_rtl.list-business .business table .float-left {
    float: right;
}
.arabic_rtl.list-business .business table .rating-style {
    float: left;
}

.list-business .business table tr td:first-child {
    text-align: left;
}

.list-business .business table tr td:last-child {
    text-align: right;
}

.list-business .business .header .data table {
    width: 100%;
}

.list-business .business .header .data table tr td {
    width: 20%;
    padding: 0;
}

.list-business .business .header .data table tr td .logo {
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    max-height: 150px;
    padding: 7px 7px 2px 7px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.list-business .business .header .data table tr td .logo img {
    border-radius: 6px;
}

.list-business .business .header .data table tr td:first-child,
.list-business .business .header .data table tr td:last-child {
    vertical-align: top;
    width: 40%;
    padding: 0px 10px;
}

.btn-edit {
    color: #33cd5f;
}

.btn-delete {
    color: #ef473a;
}

.with-subtitle {
    font-size: 16px;
}

.float-left-dir {
    float: left;
}

.float-right-dir {
    float: right;
}

.arabic_rtl .float-left-dir {
    float: right;
}

.arabic_rtl .float-right-dir {
    float: left;
}

.item.multiline {
    white-space: initial;
}
.item p.multiline {
    white-space: initial;
    word-break: break-all;
}
.rest-info-des p{
    white-space:normal !important;
    
}


.video-gallery iframe {
padding-bottom: 25px !important;
}
.item-divider {
    white-space: initial;
}

.arabic_rtl .header-menu-button {
    position: absolute;
    right: 10px;
}


/*HOME SPECIAL ELEMENTS*/
.header-menu-button {
}
.select-home {
}
.address-home {
}
.address-home::-webkit-input-placeholder {
}
.address-home::-moz-placeholder {
}
.address-home:-ms-input-placeholder {
}
.address-home:-moz-placeholder {
}
input.address-home {
}
div.address-home {
}
.my-location {
}

.popup-buttons .button {
    padding: 0 4px;
}

/*SIDEMENU ICONS*/

.icon-home:before {

}

.icon-account:before {

}

.icon-orders:before {
}

.icon-cards:before {

}

.icon-settings:before {

}

.icon-logout:before {

}

.select-item-city {
    width: 100%;
    border-radius: 5px;
    min-height: 40px;
    /* background-color: transparent; */
    /* border-color: #fff; */
    /* color: white; */
    font-size: 16px;
    padding-left: 0.8em;
    padding-right: 0.8em;
    /* -webkit-appearance: none; */
    z-index: 2;
}

.has-top-tabs {
    margin-top: 49px;
}

.home_sponcored {
    padding: 0px;
    margin-top: 10px;
}
.home_sponcored li {
    padding: 0px;
    width: 33.33%;
    float: left;
    padding: 5pt;
}
.home_sponcored .card{
    margin:0px 0px;
}
.sponcerd_img{
    height:100px;
}
.sponcerd_img img{
    width:100%;
    height:100%;
}
.sponcerd_info h4{
    text-align: center;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    padding: 7px;
    word-wrap: break-word;
    height: 47px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:15px;
    
}
.sponcerd_info p{
    text-align:center;
    margin-top:7px;
    color:#838383;
}
.add-to-cart{
    width:85%;
    height:30px;
    background:#e64949;
    text-align:center;
    color:#fff;
    font-size:15px;
    border:none;
    font-weight: 600;
}
.product-mar {
    height: 34px;
    width: 100%;
    float: left;
}

.business .cartel:nth-child(2),
.thumbnail .cartel:nth-child(2) {
    top: 22px;
    border-radius: 0 0 3px 0;
}

.business .cartel:nth-child(2) {
    top: 24px;
}

.business .cartel,
.thumbnail .cartel {
  position: absolute;
  padding: 2px 5px;
  display: inline-block;
  text-transform: uppercase;
  background: rgba(0,0,0,0.7);
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  border-radius: 3px 0 3px 0;
}

.business .cartel {
    border-radius: 0 0 3px 0;
}

.business .cartel.featured,
.thumbnail .cartel.featured {
    background: #EF1962;
}

table.dishes {
    width: 100%;
}

table.dishes tr td {
    padding-bottom: 10px;
}

table.dishes tr td:first-child {
    padding-right: 15px;
    width: 40px;
}

.arabic_rtl table.dishes tr td:first-child {
    padding-left: 15px;
}

table.dishes tr:first-child td:nth-child(2) {
    white-space: pre-wrap;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

table.dishes tr td:nth-child(3) {
    font-size: 12px;
    text-align: right;
}

.rest-detail-item {
    width: 100%;
}

ion-side-menu .list .item label.notifications {
  position: relative;
  border: 1px solid #f45353;
  width: 30px;
  height: 30px;
  padding: 5px 7px;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: 5px;
  border-radius: 35px;
  cursor: pointer;
  color: #f45353;
}
ion-side-menu .list .item label.notifications .count {
  position: absolute;
  display: block;
  top: -5px;
  right: -5px;
  text-align: center;
  padding: 0;
  border-radius: 15px;
  line-height: 12px;
  background: #f45353;
  color: #fff;
  font-size: 12px !important;
  width: 15px;
  height: 15px;
}

.review i {
  padding: 0 3px;
  font-size: 18px;
  color: #ccc;
}

.review i.selected {
  color: #f45353;
}