/* ==========================================================================
   KBS's custom styles over ride only required styles,
   write styles from top to bottom usage
   ==========================================================================
KBS Main Color : #c13a55
KBS Second Color : #515757
*/
/* read below link to know whow css overriding happens
http://stackoverflow.com/questions/2417287/two-css-files-defining-same-class
*/


html{
    font-family: 'Noto Sans Malayalam', Arial, Verdana, sans-serif !important;
}
body{
    font-family: 'Noto Sans Malayalam', Arial, Verdana, sans-serif !important;
}
.tooltip {
    font-family: 'Noto Sans Malayalam', Arial, Verdana, sans-serif !important;
}
.popover {
    font-family: 'Noto Sans Malayalam', Arial, Verdana, sans-serif !important;
}
a{
    color: #c13a55;
}
a:hover{
    color: #c13a55;
}
.eng{
    font-family: Arial, Verdana, sans-serif !important;
}
.books{
}
.books .book{
}
.books .both{
    margin-bottom: 20px;
}
.book{

}/*
.cut{
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow-x: hidden;

}*/
.books .book .bimg{
}
.book .binfo{
    /*white-space: nowrap;*/
    /*  overflow: hidden;
      text-overflow: ellipsis;*/
}
.binfo .bkname{
    font-size: 16px;
    color: #515757 !important;
}
.binfo .bauth{
    font-size: 14px;
    color: #515757 !important;
}
.binfo .pubname{
    font-size: 12px;
    color: #515757 !important;
}
.book:hover{
}
.binfo h4{
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow-x: hidden;
}
.binfo h5{
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow-x: hidden;
}
.bkname{
    font-size: 16px;
    color: #211f20 !important;
}
.bauth{
    font-size: 14px;
    color: #515757 !important;
}
.pubname{
    /* publisher name */
    font-size: 12px;
    color: #515757 !important;
}
.blurb{
    /* book description and author description*/
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.book .bkname{
    /* for future use */
}
.book .bauth{
    /* for future use */
}
.book .blurb{
    /* for future use */
}
.category{
    font-family: 'Noto Sans Malayalam', sans-serif;
    font-size: 14px;
}

.kb-color{
    color: #c13a55 !important;
}
.kb-bg-color{
    background-color: #c13a55 !important;
}

a:hover{
    text-decoration:none;
}

.rupe{
    font-family: 'Noto Sans Malayalam';
	padding-top: 5px;
}

/*.rupe:before{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Noto Sans Malayalam';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\20B9";
}*/

.rupe .oldprice{
    /*font-weight:bold;*/
    color: #B30700;
}
.rupe .discount{
    font-weight:bold;
    color: green;
}
.rupe .price{
    font-weight:bold;
    color: #515757;
}

.brupe{
    font-family: 'Noto Sans Malayalam';
}

/*.brupe:before{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Noto Sans Malayalam';
    font-style: normal;
    font-weight: normal;
    font-size: x-large;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\20B9";
}*/

.brupe .oldprice{
    /*font-weight:bold;*/
    color: red;
    font-size: x-large;
}
.brupe .discount{
    font-weight:bold;
    color: green;
    font-size: x-large;
}
.brupe .price{
    font-weight:bold;
    color: #515757;
    font-size: x-large;
}
.slide{
    /*for netbeans error fix*/
}
.rec-prev{
    /*for netbeans error fix*/
}
.rec-next{
    /*for netbeans error fix*/
}
.award-prev{
    /*for netbeans error fix*/
}
.award-next{
    /*for netbeans error fix*/
}
.new-prev{
    /*for netbeans error fix*/
}
.new-next{
    /*for netbeans error fix*/
}
.best-prev{
    /*for netbeans error fix*/
}
.best-next{
    /*for netbeans error fix*/
}
.item{
    /*for netbeans error fix*/
}
.kb-top-strip{
    border-top:4px solid #c13a55;
}
.kb-top-login{
    background: #f8f8f8;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
}

.cat-menu {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.cat-menu > li {
    display: inline-block;
    padding: 10px;
}
.cat-menu > li > a > span {
    margin-left: 5px;
}
.cat-menu .active{
    background-color: #c13a55;
    color: white;
}
.cat-menu .active a{
    color: white;
}
/*e-Cart menu style*/


.cart-dropdown{
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 0px;
    min-width: 90%;
}
.cart-dropdown .table {
    margin-bottom: 0px !important;
}
.navbar{
    border: 0px !important;
    border-radius: 0px !important;
    border-bottom: 4px solid #c13a55 !important;
    background-color: #515757 !important;
}
.navbar-default .navbar-brand{
    color: white;
}
.navbar-default .navbar-nav>li>a ,.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white;
}
.navbar .nav > li:hover{
    background: #c13a55;
}

.navbar .nav > li > a:hover{
    color:#FFF !important;
    -webkit-transition:background 1s ease;
    -moz-transition:background 1s ease;
    -o-transition:background 1s ease;
    transition:background 1s ease;
}
.navbar .nav > li > a:active{
    color:#FFF !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFFFFF;
    background-color: #c13a55;
}

@media(max-width:767px){
    /*xs xtra small devices*/
    .navbar-header{
        /*min-height: 110px;*/
    }
    .navbar-brand{
        padding: 0px 0px;
    }
    #logo1 {
        margin-bottom: 10px;
    }
    .kb-top-logo .row {
        display: block !important;
        align-items: center;
    }

}
@media (min-width: 768px){

}
@media (min-width: 768px) and (max-width: 991px) {
    /*sm small devices*/
    .navbar .nav >.active:after{
        height: 0;
        position: absolute;
        right: -15px;
        top: 0;
        width: 0;
    }

    .navbar .nav >.active:before{
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
    }
    .navbar .nav > li > a:hover:before{
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
    }
    .navbar .nav > li > a:hover:after{
        height: 0;
        position: absolute;
        right: -15px;
        top: 0;
        width: 0;
    }
}
@media (min-width: 992px){
    .navbar-brand{
        padding: 10px 15px;
        margin-left: 0px !important;
    }
    .navbar .nav >.active:after{
        border-color: transparent transparent transparent #c13a55;
        border-style: solid;
        border-width: 50px 0 0 15px;
        content: "";
        height: 0;
        position: absolute;
        right: -15px;
        top: 0;
        width: 0;
    }

    .navbar .nav >.active:before{
        content: "";
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 50px 0;
        border-color: transparent #c13a55 transparent transparent;
    }
    .navbar .nav > li > a:hover:before{
        content: "";
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 50px 0;
        border-color: transparent #c13a55 transparent transparent;
    }
    .navbar .nav > li > a:hover:after{
        border-color: transparent transparent transparent #c13a55;
        border-style: solid;
        border-width: 50px 0 0 15px;
        content: "";
        height: 0;
        position: absolute;
        right: -15px;
        top: 0;
        width: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*md mediam devices*/

}
@media(min-width:1200px){
    /*lg large devices*/
    .kborderlist{
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: -18px !important;
        height: 0px !important;
    }
}

.navbar-default{
}
.navbar-default .navbar-nav>.active>a{
    background:#c13a55 !important;
    color: #fff;
}
.navbar .nav > li >a:active{
    background:#c13a55 !important;
    color: #fff;
}

.white{
    color:#FFF !important;
}
.lt-ie9 .kblock-box{
    display: none;
}
.kblock{
    border: 1px solid #c13a55;
    background: none;
    border-radius:0px !important;
    box-shadow: none;
    padding:0px !important;
    display:flex;
    /*    min-height: 20px;
        padding: 19px;*/
    margin-bottom: 20px;
}
.kblock:hover{
    border: 1px solid #c13a55;
    border-radius:0px !important;
    box-shadow: none;
    padding:0px !important;
    cursor: pointer;
}

.kblock-text{
    padding: 16px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.kblock-icon{
    font-size: 40px;
    color: #c13a55;;
    background: #e3e3e3;
    height: 110px;
    line-height: 110px;
    width: 110px;
    text-align: center;
    padding:0px !important;
    top:0px !important;
}
.kblock-icon:hover{
    font-size: 40px;
    color: #fff;;
    background: #c13a55;
    height: 110px;
    line-height: 110px;
    width: 110px;
    text-align: center;
    padding:0px !important;
}

.kblock-icon:after{
    border-color: transparent transparent transparent #e3e3e3;
    border-style: solid;
    border-width: 110px 0 0 35px;
    content: "";
    height: 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 0;
}
.kblock-icon:hover:after{
    border-color: transparent transparent transparent #c13a55;
    border-style: solid;
    border-width: 110px 0 0 35px;
    content: "";
    height: 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 0;
}
.cart,.cart:hover,.cart:visited,.cart:focus{
    height: 38px;
    background: #515757;
    color: #fff;
    border-radius: 0px;
}

.customNavigation{
    margin-right: 15px;
    margin-top: 20px;
}
.blog-icon{
    margin-right: 0px;
}
.blog-content{
    background:#e6e7e8;
    /*min-height:100px;*/
    margin-top: 10px;
    padding:10px;
    clear:both;
    border-top:4px solid #fff;
}
.blog-list li{
    list-style: none;
    margin-bottom: 5px;
}
.search-btn,.search-btn:hover{
    background: #c13a55;
    color:#FFF;
    height:40px !important;
    width: 40px;
    border: 1px solid #c13a55;
    border-radius:0px;
}
.search-box,.search-box:focus{
    height:40px !important;
    min-width: 40px;
    border: 1px solid #c13a55;
    border-radius:0px;
    margin-top: 2px;
}

.thumbnail{
    background: none;
    border-radius: 0px !important;
    margin-bottom: 10px;
}
.thumbnail:hover{
    border-color:#e6e7e8;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color:#FFF !important;
    background: #c13a55 !important;
}
.navbar-brand:active{
    color:#FFF !important;
    background: #515757 !important;
}
.kbs-logo {
    margin-top: 8px;
    margin-left: 8px;
    background-color:  #515757 !important;
    border: 1px solid transparent;
    border-radius: 4px;
}
.kbs-logo:hover {
    background-color:  #c13a55 !important;
}

.navbar-brand .glyphicon {
    font-size: 1.5em;
}
.kb-top-logo {
    /*future use*/
}
.kb-top-logo .row {
    display: flex;
    align-items: center;
}
#search1{
    margin-top: 30px;
}
#cart1, #cart2{
    /*margin-top: 30px;*/
}
.kb-sm-search-cart{
    padding-bottom: 10px;
}

