#column-left {
  float: left;
  width: 280px;
  margin-bottom: 20px
}
#content.left-wrapper {
  margin-left: 300px;
  width: calc(100% - 300px);
  padding-left: 10px;
}
.breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.breadcrumb .breadcrumb-item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 375px;
}

.page-breadcrumb {
  margin-top: 30px;
  margin-bottom: 40px;
}

.category-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 24px;
}

.category-view-download {
  display: flex;
  align-items: center;
  gap: 24px;
}

.category-header-wrapper .category-title h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
}

.category-view-download .category-view-type {
  border: 1px solid #db0552;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  height: 40px;
  line-height: 50px;
  display: flex;
  gap: 0;
}

.category-view-download .category-view-type button {
  border: none;
  background: #ffffff;
  padding: 0px 15px;
  text-align: center;
}

.category-view-download .category-view-type button > span {
  color: var(--primaryBg);
  width: 25px;
  height: 25px;
  font-size: 25px;
}

.category-view-download .category-view-type button.active {
  background: var(--primaryBg);
}

.category-view-download .category-view-type button.active > span {
  color: white;
}

.category-view-download .form-group.sort-by {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-view-download .form-group.sort-by .custom-select > select {
  border-color: var(--primaryBg);
  padding: 7px 6px;
  border-radius: 20px;
  outline: none;
}
.panel .filters {
  background: #ffffff;
  border-radius: 25px;
}

.panel .filters .filter-group .items {
  display: none;
  flex-direction: column;
  padding: 20px;
  padding-top: 24px;
  gap: 20px;
}
.panel .filters .filter-group.show .items {
  display: flex;
}
.panel .filters .filter-group .items .filter {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  color: #000000;
}
.panel .filters .product-title.label {
  padding: 16px 20px;

  border-top: 1px solid #eeeeee;
  position: relative;
  cursor: pointer;
}
.panel .filters .filter-group.show .product-title.label {
  border-bottom: 1px solid #eeeeee;
}
.noUi-horizontal {
  width: 80%!important;
  margin: auto;
  height: 7px;
  margin-top: 15px;
}

.noUi-handle {
  border: 1px solid var(--primaryBg);
  background: var(--primaryBg);
  box-shadow: none;
  top: -8px
}

.noUi-connect {
  background: var(--primaryGrad)
}

.panel .filters .price-filter .label {
  padding-bottom: 12px
}


input#range-to {
  margin-right: 12px;
  border-color: var(--primaryBg);
}

.panel .range-label input {
  float: left;
  width: 47%;
  outline: 0;
  padding: 3px;
  padding-left: 10px;
  border-color: var(--primaryBg);
  border-radius: 3px;
}
.panel .filters .price-filter .label {
  background: 0 0;
  border-top: none;
}
.range-wrapper {
  overflow: hidden;
  padding: 15px 20px;
}
.product-title.label:after {
  content: "\e5cf";
  position: absolute;
  right: 20px;
  top: 50%;
  font-family: "Material Symbols Outlined";
  transform: translateY(-50%);
  font-size: 22px;
}
.filter-group.show .product-title.label:after {
  content: "\e5ce";
}
.panel .filters .product-title h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--primaryBg);
}
.price-filter .product-title.label:after {
  display: none;
}

.panel .filters .filter-group:first-child .product-title {
  border-top: 0;
}
.product-categories {
  padding-bottom: 60px;
}

.empty-content {
  text-align: center;
}
.categories-product-item {
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  padding: 6px 20px;
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr 8fr 3fr;
  margin-bottom: 10px;
}
.categories-product-item .product-info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #999999;
}

.categories-product-item .product-info .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.product-categories .category-product-listing {
  max-width: calc(100% - 280px);
}
.categories-product-item .price-wrap {
  display: inline-block;
  margin-left: auto;
}
.categories-product-item .showing-price {
  text-align: right;
}
.pagination-bar {
  border-top: 2px solid var(--primaryBg);
  margin-top: 40px;
  padding-top: 20px;
}
.pagination-bar .pagination {
  display: flex;
  gap: 10px;
}

.pagination-bar .pagination li.active {
  background: var(--primaryGrad);
  color: white;
}

.pagination-bar .pagination li {
  padding: 5px 14px;
  display: inline-block;
}

.pagination-bar .rs-none p {
  text-align: right;
}
.grid-view-wrapper {
  margin: 0;
  padding: 0;
}
.product-layout.list .single-product-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-layout.list .single-product-item .product-img > img {
  width: 80px;
  height: 80px;
}

.product-layout.list .single-product-item .product-img {
  margin: 0;
  padding: 0;
  border: 0;
}

.product-layout.list .single-product-item .product-info {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-layout.list .product-info .price-wrap {
  margin: 0;
  margin-left: auto;
}

.product-layout.list .single-product-item .product-info .title {
  height: auto;
  margin-right: 20px;
}
.col-lg-4.product-layout.grid {
  padding: 0 5px;
}
.product-layout .single-product-item {
  margin-bottom: 10px;
}

.panel .filters .hidden .product-title.label {
  border-bottom: 0;
}
.hidden .product-title.label::after {
  content: "\e5ce";
}
.category-brand-list .brand-item {
  width: 100px;
  text-align: center;
}

.category-brand-list .brand-item a {
  color: #333;
}

.category-brand-list .brand-item .brand-img-icon {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background: #fff;
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.1));
  display: inline-block;
  padding: 20px;
}

