@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #FFFFFF;
    color: #444;
}

:root{
	--theme-color: #1d6eef;
	--secondary-theme-color:#3cc5fe;
	--white-color: #ffffff;
	--button-color: #9f8468;
	--dark-color: #000000;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #444;
}

a.alt {
    color: #f51919;
}

p, ul, ol {
    margin: 0 0 20px 0;
}

p {
    margin: 0 0 10px;
}

h1,h2,h3,h4,h5,h6{font-family:'Bree Serif', serif;}

h1{font-size: 30px;}

.h2, h2 {
    font-size: 1.5rem;
}

.headerTitlle h2 {
    font-size: 1.8em;
}

h1 span, h2 span, h3 span{color:var(--theme-color);}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.button {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border: 0;
    color: #fff;
    background: #F51919;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 2px;
    transition: all 0.3s;
}

.button:hover, .button:focus {
    background: #3dbb9b;
    color: #fff;
    text-decoration: none;
}

.button:active {
    background: #2e9e82;
}

.button.inverse {
    background: #fff;
    color: #F51919;
}

.button.inverse:hover, .button.inverse:focus {
    background: #F51919;
    color: #fff;
    text-decoration: none;
}

.button.inverse:active {
    background: #da1717;
}

.button.ghost {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #F51919;
    color: #F51919;
}

.button.ghost:hover, .button.ghost:focus {
    background: #F51919;
    color: #fff;
    text-decoration: none;
}

.button.ghost:active {
    background: #da1717;
}

/* ------------------------------------
	Header
------------------------------------ */

.headertop {
    background: var(--theme-color);
    padding: 15px 0 15px 40px;
	font-size:15px;
	color:#ffffff;
}

.title{padding:10px 0;}

/*==========navbar==========*/

.main-fonts {
    font-family: 'Bree Serif', serif;
}

.nav-link {
    padding: .2rem 1rem;
}


.navbar-dark .navbar-nav .nav-link {
    color:#000000;
	border:solid 4px transparent;
	font-size:12px;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	margin:0;
	padding:4px 10px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
	background:var(--theme-color);
	color:#ffffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border:0;
    background:none;
	margin-bottom:0;
}

.navbar-dark {
    position: relative;
    padding:0 10px;
    background:#ffffff;
	}	
	
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color:#f6ce20;
	color: #000000;
}	

.navbar-toggler {
    padding:2px 5px;
}


.main-header {
    background: #FFF;
}

.logo {
    line-height: 80px;
}

.social-links {
    float: right;
	margin-left:30px;
}

.user-links {
    line-height: 80px;
}
.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: -5px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #666;
    font-size: 15px;
    transition: all 0.5s;
}
.social-links a.facebook {
    background: #4278c9;
}
.social-links a.twitter {
    background: #60b6ff;
}
.social-links a.google-plus {
    background: #f51919;
}
.social-links a.pinterest {
    background: #d11515;
}

.user-links-toggler {
    float: right;
    color: #333;
    font-size: 18px;
    padding: 2px 8px;
    border: 1px solid #333;
    display: none;
}

.user-links .social-links {
    float: right;
}

.user-links .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: -5px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #666;
    font-size: 15px;
    transition: all 0.5s;
}

.user-links .social-links a.facebook {
    background: #4278c9;
}

.user-links .social-links a.twitter {
    background: #60b6ff;
}

.user-links .social-links a.google-plus {
    background: #f51919;
}

.user-links .social-links a.pinterest {
    background: #d11515;
}

.user-links .social-links a:hover {
    background: #444;
}

.user-links .account-links {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 30px;
}

.user-links .account-links a {
    display: inline-block;
    margin-right: 20px;
    color: #444;
}

.user-links .account-links a .fa {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    color: #f51919;
}

