/**
* Webkul Software
*
* @category  Webkul
* @package   Webkul_PriceDropAlert
* @author    Webkul Software Private Limited
* @copyright Webkul Software Private Limited (https://webkul.com)
* @license   https://store.webkul.com/license.html
*/
#wk_priceDropAlertMainContainer {
    width: 241px;
    box-sizing: border-box;
}
.wk-subscriptionlink-container {
    box-sizing: border-box;
    width: 193px;
}
.wk_inline_block {
    display: inline-block;
}
#wk_image_container {
    box-sizing: border-box;
    padding-top: 4px;
    vertical-align: middle;
    overflow: hidden;
}
#wk_priceDropTooltipContainer {
    display: none;
    position: relative;
    top: 1px;
    width: 230px;
    z-index: 100;
}
#wk_priceDropTooltipArrow {
    border-bottom: 20px solid #006bb4;
    border-left: 14px solid transparent;
    position: absolute;
    right: 0;
    top: -13px;
    width: 0;
}
#Wk_priceDropTooltip {
    background-color: #006bb4;
    border-radius: 1px;
    box-sizing: border-box;
    color: white;
    font-size: 13px;
    padding: 8px;
    position: absolute;
    top: 7px;
    width: 100%;
}
#wk_notification {
    color: red;
}
#wk_subscription_link {
    cursor: pointer;
    overflow: hidden;
}
#wk_unsubscription_link {
    cursor: pointer;
    overflow: hidden;
}
#wk_title_for_notify {
    cursor: pointer;
    overflow: hidden;
}
#email_address {
    width: 95% !important;
    margin-right: 4px !important;
}