@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Noto Sans Malayalam', Arial, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
}
@font-face {
    font-family: 'Noto Sans Malayalam';
    font-style: normal;
    font-weight: 400;
    src: url(../ml_font/NotoSansMalayalam-Regular.eot);
    src: url(../ml_font/NotoSansMalayalam-Regular.eot?#iefix) format('embedded-opentype'),
        url(../ml_font/NotoSansMalayalam-Regular.woff2) format('woff2'),
        url(../ml_font/NotoSansMalayalam-Regular.woff) format('woff'),
        url(../ml_font/NotoSansMalayalam-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans Malayalam';
    font-style: normal;
    font-weight: 700;
    src: url(../ml_font/NotoSansMalayalam-Bold.eot);
    src: url(../ml_font/NotoSansMalayalam-Bold.eot?#iefix) format('embedded-opentype'),
        url(../ml_font/NotoSansMalayalam-Bold.woff2) format('woff2'),
        url(../ml_font/NotoSansMalayalam-Bold.woff) format('woff'),
        url(../ml_font/NotoSansMalayalam-Bold.ttf) format('truetype');
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.placeholder {
	color: #666;
	opacity: 1 !important;
}
::-webkit-input-placeholder {
 color: #666;
 opacity: 1 !important;
}
:-moz-placeholder {
 color: #666;
 opacity: 1 !important;
}
::-moz-placeholder {
 color: #666;
 opacity: 1 !important;
}
:-ms-input-placeholder {
 color: #666;
}
:focus {
	outline: none !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
.overlay input:-webkit-autofill, .overlay input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background-image: url('../img/arrow.png');
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 15px 0 5px !important;
	cursor: pointer !important;
}
select::-ms-expand {
 display: none;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
	padding: 0px;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid #999 !important;
	border-radius: 0px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	height: 26px;
}
textarea {
	resize: none;
	padding: 0;
}
.input_style {
	position: absolute;
	left: 0;
	top: -10px;
	color: #999;
	z-index: 10;
	cursor: text;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	font-weight: 400;
	font-size: 13px;
}
.focused .input_style {
	transform: translateY(-80%);
	font-weight: 700;
	color: #333;
}
.select_style {
	width: 100%;
	height: 26px;
	font-weight: 400;
	font-size: 15px;
	padding: 0px !important;
	border: none !important;
	border-bottom: 1px solid #999 !important;
	border-radius: 0px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	background-position: right top;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-mozjustify-content: center;
	-msjustify-content: center;
	justify-content: center;
}
.flex_width {
	flex: 1 33.33%;
}
.flex_width_img {
	width: 100%;
	float: left;
	overflow: hidden;
	max-height: 300px;
}
.modal-open {
	overflow: hidden !important;
}
.modal-open .modal {
	padding-right: 0px !important;
	z-index: 9993;
}
.modal-backdrop {
	opacity: 0.8 !important;
	z-index: 9992;
}
.modal-header {
	padding: 10px 15px !important;
}
.modal-body {
	width: 100%;
	float: left;
	padding: 15px 40px;
}
.modal-title {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
.model_bg {
	width: 100%;
	height: auto;
	float: left;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
	background: #fff;
}
/***************************** top *****************************/
.top_row {
	background-color: #FBFBFB;
	border-bottom: 1px solid #e2e2e2;
	float: left;
	width: 100%;
	padding: 8px 0 7px 0;
}
.top_row ul {
	float: right;
}
.top_row ul li {
	float: left;
	margin-right: 15px;
	display: inline;
	list-style: none;
	position: relative;
	z-index: 9;
}
.top_row ul li a {
	color: #666;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	font-size: 12px;
}
.top_row ul li a:hover {
	color: #e62037;
}
.top_row ul li i {
	font-size: 14px;
	padding-right: 2px;
}
.dropdown-toggle {
	display: inline;
	cursor: pointer;
}
.dropdown-toggle:hover {
	color: #e62037;
}
.dropdown-toggle {
	color: #666;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	font-size: 12px;
}
.dropdown-menu > li > a {
	color: #333 !important;
	font-size: 13px !important;
}
.dropdown-menu > li > a:hover {
	color: #e62037 !important;
	background: #fff !important;
}
.user {
	width: auto;
	border: 1px solid #666;
	margin-top: 6px;
}
.dropdown-toggle i {
	font-size: 14px;
	padding-right: 5px;
}
.dropdown-menu li {
	width: 100%;
}
.second_row {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
}
.sticky {
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: top 500ms ease;
	-moz-transition: top 500ms ease;
	-o-transition: top 500ms ease;
	transition: top 500ms ease;
}
.scrollActive .sticky {
	position: fixed;
	top: 0 !important;
	z-index: 999;
}
.scrollActive .sticky .logo {
	top: 0;
}
.scrollActive .sticky .logo img {
	width: 60px;
}
.scrollActive .sticky .logo .letter_logo {
	width: 80px;
}
.logo {
	float: left;
	top: 6px;
	position: absolute;
	z-index: 1;
}
.logo img {
	display: inline-block;
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
	position: relative;
	top: 46%;
	width: 50%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 30px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover {
	color: #ccc;
}
.fixd {
    position: fixed;
    bottom: 180px;
    z-index: 999;
    width: 30px;
    height: 30px;
    right: 10px;
    background: #ee1c24;
	color: #fff !important;
	font-size: 20px;
	padding: 3px 5px 5px 5px;
	cursor: pointer;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
/***************************** Mini Cart *****************************/
.mini_cart {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #2e2e2e;
	line-height: 28px;
	list-style: none;
}
.mini_cart img {
	width: 40px;
	float: left;
	margin: 0 5px 0 0;
}
.mini_cart p {
	line-height: 20px;
}
.mini_cart li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}
.mini_cart li a {
	margin: 10px 0;
}
.mini_cart_bg_border {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #333;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
	background: #000;
	padding: 1px;
}
.mini_cart_bg {
	width: 100%;
	height: auto;
	float: left;
	min-height: 49px;
	background: #FFF;
}
.mini_cart_close {
	top: -16px;
	position: absolute;
	opacity: 1;
	color: #fff;
	right: -16px;
}
.mini_cart_close:hover, .mini_cart_close:focus {
	opacity: 1;
	color: #fff;
}
.mini_cart .total {
	font-size: 17px;
	font-weight: 400;
	color: #666;
	text-align: center;
}
.mini_cart .total span {
	color: #D11717;
	font-weight: 700;
}
.mini_cart_btn {
	position: absolute;
	right: 8px;
	z-index: 99;
}
/***************************** Banner *****************************/
.banner {
	float: left;
	width: 100%;
}
.carousel, .carousel-inner, .carousel-inner .item img {
	height: auto;
	width: 100%;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.icon_next span {
	top: 40%;
	position: absolute;
	font-size: 30px;
}
/***************************** main_body *****************************/
.main_body {
	float: left;
	width: 100%;
	background-image: url(../img/bg_ptn.jpg);
	padding: 20px 0;
}
.hedding_dot {
	width: 100%;
	float: left;
	background: #fff;
	margin-bottom: 0;
}
.hedding_dot h2 {
	margin: 15px 0;
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	text-transform: capitalize;
	background: url(../img/nb-dots.png) repeat;
	height: 16px;
}
.hedding_dot span, .hedding_dot a {
	background: #fff;
	padding-right: 11px;
	line-height: 20px;
	float: left;
	position: relative;
	color: #666;
	font-weight: 400;
}
.amazingcarousel-title h1 {
	width: 100%;
	height: 50px;
	float: left;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	color: #333;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.amazingcarousel-title h2 {
	width: 100%;
	height: 30px;
	float: left;
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	color: #ee1c24;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.amazingcarousel-title h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: green !important;
	padding: 0 2px;
	display: inline-block;
}
.amazingcarousel-title h4 {
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	color: #ee1c24;
	padding: 0 2px;
	display: inline-block;
	text-decoration: line-through;
}
.amazingcarousel-text h1 {
	width: 100%;
	height: 40px;
	float: left;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	color: #333;
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.amazingcarousel-text h2 {
	width: 100%;
	height: 40px;
	float: left;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	color: #333;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.amazingcarousel-text h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: green !important;
	padding: 10px 2px;
	display: inline-block;
}
.amazingcarousel-text h4 {
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	color: #ee1c24;
	padding: 0 2px;
	display: inline-block;
	text-decoration: line-through;
}
.product_btm_btn_group {
	float: left;
	width: 100%;
	background: #eeeeef;
	border-top: 1px solid #ddd;
}
.product_btm_btn {
	float: left;
	background-color: #fff;
	color: #666;
	line-height: 30px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border: none;
	padding: 0;
}
.product_btm_btn span {
	font-size: 11px;
}
.b_btn {
	width: 70%;
}
.s_btn {
	width: 15%;
	border-left: 1px solid #ddd;
}
.rate_container {
	margin: 5px auto 10px auto;
	float: left;
	width: 100%;
}
.rate_container h2 {
	margin: 0;
}
.product_btm_btn:hover {
	color: #ee1c24;
	text-decoration: none;
	cursor: pointer;
}
.view_mor_btn {
	padding-right: 0 !important;
	float: right !important;
	padding-left: 11px;
	cursor: pointer;
}
#amazingcarousel-1 .amazingcarousel-image {
	position: relative;
	margin: 0;
}
#amazingcarousel-1 .amazingcarousel-item {
	margin: 4px 0 0 0 !important;
}
.new_box {
	width: 60px !important;
	position: absolute;
	top: -8px;
	left: -8px;
	padding: 0 !important;
	z-index: 9;
	border: none;
}
.offer_bg {
	background: url(../img/offer_bg.png) repeat-x;
	position: absolute;
	top: -1px;
	right: 0;
	width: auto;
	height: 35px;
	color: #fff;
	text-align: center;
	z-index: 99;
	font-weight: 700;
	line-height: 15px;
	font-size: 12px;
	padding: 2px 4px;
}
/***************************** welcome *****************************/
.welcome_box {
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px 0;
	margin: 0 0 20px 0;
}
.welcome_head {
	text-align: center;
	color: #333;
	padding: 10px 0;
	font-size: 18px;
}
.welcome p {
	font-size: 14px;
	text-align: justify;
	line-height: 29px;
	padding: 0 0 10px 0;
}
/***************************** home about *****************************/
.abt_container {
	width: 100%;
	float: left;
	padding: 20px 0;
	margin: 0;
	background: linear-gradient(90deg, rgba(179, 204, 242, 0.94), rgba(191, 242, 215, 0.94)), transparent url(../img/banner-18.png) 50% 30%/contain repeat fixed;
}
.abt_inner {
	float: left;
	background: linear-gradient(125deg, rgba(250, 245, 255, 0.70), rgba(255, 244, 222, 0.90)), transparent url(../img/banner-182.png) 50% 50%/auto repeat fixed;
	padding: 40px 20px;
	box-shadow: 0px 13px 41px 0px rgba(0,0,0,0.22);
	width: 100%;
}
.abt_inner h3 {
	text-align: center;
	color: #333;
	padding: 0 0 20px 0;
	font-size: 18px;
}
.effect6:hover {
	-webkit-animation: drop .6s 1 linear;
	-moz-animation: drop .6s 1 linear;
	-o-animation: drop .6s 1 linear;
	-ms-animation: drop .6s 1 linear;
	animation: drop .6s 1 linear;
}
.effect6 {
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/***************************** News & Events *****************************/
.hm_news h1 {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	word-wrap: break-word;
	line-height: 22px;
}
.hm_news h2 {
	font-size: 13px;
	color: #333;
	font-weight: 400;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 20px;
}
.hm_news h2 i {
	padding: 0 6px 0 0;
}
.hm_news h4 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	padding: 0;
	margin: 10px 0;
	text-align: left;
	line-height: 26px;
}
.hm_news_img {
	width: 380px;
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #fff;
}

/***************************** hover effect *****************************/
@-webkit-keyframes drop {
 0% {
text-shadow:0 0 0 #fff, 0 -45px 0 #000;
}
 20% {
text-shadow:0 0 0 #fff, 0 -15px 0 #000;
}
 30% {
text-shadow:0 15px 0 #fff, 0 0px 0 #000;
}
 40% {
text-shadow:0 45px 0 #fff, 0 0px 0 #000;
}
 41% {
text-shadow:0 45px 0 #fff, 0 0px 0 #000, 0 -45px 0 #fff;
}
 70% {
text-shadow:0 45px 0 #fff, 0 15px 0 #000, 0 0px 0 #fff;
}
 80% {
text-shadow:0 45px 0 #fff, 0 45px 0 #000, 0 0px 0 #fff;
}
 100% {
text-shadow:0 45px 0 #fff, 0 45px 0 #000, 0 0px 0 #fff;
}
}/*safari and chrome*/
@keyframes drop {
 0% {
text-shadow:0 0 0 #fff, 0 -45px 0 #000;
}
 20% {
text-shadow:0 0 0 #fff, 0 -15px 0 #000;
}
 30% {
text-shadow:0 15px 0 #fff, 0 0px 0 #000;
}
 40% {
text-shadow:0 45px 0 #fff, 0 0px 0 #000;
}
 41% {
text-shadow:0 45px 0 #fff, 0 0px 0 #000, 0 -45px 0 #fff;
}
 70% {
text-shadow:0 45px 0 #fff, 0 15px 0 #000, 0 0px 0 #fff;
}
 80% {
text-shadow:0 45px 0 #fff, 0 45px 0 #000, 0 0px 0 #fff;
}
 100% {
text-shadow:0 45px 0 #fff, 0 45px 0 #000, 0 0px 0 #fff;
}
}
/***************************** Newslatters *****************************/
.newsletter {
	float: left;
	padding: 40px 0;
	width: 100%;
}
.newsletter h3 {
	text-align: center;
	margin: 0;
	color: #333;
	padding: 8px 0 20px 0;
	font-size: 18px;
}
.newsletter p {
	text-align: center;
	color: #212121;
	padding: 8px 0;
}
.newsletter input[type="email"] {
	width: 100%;
	height: 42px;
	outline: none;
	padding: 0 15px;
	background: none;
	border: 1px solid #212121;
	font-size: 14px;
	color: #000;
	float: left;
	border-radius: 0;
}
.newsletter_btn {
	width: 130px;
	float: right;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 8px 0;
	margin: 0;
	position: relative;
	background: #ee1c24;
	border: none;
	line-height: 20px;
}
.newsletter_btn:hover {
	background: #000;
	color: #fff !important;
	text-decoration: none;
}
.newsletter_btn:focus {
	color: #fff !important;
	text-decoration: none;
	outline: none;
}
/***************************** Buttons *****************************/
.send_btn {
	float: left;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 10px !important;
	margin: 0;
	position: relative;
	background: #ee1c24;
	border: 2px solid #f3f3f3;
	line-height: 20px;
}
.send_btn:hover {
	background: #000;
	color: #fff !important;
	text-decoration: none;
}
.send_btn:focus {
	color: #fff !important;
	text-decoration: none;
	outline: none;
}
.form_btn {
	width: auto;
	float: left;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 8px 10px;
	margin: 0;
	position: relative;
	background: #ee1c24;
	border: none;
	line-height: 20px;
}
.form_btn:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.form_btn:focus {
	color: #fff;
	text-decoration: none;
}
.find_btn {
	width: 200px;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 8px 10px;
	margin: 0 auto;
	position: relative;
	background: #ee1c24;
	border-radius: 0;
	line-height: 20px;
	clear: both;
}
.find_btn:hover {
	background: #000;
	color: #fff !important;
	text-decoration: none;
}
.find_btn:focus {
	color: #fff !important;
	text-decoration: none;
	outline: none;
}
.table_btn {
	width: auto;
	float: none;
	display: inline;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: center;
	padding: 6px;
	margin: 7px;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 20px;
	clear: none;
}
.table_btn:hover {
	background: #ee1c24;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #ee1c24;
}
.table_btn:focus {
	color: #333;
	text-decoration: none;
}
/***************************** Breadcrumb *****************************/
.breadcrumb {
	width: 100%;
	float: left;
	margin: 0;
	padding: 8px 0;
	background: none;
}
.breadcrumb li {
	font-size: 14px;
	font-weight: 400;
	color: #666;
}
.breadcrumb li a {
	color: #666;
}
.breadcrumb li a:hover {
	color: #ee1c24;
	text-decoration: none;
}
.breadcrumb > li + li::before {
	color: #666;
}
/***************************** Inner *****************************/
.inner_banner {
	max-width: 100%;
	height: auto;
	display: block;
}
.inner_banner img {
	width: 100%;
}
/***************************** About Us *****************************/
.about {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
.about h4 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: justify;
	line-height: 26px;
}
.about h4 p {
	margin: 0 0 10px 0;
	word-wrap: break-word;
}
.about_img {
	width: 300px;
	float: left;
	margin: 0 10px 0 0;
}
.about h4 p i {
	margin: 0 10px 0 0;
}
/***************************** Books Listing *****************************/
.sidebar_head {
	display: none;
}
.product_cat_closebtn {
    display: none;
}
.sidebar {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	float: left;
	text-align: left;
	background: #e9e9e9;
	color: #000;
	padding: 10px;
	margin: 10px 0;
}
.sidebar_scroll {
	width: 100%;
	height: 305px;
	overflow-y: auto;
	float: left;
}
.sidebar_list form {
	width: 100%;
	float: left;
}
.sidebar_list form ul {
	width: 100%;
	float: left;
	list-style: none;
	background: #f3f3f3;
}
.sidebar_list form ul li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 5px 0;
}
.sidebar_list form ul li a {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 21px;
	color: #333;
}
.sidebar_list form ul li a:hover {
	color: #ee1c24;
}
.form-inner .checkbox, .form-inner .radio {
	width: 100%;
	float: left;
	outline: none;
	border: none;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 20px;
	font-size: 13px;
	line-height: 24px;
	color: #333;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: 400;
	text-align: left;
}
.sidebar_input {
	font-size: 14px;
	float: left;
	display: block;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 6px 10px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d5d5d5;
	cursor: text;
}
.t_row_box {
	width: 100%;
	float: left;
	background: #fff;
	margin: 0 0 4px 0;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
.t_row {
	float: right;
	font-weight: 400;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	padding: 4px 10px;
	margin: 0;
}
.t_row p {
	float: right;
	padding: 0 0 0 10px;
}
.t_row select {
	line-height: 20px;
}
.wishlist_icon {
	color: #e57373;
}
.books_head, .latest_books_head {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	padding: 0;
	margin: 0 0 10px 0;
}
.product_div {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	float: left;
	background: #fff;
	position: relative;
	border: 1px solid #e0e0e0;
}
.product_div:hover {
	cursor: pointer;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
}
.product_div img {
	margin: 0 auto;
	padding: 10px;
}
.product_div h2 {
	width: 100%;
	height: 50px;
	float: left;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	color: #333;
	margin: 5px 0;
	padding: 0 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_price {
	width: 100%;
	height: 20px;
	margin: 5px 0;
	float: left;
	text-align: center;
}
.offer_price {
    color: green !important;
}
.product_div h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: green !important;
	padding: 0 2px;
	display: inline-block;
}
.product_div h4 {
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	color: #ee1c24;
	padding: 0 2px;
	display: inline-block;
	text-decoration: line-through;
}
.product_div h5 {
	width: 100%;
	height: 30px;
	float: left;
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	color: #ee1c24;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.star_rate {
	width: 100%;
	height: 20px;
	margin: 5px 0;
	float: left;
}
.more {
	width: 100%;
	float: left;
	cursor: pointer;
	color: #ee1c24;
	margin: 5px 0;
}
.more:hover {
	color: #000;
}
.more > i {
	position: static !important;
	color: #ee1c24;
}
.p_div {
	padding: 0 5px;
}
.product_row {
	width: 100%;
	min-height: 100px;
	float: left;
	margin: 0;
	padding: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
/*****************************book_details*****************************/
.book_details_row {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
.book_details h1 {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
	text-align: left;
	word-wrap: break-word;
}
.book_details h2 {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 700;
	color: green !important;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
	word-wrap: break-word;
}
.book_details h2 span {
	width: 100%;
	text-decoration: line-through;
	font-size: 13px;
	font-weight: 700;
	color: #ee1c24;
	padding: 0 10px;
}
.book_details h2 p {
	font-size: 13px;
	font-weight: 700;
	padding: 4px 4px 0px 4px !important;
}
.book_details h3 {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	float: left;
	line-height: 25px;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}
.book_details h3 p {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	color: #333;
	font-weight: 700;
}
.book_details h3 i {
	color: #333;
	padding: 0 5px;
	font-size: 14px;
}
.review_btn {
	float: left;
	margin: 0;
	padding: 0 5px;
	color: #333;
	font-size: 13px;
}
.review_btn:hover, .review_btn:focus {
	color: #333;
}
.delivery_pin {
	width: 140px;
	font-size: 12px;
	border-bottom: 1px solid #666;
	border-top: none;
	border-right: none;
	border-left: none;
}
.collapse_btn {
	width: auto;
	font-size: 12px;
	color: #333;
	font-weight: 700;
	text-align: center;
	padding: 0px 6px;
	margin: 0;
	background: none;
	border: 1px solid #999;
}
.collapse_btn:hover {
	background: #ee1c24;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #ee1c24;
}
.collapse_msg {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #333;
	font-weight: 700;
	text-align: left;
	line-height: 40px;
}
.stock {
	color: #23aa15;
	font-weight: 700;
}
.stockout {
	color: #FF0000;
	font-weight: 700;
}
.preorder {
	color: #269abc;
	font-weight: 700;
}
.qty-holder > .qty {
	width: 40px;
	height: 28px;
	text-align: center;
	border: 1px solid #d1d1d1 !important;
}
.table_qty_dec, .table_qty_inc {
	border: 1px solid #d1d1d1;
	padding: 3px;
	font-size: 14px;
}
.table_qty_dec i, .table_qty_inc i {
	color: #333 !important;
	padding: 0 5px !important;
	font-size: 12px !important;
}
.star {
	line-height: normal;
	display: block;
	color: #fff;
	padding: 4px 6px;
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: 700;
	float: left;
}
.star i {
	font-size: 11px !important;
	color: #fff !important;
	padding: 0 !important;
}
.wishlist_btn {
	width: 25px;
	height: 25px;
	position: absolute;
	background: #fff;
	right: 0;
	float: right;
	border: 1px solid #e57373;
	border-radius: 50%;
	z-index: 9;
}
.wishlist_btn_icon {
	position: absolute;
	top: 6px;
	right: 5px;
	padding: 0;
	color: #e57373;
	border: none;
	font-size: 14px !important;
}
#book_details_tab {
	margin: 50px auto 0 auto;
}
.bookdetail_col_head {
	border-bottom: 1px solid #d3cbb6;
	border-left: none;
	border-top: none;
	border-right: none;
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	padding: 10px 0;
	margin: 0;
	text-align: left;
	background: #fff;
	text-transform: uppercase;
}
.bookdetail_col_head > i {
	float: right;
	padding: 3px 0;
}
.bookdetail_col_msg {
	width: 100%;
	float: left;
}
.bookdetail_col_msg > ul {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.bookdetail_col_msg > ul > li {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
	list-style: none;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}
.leftbtn {
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, 0) url(../img/lightbox-prev.png) no-repeat scroll left top;
	display: block;
	z-index: 999;
	top: 46%;
	left: 15px;
}
.rightbtn {
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, 0) url(../img/lightbox-next.png) no-repeat scroll right top;
	display: block;
	z-index: 999;
	top: 46%;
	right: 15px;
}
.similar_products_head {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	padding: 0 0 2px 0;
	margin: 20px 0 20px 0;
	text-align: center;
	border-bottom: 1px dotted #333;
}
.cat_menu {
	width: 100%;
	float: left;
}
.cat_menu>.cat_menu_heading a:before {
	content: "";
	position: relative;
	top: 15px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-size: 8px;
	color: #666;
	float: right;
	right: -5px;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}
.cat_menu>.cat_menu_heading a[aria-expanded="true"]:before {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.cat_menu>.cat_menu_heading a[aria-expanded="false"]:before {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.cat_menu_heading {
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	padding: 0 8px;
}
.cat_menu_heading a {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	color: #333;
	text-transform: uppercase;
}
.cat_menu_heading a:hover, .cat_menu_heading .active {
	color: #ee1c24;
}
.cat_menu_body {
	width: 100%;
	float: left;
}
.cat_menu_body ul li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 !important;
}
.cat_menu_body ul li a {
	padding: 8px 5px 8px 15px;
	border-bottom: 1px dotted #c2c2c2;
}
.cat_menu_body ul li a:hover, .cat_menu_body ul li a.active {
	background: #ee1c24 !important;
	color: #fff !important;
}
.cat_menu_title {
	padding: 8px 0;
}
.nothing_display {
	width: 100%;
	padding: 100px 0;
	margin: 0 0 20px 0;
	background: #fff;
	float: left;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #ee1c24;
}
/***************************** tab *****************************/
.tab_btn {
	display: inline-block;
	margin: 10px auto;
}
.tab_btn > li {
	float: left;
	list-style: none;
	margin: 0 6px;
	position: relative;
}
.tab_btn > li > a {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	width: 100%;
	height: 40px;
	float: left;
	padding: 10px;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab_btn > li.active > a, .tab_btn > li.active > a:focus, .tab_btn > li.active > a:hover, .tab_btn > li > a:hover {
	color: #fff;
	background-color: #ee1c24;
	border: 1px solid #ee1c24;
}
.tab_btn > li.active > a::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ee1c24;
	z-index: 9;
	text-align: center;
	margin: 0 auto;
	display: block;
	left: 40%;
	bottom: -8px;
	right: 40%;
}
.tab-content {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding: 15px;
	margin: 0;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
.tab-content h2 {
	width: auto;
	height: auto;
	float: left;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 10px;
	line-height: 24px;
}
.tab-content h3 {
	width: auto;
	height: auto;
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-align: justify;
	margin: 5px 0 0 0;
	padding: 0 15px 0 0;
	line-height: 25px;
}
.tab-content h4 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: justify;
	margin: 0;
	padding: 0;
	line-height: 26px;
}
.review_box {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.myaccount h3 {
	width: 50%;
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-align: left;
	padding: 0;
	margin: 0 0 30px 0;
}
.myaccount h4 {
	width: 50%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	text-align: left;
	padding: 0;
	margin: 0 0 30px 0;
}
.editprofile_btn {
	width: auto;
	display: block;
	font-size: 13px;
	color: #333 !important;
	font-weight: 400;
	text-align: center;
	float: right;
	padding: 1px 6px;
	margin: 3px 0 0 0;
	border: 1px solid #666;
	position: relative;
	background: #fff;
	line-height: 20px;
	clear: none;
	text-transform: capitalize;
}
.editprofile_btn:hover {
	background: #ee1c24;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #ee1c24;
}
/***************************** form_box *****************************/
.form_box {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	background: #fff;
	padding: 40px 60px;
	margin: 0;
}
.form_box h1 {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	color: #333;
	margin: 0 0 20px 0;
	padding: 5px 0;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.form_box h2 {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	color: #333;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}
.form-group {
	width: 100%;
	float: left;
	margin: 20px 0 !important;
	position: relative;
}
.edit_label {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	padding: 8px 0;
}
.form-control {
	padding: 0;
}
.horizontal-rule {
	margin: 20px 0;
	border: 0;
	background-color: transparent;
	border-top: 1px solid #dbdadb;
	position: relative;
	width: 100%;
	float: left;
	display: block;
}
.horizontal-rule-text {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -11px;
	background: #fff;
	padding: 0 21px;
}
.forgot_pswd {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	float: left;
	text-align: center;
	color: #333;
	padding: 0;
	margin: 20px 0 0 0;
}
.forgot_pswd:hover {
	color: #ee1c24;
}
.forgot_pswd:focus {
	color: #333;
}
/***************************** cart *****************************/
.cart_img {
	width: 60px;
	padding: 2px;
}
.cart_total_amd {
	font-size: 18px;
	font-weight: 700;
	padding: 15px;
	text-align: center;
	border-left: 1px solid #ddd;
}
.cart_total {
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	text-align: right;
}
.cart_btn_bg {
	padding: 20px 0 0 0;
}
.cart_btn_box {
	float: right;
}
.cart_total_row {
	width: 100%;
	float: left;
	border-top: 4px solid #efefef;
	background: #fff;
}
.orderdetails {
	width: 100%;
	background: #f0f0f0;
	float: left;
	margin: 0 0 20px 0;
}
.orderdetails h4 {
	font-size: 14px;
	font-weight: 700;
	float: left;
	padding: 10px;
	color: #333;
}
.payment_box {
	width: 100%;
	background: #f0f0f0;
	margin: 0 0 30px 0;
	padding: 8px;
	border: 1px solid #ddd;
	float: left;
	clear: both;
}
.payment_box h4 {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 10px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #ddd;
}
.payment_box h4 span {
	width: 100%;
	float: left;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
}
.payment_box h3 {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #D11717;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	float: left;
}
.payment_box h3 span {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0;
}
/***************************** table *****************************/
.table-responsive {
	border: none !important;
	margin: 0;
}
.table {
	background: #fff;
	float: left;
	margin: 0;
}
.table > thead > tr > th {
	text-align: center !important;
	padding: 20px 10px;
	border: none;
	font-size: 14px;
	font-weight: 700;
}
.table > tbody > tr > td {
	text-align: center !important;
	padding: 30px 10px;
	border-top: none;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
.table > tbody > tr > td a {
	color: #333;
}
.white_space {
	white-space: inherit !important;
}
/************************* static_page *************************/
.static_page {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px;
}
.static_page h4 {
	width: 100%;
	font-size: 14px;
	float: left;
	text-align: justify;
	color: #333;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 28px;
}
.static_page ul, .static_page ol {
	width: 100%;
	font-size: 14px;
	float: left;
	text-align: left;
	color: #333;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px 15px;
}
.static_page ul li, .static_page ol li {
	margin: 0 0 5px 10px;
	line-height: 28px;
}
.panel-title {
	width: 100%;
	color: #333;
	font-weight: 700;
	font-size: 14px;
	padding-right: 15px;
}
.panel-group, .panel, .panel-heading, .panel-body {
	width: 100%;
	margin: 0;
}
.panel-default>.panel-heading a:before {
	content: "";
	position: relative;
	top: 6px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-size: 10px;
	color: #333;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #eee;
}
.panel-default>.panel-heading a[aria-expanded="true"]:before {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:before {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/***************************** News & Events *****************************/
.news_pagi {
	text-align: left !important;
}
.news_box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
	margin: 0 1% 20px 1%;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
.news_detail_box {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
.news h1 {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;
	line-height: 22px;
}
.news h2 {
	font-size: 13px;
	color: #333;
	font-weight: 400;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 20px;
}
.news h2 i {
	padding: 0 6px 0 0;
}
.news h4 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	padding: 0;
	margin: 10px 0;
	text-align: justify;
	line-height: 29px;
}
.news_box_img {
	width: 180px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}
.news_details_img {
	width: 350px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}
.news_details_btn {
	float: right;
}
/***************************** site map *****************************/
.site_map {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
.site_map_btn {
	border: 1px solid #d1d1d1;
	text-align: center !important;
	margin: 15px 0;
	font-weight: 600 !important;
}
.site_map_btn:hover {
	border: 1px solid #ee1c24;
}
.site_map h1 {
	width: 100%;
	float: left;
	padding: 5px 0;
	margin: 10px 0;
	text-align: left;
	border-bottom: 1px dotted #333;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.site_map i {
	font-size: 17px;
	color: #ee1c24;
	margin-right: 5px;
}
.site_map a {
	width: 100%;
	float: left;
	text-align: left;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.site_map a:hover {
	color: #ee1c24;
}
/***************************** Contact Us *****************************/
.contact_head {
	width: 100%;
	min-height: 200px;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	padding: 20px 8px;
	margin: 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
.contact_head a, .contact_head a span {
	color: #333;
	text-decoration: none;
}
.contact_head a:hover, .contact_head a span:hover {
	color: #ee2f3f;
	text-decoration: none;
}
.contact_head a:focus, .contact_head a span:focus {
	color: #333;
}
.contact_head img {
	width: 90px;
	padding: 10px;
}
.contact_head span {
	font-size: 14px;
	font-weight: 700;
	word-wrap: break-word;
}
.contact_heading {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0 15px;
	;
	float: left;
	text-align: center;
}
/***************************** Footer *****************************/
footer {
	float: left;
	width: 100%;
	background: #000;
	padding: 30px 0;
}
.footer_grid h3 {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
	-webkit-box-shadow: 0 1px 0 0 #444;
	box-shadow: 0 1px 0 0 #444;
	padding: 0 0 5px 0;
	margin: 15px 0;
}
.footer_grid_list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_grid_list li {
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0 0 11px 0;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: 0 1px 0 0 #444;
	box-shadow: 0 1px 0 0 #444;
}
.footer_grid_list li a {
	text-decoration: none;
	color: #fff;
	list-style-type: none;
	padding-left: 15px;
	background: url(../img/foot_link_bg.png) no-repeat left top;
	float: left;
	width: 100%;
}
.footer_grid_list li a:hover, .footer_grid_list li a.active {
	color: #ee1c24;
	background: url(../img/foot_link_bg.png) no-repeat left bottom;
}
.footer_grid_list_info {
	float: left;
	margin: 0;
	padding: 0;
}
.footer_grid_list_info li {
	text-decoration: none;
	color: #fff;
	list-style-type: none;
	float: left;
	width: 100%;
	line-height: 24px;
}
.footer_grid_list_info li a {
	color: #fff;
}
.footer_grid_list_info li a:hover {
	color: #ee1c24;
}
.footer_icon {
    float: left;
	margin: 0 8px 0 0;
	line-height: 20px;
}
.footer_icon::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f041";
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    float: left;
    color: #fff;
	font-size: 17px;
}
.mr_l {
	margin-left: 24px;
}
.footer_location {
	width: 100%;
	height: 200px;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d4d4d+0,fefefb+50,e9ebee+100 */
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(top, #4d4d4d 0%, #fefefb 50%, #e9ebee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4d4d4d 0%, #fefefb 50%, #e9ebee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4d4d4d 0%, #fefefb 50%, #e9ebee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#e9ebee', GradientType=0 ); /* IE6-9 */
}
.footer-copyright {
	float: left;
	width: 100%;
	padding: 15px 0;
	background: #212121;
	color: #999;
}
.site_create {
	text-align: right;
}
.footer-copyright a {
	color: #999;
	text-decoration: none;
}
.footer-copyright a:hover {
	color: #fff;
	text-decoration: none;
}
#amazingcarousel-container-1, #amazingcarousel-container-4, #amazingcarousel-container-5 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
}
.footer-copyright p {
	color: #999;
	font-size: 13px;
	padding: 5px 0;
}
.mr6 {
	margin-right: 6px !important;
}
.social_media {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0;
}
.social_media a {
	font-size: 22px;
	color: #fff;
	text-align: left;
	margin: 0 10px 0 0;
}
.social_media a.fb:hover {
	color: #38548f;
}
.social_media a.tw:hover {
	color: #55acee;
}
.social_media a.gp:hover {
	color: #d34836;
}
.social_media a.im:hover {
	color: #fb3958;
}
.social_media a.yt:hover {
	color: #e52d27;
}
.social_media a.in:hover {
	color: #0976b4;
}
.social_media a.wa:hover {
	color: #34af23;
}
.social_media a:focus {
	color: #999;
}

@media (min-width: 992px) {
.nav-side-menu .sidebar_list {
	width: 100% !important;
	height: auto !important;
	display: block;
	float: left;
	background: #fff;
	padding: 0 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
	.book_carousel_left {
		margin-left: -12px !important;
	}
	.book_carousel_right {
		margin-right: -12px !important;
	}
}
@media screen and (min-width: 200px) and (max-width: 991px) {
.news_box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 92%;
	flex: 0 0 92%;
	max-width: 92%;
	margin: 0 4% 20px 4%;
}
.letter_logo {
	width: 120px;
}
.copy_add {
	text-align: center !important;
}
.site_create {
	text-align: center !important;
}
#amazingcarousel-2 {
	width: 100%;
	max-width: 100% !important;
}
.sidebar_head {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	float: left;
	text-align: left;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	background: #ee1c24;
	margin: 0;
	border-radius: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 999;
}
.sidebar_list .product_cat_closebtn {
    width: 100%;
    float: left;
    display: block;
    position: sticky;
	z-index: 999;
    top: 0;
    color: #fff;
    background: #ee2f3f;
    padding: 15px;
}
.sidebar_list .product_cat_closebtn p {
    float: left;
    font-size: 17px;
}	
.sidebar_list .product_cat_closebtn span {
    float: right;
    background: #fff;
	color: #f00;
	font-size: 14px;
	padding: 2px 5px;
}
.nav-side-menu .toggle-btn {
	position: absolute;
	right: 15px;
	font-size: 20px;
}
.nav-side-menu .sidebar_list {
	width: 0;
	height: 100%;
	float: left;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding: 0;
}
.sidebar_list form {
    padding: 15px;
}	
.product_row {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	min-height: auto;
}
.cart_total_amd, .cart_total {
	text-align: center;
	margin: 0;
	padding: 10px;
	border: none;
}
.abt_inner h3 {
	padding: 20px 0;
}
.abt_inner a {
	float: none !important;
}
.contact_head {
	margin: 0 0 10px 0;
}
.b_btn, .s_btn {
	width: 33.33%;
}
.sidebar_scroll {
	height: auto;
}
table, thead, tbody, th, td, tr {
	display: block;
}
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	margin: 0;
	border-bottom: 1px solid #333;
	padding: 0 10px;
}
td {
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 20px 0px 20px 40% !important;
}
td:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	padding: 20px 8px;
	white-space: nowrap;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
}
.product_copyright {
	margin: 0 0 35px 0;
}
.product_mloader {
    position: fixed;
    z-index: 99999;
    right: 0px;
    left: 0px;
    top: 50%;
}
.form-inner .checkbox, .form-inner .radio {
	padding: 4px 0 4px 20px;
}
}

@media screen and (min-width: 200px) and (max-width: 767px) {
.about_img {
	float: none;
	margin: 10px auto;
	display: block;
}
.about h4 p {
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
}
#amazingcarousel-2 .amazingcarousel-bullet-wrapper {
	margin: 10px auto;
	text-align: center;
	position: relative;
	display: inline-block;
}
#amazingcarousel-2 .amazingcarousel-nav {
	position: relative !important;
	right: auto !important;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto !important;
}
.amazingcarousel-prev {
	display: none !important;
}
.amazingcarousel-next {
	display: none !important;
}
.logo {
	width: 100%;
	margin: 4px auto;
	position: relative !important;
	top: 0px !important;
}
.logo img {
	display: block;
	margin: 0 auto;
}
#cssmenu {
	background: #000000 !important;
}
#cssmenu .active {
	border-bottom: none !important;
}
#cssmenu a:hover {
	border-bottom: none !important;
}
.breadcrumb {
	text-align: center;
}
.books_head {
	text-align: center;
}
.t_row {
	width: 235px;
	margin: 0 auto;
	display: block;
	float: none;
}
.footer_grid_list li {
	list-style-type: none;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.book_details {
	padding: 10px 8px 0 8px;
}
.abt_inner {
	padding: 40px 0;
}
.news_details_btn {
	float: left;
}
.modal-dialog {
	margin: 30px;
}
.news_pagi {
    text-align: center !important;
}
}

@media screen and (min-width: 200px) and (max-width: 650px) {
.welcome, .hm_news {
	margin-bottom: 20px;
}
.hm_news_img {
	width: 100%;
	margin: 0 0 10px 0;
}
.newsletter_left h3 {
	text-align: center;
}
.input-group {
	width: 100%;
}
.input-group-btn, .newsletter_btn {
	width: 100% !important;
	float: left;
	margin: 10px 0 0 0;
}
.form_btn {
	width: 100%;
	border-radius: 0;
}
.find_btn {
	width: 100% !important;
}
.p_div {
	width: 50%;
}
.tab_btn {
	width: 100%;
}
.tab_btn.tab_du > li {
	width: 48%;
	margin: 10px 1%;
}
.tab_btn > li > a {
	height: 50px;
}
.form_box {
	padding: 30px 15px;
}
.news_details_img {
	width: 100%;
}
}

@media screen and (min-width: 200px) and (max-width: 450px) {
.about_img {
	width: 230px;
}
.p_div {
	width: 100%;
}
.product_div img {
	width: 150px;
}
.w_btn {
	width: 100%;
	margin: 0 0 10px 0;
}
.book_details h3 p {
	width: 100%;
}
.cart_btn_box {
	width: 100%;
	float: left;
}
.book_details h2 p {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	padding: 5px;
}
.news_box_img {
	width: 100%;
}
.top_row ul {
    padding: 10px 0 0 0;
}
.g-translate {
	width: 100%;
    text-align: right;
}
}