/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============== OVERRIDE TEMPLATE STYLE ============== */
#jsn-mainbody-content {
	padding: 0 0 25px;
}
.blog h2 {
	margin: 0 0 20px;
}
/* ============== CURRENCY MODULE ============== */
#j2store_currency a {
	color: #e4e4e4;
	border: 1px solid #e4e4e4;
	padding: 2px 10px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
#j2store #j2store_currency a.active,
#j2store_currency a:hover {
	color: #ccc;
	border: 1px solid #ccc;
}
/* ============== SHOPPING CART MODULE ============== */
#miniJ2StoreCart {
	margin-bottom: 10px;
}
#jsn-page .j2store-minicart-button .button {
	border-radius: 3px;
}
.jsn-color-blue #jsn-page .j2store-minicart-button .button {
	background: #2980B9;
}
.jsn-color-green #jsn-page .j2store-minicart-button .button {
	background: #6ECE97;
}
.jsn-color-grey #jsn-page .j2store-minicart-button .button {
	background: #668499;
}
.jsn-color-orange #jsn-page .j2store-minicart-button .button {
	background: #F38645;
}
.jsn-color-red #jsn-page .j2store-minicart-button .button {
	background: #e95e53;
}
.jsn-color-violet #jsn-page .j2store-minicart-button .button {
	background: #8d84e4;
}
/* ============== PRODUCT MODULE ============== */
div.jsn-article-toolbar {
	display: none;
}
#jsn-pos-user-top.jsn-modulescontainer {
	padding: 0 0 20px;
	border-bottom: none;
}
ul.j2store_products_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
ul.j2store_products_container > li {
	text-align: center;
	display: flex;
	width: 33.3%;
	padding: 15px;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wekit-box-sizing: border-box;
}
ul.j2store_products_container > li:first-child,
ul.j2store_products_container > li:nth-child(3n+1) {
	padding-left: 0;
}
ul.j2store_products_container > li:nth-child(3n),
ul.j2store_products_container > li:nth-child(3n+3) {
	padding-right: 0;
}
ul.j2store_products_container li div.j2store_product_item {
	border: 1px solid #e4e4e4;
	width: 100%;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 335px;
}
.j2store_product_image_block {
	padding: 20px;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
ul.j2store_products_container li div.j2store_product_item:hover .j2store_product_image_block {
	top: -10px;
	opacity: .5;
}
.j2store_product_content_block {
	background: rgba(255,255,255,.8);
	border-top: 1px solid #e4e4e4;
	padding: 10px 20px 20px;
	position: absolute;
	top: 244px;
	width: 100%;
	left: 0;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
ul.j2store_products_container li div.j2store_product_item:hover .j2store_product_content_block {
	top: 0;
	padding-top: 70px;
	border-top: none;
}
h2.j2store_product_title {
	text-transform: uppercase;
	margin: 0 0 10px;
}
h2.j2store_product_title a {
	color: #3d3d3d;
	font-size: 16px;
	font-weight: 400;
}
.j2store-price1 {
	display: none;
}
.j2store-price .product_price,
.j2store-price .product_special_price {
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
}
.j2store_product_price strike {
	margin-right: 5px;
}
.jsn-color-blue .j2store .product_price,
.jsn-color-blue .j2store .product_price strike {
	color: #2980B9;
}
.jsn-color-green .j2store .product_price,
.jsn-color-green .j2store .product_price strike {
	color: #6ECE97;
}
.jsn-color-grey .j2store .product_price,
.jsn-color-grey .j2store .product_price strike {
	color: #668499;
}
.jsn-color-orange .j2store .product_price,
.jsn-color-orange .j2store .product_price strike {
	color: #F38645;
}
.jsn-color-red .j2store .product_price,
.jsn-color-red .j2store .product_price strike {
	color: #e95e53;
}
.jsn-color-violet .j2store .product_price,
.jsn-color-violet .j2store .product_price strike {
	color: #8D84E4;
}
.product_special_price { 
	color: red;
}
.j2store-product-info input[type="radio"] {
	margin: -3px 2px 0 0;
}
ul.j2store_products_container li br {
	line-height: 10px;
}
.options {
	margin: 10px 0 15px;
}
.option {
	margin-bottom: 10px;
}
.option span.option-name,
.option span.required {
	display: none;
}
.option input[type="radio"] {
    display: none;
    margin: 5px 10px;
}
.option input[type="radio"] + label {
    border: 2px solid #e4e4e4;
    background: #e4e4e4;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    line-height: 30px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.option input[type="radio"] + label:after {
    background: none;
    border: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
span.option-name,
.product_quantity_input span {
	font-weight: 400;
	font-size: 13px;
}
.j2store-product-info label {
	font-weight: 300;
	font-size: 13px;
}
.jsn-color-blue .option input[type="radio"] + label:hover {
	border-color: #2980B9;
}
.jsn-color-green .option input[type="radio"] + label:hover {
	border-color: #6ECE97;
}
.jsn-color-grey .option input[type="radio"] + label:hover {
	border-color: #668499;
}
.jsn-color-orange .option input[type="radio"] + label:hover {
	border-color: #F38645;
}
.jsn-color-red .option input[type="radio"] + label:hover {
	border-color: #e95e53;
}
.jsn-color-violet .option input[type="radio"] + label:hover {
	border-color: #8d84e4;
}
.option input[type="radio"]:checked + label {
    color: #fff;
}
.jsn-color-blue .option input[type="radio"]:checked + label {
    background-color: #2980B9;
    border-color: #2980B9;
}
.jsn-color-green .option input[type="radio"]:checked + label {
    background-color: #6ECE97;
    border-color: #6ECE97;
}
.jsn-color-grey .option input[type="radio"]:checked + label {
    background-color: #668499;
    border-color: #668499;
}
.jsn-color-orange .option input[type="radio"]:checked + label {
    background-color: #F38645;
    border-color: #F38645;
}
.jsn-color-red .option input[type="radio"]:checked + label {
    background-color: #e95e53;
    border-color: #e95e53;
}
.jsn-color-violet .option input[type="radio"]:checked + label {
    background-color: #8d84e4;
    border-color: #8d84e4;
}
.j2store-price {
	margin-bottom: 15px;
}
.product_quantity_input {
	margin: 15px 0;
}
ul.j2store_products_container .product_quantity_input {
	display: none;
}
.j2store .product_quantity_input input {
	margin-bottom: 0;
	height: 16px;
	line-height: 16px;
	box-shadow: none;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	text-align: center;
	border-radius: 3px;
}
div.jsn-modulecontainer ul li.j2store_product_block i[class*="jsn-icon-"] {
    display: inline-block;
}
.j2store_product_sku_category span {
	color: #3d3d3d;
	font-size: 100%;
	margin: 0 0 10px;
}
.j2store_product_sku_category span small {
	font-size: 1em;
}
.j2store_add_to_cart {
	margin: 0;
}
.j2store_add_to_cart span input.j2store_cart_button {
	border: none;
	background: none;
}
.j2store_product_readmore, 
.j2store_add_to_cart span {
	line-height: 30px;
	color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	height: 34px;
	display: inline-block;
	font-size: 14px;
}
.j2store_product_readmore {
	margin-top: 10px;
}
.j2store_add_to_cart span input {
	color: #fff;
	line-height: 34px !important;
	vertical-align: top;
	font-size: 14px;
	font-family: 'roboto', arial, helvetica, sans-serif;
	font-weight: 300;
}
.j2store_product_readmore i,
.j2store_add_to_cart span i {
	border-right: 1px solid rgba(255,255,255,.3);
	padding-right: 9px;
	margin-right: 5px;
	line-height: 34px;
	display: inline-block;
}
.jsn-color-blue .j2store_add_to_cart span,
.jsn-color-blue .j2store_product_readmore {
	background: #2980B9;
}
.jsn-color-green .j2store_add_to_cart span,
.jsn-color-green .j2store_product_readmore {
	background: #6ECE97;
}
.jsn-color-grey .j2store_add_to_cart span,
.jsn-color-grey .j2store_product_readmore {
	background: #668499;
}
.jsn-color-orange .j2store_add_to_cart span,
.jsn-color-orange .j2store_product_readmore {
	background: #F38645;
}
.jsn-color-red .j2store_add_to_cart span,
.jsn-color-red .j2store_product_readmore {
	background: #e95e53;
}
.jsn-color-violet .j2store_add_to_cart span,
.jsn-color-violet .j2store_product_readmore {
	background: #8d84e4;
}
a.j2store_product_readmore:hover {
	color: #fff;
}
.j2store-notification {
    border: 1px solid #fefefe;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    margin-top: -45px;
    display: inline-block;
}
.j2store-notification .message {
	margin-bottom: 5px;
	display: inline-block;
	font-size: 14px;
}
.j2store-notification .cart_dialogue_close {
    background: #333;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    line-height: 15px;
    right: 4px;
    top: 4px;
}
.j2store form {
	margin-bottom: 0 !important;
}
/* ============== CATEGORY PRODUCT ============== */
.items-row {
	display: flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 25px;
}
.items-row div[class*="span"] {
	margin-left: 2.5%;
}
.items-row .item {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	padding: 20px;
}
.items-row .item .img-intro-left,
.items-row .item .img-intro-right {
	margin: 0;
	float: none;
}
.items-row .item .jsn-article-intro-text {
	display: none;
}
.blog > h2,
.blog > h2 span {
	position: relative;
}
.blog > h2 span.subheading-category {
	display: inline-block;
	padding-right: 20px;
	background: #fff;
}
.blog > h2:before {
    background-color: rgba(145, 145, 145, 0.25);
    content: "";
    height: 1px;
    position: absolute;
    top: 26px;
    width: 100%;
}
.blog > h2:after,
.blog > h2 span:after {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: auto;
    position: absolute;
    right: 0;
    top: 23px;
    width: 7px;
}
/* ============== PRODUCT DETAILS PAGE ============== */
.article h2.contentheading,
.item-page .page-header h2 {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}
.article h2.contentheading:before,
.item-page .page-header h2:before {
	content:'';
	width: 120px;
	bottom: -1px;
	height: 1px;
	background: #8d84e4;
	left: 0;
	position: absolute;
}
.jsn-direction-rtl .article h2.contentheading:before,
.jsn-direction-rtl  .item-page .page-header h2:before {
	right: 0;
	left: auto;
}
.jsn-color-blue .article h2.contentheading:before,
.jsn-color-blue .item-page .page-header h2:before {
	background: #2980B9;
}
.jsn-color-green .article h2.contentheading:before,
.jsn-color-green .item-page .page-header h2:before {
	background: #6ECE97;
}
.jsn-color-grey .article h2.contentheading:before,
.jsn-color-grey .item-page .page-header h2:before {
	background: #668499;
}
.jsn-color-orange .article h2.contentheading:before,
.jsn-color-orange .item-page .page-header h2:before {
	background: #F38645;
}
.jsn-color-red .article h2.contentheading:before,
.jsn-color-red .item-page .page-header h2:before {
	background: #e95e53;
}
.img-fulltext-left,
.item-image {
	margin-right: 28px;
	border: 1px solid #e4e4e4;
}
.img-fulltext-left img,
.item-image img {
	max-width: 400px;
}
.item-page p {
	margin-top: 0;
}
.label-info {
	padding: 5px 8px;
	font-weight: 300;
}
.item-page .j2store-product-info .j2store-price {
	margin-top: 20px;
}
.item-page .j2store-price .product_price,
.item-page .j2store-price .product_special_price,
.article .j2store-price .product_price,
.article .j2store-price .product_special_price {
	font-size: 30px;
}
.jsn-article-text p:first-child {
	margin-top: 0;
}
.article .j2store-price,
.item-page .j2store-price {
	margin-bottom: 0
}
/* ============== SHOPPING CART PAGE ============== */
.table-bordered {
	border-radius: 0;
	border-color: #e4e4e4;
}
.j2store_cartitems .table th {
	font-weight: 400;
	color: #333;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-radius: 0;
}
.table-bordered th,
.table-bordered td {
	border-color: #e4e4e4;
	vertical-align: middle;	
}
.table th,
.table td {
	text-align: center;
	padding: 12px;
}
.table td:first-child {
	text-align: left;
}
.j2store_cartitems .table th:nth-child(3) {
	text-align:  right;
}
.table-striped tbody > tr:nth-child(2n+1) > td,
.table-striped tbody > tr:nth-child(2n+1) > th {
	background: #fff;
}
table#cart .cart_subtotal td {
	border-top-color:  #e4e4e4;
}
.j2store-cart-footer span.text {
	font-weight: 400;
	color: #333;
}
table#cart a div.j2storeCartRemove {
	margin: 0 auto;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background: #f9f9f9;
}
.j2store_cartitems .btn,
#jsn-page .checkout-content .btn.button {
	border-radius: 3px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding: 6px 15px;
	background: #2980b9;
}
.j2store_cartitems .btn.btn-warning {
	background: #f38645;
}
.j2store_cartitems .btn.btn-warning.j2store_cart_button {
	margin-bottom: 10px;
}
.j2store input[type="radio"],
.j2store input[type="checkbox"] {
	margin: -2px 2px 0 0 !important;
}
#j2store-cart-modules td {
	padding: 10px 0;
}
#j2store-cart-modules select,
#j2store-cart-modules input {
	margin-bottom: 0;
	margin-left: 10px;
	border-radius: 3px;
	box-shadow: none;
}
/* ============== CHECKOUT PAGE ============== */
#j2store-checkout h1 {
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 25px;
    line-height: 30px;
}
#j2store-checkout h1:before {
    background: none repeat scroll 0 0 #8d84e4;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 120px;
}
.j2store .checkout-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #e4e4e4;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 10px 20px;
}
.checkout-content b {
	font-weight: 400;
}
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 {
	box-shadow: none;
	border-radius: 0;
}
.checkout-content span.j2store_field_required,
.checkout-content label {
	display: inline-block;
}
.checkout-content input.inputbox,
.checkout-content select.inputbox,
.checkout-content select#country_id {
	border-radius: 0;
	display: block;
}
.row-fluid .span11.shipping-make-same {
	margin-left: 0;
}
.checkout-content h3 {
	margin: 5px 0;
	color: #3d3d3d;
}
.customer-note textarea {
	width: 300px;
	height: 60px;
	border: 1px solid #e4e4e4;
}
#checkbox_tos {
	margin: 30px 0 15px;
}
.j2storeOrderSummary table th {
	border-bottom: 1px solid #e4e4e4;
}
.j2store.checkout tr,
.j2store.checkout td {
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-top: none;
}
table#sagepay_form.table td {
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
table#sagepay_form.table select {
	border-radius: 0;
}
#payment_form_div table td {
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.j2storeOrderSummary table#cart .cart_subtotal td {
	border-top: none;
	border-bottom: none;
}
.j2storeOrderSummary table.cart-total tr:last-child td {
	border-bottom: 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 tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-radius: 0;
}
.j2storeOrderSummary table#cart thead th:first-child {
	text-align: left;
}
.j2storeOrderSummary table#cart thead th:last-child {
	text-align: right;
}
.payment .j2store_cart_button.btn.btn-primary,
.container-fluid .btn.btn-primary {
	border-radius: 3px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding: 6px 15px;
	background: #2980b9;
}
.payment .note {
	margin-bottom: 10px;
}
/* ============== ORDER PAGE ============== */
.j2store.container-fluid h3 {
	margin: 5px 0;
	color: #3d3d3d;
}
.j2store.container-fluid .span6 h3 {
	border-bottom: 2px solid #e4e4e4;
}
.j2store.container-fluid dt {
	font-weight: 400;
}
.j2store.container-fluid .dl-horizontal {
	margin: 10px 0 25px;
}
.dl-horizontal dt {
	text-align: left;
}
.dl-horizontal address {
	margin: 0;
}
.dl-horizontal address strong {
	font-weight: 400;
}
.container-fluid .btn.btn-primary {
	float: right;
}
span.order-state-label.label-warning {
	font-weight: 300;
	text-shadow: none;
	padding: 3px 6px;
}
.table th {
	font-weight: 400;
	font-size: 14px;
	color: #3d3d3d;
}
.j2store.container-fluid .pull-left .btn {
	background: #bbb;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 3px;
	padding: 6px 15px;
}
/* ============== MODAL LOAD IMAGE ============== */
.sbox-content img.shrinkToFit {
	max-width: 100%;
}
.j2store-modal.in {
	top: 50%;
	z-index: 10000;
	left: 50%;
	position: absolute;
}
/* ============== ON MOBILE LAYOUT ============== */
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	ul.j2store_products_container > li {
		width: 100%;
	}
	ul.j2store_products_container > li:first-child,
	ul.j2store_products_container > li:nth-child(3n+1) {
		padding-left: 15px;
	}
	ul.j2store_products_container > li:nth-child(3n), 
	ul.j2store_products_container > li:nth-child(3n+3) {
		padding-right: 15px;
	}
	.items-row .item {
		margin-top: 20px;
	}
	.img-fulltext-left,
	.item-image,
	.img-fulltext-left img,
	.item-image img {
		max-width: 100%;
		margin: 0;
	}

	input[type="button"] {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border: none;
		box-shadow: none;
		text-shadow: none;
		padding: 6px 15px;
		background: #2980b9 !important;
	}
	.j2store h2 {
		font-size: 20px;
	}
	.j2store #j2store-cart-modules #shipping select,
	.j2store #j2store-cart-modules #shipping input.inputbox,
	.j2store #j2store-cart-modules #shipping input[type="text"]  {
		width: 160px;
		max-width: 100%;
	}
	.j2store #billing-address select,
	.j2store #payment_form_div #offline_payment_method,
	.j2store #payment_form_div #sagepay_form select,
	.j2store #billing-address input.inputbox {
		width: 150px;
		max-width: 100%;
	}
	.j2store #payment_form_div #sagepay_form input {
		width: 130px;
		max-width: 100%;
	}
	#j2store-checkout-content .checkout-content .row-fluid [class*="span"] {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
	#j2store-checkout-content .checkout-content .row-fluid #login > h2 {
		border-top: 1px solid #e5e5e5;
	}
	#onCheckoutPayment_wrapper {
		padding: 0 10px;
	}
	body #j2store_orders_list {
		font-size: 11px !important;
	}
	body #j2store_orders_list .table th {
		font-size: 11px !important;
	}
	body #j2store_orders_list .table th,
	body #j2store_orders_list .table td {
		padding: 8px;
	}
	body #j2store_orders_list span.order-state-label.label-warning {
		font-size: 11px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 640px), (min-device-width: 481px) and (max-device-width: 640px) {
	ul.j2store_products_container > li {
		width: 50%;
	}
	ul.j2store_products_container > li:first-child,
	ul.j2store_products_container > li:nth-child(3n+1) {
		padding-left: 15px;
	}
	.items-row .item {
		margin-top: 20px;
	}
	ul.j2store_products_container > li:nth-child(3n), 
	ul.j2store_products_container > li:nth-child(3n+3) {
		padding-right: 15px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 800px), (min-device-width: 767px) and (max-device-width: 800px) {
	.items-row div[class*="span"] {
		margin-left: 2.1%;
	}
}

