/* Styles for the cart and checkout pages */

/************************************************************
Column adjustments */

.leftCol {
	width:33.5%;
}
.rightCol {
	width:65%;
}

.content-box {
	padding: 10px;
}

/************************************************************
Cart table */

.cart {
	text-align:center;
	width:100%;
	border-collapse:collapse;
	margin:0.5em 0;
}
.cart th {
	font:normal 11pt/1.2 FuturaStd-Book,'Century Gothic',Tahoma,Arial,Geneva,sans-serif;
	padding:0.4em 0.5em;
	/*color:#5A595A;*/
	color:#fff;
}
.cart td {
	padding:0.5em 0.7em;
}


/* Header */
.cart thead {
	/*background-color:#f9f8f5; /* fallback color *
	background-image:-moz-linear-gradient(top, #fffefa, #f1edeb);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fffefa), to(#f1edeb));*/
	background: #252728;
	border:1px solid #e8e6de;
}
.cart thead th:first-child {
	text-align:left;
	padding-left:1.5em;
}

/* Body */
.cart tbody td {
	border-top:1px solid #b6b5b4;
}
.cart tbody tr:first-child td {
	border-top:none;
}
.cart tbody a {
	font-weight:bold;
	color: #000;
}
.cart tbody tr:last-child td {
	padding-bottom:1.3em;
}

/* Footer */
.cart tfoot {
	background:#F3F2EE;
	border:1px solid #dcdbdc;
	/* padding:0.5em; Doesn't work... */
}
.cart tfoot th,
.cart tfoot td {
	border-top:1px solid #b6b5b4;
}
.cart tfoot th {
	text-align:right;
	font:bold 10pt/1.3 Arial,Helvetica,sans-serif;
	color:#5f5c5e;
}
.cart tfoot th strong { /* Order Total label */
	color:#020202;
}


/* Thumbnail image */
.cart tbody tr td:first-child img {
	max-height:70px;
}


/* Quantity input */
.cart input[name="qty"] {
	width:50%;
	text-align:right;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

/* Customization Options */
.custom-info {
	display:  inline-block;
	padding-top:  5px;
	border-bottom:  1px dotted #000;
}

/* Delete icon */
.trash {
	background:transparent url('../images/icons/trash.png') no-repeat scroll center center;
	display:inline-block;
	height:20px;
	width:20px;
}

/* Discount color */
.discount {
	color:#0B0 !important;
}


/************************************************************
Cart summary */

.cart-summary {
	background: #F6F6F6;
	padding:0 1em 1em 1em;
	font-size:9pt;
}

/* Header */
.cart-summary h2 {
	margin:0 -0.65em;
	padding:0.4em 0 0.3em 0;
	background:#5f5c5e;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font:14pt/1 Arial,Helvetica,sans-serif;
}
.cart-summary h2 strong { /* For the little cart icon */
	font-weight:normal;
	/*background:transparent url('../images/icons/bags.png') no-repeat scroll left center;*/
	padding:0 1em;
}

/* Table itself */
.cart-summary table {
	width:100%;
	margin:1em 0;
	border-collapse:collapse;
}

/* Table body */
.cart-summary tbody tr {
	border-bottom:1px solid #b6b5b4;
}
.cart-summary tbody td {
	padding:0.5em 0.7em 0.4em 0.7em;
}
.cart-summary tbody a {
	color:#020202;
}

/* Totals rows -- we need more flexible styling, hence why I've trashed the table */
.cart-summary dl {
	position:relative;
	margin:0.7em;
}
.cart-summary dt {
	padding:0.1em 8em 0 0;
}
.cart-summary dd {
	width:7em;
	position:absolute;
	text-align:right;
	right:0;
	margin-top:-1.3em;
}

.cart-summary .total {
	font-weight:bold;
}
.cart-summary dt.total {
	background: #E1E1E1;
	margin:0.7em -1.7em -0.5em -1.7em;
	padding:0.5em 10em 0.5em 2em;
}



/* Table footer *
.cart-summary tfoot {
	font-size:9.5pt;
	color:#2a2a2a;
}
.cart-summary tfoot tr>* {
	padding:0.1em 1em;
}
.cart-summary tfoot tr:first-child>* {
	padding-top:1.5em;
}
.cart-summary tfoot th {
	font-weight:normal;
	text-align:left;
}

/* Totals row *
.cart-summary .total {
	background:#e2e2e2;
}
.cart-summary .total>* {
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

/************************************************************
Promo code area */

#promo-area {
	background:#5f5c5e;
	color:#fff;
}
#promo-area p {
	margin:1em 0;
	padding:0.7em 1em;
}
#promo-area label {
	text-transform:uppercase;
	vertical-align:middle;
}
#promo-area input {
	vertical-align:middle;
}
#promo-area input[type="text"] {
	font-size:10.5pt;
	border:1px solid #b6b5b4;
	padding:0.2em;
	width:7em;
}
#promo-area input[type="text"]:focus {
	border-color:#F07FB6;
}

