/* Custom css starts from here */




/*
#imgdiv{
    height: 150px;
    display: block;
}
*/


.error{color:red; margin-left:10px;}

.booklist_add
{
	float:right;
	margin-top: 10px;
}

.pagination-wrap .pagination > a {
  margin: 0 10px;
}

.message-style{
   color:#64bcc3;
}

.formdiv .has-error .form-control:focus
{
	box-shadow:0 0 5px #f00;
}

.register_or
{
	border: 1px dashed #dadada;
padding: 5px;
margin-bottom: 10px;
background-color: #eaeaea;
margin-top: 10px;
}


.register_or a
{
	color: #206465;
}

.register_or a:hover, .register_or a:focus
{
	color:#3C8A87;
}



.formdiv .fsbtn 
{
	background-color: #64bcc3;
    color: #fff;
    margin-bottom: 10px;
}

.formdiv .fsbtn:hover, .formdiv .fsbtn:focus
{
background-color: #216365;
color: #fff;
}
/*
.thumbnail{
	height:150px;
}
.thumbnail img{
	max-width:190px;
}
*/
.rightwrap
{
	/*min-height: 1210px;*/
}
               
.updatebtngrp .btn
{
    margin: 0 10px;
}

.table-responsive remove{
    
    overflow-x: auto;
}

.eblist li:nth-last-child(-n+4)
{
    margin-bottom: 29px;
}


.dtlinfo 
{
    margin-bottom: 20px;
}

.dtlinfo .sbtitle
{
    color: #fff;
    
}

.dtlinfo a, .dtlinfo a:hover, .dtlinfo a:focus
{
    color:#fff;
}

.bkdtlist li a{
    text-decoration: none;
}


/*
.tcol img.cart-img
{
    height:145px; 
    width:90px;
}
*/


.ckbtn-wrap
{
    margin-top: 15px;   
}
.ckbtn-wrap .viewall-wrap 
{
    text-align: center;
}

.ckbtn-wrap .viewall-wrap .btn
{
    width: 190px;
    margin-bottom: 10px;
}


.btn-addtc {
    background-color: #3d8b88;
    color: #fff;
    margin-top: 5px;
    border-radius: 0px;
    padding: 5px 10px;
}

.btn-addtc:hover, .btn-addtc:focus
{
    background-color: #F4B937;
    color: #fff;
}

.ad-style {
    margin-top: 18px;
    margin-bottom: 8px;
 /*   width: 107px;*/
}

.local{
    margin-bottom: 18px;
    margin-top: -10px;
}

.bdescdiv{
    margin-top: 18px;
}

.bookprice-tab .bcartlink .bkdtlpts > li 
{ 
    border-bottom: none;
}

.ctitle{
    display: inline;
}

.cartimg img{
  height: 140px;  
}

/*****************loader css**************************/


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 60%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f89c46;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #318b4d;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #4e51a0;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #fff;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    


.entry-header {

		position: relative;
		z-index: 10001;
	}
	
	
	
	.entry-header:focus {
		display:none;	
		
	}
	
	
	#newlogo {
		margin-top:350px;	
		
	}
	
	.engbookslist li {
    margin-bottom: 15px;
    min-height: 300px;
}
.bookimgdiv img {				
    width: 140px;
    max-width: 100%;
    height: 190px;					
}				  


	@media screen and (max-width:767px) {
		
		#newlogo {
		margin-top:10px;	
		
	}
	
	
	}




/**************** end loader css***********************/
#myModaltitle .modal-dialog {
    width: 700px;
    margin: 30px auto;
}

#myModaltitle .modal-body  {
     height: auto;
     max-height: 500px;
     overflow-x: hidden;
}
#myModaltitle .modal-body ::-webkit-scrollbar {
     -webkit-appearance: none;
     appearance: none;
     width: 5px;
}
 #myModaltitle .modal-body ::-webkit-scrollbar-thumb {
     border-radius: 3px;
     background-color: #bbb;
     -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
     box-shadow: 0 0 1px rgba(255,255,255,.75);
}

#myModaltitle2 .modal-dialog {
    width: 700px;
    margin: 30px auto;
}

#myModaltitle2 .modal-body  {
     height: auto;
     max-height: 500px;
     overflow-x: hidden;
}
#myModaltitle2 .modal-body ::-webkit-scrollbar {
     -webkit-appearance: none;
     appearance: none;
     width: 5px;
}
 #myModaltitle2 .modal-body ::-webkit-scrollbar-thumb 
{
     border-radius: 3px;
     background-color: #bbb;
     -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
     box-shadow: 0 0 1px rgba(255,255,255,.75);
}



.engbookslist li p a ,
.owl-item .caption p a{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 100;
	min-height: 40px;
    display: block;
}
.bookimgdiv p,
.owl-item .caption p{
    color: #585452;
    font-weight: 100 !important;
    line-height: 20px;
    font-size: 15px;
}
.engbookslist li {
    background: #f5f5f5;
    float: left;
    width: 23%;
    margin-bottom: 29px;
    margin-left: 0;
    margin-right: 2%;
    min-height: 256px;
    padding: 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engbookslist li:hover{
    background: #f1f1f1;
    box-shadow: inset 0 0 25px #ddd;
}
p.other_name {
    min-height: 42px;
}


#orderbyname{
    cursor: pointer;
    color: #64bcc3;
}

.bookcarousel .owl-carousel .thumbnail img {
    height: 190px;
    max-width: 100%;
}

.bdetail-div .tcol {
    padding: 0;
}


.captcha_custom{
    width: fit-content;
    
    font-size: 27px;
    word-spacing: 5px;
    letter-spacing: 15px;
    text-align: center;
    color: #433072;
    font-family: cursive;
}
.captcha_custom span { 
    padding-left: 10px; 
    position: relative; 
    width: 260px; 
    height: 35px; 
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.captcha_custom span small{ 
    position: absolute; 
    width: 100%; 
    text-align: center; 
    left: 0;
}