/*!
 * Theme Name: UB Team
 * Theme URI: http://www.ubertheme.com
 * Version: 1.0
 * Description: 
 * Author: UB Team - Ubertheme.com
 * Author URI: http://www.ubertheme.com
 * 
 * Powered by Magento
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
a {
  color: #6ab344;
  text-decoration: none;
}
a img {
  border: 0;
  vertical-align: top;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
a.cboxelement {
  text-decoration: none;
}
address {
  font-style: normal;
}
a.button.jmquickview,
button.button,
button.form-button {
  background: #6ab344;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  min-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
a.button.jmquickview span,
button.button span,
button.form-button span {
  display: inline-block;
  width: 100%;
}
a.button.jmquickview span span,
button.button span span,
button.form-button span span {
  border: 0;
  padding: 0;
}
a.button.jmquickview.btn-cart,
button.button.btn-cart,
button.form-button.btn-cart {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
a.button.jmquickview.btn-cart span,
button.button.btn-cart span,
button.form-button.btn-cart span {
  background: url('../images/ico-add-to-cart.png') no-repeat left 50%;
  padding: 0 0 0 20px;
}
a.button.jmquickview.btn-cart span span,
button.button.btn-cart span span,
button.form-button.btn-cart span span {
  background: none;
  padding: 0;
}
a.button.jmquickview:hover,
button.button:hover,
button.form-button:hover,
a.button.jmquickview:focus,
button.button:focus,
button.form-button:focus {
  opacity: .7;
}
a.button.jmquickview {
  clear: both;
  display: block;
  margin: 10px auto 0;
  width: 165px;
  text-align: center;
  float: none !important;
  padding: 0 15px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
a.button.jmquickview span {
  background: url('../images/ico-quickview.png') no-repeat left 60%;
  padding: 0 0 0 20px;
  display: inline;
  width: auto;
}
a.button.jmquickview:active,
a.button.jmquickview:focus,
a.button.jmquickview:hover {
  text-decoration: none;
}
.button.btn-cart,
a.button.jmquickview {
  font-family: Arial;
}
button.disabled span {
  background: #bbb!important;
  border-color: #bbbbbb !important;
}
button.btn-cart span i {
  margin: 0;
  font-style: normal;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
cite {
  font-style: normal;
}
fieldset {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: 1.3;
}
h1 {
  font-size: 180%;
}
h2 {
  font-size: 150%;
}
h3 {
  font-size: 125%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 100%;
}
h6 {
  font-size: 92%;
}
/* Global Styles*/
form {
  display: inline;
}
/* Form Elements */
input,
select,
textarea,
button {
  vertical-align: middle;
}
input.checkbox {
  margin-right: 3px;
}
input.input-text,
textarea {
  padding: 7px 5px;
}
input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #ddd;
}
/* Form Highlight */
input.input-text:focus,
select:focus,
textarea:focus {
  border-color: #eeeeee;
}
input.qty {
  text-align: center;
  width: 2.5em !important;
}
input.radio {
  margin-right: 3px;
}
legend {
  display: none;
}
/* Content */
p {
  margin: 0 0 10px;
}
p.required {
  color: red;
  font-size: 90%;
  text-align: right;
}
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
q,
blockquote {
  quotes: none;
}
strong {
  font-weight: bold;
}
q:before,
q:after {
  content: '';
}
select {
  padding: 6px 5px;
}
select option {
  padding-right: 10px;
}
select.multiselect option {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
select.multiselect option:last-child {
  border-bottom: 0;
}
small,
big {
  font-size: 1em;
}
.no-bg {
  background: none !important;
}
.nobr {
  white-space: nowrap !important;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.note-msg,
.notice-msg {
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  border-color: #fcd344;
  color: #3d6611;
}
.notice {
  color: #6ab344;
}
/* Table */
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
textarea {
  overflow: auto;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details-excluded {
  font-style: italic;
}
tr.summary-details-first td {
  font-weight: bold;
}
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  background: url("../images/bkg_collapse.gif") no-repeat 0 8px;
  cursor: pointer;
  float: left;
  font-weight: bold;
  padding-left: 20px;
  text-align: right;
  text-transform: uppercase;
}
.order-review tr.summary-total .summary-collapse {
  background-position: 0px 5px;
  float: right;
}
/* Price */
.price-box {
  margin: 5px 0;
}
.price {
  color: #6ab344;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  padding: 0;
}
.old-price {
  margin: 0;
  display: inline-block;
}
.old-price .price {
  color: #999;
  font-size: 14px;
  line-height: 100%;
  text-decoration: line-through;
}
.special-price {
  display: inline-block;
  margin: 0;
}
/* Price as configured */
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
/* Product Prices */
.price-box-bundle {
  clear: both;
  padding: 10px 0;
  display: block;
  float: left;
  width: 100%;
}
.price-box-bundle .price {
  color: #424242;
}
.price-box-bundle .price-box {
  margin: 0!important;
  padding: 0 !important;
}
/* Excl tax (for order tables) */
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: inline-block;
}
/* Excluding tax */
.price-excluding-tax {
  color: #999;
  display: block;
}
.price-excluding-tax .label {
  color: #999;
  white-space: nowrap;
}
.price-excluding-tax .price {
  color: #da792e;
  font-size: 13px;
  font-weight: normal;
}
/* Price range */
.price-from {
  margin: 0;
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}
.price-including-tax {
  color: #999;
  display: block;
}
.price-including-tax .label {
  color: #999;
  white-space: nowrap;
}
.price-including-tax .price {
  color: #da792e;
  font-size: 13px;
  font-weight: bold;
}
.price-label {
  display: none;
}
/* Price notice next to the options */
.price-notice {
  color: #999;
  padding-left: 10px;
}
.price-notice .price {
  font-weight: bold;
}
.price-to {
  margin: 0;
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.product-name {
  color: #272727;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  width: 100%;
  font-family: 'Abel', sans-serif;
}
.product-name:active,
.product-name:focus,
.product-name:hover {
  border-bottom: none;
  color: #6ab344;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
ul.customer-services {
  float: left;
  height: 40px;
  margin: 0;
  padding: 0;
  width: auto;
}
ul.customer-services li {
  background: url('../images/bg-top-hr.png') no-repeat right 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  width: auto;
}
ul.customer-services li a {
  color: #999;
}
ul.customer-services li a:active,
ul.customer-services li a:focus,
ul.customer-services li a:hover {
  color: #6ab344;
  text-decoration: none;
}
ul.customer-services li em {
  margin: 0 10px 0 0;
}
ul.customer-services li:first-of-type {
  padding: 0 20px 0 0;
  margin: 0px 0px 20px 0px;
}
ul.customer-services li:last-of-type {
  background: 0;
  padding: 0 0 0 20px;
}
ul.item-options dd {
  float: left;
  font-weight: normal;
  margin: 0;
  padding-left: 0;
}
ul.item-options dt {
  float: left;
  font-style: normal;
  font-weight: bold;
  margin: 0 5px 0 0;
}
ul.item-options li {
  color: #797979;
  float: left;
  margin: 0 5px 0 0;
}
#login-form .col-1,
#login-form .col-2 {
  width: 50%;
  border: 1px solid #e5e5e5;
}
#login-form .col-1 {
  border-right: 0;
}
#login-form .content {
  min-height: 345px;
  padding: 30px;
  position: relative;
  color: #757575;
  font-weight: 500;
}
#login-form .content h2 {
  font-size: 24px;
  margin: 0 0 20px;
  padding: 10px 0;
  text-indent: 0;
}
#login-form .content p.required {
  float: left;
  margin: 0 0 20px;
  text-align: left;
}
#login-form .buttons-set {
  height: auto;
  margin: 0;
  padding: 30px;
}
#login-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
#login-form .buttons-set a {
  margin: 0 0 0 20px;
  padding: 6px;
  float: left;
}
#checkout-step-login .form-list .control:first-child {
  margin: 15px  0 5px;
}
#checkout-step-login .form-list li.control input.radio,
#checkout-step-login .form-list li.control input.checkbox {
  margin: 6px 5px 0 0;
}
.a-center {
  text-align: center !important;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list .link-remove {
  color: #777777;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list address {
  margin: 0 0 3px;
}
/* Address Book */
.addresses-list h2 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.addresses-list h3 {
  font-size: 100%;
  font-weight: bold;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.item {
  margin: 0 0 10px;
  padding: 10px 0;
}
.addresses-list p {
  margin: 0;
}
/* My review*/
#my-reviews-table {
  margin: 0px 0px 20px 0px;
}
.ico-label {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('../images/ico-new.png');
  float: left;
  height: 22px;
  width: 45px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-indent: -999em;
}
.ico-label.sales-label {
  background-image: url('../images/ico-sales.png');
}
.ico-label.hot-label {
  background-image: url('../images/ico-hot.png');
}
.add-to-cart label {
  color: #6ab344;
  float: left;
  font-weight: bold;
  line-height: 24px;
  margin-right: 10px;
}
.add-to-links {
  margin: 5px 0 0;
}
.add-to-links.separator {
  display: none;
}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  clear: none;
  float: left;
}
.advanced-search .form-list label {
  padding-right: 10px;
  width: 160px;
}
.advanced-search-amount {
  margin: 0 0 10px;
}
.advanced-search-summary {
  background: #faebe7;
  border: 1px solid #e9d7c9;
  margin: 10px 0;
  padding: 10px;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}
.advanced-search-summary strong {
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
  color: #6ab344;
  padding-left: 15px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.a-left {
  text-align: left !important;
}
/* Alerts */
.alert-price {
  font-size: 11px;
  margin: 0;
}
.alert-stock {
  font-size: 11px;
  margin: 0;
}
.a-right {
  text-align: right !important;
}
/* Availability */
.availability {
  margin: 0 0 10px;
}
.availability.out-of-stock span {
  color: #6ab344;
}
.availability-only {
  background: url(../images/i_availability_only.gif) 0 50% no-repeat;
  line-height: 16px;
  margin: 10px 0 7px;
  padding-left: 15px;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only a {
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000000;
}
.availability-only strong {
  color: #6ab344;
}
.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details tr.odd td.last {
  color: #6ab344;
  font-weight: bold;
}
.basic-info {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .form-list li select {
  float: left;
  padding: 9px 5px;
}
/* Billing Agreements */
.billing-agreements .info-box h2 {
  margin: 0 0 8px 0;
}
.billing-agreements .table-caption {
  font-size: 13px;
  font-weight: bold;
}
.has-toggle {
  float: right;
  margin: 0;
  position: relative;
}
.has-toggle .btn-toggle {
  color: #c7c7c7;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  position: relative;
}
.has-toggle .btn-toggle strong {
  font-weight: 500;
}
.has-toggle .btn-toggle i {
  color: #a1a1a1;
  font-size: 14px;
  margin: 0;
  line-height: 100%;
  max-height: 100%;
}
.has-toggle .btn-toggle:before {
  width: 100%;
  height: 19px;
  position: absolute;
  bottom: -10px;
  content: "";
  display: none;
  left: 0;
  z-index: 112;
  background: url('../images/arrow-toggle.png') no-repeat bottom center;
}
.has-toggle .btn-toggle.active {
  color: #333;
}
.has-toggle .btn-toggle.active:before {
  display: block;
}
.has-toggle .inner-toggle {
  background: #fff;
  border: 1px solid #e2e2e2;
  display: none;
  width: 200px;
  padding: 20px;
  position: absolute;
  left: -215%;
  top: 49px;
  z-index: 111;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.has-toggle .inner-toggle label {
  color: #9e9e9e;
  float: left;
  font-size: 12px;
  line-height: 100%;
  margin: 0 0 10px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
}
.has-toggle .inner-toggle .block {
  margin: 0;
  padding: 0;
  border: 0;
}
.has-toggle .inner-toggle.block {
  margin: 0;
}
.has-toggle .inner-toggle.active {
  display: block;
}
/*Header*/
#logo {
  height: 40px;
  width: 145px;
  z-index: 1;
}
#logo a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  height: 40px;
  text-indent: -999em;
  width: 145px;
}
#jm-header {
  background: #fff;
  line-height: 80px;
  min-height: 137px;
  border-bottom: 3px solid #2c2c2c;
  position: fixed;
  width: 100%;
  z-index: 101;
  max-width: 1130px;
  top: 0;
  z-index: 99;
  left: auto !important;
}
#jm-header .main {
  max-width: 1320px;
}
#jm-header .main .inner {
  margin: 0;
  position: relative;
}
#jm-header .main .inner:before {
  position: absolute;
  top: 0;
  background: #fff;
  border-bottom: 2px solid #f5f5f5;
  height: 40px;
  min-height: 40px;
  content: "";
  left: 0;
  width: 100%;
}
#jm-header #logo {
  float: left;
  height: 40px;
  left: 50px;
  margin: 67px 0 0 0;
  width: 156px;
  z-index: 1;
}
#jm-header #logo a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  height: 40px;
  text-indent: -999em;
  width: 156px;
}
#jm-header .welcome-msg {
  display: none;
}
#jm-header .sidebar {
  height: 40px;
  width: 40px;
  position: fixed;
  top: 20px;
  left: 30px;
  cursor: pointer;
  background: url('../images/icon-sidesbar.png') no-repeat 50% 50%;
}
#jm-mainnav {
  float: left;
  padding: 0;
  margin: 62px 0 0 130px;
  position: static;
}
#jm-mainnav .btn-toggle {
  display: none;
}
#jm-mainnav .inner-toggle {
  background: 0;
  border: 0;
  display: block;
  padding: 0;
  position: static;
  width: 100%;
}
#jm-search {
  background: url('../images/line.png') no-repeat top left;
  position: absolute;
  top: 0;
  right: 40px;
  width: 40px;
}
#jm-search .btn-toggle {
  padding: 0;
  background: url('../images/ico-search.png') no-repeat 50% 50%;
}
#jm-search .btn-toggle strong {
  display: none;
}
#jm-search .btn-toggle.active {
  color: #000;
}
#jm-search .inner-toggle {
  width: 340px;
  left: -400%;
}
#jm-search .inner-toggle .form-search {
  background: #fff;
  border: 0;
  min-height: 40px;
  min-width: 300px;
  position: relative;
}
#jm-search .inner-toggle .form-search label {
  display: none;
}
#jm-search .inner-toggle .form-search .input-text {
  background: none;
  border: 1px solid #efefef;
  color: #333;
  float: left;
  font-size: 12px;
  min-width: 250px;
  padding: 12px 40px 11px 10px;
}
#jm-search .inner-toggle .form-search .input-text:focus {
  background: none;
}
#jm-search .inner-toggle .form-search button {
  background: #6ab344;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 40px;
  line-height: 35px;
  margin: 0 0 0 7px;
  padding: 0;
  width: 40px;
  font-size: 18px;
}
#jm-search .inner-toggle .form-search button:hover,
#jm-search .inner-toggle .form-search button:focus {
  background: #000;
}
#jm-search .search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 50px !important;
  width: 100% !important;
  z-index: 200;
}
#jm-search .search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#jm-search .search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
#jm-search .search-autocomplete ul li:hover {
  color: #333;
  background-color: #ebebeb;
}
#jm-search .search-autocomplete ul li.selected {
  background-color: #ebebeb;
  color: #333;
}
#jm-search .search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
#jm-search .search-autocomplete ul li:last-child {
  border-bottom: none;
}
#jm-search .search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ebebeb;
  border-top: none;
  left: 50%;
  top: -7px;
}
.cms-home #jm-search {
  top: 0;
}
/*Quick Access*/
#jm-quickaccess {
  background: url('../images/line.png') no-repeat top left;
  margin: 0;
  position: absolute;
  top: 0;
  right: 80px;
}
#jm-quickaccess .btn-toggle {
  border: 0;
  cursor: pointer;
  float: left;
  padding: 0 20px;
  text-align: center;
  width: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#jm-quickaccess .btn-toggle i {
  display: none;
}
#jm-quickaccess .inner-toggle {
  left: -32%;
}
.cms-home #jm-quickaccess {
  top: 0;
}
.shop-access {
  float: left;
  width: 100%;
  padding: 0;
}
.shop-access .block-account {
  display: none;
}
.shop-access .block-account li {
  border-bottom: 0;
  color: #5f5d5c;
  display: block;
  float: left;
  padding: 0;
  width: 100%;
}
.shop-access .block-account li.current,
.shop-access .block-account li a {
  color: #9e9e9e;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.shop-access .block-account li.current:active,
.shop-access .block-account li a:active,
.shop-access .block-account li.current:focus,
.shop-access .block-account li a:focus,
.shop-access .block-account li.current:hover,
.shop-access .block-account li a:hover {
  color: #6ab344;
}
.shop-access li {
  float: left;
  width: 100%;
}
.shop-access li a {
  color: #9e9e9e;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.shop-access li a:focus,
.shop-access li a:hover {
  color: #6ab344;
}
/*Quick Access*/
#jm-setting {
  background: url('../images/line.png') no-repeat top left;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#jm-setting .btn-toggle {
  border: 0;
  background: url('../images/ico-globe.png') no-repeat 50% 50%;
  cursor: pointer;
  float: left;
  font-size: 0px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#jm-setting .btn-toggle i,
#jm-setting .btn-toggle strong {
  display: none;
}
#jm-setting .quick-setting a {
  float: left;
}
#jm-setting .quick-setting a img {
  float: left;
}
#jm-setting .quick-setting a.currency-item {
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
}
#jm-setting .quick-setting a.currency-item.active {
  color: #6ab344;
}
#jm-setting .colors-setting {
  display: block;
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
#jm-setting .colors-setting a {
  float: left;
  height: 22px;
  margin: 0;
  padding: 0;
  width: 22px;
  border: 1px solid #fff;
}
#jm-setting .colors-setting a span {
  display: block;
  height: 20px;
  text-decoration: none;
  text-indent: -999em;
  width: 20px;
  border: 2px solid #fff;
}
#jm-setting .colors-setting a.active {
  border-color: red;
}
#jm-setting .colors-setting a.colors-default {
  background-color: #6ab344;
}
#jm-setting .colors-setting a.colors-blue {
  background-color: #11c6ff;
}
#jm-setting .colors-setting a.colors-orange {
  background-color: #ff6a18;
}
#jm-setting .colors-setting a.colors-red {
  background-color: #f62123;
}
#jm-setting .colors-setting a.colors-violet {
  background-color: #a963a9;
}
#jm-setting .form-language {
  float: left;
  margin: 0 0 20px;
  width: 100%;
}
#jm-setting .form-language a {
  background-position: 0 50%;
  background-repeat: no-repeat;
  clear: both;
  color: #9e9e9e;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  padding: 5px 0 5px 30px;
  width: 100%;
}
#jm-setting .form-language a:active,
#jm-setting .form-language a:focus,
#jm-setting .form-language a:hover,
#jm-setting .form-language a.active {
  color: #6ab344;
  text-decoration: none;
}
#jm-setting .form-currency {
  float: left;
  margin: 0;
  width: 100%;
}
#jm-setting .form-currency a {
  padding: 0 5px;
  line-height: 100%;
  float: left;
  min-height: inherit;
}
.cms-home #jm-setting {
  top: 0;
}
/*My Cart*/
#jm-mycart {
  background: #ec3333;
  height: 50px;
  position: absolute;
  top: 60px;
  width: 50px;
  z-index: 1;
  right: 0;
  box-shadow: 0px 0px 2px 0 #dadada;
  -moz-box-shadow: 0px 0px 2px 0 #dadada;
  -webkit-box-shadow: 0px 0px 2px 0 #dadada;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
