.axil-section-gapcommon {
  padding: 80px 0 50px;
}
@media only screen and (max-width: 767px) {
  .axil-section-gapcommon {
    padding: 60px 0 30px;
  }
}
/* title */
.section-title-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrapper {
    margin-bottom: 30px;
  }
}
.section-title-wrapper .title {
  font-size: 36px !important;
  font-weight: bold !important;
}

@media only screen and (max-width: 767px) {
  .section-title-wrapper .title  {
      font-size: 26px;
  }
}
.section-title-wrapper.section-title-center {
  text-align: center;
  padding-right: 0;
}
.section-title-wrapper.section-title-center .title-highlighter {
  justify-content: center;
}

.section-title-wrapper.section-title-center .title-highlighter {
  justify-content: center;
}


/*-------------------------
Section Heading  
--------------------------*/
.title-highlighter {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.title-highlighter i {
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
}
.title-highlighter.highlighter-primary {
  color: var(--primary-color);
}
.title-highlighter.highlighter-primary i {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.title-highlighter.highlighter-primary2 {
  color: var(--primary-color);
}
.title-highlighter.highlighter-primary2 i {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.title-highlighter.highlighter-secondary {
  color: var(--primary-color);
}
.title-highlighter.highlighter-secondary i {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.title-highlighter i {
  margin-right: 0;
  margin-left: 10px;
}

/*-------------------------
Categories 
--------------------------*/
.category-product {
  min-width: 120px !important;
  position: relative !important;
  text-align: center !important;
  border-radius: 6px !important;
  transition: 0.5s ease-in-out !important;
  z-index: 1 !important;
}
.category-product:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--white-color);
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category-product a {
  padding: 28px 12px;
  display: block;
}
.category-product img {
  margin: 0 auto 8px;
  min-height: 41px;
  border-radius: 40px;
  height: 100% !important;
  width: 100% !important;
}
.category-product .cat-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.category-product:hover {
  border-color: var(--white-color);
}
.category-product:hover:before {
  transform: scale(1.1);
}


.category-product-4 {
  box-shadow: none;
  margin-top: 0;
}
.category-product-4:before {
  display: none;
}
.category-product-4 .cate-thumb {
  padding: 0;
}
.category-product-4 .cate-thumb img {
  min-height: auto;
  margin: 0 auto;
  border-radius: 40px;
}
.category-product-4 .cat-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-heading);
  
}
.category-product-4:hover {
  box-shadow: none;
}

.slick-single-layout {
  padding: 0 15px;
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .slick-single-layout {
    margin-bottom: 40px;
  }
}

.row {
  row-gap: 20px !important;
}