.contact-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.rentmy-innerpage-banner {
  margin-top: 38px;
}
.hero-section {
  margin-top: 38px;
}
.menu-brand-wrapper {
  top: 30px;
}
.clear-cart {
  background-color: #4585A5;
  padding: 9px 20px ;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  border: none;
  width: fit-content;
  text-transform: capitalize;
}
.offcanvas {
  z-index: 99999;
}

.MinCartRemoveProduct i {
  font-size: 16px !important;
  color: #960000 !important;
}
.standard-section {
  background-image: url(https://s3.us-east-2.amazonaws.com/images.rentmy.co/content-image/3893/media/1760939857_x4va6pni_snowflakes.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}
.standard-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}

.standard-section .container{
    z-index: 111;
    position: relative;
}