/* Pre loader*/
 .loader{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: auto;
}
.loader div{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #FE980F;
    border-bottom: 3px solid #FE980F;
    animation: rot 4s linear infinite;
    padding: 4px;
}
@keyframes rot {
    100% {
        transform: rotate(360deg);
    }
}
.pre_loader {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
}
.gray_bg {
    background-color: #f4f7f7;
}
a:focus {
  outline: none!important;
}
/* search bar */
.header-top{
  border-bottom: 1px solid #f5f5f5;
  padding-top: 10px;
  padding-bottom: 1px;
  max-height: fit-content;
  background: none repeat scroll 0 0 #232f3e;
}
.search_box{
    padding: 2px; 
    background-color: #efefef;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
	position:absolute;
	width:100%;
}

.search_box .btn.btn-primary {
  background:#ffc107 !important;
  border-color: #ffc107;
  border: 0 none;
  border-radius: 0;
  margin-top: 0;
  border-radius: 0 5px 5px 0 ;
}

/*============ Dropdown*/
.navbar-nav{
	display: block;
}
.navbar-nav li{
  	display: inline-block;
}
.navbar-nav li a{
	color: #fff;
	font-size: 18px ;
  height: 26px;
	text-decoration: none;
}
.dropdown {
    position: relative; /* Position for the dropdown */
}

ul.sub-menu {
    display: none; /* Keep hidden by default */
    position: absolute; /* Positioning for dropdown */
    top: 100%; /* Align below the parent */
    left: 0; 
    background: #14243a; 
    height: 90px;
    list-style: none; 
    padding: 0; 
    margin: 0; 
    width: 170px; 
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); 
    z-index: 999; 
    border-radius: 8px; 
}

.dropdown:hover > ul.sub-menu {
    display: block; /* Show on hover of the dropdown */
}

ul.sub-menu li {
    display: block; /* Ensure each item is a block element */
}

ul.sub-menu li a {
    display: block; /* Make link occupy full width */
    padding: 10px 20px; /* Padding for better click area */
    color: #fff; /* Text color */
    text-decoration: none; /* Remove underline */
}

ul.sub-menu li a:hover {
    background-color: #FDB45E; /* Highlight on hover */
}

.navbar-nav > li:hover > ul.sub-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

.navbar-nav li ul.sub-menu li {
  padding: 10px 20px 0;
}

.navbar-nav li ul.sub-menu li:last-child {
  padding-bottom: 10px;
}

.navbar-nav li ul.sub-menu li a:hover {
  color: #FDB45E;
}

