
.singl-book .spec-details{
    margin-top:0px;
}
.singl-book h2{
    margin-top:0px;
}
.print_btn{font-size:14px; color:#fff;background:#00A752;border:1px solid #00A752;padding:5px 10px;}
.print_btn:hover{ color:#00A752;background:#fff;border:1px solid #00A752;}

/********* dashboard **********/
.right-content .dashboard .info-box a{
    padding: 0px 0px;
}
.right-content .box.not-empty-cart{
    background: #00A752;
}
.shopping-cart-block{
  text-align: center;
  padding-top:10px;
  color:#ffffff;
  font-size:16px;
}
.shopping-cart-block:hover{
    opacity: 0.8;
}
.bookCardInfo{
    float: left;
    width:100%;
    height: 100%;
    margin:0px;
    text-align: center;
    line-height: 16px;
}

.bookCardInfo .total-value{
    line-height: 30px;
    font-size:100%;
}
.bookCardInfo .badge{
    color:#ffffff;
    background-color: #ed1c24;
    font-size: 16px;
}


.CartCount{
    /***** for chrome *******/
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    /***** for firefox *******/
    -moz-animation-duration: 0.5s;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 1;    
}

.CartTable{
    border:1px solid #dddddd;
}
.CartTable .head{
    background-color: #f5f5f5;
}
.CartTable caption{
    background-color: #e05b5b;
    min-height: 42px;
    padding-top: 12px;
}
.emptyCartAlert{
    margin-top:25px;
    padding:12px;
    min-height: 42px;
}
.ContProc{
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    padding-top:15px;
    padding-bottom: 15px;
}

a.autLink:hover{
    opacity: 0.6 !important;
}

.author-details .author-photo{
    float:right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.author-details .details{
    text-align: justify;
}

#html5-image img{
    margin-right: -15px;
}

.authers .item .brief{
    min-height: 170px;
}

.panel-heading:hover{
    color:#e05b5b !important;
}

.sweet-alert *{
    font-size:18px !important;
}

/**
        /*	Preloader
        /* ==========================================*/

        #preloader {
            background-color: #fff;
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 999999999;
        }


        /*preloader 2 */
        .loder-box2 {
          left: 41.5%;
          position: absolute;
          top: 20%;
        }
        .loder-box2 .loader-eff {
            position: absolute;
            top:220px;
            left:85px;
        }
        #preloader .load-text{
            text-align: center;
            position: absolute;
            width:100%;
            margin-top:450px;
        }
        
