@charset "UTF-8";

/* Base styles for SVG icons. */

.cl-icon {
	display: inline-block;
	fill: currentColor;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
	height: 1em;
}

.cl-icon-lock {
	top: -0.125rem;
}

.cl-icon-spin {
	display: inline-block;
	-moz-animation: cl-icon-spin 2s infinite linear;
	-o-animation: cl-icon-spin 2s infinite linear;
	-webkit-animation: cl-icon-spin 2s infinite linear;
	animation: cl-icon-spin 2s infinite linear;
}
@-moz-keyframes cl-icon-spin {
	0% {
		-moz-transform: rotate(0deg)
	}
	100% {
		-moz-transform: rotate(359deg)
	}
}
@-webkit-keyframes cl-icon-spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}
@-o-keyframes cl-icon-spin {
	0% {
		-o-transform: rotate(0deg)
	}
	100% {
		-o-transform: rotate(359deg)
	}
}
@-ms-keyframes cl-icon-spin {
	0% {
		-ms-transform: rotate(0deg)
	}
	100% {
		-ms-transform: rotate(359deg)
	}
}
@keyframes cl-icon-spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}


/* =Checkout Form
-------------------------------------------------------------- */
.cl_clearfix:after {
	display: block;
	visibility: hidden;
	float: none;
	clear: both;
	text-indent: -9999px;
	content: ".";
}

/* Cart Contents */
#cl_checkout_cart {
	text-align: left;
	width: 100%;
	border: none;
	margin: 0 0 21px;
	table-layout: auto;
}
#cl_checkout_cart th,
#cl_checkout_cart td {
	text-align: left;
	border: 1px solid #eee;
	color: #666;
	padding: 0.5em 1.387em;
}
#cl_checkout_cart .cl_cart_header_row th {
	background: #fafafa;
	padding: 1.387em;
}
#cl_checkout_cart .cl_cart_tax_row th,
#cl_checkout_cart .cl_cart_discount_row th {
	background: none;
}
#cl_checkout_cart th {
	font-weight: bold;
}
#cl_checkout_cart td {
	line-height: 25px;
	vertical-align: middle;
	background: #fff;
}
#cl_checkout_cart th.cl_cart_actions,
#cl_checkout_cart td.cl_cart_actions,
#cl_checkout_cart th:last-child,
#cl_checkout_cart td:last-child,
#cl_checkout_cart th.cl_cart_total {
	text-align: right;
}
#cl_checkout_cart td img {
	float: left;
	margin: 0 8px 0 0;
	background: none;
	padding: 0;
	border: none;
}
#cl_checkout_cart input.cl-item-quantity {
	width: 3em;
	padding: 2px;
}
#cl_checkout_cart .cl_discount {
	display: inline-block;
	margin-left: 5px;
}
.cl_discount_remove {
	display: inline-block;
	width: 10px;
	height: 11px;
	background: url(images/xit.gif ) 0 0 no-repeat;
	position: relative;
	top: 3px;
}
.cl_discount_remove:hover {
	background-position: -10px 0;
}
#cl_checkout_cart br {
	display: none;
}
#cl_checkout_cart a.cl-cart-saving-button {
	font-weight: normal;
	text-decoration: none;
}