.bestsellers-head{
    /*    background-color: yellow;*/
}
#bestsellers{
    padding-top: 10px;
}
.engbooks-head{
    /*background-color: yellow;*/
}
#engbooks{
    padding-top: 10px;
}
.promotions-head{
    /*background-color: yellow;*/
}
#promotions{
    padding-top: 10px;
}
newebooks-head{
}
#newebooks{
    padding-top: 10px;
}
newaudios-head{
}
#newaudios{
    padding-top: 10px;
}
newcds-head{
}
#newcds{
    padding-top: 10px;
}

.newbooks-head{
    /*background-color: blue;*/
}
#newbooks{
    padding-top: 10px;
}
.award-head{
    /*background-color: red;*/
}
#award{
    padding-top: 10px;
}
.recentbooks-head {
    /*background-color: green;*/
}
#recentbooks{
    padding-top: 10px;
}
.more-btn{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.btn{
    padding: 4px 8px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.btn-kbs{
    background: #FFFFFF !important;
    border-color: #c13a55 !important;
    color: #c13a55 !important;
    border-radius: 0px !important;
    font-weight: bold;
}
.btn-kbs:hover{
    background: #c13a55 !important;
    color: #FFFFFF !important;
}
.btn-kbsed{
    background: #c13a55 !important;
    color: #FFFFFF !important;
    border-radius: 0px !important;
}
.btn-add-cart{
    background: #FFFFFF !important;
    color: #c13a55 !important;
    border-radius: 0px !important;
    border: 1px solid #c13a55 !important;
}
.btn-add-cart:hover{
    background: #c13a55 !important;
    color: #FFFFFF !important;
}
.btn-added-cart{
    background: #c13a55 !important;
    color: #FFFFFF !important;
    border-radius: 0px !important;
}
.btn-added-cart:hover{
    background: #c13a55 !important;
    color: #FFFFFF !important;
}
.btn-wishlist{
    background: #FFFFFF !important;
    color: #c13a55;
    border-radius: 0px !important;
    border: 1px solid #c13a55 !important;
}
.btn-wishlist:hover{
    background: #c13a55 !important;
    color: #FFFFFF !important;
}
.btn-wishlisted {
    border-radius: 0px !important;
    background: #c13a55 !important;
    color: #ffffff;
    border: 1px solid #c13a55;
}
.btn-wishlisted:hover{
    background: #c13a55 !important;
    color: #FFFFFF !important;
}
.btn-outstock{
    background: #f0f3f5 !important;
    color: #000000 !important;
    border-radius: 0px !important;
    cursor: default;
    padding: 4px 6px !important;
    border: 1px solid #ccc;
}
.btn-notify{
    background: #FFFFFF !important;
    color: #c13a55 !important;
    border: 1px solid #c13a55 !important;
    border-radius: 0px !important;
}
.btn-notify:hover{
    background: #c13a55 !important;
    color: #FFFFFF !important;
}
.btn-notifyed{
    background: #c13a55 !important;
    color: #FFFFFF !important;
    border-radius: 0px !important;
}
.btn-outprint{
    background: #bdbfc1 !important;
    color: #000000 !important;
    border-radius: 0px !important;
    cursor: default;
}
.btn-request{
    background: #FFFFFF !important;
    color: #c13a55 !important;
    border-color: #c13a55 !important;
    border-radius: 0px !important;
}
.btn-request:hover{
    background: #c13a55 !important;
    color: #FFFFFF !important;
}
.btn-requested{
    background: #c13a55 !important;
    color: #FFFFFF !important;
    border-radius: 0px !important;
}
.label-free {
    background-color: #03680B;
    display: inline-block;
    padding: 6px 6px 3px;
    margin: 5px 0px 0px 5px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


/*ribbon*/
.ribbon {
    position: absolute;
    top: 50px;
    padding-left: 51px;
    z-index: 20;
}
.ribbon .ribbon-background {
    position: absolute;
    top: 0;
    right: 0;
}
.ribbon .theribbon {
    position: relative;
    padding: 3px 10px 3px 10px;
    margin: 20px 10px 10px -50px;
    color: #fff;
    background-color: #255F56;
    text-shadow: 0px 1px 2px #bbb;
}
.ribbon .theribbon:before,
.ribbon .theribbon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}
.ribbon .theribbon:after {
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #2d7b6b #2d7b6b transparent transparent;
}
.ribbon.ebook {
    top: 0px;
}
.ribbon.febook {
    top: 0px;
}
.ribbon.febook .theribbon {
    background-color: #166079;
    text-shadow: 0px 1px 2px #bbb;
}
.ribbon.febook .theribbon:after {
    border-color: #2390b0 #2390b0 transparent transparent;
}
.ribbon.audio {
    top: 0px;
}
.ribbon.audio .theribbon {
    background-color: #2B642B;
    text-shadow: 0px 1px 2px #bbb;
}
.ribbon.audio .theribbon:after {
    border-color: #357935 #357935 transparent transparent;
}
.ribbon.faudio {
    top: 0px;
}
.ribbon.faudio .theribbon {
    background-color: #166079;
    text-shadow: 0px 1px 2px #bbb;
}
.ribbon.faudio .theribbon:after {
    border-color: #357935 #357935 transparent transparent;
}
/*ribbon end*/
.footer-heading{
    text-transform: uppercase;
    font-weight: bold;
    background: #c13a55;
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 20px;
    margin: 10px 10px 20px 10px;
    color: #ffffff;
    font-size: 12px;
}

.footer-heading:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 25px 0 25px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -50px;
    border-left-color: #c13a55;

}
.footer-heading:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}

