/*
	THEME standard is blue:
	@baseColor: #00-6699; --for bars with color, reverse text usually LOCAL: 006699
	@darkColor: #00-4268; --for color bars LOCAL: 004268
	@displayFontColor: #00-4269; --for fonts LOCAL: 004269

	@Red: #c72d2f; //leave this its for warnings

	//these are for colored areas like bars etc.
	@rowHighlight: #de-e6eb; LOCAL: dee6eb
	@rowHighlightMedium: #bd-c3cc; LOCAL: bdc3cc
	@rowHighlightDark: #80-8389; LOCAL 808389
	@rowHighlightBlack: #33-3333; --generally leave this a gray LOCAL: 333333
	
	Head-font: 'Times New Roman', Times, serif
	Book-font: Montserrat, Optima, Verdana, Arial, sans-serif
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif&display=swap');

/*#region Global Classes and Element Styles */
html {
	height: 100%;
}

body {
	background-color: white;
	margin: 0px;
	height: 100%;
}

body {
	font-family: 'Montserrat', Verdana, Arial, sans-serif, serif;
	color: #10143e;
	font-size: 15px;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8 ) url('/images/ajax-loader.gif') 50% 50% no-repeat;
}
td, input, select, .bookfont, h4, h5, h6 {
	font-family: 'Montserrat', Verdana, Arial, sans-serif, serif;
	color: #4698cb;
	font-size: 15px;
}

h1, h3, .headfont {
	font-family: 'Montserrat', Verdana, Arial, sans-serif, serif;
}

h2, h4 {
	font-family: 'Bree Serif', Verdana, Arial, sans-serif, serif;
}

.h1_color {
	font-weight: bold;
}

.tabcenter-featured.h2 {
}

ol, ul {
	margin: 0;
	padding: 0;
}

a {
	color: #070e13;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

	a img {
		border: none;
	}
/*a img:hover { opacity: 0.8; }*/
img {
	max-width: 100%;
}

.hidden {
	display: none;
}

.msg-addtocart {
	cursor: pointer;
}

.butn {
	font-family: 'Montserrat';
	background: #4698cb;
	padding: 7px 27px 7px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}

	.butn:hover {
		text-decoration: none;
	}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(148, 148, 148, 0.57), rgba(0, 0, 0, 0));
}

@-webkit-keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@-webkit-keyframes hvr-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes hvr-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

:-ms-input-placeholder {
	color: #10143e;
}

::-webkit-input-placeholder {
	color: #10143e;
	opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
	color: #10143e;
	opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #10143e;
	opacity: 1 !important;
}

#search-form input[type='image'] {
	margin-left: -5px;
	padding: 0px;
}

.btnSearch {
	border-style: solid;
	font-family: 'Montserrat', Verdana, Arial, sans-serif;
	border-width: 1px;
	cursor: pointer;
	line-height: normal;
	margin: 0 0 .25em 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding-top: 0.875em;
	padding-right: 2em;
	padding-bottom: 0.875em;
	padding-left: 2em;
	font-size: 1em;
	font-weight: 500;
	background-color: #4698cb;
	border-color: #4698cb;
	color: #fff;
}

	.btnSearch:hover {
		background-color: #f1b434;
		color: #FFF;
		border-color: #f1b434;
	}
/*#endregion*/
/*#region Master Page Styles */
.centerpage {
	max-width: 1024px;
	margin: 0px auto;
	overflow: hidden;
}

#header {
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

	#header a {
		white-space: nowrap;
		color: #070e13;
	}

#header-logo {
	float: left;
	text-align: left;
	position: relative;
	z-index: 10;
}

	#header-logo img {
		margin-bottom: -10px;
		max-width: 82%;
	}

#header-message {
	float: left;
	text-align: left;
	position: relative;
	z-index: 10;
	max-width: 350px;
	margin: 59px 0px 0px 45px;
}

#header-tools {
	text-align: right;
}

	#header-tools > div {
	}

#header-nav-link > div {
	display: inline-block;
	margin-right: 10px;
}

#header-nav-link #login {
	margin-right: 0px;
}

#header-nav-link > div:last-child {
	margin-right: 0px;
	margin-left: 0px;
}

#header-nav-link a {
	padding-right: 0px;
	font-size: 11px;
	vertical-align: top;
	line-height: 1.6;
}

	#header-nav-link a:hover {
		text-decoration: none;
		color: #f1b434;
	}

#header-nav-link .separator {
	vertical-align: top;
	line-height: 15px;
}

#contact-icon {
}

	#contact-icon i {
		/*vertical-align: top;
		line-height: 16px;*/
		font-size: 12px;
	}

#header-nav-link a:last-child {
	padding-right: 0px;
	border-right: none;
}

#header-cart {
	margin: 15px 0px 5px;
	text-align: right;
	line-height: 32px;
}

	#header-cart legend {
		font-size: 16px;
		font-weight: bold;
	}

	#header-cart .separator {
		margin: 3px;
	}

#header-cart-icon {
	margin-right: 2px;
}

#header-cart .cartcount {
	color: white;
	background-color: #c72d2f;
	border-radius: 20px;
	position: relative;
	display: inline-block;
	z-index: 2;
	top: -11px;
	left: 50px;
	line-height: 24px;
	padding: 0px 4px;
	text-align: center;
}

#header-cart a:hover {
	text-decoration: none;
}

#mobile-adv-search {
	display: none;
}

#navbar {
	background-color: #4698cb;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}

.user-display {
}

	.user-display p {
		font-family: 'Bree Serif', Verdana, Arial, sans-serif, serif;
		font-size: 22px;
		margin: 0px;
		line-height: 1.8;
		color: #4698cb;
	}

.user-display-mobile {
	display: none;
}

#header-info {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.mobile-login {
	display: none;
}

#header-info li {
	list-style: none;
}

#header-social {
	margin-top: 10px;
}

	#header-social a:hover {
		opacity: 0.65;
	}

	#header-social .search-panel {
		display: inline-block;
	}

.category-select {
	width: auto;
	height: 210px;
}

#search-form {
	display: block;
	float: right;
	overflow: hidden;
	height: auto;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	border: none;
	display: none; /*they dont want to display the search bar or advanced search link*/
}

	#search-form input[type='text'] {
		width: 170px;
		border: none;
		vertical-align: top;
		padding: 3px 0px 3px 15px;
		height: 26px;
		font-size: 13px;
		font-weight: normal;
	}

	#search-form input[type='image']:hover {
		-moz-opacity: 0.5;
		-o-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

#advance-search-container {
	position: absolute;
	top: 110px;
	right: 0px;
	margin-top: -10px;
	display: none; /*they dont want to display the search bar or advanced search link*/
}

#adsearch-bttn {
	background: #070e13;
	background-image: -webkit-linear-gradient(top, #4698cb, #4698cb);
	background-image: -moz-linear-gradient(top, #4698cb, #4698cb);
	background-image: -ms-linear-gradient(top, #4698cb, #4698cb);
	background-image: -o-linear-gradient(top, #4698cb, #4698cb);
	background-image: linear-gradient(to bottom, #4698cb, #4698cb);
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	color: #ffffff !important;
	padding: 9px 15px 0px 15px;
	text-decoration: none;
	font-size: 14px;
}

	#adsearch-bttn:hover {
		background: #4698cb;
		background-image: -webkit-linear-gradient(top, #4698cb, #4698cb);
		background-image: -moz-linear-gradient(top, #4698cb, #4698cb);
		background-image: -ms-linear-gradient(top, #4698cb, #4698cb);
		background-image: -o-linear-gradient(top, #4698cb, #4698cb);
		background-image: linear-gradient(to bottom, #4698cb, #4698cb);
		text-decoration: none;
	}

#navbar-links {
	display: inline-block;
	text-align: center;
	line-height: 49px;
}

	#navbar-links a {
		color: #FFFFFF;
		margin: 0px 14px;
		white-space: nowrap;
		font-weight: 500;
		font-size: 15px;
	}

		#navbar-links a:hover {
			text-decoration: none;
			color: #f1b434;
		}

	#navbar-links .separator {
		color: #bdc3cc;
	}

#dropnav-container {
	position: relative;
	overflow: visible;
}

.dropnav {
	z-index: 1000;
	position: absolute;
	top: 10px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #b1b1b1;
	border-top: none;
	width: 100%;
	box-shadow: 0px 5px 15px #9c9c9c;
}

	.dropnav > ul > li {
		vertical-align: top;
		zoom: 1;
		padding: 10px 10px;
		width: 30%;
		font-size: 13px;
		list-style: none;
		position: relative;
		display: inline-block;
		font-family: 'Montserrat', Verdana, Arial, sans-serif, serif;
	}

	.dropnav li {
		list-style: none;
		font-weight: normal;
		padding: 10px 0px;
	}

		.dropnav li ul:first-of-type {
			display: block;
			/*position: absolute;*/
			background-color: #ffffff;
			width: 98%;
			right: 20px;
			top: 33px;
			/*display: none;*/
			z-index: 199;
		}

			.dropnav li ul:first-of-type > li {
			}

				.dropnav li ul:first-of-type > li:hover {
					background: #f1b434;
					text-decoration: none;
				}

				.dropnav li ul:first-of-type > li a {
					font-weight: normal;
					color: #070e13;
				}

	.dropnav a {
		color: #4698cb;
		font-size: 14px;
		word-wrap: normal;
		font-weight: bold;
	}

		.dropnav a:hover {
			text-decoration: none;
		}

#main {
	margin-bottom: 15px;
	clear: both;
	min-height: 54vh;
	overflow: hidden;
}

#main-content {
	float: left;
	margin: 0px 0px;
	width: 790px;
}

	#main-content.addright {
		float: left;
		margin: 0px 15px;
		width: 775px;
	}

	#main-content.noright {
		margin-right: 0px;
		width: 810px;
	}

	#main-content.noleft {
		margin-left: 0px;
		width: 810px;
	}

	#main-content.noright.noleft {
		margin: 0px;
		width: auto;
	}

	#main-content.fullwidth {
		margin: 0px;
		width: 100%;
	}

	#main-content.pages {
		margin-left: 300px;
		max-width: 700px;
	}

		#main-content.pages ul {
			margin-left: 20px;
		}

