/***
 * Joomla
 ***/

fieldset {
	border:0;
}



/***
 * J2Store
 ***/

/* j2store */

.product-qty input[type="text"], .product-qty input[type="number"] {
    padding: 14px 5px !important;
    width: 50px !important;
}

.j2store-products-row {
	margin: 15px 0 30px;
}

.pcolumn-2 {
	margin-left: 20px;
}

.j2store-products-row .j2store-single-product .options {
	float: right;
	margin-top: -3px;
}

.j2store-products-row .j2store-single-product h2 {
	padding: 15px 0 5px;
}

.product-price-container {
	margin: 0 0 20px 0;
	font-weight:bold;
}

.j2store-add-to-cart {
    margin-left: 0;
}

.j2store-single-product .nav-tabs > .active > a {
	color: #444444;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    padding-top: 20px;
}

.j2store-cart {
	margin-top: 16px;
}

.j2store-cart-table input.input-mini {
	padding: 0;
	text-align: center;
}

.j2store-cart-table a.j2store-remove {
	padding: 12px;
	margin-bottom: 20px;
}

.j2store-cart-table a.j2store-remove i {
	font-size: 24px;
}

/*
.j2store.checkout #billing-address input.inputbox {
	width: 90%;
	height: 30px;
}
*/
.j2store-addtocart-form select {
	padding: 0;
}




/***/
.j2store-cart-buttons .buttons-left,
.j2store-minicart-button > a {
	display: block;
}

.button, .btn,
.j2store-minicart-button > a {
	display: inline-block;
	padding: 16px 30px;
	margin: 15px 10px 0 0;
	vertical-align: middle;
	background: #777 none repeat scroll 0% 0%;
	border:1px #777 solid;
	border-radius: 3px;
	font-size:14pt;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
}

.button:hover, .btn:hover,
.j2store-minicart-button > a:hover {
	background: #333 none repeat scroll 0% 0%;
	border-color:#333;
}

/**/

.j2store-cart-table input.input-mini {
    padding: 0px;
    text-align: center;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus,input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus, select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    display: inline-block;
    margin-bottom: 20px;
    line-height: 18px;
    border-radius: 3px;

    background-color: #F3F3F3;
    border: 0px none;
    font-size: 16px;
    color: #444;
    padding: 15px 30px;
    box-sizing: border-box;
    height: 50px;

}

textarea, input[type="text"], input[type="password"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], select {
	width:100%;
	max-width:640px;
	min-width:280px;
}

.input-mini {
    width: 60px;
}

input {
	margin: 0 10px 0 0;
}

/***
 *
 ***/

.j2store-cart-table a.j2store-remove {
    padding: 12px;
    margin-bottom: 20px;
}

.j2store-cart-table a.j2store-remove {
    padding: 12px;
    margin-bottom: 20px;
}

/**/

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0px;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

.table th, .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
}

.table th {
    font-weight: bold;
}

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0px none;
}
.table thead th {
    vertical-align: bottom;
}

.table th, .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #777;
}

.table-bordered {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #777;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-collapse: separate;
	border-radius: 4px;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #777;
}

.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0px none;
}

.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child {
    border-radius: 0px 0px 0px 4px;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #777;
}

table.cart-footer {
	width:100%;
	max-width:320px;
	min-width:280px;
}


/***
 *
 ***/
div#j2store-checkout-content > div {
	/*clear:both;*/
	margin: 0 0 20px 0;
}
div#j2store-checkout-content > div > .checkout-heading {
	background: #777;
	padding:18px 10px;
	font-size:16pt;
	font-weight:bold;
}

div.row-fluid {
}

div.row-fluid > div.left, div.row-fluid > div.right {
	max-width:50%;
	min-width:280px;
	float:left;
	padding:0 10px;
	margin: 20px 0 20px 0;
}

div.row-fluid > div.left {

}

div.row-fluid > div.right {}

@media screen and (min-width:1009px) {
	div.row-fluid > div.left {
		border-right:1px #999 solid;
	}
	div.row-fluid > div.right {
		margin-left:-1px;
		border-left:1px #999 solid;
	}
}
/***
 *
 ***/
#j2store-cart-modules {
	margin:20px 0 0 0;
}

#j2store-cart-modules > label {

}

#j2store-cart-modules #shipping {
	margin: 20px 0 0;
}

/***
 * Checkout
 ***/

#billing-address {
	clear:left;
}

.checkout-content label {
	display:block;
}

.checkout-content .j2store_field_required {
	display:block;
	float:left;
}

/***
 * My Account (Profile)
 ***/

div.tabbable > ul {
	list-style:none;
	padding:0; margin:0;
}

div.tabbable > ul > li {
	float:left;
	padding: 10px;
	border: 1px #999 solid;
	border-bottom:0;
}

div.tabbable > ul > li.active {
	background: #777;
}

div.tabbable div.tab-content {
	border: 1px #999 solid;
	clear:left;
}

div.tabbable div.tab-content div.tab-pane {
	display:none;
	padding:20px;
}

div.tabbable div.tab-content div.tab-pane.active {
	display:block;
}

.j2store-myprofile-address-list {
	list-style:none;
	margin:0; padding:0;


}

span.j2error {
  display:block;
  margin-bottom:30px;
  color:red;
  font-weight:bold;
}
