@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&subset=hebrew');

/*** General Settings ***/
html { font-size: 100%; } 

body {
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Rubik', sans-serif;
	color: #676767;
	background: #f5f7fa;
	font-weight: 300;
}
header {
	padding-top: 15px;
}
main {
	
}
section {
	
}
.rtl {
	direction: rtl;
}
/*** Colors ***/
/*
*.primary: #fe6a6a
*.success: #8eb346
*.info: #4dccc3
*.warning: #db6e37
*.danger : #dc1735
*.secondary: #a67197
*.primary-light: #f69d95
*.dark: #53616e
*/
a {
	color: #fe6a6a;
}
.btn {
	border-radius: 0;
	padding: 0.375rem 1.75rem;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.1rem;
}
.btn-wide {
	width: 100%;
}
.btn-sm {
	padding: 0.25rem 0.75rem;
	font-weight: 400;
	font-size: 14px;
	font-size: 1rem;
}
.btn-close {
	padding: 0.5rem 0.75rem;
}
.text-primary {
	color: #fe6a6a !important;
}
.text-secondary {
	color: #a67197 !important;
}
.text-success {
	color: #8eb346 !important;
}
.text-info {
	color: #4dccc3 !important;
}
.text-warning {
	color: #db6e37 !important;
}
.text-danger {
	color: #dc1735 !important;
}
.text-primary-light {
	color: #f69d95 !important;
}
.text-dark {
	color: #53616e !important;
}

.bg-primary, .btn-primary {
	background-color: #fe6a6a !important;
}
.bg-secondary, .btn-secondary {
	background-color: #a67197 !important;
}
.bg-success, .btn-success {
	background-color: #8eb346 !important;
}
.bg-info, .btn-info {
	background-color: #4dccc3 !important;
}
.bg-warning, .btn-warning {
	background-color: #db6e37 !important;
}
.bg-danger, .btn-danger {
	background-color: #dc1735 !important;
}
.bg-transparent {
	background-color: transparent;
}
.bg-primary-light, .btn-primary-light {
	background-color: #f69d95 !important;
}
.bg-dark, .btn-dark {
	background-color: #53616e !important;
}

.btn-primary {
	border-color: #fe6a6a !important;
}
.btn-secondary {
	border-color: #a67197 !important;
}
.btn-success {
	border-color: #8eb346 !important;
}
.btn-info {
	border-color: #4dccc3 !important;
}
.btn-warning {
	border-color: #db6e37 !important;
	color: #fff !important;
}
.btn-danger {
	border-color: #dc1735 !important;
}
.btn-primary-light {
	border-color: #f69d95 !important;
	color: #fff;
}
.btn-dark {
	border-color: #53616e !important;
}

