.close-lightbox{
    position: absolute;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    cursor: pointer;
}
.close-lightbox{
  right: 0;
}

.close-lightbox:before, 
.close-lightbox:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 20px;
    background-color: black;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    content: '';
}
.close-lightbox:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}

@media only screen and (max-width: 48em) {
    .sibeli-lightbox .text{
        text-align: left !important;
    }
}
    
.sibeli-lightbox .text{
    padding: 20px;
    overflow-y: scroll;
    text-align: justify;
    height: calc(40em - 200px);
    max-height: calc(100vh - 250px);
}

.sibeli-lightbox .content{
    padding: 20px;
    background-color: #e6dbc1;
    border-radius: 23px;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 700px;
}
.sibeli-lightbox{
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
}
.lightbox {
    scrollbar-color: #d9c99e transparent;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 4px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #d9c99e;
    -webkit-border-radius: 1ex;
}

@keyframes expand-bounce {
    0% {transform: scale(0);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);}
}

#neoweb-sold-out-popup {
    margin: 15px 0px;
}

#neoweb-sold-out-popup .button{
    display: inline-block;
    width: 140px;
    margin: 0px 5px;
}
#neoweb-sold-out-popup input{
    border-radius: 25px;
    display: inline-block;
    width: calc(100% - 170px);
    margin: 0px 5px;
}

#neoweb-sold-out-popup .message{
    display: none; 
    width: 100%;
    text-align: center;
    margin: 5px 10px;
}

@media screen and (max-width: 500px){
    #neoweb-sold-out-popup {
        text-align: center;
    }

    #neoweb-sold-out-popup input{
        width: 100% !important;
        margin-bottom: 15px !important;
    }
}