#ss-shade, #ss-modal { display: none; }
#ss-shade { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; }
#ss-modal { background: #ffffff; border-style: solid; border-color: #666666; border-width: 2px; padding: 10px; position: absolute; z-index: 1001; top: 5%; left: 25%; width: 50%; }
#ss-modal td, #ss-modal input { font-size: 0.9em; line-height: 1em; padding-top: 0.2em; padding-bottom: 0.2em; font-family: sans-serif; }
#ss-modal input { max-height: 3em; margin-bottom: 0.2em; }
#ss-shade { background: silver; opacity: 0.5; filter: alpha(opacity=50); }
#ss-close { position: absolute; font-size: 27px; padding: 0em; top: 0px; left: 6px;  }

/** special layouts **/
.ss-block-inline {
	display: inline-block;
}

.ss-almost-half {
	width: 40%;
}

.ss-almost-third {
	width: 30%;
}
/** end special layouts **/

.ss-order-container, .ss-info-container {
	width: 100%;
}

.ss-order-container {
	display: block;
}

.ss-order-container h1.ss-container-title, .ss-conf-container h1.ss-container-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.ss-conf-container h1.ss-container-title {
	margin-bottom: 3em;
}

#ss-discount-element {
	margin-top: 1em;
	width: 80%;
}

.ss-payment-info, .ss-book-info {
	width: 45%;
	float: right;
}
.ss-payment-info {
	margin-left: 5%;
}

.ss-book-info {
	margin-right: 5%
}
.ss-book-info {
	text-align: right;
	padding-left: 2%;
}
.ss-cover-img {
	max-width: 100px;
	margin-top: 20px;
}

.ss-book-info {
	font-size: 17px;
}

.ss-book-title, .ss-book-price, .ss-book-sh, ss-book-total {
	display: block;
	padding-bottom: 8px;
}

.ss-book-discount {
	display: none;
	color: #e95848;
	font-weight: bold;
}

.ss-book-title {
	text-transform: uppercase;
	margin-top: 10px;
}

.ss-book-total {
	font-weight: bold;	
}

.ss-extra-info-container {
	margin-top: 1.5em;
}

.ss-shipping-text {
	font-size: 1em;
	text-align: center;
	width: 80%;
	float: right;
	clear: both;
	font-weight: bold;
}

.ss-payment-info label {
	text-transform: uppercase;
	font-weight: bold;
}

.ss-payment-info h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0.2em;
}

.ss-payment-info input[type="text"] {
	border: #000 1px solid;
	box-shadow: none;
}

.ss-payment-info input[type="text"]::placeholder,
.ss-payment-info input[type="text"]::-webkit-input-placeholder {
	color: #888a8b;
	font-weight: 600;
	font-size: 14px;
}

.ss-date-ccv-container {
	margin-top: 0.2em;
}

.ss-stripe-logo {
	vertical-align: top;
	width: 100px;
}

.ss-subscribe-container {
    font-size: 0.7em;
    margin-bottom: 0.2em;
    margin-top: 0.3em;
}

.ss-outside-us-container {
	font-size: 0.7em;
}

.ss-offer-submit-container {
	clear: both;
	margin: 0 5%;
	line-height: 3em;
	text-align: center;
}
.ss-offer-submit-container .button {
	margin-top: 10px;
}

.StripeElement {
	border: #000 1px solid;
	padding: 4px;
}

.ss-conf-container {
	display: none;
}

.ss-confirmation {
	text-transform: uppercase;
	line-height: 1.7em;
}
.ss-offer-goodbye-container {
	clear: both;
	margin: 0 auto;
	text-align: center;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	
}

/* Small up to Medium */
@media screen and (max-width: 63.9375em) {
	#ss-modal { 
		padding: 10px; 
		position: absolute; 
		z-index: 1010; 
		top: 0; 
		left: 0; 
		width: 100%; 
	}
	.ss-conf-container h1.ss-container-title {
		margin-bottom: 1em;
	}
	.ss-payment-info, .ss-book-info {
		float: none;
		width: 80%;
	}
	.ss-book-info {
		width: 100%;
		text-align: center;
	}
	.ss-shipping-text {
		float: none;
		margin: 0 auto;
	}
	.ss-offer-submit-container {
		margin: 5% 5%;
		line-height: 0em;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
}

/* Large and up */
@media screen and (min-width: 64em) {
	
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}