#jm-mycart .btn-toggle {
  height: 50px;
  line-height: 50px;
  min-height: 50px;
  width: 50px;
  min-width: 50px;
  position: relative;
}
#jm-mycart .btn-toggle a {
  background: url("../images/ico-cart.png") no-repeat scroll 5px 50% rgba(0, 0, 0, 0);
  color: #fff !important;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  overflow: hidden;
  padding: 0 0 0 40px;
  text-align: left;
  width: 40px;
}
#jm-mycart .btn-toggle a:active,
#jm-mycart .btn-toggle a:focus,
#jm-mycart .btn-toggle a:hover {
  text-decoration: none;
}
#jm-mycart .btn-toggle span {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 22px;
  min-height: 22px;
  line-height: 22px;
  background: #fff;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}
#jm-mycart .btn-toggle .jm-mycart-loading {
  display: none;
}
#jm-mycart .btn-toggle.active {
  color: #000;
  width: 200px;
  height: 68px;
}
#jm-mycart .btn-toggle.active a {
  width: 200px;
}
#jm-mycart .btn-toggle.active span {
  display: none;
}
#jm-mycart .btn-toggle:before {
  bottom: 6px;
}
#jm-mycart .jmajmxloading {
  display: none !important;
}
#jm-mycart .inner-toggle {
  min-width: 485px;
  left: auto;
  top: 50px;
  right: 0;
}
#jm-mycart .inner-toggle .block-title {
  border: 0;
  color: #000;
  line-height: 100%;
  min-height: 100%;
  text-indent: 0;
}
#jm-mycart .inner-toggle .block-title strong {
  background: none;
  color: #000;
  font-size: 105%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#jm-mycart .inner-toggle .block-content {
  background: 0;
  border: 0;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
