/**
 * ------------------------------------------------------------------------
 * JA Megafilter Component
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2017 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
:root {
  --ja-mf-primary: #2196f3;
  --ja-mf-success: #2196f3;
  --ja-mf-info: #2196f3;
  --ja-mf-warning: #2196f3;
  --ja-mf-border: #dbdbdb;
  --ja-mf-spacing: 8px;
  --ja-mf-border-radius: 4px;
  --ja-mf-trans-base: all 0.25s ease;
}
/* --------------------------------------------------------- */
/* GENERIC STYLES                                            */
/* --------------------------------------------------------- */
.ja-megafilter-wrap.row {
  margin-left: -15px;
  margin-right: -15px;
}
.ja-megafilter-wrap,
.ja-megafilter-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ja-megafilter-wrap .main-content {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%;
}
.ja-megafilter-wrap .sidebar-main {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  float: left;
}
.ja-megafilter-wrap .sidebar-main .sidebar-toggle {
  display: none;
}
#myProgress {
  width: 97%;
  margin: 0 auto;
}
#myProgress #myBar {
  width: 0%;
  background-color: #ddd;
  height: 3px;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}
#myProgress #percentBar {
  text-align: center;
  font-size: 13px;
}
.loading_layer {
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#loader {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 11;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin-reverse 0.6s linear infinite;
          animation: spin-reverse 0.6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.sb-horizontal.ja-mg-sidebar {
  float: none;
  width: auto;
}
.sb-horizontal.ja-mg-sidebar .filter-options {
  margin-left: -10px;
  margin-right: -10px;
}
.sb-horizontal.ja-mg-sidebar .filter-options:after {
  content: "";
  display: table;
  clear: both;
}
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field {
  margin: 0 0 20px;
  float: left;
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .sb-horizontal.ja-mg-sidebar .filter-options .filter-field {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .sb-horizontal.ja-mg-sidebar .filter-options .filter-field {
    width: 100%;
  }
}
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-title {
  margin-bottom: -13px;
  padding-left: 30px;
}
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-title span {
  padding-left: 15px;
  padding-right: 15px;
}
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-title span:after {
  display: none;
}
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-title span:hover {
  cursor: default;
}
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ddd;
  min-height: 150px;
  height: auto;
  margin: 0 10px;
  padding: 30px 20px 20px;
}
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content:not(.filter-dropdown) {
  overflow-y: auto;
  height: 150px;
}
.sb-horizontal.ja-mg-sidebar #jamegafilter-search-btn {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.ja-megafilter-wrap.sb-horizontal .main-content {
  float: none;
  width: 100%;
}
.main-content.full-width {
  width: 100% !important;
}
/* --------------------------------------------------------- */
/* TOOLBAR STYLES                                            */
/* --------------------------------------------------------- */
.products-toolbar .pagination {
  margin: 0 0 calc(var(--ja-mf-spacing) * 2) auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .products-toolbar .pagination {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.products-toolbar .pagination > li {
  display: block;
  float: left;
  padding: 0 5px;
  overflow: hidden;
}
.products-toolbar .pagination > li > span,
.products-toolbar .pagination > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #616161;
  display: block;
  float: none;
  line-height: 1;
  margin: 0;
  padding: 8px 2px;
  text-transform: uppercase;
}
.products-toolbar .pagination > li > span:hover,
.products-toolbar .pagination > li > a:hover,
.products-toolbar .pagination > li > span:focus,
.products-toolbar .pagination > li > a:focus,
.products-toolbar .pagination > li > span:active,
.products-toolbar .pagination > li > a:active {
  background-color: transparent;
  border-color: #9e9e9e;
}
.products-toolbar .pagination > li.active > a {
  background-color: transparent;
  border-color: #2196f3;
  font-weight: bold;
}
.products-toolbar .pagination > li.active > a:hover,
.products-toolbar .pagination > li.active > a:focus,
.products-toolbar .pagination > li.active > a:active {
  color: #2196f3;
}
.products-toolbar .pagination > li:first-child a,
.products-toolbar .pagination > li:last-child a,
.products-toolbar .pagination > li:first-child span,
.products-toolbar .pagination > li:last-child span {
  border-radius: 0;
}
.products-toolbar .pagination > li.disabled a {
  color: #ccc;
}
.products-toolbar .pagination > li.disabled a:hover,
.products-toolbar .pagination > li.disabled a:focus,
.products-toolbar .pagination > li.disabled a:active {
  border-color: transparent;
}
.ja-toolbar-wrapper.toolbar-top {
  margin-bottom: calc(var(--ja-mf-spacing) * 4);
}
.products-toolbar .pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--ja-mf-spacing) 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-toolbar .pagination-wrap::before,
.products-toolbar .pagination-wrap::after {
  display: none;
}
.products-toolbar .orderby-displaynumber {
  background-color: #f0f0f0;
  padding: calc(var(--ja-mf-spacing) * 1.5) calc(var(--ja-mf-spacing) * 2);
  position: relative;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .products-toolbar .orderby-displaynumber {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.products-toolbar .orderby-displaynumber::before,
.products-toolbar .orderby-displaynumber::after {
  display: none;
}
.products-toolbar .orderby-displaynumber .limiter {
  display: inline-block;
  width: auto;
}
@media (min-width: 768px) {
  .products-toolbar .orderby-displaynumber .limiter {
    margin-left: calc(var(--ja-mf-spacing) * 2);
  }
}
.products-toolbar .orderby-displaynumber .limiter .limiter-options {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .products-toolbar .orderby-displaynumber .limiter .limiter-options {
    max-width: 60px;
  }
}
.products-toolbar .orderby-displaynumber .limiter .limiter-label span {
  padding-left: 0;
}
.products-toolbar .orderby-displaynumber .toolbar-amount {
  margin-left: 8px;
  margin-top: 0;
  display: none;
}
@media (min-width: 768px) {
  .products-toolbar .orderby-displaynumber .toolbar-amount {
    display: block;
  }
}
.products-toolbar label,
.products-toolbar .sorter-options,
.products-toolbar .sorter-action,
.products-toolbar #sorter_chzn,
.products-toolbar #limiter_chzn {
  display: inline-block;
}
.products-toolbar span {
  height: auto;
  padding: 0 5px;
  vertical-align: middle;
  width: auto;
}
.products-toolbar label {
  font-weight: normal;
  margin-bottom: 0;
}
.products-toolbar select {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.products-toolbar .toolbar-sorter {
  margin-bottom: var(--ja-mf-spacing);
}
@media (min-width: 992px) {
  .products-toolbar .toolbar-sorter {
    margin-bottom: 0;
  }
}
.products-toolbar .toolbar-sorter .sorter-label {
  margin-right: var(--ja-mf-spacing);
}
.products-toolbar .toolbar-sorter .sorter-action {
  margin-left: var(--ja-mf-spacing);
}
@media screen and (max-width: 640px) {
  .products-toolbar .toolbar-sorter .sorter-options {
    max-width: 120px;
  }
}
.products-toolbar .toolbar-sorter .action {
  background-color: #096;
  border: 0;
  color: #fff;
  float: none;
  height: 34px;
  line-height: 30px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 32px;
}
.products-toolbar .toolbar-sorter .action.sort-asc .fa-long-arrow-up::before {
  content: "\f358";
}
.products-toolbar .toolbar-amount {
  background: transparent;
  border: 0;
  padding: 0;
}
.products-toolbar .toolbar-amount .toolbar-number {
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 0 5px;
  width: auto;
}
.products-toolbar .jamg-layout-chooser {
  display: none;
  position: absolute;
  top: calc(var(--ja-mf-spacing) * 1.5);
  right: calc(var(--ja-mf-spacing) * 2);
}
@media (min-width: 768px) {
  .products-toolbar .jamg-layout-chooser {
    display: block;
  }
}
@media (min-width: 992px) {
  .products-toolbar .jamg-layout-chooser {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
  }
}
.products-toolbar .jamg-layout-chooser span {
  background-color: #fff;
  border: 1px solid #eeeeee;
  color: #9e9e9e;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-left: 5px;
  text-align: center;
  width: 32px;
}
.products-toolbar .jamg-layout-chooser span:hover {
  cursor: pointer;
  color: #616161;
}
.products-toolbar .jamg-layout-chooser span.active {
  border-color: #2196f3;
  color: #2196f3;
}
.ja-products-wrapper .product-items {
  display: -ms-grid;
  display: grid;
  gap: calc(var(--ja-mf-spacing) * 3);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: calc(var(--ja-mf-spacing) * 3);
}
.ja-products-wrapper .product-item {
  min-width: 0;
}
.ja-products-wrapper .product-item .product-item-info {
  background: #fff;
  border: 1px solid var(--ja-mf-border);
  padding: calc(var(--ja-mf-spacing) * 2);
  height: 100%;
  -webkit-transition: var(--ja-mf-trans-base);
  transition: var(--ja-mf-trans-base);
}
.ja-products-wrapper .product-item .product-item-info:hover {
  border-color: var(--ja-mf-primary);
}
.ja-products-wrapper .product-item .product-item-info table span.color-item-bg {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset !important;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset !important;
}
.ja-products-wrapper .product-item .product-item-info table img {
  max-width: 100%;
}
.ja-products-wrapper .product-item .product-item-info > h4 {
  font-size: 14px;
  font-weight: 400;
}
.ja-products-wrapper .product-item .item-field {
  margin-bottom: var(--ja-mf-spacing);
}
.ja-products-wrapper .product-item .item-field a {
  word-wrap: break-word;
}
.ja-products-wrapper .product-item a.product-item-photo {
  position: relative;
}
.ja-products-wrapper .product-item a.product-item-photo img {
  max-width: 100%;
}
.ja-products-wrapper .product-item a.product-item-photo .product-image-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ja-products-wrapper .product-item .name {
  margin-bottom: calc(var(--ja-mf-spacing) * 1.5);
}
.ja-products-wrapper .product-item .product-item-name {
  font-size: 120%;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}
.ja-products-wrapper .product-item .desc {
  margin-bottom: calc(var(--ja-mf-spacing) * 1.5);
}
.ja-products-wrapper .product-item .price-box {
  font-weight: 500;
  font-size: 15px;
}
.ja-products-wrapper .product-item .price-box .old_price {
  color: #9e9e9e;
  margin-right: 10px;
  text-decoration: line-through;
}
.ja-products-wrapper .product-item .product-item-actions .addtocart-bar {
  overflow: hidden;
}
.ja-products-wrapper .product-item .product-item-actions .addtocart-bar .quantity-input {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  float: left;
  height: 36px;
  max-width: 50px;
}
.ja-products-wrapper .product-item .product-item-actions .addtocart-bar .quantity-controls {
  display: inline-block;
  margin-right: 10px;
  margin-left: 2px;
  overflow: hidden;
  width: 17px;
}
.ja-products-wrapper .product-item .product-item-actions .addtocart-bar .quantity-controls input {
  background-color: #eeeeee;
  background-image: url(../images/quantity-bg.png);
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 17px;
  float: left;
  margin: 0;
  width: 17px;
  -webkit-appearance: none;
}
.ja-products-wrapper .product-item .product-item-actions .addtocart-bar .quantity-controls input.quantity-plus {
  background-position: left bottom;
  margin-bottom: 2px;
}
.ja-products-wrapper .product-item .product-item-actions .addtocart-bar .quantity-controls input.quantity-minus {
  background-position: -15px -15px;
}
.ja-products-wrapper .product-item .product-item-actions .addtocart-bar .quantity-controls input:hover {
  border-color: #333;
}
.ja-products-wrapper .product-item .addtocart-button {
  float: right;
}
.ja-products-wrapper .product-item .addtocart-button .btn {
  background-color: #2196f3;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.ja-products-wrapper .product-item .addtocart-button .btn:hover,
.ja-products-wrapper .product-item .addtocart-button .btn:focus,
.ja-products-wrapper .product-item .addtocart-button .btn:active {
  background-color: #0d8aee;
}
.ja-products-wrapper.list .list.product-items {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.ja-products-wrapper.list .list .product-item {
  margin-bottom: 0;
}
.ja-products-wrapper.list .list .product-item:last-child .product-item-info {
  border-bottom: 0;
  padding-bottom: 0;
}
.ja-products-wrapper.list .list .product-item .product-item-info {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding-left: calc(var(--ja-mf-spacing) * 23);
  padding-right: 0;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.ja-products-wrapper.list .list .product-item .product-item-info:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ja-products-wrapper.list .list .product-item .product-item-info.no-image {
  padding-left: 0;
}
.ja-products-wrapper.list .list .product-item .product-item-info .product-item-details {
  overflow: hidden;
}
.ja-products-wrapper.list .list .product-item .product-item-info .thumb {
  position: absolute;
  left: 0;
  top: 20px;
}
.ja-products-wrapper.list .list .product-item .product-item-info .product-item-photo {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
}
.ja-products-wrapper.list .list .product-item .product-item-info .product-item-photo img {
  max-width: calc(var(--ja-mf-spacing) * 20);
}
.ja-products-wrapper.list .list .product-item .product-item-info .product-item-actions {
  float: left;
}
.ja-products-wrapper .cols-1.product-items {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .ja-products-wrapper .cols-2.product-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .ja-products-wrapper .cols-3.product-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ja-products-wrapper .cols-3.product-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .ja-products-wrapper .cols-4.product-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ja-products-wrapper .cols-4.product-items {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .ja-products-wrapper .cols-5.product-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ja-products-wrapper .cols-5.product-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .ja-products-wrapper .cols-5.product-items {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) {
  .ja-products-wrapper .cols-6.product-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ja-products-wrapper .cols-6.product-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .ja-products-wrapper .cols-6.product-items {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) {
  .ja-products-wrapper .cols-7.product-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ja-products-wrapper .cols-7.product-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .ja-products-wrapper .cols-7.product-items {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 768px) {
  .ja-products-wrapper .cols-8.product-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ja-products-wrapper .cols-8.product-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .ja-products-wrapper .cols-8.product-items {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 768px) {
  .ja-products-wrapper .cols-9.product-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ja-products-wrapper .cols-9.product-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .ja-products-wrapper .cols-9.product-items {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 768px) {
  .ja-products-wrapper .cols-10.product-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ja-products-wrapper .cols-10.product-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .ja-products-wrapper .cols-10.product-items {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
}
.ja-products-wrapper .product-item-details {
  background: none;
  padding: 0;
  border: 0;
  float: none;
  display: block;
  min-width: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.7142;
  /* 20px when font size = 14px */
}
.ja-products-wrapper .product-item-details:hover {
  color: inherit;
  background: none;
}
.ja-products-wrapper .product-item-photo {
  display: block;
  border-bottom: 0;
  margin-bottom: 20px;
}
.ja-products-wrapper .product-item-photo .product-image-container {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ja-products-wrapper .product-item-photo .product_label {
  position: absolute;
  top: 0;
  right: 0;
}
.ja-products-wrapper .product-item-actions {
  margin-top: 20px;
  overflow: hidden;
}
.ja-products-wrapper .addtocart-bar {
  text-align: left;
}
/* Product reviews summary */
.ja-products-wrapper .product-reviews-summary .rating-summary,
.ja-products-wrapper .product-reviews-summary .reviews-actions {
  display: inline-block;
}
.ja-products-wrapper .product-reviews-summary {
  margin-bottom: 10px;
}
.ja-products-wrapper .product-reviews-summary .rating-summary {
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ja-products-wrapper .product-reviews-summary .rating-summary > span {
  margin-right: 5px;
}
.ja-products-wrapper .rating-result {
  background: url("../images/color-stars.png") repeat-x 0 bottom;
  text-align: left;
  height: 12px;
  width: 60px;
  display: inline-block;
  position: relative;
}
.ja-products-wrapper .rating-result span {
  background: url("../images/color-stars.png") repeat-x 0 0;
  height: 12px;
  position: absolute;
  left: 0;
}
/* Stock */
.ja-products-wrapper .stock.unavailable {
  color: red;
}
.ja-products-wrapper .stock.available {
  color: green;
}
div.toolbar-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
div.toolbar-bottom span {
  height: auto;
}
/* --------------------------------------------------------- */
/* FILTER STYLES                                             */
/* --------------------------------------------------------- */
.ja-filter-wrapper .filter-content {
  background-color: #eeeeee;
  padding: 20px;
}
.ja-filter-wrapper .filter-content .selected-filters ol {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.ja-filter-wrapper .filter-content .selected-filters ol li.item {
  padding: 5px;
}
.ja-filter-wrapper .filter-content .selected-filters ol li.item label {
  font-weight: 400;
}
.ja-filter-wrapper .filter-content .selected-filters ol li.item .filter-label {
  opacity: 0.6;
}
.ja-filter-wrapper .filter-content .selected-filters ol li.item .filter-value .img-selected {
  border-radius: 2px;
  max-width: 40px;
}
.ja-filter-wrapper .filter-content .block-subtitle {
  border-bottom: 1px solid #d7d7d7;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.ja-filter-wrapper .filter-content input[type="checkbox"],
.ja-filter-wrapper .filter-content input[type="radio"] {
  margin-top: 0;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.ja-filter-wrapper .filter-content .input-text {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.ja-filter-wrapper .filter-content .input-text.jafrom,
.ja-filter-wrapper .filter-content .input-text.jato {
  padding-right: 15px;
}
.ja-filter-wrapper .filter-content .filter-items {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 100%;
}
.ja-filter-wrapper .filter-content .filter-items .item.lv-2 {
  background: url(../images/tree-bg.png) no-repeat 0px center;
  padding-left: 20px;
}
.ja-filter-wrapper .filter-content .filter-items .item.lv-3 {
  background: url(../images/tree-bg.png) no-repeat 20px center;
  padding-left: 40px;
}
.ja-filter-wrapper .filter-content .filter-items .item.lv-4 {
  background: url(../images/tree-bg.png) no-repeat 40px center;
  padding-left: 60px;
}
.ja-filter-wrapper .filter-content .filter-items .item.lv-5 {
  background: url(../images/tree-bg.png) no-repeat 60px center;
  padding-left: 80px;
}
.ja-filter-wrapper .filter-content .filter-options-title {
  margin-bottom: 13.33333333px;
}
.ja-filter-wrapper .filter-content .filter-options-title span {
  background-color: #e1e1e1;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 10px 5px 28px;
  position: relative;
  text-transform: uppercase;
}
.ja-filter-wrapper .filter-content .filter-options-title span:hover {
  cursor: pointer;
}
.ja-filter-wrapper .filter-content .filter-options-title span:hover:after {
  color: #616161;
}
.ja-filter-wrapper .filter-content .filter-options-title span:after {
  content: "\f146";
  color: #9e9e9e;
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 8px;
}
.ja-filter-wrapper .filter-content .filter-options-title.collapsed span:after {
  content: "\f0fe";
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content {
  padding-left: 0;
  padding-right: 20px;
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content label {
  font-weight: normal;
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content .ui-widget-content {
  background: none;
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content .ui-slider-horizontal {
  background-color: #2196f3;
  border-radius: 0;
  border: 0;
  height: 6px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content .ui-slider-horizontal .ui-slider-range {
  background-color: #9e9e9e;
  border: 0;
  border-radius: 0;
  height: 6px;
}
.ja-filter-wrapper .filter-content .filter-range .filter-options-content .ui-slider-horizontal .ui-slider-handle {
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  height: 14px;
  margin-left: 0;
  margin-right: 0;
  width: 14px;
}
.ja-filter-wrapper .filter-content .filter-items li {
  padding: 3px 0;
}
.ja-filter-wrapper .filter-content .filter-items li:first-child {
  padding-top: 0;
}
.ja-filter-wrapper .filter-content .filter-items label {
  margin-bottom: 0;
  font-weight: normal;
}
.ja-filter-wrapper .filter-content .color-item {
  float: left;
  margin: 2px;
  padding: 0 !important;
}
.ja-filter-wrapper .filter-content .color-item span.color-item-bg {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: block;
  position: relative;
  min-height: 28px;
  line-height: 28px;
  min-width: 28px;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.ja-filter-wrapper .filter-content .color-item span.color-item-bg:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 0.8;
}
.ja-filter-wrapper .filter-content .color-item span.color-item-bg.color-active:before {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  content: "";
  height: 10px;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 10px;
}
.ja-filter-wrapper .filter-content .filter-items .media-item {
  padding: 5px !important;
  float: left;
  width: 25%;
}
.ja-filter-wrapper .filter-content .filter-items .media-item img {
  border: 1px solid #ddd;
  border-radius: 2px;
  max-width: 100%;
}
.ja-filter-wrapper .filter-content .filter-items .media-item img.media-active {
  border: 1px solid #096;
}
.ja-filter-wrapper .filter-content .filter-field + .filter-field {
  margin-top: 20px;
}
.ja-filter-wrapper .filter-options-title {
  margin-bottom: 10px;
}
/* Range */
.ja-filter-wrapper .filter-range .filter-options-content {
  padding: 0 0.6em;
}
.ja-filter-wrapper .range-value {
  margin-top: 10px;
}
.ja-filter-wrapper .range-max {
  float: right;
}
/* Filter Selected */
.ja-filter-wrapper ol,
.ja-filter-wrapper ul {
  padding-left: 20px;
  margin-left: 0;
}
.ja-filter-wrapper dd {
  margin-left: 0;
}
.ja-filter-wrapper select,
.ja-filter-wrapper input[type="text"] {
  max-width: 100%;
  min-height: 28px;
}
.ja-filter-wrapper ul.filter-items {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.ja-filter-wrapper ol.items .clear-filter .filter-label {
  margin-right: 5px;
}
.ja-filter-wrapper ol.items li.item {
  border-radius: 2px;
  padding: 2px 5px;
}
.ja-filter-wrapper ol.items li.item:hover {
  background-color: #fff;
}
.ja-filter-wrapper ol.items .clear-filter.remove {
  position: relative;
  padding-right: 20px;
  display: block;
  margin-bottom: 0;
}
.ja-filter-wrapper ol.items .clear-filter.remove:after {
  content: "\f1f8";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  color: #999;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.ja-filter-wrapper ol.items .clear-filter.remove:hover:after {
  color: #096;
}
.ja-filter-wrapper .filter-actions {
  text-align: right;
}
/* Overide Jquery UI */
.ui-widget-header a {
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-title select {
  display: inline-block;
  border-width: 1px;
}
.ui-datepicker .ui-datepicker-title select + select {
  margin-left: 5px;
}
.ja-megafilter-wrap.jshopping .product-item-actions {
  overflow: hidden;
}
.ja-megafilter-wrap.jshopping .product-item-actions .addtocart-area {
  float: left;
}
.ja-megafilter-wrap.jshopping .product-item-actions .view-detail {
  float: right;
}
.ja-megafilter-wrap.jshopping .product-item-actions .view-detail .btn-default {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 9px 10px;
}
.ja-megafilter-wrap.jshopping .product-item-actions .view-detail .btn-default:hover,
.ja-megafilter-wrap.jshopping .product-item-actions .view-detail .btn-default:focus,
.ja-megafilter-wrap.jshopping .product-item-actions .view-detail .btn-default:active {
  background: transparent;
  border-color: #bdbdbd;
}
.chzn-container-single .chzn-single > span,
.chosen-container-single .chosen-single > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chzn-container-single .chzn-single > span > span,
.chosen-container-single .chosen-single > span > span {
  margin-right: 6px;
  display: inline-block;
}
*[dir="rtl"] .ja-filter-wrapper .filter-actions {
  margin-bottom: 20px;
}
*[dir="rtl"] .ja-filter-wrapper ol.items .clear-filter.remove {
  padding-left: 20px;
  padding-right: 0;
}
*[dir="rtl"] .ja-filter-wrapper ol.items .clear-filter.remove::after {
  right: auto;
  left: 5px;
}
*[dir="rtl"] .products-toolbar .toolbar-sorter {
  float: right;
}
*[dir="rtl"] .ja-filter-wrapper .filter-content .filter-items {
  padding-right: 0;
}
*[dir="rtl"] .ja-filter-wrapper .filter-content .filter-items .item.lv-2 {
  background: url(../images/tree-rtl-bg.png) no-repeat right center;
  padding-right: 20px;
  padding-left: 0;
}
*[dir="rtl"] .ja-filter-wrapper .filter-content .filter-items .item.lv-3 {
  background: url(../images/tree-rtl-lv2-bg.png) no-repeat right center;
  padding-right: 40px;
  padding-left: 0;
}
*[dir="rtl"] .ja-filter-wrapper .filter-content .filter-items .item.lv-4 {
  background: url(../images/tree-rtl-lv3-bg.png) no-repeat right center;
  padding-right: 60px;
  padding-left: 0;
}
*[dir="rtl"] .ja-filter-wrapper .filter-content .filter-items .item.lv-5 {
  background: url(../images/tree-rtl-lv4-bg.png) no-repeat right center;
  padding-right: 80px;
  padding-left: 0;
}
*[dir="rtl"] .ja-filter-wrapper .filter-content .color-item {
  float: right;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ja-megafilter-wrap.docman .product-item-actions .btn {
    margin-bottom: 10px;
    margin-left: 0 !important;
    width: 100%;
  }
}
.jamega-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.jamega-row-flex > div[class*='col-'],
.jamega-row-flex > * {
  margin: 0 -0.3px;
  /* hack adjust for wrapping */
}
@media (max-width: 768px) {
  .ja-megafilter-wrap {
    position: relative;
  }
  .ja-megafilter-wrap .ja-mg-sidebar {
    height: 50px;
    overflow: hidden;
    width: 100%;
  }
  .ja-megafilter-wrap .ja-mg-sidebar.open {
    height: auto;
  }
  .ja-megafilter-wrap .ja-mg-sidebar.open .filter-open {
    display: none;
  }
  .ja-megafilter-wrap .ja-mg-sidebar.open .filter-close {
    display: inline-block;
  }
  .ja-megafilter-wrap .ja-mg-sidebar .filter-close {
    display: none;
  }
  .ja-megafilter-wrap .ja-mg-sidebar .sidebar-toggle {
    background-color: #9e9e9e;
    color: #fff;
    display: block;
    height: 50px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  .ja-megafilter-wrap .ja-mg-sidebar .sidebar-toggle:hover {
    background-color: #2196f3;
    cursor: pointer;
    text-decoration: none;
  }
  .ja-megafilter-wrap .ja-mg-sidebar .sidebar-toggle i {
    margin-right: 5px;
    vertical-align: middle;
  }
  .ja-megafilter-wrap .main-content {
    width: 100%;
  }
  .ja-megafilter-wrap .main-content .ja-products-wrapper .product-item:nth-child(3n+1) {
    clear: none !important;
  }
  .ja-megafilter-wrap .main-content .ja-products-wrapper .product-item:nth-child(2n+1) {
    clear: left !important;
  }
}
@media (max-width: 480px) {
  .ja-megafilter-wrap .main-content .product-item {
    width: 100%;
  }
}
.ja-products-wrapper.products-list .product-item-details .row.thumb .col-md-12 {
  position: initial;
}
