#footerpad {
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #000
}
a:focus, a:hover {
  color: #0085a1
}
.fit-cover {
  object-fit: cover
}
.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary)
}
.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5)
}
.bs-icon-sm {
  --bs-icon-size: 1rem
}
.bs-icon-md {
  --bs-icon-size: 1.5rem
}
.bs-icon-lg {
  --bs-icon-size: 2rem
}
.bs-icon-xl {
  --bs-icon-size: 2.5rem
}
.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary)
}
.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2)
}
.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5)
}
.bs-icon.bs-icon-rounded {
  border-radius: .5rem
}
.bs-icon.bs-icon-circle {
  border-radius: 50%
}
.nav-link:before {
  content: "";
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: red;
  transition: width 1s
}
.nav-link:hover:before {
  width: 100%
}
.nav-link {
  position: relative
}
html {
  scroll-behavior: smooth
}
#scroll-to-top {
  background-color: rgba(19, 20, 25, .6);
  width: 44px;
  height: 40px;
  position: fixed;
  bottom: 0;
  right: 40px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  text-align: center
}
#scroll-to-top i {
  color: #fff;
  font-size: 22px;
  line-height: 44px
}

.btnRemoveAction {
	cursor: pointer;
}
.text-right {
	text-align: right;
}
#cart-icon-container {
	cursor: pointer;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #8cc152;
}

#floating-cart-container {
	position: fixed;
	top: 50%;
	right: 0px;
	cursor: pointer;
	width: 80px;
	height: 80px;
}

#cart-icon {
	margin-top: 15px;
	margin-left: 22px;
}
.copyright {
	font-weight: normal;
}