/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================ GENERAL ============================ */


a {
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.pc-checkout-address select:focus, .pc-checkout-address textarea:focus,.pc-checkout-address input:focus,
.pc-checkout-address .uneditable-input:focus,#member-profile select:focus, #member-profile textarea:focus,
#member-profile input:focus, #member-profile .uneditable-input:focus,
.jsn-qty-form input:focus, .pc-checkout-form input:focus, .jsn-discount-form input:focus,
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus
 {
    border-color: #f45245;
}
.text-error, input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #f45245;
}
.fa-stack-2x {
    font-size: 2em !important;
}
.fa-stack-1x {
    line-height: inherit !important;
}
.text-success {
    color: #f45245;
}
.row {
    margin: 0 -15px !important;
}
.row.style1 {
    margin: 0 -20px !important;
}
.mb-30 {
    margin-bottom: 30px;
    @extend %clearfix;
}
.pc-categories-wrapper {
    padding: 0;
}
body.jsn-com-paycart #jsn-content-top-overbelow {
    padding: 80px 0 0;
}
div.jsn-modulecontainer {
    margin-top: 70px;
}
div.jsn-modulescontainer {
    padding: 80px 0;
}
.paycart-wrap {
    /* padding: 40px 0; */
}
.well {
    min-height: 20px;
    padding: 10px 20px;
    margin: 20px 0;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product-head {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    background: #f45245;
    display: inline-block;
    padding: 6px 15px;
    font-weight: 400;
}
.product-head {
    margin: 0 auto 40px !important;
}
.customNavigation{
    margin: -5px -5px 0 0;
}
.customNavigation li{
    color: #f45245;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.customNavigation li:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity= 50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}
.customNavigation li {
    margin: 0;
}
.customNavigation li i {
    margin: 0 !important;
}
.fa-3x {
    font-size: 3em !important;
}
.pc-mod-categories .pc-mod-category, .pc-mod-products .pc-mod-product {
    margin: 0 20px !important;
    padding: 0;
}
.pc-mod-categories .pc-mod-category {
    background: #f45245;
    height: auto !important;
}

.pc-mod-categories .pc-mod-category img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.pc-mod-categories .pc-mod-category:hover img {
    opacity: 0.4;
}
.pc-mod-categories .pc-mod-category .jsn-pc-mod-category-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pc-mod-categories .pc-mod-category .jsn-pc-mod-category-caption:before,
.pc-mod-categories .pc-mod-category .jsn-pc-mod-category-caption:after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.pc-mod-categories .pc-mod-category .jsn-pc-mod-category-caption:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.pc-mod-categories .pc-mod-category .jsn-pc-mod-category-caption:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.pc-mod-categories .pc-mod-category .pc-mod-ellipsis {
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 30px;
    text-align: center;
    -webkit-transition: all .35s ease-out 0s;
    -moz-transition: all .35s ease-out 0s;
    -o-transition: all .35s ease-out 0s;
    -ms-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pc-mod-categories .pc-mod-category:hover .jsn-pc-mod-category-caption:before,
.pc-mod-categories .pc-mod-category:hover .jsn-pc-mod-category-caption:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pc-mod-categories .pc-mod-category:hover .pc-mod-ellipsis{
    opacity: 1;
    letter-spacing: 3px;
}
.pc-category-content h2 {
    color: #fff;
}
.pc-mod-products .pc-mod-product .pc-mod-product-img {
  max-height: 100% !important;
}
.pc-mod-products .pc-mod-product, .pc-products .pc-product {
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}
.pc-mod-product-content {
    position: absolute;
    bottom: 0px;
    padding: 12px 20px;
    left: 0;
    right: 0;
    text-align: left;
    background: #353533;
    background: rgba(53,53,51,0.9);
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.pc-mod-product-content:before {
  bottom: 0;
  left: 0;
  background: #f45245;
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  content: "";
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.pc-mod-product .text-muted{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0;
    color: #fff;
    padding-right: 75px;
}
.pc-mod-product h4 {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    font-weight: 700;
    margin: 0;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    position: absolute;
    top: 12px;
    right: 20px;
}
.pc-mod-product:hover .pc-mod-product-content{
    opacity: 1;
    background: #353533;
}
.pc-mod-product:hover .pc-mod-product-content:before {
  height: 100%;
}
.pc-product .pc-product-title {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin: 15px 0 0;
}
.pc-product h4 {
    font-size: 14px;
    line-height: 22px;
    color: #f45245;
    font-weight: 700;
    margin: 0;
}
.jsn-com-paycart .page-header {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    background: #f45245;
    display: inline-block;
    padding: 6px 15px;
    font-weight: 400;
    width: auto !important;
}
.catitem-width-3 {
    position: relative;
    min-height: 1px;
    padding: 0 20px;
    width: 33.33333333%;
    float: left;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.catitem-width-3 img {
    width: 100%;
}
.pc-categories .catitem-width-3 a {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.pc-categories .catitem-width-3:hover a, .pc-categories .catitem-width-3:focus a {
    opacity: 1;
    filter: alpha(opacity=100);
}
.catitem-width-3 h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
    display: block;
    text-align: center;
    margin: 20px 0 0;
    letter-spacing: 2px;
}
.jsn-com-paycart hr {
    margin: 15px 0;
    border-top: 1px dashed #e5e5e5;
}

.filter-attr {
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
}
.filter-attr .muted {
    float: left;
    color: #353535;
}
.filter-attr .badge {
    background-color: #e7e7e7;
    color: #333333;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 18px;
    float: left;
    margin: 1px 0 0 10px;
    font-weight: 400;
}
.filter-attr .badge.badge-info {
    color: #e7e7e7;
    background-color: #333333;
    float: right;
}
.filter-attr .badge i {
    margin: 0 0 0 3px;
}
.pc-product-filter a {
    /*color: #353535;*/
}
.pc-product-filter a:hover {
    /*color: #f45245;*/
}
.paycart .pc-product-filter h2 {
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pc-product-filter .accordion-toggle span:before {
    font-size: 10px;
}
.pc-product-filter .btn-link {
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    color: #353535;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding: 0 0 0 12px;
}
.pc-product-filter .btn-link:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 11px;
    background: none;
    position: absolute;
    left: 0;
    top: 1px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.pc-product-filter .btn-link:hover, .pc-product-filter .btn-link:focus {
    color: #f45245;
    text-decoration: none;
}
.pc-product-filter .btn-link .muted {
    color: #f45245;
    display: block;
}
.pc-product-filter .accordion {
    margin-bottom: 40px;
}
.slider {
    position: relative}
.slider .slider-track {
    left: 0;
    right: 0;
    width: auto !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #e5e5e5;
    margin-right: 15px;
}
.slider .slider-track .slider-handle {
    background: #353535;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -2px;
    width: 14px;
    height: 14px;
    opacity: 1;
}
.slider .slider-track .slider-handle:hover,.slider .slider-track .slider-handle:focus {
    background: #000;
}
.slider .slider-selection {
    background: #f45245;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.pc-form-product-filter .panel-group .panel-body .pc-filter-color {
    width: 14px;
    height: 14px;
    border: 0;
}
.pc-product-filter label {
    font-size: 14px;
    font-weight: 500;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 22px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    outline-color: #f45245;
}
.jsn-filter-header {
    margin-bottom: 30px;
}
.jsn-pc-filter label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 8px;
}
.jsn-pc-filter .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 16px !important;
}
.pc-grid-3 .pc-product-outer {
    margin-top: 15px;
}
.pc-grid-3 .pc-product-outer:first-child {
    margin-top: 0;
}
.pc-product-fullview-wrapper .owl-theme .owl-controls {
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span {
    background: #f45245;
    opacity: 0.3;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.pc-screenshots .lazyOwl {
    padding-right: 10px;
}
.pc-product-detail-title {
    margin: 0px;
    font-size: 54px;
    text-transform: uppercase;
    line-height: 1.2em;
}
.pc-product-price-wrap {
    font-size: 16px;
    line-height: 22px;
}
.pc-product-price-wrap {
      font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.pc-product-price-wrap span {
      color: #f45245;
  font-weight: 700;
}
.pc-product-fullview-wrapper ul li {
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.jsn-product-detail .pc-product-overview, .jsn-product-detail .pc-product-addons {
    margin-top: 30px;
}
.jsn-btn-area {
    margin: 30px -5px 0;
}
.jsn-btn-area .help-block {
    padding: 0 10px;
    float: left;
}
.jsn-btn-area button {
    background: #f45245;
    color: #fff;
    box-shadow: none !important;
    border: 0;
    outline: none !important;
    text-shadow: none;
    border-radius: 0;
    font-family: 'Lato',sans-serif;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 30px;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.jsn-btn-area button i{
    display: inline-block;
    margin: 0 5px 0 0 !important;
}
.jsn-btn-area button:hover, .jsn-btn-area button:focus, .jsn-btn-area button:active {
    background: #353535 !important;
    color: #fff;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.jsn-btn-area .pc-btn-addtocart {
    background: #353535;
}
.jsn-btn-area .pc-btn-addtocart:hover, .jsn-btn-area .pc-btn-addtocart:focus, .jsn-btn-area .pc-btn-addtocart:active {
    background: #f45245 !important;
}
.text-pc-info {
    margin: 5px 0 0;
}
.text-pc-info span {
    font-size: 70%;
    color: #f45245;
    margin-right: 8px !important;
}
.pc-product-fullview-wrapper .jsn-bootstrap3 [class^="icon-"], .pc-product-fullview-wrapper [class*=" icon-"],.pc-product-fullview-wrapper .jsn-bootstrap3 [class^="fa-"], .pc-product-fullview-wrapper [class*=" fa-"] {
    margin-right: 0;
}
.accordion-group {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.accordion-heading .accordion-toggle {
    background: #353535;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.pc-product-fullview-wrapper .accordion-heading .accordion-toggle.collapsed .fa-minus-square:before {
  content: "\f0fe";
}
.accordion-heading .accordion-toggle.style1 {
    background: none;
    padding: 0 15px;
    color: #353535;
    font-size: inherit;
    line-height: inherit;
}
.accordion-inner {
    padding: 15px 25px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.pc-product-fullview-wrapper table th, .pc-product-fullview-wrapper .table td {
    border-bottom: none;
}
.pc-product-specification.table {
    border-bottom-color: #ddd;
    margin: 20px 0;
}
.accordion {
    margin: 40px 0 0;
}
.accordion:first-child {
    margin: 20px 0 0;
}
.jsn-checkout-step {
    border: 1px dashed #ddd;
    padding: 30px 15px;
}
.pc-checkout-state .lead {
    margin: 0 0 30px;
    width: 100%;
}
.checkout-title {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
}
.jsn-pc-cart-header {
    margin-bottom: 40px;
}
.jsn-pc-cart-header h3 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    margin: 0;
}
.jsn-pc-cart-header p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}
.jsn-cart-table {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .jsn-cart-table {
    width: 100%;
    margin-bottom: 22.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
}
}
.jsn-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: left;
}
.jsn-table > thead > tr > th {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.jsn-table > thead > tr > th, .jsn-table > tbody > tr > th, .jsn-table > tfoot > tr > th,.jsn-table > thead > tr > td, .jsn-table > tbody > tr > td, .jsn-table > tfoot > tr > td {
    padding: 15px 8px;
    border-top: 1px solid #e5e5e5;
}
.jsn-table > caption + thead > tr:first-child > th, .jsn-table > colgroup + thead > tr:first-child > th,.jsn-table > thead:first-child > tr:first-child > th, .jsn-table > caption + thead > tr:first-child > td,.jsn-table > colgroup + thead > tr:first-child > td, .jsn-table > thead:first-child > tr:first-child > td {
    border-top: 0}
.jsn-cart-title {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.jsn-cart-title a {
    color: #353535;
}
.jsn-unit-price {
    font-size: 18px;
    line-height: 24px;
}
.jsn-cart-price {
    font-size: 22px;
    line-height: 28px;
    color: #f45245;
    font-weight: 500;
}
.jsn-qty-form {
    width: 80%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jsn-qty-form input.input-mini{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    padding: 0 55px 0 15px;
    color: #555555;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jsn-qty-form a {
      text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  background: #e5e5e5;
  color: #353535;
  position: absolute;
  top: 0px;
  right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jsn-qty-form a:hover {
    background: #f45245;
    color: #fff;
}
.jsn-qty-form a i, .jsn-trash i {
    margin-right: 0;
}
.pc-cart-quantity-error {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
}
.jsn-trash {
    font-size: 20px;
    color: #353535;
    margin-top: -10px;
}
.jsn-trash:hover {
    color: #f45245;
}
.jsn-pc-total strong {
    color: #f45245;
}
.jsn-pc-plholder {
    opacity: 1 !important;
    background: #f45245 !important;
    color: #fff;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none;
    border-radius: 0;
    font-family: 'Lato',sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    height: 50px;
    line-height: 50px;
    margin: 20px 0 0;
    padding: 0 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.jsn-pc-plholder.style1 {
    margin: 10px 0 0;
}
.jsn-pc-plholder:hover, .jsn-pc-plholder:active, .jsn-pc-plholder:focus {
    background: #353535 !important;
    color: #fff;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.jsn-pc-plholder.style2 {
    background: #353535;
}
.jsn-pc-plholder.style2:hover, .jsn-pc-plholder.style2:active, .jsn-pc-plholder.style2:focus {
    background: #f45245;
}
.pc-checkout-address fieldset {
    padding: 0;
}
.pc-checkout-address h3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}
.pc-checkout-address select, .pc-checkout-address textarea, .pc-checkout-address input,.pc-checkout-address .uneditable-input {
    display: block;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.pc-checkout-address .checkbox input {
    display: inline;
    width: auto;
    height: auto;
    margin: 7px 0 0 -20px;
}
.pc-checkout-address label {
    font-size: 16px;
    line-height: 24px;
}
.rb-error.show, .pc-error {
    padding: 12px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pc-checkout-address .chzn-container-single .chzn-single {
    height: 40px;
    line-height: 40px;
}
.pc-checkout-address .chzn-container-single .chzn-single div b {
    background-position: 0px 10px;
}
.jsn-btn-nav {
    background: #353535;
    color: #fff;
    border: 2px solid #353535;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none;
    border-radius: 0;
    font-size: 18px !Important;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    margin: 30px 0 0;
    padding: 0 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    width: auto;
}
.jsn-btn-nav.style1{
    margin: 10px 0 0;
}
.jsn-btn-nav.style2{
    height: 40px;
    line-height: 40px;
}
.jsn-btn-nav i {
    margin: 0 0 0 8px;
}
.jsn-btn-nav:hover, .jsn-btn-nav:focus, .jsn-btn-nav:active {
    background: none;
    color: #353535;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
#pc-confirm-products-summary .accordion-inner, #pc-confirm-shipping-option .accordion-inner {
    padding: 20px 15px;
}
.pc-sum-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #353535;
}
.pc-sum-unit {
    color: #666;
}
.pc-sum-unit strong {
    color: #353535;
}
.pc-sum-attr .jsn-qty-form {
    width: 100%;
    margin-bottom: 5px;
}
.pc-sum-price {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 0;
}
.pc-sum-price span {
    font-size: 16px;
    line-height: 22px;
    color: #f45245;
    font-weight: 500;
}
.product-cf-item {
    position: relative;
    padding-right: 25px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.product-cf-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.pc-sum-trash {
    position: absolute;
    top: 20px;
    right: -4px;
}
.product-cf-item:first-child .pc-sum-trash {
    top: 0;
}
.pc-sum-total {
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
}
.pc-sum-total p {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 0 !important;
}
.pc-sum-total .jsn-cart-price {
    font-size: 22px;
    line-height: 28px;
}
.m-reset {
    margin: 0;
}
.pc-promo-label {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px;
    font-weight: 500;
}
#pc-confirm-billing-address address {
    font-size: 14px;
    line-height: 24px;
}
.jsn-primery-mod .accordion-heading .accordion-toggle {
    background: #f45245;
}
.jsn-primery-mod .accordion-inner {
    border: 2px solid #f45245;
    border-top: none;
}
.jsn-discount-form {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.jsn-discount-form input {
    display: block;
    width: 100% !important;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    padding: 0 75px 0 15px;
    color: #555555;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.jsn-discount-form button {
    z-index: 9;
    text-align: center;
    width: 62px;
    height: 42px;
    line-height: 44px;
    font-size: 14px;
    background: #e5e5e5;
    color: #353535;
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    outline: none;
    padding: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.jsn-discount-form button:hover, .jsn-discount-form button:focus, .jsn-discount-form button:active {
    background: #f45245;
    color: #fff;
}
.jsn-pc-head {
    font-size: 26px;
    text-transform: uppercase;
}
.jsn-pc-amout p {
    font-size: 20px;
    line-height: 28px;
    color: #666;
    margin: 10px 0 0;
}
.jsn-pc-amout h3 {
    font-size: 26px;
    line-height: 32px;
    margin: 10px 0 20px;
}
#pc-checkout-payment-gateway, .payment-form-html select, .payment-form-html input {
    display: block;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
#pc-checkout-payment-gateway:focus {
    border-color: #f45245;
}
.payment-form-html .well {
    padding: 30px;
}
#pc-cart-complete-paid .well {
    padding: 20px 30px 10px;
    margin-top: 10px;
}
.payment-form-html label {
    font-size: 14px;
}
#paycart-invoice-paynow {
    background: #f45245;
    color: #fff;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none;
    border-radius: 0;
    font-family: 'Lato',sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    height: 50px;
    line-height: 50px;
    margin: 20px 0 0;
    padding: 0 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
#paycart-invoice-paynow:hover, #paycart-invoice-paynow:active, #paycart-invoice-paynow:focus {
    background: #353535 !important;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.jsn-pc-complete ul li:first-child {
    margin-left: 0;
}
.jsn-pc-complete {
    font-size: 18px;
    line-height: 26px;
}
.jsn-pc-complete th, .jsn-pc-complete td {
    padding: 12px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.pc-account-header .well {
    padding: 20px;
}
.pc-account-header-avatar {
    margin: 0 20px 0 0;
}
.pc-account-header-content {
    overflow: hidden;
}
.pc-account-header-content ul {
    margin: 0;
}
.pc-account-header-content ul li:first-child {
    margin-left: 0;
}
.pc-account-header-content ul li {
    margin-left: 0;
    padding: 0;
}
.pc-account-header-name {
    margin: -5px 0 5px;
    font-size: 18px;
    line-height: 24px;
}
.pc-account-header-logout .logout-button button {
    background: #454545;
    color: #fff;
    box-shadow: none !important;
    border: 0;
    text-decoration: none !important;
    outline: none !important;
    text-shadow: none;
    border-radius: 0;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 20px;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.pc-account-header-logout .logout-button button:hover {
    background: #353535 !important;
}
.pc-account-order-breadcrumb {
    margin-bottom: 15px !important;
}
.pc-account-order-details {
    padding: 15px 10px 0;
}
.pc-account-order-details legend, .jsn-pc-form-validate legend {
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.pc-order-product-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #353535;
}
.fa-question-circle {
    margin: 0 0 0 8px;
}
.pc-account-order-product ul li:first-child {
    margin-left: 0;
}
#member-profile select, #member-profile textarea, #member-profile input,#member-profile .uneditable-input {
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
#helpsite-refresh {
    background: #f5f5f5;
    color: #353535;
    border: 2px solid #e5e5e5;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none;
    border-radius: 0;
    font-size: 18px !Important;
    height: 44px;
    line-height: 44px;
    margin: 0 0 0 10px;
    padding: 0 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    width: auto;
}
#member-profile .form-actions {
    background: none;
    padding: 0;
    border: none;
}
#member-profile .form-actions button, #member-profile .form-actions a {
    background: #f45245;
    color: #fff;
    box-shadow: none !important;
    border: 0;
    outline: none !important;
    text-shadow: none;
    border-radius: 0;
    font-family: 'Lato',sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 20px;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
#member-profile .form-actions button:hover, #member-profile .form-actions button:focus, #member-profile .form-actions button:active {
    background: #353535 !important;
    color: #fff;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
#member-profile .form-actions a {
    background: #353535;
}
#member-profile .form-actions a:hover, #member-profile .form-actions a:focus, #member-profile .form-actions a:active {
    background: #f45245;
}
.jsn-display-num .list-footer {
    float: right;
    margin-top: 20px;
}
.jsn-display-num .list-footer select {
    float: right;
    box-shadow: none !important;
    outline: none !important;
    line-height: 30px;
    height: 30px;
    padding: 0 3px;
    font-size: 16px;
    color: #555555;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    margin: -5px -5px 0 10px;
}
.pc-account-addresses > .mb-30 .jsn-pc-plholder {
    display: block;
    margin: 0;
}
.jsn-pc-form-validate select, .jsn-pc-form-validate textarea, .jsn-pc-form-validate input,.jsn-pc-form-validate .uneditable-input {
    box-shadow: none !important;
    outline: none !important;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.jsn-pc-form-submit {
    background: #f45245;
    color: #fff;
    box-shadow: none !important;
    border: 0;
    outline: none !important;
    text-shadow: none;
    border-radius: 0;
    font-family: 'Lato',sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 20px;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.jsn-pc-form-submit:hover, .jsn-pc-form-submit:focus, .jsn-pc-form-submit:active {
    background: #353535 !important;
    color: #fff;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}


/*--- 15/06/2015 ---*/

.pc-checkout-login fieldset {
  padding: 0;
}
.pc-checkout-login .radio input[type="radio"], .pc-checkout-login .checkbox input[type="checkbox"] {
  margin: 10px 8px 0 0;
}
.pc-checkout-step-form .jsn-pc-input, .pc-form-validate .input-block-level{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    padding: 0 15px 0 15px;
    color: #555555;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.pc-checkout-step-form .input-email-cf label, .pc-form-validate label{
    font-size: 1.5em;
    line-height: 40px;
    font-weight: 500;
}
.pc-form-validate label{
    font-size: 1.2em;
    line-height: 30px;
    font-weight: 500;
}
#paycart_account_loginform_remember {
  margin: 0 5px 3px 0;
}
.product-cat-title {
  font-size: 25px;
  color: #383838;
  font-weight: 400;
  font-family: "Lato";
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 4px double #ebe9eb;
  padding-bottom: 10px;
}
.product-cat-title span {
  color: #999;
  margin-left: 8px;
  font-size: 18px;
}
.jsn-pc-gateway.row-fluid [class*="span"] {
  margin-left: 0;
}
.paycart .pc-product-filter .accordion-toggle {
  padding: 0 !important;
}
.paycart .pc-product-filter .accordion-inner {
  padding: 0 !important;
}


.pc-account .nav-tabs.style1 {
    background: #e5e5e5;
    margin-bottom: 0;
    border: 0;
}
.pc-account .nav-tabs.style1 > li{
    margin: 0;
}
.pc-account .nav-tabs.style1 > li > a {
    text-align: center;
    margin-bottom: 0px;
    border-radius: 0;
    cursor: pointer !important;
    position: relative;
    margin-right: 0;
    border: none !important;
    background: none;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-transform: uppercase;
    padding: 8px 25px;
}
.pc-account .nav-tabs.style1 > li > a:hover {
    background: #fff;
}
.pc-account .nav-tabs.style1 > li.active > a, .pc-account .nav-tabs.style1 > li.active > a:hover,
.pc-account .nav-tabs.style1 > li.active > a:focus {
    cursor: default;
    background: #fff;
}
.pc-account .tab-content.style1 {
    border: none;
    padding: 15px 0;
}
.row-offcanvas-left.active .sidebar-offcanvas {
    left: 6%;
}
.row-offcanvas-left.active .pc-fixed-top .table, .pc-filter-apply-btn {
    margin: 0;
    left: 0%;
}
.row-offcanvas-left.active .pc-form-product-filter {
  max-height: 100% !important;
  margin: 50px 0 50px !important;
}
.paycart-wrap .pc-checkout-loader i.fa-spinner {
  margin-left: -21px;
}
/*--- Responsive ---*/

@media screen and (max-width: 1160px) {

.jsn-com-paycart #jsn-pos-content-top{
    padding: 40px 20px !important;
}
body.jsn-com-paycart #jsn-content-top-overbelow {
  padding: 80px 20px 0;
}
.pc-size-xs, .pc-size-lg, .pc-size-xl {
    min-width: 0 !important;
  max-width: 100% !important;
}
}


@media screen and (max-width: 719px) {

.catitem-width-3 {
  width: 50%;
}
.p-filter label{
    display: inline-block;
}
.paycart .pc-product-filter .accordion-toggle {
  padding: 0 15px;
  font-weight: 0;
}

}


@media screen and (max-width: 480px) {

.pc-size-sm {
  min-width: 0;
}
.catitem-width-3 {
  width: 100%;
}
.jsn-filter-header .pull-left, .jsn-filter-header .pull-right{
    width: 100%;
    margin-bottom: 20px;
}
.jsn-filter-header .pull-right{
    margin-bottom: 0;
}
.pc-products-wrapper{
    margin: 0 !important;
}
.pc-products > div{
    width: 100%;
    margin: 0;
}
.pc-products .pc-product-outer{
    padding: 0;
}
.product-cat-title {
  font-size: 20px;
  letter-spacing: 0px;
}
.jsn-qty-form {
  width: 100%;
}
.jsn-qty-form input{
    padding: 0 10px;
}
.jsn-qty-form a {
  position: relative;
  display: block;
  width: 100%;
}
.jsn-cart-price {
  font-size: 16px;
  line-height: 22px;
}
.product-head {
  font-size: 16px;
  line-height: 22px;
}

}
.paycart .pc-filter-color {
  border: none !important;
}

/*--- pc-product-selector ---*/

.pc-product-selector .pc-selector-item{
    margin-top: 30px;
}
.pc-product-selector .pc-selector-item:first-child{
    margin-top: 0;
}
.pc-product-selector label{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    min-width: 36px;
}
.pc-product-selector .pc-selector-item > div{
    display: inline-block;
}
.pc-product-selector .pc-selector-item select{
    display: inline-block;
  width: auto;
  box-shadow: none !important;
  outline: none !important;
  line-height: 35px;
  height: 35px;
  padding: 0 15px;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  margin: 0 0 0 10px;
}
.pc-attribute-color {
  border: none;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

/*--- BLUE ---*/

.jsn-color-blue .text-error,
.jsn-color-blue .text-success,
.jsn-color-blue .pc-product-filter .btn-link:hover,
.jsn-color-blue .pc-product-filter .btn-link:focus,
.jsn-color-blue .pc-product-filter .btn-link .muted,
.jsn-color-blue .pc-product-price-wrap span,
.jsn-color-blue .text-pc-info span,
.jsn-color-blue .jsn-cart-price,
.jsn-color-blue .jsn-trash:hover,
.jsn-color-blue .jsn-pc-total strong,
.jsn-color-blue .jsn-pc-plholder.style2:hover,
.jsn-color-blue .jsn-pc-plholder.style2:active,
.jsn-color-blue .jsn-pc-plholder.style2:focus,
.jsn-color-blue .pc-sum-price span,
.jsn-color-blue .customNavigation li,
.jsn-color-blue .pc-product h4,
.jsn-color-blue input:focus:invalid,
.jsn-color-blue textarea:focus:invalid,
.jsn-color-blue select:focus:invalid
{
    color: #68A8AA;
}

.jsn-color-blue .product-head,
.jsn-color-blue .pc-mod-categories .pc-mod-category,
.jsn-color-blue .jsn-com-paycart .page-header,
.jsn-color-blue .slider .slider-selection,
.jsn-color-blue .owl-theme .owl-controls .owl-page span,
.jsn-color-blue .jsn-btn-area button,
.jsn-color-blue .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-blue .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-blue .jsn-btn-area .pc-btn-addtocart:active,
.jsn-color-blue .jsn-qty-form a:hover,
.jsn-color-blue .jsn-pc-plholder,
.jsn-color-blue .jsn-pc-plholder.style2:hover,
.jsn-color-blue .jsn-pc-plholder.style2:active,
.jsn-color-blue .jsn-pc-plholder.style2:focus,
.jsn-color-blue .jsn-primery-mod .accordion-heading .accordion-toggle,
.jsn-color-blue .jsn-discount-form button:hover,
.jsn-color-blue .jsn-discount-form button:focus,
.jsn-color-blue .jsn-discount-form button:active,
.jsn-color-blue  #paycart-invoice-paynow,
.jsn-color-blue #member-profile .form-actions button,
.jsn-color-blue #member-profile .form-actions a,
.jsn-color-blue #member-profile .form-actions a:hover,
.jsn-color-blue #member-profile .form-actions a:focus,
.jsn-color-blue #member-profile .form-actions a:active,
.jsn-color-blue .jsn-pc-form-submit,
.jsn-color-blue .pc-mod-product-content:before
{
    background: #68A8AA;
}
.jsn-color-blue .jsn-pc-plholder,
.jsn-color-blue .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-blue .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-blue .jsn-btn-area .pc-btn-addtocart:active{
    background: #68A8AA !important;
}
.jsn-color-blue .pc-checkout-address select:focus,
.jsn-color-blue .pc-checkout-address textarea:focus,
.jsn-color-blue .pc-checkout-address input:focus,
.jsn-color-blue .pc-checkout-address .uneditable-input:focus,
.jsn-color-blue #member-profile select:focus,
.jsn-color-blue #member-profile textarea:focus,
.jsn-color-blue #member-profile input:focus,
.jsn-color-blue #member-profile .uneditable-input:focus,
.jsn-color-blue .jsn-qty-form input:focus,
.jsn-color-blue .pc-checkout-form input:focus,
.jsn-color-blue .jsn-discount-form input:focus,
.jsn-color-blue .jsn-primery-mod .accordion-inner,
.jsn-color-blue #pc-checkout-payment-gateway:focus,
.jsn-color-blue .jsn-qty-form input:focus,
.jsn-color-blue .pc-checkout-form input:focus,
.jsn-color-blue .jsn-discount-form input:focus
{
    border-color: #68A8AA;
}

.jsn-color-blue .form-control:focus {
    outline-color: #68A8AA;
}

/*--- GREEN ---*/

.jsn-color-green .text-error,
.jsn-color-green .text-success,
.jsn-color-green .pc-product-filter .btn-link:hover,
.jsn-color-green .pc-product-filter .btn-link:focus,
.jsn-color-green .pc-product-filter .btn-link .muted,
.jsn-color-green .pc-product-price-wrap span,
.jsn-color-green .text-pc-info span,
.jsn-color-green .jsn-cart-price,
.jsn-color-green .jsn-trash:hover,
.jsn-color-green .jsn-pc-total strong,
.jsn-color-green .jsn-pc-plholder.style2:hover,
.jsn-color-green .jsn-pc-plholder.style2:active,
.jsn-color-green .jsn-pc-plholder.style2:focus,
.jsn-color-green .pc-sum-price span,
.jsn-color-green .customNavigation li,
.jsn-color-green .pc-product h4,
.jsn-color-green input:focus:invalid,
.jsn-color-green textarea:focus:invalid,
.jsn-color-green select:focus:invalid
{
    color: #68aa71;
}

.jsn-color-green .product-head,
.jsn-color-green .pc-mod-categories .pc-mod-category,
.jsn-color-green .jsn-com-paycart .page-header,
.jsn-color-green .slider .slider-selection,
.jsn-color-green .owl-theme .owl-controls .owl-page span,
.jsn-color-green .jsn-btn-area button,
.jsn-color-green .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-green .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-green .jsn-btn-area .pc-btn-addtocart:active,
.jsn-color-green .jsn-qty-form a:hover,
.jsn-color-green .jsn-pc-plholder,
.jsn-color-green .jsn-pc-plholder.style2:hover,
.jsn-color-green .jsn-pc-plholder.style2:active,
.jsn-color-green .jsn-pc-plholder.style2:focus,
.jsn-color-green .jsn-primery-mod .accordion-heading .accordion-toggle,
.jsn-color-green .jsn-discount-form button:hover,
.jsn-color-green .jsn-discount-form button:focus,
.jsn-color-green .jsn-discount-form button:active,
.jsn-color-green  #paycart-invoice-paynow,
.jsn-color-green #member-profile .form-actions button,
.jsn-color-green #member-profile .form-actions a,
.jsn-color-green #member-profile .form-actions a:hover,
.jsn-color-green #member-profile .form-actions a:focus,
.jsn-color-green #member-profile .form-actions a:active,
.jsn-color-green .jsn-pc-form-submit,
.jsn-color-green .pc-mod-product-content:before
{
    background: #68aa71;
}

.jsn-color-green .jsn-pc-plholder,
.jsn-color-green .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-green .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-green .jsn-btn-area .pc-btn-addtocart:active{
    background: #68aa71 !important;
}
.jsn-color-green .pc-checkout-address select:focus,
.jsn-color-green .pc-checkout-address textarea:focus,
.jsn-color-green .pc-checkout-address input:focus,
.jsn-color-green .pc-checkout-address .uneditable-input:focus,
.jsn-color-green #member-profile select:focus,
.jsn-color-green #member-profile textarea:focus,
.jsn-color-green #member-profile input:focus,
.jsn-color-green #member-profile .uneditable-input:focus,
.jsn-color-green .jsn-qty-form input:focus,
.jsn-color-green .pc-checkout-form input:focus,
.jsn-color-green .jsn-discount-form input:focus,
.jsn-color-green .jsn-primery-mod .accordion-inner,
.jsn-color-green #pc-checkout-payment-gateway:focus,
.jsn-color-green .jsn-qty-form input:focus,
.jsn-color-green .pc-checkout-form input:focus,
.jsn-color-green .jsn-discount-form input:focus
{
    border-color: #68aa71;
}

.jsn-color-green .form-control:focus {
    outline-color: #68aa71;
}

/*--- PURPLE ---*/

.jsn-color-purple .text-error,
.jsn-color-purple .text-success,
.jsn-color-purple .pc-product-filter .btn-link:hover,
.jsn-color-purple .pc-product-filter .btn-link:focus,
.jsn-color-purple .pc-product-filter .btn-link .muted,
.jsn-color-purple .pc-product-price-wrap span,
.jsn-color-purple .text-pc-info span,
.jsn-color-purple .jsn-cart-price,
.jsn-color-purple .jsn-trash:hover,
.jsn-color-purple .jsn-pc-total strong,
.jsn-color-purple .jsn-pc-plholder.style2:hover,
.jsn-color-purple .jsn-pc-plholder.style2:active,
.jsn-color-purple .jsn-pc-plholder.style2:focus,
.jsn-color-purple .pc-sum-price span,
.jsn-color-purple .customNavigation li,
.jsn-color-purple .pc-product h4,
.jsn-color-purple input:focus:invalid,
.jsn-color-purple textarea:focus:invalid,
.jsn-color-purple select:focus:invalid
{
    color: #65759b;
}

.jsn-color-purple .product-head,
.jsn-color-purple .pc-mod-categories .pc-mod-category,
.jsn-color-purple .jsn-com-paycart .page-header,
.jsn-color-purple .slider .slider-selection,
.jsn-color-purple .owl-theme .owl-controls .owl-page span,
.jsn-color-purple .jsn-btn-area button,
.jsn-color-purple .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-purple .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-purple .jsn-btn-area .pc-btn-addtocart:active,
.jsn-color-purple .jsn-qty-form a:hover,
.jsn-color-purple .jsn-pc-plholder,
.jsn-color-purple .jsn-pc-plholder.style2:hover,
.jsn-color-purple .jsn-pc-plholder.style2:active,
.jsn-color-purple .jsn-pc-plholder.style2:focus,
.jsn-color-purple .jsn-primery-mod .accordion-heading .accordion-toggle,
.jsn-color-purple .jsn-discount-form button:hover,
.jsn-color-purple .jsn-discount-form button:focus,
.jsn-color-purple .jsn-discount-form button:active,
.jsn-color-purple  #paycart-invoice-paynow,
.jsn-color-purple #member-profile .form-actions button,
.jsn-color-purple #member-profile .form-actions a,
.jsn-color-purple #member-profile .form-actions a:hover,
.jsn-color-purple #member-profile .form-actions a:focus,
.jsn-color-purple #member-profile .form-actions a:active,
.jsn-color-purple .jsn-pc-form-submit,
.jsn-color-purple .pc-mod-product-content:before
{
    background: #65759b;
}
.jsn-color-purple .jsn-pc-plholder,
.jsn-color-purple .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-purple .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-purple .jsn-btn-area .pc-btn-addtocart:active{
    background: #65759b !important;
}
.jsn-color-purple .pc-checkout-address select:focus,
.jsn-color-purple .pc-checkout-address textarea:focus,
.jsn-color-purple .pc-checkout-address input:focus,
.jsn-color-purple .pc-checkout-address .uneditable-input:focus,
.jsn-color-purple #member-profile select:focus,
.jsn-color-purple #member-profile textarea:focus,
.jsn-color-purple #member-profile input:focus,
.jsn-color-purple #member-profile .uneditable-input:focus,
.jsn-color-purple .jsn-qty-form input:focus,
.jsn-color-purple .pc-checkout-form input:focus,
.jsn-color-purple .jsn-discount-form input:focus,
.jsn-color-purple .jsn-primery-mod .accordion-inner,
.jsn-color-purple #pc-checkout-payment-gateway:focus,
.jsn-color-purple .jsn-qty-form input:focus,
.jsn-color-purple .pc-checkout-form input:focus,
.jsn-color-purple .jsn-discount-form input:focus
{
    border-color: #65759b;
}

.jsn-color-purple .form-control:focus {
    outline-color: #65759b;
}
.jsn-cart-table img{
    max-width: none;
}

/*--- BROWN ---*/

.jsn-color-brown .text-error,
.jsn-color-brown .text-success,
.jsn-color-brown .pc-product-filter .btn-link:hover,
.jsn-color-brown .pc-product-filter .btn-link:focus,
.jsn-color-brown .pc-product-filter .btn-link .muted,
.jsn-color-brown .pc-product-price-wrap span,
.jsn-color-brown .text-pc-info span,
.jsn-color-brown .jsn-cart-price,
.jsn-color-brown .jsn-trash:hover,
.jsn-color-brown .jsn-pc-total strong,
.jsn-color-brown .jsn-pc-plholder.style2:hover,
.jsn-color-brown .jsn-pc-plholder.style2:active,
.jsn-color-brown .jsn-pc-plholder.style2:focus,
.jsn-color-brown .pc-sum-price span,
.jsn-color-brown .customNavigation li,
.jsn-color-brown .pc-product h4,
.jsn-color-brown input:focus:invalid,
.jsn-color-brown textarea:focus:invalid,
.jsn-color-brown select:focus:invalid
{
    color: #786d5a;
}

.jsn-color-brown .product-head,
.jsn-color-brown .pc-mod-categories .pc-mod-category,
.jsn-color-brown .jsn-com-paycart .page-header,
.jsn-color-brown .slider .slider-selection,
.jsn-color-brown .owl-theme .owl-controls .owl-page span,
.jsn-color-brown .jsn-btn-area button,
.jsn-color-brown .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-brown .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-brown .jsn-btn-area .pc-btn-addtocart:active,
.jsn-color-brown .jsn-qty-form a:hover,
.jsn-color-brown .jsn-pc-plholder,
.jsn-color-brown .jsn-pc-plholder.style2:hover,
.jsn-color-brown .jsn-pc-plholder.style2:active,
.jsn-color-brown .jsn-pc-plholder.style2:focus,
.jsn-color-brown .jsn-primery-mod .accordion-heading .accordion-toggle,
.jsn-color-brown .jsn-discount-form button:hover,
.jsn-color-brown .jsn-discount-form button:focus,
.jsn-color-brown .jsn-discount-form button:active,
.jsn-color-brown  #paycart-invoice-paynow,
.jsn-color-brown #member-profile .form-actions button,
.jsn-color-brown #member-profile .form-actions a,
.jsn-color-brown #member-profile .form-actions a:hover,
.jsn-color-brown #member-profile .form-actions a:focus,
.jsn-color-brown #member-profile .form-actions a:active,
.jsn-color-brown .jsn-pc-form-submit,
.jsn-color-brown .pc-mod-product-content:before
{
    background: #786d5a;
}
.jsn-color-brown .jsn-pc-plholder,
.jsn-color-brown .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-brown .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-brown .jsn-btn-area .pc-btn-addtocart:active{
    background: #786d5a !important;
}
.jsn-color-brown .pc-checkout-address select:focus,
.jsn-color-brown .pc-checkout-address textarea:focus,
.jsn-color-brown .pc-checkout-address input:focus,
.jsn-color-brown .pc-checkout-address .uneditable-input:focus,
.jsn-color-brown #member-profile select:focus,
.jsn-color-brown #member-profile textarea:focus,
.jsn-color-brown #member-profile input:focus,
.jsn-color-brown #member-profile .uneditable-input:focus,
.jsn-color-brown .jsn-qty-form input:focus,
.jsn-color-brown .pc-checkout-form input:focus,
.jsn-color-brown .jsn-discount-form input:focus,
.jsn-color-brown .jsn-primery-mod .accordion-inner,
.jsn-color-brown #pc-checkout-payment-gateway:focus,
.jsn-color-brown .jsn-qty-form input:focus,
.jsn-color-brown .pc-checkout-form input:focus,
.jsn-color-brown .jsn-discount-form input:focus
{
    border-color: #786d5a;
}

.jsn-color-brown .form-control:focus {
    outline-color: #786d5a;
}


/*--- YELLOW ---*/

.jsn-color-yellow .text-error,
.jsn-color-yellow .text-success,
.jsn-color-yellow .pc-product-filter .btn-link:hover,
.jsn-color-yellow .pc-product-filter .btn-link:focus,
.jsn-color-yellow .pc-product-filter .btn-link .muted,
.jsn-color-yellow .pc-product-price-wrap span,
.jsn-color-yellow .text-pc-info span,
.jsn-color-yellow .jsn-cart-price,
.jsn-color-yellow .jsn-trash:hover,
.jsn-color-yellow .jsn-pc-total strong,
.jsn-color-yellow .jsn-pc-plholder.style2:hover,
.jsn-color-yellow .jsn-pc-plholder.style2:active,
.jsn-color-yellow .jsn-pc-plholder.style2:focus,
.jsn-color-yellow .pc-sum-price span,
.jsn-color-yellow .customNavigation li,
.jsn-color-yellow .pc-product h4,
.jsn-color-yellow input:focus:invalid,
.jsn-color-yellow textarea:focus:invalid,
.jsn-color-yellow select:focus:invalid
{
    color: #ca9639;
}

.jsn-color-yellow .product-head,
.jsn-color-yellow .pc-mod-categories .pc-mod-category,
.jsn-color-yellow .jsn-com-paycart .page-header,
.jsn-color-yellow .slider .slider-selection,
.jsn-color-yellow .owl-theme .owl-controls .owl-page span,
.jsn-color-yellow .jsn-btn-area button,
.jsn-color-yellow .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-yellow .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-yellow .jsn-btn-area .pc-btn-addtocart:active,
.jsn-color-yellow .jsn-qty-form a:hover,
.jsn-color-yellow .jsn-pc-plholder,
.jsn-color-yellow .jsn-pc-plholder.style2:hover,
.jsn-color-yellow .jsn-pc-plholder.style2:active,
.jsn-color-yellow .jsn-pc-plholder.style2:focus,
.jsn-color-yellow .jsn-primery-mod .accordion-heading .accordion-toggle,
.jsn-color-yellow .jsn-discount-form button:hover,
.jsn-color-yellow .jsn-discount-form button:focus,
.jsn-color-yellow .jsn-discount-form button:active,
.jsn-color-yellow  #paycart-invoice-paynow,
.jsn-color-yellow #member-profile .form-actions button,
.jsn-color-yellow #member-profile .form-actions a,
.jsn-color-yellow #member-profile .form-actions a:hover,
.jsn-color-yellow #member-profile .form-actions a:focus,
.jsn-color-yellow #member-profile .form-actions a:active,
.jsn-color-yellow .jsn-pc-form-submit,
.jsn-color-yellow .pc-mod-product-content:before
{
    background: #ca9639;
}
.jsn-color-yellow .jsn-pc-plholder,
.jsn-color-yellow .jsn-btn-area .pc-btn-addtocart:hover,
.jsn-color-yellow .jsn-btn-area .pc-btn-addtocart:focus,
.jsn-color-yellow .jsn-btn-area .pc-btn-addtocart:active{
    background: #ca9639 !important;
}

.jsn-color-yellow .pc-checkout-address select:focus,
.jsn-color-yellow .pc-checkout-address textarea:focus,
.jsn-color-yellow .pc-checkout-address input:focus,
.jsn-color-yellow .pc-checkout-address .uneditable-input:focus,
.jsn-color-yellow #member-profile select:focus,
.jsn-color-yellow #member-profile textarea:focus,
.jsn-color-yellow #member-profile input:focus,
.jsn-color-yellow #member-profile .uneditable-input:focus,
.jsn-color-yellow .jsn-qty-form input:focus,
.jsn-color-yellow .pc-checkout-form input:focus,
.jsn-color-yellow .jsn-discount-form input:focus,
.jsn-color-yellow .jsn-primery-mod .accordion-inner,
.jsn-color-yellow #pc-checkout-payment-gateway:focus,
.jsn-color-yellow .jsn-qty-form input:focus,
.jsn-color-yellow .pc-checkout-form input:focus,
.jsn-color-yellow .jsn-discount-form input:focus
{
    border-color: #ca9639;
}

.jsn-color-yellow .form-control:focus {
    outline-color: #ca9639;
}


/**
 * Jsn-direction-rtl
 * -------------------------------------------------------------------
 */

 .jsn-pc-plholder:hover, .jsn-pc-plholder:active, .jsn-pc-plholder:focus {
    background: #353535 !important;
    color: #fff;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.jsn-direction-rtl #jsn-pos-content-bottom-below div.jsn-modulecontainer_inner h3.jsn-moduletitle {
  text-align: right;
}
.jsn-com-paycart.jsn-direction-rtl .jsn-bootstrap3 [class^="icon-"],
.jsn-com-paycart.jsn-direction-rtl [class*=" icon-"],
.jsn-com-paycart.jsn-direction-rtl .jsn-bootstrap3 [class^="fa-"],
.jsn-com-paycart.jsn-direction-rtl [class*=" fa-"] {
  margin: 0 0 0 8px !important;
}

.jsn-direction-rtl .owl-carousel {
  direction: ltr;
}

.jsn-com-paycart.jsn-direction-rtl .text-right {
  text-align: left;
}

.jsn-direction-rtl #pc-confirm-order-summary .table th, .jsn-direction-rtl #pc-confirm-order-summary .table td,
.jsn-direction-rtl #pc-account .table th, .jsn-direction-rtl #pc-account .table td  {
  text-align: right;
}
.jsn-com-paycart.jsn-direction-rtl .pull-left{
    float: right;
      direction: ltr;
}
.jsn-com-paycart.jsn-direction-rtl .pull-right{
    float: left;
      direction: ltr;
}

.jsn-direction-rtl .customNavigation li {
  float: left;
}
.jsn-direction-rtl .pc-mod-product .text-muted {
  text-align: right;
  padding: 0 0 0 75px;
}
.jsn-direction-rtl .pc-mod-product h4 {
  right: auto;
  left: 20px;
}

.jsn-direction-rtl.jsn-com-paycart .page-header {
  float: right;
}

.jsn-direction-rtl .filter-attr .muted {
  float: right;
}
.jsn-direction-rtl .filter-attr .badge {
    float: right;
    margin: 1px 10px 0 0;
}
.jsn-direction-rtl .filter-attr .badge.pull-right {
    float: left;
    margin: 0;
}
.jsn-direction-rtl.jsn-com-paycart .row-fluid [class*="span"] {
    float: right;
    margin: 0 2.564102564102564% 0 0;
}
.jsn-direction-rtl.jsn-com-paycart .row-fluid [class*="span"]:first-child {
    margin: 0;
}
.jsn-direction-rtl .pc-grid-1, .jsn-direction-rtl .pc-grid-2, .jsn-direction-rtl .pc-grid-3,
.jsn-direction-rtl .pc-grid-4, .jsn-direction-rtl .pc-grid-5, .jsn-direction-rtl .pc-grid-6,
.jsn-direction-rtl .pc-grid-7, .jsn-direction-rtl .pc-grid-8, .jsn-direction-rtl .pc-grid-9,
.jsn-direction-rtl .pc-grid-10, .jsn-direction-rtl .pc-grid-11, .jsn-direction-rtl .pc-grid-12 {
    float: right;
}
.jsn-direction-rtl .pc-product-filter .accordion-toggle.collapsed span:before {
  content: "\f053";
}
.jsn-direction-rtl.jsn-com-paycart .radio, .jsn-direction-rtl.jsn-com-paycart .checkbox {
  padding: 0 20px 0 0;
}
.jsn-direction-rtl.jsn-com-paycart .radio input[type="radio"],
.jsn-direction-rtl.jsn-com-paycart .checkbox input[type="checkbox"] {
  float: right;
  margin: 4px -20px 0 0;
}
.jsn-direction-rtl .pc-product-filter .btn-link {
  padding: 0 12px 0 0;
}
.jsn-direction-rtl .pc-product-filter .btn-link:before {
  content: "\f104";
  left: auto;
  right: 0;
}

.jsn-direction-rtl .jsn-btn-area .help-block {
  float: right;
}
.jsn-direction-rtl .text-pc-info span {
  margin: 0 0 0 8px !important;
}

.jsn-direction-rtl .jsn-btn-area button.pc-btn-addtocart .fa-chevron-right:before {
  content: "\f053";
}
.jsn-direction-rtl .jsn-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  text-align: right;
}
.jsn-direction-rtl .jsn-qty-form input.input-mini {
  padding: 0 15px 0 55px;
}
.jsn-direction-rtl .jsn-qty-form a {
  right: auto;
  left: 0;
}
.jsn-direction-rtl .jsn-pc-plholder .fa{
    margin: 0 0 0 8px;
}

.jsn-direction-rtl .jsn-btn-nav i {
  margin: 0 8px 0 0;
}
.jsn-direction-rtl .jsn-btn-nav .fa-angle-double-right:before {
    content: "\f100";
}

.jsn-direction-rtl .pc-checkout-login .radio input[type="radio"],
.jsn-direction-rtl .pc-checkout-login .checkbox input[type="checkbox"] {
  margin: 10px 0 0 8px;
}

.jsn-direction-rtl.jsn-com-paycart .pc-checkout-login fieldset {
  padding: 0 !important;
}

.jsn-direction-rtl #pc-confirm-order-summary .table th, .jsn-direction-rtl #pc-confirm-order-summary .table td {
  text-align: right;
}

.jsn-direction-rtl .jsn-discount-form input {
  padding:0 15px 0 75px;
}
.jsn-direction-rtl .jsn-discount-form button {
    right: auto;
    left: 1px;
}

.jsn-direction-rtl .main-image, .jsn-direction-rtl .featured-view .product,
.jsn-direction-rtl .latest-view .product, .jsn-direction-rtl .topten-view .product,
.jsn-direction-rtl .recent-view .product, .jsn-direction-rtl .related-products-view .product,
.jsn-direction-rtl .center, .jsn-direction-rtl span.center {
    text-align: right;
}
.jsn-direction-rtl #paycart_account_loginform_remember {
  margin: 0 0px 0px 5px;
}

.jsn-direction-rtl .pc-account .nav-tabs.style1 > li{
  float: right;
}
.jsn-direction-rtl .pc-account-header-avatar {
  margin: 0 0 0 20px;
}
.jsn-direction-rtl .pc-account-header-content ul li {
  margin: 0;
}
.jsn-direction-rtl .pc-account-header-logout .logout-button button i{
    float: right;
    margin-top: 11px !important;
}
.jsn-direction-rtl .jsn-pc-form-validate .control-label {
  text-align: right;
  float: right;
}

.jsn-direction-rtl .jsn-pc-plholder .fa-chevron-left:before {
    content: "\f054";
}
.jsn-direction-rtl .jsn-joomla-30 .nav-stacked>li {
  margin-right: 0;
}