﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,400italic,600,700,900);

body
{
    color: #3d3d3d;
    background-color: #f3f3f3;
    font-family: 'Source Sans Pro', sans-serif;
}
.animationload 
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
.animationload .loader 
{
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('/angular/img/preloader.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.powered-by-restolabs
{
    display:inline-block;
    width:100%;
}
.powered-by-restolabs img
{
    float:right;
    max-width:120px;
}
.scroll-to-cart-mobile
{
    display:none;
}



/*Header Code*/
.angular-restaurant-logo-search
{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
    background: #fff;
}
.angular-restaurant-logo
{
    padding: 4px 20px;
    display: inline-block;
    height: 60px;
    position:relative;
    vertical-align: top;
}
.angular-restaurant-logo img
{
    max-height: 54px;
    max-width: 180px;
    position: absolute;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    margin: auto;
}
.angular-restaurant-logo span
{
    display:none;
}
.angularjs-login-section
{
    display:inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 7px;
}
.angularjs-login-section .angular-login-button
{
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: normal;
    background: #3F8C3A;
    border: 1px solid #3F8C3A;
    cursor: pointer;
}
.angularjs-login-section .angular-login-button:hover,
.angularjs-login-section .angular-login-button:focus
{
    color:#3F8C3A;
    background:transparent;
}
.angular-login-button-submit button:hover, .angular-login-forgot-password-button button:hover {
    background-image:  linear-gradient(#fff, #fff);
    color: #3F8C3A;
}
.angular-login-button-submit button, .angular-login-forgot-password-button button {
    background-image: linear-gradient(#3F8C3A, #3F8C3A);
    color: #ffffff;
    text-decoration: none;
    border:1px solid #3F8C3A;
}
.user-info-link
{
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    border-top: 1px solid #edeeef;
}
.angular-user-login-divs a
{
    color: #697071;
    text-decoration: none;
    font-size: 13px;
}
.angular-user-login-divs
{
    position: absolute;
    background-color: #fff;
    color: #697071;
    border: 1px solid #d4d4d4;
    box-shadow: 0 2px 10px 0 rgba(105, 112, 113, 0.5);
    z-index: 99;
    width: 150px;
    right: 20px;
}
.arrow-widget
{
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -9px;
    right: 70px;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-top-width: 0;
    border-bottom-color: #d4d4d4;
    z-index: 99;
}
.angular-user-login-divs-section
{
    position: relative;

}
.angular-user-login-img
{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.angular-user-login-img img
{
    display: inline-block;
    width: 50px;
    border-radius: 50%
}
.angular-user-login-name
{
    color: #333;
    margin-top: 12px;
}
.angular-user-login-details
{
    display: inline-block;
    width: 150px;
}
/*Header Code ended*/

/*Category Code*/
.restaurant-level-category
{
    padding-right:0px;
}
.restaurant-level-category .parent-category-section 
{
    background:#fff;
    border: 1px solid #e7e7e7;
}
.restaurant-level-category .parent-category-section .parent-category-title-section
{
    display:inline-block;
    width:100%;
    margin: 0px;
    padding:0px;
}
.parent-category-title, .parent-category-name
{
    padding:7.5px 15px;
    font-size: 15px;
    cursor:pointer;
}
.parent-category-title
{
    border-bottom: 1px solid #e7e7e7;
}
.parent-category-title.active
{
    background: #F9FAFB;
    color: #333;
    font-weight:600;
}
.angular-category-link
{
    color: #333;
    background: white;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 16px;
}
.angular-category-name
{
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 7.5px 15px;
    font-size: 15px;
    cursor: pointer;
    color: #333;
    background: #fff;
    border-radius: 2px;
}
.angular-category-name.active, .angular-catergory-list.active .angular-category-name 
{
    background: #F9FAFB;
    color: #333;
    font-weight: 600;
}
.right-toggle-menu, .down-toggle-menu
{
    float: right;
    font-size: 14px !important;
    margin-top: 5px;
}
.angular-category-name .down-toggle-menu
{
    display: none;
}
.angular-category-name .right-toggle-menu
{
    display: block;
}
.angular-category-name.active .right-toggle-menu,
.angular-catergory-list.active .angular-category-name .right-toggle-menu
{
    display: none;
}
.angular-category-name.active .down-toggle-menu, 
.angular-catergory-list.active .angular-category-name .down-toggle-menu
{
    display: block;
}
.angular-category-link .fa-sort-desc
{
    float:right;
    display:none;
}
.category-bredcrumb, .bredcrumb-arrow
{
    display:none;
}
.angular-catergory-list .angular-catergory-list-child
{
    border-bottom: 1px solid #e7e7e7;
}
.angular-category-discription
{
    padding: 10px;
    font-size: 14px;
    background: #F9FAFB;
    color: rgba(0,0,0,.6);
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}
.angular-category-link-title
{
    display:inline-block;
}
/*Category Code ended*/

/*Product Code*/
.category-full-items
{
    display: inline-block;
    width: 100%;
}

.angular-product-section
{
    padding-left: 0px;
    padding-right: 0px;
}

.product-section
{
    padding-left: 0px;
    padding-right: 5px;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    background:#fff;
}
.product-section-div
{
    display: inline-block;
    width: 100%;
    padding-top: 11px;
}
.product-section-without-image
{
    float: right;
    width: 83%;
}
.product-image img
{
    display: block;
    width: 90px;
}
.product-image
{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.product-price-cart
{
    float: right;
    display: inline-block;
    margin-left: 15px;
    margin-right: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.count-menu-item-section, .category-count-section
{
    display: inline-block;
}
.product-name-price-dis
{
    display: inline-block;
    width: 100%;
    padding: 10px 0px; 
}
.product-name
{
    font-weight: 600;
    font-size: 16px;
    color: #3d3d3d;
}
.product-add-button-type
{
    display:inline-block;
    float:right;
    clear:both;
}
.product-name-price-add
{
    display: inline-block;
    width: 100%;
    position: relative;
}
.product-description
{
    font-size: 13px;
    color: #797979;
    display: inline-block;
    width: 75%;
    float: left;
}

.product-added-to-cart-text span
{
    display:none;
    font-size: 13px;
    padding: 13px;
    margin-bottom: 5px;
}
.product-section-div.active  .product-added-to-cart-text span
{
    display:inline-block;
    width: 100%;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 2px;
}
.restaurant-closed
{
    display: inline-block;
    float: right;
    margin-left: 10px;
    background: #bf2533;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    padding: 2px 5px;
}
.product-price 
{
    font-size: 16px;
}
.product-price .currency-sign
{
    display:inline-block;
}
.product-add-to-cart a, .product-customize
{
    display: block;
    padding: 5.5px 17.5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #3F8C3A;
    background-color: #3F8C3A;
    color: #ffffff;
    border-radius: 2px;
    float: right;
    margin-right: 0px;
    text-decoration: none;
    cursor: pointer;
}
.product-add-to-cart a:hover, .product-customize:hover,
.product-add-to-cart a:focus, .product-customize:focus
{
    background-color: transparent;
    color:#3F8C3A; 
}
.product-customize
{
    text-transform: initial;
    padding: 6.5px 11px;
}
.restaurant-closed-button
{
    color: white;
    background: #EF1313;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 12px;
}
/*Product Code ended*/

/*Cart Code*/
.angular-cart
{
    padding-left:0px;
    margin-top: 0px;
}
.angular-cart-section
{
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 10px;
}
.angular-cart-section-header-top
{
    font-size: 17px;
    font-weight: 600;
    margin-bottom:10px;
}
.angular-cart-product-row
{
    margin-bottom:15px;
    width:100%;
}
.angular-cart-section-footer .angular-cart-product-name, 
.angular-cart-section-footer .angular-cart-tip-name 
{
    display: inline-block;
    width: 55%;
    float: left;
    padding-left: 0px;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 15px;
}
.angular-cart-product-total-quantity, .angular-cart-tip-input-box 
{
    width: 20%;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
}
.angular-cart-product-price .currency-sign, .angular-cart-min-order-amount .currency-sign,
.angular-cart-tip-input-box .currency-sign
{
    display:inline-block;
}
.angular-cart-min-order-amount
{
    display:inline-block;
    width:100%;
    margin: 10px 0px; 
}
.angular-cart-tip-input-box 
{
    width:30%;
}
.angular-cart-tip-input-box input
{
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 5px;
    width: 38px;
}
.angular-cart-empty
{
    margin: 30px 5px;
    text-align: center;
}
.angular-cart-section-footer
{
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.angular-cart-order-now
{
    display: block;
    padding: 7.5px 17.5px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #3F8C3A;
    background-color: #3F8C3A;
    color: #fff;
    margin-bottom: 1px;
    box-shadow: none !important;
    border-radius: 2px;
}
.angular-cart-order-now:hover, .angular-cart-order-now:focus
{
    color: #3F8C3A;
    background:transparent;
}
.angular-cart-product-quantity-add-delete .btn 
{
    padding: 0px;
    font-size: 16px;
    background: transparent;
    border: none;
}
.angular-cart-product-name,
.angular-cart-tip-name 
{
    display: inline-block;
    width: 55%;
    float: left;
    padding-left: 10px;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 15px;
}
.angular-cart-product-name
{
    width:75%;
}
.angular-product-image {
    width: 30%;
    float: left;
    padding: 0px 5px;
    display: none;
}
.angular-quantity-section {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 600;
    width: 10%;
    float: left;
    line-height:20px;
}
.angular-cart-product-name-indi span
{
    font-weight:600;
    font-size:14px;
}
.angular-cart-product-name-indi span.angular-cart-attribute-name
{
    font-weight:400;
}
.angular-cart-product-name-indi span.school-date
{
    font-size:16px;
}
.angular-cart-product-rows .combo-cart-name
{
    font-weight:600;
}
.angular-cart-product-quantity-section .input-append {
    display: inline-block;
    width: 60%;
}
.angular-cart-product-quantity-add-delete {
    display: inline-block;
    margin-left: 4px;
    margin-top: 3px;
}
.angular-cart-product-remove
{
    display:inline-block;
}
.angular-cart-product-quantity-section {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 7.5px;
}
.angular-cart-product-edit
{
    display:none;
}
.angular-cart-product-price {
    display: inline-block;
    float: right;
}
.angular-cart-order
{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.angular-cart-attribute-title {
    font-size: 13px;
    font-weight: 600;
    color: #555;
}
.angular-cart-attribute-name{
    font-size: 13px;
    color: #5D5C5C;
}
.angular-cart-product-order-comment
{
    display: inline-block;
    width: 100%;
    margin-top: 3px;
}
.angular-cart-product-order-comment-title
{
    display:inline-block;
    font-weight:600;
}
/*Cart Code ended*/


/*Variant Code*/
.product-topping-section
{
    background: rgba(0, 0, 0, 0.35);
    z-index: 1001;
    position: fixed;
    width: 100%;
    left: 0px;
    height: 100%;
    top: 0px;
    display: none;
}
.product-size-topping-section
{
    width: 75%;
    max-width: 800px;
    margin: auto;
    border-radius: 2px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin-top: 5%;
    background: white;
    max-height: 85%;
}
.variant-attribute-scroll-section
{
    overflow-y:auto;
    overflow-x:hidden;
}
.angular-cart-product-rows
{
    max-height: 300px;
    overflow-y: auto;
}
.product-details-topping-name 
{
    font-size: 18px;
    background: #3F8C3A;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
    color: white;
    padding: 10px 15px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-weight: 500;
    padding-left: 15px;

}
.product-details-topping-disc
{
    padding: 10px 15px;
    max-height: 55px;
    overflow-y: auto;
}
.variant-section, .attribute-section 
{
    margin: 0px 15px;
    padding: 10px 15px;
    padding-bottom: 0px;
}
.variant-title, .attribute-title 
{
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 600;
}

.variant-options-section, .attribute-options-section
{
    padding: 10px 0px;
    clear: both;
    display: inline-block;
    width: 100%
}
.variant-options, .attribute-option
{
    display: inline-block;
    width: 33%;
    float:left;
    line-height: 30px;
}
.variant-options label, .attribute-option label
{
    width: 95%;
    min-height: 30px;
    float: left;
    line-height: 15px;
    margin-bottom: 10px;
}
.attribute-section 
{
    display:inline-block;
    width:100%;
}
.angular-tabs
{
    display:none;
}
.variant-options input, .attribute-option input
{
    margin-right: 4px;
}
.variant-attribute-add-to-cart-section
{
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    padding-bottom: 15px;
}
.product-final-price
{
    width: 35%;
    display: inline-block;
    font-size: 21px;
    padding-left: 10px;
    font-weight: 600;
    color: #333;
    float: left;
    text-align: left;
}
.variant-attribute-popup-close
{
    display: inline-block;
    padding: 5.5px 17.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #bf2533;
    background: #bf2533;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
}
.variant-attribute-popup-close:hover,  .variant-attribute-popup-close:focus
{
    border-color: #A91111;
    color: #A91111;
    background:transparent;
}
.variant-attribute-add-to-cart-section a, .variant-attribute-popup-add
{
    display: inline-block;
    padding: 5.5px 17.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #3F8C3A;
    background-color: #3F8C3A;
    color: #ffffff;
    border-radius: 2px;
    margin-right: 0px;
    text-decoration: none;
    cursor: pointer;
}
.variant-attribute-add-to-cart-section a, .variant-attribute-popup-add
{
    margin-right: 10px;
}
.variant-attribute-add-to-cart-section a:hover, .variant-attribute-add-to-cart-section a:focus,
.variant-attribute-popup-add:hover, .variant-attribute-popup-add:focus
{
    color:#3F8C3A;
    background:transparent;
}
.product-add-to-cart-section
{
    display: inline-block;
    width: 65%;
    text-align: right;
}

.restaurant-level-category
{
    padding-left: 15px;
}
.attribute-option-name-price div 
{
    display: inline-block;
}
.product-order-comment
{
    display:inline-block;
    width:90%;
}
.product-order-comment-section
{
    padding: 10px 0px;
}
.product-order-comment
{
    padding: 10px 15px;
    margin: 0px 15px;
}

.product-order-comment-section textarea
{
    width: 100%;
    border:1px solid #ccc;
}
.product-order-comment-section textarea:focus
{
    border:1px solid #ddd;
    outline: none;
}
.product-final-price .currency-sign
{
    display:inline-block;
}

.attribute-option input:checked + label, .variant-options input:checked + label
{
    color: #3F8C3A;
}
input[type=radio]:checked + label:before {
    background: #3F8C3A;
}
/*Variant Code Ended*/




@media screen and (min-width: 100px) and (max-width: 992px)  {
    .restaurant-level-product
    {
        margin-top:15px;
    }
    .product-add-to-cart a, .product-customize
    {
        padding: 5.5px 8px;
        font-size: 13px;
    }
    .angular-cart , .restaurant-level-product, .restaurant-level-category
    {
        padding:0px 10px;
    }
    .angular-restaurant-logo-search
    {
        margin-left:-5px;
        margin-right: -5px;
        display: block;
        width: auto;
    }
    .variant-options, .attribute-option 
    {
        display: inline-block;
        width: 100%;
        line-height: 30px;
    }
    .product-size-topping-section
    {
        width:96%;
    }
    .angular-catergory
    {
        display: none;
    }
    .angular-catergory.active
    {
        display:block;
    }
    .category-bredcrumb, .bredcrumb-arrow, .angular-category-link .fa-sort-desc
    {
        display:inline-block;
    }
    .variant-section, .attribute-section
    {
        margin:0px;
    }
    .scroll-to-cart-mobile
    {
        z-index: 999;
        display: inline-block;
        position: absolute;
        right: 5px;
        width: 50px;
        font-size: 17px;
        color: white;
        background: #89A33C;
        border-radius: 50%;
        height: 50px;
        text-align: center;
        padding-top: 12px;
        margin-top:85%;
        top:0;
    }
    .angularjs-login-section .angular-login-button{
        padding:8px 5px;
        background:transparent;
        border-color:transparent;
        color:#000;

    }
    .angularjs-login-section{
        margin-right:5px;
    }


}

/*// webview spacific css*/
/*.Android-web-view .product-topping-section{
            position:absolute;
            height:100px;
        }
 
       
        .Android-web-view .variant-attribute-scroll-section{
            max-height: unset !important;
            overflow-y: unset;
        }*/

.Android-web-view .angular-cart-product-rows{
    max-height: unset;
    overflow-y: unset;
}
.Android-web-view .promotion-section-child{
    max-height: unset;
    overflow-y: unset;

}


.product-search-input-box
{
    display: inline-block;
    width: 100%;    
    border-radius: 1px;
    padding: 6px 15px;
    border: 1px solid #cdcdcd;	
    margin-bottom: 10px;
}
.product-search-input-box:focus
{
    outline:none;
}
.category-info-menu{
    margin-bottom: 10px;
}
.category-image{
    display: inline-block;
}
.category-info-menu-content{
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}
.category-title {
    margin-top: 50px;
    font-size: 25px;
    font-weight: bolder;
}
.category-description {
    margin-top: 8px;
    font-size: 15px;
}
.selected-delivery-button{
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: normal;
    background: #3F8C3A;
    border: 1px solid #3F8C3A;
    cursor: pointer;
    margin-right: 15px;
}
.selected-delivery-button:hover,.selected-delivery-button:focus, .selected-delivery-button:active, .selected-delivery-button:active:hover{
    color: #3F8C3A;
    background: transparent;
    border: 1px solid #3F8C3A;
}
.selected-store-back span {
    margin-left: 5px;
    background: #fff;
    color: #3d3d49;
}
@media screen and (min-width: 992px) and (max-width: 1200px)  {
    .product-section-without-image
    {
        width:79%;
    }
}
@media screen and (min-width: 535px) and (max-width: 675px)  {
    .product-section-without-image
    {
        width:78%;
    }
}
@media screen and (min-width: 480px) and (max-width: 534px)  {
    .product-section-without-image
    {
        width:75%;
    }
}
@media screen and (min-width: 402px) and (max-width: 479px)  {
    .product-section-without-image
    {
        width:70%;
    }
}
@media screen and (min-width: 340px) and (max-width: 401px)  {
    .product-section-without-image
    {
        width:65%;
    }
}
@media screen and (min-width: 240px) and (max-width: 339px)  {
    .product-section-without-image
    {
        width:70%;
    }
    .product-image img
    {
        width: 60px;
    }
    .product-customize 
    {
        padding: 4.5px 3px;
    }
    .product-add-to-cart a
    {
        padding: 4.5px 12px;
    }
}
@media screen and (min-width: 240px) and (max-width: 520px)  {
    .product-description
    {
        width: 100%;
        padding-bottom: 31px;
    }
}


//slick slider code
.parent-category-section .category-slick-section li a{
    border-bottom: 1px solid #e7e7e7;
}
.parent-category-section .category-slick-section .active a{
    background: #F9FAFB;
    color: #333;
    font-weight: 600;
}


@media only screen and (max-width: 480px) {
    .fi .variant-attribute-add-to-cart-section a {
      padding: 5.5px 17.5px;
    }
  }