
        .vship-modal__container {
          background-color: #ffffff;
          
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
        }
      
        .vship-modal__container {
          
          color: #262626;
        }
      
        .vship-modal__overlay .vship-modal__container h2 {
          
          font-size: 1.25rem;
        }
      
        .vship-modal__container .vship-modal__content {
          
          font-size: 15px;
        }
      
        .vship-modal__container .vship-age-verification-form-submit {
          background-color: #00449e;
          color: #ffffff;
          
        }
      
        .vshipDOBFormControl [type="number"] {
          border-color: gray;
        }
      
        #vshipDOBFormControl__greenCheckBox {
          color: #00ff00;
        }
      
        .vship-modal .vship-modal__close {
          color: #000000;
        }
      .vship-modal__overlay {
background: url(https://www.drinkramona.com/cdn/shop/files/Screen_Shot_2023-11-08_at_2.43.42_PM.png);
}

.vship-modal__header {
    justify-content: center;
}

.vshipDOBFormControl [type="number"] {
    font-size: 20px;
}

.vship-modal .vship-modal__close {
  color: #000;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 7px;
  /* border: 1px solid #aaa; */
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  font-weight: 400;
}

.vinoshipper_note span {
    display: inline-block;
}

.vinoshipper_note span img {
    width: 100px;
    display: block;
    position: relative;
    top: 4px;
}

.vship-modal__container {
    height: auto !important;
    background-color: #FFF;
    font-family: var(--font-body-family), sans-serif;
    color:#000;
    padding-bottom: 18px;
    /* border: 1px solid black; */
    /* opacity: 0.85; */
}

.vship-modal__container::before {
    content: "";
    color: rgba(0, 0, 0, 0);
    display: block;
    background-image: url(https://cdn.shopify.com/s/files/1/0389/9064/3244/files/ramona.jpg);
    width: 100%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

.vship-modal__overlay .vship-modal__container h2 {
    font-family: var(--font-heading-family), sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: center;
    color: #000;
    font-style: normal;
    word-break: break-word;
    text-transform: none;
}

.vship-modal__container .vship-modal__content {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-top: 9px;
}

.vship-modal__container #first-paragraph {
    color: #000;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 13px;
    text-align: center;
}

.vship-modal__container #vshipDOB {
    width: 178px;
    font-family: var(--font-body-family), sans-serif;
    margin-top: 25px;
    margin-left: 0 !important;
    color: #00;
    font-size: 18px;
}

.vship-modal__container .vship-age-verification-form-submit {
    font-weight: 400;
    margin-top: 20px;
    border-radius: 40px;
    border: 1px solid white !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: black;
    padding: 0.7rem 2rem !important;
}

/**
.vship-modal__container .vship-age-verification-form-submit:hover {
    outline: 2px solid black;
}


.vship-modal__container .vship-age-verification-form-submit:hover {
    background-color: black !important;
    color: #000;
}
*/

/**
.vship-modal__container .vship-age-verification-form-submit[disabled] {
    opacity: 0.5;
}
*/

.vship-age-verification-form-container {
  line-height: 1;
}

.vshipDOBLabel {
  color: #000;
  margin-top: 12px;
}

