/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://gladevalley.org
 Description:  Child Theme for Divi
 Author:       Alan Rugh
 Author URI:   https://gladevalley.org
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#checkout-billing-woo h3{
    font-family: 'Open Sans';
    font-size: 22px;
    color: #1e9994;
}

#checkout-billing-woo .col-1{
    width: 100%;
}

#checkout-billing-woo .col-2{
    display:none;
}

#checkout-billing-woo #order_review_heading{
    padding-top:40px;
}

#checkout-billing-woo .woocommerce-privacy-policy-text{
    display:none;
}

#checkout-billing-woo #place_order{
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-color: #7DB2F5;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    background-color: #1e9994;
}

#checkout-billing-woo #place_order:hover ::after{
    display:none;
}

#feePre{
    border: 1px solid #ccc;
    width: 250px;

    -webkit-appearance: none;
    background-color: #eee;
    max-width: 100%;
    border-width: 0;
    border-radius: 0;
    padding: 16px;
    line-height: 1.7em;
    border-style: solid;
    color: #1e9994!important;

    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    font-size: 22px!important;
    text-align: left!important;
}

#preFeeLabel{
    margin-top: 20px;
}

#feeCalculatorLabel{
    margin-top:20px;
    display:inline-block;
}

#feeCalculator{
    dsiplay:inline-block;
}
#cart-table-donations td.product-name{
    pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

#menu-main-menu .menu-gvcs-donate{
    background-color: green;
    display: inline-block !important;
    height: 30px;
    padding: 10px 15px 26px 15px;
    border-radius: 20px;
    margin-top: 32px !important;
    border: 1px solid #fff;
}

#menu-main-menu .menu-gvcs-donate a{
    padding:0px !important;
}

#cart-table-donations th.product-remove, #cart-table-donations th.product-name, #cart-table-donations td.product-remove, #cart-table-donations td.product-name{width:50%; text-align:center;}
#cart-table-donations th.product-price, #cart-table-donations th.product-quantity, #cart-table-donations th.product-subtotal, #cart-table-donations td.product-price, #cart-table-donations td.product-quantity, #cart-table-donations td.product-subtotal{display:none;}
.woocommerce a.remove{font-size:2em; margin:0 auto;}

@media only screen and (max-width: 770px) {
    #cart-table-donations th.product-remove, #cart-table-donations th.product-name, #cart-table-donations td.product-remove, #cart-table-donations td.product-name{width:100%; text-align:center;}
}
