.section-heading .default-heading {
  margin: 0;
}
.section-heading .default-heading .heading-h {
  margin: 0;
}
/*******categories Css*******/
.categories-section {
  position: relative;
  z-index: 1;
  padding: 30px 0px 20px;
}
.categories-product-page {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 60px;
}
.innerpage-category-wrapper {
  overflow: hidden;
  position: relative;
  /* margin-bottom: 20px; */
  transition: 0.3s;
  transform: scale(0.9);
}
.innerpage-category-wrapper:hover {
  transition: 0.3s;
}
.owl-item.active.center .innerpage-category-wrapper {
  transform: scale(1.1);
}
.innerpage-category-wrapper .innerpage-category-img {
  height: 350px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin: auto;
}
.innerpage-category-wrapper .innerpage-category-img .category-img-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 2s ease-out;
  max-width: 100%;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}
.innerpage-category-wrapper .innerpage-category-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #3A3A3A 0%, transparent 100%);
  z-index: 1;
  transition: 0.3s;
}
.innerpage-category-wrapper:hover .innerpage-category-img:before, .innerpage-category-wrapper.active .innerpage-category-img:before{
  transition: 0.3s;
  background: linear-gradient(0deg, var(--btn-color) 20%, transparent 100%);
}
.innerpage-category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 30px 50px;
  z-index: 1;
}

.innerpage-category-wrapper .innerpage-category-title .innerpage-category-links {
  color: #ffffff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
  text-transform: capitalize;
}
.innerpage-category-wrapper .innerpage-category-img {
  transition: 0.3s;
}
.innerpage-category-wrapper:hover .innerpage-category-img .category-img-tag {
  transition: all 2s ease-out;
  transform: scale(1.04);
}
.innerpage-category-description {
  color: #fff;
  font-size: 14px;
}
.category-product-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
}
.category-product-carousel .owl-nav .owl-prev {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px dashed #000000;
  position: absolute;
  z-index: 9;
  left: -30px;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  margin: auto;
}
.category-product-carousel .owl-nav .owl-next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px dashed #000000;
  position: absolute;
  z-index: 9;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.category-product-carousel .owl-nav .owl-prev:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  height: 15px;
  width: 12px;
  background-image: url(/images/slider-arrow.svg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  filter: brightness(0);
  /*transform: rotate(0deg);*/
}
.category-product-carousel .owl-nav .owl-next:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 12px;
  background-image: url(/images/slider-arrow.svg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  filter: brightness(0);
  transform: rotate(180deg);
}
.categories-section .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 470px;
    margin: 40px auto 10px;
}

.categories-section .owl-dots .owl-dot {
    height: 3px;
    width: 110px;
    display: inline-block;
    background: #dedede;
}

.categories-section .owl-dots .owl-dot.active {
    background: #000;
    height: 5px;
}

.categories-section .owl-dots:before, .categories-section .owl-dots:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: url(/images/cat-dots-arrow.svg) center / contain no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.categories-section .owl-dots:before {
    left: 0 !IMPORTANT;
    transform: rotate(180deg);
    right: unset;
}

.categories-section .owl-dots:after {
    left: unset;
    right: 0;
}



