.age-popup {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff9c;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 40px;
}

.age-popup-content {
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    border-radius: 5px;
    width: 350px;
    /* text-align: center; */
}
.age-popup-title{
    font-size: 30px;
    color: #000;
    margin: 10px 0 20px 0;
}
.age-popup-text{
    font-size: 16px;
    color: #535353c0;
}
#confirm-age {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#confirm-age:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000 !important;
}
#cansel-age {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #000 !important;
}
#cansel-age:hover {
    background-color: #000;
    color: #fff;
}

.color-options{
    /* width: 300px; */
    display: flex;
    gap: 2px;
    flex-wrap: wrap !important;
}
.color-imgs-label {
    width: 100px;
    height: 100px;
    display: block !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
.img-width{
    /* width: 40px; */
}
.color-imgs-label input{
    display: none !important;
}
.color-imgs-label [type="radio"] + span:before {
    background: transparent;
    box-shadow: 0 0 0 0 ;
    width: 1px !important;
    height: 1px !important;
    /* border: 1px solid hwb(54 2% 35%); */
    position: absolute;
    top: 0;
    right: 2px;
    border-radius:0%;
}
.color-imgs-label [type="radio"] + span {

    position: relative;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
    background-color: transparent;
}
.color-imgs-label [type="radio"]:checked + span {

    position: relative;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
    background-color: transparent;
}
.color-img {

    position: relative;
    width: 80%;
    height: 80%;

}
.color-imgs-label [type="radio"] + span img {

    border: 1px solid #e2e2e2;
}
.color-imgs-label [type="radio"]:checked + span img {

    border: 2px solid #9a9a9a !important;
}
.color-imgs-label [type="radio"]:checked + span:before {
    background: transparent;
    /* border: 1px solid #5106a7; */
    box-shadow: 0 0 0 0 ;
    width: 1px !important;
    height: 1px !important;
    position: absolute;
    top: 0;
    right: 2px;
    border-radius:0%;
}
.pac-container{
    z-index: 10000 !important;
}