#jm-mycart .inner-toggle .block-content a.details {
  color: #999;
}
#jm-mycart .inner-toggle .block-content a.details:active,
#jm-mycart .inner-toggle .block-content a.details:focus,
#jm-mycart .inner-toggle .block-content a.details:hover {
  text-decoration: none;
}
#jm-mycart .inner-toggle.active {
  top: 61px;
}
#jm-mycart .inner-toggle.mycart-empty {
  min-width: 310px;
}
#jm-mycart.active {
  z-index: 999;
  width: 220px;
}
.block {
  border: 0;
  margin: 0 0 40px;
  padding: 0px;
}
.block .block-title {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.block .block-title strong {
  font-weight: 700;
}
.block .block-subtitle {
  color: #333;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
}
.block .actions {
  margin: 10px 0 0 0;
}
.block .actions a {
  float: right;
  padding: 7px 0;
}
.block .actions button.button {
  float: left;
  margin: 0;
}
.block .block-content {
  background: none;
  font-size: 14px;
  padding: 0;
  text-align: left;
}
.block .block-content li.item {
  padding: 10px 0px;
}
.block .block-content .empty {
  margin: 0;
  padding: 0;
}
.block .block-content .btn-remove,
.block .block-content .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
.block .block-content .paypal-logo {
  display: none;
}
.col-left .block {
  border: 1px solid #e9e9e9;
  border-top-width: 2px;
  border-bottom-width: 2px;
  padding: 30px;
}
.block-account .block-content li {
  border-bottom: 1px solid #ebebeb;
  color: #5f5d5c;
  display: block;
  padding: 10px 0;
}
.block-account .block-content li a {
  color: #5f5d5c;
  text-decoration: none!important;
}
.block-account .block-content li a:active,
.block-account .block-content li a:focus,
.block-account .block-content li a:hover {
  color: #6ab344;
}
.block-account .block-content li.current {
  color: #5f5d5c;
  text-decoration: none!important;
}
.block-account .block-content li .last a {
  border-bottom: 0;
}
.block.block-banner {
  border: 0;
  padding: 0;
}
.block.block-banner .block-content {
  padding: 0;
  text-align: left;
}
.block.block-banner .block-content img {
  width: 100%;
}
.block-cart .btn-remove {
  background: 0;
  display: block;
  font-size: 0;
  height: auto;
  line-height: 0;
  overflow: inherit;
  text-indent: 0;
  width: auto;
}
.block-cart .block-subtitle {
  color: #333;
  font-size: 100%;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.block-cart .block-title {
  display: none;
}
.block-cart .block-content li.item {
  background: none;
  padding: 15px 0 0 0;
}
.block-cart .block-content li.item .product-image {
  border: 0;
  float: left;
  margin: 3px 0 0 0;
  width: 50px;
}
.block-cart .block-content li.item .product-details {
  color: #999;
  margin-left: 90px;
  text-align: left;
}
.block-cart .block-content li.item .product-details .product-name {
  border-bottom: 0;
  margin: 0 10px 0 0;
  line-height: 25px;
  position: relative;
  text-align: left;
  max-width: 200px;
  float: left;
  font-size: 18px;
  font-weight: 400;
}
.block-cart .block-content li.item .product-details .product-name a {
  color: #000;
  text-decoration: none;
}
.block-cart .block-content li.item .product-details .product-name a:active,
.block-cart .block-content li.item .product-details .product-name a:focus,
.block-cart .block-content li.item .product-details .product-name a:hover {
  color: #6ab344;
}
.block-cart .block-content li.item .product-details .btn-edit,
.block-cart .block-content li.item .product-details .btn-remove {
  float: left;
  text-indent: -999em;
  width: 16px;
  height: 16px;
  margin: 5px 5px 0 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.block-cart .block-content li.item .product-details .btn-edit {
  background-image: url('../images/btn-edit.png');
}
.block-cart .block-content li.item .product-details .btn-remove {
  background-image: url('../images/btn-delete.png');
}
.block-cart .block-content li.item .product-details .price {
  float: right;
  margin: 3px 0 0 0;
}
.block-cart .block-content .subtotal {
  background: none !important;
  float: right;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
}
.block-cart .block-content .subtotal .cartlabel,
.block-cart .block-content .subtotal .label {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #333;
  float: left;
  font-size: 14px;
  height: auto;
  padding: 0;
  text-transform: none;
  font-weight: 700;
}
.block-cart .block-content .subtotal .label {
  margin: 0px;
}
.block-cart .block-content .subtotal .price {
  background: none;
  color: #6ab344;
  float: right;
  font-size: 140%;
  font-weight: bold;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.block-cart .block-content .summary {
  border-top: 1px solid #dddddd;
  color: #333333;
  float: left;
  padding: 20px 0;
  width: 100%;
  margin-top: 20px;
}
.block-cart .block-content .summary .amount {
  float: left;
  margin: 0;
  padding: 0;
}
.block-cart .block-content .summary .amount a {
  font-weight: 700;
}
.block-cart .block-content .actions {
  background: 0;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
}
.block-cart .block-content .actions .button {
  float: right;
}
.block-cart .block-content .actions .paypal-logo {
  display: none;
}
.block-cart .block-content .empty {
  margin: 0;
  padding: 0;
}
.block-compare li {
  padding: 5px 0;
}
.block-compare li .product-name {
  border-bottom: 0;
  color: #333;
  font-size: 14px;
  padding: 0 25px 0 0;
  text-align: left;
  font-weight: 400;
}
.block-compare li .product-name:active,
.block-compare li .product-name:focus,
.block-compare li .product-name:hover {
  color: #6ab344;
  text-decoration: none;
}
.block-compare li .fa-remove {
  display: block;
  float: right;
  margin: 6px 0 0;
  overflow: hidden;
}
.block-compare li .actions a {
  color: #333;
  float: right;
  padding: 10px 0;
}
.block-layered-nav .block-subtitle {
  display: none;
}
.block-layered-nav .block-content {
  width: 100%;
  clear: both;
}
.block-layered-nav .block-content .actions {
  margin: 10px 0 20px;
  text-align: right;
}
.block-layered-nav .block-content .actions a {
  float: none;
}
.block-layered-nav .block-content .actions a:active,
.block-layered-nav .block-content .actions a:hover,
.block-layered-nav .block-content .actions a:focus {
  text-decoration: none;
}
.block-layered-nav .label {
  background: none;
  color: #333;
  display: inline-block;
  float: left;
  font-size: 100%;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  padding-left: 0;
  text-transform: none;
  vertical-align: middle;
}
.block-layered-nav .value {
  background: none;
  color: #333;
  display: inline-block;
  float: left;
  font-size: 100%;
  font-weight: bold;
  line-height: 28px;
  margin: 0 0 0 10px;
  padding-left: 0;
  text-transform: none;
  vertical-align: middle;
}
.block-layered-nav li {
  line-height: 2;
  position: relative;
  z-index: 1;
}
.block-layered-nav li .icon-remove {
  float: right;
  margin: 8px 0 0;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 9px;
}
.block-layered-nav .currently .btn-remove {
  margin: 0;
  position: absolute;
  right: 0px;
  top: 9px;
}
.block-layered-nav .currently .value {
  text-transform: lowercase;
  color: #fff;
}
.block-layered-nav .currently .label {
  color: #fff;
  text-transform: capitalize;
}
.block-layered-nav dd {
  background: url("../images/hr-shop-by.png") no-repeat left bottom;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 20px;
  width: 100%;
}
.block-layered-nav dd .price {
  background: none;
  color: #151515;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.block-layered-nav dd li {
  border-bottom: 1px solid #343434;
  float: left;
  line-height: 40px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.block-layered-nav dd li img {
  vertical-align: middle;
}
.block-layered-nav dd li a {
  color: #9e9e9e;
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin: 0 10px 0 0;
}
.block-layered-nav dd li a:active,
.block-layered-nav dd li a:focus,
.block-layered-nav dd li a:hover {
  color: #6ab344;
  text-decoration: none;
}
.block-layered-nav dd li a:active .price,
.block-layered-nav dd li a:focus .price,
.block-layered-nav dd li a:hover .price {
  color: #6ab344;
  text-decoration: none;
}
.block-layered-nav dd li strong {
  color: #656565;
  float: right;
  font-size: 85%;
  font-weight: normal;
  text-align: right;
}
.block-layered-nav dd li:last-of-type {
  border-bottom: 0;
}
.block-layered-nav dd:last-child {
  background: 0;
  margin: 0;
  padding: 0;
}
.block-layered-nav dd.filter_by_color_content {
  padding-bottom: 40px;
}
.block-layered-nav dd.filter_by_color_content li {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 0;
}
.block-layered-nav dd.filter_by_color_content li img {
  border: 1px solid #555;
  padding: 2px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.block-layered-nav dd.filter_by_color_content li:hover img,
.block-layered-nav dd.filter_by_color_content li:focus img {
  border-color: #9f9d9d;
}
.block-layered-nav dd.filter_by_size_content li {
  width: 26px;
  height: 26px;
  border: 1px solid #555555;
  padding: 2px;
  line-height: inherit;
  text-align: center;
  margin-right: 10px;
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
}
.block-layered-nav dd.filter_by_size_content li a {
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #555;
  background: none;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.block-layered-nav dd.filter_by_size_content li .qty-filter {
  display: none;
}
.block-layered-nav dd.filter_by_size_content li:hover a,
.block-layered-nav dd.filter_by_size_content li:focus a {
  background: #ec3333;
  color: #fff;
}
.block-layered-nav dt {
  color: #212121;
  clear: both;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.block-layered-nav-filter #narrow-by-list {
  background: #fff;
  padding: 20px;
}
.block-layered-nav-filter #narrow-by-list dd {
  float: none;
  margin: 0;
  width: 100%;
}
.block-layered-nav-filter #narrow-by-list dd li {
  float: none;
  line-height: 25px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.block-layered-nav-filter #narrow-by-list dd li a {
  float: none;
}
.block-login label {
  color: #666;
  font-weight: bold;
}
.block-login .block-content {
  padding: 5px 10px;
}
.block-login .block-content input.input-text {
  display: block;
  margin: 3px 0;
  width: 167px;
}
.block-login .actions {
  background: none;
  margin: 3px 0 0;
  padding: 0;
}
.block-login .actions button.button span {
  background: #618499;
  border-color: #406a83;
}
.block.block-poll.first-block {
  background: 0;
  border: 1px solid #e9e9e9;
  padding: 20px;
}
.block.block-poll.first-block .block-title {
  color: #000000;
  font-size: 18px;
  line-height: inherit;
  margin: 0 0 20px;
  min-height: inherit;
  text-indent: 0;
}
.block.block-poll.first-block .block-content {
  padding: 0;
}
.block.block-poll.first-block .block-content .block-subtitle {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  padding: 0;
}
.block.block-poll .block-content li {
  padding: 0 0 10px 0;
}
.block.block-poll .block-content li input.radio {
  float: left;
  margin: 5px 5px 0 0;
}
.block.block-poll .block-content li span {
  color: #656565;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
.block.block-poll .block-content .actions {
  margin: 5px 0 0;
  text-align: center;
}
.block.block-poll .block-content .answer {
  font-weight: bold;
}
.block.block-poll .block-content .votes {
  float: right;
  margin-left: 10px;
}
.block.block-poll #poll-answers .label {
  background: 0;
  float: none;
  text-align: left;
}
.block-reorder li.item {
  padding: 7px 0;
}
.block-reorder li.item .product-name {
  margin: 0 0 0 20px;
  border-bottom: 0;
  text-align: left;
  font-size: 14px;
}
.block-reorder li.item .product-name a {
  color: #272727;
  font-weight: 400;
}
.block-reorder li.item .product-name a:active,
.block-reorder li.item .product-name a:focus,
.block-reorder li.item .product-name a:hover {
  color: #6ab344;
  text-decoration: none;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
.block-reorder input.checkbox {
  float: left;
  margin: 7px -15px 0 0;
}
.block-reorder .actions a {
  margin: 0;
  padding: 10px 0;
  float: right;
}
.block-viewed .product-name {
  text-align: left;
  border-bottom: 0;
}
.block-progress {
  padding: 0;
  border: 0;
  margin: 55px 0 0;
}
.block-progress .block-title {
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  text-align: left;
  background: #ddd;
  font-size: 14px;
  min-height: 43px;
  line-height: 43px;
  margin: 0;
  padding: 0;
}
.block-progress .block-title strong {
  font-weight: 700;
}
.block-progress .block-title span {
  margin: 0 0 0 20px;
}
.block-progress .block-content {
  background: #fff;
  font-size: 14px;
  padding: 0;
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
}
.block-progress .block-content dt {
  font-weight: 700;
  padding: 10px;
}
.block-progress .block-content dd {
  border-top: 0;
  margin: 0 0 10px;
  padding: 10px;
}
.block-progress .block-content dd.complete {
  border: 0;
  margin: 0 20px 0 0;
}
.block-progress .block-content dd.complete a {
  color: #6ab344;
}
.block-progress .block-content .cards-list .info-table th {
  font-weight: normal;
}
.block-progress .block-content .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .block-content .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-subscribe .form-subscribe-header {
  font-size: 15px;
  color: #9e9e9e;
  font-weight: 500;
}
.block-subscribe .input-box {
  display: block;
  margin: 32px 0 10px;
}
.block-subscribe .input-box input.input-text {
  height: 39px;
  line-height: 39px;
  padding: 0 5px;
  color: #9e9e9e;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  min-width: 275px;
  margin: 0 10px 0 0;
}
.block-subscribe button.button,
.block-subscribe button.form-button {
  background: #6ab344;
  border: 0;
  float: right;
  line-height: 36px;
  min-height: 40px;
  height: 40px;
  padding: 0 15px;
}
.block-subscribe .validation-advice {
  position: absolute;
  max-width: 280px;
}
.block-related .block-content li.item {
  padding: 15px 0;
  position: relative;
}
.block-related .block-content li.item .product-image {
  float: left;
  margin: 0 10px 0 0;
}
.block-related .block-content li.item .product-details {
  padding: 0 0 0 90px;
}
.block-related .block-content li.item .product-name {
  height: auto;
  margin: 0 0 5px;
  line-height: 100%;
  font-size: 12px;
  border-bottom: 0;
}
.block-related .block-content li.item .checkbox {
  float: left;
  margin: 8px 5px 0 0;
}
.block-tags .block-content a {
  color: #272727;
}
.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.block-tags .block-content .actions {
  text-align: right;
}
.block-tags .block-content .actions a {
  float: right;
  margin: 20px 0 0;
}
.block-tags .block-content .actions a:active,
.block-tags .block-content .actions a:focus,
.block-tags .block-content .actions a:hover {
  float: right;
  margin: 20px 0 0;
}
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}
.box-up-sell {
  float: left;
  width: 100%;
}
.box-up-sell .block-title {
  max-width: 1130px;
  margin: auto;
  text-align: left;
}
.box-up-sell .block-title h2 {
  margin: 0;
  position: relative;
  color: #ff3333;
  background: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 60px;
  min-height: 60px;
  text-transform: uppercase;
}
.box-up-sell .block-content .products-grid li.item .inner {
  border-bottom: 0;
}
.btn-edit {
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  display: block;
  font-size: 0;
  height: 11px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 11px;
}
.btn-previous {
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  display: block;
  font-size: 0;
  height: 11px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 11px;
}
.btn-remove {
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  display: block;
  font-size: 0;
  height: 12px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 12px;
}
.btn-remove2 {
  background: url(../images/btn_trash.png) 0 0 no-repeat;
  display: block;
  font-size: 0;
  height: 16px;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -999em;
  width: 16px;
}
.buttons-set {
  clear: both;
  margin: 30px 0 0;
  padding: 0;
  text-align: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}
.buttons-set p.required {
  margin: 0 0 10px;
  text-align: left;
}
.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.cards-list dt {
  margin: 5px 0 0;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 20px 0 0;
}
.cart .paypal-or {
  line-height: 2.3;
  margin: 0 8px;
}
.cart button.button {
  line-height: 35px;
  min-height: 35px;
  background: #606d78;
}
.cart button.button.btn-checkout {
  max-width: 240px;
}
.crosssell .block-title {
  max-width: 1130px;
  margin: auto;
  text-align: left;
}
.crosssell .block-title h2 {
  margin: 0;
  position: relative;
  color: #ff3333;
  background: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 60px;
  min-height: 60px;
  text-transform: uppercase;
}
.crosssell .block-content {
  background: none;
  border-top: 1px solid #e5e5e5;
  padding: 45px 0 95px;
}
.crosssell .block-content .products-grid {
  border: 0;
}
.crosssell .block-content .products-grid .inner {
  margin: 0 5px;
}
.crosssell .block-content li {
  width: 25%;
}
.discount {
  padding: 0;
  border: 0;
}
.discount .block-title {
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  text-align: left;
  background: #ddd;
  font-size: 14px;
  min-height: 43px;
  line-height: 43px;
  margin: 0;
  padding: 0;
}
.discount .block-title strong {
  font-weight: 700;
}
.discount .block-title span {
  margin: 0 0 0 20px;
}
.discount .discount-form {
  background: #fff;
  font-size: 14px;
  padding: 0;
  text-align: left;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
  color: #666;
}
.discount .discount-form li.item {
  padding: 10px 0px;
}
.discount .discount-form li.item .input-box {
  margin: 8px 0 0;
  width: 100%;
}
.discount .discount-form li.item .input-box .input-text {
  width: 100%;
}
.discount .discount-form .buttons-set {
  border: 0;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
}
.discount .discount-form .buttons-set button.button {
  float: none;
  margin-left: 0;
}
.discount .discount-form .buttons-set button.button:last-child {
  margin: 10px 0 0;
}
.shipping {
  padding: 0;
  border: 0;
}
.shipping .block-title {
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  text-align: left;
  background: #ddd;
  font-size: 14px;
  min-height: 43px;
  line-height: 43px;
  margin: 0;
  padding: 0;
}
.shipping .block-title strong {
  font-weight: 700;
}
.shipping .block-title span {
  margin: 0 0 0 20px;
}
.shipping .shipping-form {
  background: #fff;
  font-size: 14px;
  padding: 0;
  text-align: left;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
  color: #666;
}
.shipping .shipping-form li.item {
  padding: 10px 0px;
}
.shipping .shipping-form .input-box {
  margin: 8px 0 0;
  width: 100%;
}
.shipping .shipping-form input.radio {
  margin-top: -4px;
}
.shipping .shipping-form .buttons-set {
  border: 0;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
}
.shipping .shipping-form .buttons-set button.button {
  display: inline-block;
  float: none;
  margin: auto;
  max-width: 220px;
}
.cart .cart-collaterals .col1-set {
  float: left;
  margin: 20px 0 0 0;
  width: 100%;
}
.cart .cart-collaterals .col2-set {
  float: left;
  margin: 25px 0;
  width: 67%;
}
.cart .cart-collaterals .totals {
  float: right;
  margin: 25px 0 0;
  width: 31% !important;
}
.cart .cart-collaterals .totals .block-totals {
  margin: 0;
}
.cart .cart-collaterals .totals .block-totals .block-title {
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  text-align: left;
  background: #ddd;
  font-size: 14px;
  min-height: 43px;
  line-height: 43px;
  margin: 0;
  padding: 0;
}
.cart .cart-collaterals .totals .block-totals .block-title strong {
  font-weight: 700;
}
.cart .cart-collaterals .totals .block-totals .block-title span {
  margin: 0 0 0 20px;
}
.cart .cart-collaterals .totals .block-totals .block-content {
  border: 1px solid #ddd;
  border-top: 0;
}
.cart .cart-collaterals .totals table {
  width: 100%;
}
.cart .cart-collaterals .totals table th,
.cart .cart-collaterals .totals table td {
  padding: 10px 20px;
  text-align: left !important;
  border-bottom: 1px solid #ddd;
  font-size: 110%;
}
.cart .cart-collaterals .totals table th strong,
.cart .cart-collaterals .totals table td strong {
  text-transform: uppercase;
}
.cart .cart-collaterals .totals ul.checkout-types {
  margin: 0;
  padding: 20px;
  width: 100%;
}
.cart .cart-collaterals .totals ul.checkout-types li {
  background: none;
  clear: both;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.cart .cart-collaterals .totals ul.checkout-types li .button {
  background: #6ab344;
  display: inline-block;
  float: none;
  width: 100%;
}
.cart .cart-collaterals .totals ul.checkout-types li .button:focus,
.cart .cart-collaterals .totals ul.checkout-types li .button:hover {
  background: #000;
}
.cart .cart-collaterals .totals ul.checkout-types li big {
  font-weight: 700;
}
/* Checkout Types */
.cart-content {
  padding: 0;
}
.cart-content .data-table tbody td:first-of-type {
  border-right: 0;
  padding: 20px 0 20px 20px;
}
.cart-content .data-table tbody td:nth-of-type(2) {
  padding: 20px 20px 20px 0;
}
.cart-content .data-table tbody th,
.cart-content .data-table tbody td {
  vertical-align: middle;
}
.cart-content .product-image {
  float: left;
  margin: 0 10px 0 0;
}
.cart-empty-content {
  background: #fff;
  padding: 20px;
}
/* MAP Popup*/
.cart-msrp-totals {
  color: red;
  font-size: 12px!important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.cart-table td,
.cart-table th {
  padding: 20px;
}
.cart-table td a,
.cart-table th a {
  color: #000;
}
.cart-table td a:active,
.cart-table th a:active,
.cart-table td a:focus,
.cart-table th a:focus,
.cart-table td a:hover,
.cart-table th a:hover {
  color: #6ab344;
  text-decoration: none;
}
.cart-table .icon-remove {
  font-size: 120%;
}
.cart-table input.input-text {
  padding: 7px 2px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cart-table .btn-continue {
  background: #666;
  float: left;
}
.cart-table .btn-update {
  background: #666;
  float: right;
  margin-left: 10px;
}
.cart-table .btn-empty {
  background: #666;
  float: right;
}
.cart-table .item-msg {
  color: #6ab344;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0;
}
.cart-table .item-options {
  margin: 5px 0 0;
}
.cart-table .product-name {
  border-bottom: 0;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  line-height: 100%;
  text-align: left;
}
/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline!important;
  font-weight: normal !important;
}
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-total {
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
  display: block;
  padding-right: 20px;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}
/*compare*/
.catalog-product-compare-index {
  background: #fff !important;
  padding: 20px;
}
.catalog-product-compare-index .link-reorder,
.catalog-product-compare-index .link-print,
.catalog-product-compare-index .link-cart {
  color: #6ab344;
  padding: 0 20px 0 0;
}
.catalog-product-compare-index .page-title {
  text-align: right;
}
.catalog-product-compare-index .page-title a.link-print {
  float: right;
}
.catalog-product-compare-index .price-box .special-price,
.catalog-product-compare-index .price-box .old-price {
  display: inline-block;
  float: none;
  margin: 0 2px;
}
/* Centinel */
.centinel .authentication {
  background: #fff;
  border: 1px solid #ebebeb;
}
.centinel .authentication iframe {
  background: transparent!important;
  border: 0!important;
  height: 400px;
  margin: 0!important;
  padding: 0!important;
  width: 99%;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  color: #666;
  font-weight: bold;
}
.checkout-agreements .agreement-content {
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
  height: 12em;
  overflow: auto;
  padding: 10px;
}
/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-content {
  padding: 20px;
}
/*multi checkout*/
.multiple-checkout .box {
  margin: 0;
  padding: 10px;
}
.multiple-checkout .new-address {
  float: right;
  margin: -30px 0 0;
  position: relative;
  z-index: 10;
}
.multiple-checkout .box h2 {
  color: #6ab344;
}
.multiple-checkout .col2-set {
  background: #fff;
  border: 1px solid #ebebeb;
  margin: 0 0 40px;
  padding: 20px;
}
.multiple-checkout .col2-set:last-child {
  margin: 0;
}
.multiple-checkout .col2-set h2.legend {
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px 15px 0;
  position: relative;
  width: 100%;
}
.multiple-checkout .col2-set h2.legend.billing {
  border-top: 1px solid #ebebeb;
}
.multiple-checkout .col2-set h3.legend {
  color: #797979;
  margin: 0 0 10px;
}
.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.multiple-checkout .col3-set {
  background: #fff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px;
}
.multiple-checkout .buttons-set {
  margin: 0;
  padding: 20px 0;
}
.multiple-checkout .data-table .icoremove {
  color: #6ab344;
  font-size: 120%;
  font-weight: bold;
}
.multiple-checkout .data-table .icoremove:active,
.multiple-checkout .data-table .icoremove:focus,
.multiple-checkout .data-table .icoremove:hover,
.multiple-checkout .data-table .product-name a:active,
.multiple-checkout .data-table .product-name a:focus,
.multiple-checkout .data-table .product-name a:hover {
  color: #000;
  text-decoration: none;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
/* Step 1 */
.multiple-checkout .tool-tip {
  margin-top: -120px;
  right: 20px;
  top: 50%;
}
.multiple-checkout h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 10px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  color: #6ab344;
  font-size: 100%;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-align: left;
  border-bottom: 0;
}
.multiple-checkout .data-table .product-name a {
  color: #272727;
  font-size: 100%;
  text-align: left;
}
.multiple-checkout .data-table .product-name a:active,
.multiple-checkout .data-table .product-name a:focus,
.multiple-checkout .data-table .product-name a:hover {
  color: #6ab344;
}
/* Step 2 */
.gift-messages-form .form-list {
  overflow: hidden;
  width: 100%;
}
.gift-messages-form .form-list .field {
  width: 230px;
}
.gift-messages-form .form-list .input-box {
  width: 215px;
}
.gift-messages-form .form-list .input-box .input-text {
  width: 209px;
}
.gift-messages-form .form-list li {
  margin-right: -15px;
}
.gift-messages-form .form-list li.wide .input-box {
  width: 445px;
}
.gift-messages-form .form-list li.wide textarea {
  width: 439px;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  font-size: 1.5em;
  height: auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.multiple-checkout .place-order .grand-total .back-link {
  float: left;
  font-size: 13px;
  margin: 9px 20px;
}
.multiple-checkout .place-order .grand-total .inner {
  margin: 0;
  width: 100%;
  float: left;
  height: auto;
  padding: 0;
  text-align: right;
}
.multiple-checkout .place-order .grand-total div {
  display: inline;
  float: right;
  vertical-align: top;
  clear: both;
}
.multiple-checkout .place-order .grand-total .price {
  color: #6ab344;
  font-size: 110%;
  font-weight: bold;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  font-weight: bold;
  line-height: 45px;
  margin-right: 0;
  float: right;
}
.multiple-checkout .place-order .grand-total .button {
  float: none;
  vertical-align: middle;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 20px 7px 0 0;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
.checkout-multishipping-overview .data-table td {
  vertical-align: middle;
}
.checkout-multishipping-overview .data-table tfoot th,
.checkout-multishipping-overview .data-table tfoot td {
  border-top: 1px solid #ddd !important;
  border-bottom: 0 !important;
  font-weight: 700;
}
.checkout-multishipping-overview .data-table tfoot th:first-of-type,
.checkout-multishipping-overview .data-table tfoot td:first-of-type {
  border-right: 1px solid #ddd !important;
}
.checkout-multishipping-overview .data-table tfoot td.last:first-of-type {
  border-right: 0 !important;
}
.checkout-multishipping-overview .data-table tfoot th:last-of-type,
.checkout-multishipping-overview .data-table tfoot td:last-of-type {
  border-top: 1px solid #ddd !important;
  border-bottom: 0 !important;
  font-weight: 700;
}
.checkout-multishipping-shipping .box-sp-methods {
  padding: 10px;
  position: relative;
}
.checkout-multishipping-billing .multiple-checkout .col2-set,
.checkout-multishipping-shipping .multiple-checkout .col2-set {
  border-top: 1px solid #ddd;
  margin: 0px 0px 20px 0px;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
  display: none;
  height: 41px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -20px;
  width: 178px;
}
.checkout-progress {
  margin: 0 0 20px;
  padding: 0;
}
.checkout-progress li {
  border-top: 5px solid #333;
  float: left;
  color: #333;
  font-weight: bold;
  margin: 0;
  padding: 13px 0;
  text-align: center;
  width: 20%;
}
.checkout-progress.active {
  color: #6ab344;
  border-top-color: #6ab344;
}
/* Configured price */
.configured-price {
  margin: 0;
}
.configured-price .price {
  font-weight: bold;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.content-multishipping {
  float: left;
  padding: 20px;
  width: 96%;
}
.content-multishipping .data-table tfoot tr td.a-right span.price {
  display: block;
  text-align: left;
}
.content-multishipping table tfoot th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.customer-account-forgotpassword .buttons-set {
  margin: 30px 20px 20px;
}
.customer-account-logoutsuccess #jm-current-content p {
  padding: 20px 20px;
}
.cvv-what-is-this {
  cursor: help;
  font-size: 11px;
  margin-left: 10px;
}
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}
.dashboard .box .box-title {
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  padding: 0 0 5px;
  text-align: right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}
.dashboard .box .box-title h4 {
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .box-account {
  margin: 0 0 20px;
}
.dashboard .box-account .details {
  margin-left: 20px;
}
.dashboard .box-account .details .product-name {
  text-align: left;
  border-bottom: 0;
}
.dashboard .box-account .details .product-name a {
  color: #272727;
}
.dashboard .box-account .box-head {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px;
  text-align: right;
}
.dashboard .box-account .box-head h2 {
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #000;
  float: left;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .number {
  background: #6ab344;
  color: #fff;
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
.dashboard .box-tags .number {
  background: #6ab344;
  color: #fff;
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0px 0 0;
  padding: 2px 3px;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
/* Data Table */
.data-table {
  border: 1px solid #ddd;
  width: 100%;
}
.data-table .product-name {
  border-bottom: 0;
  color: #272727;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  width: 100%;
}
.data-table .product-name a {
  color: #272727;
  text-decoration: none;
}
.data-table .product-name a:active,
.data-table .product-name a:focus,
.data-table .product-name a:hover {
  color: #6ab344;
}
.data-table .price-box {
  text-align: left;
}
.data-table .even {
  background: #ffffff;
}
.data-table .odd {
  background: #ffffff;
}
.data-table tbody td .option-label {
  font-style: italic;
  font-weight: bold;
}
.data-table tbody td .option-value {
  padding-left: 10px;
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.data-table tbody tr.last td {
  border-bottom: 0 !important;
}
.data-table tbody tr.last th:first-of-type {
  border-bottom: 0 !important;
}
.data-table tbody.even tr {
  background: #ffffff !important;
}
/* Bundle products tables */
.data-table tbody.odd tr {
  background: #ffffff !important;
}
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
  border-bottom: 0;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom: 1px solid #ddd;
}
.data-table td {
  padding: 20px;
}
.data-table td .price {
  font-size: 16px;
}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {
  border-right: 0;
}
.data-table td:last-of-type {
  border-right: 0;
}
.data-table tfoot {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.data-table tfoot td {
  border-top: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 0 !important;
  border-right: 1px solid #ddd;
  font-weight: 700;
}
.data-table th {
  font-weight: 700;
  padding: 10px 20px;
}
.data-table thead th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #212121;
  font-weight: 700;
  vertical-align: middle;
  white-space: nowrap;
}
.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap;
}
.data-table thead th a,
.data-table thead th a:hover {
  color: #ffffff;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table thead tr th:last-of-type {
  border-right: 0 !important;
}
/* Demo Notice */
.demo-notice {
  background: #6ab344;
  border: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.15;
  margin: 0;
  padding: 6px 10px;
  text-align: center;
}
.demo-notice .notice-inner {
  background: none;
  padding: 0;
  text-align: center;
  width: auto;
}
.demo-notice .notice-inner p {
  border: 0;
  padding: 0;
}
.divider {
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  clear: both;
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: 10px 0;
  overflow: hidden;
  text-indent: -999em;
}
/* Email to a Friend */
.email-friend {
  margin: 0px 0px 7px 0px;
}
.error {
  color: red;
  font-weight: bold;
}
.error-msg {
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  border-color: #6ab344;
  color: #6ab344;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  background-position: 10px 11px!important;
  background-repeat: no-repeat !important;
  border-style: solid!important;
  border-width: 1px!important;
  font-size: 11px!important;
  font-weight: bold!important;
  min-height: 24px!important;
  padding: 8px 8px 8px 32px !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.fieldset {
  background: #fff;
  border: 1px solid #ebebeb;
  margin: 28px 0;
  padding: 22px 25px 12px 33px;
}
.fieldset .legend {
  background: #fff;
  float: left;
  font-size: 17px;
  font-weight: bold;
  margin: -35px 0 0 -10px;
  padding: 2px 9px;
  position: relative;
}
.f-left,
.left {
  float: left !important;
}
.f-none {
  float: none !important;
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}
.form-list .customer-dob .dob-year {
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  color: #b6b6b6;
  font-size: 10px;
  font-weight: normal;
}
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .field {
  float: left;
  /*width: 275px;*/
}
.form-list .input-box {
  clear: both;
  display: block;
  /*width: 260px;*/
}
.form-list .input-range input.input-text {
  width: 74px;
}
.customer-name-middlename .name-middlename,
.customer-name-middlename .field {
  float: left;
  clear: both;
  width: 275px;
}
.form-list .customer-name-middlename .name-firstname .input-box input.input-text {
  width: 254px;
}
.form-list .name-middlename input.input-text {
  width: 49px;
}
.form-list .name-prefix {
  width: 65px;
}
.form-list .name-prefix input.input-text {
  width: 49px;
}
.form-list .name-prefix select {
  width: 55px;
}
.form-list .name-suffix {
  width: 65px;
}
.form-list .name-suffix input.input-text {
  width: 49px;
}
.form-list .name-suffix select {
  width: 55px;
}
.form-list input.input-text {
  width: 254px;
}
.form-list label {
  color: #666;
  float: left;
  margin: 0px 0px 3px 0px;
  position: relative;
  z-index: 0;
}
.form-list label.required em {
  color: red;
  float: right;
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 0;
}
/* Form lists */
.form-list li {
  list-style: none;
  margin: 0 0 15px;
}
.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  float: left;
  margin: 6px 5px 0 0;
}
.form-list li.control label {
  float: none;
}
.form-list li.wide .input-box {
  width: 535px;
}
.form-list li.wide input.input-text {
  width: 529px;
}
.form-list li.wide select {
  width: 535px;
}
.form-list li.wide textarea {
  width: 529px;
}
.form-list select {
  width: 255px;
}
.customer-address-form .form-list select {
  width: 253px;
}
.form-list textarea {
  height: 10em;
  width: 254px;
}
.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
  width: 260px;
}
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px;
}
.form-list-narrow li.wide select {
  width: 260px;
}
.f-right,
.right {
  float: right !important;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Order Gift Message */
.gift-message dt strong {
  color: #666666;
}
.gift-message-link {
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  font-size: 11px;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  float: right;
  font-size: 0;
  height: 16px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 16px;
}
/* Gift Messages */
.gift-messages {
  margin: 15px 0 0;
}
.gift-messages h3 {
  color: #6ab344;
  font-size: 12px;
  font-weight: bold;
}
.gift-messages p.control {
  color: #8e8d8b;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list .input-box input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-messages-form .item .number {
  color: #8e8d8b;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form h4 {
  color: #6ab344;
  font-size: 12px;
  font-weight: bold;
}
.gift-messages-form label {
  float: none!important;
  position: static !important;
}
/* Global site notices */
.global-site-notice {
  background: #ffff90;
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}
.global-site-notice .notice-inner {
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  text-align: left;
  width: 860px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}
.global-site-notice .notice-inner p {
  border: 1px dotted #cccc73;
  margin: 0;
  padding: 10px;
}
/* guest select */
.guest-select {
  width: 305px !important;
}
/* Tools */
.hidden {
  border: 0!important;
  display: block!important;
  font-size: 0!important;
  height: 0!important;
  line-height: 0!important;
  margin: 0!important;
  overflow: hidden!important;
  padding: 0!important;
  width: 0 !important;
}
/* Generic Info Box */
.info-box {
  padding: 10px;
}
.info-inner {
  font-size: 14px;
  padding: 40px 0px 0px 0px;
}
.info-inner p {
  float: left;
  margin: 0px 0px 40px 0px;
  width: 835px;
}
.info-inner2 {
  float: right;
  width: 270px;
}
.info-inner2 .list-info {
  margin: 0px 0 0;
}
.info-inner2 .list-info li {
  padding: 5px 0;
}
.info-inner2 .list-info li em {
  float: left;
  height: 28px;
  margin: 3px 10px 0 0;
}
.info-inner2 .list-info li span {
  font-weight: bold;
}
/* Generic Info Set */
.info-set {
  border: 1px solid #ebebeb;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #6ab344;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
.info-set .data-table .product-name {
  font-size: 1em!important;
  font-weight: bold !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set h2 {
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
.info-set h2.legend {
  border-bottom: 1px solid #ebebeb;
  margin: -20px -20px 15px;
  padding: 5px 10px;
  position: relative;
}
.info-set h3,
.info-set h4 {
  color: #333;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h3.legend {
  color: #333;
  margin: 0 0 10px;
}
.info-table td {
  padding: 2px 0;
}
.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.item-options dd {
  margin: 0 0 6px;
  padding-left: 10px;
}
/* Options Tool Tip */
.item-options dt {
  font-style: italic;
  font-weight: bold;
}
/*PRODUCT TABS */
ul.jm-tab-navigator {
  float: left;
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
}
ul.jm-tab-navigator li {
  background: #f5f5f5;
  border: 1px solid #eee;
  float: left;
  line-height: 39px;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  width: auto;
}
ul.jm-tab-navigator li a {
  border: none;
  color: #666;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 39px;
  margin: 0;
  padding: 0 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
ul.jm-tab-navigator li a:hover,
ul.jm-tab-navigator li a:focus,
ul.jm-tab-navigator li a:active {
  text-decoration: none;
}
ul.jm-tab-navigator li.active {
  color: #fff;
}
ul.jm-tab-navigator li.active a {
  background: #6ab344;
  color: #fff;
  text-decoration: none;
}
.jm-tab-content {
  background: none;
  color: #8c8c8c;
  margin: 0;
  min-height: 88px;
  padding: 45px 95px 50px;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
}
.jm-tab-content h2 {
  font-size: 14px;
  line-height: 100%;
  margin: 20px 0 10px;
  text-transform: uppercase;
}
.cms-home #tabs_content {
  border: 1px solid #e5e5e5;
  padding: 0;
  -webkit-box-shadow: 0px 0px 0px 1px #fcfcfc inset;
  box-shadow: 0px 0px 0px 1px #fcfcfc inset;
}
.cms-home .jm-tab-content {
  padding: 0;
}
.cms-home .jm-tabs-title-top ul.jm-tabs-title {
  padding: 0;
}
.jmajmxloading {
  display: none;
}
.jm-info {
  background: url('../images/bg-payment.png') top center no-repeat;
  float: left;
  height: 17px;
  padding: 0;
  width: 196px;
}
.jm-legal {
  float: left;
  line-height: 17px;
}
/* Category Page */
.category-title {
  display: none !important;
}
.category-description.std,
.category-image {
  display: none;
}
.jm-masshead {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 332px;
  width: 100%;
  margin: 0;
}
.jm-masshead .main {
  position: relative;
  min-height: 332px;
}
.jm-masshead .main .jm-masshead-title {
  bottom: 60px;
  color: #fff;
  font-size: 48px;
  left: 0;
  letter-spacing: 3px;
  line-height: 100%;
  padding-bottom: 25px;
  position: absolute;
  text-transform: uppercase;
  background: url('../images/bg-masshead-title.png') no-repeat left bottom;
}
.jm-masshead .main .jm-masshead-desc {
  display: none;
}
.masshead-info {
  background: url("../images/masshead-contact.jpg") top left no-repeat;
  min-height: 511px;
  width: 100%;
  background-size: cover;
}
.masshead-info .masshead-conntact {
  width: 468px;
  min-height: 208px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  bottom: 130px;
  padding: 40px;
  font-size: 14px;
  font-weight: 300;
}
.masshead-info .masshead-conntact .title {
  background: url('../images/bg-title-contact.png') no-repeat left bottom;
  font-size: 18px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
/* JM products list on category page */
.link-reorder,
.link-print,
.link-cart {
  color: #6ab344;
  font-weight: bold;
}
.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  line-height: 14px;
  padding-left: 18px;
  white-space: nowrap;
}
/* Misc */
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  background: none!important;
  padding-right: 0 !important;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  text-align: left;
  text-shadow: 0 1px 0 #ffffff;
}
.map-popup {
  background: #fff;
  border: 1px solid #bababa;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 300px;
  z-index: 100;
  box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -moz-box-shadow: 0 0 6px #cccccc;
}
.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  height: 10px;
  left: 50%;
  position: absolute;
  top: -10px;
  width: 19px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  height: 15px;
  position: absolute;
  right: 10px;
  text-indent: -9999em;
  top: 8px;
  width: 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  -box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999999;
}
.map-popup-content {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 10px;
  text-align: left;
  width: 280px;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 #f6f6f6;
  white-space: nowrap;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ebebeb;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.messages {
  overflow: hidden;
  width: 100%;
}
.messages li {
  margin: 0 !important;
}
.messages li li {
  margin: 0 0 3px !important;
}
.messages,
.messages ul {
  list-style: none!important;
  margin: 0!important;
  padding: 0 !important;
}
ul.messages {
  margin: 0 0 20px !important;
}
/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  color: #1e7ec8;
  font-weight: normal;
}
.more-info {
  display: none;
}
.my-account {
  padding: 0;
}
.my-account .page-title {
  margin: 0;
}
.my-account .page-title.title-buttons .link-rss {
  float: none;
  margin: 0;
}
.my-account .page-title.title-buttons button {
  margin: 0;
}
.my-account #my-orders-table {
  margin: 0 0 15px 0;
}
.my-account #my-orders-table .ratings {
  margin: 0px 0px 10px 0px;
}
.my-account #my-orders-table .ratings .rating-box {
  display: block;
  float: none;
  margin: 5px auto;
}
.my-account .pager {
  margin: 0 0 15px 0;
}
.my-account .pager .amount {
  float: left;
  margin: 2px 0 0 0;
}
.my-account .pager .limiter select {
  padding: 2px;
}
.my-account a.link-print,
.my-account a.link-reorder {
  display: inline-block;
  margin: 5px 0 0;
  text-transform: capitalize;
}
.my-account .limiter {
  border-left: 0 none;
  border-right: 0 none;
  float: right;
  padding: 0;
  width: 145px;
}
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}
#my-tags-table td.last {
  width: 150px;
}
.my-wishlist .buttons-set {
  margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
  float: none;
  background: #606d78;
}
.my-wishlist .cart-cell {
  text-align: center;
}
.my-wishlist .cart-cell .price-box {
  text-align: center;
}
.my-wishlist .data-table .link-edit {
  display: block;
  margin: 5px 0 0;
}
.my-wishlist .data-table a:active,
.my-wishlist .data-table a:focus,
.my-wishlist .data-table a:hover {
  color: #000000;
  text-decoration: none;
}
.my-wishlist .data-table th:nth-of-type(3) {
  text-align: center;
}
.my-wishlist .data-table td {
  vertical-align: middle;
}
.my-wishlist .data-table td:nth-of-type(2) {
  width: 300px;
}
.my-wishlist .description .inner {
  margin: 10px 0 !important;
  padding: 0px !important;
}
.my-wishlist .data-table .input-text.qty {
  padding: 7px 2px;
  margin: 2px 0px 0px 0px;
  text-align: center;
}
.my-wishlist .product-image {
  display: block;
  margin: 0;
}
.my-wishlist textarea {
  display: block;
  min-height: 160px;
  width: 97%;
}
.opc {
  position: relative;
}
.opc .section {
  border: 1px solid #ddd;
  clear: both;
  display: block;
  float: left;
  margin: 10px 0;
  width: 100%;
}
.opc .section .step-title {
  background: #f7f7f7;
  padding: 10px 20px;
  text-align: right;
}
.opc .section .step-title .number {
  color: #212121;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
}
.opc .section .step-title h2 {
  color: #212121;
  float: left;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.opc .section .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}
.opc .section.allow .step-title {
  background: #ebebeb;
  cursor: pointer;
}
.opc .section.allow .step-title .number {
  color: #535353;
}
.opc .section.active .step-title {
  background-color: #6ab344;
}
.opc .section.active .step-title .number {
  color: #fff;
}
.opc .section.active .step-title h2 {
  color: #fff;
}
.opc .section .step {
  background: #fff;
  border-top: 0;
  padding: 20px;
  position: relative;
}
.opc .step .order-review .buttons-set {
  padding: 20px;
}
.opc .step .order-review .buttons-set button.button {
  padding: 0 30px;
  width: auto;
}
.opc .step .order-review .data-table thead tr th:last-of-type {
  padding-right: 20px;
  text-align: right !important;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em;
}
.opc .buttons-set .back-link a {
  background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
  padding-left: 16px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .centinel {
  border: 1px solid #ebebeb;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}
.opc .checkout-agreements {
  border: 1px solid #ebebeb;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .gift-messages-form {
  background: #f6f1eb;
  border: 1px solid #eeeded;
  border-width: 1px 0;
  margin: 0 -30px;
  padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
  height: 260px;
  overflow: auto;
  padding: 5px;
}
.opc .ul {
  list-style: disc outside;
  padding-left: 18px;
}
.options-list .checkbox .label label {
  margin-bottom: 10px;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-additional {
  margin: 15px 0;
}
.order-date {
  margin: 10px 0;
}
.order-details .data-table tbody.odd tr {
  background: none !important;
}
.order-details .data-table thead th.a-right,
.order-details .data-table tbody td.a-right,
.order-details .data-table tfoot td.last.a-right {
  text-align: center !important;
}
.order-info {
  margin: 0 0 8px;
}
.order-info .current {
  font-weight: bold;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info li {
  margin: 0 3px;
}
.order-info-box {
  border: 1px solid #ebebeb;
  margin: 0 0 15px;
  padding: 12px 15px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-info-box h2 {
  font-size: 100%;
  font-weight: bold;
}
.order-items {
  width: 100%;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.order-items .product-name {
  font-size: 1em!important;
  font-weight: bold !important;
}
.order-items h2,
.order-items h3 {
  clear: none;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}
.page-popup .link-print {
  background: url(../images/i_print.gif) 0 0px no-repeat;
  color: #6ab344;
  font-weight: bold;
  padding: 2px 0 2px 25px;
}
/* Layout */
.page-popup,
.page-empty,
.page-print {
  padding: 25px 30px;
  text-align: left;
}
/* Order Print Pages */
#my-orders-table td:last-of-type,
#my-orders-table tr.first.last th:last-of-type {
  text-align: left !important;
}
.page-print {
  background: none !important;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline-block;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
.page-print .data-table thead th,
.page-print .data-table tbody.odd tr {
  color: #000 !important;
  background: none !important;
  border-bottom: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}
/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}
.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
/* Sitemap */
.page-sitemap .links {
  margin: 0 8px -22px 0;
  text-align: right;
}
.page-sitemap .links a {
  position: relative;
  text-decoration: none;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 20px 0;
  list-style: disc;
}
.page-sitemap .sitemap a {
  color: #333;
}
.page-sitemap .sitemap a:active,
.page-sitemap .sitemap a:focus,
.page-sitemap .sitemap a:hover {
  color: #6ab344;
  text-decoration: none;
}
.page-sitemap .sitemap li {
  margin: 5px 0;
  list-style: none;
}
.page-sitemap .sitemap li.level-0 {
  font-weight: bold;
  margin: 10px 0 0;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}
/* Page Heading */
.page-title {
  color: #000;
  height: auto;
  line-height: 100%;
  margin: 0;
  padding: 0 0 20px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title h1,
.page-title h2 {
  color: #000;
  font-size: 24px;
  height: auto;
  line-height: 100%;
  margin: 0;
  text-transform: uppercase;
}
/*Paypal Express Review*/
.paypal-review-order {
  padding: 20px 0px 0px 0px;
}
.paypal-review-order .buttons-set button.button {
  padding: 0 30px;
  width: auto;
}
.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}
.paypal-express-review .form-list .input-box {
  width: auto;
}
.paypal-express-review .form-list select {
  width: 267px;
}
.paypal-shipping-method {
  position: relative;
  left: -106%;
}
.paypal-shipping-method select {
  width: 267px !important;
}
/*tabs*/
.product-collateral {
  background: #fff;
  float: left;
  width: 100%;
  position: relative;
  margin: 80px 0 0;
}
.product-collateral .box-collateral {
  margin: 0;
}
.product-collateral .box-collateral .note {
  margin: 10px 0 0 ;
}
.product-image-popup {
  margin: 0 auto;
}
.product-image-popup .buttons-set {
  border: 0;
  clear: none;
  float: right;
  margin: 0;
  padding: 0;
}
.product-image-popup .image {
  display: block;
  margin: 10px 0;
}
.product-image-popup .image-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center;
}
/* Product Options */
.product-options dd {
  margin: 0 0 20px;
}
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd input.input-text {
  width: 98%;
}
.product-options dd select {
  background: none repeat scroll 0 0 #fff;
  border-color: #eee;
  color: #333;
  float: left;
  margin: 0 10px 0 0;
}
.product-options dd select option {
  background: #fff;
  border: 0;
}
.product-options dd textarea {
  height: 8em;
  width: 98%;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.product-options dt {
  color: #6ab344;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  padding: 0 0 10px;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
}
.product-options dt label {
  color: #333333;
  float: left;
  font-weight: bold;
  margin: 0 0 10px;
  width: 100%;
}
.product-options dt label.required em {
  color: red;
  margin: 0 5px 0 0;
}
.product-options p.note {
  font-size: 11px;
  margin: 0;
}
.product-options ul.options-list {
  margin-right: 0;
}
.product-options ul.options-list .checkbox + .label label:before {
  top: -1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product-options ul.options-list .label {
  background: none;
  color: #6ab344;
  float: left;
  font-size: 13px;
  height: 14px;
  line-height: 14px;
  text-transform: none;
  width: auto;
  display: block;
  margin: 2px 0 0 10px;
  padding: 0;
}
.product-options ul.options-list .label label {
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin-right: 0;
  padding-left: 0;
  position: relative;
}
.product-options ul.options-list label {
  font-weight: normal;
}
ul#downloadable-links-list .label label {
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #3c3d41;
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: 500;
  height: inherit;
  line-height: inherit;
  min-width: inherit;
  padding: 0;
  text-align: center;
  width: auto;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
}
ul#downloadable-links-list .label a {
  font-family: 'Abel', sans-serif;
  font-size: 16px;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options-bottom .add-to-links {
  display: none;
}
.product-options-bottom .price-box {
  display: none;
}
.product-options-bottom .price-box {
  float: left;
  margin: 0;
  padding: 0;
}
.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  background: 0;
  border: 0;
  color: #6ab344;
  margin: 0;
  padding: 0 0 10px;
}
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #6ab344;
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
/********** Product Prices > */
/* Tier Prices */
.product-pricing,
.tier-prices {
  background-color: #eff5ea;
  border: 1px solid #bababa;
  color: #424242;
  margin: 10px 0;
  padding: 10px;
}
.product-rating-review {
  color: #666;
  font-size: 85%;
  font-weight: 600;
  text-transform: uppercase;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-img-box {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
  width: 175px;
}
.product-review .product-img-box .label {
  float: none;
  margin: 0 0 3px;
}
.product-review .product-img-box .product-image {
  display: block;
  height: 125px;
  margin: 0 auto 15px;
  text-align: center;
  width: 125px;
}
.product-review .product-img-box .product-image img {
  display: block;
  height: 125px;
  margin: 0 0 15px;
  text-align: center;
  width: 125px;
}
.product-review .product-img-box .ratings {
  text-align: left;
}
.product-review .product-img-box .ratings .rating-box {
  display: block;
  float: none;
  margin: 10px 0px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dd {
  margin: 5px 0 0;
}
.product-review dt {
  font-weight: bold;
}
.product-review h3 {
  font-size: 100%;
  margin: 0 0 3px;
}
.review-product-list .buttons-set {
  float: left;
  width: 100%;
}
.review-product-list .buttons-set .back-link {
  float: left;
  margin: 0 0 30px;
}
.review-product-list .product-view .add-to-box .link-compare,
.review-product-list .product-view .add-to-box .link-wishlist,
.review-product-list .product-view .product-options-bottom .link-compare,
.review-product-list .product-view .product-options-bottom .link-wishlist {
  margin: 0 10px 0 0;
}
.products-grid {
  margin: auto;
  border: 1px solid #e5e5e5;
}
.products-grid li.item {
  float: left;
  padding: 0;
}
.products-grid li.item .inner {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  height: 100%;
  text-align: center;
}

.jm-col-left #jm-main .products-grid li.item.last .inner {
  margin-right: 10px;
}

.products-grid li.item .inner .products-images {
  display: block;
  float: left;
  padding: 25px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.products-grid li.item .inner .products-images img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.products-grid li.item .inner .products-images .add-to-links {
  display: none;
}
.products-grid li.item .inner .stats-container {
  border-top: 1px solid #eaeaea;
  padding: 0 24px 25px;
  display: block;
  float: left;
  width: 100%;
}
.products-grid li.item .inner .stats-container .product-title {
  padding: 20px 0 0;
  color: #212121;
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
  font-size: 16px;
  font-family: 'Abel', sans-serif;
}
.products-grid li.item .inner .stats-container .product-title:active,
.products-grid li.item .inner .stats-container .product-title:focus,
.products-grid li.item .inner .stats-container .product-title:hover {
  color: #6ab344;
  text-decoration: none;
}
.products-grid li.item .inner .stats-container .price-box {
  display: block;
  float: left;
  margin: 15px 0 0;
  width: 100%;
}
.products-grid li.item .inner .stats-container .price-box .price-to {
  display: none;
}
.products-grid li.item .inner .stats-container .price-box .minimal-price .price-label,
.products-grid li.item .inner .stats-container .price-box .price-from .price-label {
  display: inline-block;
}
.products-grid li.item .inner .stats-container .ratings {
  float: left;
  width: 100%;
  text-align: center;
}
.products-grid li.item .inner .stats-container .ratings a {
  float: none;
  display: block;
  margin: auto;
}
.products-grid li.item .inner .stats-container .pdescription {
  float: left;
  width: 100%;
}
.products-grid li.item .inner .actions {
  display: none;
  left: 0;
  margin: 0;
  position: absolute !important;
  text-align: center;
  top: 90px;
  width: 100%;
}
.products-grid li.item .inner .actions button.button {
  clear: both;
  float: none;
  width: 165px;
  display: block;
  margin: auto;
}
.products-grid li.item .inner:active .actions,
.products-grid li.item .inner:focus .actions,
.products-grid li.item .inner:hover .actions {
  display: block;
}
.products-grid li.item .inner:active .products-images img,
.products-grid li.item .inner:focus .products-images img,
.products-grid li.item .inner:hover .products-images img {
  opacity: .3;
}
.products-list {
  margin: auto;
  max-width: 1130px;
}
.products-list li {
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: 0;
  margin: 0 !important;
}
.products-list li .inner {
  display: inline-block;
  margin: 0;
  padding: 25px;
  width: 100%;
}
.products-list li .inner .product-image {
  background: #fff;
  float: left;
  margin: 0;
  min-width: 195px;
  padding: 0;
  position: relative;
  width: 220px;
}
.products-list li .inner .product-image img {
  width: 100% !important;
}
.products-list li .inner .actions {
  display: none;
  position: absolute;
  text-align: center;
  top: 70px;
}
.products-list li .inner .actions ul.add-to-links {
  display: none;
}
.products-list li .inner .actions button.button {
  width: 165px;
}
.products-list li .inner .product-shop {
  float: left;
  margin: 0 0 0 40px;
  min-height: 180px;
  padding: 0;
  position: relative;
  width: 66%;
}
.products-list li .inner .product-shop .product-name {
  border-bottom: 0 none;
  clear: both;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.products-list li .inner .product-shop .product-name a {
  color: #000;
}
.products-list li .inner .product-shop .product-name a:active,
.products-list li .inner .product-shop .product-name a:focus,
.products-list li .inner .product-shop .product-name a:hover {
  color: #6ab344;
  text-decoration: none;
}
.products-list li .inner .product-shop .availability {
  float: left;
  margin: 3px 0 0;
}
.products-list li .inner .product-shop .price-box {
  margin: 15px 0;
  overflow: hidden;
  float: left;
}
.products-list li .inner .product-shop .price-box .old-price {
  margin-right: 5px;
}
.products-list li .inner .product-shop .desc {
  line-height: 25px;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  clear: both;
  font-family: 'Abel', sans-serif;
}
.products-list li .inner .product-shop .ratings {
  margin: 12px 0 12px 20px;
  float: left;
}
.products-list li .inner:focus img,
.products-list li .inner:hover img {
  opacity: 0.5;
}
.products-list li .inner:focus .actions,
.products-list li .inner:hover .actions {
  display: block;
}
.products-list li:first-child {
  border-top: 1px solid #eaeaea;
}
.jm-product-lemmon {
  float: left;
  /*height: 80px;*/
  padding: 0;
  position: relative;
  width: 100%;
}
.jm-product-lemmon .prev,
.jm-product-lemmon .next {
  float: left;
  height: 44px;
  width: 44px;
  position: absolute;
  top: -290px;
  z-index: 89;
  background-image: url('../images/ico-next-pre.png');
  background-repeat: no-repeat;
  cursor: pointer;
  display:none;
}
.jm-product-lemmon .prev i,
.jm-product-lemmon .next i {
  display: none;
}
.jm-product-lemmon .prev {
  left: 15px;
  background-position: 0 -44px;
}
.jm-product-lemmon .prev:active,
.jm-product-lemmon .prev:focus,
.jm-product-lemmon .prev:hover {
  opacity: .5;
}
.jm-product-lemmon .next {
  right: 15px;
  background-position: 0 -132px;
}
.jm-product-lemmon .next:active,
.jm-product-lemmon .next:focus,
.jm-product-lemmon .next:hover {
  opacity: .5;
}
.jm-product-lemmon .more-views {
  margin: 0 -5px;
}
.jm-product-lemmon .more-views ul {
  float: left;
  /*height: 80px !important;*/
  margin: 0 !important;
}
.jm-product-lemmon .more-views ul li {
  border: 1px solid #eee;
  display: block;
  float: left;
  line-height: normal;
  margin: 0 10px;
}
.jm-product-lemmon .more-views ul li a {
  float: left;
  height: 80px;
  width: 80px;
}
.jm-product-lemmon .more-views ul li a img {
  float: left;
  cursor: pointer;
  padding: 0;
  max-width: 78px;
  max-height: 78px;
}
.jm-product-lemmon .more-views ul li.active {
  border-color: #6ab344;
}
.product-view {
  clear: both;
  float: left;
  padding: 0 0 40px;
  width: 100%;
}
.product-view .product-img-box {
  float: left;
  position: relative;
  max-width: 500px;
  width: 100%;
}
.product-view .product-img-box .product-image-zoom {
  margin: 0 0 20px;
  z-index: 9;
  width: 100%;
}
.product-view .product-img-box .product-image-zoom img {
  cursor: pointer;
  width: 100%;
}
.product-view .product-img-box .product-image-zoom.mobile-images {
  display: none !important;
}
.product-view .product-shop {
  float: left;
  margin: 0 0 0 40px;
  position: relative;
  width: 300px;
}
.product-view .product-shop .product-name {
  border-bottom: 0;
  text-align: left;
}
.product-view .product-shop .product-name h1 {
  color: #212121;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin: -7px 0 0 0;
}
.product-view .product-shop .product-name a:active,
.product-view .product-shop .product-name a:focus,
.product-view .product-shop .product-name a:hover {
  text-decoration: none;
  color: inherit;
}
.product-view .product-shop .ratings {
  margin: 15px 0;
}
.product-view .product-shop .ratings .rating-box {
  margin-top: 7px;
}
.product-view .product-shop .ratings .rating-links {
  float: left;
  display: block;
}
.product-view .product-shop .ratings .rating-links a {
  font-size: 14px;
  padding: 0 5px;
}
.product-view .product-shop .no-rating {
  margin: 15px 0 24px;
}
.product-view .product-shop .price-stock .grouped-items-table {
  margin: 0 0 20px;
}
.product-view .product-shop .availability {
  color: #bdbdbd;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  margin: 5px 0 0 ;
}
.product-view .product-shop .availability span {
  color: #3c3d41;
  font-weight: 500;
  text-transform: uppercase;
}
.product-view .product-shop .short-description {
  clear: both;
  padding: 30px 0;
  margin: 30px 0;
  width: 100%;
  float: left;
  color: #757575;
  font-size: 15px;
  font-weight: 500;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.product-view .product-shop .short-description h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.product-view .product-shop .short-description .std {
  line-height: 25px;
  color: #8c8c8c;
}

.catalog-product-view #jm-current-content .std .productintro{
	width: 90%;
}

.product-view .product-shop .short-description .std br {
  display: none;
}
.product-view .product-shop .price-box {
  float: left;
  margin: 0 10px 0 0;
  line-height: 100%;
}
.product-view .product-shop .price-box .price-label {
  display: none;
}
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .old-price {
  display: inline-block;
  float: none;
  line-height: 100%;
  margin: 0 5px 0 0;
  padding: 0;
}
.product-view .product-shop .price-box .price {
  font-size: 22px;
}
.product-view .quantity {
  float: left;
}
.product-view .quantity .qty {
  background: #eee;
  border: 1px solid #ebebeb;
  min-width: 40px;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
.product-view .add-to-box,
.product-view .product-options-bottom {
  min-height: 40px;
  float: left;
}
.product-view .add-to-box .btn-cart,
.product-view .product-options-bottom .btn-cart {
  float: left;
}
.product-view .add-to-box .link-compare,
.product-view .product-options-bottom .link-compare,
.product-view .add-to-box .link-wishlist,
.product-view .product-options-bottom .link-wishlist {
  text-indent: -999em;
  color: #fff;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 15px;
  margin: 0 0 0 10px;
  min-height: 40px;
  line-height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product-view .add-to-box .link-compare,
.product-view .product-options-bottom .link-compare {
  background: url('../images/btn-addtocompare.png') no-repeat 50% 50% #666666;
  max-width: 40px;
}
.product-view .add-to-box .link-compare:active,
.product-view .product-options-bottom .link-compare:active,
.product-view .add-to-box .link-compare:focus,
.product-view .product-options-bottom .link-compare:focus,
.product-view .add-to-box .link-compare:hover,
.product-view .product-options-bottom .link-compare:hover {
  background-color: #666;
  text-decoration: none;
  opacity: .7;
}
.product-view .add-to-box .link-wishlist,
.product-view .product-options-bottom .link-wishlist {
  background: url('../images/btn-addtowishlist.png') no-repeat 50% 50% #666666;
  max-width: 140px;
}
.product-view .add-to-box .link-wishlist:active,
.product-view .product-options-bottom .link-wishlist:active,
.product-view .add-to-box .link-wishlist:focus,
.product-view .product-options-bottom .link-wishlist:focus,
.product-view .add-to-box .link-wishlist:hover,
.product-view .product-options-bottom .link-wishlist:hover {
  background-color: #666;
  text-decoration: none;
  opacity: .7;
}
.product-view .add-to-box {
  margin-top: 25px;
}
.product-view ul.jm-tab-navigator li {
  background: none;
  border: 0;
  margin: 0 50px 0 0;
}
.product-view ul.jm-tab-navigator li a {
  color: #9e9e9e;
  line-height: 40px;
  padding: 0;
}
.product-view ul.jm-tab-navigator li.active a {
  color: #212121;
  background: 0;
}
.product-view ul.jm-tab-navigator li.active a span {
  border-bottom: 2px solid #6ab344;
  line-height: 40px;
  display: block;
}
.product-view .jm-tab-content {
  padding: 30px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  background: none;
}
.product-view .jm-tab-content h2 {
  margin: 0 0 20px;
}
.product-view .box-description {
  font-size: 16px;
  color: #666;
}
.catalogsearch-advanced-index #jm-container {
  padding: 0 0 40px;
}
.catalogsearch-advanced-index #jm-container #jm-main .inner {
  margin: 0;
}
.catalog-seo-sitemap-category #jm-pathway {
  display: none;
}
.catalog-seo-sitemap-category #jm-container {
  padding: 40px 0;
}
.catalog-seo-sitemap-category #jm-main .inner {
  margin: 0;
}
.jm-lo-1col .product-view .product-shop {
  width: 570px;
}
.jm-lo-1col .product-view .add-to-box {
  margin-top: 0;
}
.jm-col-left #jm-main .inner {
  margin-right: 0;
}
.jm-col-left .product-view .product-shop {
  margin: 0;
  margin-left: 30px;
  width: 417px;
}
.jm-col-left .product-view .product-img-box {
  width: 390px;
}
.jm-col-left .product-view .product-img-box .product-image-zoom {
  height: 390px !important;
  width: 390px !important;
}
.jm-col-left .product-view .add-to-box {
  margin-top: 0;
}
.jm-col-left .product-view .jm-product-lemmon .prev,
.jm-col-left .product-view .jm-product-lemmon .next {
  top: -250px;
}
.jm-col-right #jm-main .inner {
  margin-left: 0;
}
.jm-col-right .product-view .product-shop {
  margin: 0;
  margin-left: 30px;
  width: 410px;
}
.jm-col-right .product-view .product-img-box {
  width: 390px;
}
.jm-col-right .product-view .product-img-box .product-image-zoom {
  height: 390px !important;
  width: 390px !important;
}
.jm-col-right .product-view .add-to-box {
  margin-top: 0;
}
.jm-col-right .product-view .jm-product-lemmon .prev,
.jm-col-right .product-view .jm-product-lemmon .next {
  top: -250px;
}
.product-view .product-shop .price-box .old-price .price {
  color: #aaa;
  font-size: 18px;
}
.product-view .product-shop .price-box .special-price .price {
  color: #000;
  font-size: 18px;
}
.product-view .product-shop .price-box-bundle .price-label {
  display: inline-block;
  color: #333;
}
.product-view .product-shop .price-box-bundle .price-from,
.product-view .product-shop .price-box-bundle .price-to {
  margin: 0 0 10px;
}
.product-view .product-shop .price-as-configured {
  margin-bottom: 10px;
}
.product-view .product-shop .price-as-configured .price-label {
  color: #666;
  display: inline-block;
  font-weight: 400;
}
.product-shop .product-options-bottom {
  margin: 0 0 10px;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop-attribute {
  color: #f1f1f1;
  padding: 20px;
}
.product-shop-attribute .product-options-bottom {
  margin: 10px 0 0;
}
.product-shop-attribute p.required {
  display: none;
}
.product-shop-attribute ul.add-to-links {
  background: #ffffff url('../images/bg-add-links.png') bottom left repeat-x;
  border: 1px solid #ebebeb;
  margin: 20px 0 0;
  min-height: 36px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product-shop-attribute ul.add-to-links li {
  float: left;
  line-height: 36px;
  text-align: center;
  width: 33%;
}
.product-shop-attribute ul.add-to-links li .link-inner {
  border-left: 1px solid #fff;
  border-right: 1px solid #bebebe;
}
.product-shop-attribute ul.add-to-links li a {
  color: #969696;
  display: block;
  font-size: 14px;
}
.product-shop-attribute ul.add-to-links li a:active,
.product-shop-attribute ul.add-to-links li a:focus,
.product-shop-attribute ul.add-to-links li a:hover {
  text-decoration: none;
}
.product-shop-attribute ul.add-to-links li:hover,
.product-shop-attribute ul.add-to-links li:focus {
  background: #ffffff url('../images/bg-add-links-active.png') top left repeat-x;
}
.product-shop-attribute ul.add-to-links li:first-of-type .link-inner {
  border-left: 0;
}
.product-shop-attribute ul.add-to-links li:last-of-type {
  float: right;
  width: 34%;
}
.product-shop-attribute ul.add-to-links li:last-of-type .link-inner {
  border-right: 0;
}
.product-shop-attribute ul.add-to-links.no-email li {
  width: 50%;
}
.product-shop-attribute ul.add-to-links.no-email li:last-of-type {
  width: 50%;
}
/*Product Options---*/
.product-options {
  border-bottom: 1px solid #dddddd;
  display: block;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 20px 0;
  width: 100%;
}
.product-options p.required {
  text-align: left;
  margin: 0;
  font-size: 12px;
  clear: both;
}
.product-options .option-item {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.product-options .option-item dt {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 32px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 100px;
}
.product-options .option-item dt label {
  margin: 0;
}
.product-options .option-item .input-box {
  position: relative;
}
.product-options .option-item dd {
  float: left;
  margin: 0;
}
.product-options .option-item dd .validation-advice {
  left: 10px;
  margin: 0 !important;
  position: absolute;
  top: 33px;
  width: 120%;
}
.product-options ul.options-list {
  margin: 0;
  clear: both;
}
.product-options ul.options-list li {
  float: left;
  margin: 0 10px 0 0;
}
.product-options ul.options-list li label {
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  float: left;
  width: 32px;
  font-size: 11px;
  background: #eee;
  color: #3c3d41;
  cursor: pointer;
  font-weight: 700;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
}
.product-options ul.options-list li label input.radio {
  display: none;
}
.product-options ul.options-list li label .price-notice {
  display: none;
}
.product-options ul.options-list li label.checked {
  background: #6ab344;
  color: #fff;
}
.product-options ul.options-list li input.checkbox {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list.validation-failed {
  border: 0 !important;
  padding: 0 !important;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options-bottom {
  display: none;
}
.item-options dd {
  padding-left: 12px;
}
/*Product Collateral---*/
.product-collateral .box-additional .label {
  background: #EDF7FC;
  font-weight: bold;
  white-space: nowrap;
  width: 25%;
}
.product-collateral .box-additional .odd {
  background: #ffffff;
}
.product-collateral .box-additional .data {
  background: #fff;
  border-right: 0;
}
#customer-reviews {
  margin-bottom: 0;
}
#customer-reviews dl {
  clear: both;
  padding-top: 15px;
}
#customer-reviews dd {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#customer-reviews dd p {
  clear: both;
}
#customer-reviews .pager .amount {
  float: left;
}
#customer-reviews .limiter {
  border: 0;
  padding: 0;
  width: auto;
}
#review-form {
  padding-bottom: 10px;
}
#review-form table {
  margin: 8px 0 20px;
  width: 456px;
}
#review-form table td,
#review-form table th {
  text-align: center;
}
#review-form table td .label,
#review-form table th .label {
  text-align: left;
  width: 100px;
}
#review-form input.input-text,
#review-form textarea {
  width: 505px;
}
#review-form .form-add {
  background: none;
  padding-left: 0;
}
#review-form .button {
  float: left;
  margin-left: 0;
}
.rating-box {
  background: url(../images/ratting.png) repeat-x 0 100%;
  font-size: 0;
  height: 13px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 70px;
}
.rating-box .rating {
  background: url(../images/ratting.png) repeat-x 0 0;
  float: left;
  height: 14px;
}
.ratings {
  margin: 0;
}
.ratings .rating-box {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}
.ratings .rating-links {
  margin: 0;
  display: none;
}
.ratings .rating-links span,
.ratings .rating-links a {
  float: left;
  font-size: 14px;
  color: #999;
}
.ratings .rating-links span:active,
.ratings .rating-links a:active,
.ratings .rating-links span:hover,
.ratings .rating-links a:hover,
.ratings .rating-links span:focus,
.ratings .rating-links a:focus {
  color: #6ab344;
  text-decoration: none;
}
.ratings .rating-links .separator {
  background: url("../images/hr-reviews.png") no-repeat left top;
  height: 14px;
  margin: 5px 10px;
  width: 2px;
}
.ratings strong {
  float: left;
  margin: -1px 3px 0 0;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
.ratings-table th,
.ratings-table td {
  font-size: 95%;
  line-height: 1.15;
  padding: 3px 10px 0 0;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  margin: -85px 0 0 -200px;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 400px;
  z-index: 1000;
  box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #cccccc;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  background: #6ab344;
  border: 1px solid #6ab344;
  color: #fff;
  display: inline-block;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  height: 19px;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  height: 15px;
  position: absolute;
  right: 7px;
  text-indent: -9999em;
  top: 7px;
  width: 15px;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.route-title {
  color: #fff;
  float: left;
  font-size: 380%;
  margin: 210px 0 0 0;
  text-shadow: 0 0 5px #fff;
  text-transform: uppercase;
  width: 100%;
}
.rss-table .link-rss {
  background-position: 0 4px;
  display: block;
  line-height: 1.55;
}
/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.sales-order-history .buttons-set {
  margin: 0;
  padding: 0 20px;
}
.toolbar {
  color: #666;
  line-height: 48px;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.toolbar .main {
  background: none !important;
  max-width: 1130px !important;
  padding: 0 20px;
}
.toolbar label {
  color: #212121;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.toolbar-bottom {
  display: none;
}
.toolbar .select-box2 {
  background: #e1e1e1 url(../images/bg-selectbox2.png) no-repeat right 50%;
  border: 1px solid #e1e1e1;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: 31px;
  margin: -3px 0 0 0;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  width: 225px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.toolbar .select-box2 select {
  background: none !important;
  border: none;
  color: #757575;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 5px 0;
  padding: 0 2px;
  text-indent: 3px;
  text-transform: none;
  width: 120px !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-appearance: none!important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.filter-sidebar {
  float: left;
  width: 100px;
  text-transform: uppercase;
  color: #6ab344;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.filter-sidebar span {
  background: url('../images/filter-sidebar.png') no-repeat right 1px;
  padding: 0 30px 0 0;
}
.view-mode {
  float: left;
  margin: 0 40px 0 0;
  min-width: 120px;
}
.view-mode .grid,
.view-mode .list {
  background-image: url('../images/viewmode.png');
  float: left;
  margin: 16px 10px;
  height: 18px;
  width: 18px;
}
.view-mode .grid {
  background-position: 0 -18px;
}
.view-mode .grid.active {
  background-position: 0 0;
}
.view-mode .list {
  background-position: 18px -18px;
}
.view-mode .list.active {
  background-position: 18px 0;
}
.sort-by {
  float: right;
  padding: 0;
}
.sort-by .select-box2 {
  width: 99px;
  background-position: 90% 50%;
}
.pages {
  display: none;
}
.send-friend .buttons-set {
  margin: 30px 20px 20px;
}
.send-friend .buttons-set .limit {
  float: right;
  font-size: 11px;
  line-height: 21px;
  margin: 0 7px 0 0;
}
.send-friend .fieldset {
  margin: 40px 20px 20px;
}
/* Send a Friend */
.send-friend .form-list .field {
  width: 315px;
}
.send-friend .form-list .input-box {
  width: 300px;
}
.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.separator {
  margin: 0 3px;
}
/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center ;
}
.sidebar .paypal-logo a {
  float: none;
}
.sidebar-socials {
  float: left;
  position: fixed;
  top: 155px;
  width: 30px;
  z-index: 999;
}
.sidebar-socials a {
  background: #000;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 2px 0;
  text-align: center;
  width: 30px;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.sidebar-socials a.facebook:active,
.sidebar-socials a.facebook:focus,
.sidebar-socials a.facebook:hover {
  background: #3b5998;
}
.sidebar-socials a.google-plus:active,
.sidebar-socials a.google-plus:focus,
.sidebar-socials a.google-plus:hover {
  background: #dd4c39;
}
.sidebar-socials a.pinterest:active,
.sidebar-socials a.pinterest:focus,
.sidebar-socials a.pinterest:hover {
  background: #ab171e;
}
.sidebar-socials a.skype:active,
.sidebar-socials a.skype:focus,
.sidebar-socials a.skype:hover {
  background: #0078ca;
}
.sidebar-socials a.tumblr:active,
.sidebar-socials a.tumblr:focus,
.sidebar-socials a.tumblr:hover {
  background: #2c4762;
}
.sidebar-socials a.twitter:active,
.sidebar-socials a.twitter:focus,
.sidebar-socials a.twitter:hover {
  background: #00aced;
}
.sidebar-socials a:active,
.sidebar-socials a:focus,
.sidebar-socials a:hover {
  color: #fff;
  -moz-transition: all 0.25s ease-in-out;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
/* Checkout */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .checkmo-list label {
  padding-right: 10px;
  text-align: right;
  width: 135px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods dt {
  margin: 13px 0 15px;
}
.sp-methods dt input.radio {
  margin-top: 2px;
  vertical-align: text-top;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods select.month {
  margin-right: 10px;
  width: 154px;
}
.sp-methods select.year {
  width: 96px;
}
/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}
.std address {
  font-style: normal;
}
.std b,
.std strong {
  font-weight: bold;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std dl dd {
  margin: 0 0 10px;
  font-weight: 300;
  color: inherit;
}
.std dl dt {
  font-weight: bold;
}
.std dt {
  font-weight: bold;
}
.std i,
.std em {
  font-style: italic;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.std ul ul {
  list-style-type: circle;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: 0.5em 0;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ul {
  margin: 0 0 1em 1em;
}
.std ul.disc {
  list-style: disc outside;
  margin: 0 0 10px;
  padding-left: 18px;
}
.sub-select-box {
  float: left;
  height: 100%;
  box-shadow: inset 0 0 3px 3px #f0f0f0;
  -moz-box-shadow: inset 0 0 3px 3px #f0f0f0;
  -webkit-box-shadow: inset 0 0 3px 3px#f0f0f0;
  width: 101%;
}
.subtitle,
.sub-title {
  clear: both;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  padding: 15px 0 0;
}
/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}
.success-msg {
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
  border-color: #446423;
  color: #3d6611;
}
.box-tags .form-add {
  display: block;
  overflow: hidden;
  padding-left: 0;
  vertical-align: middle;
}
.box-tags .form-add label {
  color: #333;
  display: block;
  margin: 10px 0 5px;
  width: 100%;
}
.box-tags .form-add .input-box,
.box-tags .form-add fieldset {
  float: left;
  margin-right: 10px;
}
.box-tags .form-add .input-box .input-text,
.box-tags .form-add fieldset .input-text {
  height: 40px;
  padding: 2px 10px;
  width: 200px;
}
.box-tags .form-add button.button {
  line-height: 40px;
  height: 40px;
  min-height: 40px;
}
.tags-list li,
.product-tags li {
  display: inline;
  padding: 0 8px 0 4px;
}
.tags-list li.first,
.product-tags li.first {
  padding-left: 0;
}
.tags-list li.last,
.product-tags li.last {
  background: none;
}
.tags-list {
  border: 1px solid #c1c4bc;
  display: block;
  margin: 0;
  padding: 10px;
}
.tags-list li {
  display: inline!important;
  margin: 0 4px 0 0;
}
.tags-list li a {
  color: #333333;
}
.tags-list li a:active,
.tags-list li a:focus,
.tags-list li a:hover {
  color: #6ab344;
  text-decoration: none;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
}
.tier-prices .price {
  font-weight: bold;
}
.tier-prices li {
  background: url(../images/i_tier.gif) no-repeat 0 3px;
  line-height: 1.4;
  padding: 2px 0 2px 10px;
}
.tier-prices-grouped li {
  color: #6ab344;
  padding: 2px 0;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}
/* Tooltip */
.tool-tip {
  background: #5e8ab4;
  border: 1px solid #7BA7C9;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  display: block;
  height: 15px;
  margin: 0 0 0 auto;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  width: 15px;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}
.truncated {
  cursor: help;
}
.truncated .show .item-options {
  left: 0;
  top: 0;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  left: -99999em;
  padding: 8px;
  position: absolute;
  top: -99999em;
  width: 165px;
  z-index: 999;
}
.truncated .truncated_full_value.show .item-options {
  left: 0;
  top: 0;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated a.details {
  cursor: help;
}
.truncated a.dots {
  cursor: help;
}
/* Form Validation */
.validation-advice {
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  clear: both;
  color: red;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  margin: 3px 0 0;
  min-height: 13px;
  padding-left: 17px;
}
.validation-failed {
  background: #faebe7!important;
  border: 1px dashed #eb340a !important;
}
/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  margin-right: -12em;
  position: relative;
  width: 12em;
}
.v-middle {
  vertical-align: middle;
}
.v-top {
  vertical-align: top;
}
/* FPT */
.weee {
  color: #444;
  display: block;
  font-size: 11px;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}
/* Remember Me Popup */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 990;
}
#button-btt {
  background: #6ab344;
  border: 0 none;
  bottom: 200px;
  color: #FFFFFF;
  font-size: 95%;
  height: 50px;
  line-height: 100%;
  padding: 10px 0;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 50px;
  z-index: 999;
}
#button-btt i {
  clear: both;
  display: block;
  text-align: center;
  width: 100%;
}
#button-btt:active,
#button-btt:focus,
#button-btt:hover {
  text-decoration: none;
  opacity: .8;
}
/*main*/
#jm-container {
  padding: 0;
}
#jm-container.not-breadcrumbs #jm-mainbody {
  padding: 40px 0;
}
.cms-home #jm-container #jm-main {
  display: none;
}
.cms-index-noroute #jm-container #jm-main {
  display: block;
}
.cms-home #jm-container #jm-mainbody {
  padding: 0;
}
.catalog-category-view #jm-mainbody,
.catalogsearch-result-index #jm-mainbody {
  overflow: hidden;
}
#jm-tops1 {
  padding: 25px  0 25px 0;
}
#jm-tops2 {
  padding: 0;
}
#jm-tops2 .banners-list {
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
  height: 260px;
}
#jm-tops2 .banners-list li {
  float: left;
  padding-right: 22px;
}
#jm-tops3 .news li{
  float: left;
}
#jm-tops2 .banners-list li.gift-third {
  float: left;
  padding-right: 0px;
}
#jm-tops3 {
  padding: 30px 0;
}
#jm-tops3 .jm-tabs {
  width: 867px;
  float: left;
}
#jm-tops3 .collections {
  margin: 55px 0 0;
}
#jm-bots1 {
  padding: 0;
}
#jm-bots1 .tabs_content,
/*#jm-bots1 .jm-tabs */{
  width: 862px;
  float: right;
}
#jm-bots1 .owl-carousel .owl-wrapper-outer {
  min-height: 434px;
}
#jm-bots1 .electronic-off {
  margin: 55px 0 0;
  float: left;
  clear: both;
}
#jm-bots1 .holiday-collections {
  padding: 30px 0;
  width: 100%;
  clear: both;
}
/*#jm-bots1 .jm-tabs-title-top ul.jm-tabs-title {
  text-align: right;
}*/
#jm-mass-bottom {
  padding: 0;
}
/*bots*/
#jm-bots1 .category-title {
  display: block !important;
}
#jm-bots1 .category-title h2 {
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
#jm-bots1 .market-sales-off {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  float: left;
}
#jm-bots1 .best-seller,
#jm-bots1 .on-sales {
  max-width: 266px;
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 0px 0px 1px #fcfcfc inset;
  box-shadow: 0px 0px 0px 1px #fcfcfc inset;
}
#jm-bots1 .best-seller .category-products .page-title,
#jm-bots1 .on-sales .category-products .page-title {
  padding-top: 10px;
  padding-bottom: 0;
}
#jm-bots1 .best-seller .view-more,
#jm-bots1 .on-sales .view-more {
  background: url("../images/bg-viewmode.png") no-repeat scroll right 12px;
  color: #000;
  float: left;
  font-family: 'Abel', sans-serif;
  padding-bottom: 0;
  text-transform: none;
  padding: 0 20px 0 0;
}
#jm-bots1 .best-seller ul.products-grid,
#jm-bots1 .on-sales ul.products-grid {
  margin: 0;
  border: 0;
}
#jm-bots1 .best-seller ul.products-grid .item,
#jm-bots1 .on-sales ul.products-grid .item {
  height: inherit !important;
  padding: 15px 0;
}
#jm-bots1 .best-seller ul.products-grid .item .inner,
#jm-bots1 .on-sales ul.products-grid .item .inner {
  border: 0 none;
  box-shadow: none !important;
  padding: 0px;
  text-align: left;
}
#jm-bots1 .best-seller ul.products-grid .item .inner .products-images,
#jm-bots1 .on-sales ul.products-grid .item .inner .products-images {
  float: left;
  border: 1px solid #eaeaea;
  margin: 5px 10px 0 0;
  padding: 0;
  width: auto;
}
#jm-bots1 .best-seller ul.products-grid .item .inner .ratings,
#jm-bots1 .on-sales ul.products-grid .item .inner .ratings {
  max-height: 25px;
}
#jm-bots1 .best-seller ul.products-grid .item .inner .product-name,
#jm-bots1 .on-sales ul.products-grid .item .inner .product-name {
  font-size: 16px;
  font-weight: 500;
}
#jm-bots1 .best-seller ul.products-grid .item .inner .price,
#jm-bots1 .on-sales ul.products-grid .item .inner .price {
  font-size: 18px;
  font-family: 'Abel', sans-serif;
}
#jm-bots1 .best-seller {
  float: right;
}
#jm-bots1 .deal-days {
  width: 558px;
  float: left;
  border: 1px solid #e5e5e5;
  margin: 0 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px #fcfcfc inset;
  box-shadow: 0px 0px 0px 1px #fcfcfc inset;
}
#jm-bots1 .deal-days .li-item {
  border-bottom: 1px solid #f7f7f7;
  text-align: left;
  float: left;
  width: 100%;
  padding: 20px 0;
}
#jm-bots1 .deal-days .li-item .product-image {
  float: left;
  margin-top: 5px;
}
#jm-bots1 .deal-days .li-item .contentdealContainer {
  float: right;
  width: 280px !important;
  opacity: 1 !important;
  font-family: 'Abel', sans-serif;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .product-name {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .product-name a {
  color: #000;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .pdescription {
  font-size: 16px;
  color: #999;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .contentdeal {
  width: 100% !important;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .old-price strong {
  display: none;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .price {
  font-size: 18px;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .price-box .old-price .price {
  font-size: 14px;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .price-box .special-price .price {
  text-decoration: none;
  color: #d90036;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .discounts {
  display: none;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .time-left {
  border-top: 1px solid #f7f7f7;
  margin: 20px 0 0;
  padding: 20px 0 0;
  width: 100%;
  float: left;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .time-left .sale-ends {
  display: block;
  font-weight: 400;
  margin: 0 0 0 -20px;
}
#jm-bots1 .deal-days .li-item .contentdealContainer .time-left .sale-ends .cd-time {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 14px;
}
#jm-bots1 .deal-days .li-item:first-child {
  padding-top: 0;
}
#jm-bots1 .deal-days .li-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jm-bots1 .jm-products-slider {
  min-height: 431px;
}
#jm-bots1 .news {
  margin: 0;
  padding: 10px 0 60px;
  width: 100%;
  float: left;
  font-family: 'Abel', sans-serif;
}
#jm-bots1 .news .news-list {
  margin: 0;
  padding: 0;
}
#jm-bots1 .news .news-list li {
  float: left;
  margin: 0 11px;
  text-align: left;
  max-width: 266px;
}
#jm-bots1 .news .news-list li h3 {
  font-weight: 400;
  font-size: ýpx;
  padding: 10px 0;
  color: #000;
  clear: both;
}
#jm-bots1 .news .news-list li h3 a {
  color: #000;
}
#jm-bots1 .news .news-list li h3 a:active,
#jm-bots1 .news .news-list li h3 a:focus,
#jm-bots1 .news .news-list li h3 a:hover {
  color: #ec3333;
  text-decoration: none;
}
#jm-bots1 .news .news-list li span {
  color: #9d9d9d;
  font-size: 16px;
}
#jm-bots1 .news .news-list li:first-child {
  margin-left: 0;
}
#jm-bots1 .news .news-list li:last-child {
  margin-right: 0;
}
#jm-bots1 .news .category-title {
  border-bottom: 3px solid #000000;
  margin-bottom: 30px;
  text-align: left;
  float: left;
  width: 100%;
}
#jm-bots1 .news .category-title h2 {
  float: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