.user-links .secondary-menu {
    float: right;
    margin-right: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.user-links .secondary-menu a {
    display: inline-block;
    margin: 0 10px;
    color: #999999;
}

.user-links.mobile {
    display: none;
}

.user-links.mobile .social-links,
.user-links.mobile .account-links,
.user-links.mobile .secondary-menu {
    float: none;
    margin: 0 auto;
    line-height: 1;
}

.back_btn {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    background: #d2340f;
    padding: 15px 0;
    color: white;
}

.back_btn a {
    color: #ffffff;
}

/* ------------------------------------
	Navigation
------------------------------------ */

.navigation {
    background: var(--secondary-theme-color);
}

.mainmenu {
}

.menu-trigger {
    display: block;
    color: #fff;
    background: var(--theme-color);
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}

.menu-trigger span {
    display: inline-block;
    margin: 0 5px;
}

.menu-trigger:hover, .menu-trigger:focus {
    color: #fff;
    background: var(--secondary-theme-color);
    text-decoration: none;
}

.menu-wrapper {
    display: none;
    position: absolute;
    background: #FFFFFF;
    padding: 20px;
    width: 100%;
    z-index: 999;
}

.menu-wrapper .close-menu {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #e8e8e8;
}

.menu-wrapper .close-menu .fa {
    position: relative;
    bottom: 4px;
}

.menu-box {
    margin: 0 auto;
}

.menu-box .title {
    padding: 10px 0 3px 0;
    border-bottom: #bebebe solid 1px;
    font-size: 16px;
    font-weight: normal;
    color: #272727;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-box .title img {
    max-height: 22px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}

.menu-box .linklist {
    background: #fff;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    height: auto;
}

.menu-box .linklist li {
    list-style: circle inside;
}

.menu-box .linklist a {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px dotted #ece6e6;
    color: #6a6a6a;
}

.menu-box .linklist a:hover {
    color: #ed3635;
}

.menu-box .linklist li:last-child a {
    border-bottom: 0;
    color: #F51919;
}

.menu-box .menu_verticle_banner {
    padding: 10px 0 0 0;
}

.menu-box .menu_horizontal_banner {
    padding: 10px 0 0 0;
}

/* ------------------------------------
	searchbar
------------------------------------ */

.searchbar {
    line-height: 55px;
    font-size: 0;
}

.searchbar .input {
    line-height: 1;
    border: 0;
    font-size: 14px;
    vertical-align: middle;
    width: 90%;
    height: 35px;
    padding: 0 10px;
    font-style: italic;
}

.searchbar .button {
    font-size: 18px;
    width: 10%;
    height: 35px;
    padding: 0 10px;
    border-radius: 0;
    background: #fff;
    color: var(--secondary-theme-color);
}

/* ------------------------------------
	cart box
------------------------------------ */
.cart-link {
    text-align: center;
    line-height: 55px;
    position: relative;
    z-index: 99;

}

.cart-link > a {
    display: inline-block;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.cart-link > a .fa {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    color: #fff;
}

.cart-link > a:hover {
    text-decoration: none;
}

.cart-box {
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding: 15px;
    border: 1px solid #c4c4c4;
    border-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    color: #7f7f7f;
    display: none;
}

.cart-box:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    right: 70px;
}

.cart-box .button {
    margin: 0 5px;
}

.item-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item-list .item {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.item-list .item .image {
    float: left;
    width: 65px;
    margin: 0 10px 0 0;
}

.item-list .item .details {
    float: right;
    width: 185px;
}

.item-list .item .details a {
    color: inherit;
    font-weight: bold;
}

.item-list .item .details span {
    display: block;
}

.item-list .item .delete-item {
    margin-top: 8px;
}

.item-list .item .delete-item i {
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}

.cart-summary {
    padding: 15px 0;
    font-weight: bold;
}

.cart-summary .summary-left {
    float: left;
    width: 50%;
}

.cart-summary .summary-right {
    float: right;
    width: 50%;
    text-align: right;
}


#contentwrapper{padding:4%;}
#contactwrapper{padding:4% 1%;}
/* ------------------------------------
	Footer
------------------------------------ */

.main-footer {
    padding: 10px 0;
    background: #FFF;
    color: #666;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.main-footer p {
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
}

.google_advertisement {
    float: left;
    width: 100%;
    border: #CCC solid 1px; /*position:absolute; bottom:0; */
    margin-top: 600px;
}

.ad_title {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #CCC;
}

/*NEW RELEASE*/
.newrelease{padding:4% 0;}

.header_title_out {
    overflow: hidden;
    text-align: center;
    padding-bottom: 35px;
    background: url(../images/title_dark.png) center bottom no-repeat;
}

.customNavigation {
    margin-right: 11px;
    text-align: right;
}
/*NEW RELEASE END*/

/*CATEGORIES AT A GLANCE*/
.h3, h3 {
    font-size: 24px;
}
.bulet {
    color: #000000;
}
.bulet ul {
    margin: 2em 0;
}
.bulet ul li {
    margin: 1em 1em 1em 0;
    list-style-type: none;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 6px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #b7dfe8 0%, #f8d3bb 57%, #f6d3bd 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.kids-bg {
    background-image: url(../images/categorybg.webp);
    background-size: cover;
    height: 650px;
    width: 100%;
}
/*CATEGORIES AT A GLANCE END*/

.bar {
    background-image: url(../images/bar.jpg);
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 15px;
    clear: both;
}

/*COUNTER*/
#counter {
    padding: 10% 0 20px;
    background-image: url(../images/success-number-img-1.jpg);
    background-attachment: fixed;
    min-height: 450px;
}
#counter strong {
    padding-top:8px; display:block;
}
.counter {
    font-size: 50px;
	font-family:'Bree Serif', serif;
	font-weight:400;
}
/*COUNTER END*/

