﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.header-part {
	border-top: 3px solid #ff7900;
	padding: 2px 0px;
}
#topbar {
	padding: 0px 0px 5px;
	border-bottom: 1px solid #dbdbdb;
}
#topbar .contact-info {
	color: #372f2c;
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
}
#topbar .contact-info a {
	text-decoration: none;
	color: #372f2c;
}
#topbar .contact-info a:hover {
	color: #ea4602;
}
#topbar .contact-info .fa-phone {
	padding-left: 20px;
	color: #372f2c;
	font-size: 16px;
	font-weight: bold;
}
#topbar .contact-info .fa-mobile-phone {
    padding-left: 20px;
    font-size: 20px;
}
#topbar .social-links ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#topbar .social-links ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	padding-left: 0px;
	font-size: 5px !important;
}
#topbar .social-links ul li:after {
	content: '|';
	font-size: 13px;
	color: #3d3d3d;
	margin: 0px 6px;
}
#topbar .social-links ul li:last-child:after {
	content: '';
	font-size: 13px;
	color: #3d3d3d;
	margin: 0px 0px;
}
#topbar .social-links ul li a {
	color: #555;
	padding: 0px 8px;
	font-size: 14px;
}
#topbar .social-links ul li a:hover i {
	color: #ea4602;
}
#topbar .social-links ul li a i {
	font-size: 14px;
	padding-right: 3px;
}
.header {
	border-bottom: 4px solid #ea4602;
	padding: 10px 0px;
}
.navi-nav {
	text-align: right;
	padding-top: 15px;
	padding-left: 5px;
}
.navi-nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.navi-nav ul li {
	list-style-type: none;
	display: inline-block;
	text-align: left;
	margin-left: 9px;
}
.navi-nav ul li a {
	list-style-type: none;
	font-size: 14px;
	color: #1f242a;
}
.navbar {
	padding: 0px;
}
.search-main {
	position: absolute;
	top: 15px;
	z-index: 99;
	right: 22px;
}
.search-main i {
	font-size: 20px;
}
.search-main i:hover {
	color: #ea4602;
}
.search-main a {
	text-align: center;
	color: #4a4a4a;
}
.search-box {
	background: #f2f2f2;
	position: absolute;
	top: 50px;
	right: 3.5%;
	width: 315px;
	/*height: 63px;*/
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-top: 4px solid #ea4602;
	display: none;
	z-index: 1;
	padding: 17px 0;
}
.search-box:before {
	content: "";
	position: absolute;
	top: -32px;
	right: 13px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid transparent;
	border-bottom: 14px solid #ea4602;
}
.search-box input[type="text"] {
	width: 63%;
	padding: 5px 10px;
	margin-left: 23px;
	border: 1px solid #012390;
	outline: none;
	line-height: normal;
	font-size: 14px;
}
.search-box button {
	padding: 4px 10px;
	background: #012390;
	font-size: 17px;
	border: none;
	cursor: pointer;
	line-height: normal;
	color: #fff;
	position: relative;
	left: -4px;
	top: 1px;
	box-shadow: 0px 0 0 #1f2024 inset;
	border-radius: 0px;
}
.search-box button:hover {
	box-shadow: 50px 0 0 #1f2024 inset;
}
.search-box ul {
	width: 100% !important;
	background: #f2f2f2;
	border-top: none;
}
.search-box ul.dropdown-menu li {
	border-bottom: 1px solid #ccc;
}
.search-box ul.dropdown-menu li a {
	width: 100% !important;
	font-size: 13px !important;
	text-wrap: normal !important;
}
.search-box ul.dropdown-menu li a.dropdown-item {
	white-space: normal !important;
}
.float-panel {
	width: 100%;
	z-index: 99999 !important;
	position: relative;
	transform: translateZ(0);
	transition: all 0.5s; /* Effect for switching from .fixed to static */
	background: #fff;
}
.float-panel .content-area {
	margin: 10px auto;
}
.float-panel .fa-gg {
	vertical-align: middle;
	transition: all 1s;
}
/* when class="float-panel fixed" */
.fixed {
	padding: 3px 0px 0px;
	animation: slide-down 0.7s;
}
.fixed .fa-gg {
	width: 100px;
}
 @keyframes slide-down {
 0% {
 transform: translateY(-100%);
}
 100% {
 transform: translateY(0);
}
}
/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
	visibility: hidden;
	visibility: visible\9; /*For old IE browsers IE6-8 */
}
.slideanim.slide {
	visibility: visible;
	animation: slide 1s;
}
.slideanim::after {
	/* useful when its child elements are float:left; */
	content: "";
	display: table;
	clear: both;
}
 @keyframes slide {
 0% {
 transform: translateY(50%);
}
 100% {
 transform: translateY(0);
}
}
.classynav ul li ul li {
	padding: 0px 25px 0px 0px;
	margin: 0px 0px 0px 25px;
}
/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #50d8af;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}
.back-to-top:focus {
	background: #50d8af;
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background: #0c2e8a;
	color: #fff;
}
#banner {
	text-align: center;
	margin-top: 2px;
}
#banner img {
	width: 100%;
}
.banner_black {
	position: absolute;
	top: 70px;
	display: block;
	left: 130px;
	right: 0;
}
.text {
	text-align: left;
	width: 50%;
}
.text p {
	font-size: 46px;
	color: #372f2c;
	font-weight: bold;
	text-shadow: 1px 1px 1px #383333;
	text-transform: uppercase;
	line-height: 60px;
}
.text p span {
	color: #ea4602;
}
.text p i {
	font-style: normal;
	color: #262322;
	display: block;
	font-size: 17px;
	padding-top: 9px;
	text-shadow: none;
	padding-bottom: 14px;
}
.text a {
	text-align: left;
	background: #ea4602;
	border-radius: 3px;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.text a:hover {
	background: #372f2c;
}
.carousel-control-prev, .carousel-control-next {
	width: 9%;
	opacity: 0.8;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 50px;
	height: 50px;
	/*border: 5px solid #ea4602;*/
	border-radius: 50px;
	color: #ea4602;
}
#middle-part {
	margin: 40px 0px;
}
#middle-part-int {
	margin: 10px 0px;
}
.page-head {
	margin-bottom: 20px;
	padding-left: 20px;
}
.page-head h1 {
	text-align: left;
	color: #372f2c;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.page-head h1:after {
	content: '';
	display: block;
	height: 3px;
	width: 95px;
	background: #fa4616;
	margin-top: 12px;
}
.page-head {
	margin-bottom: 13px;
}
.p-head-int {
	margin-bottom: 15px;
}
.p-head-int h1 {
	text-align: left;
	color: #3f3f3f;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
}
.p-head-int h1 a {
	color: #fa4616;
	text-decoration: none;
	font-size: 13px;
}
.p-head-int h2 {
	text-align: left;
	color: #372f2c;
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background: #f2f2f2;
	padding: 10px 15px;
}
.p-head-int h2 i {
	font-size: 15px;
}
.p-head-int h1:after {
	content: '';
	display: block;
	height: 3px;
	width: 95px;
	background: #fa4616;
	margin-top: 5px;
}
.pd-none {
	padding-left: 0px;
}
.home-txt {
	text-align: left;
	padding-left: 20px;
}
.home-txt p {
	font-size: 18px;
	color: #575757;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 0px;
	text-align: justify;
}
.home-txt a {
	font-size: 18px;
	color: #fa4616;
	padding: 4px 13px;
	margin-top: 8px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fa4616;
	border-radius: 50px;
}
.home-txt a:hover {
	background: #fa4616;
	color: #fff;
}
.home-book img {
	margin-top: 20px;
}
.gray-part {
	background: #f8f8f8;
	padding: 35px 0px 52px;
}
.bottom-line-heading {
	padding-bottom: 20px;
	/*margin-bottom: 10px;*/
	text-align: center;
}
.bottom-line-heading span {
	text-align: center;
	color: #303030;
	font-size: 26px;
	text-transform: uppercase;
}
.bottom-line-heading span:after {
	content: '';
	display: block;
	height: 3px;
	width: 95px;
	background: #fa4616;
	margin: 9px auto;
}
.bottom-line-heading p {
	text-align: left;
	color: #303030;
	font-size: 26px;
	text-transform: uppercase;
}
.bottom-line-heading p:after {
	content: '';
	display: block;
	height: 3px;
	width: 95px;
	background: #fa4616;
	margin: 9px 0px;
}
.pro-box {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(216,216,216,1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(216,216,216,1);
	box-shadow: 0px 0px 6px 0px rgba(216,216,216,1);
	background: #fff;
	padding: 15px 15px 8px;
	margin: 0 9px;
	z-index: 99999;
	position: relative;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.book-cnt {
	text-align: left;
}
.book-cnt p {
	font-size: 13px;
	text-align: left;
	color: #646464;
	margin: 0px;
	padding: 0px;
}
.book-cnt p a {
	color: #646464;
	text-decoration: none;
}
.book-cnt p a:hover {
	color: #fa4616;
}
.book-cnt span {
	font-size: 14px;
	color: #fa4616;
	display: inline-block;
	padding: 2px 0px;
	font-weight: bold;
}
.book-cnt p i {
	font-size: 14px;
	color: #333;
	padding: 5px;
}
.book-cnt p i:hover {
	font-size: 14px;
	color: #fa4616;
	padding: 5px;
}
.book-img {
	overflow: hidden;
	height: 256px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	position: relative;
	z-index: 999;
}
.book-img img {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
.more-btn {
	text-align: center;
	margin: 50px 0 0 0px;
}
.more-btn a {
	text-align: center;
	background: #fa4616;
	border-radius: 3px;
	padding: 14px 55px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.more-btn a:hover {
	background: #372f2c;
}
#review {
	margin: 40px 0px;
}
/*form*/

textarea:focus, input:focus {
	outline: 0;
}
/* Question */

input.question, textarea.question {
	font-size: 14px;
	border-radius: 2px;
	margin: 0;
	border: none;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	transition: padding-top 0.2s ease, margin-top 0.2s ease;
	overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
}
/* Underline and Placeholder */




input.question + label, textarea.question + label {
	display: block;
	position: relative;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	width: 100%;
	border-top: 1px solid #d8d8d8;
	-webkit-transition: width 0.4s ease;
	transition: width 0.4s ease;
	height: 0px;
}
input.question:focus + label, textarea.question:focus + label {
	width: 100%;
}
 input.question:focus, input.question:valid {
 padding-top: 35px;
}
 textarea.question:valid, textarea.question:focus {
 margin-top: 35px;
}
 input.question:focus + label > span, input.question:valid + label > span {
 top: -60px;
 font-size: 10px;
 color: #333;
}
 textarea.question:focus + label > span, textarea.question:valid + label > span {
 top: -60px;
 font-size: 10px;
 color: #333;
}
 input.question:valid + label, textarea.question:valid + label {
 border-color: green;
}
 input.question:invalid, textarea.question:invalid {
 box-shadow: none;
}
input.question + label > span, textarea.question + label > span {
	font-weight: 300;
	margin: 0;
	position: absolute;
	color: #8F8F8F;
	font-size: 14px;
	top: -33px;
	left: 0px;
	z-index: -1;
	-webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
	transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
 @-webkit-keyframes appear {
 100% {
 opacity: 1;
}
}
 @keyframes appear {
 100% {
 opacity: 1;
}
}
.h-home .form-group {
	margin-bottom: 30px;
}
input.question + label span:after {
	color: #FF0004;
	content: ' *';
}
textarea.question + label span:after {
	color: #FF0004;
	content: ' *';
}
.btn-change {
	/*background: #fa4616;*/
	background: #fa4616;
	border: 0px;
	color: #fff;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	box-shadow: 0px 0 0 #1f2024 inset;
	padding: 10px 30px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}
.btn-change:hover {
	/*box-shadow: 130px 0 0 #1f2024 inset;*/
	box-shadow: 220px 0 0 #1f2024 inset;
	text-decoration: none;
	color: #fff;
}
.best-week {
	text-align: left;
}
.best-week p {
	color: #2d2d2d;
	line-height: 18px;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.best-week p a {
	color: #2d2d2d;
	text-decoration: none;
}
.best-week p a:hover {
	color: #fa4616;
}
.best-week span {
	color: #454545;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 0px;
}
.mrgn-btm {
	margin-bottom: 27px;
}
.best-week-book {
	overflow: hidden;
	height: 130px;
	display: block;
	position: relative;
}
.best-week-book img {
	max-width: 100%;
	position: relative;
	height: auto;
	width: auto;
}
.best-price p {
	color: #616161;
	line-height: 18px;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 10px;
}
#client-logo {
	padding: 0px;
	margin: 40px 0px;
}
.logo-slider .single-donate-slide {
	/*height: 100px;*/
	display: table;
	/*margin-top: 15px;*/
	border: 1px solid #fff;
}
.logo-slider .owl-carousel .owl-carousel.owl-loaded {
	display: block;
	max-height: 129px;
	overflow: hidden;
	height: 100%;
}
.logo-slider .donate-slides .owl-prev, .logo-slider .donate-slides .owl-next {
	margin-top: -16px;
}
.client-logo {
	display: table-cell !important;
	text-align: center !important;
	vertical-align: middle !important;
	margin: 0 0px 15px; /*border: 1px solid #cecece;*/
}
.client-logo img {
	background: #fff;
	padding: 2px 10px;
	max-width: 100%;
	max-height: 85px;
	height: auto;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.best-price p span {
	color: #fa4616;
}
.best-price p a {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	background: #333;
	padding: 4px 8px;
	border-radius: 50px;
	text-decoration: none;
}
.best-price p a:hover {
	color: #fff;
	background: #fa4616;
}
.best-price p a i {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}
.logo-bdr {
	border: 1px solid #d7d8d8;
	padding: 5px 10px;
}
#footer {
	background: #1f2024;
	padding: 35px 0px 10px;
	margin-top: 20px;
}
.ftr-head {
	margin-bottom: 17px;
}
.ftr-head h4 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.botom-nav {
	color: #939394;
	font-size: 14px;
}
.botom-nav p {
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.botom-nav p span {
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	padding-left: 15px;
}
.botom-nav p a {
	color: #939394;
	font-size: 16px;
	text-decoration: none;
}
.botom-nav p i {
	font-size: 21px;
	float: left;
	width: 17px;
}
.botom-nav ul {
	margin: 0;
	padding: 0;
}
.botom-nav ul li {
	margin: 0;
	list-style-type: none;
	padding: 5px 0;
}
.botom-nav ul li a {
	color: #939394;
	text-decoration: none;
	padding-left: 14px;
	display: block;
	font-size: 13px;
}
.botom-nav ul li a:before {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	float: left;
	margin-left: -12px;
	color: #939394;
	font-weight: normal;
}
.botom-nav ul li a:hover {
	color: #fa4616;
}
.botom-nav img {
	width: 56%;
}
.social {
	text-align: right;
	margin-top: 22px;
}
.social i {
	color: #1f2024;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-left: 5px;
	font-size: 19px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	background: #828282;
}
.social i:hover {
	color: #fff;
	background: #fa4616;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#c-right {
	background: #151518;
	padding: 15px 0px;
}
.c-right p {
	color: #828282;
	font-size: 13px;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.c-right p a {
	color: #828282;
	text-decoration: none;
}
.c-right p a:hover {
	color: #fa4616;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
.p-heading {
	text-align: center;
	padding: 0px 0px 0px;
}
.p-heading h1 {
	color: #4e4e4e;
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: left;
}
.name-head {
	font-size: 16px;
	color: #414241;
	margin-bottom: .3rem;
}
.name-head a {
	color: #fa4616;
	text-align: right;
	float: right;
	text-decoration: none;
	font-size: 13px;
}
.name-head a:hover {
	color: #414241;
}
.cmn-inp {
	border-radius: 3px;
	padding: 9px 10px;
	font-size: 14px;
}
 .cmn-inp::placeholder {
 color: #c1c1c1;
 font-weight: bold;
}
.cmn-inp {
	border-radius: 3px;
	padding: 9px 10px;
	font-size: 14px;
}
 .cmn-inp::placeholder {
 color: #c1c1c1;
 font-weight: bold;
}
.breadcrumb {
	background: none;
	margin: 0px;
	padding: 5px 0px 8px 0;
	color: #8d0202;
	font-size: 14px;
}
.breadcrumb a {
	color: #010101;
}
.breadcrumb-item.active {
	color: #8d0202;
}
.breadcrumb a:hover {
	color: #8d0202;
}
.btn-red {
	background: #8d0202;
	color: #fff;
	outline: none;
	border: none;
	padding: 6px 20px;
}
.btn-red:hover {
	background: #363636;
}
.user-text {
	text-align: left;
}
.user-text p {
	font-size: 15px;
	color: #575757;
	line-height: 22px;
	font-weight: normal;
	text-align: justify;
}
.user-text ul {
	background: #f2f2f2;
	padding: 10px 15px;
	margin: 20px 0px;
}
.user-text ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	padding-right: 50px;
}
.box-shadow-books {
	-webkit-box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	-moz-box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	padding: 5px;
	transition-duration: 500ms;
	position: relative;
	margin-bottom: 30px;
}
.user-box {
	background: #f7f7f7;
	font-size: 14px;
	border: 1px solid #f2f2f2;
	padding: 20px;
}
.user-box h4 {
	font-size: 23px;
	color: #333;
	font-weight: normal;
}
.user-box h4:after {
	content: '';
	display: block;
	height: 3px;
	width: 60px;
	background: #fa4616;
	margin-top: 10px;
	margin-bottom: 25px;
}
.user-box p {
	color: #333;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.user-box p span {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.user-box p a {
	color: #fa4616;
	text-decoration: none;
}
.user-box p a:hover {
	color: #333;
}
.box-shadow-detail {
	-webkit-box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	-moz-box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	padding: 10px 25px;
	transition-duration: 500ms;
	position: relative;
	margin: 25px 0px;
}
.product-wraper {
	position: relative;
}
.product-img {
	position: relative;
	overflow: hidden;
	height: 210px;
	text-align: center;
}
.product-img::after {
	background: rgba(255, 255, 255, 0.61) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	pointer-events: none;
}
.quick-view {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 38%;
	transform: translateY(-50%);
	z-index: 999;
	transition: all .5s ease 0s;
	opacity: 0;
}
.quick-view a {
	background-color: #fff;
	border-radius: 100px;
	color: #f07c29;
	display: inline-block;
	font-size: 22px;
	height: 45px;
	line-height: 43px;
	width: 45px;
	transform: scale(0);
	transition: all .5s ease 0s;
}
.product-wraper:hover .product-img::after {
	height: 100%;
	opacity: 1;
}
.product-img a img {
	max-width: 100%;
	height: auto;
}
.product-wraper:hover .quick-view {
	opacity: 1;
}
.product-wraper:hover .quick-view a {
	transform: scale(1);
}
.product-rating ul {
	margin: 0;
	padding: 0;
}
.product-rating ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
}
.product-rating ul li a i {
	color: #e94809;
	font-size: 12px;
}
.product-rating ul li a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.product-rating ul li a:hover {
	color: #ff4800;
}
.product-details h4 {
	line-height: 15px;
	padding: 0;
	margin: 0;
}
.product-details h4 a {
	color: #333333;
	font-size: 14px;
	padding: 0;
	transition: .3s;
}
.product-details h4 a:hover {
	color: #f07c29;
	text-decoration: none;
}
.product-details h5 {
	color: #000;
	font-size: 14px;
	padding: 0;
	border-bottom: 1px dashed #dfdfdf;
	border-top: 1px dashed #dfdfdf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px 0px;
}
.product-price ul li {
	display: inline-block;
	color: #fa4616;
	font-size: 14px;
	font-weight: bold;
}
.product-price ul li span {
	color: #666;
}
.product-price ul li.old-price {
	color: #666;
	font-size: 14px;
	margin-left: 5px;
	text-decoration: line-through;
}
/*LEFT NAVI*/

.left-navi h2 {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 5px 0px 0px 5px;
}
.mainNav {
	background: transparent;
	font-size: 16px;
}
/* First Level */
.mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainNav ul li {
	list-style-type: none;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding: 9px 0px;
}
.mainNav ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #939394;
	font-weight: normal;
	padding-right: 7px;
}
.mainNav ul ul {
	background: #f7f7f7;
}
.mainNav ul ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #939394;
	font-weight: normal;
	padding-right: 7px;
	display: inline-block;
	float: left;
}
.mainNav ul li a {
	font-size: 14px !important;
	color: #929292;
	text-decoration: none;
	font-weight: normal;
}
.mainNav ul li a:hover {
	text-decoration: none;
	padding-left: 3px;
	color: #fd4f0b;
}
/* Second Level */
.mainNav ul ul {
	border-bottom: none;
}
.mainNav ul ul li {
	border: none;
	padding: 6px 5px 6px 18px;
}
.mainNav ul ul li a {
	display: block;
	background: none;
}
/* Third Level */
.mainNav ul ul ul {
	padding: 0;
	margin: 0px;
	width: auto;
}
.mainNav ul ul ul li {
	border: none;
}
.mainNav ul ul ul li a {
	padding-top: 0px;
	padding-bottom: 0px;
}
.mainNav ul ul ul li a:hover {
	padding-left: 6px;
}
/*.mainNav ul li.active > a {
            color: #929292 !important;
            background-color: transparent !important;
        }*/
/* Accordion Button */
ul li.has-subnav .accordion-btn {
	color: #012490;
	font-size: 14px;
	padding-top: 12px;
	font-weight: normal;
}

@media screen and (max-width: 700px) {
.mainNav {
	width: 100%;
}
}
/*LEFT NAVI END*/


.product-info-main .page-title h1 {
	color: #333333;
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
}
.product-info-main .product-reviews-summary {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display: block;
	margin: 15px 0px;
	padding: 10px 0px;
	overflow: hidden;
}
.price-big {
	color: #e94809;
	font-size: 26px;
}
.book-detail {
	padding: 5px 0px;
}
.book-detail ul {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 10px;
}
.book-detail ul li {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	list-style-type: none;
	padding-bottom: 7px;
}
.book-detail ul li span {
	width: 30%;
	display: inline-block;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}
.book-detail ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #939394;
	font-weight: normal;
	padding-right: 7px;
	display: inline-block;
	float: left;
}
.cart-button {
	margin-right: 10px;
	padding-top: 10px;
}
.cart-button a {
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 10px 28px;
	text-transform: uppercase;
	transition: .3s;
	font-weight: bold;
	text-decoration: none;
}
.cart-button a:hover {
	background: #e94809 none repeat scroll 0 0;
	color: #fff;
}
.tab-main {
	padding-bottom: 15px;
	border-radius: 5px;
	padding-top: 15px;
}
.tab-main .tab-content {
	background: #fff;
	padding: 20px 30px 7px;
	border: 1px solid #dee2e6;
	border-top: none;
}
.tab-main .nav a {
	font-size: 22px;
	color: #495057;
}
.tab-main .tab-content h4 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}
.tab-main .tab-content ul {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	padding-left: 20px;
}
.tab-main .tab-content ul li {
	font-size: 14px;
	color: #333;
	list-style-type: disc;
	font-weight: normal;
	line-height: 25px;
}
.tab-main .tab-content p {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding-bottom: 0px;
	line-height: 20px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #e94809;
}
.mt-20 {
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.mt-20 h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.loader {
	padding: 100px 0;
	display: flex;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	height: 100%;
	border: 1px solid #d9d6d6;
}
.loader small {
	display: block;
	color: #FD0004;
	position: relative;
	top: 33px;
	text-align: center;
	left: -36px;
}
.loader_ajax_small {
	border: 2px solid #919191 !important;
	border-radius: 50%;
	border-top: 2px solid #b60b0b !important;
	width: 29px;
	height: 29px;
	-webkit-animation: spin_loader_ajax_small 2s linear infinite;
	animation: spin_loader_ajax_small 2s linear infinite;
}
 @-webkit-keyframes spin_loader_ajax_small {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes spin_loader_ajax_small {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.logo-slider .donate-slides .owl-next {
	right: -40px;
}
.logo-slider .donate-slides .owl-prev {
	left: -40px;
}
.donate-slides .owl-prev, .donate-slides .owl-next {
	width: 20px;
	height: 20px;
	line-height: 7px;
	font-size: 19px;
}
.login-box {
	background: #fff;
	position: absolute;
	top: 28px;
	/*right: 3.5%;*/
	right: 16%;
	width: 230px;
	/*height: 63px;*/
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	display: none;
	z-index: 99999;
	padding: 6px 0 20px;
}
#topbar .login-box ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	text-align: left !important;
}
#topbar .login-box ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	display: block;
	color: #555;
	padding: 6px 0px;
	font-size: 14px !important;
	text-align: left !important;
}
#topbar .login-box ul li a {
	color: #555;
	padding: 0px 8px;
	font-size: 14px;
}
#topbar .login-box ul li:after {
	content: none;
}
.book-cnt p {
	font-size: 13px;
	text-align: center;
	color: #646464;
	margin: 0px;
	padding: 0px;
}
.book-cnt {
	text-align: center;
}
.add-cart-box {
	text-align: center;
}
.add-cart-box p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.add-cart-box p a {
	font-size: 13px;
	text-align: center;
	color: #646464;
	text-decoration: none;
}
.add-cart-box p a:hover {
	color: #fa4616;
}
.add-cart-box ul {
	margin: 0;
	padding: 0;
}
.add-cart-box ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
	color: #646464;
}
.add-cart-box ul li a {
	font-size: 13px;
	text-align: center;
	color: #646464;
	text-decoration: none;
}
.add-cart-box ul li a:hover {
	color: #fa4616;
}
.add-cart-box ul li input[type="checkbox"] {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
}
.btn-BookListCart {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
table {
	font-size: 14px;
	color: #333;
}
table th {
	font-size: 14px;
	color: #333;
	padding: 7px 10px !important;
}
table td {
	font-size: 14px;
	color: #333;
	padding: 7px 10px !important;
}
table td a {
	font-size: 14px;
	color: #ea4602;
	text-decoration: none;
}
table td a:hover {
	color: #333;
	text-decoration: none;
}
table td .fa-times-circle {
	color: #ea4602 !important;
}
table td .fa-save {
	color: #06288f !important;
}
.close-btn {
	background: #333;
	color: #fff;
}
.close-btn:hover {
	background: #ea4602;
	color: #fff;
}
.div-space {
	padding-right: 0px;
}
.srch-rsult {
	text-align: left;
}
.srch-rsult ul {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
}
.srch-rsult ul li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
	letter-spacing: 0.9px;
	list-style-type: disc;
}
.srch-rsult h3 {
	font-size: 18px;
	color: #333;
	letter-spacing: 0.15px;
	font-weight: bold;
	padding: 5px 0 10px;
}
.srch-rsult .alert-danger {
	font-size: 18px;
	letter-spacing: 0.15px;
	font-weight: bold;
	margin-top: 10px;
	padding: 9px 20px;
}
.btn-cart {
	text-align: center;
}
.btn-cart a {
	text-align: center;
	background: #fa4616;
	border-radius: 3px;
	padding: 9px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.btn-cart a:hover {
	text-decoration: none;
	color: #fff;
	background: #372f2c;
}
.tab-strip {
	background: #f2f2f2;
	padding: 10px 15px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.mrgn-tb {
	margin: 15px 0px 25px;
}
.mrgn-tb-btn {
	margin: 15px 0px 19px;
}
.input-group .input-group-addon {
	right: 29px;
	position: relative;
	line-height: 38px;
}
.comon-txt {
	text-align: left;
}
.comon-txt p {
	font-size: 15px;
	color: #575757;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 0px;
	text-align: justify;
}
.bsns-dt {
	text-align: center;
}
.bsns-dt img {
	width: 82%;
	text-align: center;
	margin-bottom: 30px;
}
.btb-space {
	padding: 9px 26px 8px;
	font-size: 13px;
	font-weight: bold;
}
/*contact ul*/

.box-shadow-contact {
	-webkit-box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	-moz-box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	padding: 15px;
	transition-duration: 500ms;
	position: relative;
	margin-bottom: 30px;
}
.address-txt {
	text-align: left;
}
.address-txt p {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.address-txt p span {
	font-weight: bold;
}
.address-txt p a {
	color: #333;
	text-decoration: none;
}
.address-txt p a:hover {
	color: #fa4616;
}
.export-box {
	position: fixed;
	float: right;
	top: 195px;
	right: 0;
	background: #0f2568;
	border-radius: 5px 0px 0px 5px;
	z-index: 9999;
}
.export-box a {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	writing-mode: vertical-rl;
	font-weight: bold;
	display: block;
	padding: 10px;
	letter-spacing: 3px;
}
.export-box a:hover {
	text-decoration: none;
	display: block;
	color: #fff;
	background: #ea4602;
	border-radius: 5px 0px 0px 5px;
}
.export-box a i {
	font-style: normal;
}
.icn-logo {
	text-align: left;
}
.icn-logo ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.icn-logo ul li {
	list-style-type: none;
	margin: 0 4px;
	display: inline-block;
	border: 1px solid #1f2024;
	padding: 0px 3px;
	vertical-align: middle;
	background: #fff;
}
.icn-logo ul li:hover {
	background: #fa4616;
	transition: 0.5s;
	border: 1px solid #fa4616;
}
.icn-logo ul li img {
	filter: grayscale(1);
}
.icn-logo-botom {
	text-align: right;
}
.icn-logo-botom ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-bottom: 15px;
}
.icn-logo-botom ul li {
	list-style-type: none;
	margin-left: 6px;
	display: inline-block;
	background: #828282;
	width: 32px;
	text-align: center;
	transition: 0.5s;
}
.icn-logo-botom ul li:hover {
	background: #fa4616;
	transition: 0.5s;
}
.mainNav ul ul li .fa {
	position: relative;
	top: -16px;
	color: #012490;
	font-size: 14px;
}
.mainNav ul ul li .supcat {
	cursor: pointer;
}
#mySidenav a {
	text-align: center;
	font-size: 15px;
	color: #fff;
	position: fixed;
	right: 19px;
	transition: 0.3s;
	padding: 16px 10px 11px 10px;
	text-decoration: none;
	border-radius: 5px 0px 0px 5px;
	z-index: 99999;
	background-color: #0f2568;
	writing-mode: vertical-rl;
	top: 150px;
	letter-spacing: 2px;
}
#mySidenav a:hover {
	right: 19px;
	background: #ea4602;
}
/*star rating*/
.rate {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
}
.rate:not(:checked) > input {
	position: fixed;
	top: -9999px;
}
.rate:not(:checked) > label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 50px;
	color: #ccc;
}
.rate:not(:checked) > label:before {
	content: '★ ';
}
.rate > input:checked ~ label {
	color: #e94809;
}
.rate:not(:checked) > label:hover,  .rate:not(:checked) > label:hover ~ label {
	color: #ea7547;
}
.rate > input:checked + label:hover,  .rate > input:checked + label:hover ~ label,  .rate > input:checked ~ label:hover,  .rate > input:checked ~ label:hover ~ label,  .rate > label:hover ~ input:checked ~ label {
	color: #ba4010;
}
/*end css*/
/*shopping detail css*/

