﻿body, body * {
    /*font-family: Verdana!important;*/
    font-weight: normal;
    background-color: transparent;
}

.MiddleWrapper {
    margin-top: 20px;
}

.leftCatli, .TagCatli, .PrdMainli, .PrdMain_outer {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.TagCatli, .PrdMain_outer {
    border-width: 0;
}

.PrdMainli {
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 5px;
    position: relative;
    height: 40px;
    overflow: hidden;
}
    .PrdMainli.in {
        height: auto;
    }

    .PrdMainli .prdname {
        color: #000;
        font-size: 20px;
        line-height: 28px;
       /* border-bottom: 1px dashed #ccc;
        margin-bottom: 7px;
        padding-bottom: 7px;*/
        letter-spacing: 1px;
        text-shadow: 1px 1px #ccc;
    }
    .PrdMainli.in .prdname {
        line-height: 18px;
        padding: 6px 40px 10px 0;
        border-bottom: 1px dashed #ccc;
    }

.leftCatli .item, .TagCatli .item {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    line-height: 40px;
    padding: 0 7px;
    position: relative;
    text-transform: uppercase;
}

.TagCatli .item {
    width: auto;
    display: flex;
    margin: 10px 7px 7px;
    border: 1px solid #aaa;
    line-height: 28px;
}

.leftCatli .stt.item, .TagCatli .stt.item {
    background-color: #555;
    color: #fff;
}

.pull-right.spncount {
    float: right;
    font-size: 14px;
    line-height: 40px;
}

.divmain {
    margin: 0 auto;
    position: relative;
    width: 668px;
}

h5 {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
}

    h5 font.iclick {
        font-size: 18px;
        text-transform: lowercase;
        padding: 0 10px;
        border: 1px solid #ccc;
        text-decoration: unset;
        background-color: #faa;
        line-height: 24px;
        margin-left: 10px;
        display: inline-block;
        cursor: pointer;
        display: none;
    }

.flush {
    padding: 0;
}

.ligrp {
    float: left;
    margin: 1%;
    height: 90px;
    /*padding-top: 82px;*/
    border: 1px solid #ccc;
    width: 14.666%;
    border-radius: 5px;
    position: relative;
    background: transparent url("http://business.stoicpro.co.uk/upload/receipeBookIngredient/resized_80_80/133044342201843156.jpg") no-repeat center 7px;
    background-size: 80px auto;
    cursor: pointer;
    overflow: hidden;
}
    .ligrp.act {
        border-color: #cb3234;
    }
    .ligrp .ingtext > font {
        padding-right: 3px;
    }
    .ligrp > div.tickuntick {
        background: rgba(0,0,0,0) url(../img/untikicon.png) no-repeat scroll center center;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 23px;
        height: 23px;
    }

    .ligrp.act > div.tickuntick {
        background: rgba(0,0,0,0) url(../img/tikicon.png) no-repeat scroll center center;
    }
    .ligrp .ingtext {
        position: absolute;
        width: 100%;
        text-align: left;
        font-size: 12px;
        line-height: 14px;
        left: 0;
        bottom: 0;
        padding: 5px 2px 5px 15px;
    }
        .ligrp .ingtext::before {
            content: "#";
            color: #f55;
            padding-right: 3px;
            position: absolute;
            left: 5px;
            top: 5px;
            z-index: 1;
        }
        .ligrp .ingtext > font {
            position: relative;
            z-index: 1;
        }
        .ligrp .ingtext > span {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 0;
            background-color: #fff;
            opacity: .6;
        }
        .ligrp .ingtext span {
        }
.PrdMainli .divIngredientlistOuter {
    float: left;
    width: 100%;
    text-align: justify;
}

.PrdMainli .showhide_div {
    position: absolute;
    width: 100%;
    height: 40px;
    right: 1px;
    top: 0px;
    background: transparent url("../images/arrow-right-full.png") no-repeat right center;
    z-index: 1;
}

span.serving {
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

h2 {
    margin: 0 !important;
}

.div_reciepe {
    padding-bottom: 14px;
    border-bottom: 1px solid #777;
    margin-bottom: 14px;
    float: left;
    width: 100%;
}
.div_Category {
    float: left;
    width: 100%;
    background-color: #e5e5e5;
    padding: 5px;
    margin: 10px 0 5px;
}
.nact {
    text-decoration: line-through;
}

ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#dv_popup ul.directionul {
    width: 100%;
    padding-left: 20px;
    position: relative;
}

    #dv_popup ul.directionul::before {
        content: "-";
        position: absolute;
        left: 3px;
        line-height: 28px;
        top: 0;
        font-weight: bold;
        color: #f00;
    }

.paging_outer {
    display: table;
    float: none;
    margin: 10px auto;
}