.btn-primary:hover, 
.btn-outline-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.show > .btn-outline-primary.dropdown-toggle,
a.bg-primary:hover, 
a.bg-primary:focus, 
button.bg-primary:hover, 
button.bg-primary:focus {
	background-color: #c95153 !important;
	border-color: #c95153 !important;
}
.btn-secondary:hover, 
.btn-outline-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active, 
.btn-secondary:not(:disabled):not(.disabled).active, 
.show > .btn-secondary.dropdown-toggle,
.btn-outline-secondary:not(:disabled):not(.disabled):active, 
.btn-outline-secondary:not(:disabled):not(.disabled).active, 
.show > .btn-outline-secondary.dropdown-toggle,
a.bg-secondary:hover, 
a.bg-secondary:focus, 
button.bg-secondary:hover, 
button.bg-secondary:focus {
	background-color: #704a67 !important;
	border-color: #704a67 !important;
}
.btn-success:hover, 
.btn-outline-success:hover,
.btn-success:not(:disabled):not(.disabled):active, 
.btn-success:not(:disabled):not(.disabled).active, 
.show > .btn-success.dropdown-toggle,
.btn-outline-success:not(:disabled):not(.disabled):active, 
.btn-outline-success:not(:disabled):not(.disabled).active, 
.show > .btn-outline-success.dropdown-toggle,
a.bg-success:hover, 
a.bg-success:focus, 
button.bg-success:hover, 
button.bg-success:focus {
	background-color: #6e8a36 !important;
	border-color: #6e8a36 !important;
}
.btn-info:hover, 
.btn-outline-info:hover,
.btn-info:not(:disabled):not(.disabled):active, 
.btn-info:not(:disabled):not(.disabled).active, 
.show > .btn-info.dropdown-toggle,
.btn-outline-info:not(:disabled):not(.disabled):active, 
.btn-outline-info:not(:disabled):not(.disabled).active, 
.show > .btn-outline-info.dropdown-toggle,
a.bg-info:hover, 
a.bg-info:focus, 
button.bg-info:hover, 
button.bg-info:focus {
	background-color: #217d77 !important;
	border-color: #217d77 !important;
}
.btn-warning:hover, 
.btn-outline-warning:hover,
.btn-warning:not(:disabled):not(.disabled):active, 
.btn-warning:not(:disabled):not(.disabled).active, 
.show > .btn-warning.dropdown-toggle,
.btn-outline-warning:not(:disabled):not(.disabled):active, 
.btn-outline-warning:not(:disabled):not(.disabled).active, 
.show > .btn-outline-warning.dropdown-toggle,
a.bg-warning:hover, 
a.bg-warning:focus, 
button.bg-warning:hover, 
button.bg-warning:focus {
	background-color: #b0582c !important;
	border-color: #b0582c !important;
}
.btn-danger:hover, 
.btn-outline-danger:hover,
.btn-danger:not(:disabled):not(.disabled):active, 
.btn-danger:not(:disabled):not(.disabled).active, 
.show > .btn-danger.dropdown-toggle,
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.btn-outline-danger:not(:disabled):not(.disabled).active, 
.show > .btn-outline-danger.dropdown-toggle,
a.bg-danger:hover, 
a.bg-danger:focus, 
button.bg-danger:hover, 
button.bg-danger:focus {
	background-color: #94091d !important;
	border-color: #94091d !important;
}
.btn-primary-light:hover, 
.btn-outline-primary-light:hover,
.btn-primary-light:not(:disabled):not(.disabled):active, 
.btn-primary-light:not(:disabled):not(.disabled).active, 
.show > .btn-primary-light.dropdown-toggle,
.btn-outline-primary-light:not(:disabled):not(.disabled):active, 
.btn-outline-primary-light:not(:disabled):not(.disabled).active, 
.show > .btn-outline-primary-light.dropdown-toggle,
a.bg-primary-light:hover, 
a.bg-primary-light:focus, 
button.bg-primary-light:hover, 
button.bg-primary-light:focus {
	background-color: #fff !important;
	border-color: #f69d95 !important;
	color: #676767;
}
.btn-dark:hover, 
.btn-outline-dark:hover,
.btn-dark:not(:disabled):not(.disabled):active, 
.btn-dark:not(:disabled):not(.disabled).active, 
.show > .btn-dark.dropdown-toggle,
.btn-outline-dark:not(:disabled):not(.disabled):active, 
.btn-outline-dark:not(:disabled):not(.disabled).active, 
.show > .btn-outline-dark.dropdown-toggle,
a.bg-dark:hover, 
a.bg-dark:focus, 
button.bg-dark:hover, 
button.bg-dark:focus {
	background-color: #29313a !important;
	border-color: #29313a !important;
}

