
        .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: #404040;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 7px;
  /* border: 1px solid #404040; */
  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 !important;
    font-family: "Alegreya Sans", Helvetica, Arial, Verdana, sans-serif;
    color: black;
    padding-bottom: 18px;
    /* border: 1px solid #404040; */
    /* opacity: 0.85; */
}

.vship-modal__container::before {
    content: "";
    color: rgba(0, 0, 0, 0);
    display: block;
    background-image: url('//cleurbanwinery.com/cdn/shop/files/Home_Page_Logo_720x124_2000x.png?v=1613787114');
    width: 100%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
}

.vship-modal__overlay .vship-modal__container h2 {
    font-family: "Alegreya Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: center;
    color: black;
    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 {
    margin-bottom: 10px;
    text-align: center;
}

.vship-modal__container #vshipDOB {
    width: 178px;
    font-family: "Alegreya Sans", Helvetica, Arial, Verdana, sans-serif;
    margin-top: 25px;
    margin-left: 0 !important;
    color: black !important;
    font-size: 18px;
}

.vship-modal__container .vship-age-verification-form-submit {
    font-weight: bold !important;
    margin-top: 20px;
    border-radius: 3px;
    /* border: 1px solid #404040 !important; */
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #A05D73;
    color: white !important;
    padding: 0.7rem 2rem !important;
}

.vship-modal__container .vship-age-verification-form-submit:hover {
    /* outline: 2px solid #404040; */
    /* background-color: #A05D73 !important; */
    opacity: 0.8;
}

/**
.vship-modal__container .vship-age-verification-form-submit:hover {
    background-color: black !important;
    color: white !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;
}

#vshipDOBFormControl__greenCheckBox {
    bottom: 31px;
}