/*NEWSLETTER*/
.newsletter{padding:3%; background-color:#2e2e2e; color:#ffffff;}
.newsletter h6{font-size:34px; font-weight:bold;}
.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}
.form-subscribe .form-control {
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.form-subscribe .btn {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    background: var(--secondary-theme-color);
    border-color: var(--secondary-theme-color);
    height: 46.5px;
}
/*NEWSLETTER END*/

/*ABOUT US*/
.about_header, .contact_header, .achievement {
    width: 100%;
    min-height: 350px;
    height: 400px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background: url(../images/about.jpg);
}
.about_header .overlay, .contact_header .overlay, .achievement .overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 6, 0.25);
}
.about_header .overlay h3, .contact_header .overlay h3, .achievement .overlay h3 {
    color: white;
    font-size: 5vmin;
    margin: auto;
    letter-spacing: 2px;
    font-family: 'Bree Serif', serif;
}
/*ABOUT US END*/

.achievement_img{margin-top:10px;}

.contact_header {
    background: url(../images/contact.jpg);
}

.achievement {
    background: url(../images/achievement.jpg);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	font-size:14px;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

.md-icon {
    font-size: 20px;
}


/*BOOK GALLERY*/
.h4, h4 {
    font-size: 18px;
}
.side_nav {
    padding-top: 30px;
    padding-bottom: 40px;
}
.side_nav ul {
    padding: 0;
    margin: 0;
}
.side_nav ul li {
    list-style: none;
    padding-top: 8px;
    cursor: pointer;
}

.side_nav ul li a {color:#000000;}

.book {
  position: relative;
  overflow:hidden;
  margin:0 0 10px;
  z-index: 100;
  padding:0;
  background:#ffffff;
}

.book .caption{position:absolute; z-index:2000;
top:-290px; left:0; right:0; height:80%; text-align:center; opacity:1; transition:ease all 0.3s;}


.book .caption > h5{
font-size:30px; font-family:'Dancing Script'; color:#000000; padding-bottom:20px;
}

.book:hover .caption{position:absolute; z-index:2000;
top:0; left:0; right:0; height:76%; text-align:center; background: rgba(254, 99, 111, 0.8); opacity:1!important;}


.book .caption a{background:#000000; color:#ffffff; padding:3px 7px; top:40%; left:0; right:0; margin:auto; position:absolute; width:100px; text-decoration:none;}

.book > .img{width:100%; height:auto;}
.book > .img2, .book > a > .img2{width:100%; height:230px; margin:0 auto;}
.item > span, .book > span {display:block; text-align:justify; font-size:18px; padding:70px 80px 70px 60px;}
.book > span:before {content:""; padding:50px 50px; background:url(../images/quote.png) no-repeat left top;}

.book > span > h1{font-size:22px; font-family:arial; font-weight:bold; text-align:right;}

.book h5{font-size:24px; font-weight:500;}
.book h6{font-size:15px; font-family:arial; font-weight:bold; padding:10px 0 4px 6px;}

.book > img{width:180px; height:362px; margin:0 auto;}




.book2 {
  position: relative;
  overflow:hidden;
  margin:0;
  z-index: 100;
  padding:0;
  background:#ffffff;
}

.book2 .caption{position:absolute; z-index:2000;
top:-290px; left:0; right:0; height:90%; text-align:center; opacity:1; transition:ease all 0.3s;}


.book2 .caption > h5{
font-size:30px; font-family:'Dancing Script'; color:#000000; padding-bottom:20px;
}

.book2:hover .caption{position:absolute; z-index:2000;
top:0; left:0; right:0; height:100%; text-align:center; background: rgba(60, 197, 254, 0.8); opacity:1!important;}


.book2 .caption a{background:#000000; color:#ffffff; padding:3px 7px; top:40%; left:0; right:0; margin:auto; position:absolute; width:100px; text-decoration:none;}

.book2 > .img{width:100%; height:auto;}
.book2 > .img2, .book2 > a > .img2{width:100%; height:230px; margin:0 auto;}
.item > span, .book2 > span {display:block; text-align:justify; font-size:18px; padding:70px 80px 70px 60px;}
.book2 > span:before {content:""; padding:50px 50px; background:url(../images/quote.png) no-repeat left top;}

.book2 > span > h1{font-size:22px; font-family:arial; font-weight:bold; text-align:right;}

.book_wrapper{margin-bottom:20px;}
.book_wrapper h5{font-size:24px; font-weight:500;}
.book_wrapper h6{font-size:15px; font-family:arial; font-weight:bold; padding:10px 0 4px 6px;}

.book2 > img{width:180px; height:362px; margin:0 auto;}

/*BOOK GALLERY END*/


/*==========Book Details ==========*/
ul.breadcrumb {
    padding: 3px 16px 3px 120px;
    list-style: none;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    background: none;
}
ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}
ul.breadcrumb li a {
    color: #000000;
    text-decoration: none;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

.bookdetails .book_cover {margin-bottom:10px;}

.productdetailsimgblock{width:80%; height:auto; border:solid 1px #aba9a9; padding:20px 0; margin:auto; position:relative;}
.productdetailsimgblock > img{width:70%; height:auto;}
.productdetailsimgblock > a > .zoom{width:30px; height:30px; position:absolute; right:0; top:0; color:#000000;}

.productdetails > .pro_heading{font-family:'Bree Serif', serif; font-size:25px; color:var(--theme-color)!important;}
.productdetails > .pro_subheading{font-size:17px;}
.productdetails > .price{font-size:27px; border-top:solid 1px #a3a1a1; border-bottom:solid 1px #a3a1a1; margin:10px auto; padding:10px 0;}
.productdetails > .price .oldprice{text-decoration:line-through; font-size:18px;}
.productdetails > .price .off{color:#ff9309; font-size:18px; font-weight:600;}
footer{background:#071012;}
.productdetails > .price > .inclusivetax{color:#03a685; font-size:14px; font-weight:bold;}

.productdetails > .feature{font-size:16px; margin:10px auto; padding:10px 0;}

.productdetails .addcart, .productdetails .buynow{padding:6px; width:150px; background:var(--theme-price-color)!important;; color:#ffffff; display:inline-block; text-align:center; font-size:18px;}

.nav-pills > li > a{color:#000; padding:10px; font-size:18px; display:inline-block;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--theme-price-color)!important;
    background:none;
	border-bottom:solid 5px var(--theme-price-color)!important;
}

.center{
width: 150px;
margin: 10px 0; 
}

#review .fa-star{color:#ffc900; font-size:20px!important;}
#review strong{font-size:20px!important; padding-bottom:10px; display:block;}
#review .date{font-size:12px; padding-top:10px;}
#review .form-control{border:0; border-bottom:solid 1px #4f1e56;}

/*==========Book Details End==========*/

.scrollTop {
    position: fixed;
    right: 4px;
    bottom: 10px;
    background-color:var(--theme-color);
    padding: 0 20px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1000;
}
.scrollTop a {
    font-size: 43px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* scrollbar end */

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    height: 200px;
    overflow-y: scroll;
	overflow-x:none;
}


footer{background:#000000; color:#ffffff; font-weight:bold; font-size:14px;}

@media (max-width: 800px) {

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
	font-size:14px;
    border-bottom: solid 1px #000000;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #000000;
	background:#ebebeb;
}
	
.navbar-dark .navbar-toggler-icon {
    background: url(../images/togglemenu.png) no-repeat top;
	background-color:#ffffff;
}	
	
.social-links {
    float: left;
	margin:0 0 20px 20px;
}

.side_nav ul li {
    width:47%;
	display:inline-block;
}
.book > .img2, .book > a > .img2, .book2 > .img2, .book2 > a > .img2{height:390px;}
.book:hover .caption{height:80%;}
}

@media (max-width: 480px) {
.book > .img2, .book > a > .img2, .book2 > .img2, .book2 > a > .img2{height:350px;}
.book:hover .caption{height:80%;}
}