.main-left {
	float: left;
	width: 190px;
}

.main-right {
	float: right;
	width: 205px;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
}

#pnlSignup {
	text-align: center;
	padding: 10px 0px 40px 0px;
	background-color: #070e13;
}

	#pnlSignup > h2 {
		color: #ffffff;
		font-size: 22px;
		font-weight: normal;
	}

	#pnlSignup > span {
		margin: 0px 10px;
		font-size: 16px;
		vertical-align: top;
		line-height: 32px;
		-ms-zoom: 1;
		zoom: 1;
	}

	#pnlSignup > input {
		font-size: 12px;
		vertical-align: top;
		margin-left: -13px;
	}

		#pnlSignup > input[type='text'] {
			padding: 7px;
			margin: 0px 10px;
			width: 350px;
			height: 17px;
		}

.mobile-menu {
	display: none;
}

#mobile-menu-trigger {
	display: none;
}

#mobile-menu-trigger-cart {
	display: none;
}

#footer {
	background-color: #4698cb;
}

#footer-nav {
	background-color: #4698cb;
	text-align: center;
}

	#footer-nav iframe body {
		background: #4698cb;
	}

	#footer-nav a {
		display: inline-block;
		padding: 10px 20px;
		color: white;
		font-size: 18px;
	}

#footer-links {
	margin: 0px;
	margin: 0 auto;
	background-color: #4698cb;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 1024px;
}

	#footer-links a {
		font-weight: normal;
		color: #ffffff;
	}

		#footer-links a:hover {
			color: #f1b434;
			text-decoration: none;
		}

	#footer-links > div {
		flex: 1;
		padding: 10px;
		text-align: left;
	}

#footer-column-1 {
	max-width: 200px;
	display: flex;
}

	#footer-column-1 ul > li {
		line-height: 20px;
		font-size: 20px;
	}

.footer-call-us {
	margin-top: 50px;
	font-size: 20px;
}

.footer-call-social {
	margin-top: 50px;
}

#footer-column-1 img {
	margin: auto;
}

#footer-column-3 {
}

	#footer-column-3 > span {
		float: left;
	}

	#footer-column-3 h2 {
		color: #ffffff;
		text-align: center;
		font-size: 20px;
		line-height: 28px;
		font-style: normal;
	}

#footer-links ul {
	color: white;
}

	#footer-links ul:last-child {
		border: none;
	}

#footer-links li {
	list-style: none;
	font-size: 12px;
	line-height: 1.8;
}

#footer-links-mobile {
	display: none;
}

#mobile-logo {
	display: none;
}

#footer-text {
	color: #ffffff;
	font-size: 10px;
	border-top: none;
}

	#footer-text a {
		color: #ffffff;
	}

		#footer-text a:hover {
			text-decoration: none;
		}

	#footer-text > div {
	}

#footer-nav iframe {
	width: 100%;
	border: none;
}

#footer-copyright {
	color: #ffffff;
	font-family: 'Noto Sans', sans-serif;
	margin: 0 166px;
	float: right;
}

#footer-social {
	width: 210px;
	margin: 0px auto;
	text-align: center;
}

	#footer-social img:hover {
		-webkit-animation-name: hvr-pulse;
		animation-name: hvr-pulse;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

#footer-text-links {
	float: left;
	text-align: right;
	color: #ffffff;
}

#footer-column-1 {
}

#footer-column-2 {
}

#footer-column-3 {
}

.footer-call-social {
	margin-top: 30px;
	margin-bottom: 15px;
}

.footer-call-us {
	margin-top: 18px;
}

#footer-column-3 > span {
}

#footer-column-4 {
}

	#footer-column-4 img {
		background: white;
		padding: 10px 10px;
	}

.CMS_Page_Header {
	font-size: 26px;
	color: #070e13;
	border-bottom: 1px solid #070e13;
	font-family: 'Montserrat', Verdana, Arial, sans-serif, serif;
	font-weight: bold;
}

.cms-content {
}

	.cms-content a {
		font-weight: 600;
	}

/*#endregion*/
/*#region Tree Navigation Styles */
#treenav-trigger {
	display: none;
	font-size: 32px;
	text-align: center;
	background: url(/images/button_menu.png) no-repeat center;
}

	#treenav-trigger.msg-exp-open {
	}

#treenav {
	min-height: 650px;
	text-align: left;
}

	#treenav .msg-exp-t {
		font-weight: 100;
		background: url(/images/arrow-right.png) no-repeat;
		background-position: left center;
	}

		#treenav .msg-exp-t.msg-exp-open {
			background: url(/images/arrow-down.png) no-repeat;
			background-position: left center;
		}

.treenav-heading {
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	margin: 5px 5px 10px 5px;
}

.treenav-menu {
	color: #070e13;
	margin-bottom: 50px;
	padding: 5px;
}

	.treenav-menu a {
		line-height: 20px;
		color: #070e13;
	}

.treenav-submenu {
	padding-left: 10px;
}

.treenav-item {
	background: url(/images/li-box.png) no-repeat;
	background-position: left center;
	margin-left: 7px;
	margin-bottom: 5px;
	padding-left: 17px;
	line-height: 16px;
}

.treenav-item-bold {
	margin-left: 7px;
	margin-bottom: 5px;
	line-height: 16px;
	font-weight: bold;
}

.treenav-item.bold a {
	font-weight: bold;
}

.treenav-item-hr {
	border-top: solid 1px #000001;
	margin: 10px 10px;
}

#treenav-marketing {
	text-align: center;
}

	#treenav-marketing img {
		margin-bottom: 10px;
	}

.treenav-spacer {
	font-weight: bold;
	margin: 10px 0px 5px 10px;
}
/*#endregion*/

/*#region Home Page */
.home-row {
	clear: both;
	overflow: hidden;
	text-align: center;
}

	.home-row > div {
		margin: 0px auto;
		padding: 0px;
		vertical-align: top;
	}

	.home-row .placardslider {
		max-width: 1024px;
		border: none;
		box-shadow: none;
	}

.main-right .vslider {
	width: 175px;
	margin: 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
}

#home-featured h2 {
	background: #f1b434;
	height: 50px;
	font-size: 21px;
	line-height: 0.52;
	font-family: 'Bree Serif', Verdana, Arial, sans-serif, serif;
}

	#home-featured h2 span {
		line-height: 50px;
		font-size: .9em;
	}

	#home-featured h2 a {
		color: #10143e;
	}

#home-marketing {
}

	#home-marketing img {
		margin: 10px 0px;
	}
/*#endregion*/

/*#region all browse category page */
.all-browse-cat-container {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.browse-cats a {
	font-size: 18px;
}

.browse-cats {
	flex: 1;
}
/*#endregion*/
/*#region Login and Utility Styles */
#cartLogin {
	max-width: 955px;
	margin: 35px 25px;
}

	#cartLogin h3 {
		border-bottom: 1px solid #bdc3cc;
		line-height: 30px;
		margin-bottom: 25px;
	}

.cartLogin_column {
	display: inline-block;
	max-width: 450px;
	margin-right: 25px;
	vertical-align: top;
}

#cartLogin td > div {
	margin: .5em;
}

#cartLogin label {
	display: inline-block;
	min-width: 125px;
	font-weight: bold;
}

#cartLogin input[type="text"], #cartLogin input[type="password"] {
	width: 150px;
	margin: 0px;
}

#cartLogin_text {
	font-style: italic;
}

#cartUtility {
	border: 4px solid #eee;
	padding: 10px;
	margin: 20px;
}

