.cabin-logo {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  font-size: 1.5em;
}
.cabin-logo a:hover {
  color: #000
}
.login-register-wrapper .login-form-container {
  padding: 30px 30px;
}
.back-button {
  background-color: #f2f2f2;
  border: medium none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#my-alert .alert-danger button {
  background-color: #f8d7da !important;
}
.grand-totall .total-shipping {
  padding: 5px 0;
}

#productadditionaldetails7zz li {
  margin-bottom: 5px;
}

.product-wrap {
  border-color: #eaeaea;
  border-style: solid;
  border-width: 1px;  
  padding: 5px;
}

.home-back {
    background-image: url('/assets/img/insta_background.jpg');
	background-color: f6f6f6;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#loadingOverlay {
    position: absolute; /* or 'fixed' for the whole page */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
    display: flex; /* Use flexbox for easy centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    z-index: 1000; /* Ensure it's on top of other elements */
}