.yith-wcwl-add-button {
    background-color: transparent!important;
}
.yith-wcwl-pp-modal div.pp_content_container {
    /*border-bottom-left-radius: unset;*/
    /*border-bottom-right-radius: unset;*/
    border-radius: unset;
    padding: 64px 72px;
}
div.pp_overlay {
    width: 100% !important;
}

.add-new-prescription-title {
    white-space: nowrap;
}
.yith-wcwl-pp-modal div.pp_content_container .pp_content {
    /*min-width: 500px;*/
    width: auto !important;
}
.yith-wcwl-pp-modal {
    width: auto !important;
}
div.pp_woocommerce .pp_close {
    top: 42px;
    border-radius: 0px;
    right: 80px;
    text-shadow: none;
    background-color: transparent;
    box-shadow: none;
}
div.pp_woocommerce .pp_close:hover {
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
}
div.pp_woocommerce .pp_close::before {
    background: url('../icons/icon-close.svg') center;
    width: 40px;
    height: 40px;
    content: "";
    background-size: contain;
}

.yith-wcwl-popup-content .wishlist-select {
    height: 56px;
}

.yith-wcwl-popup-content .confirmation-text {
    text-align: center;
}

.yith-wcwl-popup-feedback, .yith-wcwl-popup-feedback p.feedback {
    font-family: Gravity, serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 350;
}
.yith-wcwl-pp-modal div.pp_content_container .heading-icon {
    color: #000000;
}

.yith-wcwl-popup-content .ds-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.yith-wcwl-popup-content .ds-input .wishlist-select{
    appearance: none;
    -webkit-appearance: none;   /* iOS Safari */
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #79747E;
    border-radius: 0;
    padding: 10px 40px 10px 12px;
    width: 100%;
    line-height: 1.3;
    font: inherit;
    color: inherit;
    background-image: none;
    outline: none;
}

.yith-wcwl-popup-content .ds-input .wishlist-select::-ms-expand {
    display: none;
}

.yith-wcwl-popup-content .ds-input::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(0);
    transition: transform .2s ease;
    background: no-repeat center/contain url("../icons/icon-dropdown-black.svg");
    pointer-events: none;
}

.yith-wcwl-popup-content .add-new-prescription-wrap .ds-input::after,
.yith-wcwl-popup-content .ds-input.wishlist-new-wrap::after {
    background: none;
}

.yith-wcwl-popup-content .ds-input:focus-within::after {
    transform: translateY(-50%) rotate(180deg);
}

.yith-wcwl-popup-content .ds-input .wishlist-select:focus {
    box-shadow: 0 0 0 3px rgba(0, 112, 243, .25);
}

@media (max-width: 850px) {
    .gro_mobile_overlay {
        position: absolute;
        background: #000000;
        opacity: 0.8;
        z-index: 9999;
    }

    #gro_mobile_modal {
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 10000;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        padding: 50px 20px;
    }

    .gro_mobile_close {
        position:absolute;
        top:10px;
        right:10px;
        text-align:center;
        cursor:pointer;
        font-size:24px;
        color:transparent;
        background: url('../icons/icon-close.svg') center;
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .yith-wcwl-popup-content .add-new-prescription-text {
        margin-bottom: 32px;
        font-size: 14px;
    }

    .yith-wcwl-pp-modal div.pp_content_container {
        min-width: 340px;
    }

    #pp_full_res .ds-modal-head-icon img {
        width: 32px !important;
    }

    div.pp_woocommerce {
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .pp_pic_holder.pp_default {
        width: 100% !important;
        margin-top: -100px !important;
        left: 0 !important;
        overflow: hidden;
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 0 !important;
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 0 !important;
    }

    .pp_content {
        width: 100% !important;
        height: auto !important;
    }

    .pp_fade {
        width: 100% !important;
        height: 100% !important;
    }

    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom {
        display: none !important;
    }

    #pp_full_res img {
        width: 100% !important;
        height: auto !important;
    }

    .pp_details {
        box-sizing: border-box;
        width: 100% !important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px !important;
    }

    a.pp_close {
        right: 10px !important;
        top: 10px !important;
    }

    .yith-wcwl-pp-modal {
        width: 100% !important;
    }
    div.pp_woocommerce {
        width: 100% !important;
    }
}