/* Checkout Fields */
#cl_checkout_form_wrap legend {
	display: block;
	font-size: 120%;
	line-height: 1;
	font-weight: bold;
	width: 100%;
	margin: 0 0 21px;
	padding: 0;
}
#cl_checkout_form_wrap label {
	font-weight: bold;
	display: block;
	position: relative;
	line-height: 100%;
	font-size: 95%;
	margin: 0 0 5px;
}
#cl_checkout_form_wrap span.cl-description {
	color: #666;
	font-size: 80%;
	display: block;
	margin: 0 0 5px;
}
#cl_checkout_form_wrap input.cl-input,
#cl_checkout_form_wrap textarea.cl-input {
	display: inline-block;
	width: 70%;
}
#cl_checkout_form_wrap select.cl-select {
	display: block;
	width: 60%;
}
#cl_checkout_form_wrap select.cl-select.cl-select-small {
	display: inline;
	width: auto;
}
#cl_checkout_form_wrap input.cl-input.error,
#cl_checkout_form_wrap textarea.cl-input.error {
	border-color: #c4554e;
}
#cl_checkout_form_wrap > p {
	margin: 0 0 21px;
}
#cl_checkout_form_wrap span.cl-required-indicator {
	color: #b94a48;
	display: inline;
}
#cl_checkout_form_wrap textarea,
#cl_checkout_form_wrap input[type="text"],
#cl_checkout_form_wrap input[type="email"],
#cl_checkout_form_wrap input[type="password"],
#cl_checkout_form_wrap input[type="tel"] {
	padding: 4px 6px;
}
#cl_checkout_form_wrap input[type="radio"] {
	border: none;
	margin-right: 5px;
}
#cl_checkout_form_wrap input[type="checkbox"] {
	display: inline-block;
	margin: 0 5px 0 0;
}
#cl_checkout_form_wrap input[type="checkbox"] + label,
#cl_checkout_form_wrap input[type="checkbox"] + label:after {
	display: inline;
}
#cl_checkout_form_wrap .cl-payment-icons {
	height: 32px;
	display: block;
	margin: 0 0 8px;
}
#cl_checkout_form_wrap .cl-payment-icons img.payment-icon {
	max-height: 32px;
	width: auto;
	margin: 0 3px 0 0;
	float: left;
	background: none;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#cl_checkout_form_wrap #cl-payment-mode-wrap label {
	display: inline-block;
	margin: 0 20px 0 0;
}
#cl_checkout_form_wrap #cl-payment-mode-wrap .cl-payment-mode-label {
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
}
#cl_checkout_form_wrap fieldset {
	border: 1px solid #eee;
	padding: 1.387em;
	margin: 0 0 21px;
}
#cl_checkout_form_wrap #cl_purchase_submit,
#cl_checkout_form_wrap #cl_discount_code,
#cl_checkout_form_wrap #cl_register_account_fields {
	padding: 0;
	border: none;
}
#cl_checkout_form_wrap fieldset fieldset {
	margin: 0;
	border: none;
	padding: 0;
}
#cl_checkout_form_wrap #cl-login-account-wrap,
#cl_checkout_form_wrap #cl-new-account-wrap,
#cl_checkout_form_wrap #cl_show_discount,
#cl_checkout_form_wrap .cl-cart-adjustment,
#cl_checkout_form_wrap #cl_final_total_wrap {
	background: #fafafa;
	color: #666;
	padding: 0.5em 1.387em;
}
#cl_checkout_form_wrap #cl-discount-code-wrap,
#cl_checkout_form_wrap #cl_final_total_wrap,
#cl_checkout_form_wrap #cl_show_discount {
	border: 1px solid #eee;
}
#cl_checkout_form_wrap .cl-cart-adjustment {
	padding: 1.387em;
}
#cl_checkout_form_wrap .cl-cart-adjustment input.cl-input,
#cl_checkout_form_wrap .cl-cart-adjustment input.cl-submit {
	display: inline-block;
}
#cl_checkout_form_wrap .cl-cart-adjustment input.cl-submit {
	padding: 3px 12px;
	margin-bottom: 2px;
}
#cl_checkout_form_wrap #cl-discount-error-wrap {
	width: 100%;
	display: inline-block;
	margin: 1em 0 0;
}
#cl_checkout_form_wrap #cl-new-account-wrap,
#cl_checkout_form_wrap #cl-login-account-wrap {
	margin: -1.387em -1.387em 21px;
	border-left: none;
	border-right: none;
	border-top: none;
}
#cl_checkout_form_wrap #cl_payment_mode_select {
	margin-bottom: 21px;
}
#cl_checkout_form_wrap fieldset#cl_register_fields #cl_checkout_user_info {
	margin-bottom: 21px;
}
#cl_checkout_form_wrap fieldset#cl_register_account_fields legend {
	padding-top: 11px;
}
#cl_checkout_form_wrap fieldset#cl_register_account_fields p.cl_register_password,
#cl_checkout_form_wrap fieldset#cl_register_account_fields p.cl_login_password {
	margin: 0;
}
#cl_checkout_form_wrap fieldset#cl_cc_fields {
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	position: relative;
}
#cl_checkout_form_wrap fieldset#cl_cc_fields legend {
	border: none;
	padding: 0;
}
#cl_checkout_form_wrap fieldset p:last-child {
	margin-bottom: 0;
}
#cl_checkout_form_wrap fieldset#cl_cc_fields #cl-card-number-wrap {
	margin-top: 5px;
}
#cl_checkout_form_wrap #cl_purchase_final_total {
	margin: 21px 0;
}
#cl_checkout_form_wrap #cl_purchase_final_total p {
	margin: 0;
}
#cl_secure_site_wrapper {
	padding: 4px 4px 4px 0;
	font-weight: bold;
}
#cl_checkout_form_wrap input.cl-input.card-number.valid {
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
#cl_checkout_form_wrap span.exp-divider {
	display: inline;
}
#cl_checkout_form_wrap span.card-type {
	position: absolute;
	top: -2px;
	right: 0;
	width: 43px;
	height: 32px;
	background-size: 43px 32px!important;
}
#cl_checkout_form_wrap span.card-type.off {
	display: none;
}
#cl_checkout_form_wrap span.card-type.visa {
	background: url(images/icons/visa.png ) no-repeat;
}
#cl_checkout_form_wrap span.card-type.mastercard {
	background: url(images/icons/mastercard.png ) no-repeat;
}
#cl_checkout_form_wrap span.card-type.discover {
	background: url(images/icons/discover.png ) no-repeat;
}
#cl_checkout_form_wrap span.card-type.amex {
	background: url(images/icons/americanexpress.png ) no-repeat;
}
#cl_checkout_form_wrap .cl-cart-ajax {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.cl-amazon-profile-wrapper {
	font-size: 12px;
}
.cl-amazon-profile-name {
	font-weight: 600;
}
.cl-amazon-logout {
	font-size: 10px;
	line-height: 12px;
}
.cl-amazon-logout a {
	cursor: pointer;
}
#cl-amazon-wallet-box,
#cl-amazon-address-box {
	height: 228px;
	width: 350px;
}
#cl-amazon-address-box {
	margin-bottom: 15px;
}

