.discount{
	text-decoration: line-through;
	text-decoration-color: black;
	text-decoration-thickness: 2px;
}

.offer-price{
	font-size: 18px;
	font-weight: 800 !important;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.highlight-text{
  font-size: 18px;
  font-weight: 600 !important;
  animation: blinks 1s linear infinite;
  color:red !important;
}

@keyframes blinks {
  50% {
    opacity: 0;
  }
}

.highlight-para{
  font-size: 18px;
  animation: blinks 2s linear infinite;
}

@keyframes blinks {
  50% {
    opacity: 0;
  }
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:25px;
  left:25px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}


.footer-top-bar span{
  color:white !important;
  display: inline-block;
  margin: 10px 0 10px 0;
}


@media only screen and (max-width: 1699px) {
    .footer-top-bar {
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-top-bar {
        padding-left: 0;
        padding-right: 0;
    }
}


.footer-top-bar {
    background-color: var(--color-lighten04);
}

.footer-top-bar {
    background-color: #1f2432;
}
@media only screen and (max-width: 991px) {
    .footer-top-bar {
        display: none;
    }
}

.logo-img{
  width: 158px;
}

.section-space{
  margin-top: 100px;
}

.categorie-grid:hover .content p:hover{
  color: black;
}

.categorie-grid:hover .content p{
  color: black !important;
}

.grameya-title{
  color: white !important;
  font-weight: 600 !important;
}

.olgaar-title{
  color: red !important;
  font-weight: 600 !important;
}

.text-white{
  color: white;
}