.cartUtility_section {
	border-bottom: 4px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

	.cartUtility_section:last-child {
		border: none;
		margin: 0px;
		padding: 0px;
	}
/*#endregion*/

/*#region List Pages */
.breadcrumb {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

	.breadcrumb a, .breadcrumb span {
		white-space: nowrap;
		padding: 0px 0px;
		font-size: 14px;
	}

	/*.breadcrumb.listpage {
		display: none;
	}*/

#list-header {
	overflow: hidden;
}

#list-pagecontrols {
	color: #333333;
	line-height: 34px;
	overflow: hidden;
	border-bottom: 1px solid #4698cb;
}

#list-pagesort {
	white-space: normal !important;
}

#list-perpage, .list-pagenav {
	float: right;
	text-align: right;
}

	#list-perpage a {
		cursor: pointer;
	}

#list-pagecontrols > div {
	clear: both;
	margin: 16px 0;
}

#list-pagecontrols span {
	white-space: nowrap;
}

#list-pagecontrols label {
	white-space: nowrap;
	margin-right: 7px;
}

#list-pagecontrols select {
	font-size: 12px;
	border: 1px solid #bdc3cc;
	height: 24px;
	margin: 5px 0px 0px 5px;
	padding: 1px 0px 1px 2px;
}

.list-featured {
	background-color: #f1b434;
	padding: 10px 20px 10px 20px;
	margin: 10px 0px;
}

.list-categoryheader {
	padding: 10px 20px 10px 20px;
	margin: 10px 0px;
	display: block;
	overflow: hidden;
}

.list-categoryHeader-pic {
	margin: 0px 10px 20px 0px;
	display: inline-block;
	min-width: 200px;
	float: left;
}

.list-categoryHeader-text {
}

.list-categoryHeader-blocks {
	width: 100%;
}

	.list-categoryHeader-blocks h1 {
		margin: 0px 0px;
	}


	.list-categoryHeader-blocks a {
		text-decoration: underline;
		color: #f1b434;
	}

.list-item-addtocart-bttn {
	backface-visibility: hidden;
	position: relative;
	width: 100px;
	height: 20px;
	cursor: pointer;
	line-height: 11px;
	white-space: nowrap;
	background: #4698cb;
	border: 0px solid #ffffff;
	padding: 15px 0px 4px 15px;
	color: #ffffff;
	text-align: left;
	font-size: 13px;
	font-family: 'Montserrat',arial;
	margin-bottom: 15px;
	font-weight: 500;
	display: inline-block;
}

	.list-item-addtocart-bttn:hover {
		text-decoration: none;
		background: #f0ac35;
	}

	.list-item-addtocart-bttn > i {
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 15px;
		right: 10px;
		color: #ffffff;
	}

		.list-item-addtocart-bttn > i:hover {
			color: #ffffff;
		}

.list-subcategories {
	background-color: #dee6eb;
	padding: 10px 5px 10px 5px;
	margin-top: 10px;
	display: none;
}
	/* adjust this width to 2 col if you want to to that*/
	.list-subcategories a {
		display: inline-block;
		width: 225px;
		padding: 5px 10px 5px 10px;
		margin: 0px 10px 0px 10px;
		color: white;
		background-color: #4698cb;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		.list-subcategories a:hover {
			background-color: #f1b434;
			text-decoration: none;
		}

#list-viewstyle-grid {
	text-decoration: underline;
	color: #4698cb;
}

#list-viewstyle-normal {
	text-decoration: underline;
	color: #4698cb;
}

.list-pagenav label {
	display: none;
}

.list-pagenav-num, .PagingLink {
	display: inline-block;
	padding: 2px 8px;
	background-color: #c4c7d3;
	line-height: 14px;
}
	/* .PagingNumber  { display: inline-block; padding: 2px 8px; background-color: #dee6eb; line-height: 14px; } replaces aobve */
	.list-pagenav-num.active, .PagingNumber {
		color: white;
		background-color: #4698cb;
	}
	/* .PagingLink { color: white; background-color: #004268; } default paging link style */
	.list-pagenav-arrow, .PagingLink:first-child, .PagingLink:last-child {
		background-color: #dee6eb;
		padding: 0px 10px;
		background-position: center center;
	}

		.list-pagenav-arrow:hover, .PagingLink:first-child:hover, .PagingLink:last-child:hover {
			text-decoration: none;
		}

		.list-pagenav-arrow:first-child, .PagingLink:first-child {
			background-image: url(/images/arrowl.png);
			margin-right: 8px;
		}

		.list-pagenav-arrow:last-child, .PagingLink:last-child {
			background-image: url(/images/arrowr.png);
			margin-left: 8px;
		}

.product-list {
	margin-bottom: 15px;
}

	.product-list h1 {
	}

.list-item {
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #4698cb;
}

.list-item-image {
	float: left;
	margin-bottom: 10px;
	margin-right: 35px;
}

	.list-item-image img {
		max-width: 155px;
		vertical-align: top;
		box-shadow: 2px 2px 2px #bdc3cc;
	}

.list-item-detail {
	margin: 0px 135px 15px 135px;
}

.list-item-title {
	margin: 0px;
	font-size: 22px;
	overflow: hidden;
	width: 430px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: 100;
}

	.list-item-title a {
		color: #070e13;
	}

.list-item-subtitle {
	color: #070e13;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-item-byline {
	font-weight: normal;
	margin: 5px 0px 0px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-item-description {
	overflow: hidden;
	width: 430px;
	display: -webkit-inline-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 30px;
	height: 145px;
}

	.list-item-description p {
		margin-top: 0px;
	}

.list-item .more {
	font-size: 14px;
	text-decoration: underline;
}

.list-item-addtocart {
	float: right;
	width: 125px;
	margin-bottom: 10px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 25px;
}

.list-item-isbn {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}

.list-item-bookworkdsid {
	color: #f1b434;
	font-size: 12px;
}

.list-item-title-small {
	line-height: 15px;
	font-family: 'Montserrat',Verdana, Arial, sans-serif;
	font-weight: 500;
	text-align: right;
	display: none;
}

.list-item-productType {
	font-family: 'Montserrat',Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-top: 10px;
}

.list-item-otherFormats {
}

.list-item-hide {
	display: none;
}

.list-item-price {
	display: block;
	font-weight: bold;
	font-size: 32px;
	font-family: 'Montserrat', Verdana, Arial, sans-serif, serif;
}

.list-item-date {
	color: #bdc3cc;
	font-weight: bold;
}

.list-item-price-grid {
	display: none;
}

.list-item-productType-grid {
	display: none;
}

.list-grid {
	display: inline-block;
	*display: inline;
	-ms-zoom: 1;
	zoom: 1;
	text-align: center;
	width: 150px;
	margin: 10px;
	vertical-align: text-top;
}

	.list-grid .list-item {
		border-bottom: none;
	}

	.list-grid .list-item-image {
		float: none;
		margin-bottom: 0px;
		margin-right: 0px;
	}

		.list-grid .list-item-image img {
			max-width: 114px;
			box-shadow: none;
		}

	.list-grid .list-item-detail {
		margin: 0px;
	}

	.list-grid .list-item-title {
		font-size: 16px;
	}

	.list-grid .list-item-subtitle {
		display: none;
	}

	.list-grid .list-item-byline {
		margin: 0px;
	}

	.list-grid .list-item-description {
		display: none;
	}

	.list-grid .list-item-addtocart {
		width: 149px;
		float: left;
		margin: 0 auto;
		text-align: center;
		align-items: center;
		margin-top: -4px;
	}

.list-item-longdescription {
	color: #4698cb;
}

.list-grid .list-item-price {
	display: none;
}

.list-grid .list-item-price-grid {
	display: block;
	font-weight: bold;
}

.list-grid .list-item-productType-grid {
	display: block;
	font-weight: bold;
}

.list-grid .list-item-productType {
	display: none;
}

.list-grid .list-item-more {
	display: none;
}

.list-grid br {
	display: none;
}

.list-grid .list-item-bookworkdsid {
	display: none;
}

.list-grid .list-item-title {
	display: none;
}

.list-grid .list-item-title-small {
	text-align: center;
	word-break: normal;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 20px;
	-webkit-box-orient: vertical;
	max-height: 60px;
	width: 135px;
	font-size: 14px;
}

.list-grid .list-item-autorenew {
	margin-top: 0px;
	font-size: 10px;
}

.product-list.list-grid img {
	max-width: 114px;
}
/*#endregion*/
/* default css button */
.css-button {
	backface-visibility: hidden;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	background: #4698cb;
	border: 0px solid #ffffff;
	padding: .4em;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-family: 'Montserrat',arial;
	margin-bottom: 15px;
}

	.css-button:hover {
		background-color: #f1b434;
		text-decoration: none;
	}

	.css-button:active {
		position: relative;
		top: 1px;
		text-decoration: none;
	}

.css-button-large {
	font-size: 14px;
}


/*Wish List*/
#wishlist-add {
	margin-top: 10px;
}

#wishlist-remove {
	margin-top: 10px;
}

#wishlist-add-message {
	display: none;
}

#wishlist-remove-message {
	display: none;
}

#wishlist-form {
	margin-top: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

.wishlist-form-element {
	margin: 10px;
}