.footer-div{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #211f20;
    color: #aaa;
}
footer{
    background: #211f20;
    padding-bottom: 0px;
    margin-top: 40px;
    color: #aaa;
}

footer a, footer a:visited{
    color: #ddd;
}

footer a:hover{
    color: #ccc;
    text-decoration: underline;
}

footer hr{
    height: 0px;
    padding: 0px;
    margin: 5px 0px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #222;
}

footer ul{
    margin-left: 0px;
    margin:0px;
    padding-left:15px;
}

footer ul li{
    list-style-type: none;
    margin-bottom: 5px;
}
footer .widget{
    margin-bottom: 20px;
    margin-left:10px;
}
.footer-txt{
    color:#DA9AA3;
}

.kbs-strock{
    text-transform: uppercase;
    font-weight: bold;
    background: #c13a55;
    position: relative;
    display: inline-block;
}
.kbs-strock:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -50px;
    border-left-color: #c13a55;
}
.kbs-strock-div{
    background: #515757;
}
.kbs-strock-div span {
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .copy{
    vertical-align: middle;
    margin-top: 20px;
    background: #515757;
	color: #FAFAFA;
    /*height: 20px;*/
}
.copy span{
    padding-top: 10px;
    padding-bottom: 10px;
}
.copy .date{
    padding-right: 50px;
}
.kbsocial{
    margin-bottom: 15px;
}
.kbaddress{
    margin-bottom: 15px;
}
.kbpayments{
    margin-bottom: 15px;
}
.kbappico{
    margin-bottom: 10px;
}

.login_btn{
    width: 230px;
    height: 45px;
    float: left;
    margin: 4px;
    border-radius: 5px;
    background-image: url("https://kbsi.in/images/kbs-sprite.png");
    background-repeat: no-repeat;
}
.facebook-log{
    background-position: 0px -100px;
}
.twitter-log{
    background-position: 0px -150px;
}
.linkedin-log{
    background-position: 0px -300px;
}
.google-plus-log{
    background-position: 0px -200px;
}
.yahoo-log{
    background-position: 0px -250px;
}
.windows-log{
    background-position: 0px -350px;
}

.kbs-sprite{
    background: url("https://kbsi.in/images/kbs-sprite.png");
    background-repeat: no-repeat;
}
.visa-icn, .mastercard-icn, .masterstro-icn, .paytm-icn {
    display: inline-block;
    width: 54px;
    height: 29px;
	border-radius: 5px;
}
.visa-icn {
    background-position: 1px 0px;
}
.mastercard-icn {
    background-position: -58px 0px;
}
.masterstro-icn {
    background-position: -117px 0px;
}
.paytm-icn {
    background-position: -176px 0px;
}
.facebook, .twitter, .g-plus, .pintrest{
    display: inline-block;
    width: 47px;
    height: 47px;
    margin-right: 5px;
    background-position: 0 400px;
    border-radius: 5px;
}
.facebook{
    background-position: 0px -39px;
    background-color: #3b5998;
}
.twitter{
    background-position: -108px -39px;
    background-color: #55acee;
}
.g-plus{
    background-position: -54px -39px;
    background-color: white;
}
.pintrest{
    background-position: -161px -38px;
    background-color: white;
}
.col-left{
    width: 48%;
    float: left;
}

.col-right{
    width: 48%;
    float: right;
}

.to-top a, .to-top a:visited{
    background: #c13a55;
}

.to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 104400;
}