#promo-area strong { /* Label when editing promo */
	vertical-align:middle;
	display:inline-block;
	width:70%;
	font-weight:normal;
}


/************************************************************
Checkout pages: Columns / etc. */

#checkout-pages h1 {
	border:none;
}
#checkout-pages .leftCol {
	width:32.5%;
}
#checkout-pages .rightCol {
	width:62.5%;
	padding-top: 0;
	padding-left:2.5%;
}

#checkout-pages .rightCol h2 {
	color: #252728;
	border-bottom: 1px solid #b6b5b4;
	width: 80%;
	font-size: 27px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#checkout-pages .warning {
	width:75%;
}


/************************************************************
Checkout pages: Steps */

#checkout-pages .header-title {
	padding: 25px 0 25px;
}

#checkout-steps {
	text-align:center;
	border-bottom:1px solid #b6b5b4;
	margin:0 0 2em 0;
}

/* Steps */
#checkout-steps ol {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}

#checkout-steps li {
	display: inline-block;
	width: 17%;
}

#checkout-steps li a {
	position: relative;
	font-family: "montserratregular";
	color: #252728;
	border-top: 3px solid #e1e1e1;
	display: block;
	padding-top: 30px;
}

#checkout-steps li span {
	position: absolute;
	top: -21px;
	left: 61px;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	border: 3px solid #e1e1e1;
	border-radius: 50%;
	background-color: #FFF;
	font-family: 'oswaldbook';
	font-size: 11pt;
}

#checkout-steps li.done span {
	background-color: #e1e1e1;
}

#checkout-steps li.cur span {
	color:  #FFFFFF;
	background-color:  #c71533;
}


/* Instructions */
#checkout-steps p {
	margin:1em 0;
}
#checkout-steps p strong {
	color:#2481E5;
}

/************************************************************
Form Styling */
#fancy-form p.buttons {
	padding-left: 0;
}

#fancy-form p.buttons .button + .button {
	margin-left: 30px;
}

#fancy-form #shippingMethodBox {
	display:  none;
}

.pay-option-list {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
}

.pay-option-list li {
	display: inline-block;
}

.pay-option-list li + li {
	margin-left: 1em;
}

/************************************************************
Info summary (cart review page) */

.info-summary {
	overflow:hidden;
	width:95%;
	margin:1em auto;
}
.info-summary>div {
	float:left;
	width:33%;
	padding:0.3em 1.5%;
	border-left:1px solid #B6B5B4;
	min-height:11em;
}
.info-summary>div:first-child {
	border-left:none;
}
.info-summary h2 {
	border-bottom:1px solid #B6B5B4;
	padding-bottom:0.2em;
	margin-bottom: 0.2em;
	font-size:  22px;
}
.info-summary h2 a {
	font-size:10pt;
	margin-left:0.3em;
	vertical-align:text-bottom;
}


/************************************************************
Checkout success page */

#checkout-success {
	text-align:center;
}
#checkout-success h2 {
	font-size:24pt;
	margin-bottom:0;
}
#checkout-success h2+p {
	margin-top:0;
	font-size:15pt;
	padding: .25em;
}
#checkout-success p+p {
	color:#2d3643;
	text-align:left;
	width:80%;
	margin:1em auto 2em auto;
}

/* Print-friendly link */
#print-icon {
	position:relative;
	margin:0 1em;
}
#print-icon a {
	position:absolute;
	right:0;
	top:-1em;
	padding-left:1.5em;
	background:transparent url('../images/icons/print.png') no-repeat left center;
	font-weight:bold;
	color:#5A595A;
}

.invalidZip {
	color: #FF0000;
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

/***********************************************************
Credit Card Popup */
.cc-popup-cols {
    margin: 2em 0;
}
.cc-popup-cols .col {
    display: inline-block;
    vertical-align: middle;
}
.cc-popup-cols .col.one {
    margin-top: -2em;
    padding-right: 1%;
    width: 39%;
}
.cc-popup-cols .col.two {
    height: 202px;
    width: 58%;
}
.cart-user {
    margin-bottom:70px;
}
.cart-user h4 {
    font-size: 18px;
    font-weight: normal;
}
.cart-user span {
    padding-left:25px;
}
.login-box {
    width:100%;
    margin: 0 auto;
}
.login-box .col-left {
    width:40%;
    float: left;
}
.login-box .col-right {
    /*width:49%;*/
    float: right;
    text-align: right;

}