.react-loading {
  display: block;
  width: 100%;
  min-height: 100px;
  background: url('../images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
}
.col-left {
  display: inline-block;
  float: left;
  width: 20%;
}
.col-left .filter-content .filter-label {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.col-left .filter-content .filter-checkbox {
  width: 18%;
  display: inline-block;
  vertical-align: top;
}
.col-left .filter-content .filter-checkbox .checkbox {
  margin: 0px;
}
.col-left .filter-content .filter-options {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 5px 10px;
}
.col-left .filter-content .filter-options .filter-options-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 15px 0 0;
}
.col-left .filter-content .filter-options .filter-options-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.col-left .filter-content .filter-options .filter-options-content .item {
  clear: both;
  margin: 5px 0px;
}
.col-left .filter-content .filter-options .filter-options-content .item a {
  display: block;
  padding: 5px 0px;
}
.col-left .filter-options-content .item:hover {
  cursor: pointer;
}
.col-right {
  display: inline-block;
  width: 80%;
  padding-left: 10px;
  float: right;
}
.col-left.modal-open .filter-inner {
  display: block !important;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9;
  transform: scale(1);
  visibility: visible;
}
.col-left.modal-open .filter-inner .filter-content {
  box-shadow: none;
  height: 75%;
  overflow: scroll;
  overflow-x: hidden;
  border: 2px solid #f2f2f2;
}
.col-left.modal-open .filter-inner .apply-button {
  padding: 10px 30px 30px;
  background: #fff;
  width: 100%;
  text-align: center;
}
.col-left.modal-open .filter-inner .apply-button button {
  background: none;
  box-shadow: none;
  width: 100%;
  border-radius: 14px;
  border: 2px solid #ccc;
}
.col-left.modal-open .filter-overlay {
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.filter-overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: initial;
  transition-delay: 0.5s;
  left: 0px;
  z-index: 11;
  background: transparent;
  top: 0px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .filter-overlay {
    display: block;
  }
}
.grid .product-item-info,
.grid .product-inner {
  background: #fff;
  margin: 0px 0px 10px 0px;
  position: relative;
  z-index: 2;
}
.grid .product-item-info:hover,
.grid .product-inner:hover {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.grid .product-item-info .product-item-photo-wrapper,
.grid .product-inner .product-item-photo-wrapper {
  min-height: 0px;
}
.grid .product-item-info .product-item-photo-wrapper a img,
.grid .product-inner .product-item-photo-wrapper a img {
  margin: 0 auto;
  border-radius: 15px;
}
.grid .product-item-info .price-box.price-final_price,
.grid .product-inner .price-box.price-final_price {
  line-height: 20px;
  padding: 0 5px 4px;
}
.grid .product-item-info .price-box .old-price,
.grid .product-inner .price-box .old-price {
  float: left;
  margin-right: 10px;
  text-decoration-line: line-through;
}
.grid .product-item-info .stock.unavailable,
.grid .product-inner .stock.unavailable {
  max-height: 30px;
  padding: 0 10px 8px;
  line-height: 20px;
}
.grid .product-item-info .stock.unavailable span,
.grid .product-inner .stock.unavailable span {
  color: #ff0000;
  font-size: 14px;
}
.grid .product-item-info span.stamped-product-reviews-badge,
.grid .product-inner span.stamped-product-reviews-badge {
  height: 20px;
  display: none !important;
}
.grid .product-item .item-info-parent {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.grid .product-item .product-item-inner {
  display: none;
}
.grid .product-item .product-item-name {
  padding: 0 10px 0;
  margin-bottom: 0;
}
.grid .product-item .product-item-link {
  display: block;
  margin: 0px 0px 5px 0px;
  font-size: 14px;
  color: #949493;
  height: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .grid .product-item .product-item-link {
    font-size: 13px;
    height: 43px;
  }
}
.grid .product-item .price-box span {
  font-size: 14px;
  color: #454542;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .grid .product-item .price-box span {
    font-size: 13px;
  }
}
.grid .product-item .price-box span.price-label {
  display: none;
}
.grid .product-item .price-box span.special-price span {
  color: #ff0000;
}
.grid .product-item:hover .product-item-inner {
  display: block;
}
.products-list .item-info-parent {
  border: 1px solid #dddddd;
  margin: 10px 0px 10px 0px;
  padding: 20px;
}
.products-list .item-info-parent .price-box,
.products-list .item-info-parent .product-item-description {
  padding: 20px 0px 20px 0px;
}
.products-list .item-info-parent:hover {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.filter-content {
  background: #fff;
  border-radius: 15px;
  padding: 10px 20px;
}
.mage-temp .content-template-load {
  position: relative;
}
.mage-temp .content-template-load .show-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(245, 245, 245, 0.7);
  z-index: 9;
}
.mage-temp .content-template-load .show-loading .loading {
  z-index: 99999;
  width: 28px;
  height: 28px;
  display: block;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
}
.filter-title {
  display: none;
  margin-bottom: 10px;
  border-radius: 0px;
  padding: 8px 10px;
  background: #fff;
  margin-top: 10px;
  border-bottom: 4px solid #F2F2F2;
}
.filter-title span {
  font-weight: 400;
  font-size: 22px;
  color: #171717;
}
@media only screen and (max-width: 991px) {
  .filter-title span {
    font-size: 18px;
    font-family: Lato;
    color: #999;
  }
}
@media only screen and (max-width: 767px) {
  .filter-title span {
    font-size: 16px;
  }
}
.filter-title span.glyphicon {
  display: none;
}
.filter-title label {
  color: #bfbfbf;
  font-weight: normal;
  font-size: 25px;
  line-height: normal;
  margin-top: -5px;
}
@media only screen and (max-width: 991px) {
  .filter-title label {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-title label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .filter-title {
    display: block;
    padding: 20px 40px;
    margin: 0px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .filter-title {
    padding: 20px 70px;
  }
}
.catalog-category-view .page-title-wrapper {
  display: block;
  padding: 0px 3% 20px;
}
.catalog-category-view .page-title-wrapper .page-title {
  margin: 0px;
  padding: 0;
}
.catalog-category-view .page-title-wrapper span.base {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.panel.filter {
  border: none;
  border-radius: 0;
}
.category-header {
  position: relative;
}
.category-header .category-image img {
  width: 100%;
}
.category-header .page-title-wrapper {
  color: #43423d;
  position: absolute;
  bottom: 40px;
  /*transform: translate(-50%, 0px);*/
}
.category-header .page-title-wrapper h1,
.category-header .page-title-wrapper h1 span {
  font-size: 50px;
  font-family: 'copperplate-b';
  color: #43423d;
}
.category-header .category-description {
  color: #43423d;
  position: absolute;
  bottom: 115px;
  left: 50%;
  transform: translate(-50%, 0px);
  display: none;
}
.category-header .category-description p {
  color: #43423d;
}
.custom_layer {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom_layer .col_shopby {
  float: left;
  margin-right: 15px;
}
.custom_layer .title_filter span b {
  font-weight: normal;
}
.custom_layer .title_filter span {
  background-color: #EBEBEB;
  text-transform: uppercase;
  color: #f9f6f1;
  padding: 15px;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
}
.custom_layer .title_filter span .fa.fa-sort-down {
  vertical-align: middle;
  height: 20px;
  display: inline-block;
}
.custom_layer .title_filter span:hover,
.custom_layer .title_filter span.active {
  background-color: #f3f2f0;
  color: #43423d;
}
.custom_layer .list_filter {
  display: none;
  visibility: hidden;
  position: relative;
  top: 10px;
  padding: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  /*box-shadow: 1px 3px 10px 3px #ccc;*/
  background-color: #43423d;
  z-index: 100;
  width: 100%;
}
.filter_active {
  display: inline-block !important;
  visibility: visible !important;
}
.custom_layer .items_filter {
  width: 100%;
  display: inline-block;
  padding: 0;
}
.custom_layer .items_filter li {
  float: left;
  list-style: none;
  padding: 6px 20px 0 0;
  /*border-right: @base-border-1px;*/
  height: 40px;
  line-height: 16px;
}
/*.custom_layer .items_filter li:nth-child(5n){border: none;}*/
.custom_layer .items_filter li a {
  color: #f9f6f1;
}
.custom_layer .items_filter li a:hover {
  color: #f3f2f0;
}
.catalog-category-view .toolbar.toolbar-products {
  float: right;
  z-index: 100;
  top: 0;
  right: 0;
  display: none;
}
.catalog-category-view .toolbar.toolbar-products .modes {
  padding-right: 5px;
}
.catalog-category-view .toolbar.toolbar-products .modes #modes-label {
  display: none;
}
.toolbar.toolbar-products .limiter {
  display: none;
}
.toolbar.toolbar-products .limiter .limiter-label,
.toolbar.toolbar-products .sorter .sorter-label {
  float: left;
  padding-top: 7px;
  padding-right: 5px;
}
.toolbar.toolbar-products .limiter select,
.toolbar.toolbar-products .sorter select {
  width: auto;
  float: left;
}
.toolbar.toolbar-products .limiter .limiter-text,
.toolbar.toolbar-products .sorter .sorter-action {
  float: left;
  padding-left: 5px;
  padding-top: 5px;
  border: none;
}
.products-grid,
.catalog-category-view .products-grid,
.catalog-category-view .products-list,
.brands-index-brand .products-list,
.brands-index-brand .products-grid {
  display: inline-block;
  width: 100%;
}
.products-grid .product-items .product-item .product_name,
.catalog-category-view .products-grid .product-items .product-item .product_name,
.brands-index-brand .products-grid .product-items .product-item .product_name {
  text-align: center;
  padding: 20px 0 10px;
  height: 80px;
  overflow: hidden;
}
.products-grid .product-items .product-item .product_name a,
.catalog-category-view .products-grid .product-items .product-item .product_name a,
.brands-index-brand .products-grid .product-items .product-item .product_name a {
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-decoration: none;
}
.grid .item {
  margin-bottom: 10px;
  padding: 0px 10px;
}
.pagination li a:hover {
  cursor: pointer;
}
.grid .product-item-info,
.grid .product-inner {
  border-radius: 15px;
}
.products-grid .product-items .product-item .product_price_review .price-box,
.catalog-category-view .products-grid .product-items .product-item .product_price_review .price-box,
.brands-index-brand .product-items .product-item .product_price_review .price-box {
  float: left;
  padding-top: 0;
  font-size: 16px;
}
.products-grid .product-items .product-item .product_price_review .product-reviews-summary,
.catalog-category-view .products-grid .product-items .product-item .product_price_review .product-reviews-summary,
.brands-index-brand .product-item .product_price_review .product-reviews-summary {
  float: right;
}
.products-grid .product-items .product-item .product_price_review .product-reviews-summary .action.view,
.catalog-category-view .products-grid .product-items .product-item .product_price_review .product-reviews-summary .action.view,
.brands-index-brand .product-item .product_price_review .product-reviews-summary .action.view {
  display: none;
}
.products-grid .product-items .product-item .product-item-inner,
.catalog-category-view .products-grid .product-items .product-item .product-item-inner,
.brands-index-brand .products-grid .product-items .product-item .product-item-inner {
  display: block;
}
.products-grid .product-items .product-item .product-item-inner .actions-primary button,
.catalog-category-view .products-grid .product-items .product-item .product-item-inner .actions-primary button,
.brands-index-brand .product-items .product-item .product-item-inner .actions-primary button {
  background-color: #f3f2f0;
  font-size: 12px;
  color: #43423d;
  text-transform: uppercase;
  width: 100%;
  border: none;
  padding: 10px;
}
.products-grid .product-items .product-item .product-item-inner .actions-primary button:hover,
.catalog-category-view .products-grid .product-items .product-item .product-item-inner .actions-primary button:hover,
.brands-index-brand .product-items .product-item .product-item-inner .actions-primary button:hover {
  background-color: #323232;
}
.stamped-badge .fa-star:before,
.stamped-badge .fa-star-half-o:before {
  font-size: 16px;
}
.stamped-product-reviews-badge .stamped-badge,
.stamped-badge-caption {
  display: none;
}
.brands-index-brand .grid .product-item .item-info-parent {
  height: 510px;
}
.catalog-category-view .bottom-pagination {
  padding: 20px 0;
}
.catalog-category-view .grid .product-item:hover .product-item-info,
.brands-index-brand .grid .product-item:hover .product-item-info {
  position: relative;
}
.catalog-category-view .grid .product-item-info:hover,
.catalog-category-view .grid .product-inner:hover,
.brands-index-brand .grid .product-item-info:hover,
.brands-index-brand .grid .product-inner:hover {
  -webkit-box-shadow: 0 3px 3px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(50, 50, 50, 0.2);
  box-shadow: 0 3px 3px rgba(50, 50, 50, 0.2);
}
.catergory-page-clickmore .col-img > img {
  width: 100%;
}
.catalog-product-view .product-info-stock-sku .product.attribute.sku {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .tab-content {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #cccccc #cccccc;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  padding: 15px;
  width: 100%;
  display: inline-block;
}
.catalog-product-view .tab-content #reviews {
  padding: 15px;
}
.catalog-product-view .tab-content #reviews .block-title {
  font-size: 18px;
  color: #f3f2f0;
}
.catalog-product-view .tab-content #reviews #review-form legend {
  font-size: 15px;
}
.catalog-product-view .tab-content #reviews #review-form textarea {
  width: 100%;
}
.catalog-product-view .tab-content #reviews #review-form .mage-error {
  padding-top: 10px;
}
.catalog-product-view .tab-content #reviews #review-form .review-field-ratings .label {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding-left: 0;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
@media only screen and (max-width: 1199px) {
  .catalog-category-view .custom_layer {
    padding-top: 50px;
  }
  .products-grid .product-items .product-item,
  .catalog-category-view .products-grid .product-items .product-item {
    width: 30%;
  }
  .brands-index-brand .products-grid .product-items .product-item {
    width: 45%;
  }
  .catalog-category-view .toolbar.toolbar-products {
    float: none;
    /*margin-top: 10px;*/
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  /*.custom_layer .items_filter li {width: 33%}*/
  /*.custom_layer .items_filter li:nth-child(5n) {border-right: @base-border-1px; }
  .custom_layer .items_filter li:nth-child(3n) {border: none;}*/
  .col-left .filter-inner {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: scale(0);
    bottom: -1000px;
  }
  .col-right {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_layer .col-xs-12.col-sm-12 {
    padding: 0;
  }
  .custom_layer .col_shopby {
    width: 33%;
    background-color: ;
    margin: 0;
  }
  .custom_layer .title_filter span {
    border-radius: 0;
    width: 100%;
    text-align: center;
    padding: 15px 2px;
  }
}
@media only screen and (max-width: 667px) {
  .products-grid .product-items .product-item,
  .catalog-category-view .products-grid .product-items .product-item {
    width: 45%;
  }
  .custom_layer .col_shopby {
    margin-bottom: 15px;
  }
  .catalog-category-view .category-header .page-title-wrapper h1,
  .catalog-category-view .category-header .page-title-wrapper h1 span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 529px) {
  .catalog-category-view .custom_layer {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  /*.custom_layer .items_filter li {width: 50%}*/
  /*.custom_layer .items_filter li:nth-child(3n) {border-right: @base-border-1px; }
  .custom_layer .items_filter li:nth-child(2n) {border: none;}*/
}
@media only screen and (max-width: 440px) {
  .products-grid .product-items .product-item,
  .catalog-category-view .products-grid .product-items .product-item {
    width: 96%;
  }
  .brands-index-brand .products-grid .product-items .product-item {
    width: 96%;
  }
  .grid .product-item-info {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .catalog-category-view .category-header .page-title-wrapper h1,
  .catalog-category-view .category-header .page-title-wrapper h1 span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 370px) {
  .catalog-category-view .toolbar.toolbar-products .limiter,
  .catalog-category-view .toolbar.toolbar-products .sorter-label {
    display: none;
  }
  .catalog-category-view .custom_layer {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 360px) {
  /*.custom_layer .items_filter li {width: 100%; border: none;}*/
  /*.custom_layer .items_filter li:nth-child(3n){border: none;}*/
}
@media only screen and (max-width: 345px) {
  #mainNav .minicart .dropdown-menu-right {
    right: -170px;
  }
}
/* Tab Icon Style */
.personSelectIcon .nav-tabs > li.active > a,
.personSelectIcon .nav-tabs > li.active > a:hover,
.personSelectIcon .nav-tabs > li.active > a:focus {
  background-color: #eeeeee;
}
.personSelectIcon .iconpicker-items {
  position: relative;
  clear: both;
  float: none;
  padding: 12px 0 0 12px;
  background: #fff;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  min-height: 49px;
  max-height: 246px;
}
.personSelectIcon .iconpicker-item {
  float: left;
  width: 38px;
  height: 38px;
  padding: 2px;
  margin: 0 12px 12px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 38px;
  box-shadow: 0 0 0 1px #ddd;
  color: inherit;
}
.personSelectIcon .iconpicker-items * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.personSelectIcon .iconpicker-item:hover:not(.iconpicker-selected) {
  background-color: #eee;
}
.personSelectIcon .iconpicker-item.iconpicker-selected {
  box-shadow: none;
  color: #fff;
  background: #000;
}
.personSelectIcon .iconpicker-item.iconpicker-selected .mjsicon {
  color: #fff;
}
/* End Tab Icon Style */
.fa-star-half-o:before,
.fa-star-o:before,
.fa-star:before {
  font-size: 16px !important;
}
.infinite-loader {
  margin: 20px 0 20px 0;
}
.infinite-loader .btn-load-more {
  color: #555;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 40px;
  line-height: 30px;
  border: 1px solid #ddd;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  border-radius: 35px;
}
.product-pager {
  padding: 0 10px;
  margin: 10px 0 25px 0;
}
.product-pager span {
  background: #f3f2f0;
  vertical-align: middle;
  padding: 10px 10px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .grid .item {
    margin-bottom: 0px;
    padding: 0px 5px;
  }
  .grid .product-item-info,
  .grid .product-inner {
    margin: 5px 0px;
    box-shadow: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .grid .item {
    width: 33.33%;
  }
}
.catalog-category-view .breadcrumb {
  margin: 0px;
  padding-left: 0 !important;
  background: none;
  padding-bottom: 0px;
  color: #999;
  text-transform: uppercase;
  font-weight: normal;
}
.catalog-category-view .breadcrumb a {
  color: #999;
}
.catalog-category-view .mb-tools .col-lg-4.col-md-4.col-sm-4.col-xs-4.text-left,
.catalog-category-view .mb-tools .col-lg-4.col-md-4.col-sm-4.col-xs-4.text-right {
  display: none;
}
.catalog-category-view .mb-tools .col-lg-4.col-md-4.col-sm-4.col-xs-4.text-center {
  margin-bottom: 10px;
  padding: 0px;
  width: 100%;
}
.catalog-category-view .mb-tools .col-lg-4.col-md-4.col-sm-4.col-xs-4.text-center button.btn {
  background: #cccccc;
  color: #fff;
  width: 100%;
  box-shadow: none;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .col-left {
    display: inline-block;
    float: left;
    width: 20%;
  }
  .col-left .filter-content .filter-label {
    width: 80%;
    display: inline-block;
    vertical-align: top;
  }
  .col-left .filter-content .filter-label span {
    color: #999;
    font-weight: normal;
    padding-left: 5px;
  }
  .col-left .filter-content .filter-checkbox {
    width: 18%;
    display: inline-block;
    vertical-align: top;
  }
  .col-left .filter-content .filter-checkbox .checkbox {
    text-align: right;
    margin: 0px;
  }
  .col-left .filter-content .filter-checkbox .checkbox .cr {
    margin-right: 0px;
  }
  .col-left .filter-content .filter-options {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px 10px;
    margin-bottom: 0px;
    font-size: 15px;
  }
  .col-left .filter-content .filter-options .filter-options-title {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 15px 0 15px;
  }
  .col-left .filter-content .filter-options .filter-options-content ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .col-left .filter-content .filter-options .filter-options-content .item {
    clear: both;
    margin: 5px 0px;
  }
  .col-left .filter-content .filter-options .filter-options-content .item a {
    display: block;
    padding: 5px 0px;
  }
  .col-left .filter-content .filter-options .filter-options-content .item:hover {
    cursor: pointer;
  }
}
@media only screen and (max-width: 991px) {
  .col-left .filter-inner,
  .col-left.modal-open .filter-inner {
    display: block !important;
    position: fixed;
    top: auto;
    bottom: 0px;
    transition: all 0.5s cubic-bezier(1, 1, 0.5, 1);
    width: 94%;
    height: 94%;
    left: 0;
    z-index: 9;
    transform: scale(1);
    background: #fff;
    visibility: visible;
    margin: 3%;
    overflow: hidden;
  }
  .col-left .filter-inner .filter-content,
  .col-left.modal-open .filter-inner .filter-content {
    box-shadow: none;
    height: 75%;
    overflow: scroll;
    overflow-x: hidden;
    border: 0px solid #f2f2f2;
  }
  .col-left .filter-inner {
    max-height: none;
    bottom: -1000px;
  }
  .col-left.modal-open .filter-inner {
    max-height: none;
    bottom: 0px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .col-left.modal-open .filter-inner .filter-content {
    padding: 10px 50px;
    height: 70%;
  }
  .col-left.modal-open .filter-inner .apply-button {
    bottom: 30px;
    padding: 10px 70px;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
