/*
Theme Name: GeneratePress BC
Theme URI: https://generatepress.com
Author: Bailey Creative
Author URI: https://baileycreative.ca
Description: GeneratePress child theme developed by Bailey Creative
Template: generatepress
Version: 0.0.1
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 7.3
Text Domain: baileycreative
*/

#morand-checkout-table tr th:first-child,
#morand-checkout-table tr td:first-child {
    display: none;
}

#field_quote-data {
    display: none;
}

.morand-quote-table input {
    width: 90px;
    height: 30px;
}

.morand-quote-table input:disabled {
    background-color: #aadaa6;
    cursor: not-allowed;
}

.morand-quote-table .empty {
    border-color: #daa6aa;
    border-width: 2px;
}

.remove-quote {
    color: #7e353a !important;
}

.remove-item {
    background-color: #7e353a !important;
}

.remove-item:hover {
    background-color: #903d42 !important;
}

.remove-item > .gb-icon {
    display: none;
}

@media (min-width: 768px) {
    .gates-panels-links {
        display: none;
    }
}