<style type="text/css">
.responsiveEcomm .col-md-3-4 {
	min-width:845px;
}
#offersTable td,
#offersTable th {
	text-align: left;
	vertical-align: top;
	line-height: 1.2em;
	font-size: 16px;
	color: #333333;
}
#offersTable td>a {
	font-size: 16px;
	padding:3%;
	display: block;
}
#offersTable img {
	border: 2px solid #eeeeee;
	width: 115px;
	margin-right: 10px;
}
#offersTable a:hover {
	color: #336699;
	/*	text-decoration:none; /* NK 20170615 [SAGE-204] */
}
#offersTable .redButton a:hover {
	color: #fff;
}
.confirmButton input#confirm,
input.ecommBuyNowB.defButton,
input.cartButtons.defButton {
	border: none;
	background-image: none;
	display: inline;
	background: #AC2226;
	/* border-radius:5px; */
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	color: white;
	text-decoration: none;
	padding: 9px 18px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	text-transform: capitalize;
}
.confirmButton input#confirm:hover,
input.ecommBuyNowB.defButton:hover,
input.cartButtons.defButton:hover {
	background: #990000;
}
tr:nth-child(4)>td:nth-child(4),
tr:nth-child(4)>td:nth-child(3),
tr:nth-child(3)>td:nth-child(4),
tr:nth-child(3)>td:nth-child(3),
tr:nth-child(2)>td:nth-child(4),
tr:nth-child(2)>td:nth-child(3) {
	text-align: right!important;
}
tr:nth-child(4)>td:nth-child(4),
tr:nth-child(4)>td:nth-child(3) {
	font-weight: bold;
}
.shoppingCart h3 {
	display: none;
}
.cartButtonsContainer {
	margin-top: 30px;
}
.confirmButton input#confirm, input.ecommBuyNowB.defButton, input.cartButtons.defButton {
	padding: 10px 50px;
}
.confirmButton input#confirm:hover, .confirmButton input#confirm:focus, .confirmButton input#confirm:active,
input.ecommBuyNowB.defButton:hover, input.ecommBuyNowB.defButton:focus, input.ecommBuyNowB.defButton:active,
input.cartButtons.defButton:hover,  input.cartButtons.defButton:focus,  input.cartButtons.defButton:active {
	cursor:pointer;
	text-decoration:underline;
	background-color:#990000;
}
#offersList td:first-child {
	display: none;
}
#offersList td:nth-child(2) {
	width: calc(100% - 165px);
}
.offer-item-footer {
	width: 94%;
	border-top: 1px solid #ccc;
	padding:15px 3%;
	margin:25px 0 !important;
	color:#555;
}
.offer-item-access {
	float: left;
}
.offer-item-price {
	float: right;
}
.offerItem + tr:before {
	content: "";
	margin-top: 40px;
	display: block;
}
.confirmDialog .offerItem + tr:before {
	margin-top: 10px;
}
/*
#offersList tr.offerItem td {
	display: none;
}
#offersList tr.offerItem td:last-child {
	width: 100%;
	display: table-cell;
}
*/
#offersTable tr:nth-child(2) {
	width: 112%;
	display: block;
	margin-left: -8%;
}
.myContent #offersTable tr:nth-child(2) {
	width:inherit;
	display:table-row;
	margin-left:0;
}
.ecommConf {
	font-size:14px;
	max-width:87vw;
	margin-right:4%;
}
.myContentButton {
	margin-top:20px;
	float:right;
	margin-right:4%;
}
.ecommConf input#agree {
	margin: 10px 10px 10px 0;
}
.ecommConf .terms {
	float: right;
}
table.confirmButton {
	width: 100%;
}
/*table.ecomm {
	width:100%;
}*/
.confirmButton ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.confirmButton li {
	float: right;
}
.confirmButton li:nth-child(2) {
	height: 34px;
	line-height: 34px;
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	display: inline-block;
	text-decoration: none;
	padding: 0 18px;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}
.confirmButton li:nth-child(2):hover {
	background: #CCCCCC;
}
.confirmButton li:nth-child(2) a {
	color: #888888;
}
.confirmButton li:nth-child(2) a:hover {
	/*  text-decoration:none; /* NK 20170615 [SAGE-204] */
}
input#confirm[disabled="disabled"]:hover,
input#confirm[disabled="disabled"] {
	background: #CCCCCC;
}
.confirmDialog .offerItem {
	width:75vw !important;
}
.confirmButton li:nth-child(3) {
	float: left;
	line-height: 34px;
	font-size: 14px;
}
.confirmButton li:nth-child(3) a::before {
	content: "< ";
}