.btn-primary:focus, 
.btn-primary.focus,
.btn-outline-primary:focus, 
.btn-outline-primary.focus {
    box-shadow: 2px 2px 4px 0 rgba(63, 83, 110, 0.45);
}
.btn-secondary:focus, 
.btn-secondary.focus,
.btn-outline-secondary:focus, 
.btn-outline-secondary.focus {
    box-shadow: 2px 2px 4px 0 rgba(63, 83, 110, 0.45);
}
.btn-success:focus, 
.btn-success.focus,
.btn-outline-success:focus, 
.btn-outline-success.focus {
    box-shadow: 2px 2px 4px 0 rgba(63, 83, 110, 0.45);
}
.btn-info:focus, 
.btn-info.focus,
.btn-outline-info:focus, 
.btn-outline-info.focus {
    box-shadow: 2px 2px 4px 0 rgba(63, 83, 110, 0.45);
}
.btn-warning:focus, 
.btn-warning.focus,
.btn-outline-warning:focus, 
.btn-outline-warning.focus {
    box-shadow: 2px 2px 4px 0 rgba(63, 83, 110, 0.45);
}
.btn-danger:focus, 
.btn-danger.focus,
.btn-outline-danger:focus, 
.btn-outline-danger.focus {
    box-shadow: 2px 2px 4px 0 rgba(63, 83, 110, 0.45);
}
.btn-primary-light:focus, 
.btn-primary-light.focus,
.btn-outline-primary-light:focus, 
.btn-outline-primary-light.focus {
    box-shadow: 2px 2px 4px 0 rgba(63, 83, 110, 0.45);
}
.btn-dark:focus, 
.btn-dark.focus,
.btn-outline-dark:focus, 
.btn-outline-dark.focus {
    box-shadow: 2px 2px 4px 0 rgba(63, 83, 110, 0.45);
}

.btn-outline-primary {
	border-color: #fe6a6a;
	color: #fe6a6a;
}
.btn-outline-success {
	border-color: #8eb346;
	color: #8eb346;
}
.btn-outline-info {
	border-color: #4dccc3;
	color: #4dccc3;
}
.btn-outline-warning {
	border-color: #db6e37;
	color: #db6e37;
}
.btn-outline-danger {
	border-color: #dc1735;
	color: #dc1735;
}
.btn-outline-dark {
	border-color: #53616e;
	color: #53616e;
}

.alert-primary {
    color: #2C2C2C;
    background-color: #f5b4ae;
    border-color: #f5b4ae;
}
.alert-success {
    color: #FFF;
    background-color: #8eb346;
    border-color: #8eb346;
}
.alert-info {
    color: #2C2C2C;
    background-color: #d5f2f0;
    border-color: #d5f2f0;
}
.alert-warning {
    color: #2C2C2C;
    background-color: #dbbeaf;
    border-color: #dbbeaf;
}
.alert-danger {
    color: #2C2C2C;
    background-color: #ea8979;
    border-color: #ea8979;
}
.alert-dark {
    color: #fff;
    background-color: #8a9dab;
    border-color: #8a9dab;
}
.alert-secondary {
    color: #2C2C2C;
    background-color: #d9bdcf;
    border-color: #d9bdcf;
}

/*** Typography ***/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
}
h1 {
	
}
h2 {
	font-size: 30px;
	color: #464646;
	font-weight: 400;
	line-height: 30px;
	vertical-align: middle;
	margin-bottom: 22px;
}
h3 {
	font-size: 30px;
	text-align: center;
	color: #464646;
}
h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-align: center;
	color: #53616e;
	MARGIN: 0.75rem 0 0 0;
}
h5 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-align: center;
	color: #53616e;
}
h6 {
	
}
.display-1 {
	
}
.display-2 {
	
}
.display-3 {
	
}
.display-4 {
	
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }

/* Main & Sidebar */
.navbar-toggler {
    border-radius: 0;
}
.nav-link {
    padding: 0.5rem 1rem 0 !important;
	color: #262D33;
}
.nav-item a.nav-link::after {
	display: block;
	height: 1px;
	background: #f69d95;
	content: " ";
	position: relative;
	top: -2px;
	visibility: hidden;
}
.nav-item:hover a.nav-link::after,
.nav-item:focus a.nav-link::after,
.nav-item:active a.nav-link::after,
.nav-item a.nav-link:hover::after,
.nav-item a.nav-link:focus::after,
.nav-item a.nav-link:active::after {
	visibility: visible;
}
.user-nav {
	margin-bottom: 0;
}
.user-nav,
.user-nav a {
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.3px;
}
.user-nav a {
	line-height: 1.2;
	margin-top: 8px;
	display: inline-block;
	color: #53616e;
}
.shalgi-navbar-search {
	margin: 05px 0 15px 0;
}
.shalgi-navbar-input {
	padding: 11px 16px;
	border-radius: 0;
	outline: 0 none;
	font-size: 15px;
	width: calc(100% - 94px);
	box-sizing: border-box;
	direction: rtl;
	height: 50px;
	border: solid 1px #c7c7c7;
	border-left: 0 none;
	background: #fff;
	margin: 0;
}