.wishlist-result {
	font-size: 14px;
	padding: 20px;
	border: 1px solid #cccccc;
	width: 90%;
	margin: 10px 0px;
	display: block;
}

#wishlist-search-form {
	display: inline-block;
	float: left;
	overflow: hidden;
	height: 28px;
	margin: 0px;
	padding: 0px 0px 0px 45px;
	border: none;
	background: white url(/images/search_background.png) left top no-repeat;
}

	#wishlist-search-form input[type='text'] {
		width: 215px;
		border: 1px solid #aaaaaa;
		vertical-align: top;
		margin: 2px;
		padding: 3px;
		height: 17px;
		font-size: 16px;
	}

	#wishlist-search-form input[type='submit'] {
		margin-top: 4px;
		padding: 0px;
	}

/*#endregion*/

/*#region advanced search w filter
#search_refinements { border: solid 1px black; background-color: #dee6eb; max-width: 150px; padding: 10px;}
	*/

/*#endregion*/


/*#region campaign/redmption page */
.list-item-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}

.campaign-list-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}

.campaign-list-section {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
	margin-bottom: 5px;
	margin-top: 10px;
}

	.campaign-list-section:empty {
		display: none;
	}

.campaign-terms {
	margin: 15px 5px;
}

.campaign-list-item {
	text-align: center;
	font-weight: bold;
	width: 20%;
	padding: 15px;
}

	.campaign-list-item img {
		max-width: 60%;
	}

.redeem-container {
	display: block;
	margin-top: 40px;
}

	.redeem-container p {
		font-weight: bold;
		color: #102050;
	}

#btn_redeem {
	margin-top: 20px;
}
/*#endregion*/
/*#region Product Detail */
#product-cover {
	float: left;
	position: relative;
}

#product_detail_cover {
	max-width: 100%;
	margin-bottom: 15px;
}

	#product_detail_cover img {
		width: 355px;
		height: auto;
		max-height: 470px;
		padding-right: 70px;
		margin-left: 0px;
	}

#sample-image {
	max-width: 250px;
}

#newcampaign {
	background-color: #4698cb;
	overflow: hidden;
	padding: 5px 0px;
	color: white;
	width: auto;
}

#txt_text {
	padding: 0 20px;
}

#txt_newcampaign {
	width: 135px;
	height: 28px;
	display: inline-block;
	margin-left: 85px;
}

#btn_newcampaign {
	background: #f1b434;
	color: #4698cb;
	text-align: center;
	font-size: 14px;
	width: 60px;
	height: 34px;
	cursor: pointer;
	border-style: hidden;
	margin-left: -5px;
	font-weight: bold;
	vertical-align: bottom;
}

#btn_defaultcampaign {
	color: #f1b434;
	margin-left: 5px;
	font-weight: bold;
	text-decoration:underline;
}

#campaign_info {
	text-align: right;
}

.campaign_error {
	display: inline-block;
	color: #f1b434;
	font-weight: bold;
	margin-left: 10px;
}

#product-social {
	height: 25px;
}

#product-info {
	margin-bottom: 25px;
	margin-left: 0px;
	min-height: 450px;
	padding-right: 5px;
	position: relative;
	line-height: 22px;
}

#product-title {
	color: #070e13;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 0;
	line-height: 25px;
	background: #f1b434;
	font-family: 'Bree Serif', Verdana, Arial, sans-serif, serif;
	font-weight: normal;
	font-size: 24px;
}

#product-info p {
	font-size: .9em;
}

	#product-info p::-webkit-scrollbar {
		width: 0.5em !important;
		scroll-behavior: smooth !important;
	}

#product-content-misc::-webkit-scrollbar {
	width: 0.5em !important;
}


#product-content-misc::-webkit-scrollbar-thumb {
	background: #f1b434;
	border-radius: 5px;
}

#product-subtitle {
	color: #f1b434;
	margin: 0px;
}


#product-info label:after {
}

.product-buy {
	font-size: 18px;
	margin: 10px 0px;
	width: 575px;
	background: #f7f3ea;
	display: -ms-flexbox;
	display: flex;
	min-height: 100px;
	-webkit-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	-moz-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
}

	.product-buy > div {
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		flex: 1 1 auto;
		width: 25%;
		padding: 0 20px;
	}

.product-format {
	margin: 12px 0px;
	font-weight: bold;
	font-size: 15px;
	color: #070e13;
}

.product-price {
	font-family: 'Montserrat', Verdana, Arial, sans-serif, serif;
	font-weight: bold;
	font-size: 32px;
	margin: 10px 0px 20px 0px;
	text-align: left;
	color: #070e13;
}

#product-byline {
	font-size: 14px;
	font-weight: normal;
}

	#product-byline a {
		font-weight: bold;
	}

#product-fields {
	margin: 10px 0px;
}

	#product-fields ul {
		display: inline-block;
		*display: inline;
		-ms-zoom: 1;
		zoom: 1;
		width: 200px;
		vertical-align: top;
	}

	#product-fields li {
		list-style: none;
	}

	#product-fields label {
		font-weight: bold;
		margin-right: 3px;
	}

.product-buy-us {
}

.product-buy-other {
	max-width: 695px;
	display: block;
	color: #c72d2f;
}

.product-buylabel {
	display: block;
}

.product-buy-us .price {
	font-size: 32px;
	font-weight: bold;
}

.product-buy-other .sale-price {
	font-size: 32px;
	font-weight: bold;
}

.product-buy-other a {
	margin-right: 8px;
}

.product-cart {
	margin: 13px 0px;
}

	.product-cart img {
		margin: 0px;
	}

.product-cart-add {
	text-align: center;
}

.product-cart input.msg-addtocart {
	vertical-align: top;
	line-height: 20px;
	margin: 0px;
}

.product-offers {
	overflow: hidden;
	margin-top: 25px;
}

#product-offers h2 {
	text-align: center;
	border-top: 1px solid #4698cb;
	border-bottom: 1px solid #4698cb;
	overflow: hidden;
}

#book-info {
}

#product-content-misc {
	max-height: 200px;
	overflow-y: auto;
}

.tooltip {
	min-width: 10%;
	max-width: 33%;
	top: 71px;
	left: 10%;
	transform: translate(-30%,-100%);
	padding: 10px 18px;
	color: #ffffff;
	background-color: #f1b434;
	font-weight: normal;
	font-size: 15px;
	border-radius: 8px;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	display: none;
}

.product-cart img.msg-addtocart {
	max-height: 26px;
}

.sprite-addtocart {
	width: 120px;
	height: 28px;
	background: url('/images/addtocart_listpage.png') -5px -5px;
	cursor: pointer;
	margin-bottom: 10px;
}

	.sprite-addtocart:hover {
		width: 120px;
		height: 28px;
		background: url('/images/addtocart_listpage.png') -5px -43px;
	}

.add-to-cart-bttn {
	backface-visibility: hidden;
	position: relative;
	width: 120px;
	height: 30px;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	background: #4698cb;
	border: 0px solid #ffffff;
	padding: 5px 20px 5px 0px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	font-family: 'Montserrat',arial;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 29px;
}

	.add-to-cart-bttn:hover {
		text-decoration: none;
		background: #f1b434;
	}

	.add-to-cart-bttn > i {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		position: absolute;
		top: 13px;
		right: 10px;
		color: #f1b434;
		font-weight: bold;
	}

		.add-to-cart-bttn > i:hover {
			color: #ffffff;
		}

.product-request a {
	display: inline-block;
	-ms-zoom: 1;
	zoom: 1;
	vertical-align: top;
	margin: 12px;
	padding: 5px;
	color: white;
	background-color: #f1b434;
	white-space: nowrap;
}

#productmarketing {
	font-size: 18px;
	margin: 10px 0px;
	width: 575px;
	background: #f7f3ea;
	display: flex;
	min-height: 100px;
	-webkit-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	-moz-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.7)
}

	#productmarketing > div {
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		flex: 1 1 0;
	}

	#productmarketing img {
		margin-bottom: 10px;
	}

#product-content {
	margin-top: 60px;
}

#product-content-nav { /*display: none; set this to none when not using tabs on detail page*/
}

#mobile-scroll-indicator {
	display: none;
}

#mobile-scroll-indicator-info {
	display: none;
}

.product-content-section {
	margin-bottom: 10px;
}

	.product-content-section h3 {
		border-bottom: 2px solid #bdc3cc;
		font-size: 20px;
	}

#product-content-samples .cover {
	height: auto;
}

#product-sliders {
	text-align: center;
	background: #f7f3ea;
}

	#product-sliders h2 {
		color: #070e13;
		padding: 5px 0;
		background: #f1b434;
	}

		#product-sliders h2 span {
			padding: 5px 4px;
			background: #f1b434;
			padding: 5px 0;
			font-family: 'Bree Serif', Verdana, Arial, sans-serif, serif;
			font-weight: normal;
		}

