footer {
  background-color: #000;
  padding: 65px 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #9c9c9c;
}
footer .scrollup {
  display: none;
}
footer .top-btn {
  display: flex;
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  font-size: 9px;
  padding-top: 13px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
}
footer .top-btn .img_top {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  top: 11px;
  left: 20px;
  background-image: url("../images/arrow-title.png");
  background-size: cover;
  transform: rotate(-90deg);
}
footer .top-btn .div_top {
  color: #000;
}
footer li {
  margin: 0.4rem 0;
}
footer .contact img {
  padding-top: 10px;
  width: 150px !important;
}
footer strong {
  font-weight: 400;
  color: #e5e5e5;
  padding-right: 5px;
}
footer a {
  color: #e5e5e5;
}
footer h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  footer {
    padding-bottom: 80px;
  }
  footer .col-md-3 {
    width: 100% !important;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
  }
}

.fixed-footer {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 12px;
  height: 60px;
  background: #fff;
  z-index: 101;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
}
.fixed-footer-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-footer-list li {
  position: relative;
  cursor: pointer;
}
.fixed-footer-list li .wishlist_products_counter_number {
  right: 11px !important;
}
.fixed-footer-list li .num {
  position: absolute;
  top: -4px;
  right: 11px;
  width: 15px;
  height: 15px;
  background: #e3617a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}
.fixed-footer-list li a {
  color: #000;
  width: 60px;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
}
.fixed-footer-list li h3 {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .fixed-footer {
    display: block;
  }
}