@charset "utf-8";
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* HELPER CLASSES */
body{
	margin:0;
	padding:0;
}
.no-padding{
	padding:0 !important;
}
.no-right-padding{
	padding-right:0 !important;
}
.no-left-padding{
	padding-left:0 !important;
}
#totop{
	position:fixed;
	right:10px;
	bottom:110px;
	font-size:2.2em;
	padding-bottom:5px;
	cursor:pointer;
	color:#000;
	opacity:0.2;
	visibility:hidden;
}
#totop:hover{
	opacity:1;
	transition:all 1s;
}
.hr-line{
	width:100%;
	margin:1% auto;
	height:1px;
	opacity:1;
	color:#d2d2d2;
}
.hr-split {
    border-bottom:3px solid #000;
    height:0;
    margin: -4px 0 0 0;
    opacity:1;
    width:120px;
}
.hr-pre-footer{
	width:100%;
	margin:2% auto;
	border-bottom:1px solid #c9c9c9;
    height:0;
	opacity:0.6;
}
.top-line{
	width:100%;
	height:2px;
	background:#9e0705;
}
.grey-bar{
	width:100%;
	height:64px;
	background:#3c424c;
}
.logo{
	float:left;
	margin-left:-1%;
}
.login{
	float:right;
	line-height:64px;
	color:#fff;
}
.login a{
	font:14px 'OpenSansRegular';
	color:#fff;
	text-decoration:none;
	padding-bottom:5px;
}
.login a:hover{
	text-decoration:none;
	color:#dddddd;
	border-bottom:1px solid #dddddd;
	transition:color 1s;
}
.custom-menu{
	margin-top:2% !important;
}
.custom-menu li{
	padding:0 2px;
	display:inline !important;
}
.custom-menu li a{
	font:16px 'OpenSansRegular';
	color:#3b3939;
	border-bottom:1px solid transparent;
}
.custom-menu li a:hover{
	transition:all 1s;
	color:#000;
	border-bottom:1px solid #000;
}
.custom-menu input[type="text"]{
	padding-left:65px;
	width:346px;
	height:40px;
	border:1px solid #dcdcdc;
	margin-top:4px;
}
.custom-menu input[type="image"]{
	float:right;
	margin:11px 0 0 -35px;
	position:absolute;
	z-index:100;
}
.search-span{
	position:absolute;
	margin:14px 0 0 10px;
	padding:0 12px;
	border-right:1px solid #dcdcdc;
}
.content-border{
	border:1px solid #e2e2e2;
	padding:0.75% 0.5%;
	margin-bottom:2%;
}
.banner-div{
	width:100%;
}
.offer-div{
	width:100%;
}
.offer-div img{
	height:100% !important;
}
.adrow{
	width:100%;
	height:232px;
	border:1px solid #cacaca;
	margin:3% 0 4% 0;
	background:#f5f5f5;
}
.adrow img{
	float:right !important;
}
.inner-offer{
	position:absolute;
	width:100%;
	z-index:1000;
	margin:3% 0 0 5%;
}
.sales{
	font:40px 'OpenSansRegular';
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	margin:1% 0;
}
.sales-underline{
	border-bottom:1px solid #000;
}
.discount-color{
	color:#383838;
	display:block;
}
.item{
	font:23px 'OpenSansRegular';
	text-transform:uppercase;
	margin:1% 0;
}
.offer-div a{
	font:14px 'OpenSansRegular';
	text-decoration:none;
	text-transform:uppercase;
	background:#909090;
	color:#fff;
	padding:2%;
	float:left;
	margin-top:2%;
	-webkit-box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.68);
	-moz-box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.68);
	box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.68);
}
.offer-div a:hover{
	text-decoration:none;
	background:#000;
	color:#909090;
	transition:all 1s;
	-webkit-box-shadow: 3px 3px 1px 0px rgba(138,138,138,1);
	-moz-box-shadow: 3px 3px 1px 0px rgba(138,138,138,1);
	box-shadow: 3px 3px 1px 0px rgba(138,138,138,1);
}
.entity-desc{
	float:left;
	width:57%;
	margin:6.5% 0 0 2%;
}
.entity-pic{
	float:right;
	width:39%;
}
.entity-header{
	font:20px 'OpenSansRegular';
	color:#5e5e5e;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
}
.entity-desc p{
	color:#595959;
	font:13px 'OpenSansRegular';
}
.inr{
	color:#282828;
	font:21px 'OpenSansRegular';
	font-weight:bold;
}
.overline{
	text-decoration:line-through;
}
.no-content{
	visibility:hidden;
}
.red{
	color:#ff0000 !important;
}
.black{
	color:#000 !important;
}
.padded{
	padding-left:5%;
}
.entity-desc a{
	font:14px 'OpenSansRegular';
	text-decoration:none;
	text-transform:uppercase;
	background:#282828;
	color:#fff;
	padding:2% 6%;
	float:left;
	margin-top:6%;
}
.entity-desc a:hover{
	background:#909090;
	color:#282828;
	transition:all 1s;
	text-decoration:none;
}
.bordered-heading{
	display:block;
	text-transform:uppercase;
	color:#282828;
	font:16px 'OpenSansRegular';
	border-bottom:3px solid #e5e5e5;
}
.books-div{
	margin:2% 0;
	text-align:center;
}
.books-div img{
	margin:0 auto;
}
.book-title{
	color:#666666;
	font:14px 'OpenSansRegular';
	display:block;
	text-transform:uppercase;
	margin:4% 0 0 0;
}
.book-price{
	font:14px 'OpenSansRegular';
	display:block;
	text-transform:uppercase;
	margin:4% 0 15% 0;
}
.books-div a{
	padding:8px 14px;
	color:#666666;
	border:1px solid #dddddd;
	font:13px 'OpenSansRegular';
	text-decoration:none;
	text-transform:uppercase;
}
.books-div a:hover{
	background:#666666;
	color:#fff;
	text-decoration:none;
	transition:all 1s;
}
.view-all{
	font:14px 'OpenSansRegular';
	font-weight:bolder;
	color:#848484;
	float:right;
	text-transform:uppercase;
	text-decoration:none;
}
.view-all:hover{
	color:#282828;
	transition:color 1s;
}
.footer-left{
	float:left;
}
.social{
	float:left;
	text-align:center;
	color:#6b6b6b;
}
.social a{
	opacity:0.6;
}
.social a:hover{
	text-decoration:none;
	opacity:1;
}
.footer-right{
	float:right;
}
.footer-left ul{
	margin:0;
	padding:0;
}
.footer-left ul li{
	list-style:none;
	float:left;
	padding:0 1%;
}
.footer-left ul li a{
	text-decoration:none;
	color:#6b6b6b;
	font:13px 'OpenSansRegular';
	padding-right:10px;
}
.footer-left ul li a:hover{
	transition:color 1s;
	color:#000;
	text-decoration:underline;
}
.footer-left span, .footer-right span{
	color:#6b6b6b;
	font:13px 'OpenSansRegular';
}
.netbios{
	float:right;
}
.netbios a{
	color:#6b6b6b;
}
.netbios a:hover{
	color:#000;
	transition:color 1s;
}
/* FEATURED */
.breadcrumbs-custom{
	background:#f2f2f2;
}
.crumbs-left{
	float:left;
	width:auto;
	line-height:48px;
}
.crumbs-left a{
	color:#9a9a9a;
	white-space:nowrap;
}
.crumbs-left a:hover{
	color:#000;
	transition:1s;
}
.crumbs-active{
	color:#9e0705 !important;
}
.crumbs-right{
	float:right;
	width:auto;
}
.crumbs-right select{
	width:167px;
	height:37px;
	border:1px solid #d8d8d8;
	margin-top:5px;
	font:13px 'OpenSansRegular';
	text-transform:uppercase;
}
.hr-featured{
	width:100%;
	margin:1% auto 2% auto;
	border-bottom:2px solid #e5e5e5;
    height:0;
	opacity:0.6;
}
/* BOOK DETAILS */
.details{
	padding:2% 0;
	background:#f5f5f5;
	border:1px solid #cacaca;
}
.details img{
	margin:0 auto;
}
.book-header{
	font:30px 'open_sanssemibold';
	display:block;
	padding-bottom:10px;
	border-bottom:1px solid #c1c1c1;
	text-transform:uppercase;
}
.book-summary{
	color:#5e5e5e;
	font:13px/22px 'OpenSansRegular';
	text-align:justify;
	margin:18px 0;
}
.product-code{
	display:inline;
	border:none;
	color:#6a6a6a;
	font:13px 'OpenSansRegular';
	text-transform:capitalize;
}
.view-details{
	display:inline;
	color:#a4a4a4;
	font:13px 'OpenSansRegular';
	text-decoration:none;
}
.view-details:hover{
	color:#000;
	transition:color 1s;
}
.crossed{
	font:28px 'OpenSansRegular';
	text-decoration:line-through;
	color:#5d5d5d;
	font-weight:bolder;
}
.not-crossed{
	text-decoration:none !important;
}
.discount{
	margin:3% 0 0 5%;
	display:inline-block;
	width:55px;
	height:55px;
	background:#ededed;
	border:1px solid #d8d8d8;
	padding:1%;
	border-radius:50%;
	text-align:center;
}
.discount span{
	font:15px 'OpenSansRegular';
}
.special{
	font:13px 'OpenSansRegular';
	color:#acacac;
	display:inline;
	margin-left:35px;
}
.cart{
	margin:8.75% 0 0 0;
	
}
.cart a{
	display:inline-block;
	font:16px 'open_sanssemibold';
	width:160px;
	height:42px;
	margin-right:2%;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	text-align:center;
	line-height:42px;
}
.cart a:hover{
	transition:color 1s;
	background:#c7c7c7 !important;
	color:#333 !important;
	text-decoration:none;
}
.red-bg{
	background:#9e0705 !important;
}
.black-bg{
	background:#000 !important;
}
.related{
	display:block;
	padding:7px 0 7px 10px;
	background:#c7c7c7;
	color:#3f3f3f;
	font:14px 'open_sanssemibold';
}
/* LOGIN */
.login-span{
	font:24px 'OpenSansRegular';
	text-transform:uppercase;
}
.login-input input[type="text"]{
	width:50%;
	height:38px;
	border:1px solid #dfdfdf;
	padding-left:2%;
	margin:0.6% 0;
	box-shadow: inset -1px 5px 6px -4px #DDDDDD;
	-webkit-box-shadow: inset -1px 5px 6px -4px #DDDDDD;
	-moz-box-shadow: inset -1px 5px 6px -4px #DDDDDD;
	-o-box-shadow: inset -1px 5px 6px -4px #DDDDDD;
}
#verify{
	width:22%;
}
.login-input img{
	margin:0.5% 3% 0 0;
}
.button-submit{
	padding:0.6% 3%;
	background:#393f48;
	color:#fff;
	margin:1% 0;
	float:left;
	font:16px 'OpenSansRegular';
	text-transform:uppercase;
	border:1px solid transparent;
}
.button-submit:hover{
	background:#fff;
	color:#000;
	border:1px solid #000;
	text-decoration:none;
	transition:color 1s;
}
/* CONTACT US */
.customer-support input[type="text"]{
	width:100%;
	height:40px;
	border:1px solid #e3e3e3;
	padding-left:2%;
	margin:4% 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
}
.customer-support textarea{
	width:100%;
	border:1px solid #e3e3e3;
	padding:1% 0 0 2%;
	margin:4% 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
}
.care-heading{
	color:#3a4049;
	font:22px 'OpenSansRegular';
	display:block;
	padding-bottom:5px;
	border-bottom:3px solid #d0d0d0;
}
.care-span{
	display:block;
	color:#777777;
	font:15px/26px 'OpenSansRegular';
}
.encounter{
	display:block;
	margin:3% 0 0 0;
}
.encounter img{
	margin:-0.5% 3% 0 0;
}
/* CART TABLE */
.custom-table{
	text-align:center;
}
.custom-table tr td{
	line-height:70px !important;
}
.custom-table th{
	background:#d9d9d9;
	color:#4b4b4b;
	font:14px 'OpenSansRegular';
	text-align:center;
}
.custom-table td{
	height:84px;	
}
.si{
	background:#c9c9c9;
}
.items{
	background:#d1d1d1;
	text-align:left !important;
	font:14px 'OpenSansRegular';
	text-transform:none;
}
.quantity{
	background:#d8d8d8;
}
.quantity input[type="text"]{
	width:58px;
	height:28px;
	border:none;
	text-align:center;
}
.quantity input[type="button"]{
	border:none;
	background:none;
}
.unit-price{
	background:#e1e1e1;
}
.total{
	background:#e7e7e7;
}
.remove{
	background:#ececec;
}
.remove input[type="image"]{
	margin-top:20px !important;
}
.shop-options{
	background:#f3f3f3;
	width:100%;
	height:80px;
	padding:10px 0;
	margin:-20px 0 0 0;
}
.shop-left{
	float:left;
	width:48%;
	margin:20px 0 0 0;
}
.shop-left a{
	background:#3b414a;
	color:#fff;
	font:14px 'OpenSansRegular';
	padding:2% 4%;
	text-transform:uppercase;
	border:1px solid transparent;
}
.shop-left a:hover{
	background:#fff;
	color:#000;
	border:1px solid #000;
	text-decoration:none;
	transition:color 1s;
}
.shop-right{
	float:right;
	width:50%;
	margin:10px 0 0 0;
}
.shop-right span{
	color:34b4b4b;
	font:26px 'OpenSansRegular';
	text-transform:uppercase;
}


