/* Desktop and tablet */
@media only screen and (min-width: 768px) {
	#cl-amazon-address-box,
	#cl-amazon-wallet-box {
		width: 100%;
		height: 228px;
	}
}


/* =Ajax Add To Cart Button
-------------------------------------------------------------- */
.cl_purchase_submit_wrapper {
	position: relative;
}
.cl_purchase_submit_wrapper a.cl-add-to-cart {
	text-decoration: none;
	display: none;
	position: relative;
	overflow: hidden;
}
.cl_purchase_submit_wrapper a.cl-add-to-cart.cl-has-js {
	display: inline-block;
}
.cl_purchase_submit_wrapper .cl-cart-ajax {
	display: none;
	position: relative;
	left: -35px;
}
.cl-submit.button.cl-ajax-loading {
	padding-right: 30px;
}
.cl-add-to-cart .cl-add-to-cart-label {
	opacity: 1;
	filter: alpha(opacity=100);
}
.cl-loading,
.cl-loading:after {
	border-radius: 50%;
	display: block;
	width: 1.5em;
	height: 1.5em;
}
.cl-loading {
	-webkit-animation: cl-spinning 1.1s infinite linear;
	animation: cl-spinning 1.1s infinite linear;
	border-top: 0.2em solid rgba(255, 255, 255, 0.2);
	border-right: 0.2em solid rgba(255, 255, 255, 0.2);
	border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
	border-left: 0.2em solid #fff;
	font-size: 0.75em;
	position: absolute;
	left: calc(50% - 0.75em);
	top: calc(50% - 0.75em);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
a.cl-add-to-cart.white .cl-loading,
.cl-discount-loader.cl-loading,
.cl-loading-ajax.cl-loading {
	border-top-color: rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-left-color: #000;
}
.cl-loading-ajax.cl-loading {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0.25em;
	vertical-align: middle;
}

#cl_checkout_form_wrap .cl-cart-adjustment .cl-apply-discount.cl-submit {
	display: inline-block;
}
.cl-discount-loader.cl-loading {
	display: inline-block;
	position: relative;
	left: auto;
	vertical-align: middle;
	width: 1.25em;
	height: 1.25em;
}

.cl-loading-ajax.cl-loading {
	opacity: 1;
}