#product-zoom {
	margin: auto;
	position: absolute;
	top: 85.5%;
	left: 72%;
	display: inline-block;
	border-radius: 15px;
	background-color: rgba(173, 173, 173, 0.7);
	padding: 1px 6px 2px 5px;
	z-index: 1000;
}

	#product-zoom img {
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
	}

		#product-zoom img:hover {
			-webkit-animation-name: hvr-pulse;
			animation-name: hvr-pulse;
			-webkit-animation-duration: 1s;
			animation-duration: 1s;
			-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
		}

.offers-container {
	margin: 20px 0px;
	background: #ffffff;
	display: -ms-flexbox;
	display: flex;
	min-height: 100px;
	-webkit-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	-moz-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	position: relative;
}

	.offers-container > div {
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		flex: 1 1 auto;
		padding: 0 20px;
		width: 25%;
		text-align: right;
	}

.offers-desc {
	margin: 12px 0px;
	font-weight: bold;
	font-size: 12px;
	text-align: left !important;
	line-height: 20px;
}

.offers-price {
	font-weight: bold;
	font-size: 25px;
	margin: 10px 0px 20px 0px;
	text-align: left !important;
}

.offers-terms {
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	color: #4698cb;
	margin-top: 10px;
}

.offers-renewal {
	font-weight: bold;
	color: #4698cb;
	margin-top: 35px;
}

.offers-add-cart {
	margin: 15px 0px;
	text-align: center !important;
	font-weight: bold;
}

#offers-popular {
	position: relative;
	right: -41px;
}

#offers-popular-mobile {
	display: none;
}

.renewal-info {
	border-width: 1px;
	border-color: #4698cb;
	font-weight: bold;
	color: #4698cb;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border-style: solid;
	text-align: center;
	display: inline-block;
	height: 15px;
	width: 15px;
	line-height: 16px;
	z-index: 200;
}

.msg-tab-alt {
	display: none;
}

#fblike {
	height: 25px;
	float: left;
}

#twitterlike {
	height: 25px;
	float: left;
	margin-left: 15px;
}

#product-googlePreview {
	text-align: center;
	margin: auto;
}

#product-content-bio {
	overflow: auto;
}

#author-bio {
}

	#author-bio p {
		display: inline-block;
	}

	#author-bio img {
		max-width: 200px;
		float: left;
		margin: 5px 20px 0px 0px;
	}

#author-bio-page {
	min-height: 330px;
}

#author-image {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

	#author-image img {
		max-width: 200px;
		margin-bottom: 40px;
		margin-top: 5px;
	}

#wishlist-item {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#product-zoom img {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

	#product-zoom img:hover {
		-webkit-animation-name: hvr-pulse;
		animation-name: hvr-pulse;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

/* bulk price and order notes (shorNotes)*/
#bulk-pricing {
	background-color: #e1e9f6;
	border-radius: 15px;
	padding: 5px 14px;
	max-width: 200px;
}

#product-ordernotes {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}

	#product-ordernotes tr {
		border-bottom: 1px solid #fff;
	}

	#product-ordernotes td {
		white-space: nowrap;
		line-height: 1.5em;
	}

		#product-ordernotes td:last-child {
			text-align: right;
			overflow: hidden;
		}

.product-format-header {
	font-weight: bold;
}

.product-format-detail {
	display: flex;
}

	.product-format-detail > div {
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		flex: 1 1 0;
	}

.product-format-type {
}

.product-format-price {
}

.product-format-add {
}

.product-ad1 {
	max-width: 100%;
}

.product-ad2 {
	max-width: 100%;
}

/*#region Tabbed Content DO NOT DELETE JUST COMMENT OUT if you are not using tabs on detail page*/
.msg-tab-bar {
}

.msg-tab {
	display: inline-block;
	padding: 0px 22px;
	line-height: 30px;
	vertical-align: bottom;
	text-align: center;
	font-size: 17px;
	color: #FFFFFF;
	background-color: #4698cb;
	font-size: 13px; /* max-width: 135px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; */
}

/* Proposed Long-Text Fix */
.msg-tab {
	max-width: 165px;
	min-width: 115px;
	padding: 0px 10px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 11px;
	font-size: 15px;
}

	.msg-tab.active {
		padding-top: 1px;
		margin-bottom: -1px;
		background: #f1b434;
		box-shadow: none;
		font-size: 15px;
		font-weight: bold;
		color: #070e13;
	}

	.msg-tab:first-child {
	}

	.msg-tab:last-child {
	}

	.msg-tab + .msg-tab {
		margin-left: -3px;
	}

		.msg-tab + .msg-tab.active {
			margin-left: -4px;
		}

	.msg-tab.active + .msg-tab {
		margin-left: -4px;
	}

.msg-tab-target {
	background-color: #f7f3ea;
	padding: 10px 10px;
	margin-bottom: 35px;
}

	.msg-tab-target#cc {
		background-color: white;
		margin-bottom: 0px;
	}

	.msg-tab-target#pp {
		background-color: white;
		margin-bottom: 0px;
	}

.msg-tab.payment-tabs {
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
	max-width: 100px;
	text-align: center;
	height: 40px;
	max-width: 100px;
	min-width: 80px;
}

.msg-tab-alt {
	display: none;
}
/*#endregion*/


/*#region Quick Order */
#qo-heading {
	line-height: 30px;
	margin: 0px;
	background-color: #f1b434;
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#qo-headertext {
	color: black;
	padding: 0px 40px;
	text-align: center;
}

#quickorder {
	width: 100%;
	border-collapse: collapse;
}

	#quickorder tr {
		border-bottom: 2px solid #f1b434; /*height: 44px;*/
	}

		#quickorder tr:nth-child(even) {
			background-color: #dee6eb;
			border-color: #bdc3cc;
		}

	#quickorder th {
		text-align: right;
		color: black;
		font-weight: normal;
	}

		#quickorder th:first-child {
			text-align: left;
		}

	#quickorder td {
		padding: 10px;
		text-align: right;
		color: #808389;
		font-size: 15px;
	}

		#quickorder td:first-child {
			text-align: left;
		}

	#quickorder input {
		width: 40px;
	}

#qo-buttons {
	text-align: center;
	margin: 10px 0px 5px 0px;
}

	#qo-buttons a {
		display: inline-block;
		margin: 10px;
		padding: 5px;
		width: 100px;
		color: white;
		background-color: #004268;
		border-radius: 15px;
		box-shadow: 1px 2px #bdc3cc;
	}

#qo-notes {
	text-align: center;
	font-style: italic;
}
/*#endregion*/

/*#region Order Pad */
.msgop {
}

#msgop-items {
	width: 100%;
}

	#msgop-items .vCartBookSearchTemplate {
		display: none;
	}

	#msgop-items tr {
		vertical-align: top;
	}

	#msgop-items td {
		text-align: center;
	}

		#msgop-items td.vCartBookSIdSearch {
			width: 85px;
		}

	#msgop-items input.vCartBookSIdSearchInput {
		width: 100%;
	}

	#msgop-items .vCartBookSIdSearchList {
		position: absolute;
		background: white;
		padding: 5px;
		box-shadow: 1px 1px 2px #bdc3cc;
	}

		#msgop-items .vCartBookSIdSearchList:empty {
			display: none;
		}

	#msgop-items input.vCartBookSIdSearchTitleInput {
		width: 95%;
	}

	#msgop-items .vCartBookSearchBookPriceLabel:before {
		content: '$';
	}

	#msgop-items td.vCartBookSIdQuantity input {
		width: 45px;
		text-align: right;
	}
/*#endregion*/

/*#region advanced search w filter*/

#asearch-filter-trigger {
	display: none;
	font-size: 32px;
	text-align: center;
	background: url(/images/button_menu.png) no-repeat center right;
}

	#asearch-filter-trigger.msg-exp-open {
		background: url(/images/button_menu_open.png) no-repeat center right;
	}

#asearch-filter {
	min-height: 250px;
	text-align: left;
	margin-bottom: 0px;
}

	#asearch-filter .treenav-heading {
		margin-bottom: 10px;
	}

.asearch-filter-section {
	margin: 5px;
	font-size: 12px;
	color: black;
}

	.asearch-filter-section > span {
		display: block;
	}

#asearch-filter-button {
	margin: 15px;
}

#asearch-marketing {
	text-align: center;
}

	#asearch-marketing img {
		margin-bottom: 10px;
	}

/*#endregion*/

/*#region Sliders */

/* General */
.placardslider .flex-control-nav {
	bottom: 5px;
	z-index: 5;
}

.placardslider .flex-control-paging li a {
	background: rgba(179, 179, 179, 0.5);
}

	.placardslider .flex-control-paging li a.flex-active {
		background: rgba(239, 239, 239, 0.9);
		border: #3399cc;
	}

.placardslider .flex-direction-nav a {
	color: rgba(51, 153, 204,0.9);
}

.vslider .slides li {
	height: 284px;
}

.vslider .slides img {
	margin-bottom: 10px;
}

.vslider-nav {
	display: none;
}

.vslider:hover .vslider-nav {
	display: block;
}