/************ shopping cart ************/  
.num-cls{font-size:16px;font-weight:bolder;}
.breadcrumbs-two{overflow: hidden; padding-right: 0px; padding-left: 0px; list-style:none;}
.breadcrumbs-two li:first-child{float: right;}
.breadcrumbs-two li { float: right; margin: 0px 0px 5px 20px;}
.breadcrumbs-two a{background: #f3f3f3;   padding: 10px 32px; float: left; text-decoration: none; color: #444;font-size:14px; position: relative;}
.breadcrumbs-two .active-menu{background:#00A752;color:#fff}
.breadcrumbs-two a:hover{ color: #00A752;}
.breadcrumbs-two a.active-menu:hover{ color:#fff; }
.breadcrumbs-two a::before{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-width: 1.5em 1em 1.5em 0;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 #f3f3f3 ;
    right: -0.92em;
}
.breadcrumbs-two .li:first-child::before{ border-width: 0em !important;}
.breadcrumbs-two .active-menu::before{
    border-color: #00A752 transparent #00A752  #00A752 !important;
}
/*.breadcrumbs-two a:hover::before{
    border-color: #00A752 transparent #00A752 #00A752;
}*/
.breadcrumbs-two .active-menu::after{
    border-right: 1em solid #00A752 !important;
}
.breadcrumbs-two a::after{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-right: 1em solid #f3f3f3;
    left: -0.99em;
}
.breadcrumbs-two .li2::after{ border-top: 0em solid transparent;
                              border-bottom: 0em solid transparent;
                              border-right: 0em solid #f3f3f3;}
/*.breadcrumbs-two a:hover::after{
    border-right-color: #00A752;
}*/

.breadcrumbs-two .current,
/*.breadcrumbs-two .current:hover{
    font-weight: bold;
    background: none;
}*/

.breadcrumbs-two .current::after,
.breadcrumbs-two .current::before{
    content: normal;
}
.breadcrumbs-two-mobile a{ 
    padding: 10px 10px;
}
/***************  shopping Cart ****************/
input.BookQTY{
   max-width:50px !important;
   padding-right:3px;
}
.ajax-loader{
    display: none;
}
/**************** checkout page ***************/
.checkout-sect{
   float:right;
   width:100%;
   margin-top:35px !important;
}
.checkout-sect .login_form {
   max-width: 100%;
   min-height: 335px;
}
.checkout-sect .login_form .forget{
    float:right;
    margin-bottom: 15px;
}
.checkout-sect .form-signup .form-group .col-md-12{
    padding:0px;
}
.alert-msg .alert{
    margin-top:20px;
    margin-bottom: 0px;
}
/************* shipping Information style ***********/
.shippingInfo-sect{
    float:right;
    width:100%;
    margin-top:35px !important;
}

.shippingInfo-form textarea{
    height: 95px;
}
.fieldReq{
    border:1px solid red !important;
}
/******************* payment section ******************/
.order-sect{
  
}

.payment-types-sect{
}
.payment-types-btns{
    margin-bottom:100px;
}
.payment-types-sect .radio input:hover{
    cursor:pointer;
}
.payment-types-sect .radio .type-div{
    float:right;
}
.payment-types-sect .radio .type-img{
    width:22%;
    margin-left:30px;
    padding:15px;
}
.payment-types-sect .radio .type-dtls{
    width:65%;
}
.payment-types-sect .radio .type-dtls .name{
    color:#a2a2a2;
    font-size:17px;
    font-weight:bolder;
}
.payment-types-sect .radio1 .type-dtls .name{
    color:#000000;
}
.payment-types-sect .radio .type-dtls .dtls{
    color:#000000;
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
}
.payment-types-sect .radio .type-dtls .due-price {
    color:#eb7623;
    font-size:20px;
    font-weight:bolder;
}
/************** summery of order **********/

.btns-row button,.btns-row a{
    float:right;
    margin:0px;
    margin-left: 10px;
   
}

/************ login-with-soical-media **********/
.login-with-soical-media{
    float:right;
    width: 100%;
}
.login-with-soical-media a{
    float:right;
    width: 100%;
    margin-bottom: 10px;
}
.login-with-soical-media .btn-facebook{
    background-color: #3B5999;
    border-color: #3B5999;
}
.login-with-soical-media .btn-twitter{
    background-color: #00A0D2;
    border-color: #00A0D2;
}
.login-with-soical-media .btn-googleplus{
    background-color: #CA3E2D;
    border-color: #CA3E2D;
}
.login-with-soical-media .btn-primary:hover{
    opacity: 0.8;
}

.Oldprise{
  color:red;
  text-decoration:line-through;  
}
.sameInfo-alert-msg{
    font-size: 12px;   
}

/********** mobile cart item **********/
.mobile-cart-item{
    text-align: center;
}
.mobile-cart-item .item-img,
.mobile-cart-item .item-title,
.mobile-cart-item .item-type,
.mobile-cart-item .item-qty,
.mobile-cart-item .item-price{
    margin-bottom: 15px;
}
.mobile-cart-item .item-img img{
    float:none;
    margin:auto;
}
.mobile-cart-item .item-title{
   font-weight: bold;
}
.wrapperMobile{
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}
/**************************** responsive *******************/
@media screen and (max-width:1024px){
    
}
@media screen and (max-width:768px){
    .breadcrumbs-two-mobile a{ 
        padding: 10px 10px;
    }
    .shippingInfo-sect .col-sm-12 {
        float:right;
        width:100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .shippingInfo-sect .col-sm-6{
        float:right;
        width:100%;
    }
    .order-sect{
        padding-left: 0px;
        padding-right: 0px;
    }
    #PaymentForm .margin-top-26{
        float:right;
        width:100%;
    }
    .payment-types-sect .radio{
        float:right;
        width:100%;
        clear: both !important;
        margin-bottom: 15px;
    }
    .payment-types-sect .radio .type-img i{
        font-size: 3em !important; 
    }
    .payment-types-sect .radio .type-dtls .name{
        font-size: 100%;
    }
    .payment-types-sect .radio .type-dtls .dtls{
        font-size: 80%;
    }
    .breadcrumbs-two a::before{
        border-width: 1.5em 1em 1.5em 0px;
    }
}

@media screen and (max-width:500px){
    .breadcrumbs-two-mobile a{ 
        padding: 10px 3px;
    }
    
    .breadcrumbs-two a::before{
        border-width: 1.5em 1em 1.5em 0px;
    }
}

@media screen and (max-width:350px){
    .breadcrumbs-two-mobile a{ 
        padding: 10px 5px;
    }
    .breadcrumbs-two-mobile a span{
        display: none;
    }
    
    .breadcrumbs-two a::before{
        border-width: 1.5em 1em 1.45em 0px;
    }
    
     .payment-types-sect .radio{
            text-align: center;
    }
    .payment-types-sect .radio .type-img{
        width:100%;
    }
    .payment-types-sect .radio .type-dtls {
        width:100%;
    }
}