#container .content .theme3.pinkElegance {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 20px;
    color: #fff;
    background-color: #F9DBE4;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#container .content .theme3.pinkElegance .form-age {
    width: 100%;
}

#container .content .theme3.pinkElegance .selectPopup {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

#container .content .theme3.pinkElegance .selectPopup select {
    margin-right: 20px;
    width: 25%;
}
#container .content .theme3.pinkElegance .selectPopup select:last-child {

    margin-right: 0;
}

#container .content .theme3.pinkElegance .logo {
    width: 10%;
}

#container .content .theme3.pinkElegance .theme-container {
    width: 70%;
    display: flex;
    flex-direction: column;
}

#container .content .theme3.pinkElegance .theme-container .title {
    margin-bottom: 25px;
}

#container .content .theme3.pinkElegance .theme-container .age-verification {
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
    display: flex;
    order: 2;
    flex-wrap: wrap;
}

#container .content .theme3.pinkElegance .theme-container .age-verification .btn {
    height: 50px;
    min-width: 250px;
    margin: 0 20px;
}
#container .content .theme3.pinkElegance .theme-container .age-verification .btn:first-child {
    margin-bottom: 20px;
}


#container .content .theme3.pinkElegance .theme-container .age-verification .btn.refuse {
    background-color: transparent !important;
    border: 1px solid #99888E;
}


#container .content .theme3.pinkElegance .theme-container .age-verification .btn.refuse:hover,
#container .content .theme3.pinkElegance .theme-container .age-verification .btn.btn.accept:hover {
    background-color: #484848 !important;
    border-color: transparent;
}


#container .content .theme3.pinkElegance .theme-container .description {
    font-weight: 600;
    order: 3;
}

@media screen and (max-width: 1010px) {
    #container .content .theme3.pinkElegance .theme-container .age-verification {
        flex-direction: column;
    }
    #container .content .theme3.pinkElegance .theme-container .age-verification .btn:first-child {
        margin: 20px 20px;
    }
    #container .content .theme3.pinkElegance .theme-container .title {
        margin-bottom: 0;
    }
    #container .content .theme3.pinkElegance .selectPopup {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 720px) {

    #container .content .theme3.pinkElegance {
        flex-direction: column;
        width: 95%;
    }
    #container .content .theme3.pinkElegance .logo {
        width: auto;
        margin-bottom: 20px;
    }
    #container .content .theme3.pinkElegance .theme-container  {
        width: 100%;
    }
    #container .content .theme3.pinkElegance .theme-container .age-verification {
        margin-bottom: 0;
    }
    #container .content .theme3.pinkElegance .theme-container .age-verification .btn {
        width: 100%;
        min-width: auto;
    }
    #container .content .theme3.pinkElegance .theme-container .age-verification .btn:first-child {
        margin: 20px 0;
    }

    #container .content .theme3.pinkElegance .theme-container .description {
  margin-top: 20px;
    }

    #container .content .theme3.pinkElegance .theme-container .age-verification .btn {
        margin: 0;
    }
    
}

@media screen and (max-width: 720px) {
    #container .content .theme3.pinkElegance .selectPopup {
        flex-direction: column;
        align-items: center;
    }
    #container .content .theme3.pinkElegance .selectPopup select {
        margin-right: 0;
        width: 70%;
        margin-bottom: 10px;
    }
    #container .content .theme3.pinkElegance .selectPopup select:last-child {
        margin-bottom: 0;
    }
}