.to-top a, .to-top a:visited{
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.to-top a:hover {
    color: #fff;
    text-decoration: none;
    background: #ad344c;
}
/*for rating star, do not edit start
http://code.stephenmorley.org/html-and-css/star-rating-widget/
*/
.lt-ie9 .rating{
    display: none;
}
.starRating:not(old){
    display        : inline-block;
    width          : 7.5em;
    height         : 1.5em;
    overflow       : hidden;
    vertical-align : bottom;
}

.starRating:not(old) > input{
    margin-right : -100%;
    opacity      : 0;
}

.starRating:not(old) > label{
    display         : block;
    float           : right;
    position        : relative;
    background      : url('star-off.svg');
    background-size : contain;
}

.starRating:not(old) > label:before{
    content         : '';
    display         : block;
    width           : 1.5em;
    height          : 1.5em;
    background      : url('star-on.svg');
    background-size : contain;
    opacity         : 0;
    transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
    opacity : 1;
}
/*for rating star, do not edit end*/
/* ########################*/
/* for owl-carocel -- do not edit , start */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
    padding: 20px;/*this was added by sony*/
    border: 1px solid white;
}
.owl-item:hover{
    border: 1px solid #e8e9e9;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(/images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(https://kbsi.in/images/ajax-loader.gif) no-repeat center center
}
/* for owl-carocel -- do not edit , end */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
/*Yamm!3 - Yet another megamenu for Bootstrap 3 end */
.logo-hide{
    display: none !important;
}