.shalgi-navbar-button {
	background-color: #fe6a6a;
	border: 1px solid #fe6a6a;
	border-radius: 0;
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
	width: 94px;
	height: 48px;
	box-sizing: border-box;
	margin: 0;
}
/* Preloader */
#preloader, .backdrop {
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9999;
}
#spinner {
	position: absolute;
	width: 200px;
	height: 70px;
	padding-top:70px;
	top: 50%;
	left: 50%;
	margin: -70px 0 0 -100px;
	background: url(../images/spinner.gif) no-repeat top center;
	text-align:center;
	direction:rtl;
	font-size:17px;
	color:#fff;
	z-index: 9999;
}

/*** Body ***/

#brand {
	
}
#brand img {
	
}
#books-tiles {
	margin-top: 4px;
	text-align: center;
}
.tile {
	margin: 4px;
	padding: 50px;
	flex-basis: 33.333333%;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tile-sm {
	margin: 4px;
	flex-basis: 25%;
	cursor: pointer;
	text-align: center;
}
a.tile:hover {
	text-decoration: none !important;
}
.tile-sm a {
	color: #fff;
	font-size: 22px;
	display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tile-sm a:hover {
	background: rgba(255,255,255,0.25);
	text-decoration: none !important;
}
.tile.first {
	margin-right: 0;
}
.tile.last {
	margin-left: 0;
}
.tile-x2 {
	flex-basis: 67.777777%
}
.tile-icon {
	width: 125px;
	height: 125px;
	margin: 0 auto;
	line-height: 125px;
	vertical-align: bottom;
	text-align: center;
}
.tile-icon img {
	margin: 0 auto;
}
.tile h3 {
	padding: 5px;
	text-shadow: 1px 1px 1px rgba(67,67,67,0.5);
	color: #fff;
}
#books-tiles-header .tile {
	flex-basis: 20%;
	padding: 0px;
}
#books-tiles-header .tile img {
	max-height: 36px;
}
#books-tiles-header .tile h3 {
	font-size: 16px;
}
#books-tiles-header .tile-icon {
	width: 55px;
	height: 55px;
	margin: 0 auto;
	line-height: 125px;
	vertical-align: bottom;
	text-align: center;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-15 {
	margin-top: 15px;
}
h2:before {
	font-size: 30px;
	content: ' ';
	background: #4dccc3;
	width: 4px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-left: 10px;
}
h2.title-primary:before {
	background: #fe6a6a;
}
h2.title-secondary:before {
	background: #a67197;
}
h2.title-success:before {
	background: #8eb346;
}
h2.title-info:before {
	background: #4dccc3;
}
h2.title-warning:before {
	background: #db6e37;
}
h2.title-danger:before {
	background: #dc1735;
}
h2.title-primary-light:before {
	background: #f69d95;
}
h2.title-dark:before {
	background: #53616e;
}
.books-wrapper {
	margin-top: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.books-wrapper .p-2 {
    padding: 0 !important;
}
.book-wrap {
	text-align: center;
	margin-bottom: 30px;
}
.book-meta {
	background-color: #edf2f5;
	border: solid 1px #e6ebed;
	padding: 0 5px 15px;
}
.book-price-wrap {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.4px;
	text-align: center;
	color: #53616e;
}
.book-price {
	font-weight: 400;
	line-height: normal;
	margin: 0 0 5px 0;
}
.book-price-o {
	text-decoration: line-through;
	color: #979797;
}
.price-big {
	font-size: 26px;
	font-weight: 300;
	color: #333;
}
.book-option {
	display: none;
	position: absolute;
	width: calc(100% - 10px);
	text-align: center;
	margin-top: 12px;
}
.book-option a {
	display: none;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}
.book-option-big {
	width: calc(100% - 45px);
}
.btn-buy {
	margin: 10px auto 15px;
}
.btn-buy-big {
	font-size: 22px;
	padding: 0.25rem 2.25rem;
}
.card {
	border-radius: 0;
	border: 0px none;
	margin-bottom: 30px;
}
.card-header {
    border-radius: 0;
}
.card-img-top {
	border-radius: 0;
}
.card-body {
    border-radius: 0;
}
.card-header:last-child,
.card-footer:last-child {
    border-radius: 0;
}
.card-footer {
    border-radius: 0;
}
.card-flex {
	margin: 0 15px;
} 
.flex-lg-1 {
	flex: 1;
}
.flex-lg-2 {
	flex: 2;
}
 .flex-md-1 {
	flex: 1;
}
 .flex-md-2 {
	flex: 1;
}
.lined-btn {
	text-align: left;
	border-top: 3px solid #676767;
}
.lined-btn .btn {
	position: relative;
	top: -3px;
}
.lined-btn-primary {
	border-top-color: #fe6a6a;
}
.lined-btn-secondary {
	border-top-color: #a67197;
}
.lined-btn-success {
	border-top-color: #8eb346;
}
.lined-btn-info {
	border-top-color: #4dccc3;
}
.lined-btn-warning {
	border-top-color: #db6e37;
}
.lined-btn-danger {
	border-top-color: #dc1735;
}
.sale-badge {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 75px 0 0;
	color:#fff;
	line-height:14px;
	text-align:center;
	padding-top:0px;
	font-size:13px;
	font-weight:400;
	position:absolute;
	top:0px;
	left:0px;
	z-index:998;
	border-color: rgba(0, 88, 143, 0.75) transparent transparent transparent;
}
.sale-badge-color-primary {
	border-color: rgba(254, 106, 106, 0.85) transparent transparent transparent;
}
.sale-badge-color-secondary {
	border-color: rgba(166, 113, 151, 0.85) transparent transparent transparent;
}

.sale-badge span {
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Safari */
	transform: rotate(-45deg);
	display:block;
	color:#fff;
	line-height:14px;
	text-align:center;
	padding-top:0px;
	margin-bottom:25px;
	height:25px;
	font-size:15px;
	font-weight:400;
	position:absolute;
	top:-65px;
	left:5px;
	z-index:999;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
}
.list-contact-options li {
	margin-left:0px;
	font-size: 18px;
	color: #fff;
}
.list-contact-options li i {
	margin-left:14px;
	color:#fff;
	height:28px;
	line-height:30px;
	text-align:right;
	width: 18px;
	font-size:18px;
}
.book-meta-data strong,
.book-price-wrap-big strong {
	font-weight: 700;
}
/*** Cart ***/
.table>thead>tr>th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
	/*border: solid 1px #000;*/
}
.cart-book {
	height: 60px; 
	width: 60px; 
	overflow: hidden;
}
.cart-book img {
	position: relative;
	right: 4px;
}
#cart h4 {
	text-align: right;
	padding: 0;
	margin: 6px 0 0 0;
}
#cart .btn-success, #cart .btn-primary, #cart .btn-outline-success {
	width: calc(50% - 2.5px);
}
.single-sub-total {
	text-align: center;
}
.btn-wrapper {
	padding: 15px 0 !important;
	text-align: left;
}
#cart-subtotal {
	font-weight: 300;
}
#cart-shipping {
	font-weight: 300;
}
#cart-coupon {
	font-weight: 300;
}
#cart-coupon-error {
	display: none;
}
#cart-total {
	font-weight: 400;
	font-size: 24px;
	font-size: 1.6rem;
}
.form-control-inline {
	display: inline-block;
	width: 100px;
	border-bottom: 1px solid #fff !important;
	padding: 4px !important;
}
.form-control-inline::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cecece;
}
.form-control-inline::-moz-placeholder { /* Firefox 19+ */
  color: #cecece;
}
.form-control-inline:-ms-input-placeholder { /* IE 10+ */
  color: #cecece;
}
.form-control-inline:-moz-placeholder { /* Firefox 18- */
  color: #cecece;
}
#cart .tile {
	cursor: default;
}
@media screen and (min-width: 601px) and (max-width: 991px) {
	.col-sm-10 {
		padding-right: 0 !important;
	}
	#cart .btn-success, #cart .btn-primary, #cart .btn-outline-success {
		width: 100%;
		margin: 4px 0;
	}
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	#cart .btn-success, #cart .btn-primary, #cart .btn-outline-success {
		width: 100%;
		margin: 4px 0 !important;
		padding: 15px !important;
		font-size: 22px;
		font-size: 1.4rem;
	}
	.d-sm-table-cell {
		display: none !important;
	}
	.cart-book {
		height: 140px; 
		width: 140px; 
		margin: 0 15px;
	}
	.single-sub-total {
		text-align: right;
	}
	.btn-wrapper {
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		padding: 5px 15px !important;
	}
	.actions .btn{
		width:25%;
		margin:1.5em 0;
	}
	.actions .btn-info{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}
	table#cart thead { 
		display: none; 
	}
	table#cart tbody td { 
		display: block; 
		padding: .6rem; 
		min-width:320px;
	}
	table#cart tbody tr td:first-child { 
		background: #e4e4e4; 
		color: #676767; 
	}
	table#cart tbody td:before {
		content: attr(data-th); 
		font-weight: bold;
		display: inline-block; 
		width: 8rem;
	}	
	table#cart tfoot td {
		display:block; 
		text-align: center;
	}
	table#cart tfoot td .btn {
		/*display:block;*/
		width: 100%;
 		margin: 0;

	}
	
}
#pagination {
	text-align: center;
}
.pagination {
	margin: 0 auto;
}
.page-link {
    color: #676767;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #676767;
}
.page-link i {
    position: relative;
	top: 1px;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #fe6a6a;
    border-color: #fe6a6a;
}
.author-meta p,
.author-meta h5 {
	text-align: right;
	padding-top: 0;
}
.author-meta h4 {
	margin: 0;
}
.author-meta div {
	text-align: right;
	display: inline-block;
}
.author-meta img {
	display: inline-block;
	width: 150px;
	height: auto;
}
.author-text {
	padding: 10px;
}
.author-text a {
	display: inline-block;
	margin-top: 10px;
}
#cart-icon {
	font-size: 18px;
}
#cart-icon span {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #fe6a6a;
	border-radius: 11px;
	position: relative;
	top: -3px;
	margin-left: 6px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}
