.colorlib-nav .top-menu {
  top: 0;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 3px #000;
}

.colorlib-nav #top-logo {
  width: 100%;
  display: none;
  width: 100%;
  top: 0;
  background: white;
  box-shadow: 0px 0px 3px #000;
}

.colorlib-nav-toggle {
  position: absolute;
  top: 50px;
  right: 10px;
  border: 0;
  background-color: transparent;
}

.text-black {
  color: #000 !important;
}

.colorlib-nav ul li.has-dropdown .dropdown {
  width: 230px;
  top: 2px;
}

.fanditt-logo {
  width: 140px;
}
.sale {
  background-color: #88c8bc;
  padding: 10px 0;
}
.gap-3 {
  gap: 9px;
}
.fw-bold {
  font-weight: 600;
}

.fixed {
  position: fixed;
}

.colorlib-nav .top-menu {
  padding: 10px 0 10px 0;
}

.x-icon {
  width: 24px;
  height: 24px;
  background: url("../images/i-x.png") no-repeat center;
  background-size: contain;
  display: block;
}
.p-icon {
  width: 24px;
  height: 24px;
  background: url("../images/i-p.png") no-repeat center;
  background-size: contain;
  display: block;
}
.brdh1 {
  display: inline;
  font-size: 12px;
}

.fixed {
  transition: all 0.2s linear;
}

textarea {
  resize: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.success-message {
  color: green;
}

.blogs h4 {
  height: 100px;
}

.blogs p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured .featured-img.featured-img-2 {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brd-img {
  position: relative;
}

.brd-img:before,
.featured .featured-img.featured-img-2:before {
  content: "";
  position: absolute;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.brd-img h1 {
  position: relative;
  z-index: 1;
}

.featured .featured-img.featured-img-2 h2,
.featured .featured-img.featured-img-2 p {
  position: relative;
  z-index: 1;
}

.saleText {
  position: absolute;
  z-index: 1;
  padding: 5px 20px;
  background: #598dff;
  font-weight: 600;
  color: #fff;
}

.old {
  color: #858585;
  text-decoration: line-through;
}

.prcdg {
  font-size: 20px;
}

.price.prcdg span {
  color: #858585 !important;
  display: inline !important;
}

select {
  text-transform: none;
  width: 100px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.product-entry {
  box-shadow: 0px 0px 10px #0000001f;
}

.colorlib-video {
  min-height: 450px;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pdimg {
  width: 50px;
  margin: 20px auto;
}

.pdimg img {
  width: 100%;
}
@media (max-width: 991px) {
  .top-sale .container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .featured .featured-img h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .colorlib-nav #top-logo.fixed {
    display: flex;
    padding: 20px;
  }

  .colorlib-nav .fixed.top-menu {
    padding: 0;
  }

  .colorlib-nav .top-menu {
    padding: 0;
  }

  .js-colorlib-nav-toggle.fixed {
    top: 26px !important;
  }

  .colorlib-nav-toggle {
    margin-top: -15px;
  }

  .featured .featured-img h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .featured .featured-img h2 {
    font-size: 30px;
  }
}
