
        .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__header {
    justify-content: center;
}

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

.vship-modal .vship-modal__close {
  color: black;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 7px;
  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: white;
    font-family: null;
    color: black;
    padding-top: 28px;
}

.vship-modal__container::before {
    content: "";
    color: rgba(0, 0, 0, 0);
    display: block;
    background-image: url('https://twelvestoneswinery.com/cdn/shop/files/12-stones-winery-logo-black_40192c0e-1015-4dce-846a-ffebc24872d9_900x.png');
    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: null;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    font-style: normal;
    word-break: break-word;
    text-transform: none;
}

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

.vship-modal__container #first-paragraph {
    margin-bottom: 10px;
    text-align: center;
}

.vship-modal__container #vshipDOB {
    width: 178px;
    font-family: sans-serif;
    margin-top: 25px;
    margin-left: 0 !important;
    color: black;
    font-size: 16px;
}

.vship-modal__container .vship-age-verification-form-submit {
    margin-top: 10px;
    border-radius: 5px;
    font-size: 16px;
    background-color: #000000;
    padding: 0.7rem 2rem !important;
    font-weight: 600;
}

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

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

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

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

.vshipDOBLabel {
  margin-top: 12px;
}