.cart-notice {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	font-weight: 500;
}
.cart-notice a.close {
	float: left;
	font-size: 16px;
	position: relative;
	top: 3px;
}
.cart-notice a:not(.close) {
	color: #FFF;
	text-decoration: underline;
}
#checkout {
	margin-bottom: 60px;
}
.cart-section-header {
	font-size: 18px;
	font-weight: 500;
}
.cart-section-header i {
	color: #4dccc3;
	font-size: 16px;
}
#buy_as_gift_wrapper {
	display: none;
}
.buy_as_gift_label {
	margin-right: 4px;
	position: relative;
	top:6px;
}
.payment-icons {
	margin: 5px 0 0 0;
}
.payment-icons img {
	height: 30px;
}
.payment-icons span {
	display: inline-block;
	padding: 0 3px;
	font-size: 18px;
	font-weight: 400;
}
.text-muted {
	font-size: 14px;
}
.social-icons {
	padding:5px;
	margin: 7px 0;
	color:#454545;
}
.media-list-share {
	text-align:center;
	padding:0;
	margin:0;
}
.media-list-share li {
	display:inline-block;
	margin-left:0px;
	font-size: 18px;
}
.social-icons-header {
	width: 100%;
	font-size: 16px !important;
}
.media-list-share li a {
	display:inline-block;
	color:#fe6a6a;
	width:34px;
	height:34px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.media-list-share li a:hover {
	color:#f69d95;
}
/*** Footer ***/
footer {
	background: #2c343b;
	text-align: center;
	padding: 15px 0;
	margin-top: 30px;
}
footer li {
	padding: 0 7px;
}
footer a {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.3px;
	text-align: center;
	color: #d9d9d9;
}
footer a:hover,
footer a:active,
footer a:focus {
	text-decoration: underline;
	color: #d9d9d9;
}
footer .social {
	margin-top: 12px;	
}
footer .social a {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.3px;
	text-align: center;
	color: #b0afaf;
}
.brand-bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}
footer .copy {
	margin: 12px 0 40px;
	font-size: 12px;
	color: #b0afaf;
}

