.transition, .product-item-info, .product-item-info:hover .prod-img, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.transition, .product-item-info, .product-item-info:hover .prod-img, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.csearchform {
  margin: 30px 0; }

.cinput-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cinput-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .cinput-group .btn-primary {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.brand-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .brand-logo img {
    max-width: 180px;
    height: 80px;
    margin-right: 0; }
  .brand-logo .brand-name {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold; }

.brand-desc {
  margin-bottom: 30px; }

.letter-box {
  margin-bottom: 60px;
  display: table;
  width: 100%;
  font-size: 1rem; }
  .letter-box .letter {
    margin: 0 8px 16px;
    padding: 0px 14px;
    display: inline-block;
    text-align: center;
    float: left;
    font-weight: 500; }
    .letter-box .letter.disabled {
      color: #E1E1E1;
      pointer-events: none; }

@media (max-width: 1200px) {
  .letter-box {
    margin-bottom: 40px; } }
.brand-title {
  font-size: 1.5rem;
  color: #000000;
  text-transform: uppercase;
  text-align: center; }

.brand-letter {
  display: flex;
  width: 100%;
  margin-bottom: 40px; }
  .brand-letter .letter {
    flex-shrink: 0;
    vertical-align: top;
    font-size: 1.5rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    word-break: break-word;
    padding-right: 40px; }
  .brand-letter .letter-list {
    flex: 1;
    vertical-align: top; }
  .brand-letter .bare-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    list-style: none;
    margin: 0;
    padding: 0; }
  .brand-letter .brand-item {
    text-align: left;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    margin-right: 24px;
    text-transform: uppercase;
    font-size: 1rem; }
    .brand-letter .brand-item .brand-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      width: 180px; }
      .brand-letter .brand-item .brand-logo img {
        width: 180px;
        height: 80px;
        flex-shrink: 0;
        aspect-ratio: 180/80;
        border-radius: 4px;
        object-fit: contain;
        object-position: center; }
      .brand-letter .brand-item .brand-logo:hover img {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }

.product-info {
  /*padding: 10px; */ }

.product-item-info {
  position: relative;
  margin-bottom: 12.5px;
  text-align: center;
  display: block;
  width: 100%; }
  .product-item-info:hover .prod-img {
    opacity: .7; }

.grid-container {
  margin-left: 12px;
  margin-right: 12px; }

.products.product-grid-view {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0; }
  .products.product-grid-view > li {
    padding: 7.5px;
    background: transparent; }
  .products.product-grid-view .prod-img {
    display: block;
    position: relative;
    transition: all .4s ease-in-out 0s;
    margin-bottom: 3px;
    text-align: center; }
    .products.product-grid-view .prod-img a {
      display: block;
      height: 100%; }
    .products.product-grid-view .prod-img .delete-item {
      padding: 4px 8px;
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 99; }
    .products.product-grid-view .prod-img .badge {
      position: absolute;
      top: 0px;
      left: 0px;
      background: #ff0000;
      color: #fff;
      padding: 4px 10px; }
    .products.product-grid-view .prod-img > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .products.product-grid-view .prod-img:hover .content-overlay, .products.product-grid-view .prod-img:hover .add-to-links {
      opacity: 1; }
  .products.product-grid-view.item_4 > li {
    width: 25%; }
.products.product-list-view {
  position: relative;
  padding: 10px;
  transition: all 0.5s ease-in-out 0s;
  list-style: none;
  padding: 0; }
  .products.product-list-view li {
    padding: 7.5px;
    margin-bottom: 20px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    vertical-align: top;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .products.product-list-view li:hover {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .products.product-list-view .prod-img {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out 0s;
    width: 180px;
    min-width: 180px; }
    .products.product-list-view .prod-img a {
      display: block;
      height: 100%; }
    .products.product-list-view .prod-img:hover .content-overlay, .products.product-list-view .prod-img:hover .add-to-links {
      opacity: 1; }
  .products.product-list-view .product-info {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    transition: all .4s ease-in-out 0s;
    width: 180px;
    min-width: 180px; }
  .products.product-list-view .prod-subimg > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .products.product-list-view .addtocart-btn {
    display: block; }
.products .prod-img:hover .content-overlay, .products .prod-img:hover .add-to-links, .products .prod-img.hover .content-overlay, .products .prod-img.hover .add-to-links {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  cursor: pointer; }

.banner-onerow-slider .prod-img, .banner-tworow-slider .prod-img {
  position: relative;
  transition: none;
  margin-bottom: 3px;
  text-align: center; }
  .banner-onerow-slider .prod-img .delete-item, .banner-tworow-slider .prod-img .delete-item {
    padding: 4px 8px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1; }
  .banner-onerow-slider .prod-img .badge, .banner-tworow-slider .prod-img .badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ff0000;
    color: #fff;
    padding: 4px 10px; }
  .banner-onerow-slider .prod-img > a, .banner-tworow-slider .prod-img > a {
    display: block;
    height: 100%; }
.banner-onerow-slider .prod-img:hover .content-overlay, .banner-onerow-slider .prod-img:hover .add-to-links, .banner-onerow-slider .prod-img.hover .content-overlay, .banner-onerow-slider .prod-img.hover .add-to-links, .banner-tworow-slider .prod-img:hover .content-overlay, .banner-tworow-slider .prod-img:hover .add-to-links, .banner-tworow-slider .prod-img.hover .content-overlay, .banner-tworow-slider .prod-img.hover .add-to-links {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  cursor: pointer; }

.content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  /*bottom: 0;*/
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9; }

