/*
 * Milople Technologies Pvt. Ltd.
 *
 * Do not edit or add to this file if you wish to upgrade the module to newer 
 * versions in the future. If you wish to customize the module for your 
 * needs please contact us to https://www.milople.com/contact-us.html.
 *
 * @category    Ecommerce
 * @package     Milople_PriceDrop
 * @author      Milople Technologies
 * @link        https://www.milople.com/magento-2-price-drop.html
 * @copyright   Copyright (c) Milople Technologies Pvt. Ltd.
 */
.subscribe-popup .modal-inner-wrap {
    max-width: 400px;
    border-radius: 10px;
    padding: 20px 0;
}

.subscribe-popup .modal-inner-wrap input,
.subscribe-popup .modal-inner-wrap textarea {
    border-radius: 5px;
    margin-bottom: 20px;
    background: #f2f2f2;
}

.subscribe-popup .modal-inner-wrap .modal-title {
    border: none;
    color: #7b7070;
    padding-bottom: 0;
}

.subscribe-popup .product-name {
    margin-bottom: 12px;
}

.subscribe-popup #subscribe-form {
    padding: 15px 10px;
    background-color: #fbfbfb;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.subscribe-button svg {
    width: 18px;
    cursor: pointer;
}

.subscribe-button span {
    font-size: 15px;
    margin-left: 10px;
}

.product-item-inner .product-item-actions .actions-secondary {
	display: flex !important;
	width: 50%;
	align-items: center;
	justify-content: space-around;
}

.product-item-actions .actions-primary + .actions-secondary > .action {
	width: 18px;
}
 
.subscribe-button .price-drop {
    display: flex;
}

.product-item-actions .actions-primary {
    float: left;
}