/*** Forms ***/
.form-control, 
.form-control:active, 
.form-control:focus {
	display: block;
	height: 36px;
	width: 100%; 
	border: none;
	border-radius: 0 !important;
	font-size: 16px;
	font-weight: 300;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid #757575;
}
.form-control:active, 
.form-control:focus {
	background-color: #f4f4f4;
}
.form-group:active label, 
.form-group:focus label {
	/*font-weight: 500;*/
}
.modal-content {
	border-radius: 0;
	background: #ebebeb;
}
.checkbox-inline {
	margin-left: 5px;
}
.form-legend {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
}
.no-bottom-margin {
	margin-bottom: 0;
}
#contact-form {
	margin-bottom: 40px;
}
.input-label.required-field:after {
	content: "*";
	display: inline-block;
	color: #dc1735;
}
.books-tags a {
	margin: 2px 0;
}
.books-tags i {
	color: #676767;
	font-size: 15px;
	margin: 0 0 0 5px;
}
.books-tags a:hover i {
	color: #fff;
}
#books-tags {
	display: block;
}
#toggle-categories {
	display: none;
}
#back-to-top {
	width: 50px;
	height: 50px;
	opacity: .7;
	text-align: center;
	line-height: 50px;
	font-size: 26px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	cursor: pointer;
	z-index: 999;
}
/*** Responsive ***/
@media screen and (max-width: 1199px) {
	
}
@media screen and (max-width: 991px) {
	header {
		padding-top: 35px;
	}
	#user-nav-wrapper {
		width: calc(100% + 15px);
		position: absolute;
		top: -35px;
		right: 0px;
		margin-top: 0 !important;
		padding: 0 10px 10px 10px;
		line-height: 20px;
	}
	.user-nav {
		width: 100%;
		background: #b8cbd9;
	}
	.user-nav li:first-child {
		float: right;
	}
	.user-nav li {
		display: inline-block;
	}
	.user-nav li a {
		font-size: 17px !important;
		color: #000;
		padding: 4px;
		margin: 4px;
	}
}
@media screen and (max-width: 767px) {
	#back-to-top {
		left: 10px;
		bottom: 10px;
	}
	.author-text-long {
		margin: 30px 0;
	}
	.books-tags a {
		width: 100%;
		text-align: right;
	}
	.tile.first, .tile.last, .tile {
		margin-right: 0;
		margin-left: 0;
	}
	#books-tags {
		display: none;
	}
	#toggle-categories {
		display: block;
	}
	.book-meta-data {
		text-align: center;
		margin-bottom: 30px;
	}

}
@media screen and (max-width: 479px) {
	.author-meta {
		flex-flow: column !important;
	}
	.author-meta {
		display: block;
		width: 100%;
		height: auto;
	}
	.author-meta img {
		display: block;
		width: 100%;
		height: auto;
	}
	.author-text {
		padding: 10px;
		display: block;
		width: 100%; 
	}
}

.mycheckbox{
	position:relative;
	display:inline-block;
	border:1px solid #a9a9a9;
	border-radius:0.25em;
	font-size:1.1em;
	height:1.3em;
	width:1.3em;
}