.pagination ul > li {
    display: inline;
}

    .pagination ul > li > a, .pagination ul > li > span {
        background-color: #ffffff;
        border-color: #dddddd;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 1px 0;
        float: left;
        line-height: 38px;
        padding: 0 14px;
        text-decoration: none;
    }

.pagination a.next_page > img, .pagination a.prev_page > img {
    padding: 13px 0;
    float: left;
}

.paging_outer .left {
    float: left;
    margin-right: 10px;
}

.paging_outer .right {
    float: right;
    margin-left: 10px;
}

.paging_outer .numbering {
    float: left;
}

.pagination ul.numbering > li > a:hover, .pagination ul > li > span {
    background-color: #1c5f67;
    border: 1px solid #404040;
    color: #fff;
}

.pagination ul > li > a, .pagination ul > li > span {
    border: 1px solid #ddd;
    margin: 2px;
    color: #337ab7;
}

.pagination ul.numbering > .active > a, .pagination ul > .active > span {
    background-color: #1c5f67;
    color: #fff;
    border: 1px solid #404040;
}

.pagination {
    float: left;
    text-align: right;
    width: 100%;
}

.pagination-right {
    text-align: right;
}

.pagination ul {
    display: table;
    margin: 5px auto;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.div_Ordertotal_outer.Totalpricemainouter ul {
    display: block;
}

.div_Ordertotal_outer ul li.limainprice {
    text-align: center;
    display: block;
    margin: 10px 0;
}

.displaynone {
    display: none;
}

.div_Ordertotal_outer ul li.limainprice .spnPrice {
    font-size: 18px;
    padding-right: 7px;
    color: #cb3234;
}

    .div_Ordertotal_outer ul li.limainprice .spnPrice.bld {
        font-size: 20px;
        font-weight: 600;
        padding-left: 7px;
    }

.div_Ordertotal_outer ul li.limainprice input {
    width: 50px;
    border: 1px solid #000;
    color: #cb3234;
    font-size: 18px;
    border-radius: 5px;
    height: 34px;
    padding: 3px;
    margin-left: 7px;
    text-align: center;
}

.submitbtn {
    background: #cb3234 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.4em;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 289px;
    box-shadow: 0 0 3px #d73c3c;
    -webkit-box-shadow: 0 0 3px #d73c3c;
}

    .submitbtn:hover {
        background-color: #dc5823;
        color: #fff;
    }

.ancqty {
    background-color: #ffeeee;
    border: 1px solid #aaa;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    width: 34px;
}

.btn.btn-black.btn-searchgo {
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #b51a1a;
    color: #fff;
    height: 42px;
    border-radius: 0;
    padding: 0 10px;
    line-height: 42px;
    font-size: 16px;
    text-transform: uppercase;
    display: none;
}

.div_searchtext {
    float: left;
    padding: 10px 10px 0 10px;
}

    .div_searchtext font {
        font-size: 20px;
    }
/*.navbar-toggle{display:none}*/
@media screen and (min-width:992px) {
    .divleftmain {
        width: 25%;
    }

    .divrightmain {
        width: 75%;
    }
}

@media screen and (max-width:991px) {
    .divleftmain {
        width: 33.333%;
    }

    .divrightmain {
        width: 66.666%;
    }
}

@media screen and (max-width:767px) {
    .TagCatli .item {
        margin: 5px;
    }
    .divrightmain {
        display: block;
    }
    .PrdMainli .prdname {
        font-size: 16px;
        line-height: 30px;
        position: relative;
    }
    span.serving {
        position: absolute;
        right: 5px;
        top: 0;
    }
    .ligrp .ingtext {
        background-color: #fff;
    }
    .divleftmain, .divrightmain {
        width: 100%;
    }

    .divleftmain {
        margin-bottom: 15px;
        padding-right: 0 !important;
    }

    .leftCatli .item {
        display: none;
        z-index: 0;
    }

        .leftCatli .item:first-child, .leftCatli.in .item {
            display: block;
        }

    .leftCatli {
        position: relative;
    }

        .leftCatli .showhide_div {
            position: absolute;
            width: 100%;
            height: 40px;
            right: 1px;
            top: 1px;
            background: transparent url("../images/arrow-right-full.png") no-repeat right center;
            z-index: 1;
        }

        .leftCatli.in .showhide_div {
            background: #fff url("../images/arrow-bottom.png") no-repeat center center;
        }
}

@media screen and (max-width:599px) {
    

    .ligrp {
        width: 21%;
        margin: 2%;
    }
}

@media screen and (max-width: 499px) {
    .ligrp {
        width: 23%;
        margin: 1%;
        background-size: 60px auto;
    }
}

@media screen and (max-width: 399px) {
    .ligrp {
        width: 31.333%;
        margin: 1%;
        background-size: 80px auto;
    }
}