.login{
    max-width: 715px;
    margin: 0 auto;
}
.login-hr{
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.login-or{
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}
.login-div{
    margin-top: 10px;
    margin-bottom: 20px;
}
/*category list group */
.list-group-item>a .badge {
    float: right;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #c13a55;
    border-color: #c13a55;
}
.list-group-item.active a{
    color: #fff;
}
.kb-right{
    text-align: right !important;
}
.kb-standout{
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
/* for book img in product detail page */
.bkimage {
    margin-bottom:10px;
}
.bthump{
    padding-left: 0px;
}
.bthump li {
    display: inline;
}

.bkinfo div{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d6e9c6;
    padding-left: 15px;
    padding-right: 15px;
}
.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}
.nav-tabs {
    margin-bottom: 0;
}
div.atclear {
    display: none !important;
}
.ebookspan {
    color: white;
    font-size: 1em;
    font-weight: bold;
    border-radius: 4px;
    padding: 8px;
    background-color: green;
}
.cdspan {
    color: white;
    font-size: 1em;
    font-weight: bold;
    border-radius: 4px;
    padding: 8px;
    background-color: #2390b0;
}
.printbookspan {
    color: white;
    font-size: 1em;
    font-weight: bold;
    border-radius: 4px;
    padding: 8px;
    background-color: #DB4A39;
}
.kbreview p{
    padding-left: 10px;
    border-left: 5px solid #cccccc;
    margin-left: 50px;
}
.kbreview .kbrby,.kbrd{
    font-weight: bold;
}
#googleBox, #mozhiBox{
    padding: 5px;
    border: 1px solid #cccccc;
}
.kbs-header{
    padding-top: 10px;
    padding-left: 10px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #c13a55;
    background-color: #515757;
    color: white;
}
.kbs-header strong{
    font-size: 18px;
}
.pleasenote {
    font-style:italic;
    color:red;
    font-size: small;
}
.stockWarning {
    font-weight:700;
    font-style:italic;
    color:#c03;
}
.bprice{
    min-height: 40px;
}
.btns{
    min-height: 35px; 
}
.checkoutBarFrom,.checkoutBarTo
{
    color:#8c8c8c
}
.checkoutBarCurrent
{
    font-weight: bold;
    color:green;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}