#jm-bots1 .news .category-title a {
  float: right;
  font-size: 14px;
  color: #000;
}
#jm-bots1 .news .category-title a span {
  background: url('../images/view-more.png') no-repeat right 50%;
  padding: 0 20px 0 0;
}
#jm-bots1 .news .category-title a:active,
#jm-bots1 .news .category-title a:focus,
#jm-bots1 .news .category-title a:hover {
  color: #ec3333;
  text-decoration: none;
}
/*bots 2*/
#jm-bots2 {
  display:none;
  margin: 40px 0 0;
}
#jm-bots2 .inner {
  border-top: 1px solid #ecebe7;
  margin: 0;
  padding: 30px 0 60px;
}
#jm-bots2 .block {
  float: left;
  width: 17%;
  margin-bottom: 0;
}
#jm-bots2 .block .inner {
  border-top: 0;
  padding: 0;
}
#jm-bots2 .block .block-title {
  font-size: 14px;
  margin: 0 0 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#jm-bots2 .block .block-title strong {
  font-weight: 400;
}
#jm-bots2 .block .block-content {
  font-size: 16px;
  color: #000;
  font-family: 'Abel', sans-serif;
}
#jm-bots2 .block .block-content li.maps {
  background: url('../images/ico-maps.png') no-repeat left 3px;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}
