/* checkout page */

.site-content{
    font-family:'Cormorant Garamond Light' ! important;
}

h1,h2,h3,h4{
    font-family:'Cormorant Garamond Light' ! important;


}

/* this is only for large screens */
@media screen and (min-width: 1000px) {
    form.checkout.woocommerce-checkout{
        display:flex;
    }
    
    #customer_details .col-1{
        width:100% ! important;
    }
    #customer_details .col-2{
        width:100% ! important;
    }
    #order_review_heading{
        display:none
    }
    #order_review::before{
        content: "Your Order";
        font-weight:bold;
        font-size:30px;
        position:relative;
        margin-left:10%;
        margin-bottom:10px;
        bottom:10px;
        
    }

    .woocommerce-checkout-review-order{
        width:100%;
        /* display: flex; */
    }
    
    .woocommerce-checkout-review-order > .woocommerce-checkout-review-order-table{
        width:80% ! important
    }
    
    .woocommerce-checkout-review-order >.woocommerce-checkout-payment{
        width:80% ! important
    }
    #wcms_message{
        margin-top:2%;
    }
    
    
    }
    
    #ship-to-different-address{
        position:relative;
        left:4%;
    }
    .woocommerce-shipping-totals .shipping{
        text-align:right;
    }
    td.product-total{
        text-align:right;
    
    }
    th.product-total{
        text-align:right;
    
    }
    .cart-subtotal > td{
        text-align:right;
    
    }
    .shipping>td{
        text-align:right;
    }
    .order-total>td{
        text-align:right;
    }
  
    .ship_address{
        width:100% !important;
        background-color:rgba(222,84,155,255) !important;
        color:white !important;

    }
    /* .woocommerce-Price-amount bdi{
        float:right !important;
    } */
    .modify-address-button{
        color:black !important;

    }
    .modify-address-button:hover{
        color:white !important;
    }
    address{
        display: inline-flex;
    }

    .tax-rate td{
        float:right !important;
    }