
/*-----------------------------------------------------------------------------------

    content.css

-----------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
#confirmationPage {
	padding-bottom: 3em;
	margin: auto;
}

#confirmationPage .col-xs-12 {padding: 0}

#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}
.leftAlign {
	text-align: left;
}
.noPad {
	padding: 0 !important;
}

.mrgLeft {
	padding-left: 15px;
	padding-right: 0 !important;
}

.mrgRight {
	padding-right: 15px;
	padding-left: 0 !important;
}

.orderConfirmationCol {
	border-bottom: 1px solid #900;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: bold;
	padding-left: 1.5em !important;
}

.orderHdr {
	font-size: 22px;
	border-bottom: 1px solid #900;
	color: #900;
	width: 98%;
	margin-bottom: 0.5em;
}

.orderConfirmationBox {
	padding: 20px;
	border: 1px solid #cccccc;
	background-color: #EEE;
}

.orderConfirmationBox .lft{margin-right: 5%}

.orderConfirmationBox .rgt{margin-left: 5%}

#content p { line-height: 1.8; }

.content-wrap {
	position: relative;
	padding: 80px 0;
}

.orderCount {
	color: #900;
	margin-bottom: 5px;
}

.printOrderConfirm {
	float: right;
	font-size: 30px;
	margin-top: 15px;
}

.printIcon {
	width: 45px;
	height: 45px;
	position: relative;
	top: 17px;
	right: 10px;
}

#snglOrderAction {
	margin-bottom: 20px;
}

#content .container { position: relative; }

/*The shopping cart*/

.shopItems {
	margin: 10px 0;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.prodImages-container {
	text-align: center;
}

.prodImages {
	width: 50%;
}

.commande-ftr {
	text-align: center;
	margin: 3em 0;
}

.cartColor {
	width: 40px;
	height: 40px;
	text-align: center;
	-moz-border-radius: 11px;
	border-radius: 11px;
	font-size: 10px;
	border: 1px solid #000;
	margin: auto 2.5px;
}

.price-col {
	margin-right: 32px;
}

.price-col label {
	margin-bottom: 0;
	cursor: auto;
}

.add-to-cart-btnrow {
	text-align: center;
	margin: 20px auto;
}

#checkoutForm {
	width: 80%;
	margin: auto;
}

#local-pickup-info-ctn {
	display: none;
}

#localPickupInfo {
	width: 100%;
}

#checkoutForm select {
	border-radius: 0;
}

#checkoutForm select,
#checkoutForm input,
#checkoutForm textarea {
	border: solid 1px #ccc;
}

.checkout-input {
	width: 100%; height: 35px;
	padding: 10px;
}

.checkout-label {
	margin: 10px auto 0;
	cursor: auto;
}

.checkout-label span{
	color: #900;
	margin-left: 5px;
	font-size: 18px;
}

.invalidErrorInput {
	border: 1px solid red !important;
}

.sub-hdr {
	margin: 40px 0 5px;
	color: #000;
	font-size: 18px;
	width: 97.5%;
	border-bottom: 1px solid #000;
	display: inline-block;
}

.sub-hdr.first-sub-hdr { margin-top: 0 }

.errorMsgCheckout {
	display: none;
	margin: 0;
	color: red;
}

.errorMsgCheckout.active {display: block}


#needShipping,
#needInstall {display: none}

/*#shippingAdress {margin-top: 0}*/

#needShipping => .show,
#needInstall => .show { display: block}

#additionalNote, #eventAdditionalNote {
	width: 100%;
}

#creditCardMonthExpiration, #creditCardYearExpiration {
	width: 45%;
	float: left;
	margin: 0 5px;
	height: 35px;
	background-color: #fff;
}
#creditCardProvider {
	width: 100%;
	background-color: #fff;
	height: 35px;
}

#ordered_wrapper {
	background-color: #fff;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0.75;
}

#ordered {
	position: absolute;
	z-index: 3;
	left: 0; right: 0;
	bottom: 0; top: 0;
	margin: auto;
	width: 50%;
	height: 225px;
	background-color: #000;
}

#ordered-inner {
	padding: 2em 0;
	text-align: center;
}

#ordered p {
	text-align: center;
	color: #fff;
	margin: 10px auto;
	border-bottom: 1px solid red;
	width: 65%;
}

#ordered-close {
	background-color: red;
	color: #fff;
	position: relative;
	top: 20px;
}

#orderTable th {
	text-align: center;
	font-size: 20px;
	background-color: red;
	cursor: auto;
	color: #fff;
}

#orderTable tr {
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}

.order-prod-row:hover {
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	background: #fff !important;
	color: #000 !important;
}

.admin-hdr {
	color: #900;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Century','Raleway', sans-serif;
	font-size: 25px;
}

.adminProdImage {
	max-width: 65px;
	max-height: 65px;
	margin: 5px auto;
	display: grid;
}

.inner-td {
	height: 80px;
}

.order-prod-row {
	color: #000;
	border-bottom: 1px solid #ccc;
}

.order-prod-row td{
	padding: 10px 10px 15px 10px !important;
	vertical-align: middle !important;
}

thead th{ text-align: center}
.order-prod-row td{ text-align: center}

.prodColumn {padding-top: 10px}

.colorIndicator {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #000;
}

.colorPara {
	margin: 13px auto;
}

.colorParaNA {
	margin: 20px 13px;
}

.colorIndicatorAdmin {
	width: 20px;
	height: 20px;
	display: block;
	margin: auto;
	border: 1px solid #000;
}

.qtyGrid {
	display: grid;
}

.qtyColumn {
	margin: 25px 0;
	border: 1px solid #ccc;
}

.prodSeparator {
	background-color: #000;
	width: 100%;
	height: 1px;
	display: block;
	margin: 0;
}

.snglOrderTable {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.snglOrderTable th, .snglOrderTable td{
	text-align: center;
}

.snglOrder-ttl {
	text-transform: uppercase;
}

@media print {
	#header-wrap,
	#top-bar,
	#header,
	.standard-logo,
	.printOrder,
	.removeBtnAdmin { display: none }
	a[href]:after {
    content: none !important;
  }
	.standard-logo {
		display: block;
		background: black;
	}
  #color-OC {display: block !important}
	table { page-break-inside:auto }
	tr    { page-break-inside:avoid; page-break-after:auto }
  thead { display:table-header-group }
  tfoot { display:table-footer-group }
}

.context-desc {
	margin: 0; padding: 0;
	color: #d80b09;
	font-size: 12px;
  font-style: italic;
	text-align: left;
}