#jm-bots2 .block .block-content a {
  color: #9e9e9e;
}
#jm-bots2 .block .block-content a:active,
#jm-bots2 .block .block-content a:focus,
#jm-bots2 .block .block-content a:hover {
  color: #6ab344;
  text-decoration: none;
}
#jm-bots2 .block-subscribe {
  width: 32%;
}
#jm-bots2 .block-subscribe li {
  line-height: 30px;
}
#jm-bots2 .block:first-child {
  background: none;
  border: 0;
  color: #9e9e9e;
  padding: 0;
}
#jm-bots2 .block:first-child .block-title {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  margin: 0 0 15px;
  min-height: inherit;
  text-indent: 0;
  text-transform: uppercase;
}
#jm-bots2 .block:first-child .block-content {
  padding: 0;
}
.catalog-product-view #jm-bots2,
.catalog-category-view #jm-bots2,
.cms-home #jm-bots2 {
  margin: 0;
}
/*bots 3*/
/* Footer  */
#jm-footer {
  overflow: hidden;
}
#jm-footer .inner {
  border-top: 1px solid #f5f5f5;
  margin: 0;
}
#jm-footer .jm-legal {
  background: url("../images/bg-payment.png") no-repeat scroll right 80px;
  color: #8c8c8c;
  display: block;
  line-height: 25px;
  float: left;
  margin: 0;
  text-align: left;
  width: 100%;
  padding: 30px 0;
  font-family: 'Abel', sans-serif;
}
#jm-footer .jm-legal a {
  color: #8c8c8c;
  text-decoration: none;
}
#jm-footer .jm-legal a:active,
#jm-footer .jm-legal a:focus,
#jm-footer .jm-legal a:hover {
  color: #6ab344;
  text-decoration: none;
}
#jm-footer .jm-legal ul {
  clear: both;
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
}
#jm-footer .jm-legal ul li {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  display:none;
}
#jm-footer .jm-legal ul li a {
  background: #dedede;
  color: #fff;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  font-size: 18px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#jm-footer .jm-legal ul li a:active,
