#we-packaging-popup ::-webkit-scrollbar {
    width: 10px;
}
#we-packaging-popup ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
#we-packaging-popup ::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    width: 10px;
    border-radius: 5px;
}
#we-packaging-popup ::-webkit-scrollbar-thumb:hover {
    background: #b5b5b5;
    width: 10px;
}

#we-packaging-popup{
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.we-modal-body{overflow: hidden; position: relative;}
.we-modal-body:after {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    content: "";
    width: 100%; height: 100%; left: 0; top: 0;
}
.we-packaging-modal .we-packaging-close:hover, .we-packaging-modal .we-packaging-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.we-packaging-modal .we-packaging-close {
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    border: none;
    vertical-align: middle;
    background-color: #000;
    text-align: center;
    color: #fff;
    z-index: 9999999;
    border-radius: 50%;
    padding: 0;
}
.we-packaging-modal {
    position: relative;
    background-color: #fff;
    margin: auto;
    border: 1px solid #ddd;
    width: 480px;
    border-radius: 3px;
}
.we-packaging-modal .we-modal-header {padding: 20px 50px;background: #ddd;}
.we-packaging-modal .we-packaging-modal-body {padding: 50px;}
@media screen and (max-width: 767.98px){
    .we-packaging-modal {
        width: 96%;
    }
}