/**
* @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;
}

.five-products-type li.j2store_product_block {
    width: 20%;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-left: none;
    float: left;
}
.j2store_product_block .j2store_product_content_block {
    top: 252px;
}
.five-products-type li.j2store_product_block:hover .j2store_product_content_block {
    top: 50%;
}
.j2store_product_block h2.j2store_product_title {
    margin-bottom: 0;
    margin-top: 0;
}
.j2store_product_block h2.j2store_product_title a {
    font-size: 16px;
    line-height: 20px;
    color: #222;
    margin: 12px 0 0 0;
    font-weight: 400;
}

.j2store_product_block .product-price-container .base-price .product-element-value {
    font-size: 16px;
}
div.jsn-modulecontainer .j2store_product_block .j2store-add-to-cart {
    margin-top: 10px;
}
.j2store_product_block .j2store-add-to-cart span input.j2store-cart-button {
    background-color: transparent;
    border: none;
}
.j2store_product_block .j2store-addtocart-form .options input[type="radio"] {
	margin: 0;
	vertical-align: middle;
}
.j2store_product_block .j2store-addtocart-form .options label {
	display: inline;
	vertical-align: middle;
}
.j2store-sort-filters-container .form-horizontal .btn{
	border-radius: 0;
	height:30px;
}
.j2store-sort-filters-container .form-horizontal .input{
	border-radius: 0;
}
/* ============== CURRENCY MODULE ============== */

#j2store_currency a {
    color: #e4e4e4;
    border: 1px solid #e4e4e4;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    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;
}

#j2store #j2store_currency a.active,
#j2store_currency a:hover {
    color: #ccc;
    border: 1px solid #ccc;
}


/* ============== SHOPPING CART MODULE ============== */
.cart-clear-button .btn{
	background: #000;
	color:#fff;
}
#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;
}
div.jsn-article-toolbar.in-article-blog {
    display: block;
}

#jsn-pos-user-top.jsn-modulescontainer {
    padding: 0 0 20px;
    border-bottom: none;
}

.j2store_products_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.j2store_products_container .j2store_product_block{
    margin: 30px 0 0 2%;
}
.j2store_products_container .j2store_product_block:first-child{ margin-right: 0px; margin-left: 0px;}
.j2store_products_container .j2store_product_block:last-child{ margin-right: 0px;}
.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;
}

.j2store_products_container > li:first-child,
.j2store_products_container > li:nth-child(3n+1) {
    padding-left: 0;
}

.j2store_products_container > li:nth-child(3n),
.j2store_products_container > li:nth-child(3n+3) {
    padding-right: 0;
}

.j2store_products_container .j2store_product_block div.j2store_product_item {
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 335px;
    text-align: center;
}

.j2store_product_image_block {
    padding: 20px;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
    -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_products_container .j2store_product_block div.j2store_product_item:hover .j2store_product_image_block {
    top: -10px;
    opacity: .5;
}
.j2store_product_block {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    min-height: 335px;
    text-align: center;
    margin: 0 10px;
}
.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;
}
.owl-item div.j2store_product_block:hover .j2store_product_content_block,
.j2store_products_container .j2store_product_block div.j2store_product_item:hover .j2store_product_content_block {
    top: 50%;
    padding-top: 10px;
    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;
}
.product-price-container .strike, .product-price-container .strike span{
	color:#222 !important;
	text-decoration:line-through;
	font-size:12px !important;
	margin-right: 5px;
}
.base-price .strike span{
	font-size: 16px;
}

.j2store-price .product_price,
.j2store-price .product_special_price,
.product-price-container .base-price .product-element-value {
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
}

.j2store_product_price strike {
    margin-right: 5px;
}

.jsn-color-blue .product-price-container .base-price .product-element-value,
.jsn-color-blue .j2store-product-list .product_price,
.jsn-color-blue {
    color: #2980B9;
}

.jsn-color-green .j2store-product-list .product_price,
.jsn-color-green .j2store-product-list .product_price strike {
    color: #6ECE97;
}

.jsn-color-grey .j2store-product-list .product_price,
.jsn-color-grey .j2store-product-list .product_price strike {
    color: #668499;
}

.jsn-color-orange .j2store-product-list .product_price,
.jsn-color-orange .j2store-product-list .product_price strike {
    color: #F38645;
}

.jsn-color-red .j2store-product-list .product_price,
.jsn-color-red .j2store-product-list .product_price strike {
    color: #e95e53;
}
.jsn-color-violet .product-price-container .base-price .product-element-value,
.jsn-color-violet .j2store-product-list .product_price,
.jsn-color-violet .j2store-product-list .product_price .sale-price {
    color: #8D84E4;
}

.product_special_price {
    color: red;
}

.j2store-product-info input[type="radio"] {
    margin: -3px 2px 0 0;
}

