@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body,html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: #eee url(../images/bg.png);
}

/*-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);*/

/*-----  MAIN CENTER SECTION START HERE -----*/

.main{

}

.bt-content-wrapper{
    padding-top:96px;
    position:relative;
}

.main .lt-wrapper{
    width:100%;
    position:relative;
    zoom:1;
}

.lt-main .bx{
    background: #fff;
    border:0;
    border-radius:0;
    -webkit-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);
    -moz-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);
    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);
}

.lt-main .title,
.lt-main .locality,
.lt-main .name{
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.mask {
    position: fixed;
    background: #333;
    display: none;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: .5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
}

/*--- Banner Slider  -*/
.banner-slider{
    width:100%;
    position:relative;
    overflow:hidden;
    margin-bottom:20px;
    background: #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    zoom: 1;
}

.banner-slider .banner-wrapper{
    height: 280px;
    max-height: 280px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner-slider .carousel-inner {
    position: relative;
    width: 100%;
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
}

.banner-slider .carousel-indicators {
    bottom: 5px;
}

.banner-slider .carousel-indicators li{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgb(255, 255, 255);
    border: 3px double #555555;
    border-radius: 0px;
    -moz-transition: all .2s ease-in-out ;
    -webkit-transition: all .2s ease-in-out ;
    transition: all .2s ease-in-out;
}

.banner-slider .carousel-indicators .active {
    width:14px;
    height:14px;
    margin: 1px;
    background-color: #E91E63;
    border-color: #fff;
}

.banner-slider .carousel-inner img {
    /*width: auto;*/
    width:100%;
    height: 280px !important;
    max-height: 280px !important;
}

.banner-slider .carousel-control {
    width: 0;
}

.banner-slider .carousel-control.left,
.banner-slider .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    zoom: 1;
}

/*.banner-slider .carousel-control{
    display:none;
    opacity:0;
}

.banner-slider .carousel:hover .carousel-control{
    display:block;
    opacity:1;
}*/


.banner-slider .carousel-control.left span {
    padding:8px;
    border-radius:0px 3px 3px 0px;
    box-shadow: rgba(0, 0, 0, 0.298039) 1px 2px 10px -1px;
}

.banner-slider .carousel-control.right span {
    padding:8px;
    border-radius:3px 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.298039) 1px 2px 10px -1px;
}

.banner-slider .carousel-control .glyphicon-chevron-left,
.banner-slider .carousel-control .glyphicon-chevron-right,
.banner-slider .carousel-control .icon-prev,
.banner-slider .carousel-control .icon-next {
    width:40px;
    height:46px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    margin-left:0;
    margin-right:0;
    color:#333;
}

.banner-slider .carousel-control .glyphicon-chevron-left,
.banner-slider .carousel-control .icon-prev {
    left: 0;
}

.banner-slider.carousel-control .glyphicon-chevron-right,
.banner-slider.carousel-control .icon-next {
    right: 0;
}

.banner-slider .carousel-control.left span,
.banner-slider .carousel-control.right span {
    background-color: #fff;
}

.banner-slider .carousel-control.left span:hover,
.banner-slider .carousel-control.right span:hover {
    /*opacity: .7;
    filter: alpha(opacity=70);*/
    box-shadow: rgba(0, 0, 0, 0.90) 1px 2px 10px -1px;
}

/*-- End Banner Slider --*/

/*-- Section-wrapper --*/
section{
    position:relative;
}

.section-box{
    border-radius: 2px;
    margin-bottom:20px;
}

.box-white{
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.card{
    font-size: 16px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 2px;
}

.card.card-shadow{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.card.card--big{
    min-height: 304px;
}
.card .card--block{
    display:block;
    position:relative;
}

.card .card__image{
    position:relative;
    overflow:hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.card .card__image img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    display: block;
    position: relative;
    background:#f5f5f5;
    opacity:1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.card:hover .card__image img{
    opacity: .8;
    transform: scale(1.1);
}

.card__summary{
    padding:15px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

.card .card__actions {

    position:relative;
    text-align:left;
    padding: 8px 8px;
}

.card .card__actions.card--border{
    border-top: 1px solid #E0E0E0;
}

.card .card__title{
    font-size:16px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 1px;
}

.card .card__title.card__title-border{
    border-bottom: 1px solid #eee;
    margin-bottom:8px;
    padding-bottom:8px;
}

.card .card__text{
    color:#666;
    font-size: 13px;
    line-height: 18px;
    margin:0;
    max-height: 36px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card .pink-button{
    position: absolute;
    border-radius: 2px;
    bottom: 10px;
    border: 0;
    right: 10px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    font-weight: 600;
    background-color: #ff4081;
    color:#fff;
}

/*--- Product Slider --*/

.product-slider .owl-carousel {
    background: white;
    padding: 10px 15px;
}

.product-slider .product-item {
    background-color: #ffffff;
    border: 1px solid transparent;
    float: left;
    margin: 15px 6px;
    position: relative;
    width:220px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

/*.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: 220px;
    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
{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display:inherit;
    margin:0 auto;
}
.product-slider .product-item a
{
    overflow: hidden;
    position: relative;
    zoom:1;
}

.product-slider .product-name {
    font-size:13px;
    font-weight:400;
    margin-bottom: 5px;
    zoom:1;
    min-height: 34px;
}

.product-slider .product-name .product-name__name {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 34px;
    line-height: 17px;
    text-align:center;
    color: #212121;
    zoom: 1;
}
.product-slider .product-name .product-name__name:hover {

}

.product-slider .product-price {
    margin: 0;
    zoom: 1;
    padding: 4px 0px;
    text-align: center;
}
.product-slider .product-price__mrp{
    font-size: 13px;
    text-decoration: line-through;
    color: #666;
    margin-right: 5px;
    zoom: 1;
}
.product-slider .product-price .product-price__discount{
    font-size: 13px;
    font-weight: 600;
    color: #C52027;
}

.product-slider .product-price .product-new {
    background-color: #29A8DE;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 11px;
    padding: 1px 4px;
    margin-left: 5px;
}


.product-slider label.product-price__total {
    display: block;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.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;
}


/*--- category list --*/

.category-item{

}

.category-item .category-list {
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.category-item .category-image{
    height: 150px;
    width: 208px;
    display: block;
}

.category-item .category-image__img{
    width: 208px;
    height: auto;
    max-height: 100%;
}

.category-item .category-summary{
    padding-right: 15px;
}

.category-item .category-summary__name{
    font-weight: 600;
    color: #000;
}

.category-item .category-summary__description{
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.category-item .category-btn{
    position: relative;
    bottom: 0;
    right: 0;
    display: block;
    background: #e91e63;
    color: #ffffff;
    margin-left: 3px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius:2px;
}

.ripplelink{
    text-decoration:none;
    position:relative;
    overflow:hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index:0;
}

.ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}

.animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}


