
.clr {
  clear: both; }

.nav-full-bg {
  z-index: 12; }

.fil_height17 {height: 17px;}

.breadcrumb { padding: 2px 15px 6px 10px; }

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .display-flex {
      display: block; } }

.catalog-product-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #fff; }

.sidebar-left {
  width: 15%;
  /*max-height: 750px;*/
  display: block;
  overflow: hidden;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  word-break: break-word; }
  .sidebar-left .blockscroll {
    /*max-height: 740px;
    overflow: scroll;
    right: 0;
    width: 112.333%;
    @media only screen and (min-width: 1601px) and (max-width: 1920px) {
    width: 111%;
    }*/
    position: relative;
    overflow-x: hidden;
    display: block; }
  @media only screen and (min-width: 1301px) and (max-width: 1367px) {
    .sidebar-left {
      width: 18%; } }
  @media only screen and (min-width: 992px) and (max-width: 1300px) {
    .sidebar-left {
      width: 20%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-left {
      width: 30%; } }
  @media (max-width: 767px) {
    .sidebar-left {
      display: none; } }

.catalog-product-listing {
  width: 85%;
  border-left: 1px solid #efefef;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 10px; }
  .catalog-product-listing.right-full-width {
    width: 100%; }
  @media only screen and (min-width: 1301px) and (max-width: 1367px) {
    .catalog-product-listing {
      width: 82%; } }
  @media only screen and (min-width: 992px) and (max-width: 1300px) {
    .catalog-product-listing {
      width: 80%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .catalog-product-listing {
      width: 70%; } }
  @media (max-width: 767px) {
    .catalog-product-listing {
      width: 100%; } }

.catalog-product-heading {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid #ddd; }

.listing {
  display: block;
  width: 100%;
  overflow: hidden; }
  .listing h3 {
    font-size: 17px;
    margin: 0;
    padding: 10px 0px; }
    @media only screen and (min-width: 1301px) and (max-width: 1367px) {
      .listing h3 {
        font-size: 13px;
        font-weight: bold; } }
    .listing h3 small {
      font-size: 11px;
      color: #ccc;
      float: right;
      margin-right: 0px;
      cursor: pointer;
      padding: 3px;
      margin-top: 0px; }
      .listing h3 small:hover {
        color: #000; }
  .listing ul {
    width: 100%;
    display: block;
    min-height: 60px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    margin: 0;
    padding: 0; }
    .listing ul li {
      display: block;
      width: 100%;
      padding: 3px 1px;
      font-size: 14px;
      text-transform: capitalize; }
    .listing ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: #ccc; }
    .listing ul .mCSB_scrollTools .mCSB_draggerRail {
      background-color: #ddd; }
    .listing ul .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .listing ul .mCSB_scrollTools {
      right: -5px; }

.checklist {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 1px;
  padding-top: 1px;
  cursor: pointer;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checklist:hover {
    color: #000; }
  .checklist .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border: 1px solid #e4e4e4;
    background-color: #f9f9f9;
    border-radius: 2px; }
    .checklist .checkmark:after {
      content: '';
      position: absolute;
      display: none;
      left: 6px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .checklist .checkmark.ch-radio {
      border-radius: 50%; }
      .checklist .checkmark.ch-radio:after {
        width: 9px;
        height: 9px;
        left: 4px;
        top: 4px;
        background-color: #fff;
        border: none;
        border-radius: 50%;
        transform: none; }
  .checklist input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checklist input:checked ~ .checkmark {
      background-color: #2196F3;
      border: 1px solid #2196F3; }
      .checklist input:checked ~ .checkmark:after {
        display: block; }

.box-sizeing {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .box-sizeing {
      width: 20%; } }
  @media only screen and (min-width: 992px) and (max-width: 1300px) {
    .box-sizeing {
      width: 33.333%; } }

.product-listing {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px 10px 15px;
  background-color: #fff; border-radius: 4px; border: 1px solid #efefef;}
  .product-listing:hover {
    z-index: 20;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
  .product-listing .image_height {
    height: 170px; }
  .product-listing .discount-panel {
    background-color: #FFF;
    padding: 2px 6px;
    min-width: 45px;
    text-align: center;
    color: #51aa1b;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 6px;
    border: solid 1px #51aa1b;
    border-radius: 3px;
    top: 6px;
    z-index: 2; }
  .product-listing .product-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-listing ul.qty {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none; }
    .product-listing ul.qty li {
      width: 48%;
      display: inline-block;
      padding: 4px;
      position: relative; }
      .product-listing ul.qty li:nth-child(2):after {
        content: '|';
        color: #ccc;
        position: absolute;
        top: 4px;
        left: -10px; }
      .product-listing ul.qty li .more-options {
        color: #369101;
        padding: 1px 8px;
        cursor: pointer; }
        .product-listing ul.qty li .more-options:hover {
          background-color: #e8e8e8 !important;
          border-radius: 0;
          box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1); }
  .product-listing .btn-warning {
    background-color: #f68f3b;
    border-radius: 4px; }
  .product-listing ul.add-qu {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 0;
    margin: 4px 0 0 0;
    list-style: none;
    position: relative;
    z-index: 2; }
    .product-listing ul.add-qu li {
      width: 50%;
      float: left;
      padding-top: 4px;
      padding-bottom: 4px;
      text-decoration: none;
      text-align: center; }
      .product-listing ul.add-qu li del {
        display: block;
        color: #b0b0b0; }
      .product-listing ul.add-qu li big {
        display: block;
        font-size: 16px;
        padding-top: 5px; }
      .product-listing ul.add-qu li .btn-cart {
        border-radius: 0;
        background-color: #f68f3b;
        color: #fff;
        padding: 9px 25px; }
        .product-listing ul.add-qu li .btn-cart:hover {
          background-color: #efad4d; }
  .product-listing .sellprice  {
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
  color: #b1b1b3;
  text-align: left;
  padding: 0;
  margin: 0;
  text-decoration: line-through
}
.product-listing .sellprice del {
    color: #666;
}
  .product-listing .offerprice {
    display: block;
    width: 100%;
    padding-top: 0px; font-size: 15px; }
  .product-listing .new-pro {
    position: absolute;
    left: -3px;
    top: 37px;
    z-index: 2; }
  .product-listing .new-pro-tan {
    width: auto;
    border-left: 4px solid #61b1de;
    border-radius: 0;
    color: #5a8daf;
    padding: 2px 8px;
    font-size: 11px;
    background-color: #e9edf4;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 5;
    /*display: none;*/ }
  .product-listing .offer-pro {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5; }
  .product-listing .out-box {
    position: relative; }
    .product-listing .out-box .overlay {
      position: absolute;
      top: 1px;
      left: 0;
      width: 100%;
      height: 88%;
      background-color: rgba(255, 255, 255, 0.7);
      color: #000;
      z-index: 8;
      display: block;
      overflow: hidden; }
    .product-listing .out-box .out-of-stock-new {
      background-color: #979797;
      border: 1px solid #979797;
      width: 62%;
      text-align: center;
      text-decoration: none;
      font-size: 11px;
      line-height: 20px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9; }
  .product-listing .request_prod {
    display: block;
    margin-top: 33px;
    position: relative;
    z-index: 9; }

.info_message_srch {
  background: #ffe382 none repeat scroll 0 0;
  color: #5d4800;
  cursor: default;
  line-height: 20px;
  padding: 8px 16px;
  text-align: center; }

.preloader {
  width: 100%;
  height: 500px;
  min-height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  z-index: 100; }
  .preloader .preloader-box {
    display: block;
    position: fixed;
    left: 48%;
    top: 54%;
    text-align: center;
    z-index: 101; }

.filtCon {background: #f3f3f3; color: #908d8d; border: 1px solid #eaeaea;padding: 5px 7px 5px 24px;float: left;display: block;margin: 2px; position: relative;border-radius: 6px;cursor: pointer;text-transform: capitalize;}
.filtCon i {color: #000;font-size: 9px;position: absolute;font-style: normal;left: 8px;top: 50%;margin-top: -6px;}
.filtCon:hover {background: #f7f7f7;}

.js_img_effect_start {
  opacity: 0 !important;
  transform: scale(1.1);
  transition: all 1s ease-in-out !important; }

.js_img_effect_end {
  opacity: 1 !important;
  transform: scale(1);
  transition: all 1s ease-in-out !important; }

/*-------> More-Options-popup<--------*/
.search-hover-box {
  background-color: white;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  padding: 0;
  padding-right: 0;
  z-index: 1000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: -10px 10px 11px rgba(0, 0, 0, 0.1);
  border: solid 1px #f2f2f2; }
  .search-hover-box .heading-item-name {
    display: block;
    padding: 10px;
    text-align: center;
    background: #f9f9f9;
    font-size: 17px;
    font-weight: normal;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #efefef; }

.search-hover-box-1 {
  background-color: rgba(210, 246, 255, 0.29);
  text-align: center;
  margin: 0 auto;
  position: fixed;
  padding: 0;
  padding-right: 0;
  display: none;
  border: 0 solid gainsboro;
  z-index: 1010;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 13px 9px -8px rgba(0, 0, 0, 0.2); }

.search-hover-box-open {
  display: block; }

.search-hover-box-scroll {
  width: 100%;
  min-height: 60px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden; }
  .search-hover-box-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc; }
  .search-hover-box-scroll .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ddd; }
  .search-hover-box-scroll .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .search-hover-box-scroll .mCSB_scrollTools {
    right: -5px; }

.qck-list-item-hover {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  padding: 0;
  text-align: left; }
  .qck-list-item-hover:first-child {
    margin-top: 0 !important;
    border-top: 0; }
  .qck-list-item-hover:hover {
    background: linear-gradient(to right, #fff 0, #fff 6%, #f9f9f9 25%) !important; }
    .qck-list-item-hover:hover .btn-s-cart {
      background-color: #f68f3b;
      border: 1px solid #f68f3b;
      color: #fff; }
  .qck-list-item-hover .search_product_image_hover {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5px; }
    .qck-list-item-hover .search_product_image_hover img {
      width: auto;
      height: 50px; }
  .qck-list-item-hover .search_product_content_hover {
    width: 100%;
    float: left;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 65px;
    min-height: 65px;
    margin: 0; }
    .qck-list-item-hover .search_product_content_hover .search_product_qty_hover {
      width: 15%;
      float: left;
      display: block;
      font-size: 12px;
      text-align: left;
      padding-top: 11px; }
    .qck-list-item-hover .search_product_content_hover .s-product-price-add {
      width: 55%;
      float: left;
      display: block;
      padding-top: 11px; }
      .qck-list-item-hover .search_product_content_hover .s-product-price-add .oprice {
        width: 33%;
        float: left;
        display: block;
        font-size: 12px;
        font-weight: normal; }
      .qck-list-item-hover .search_product_content_hover .s-product-price-add .sprice {
        width: 33%;
        float: left;
        display: block;
        color: #abaaaa;
        font-size: 12px; }
      .qck-list-item-hover .search_product_content_hover .s-product-price-add .dprice {
        width: 33%;
        float: left;
        display: block;
        font-size: 11px;
        color: #397d10; }
    .qck-list-item-hover .search_product_content_hover .add-option-block {
      width: 100px;
      float: right;
      margin-right: 5px;
      display: block; }
      .qck-list-item-hover .search_product_content_hover .add-option-block .btn-warning {
        float: right;
        background-color: #f68f3b;
        margin-right: 5px;
        border-radius: 2px; }
      .qck-list-item-hover .search_product_content_hover .add-option-block .spinner button {
        outline: none; }

.bg_fade2 {
  background-color: rgba(204, 204, 204, 0.5);
  /*background-color:rgba(217,19,22,0.50);*/
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }

.more-option-own {
  z-index: 15;
  position: relative;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
  .more-option-own .more-options {
    background-color: #e8e8e8 !important;
    border-radius: 0;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1); }

/*# sourceMappingURL=catalog_listing.css.map */





/*23.11.2020*/




.custAddCrtBtn {
  padding: 0 0 0 8px;
  margin: 0
}
.custAddCrtBtn .input-group {
  background: #fff;
  padding: 0px;
  margin: 0;
  border-radius: 4px;
  margin-top: 0px;
}
.custAddCrtBtn .input-group .input-group-addon {
  padding: 0;
  border: none;
  background-color: transparent
}
.custAddCrtBtn .input-group .input-group-addon.plusBtnBgSec {
  background: #f0ad4e;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.custAddCrtBtn .input-group .addbtn {
  background: #f0ad4e;
  color: #fff;
  padding: 7px;
  height: 28px;
  text-align: center;
  margin: 0;
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: 0;
  line-height: 15px;
}
.custAddCrtBtn .input-group .addplusbtn {
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
  background: #fff;
  padding: 8px 0px 4px 0px;
  margin: 0;
  height: 28px;
  width: 28px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  border-radius: 4px;
  outline: 0;
  line-height: 11px;
}
.custAddCrtBtn .input-group .activeplusbtn {
  border: 1px solid #fff;
  color: #fff;
  background: #eaa23c;
  padding: 8px 0px 4px 0px;
  margin: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  border-radius: 4px;
  outline: 0;
  line-height: 11px;
}
.custAddCrtBtn .input-group .activeminusbtn {
  border: 1px solid #fff;
  color: #fff;
  background: #eaa23c;
  padding: 8px 0px 4px 0px;
  margin: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  border-radius: 4px;
  outline: 0;
  line-height: 11px;
}
.custAddCrtBtn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border: none;
  background: transparent;
  box-shadow: none;
  height: 28px;
  width: 100%;
  font-weight: 700;
  color: #000;
}