.ow_photo_item_info_album, .ow_photo_album_name {
    display: none!important;
}

.ow_supernarrow .profile-PHOTO_CMP_UserPhotoAlbumsWidget .ow_lp_photos img {
    object-fit: cover;
}

.custom_subscribe_wrap_column {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom_title_wrap {
    font-family: 'Manrope', "Helvetica CY", sans-serif;
    color: #fff;
    text-decoration: none;

    font-size: 14px;
}

.custom_subscribe_btn {
    display: block;
    font-family: 'Manrope', "Helvetica CY", sans-serif;
    padding: 0 17px 0 17px;
    cursor: pointer;
    background-color: #C90656;
    color: #fff;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

    height: 40px;
    line-height: 40px;
    font-size: 14px;
    box-sizing: border-box;

    width: 170px;
}

.custom_subscribe_btn:hover {
    cursor: pointer;
    background-color: #419DA9;
    text-decoration: none;
    color: #fff;
}

.custom_subscribe_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 30px;
}

.custom_title_wrap {
    margin-bottom: 35px;
}

.custom_buttons_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}


.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #999;
    margin: 10px 0;
}
.divider:before,
.divider:after {
    content: '';
    border-bottom: 1px solid #999;
    width: 50px;
    margin: 0 auto;
}
.divider:before {
    margin-right: .25em;
}
.divider:after {
    margin-left: .25em;
}

.ow_photoview_arrow_right, .ow_photoview_arrow_left {
    z-index: 1000000;
}

.ow_photo_upload_wrap .jcf-checkbox {
    box-sizing: initial;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
}

.upload_price_wrapper {
    padding-top: 8px;
}
.upload_price_wrapper label {
    margin-top: 10px;
    margin-right: 8px;
}
#input_ajax-upload_price {
    max-width: 60px;
}