.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #c13a55;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
#gsc-i-id1, #gsc-i-id2{
    font-size: 20px !important;
}
.gsc-search-button{
    padding: 6px 8px 6px 8px !important;
    font-size: 14px !important;
    height: 33px !important;
}
.gsc-clear-button{
    display: none !important;
}
form.gsc-search-box {
    padding: 0 !important;
}
.gsc-control-cse, .gsc-control-cse-en{
    padding: 0px !important;
}
/*new login screen css */
.social-log_btn{
    width: 186px;
    height: 36px;
    float: left;
    margin: 4px;
    border-radius: 5px;
    background-image: url("https://kbsi.in/images/kbs-sprite.png");
    background-repeat: no-repeat;
}
.social-facebook-log{
    background-position: 0px -960px;
}
.social-twitter-log{
    background-position: 0px -1004px;
}
.social-google-plus-log{
    background-position: 0px -1048px;
}
.social-yahoo-log{
    background-position: 0px -1092px;
}
.social-linkedin-log{
    background-position: 0px -1138px;
}
.social-windows-log{
    background-position: 0px -1182px;
}

.externalLink {
    background-image:url(//kbsi.in/images/styles/stores/store1/brand/external.png);
    background-position:right top;
    background-repeat:no-repeat;
    padding-right:12px
}
#resultLoading{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#resultLoading .bg {
	background: #000000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#resultLoading>div:first {
	width: 250px;
	height: 75px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 16px;
	z-index: 10;
	color: #ffffff;
}
.makecenter {
	position: relative;
	top:46%;
	left: 46%;
	text-align: center;
	float: left;
	color: white;
}
