* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #f5f5f5;
}

.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #c7c7cd;
}
.carousel .carousel-indicators li:hover {
  background-color: darkorange;
}
.carousel-indicators .active {
  background-color: #f00;
}

.divstyle {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: 4px;
}

.s {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bordernone {
  border: none;
}
.card {
  height: 250px;
  margin-bottom: 10px;
}

.shadoww {
  transition: transform 0.2s;
}

.shadoww:hover {
  cursor: pointer;
  transform: scale(1.02);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.scaleonly {
  transition: transform 0.2s;
}

.scaleonly:hover {
  transform: scale(1.02);
  cursor: pointer;
}
.btnsearch {
  background-color: darkorange;
  color: white;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}

.spanstyle {
  font-weight: 500;
  padding-left: 16px;
}

.cardbody {
  white-space: nowrap;
  overflow: hidden;
}
.befprice {
  font-size: 13px;
  text-decoration-line: line-through;
  color: gray;
}
.aftprice {
  font-size: 16px;
  font-weight: 500;
}

.divgray {
  background-color: gainsboro;
}
.lastp {
  font-size: 20px;
  margin-top: 20px;
}
.lastsmallp {
  font-size: 15px;
  margin-top: 15px;
}
.lasta {
  text-decoration-line: underline;
  color: black;
  font-weight: 500;
  font-size: 13px;
}
.lastspan {
  font-size: 12px;
}
.aa {
  text-decoration: none;
  color: black;
}

.aa:hover {
  text-decoration: none;
  color: black;
}
.oo {
  text-decoration: none;
  color: darkorange;
}

.oo:hover {
  text-decoration: none;
  color: darkorange;
}
.o:hover {
  color: darkorange;
}