#jm-footer .jm-legal ul li a:hover,
#jm-footer .jm-legal ul li a:focus {
  background: #7f7f7f;
  color: #fff;
}
/*mass head*/
#jm-mass-head {
  position: relative;
  margin-bottom: 20px;
}
#jm-messages {
  padding: 20px 0 0;
}
#jm-pathway {
  padding: 0;
  margin: 0;
}
#jm-pathway .inner {
  margin: 0;
  line-height: 40px;
  min-height: 40px;
  padding: 0;
  background: #fff;
}
#jm-pathway .inner .breadcrumbs {
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  padding: 10px 0;
}
#jm-pathway .inner .breadcrumbs li {
  display: inline;
}
#jm-pathway .inner .breadcrumbs li a {
  color: #000;
}
#jm-pathway .inner .breadcrumbs li a:active,
#jm-pathway .inner .breadcrumbs li a:focus,
#jm-pathway .inner .breadcrumbs li a:hover {
  color: #6ab344;
  text-decoration: none;
}
#jm-pathway .inner .breadcrumbs li .fa-angle-right {
  margin: 0 10px;
}
#jm-pathway .inner .breadcrumbs li strong {
  font-weight: 400;
}
/*block search*/
#multiship-addresses-table select {
  max-width: 200px;
}
/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}
#my-reviews-table td h2.product-name {
  font-size: 100%;
}
#my-tags-table {
  clear: both;
  margin: 0 0 20px 0;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