.j2store_products_container .j2store_product_block br {
    line-height: 10px;
}

.options {
    margin: 10px 0 15px;
}
.options b {
  font-weight: normal;
}
.options select {
  outline: none !important;
  margin: -4px 0 0 5px;
}
.j2store-single-product.detail .options select {
  margin: 5px 0 0 0;
}
.option {
    margin-bottom: 10px;
}

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;
}
.j2store-price {
    margin-bottom: 15px;
}

.product_quantity_input {
    margin: 15px 0;
}

.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,
.j2store_product_block .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_block .j2store-add-to-cart span:hover {
    opacity: 0.8;
}
.j2store_product_readmore {
    margin-top: 10px;
}

.j2store_add_to_cart span input,
.j2store_product_block .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;
    padding: 0 6px;
    margin: 0;
}

.j2store_product_readmore i,
.j2store_add_to_cart span i,
.j2store_product_block .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,
.jsn-color-blue .j2store_product_block .j2store-add-to-cart span {
    background: #2980B9;
}

.jsn-color-green .j2store_add_to_cart span,
.jsn-color-green .j2store_product_readmore,
.jsn-color-green .j2store_product_block .j2store-add-to-cart span {
    background: #6ECE97;
}

.jsn-color-grey .j2store_add_to_cart span,
.jsn-color-grey .j2store_product_readmore,
.jsn-color-grey .j2store_product_block .j2store-add-to-cart span {
    background: #668499;
}

.jsn-color-orange .j2store_add_to_cart span,
.jsn-color-orange .j2store_product_readmore,
.jsn-color-orange .j2store_product_block .j2store-add-to-cart span {
    background: #F38645;
}

.jsn-color-red .j2store_add_to_cart span,
.jsn-color-red .j2store_product_readmore,
.jsn-color-red .j2store_product_block .j2store-add-to-cart span {
    background: #e95e53;
}

.jsn-color-violet .j2store_add_to_cart span,
.jsn-color-violet .j2store_product_readmore,
.jsn-color-violet .j2store_product_block .j2store-add-to-cart span,
.jsn-color-violet .j2store_product_block .j2store-add-to-cart span {
    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;
    overflow: hidden;
}

.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;
}

.item-page .img-fulltext-left,
.item-page .item-image {
    margin-right: 28px;
    border: 1px solid #e4e4e4;
}

.item-page .img-fulltext-left img,
.item-page .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
}
.j2store-view-back-button .btn-info{
	background-color: transparent;
	border: none;
    background-image: none;
    font-size: 14px;
    font-weight: normal;
    height: 25px;
    line-height: 1.8;
    color:#222;
    box-shadow:none;
    outline:none;
}
.j2store-view-back-button .btn-info:hover, .j2store-view-back-button .btn-info:active,
.j2store-view-back-button .btn-info:focus{
	outline:none;
}
.detail .options .option .required {
	display: inline;
	float: left;
	color:#ff0000;
}
.detail .options .option{
	margin-bottom:10px;
}
.detail .options .option b{
	display:block;
	text-transform: uppercase;
}
.detail .options br{
	display:none;
}
.detail .options .option select{
	height:40px;
	border-radius:0px;
	width:100%;
	max-width:230px;
	outline:none;
}
.detail .options .option input{
	display:none;
}
.detail .options .option input[type=radio]:checked + label{
	background-color: #ebebeb;
    background-image: none;
    border: 1px solid #dddddd;
    color: #555555;
}
.detail .options .option label{
	border: 1px solid #ddd;
	display: inline-block;
	padding: 8px;
	text-align: center;
	width: 35px;
	height:25px;
	line-height:2;
	cursor: pointer;
	margin:0px;
}
.option input[type="radio"] + label:hover{
	background:#222;
	border-color: #dddddd !important;
	color:#fff;
}
.detail .j2store-addtocart-form{
	margin:0;
}
.detail .j2store-addtocart-form .j2store-add-to-cart{
	margin-left:0;
}
.detail .nav-tabs li a{
	text-transform:uppercase;
	outline:none;
}
.detail .nav-tabs li {
	margin-left: 0px;
}
.detail .nav-tabs li:active a{
	outline:none;
}
.detail .tab-content td, tr td{
	border-top:none;
}
.detail .j2store-product-additional-images{
	text-align:center;
}
.detail .j2store-product-additional-images .additional-image-list{
	display:inline-flex;
}
.detail .j2store-product-additional-images .additional-image-list li{
	margin:0;
}
.detail .j2store-product-additional-images .additional-image-list li img{
	width:100%;
}
.detail .j2-image{
	border:1px solid #eee;
	margin-top:15px;
}
.detail .product-upsells-container .upsell-title, .product-crosssells-container .crossell-title{
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
}

