/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


.air-page {
    padding: 0 100px;
}
.air-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
}

.esig-template-page input[type="text"]{
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.order_data_column  h3{
    display: none;
}
.woocommerce-billing-fields {
    display: none !important;
}
.woocommerce-form-coupon-toggle, .woocommerce-form-coupon {
    display: none !important;
}
div#wc-proceed-to-checkout a {
    font-size: 20px;
    letter-spacing: 0.2px;
    font-family: "Quicksand", sans-serif !important;
    padding: 16px;
    color: #000;
    text-transform: uppercase !important;
    background-color: #e2d243;
    border: 1px solid #e2d243;
}
.woocommerce-privacy-policy-text {
    display: none !important;
}
body.page-id-18 section.woocommerce-customer-details {
    display: none;
}
a#download-pdf-button {
    color: #000;
    text-transform: uppercase !important;
    background-color: #e2d243;
    border: 1px solid #e2d243;
}
body.page-id-18 ul.wc-item-meta li {
    width: 100% !important;
    padding: 0px !important;
}

body.page-id-18 ul.wc-item-meta {
    margin: 5px 0 !important;
}
.row.project-complete-listing {
    width: 100%;
}
body::-webkit-scrollbar {
  width: 0px !important;
}
body::-webkit-scrollbar::-webkit-scrollbar-track{
  box-shadow: inset 0 0 5px #08071c !important; 
  border-radius: 2px !important;
}