/* header start */
body {
  font-family: poppins !important;
}

header,
.product {
  background: #f5f5f5;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(6.7px);
  border-radius: 0 0 20px 20px;
}

ul li .nav-link {

  position: relative;

}

ul li .nav-link::before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 0;
  height: 1.5px;
  background-color: black;
  transition: 0.5s;
}

ul li .nav-link:hover::before {
  width: 100%;
  left: 0;
}

::-webkit-scrollbar:hover {
  width: 5px;

}

::-webkit-scrollbar {
  width: 0px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #f1ebe4;
  border-radius: 2rem;
}

header {
  z-index: 99 !important;
  background: #f5f5f583 !important;
}

i {
  transition: 0.2s;
}

a {
  text-decoration: none !important;
  color: black !important;
}

i:hover {
  transform: scale(1.2);
}

.discoverCard {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F1EBE4;
  background-position: 100%;
}

.arrivalImg .img-fluid {
  background-size: contain;
  background-repeat: no-repeat;
}

.mayAlso .discoverCard {
  background-size: 140%
}

.product-img {
  background-color: #dadada93;
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(6.7px);
}

.bannerImgBG {
  background-color: #f5f5f5;
  background-image: url(../images/sofaBannerBG.png);
  background-position: 0 95%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cartImg {
  background-color: #f5f5f5;

}

.priceButton {
  border: 2px solid #29c261;
  color: #29c261;
  font-weight: 600;
}

.crossArrow {
  transform: rotate(-45deg);
}

.font-thin {
  font-weight: 300 !important;
  font-size: 0.85em;
}

.progress {
  width: 70%;
}

.checkoutDetails {
  background-color: #f5f5f5;
}

.paypalExpress img {
  cursor: not-allowed;
}

p.breaker {
  position: relative;
}

p.breaker::after {
  position: absolute;
  content: '';
  box-sizing: border-box;
  width: 45%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

p.breaker::before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  width: 45%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.sizeBox {
  cursor: pointer;
}

.fontHeavy {
  font-weight: 700 !important;
}

.cartContent {
  font-size: clamp(20px, unset, 100px) !important;
}
.uniButton{
  transition: 0.2s ease-out;
}
.uniButton:hover{
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.316);
}
.uniButton:active{
  transform: scale(0.95);
}