/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


span.button_bulk_price {
    display: block;

    text-decoration: underline;
    cursor: pointer;
}
div#ecommproductcontactajax_modal .modal-header {
    flex-wrap: wrap;
}
.modal-body span.alert.alert-success {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}
div#ecommproductcontactajax_modal .modal-dialog {
    max-width: 600px;
}
div#ecommproductcontactajax_modal .modal-header h2 {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
div#ecommproductcontactajax_modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 5px;
}
div#ecommproductcontactajax_modal .modal-header .material-icons {
    color:#000000
}

.form_info .info_required_form span {
    display: block;
    margin-bottom: 5px;
}
div#ecommproductcontactajax_modal .form-group label {
    margin-bottom: 5px;
}
div#ecommproductcontactajax_modal .form-group {
    margin-bottom: 10px;
}
div#ecommproductcontactajax_modal .form-group:last-child {
    margin: 0px;
}
button#submitcontactProduct {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}
.error.gdprerror.alert.alert-danger {
    margin: 0px;
}
.info_required_form {
    margin-bottom: 20px;
}
div#ecommproductcontact_professional_modal .modal-dialog {
    width: 800px;
    max-width: 98%;
}
div#ecommproductcontact_professional_modal .form-group-content .form-group {
    margin-bottom: 20px;
}

/* Professional redirect form styles */
.professional-form-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.professional-form-container .form-wrapper {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.professional-form-container .form-header {
    padding: 20px 20px 10px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

.professional-form-container .form-header .h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.professional-form-container .close-form {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.professional-form-container .close-form:hover {
    color: #333;
}

.professional-form-container .form-body {
    padding: 20px;
}

.professional-form-container .header_info {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.professional-form-container .header_info span {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

.professional-form-container .form-group-content .form-group {
    margin-bottom: 20px;
}

.professional-form-container .form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
}

.professional-form-container .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.professional-form-container .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
}

.professional-form-container .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

@media(max-width:767px) {
    div#ecommproductcontactajax_modal .modal-header h2 {
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .professional-form-container {
        padding: 10px;
    }

    .professional-form-container .form-wrapper {
        max-height: 95vh;
    }

    .professional-form-container .form-header .h2 {
        font-size: 20px;
        padding-right: 40px;
    }

    .professional-form-container .form-body {
        padding: 15px;
    }
}