.shopping-cart-icon {
	cursor: pointer;
}
.pull-right {
	float: right !important;
}
.modal-dialog {
	max-width: 80%;
	margin: 1.75rem auto;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	padding: 0;
	padding-top: 7px;
	padding-bottom: -62px;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}
.panel-default {
	border-color: #ddd;
}
.panel {
	margin-bottom: 20px;
	background-color: #eff4f6;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-top: 10px;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #e9ecef;
	border-color: #ddd;
}
.panel-heading {
	padding: 10px 10px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-body {
	padding: 15px;
}
.modal-footer {
	margin-bottom: -20px;
}
/*end css*/






.gray-bdr {
	border: 10px solid #efebeb;
	padding: 20px 30px;
}
.user-detail-strip {
	font-size: 15px;
	color: #333;
}
.tab-main .tab-content .user-detail-text {
	text-align: left;
}
.tab-main .tab-content .user-detail-text p {
	font-size: 15px;
	color: #000;
	padding: 10px 15px;
	margin: 0px 0px;
}
.tab-main .tab-content .user-detail-text p a {
	color: #fa4616;
	text-decoration: none;
}
.user-detail-strip:nth-child(odd) {
	background: #f7f7f7;
}
.user-detail-strip:nth-child(even) {
	background: #fff;
}

.AnimationText {
        font-size: 17px;
        color: #035ca0;
        font-weight: 700;
        text-transform: uppercase;
        animation: blur .8s ease-out infinite;
        text-shadow: 2px 2px 5px #ffffff, 0px 0px 7px #ffffff;
}
@keyframes blur {
        from {
            text-shadow: 2px 2px 10px #fff, 0px 0px 5px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 50px #fff, 0px 0px 50px #fff, 0px 0px 50px #7B96B8, 0px 0px 150px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px -10px 100px #7B96B8, 0px -10px 100px #7B96B8;
        }
    }