.add-to-links {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  height: 56px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .add-to-links a {
    padding: 5px;
    width: 56px !important;
    max-height: 56px !important;
    height: 56px !important;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    position: static !important;
    transition: all 0.5s;
    white-space: normal;
    line-height: normal; }
  .add-to-links .btn-icons i {
    color: #fff;
    font-size: 2rem; }

.sku-name {
  color: #000000;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
  font-style: normal; }

.prod-desc {
  color: #000000;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  white-space: initial; }

.prod-descfull {
  font-size: 0.875rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px; }

.stock-availability {
  font-size: 0.875rem;
  color: #000000;
  line-height: 24px;
  margin-bottom: 5px; }
  .stock-availability .in-stock {
    font-size: 0.875rem;
    color: #E9445F; }
  .stock-availability .out-stock {
    font-size: 1rem;
    color: #ff0000 !important; }
  .stock-availability .unlimited {
    font-size: 1rem;
    color: #28a745; }
  .stock-availability .morethanqn {
    font-size: 1rem;
    color: #17a2b8; }

.price-wrap {
  line-height: 24px; }
  .price-wrap .red, .price-wrap .price-margin {
    font-size: 1rem;
    color: #ff0000 !important;
    background-color: transparent;
    padding: 0 2px;
    display: inline-block; }

.total-review {
  color: #000000;
  font-weight: 400;
  font-size: 0.875rem; }

.addtocart-btn {
  padding-top: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .addtocart-btn .btn-primary {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .addtocart-btn .btn-icon {
    margin-left: 5px;
    border: 1px solid; }

.review-wrap {
  transition: all 0.5s ease-in-out 0s;
  line-height: 1.5rem;
  height: 50px;
  max-height: 50px; }

.review-star {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.875rem;
  text-align: left; }
  .review-star .grey-stars {
    height: 100%;
    position: relative; }
    .review-star .grey-stars:before {
      color: #000000; }
  .review-star .filled-stars {
    position: absolute;
    overflow: hidden; }
    .review-star .filled-stars:before {
      color: #E9445F; }
  .review-star .filled-stars:before,
  .review-star .grey-stars:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: 'Font Awesome 5 Pro';
    letter-spacing: 4px;
    line-height: 18px;
    font-weight: bold; }
  .review-star.fright {
    float: right; }

.shopbybrand {
  color: #1A1A2E;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  margin-bottom: 24px; }

.shopbybrand-content {
  padding: 0;
  margin-top: 60px; }

.shopbybrand-breadcrumb {
  padding: 0;
  margin: 0; }

@media (max-width: 1200px) {
  .shopbybrand {
    font-size: 36px; }

  .shopbybrand-content {
    padding: 0  16px 40px 16px;
    margin: 0; }

  .shopbybrand-breadcrumb {
    padding: 0 16px; } }
.title-sorting {
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  padding: 10px 0; }

.leftsidebar .apply-filter {
  margin-top: 15px; }
.leftsidebar .filter-action {
  margin-bottom: 30px;
  text-align: right;
  font-size: 1rem;
  color: #E9445F;
  cursor: pointer;
  font-weight: 500; }
  .leftsidebar .filter-action:hover {
    color: #e01a3b; }

.filter-text {
  font-size: 1.5rem;
  text-transform: none;
  background: transparent;
  padding: 0;
  margin-bottom: 30px; }
  .filter-text .clear-all {
    font-size: 0.875rem;
    color: #5c827d;
    float: right; }

.shopby > ul {
  max-height: 200px;
  overflow: auto; }
  .shopby > ul li {
    margin-bottom: 7px; }
    .shopby > ul li:hover .checkmark, .shopby > ul li:hover .radiomark {
      color: #5c827d;
      cursor: pointer; }
.shopby .filter-block {
  border-bottom: 1px solid #C2C2C2; }
  .shopby .filter-block:last-child {
    border-bottom: none; }
.shopby .clear_all {
  align-items: center;
  padding-bottom: 8px;
  display: flex !important; }
.shopby .filter-block.my-2 {
  display: block !important; }
  .shopby .filter-block.my-2 .d-flex.clear_all {
    display: flex !important;
    min-height: 40px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 16px; }
    .shopby .filter-block.my-2 .d-flex.clear_all .mr-auto.filter-title {
      color: #1A1A2E;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; }
    .shopby .filter-block.my-2 .d-flex.clear_all .clear-all {
      color: #878787;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      transition: color 0.2s ease;
      cursor: pointer; }
      .shopby .filter-block.my-2 .d-flex.clear_all .clear-all:hover:not(.disabled), .shopby .filter-block.my-2 .d-flex.clear_all .clear-all:active:not(.disabled), .shopby .filter-block.my-2 .d-flex.clear_all .clear-all:focus:not(.disabled) {
        color: #E9445F; }
.shopby .collapsible-product {
  cursor: pointer; }
  .shopby .collapsible-product:after {
    cursor: pointer;
    content: "\f078";
    text-align: right;
    font-family: "Font Awesome 5 Pro";
    float: right;
    font-size: 11.42px; }
.shopby .active:after {
  content: "\f077";
  text-align: right;
  float: right;
  font-family: "Font Awesome 5 Pro";
  font-size: 11.42px; }
.shopby .coll-content-product {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: 144px; }
  .shopby .coll-content-product.opened {
    display: block; }
.shopby .filter-arrow-title {
  padding: 1rem 0px 12px 0px !important;
  color: #1A1A2E;
  font-family: Prompt;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  word-wrap: break-word;
  text-transform: capitalize;
  transition: color 0.2s ease;
  cursor: pointer; }
  .shopby .filter-arrow-title.collapsible-product.active {
    color: #1A1A2E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; }
  .shopby .filter-arrow-title:hover, .shopby .filter-arrow-title:active, .shopby .filter-arrow-title.active {
    color: #E9445F; }
.shopby .filter-item-text {
  color: #1A1A2E;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  word-wrap: break-word;
  font-family: Prompt, sans-serif;
  transition: color 0.2s ease;
  text-decoration: none; }
  .shopby .filter-item-text:hover, .shopby .filter-item-text:active, .shopby .filter-item-text:focus {
    color: #E9445F;
    text-decoration: none; }
.shopby .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 8px; }
  .shopby .form-check .form-check-input {
    display: flex;
    width: 22px;
    height: 22px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #1A1A2E;
    background: #FFF;
    margin-top: 0;
    cursor: pointer;
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .shopby .form-check .form-check-input[type="checkbox"]:checked {
      background-color: #E9445F !important;
      border-color: #E9445F !important;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 18px 18px !important; }
    .shopby .form-check .form-check-input:checked {
      background-color: #E9445F !important;
      border-color: #E9445F !important;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 18px 18px !important; }
    .shopby .form-check .form-check-input:focus {
      border-color: #E9445F !important;
      outline: 0; }
  .shopby .form-check .form-check-label {
    margin-left: 0.5rem;
    cursor: pointer;
    font-family: Prompt, sans-serif;
    color: #1A1A2E;
    transition: color 0.2s ease; }
    .shopby .form-check .form-check-label:hover, .shopby .form-check .form-check-label:active, .shopby .form-check .form-check-label:focus {
      color: #E9445F; }
    .shopby .form-check .form-check-label .brand-logo {
      display: none; }
.shopby .filter-over .form-check input[type="checkbox"]:checked,
.shopby .check-filter .form-check input[type="checkbox"]:checked,
.shopby .color_wrapper .form-check input[type="checkbox"]:checked,
.shopby .form-check input[type="checkbox"]:checked,
.shopby .filter-over input.form-check-input[type="checkbox"]:checked,
.shopby .check-filter input.form-check-input[type="checkbox"]:checked,
.shopby .color_wrapper input.form-check-input[type="checkbox"]:checked,
.shopby input.form-check-input[type="checkbox"]:checked {
  background-color: #E9445F !important;
  border-color: #E9445F !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important; }
.shopby .price-slider-box {
  padding: 20px 8px 10px 8px; }
  .shopby .price-slider-box .ui-slider {
    position: relative;
    background-color: #D1D5DB;
    border-radius: 9999px;
    height: 2px;
    border: none;
    margin: 0; }
  .shopby .price-slider-box .ui-slider-horizontal {
    height: 2px; }
  .shopby .price-slider-box .ui-slider-range {
    background: #6A6A6A;
    border-radius: 9999px;
    height: 2px;
    top: 0;
    border: none; }
  .shopby .price-slider-box .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #ffffff;
    border: 2px solid #6A6A6A;
    box-sizing: border-box;
    cursor: grab;
    top: calc((12px - 2px) / 2 * -1);
    margin-left: -6px;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.2s ease;
    z-index: 2; }
    .shopby .price-slider-box .ui-slider-handle:hover, .shopby .price-slider-box .ui-slider-handle.ui-state-hover {
      box-shadow: 0 0 0 3px rgba(106, 106, 106, 0.1882352941); }
    .shopby .price-slider-box .ui-slider-handle:focus, .shopby .price-slider-box .ui-slider-handle.ui-state-focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(106, 106, 106, 0.1882352941); }
    .shopby .price-slider-box .ui-slider-handle.ui-state-active {
      cursor: grabbing;
      box-shadow: 0 0 0 3px rgba(106, 106, 106, 0.1882352941); }
.shopby .price-slider-value-box {
  padding: 10px 0px 20px 0px; }
.shopby .price-slider-input {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 72px;
  height: 29px;
  padding: 4px 8px;
  word-wrap: break-word; }
  .shopby .price-slider-input.right_side {
    color: #878787; }
.shopby .brand-logo {
  vertical-align: middle;
  margin: 0px 4px 0px 4px; }
.shopby .brand-name {
  vertical-align: middle; }
.shopby .filter-item {
  border-bottom: #C2C2C2 solid 1px;
  margin: 8px 0px;
  padding-bottom: 4px; }
  .shopby .filter-item .item-title {
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
    vertical-align: middle; }
  .shopby .filter-item .clear-button {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    vertical-align: middle;
    text-align: right;
    float: right;
    cursor: pointer; }
    .shopby .filter-item .clear-button i {
      font-weight: 300;
      color: #333333;
      font-size: 11.42px; }

.filter-block {
  border-bottom: solid 1px #f2f2f2; }
  .filter-block h4 {
    margin: 15px 0; }
    .filter-block h4 i {
      display: none; }
  .filter-block .select {
    border-radius: 0;
    font-size: 1rem;
    height: 30px; }
  .filter-block input[type="text"] {
    border-radius: 0; }
  .filter-block .price-range .min-range, .filter-block .price-range .max-range {
    background: #EEEEEE;
    max-width: 70px;
    border: none;
    font-size: 0.875rem;
    text-align: center; }
    .filter-block .price-range .min-range:hover, .filter-block .price-range .min-range:focus, .filter-block .price-range .max-range:hover, .filter-block .price-range .max-range:focus {
      border: none;
      box-shadow: none; }
  .filter-block .price-range span {
    display: inline-block;
    vertical-align: middle; }
  .filter-block .price-range .off-disc {
    font-size: 0.875rem; }
  .filter-block .price-range input {
    display: inline-block;
    vertical-align: middle; }
  .filter-block .price-range button {
    border-radius: 0; }
    .filter-block .price-range button:hover {
      background: #000; }
  .filter-block ul li ul {
    display: none; }
  .filter-block.noborder {
    border-bottom: none; }

.filter-arrow-title {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 10px 0px;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: block; }
  .filter-arrow-title i {
    display: block;
    position: absolute;
    right: 5px;
    top: 13px;
    font-weight: normal;
    cursor: pointer; }
  .filter-arrow-title.bg {
    background: #5c827d;
    color: #fff;
    padding: 10px 40px 10px 10px; }

.filter-over {
  max-height: 255px;
  overflow: auto;
  list-style: none;
  padding: 0; }
  .filter-over li {
    display: flex;
    padding: 6px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    color: #909090; }
    .filter-over li .chk-label {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      color: #333333;
      font-size: 14px;
      font-weight: 400;
      font-family: Prompt, sans-serif; }
    .filter-over li:last-child {
      margin-bottom: 15px; }
    .filter-over li a {
      display: block;
      color: #1A1A2E;
      font-size: 14px;
      font-weight: 400;
      font-family: Prompt, sans-serif;
      transition: color 0.2s ease; }
      .filter-over li a:hover, .filter-over li a.active {
        color: #E9445F; }
    .filter-over li.check-boxwrap {
      margin: 3px 0; }
  .filter-over::-webkit-scrollbar {
    -webkit-appearance: none; }
  .filter-over::-webkit-scrollbar:vertical {
    width: 6.63px; }
  .filter-over::-webkit-scrollbar:horizontal {
    height: 124.69px; }
  .filter-over::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 2px solid #D8D8D8;
    background-color: #D8D8D8; }
  .filter-over::-webkit-scrollbar-track {
    background-color: #F6F6F8; }

.apply-filter {
  text-align: center;
  margin: 15px 0; }

.filter-cat {
  margin-bottom: 15px; }
  .filter-cat span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #757575;
    font-weight: 500; }
    .filter-cat span i {
      padding-left: 5px;
      vertical-align: baseline;
      font-weight: 400;
      color: #757575; }
  .filter-cat ol.items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .filter-cat ol.items li {
      display: block;
      margin: 10px 0;
      color: #929292;
      padding: 0 0px 10px 0;
      border-bottom: solid 1px #f2f2f2; }
    .filter-cat ol.items .clear-close {
      float: right; }
      .filter-cat ol.items .clear-close i {
        vertical-align: middle; }

.filter-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-end !important; }
  .filter-list .total-item,
  .filter-list .grid-view {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    font-family: Prompt, sans-serif;
    color: #333333; }
  .filter-list .grid-switcher {
    display: none; }
  .filter-list .dropdown-toggle:after {
    font-weight: 300;
    font-size: 11.42px; }
  .filter-list .dropdown-menu {
    border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #E1E1E1; }
    .filter-list .dropdown-menu .dropdown-item {
      background-color: transparent;
      color: #909090;
      font-weight: 400;
      padding: 6px 16px;
      font-family: Prompt, sans-serif;
      font-size: 14px;
      transition: all 0.2s ease; }
      .filter-list .dropdown-menu .dropdown-item:hover, .filter-list .dropdown-menu .dropdown-item:active, .filter-list .dropdown-menu .dropdown-item:focus {
        background-color: transparent;
        color: #333333; }
  .filter-list .total-view {
    margin: 0; }
  .filter-list .mode-view {
    margin: 0; }

.shortby {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  gap: 8px;
  font-family: Prompt, sans-serif; }
  .shortby li > a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: none;
    font-family: Prompt, sans-serif; }
  .shortby .grid-switcher {
    display: block; }
  .shortby .mobilefilter {
    display: none; }
  .shortby .d-hide {
    display: block;
    margin: 0; }
  .shortby .showfilter {
    margin: 0; }
  .shortby .showpage {
    padding: 10px 0px; }
  .shortby h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: Prompt, sans-serif;
    color: #333333; }

.selectdd {
  color: #000000;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */ }

.selectdd.filter-text1 {
  color: #000000;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */ }

.sort-icon {
  cursor: pointer;
  color: #909090;
  font-size: 14px; }

.ddborder {
  border: 1px solid #CECECE;
  border-radius: 0.25rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 7px; }

.brand-section .brand-desc {
  margin-top: 1rem; }

.grid-switcher a.active {
  color: #5c827d; }

.fltrhamburger {
  display: none; }

.category_image {
  margin-bottom: 20px; }

.brand-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 12px;
  border-radius: 8px; }

.brand-logo img {
  height: 40px;
  /*max-width: 120px;
  margin-right: 15px;*/ }

.brand-logo .brand-name {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold; }

.brand-desc {
  margin-bottom: 30px; }

.letter-box {
  display: table;
  width: 100%; }

.letter-box .letter {
  margin: 0 12px 12px 0;
  padding: 0px 10px;
  display: inline-block;
  text-align: center;
  float: left;
  height: 40px;
  min-width: 40px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #CECECE;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem; }

.letter-box .letter.disabled {
  color: #1A1A2E;
  pointer-events: none;
  opacity: .5; }

.letter-box .letter:not(.disabled):hover, .letter-box .letter:not(.disabled).active {
  color: #fff;
  background-color: #0F3461;
  border-color: #0F3461; }

.letter-box .letter-all {
  /*        text-transform: uppercase;*/
  font-weight: normal;
  /*padding-left: 0;
  margin-left: 0;*/ }

@media all and (max-width: 1100px) {
  .product-item-wrappers.product-grid-view > li {
    width: 33.3333333%; } }
@media all and (max-width: 991px) {
  .leftsidebar {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    background: #fff;
    min-width: 140px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    border-right: none !important;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .leftsidebar.active {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .leftsidebar .shopby {
      margin-top: 30px;
      border: none;
      padding: 0;
      overflow: auto;
      max-height: 100%; }

  .shortby {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    text-align: left; }
    .shortby .grid-switcher {
      display: none; }
    .shortby .mobilefilter {
      background: #5c827d;
      color: #fff;
      justify-content: center; }
    .shortby .mobilefilter, .shortby .showfilter, .shortby .showpage {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-align: center;
      border: 1px solid #CECECE;
      padding: 10px;
      white-space: nowrap;
      margin-right: 0;
      width: 100%; }
      .shortby .mobilefilter i, .shortby .showfilter i, .shortby .showpage i {
        vertical-align: baseline;
        margin-right: 7px; }
      .shortby .mobilefilter .dropdown-toggle, .shortby .showfilter .dropdown-toggle, .shortby .showpage .dropdown-toggle {
        padding-right: 15px;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .shortby .sort-icon {
      padding-left: 1px; }

  .d-hide {
    display: none !important; }

  .fltrhamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #5c827d;
    color: #fff;
    margin: 0 -15px;
    padding: 10px;
    font-size: 1.125rem; }

  .filter-list {
    margin-bottom: 5px; }
    .filter-list .total-view {
      margin: 10px 0; }
    .filter-list .total-view {
      order: 2; }
    .filter-list .col-sm-6 {
      max-width: 50%; }

  .leftsidebar-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99999990;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease; }

  .leftsidebar.active + .leftsidebar-backdrop {
    display: block;
    opacity: 1; } }
@media all and (max-width: 767px) {
  .sub-cat-img {
    text-align: center; }
    .sub-cat-img .product-image img {
      min-height: 80px; }

  .products.product-grid-view .btn-outline-primary {
    min-width: auto !important;
    font-size: 0.875rem; }
  .products.product-list-view .addtocart-btn {
    position: static; }
  .products.product-list-view .btn-outline-primary {
    min-width: auto !important;
    font-size: 0.875rem; }
  .products .link-product-name {
    font-size: 0.75rem; }
  .products .sku {
    font-size: 0.625rem; }
  .products .price-wrap .normal-price, .products .price-wrap .special-price {
    font-size: 0.875rem; }
  .products .price-wrap .strike-price {
    font-size: 0.625rem; }

  .title-sorting {
    display: none; }

  .product-item-wrappers.product-grid-view > li {
    width: 50%; }

  .brand-title {
    margin: 22px 0;
    text-align: center; }

  .letter-box {
    margin-bottom: 40px; }

  .brand-letter {
    margin-bottom: 40px; }

  .bare-list {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -8px;
    margin-right: -8px; }
    .bare-list .brand-item {
      text-align: left;
      width: calc(50% - 16px) !important;
      min-width: calc(50% - 16px) !important;
      max-width: calc(50% - 16px) !important;
      margin-left: 8px !important;
      margin-right: 8px !important;
      margin-bottom: 16px !important; } }
.csearchform {
  margin: 30px 0; }

.cinput-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cinput-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .cinput-group .btn-primary {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.brand-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .brand-logo img {
    max-width: 180px;
    height: 80px;
    margin-right: 0; }
  .brand-logo .brand-name {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold; }

.brand-desc {
  margin-bottom: 30px; }

.letter-box {
  margin-bottom: 60px;
  display: table;
  width: 100%;
  font-size: 1rem; }
  .letter-box .letter {
    margin: 0 8px 16px;
    padding: 0px 14px;
    display: inline-block;
    text-align: center;
    float: left;
    font-weight: 500;
    font-size: 1.5rem;
    color: #1A1A2E;
    display: flex;
    align-items: center;
    justify-content: center; }
    .letter-box .letter.disabled {
      opacity: 0.6;
      pointer-events: none; }
  .letter-box .letter-all {
    font-size: 1rem;
    color: #1A1A2E; }
  .letter-box .letter-group .letter {
    font-size: 1rem;
    color: #1A1A2E; }

@media (max-width: 1200px) {
  .letter-box {
    margin-bottom: 40px; } }
.brand-title {
  font-size: 1.5rem;
  color: #000000;
  text-transform: uppercase;
  text-align: center; }

.brand-letter {
  display: flex;
  width: 100%;
  margin-bottom: 40px; }
  .brand-letter .letter {
    flex-shrink: 0;
    vertical-align: top;
    font-size: 1.5rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    word-break: break-word;
    padding-right: 40px; }
  .brand-letter .letter-list {
    flex: 1;
    vertical-align: top; }
  .brand-letter .bare-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    list-style: none;
    margin: 0;
    padding: 0; }
  .brand-letter .brand-item {
    text-align: left;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    margin-right: 24px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #000000; }
    .brand-letter .brand-item .brand-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      width: 180px;
      margin-bottom: 0; }
      .brand-letter .brand-item .brand-logo img {
        width: 180px;
        height: 80px;
        flex-shrink: 0;
        aspect-ratio: 180/80;
        border-radius: 4px;
        object-fit: contain;
        object-position: center; }
      .brand-letter .brand-item .brand-logo:hover img {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
    @media (max-width: 1200px) {
      .brand-letter .brand-item .brand-logo {
        margin-bottom: 24px; } }

@media all and (max-width: 516px) {
  .MagicScroll .addtocart-btn .btn-primary, .MagicScroll .addtocart-btn .btn-icon {
    font-size: 0.75rem; } }
.products.product-grid-view {
  align-items: stretch; }
  .products.product-grid-view > li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    height: 100%; }
  .products.product-grid-view .item-box {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    width: 100%;
    flex: 1 1 0%; }
    .products.product-grid-view .item-box .product-item-info {
      border-radius: 8px;
      overflow: hidden;
      background: #fff;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease;
      height: 100%;
      min-height: 460px;
      flex: 1 1 0%; }
      @media screen and (max-width: 768px) {
        .products.product-grid-view .item-box .product-item-info {
          min-height: 375px; } }
      .products.product-grid-view .item-box .product-item-info:hover {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
        .products.product-grid-view .item-box .product-item-info:hover .prod-img {
          opacity: 1 !important; }
      .products.product-grid-view .item-box .product-item-info .add-to-links {
        display: none !important; }
      .products.product-grid-view .item-box .product-item-info .prod-img {
        height: 256px;
        align-self: stretch;
        aspect-ratio: 1/1;
        position: relative;
        overflow: hidden;
        opacity: 1 !important; }
        .products.product-grid-view .item-box .product-item-info .prod-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .products.product-grid-view .item-box .product-item-info .prod-img .lazy-image-loader,
        .products.product-grid-view .item-box .product-item-info .prod-img img.lazy-image-loader {
          width: 40px !important;
          height: 40px !important;
          max-width: 40px !important;
          max-height: 40px !important;
          object-fit: contain; }
        @media screen and (max-width: 768px) {
          .products.product-grid-view .item-box .product-item-info .prod-img {
            height: 171px;
            align-self: stretch;
            aspect-ratio: 1/1; } }
      .products.product-grid-view .item-box .product-item-info .product-info {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        flex: 1 1 0%;
        min-height: 0; }
        .products.product-grid-view .item-box .product-item-info .product-info .brand-name {
          color: #878787;
          font-family: Prompt, sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          margin: 0; }
        .products.product-grid-view .item-box .product-item-info .product-info .product-title,
        .products.product-grid-view .item-box .product-item-info .product-info h2.product-title {
          margin: 0;
          width: 100%; }
          .products.product-grid-view .item-box .product-item-info .product-info .product-title .link-product-name,
          .products.product-grid-view .item-box .product-item-info .product-info .product-title a,
          .products.product-grid-view .item-box .product-item-info .product-info h2.product-title .link-product-name,
          .products.product-grid-view .item-box .product-item-info .product-info h2.product-title a {
            color: #1A1A2E;
            font-family: Prompt, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 0;
            min-height: 48px; }
        .products.product-grid-view .item-box .product-item-info .product-info .stock-availability {
          margin: 0; }
          .products.product-grid-view .item-box .product-item-info .product-info .stock-availability label {
            color: #00695A;
            font-family: Prompt, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin: 0; }
          .products.product-grid-view .item-box .product-item-info .product-info .stock-availability .stock {
            color: #00695A;
            font-family: Prompt, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; }
        .products.product-grid-view .item-box .product-item-info .product-info .price-wrap {
          margin: 0;
          width: 100%; }
          .products.product-grid-view .item-box .product-item-info .product-info .price-wrap .normal-price {
            color: #1A1A2E;
            font-family: Prompt, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%;
            text-align: left;
            display: block; }
          .products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-left {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 0;
            flex: 1; }
          .products.product-grid-view .item-box .product-item-info .product-info .price-wrap .special-price {
            color: #FF1D25;
            font-family: Prompt, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%;
            text-align: left;
            margin: 0;
            display: block; }
          .products.product-grid-view .item-box .product-item-info .product-info .price-wrap .strike-price {
            color: #878787;
            font-family: Prompt, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            text-decoration: line-through;
            text-align: left;
            margin: 0;
            display: block; }
          .products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-margin {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #FF1D25;
            color: #fff !important;
            padding: 0 4px;
            border-radius: 8px;
            font-size: 12px;
            font-weight: 400;
            line-height: 150%;
            white-space: nowrap;
            align-self: center; }
          .products.product-grid-view .item-box .product-item-info .product-info .price-wrap:has(.special-price), .products.product-grid-view .item-box .product-item-info .product-info .price-wrap:has(.price-left) {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            gap: 12px; }
        .products.product-grid-view .item-box .product-item-info .product-info .review-wrap,
        .products.product-grid-view .item-box .product-item-info .product-info .sku-name,
        .products.product-grid-view .item-box .product-item-info .product-info .prod-desc,
        .products.product-grid-view .item-box .product-item-info .product-info .prod-fix-text,
        .products.product-grid-view .item-box .product-item-info .product-info .custom-info,
        .products.product-grid-view .item-box .product-item-info .product-info .addtocart-btn {
          display: none; }

@media screen and (min-width: 992px) {
  .container[data-ng-controller="ProductListController"] .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .container[data-ng-controller="ProductListController"] .col-lg-9 {
    flex: 1 1 0% !important;
    max-width: 100% !important;
    padding: 0 !important; }
  .container[data-ng-controller="ProductListController"] .col-lg-2 {
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important; }

  .grid-container {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  .products.product-grid-view > li {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding: 0 12px; } }
@media screen and (max-width: 575px) {
  .products.product-grid-view > li {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 6px; } }
@media screen and (min-width: 576px) and (max-width: 991px) {
  .container[data-ng-controller="ProductListController"] {
    padding-left: 24px;
    padding-right: 24px; }
    .container[data-ng-controller="ProductListController"] .row {
      margin-left: 0;
      margin-right: 0; }
      .container[data-ng-controller="ProductListController"] .row .col-md-9,
      .container[data-ng-controller="ProductListController"] .row .col-sm-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important; }
      .container[data-ng-controller="ProductListController"] .row .col-md-6,
      .container[data-ng-controller="ProductListController"] .row .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0; }

  .leftsidebar {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    max-width: 80% !important;
    background: #fff;
    min-width: 140px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    border-right: none !important;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: block !important; }
    .leftsidebar.active {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .leftsidebar .shopby {
      margin-top: 30px;
      border: none;
      padding: 0;
      overflow: auto;
      max-height: 100%; }
    .leftsidebar .fltrhamburger {
      display: flex !important;
      justify-content: space-between !important; }

  .shortby .mobilefilter {
    display: inline-flex !important; }

  .fltrhamburger {
    display: block !important; }

  .products.product-grid-view > li {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding: 0 12px; }

  .prod-img {
    aspect-ratio: 1/1; } }
@media screen and (min-width: 1401px) {
  .showfilter .dropdown-toggle i.fa-sort-amount-down {
    display: none !important; } }
.error-container.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
  padding: 40px 20px; }
  @media screen and (max-width: 768px) {
    .error-container.no-results {
      min-height: 200px;
      padding: 30px 15px; } }

.pagination .pagenum .btn-primary-product,
.pagenum .btn-primary-product {
  display: flex;
  height: 48px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px !important;
  border: 1px solid #E9445F;
  background: #FFF;
  color: #E9445F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s ease;
  cursor: pointer; }
  .pagination .pagenum .btn-primary-product:hover, .pagination .pagenum .btn-primary-product:focus,
  .pagenum .btn-primary-product:hover,
  .pagenum .btn-primary-product:focus {
    background: #E9445F;
    color: #FFFFFF;
    border-color: #E9445F; }
  .pagination .pagenum .btn-primary-product:active,
  .pagenum .btn-primary-product:active {
    background: #E9445F;
    color: #FFFFFF;
    border-color: #E9445F; }

.filter-list .mode-view .mobilefilter i.fa-sort-amount-down {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle; }
.filter-list .mode-view .showfilter .dropdown-toggle i.fa-sort-amount-down {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle; }

@media all and (max-width: 991px) {
  .filter-list {
    margin-bottom: 48px;
    justify-content: space-between !important;
    padding: 0 16px; }
    .filter-list .total-view {
      margin: 0;
      order: 2; }
    .filter-list .mode-view {
      order: 1; }
    .filter-list .col-sm-6 {
      max-width: 50%; }

  .shortby .mobilefilter {
    background: #fff;
    color: #1A1A2E !important;
    border: 1px solid #1A1A2E !important;
    border-radius: 8px !important;
    width: 171px !important;
    padding: 8px 16px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 500 !important; }
    .shortby .mobilefilter i.fa-sort-amount-down {
      font-size: 16px;
      width: 16px;
      height: 16px;
      margin-left: 4px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
  .shortby .selectdd.filter-text1 {
    color: #1A1A2E !important;
    font-weight: 500 !important; }
  .shortby .mobilefilter,
  .shortby .showfilter,
  .shortby .showpage {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    border: 1px solid #1A1A2E !important;
    padding: 8px 16px !important;
    white-space: nowrap;
    margin-right: 0;
    border-radius: 8px !important;
    width: 171px !important;
    font-weight: 500 !important;
    align-items: center;
    gap: 8px; }
    .shortby .mobilefilter i.fa-sort-amount-down,
    .shortby .showfilter i.fa-sort-amount-down,
    .shortby .showpage i.fa-sort-amount-down {
      font-size: 16px;
      width: 16px;
      height: 16px;
      margin-left: 4px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
    .shortby .mobilefilter i,
    .shortby .showfilter i,
    .shortby .showpage i {
      vertical-align: baseline;
      margin-right: 7px; }
    .shortby .mobilefilter .dropdown-toggle,
    .shortby .showfilter .dropdown-toggle,
    .shortby .showpage .dropdown-toggle {
      padding-right: 15px;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      align-items: center;
      gap: 8px; }
      .shortby .mobilefilter .dropdown-toggle i.fa-sort-amount-down,
      .shortby .showfilter .dropdown-toggle i.fa-sort-amount-down,
      .shortby .showpage .dropdown-toggle i.fa-sort-amount-down {
        font-size: 16px;
        width: 16px;
        height: 16px;
        margin-left: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle; } }