@-webkit-keyframes cl-spinning {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes cl-spinning {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
a.cl-add-to-cart .cl-add-to-cart-label,
.cl-loading {
	-webkit-transition: .1s opacity !important;
	-moz-transition: .1s opacity !important;
	-ms-transition: .1s opacity !important;
	-o-transition: .1s opacity !important;
	transition: .1s opacity !important;
}
.cl-add-to-cart[data-cl-loading] .cl-add-to-cart-label {
	opacity: 0;
	filter: alpha(opacity=0);
}
.cl-add-to-cart[data-cl-loading] .cl-loading,
.cl-discount-loader.cl-loading {
	opacity: 1;
	filter: alpha(opacity=100);
}
.cl-cart-added-alert {
	color: #567622;
	display: block;
	position: absolute;
}


/* =Theme Specific styling
-------------------------------------------------------------- */

/* Twenty Twelve */
.cl_form input.cl-input.required,
.cl_form select.cl-select.required {
	color: #000;
}


/* =Receipt Page
-------------------------------------------------------------- */
body.cl_receipt_page {
	background-color: #fff;
	color: #141412;
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}
body.cl_receipt_page:before {
	position: relative;
}
body.cl_receipt_page #cl_receipt_wrapper {
	width: 660px;
	margin: 0 auto;
	padding: 50px 0;
}
body.cl_receipt_page table {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
}
body.cl_receipt_page td,
body.cl_receipt_page th {
	display: table-cell;
	text-align: left;
	border-top: 1px solid #ededed;
	padding: 6px 10px;
	font-weight: normal;
}
body.cl_receipt_page th {
	font-weight: bold;
	text-transform: uppercase;
}
body.cl_receipt_page h3 {
	font-size: 22px;
	margin: 40px 0 5px;
	clear: both;
	display: block;
	font-weight: bold;
}
body.cl_receipt_page li {
	list-style: none;
}


/* =Purchase Summary Tables
-------------------------------------------------------------- */
table#cl_purchase_receipt_products,
table#cl_purchase_receipt {
	width: 100%;
}
table#cl_purchase_receipt_products td,
table#cl_purchase_receipt_products th,
table#cl_purchase_receipt td,
table#cl_purchase_receipt th {
	text-align: left;
}
table#cl_purchase_receipt .cl_receipt_payment_status.pending,
table#cl_purchase_receipt .cl_receipt_payment_status.cancelled,
table#cl_purchase_receipt .cl_receipt_payment_status.revoked,
table#cl_purchase_receipt .cl_receipt_payment_status.failed {
	color: #f73f2e;
}
table#cl_purchase_receipt_products li {
	list-style: none;
	margin: 0 0 8px 10px;
}
table#cl_purchase_receipt ul,
table#cl_purchase_receipt_products ul.cl_purchase_receipt_files {
	margin: 0;
	padding: 0;
}
table#cl_purchase_receipt li.cl_listing_file {
	list-style: none;
	margin: 0 0 8px 0;
}
table#cl_purchase_receipt_products .cl_purchase_receipt_product_notes {
	font-style: italic;
}
table#cl_purchase_receipt_products .cl_purchase_receipt_product_name {
	font-weight: bold;
}
table#cl_purchase_receipt_products .cl_bundled_product_name {
	font-style: italic;
	font-weight: bold;
}


/* =Purchase History
-------------------------------------------------------------- */
#cl_user_history {
	text-align: left;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: none;
}
#cl_user_history th,
#cl_user_history td {
	text-align: left;
	padding: 3px 5px;
	border-bottom: 1px solid #f0f0f0;
	border-top: none;
}
#cl_user_history th {
	font-weight: bold;
	background: #f5f5f5;
}
#cl_user_history td {
	line-height: 25px;
	vertical-align: middle;
}
#cl_user_history .cl_purchase_status.revoked,
#cl_user_history .cl_purchase_status.failed,
#cl_user_history .cl_purchase_status.cancelled,
#cl_user_history .cl_purchase_status.pending {
	color: #f73f2e;
}


/* =Registration / login Form
-------------------------------------------------------------- */
#cl_register_form legend,
#cl_login_form legend {
	font-size: 120%;
	margin-bottom: 1em;
}

#cl_register_form fieldset,
#cl_login_form fieldset {
	border: none;
}

#cl_register_form .cl-input,
#cl_login_form .cl-input {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#cl_register_form label,
#cl_login_form label {
	cursor: pointer;
}

/* =Profile Form
-------------------------------------------------------------- */
#cl_profile_editor_form p {
	margin-bottom: 8px;
}
#cl_profile_editor_form label {
	display: inline-block;
}
#cl_profile_editor_form .cl-profile-emails {
	list-style-type: none;
	display: inline-table;
	margin-left: 0;
	margin-bottom: 0;
}
#cl_profile_editor_form .cl-profile-email {
	width: auto;
}
#cl_profile_editor_form .cl-profile-email .actions {
	display: none;
}
#cl_profile_editor_form .cl-profile-email:hover > span {
	display: inline-block;
}