#my-tags-table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
/* compare page */
.compare-table {
  border-collapse: collapse;
}
.compare-table .btn-remove {
  background-image: url(../images/btn_remove2.gif);
  float: right;
  height: 15px;
  width: 72px;
}
.compare-table tbody td {
  vertical-align: top;
}
.compare-table tbody td.last {
  border-right: 1px solid #cccccc;
}
.compare-table tbody th {
  background: #ffffff;
}
.compare-table tbody th,
.compare-table tbody td {
  border: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
  border-bottom: 1px solid #cccccc !important;
}
.compare-table tbody tr.last th:first-of-type {
  border-bottom: 1px solid #cccccc !important;
}
.compare-table thead tr.first th,
.compare-table thead tr.first td {
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.compare-table tr.add-to-row td {
  background: #fff;
  text-align: center;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table .price-box {
  margin: 10px 0;
  text-align: center;
}
.compare-table tr.first td .product-name {
  text-align: center;
}
.compare-table tr.first td .ratings {
  margin: 0 auto;
  width: 69px;
}
.compare-table tr.first td .ratings .amount {
  display: none;
}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0;
}
.contact-map {
  padding: 20px 0 40px;
}
.contact-map img {
  width: 100%;
}
.contactInfo {
  float: left;
  width: 50%;
}
.contactInfo .information {
  margin: 0 0 30px;
}
.contactInfo .information h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}
.contactInfo .information ul {
  padding: 0;
  margin: 0;
}
.contactInfo .information ul li {
  line-height: 30px;
  min-height: 30px;
  padding: 0 0 0 20px;
  margin: 0;
  color: #757575;
}
.contactInfo .information ul li.address {
  background: url('../images/ico-add.png') no-repeat 2px 8px;
}
.contactInfo .information ul li.phone {
  background: url('../images/ico-phone.png') no-repeat left 8px;
}
.contactInfo .information ul li.fax {
  background: url('../images/ico-fax.png') no-repeat left 8px;
}
.contactInfo .information ul li.email {
  background: url('../images/ico-email.png') no-repeat left 8px;
}
.contactInfo .bussines-hours {
  margin: 0;
}
.contactInfo .bussines-hours h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}
.contactInfo .bussines-hours ul {
  padding: 0;
  margin: 0;
}
.contactInfo .bussines-hours ul li {
  line-height: 30px;
  min-height: 30px;
  padding: 0;
  margin: 0;
  color: #757575;
}
.contactForm {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}
.contactForm h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}
.contactForm .form-list label {
  color: #666;
  font-size: 14px;
}
.contactForm .form-list .input-box {
  clear: both;
  display: block;
  width: 100%;
}
.contactForm .form-list .input-box input.input-text {
  background: #fff;
  border-color: #eee;
  min-height: 35px;
  width: 100%;
}
.contactForm .form-list .input-box input.input-text:focus {
  background: #fff;
}
.contactForm .form-list .field {
  float: left;
  width: 100%;
}
.contactForm .form-list .field.field-name {
  width: 315px;
  float: left;
}
.contactForm .form-list .field.field-email {
  width: 315px;
  float: right;
}
.contactForm .form-list li.wide .input-box {
  width: 100%;
}
.contactForm .form-list li.wide .input-box textarea {
  background: #fff;
  border-color: #eee;
  min-height: 175px;
  width: 100%;
}
.contactForm .form-list li.wide .input-box textarea:focus {
  background: #fff;
}
.contactForm .buttons-set {
  text-align: left;
}
.contactForm .buttons-set p.required {
  text-align: left;
  line-height: 35px;
  margin: 0;
}
.contactForm .buttons-set button.button {
  float: left;
  margin-right: 10px;
  margin-left: 0px;
}
.no-route-page {
  background: url("../images/bg-page-404.jpg") no-repeat left top;
  min-height: 310px;
  padding: 40px 0 40px 570px;
  color: #757575;
  margin-top: 80px;
}
.no-route-page dt {
  text-transform: uppercase;
  margin: 0 0 40px;
}
.no-route-page dd {
  padding: 0;
  margin: 0;
}
.no-route-page ul.disc {
  list-style: none;
  padding: 0;
  margin: 0;
}
.message h2 {
  margin: 0px 0px 20px 0px;
}
#jmoverlay {
  background: red;
  left: 0  !important;
  min-height: 100% !important;
  position: fixed !important;
  top: 40px  !important;
  width: 100% !important;
  z-index: 9 !important;
}
.zoomContainer .zoomLens {
  z-index: 88 !important;
  height: 200px !important;
  width: 200px !important;
}
div.item-more {
  clear: both;
}
div.item-more .btn-load-more {
  background: #6ab344;
  color: #fff;
  min-width: 200px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 700;
  margin: 20px auto 0 !important;
  text-transform: uppercase;
  display: block;
  border: 0;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.sales-guest-form #jm-pathway {
  display: none;
}
.sales-guest-form #jm-mainbody {
  padding: 40px 0;
}
.cms-page-view {
  font-weight: 300;
}
.jm-home-slideshow .slide-left {
  background: #2c2c2c;
  color: #fff;
  float: left;
  width: 260px;
  min-height: 510px;
}
.jm-home-slideshow .slide-left img {
  max-width: 440px;
  width: 100%;
  float: left;
}
.jm-home-slideshow .slide-right {
  width: 840px;
  float: right;
}
.jm-home-slideshow .slidecontent {
  background: #ec3333;
  font-size: 56px;
  height: 115px;
  margin: 0 auto;
  max-height: 132px;
  max-width: 500px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.top-products {
  padding: 60px 0 20px 0;
}
.top-products .category-title {
  display: block !important;
}
.top-products .category-title h2 {
  font-size: 14px;
  margin: 0 0 20px;
}
.top-products .category-title .view-more {
  display: none;
}
.top-products .products-grid li.item {
  float: left;
  padding: 0;
  height: inherit !important;
}
.top-products .products-grid li.item .inner {
  background: #fff;
  border: 0 !important;
  border-top: 0;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.top-products .products-grid li.item .inner .products-images {
  display: block;
  float: left;
  padding: 25px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.top-products .products-grid li.item .inner .products-images a {
  display: block;
}
.top-products .products-grid li.item .inner .products-images a img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.top-products .products-grid li.item .inner .product-name {
  font-size: 13px;
  font-weight: normal;
}
.top-products .products-grid li.item .inner .price {
  font-size: 16px;
  font-weight: bold;
}
.top-products .products-grid li.item .inner .btn-cart {
  display: none !important;
}
.top-products .products-grid li.item .inner:active,
.top-products .products-grid li.item .inner:focus,
.top-products .products-grid li.item .inner:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.top-products .products-grid li.item .inner:active .products-images img,
.top-products .products-grid li.item .inner:focus .products-images img,
.top-products .products-grid li.item .inner:hover .products-images img {
  opacity: .3;
}
.jm-home-product-deals {
  margin: 0 !important;
}
.jm-home-product-deals .container-deal .products-grid {
  border: 0;
}
.catalog-category-view .col-right .block:first-child,
.catalog-category-view .col-left .block:first-child {
  background: #2c2c2c;
  color: #fff;
  padding: 0;
  border: 0;
}
.catalog-category-view .col-right .block:first-child .block-title,
.catalog-category-view .col-left .block:first-child .block-title {
  color: #fff;
  min-height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-indent: 20px;
  margin: 0;
}
.catalog-category-view .col-right .block:first-child .block-content,
.catalog-category-view .col-left .block:first-child .block-content {
  padding: 0 20px 20px;
}
.catalog-category-view .col-right .block:first-child .block-content #handle-select,
.catalog-category-view .col-left .block:first-child .block-content #handle-select {
  width: 100% !important;
}
.catalog-category-view .col-right .block:first-child .block-content div.price-range,
.catalog-category-view .col-left .block:first-child .block-content div.price-range {
  color: #fff;
}
.catalog-category-view .col-right .block:first-child dt,
.catalog-category-view .col-left .block:first-child dt {
  color: #fff;
  padding: 10px 0;
}
.ubnews-article-view .jm-masshead,
.ubnews-article-index .jm-masshead {
  min-height: 415px;
}
.ubnews-article-view .jm-masshead .main,
.ubnews-article-index .jm-masshead .main {
  min-height: 415px;
}
.ubnews-article-view .jm-masshead .main .jm-masshead-title,
.ubnews-article-index .jm-masshead .main .jm-masshead-title {
  bottom: auto;
  top: auto;
  background: 0;
  font-size: 54px;
  font-weight: 300;
  padding-top: 170px;
  position: static;
  padding-bottom: 45px;
  padding-left: 40px;
  padding-right: 40px;
}
.ubnews-article-view .jm-masshead .main .jm-masshead-desc,
.ubnews-article-index .jm-masshead .main .jm-masshead-desc {
  color: #cdcdce;
  display: block;
  font-size: 22px;
  font-weight: 300;
  padding-left: 40px;
  padding-right: 40px;
}
#jm-featured {
  position: fixed;
  top: 160px;
  right: -300px;
  width: 345px;
  z-index: 99;
  left: auto !important;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
  transition: all .3s linear !important;
}
#jm-featured .btn-toggle {
  background: url('../images/ico-featured.png') no-repeat 50% 50% #2d2d34;
  height: 45px;
  width: 45px;
  display: block;
  font-size: 0;
  box-shadow: -2px 2px 4px #6d6d78;
  -moz-box-shadow: -2px 2px 4px #6d6d78;
  -webkit-box-shadow: -2px 2px 4px #6d6d78;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
#jm-featured .btn-toggle i {
  display: none;
}
#jm-featured .btn-toggle:before {
  display: none;
}
#jm-featured .inner-toggle {
  position: static;
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 0;
  margin: 0 0 0 45px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#jm-featured .inner-toggle.active {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#jm-featured.active {
  right: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#jm-featured .block-title {
  min-height: 45px;
  line-height: 45px;
  text-indent: 25px;
  margin-bottom: 0;
  background: #f2f2f2;
}
#jm-featured .block-content .featured-items {
  border-bottom: 1px solid #ececec;
  padding: 20px 25px;
  float: left;
  width: 100%;
}
#jm-featured .block-content .featured-items h3 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
#jm-featured .block-content .featured-items ul {
  margin: 0;
  width: 100%;
}
#jm-featured .block-content .featured-items ul li {
  float: left;
  max-height: 41px;
}
#jm-featured .block-content .featured-items select {
  float: left;
}
#jm-featured .block-content .featured-items.colors-skins li {
  width: 33px;
  height: 33px;
  float: left;
  border: 1px solid #fff;
  padding: 4px;
  position: relative;
  border-radius: 33px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
}
#jm-featured .block-content .featured-items.colors-skins li a {
  height: 23px;
  width: 23px;
  float: left;
  font-size: 0;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}
