.woocommerce-checkout #devis {
    background: #ebe9eb;
    border-radius: 5px;
    padding: 1em;
}

#btnDemandeDevis {
    float: right;
}

.woocommerce form input[readonly="1"] {
    background-color: rgb(238, 238, 238);
    border-color: rgb(170, 170, 170);
    color: rgb(68, 68, 68);
    outline-color: rgb(68, 68, 68);
    cursor: default;
    opacity: 0.6;
    resize: none;
}

.woocommerce-shipping-calculator, .woocommerce-shipping-destination {
    display:none;
}

.woocommerce input.input-radio, 
.woocommerce input.input-checkbox {
  height: 34px;
  display: inline-block;
  float: left;
}

.woocommerce-checkout h3#order_review_heading {
    display: none;
}

.order-info {
    background-color: rgba(3, 169, 244, 0.1);
    border: solid 1px rgba(74, 144, 226, 0.2);
    border-radius: 4px;
    line-height: 2.2em;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;    
}

.order-info::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