/* ============== SHOPPING CART PAGE ============== */
.j2store-cart h3{
	color:#222;
	font-weight:normal;
	font-size:20px;
	text-transform:capitalize;
}
.j2store-order h3{
	color: #222222;
    font-weight: normal;
    text-transform: uppercase;
}
.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: #8d84e4;
}

.j2store_cartitems .btn.btn-warning {
    background: #f38645;
}

.j2store_cartitems .btn.btn-warning.j2store_cart_button {
    margin-bottom: 10px;
}

.jsn-com-j2store input[type="radio"],
.jsn-com-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;
}
.j2store-cart .j2store-cart-table .j2store-remove{
	height: 24px;
    margin-bottom: 11px;
    color:#fff;
    border-radius:3px;
    line-height:2;
}
.j2store-cart .j2store-cart-buttons .cart-continue-shopping-button .btn-primary{
	color:#fff;
	border-radius: 3px;
}
.j2store-cart .j2store-cart-buttons .cart-continue-shopping-button .btn-primary:hover{
	background: #222;
}


/* ============== 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: #8d84e4;
}

.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 {
    marSgin: 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;
}



/**
 * 1. Custom
 * -------------------------------------------------------------------
 */

.j2store .table th,
.j2store .table td {
    padding: 12px;
    text-align: center;
}
div[class^="j2store_cart_module"] .j2store-minicart-button{
	margin-top: 10px;
}
.jsn-com-j2store .btn-success {
    color: #fff;
    text-shadow: none;
    border: none;
    outline: none !important;
}
.j2store-cart-button.btn-success {
    color: #fff;
    text-shadow: none;
    border: none;
    outline: none !important;
}
.text-success {
    color: #333;
}
.j2store-cart-button.btn-primary {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.jsn-com-j2store.jsn-color-violet .btn-success,
.jsn-color-violet .j2store-cart-button.btn-success,
.jsn-color-violet .j2store-cart-button.btn-primary {
    background: #8d84e4;
}
.jsn-com-j2store.jsn-color-blue .btn-success,
.jsn-color-blue .j2store-cart-button.btn-success,
.jsn-color-blue .j2store-cart-button.btn-primary {
    background: #2980B9;
}
.jsn-com-j2store.jsn-color-green .btn-success,
.jsn-color-green .j2store-cart-button.btn-success,
.jsn-color-green .j2store-cart-button.btn-primary {
    background: #6ECE97;
}
.jsn-com-j2store.jsn-color-grey .btn-success,
.jsn-color-grey .j2store-cart-button.btn-success,
.jsn-color-grey .j2store-cart-button.btn-primary {
    background: #668499;
}
.jsn-com-j2store.jsn-color-orange .btn-success,
.jsn-color-orange .j2store-cart-button.btn-success,
.jsn-color-orange .j2store-cart-button.btn-primary {
    background: #F38645;
}
.jsn-com-j2store.jsn-color-red .btn-success,
.jsn-color-red .j2store-cart-button.btn-success,
.jsn-color-red .j2store-cart-button.btn-primary {
    background: #e95e53;
}



#j2store-slider-range .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

#onCheckoutPayment_wrapper label{
    width: 100%;
}

/*--- .j2store-product-filters ---*/

.j2store-product-filters{
	margin: 0 0 50px;
	position: relative;
}
.j2store-product-filters a[id^="cat-filter-icon"]{
	position: absolute;
	top: -5px;
	right: 0;
}
.j2store-product-filters a[id^="cat-filter-icon"] i {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.j2store-product-filters a[id^="cat-filter-icon"] i {
  background: none;
}
.j2store-product-filters a[id^="cat-filter-icon"] i.icon-minus:before {
  content: '\f147';
}
.j2store-product-filters a[id^="cat-filter-icon"] i.icon-plus:before {
  content: '\f196';
}

.j2store-product-filters:last-child{
	margin: 0;
}
#j2store-slider-range.ui-slider {
    background: none;
    margin-top: 20px;
}

#j2store-slider-range.ui-slider .ui-slider-range {
    top: 0;
    background: #e9e9e9;
}

#j2store-slider-range .ui-slider-handle {
    margin-left: 0;
}
.jsn-color-blue #j2store-slider-range .ui-slider-handle{
    background: #2980B9;
}
.jsn-color-green #j2store-slider-range .ui-slider-handle{
    background: #6ECE97;
}
.jsn-color-grey #j2store-slider-range .ui-slider-handle{
    background: #668499;
}
.jsn-color-orange #j2store-slider-range .ui-slider-handle{
    background: #F38645;
}
.jsn-color-red #j2store-slider-range .ui-slider-handle{
    background: #e95e53;
}
.jsn-color-violet #j2store-slider-range .ui-slider-handle{
    background: #8D84E4;
}
#j2store-slider-range  .ui-slider-handle:last-child {
    margin-left: -1em;
}


/*--- j2store-category-list ---*/

