@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500);
.age-modal, .age-modal__input {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.age-modal.active-modal {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.active-modal.age-modal__overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 9000;
    top:0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    position: fixed;
}

#age-verify h5{
    font-size: 32px !important;
     font-weight: bold;
font-size: 32px;
color: white;
letter-spacing: 3.1px;
max-width: 513px;
margin: 0 auto;
margin-bottom: 65px;
font-family: "Raleway";
}

#age-verify p{
    color: white;
    margin-bottom: 40px;
    font-size: 13px;
letter-spacing: 2px;

}

.age-modal.active-modal {
    left: 0;
    opacity: 1;
}

.age-modal {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    text-align: center;
    z-index: 10000;
    top: 50%;
    right: 0;
    bottom: auto;
    left: -9999px;
    margin: auto;
    display: block;
    box-shadow: none !important;
}

/* shouldn't need to edit the above lines */
.left-box-container{
    display: inline-block;
}
.right-box-container{
    display: inline-block;
}
.age-modal {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 10px;
    max-width: 578px;
border-radius: 0;
    width: 80%;
    height: auto;
    max-width: 668px;
}
.black-background{
    background:black;
}

.age-modal__input-group {
    width: 75%;
    margin: 10px auto;
}
.btn-primary{
    /*margin-right: 115px;*/
    /*float: left;*/
}
.btn-default {
color: white;
background-color: black;
border: 2px solid #464646;
font-family: "Raleway";
/*float: right;*/
}

.age-modal__input {
    margin-bottom: 5px;
}
.age-verify-box{
    overflow: hidden;
}
.white-product-section{
    background:white;
    color: black;
    text-align: left;
    padding-left: 23px;
padding-right: 10px;
padding-top: 27px;
padding-bottom: 27px;
}
.white-product-section h6{
    margin:0px;
    margin-bottom: 5px;
    font-size: 14px;
text-transform: uppercase;
padding-bottom: 6px;
font-weight: bold;
}
.black-background{
    background: black;
    padding-top: 34px;
    border:1px solid gray;
    margin: 5px;
}
.black-background img{
    width: 60%;
    padding-bottom: 10px;
}
.background-inner{
    background: black;
padding: 2px;
}
@media screen and (min-width:600px) {
  .left-box-container{
    margin-right: 36px;
  }
}
.age{
    color: white;
    font-family: "Montserrat";
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 41px;
}
#entering{

    color: black !important; 
    letter-spacing: 0px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
.age-modal__input.error {
    border-color: red;
}

.age-modal__btn {
    font-family: "Raleway";
    cursor: pointer;
    border-radius: 0;
    padding: 7px 51px;
    text-transform: uppercase;
}