/*  set the width and height of cart images here*/
.itemImgSmall {
	width: 65px;
}

.itemImgMedium {
	width: 100px;
}

.itemImgLarge {
	width: 130px;
}

table#cart a div.k2storeCartRemove {
	background: url(/media/k2store/images/remove-roll.png) no-repeat scroll 0 0 
	transparent;
	
	height: 18px;
	width: 18px;
}

table#cart a:hover div.k2storeCartRemove {
	background: url(/media/k2store/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-footer td{
    border-bottom: none;
    border-top: none;
}
table#cart .cart_subtotal td {
    border-top: 1px solid #999;
}

.k2store .product_quantity_input input {
	width: 60px;
	height: 30px;
	margin: 10px;
}
.pao {
	padding: 5px;
}

.k2store strike {
	color: #ff0000;
}

.k2store .product_price{
	display: block;
	font-size: 140%;
	font-weight:bold;	
}
 
.k2store .op_price{
	display: block;
	font-size: 120%;	
}

.k2store .product_special_price {
	/*display: block;
	font-size: 140%;
	font-weight:bold;	
    margin: 10px;	
    position: relative;
    float: right;
    top: -2.5em;
    right: 50%;*/
	display: block;
    font-size: 140%;
    font-weight: bold;
    font-size: 140%;
    font-weight: bold;
    position: relative;
    float: left;
    margin: 2px;
 }
 
 .k2store .currency_symbol {
	 display: none !important;
     margin-right: 2px;
 }
 
.k2store .checkout {
   display: none;
}

.k2store .checkout-heading {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 11px;
    margin: 2px 2px 2px 2px;
    padding: 2px;
}
.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: 0 0 15px;
}

.k2store .checkout-content .buttons {
    clear: both;
}

.k2store.checkout tr, .k2store.checkout td {
	border: none;
	padding-right: 10px;
}
.k2store #billing-existing select[size],
.k2store #shipping-existing select[size]
 {
	height: auto; 
}

.k2store .options .required {
    color: #FF0000;
}
.k2store select {
    width: 140px;
    background-color: #fff;
    border: 1px solid #ccc;
	font-size: 12px;
}

.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;
	top: -9em;
    left: 11em;
    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: 18px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    width: 24px;
}
.k2store-product-info label {
display: inline;
}

.product_quantity_input input {
width: 20px;
}

.k2store .table-bordered {
    border: 1px solid #999;
}

table#cart .cart_subtotal td {
    border-top: 1px solid #999;
}

.k2store dd {
    margin-left: 10px;
  	font-weight: bold;
}

.k2store dt {
    font-weight: 400;
}

.k2store address {
    display: block;
    margin-bottom: 15px;
    font-style: normal;
    line-height: 20px;
    background-color: #e5e5e5;
	padding: 5px;
}

/* 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;
	color: #ff0000;
	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 {
    margin: 0 15px 0 15px;
}

.k2store form {
    margin: 15px 15px 5px 5px;
    font-size: 13px;
	max-width: 800px;
    min-width: 250px;
}

k2store .btn:first-child {
    margin: 0 15px 0 15px;
}

.k2store .k2store-checkout-content{
    margin: 0 15px 0 15px;
}

.k2store .btn:first-child {
     margin: 5px 10px 20px 5px;
}

.k2store .btn-success {
    display: inline-block;
    width: max-content;
	font-size: 12px;
    height: 30px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from( #62c462),to( #51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    position: relative;
}

.k2store .btn-primary-red {
	color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #B30303;
    background-image: -moz-linear-gradient(top, #DF7E7E, #8C0606);
    background-image: -webkit-gradient(linear,0 0,0 100%,from( #DF7E7E),to( #8C0606));
    background-image: -webkit-linear-gradient(top, #DF7E7E, #991513);
    background-image: -o-linear-gradient(top, #DF7E7E, #8C0606);
    background-image: linear-gradient(to bottom, #DF7E7E, #8C0606);
    background-repeat: repeat-x;
    border-color: #E94949 #B30303 #8C0606;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

.k2store .btn-primary-red:hover,.k2store .btn-primary-red:active,.k2store .btn-primary-red.active,.k2store .btn-primary-red.disabled,.k2store .btn-primary-red[disabled] {
    color: #fff;
    background-color: #790D0D;
	-webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.k2store .btn-primary:active,.k2store .btn-primary.active {
    background-color: #790D0D \9;
}

.k2store .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #e48744;
    *background-color: #eb7018;
    background-image: -moz-linear-gradient(top, #df9967, #eb7018);
    background-image: -webkit-gradient(linear,0 0,0 100%,from( #df9967),to( #eb7018));
    background-image: -webkit-linear-gradient(top, #df9967, #eb7018);
    background-image: -o-linear-gradient(top, #df9967, #eb7018);
    background-image: linear-gradient(to bottom, #df9967, #eb7018);
    background-repeat: repeat-x;
    border-color: #eb7018 #bf5a11 #6b2b00;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ffbf5a11', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.k2store .btn-primary:hover,.k2store .btn-primary:active,.k2store .btn-primary.active,.k2store .btn-primary.disabled,.k2store .btn-primary[disabled] {
    color: #fff;
    background-color: #eb7018;
	-webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.k2store .btn-primary:active,.k2store .btn-primary.active {
    background-color: #5e3802 \9;
}

.k2store .btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from( #fbb450),to( #f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.k2store .btn-warning:hover,.k2store .btn-warning:active,.k2store .btn-warning.active,.k2store .btn-warning.disabled,.k2store .btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
	-webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.k2store .btn-warning:active,.k2store .btn-warning.active {
    background-color: #c67605 \9;
}

@media screen and (max-width: 600px) {
.itemContainer, .subCategoryContainer, .catItemView {
	float: none;
    display: block;
    width: 100%!important;
    height: 42em;
}  
