.catalog-category-view .modal-popup .modal-inner-wrap {
    margin: 0 ;
    width: 100% ;
    border-radius: 20px ;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 575px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute !important;
    min-height: unset !important;
    margin: 0 auto; 
    z-index: 950;
    transition: transform .2s ease;
}
.catalog-category-view .modal-popup .modal-header {
    display: none;
}
.catalog-category-view .popup-inner .actions-popup{
    display: flex;
    justify-content: center;
    padding: 6px;
    padding-bottom: 30px;
}
.catalog-category-view h2.popup-title {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 15px 15px 0 0;
    font-size: 22px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: red;
    margin-top: 0rem;
}
.catalog-category-view .content {
    padding: 10px;
}
.catalog-category-view .modal-popup .modal-content{
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0;
}
.catalog-category-view .action-btn{
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    min-width: 120px;
    padding: 5px 15px;
    text-transform: uppercase;
    height: auto;
}
.catalog-category-view .btn-primary {
    background-color: rgb(175 200 217);
}
.catalog-category-view .btn-secondary {
    background-color: #c4c2bf;
}
.catalog-category-view .popup-inner {
    background: #f0ece5;
    border: none;
    border-radius: 15px;
}
.catalog-category-view .label-text p{
    text-align: center;
}