.category-brand-list .brand-item .brand-img-icon img {
  text-align: center;
  margin: 0 auto;
}

.category-brand-list .brand-item h4 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 0 10px;
  font-size: 14px;
}
.category-brand-list .owl-nav {
  display: block;
  width: 100%;
}

.owl-nav button.disabled {
  display: none;
}

.category-brand-list .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
  left: 0;
}

.category-brand-list .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.category-brand-list .owl-nav button > span {
  font-size: 35px;
}
.category-brand-list {
  margin-bottom: 35px;
}
.our-brand-list .sorting-by {
  padding: 9px 16px;
  margin: 15px 0;
  box-shadow: 0 0px 6px 0px rgb(0 0 0 / 17%);
}
.our-brands-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6,1fr);
  gap: 20px;
  margin-top: 35px;
}
.our-brand-list .search-area input {
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 7px 15px;
}
.our-brand-list .search-area  ::placeholder {
  color: var(--primaryBg);
}
.our-brand-list .sorting-by p {
  color: var(--primaryBg);
}

.our-brands-wrapper img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  box-shadow: 0 0px 6px 0px rgb(0 0 0 / 17%);
  display: inline-block;
  padding: 15px;
  cursor: pointer;
}
.our-brand-list {
  padding: 0 15px;
  padding-bottom: 20px;
}
.all-brand-wrapper {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 20px;
  margin-bottom: 40px
}

.all-brand-wrapper .brand-wrap {
  background: #fff;
  box-shadow: 0 1px 20px 4px #00000008;
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .panel {
    height: 100%;
    overflow-y: auto;
    padding: 10px;
  }
  #column-left .filters {
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 10px;
  }
  #column-left {
    right: -320px;
    background: #fff;
    display: block;
    width: 300px;
    position: fixed;
    top: 0;
    height: calc(100vh - 110px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 0;
    border-left: 1px solid #dddddd3d;
  }

  #column-left.open {
    right: 0;
    z-index: 999;
    height: 100%
  }

  #column-left .close {
    font-size: 14px;
    height: 25px;
    width: 25px;
    background: white;
    display: block!important;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 2px;
    color: var(--primaryBg);
    text-align: center;
    box-shadow: 0px 0px 2px 0px #000000bd;
  }
  #column-left .close i {
    font-size: 16px;
  }
  #content.left-wrapper {
    margin-left: 0;
    width: calc(100% - 0px);
    padding-left: 0
  }
  .product-categories .category-product-listing {
    max-width: 100%;
  }
  .breadcrumb {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
  }
  .all-brand-wrapper {
    grid-template-columns:repeat(4,1fr)
  }
}
@media (max-width: 767px) {
  .all-brand-wrapper {
    grid-template-columns:repeat(3,1fr);
    gap: 10px;
    margin-top: 30px;
  }
  .our-brand-list {
    padding: 0;
  }
  .our-brands-wrapper {
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
  }
  .our-brand-list .sorting-by .justify-content-between {
    flex-wrap: wrap;
    gap: 20px;
  }
  .our-brands-wrapper img {
    height: auto;
  }
  .category-brand-list .brand-item .brand-img-icon {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .category-brand-list .brand-item {
    width: 80px;
  }

  .category-brand-list {
    margin-bottom: 20px;
  }

  .category-brand-list .brand-item h4 {
    font-size: 12px;
    margin-top: 2px;
  }
  .panel .filters .product-title h3 {
    font-size: 13px;
    line-height: inherit;
  }

  .panel .filters .product-title.label {
    padding: 12px 15px;
  }

  .panel .filters .filter-group .items {
    padding: 15px;
    gap: 15px;
  }

  .panel .filters .filter-group .items .filter {
    font-size: 13px;
    line-height: 13px;
  }
  .grid-view-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-header-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: inherit;
  }

  .category-header-wrapper .category-title h2 {
    font-size: 18px;
    line-height: initial;
  }

  .page-breadcrumb {
    margin: 15px 0;
  }

  .breadcrumb .breadcrumb-item {
    font-size: 12px;
    line-height: initial;
    padding-right: 10px;
  }
  .breadcrumb .breadcrumb-item:first-child {
    padding: 0;
  }
  .pagination-bar .pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .pagination-bar .pagination li {
    padding: 4px 10px;
    font-size: 12px;
  }

  .pagination-bar .rs-none p {
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
  }
  .product-categories {
    padding-bottom: 20px;
  }
  .category-view-download .category-view-type {
    height: 30px;
    line-height: 36px;
    border-radius: 40px;
  }

  .category-view-download .category-view-type button > span {
    font-size: 18px;
  }

  .category-view-download .category-view-type button {
    padding: 0 10px;
  }

  .category-view-download {
    justify-content: space-between;
  }

  .category-view-download .download-catalog {
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
    padding: 0px 12px 2px 16px;
    height: 35px;
  }
  .category-header-wrapper .category-title {
    text-align: center;
  }
  .categories-product-item {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
    padding: 20px;
  }

  .categories-product-item .price-wrap {
    margin: auto;
  }

  .categories-product-item .product-info .title {
    font-size: 12px;
    line-height: 16px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 400px) {
  .our-brand-list .sorting-by .justify-content-between {
   justify-content: center !important;
  }
}