/* =Alerts
-------------------------------------------------------------- */
.cl_added_to_cart_alert {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #046a9e;
	background: #9ecce2;
	color: #333;
	margin: 8px 0;
}
.cl_added_to_cart_alert a.cl_alert_checkout_link {
	color: #000 !important;
}


/* =Purchase buttons
-------------------------------------------------------------- */
input.cl_submit_plain {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	display: inline;
	cursor: pointer;
}
.single-listing .cl_listing_purchase_form {
	margin-bottom: 1.387em;
}
.cl_listing_purchase_form .cl_listing_quantity_wrapper {
	margin: 0 0 0.5em;
}
.cl_listing_purchase_form .cl_listing_quantity_wrapper .cl-item-quantity {
	width: 75px;
}
.cl_listing_purchase_form .cl_price_options {
	margin: 0 0 15px;
}
.cl_listing_purchase_form .cl_price_options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cl_listing_purchase_form .cl_price_options li {
	display: block;
	padding: 0;
	margin: 0;
}
.cl_listing_purchase_form .cl_price_options span {
	display: inline;
	padding: 0;
	margin: 0;
}
.cl_listing_purchase_form .cl_price_options .cl_listing_quantity_wrapper {
	padding-left: 18px
}
.cl_listing_purchase_form .cl_price_options .cl_listing_quantity_wrapper * {
	font-size: 80%
}
.cl_listing_purchase_form .cl_price_options input.cl-item-quantity {
	display: inline;
	width: 50px;
	max-width: 90%;
}
.cl-submit,
#cl-purchase-button,
[type="submit"].cl-submit {
	display: inline-block;
	padding: 6px 12px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.cl-submit.button:focus,
[type="submit"].cl-submit:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.cl-submit.button:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.cl-submit.plain {
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/** Gray (Default) */
.cl-submit.button,
.cl-submit.button,
.cl-submit.button:visited,
.cl-submit.button,
.cl-submit.button.gray {
	color: #333333;
	background: #f0f0f0;
	border-color: #cccccc;
}
.cl-submit.button:hover,
.cl-submit.button:focus,
.cl-submit.button:active,
.cl-submit.button.gray:hover,
.cl-submit.button.gray:focus,
.cl-submit.button.gray:active {
	color: #333333;
	background: #ebebeb;
	border-color: #adadad;
}
.cl-submit.button.gray:active {
	background-image: none;
}

/** White */
.cl-submit.button.white {
	color: #333333;
	background: #ffffff;
	border-color: #cccccc;
}
.cl-submit.button.white:hover,
.cl-submit.button.white:focus,
.cl-submit.button.white:active {
	color: #333333;
	background: #ebebeb;
	border-color: #adadad;
}
.cl-submit.button.white:active {
	background-image: none;
}

/** Blue */
.cl-submit.button.blue {
	color: #ffffff;
	background: #428bca;
	border-color: #357ebd;
}
.cl-submit.button.blue:hover,
.cl-submit.button.blue:focus,
.cl-submit.button.blue.active {
	color: #ffffff;
	background: #3276b1;
	border-color: #285e8e;
}
.cl-submit.button.blue.active {
	background-image: none;
}

/** Red */
.cl-submit.button.red {
	color: #ffffff;
	background: #d9534f;
	border-color: #d43f3a;
}
.cl-submit.button.red:hover,
.cl-submit.button.red:focus,
.cl-submit.button.red:active {
	color: #ffffff;
	background: #d2322d;
	border-color: #ac2925;
}
.cl-submit.button.red:active {
	background-image: none;
}

/** Green */
.cl-submit.button.green {
	color: #ffffff;
	background: #5cb85c;
	border-color: #4cae4c;
}
.cl-submit.button.green:hover,
.cl-submit.button.green:focus,
.cl-submit.button.green:active {
	color: #ffffff;
	background: #47a447;
	border-color: #398439;
}
.cl-submit.button.green:active {
	background-image: none;
}

/** Yellow */
.cl-submit.button.yellow {
	color: #ffffff;
	background: #f0ad4e;
	border-color: #eea236;
}
.cl-submit.button.yellow:hover,
.cl-submit.button.yellow:focus,
.cl-submit.button.yellow:active {
	color: #ffffff;
	background: #ed9c28;
	border-color: #d58512;
}
.cl-submit.button.yellow:active {
	background-image: none;
}

/** Orange */
.cl-submit.button.orange {
	color: #ffffff;
	background: #ed9c28;
	border-color: #e3921e;
}
.cl-submit.button.orange:hover,
.cl-submit.button.orange:focus,
.cl-submit.button.orange:active {
	color: #ffffff;
	background: #e59016;
	border-color: #d58512;
}
.cl-submit.button.orange:active {
	background-image: none;
}

/** Dark Gray */
.cl-submit.button.dark-gray {
	color: #fff;
	background: #363636;
	border-color: #222;
}
.cl-submit.button.dark-gray:hover,
.cl-submit.button.dark-gray:focus,
.cl-submit.button.dark-gray:active {
	color: #fff;
	background: #333;
	border-color: #adadad;
}
.cl-submit.button.dark-gray:active {
	background-image: none;
}


/* =listings Shortcode
-------------------------------------------------------------- */
.cl_listings_list:after {
	content: "";
	display: table;
	clear: both;
}
.cl_listing {
	float: left;
}
.cl_listing_columns_1 .cl_listing { width: 100%; }
.cl_listing_columns_2 .cl_listing { width: 50%; }
.cl_listing_columns_0 .cl_listing,
.cl_listing_columns_3 .cl_listing { width: 33%; }
.cl_listing_columns_4 .cl_listing { width: 25%; }
.cl_listing_columns_5 .cl_listing { width: 20%; }
.cl_listing_columns_6 .cl_listing { width: 16.6%; }
.cl_listing_inner {
	padding: 0 8px 8px;
	margin: 0 0 10px;
}
.cl_listing_columns_2 .cl_listing:nth-child(2n+1),
.cl_listing_columns_3 .cl_listing:nth-child(3n+1),
.cl_listing_columns_4 .cl_listing:nth-child(4n+1),
.cl_listing_columns_5 .cl_listing:nth-child(5n+1),
.cl_listing_columns_6 .cl_listing:nth-child(6n+1) {
	clear: left;
}
.cl_listing_image {
	max-width: 100%;
}
.cl_listing .cl_price {
	margin-bottom: 10px;
}

/* =Misc styles
-------------------------------------------------------------- */
.cl-hide-on-empty.cart-empty {
	display: none;
}
cl-hide-on-empty.cart-not.empty {
	display: block;
}

.cl-cart-ajax {
	margin: 0 8px 0 4px;
	position: relative;
	top: 2px;
	background: none;
	border: none;
	padding: 0;
}
.cl-cart-number-of-items {
	font-style: italic;
	color: grey;
}
.cl-cart-meta.cl_subtotal {
	font-weight: bold;
	font-style: italic;
}
.cl-cart-meta.cl_cart_tax {
	font-size: 1em;
	font-style: italic;
}

/** Since this is a LI, make sure to not italicize any list item images */
.cl-cart-meta.cl_cart_tax::before {
	font-style: normal;
}

.cl-cart-meta.cl_total {
	font-weight: bold;
}
.cl-cart-meta {
	padding: 2px 5px;
	list-style: none;
}
.cl-cart-meta.cl_subtotal,
.cl-cart-meta.cl_total {
	background-color: #f9f9f9;
}


/** Old Error Styles */
/* =Error styles
-------------------------------------------------------------- */
.cl_errors:not(.cl-alert) {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #E6DB55;
	margin: 0 0 21px;
	background: #FFFFE0;
	color: #333;
}
.cl_error {
	padding: 10px;
}
p.cl_error {
	margin: 0 !important;
}


/* =Success Message styles
-------------------------------------------------------------- */
.cl_success:not(.cl-alert) {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #b3ce89;
	margin: 20px 0;
	background: #d5eab3;
	color: #567622;
	padding: 6px 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/** End old Error */

/** Usage Is as Follows */
/* <div class="cl-alert cl-alert-error">This is your error message</div> */
/* Replace cl-error with the class of your choice */

/* Alert Styles */
.cl-alert {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid transparent;
	vertical-align: middle;
}
.cl-alert p {
	padding: 0;
}
.cl-alert p:not(:last-child) {
	margin-bottom: 5px;
}
.cl-alert p:last-child {
	margin-bottom: 0;
}
.cl-alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.cl-alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color:#3c763d;
}
.cl-alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.cl-alert-warn {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
