.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 0px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-title:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 12px;
  height: 1px;
  background-color: #EEE;
  margin-left: 10px;
}
.jb-title-center .module-title {
  background: transparent;
  color: #333333;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  text-transform: uppercase;
}
.jb-title-center .module-title:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .jb-title-center .module-title {
    margin-bottom: 20px;
  }
}
.jb-title-center .module-title span {
  display: inline-block;
  position: relative;
  border: 1px solid #e4e4e4;
  padding: 10px 36px;
  overflow: visible;
}
.jb-title-center .module-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
  margin: 0px 20px;
  border-color: #E4E4E4;
}
.jb-title-center .module-title span:before {
  right: 100%;
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
  margin: 0px 20px;
  border-color: #E4E4E4;
}
.jb-title-center .module-intro {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #999999;
}
.module-intro {
  margin-bottom: 30px;
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #999999;
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #229955;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #229955;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.newsletter-text h3 {
  margin-top: 10px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.newsletter-field {
  overflow: hidden;
}
.newsletter-field .acymailing_introtext {
  font-size: 14px;
}
.newsletter-field .acymailing_form {
  position: relative;
}
.newsletter-field .acymailing_form span.acyfield_email input {
  border: 2px solid #ffffff !important;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  height: 50px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.newsletter-field .acysubbuttons {
  position: absolute;
  margin: 0;
  text-align: left;
  top: 0px;
  right: 0;
  height: 50px;
}
.newsletter-field .acysubbuttons:after {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  top: 38%;
  left: 50%;
  margin-top: -10px;
  margin-left: -9px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
}
.newsletter-field .acysubbuttons > input[type='submit'] {
  text-indent: -9999em;
  background: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 14px 36px;
}

.social-icons a {
  margin-right: 3px;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  background-color: transparent;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
  color: #ffffff;
}
.social-icons em {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons em:last-child {
  color: #fff;
}
.social-icons .facebook {
  border: 1px solid #3b5998;
  background-color: #3b5998 !important;
}
.social-icons .facebook:hover {
  border: 1px solid #3b5998;
  background-color: #3b5998 !important;
}
.social-icons .twitter {
  border: 1px solid #00acee;
  background-color: #00acee !important;
}
.social-icons .twitter:hover {
  border: 1px solid #00acee;
  background-color: #00acee !important;
}
.social-icons .google-plus {
  border: 1px solid #dd4b39;
  background-color: #dd4b39 !important;
}
.social-icons .google-plus:hover {
  border: 1px solid #dd4b39;
  background-color: #dd4b39 !important;
}
.social-icons .linkedin {
  border: 1px solid #0e76a8;
  background-color: #0e76a8 !important;
}
.social-icons .linkedin:hover {
  border: 1px solid #0e76a8;
  background-color: #0e76a8 !important;
}
.social-icons .pinterest {
  border: 1px solid #c8232c;
  background-color: #c8232c !important;
}
.social-icons .pinterest:hover {
  border: 1px solid #c8232c;
  background-color: #c8232c !important;
}
.social-icons .instagram {
  border: 1px solid #3f729b;
  background-color: #3f729b !important;
}
.social-icons .instagram:hover {
  border: 1px solid #3f729b;
  background-color: #3f729b !important;
}
.social-icons a:hover em:first-child {
  margin-top: -40px;
}
.j2store-product-list .jb-filter-section .module-title {
  text-align: left;
  font-size: 18px;
}
.j2store-product-list .jb-filter-section .j2store-product-filters {
  margin-bottom: 40px;
}
.j2store-product-list .jb-filter-section .price-filters .ui-widget {
  width: 93% !important;
}
.j2store-product-list .jb-filter-section .price-filters #j2store-slider-range {
  display: inline-block;
  margin-top: 15px;
}
.j2store-product-list .jb-filter-section .price-filters #j2store-slider-range .ui-slider-range {
  background: #27ae61 !important;
}
.j2store-product-list .jb-filter-section .price-filters #j2store-slider-range .ui-slider-handle {
  background: #ffffff !important;
  border-radius: 0px;
  top: -0.4em;
  border: 2px solid #27ae61;
  margin-left: -3px;
}
.j2store-product-list .jb-filter-section .price-filters .price-input-box {
  margin-top: 15px;
}
.j2store-product-list .jb-filter-section .category-filters .j2product-categories a {
  font-size: 14px;
  cursor: pointer;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  font-weight: 400;
}
.j2store-product-list .jb-filter-section .category-filters .j2product-categories a:hover {
  cursor: pointer;
}
.j2store-product-list .jb-filter-section .jb-filter-author .j2store-product-brand-label {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  color: #323232;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.j2store-product-list .jb-product-section .jb-products-filter-head {
  padding: 10px;
}
.j2store-product-list .jb-product-section .jb-products-filter-head .view-mode {
  float: right;
}
.j2store-product-list .jb-product-section .jb-products-filter-head .view-mode .btn {
  border: 2px solid #27ae61;
  color: #27ae61;
  border-radius: 3px;
}
.j2store-product-list .jb-product-section .jb-products-filter-head .view-mode .btn:hover {
  border-color: #27ae61;
  background: #27ae61;
  color: #ffffff;
}
.j2store-product-list .jb-product-section .jb-products-filter-head select,
.j2store-product-list .jb-product-section .jb-products-filter-head .j2store-product-search-input,
.j2store-product-list .jb-product-section .jb-products-filter-head .inputbox {
  padding: 0px 10px 0px;
  box-shadow: none;
  border-radius: 0px;
  border-color: #eeeeee;
}
.j2store-product-list .jb-product-section .j2store-product-item-gird-info {
  margin-top: 20px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view {
  display: inline-block;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .j2store_product_content_block {
  text-align: center;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block {
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block:before {
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  width: 200%;
  z-index: -1;
  transform: skewY(14deg);
  transform-origin: 0px 0px 0px;
  background-color: #F5F5F5;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block:hover {
  border-color: #27ae61;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .cart-action-complete {
  position: absolute;
  top: 0px;
  width: 100%;
  background: #27ae61;
  z-index: 1000;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .cart-action-complete a {
  line-height: auto !important;
  color: #ffffff;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .cart-action-complete p {
  margin: 13px;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .j2store-wishlist-notification {
  position: absolute;
  top: 0px;
  width: 100%;
  background: #27ae61;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .j2store-wishlist-notification a {
  line-height: auto !important;
  font-size: 12px !important;
  padding: 0px !important;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .j2store-wishlist-notification p {
  margin: 10px;
  color: #ffffff !important;
  font-size: 12px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .j2store-wishlist-notification p a:hover {
  background: transparent !important;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .j2store-compare-notify {
  background: #27ae61;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .j2store-compare-notify a {
  background: #27ae61;
  position: absolute !important;
  line-height: auto !important;
  margin: -1px;
  font-size: 12px !important;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .jb-product-block .j2store-compare-notify br {
  display: none;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image {
  position: relative;
  width: 100%;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image img {
  width: 100%;
  padding: 10px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-state {
  position: absolute;
  bottom: 0;
  top: auto;
  background: #27ae61;
  color: #ffffff;
  transition: all 0.5s ease-out 0s;
  width: 102%;
  z-index: 999;
  transform-origin: 50% 100% 0px;
  transform: perspective(600px) rotateX(90deg);
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-slider-cart .j2store-addtocart-form {
  margin: 0px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-slider-cart .j2store-add-to-cart {
  float: left;
  margin: 0px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-slider-cart .j2store-add-to-cart .product-qty {
  display: none;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-slider-cart .j2store-add-to-cart .btn-inverse {
  font-size: 11px;
  font-weight: bold;
  border-radius: 0px;
  background-color: inherit;
  line-height: 32px !important;
  border: none;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-slider-cart .j2store-add-to-cart .btn-inverse:hover {
  background: #229955;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .product-compare {
  padding: 0px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-icons .product-wishlist,
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-icons .product-compare {
  display: inline;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-icons .product-wishlist a,
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-icons .product-compare a {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 10px 13px;
  font-size: 11px;
  line-height: 32px;
  border-radius: 0px;
  -moz-user-select: none;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-icons .product-wishlist a:hover,
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .hover-content .jb-icons .product-compare a:hover {
  background: #229955;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .overlay-rmore {
  position: absolute;
  border-radius: 50%;
  height: 54px;
  width: 54px;
  line-height: 54px;
  left: 50%;
  top: 50%;
  margin: -27px 0 0 -27px;
  z-index: 500;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  background-color: #27ae61;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateZ(0) rotate(-45deg);
  transform: translateZ(0) rotate(-45deg);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  visibility: hidden;
  transition: .4s;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .product-image .overlay-rmore a {
  color: #ffffff;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .j2store_product_content_block {
  padding-bottom: 10px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .j2store_product_content_block .product-title {
  margin-top: 10px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .j2store_product_content_block .product-price-container {
  display: inline;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .j2store_product_content_block .product-price-container .base-price {
  color: #27ae61;
  display: inline;
  font-weight: bold;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .j2store_product_content_block .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 14px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .j2store_product_content_block .product-price-container .sale-price {
  color: #27ae61;
  display: inline;
  font-weight: bold;
  font-size: 16px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .j2store_product_content_block .product-price-container .sale-price .zero-price {
  font-weight: 400;
}
.j2store-product-list .jb-product-section .jb-product-grid-view:hover .hover-state {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.j2store-product-list .jb-product-section .jb-product-grid-view:hover .overlay-rmore {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.2) rotate(0deg);
  transform: scale(1.2) rotate(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
  transition: .4s;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .discount-percentage {
  position: absolute;
  display: block;
  right: 3px;
  top: 2px;
  z-index: 50;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  background: #333333;
  color: #ffffff;
  line-height: 16px;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 15px;
}
.j2store-product-list .jb-product-section .jb-product-grid-view .discount-percentage p {
  margin: 13px 0px !important;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info {
  margin-top: 20px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 20px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .product-title {
  text-transform: capitalize;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .product-title a {
  font-size: 20px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .product-price-container {
  margin-bottom: 10px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 14px;
  float: left;
  font-weight: bold;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .product-price-container .sale-price {
  color: #27ae61;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .discount-percentage {
  font-weight: bold;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .discount-percentage span br {
  display: none;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .product-sdesc {
  margin: 20px 0px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .j2store-add-to-cart {
  margin-left: 0px;
  display: inline-block;
  float: left;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .j2store-add-to-cart .btn-inverse {
  background: #27ae61;
  border: 2px solid #27ae61;
  border-radius: 2px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .j2store-add-to-cart .btn-inverse:hover {
  background: #229955;
  border: 2px solid #229955;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .j2store-add-to-cart .product-qty {
  display: none;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .jb-icons .product-compare {
  display: inline;
  padding: 0px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .jb-icons .product-compare a .fa {
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 2px;
  background: #27ae61;
  margin-left: 5px;
  font-size: 13px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .jb-icons .product-compare a .fa:hover {
  background: #229955;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .jb-icons .product-compare .j2store-compare-notify {
  position: absolute;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .jb-icons .product-compare .j2store-compare-notify .modal {
  display: inline;
  position: relative;
  top: 58px;
  right: 0px;
  bottom: 0px;
  left: -120px;
  z-index: 1050;
  outline: 0px none;
  font-size: 14px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .jb-icons .product-wishlist {
  display: inline;
  padding: 0px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .jb-icons .product-wishlist a .fa {
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 2px;
  font-size: 13px;
  background: #27ae61;
  *height: 42px;
}
.j2store-product-list .jb-product-section .j2store-product-item-list-info .jb-list-products .inner-content .jb-icons .product-wishlist a .fa:hover {
  background: #229955;
}
.j2store-single-product .j2store-view-back-button {
  margin-bottom: 20px;
}
.j2store-single-product .j2store-mainimage {
  text-align: center;
  border: 1px solid #eeeeee;
}
.j2store-single-product .j2store-product-additional-images {
  margin-top: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list {
  margin-bottom: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li {
  border: 1px solid #eeeeee;
  display: inline-block;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li:hover {
  border-color: #27ae61;
}
.j2store-single-product .product-title {
  color: #323232;
  text-transform: capitalize;
}
.j2store-single-product .price-sku-brand-container {
  margin-top: 25px;
}
.j2store-single-product .price-sku-brand-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 14px;
  font-weight: bold;
}
.j2store-single-product .price-sku-brand-container .sale-price {
  color: #27ae61;
  display: inline;
  font-weight: bold;
  font-size: 28px;
}
.j2store-single-product .price-sku-brand-container .sale-price .zero-price {
  font-size: 18px;
  font-weight: 400;
}
.j2store-single-product .price-sku-brand-container .discount-percentage,
.j2store-single-product .price-sku-brand-container .manufacturer-brand,
.j2store-single-product .price-sku-brand-container .product-sku {
  font-weight: 400;
}
.j2store-single-product .j2store-add-to-cart {
  margin-left: 0px;
  display: inline-block;
  float: left;
}
.j2store-single-product .j2store-add-to-cart .btn-primary {
  margin-top: 1px;
  padding: 12px;
}
.j2store-single-product .j2store-add-to-cart .btn-inverse {
  background: #27ae61;
  border: 2px solid #27ae61;
  border-radius: 2px;
}
.j2store-single-product .j2store-add-to-cart .btn-inverse:hover {
  background: #229955;
  border: 2px solid #229955;
}
.j2store-single-product .jb-icons-single .product-compare {
  display: inline;
  padding: 4px;
}
.j2store-single-product .jb-icons-single .product-compare a .fa {
  color: #ffffff;
  padding: 14px 20px;
  border: 2px solid #27ae61;
  border-radius: 2px;
  background: #27ae61;
  margin-left: 5px;
  font-size: 13px;
}
.j2store-single-product .jb-icons-single .product-compare a .fa:hover {
  background: #229955;
  border: 2px solid #229955;
}
.j2store-single-product .jb-icons-single .product-compare .j2store-compare-notify {
  position: absolute;
}
.j2store-single-product .jb-icons-single .product-compare .j2store-compare-notify .modal {
  display: inline;
  position: relative;
  top: 38px;
  right: 0px;
  bottom: 0px;
  left: -120px;
  z-index: 1050;
  outline: 0px none;
  font-size: 14px;
}
.j2store-single-product .jb-icons-single .product-wishlist {
  display: inline;
  padding: 0px;
}
.j2store-single-product .jb-icons-single .product-wishlist a .fa {
  color: #ffffff;
  padding: 14px 20px;
  border: 2px solid #27ae61;
  border-radius: 2px;
  background: #27ae61;
  line-height: 16px;
  font-size: 13px;
}
.j2store-single-product .jb-icons-single .product-wishlist a .fa:hover {
  background: #229955;
  border: 2px solid #229955;
}
.j2store-single-product .product-qty {
  display: block;
  margin-bottom: 10px;
}
.j2store-single-product .product-qty p {
  display: inline-block;
}
.j2store-single-product .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
.j2store-single-product .nav-tabs li a {
  border: 2px solid #eeeeee;
  border-radius: 3px;
  outline: none;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.j2store-single-product .nav-tabs li a:hover {
  background: #27ae61;
  color: #ffffff;
  border: 2px solid #27ae61;
}
.j2store-single-product .nav-tabs > li.active > a,
.j2store-single-product .nav-tabs > li.active > a:hover,
.j2store-single-product .nav-tabs > li.active > a:focus {
  border: 2px solid #27ae61;
  border-radius: 3px;
  background-color: #27ae61;
  color: #ffffff;
}
.j2store-single-product .tab-content {
  background: #f5f5f5;
  padding: 2.4em 2em 2.4em;
  border-radius: 3px;
}
.j2store-single-product .tab-content .product-sdesc td,
.j2store-single-product .tab-content .product-sdesc th {
  border: none;
  text-transform: capitalize;
}
.j2store-single-product .tab-content #j2store-comments h4 {
  border-bottom: none;
}
.j2store-single-product .tab-content #j2store-comments .rss {
  background: url("../../templates/jb_bookstore/images/system/feed.png") no-repeat !important;
}
.j2store-single-product .tab-content #j2store-comments .refresh {
  background: url("../../templates/jb_bookstore/images/system/refresh.png") no-repeat !important;
  padding: 0px 0px 0px 16px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list {
  margin-left: 0px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox {
  border: none;
  padding: 17px 40px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox .comment-box .comment-body {
  color: #999999;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .comments-inline-edit {
  padding: 20px;
}
.j2store-single-product .tab-content #j2store-comments #comments-form input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border-color: #f5f5f5;
}
.j2store-single-product .tab-content #j2store-comments #comments-form textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 3px;
  border-color: #f5f5f5;
}
.j2store-single-product .tab-content #j2store-comments #comments-form .grippie {
  max-width: 100% !important;
  width: 100% !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form label {
  font-family: 'Roboto Slab', serif !important;
}
.j2store-single-product .tab-content #j2store-comments .checkbox {
  width: auto !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a {
  padding: 10px 20px;
  background: #27ae61;
  border: 2px solid #27ae61;
  color: #ffffff;
  height: auto !important;
  line-height: inherit;
  display: inline-block;
  border-radius: 3px;
  font-family: 'Roboto Slab', serif !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a:hover {
  background: #229955;
  border: 2px solid #229955;
}
.product-upsells-container {
  margin-top: 20px;
}
.product-upsells-container .module-title {
  text-align: left;
  position: relative;
  overflow: hidden;
}
.product-upsells-container .module-title:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 10px;
  height: 1px;
  background-color: #EEE;
  margin-left: 10px;
}
.product-upsells-container .jb-related-items {
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.product-upsells-container .jb-related-items:hover {
  border: 1px solid #27ae61;
}
.product-upsells-container .jb-related-items:after {
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  width: 200%;
  z-index: -1;
  transform: skewY(14deg);
  transform-origin: 0px 0px 0px;
  background-color: #F5F5F5;
}
.product-upsells-container .jb-related-items .upsell-product-title {
  font-size: 18px;
}
.product-upsells-container .jb-related-items .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #A8A8A8 !important;
  font-size: 14px;
}
.product-upsells-container .jb-related-items .product-price-container .sale-price {
  color: #27ae61;
  display: inline;
  font-weight: bold;
  font-size: 16px;
}
.product-upsells-container .jb-related-items .product-price-container .sale-price .zero-price {
  font-weight: 400;
}
.product-upsells-container .jb-related-items .j2store_add_to_cart_button {
  margin-bottom: 20px;
}
.window-mainbody .j2store-mainimage img {
  max-width: 100%;
  text-align: center;
}
.window-mainbody .j2store-single-product .row {
  margin: 0px !important;
}
.window-mainbody .j2store-single-product .product-upsells-container {
  display: none;
}
.window-mainbody .j2store-single-product .product-title {
  font-size: 22px;
}
.window-mainbody .j2store-single-product #j2store_app_shareButton {
  margin-bottom: 20px;
}
.window-mainbody .j2store-single-product .price-sku-brand-container .col-sm-6 {
  width: 100%;
  padding: 3px 0px !important;
}
.jb-price-inline .j2store_product_image img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100% !important;
}
.jb-j2store-products .j2store_products_container li {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 5px;
}
.jb-j2store-products .j2store_products_container li:hover {
  border-color: #27ae61;
}
.jb-j2store-products .j2store_products_container li .j2store_product_image img {
  max-width: 85%;
}
.jb-j2store-products .j2store_products_container li .j2store_product_content_block h2 {
  margin-top: 5px;
}
.jb-j2store-products .j2store_products_container li .j2store_product_content_block h2 a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.jb-j2store-products .j2store_products_container li .j2store_product_content_block .product-price-container {
  display: inline;
}
.jb-j2store-products .j2store_products_container li .j2store_product_content_block .product-price-container .base-price {
  color: #27ae61;
  font-weight: bold;
  font-size: 16px;
  display: inline;
}
.jb-j2store-products .j2store_products_container li .j2store_product_content_block .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 14px;
}
.jb-j2store-products .j2store_products_container li .j2store_product_content_block .product-price-container .sale-price {
  color: #27ae61;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.jb-j2store-products .j2store_products_container li .j2store_product_content_block .product-price-container .sale-price .zero-price {
  font-weight: 400;
}
.jb-home-blog {
  display: inline-block;
}
.jb-home-blog li {
  background: #ffffff;
  padding: 0px !important;
}
.jb-home-blog li .tp-item2 {
  padding: 0px;
}
.jb-blog-post .bx-wrapper {
  *max-width: 99% !important;
}
figure {
  display: block;
  overflow: hidden;
  position: relative;
}
figure img {
  display: block;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure:hover img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure:hover .text-overlay {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure:hover .text-overlay .info {
  top: 50%;
}
figure:hover .text-overlay .info span i {
  font-size: 40px;
}
figure .text-overlay {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  padding: 20px;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  bottom: 0px;
}
figure .text-overlay .info {
  text-align: center;
  top: 40%;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: -33px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
figure .text-overlay .info h4 {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
figure a {
  color: #ffffff;
  font-weight: 200;
}
figure a:hover {
  color: #ffffff;
}
.faq .sp-accordion.sp-accordion-style3 .toggler {
  height: 60px !important;
  line-height: 60px !important;
}
.faq .sp-accordion.sp-accordion-style3 .toggler span span {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333333;
  line-height: 54px !important;
}
.jb-map .cd-dropdown span {
  color: #27ae61 !important;
}
.jb-map .cd-dropdown span:after {
  background: #27ae61 !important;
  font-size: 13px !important;
}
.jb-map .jai-map-container .popover {
  border-color: #f5f5f5;
}
.jb-map .popover-content {
  font-size: 12px !important;
  font-weight: 300;
}
.jb-subscription-tab.module .gkTabsWrap.vertical ol {
  border-bottom: 0;
  margin: 0 0 0 8px !important;
  text-align: center;
}
.jb-subscription-tab.module .gkTabsWrap.vertical > ol li {
  background: #323232;
  text-shadow: none;
  color: #fff;
  text-shadow: none !important;
  font-weight: 700;
  border-radius: 0 !important;
  text-transform: uppercase;
  line-height: 50px !important;
  margin: 0 1px 0 0 !important;
  float: none !important;
  display: inline;
}
@media (max-width: 767px) {
  .jb-subscription-tab.module .gkTabsWrap.vertical > ol li {
    font-size: 10px;
    padding: 12px 16px !important;
  }
}
@media (min-width: 768px) {
  .jb-subscription-tab.module .gkTabsWrap.vertical > ol li {
    font-size: 14px;
    padding: 12px 20px !important;
    margin: 5px !important;
  }
}
@media (min-width: 992px) {
  .jb-subscription-tab.module .gkTabsWrap.vertical > ol li {
    font-size: 14px;
    padding: 12px 20px !important;
    margin: 5px !important;
  }
}
@media (min-width: 1200px) {
  .jb-subscription-tab.module .gkTabsWrap.vertical > ol li {
    font-size: 14px;
    padding: 12px 20px !important;
    margin: 5px !important;
  }
}
.jb-subscription-tab.module .gkTabsWrap.vertical > ol li:hover,
.jb-subscription-tab.module .gkTabsWrap.vertical > ol li.active {
  background: #27ae61;
  position: relative;
}
.jb-subscription-tab.module .gkTabsWrap.vertical > ol li:hover:after,
.jb-subscription-tab.module .gkTabsWrap.vertical > ol li.active:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -12px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #27ae61 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.jb-subscription-tab.module .gkTabsItem {
  background: none;
  padding: 25px 0px 25px;
}
.jb-subscription-tab.module .gkTabsItem.gk-slide_horizontal.gk-active {
  margin-top: 0px;
  display: inline-block;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps {
  background: #27ae61;
  border-radius: 3px;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-header {
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  margin-top: 20px;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-bar .active .numbers {
  background-color: #fdd922;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-bar .active .text {
  color: #ffffff;
  text-shadow: none;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-bar .number {
  background-color: #ffffff !important;
  color: #27ae61;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-bar .step .numbers {
  text-shadow: none;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-steps #akeebasubs-steps-bar .step .text {
  text-shadow: none;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level {
  border-radius: 10px;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level .level-title {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #eeeeee;
  text-shadow: none;
  background: #27ae61;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 15px;
  text-transform: uppercase;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level .level-description {
  background-color: #f5f5f5;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level .level-description .level-description-inner img {
  border: none;
  box-shadow: none;
  display: block;
  float: right;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
#akeeba-renderjoomla #akeebasubs #akeebasubs-subscribe-level .level-description .level-description-inner ul.arrow {
  padding-left: 40px;
}
#akeeba-renderjoomla #akeebasubs .level-description-inner {
  padding: 20px;
}
#akeeba-renderjoomla #akeebasubs .level-description-inner .jb-arrow li {
  list-style: none;
  padding: 10px 8px;
}
#akeeba-renderjoomla #akeebasubs .level-description-inner .jb-arrow li:before {
  content: "\e116";
  margin-right: 10px;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  font-family: "lined-icons";
  color: #27ae61;
  font-size: 14px;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form {
  background-color: #f5f5f5;
  margin: 0px 7px;
  border-radius: 10px;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form h3 {
  background: #27ae61;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  margin: 0 0 0.5em;
  padding: 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form h3 legend {
  margin-bottom: 0px;
  border: none;
  color: #ffffff;
  font-size: 20px;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset {
  padding: 8px;
  text-align: center;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset .form-group {
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset .form-group .controls {
  margin-left: 0px;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset .form-group .controls .form-control {
  border: 1px solid #999999;
  box-shadow: none;
}
#akeeba-renderjoomla #akeebasubs .tp-log-form fieldset .form-actions {
  background: #f5f5f5;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form {
  background-color: #f5f5f5;
  margin: 10px 7px;
  border-radius: 10px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form {
  padding: 8px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form h3 {
  background: #27ae61;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  margin: -15px -15px 21px -15px;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form h3 legend {
  margin-bottom: 0px;
  border: none;
  color: #ffffff;
  font-size: 20px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .tp-no-margin {
  margin: -7px -7px 15px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls {
  margin-left: 0px;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls .chzn-container-single .chzn-single {
  background: none;
  border: 1px solid #999999;
  box-shadow: none;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls .input-group {
  display: flex;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls .form-control {
  border: 1px solid #999999;
  box-shadow: none;
}
#akeeba-renderjoomla #akeebasubs .tp-reg-form .form .form-group .controls .add-on {
  border-color: #999999;
  padding: 5px 16px 11px 13px;
}
#akeebasubs-steps {
  background: #27ae61;
  border-radius: 3px;
}
#akeebasubs-steps #akeebasubs-steps-header {
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
}
#akeebasubs-steps #akeebasubs-steps-bar {
  margin: 30px;
}
#akeebasubs-steps #akeebasubs-steps-bar .active .numbers {
  background-color: #27ae61 !important;
  border: 1px solid #27ae61;
}
#akeebasubs-steps #akeebasubs-steps-bar .active .text {
  color: #ffffff;
  text-shadow: none;
}
#akeebasubs-steps #akeebasubs-steps-bar .step .numbers {
  text-shadow: none;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 2px;
}
#akeebasubs-steps #akeebasubs-steps-bar .step .text {
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
}
.akeebasubs-awesome {
  background: transparent !important;
  border-radius: 0px;
}
.akeebasubs-awesome .columns {
  border: none !important;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column:hover {
  box-shadow: none;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column:hover .akeebasubs-awesome-level {
  background: #27ae61;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column {
  border-radius: 3px;
  background: #F7F7F7;
  padding: 5px 5px 0px 5px;
  display: inline-block;
  border: none !important;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-box-shadow {
  border-radius: 3px;
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #E6E6E6;
  display: inline-block;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-left {
  padding: 0px;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-left .akeebasubs-awesome-header {
  border-radius: 0px;
  background-image: none !important;
  background-color: #ffffff;
  padding: 0px;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-left .akeebasubs-awesome-header .akeebasubs-awesome-level {
  padding: 15px;
  border-top: 0px;
  border-bottom: 0px;
  background: #27ae61;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-left .akeebasubs-awesome-header .akeebasubs-awesome-level .akeebasubs-awesome-level-link {
  color: #ffffff !important;
  font-weight: 400;
  text-shadow: none;
  font-size: 24px;
  text-transform: uppercase;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-left .akeebasubs-awesome-header .akeebasubs-awesome-price {
  font-size: 30px;
  text-shadow: none;
  color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #27ae61;
  margin: 28px auto 11px;
  font-style: normal;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-left .akeebasubs-awesome-header .akeebasubs-awesome-price .akeebasubs-awesome-price-currency {
  margin-top: 28px;
  display: inline-block;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-right {
  padding: 30px 0px;
  border-left: 1px solid #f5f5f5;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-right .akeebasubs-awesome-body .akeebasubs-awesome-description {
  padding: 0px;
  min-height: 150px !important;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-right .akeebasubs-awesome-body .akeebasubs-awesome-description ul li {
  list-style: none;
  padding: 10px 8px;
}
.akeebasubs-awesome .columns .akeebasubs-awesome-column .jb-column .jb-sub-right .akeebasubs-awesome-body .akeebasubs-awesome-description ul li:before {
  content: "\e116";
  margin-right: 10px;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  font-family: "lined-icons";
  color: #27ae61;
  font-size: 14px;
}
.arrow li {
  list-style: none;
  padding-top: 10px;
}
.arrow li:before {
  content: "\e079";
  margin-right: 10px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  font-family: "Simple-Line-Icons";
  color: #27ae61;
  font-size: 12px;
}
ul.arrow {
  padding: 0;
  list-style: none;
  margin: 0px 0px 10px;
}
.circled li {
  list-style: none;
  padding-top: 10px;
}
.circled li:before {
  content: "\e049";
  margin-right: 10px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  font-family: "lined-icons";
  color: #27ae61;
  font-size: 8px;
}
ul.circled {
  padding: 0;
  list-style: none;
}
.right-hand li {
  list-style: none;
  padding-top: 10px;
}
.right-hand li:before {
  content: '\f0a4';
  margin-right: 10px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  font-family: 'FontAwesome';
  color: #27ae61;
  font-size: 12px;
}
ul.right-hand {
  padding: 0;
  list-style: none;
  margin: 0px 0px 10px;
}
.the-icons {
  padding-left: 0px;
}
.the-icons li {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  list-style: outside none none;
  margin: 5px;
  font-size: 13px;
  font-weight: 400;
}
.the-icons li:hover {
  border: 1px solid #27ae61;
  background: #27ae61;
  color: #ffffff;
}
.the-icons li:hover em,
.the-icons li:hover i {
  color: #ffffff;
}
.the-icons li em,
.the-icons li i {
  color: #ffffff;
  background: #27ae61;
  margin-right: 10px;
  padding: 10px;
  border-radius: 5px 0px 0px 5px;
}
.timeline .jb-timeline-breaker {
  background: #27ae61;
  padding: 6px 12px;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  display: inline;
  text-transform: uppercase;
  font-size: 13px;
}
.timeline .timeline-posts .timeline-item {
  border-radius: 3px;
  background: #F7F7F7 !important;
  padding: 5px;
  display: inline-block;
  border: medium none !important;
}
.timeline .timeline-posts .timeline-item .post-inner {
  background: #ffffff !important;
}
.timeline .timeline-posts .timeline-item .item-time {
  height: auto !important;
  position: relative;
  margin: -33px 5px 5px !important;
}
.timeline .timeline-posts .timeline-item .timeline-date-ribbon {
  background-color: #27ae61;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 320px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
@media (min-width: 1200px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
.timeline .timeline-posts .timeline-item .timeline-date-ribbon:after {
  content: "";
  position: absolute;
  right: -7px;
  top: -1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 7px 18px 0px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #229955 rgba(0, 0, 0, 0);
}
.docs-section {
  margin-bottom: 40px;
}
.docs-section .page-header {
  margin-bottom: 20px;
}
.docs-section .page-header h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .docs-section .page-header h1 {
    font-size: 36px;
  }
}
.docs-section h2 {
  color: #323232;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .docs-section h2 {
    font-size: 30px;
  }
}
.example-type h1,
.example-type h2,
.example-type h3,
.example-type h4,
.example-type h5,
.example-type h6 {
  margin: 20px 0;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333333;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #27ae61;
}
.example-colors .color-brand-secondary {
  background: #428bca;
}
.example-colors .color-brand-success {
  background: #5cb85c;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #323232;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #f5f5f5;
  color: #333333;
}
.example-buttons .btn,
.example-inputs .btn,
.example-buttons .form-control,
.example-inputs .form-control {
  width: 100%;
  margin-bottom: 20px;
}
.jb-gift {
  text-align: center;
}
.jb-gift .jb-gift-block .boxes_icon {
  border: 2px solid #27ae61;
  display: inline-block;
  padding: 3px;
  border-radius: 100px;
}
.jb-gift .jb-gift-block .boxes_icon .inner_icon {
  width: 50px;
  height: 50px;
  line-height: 42px;
  background: #27ae61;
  padding: 5px;
  border-radius: 100px;
}
.jb-gift .jb-gift-block .boxes_icon .inner_icon .icon em {
  color: #ffffff;
}
.jb-gift .jb-gift-block h3 {
  font-size: 20px;
}
.j2store-cart .j2store-cart-table .input-mini {
  width: 60px;
  display: inline;
}
.j2store-cart .j2store-cart-table .remove-icon {
  margin-bottom: 2px;
  padding: 6px 12px;
  color: #ffffff;
}
.home-4-intro h3 {
  margin-top: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  text-align: center;
}
.jb-features-3 {
  overflow: hidden;
  width: 100%;
  
  
}
@media (max-width: 767px) {
  .jb-features-3 {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .jb-features-3 {
    padding: 0 194px;
  }
}
@media (min-width: 992px) {
  .jb-features-3 {
    padding: 0 135px;
  }
}
@media (min-width: 1200px) {
  .jb-features-3 {
    padding: 0 113px;
  }
}
.jb-features-block .jb-icon {
  background: #f5f5f5;
  border-radius: 50%;
  color: #000;
  height: 90px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 90px;
  z-index: 100;
  padding-top: 15px;
}
.jb-features-block .jb-icon em {
  text-align: center;
  width: 63px;
  height: 63px;
  background: #27ae61;
  border-radius: 50%;
  color: #ffffff;
  line-height: 62px;
  font-size: 23px;
  transition: background 500ms;
}
.jb-features-block .jb-features-content {
  background: #f5f5f5;
  border-radius: 50%;
  margin-top: 45px;
  position: relative;
}
.jb-features-block .jb-features-content h4 {
  padding-top: 70px;
  text-align: center;
  text-transform: capitalize;
  color: #323232;
}
.jb-features-block .jb-features-content p {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}
.jb-features-block .jb-features-content h5 {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-bottom: 35px;
}
.jb-features-block .jb-features-content a {
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}
.jb-features-block:hover .jb-icon em {
  background: #323232;
}
@media (max-width: 767px) {
  .jb-boook-feature .jb-no-padding-right {
    padding-right: auto;
  }
  .jb-boook-feature .jb-no-padding-left {
    padding-left: auto;
  }
}
@media (min-width: 768px) {
  .jb-boook-feature .jb-no-padding-right {
    padding-right: auto;
  }
  .jb-boook-feature .jb-no-padding-left {
    padding-left: auto;
  }
}
@media (min-width: 992px) {
  .jb-boook-feature .jb-no-padding-right {
    padding-right: 0px !important;
  }
  .jb-boook-feature .jb-no-padding-left {
    padding-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .jb-boook-feature .jb-no-padding-right {
    padding-right: 0px !important;
  }
  .jb-boook-feature .jb-no-padding-left {
    padding-left: 0px !important;
  }
}
.jb-boook-feature .services-box-2 {
  border: 1px solid #eeeeee;
  padding: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.jb-boook-feature .services-box-2 em {
  width: 80px;
  height: 80px;
  color: #ffffff;
  background: #27ae61;
  line-height: 1;
  font-size: 36px;
  padding-top: 24px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jb-boook-feature .services-box-2:hover em {
  color: #ffffff;
  background: #323232;
}
.jb-boook-feature .services-box-2 .content h3 {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 20px;
  text-transform: capitalize;
}
.jb-boook-feature .services-box-2 .content p {
  overflow: auto;
}
.jb-boook-feature .btn {
  margin-top: 30px;
}
.tab-block {
  padding: 0px 0 80px;
}
.tab-block .tab-content {
  overflow: hidden;
  padding: 0;
  margin: 80px 18%;
  text-align: center;
}
.tab-block .tab-content p.title {
  margin: 0 0 15px;
  font-weight: 300;
  line-height: 80px;
  color: #27ae61;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .tab-block .tab-content p.title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .tab-block .tab-content p.title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .tab-block .tab-content p.title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .tab-block .tab-content p.title {
    font-size: 40px;
  }
}
.tab-block .tab-content .tab-pane {
  display: block;
  height: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.tab-block .tab-content .tab-pane.active {
  height: auto;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.tab-block .nav-tabs {
  margin: 0 -15px;
  border: 0;
}
.tab-block .nav-tabs li {
  margin: 0;
  padding: 0 15px;
}
.tab-block .nav-tabs li a {
  width: 200px;
  height: 180px;
  margin: 0;
  padding: 55px 0 0;
  text-align: center;
  border: 0 !important;
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  color: #3c3c3c !important;
  outline: none;
  font-weight: 400;
}
.tab-block .nav-tabs li a em {
  display: block;
  font-size: 60px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 -60px;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.tab-block .nav-tabs li a:hover,
.tab-block .nav-tabs li a:active {
  color: #27ae61;
}
.tab-block .nav-tabs li.active a:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #27ae61;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tab-block .nav-tabs li a:hover,
.tab-block .nav-tabs li a:focus {
  background-color: transparent;
}
.tab-block .nav-tabs li.active a,
.tab-block .nav-tabs li.active a:hover,
.tab-block .nav-tabs li.active a:focus {
  background-color: #27ae61;
  outline: none;
  color: #ffffff !important;
}
.tab-block .nav-tabs li a:hover em {
  color: #27ae61;
  background-position: 0 -120px;
  transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.tab-block .nav-tabs li.active a em {
  color: #ffffff;
  background-position: 0 0;
  transform: translateY(-16px);
  -o-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  -webkit-transform: translateY(-16px);
}
.tab-block .nav-tabs li a span {
  display: block;
  font-weight: 400;
  line-height: 20px;
  font-size: 20px;
  color: #3c3c3c;
  opacity: 0;
  transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.tab-block .nav-tabs li.active a span {
  opacity: 1;
  transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
}
.tab-block .ie .tab-block .tab-pane {
  display: none;
}
.tab-block .ie .tab-block .tab-pane.active {
  display: block;
}