/**
* 2022-2023 Weblytic Labs
*
* All rights reserved,
*
* @category   Weblytic Extensions
* @package    Wbl_HidePrice Module
* @author     WeblyticLabs <support@weblyticlabs.com>
* @copyright  Copyright (c) 2022-2023 Weblytic Labs (https://weblyticlabs.com)
* @store      Buy online at https://store.weblyticlabs.com
* @license    One Paid Licence For One Website. No Rent. No Sell. No Share.
*/

.Wbl_Hide_Price .modal-inner-wrap {
    width:35%;
}
.Wbl_Hide_Price .modal-header {
    background-color: #1979c3;
}
.Wbl_Hide_Price .modal-title {
    font-weight: 800;
    color:white;
}
div.wbl-popup-form .label {
    font-weight: 600;
}
div.wbl-popup-form {
    margin-top: 10px;
}
.wbl-product-img {
    margin-top: 10px;
}
.wbl-submit-button {
    margin-top: 15px;
    width: 100%;
}
input.action.submit.primary.wbl-submit-button {
    font-size: 20px;
    font-weight: 1000;
}

button.action.primary.tocart.wbl-category-form {
    width: 49%;
    height: 50px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.wbl-product-img {
    width:30%;
    float:left;
}
.wbl-content-info {
    margin-left:5%;
    height:240px;
    width:65%;
    float:left;
}
.Wbl-footer-field {
    width:100%;
}
.required-field::after {
    content: "*";
    color: #e02b27;
    margin:0 0 0 5px;
}
