.rrp {
    display: none !important;
  }
  
  .asco-theme .menu .catalog.asco-menu > li.hidden {
    display: none !important;
  }
  
  .seller-reference-flyout {
    display: none !important;
  }
  
  .full-bleed-banner img {
    width: 100%;
  }

header {
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 15;
    background: linear-gradient(to right, #213f72 0%, #17499e 100%);
}

.menubarStick{
  background: linear-gradient(to right, #213f72 0%, #17499e 100%) !important;
  box-shadow: none !important;
}

.home-page-product-tag {
    margin-left: 5px;
    background-color: #e9c654;
    color: #333333;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
  }
  
  .nfooter {
    background: linear-gradient(213deg, #17499e, #213f72);
    color: #ffffff;
    padding: 10px 0 0 0;
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
  
  .nfooter-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0px 0px 0px;
    width: 100%;
  }
  
  .nfooter-heading {
    flex: 1 1 10%;
    margin: 10px;
  }
  
  .nfooter-h3 {
    color: #fae20e;
    margin-bottom: 15px;
  }
  
  .nfooter-ul {
    list-style: none;
    padding: 0;
  }
  
  .nfooter-a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .nfooter-a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .nfooter-form {
    margin-bottom: 10px;
  }
  
  .nfooter-form-label {
    display: block;
    margin-bottom: 5px;
  }
  
  .nfooter-form-input {
    padding: 5px;
    width: 100%;
    max-width: 250px;
    color: black;
  }
  
  .nfooter-form-button {
    background-color: #fae20e;
    border: none;
    padding: 5px 10px;
    margin-top: 5px;
    color: #1d3d72;
  }
  
  .nfooter-copyright-div {
    position: relative;
    text-align: center;
    padding: 20px 0;
  }
  
  .nfooter-copyright-heading {
    color: white;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
  }
  
  .nfooter-copyright {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 12px;
    margin: 0;
  }
  
  .ctct-gdpr-text {
    display: none !important;
  }
  
  .ctct-form-defaults {
    background-color: transparent !important;
  }
  
  .ctct-form-button {
    width: 10px;
    background-color: #fae20e !important;
    color: #1a2a43 !important;
    font-size: 14px !important;
    padding: 0 !important; 
    width: 70px !important;
    height: 40px !important;
  }
  
  .ctct-form-button:hover {
    width: 10px;
    background-color: #1a2a43 !important;
    color: #fae20e !important;
    font-size: 14px !important;
    padding: 0 !important;
    width: 70px !important;
    height: 40px !important;
  }
  
  #email_address_0 {
    padding: 5px !important;
    width: 100% !important;
    max-width: 200px !important;
    max-height: 100px !important;
  }
  
  #email_address_label_0 {
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
  }
  
  @media (max-width: 768px) {
    .nfooter {
      text-align: center;
      padding: 20px 10px;
    }
  
    .nfooter div {
      flex: 1 1 100%;
      margin: 15px 0;
    }
  
    .nfooter h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }
  
    .nfooter ul {
      padding: 0;
    }
  
    .nfooter ul li {
      font-size: 14px;
      padding: 5px 0;
      display: block; /* Stack items vertically */
      border: none !important;
    }
  
    .nfooter a {
      display: inline-block;
      margin: 5px 0;
    }
  }
  @media (max-width: 768px) {
    .nfooter-heading {
      margin-bottom: 10px;
    }
  
    .nfooter-outer {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .nfooter div {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 768px) {
    .nfooter-form-input {
      width: 90%;
      max-width: 300px;
      padding: 8px;
      font-size: 14px;
    }
  
    .nfooter-form-button {
      width: 100%;
      max-width: 300px;
      padding: 10px;
      font-size: 14px;
      margin-top: 8px;
    }
  }

.locations-new-branch-list {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0;
    
    overflow-y: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.locations-new-branch-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.locations-new-branch-list ul li {
    text-align: center;
    border-bottom: 1px solid #eee;
}

.locations-new-branch-list ul li:last-child {
    border-bottom: none;
}

.locations-new-branch-list a {
    display: block;
    padding: 14px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.locations-new-branch-list a:hover,
.locations-new-branch-list a.active {
    background-color: #1f3d7a;
    color: white;
}

.locations-new-branch-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.locations-new-branch-info > div {
    flex: 1;
    min-width: 200px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.locations-new-store-photo {
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.locations-new-leader-photo {
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.locations-new-leader-info {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .locations-new-branch-info {
        flex-direction: column;
    }
    
    .locations-new-branch-info > div {
        margin-bottom: 20px;
    }
    
    .locations-new-leader-photo {
        margin-bottom: 20px;
    }
}

.js-asco-theme-disable {
  color: #213f72;
}

.js-asco-theme-disable:hover,
.js-asco-theme-disable:focus-visible {
  color: #000;
}

.product-points-wrapper {

display: none;

}