body{
  font-size: 16px;
}
.line-height-1{
    line-height: 1;
}
.hd-logo{
    width: 160px;
}
/* .header__nav ul li a{
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
} */ 
 .cashBack p{
    color: #0e772d;
  display: inline;
}
.cashBack {
  -webkit-background-clip:text;
  background-clip:text;
  display:inline;
  -webkit-text-fill-color:transparent;
  background-image: linear-gradient(to right, rgb(14, 119, 45) 8px, rgb(0, 255, 76) 16px, rgb(14, 119, 45) 24px);
}
.cashBack {
  -webkit-animation-duration:3.5s;
  animation-duration:3.5s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  animation-name:BAI2fP;
  -webkit-animation-name:BAI2fP;
  -webkit-animation-timing-function:ease;
  animation-timing-function:ease
}
@-webkit-keyframes BAI2fP {
  0% {
    background-position:0
  }
  to {
    background-position:250px
  }
}
@keyframes BAI2fP {
  0% {
    background-position:0
  }
  to {
    background-position:250px
  }
}

.homeTextBox{
    padding-block: 3.80rem;
}

.galleryBox{
  position: relative;
}
.galleryBox .galleryTham a{
  position: relative;
}
.galleryBox .galleryTham a::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.66) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.galleryBox:hover .galleryTham a::after{
  opacity: 1;
}
.galleryBox .onHoverPro{
  position: absolute;
  width: 100%;
  display: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  width:calc(100% - 30px);
  padding: 10px;
  border-radius: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.galleryBox:hover .onHoverPro{
  opacity: 1;
}

.galleryBox .onHoverPro .imgTham{
  width: 70px;
  border-radius: 6px;
  height: 70px;
  overflow: hidden;
}
.galleryBox .onHoverPro .imgTham img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleryBox .onHoverPro .textBox{
  width: calc(100% - 70px);
  padding-left: 15px;
}
.galleryBox .onHoverPro .textBox a{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.galleryBox .onHoverPro .textBox p{
  font-size: 14px;
}

.filter-block h4{
  font-size:18px;
}
.filter-content ul li details a{
  font-size:14px;
}
.filter-block {
  border-bottom:1px solid #c3c3c3;
}

.form-control{
  border-color:#c3c3c3;
}
.protitle{
  font-size:29px;
}
.starIcon{
  font-size:14px;
  line-height:1.2;
}
.discounted-unit-price{
  color:#000;
}
.prod-single__desc,
.prod-single__desc p{
  font-size: 16px;
  line-height: 1.6;
}

.product-add-to-cart-button,
.product-buy-now-button{
  padding-block: 13.2px;
}
.wishListIcon,
.h-44{
  height:44px;
}
section{
  padding-top: 50px;
  padding-bottom: 0;
}
section:last-child{
  padding-bottom: 50px;
}
.pb-comm{
  padding-bottom:50px;
}
.pt-comm{
  padding-top:50px;
}

.header__nav > nav > ul > li > a{
  font-weight:500;
}

.text-right-cus{
  text-align:right;
}
.fiveStar{
  max-width:100px;
}
.glLogo{
  max-width:140px;
}
.feedbackBtn{
  display:inline-block;
  border:1px solid #888585;
  background:transform;
  color:#888585;
  font-size:16px;
  line-height:1.2;
  padding:10px 20px;
  border-radius:4px;
  transition:all 300ms ease-in-out;
}
.feedbackBtn:hover{
  color:#fff;
  background:#000;
}
.start-color{
  color:#ffc107;
  font-size:14px;
}

.loginFloatingBlock{
  z-index: 1;
}


.floating_btn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}






.product-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.product-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-header img {
    width: 120px;
    border-radius: 10px;
}

.product-info h2 {
    margin: 0;
    font-size: 22px;
}

.rating {
    color: #f5a623;
    margin: 8px 0;
}

.review-section {
    margin-top: 25px;
}

.review {
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.review:first-child {
    border-top: none;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.review-name {
    font-weight: bold;
}

.review-date {
    font-size: 12px;
    color: #888;
}

.review-rating {
    color: #f5a623;
    font-size: 14px;
    margin: 4px 0;
}

.review-text {
    font-size: 14px;
    color: #444;
}

.like-btn {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f1f1;
    border: none;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    transition: 0.3s;
}

.like-btn:hover {
    background: #e0e0e0;
}

.like-btn.liked {
    background: #ffe6e6;
    color: #e60023;
}

.mobileView{
  display: none;
}


@media screen and (max-width:767px){
  .text-right-cus{
    text-align:center;
  }
  .desktopView{
    display: none;
  }
  .mobileView{
    display: block;
  }
  .mobile-center{
    align-items: center;
  }
  .headercus{
    padding-left: 15px;
    padding-right: 15px;
  }
  .floating_btn{
    width: 75px;
    height: 80px;
    bottom: 40px;
    right: 15px;
  }
  .contact_icon{
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
  @keyframes pulsing {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
}

@media(max-width: 600px) {
    .product-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-header img {
        width: 100%;
        max-width: 200px;
    }
}