.vslider-nav img {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
}

	.vslider-nav img.prev {
		top: 0;
	}

	.vslider-nav img.next {
		bottom: 0;
	}

.slider-pane {
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
}

.slider-leftnav, .slider-rightnav {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 32px;
}

.slider-leftnav {
	left: -25px;
	background: url('/images/prev.png') center 85px no-repeat;
	display: none;
}

.slider-rightnav {
	right: -30px;
	background: url('/images/next.png') center 85px no-repeat;
	display: none;
}

.slider-window {
	display: inline-block;
	overflow: unset;
	z-index: 500;
	*display: block;
	-ms-zoom: 1;
	zoom: 1;
	width: 100%;
}

.slider-item {
	margin: 0px;
	*display: block;
	-ms-zoom: 1;
	zoom: 1;
	vertical-align: top;
}

	.slider-item img {
		max-height: 150px;
	}

	.slider-item .description {
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.slider-item .title {
		height: 32px;
	}

	.slider-item .format {
		font-weight: 100;
		padding-top: 5px;
		font-size: 13px;
	}

.cover img {
	vertical-align: bottom;
	width: 120px;
}
/* Specific (per site or per slider) */
.productslider {
	width: 770px;
	position: relative;
	margin: 0px auto;
}

.book-details-slider {
	width: auto;
}

.productslider .book-details-slider > .slider-item {
	max-width: 100%;
}

.book-details-slider > .slider-window {
	display: flex;
}

.book-details-slider .slider-pane {
	margin: 0 auto;
}

.productslider .slider-item {
	padding: 5px;
	text-align: center;
	flex: 1 1 auto;
	max-width: 150px;
}

#product-content-samples .productslider .slider-item {
	display: inline-flex;
}

#product-content-samples .productslider {
	width: 700px;
}

.productslider .title a {
	max-width: 120px;
	word-break: normal;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-inline-box;
	line-height: 16px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	font-family: 'Montserrat', Verdana, Arial, sans-serif, serif;
	font-weight: 600;
}

.productslider .byline {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 12px;
}

.productslider .date {
	color: #bdc3cc;
	font-size: 12px;
}

.productslider .price {
	font-weight: bold;
	font-size: 15px;
}

.productslider .issues {
	font-weight: 100;
	font-size: 12px;
	margin-top: 7px;
}

.productslider > .price, .issues, .format {
	line-height: 16px;
}

.productslider .retailprice {
	text-decoration: line-through;
	margin-right: 5px;
}

.productslider .saleprice {
	color: #c72d2f;
}

.cover {
	height: 150px;
	width: 150px;
	display: table-cell;
	vertical-align: bottom;
}

.add-to-cart {
	/*width: 134px;*/
}

	.add-to-cart a {
		vertical-align: bottom;
	}

#add-to-cart-bttn-slider {
	backface-visibility: hidden;
	position: relative;
	width: 109px;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	background: #4698cb;
	border: 0px solid #ffffff;
	padding: 10px 0px 10px 11px;
	color: #ffffff;
	text-align: inherit;
	font-size: 14px;
	font-family: 'Montserrat',arial;
	margin-bottom: 5px;
	font-weight: 500;
	text-align: left;
}

	#add-to-cart-bttn-slider:hover {
		text-decoration: none;
		background: #f1b434;
	}

	#add-to-cart-bttn-slider > i {
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 12px;
		right: 8px;
		color: #f1b434;
	}

		#add-to-cart-bttn-slider > i:hover {
			color: #ffffff;
		}

#tabcenter-featured .productslider .slider-leftnav {
	display: block;
}

#tabcenter-featured .productslider .slider-rightnav {
	display: block;
}

#tabcenter-featured .slider-item {
	padding: 5px 4.5px;
}

#tabcenter-featured .slider-window {
	overflow: hidden;
}
/*#endregion*/
#selfservice_create .choose-panel {
	background-color: white;
	margin: 0 auto;
}

#selfservice_create .choose-container {
	width: 45%;
	text-align: center;
	margin: 10px 10px;
	display: inline-block;
}

#selfservice_create .text-item {
	display: block;
	text-align: center;
	min-height: 30px;
	margin: 10px 0px;
}

#selfservice_create .header {
	font-weight: bold;
	font-size: 18px;
}

#selfservice_create .fullwidth {
	width: 80%;
	margin: 0px auto;
	display: block;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 81%;
}

.msg-tab-int-mobile-short {
	display: none;
}
/* Media queries included here to reduce load time by reducing HTTP requests. */

@media screen and (max-width: 1024px) {
	body {
		padding: 0 20px;
	}

	#advance-search-container {
		top: 120px;
	}

	.main-right {
		width: auto;
		float: none;
		margin-top: 16px;
	}

	#home-marketing a {
		display: flex;
	}

	#header-links {
		margin-top: 20px;
	}

	#search-form input[type='text'] {
	}

	#treenav {
		display: block;
	}

	#footer-links {
		padding: 0px 30px;
	}

	.product-buy {
		width: 550px;
		margin-right: 10px;
	}

	#product-info p {
		padding-right: 5px;
	}

	#product_detail_cover {
		padding-left: 0px;
	}

}

@media screen and (max-width: 1023px) {
	body {
		padding: 0;
		font-size: 1em;
	}

	.centerpage {
		margin: 0px 12px;
	}

	#header-links a { /*display: inline-block; border-right: 1px solid #bdc3cc; border-bottom: 1px solid #bdc3cc; padding: 2px 5px; margin-top: 3px;*/
	}

	#header-message {
		float: none;
		margin: auto;
	}

	#navbar {
		text-align: center;
		padding: 11px 0px 0px 0px;
	}

	#search-form {
		float: none;
	}

	#navbar-links {
		float: none;
	}

	#main-content, .main-left, .main-right {
		float: none;
		margin: 0px 0px 15px 0px;
		width: auto !important;
	}

		#main-content.pages {
			margin-left: 0px;
			max-width: none;
		}

	.main-right {
		text-align: center;
	}

		.main-right .vslider {
			display: none;
		}

	#treenav-trigger {
		display: none;
	}

	#treenav {
		display: none;
		min-height: 0px;
		background-color: transparent;
		padding: 0px;
	}

		#treenav, #treenav a {
			color: white;
			text-shadow: 1px 1px 0px #f1b434;
		}

	.treenav-heading {
		display: none;
	}

	.treenav-menu {
		color: #070e13;
		margin-bottom: 5px;
		background-color: #FFFFFF;
	}

	.treenav-submenu {
		padding: 0px 10px;
		margin: 0px 4px;
	}

		.treenav-submenu .treenav-item {
			margin-left: 5px;
		}

	.treenav-item {
		margin: 1px 0px;
		padding: 10px;
		text-align: center;
		font-size: 18px;
		/*border-bottom: 1px solid #4698cb;*/
		background: url(/images/li-box.png) no-repeat;
		background-position: right center;
	}

	#treenav .msg-exp-t {
		font-weight: bold;
		font-size: 18px;
		background-color: #f1b434;
		background-image: url(/images/arrow-right.png);
		background-image: url(/images/arrow-right.png), linear-gradient(#dee6eb, #f1b434);
		background-image: url(/images/arrow-down.png), -ms-linear-gradient(top, #dee6eb0%, #f1b434 0%);
		background-position: right center;
	}

		#treenav .msg-exp-t.msg-exp-open {
			background-color: #f1b434;
			background-image: url(/images/arrow-down.png);
			background-image: url(/images/arrow-down.png), linear-gradient(#dee6eb, #f1b434);
			background-image: url(/images/arrow-down.png), -ms-linear-gradient(top, #dee6eb0%, #f1b434 0%);
			background-position: right center;
		}

	.treenav-item.msg-exp-t {
		background-image: url(/images/arrow-right.png);
		background-position: right center;
		font-weight: bold;
	}

		.treenav-item.msg-exp-t.msg-exp-open {
			background-image: url(/images/arrow-down.png);
			background-position: right center;
		}

	#pnlSignup {
		text-align: center;
		margin: 10px 0px;
		padding: 10px 0px;
		border-top: 2px solid #bdc3cc;
		border-bottom: 2px solid #bdc3cc;
	}

		#pnlSignup > span {
			display: block;
			margin: 0px 10px;
			font-size: 16px;
			vertical-align: top;
			line-height: 32px;
			-ms-zoom: 1;
			zoom: 1;
		}

		#pnlSignup > input {
			font-size: 12px;
			vertical-align: top;
		}

			#pnlSignup > input[type='text'] {
				padding: 7px;
				margin: 0px 10px;
				width: 200px;
			}

	#footer-nav a {
		padding: 10px;
	}

	.home-row .vslider {
		display: none;
	}

	#home-marketing img {
		margin: 10px;
	}

}