.j2store-category-list li a {
  transition: all .3s, visibility 0s;
  -ms-transition: all .3s, visibility 0s;
  -webkit-transition: all .3s, visibility 0s;
  -moz-transition: all .3s, visibility 0s;
}

.j2store-category-list {
  margin: 0;
  padding: 0;
}
.j2store-category-list li {
  margin: 0;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}
.j2store-category-list li a {
  color: #777;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.j2store-category-list li a:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 0;
  bottom: -1px;
  margin-left: 0px;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.8);
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.8);
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.8);
}
.j2store-category-list li a:hover {
  background: none;
}
.j2store-category-list li a:hover:before {
  width: 45px;
}
.j2store-category-list li.active > a, .j2store-category-list li.active > a:hover, .j2store-category-list li.active > a:focus {
  background: none;
  color: #8D84E4;
}
.j2store-category-list li.active > a:before, .j2store-category-list li.active > a:hover:before, .j2store-category-list li.active > a:focus:before {
  width: 45px;
}
.jsn-color-blue .j2store-category-list li a:before {
    background: #2980B9;
}
.jsn-color-green .j2store-category-list li a:before {
    background: #6ECE97;
}
.jsn-color-grey .j2store-category-list li a:before {
    background: #668499;
}
.jsn-color-orange .j2store-category-list li a:before {
    background: #F38645;
}
.jsn-color-red .j2store-category-list li a:before {
    background: #e95e53;
}
.jsn-color-violet .j2store-category-list li a:before {
    background: #8D84E4;
}
.jsn-color-blue .j2store-category-list li.active > a,
.jsn-color-blue .j2store-category-list li.active > a:hover,
.jsn-color-blue .j2store-category-list li.active > a:focus {
  color: #2980B9;
}
.jsn-color-green .j2store-category-list li.active > a,
.jsn-color-green .j2store-category-list li.active > a:hover,
.jsn-color-green .j2store-category-list li.active > a:focus {
  color: #6ECE97;
}
.jsn-color-grey .j2store-category-list li.active > a,
.jsn-color-grey .j2store-category-list li.active > a:hover,
.jsn-color-grey .j2store-category-list li.active > a:focus {
  color: #668499;
}
.jsn-color-orange .j2store-category-list li.active > a,
.jsn-color-orange .j2store-category-list li.active > a:hover,
.jsn-color-orange .j2store-category-list li.active > a:focus {
  color: #F38645;
}
.jsn-color-red .j2store-category-list li.active > a,
.jsn-color-red .j2store-category-list li.active > a:hover,
.jsn-color-red .j2store-category-list li.active > a:focus {
  color: #e95e53;
}
.jsn-color-violet .j2store-category-list li.active > a,
.jsn-color-violet .j2store-category-list li.active > a:hover,
.jsn-color-violet .j2store-category-list li.active > a:focus {
  color: #8D84E4;
}

.j2store-mainimage{
    text-align: center;
}

.jsn-direction-rtl .price-input-box > input{
    float: right;
}
.jsn-direction-rtl .price-input-box > .pull-right{
    float: left;
    direction: ltr;
}
.jsn-direction-rtl .j2store-product-filters a[id^="cat-filter-icon"] {
    right: auto;
    left: 0;
}

.j2store-single-product.detail .j2store-addtocart-form .options #option-2 {
    padding: 10px 0;
}
.j2store-single-product.detail #j2store-product-detail-tab {
    padding-top: 10px;
}
.j2store-order.j2store-myprofile .j2store-myprofile-address-list li.j2store-myprofile-address-single-list > .row-fluid {
    clear: both;
}
/* ============== ON MOBILE LAYOUT ============== */

@media only screen and (max-width: 480px),
(max-device-width: 480px) {
    .j2store_products_container > li {
        width: 100%;
    }
    .j2store_products_container > li:first-child,
    .j2store_products_container > li:nth-child(3n+1) {
        padding-left: 15px;
    }
    .j2store_products_container > li:nth-child(3n),
    .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) {
    .j2store_products_container > li {
        width: 50%;
    }
    .j2store_products_container > li:first-child,
    .j2store_products_container > li:nth-child(3n+1) {
        padding-left: 15px;
    }
    .items-row .item {
        margin-top: 20px;
    }
    .j2store_products_container > li:nth-child(3n),
    .j2store_products_container > li:nth-child(3n+3) {
        padding-right: 15px;
    }
    #j2store_sortby{
    	margin-top: 10px;
    }
}

@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%;
    }
}


@media only screen and (max-width: 480px) and (max-device-width: 480px) {
    .jsn-joomla-30 select{
        margin-top: 10px !important;
    }
	.j2store_products_container .j2store_product_block{ margin: 30px 0px;}
    .five-products-type li.j2store_product_block{width: 100%;margin: 20px 0;}
}