@media (max-width: 767px) {
  .categories-section {
    padding: 10px 0px 10px;
  }
  .categories-product-page {
    padding-bottom: 0px;
  }
  .innerpage-category-wrapper .innerpage-category-img {
    height: 180px;
  }
  .innerpage-category-wrapper .innerpage-category-title .innerpage-category-links {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 3px 10px;
  }
  .owl-carousel.category-product-carousel {
    padding: 0px 0px 0px;
  }
  .innerpage-category-wrapper {
    margin: 10px;
  }
  .owl-item.active.center .innerpage-category-wrapper {
    transform: scale(1);
  }
  .category-product-carousel .owl-nav .owl-prev {
    height: 20px;
    width: 20px;
    /* top: auto; */
    left: -2px;
  }
  .category-product-carousel .owl-nav .owl-next {
    height: 20px;
    width: 20px;
    /* top: auto; */
    right: -2px;
  }
  .categories-section .owl-dots {
      max-width: 200px;
  }
  
  .categories-section .owl-dots .owl-dot {
      width: 40px;
  }
  
  .innerpage-category-content {
      padding: 20px;
  }
  
  .innerpage-category-description {
      font-size: 12px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .innerpage-category-wrapper .innerpage-category-img {
    height: 220px;
  }
  .innerpage-category-wrapper .innerpage-category-title .innerpage-category-links {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .categories-section {
    padding: 30px 0px 0px;
  }
  .categories-product-page {
    padding-bottom: 10px;
  }
  .innerpage-category-wrapper {
    margin-bottom: 0;
  }
  .innerpage-category-wrapper .innerpage-category-img {
    height: 160px;
  }
  .innerpage-category-wrapper .innerpage-category-title .innerpage-category-links {
    font-size: 14px;
  }
  .innerpage-category-content {
      padding: 25px 15px;
      inset: 0;
  }
  
  .innerpage-category-description {
      font-size: 12px;
  }
  
  .innerpage-category-wrapper .innerpage-category-img:before {
      background: linear-gradient(0deg, #000000 0%, #00000040 100%);
  }
  .single-hot-product-wrapper .hot-pro-img {
      height: 120px;
  }
  
  .single-hot-product-wrapper {
      padding: 10px;
      margin: 0;
  }
  
  .single-hot-product-wrapper .hot-pro-content .hot-pro-view .hot-pro-anchor {
      font-size: 13px;
  }
  
  .single-hot-product-wrapper .hot-pro-content .hot-pro-view .hot-pro-anchor img {
      max-width: 8px;
  }
  
  .single-hot-product-wrapper .hot-pro-content .hot-pro-title .hot-pro-links {
      height: auto !IMPORTANT;
      line-height: normal;
      min-height: 38px;
      font-size: 13px;
  }
}
/*******categories Css End*******/

/*******all product Css*******/
.all-product-page {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.product-page-heading.section-heading {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .all-product-page {
    padding: 0px 0px 30px;
  }
  .product-page-heading.section-heading {
    margin-bottom: 10px;
  }
  .product-page-heading.section-heading .default-heading {
    margin-bottom: 0 !important;
  }
  .single-hot-product-wrapper {
      margin: 10px 0;
  }
  .single-hot-product-wrapper .hot-pro-img {
      height: 120px;
  }
  .single-hot-product-wrapper .hot-pro-content .hot-pro-title .hot-pro-links {
      font-size: 12px;
      line-height: normal;
      height: 34px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .all-product-page {
    padding: 30px 0px;
  }
  .product-page-heading.section-heading {
    margin-bottom: 30px;
  }
  .product-page-heading.section-heading .default-heading {
    margin-bottom: 0 !important;
  }
}

/*******all product Css End*******/

/*============= all pagination css =============*/
ul.all-pagination {
  margin: 50px 0px 30px;
  justify-content: center;
}
.all-pagination ul.pagination li span {
  border: 0px !important;
}
.all-pagination ul.pagination li.active span {
  background: var(--btn-color) !important;
  border-color: var(--btn-color) !important;
  color: #fff !important;
}
.all-pagination ul.pagination li.active a {
  background: var(--btn-color) !important;
}
.all-pagination ul.pagination li {
  margin: 0px 7px;
}
.all-pagination ul.pagination li a, .all-pagination ul.pagination li span {
  font-size: 14px;
  color: var(--h-color) !important;
  border: 1px solid #C1C1C1 !important;
  border-radius: 50% !important;
  font-weight: 500;
  height: 40px;
  width: 40px;
  text-align: center;
  align-content: center;
  box-shadow: none !important;
}
.all-pagination .pagination li:first-child a, 
.all-pagination .pagination li:first-child span, 
.all-pagination .pagination li:last-child a, 
.all-pagination .pagination li:last-child span {
    width: 32px;
    border-radius: 20px !important;
    background: #000;
    color: #fff !important;
}

@media (max-width: 992px) {
    .all-pagination {
        justify-content: center !important;
        margin: 0px 0px !important;
        text-align: center;
    }
    .all-pagination ul.pagination li {
        margin: 0px 3px !important;
    }
    .all-pagination .pagination {
        display: ruby;
    }
}

/*============= end all pagination css =============*/

/*trusted partner css*/

.trusted-partner-section{
    margin: 0;
}