@media screen and (max-width: 768px) {
	#header-logo {
		float: none;
		text-align: center;
	}

	#header-cart {
		text-align: center;
	}

	#header-tools {
		text-align: center;
	}

	#advance-search-container {
		display: none;
	}
	.productslider .slider-item

	{
	}

	#navbar {
		padding: 0;
	}

	#navbar-links {
		background-color: transparent;
		display: none;
	}

	.treenav-menu a {
		line-height: 20px;
		color: #4698cb;
	}

	#navbar-links a {
		background-color: #dee6eb;
		box-shadow: 2px 2px 2px #bdc3cc;
		margin: 3px 0px;
		padding: 5px;
	}

	#navbar-links .separator {
		display: none;
	}

	.productslider.book-details-slider {
		width: 700px;
	}

	#offers-popular {
		right: -20px;
	}

	#offers-popular-mobile {
		display: none;
	}

	.user-display {
		display: none;
	}

	.user-display-mobile {
		display: block;
		float: left;
		padding: 15px;
	}

		.user-display-mobile p {
			font-family: 'Bree Serif', Verdana, Arial, sans-serif, serif;
			font-size: 20px;
			margin: 0px;
			line-height: 1.1;
			color: #070e13;
		}

	#product-info p {
		overflow-y: visible;
		max-height: fit-content;
	}

	#product-offers {
		float: left;
	}

	#txt_text {
		padding: 0px 20px;
	}

	#txt_newcampaign {
		width: 120px;
		height: 28px;
		margin-left: 58px;
	}

	#product-zoom {
		top: 85.5%;
		left: 66.5%;
	}

	#footer-links ul {
		border: none;
	}

	#footer-copyright, #footer-text-links {
		text-align: center;
		margin: 0 75px;
	}

	#footer-links {
		padding: 0px;
	}

	#footer-column-3 {
		margin-left: 0px;
	}

	#pnlSignup {
		text-align: center;
		margin: 0px 0px -1px 0px;
		padding: 0px 0px;
		border-top: none;
		border-bottom: none;
	}

	.list-item-description {
		width: auto;
	}

	.list-item-title {
		width: auto;
	}

	.list-item-image, .list-item-addtocart {
		display: inline-flex;
		*display: inline;
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		text-align: center;
		margin-right: 20px;
	}

	.list-item-detail {
		margin: 0px;
	}

	#product_detail_cover {
		max-width: 84%;
	}

	#product-marketing {
		float: none;
		max-width: none;
		text-align: center;
	}

		#product-marketing img {
			margin: 10px;
		}

	#product-content {
		margin-right: 0px;
	}

	#product-cover {
		width: auto;
		float: left;
		text-align: center;
		margin-bottom: 15px;
	}

	#product-cover-image {
		max-width: none;
		max-height: 300px;
		margin-bottom: 15px;
	}

	.product-buy {
		float: none;
		width: 100%;
	}

	#product-social {
		margin-left: 10px;
		vertical-align: top;
	}

	#product-info {
		margin-left: 0px;
		min-height: 0px;
	}

	.productslider.home-slider {
		width: 700px;
		padding: 0px 0px;
	}
    .productslider .slider-pane {
	   width: 760px;
	   overflow-x: scroll;
	   white-space: nowrap;
    }

	.productslider .slider-item {
		display: inline-block; 
		margin-right: 10px;
	}

	#bulk-pricing {
		display: inline-block;
		float: none;
		background-color: #E9E5E5;
		padding: 5px;
		border-radius: 5px;
		width: 220px;
		margin: 10px 0px;
	}

	/*.treenav-item.bold a {
		font-weight: bold;
	}*/

	#mobile-menu-trigger {
		display: block;
	}

	#mobile-menu-trigger-cart {
		display: block;
		font-size: 32px;
		text-align: center;
		height: 51px;
		background-color: #f1b434;
		background-origin: content-box;
		padding: 0 20px;
	}

	#navbar span {
	}

	#mobile-adv-search {
		display: block;
		color: #ffffff;
	}

	#mobile-menu-trigger {
		display: block;
		font-size: 32px;
		text-align: center;
		background: url(/images/button_menu.png) no-repeat right;
		height: 51px;
		background-color: #f1b434;
		background-origin: content-box;
		padding: 0 20px;
	}

		#mobile-menu-trigger.msg-exp-open {
			background: url(/images/button_menu.png) no-repeat right;
			background-color: #f1b434;
			background-origin: content-box;
			padding: 0 10px;
		}

	#search-container {
		background: #4698cb;
		padding-top: 14px;
		padding-bottom: 20px;
		height: 72px;
		display: none;
	}


}

/*Screen 480 width*/
@media screen and (max-width: 480px) {
	#header {
		padding-bottom: 15px;
		padding-top: 15px;
		height: 80px;
	}

	#header-logo {
		position: relative;
	}

		#header-logo img {
			max-width: 52%;
			float: left;
			position: relative;
			top: 23px;
			padding-left: 7px;
		}

	#header-links {
		text-align: right;
		font-size: 16px;
		line-height: 22px;
		margin-top: 0px;
	}


		#header-links .separator {
			display: contents;
		}

	#navbar-links {
		display: none;
	}

	#header-nav-link > div {
		display: block;
		margin-bottom: 5px;
		margin-right: 20px;
	}

	#contact-icon {
		vertical-align: text-top;
	}

	#header-nav-link #login {
		margin-right: 0px;
		display: inline-block;
	}

	#header-nav-link #register {
		margin-right: 0px;
		display: inline-block;
		margin-right: 20px;
	}

	#header-nav-link > div:last-child {
		margin-right: 20px;
	}

	#header-links a {
		border-right: none;
		border-bottom: none;
	}

	#header-cart label, #header-cart .separator {
		display: inline;
	}

	#header-cart a {
		margin: 4px;
	}

	#advance-search-container {
		display: none;
	}

	.header-social {
		display: none;
	}

	#header-message {
		display: none;
	}

	#header-cart {
		display: none;
	}

	#search-form input[type='text'] {
		width: 280px;
	}

	#search-form input[type='image'] {
		margin-left: -5px;
		padding: 0px;
	}

	.user-display {
		float: right;
		max-width: 200px;
		text-align: right;
	}

	#home-marketing a {
		display: block;
	}

	.slider-item .title {
		min-height: 10px;
		height: 40px;
		overflow: hidden;
	}

	.tooltip {
		min-width: 20%;
		max-width: 70%;
		top: 90px;
		left: 20%;
	}

	.productslider .issues {
	}

	.productslider > .price, .issues, .format {
		line-height: normal;
	}

	.add-to-cart-bttn:hover {
		text-decoration: none;
		background: #4698cb;
	}

	.add-to-cart-bttn > i {
		font-size: 1.3em;
		padding: 0px 0px 0px 0px;
		margin: -1px 1px 0px 0px;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #f1b434;
	}

		.add-to-cart-bttn > i:hover {
			color: #ffffff;
		}

	.list-item {
		text-align: center;
	}

	.list-item-detail {
		text-align: left;
	}

	#product-title {
		line-height: 1.15em;
	}

	#product-content {
		margin-top: 30px;
		position: relative;
	}

	#newcampaign {
		height: 75px;
	}

	h3.msg-tab-alt {
		font-size: 18px;
		background: #4698cb;
		color: white;
		margin-bottom: 0px;
		height: 30px;
		line-height: 33px;
		font-family: 'Montserrat', Verdana, Arial, sans-serif;
		font-weight: 500;
	}

	.msg-tab.product-tabs {
		margin-right: 0px;
		min-width: 94px;
	}

	.product-cart {
		text-align: center;
		margin: 0 auto;
		display: inline-block;
		margin: 15px 0px;
	}

	.product-buy > div {
		width: 35%;
		padding: 0 10px;
	}

	#product-offers {
		float: none;
	}

	#book-info {
		padding: 0px 0px;
	}

	#product_detail_cover {
		max-width: 100%;
	}

	#product-content-samples .productslider {
		width: auto;
	}

	#product_detail_cover {
		padding-left: 0px;
	}

	.offers-terms {
		text-align: right;
	}

	#offers-popular {
		display: none;
	}

	#offers-popular-mobile {
		display: inline-block;
		position: relative;
	}

	#product-zoom {
		top: 49%;
		left: 160px;
	}

	.product-buy {
		display: inline-block;
		min-height: 120px;
	}

	.product-format {
		display: inline-block;
	}

	.product-price {
		display: inline-block;
		padding: 0 20px;
		text-align: right;
		float: right;
	}

	#product-content-delivery {
	}

	.product-request {
		display: block;
	}

	.product-info {
		position: relative;
	}

	.productslider .slider-item {
		padding: 5px 2.5rem 5px 0px;
	}

	#product-info p {
		overflow-y: auto;
	}

	#mobile-scroll-indicator {
		position: absolute;
		top: 625px;
		display: block;
		text-align: center;
		width: 100%;
		background-color: #ffffff;
	}

	.book-details-slider.productslider .slider-item {
		flex: 0;
	}

	#txt_text {
		padding: 0px 15%;
	}

	#txt_newcampaign {
		width: 50%;
	}

	.offers-container > div {
		width: 35%;
		padding: 0 10px;
	}

	.offers-container, .offers-desc, .offers-price, .offers-add-cart {
		display: inline-block;
	}

	.offers-desc {
		text-align: left !important;
		font-size: 15px;
		width: 170px !important;
	}

	.offers-renewal {
		font-weight: bold;
		color: #4698cb;
		font-size: 15px;
	}

	.offers-price {
		text-align: right !important;
		padding-right: 15px !important;
		float: right;
	}

	.offers-add-cart {
	}

	.productslider {
		width: 100%;
		padding: 0px;
	}

	.add-to-cart-bttn {
		margin-bottom: 5px;
	}

	.productslider .slider-leftnav, .productslider .slider-rightnav {
		display: none;
	}

	.productslider .slider-pane {
		white-space: normal;
		margin-left: 0px !important;
		width: 27rem;
	}

	.slider-item:nth-child(n+3) {
		/*display: none;*/
	}

	.msg-tab-bar {
		display: none;
	}

	.msg-tab-alt {
		display: block;
		text-align: center;
	}


	.msg-tab-target#pp {
		display: none;
		height: auto;
	}

	.msg-tab-target {
		height: auto;
		display: block;
	}

	#header-cart-icon {
		vertical-align: sub;
	}

	.list-item-description {
		display: none;
	}

	.list-item-title {
		display: none;
	}

	.list-item-title-small {
		display: block;
	}

	.list-item-image, .list-item-addtocart {
		display: inline-flex;
		*display: inline;
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		text-align: right;
		margin-right: 10px;
	}

		.list-item-image img {
			margin-right: 0px;
			width: 155px;
			height: 203px;
		}

	.list-grid {
		vertical-align: text-top;
	}

		.list-grid .list-item-image img {
			margin-right: 0px;
		}

	#pnlSignup {
		text-align: center;
		margin: 0px 0px;
		padding: 25px 0px;
		border-top: none;
		border-bottom: none;
	}

	#wishlist-item-details {
		margin-left: 0px;
	}

	#footer-links {
		display: none;
	}

	#footer-text {
		display: none;
	}

	#footer-nav iframe {
		width: auto;
		border: none;
		min-height: 190px;
	}

	#mobile-logo {
		display: flex;
		text-align: center;
		padding-top: 15px;
		background: #4698cb;
		width: 100%;
		align-items: baseline;
		justify-content: space-between;
	}

		#mobile-logo div {
			flex: 1 1 auto;
		}

	#newlife-logo {
		padding-left: 20px;
	}

	#footer-links-mobile {
		display: flex;
		justify-content: center;
		flex-direction: row;
		width: 100%;
		background: #4698cb;
		align-items: baseline;
	}

		#footer-links-mobile a, li {
			color: #FFFFFF;
			font-size: 13px;
			padding: 6px 0px;
		}

	#footer-mobile-column-1 {
		color: #4698cb;
		padding: 0px;
	}

		#footer-mobile-column-1 ul {
			list-style: none;
		}

		#footer-mobile-column-1 img {
		}

	#footer-mobile-column-2 {
		padding: 0px 0px;
	}

		#footer-mobile-column-2 ul {
			list-style: none;
			padding-left: 25px;
		}

	#footer-mobile-column-3 {
		padding: 30px 0px;
	}

		#footer-mobile-column-3 img {
			background: white;
			padding: 10px 10px;
		}

	#footer-mobile-column-4 {
		color: white;
		padding: 23px 17px;
	}

		#footer-mobile-column-4 ul {
			list-style: none;
		}

		#footer-mobile-column-4 ul {
			list-style: none;
		}

	#footer-copyright {
		margin: 0 113px;
	}

	::-webkit-scrollbar {
		width: 0.5em !important;
		scroll-behavior: smooth !important;
		display: none;
	}

	::-webkit-scrollbar-thumb {
		background: #f1b434;
		border-radius: 5px;
	}

	.msg-tab.product-tabs {
		font-weight: bold;
		font-size: 14px;
		line-height: 40px;
		max-width: 70px;
		text-align: center;
		height: 40px;
		min-width: 30px;
		text-transform: lowercase;
	}

	.msg-tab-int-mobile {
		display:none;
	}

	.msg-tab-int-mobile-short {
		display:inline;
	}
		
}

