body.page-id-550 #title {
	background-image: url(../images/dka_header.jpg);
	background-size: contain;
}

.default_products_page_container{
	width: 100%;
	position: relative;
}

.grid-element-container {
	display: block;
}
.wpsc_category_details, .grid-element {
	display: block;
	float: left;
	width: 225px;
	max-width: 225px;
	vertical-align: top;
}
.wpsc_product_loop {
	float: left;
	width: calc( 100% - 225px );
	width: 100%;
}

.dak_product_more_link {
	display: inline-block;
	float: left;
	width: 50%;
}

/**
 * Override WP-e-Commerce default CSS
 */
.default_product_display{
	margin: 0;
}

.default_product_display .imagecol {
	display: block;
	height: auto;
	vertical-align: top;
	float: none;
	position: relative;
}

.default_product_display h2.prodtitle {
	padding: 10px 0 10px;
}

.default_product_display .wpsc_product_price {
	width: 50%;
	float: left;
	font-size: 14px;
	margin-bottom: 0;
}


	/**
	 *	Overrides for Single Product Page
	 */

	.single_product_display .imagecol {
		width: 50%;
		margin: 0;
		float: right;
	}
		.single_product_display .imagecol img {
			width: 100%;
			height: auto;
		}

	.single_product_display .productcol {
		width: 50%;
		float: left;
	}
	.single_product_display .productcol .wrapper {
		padding: 0 10px 0 0;
	}

	.single_product_display .productcol h1 {
		margin-top: 0;
	}

	.single_product_display .wpsc_variation_forms table td.col1,
	#content .single_product_display .wpsc_variation_forms table tr td.col1 {
		width: 40%;
	}
	.single_product_display .wpsc_variation_forms table td.col2,
	#content .single_product_display .wpsc_variation_forms table tr td.col2 {
		width: 60%;
	}

	.single_product_display .wpsc_quantity_update label,
	#content .single_product_display .wpsc_quantity_update label{
		font-size: 16px;
		color: #000;
		font-family: Open Sans;
		font-weight: normal;
	}
	.single_product_display input[name=wpsc_quantity_update],
	#content .single_product_display input[name=wpsc_quantity_update] {
		text-align: right;
	}

	.single_product_display .productcol .dak-add-to-cart-row {
		display: table;
		width: 100%;
		margin-top: 3em;
	}
	.single_product_display .productcol .dak-add-to-cart-row > div {
		display: table-cell;
		width: 33%;
		vertical-align: top;
		text-align: left;
	}

	.single_product_display form.product_form input,
	#content .single_product_display form.product_form input {
		padding: 6px 12px;
	}

/**
 * Flyout Shopping Cart Tab
 */
#sliding_cart {
  width: 22em;
  position: fixed;
  top: 210px;
  z-index: 9999;
  background: rgba( 255, 255, 255, 1 );
  right: -22em;
  -webkit-transition: right ease .5s;
  -moz-transition: right ease .5s;
  -o-transition: right ease .5s;
  transition: right ease .5s;
}

body.page-id-550 #sliding_cart {
	top: 170px;
}

#sliding_cart .cart-tab {
	background: rgba( 255, 255, 255, 1 );
}

#sliding_cart a.cart-link {
  position: absolute;
  top: 0;
  left: -9em;
  width: 8.6em;
  display: block;
  background: #A48BBB;
  padding: 1.8em;
  text-decoration: none;
  -webkit-transition: left ease .5s;
  -moz-transition: left ease .5s;
  -o-transition: left ease .5s;
  transition: left ease .5s;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;

  opacity: .6;
}
body.page-id-550 #sliding_cart a.cart-link{
	background: #fff;
}

#sliding_cart a.cart-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: #fff;
}

#sliding_cart a.cart-link .amount {
  display: block;
  color: #515151;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#sliding_cart a.cart-link .contents {
  display: block;
  color: #666;
  font-size: 1rem;
}
#sliding_cart a.cart-link.empty-cart .contents {
  display: block;
  color: #515151;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: bold;
  margin-bottom: 8px;
}

#sliding_cart .cart h2 {
	padding: 0 0 12px;
	margin: 0;
}

