#ajax-modal-awating-req{
    display:none;
}

 .mask-overlay {
     content: '';
     position: fixed;
     background: rgba(0, 0, 0, 0.8);
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 9991;
     display: none;
 }



.product-view-modal {
    position: fixed;
    width: 1000px;
    height: auto;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    visibility: hidden;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 7px 18px;
    z-index: 9999;
    background: #fff;
    border: 8px solid #ddd;
}

.product-view-modal.cs-modal-open {
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.section-full-width-1650.elementor-section.elementor-section-boxed>.elementor-container{
    max-width:1620px;
}

.section-full-width-1170.elementor-section.elementor-section-boxed> .elementor-container{
    max-width:1140px;
}



.container-fluid .elementor-section.elementor-section-boxed>.elementor-container{
    max-width:1620px;
}








