/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license sliderConfig is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_CallForPrice
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.callforprice-action {
    margin-bottom: 0;
}

.callforprice-action .tocart {
    height: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    justify-content: center;
    color: #fff;
    background-color: #1D4ED8;
}

.callforprice-action .mpcfp-icon {
    height: 15px;
    margin-right: 5px;
}

.mpcpf_request_quote_popup .actions-toolbar {
    border: none;
    display: block;
}

.mpcpf_request_quote_popup .fieldset>.legend {
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.6rem;
}

.mpcpf_request_quote_popup .control input, .mpcpf_request_quote_popup .control select {
    width: 100%;
}

.mpcpf_request_quote_popup fieldset label, form label {
    font-weight: 600;
    font-size: 18px;
}

#mp_contact_time{
    float: left;
    width: 100%
}

#mp_customer_note {
    width: 100%;
}

#mp_request_field_contact_time .contact_date.date {
    width: 45%;
    padding-right: 10px;
}

#mp_request_field_contact_time .contact_time.time {
    width: 52%;
}

#mp_request_field_contact_time .contact_time.time input, #mp_request_field_contact_time .contact_time.time p {
    width: 55px;
    height: 42px;
}

#mp_request_field_contact_time .contact_time.time select {
    height: 43px;
}

#mp_terms_condition {
    margin: -4px 5px 0 0;
}

.mp_tac_label a {
    color: #1D4ED8;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    height: 43px;
}

.mpcfp-time-error, .mpcfp-time-error-require {
    font-size: 1.0rem;
}

.products-grid .product-item {
    height: 100%;
}

@media (min-width: 769px), print {
    .legend {
        border-bottom: 1px solid #c5c5c5;
    }
}

@media (max-width: 1722px), print {
    #mp_request_field_contact_time .contact_time.time {
        width: 100%;
    }
}