.cart-items {
	display: block;
	margin-bottom: 25px;
	max-height: 266px;
	overflow-y: auto;
}
.cart-items ul {
	display: block;
	list-style: none;
	padding: 0;
}
.cart-items ul li { display: block; margin-bottom: 8px; padding-bottom: 10px; cursor: pointer; border-bottom: 1px dotted #888; }
.cart-items ul li h4 {
  font-size: 1.55rem;
  line-height: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}

#sliding_cart .cart form { float: left; }
#sliding_cart a.checkout { float: left; }
#sliding_cart form.wpsc_empty_the_cart { float: right; }

.cart-items ul li .pricedisplay, .cart-items ul li .quantity { display: block; margin-bottom: 2px; font-size: 1.1rem; }
.cart-items .product_image { display: block; float: left; margin-right: 8px; height: 60px; width: 60px; }

#sliding_cart .cart { padding: 1.5em; margin: 0; }
#sliding_cart .cart .checkout {
  font-size: 1.2rem;
  padding: 4px 11px;
  border: 1px solid #A48BBB;
  color: #A48BBB;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sliding_cart .cart .checkout:hover { background: #A48BBB; color: #fff; }

#sliding_cart a.cart-link,#sliding_cart .cart {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}

#sliding_cart:hover, #sliding_cart.updating { right: 0; }

#sliding_cart .cart {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/**
 *	Checkout Page
 */
body.page-id-551 .main-section {
	padding-top: 0;
}

#checkout_page_container table {
	border-collapse: separate;
	border-spacing: 2px;
}



#checkout_page_container table.checkout_cart{
	width: 100%;
}

@media screen and ( min-width: 768px ){
	#checkout_page_container table.checkout_cart{
		width: 80%;
	}
}

	#checkout_page_container table.checkout_cart tr td,
	#content #checkout_page_container table.checkout_cart tr td {
		vertical-align: top;
	}
	#content #checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_image{
		width: 120px;
	}
	#content #checkout_page_container table.checkout_cart tr.product_row .wpsc_product_remove{
		width: 100px;
	}
	#content #checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_image img{
		width: 80%;
		height: auto;
	}

	#checkout_page_container form.adjustform.qty input{
		text-align: center;
	}

	#checkout_page_container table.checkout_cart tbody{
		margin-bottom: 2em;
	}

	table.checkout_cart td.wpsc_product_quantity {
		text-align: center;
	}
	.decimal-align {
		text-align: right;
	}
	#checkout_page_container table.checkout_cart tr td.decimal-align,
	#content #checkout_page_container table.checkout_cart tr td.decimal-align{
		padding: 2px 0 1px 0;
		margin: 0;
		vertical-align: top;
	}

#checkout_page_container .continue-shopping{
	padding: 2em 0;
}

/**
 *	Pickup Calendar Customizations
 */
#checkout_page_container .pickup-date-note {
	max-width: 480px;
	padding-bottom: 1em;
}
	#checkout_page_container .pickup-date-note p{
		padding-bottom: .5em;
	}

	@media screen and ( min-width: 768px ){
		#checkout_page_container .pickup-date-note {
			max-width: 60%;
			padding-bottom: 1em;
		}
	}

	.xdsoft_datetimepicker .xdsoft_timepicker {
		width: 75px;
	}
	.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
	.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
		background: #A48BBB;
		box-shadow: #705F80 0 1px 3px 0 inset;
	}
	#checkout_page_container .xdsoft_datetimepicker .xdsoft_calendar td:hover,
	#checkout_page_container .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
		background: #A48BBB !important;
	}

table.wpsc_checkout_table.table-2 {
	display: none;
}
.wpsc_checkout_forms input[placeholder=Email]{ width: 80% }
.wpsc_checkout_forms_wrapper{
	width: 100%;
	padding: 50px 0;
}
.wpsc_checkout_forms_wrapper > div {
	float: left;
}
.wpsc_checkout_forms_wrapper .fifty-percent {
	width: 50%;
	margin: 0;
	padding: 0;
}
.wpsc_checkout_forms_wrapper .fifty-percent.right-side {
	padding-top: 3em;
}

#content table.wpsc_checkout_table.wpsc_checkout_table_totals {
	width: 50%;
	min-width: 230px;
}
#content table.wpsc_checkout_table tr.wpsc_make_purchase td {
	padding-top: 3em;
	text-align: right;
}

#content #checkout_page_container input[type="submit"],
#checkout_page_container .wpsc_make_purchase {
	float: none;
	bottom: 0;
}

/**
 *	Responsive Checkout Form
 */

#checkout_page_container input[type="text"],
#checkout_page_container input[type="email"],
#checkout_page_container input[type="search"],
#checkout_page_container input[type="password"],
#checkout_page_container textarea {
	font-size: 14px;
	line-height: 1.8rem;
	margin: 0;
	padding: 10px;

	background-color: #e2e2e2;
	border: 1px solid rgba(0, 0, 0, 0.20);
	border-radius: 4px;

	width: 60%;
}
#checkout_page_container .wpsc_product_quantity input[type="text"]{
	width: inherit;
}
/*form.adjustform.qty input[name=quantity] {
	width: 60%;
}
#checkout_page_container table.checkout_cart tr.product_row td:nth-child(3),
#checkout_page_container table.checkout_cart tr.product_row td:nth-child(4) { text-align: right; }

*/
#content table.wpsc_checkout_table {
	width: 100%;
}

#checkout_page_container table.wpsc_checkout_table td.checkout_form_element label {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
#checkout_page_container table.wpsc_checkout_table td.checkout_form_element textarea {
	width: 65%;
}

