/* Remove LOGO */
.navbar-brand img {
    display: none;
}






/* Categories Start */ 
.content-image .cat:nth-child(1),
.content-image .cat:nth-child(4),
.content-image .cat:nth-child(5),
.content-image .cat:nth-child(6) {
  display: none;
}
.content-image {
  margin: 0;
  max-width: 100%;
  justify-content: center;
}
.object-cover {
  object-fit: contain;
}
.sq-images .box-text-cat h2 {
    font-size: 1.6rem;
}
@media (max-width: 1200px and min-width: 992px) {
  .content-image div.cat:nth-child(2) {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .content-image {
    flex-direction: column;
    align-items: center;
  }
  .content-image .cat:nth-child(2),
  .content-image .cat:nth-child(3) {
    flex-basis: 100%;
  }
}
/* Categories End */ 








/* Offers End Soon Start */
  .offers.bg-offers-3 h2,
  .offers.bg-offers-3 .flex.items-center p {
    color: #fff;
  }
/* Offers End Soon End */







/* Products Start */
.s-slider-block__title-left {
  display: none;
}
.s-slider-block__title-right {
  margin: auto;
}
.s-slider-block__title-right h2 {
  color: #0e277e;
  font-size: 2.1rem;
}
section#best-offers-5-slider .s-slider-block__title {
  display: none;
}
/* Products End */









/* Customers Opinions Start */
section.section_c_r.container.overflow-hidden h2 {
  padding-top: 20px;
}
/* Customers Opinions End */