/**
* 2007-2023 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-2023 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.
*/
#live-ship-quote-btn {
    clear: both;
    font-size: 15px;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #141414 !important;
    border: 2px solid #141414;
    background: #fff !important;
    cursor: pointer;
    max-width: 245px;
    
}

#live-ship-quote-btn:hover,
#live-ship-quote-btn:hover .fa-pts {
    color: #fff !important;
    background: #e31d27 !important;
}

div#live-ship-quote-modal .modal-dialog {
    width: 800px;
    left: 0 !important;
    top: 35%;
    transform: translateY(-50%);
    position: relative;
    max-height: 72%;
}
div#live-ship-quote-modal .modal-body{
    max-height: 490px;
    overflow-y: scroll;
}
div#live-ship-quote-modal {
    z-index: 999993;
    opacity: 1;
    height: 100%;
    overflow:hidden;
}
#live-quote-calculate-loading {
    text-align: center;
    display: none;
}
#live-quote-carrier-table {
    margin: 0;
    display: none;
}

#live-quote-carrier-table tbody tr:hover {
    background-color: rgba(0, 0, 0, .09);
    /* transform: scale(1.01); */
}

#live-quote-carrier-table thead tr th.ship-days,
#live-quote-carrier-table-body tr td.ship-days {
    opacity: 0;
}

.delivery-option.default-ship-option-free {}

.delivery-option.default-ship-option {}

#post-code-cad, 
#post-code-usa {
    display: none;
}

i.fa-pts.fa-pts-plane {
    color: #e31d27;
}

.requireOption:disabled {
    border-color: #828080 !important;
}
#_desktop_cart ul.cart-subtotals li:first-child,
#blockcart-modal div.cart-content p:nth-child(3) {
    display: none;
}

span.carrier-name,
span.carrier-price,
span.carrier-delay
{
    font-weight: 700;
}

.load-ship-options-modal {
    background: rgb(255 255 255 / 90%);
    padding: 25px 30px;
    text-align: center;
    padding-top: 30px;
    max-width: 280px;
    border-radius: 10px;
    z-index: 9999;
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Mobile CSS Styles */
@media (min-width: 768px) and (max-width: 991px){
    button#live-quote-clear-addr {
        margin-top:10px;
    }
}

@media (min-width: 200px) and (max-width: 768px){
    div#live-quote-dropdown-area form div.col-xs-12 label.col-xs-12 {
        padding-top: 10px;
    }
}

@media (max-width: 600px){
    div#live-ship-quote-modal .modal-dialog {
        width: 90%;
    }
}