/* --- ECOMM LOGIN --- */
#ecomm-signin-header {
	border-bottom: 1px solid #ccc;
	margin-left:4%;
}
#ecomm-signin-header h2{
	margin-bottom:5px;
}
#ecomm-signin {
	margin-top: 20px;
	margin-left:8%;
}
#ecomm-signin div.width_9_16{
	border: 1px solid #ccc;
	border-radius: 5px;
	min-width:260px;
	max-width:400px;
}
#ecomm-signin-footer {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.ecommLogin {
	min-height: 285px;
	padding:20px;
	text-align: center;
}
.ecommLogin .loginForm {
	text-align: left;
	width: 100%;
}
.ecommLogin.loginWidget:before {
	content: "Sign In";
	font-size: 18px;
	color: #555;
	font-weight: normal;
	padding-bottom: 15px;
	display: block;
	text-align: left;
}
.ecommLogin #loginLinks .register {
	display:none;
}
#ecomm-signin-footer div a {
	width: 100%;
	max-width: 165px;
}
#ecomm-signin .loginHelpLink {
	margin-top: -20px;
	text-align: center;
}
.checkoutProcess .breadcrumbs {
	display: none;
}
/* --- ECOMMM PAYMENT --- */
table.padded-table, .ecommGenericMessage{
	margin-left: 8%;
}
.ecommShipping>br {
	display: none;
}
.ecommShipping input[type="text"] {
	background: transparent;
	width: 379px;
	padding: 5px 10px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	height: 26px;
	-webkit-appearance: none;
	margin: 3px 0;
}
input#zipCode, input#phone, input#vatNumber, input#secNumber {
	width: 160px;
}
[data-tooltip]:before {
	width:140px;
	font-weight:normal;
	background-color:#eee;
	color:#333;
	border:1px solid #ac2226;
}
[data-tooltip]:after {
	left:10px;
	border-top-color:#ac2226;
}
[data-tooltip]:hover {
	background: rgba(0, 0, 0, 0) url(/pb-assets/Icons/i-hovered.png) no-repeat scroll 0 0;
	background-position:0px -3px;
	margin-top:-2px;
	display: flex;
}
[data-tooltip]:hover img {
	filter: opacity(0);
}
[data-tooltip]:hover .tooltip-caret:after {
	content: "";
	border: solid transparent;
	border-top-color: #eee;
	border-width: 5px;
	margin-left: -16px;
	margin-top: -16px;
	position: absolute;
	z-index: 3;
}
select.cardType,
select#stateOptUS,
select#stateOptCA,
select#countryCode,
.expDate select {
	width: 401px;
	padding: 5px 10px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	height: 38px;
	background: white;
	background-position: right 10px bottom 50%;
	/* -webkit-appearance:none; */
}
.ecommGeneralError {
	color: #AC2226 !important;
	background: #fff !important;
	padding: 0px !important;
	font-size:16px;
}
.expDate select {
	width: 100px;
}
.expDate {
	display:block;
}
.expDate #expMonth, .expDate #expYear {
	float: left;
}
.expDate #expYear {
	margin-left:10px;
}
.expDate p {
	margin:0;
}
.expDate .error {
	float:right;
	margin-right:6%;
	margin-top:5px;
}
.error, .error a, .show-ecomm-error {
	max-width: 412px;
	display:inline-block;
	margin-bottom:15px;
}
.confirmDialog p.error {
	max-width:none;
}
.ecommShipping {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin-left:2.5%;
}
td.firstColumn {
	width: 187px;
}
.confirmDialog {
	margin-left:4%;
}
.confirmDialog h3, .ecommShipping h3 {
	display: block;
	background: #eee;
	color: #555;
	padding: 5px;	
	margin-left:4%;
	max-width:83vw;
}
.ecommShipping td {
	padding-right: 5px;
}
.ecommShipping input.ecommBuyNowB.defButton {
	margin-top: 20px;
	margin-right: 30px;
	float: right;
}
p.order-confirm-footer {
	font-size: 14px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
#ecomm-3-heading {
	display: inline-flex;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
#ecomm-3-heading p {
	margin-bottom:5px;
}
#ecomm-3-heading p {
	fon-size:12px;
	margin-left: 5px;
	color:#777;
}
.billing-info, .payment-method {
	border:1px solid #ccc;
	padding:15px 25px;
	border-radius:5px;
	margin:0 10px;
}
.billing-info {
	min-width:300px;
}
.payment-method {
	min-width: 200px;
	margin-right: 77px;
}
.confirmDialog p {
	margin-left: 8%;
	width: 88%;
}
#payment-details {
	margin: 20px -9.5% !important;
	width: 114%;
}
#payment-details .items {
	display: inline-flex;
	margin-left:6.5%;
}
.billing-info h4, .payment-method h4 {
	font-weight:normal;
	color:#555;
	font-size:18px;
}
.billing-info p, .payment-method p {
	font-size:14px;
	line-height:4px;
	margin-left:0;
}
#offersList .total {
	text-align: right !important;
	font-weight: bold !important;
	margin-top:20px;
}
#offersList tr > td:last-child {
	width: 55px;
}
.shoppingCart #offersList tr > td:last-child {
	width: auto;
}
.shoppingCart #offersList td:nth-child(2) {
	width: calc(100% - 205px);
}
@media (max-width:1024px) {
	#payment-details {
		margin:20px -1% !important;
		width: 101.5%;
	}
	.responsiveEcomm .col-md-3-4 {
		min-width:88vw;
	}
	.myContentButton {
		margin-right:8%;
	}
	#offersList td:nth-child(2) {
		width: calc(75vw - 145px);
	}
	.literatumCheckoutProcess #offersList td:nth-child(2) {
		width: calc(75vw - 160px);
	}
	table.confirmButton {
		width:110%;
	}
	.confirmButton input#confirm {
		margin-right:6.5vw;
	}
}
@media (max-width:1023px) {
	.responsiveEcomm .col-md-3-4 {
		min-width:75vw;
	}
	.shoppingCart #offersList td:nth-child(2) {
		width: calc(85% - 180px);
	}
	.confirmButton input#confirm, input.ecommBuyNowB.defButton, input.cartButtons.defButton {
		margin-right:6.5vw !important;
	}
}
@media (max-width:767px) {
	.confirmDialog, .confirmDialog h3, .ecommShipping h3 {
		width:calc(100vw - 50px);
	}
	.confirmDialog h3, .ecommShipping h3 {
		margin-left:0%;
	}
	#payment-details {
		margin: 20px 5% !important;
		width: 95%;
	}
	#offersList tbody,#offersList tr {
		padding: 5px;
		text-align: left;
		white-space: normal;
	}
	#payment-details .items {
		margin-left:2%;
	}
	.payment-method {
		margin:0;
	}
	.billing-info {
		min-width:220px;
	}
	.payment-method {
		min-width: 140px;
	}
	.ecommShipping td {
		display: block;
	}
	.ecommShipping tr.validate-row > td, .ecommShipping td:empty{
		padding:0
	}
	.ecommShipping tr.validate-row>td:first-child {
		display: none
	}
	[data-tooltip] {
		right: 5vw;
		position: absolute;
		margin-top: -35px;
	}
	[data-tooltip]:before {
		width: 120px;
	}
	[data-tooltip]:hover {
		margin-top: -32px;
	}
	.confirmDialog p {
		margin-left: 3%;
		width: 85%;
	}
	.myContentButton {
		margin-right:16%;
	}
	table.confirmButton {
		width:100%;
	}
}
@media (max-width:600px) {
	[data-tooltip] {
		right: 0;
	}
	.billing-info, .payment-method
	{
		min-width:50vw;
		margin:10px 10px;
	}
	#payment-details .items {
		display: inline-block;
	}
	.billing-info p, .payment-method p {
		margin-left:0;
	}
}
@media (max-width:560px) {
	/* Deconstruct table for mobile view */
	#offersList tbody,
	#offersList tr,
	#offersList th,
	#offersList td {
		/*display: block;*/
		padding: 5px;
		text-align: left;
		white-space: normal;
	}
	th,
	td {
		padding: .5em;
		vertical-align: middle;
	}
	#offersList tr > td {
		margin-right:0px;
	}
	.ecommLogin {
		padding: 10px;
		width: inherit;
		margin-top: 5px;
	}
	.ecommShipping input {
		width: 80% !important;
	}
	.ecommShipping input#zipCode, .ecommShipping input#phone, .ecommShipping input#vatNumber, .ecommShipping input#secNumber {
		width: 50% !important;
	}
	.ecommShipping select {
		width: 86% !important;
	}
	table.ecomm td.error {
		margin-top:-16px
	}
	.expDate select {
		width: 100px !important;
	}
	.ecommShipping input.ecommBuyNowB.defButton {
		width: auto !important;
	}
	.offer-item-footer {
		width:auto !important;
		margin-right: 10px;
	}
	[data-tooltip] {
		right:4vw;
		margin-top: -50px;
	}
	[data-tooltip]:before {
		width: 100px;
	}
	[data-tooltip]:hover {
		margin-top: -47px;
	}
	.expDate .error {
		margin:-8px 0 0 0;
		max-width: 120px;
	}
	#offersList td:nth-child(2) {
		width: calc(84% - 155px);
	}
	.shoppingCart #offersList td:nth-child(2) {
		width: calc(85% - 200px);
	}
	.myContentButton {
		margin-right:10%;
	}
}
@media (max-width:420px) {
	.expDate #expYear {
		margin-left:0;
	}
}
@media (max-width:400px) {
	[data-tooltip] {
		right: 3vw;
	}
	.literatumCheckoutProcess #offersList td:nth-child(2) {
		width: calc(75vw - 170px);
	}
}
</style>