#checkout_page_container table.wpsc_checkout_table td.checkout_form_element {
	padding-bottom: .5em;
}

#checkout_page_container table.checkout_cart tr.wpsc_coupon_row td.coupon_code form {
	padding-right: 0;
}
#content #checkout_page_container table.checkout_cart tr.wpsc_coupon_row td {
	padding-right: 0;
}

#content table.wpsc_checkout_table tr td:first-child { width: 100%; }

#content table.wpsc_checkout_table #creditCardNew table tr td,
#content table.wpsc_checkout_table #checkForms table tr td {
	padding-bottom: .5em;
}
#content table.wpsc_checkout_table #creditCardNew table tr td:first-child,
#content table.wpsc_checkout_table #checkForms table tr td:first-child {
	width: 20%;
}
#content table.wpsc_checkout_table #creditCardNew table tr td:last-child,
#content table.wpsc_checkout_table #checkForms table tr td:last-child {
	padding-left: 12px;
}

/* source: http://css-tricks.com/snippets/css/media-queries-for-standard-devices/  */
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	/*    Checkout Page
	---------------------------------------------------------------------------*/
	.entry-content .checkout_cart th { font-size: 10px; }

	#checkout_page_container textarea, #checkout_page_container input, #content #checkout_page_container textarea, #content #checkout_page_container input {
		line-height: 1.1em;
		font-size: 10px;
		margin:0;
	}

	form.adjustform.qty input[name=quantity] {
		width: 50%;
	}

/*	form.adjustform.qty input[type=submit], .coupon_code form input[type=submit]  {
		background-image: url('../../images/sync-16.png');
	}

	form.adjustform.remove input[type=submit] {
		background-image: url('../../images/delete-16.png');
	}
*/
	form.adjustform.qty input[type=submit], form.adjustform.remove input[type=submit], .coupon_code form input[type=submit]   {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		text-indent: -9000px; text-transform: capitalize; /* hide the text */

		padding: 0 20px;
	}

	#checkout_page_container table.checkout_cart tr.wpsc_coupon_row td.coupon_code form {
		text-align: left;
	}

	#checkout_page_container table.checkout_cart tr.wpsc_coupon_row td form input#coupon_num {
		width: 230px;
	}

	#content #checkout_page_container .wpsc_change_country form input[type="submit"] {
		float: none;
	}

	#checkout_page_container .productcart .total_tax td { text-align: right; }

	#checkout_page_container table.wpsc_checkout_table td.checkout_form_element label {
		width: 100%;
		display: block;
		vertical-align: top;
	}
	#checkout_page_container table.wpsc_checkout_table td.checkout_form_element input[type=text],
	#checkout_page_container table.wpsc_checkout_table td.checkout_form_element textarea {
		width: calc( 100% - 22px );
	}

	#checkout_page_container table.wpsc_checkout_table td.checkout_form_element {
		padding-bottom: .25em;
	}

	#checkout_page_container table.checkout_cart tr.wpsc_coupon_row td form input#coupon_num {
		padding: 10px;
	}

	#content table.wpsc_checkout_table #creditCardNew table tr td,
	#content table.wpsc_checkout_table #checkForms table tr td {
		display: block;
		width: 100%;
	}
	#content table.wpsc_checkout_table #creditCardNew table tr td:first-child,
	#content table.wpsc_checkout_table #checkForms table tr td:first-child {
		width: 100%;
	}
	#content table.wpsc_checkout_table #creditCardNew table tr td:last-child,
	#content table.wpsc_checkout_table #checkForms table tr td:last-child {
		padding-left: 0;
	}

	#checkout_page_container table.wpsc_checkout_table.checkout_forms td input[type=text],
	#checkout_page_container table.wpsc_checkout_table.checkout_forms td input[type=password] {
		width: calc( 100% - 22px );
	}


}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

	form.adjustform.qty input[name=quantity] {
		width: 60%;
	}
/*
	form.adjustform.qty input[type=submit]  {
		background-image: url('../../images/sync-16.png');
		margin-top: 50%;
	}

*/
/*	form.adjustform.qty input[type=submit] {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		text-indent: -9000px; text-transform: capitalize; /* hide the text */ /*

		padding: 0 20px;
		height: 40px;
	}

	#content #checkout_page_container form.adjustform.qty input[type=submit] {
		margin: 0 4px 0 0;
	}
*/
}


/**
 * Transaction Results Page
 */

.wpsc-transaction-results-wrap {
	margin-top: 3rem;
}

table.wpsc-purchase-log-transaction-results {
	border-collapse: initial;
	border-spacing: initial;
	line-height: 36px;
}

	table.wpsc-purchase-log-transaction-results td, table.wpsc-purchase-log-transaction-results th {
		text-align: right;
		padding-right: 10px;
	}
	table.wpsc-purchase-log-transaction-results td:first-child, table.wpsc-purchase-log-transaction-results th:first-child {
		text-align: left;
	}