.dropdown ul.sub-menu li .active {
  color: #FDB45E;
  padding-left: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
.cart, .profile{
	background: #14243a;
	padding: 10px;
	border-radius: 5px;

}
.totalcart{
  color: #fac10a;
  margin-right:2px;
}
/*============ category menu*/
.header-bottom {
  padding:0;
  border-bottom: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
  overflow: hidden;
  
}
.categorymenu{
  width: 96%;
  margin: 0px auto;  
}
.cat-wrapper{
  margin-bottom: 12px;
  margin-top: 11px;
  cursor:pointer;
  display: inline-block;
}
.cat-wrapper a{
  font-size:12px !important;
  color:#111;
  text-align: center;
}
.cat-wrapper a:hover{
  text-decoration: underline;
}
.cat-wrapper img{
  max-height: 80px;
  max-width: 80px;
  display: block;
  margin: auto;
}
/*=========  published books */
.titleheader {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.titleheader > h3, a{
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
}


.sliderzx{
  width: 94%;
  margin: 20px auto;
}
.book-wrapper{
  max-width: 250px;
  margin: 10px;
  border: 1px solid #efefef;
  padding: 10px;
  display: inline-block;
}
.book-wrapper .btn{
  width: 80%;
  margin: auto;
}
.book-wrapper p{
  color: #B12704;
}
.book-wrapper a{
  display: block;
  padding-top:5px;
  padding-bottom:2px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0066c0;
  text-decoration: none;
  white-space: normal;
  letter-spacing: normal;
  font-size: 18px!important;
  line-height: 29px!important;
}
.book-wrapper a i {
  margin-right: 7px;
}
.coverpage img{
  max-height: 200px;
  max-width: 150px;
  margin: auto;
}
.totalrating{
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #999;
  border-radius: 10px;
  margin-left: 6px;
}
.rating span{
  font-size: 13px;
}
.checked {
    color: orange;
}

/*===========*/
.messages{
  font-size: 13px;
}
ul li {
    list-style: none;
}
.list-group li a {
  color: #111;
}
.list-group li a:hover{
  color: #111;
  text-decoration: none;
}
td a {
  color: #111!important;
}
td a i {
  color: #fff;
}
.card{
  margin-top: 10px;
}
.page-link{
  color: #111!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #fac10a!important;
    border-color: #ffc107!important;
}
.btn-warning, .btn-warning:hover{
  color: #fff;
}
.book-wrapper .btn, .pricebox .btn{
  padding: 3px
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d39e00;
    border-color: #c69500;
}
/*============= Login */

.registration-form input{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.signin-form, .signup-form{
  margin-top:20px;
  border: 1px solid #B9C8B9;
  border-radius: 5px;
  padding: 15px;
}

.signin-form input, .signup-form input{
  border: 1px solid #a6a6a6;
  border-top-color: #949494;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(0,0,0,.07) inset;
  outline: 0;
}
.signin-form h3, .signup-form h3{
  font-family: "Times New Roman", Times, serif;
}
.signin-form a, .signup-form a{
  text-decoration: none;
  color: #0066c0;
}
.signin-form label, .signup-form label{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}
.auth-validate-form button{
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  background: #f0c14b; 
  margin: 8px 0;
  border: 1px solid #c19a39;
}
.signin-form .btn-default{
  background: #e7e9ec;
  border: 1px solid #cfd4da;
  width: 100%;
  color: #111;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;

}   
.a-divider-break {
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-top: 10px;
    margin-bottom: 14px;
    line-height: 0;
}
.a-divider-break h5 {
    line-height: 1;
    font-size: 12px;
    color: #767676;
    font-weight: 400;
    z-index: 2;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 8px 0 7px;
}
.a-divider-break:after {
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}
/*============ Book Details*/
.view-details {
  position: relative;
  border: 1px solid #F7F7F0;
  padding:25px;
  overflow: hidden;
  margin-top: 10px;
}
.view-details img {
  max-height: 250px;
  transition: all 0.3s ease-in-out;
}

.grid-item:hover .view-details img{
    transform: scale(1.3);
}
.grid-item:hover{
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
}

div.lookInsideDiv{
    display:none;
    width:720px;
    position:fixed;
    z-index:99999;
    top:50%;
    left:50%;
    margin-left:-360px;
    background-color:#fff;
    padding:40px 50px;
    margin-top:-255px;
    -webkit-box-shadow:0 0 7px 1px rgba(0,0,0,.5);
    -moz-box-shadow:0 0 7px 1px rgba(0,0,0,.5);
    box-shadow:0 0 7px 1px rgba(0,0,0,.5)
}
div.lookInsideDiv> div.exitBtn{
    float:right;
    background:url(image/lboximg/close.png) center;
    padding:14px;
    margin-top:-10px;
    margin-right:-38px
}
div.lookInsideDiv> div.exitBtn:hover{
    background-color:#FE980F;
    cursor:pointer
}
div.lookInsideDiv{
    width:1e3px;
    margin-left:-500px;
    height:700px;
    margin-top:-350px
}
div.lookInsideDiv> div.pagesArea{
    background-color:#a9a9a9;
    width:100%;
    padding:5px;
    height:610px
}

ul.list-unstyled.pages::-webkit-scrollbar{
    width:1.5em
}
ul.list-unstyled.pages::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
ul.list-unstyled.pages::-webkit-scrollbar-thumb{
    background-color:#4f4e4e;
    outline:1px solid #4f4e4e
}
ul.pages{
    width:100%;
    height:600px;
    overflow-y:auto
}
ul.pages>li{
    margin-bottom:15px
}
ul.pages>li>img{
    width:100%
}

.product-information, .pricebox{
  border: 1px solid #F7F7F0;
  padding:25px;
  margin-top: 10px;
}
.product-information h3{
  font-family: "Times New Roman", Times, serif;
}
/*=========== Review Form */
.rating-stars ul, .review-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

.rating-stars ul > li.star > i.fa {
  color:#555;
}

.rating-stars ul > li.star > i.fa {
  font-size:20px; 
}

.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}
.card-body img{
  max-width: 30px;
}
.d-pagination{
  margin-top: 20px;
}
/*category*/
.search_menu{
  background:#efefef;
  height:40px;
  margin-top: 10px;
  margin-bottom:10px;
  border-radius:2px;
}
.search_menu h4{
  color:#000;
  font-size:18px;
  padding:10px;
}
/* cart =================*/
.cart_info {
    border: 1px solid #E6E4DF;
    border-radius: 3px;
    margin-bottom: 20px;
}

.cart_coverpage a img{
  max-width:75px;
}
.cart_quantity{
  width: 130px;
}
.cart_quantity input{
  height: 30px;
}
.btn.btn-primary.bootstrap-touchspin-down, .btn.btn-primary.bootstrap-touchspin-up{
  background:#dddddd;
  padding:5px 10px;
  color:#000;
  height: 30px;
  border: 1px solid #ddd;
  border-radius:2px;
}
.continue_or_next{
  border: 1px solid #E6E4DF;
  padding-top:15px;
}
._to_shope{
  background: #4cae4c !important;}
._to_continue{
  background: #dc3545 !important;}

  .cartbtn{
  background-image: none;
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 15px !important;
  display: inline-block;
  padding: 9px 16px;
  font-weight: bold;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
._to_shope:hover, ._to_continue:hover{
  color:#FFFFFF;
}
._to_continue{
  background: #FEB82F;
}

/*======= list-order */
  
.status1{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 50px;
  padding: 8px;
  margin-bottom: 0;
}
.status2{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 50px;
  padding:8px;
  margin-bottom: 0;
}
.status3{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  border-radius: 50px;
  padding: 8px;
  margin-bottom: 0;
}
/*============ snackbar */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
/*==successful-order= */
.successful-order{
  margin-top:30px;
}
.successful-order i{
  font-size: 100px;
  color: #35d205;
}
.ordered-info{
  margin-top: 20px;
  margin-bottom: 30px;
}
.ordered-info h6, .ordered-info h5{
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.download-info i{
  font-size: 70px;
  color: #35d229;
  margin-bottom: 20px;
}
/*============*/
.footer{
  background:#232f3e;
  display: block;
  
}
.footer_about h3, .footer_menu h3, .footer_news h3{
  font-family: "Times New Roman", Times, serif;
  color:#ffffff;
  margin-top: 10px;
  
}
.footer_about ul, .footer_menu ul{
  padding:0;
}

.footer_contact i, .footer_menu i{
  color:#ffffff;
  margin-right: 10px;
  display:inline-block;
  
}
.footer_contact p, .footer_menu a{
  font-size: 14px;
  color:#ffffff;
  font-family: Arial, Helvetica, sans-serif;
  display:inline-block;
} 
.footer_menu p {
    text-decoration: none;
    min-width: 30%;
    padding: 5px;
    font-size: .9rem !important;
}
.footer_menu a {
    text-decoration: none;
    min-width: 30%;
    padding: 5px;
    font-size: 1.2rem !important;
}
.footer_paymentmethod{
  margin-top:20px;
  background-color: transparent !important;
}
.footer_bottom{
  background:#303547;
}
.footer_paymentmethod img, a{
  height:50px;
  background-color: transparent !important;
}
.Sociallogo{
  margin-left: 4PX;
}
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.btn-danger {
background-color: RED !important;}

.ttr{
  height: 135px;
  align-items: center;
}
.table td {
  vertical-align: middle;
}
.table img {
  vertical-align: bottom;
}
.modal-dialog {
  max-width: 500px; /* Adjust max width as needed */
  margin: 1.75rem auto; /* Center the modal horizontally and add top/bottom margin */
  position: relative; /* Change to relative for proper stacking context */
  top: 50%; /* For centering vertically */
  transform: translateY(-50%); /* Shift up by half of its height */
}

.hight52{
  max-height: 52px;
}

.sliderzx p{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.sidebar {
  max-height: 1600px; /* Adjust the height as needed */
  overflow-y: auto;  /* Enables vertical scrolling */
}
    
.modal-content {
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.modal-header {
  background-color: #007bff; /* Change to your theme color */
  color: white; /* Header text color */
}

.modal-body {
  padding: 2rem; /* Increased padding for better spacing */
}

.btn-primary {
  background-color: #0056b3; /* Darker shade for the button */
  border: none; /* Remove border */
}

.btn-primary:hover {
  background-color: #004494; /* Darker shade on hover */
}

.fancy-font:hover {
  transform: scale(1.1); /* Scale up on hover */
  cursor: pointer;
}

.fancy-font {
  font-family: "Arial";
  font-size: 22px !important; /* Adjust size as needed */
  transition: transform 0.3s; /* Add transition for hover effect */
  margin-bottom: 7px !important;
  margin-top: 15px !important;
  /* text-shadow: 2px 2px 4px black; Add black shadow */
  position: relative; /* Ensure proper layering */
  z-index: 1; /* Bring text above the shadow */
}
.gradient{
  
  background: linear-gradient(90deg, #fffb00, #00ff0d); /* Gradient background */
  -webkit-background-clip: text; /* Clip the background to the text */
  -webkit-text-fill-color: transparent; /* Make the text fill transparent */

}
.fancy-font::before {
  content: attr(data-text); /* Duplicate the text */
  position: absolute; /* Position the duplicate */
  top: 0; /* Align to the top */
  left: 0; /* Align to the left */
  color: black; /* Shadow color */
  z-index: 0; /* Place behind the original text */
  text-shadow: none; /* No shadow on the duplicate */
  filter: blur(4px); /* Optional blur for a softer shadow effect */
}
.u-owner-section .u-layout-row {
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
}
/* styles.css */
#marquee {
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.0em;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 2px rgba(90, 88, 88, 0.8);
}
.pull-right {
  display: flex;
  justify-content: flex-end; /* Align items to the right */
  white-space: nowrap; /* Prevent wrapping */
}
.aboutimg{
  max-width: 230%; 
  border: 1px solid black;
  height: 53vw; 
  object-fit: cover;
}