

/*=====  Header Full screen Start  =====*/

.full-screen-header {
    height: 450px;
    background: url("../images/newMarket/lallabi_main_bg.jpg") no-repeat;
    background-position:center center;
    position: relative;
    background-size: cover;
    transition: all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
}

.full-screen-header .header-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
}

.header-table{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.header-table__middle{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
    position: relative;
}

.full-screen-header .full-header__heading{
    font-size: 42px;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
}

.full-screen-header .full-header__sub{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 20px;
    font-weight: 300;
    margin: 14px 0 30px;
}

.header-search{
    background-color: rgba(255, 255, 255, 0.22);
    padding: 8px;
    max-width: 820px;
    margin: 12px auto;
    border-radius: 5px;
}

.header-search form {
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}

.header-search .header-search__input{
    width: 34%;
    min-width: 180px;
    height: 46px;
    float:left;
    position:relative;
    border-right: 1px solid #e6e6e6;
}

.header-search input{
    width:100%;
    height: 46px;
    padding: 0 18px 0;
    padding-left: 40px;
    margin: 0;
    border: none;
    margin-left: 0;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.header-search .header-search__input input.working {
    background: #fff url(../images/newMarket/ui-loader.gif) no-repeat right center;
    background-position: 95% 14px;
}

.header-search .fa-search{
    position: absolute;
    color: #999;
    left: 15px;
    top: 34%;
}

.header-search input:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.header-search .header-search__select{
    width: 20%;
    min-width: 150px;
    height: 46px;
    position:relative;
    border-right: 1px solid #e6e6e6;
    float:left;
}
.header-search .category-dropdown{
    width: 100%;
    height: 46px;
    padding: 0 35px;
    margin: 0;
    border: none;
    font-size: 16px;
    color: #555;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.header-search .header-search__select > .fa-location-arrow {
    color: #666;
    position: absolute;
    left: 13px;
    top: 34%;
}



.header-search .header-search__btn{
    position: absolute;
    right: -2px;
    bottom: 0;
    font-size: 16px;
    max-width: 114px;
    background-color: #f05323;
    border-radius: 0 5px 5px 0;
    color: #fff;
    text-transform: uppercase;
    border-color: #f05323;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    padding: 10px 20px;
    outline:0 !important;
    zoom: 1;
}

.header-offer{
    margin-top:20px;
}

.header-offer__link{
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
    font-weight: 300;
    color: #ffca7c !important;
    /*text-decoration:underline;*/
}

.offer-block{
    z-index: 1001;
    margin-left: 0px;
    position: fixed;
    right: -2px;
    top: 100px;
    color: #fff;
    background: rgba(0, 0, 0, 0.47);
    border: #505050 1px solid;
    font-size: 15px;
    display: block;
    padding: 5px 16px 4px 13px;
    cursor: pointer;
    border-radius: 30px 0px 0px 30px;
}

.offer-block a{
    color: #ffca7c;
    text-decoration:none;
}

/*=====  About Section Start  =====*/

.section-box {
    position:relative;
}

.lb-section__container{
    position: relative;
    z-index: 3;
}

.lb-section__container--custom{
    padding-bottom:93px;
    padding-top:93px;
}

.box-white{
    background-color:#fff;
}


section h2.section-heading {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
}

section p.section-sub-heading {
    font-size: 16px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 30px;
    color: #888;
}

.lb-services .text-primary {
    color:#df6d4a;
}

.lb-services .fa-inverse {
    color: #fff;
    font-size: smaller;
}

section .btn-more {
    background: #e6e6e6!important;
    color: #444;
    margin-bottom: 30px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.lb-services-container .lb-section__container--custom{
    /*padding-top:70px;
    padding-bottom:40px;*/
}

.lb-testimonial {
    background:url("../images/newMarket/testomonial.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment:fixed;*/
}

.lb-testimonial h2.section-heading{
    color:#fff;
}
.lb-testimonial p.section-sub-heading {
    color: #888;
}

.lb-testimonial .thumbnail{
    margin:0;
    padding: 30px 100px;
    background-color: rgba(0, 0, 0, 0.33);
    border:0;
    -webkit-border-radius:2px;
    border-radius:2px;
}

.lb-testimonial .carousel-indicators li {
    border: 1px solid #ffffff;
}
.lb-testimonial .carousel-indicators.active {
    background-color: #FFEB3B;
}

.lb-testimonial .lb-testimonial__p{
    font-size: 16px;
    color:#a2a2a2;
    font-weight: 200;
    text-indent: 60px;
    line-height: 28px;
}

.lb-testimonial .lb-testimonial__p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 10px;
    color: #dcdcdc;
}

.lb-testimonial .lb-testimonial__p:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 10px;
    color: #dcdcdc;
    top: 11px;
    position: relative;
}

.lb-testimonial .lb-testimonial__name{
    font-weight: 500;
    color:#ffffff;
}

@media screen and (max-width:992px) {
    .lb-testimonial .thumbnail{
        padding: 30px 20px;
    }
}

@media screen and (max-width:767px) {
    .offer-block{
        display:none;
    }
    .lb-testimonial .thumbnail{
        padding: 30px 10px;
    }

    .full-screen-header .full-header__heading {
        font-size:26px;
        line-height: 38px;
    }

    .header-search .header-search__input,.header-search .header-search__select {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        border-radius:0px;
        margin-left: 0;
        border-bottom: 1px solid #e6e6e6;
        border-right: 0;
    }

    .header-search input {
        border-top: 1px solid #dcdcdc !important;
    }
    .header-search .category-dropdown{
        padding-left:10px;
        padding-right:10px;
    }

    .header-search .header-search__select > .fa-location-arrow{
        display:none;
    }

    .header-search .header-search__btn{
        margin-bottom: 0;
        position: inherit;
        right: 0;
        min-width: 100%;
        bottom: 0;
        border-radius: 0;
    }

}

@media screen and (max-width:640px) {
    section h2.section-heading {
        font-size:20px;
    }
}
@media screen and (max-width:525px) {
    .full-screen-header .full-header__heading {
        font-size:22px;
        line-height: 29px;
        font-weight: 500;
    }
    .full-screen-header .full-header__sub {
        margin: 17px 0 23px;
    }
}

@media screen and (max-width:320px) {
    section h2.section-heading {
        font-size:16px;
    }
}


/*--- Product Slider --*/

.product-slider .owl-stage-outer {
    position: relative;
    padding:10px 0px;
}

.product-slider .product-item {
    background-color: #ffffff;
    /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.18);*/
    float: left;
    margin: 15px 6px;
    position: relative;
    width:280px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    /*overflow: hidden;*/
}

.product-slider .product-item:before, .product-slider .product-item:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow:0 15px 10px rgba(119, 119, 119, 0.59);
    -moz-box-shadow: 0 15px 10px rgba(119, 119, 119, 0.59);
    box-shadow:0 15px 10px rgba(119, 119, 119, 0.59);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.product-slider .product-item:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


/*.product-item:hover{*/
/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
/*box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);*/
/*transform: scale(1.1);*/
/*}*/

.product-slider .product-image{
    overflow: hidden;
    height:180px;
    width: 100%;
    margin-bottom: 10px;
    zoom: 1;
    position: relative;
    text-align: center;
    /*background: url("../images/lb-icon.png") no-repeat 76px 47px rgb(255, 255, 255);*/

}

.product-slider .product-image a{
    vertical-align: middle;
    text-align: center;
    display:block;
    zoom:1;
}

.product-slider .product-image__img
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product-slider .product-name {
    margin: 0px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.product-slider .product-name > a{
    font-size: 13px;
    border-radius: 2px;
    border-color: #5cb85c;
    font-weight: 400;
}


.product-slider .product-item{
    /*text-align: center;*/
    margin: 0px;
    padding: 10px;
}

.product-slider .owl-carousel .owl-nav{
    margin-top:0;
}

.product-slider .owl-carousel .owl-nav [class*=owl-] {
    background:#fff;
    color:#333;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin:0;
}

.product-slider .owl-carousel .owl-nav [class*=owl-]:hover {
    background:#fff;
    color:#333;
}

.product-slider .owl-carousel .owl-prev,
.product-slider .owl-carousel .owl-next {
    width: 40px;
    height: 46px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    margin-left: 0;
    margin-right: 0;
    color: #333;
    margin-top:-32px !important;
}

.product-slider .owl-carousel .owl-prev {
    left:0px;
    border-radius: 0px 3px 3px 0px !important;
    margin-left:-1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 4px 2px 10px -1px;
}

.product-slider .owl-carousel .owl-next {
    right:0px;
    border-radius: 3px 0px 0px 3px !important;
    margin-right:1px;
    box-shadow: rgba(0, 0, 0, 0.298039) -4px 2px 10px -1px;
}

.product-slider .owl-carousel .owl-dots {
    display: none !important;
}


.product-cat {
    background: #fff;
    border: solid 1px #dcdee3;
    margin-top: 15px;
    margin-bottom:15px;
    padding:15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-cat .product-heading {
    margin: 42px 0;
    text-align:left;
}

.product-cat .product-heading .title{
    font-size: 30px;
    font-weight: normal;
}

.product-cat .product-heading .categories {
    font-size: 38px;
    text-transform: capitalize;
    line-height: 35px;
}

.categories-slider .product-item {
    width:220px;
    padding:0px;
}

.categories-slider .product-image {
    height: 120px;
}

.categories-slider .owl-stage-outer {
    padding:0px;
    padding-top: 0px;
}

.lb-offer-container {
    background: url("../images/newMarket/investment_bg.jpeg");
    /*background:url("../images/testomonial.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment:fixed;*/
}

.lb-offer-container .btn{
    border-radius: 2px;
    border-color: #ffffff;
    margin-bottom: 30px;
    background: #f05323;
    word-break: break-word;
    white-space: normal;
    color: #fff;
}

.color-white{
    color:#ffffff !important;
}

.color-dark-white{
    color: #cacaca !important;
}

/*===== Offers popup ====*/

.offer-modal.modal {
    text-align: center;
    padding: 0!important;
}

/*.offer-modal.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}*/

@media screen and (min-width: 768px) {
    .offer-modal .modal-dialog {
        margin: 88px auto;
    }
}

@media screen and (max-width:767px) {
    .offer-modal .modal-dialog {
        margin: 240px 10px;
    }
}

.offer-modal .modal-content {
    background: url("../images/offer-popup-bg.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #949494;
    border: 2px solid #fff;
    border-radius: 0px;
}

.offer-modal .modal-header{
    padding: 0;
    min-height: inherit;
    border:0;
}

.offer-modal .modal-header .close{
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 999999;
}

.offer-modal .modal-body{
    padding-top:40px;
    padding-bottom:40px;
    text-align: left;
}

.offer-modal .offer-h3 {
    font-weight:500;
    margin: 0 0 0.4em;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: 28px;
}
.offer-modal .offer-p {
    font-weight: 300;
    font-size: 35px;
    line-height: 1.7em;
    color: #f9e10e;
}

.btn-offers{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 400;
    font-size: 20px;
    background-color: #d02e22 !important;
    background-image: none;
    border: none;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 12px;
    text-align: center;
    outline:0 !important;
}

.white-bg {
    background-color: rgba(0, 0, 0, 0.31);
}

.b-b {
    border-bottom: 1px solid #dcdcdc;
}


/*--- Center Part For Location Listing --*/

.sm-shop-wrapper {
    padding-top:20px;
}

.location-search{
    background-color: rgba(255, 255, 255, 0.22);
    max-width: 280px;
    border-radius: 5px;
}

.location-search .controls {
    border: 1px solid rgb(202, 202, 202);
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 34px;
    outline: none;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
}


.location-search #pac-input {
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;

}

.location-search #pac-input:focus {
    border-color: #e9a55e;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel {
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel {
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-heading {
    padding: 0px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-heading .panel-title {
    position: relative;
}
.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-heading .panel-title a {
    display: block;
    padding: 15px;
    font-size: 15px;
    color:#2194c7;
    border-bottom: none;
    text-decoration: none;
    position: relative;
    padding-left: 50px;
    background: #ffffff;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-heading .panel-title a:after,
.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-heading .panel-title a.collapsed:after {
    position: absolute;
    left: 16px;
    font-size: 21px;
    top: 13px;
    font-family: FontAwesome;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-heading .panel-title a:after {
    content: '\f056';
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-heading .panel-title a.collapsed:after {
    content: '\f055';
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-heading .panel-title .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    height: 100%;
    color: #fff;
    outline: none;
    text-transform: capitalize;
    text-shadow: rgba(0,0,0,0.74902) 0 -1px 1px;
    background:#fe485e;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-heading .panel-title .btn.soon {
    border: 0;
    background: rgb(200, 90, 69);
    background: -moz-linear-gradient(top,#C85A45,rgb(200, 90, 69));
    background: linear-gradient(to bottom,#f18908,rgb(200, 90, 69));
    background-image: -ms-linear-gradient(top,#C85A45,rgb(200, 90, 69));
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body {
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #DDDADA;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .page-header span.deliver {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .nav {
    border-bottom: 3px solid #f96476;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .nav li {
    background-color: #E6E6E6;
    margin-right: 2px;
    margin-bottom: 0px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .nav li a {
    border: none;
    border-radius: 0px;
    margin: 0px;
    background-color: #EAEAEA;
    text-transform: capitalize;
    font-size: 14px;
    color: #333;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .nav li.active a:hover,
.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .nav li.active a {
    background-color:#f96476;
    color: #fff;
    border: none;
}
.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap {
    padding: 15px 10px 0px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap ul {
    list-style: none;
    padding: 0px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .srvAra li {
    display: inline-block;
    width: 16%;
    padding: 4px 0px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .srvAra li a {
    color: #666;
    font-size:13px;
}
.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .srvAra li a:hover {
    color: #18a261;
}

.ofrdet ul.ul-offers {
    border-top: 1px solid rgb(236, 236, 236);
    border-left: 1px solid rgb(236, 236, 236);
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .ofrdet li {
    padding: 5px 0px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .ofrdet input[type='radio'] {
    vertical-align: middle;
    margin: 0px 3px 0px 0px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .otrDet h1 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #337abb;
    font-weight: 500;
}
.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .otrDet .comTime ul li {
    padding: 2px 0px;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .otrDet .comTime ul li label {
    width: 90px;
    font-weight: 500;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .otrDet .comTime ul li span {
    display: inline-block;
    color: #585858;
}

.sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .tab-content .tab-pane .wrap .otrDet .comTime p {
    font-size: 14px;
    color: #CE2014;
}

@media screen and (max-width: 992px) {
    .sm-shop-wrapper .srvAra li {
        width: 24% !important;
    }
}
@media screen and (max-width: 767px) {
    .sm-shop-wrapper .srvAra li {
        width: 32% !important;
    }
    .sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .nav {
        border-bottom: none;
    }
    .sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .nav li {
        width: 49%;
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 460px) {
    .sm-shop-wrapper .srvAra li {
        width: 48% !important;
    }
    .sm-shop-wrapper .sm-shop-detail .panel-group .panel .panel-body .nav li {
        float: left;
        margin-bottom: 2px;
        width: 49%;
    }
}

.no_outlet
{
    box-shadow:none;
    border-radius:2px;
    background:#fff
}
.no-results
{
    min-height:320px;
    background-color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border:1px solid #ddd
}
.no-results .no-results-text
{
    padding:1em;
    text-align:center;
    text-transform:uppercase;
    border:2px solid #cbcbcb;
    margin:auto;
    color:#cbcbcb;
    -webkit-animation:shake 1s;
    animation:shake 1s
}
@-webkit-keyframes shake
{
    0%,100%
    {
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    10%,30%,50%,70%,90%
    {
        -webkit-transform:translate3d(-10px,0,0);
        transform:translate3d(-10px,0,0)
    }
    20%,40%,60%,80%
    {
        -webkit-transform:translate3d(10px,0,0);
        transform:translate3d(10px,0,0)
    }

}
@keyframes shake
{
    0%,100%
    {
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    10%,30%,50%,70%,90%
    {
        -webkit-transform:translate3d(-10px,0,0);
        transform:translate3d(-10px,0,0)
    }
    20%,40%,60%,80%
    {
        -webkit-transform:translate3d(10px,0,0);
        transform:translate3d(10px,0,0)
    }

}
.shake
{
    -webkit-animation-name:shake;
    animation-name:shake
}
@-webkit-keyframes flash
{
    0%
    {
        background-color:#efefc3;
        opacity:1
    }
    100%,22%,77%
    {
        background-color:#efefc3
    }

}
.flash
{
    -webkit-animation-name:flash;
    -webkit-animation-duration:.9s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:ease-in-out
}
.flash1
{
    background-color:#e8e8d1
}
.orderNowErrorMsg
{
    color:#b71c1c;
    display:block;
    margin:6px 0 0
}
#myModal .modal-dialog .modal-content
{
    position:relative;
    border:2px solid #FFF;
    border-radius:2px
}
#myModal h3.spTitle
{
    font-size:20px;
    display:block;
    text-align:center;
    color:#fff;
    padding:20px;
    background:#f29a17;
    margin-top:0;
    border-radius:3px
}
.close
{
    color:#fff;
    text-shadow:0 1px 0 #fff;
    opacity:1
}
.prodItem .prodImg
{
    text-align:center;
    width:230px;
    height:170px;
    position:relative;
    margin:0 auto 10px
}
.prodItem .prodImg img
{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin-left:auto;
    margin-right:auto;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%
}
.prodItem .prodCaption h2
{
    margin-top:0;
    font-size:18px!important;
    color:#000
}
.prodItem .prodCaption p .newPrice
{
    color:#FF5722!important;
    font-weight:600
}

/*--- End Center Part For Location Listing --*/
#location-sticky.sticky {
    position: fixed;
    top:50px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.location-box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    margin: 10px 0px 7px;
    zoom: 1;
}

.location-box.soon {
    margin-bottom: 20px;
}

.location-box .location-box__title {
    min-width: 50px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #4CAF50;
}

.location-box.soon .location-box__title{
    color: #e57b61;
}

.location-box .location-box__body {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    zoom: 1;
    width: 10000px;
}

.location-box .location-body__ul {
    display: block;
    margin: 0;
    margin-right: 32px;
}

.location-box .location-item {
    height: 28px;
    float: left;
    padding: 5px;
    line-height: 16px;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 2px;
    text-align: center;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.14);
}

.location-box .location-item a {
    font-size: 12px;
    text-decoration:none;
}

.searchable-container{
    width: 90%;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-top: 0;
    border-radius: 0px 0px 3px 3px;
}

.searchable-container li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #666;
    white-space: nowrap;
    cursor:pointer;
}
.searchable-container li:hover{
    background-color: #f1f1f1;
}
.searchable-container li b.orange {
    color:orangered;
}


.searchable-container .item-heading{
    background: #fff5f4;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding: 4px 5px;
    white-space: nowrap;
    font-style: normal;
}


.ul-offers li{}
.ofrdet ul.ul-offers{border-top:1px solid rgb(236, 236, 236);border-left:1px solid rgb(236, 236, 236);}
.ofrdet ul.ul-offers li{width:20%;margin:-1px 0px;float:left;border-right:1px solid rgb(236, 236, 236);border-bottom:1px solid rgb(236, 236, 236);padding:20px 10px !important;}
.ofrdet ul.ul-offers li:hover{box-shadow:1px 1px 1px 0px #bbbbbb;}
.ofrdet ul.ul-offers li a{text-decoration:none;}
.ofrdet ul.ul-offers li .inner-pro{width:100%;position:relative;font-family:'Myriad Pro';}
.ofrdet ul.ul-offers li .inner-pro .offer-rate{
    position: absolute;
    background-color: rgb(231, 105, 95);
    padding: 3px 8px 0px;
    font-size: 11px !important;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    line-height: 14px;
}
.ofrdet ul.ul-offers li .inner-pro .product-img{width:65%;margin:0 auto;}
.ofrdet ul.ul-offers li .inner-pro .product-img img{width:100%;height:105px;}
.ofrdet ul.ul-offers li .inner-pro .pro-veg{position:absolute;top:37%;left:3%;}
.ofrdet ul.ul-offers li .inner-pro .pro-veg img{}
.ofrdet ul.ul-offers li .inner-pro .pro-detail{width:100%;min-height:50px;margin-top:10px;overflow:hidden;}
.ofrdet ul.ul-offers li .inner-pro .pro-detail p{margin:0px;font-size:13px;color:#615F5F;padding:0 0 2px 0;line-height:22px;}
.ofrdet ul.ul-offers li .inner-pro .pro-price{width:100%;min-height:50px;}
.ofrdet ul.ul-offers li .inner-pro .pro-price .selected{width:100%;}
.ofrdet ul.ul-offers li .inner-pro .pro-price .selected .pro-weight{font-size:13px;color:#615F5F;}
.ofrdet ul.ul-offers li .inner-pro .pro-price .price{width:100%;}
.ofrdet ul.ul-offers li .inner-pro .pro-price .price .off-price{
    font-size: 14px !important;
    color: #2C2C2C;
    font-weight: 500;
}
.ofrdet ul.ul-offers li .inner-pro .pro-price .price .full-price{
    font-size: 12px !important;
    color: #C5C5C5;
    float: right;
    text-decoration: line-through;
}
.ofrdet ul.ul-offers li .inner-pro .add-cart-btn{width:100%;text-align:center;}
.ofrdet ul.ul-offers li .inner-pro .add-cart-btn .btn{width:80%;padding:5px 10px;border-radius:10px;color:rgb(21, 128, 53);border-color:rgb(18, 129, 52);}
.ofrdet ul.ul-offers li .inner-pro .add-cart-btn .btn:hover{color:rgb(254, 254, 254);background-color:rgb(18, 129, 52);border-color:rgb(18, 129, 52);transition:all 500ms;box-shadow:inset 0px 1px 1px #199b29;}


.lb-module-banner .lb-module-left{
    margin-top: 20px;
    /* margin-bottom: 20px; */
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
}
.lb-module-banner .lb-module-left .card{
    border-color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: .25rem;
    margin-bottom: 0;
}
.lb-module-banner .lb-module-left .lb-card-body{
    position:  relative;
    height: 135px;
    color:  #ffffff;
    overflow:  hidden;
}

.lb-module-banner .lb-module-left .lb-card-body:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.lb-module-banner .lb-card-body .card-img-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    text-align: center;
    z-index: 1;
}
.lb-module-banner .card-img-overlay h4{
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
}

.lb-module-banner .card .card-img-overlay p{
    margin-bottom: 8px;
}

.lb-module-banner .lb-card-body img{
    height: 135px;
    object-fit: cover;
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.lb-module-banner .card .card-footer{
    padding: 5px 5px;
    background: #fff;
    border-top: #fff;
    text-align: center;
}
.lb-module-banner .card .card-footer ul{
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-align:  center;
}
.lb-module-banner .card-footer ul li{
    display: inline-block;
    float: none;
}
.lb-module-banner .card-footer ul li a{
    color:  black;
    text-decoration:  none;
    padding: 4px 15px;
    font-size: 13px;
}
.lb-module-banner .lb-module-right{
    margin-top: 20px;
    /* margin-bottom: 20px; */
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
}
.lb-module-banner .lb-module-right .card{
    border-color: #fff;
    background: #fff;
    margin-bottom: 0;
}
.lb-module-banner .lb-module-right .card-body{
    padding: 11px 20px;
    line-height: 1.5;
}

.lb-module-banner .lb-module-right .card-body h4 a{
    font-size: 17px;
    color: #007bff;
    text-decoration:  none;
}
.lb-module-right .card-body h4 a:hover{
    color: #007bff;
}
.lb-module-right .card-body p{
    margin-bottom: 0px;
    font-size: 16px;
}
.lb-module-banner .lb-order-btn{
    position:  absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.lb-module-banner .lb-p-txt{
    color: #ffff00;
    font-size: 14px;
    margin-bottom: 0 !important;
}
.lb-module-banner .lbOrderBtn{
    border-color: #ffffff;
    color: #fff;
}

.lb-module-banner .lbOrderBtn:hover{
    background-color:#fff;
    color: #333;
}

.lb-module-banner .lb-note{
    position:  absolute;
    bottom: 8px;
    left: 10px;
    z-index: 3;
    font-size: 13px;
}
.lb-module-banner .lb-module-left .card-footer label{
    margin:  0;
    font-size: 13px;
    text-transform:  uppercase;
    text-align:  center;
    display:  block;
    padding: 4px 0;
}

.lb-module-banner .card-tick-image {
    background: url("https://biz.lallabi.com/assets/images/banner/tick-mark.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 13px;
    right: 25px;
}


@media screen and (max-width:525px) {
    .lb-module-banner .lb-card-body img {
        height: 183px;
    }
    .lb-module-banner .lb-module-left .lb-card-body {
        position: relative;
        height: 183px;
    }
}
