.k2store textarea, .k2store input[type="text"], .k2store input[type="password"], .k2store input[type="datetime"], .k2store input[type="datetime-local"], .k2store input[type="date"], .k2store input[type="month"], .k2store input[type="time"], .k2store input[type="week"], .k2store input[type="number"], .k2store input[type="email"], .k2store input[type="url"], .k2store input[type="search"], .k2store input[type="tel"], .k2store input[type="color"], .k2store .uneditable-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	border-top-color: #ccc;
	height: 34px;
	line-height: 35px;
	padding: 0 12px;
	font-size: 14px;
	color: #555;
	max-width: 100% !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#k2Container .k2store_add_to_cart {
	clear: both;
	padding: 20px 0 0;
	border-top: 1px solid #E5E5E5;
	margin: 6px 0 0;
}
.k2store form {
	margin: 32px 0 20px 0;
}
#k2Container .k2store_add_to_cart .button {
	float: right;
}
#k2Container .k2store-notification {
	background: none;
	border: 0;
	width: 400px;
	max-width: 80%;
	box-shadow: none;
}
#k2Container .k2store-notification .message {
	font-size: 110%;
	color: #212121;
	font-weight: 300;
}
#k2Container .k2store-product-info .k2store-notification .cart_dialogue_close {
	display: none;
}
.k2store .button,
.k2store a:hover {
	text-decoration: none;
}
#k2Container .k2store-notification .button {
	text-decoration: none;
	float: right;
}
/*  set the width and height of cart images here*/
.itemImgSmall {
	width: 80px;
}
.itemImgMedium {
	width: 100px;
}
.itemImgLarge {
	width: 130px;
}
table#cart a div.k2storeCartRemove {
	margin: 0 auto;
	background: url("../images/remove-roll.png") no-repeat scroll 0 0 transparent;
	height: 18px;
	width: 18px;
}
table#cart a:hover div.k2storeCartRemove {
	background: url("../images/remove-over.png") no-repeat scroll 0 0 transparent;
}
.k2store-cart-item {
	margin-left: 10px;
}
table#cart .k2store-cart-item-image img {
	float: left;
	margin-right: 10px;
}
table#cart .k2store-cart-item-image + a {
	line-height: 24px;
}
table#cart .k2store-cart-footer td {
	border-bottom: none;
	border-top: none;
}
table#cart .cart_subtotal td {
	border-top: 1px solid #DDDDDD;
}
.k2store .product_quantity_input {
	float: none;
}
.k2store .product_quantity_input input {
	min-width: 65px!important;
	float: none;
}
.pao {
	padding: 5px;
}
.k2store strike {
	color: #ff0000;
}
.k2store .product_price, .k2store .product_special_price {
	display: block;
}
.k2store .currency_symbol {
	margin-right: 2px;
}
.k2store #cart a {
	color: #212121;
}
.k2store .checkout-heading {
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #e5e5e5;
	color: #777;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 44px;
	height: 44px;
	vertical-align: top;
}
.k2store .checkout-heading span {
	line-height: 44px;
	vertical-align: top;
}
.k2store .checkout-heading a {
	float: right;
	font-weight: normal;
	margin-top: 1px;
	text-decoration: none;
	cursor:pointer;
}
.k2store .checkout-content {
	display: none;
	overflow: auto;
	padding: 10px 10px 20px;
}
.k2store .checkout-content h2 {
	margin-bottom: 15px;
}
.k2store #k2store-checkout-content h1 {
	margin-bottom: 50px;
}
.k2store #k2store-checkout-content input[type="radio"], .k2store #k2store-checkout-content input[type="checkbox"] {
	margin: 0!important;
}
.k2store .checkout-content .buttons {
	clear: both;
}
.k2store.checkout tr, .k2store.checkout td {
	border-left: 0;
	border-right: 0;
	padding-right: 10px;
}
.k2store .k2store_cart_button {
	font-weight: normal!important;
}
.k2store #billing-existing select[size], .k2store #shipping-existing select[size] {
	height: auto;
}
.k2store .options .required {
	color: #FF0000;
	font-weight: bold;
}
.k2error, div.k2error em.error, div.k2storeerror em.error, .payment_info input.error, .k2store label.error {
	color: #ff0000;
	font-style: italic;
}
div.k2error em.success, div.k2storeerror em.success, .k2store label.success {
	color: #17B500;
	font-style: italic;
}
.k2store input.error {
	border: 1px solid red;
}
.k2store input.valid {
	border: 1px solid #17B500;
}
.k2storeCartForm1 {
	position: relative;
}
.k2store-notification {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	cursor: default;
	margin-left: 0;
	margin-top: -30px;
	padding: 1em;
	position: relative;
	width: 200px;
	z-index: 1000;
}
.k2store-notification .k2success {
	float: left;
}
.k2store-notification .cart_dialogue_close {
	background: none repeat scroll 0 0 #FF0000;
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	width: 18px;
}
.k2store-product-info label {
	display: inline;
}
.product_quantity_input input {
	width: 20px;
}
/* name spaced bootstrap modal */
.modal-backdrop {
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.8;
}
.k2store-modal {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 50%;
	margin-left: -280px;
	outline: medium none;
	position: fixed;
	top: 10%;
	width: 560px;
	z-index: 1050;
}
.k2store-modal.fade {
	top: -25%;
	transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.k2store-modal.fade.in {
	top: 10%;
}
.k2store-modal .modal-header {
	border-bottom: 1px solid #EEEEEE;
	padding: 9px 15px;
}
.k2store-modal .modal-header .close {
	margin-top: 2px;
}
.k2store-modal .modal-header h3 {
	line-height: 30px;
	margin: 0;
}
.k2store-modal .modal-body {
	max-height: 400px;
	overflow-y: auto;
	padding: 15px;
	position: relative;
	text-align: left;
}
.k2store-modal .modal-form {
	margin-bottom: 0;
}
.k2store-modal .modal-footer {
	background-color: #F5F5F5;
	border-radius: 0 0 6px 6px;
	border-top: 1px solid #DDDDDD;
	box-shadow: 0 1px 0 #FFFFFF inset;
	margin-bottom: 0;
	padding: 14px 15px 15px;
	text-align: right;
}
.k2store-modal .modal-footer:before, .k2store-modal .modal-footer:after {
	content:"";
	display: table;
	line-height: 0;
}
.k2store-modal .modal-footer:after {
	clear: both;
}
.k2store-modal .modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.k2store-modal .modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.k2store-modal .modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.k2store_field_required {
	float: left;
	margin-right: 2px;
}
#k2store_currency a {
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 2px 4px;
	text-decoration: none;
	cursor: pointer;
}
.k2error {
	color: #ff0000;
}
.k2store .table-bordered {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.k2store #k2store-checkout-content input[type="radio"] + label {
	display: inline-block;
}
.k2store .checkout-heading a {
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 20px;
}
.k2store .table-bordered thead:first-child tr:first-child th:first-child, .k2store .table-bordered tbody:first-child tr:first-child td:first-child,.k2store .table-bordered th,.k2store .table-bordered thead:first-child tr:first-child th:last-child, .k2store .table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
}
table#cart + table#cart_actions {
	margin-top: -20px;
}
.k2store .table th {
	font-weight: 300;
}
.k2store table#cart th, .k2store table#cart td {
	padding: 8px!important;
	font-weight: 300!important;
	vertical-align: middle;
}
.k2store .gkStep:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 22px 0 22px 20px;
	border-color: transparent transparent transparent #eee;
	top:  -44px;
	position: relative;
	left: 80px;
	color: #B1B1B1;
}
.k2store .active .gkStep:after {
	border-color: transparent transparent transparent #FB5A29;
}
.k2store .active .gkStep {
	color: #fff;
	text-shadow: 0px 0px transparent;
	background: #FB5A29;
}
.k2store .done .gkStep {
	color: #777;
}
.k2store .active .checkout-heading {
	background: #fefefe;
}
.k2store .done .checkout-heading {
	background: #f5f5f5;
}
.k2store .gkStep {
	vertical-align: top;
	line-height: 44px;
	height: 44px;
	width: 80px;
	float: left;
	display:block;
	background: #eee;
	margin-right: 50px;
	text-align: center;
	text-shadow: 2px 2px #ffffff;
	font-weight: 400;
	font-size: 18px;
}
.k2store #button-login {
	float: right;
}
.k2store #checkout #login {
	float: right;
	margin-right: 20px;
	border-left: 1px solid #E5E5E5;
	text-align: right;
}