.floorzap-warehouses-popup {
    display: block; 
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1501;
    opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; 
}

.floorzap-warehouses-popup.show {
    opacity: 1; 
    visibility: visible;
}

.floorzap-warehouses-popup .custom-popup-element {
    position:absolute;
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
    background-color: rgba(255, 255, 255, 1.00);
    min-width: 0%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    display: block;
    width: 60%;
}

.floorzap-warehouses-popup .floorzap-popup-overlay{
    position:absolute;
    background-color: rgba(0, 0, 0, 0.70);
    height:100%;
    width:100%;
    cursor:pointer;
}

.floorzap-warehouses-popup .custom-popup-element .close-floorzap-popup.xBtn {
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 4px;
    color: #ffffff;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #ffffff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(49, 91, 124, 1.00);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
}

.floorzap-warehouses-popup .location:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.floorzap-warehouses-popup .location.active {
    border-color:#00198d!important;
}

.w-popup {
    display: block; 
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1501;
    opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; 
}

.w-popup.show {
    opacity: 1; 
    visibility: visible;
}

.w-popup .w-inner-popup {
    position:absolute;
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
    background-color: rgba(255, 255, 255, 1.00);
    min-width: 0%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    display: flex;
    flex-direction : column;
    gap:20px;
    width: 60%;
}

@media (max-width : 880px){
    .w-popup .w-inner-popup {
    width: 80%;
    overflow: auto;
    height: 500px;
    }
}

.w-popup .floorzap-popup-overlay{
    position:absolute;
    background-color: rgba(0, 0, 0, 0.70);
    height:100%;
    width:100%;
    cursor:pointer;
}

.w-popup .w-inner-popup .close-floorzap-popup.xBtn {
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 4px;
    color: #ffffff;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #ffffff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(49, 91, 124, 1.00);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
}

.w-popup iframe {
    width : 100%;
    height : 300px;
    margin-top:20px;
}

.w-popup .w-info-rating {
    display : flex;
    justify-content : space-between;
    align-items: center;
    gap:20px;
}

@media (max-width:880px){
    
.w-popup .w-info-rating {
    flex-direction:column;
}
}

.w-popup .w-info {
    display:flex;
    flex-direction: column;
    gap:8px;
}

.w-popup .w-info p {
    margin : 0;
}


.w-popup .w-info .w-icon-box {
    display : flex;
    gap : 8px;
    align-items : center;
}

.w-popup .w-info .w-icon-box span {
    font-weight: 700;
}

.w-popup .w-info a {
    text-align:center;
    margin-top:10px;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #00198D;
    border-radius: 35px 35px 35px 35px;
    padding: 10px 35px 10px 35px;
   
}

.w-popup .w-info-rating > div {
    flex : 1;
}

.w-popup .w-rating-stars svg {
    width : 15px;
}

.w-popup .w-info-rating .w-rating {
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 #0000001c;
}

.w-popup .w-info-rating .w-rating p {
    color: #747474;
    font-weight: 400;
    font-size: 14px;
    margin-bottom:0;
}
.w-popup .w-info-rating .w-rating span {
    font-size: 17px;
    font-weight: 500;
}