#jm-featured .block-content .featured-items.colors-skins li a.skin-blue {
  background: #11c6ff;
}
#jm-featured .block-content .featured-items.colors-skins li a.skin-default {
  background: #6ab344;
}
#jm-featured .block-content .featured-items.colors-skins li a.skin-orange {
  background: #ff6a18;
}
#jm-featured .block-content .featured-items.colors-skins li a.skin-red {
  background: #f62123;
}
#jm-featured .block-content .featured-items.colors-skins li a.skin-violet {
  background: #a963a9;
}
#jm-featured .block-content .featured-items.colors-skins li.active {
  border-color: #dfdfdf;
}
#jm-featured .block-content .featured-items.colors-skins li.active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  content: "";
  background: url('../images/panel-active-item.png') no-repeat 50% 50%;
}
#jm-featured .block-content .featured-items.colors-skins li:active,
#jm-featured .block-content .featured-items.colors-skins li:hover,
#jm-featured .block-content .featured-items.colors-skins li:focus {
  border-color: #dfdfdf;
}
#jm-featured .block-content .featured-items.multiple-styles li {
  position: relative;
}
#jm-featured .block-content .featured-items.multiple-styles li.active:before {
  background: rgba(0, 0, 0, 0.5) url('../images/panel-active-item.png') no-repeat 50% 50%;
  content: "";
  height: 34px;
  left: 4px;
  position: absolute;
  top: 1px;
  width: 34px;
}
#jm-featured .block-content .featured-items.catogory-layouts li {
  position: relative;
}
#jm-featured .block-content .featured-items.catogory-layouts li.active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: "";
  background: url('../images/panel-active-category.png') no-repeat 50% 50%;
}

#socialbar {
  background: url('../images/line.png') no-repeat top left;
  position: absolute;
  top: 0;
  right: 80px;
  width: 120px;
  line-height: 40px;
  /*display: none;*/
}
#socialbar .socialicon{
    float: right;
    height: 24px;
    margin-right: 6px;
    width: 24px;
    height: 40px;
}
#socialbar .socialicon a{
  color: #a1a1a1;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