@media screen and (max-width:414px) {
	.productslider .slider-pane {
		width: 24.5rem;
	}
	.productslider .slider-item {
		padding: 5px 1.5rem 5px 0px;
	}

	.book-details-slider.productslider .slider-item {
		padding: 5px 28px;
	}

	#offers-popular-mobile {
		float: right;
	}

	#txt_text {
		padding: 0px 13%;
	}

	#txt_newcampaign {
		width: 50%;
	}

	#product-zoom {
		top: 86.5%;
		left: 79.5%;
	}

	#footer-mobile-column-2 ul {
		padding-left: 85px;
	}

	#newlife-logo {
		padding-left: 81px;
	}

	#footer-copyright {
		margin: 0 98px;
	}

}

@media screen and (max-width:375px) {
	.productslider .slider-item {
		padding: 5px 26px 5px 0px;
	}
	.productslider .slider-pane {
		width: 23.5rem;
	}

	.book-details-slider.productslider .slider-item {
		padding: 5px 20px;
	}

	#txt_text {
		padding: 0px 12%;
	}

	#txt_newcampaign {
		width: 50%;
		margin-left: 19%;
	}

	.offers-container > div {
		width: 30%;
		padding: 0 5px;
	}

	#product-zoom {
		top: 85.5%;
		left: 79.5%;
	}

	#mobile-scroll-indicator {
		top: 500px;
	}

	#footer-mobile-column-2 ul {
		padding-left: 55px;
	}

	#newlife-logo {
		padding-left: 50px;
	}
}

@media screen and (max-width: 360px) {

	#product-content-samples .productslider .slider-item {
		padding: 5px 0px;
	}

	.productslider .slider-pane {
		width: 19rem;
	}

	#txt_text {
		padding: 0px 10%;
	}

	#txt_newcampaign {
		width: 50%;
		margin-left: 14%;
	}

	.productslider .slider-item {
		padding: 5px 14px 5px 0px;
	}

}

@media screen and (max-width:320px) {
	#header-logo img {
		max-width: 45%;
		position: relative;
		top: 0px;
		padding-left: 5px;
	}

	#header-nav-link > div {
		margin-right: 0px;
	}

		#header-nav-link > div:last-child {
			margin-right: 0px;
		}

	.productslider.home-slider {
		width: 500px;
		padding: 0px 0px;
	}
	.productslider .slider-pane {
		width: 19rem;
	}


	#txt_text {
		padding: 0px 4%;
	}

	.offers-container > div {
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		flex: 1 1 auto;
		padding: 0 5px;
		width: 25%;
		text-align: right;
	}

	.offers-desc {
		margin: 12px 0px;
		font-weight: bold;
		font-size: 13px;
		text-align: left !important;
		line-height: 22px;
		width: 150px !important;
	}

	.offers-price {
		font-weight: bold;
		font-size: 22px;
		margin: 5px 0px 17px 0px;
	}

	.offers-terms {
		font-size: 14px;
		line-height: 18px;
		text-align: left;
	}

	.offers-renewal {
		font-weight: bold;
		color: #4698cb;
		margin-top: 15px;
	}

	.offers-add-cart {
		margin: 15px 0px;
		text-align: center !important;
		font-weight: bold;
	}

	#offers-popular-mobile {
		right: -166px;
	}

	.productslider .slider-item {
		padding: 5px 0.5rem 5px 0px;
	}

	.productslider .slider-item:last-child {
		padding: 5px 0px 5px 0px !important;
	}


	#product-content-samples .productslider .slider-item {
		padding: 2px 2px;
	}

	.book-details-slider.productslider .slider-item {
		padding: 5px 5px;
	}

	#mobile-scroll-indicator {
		top: 467px;
	}

	.list-grid {
		width: 125px;
	}

		.list-grid .list-item-addtocart {
			width: 100px;
			margin-right: 15px;
		}

		.list-grid .list-item-image img {
			max-width: 100px;
		}

	.list-item-image img {
		margin-right: 0px;
	}

	.list-item-image {
		float: left !important;
	}

	.list-item-addtocart {
		float: right !important;
		margin-right: 0px;
	}

	.list-item-detail {
		text-align: right;
	}

	#pnlSignup > input[type='text'] {
		width: 175px;
	}

	#product-zoom {
		top: 84.5%;
		left: 78.5%;
	}

	#search-form input[type='text'] {
		width: 175px;
	}

	#footer-mobile-column-1 {
		padding: 0px 15px;
	}

		#footer-mobile-column-1 img {
		}

	#footer-mobile-column-2 ul {
		padding-left: 5px;
	}

		#footer-mobile-column-2 ul > li:last-child {
		}

	#footer-copyright {
		margin: 0 89px;
	}

	#newlife-logo {
		padding-left: 0px;
	}

	#offers-popular-mobile {
		float: right;
		max-width: 80px;
		right: -80px;
	}
}
