.woocommerce .wc-proceed-to-checkout .button {
       background-color: rgb(226, 54, 54)!important; 
       box-shadow: rgb(0, 0, 0) 1px 1px 4px; 
       color: rgb(255, 255, 255)!important; 
       font-size: 19px!important; 
       text-shadow: rgb(0, 0, 0) 1px 1px 4px; 
    } 

.woocommerce #content-area div.product form.cart .button {
       background-color: #e23636; 
       border-radius: 4px; 
       box-shadow: rgb(0, 0, 0) 1px 1px 4px; 
       color: rgba(255,255,255,1); 
       font-size: 24px; 
       text-shadow: rgb(0, 0, 0) 1px 1px 4px; 
    } 

.woocommerce.widget.widget_shopping_cart .buttons .button.checkout {
       background-color: rgba(249,0,0,1); 
       color: rgba(255,255,255,1); 
    } 

html > body > #page-container > #et-main-area > #main-content > div > #content-area > #left-area > #post-8 > div > div > div > div:nth-child(4) > form > div:nth-child(1) > #customer_details > div:nth-child(1) > h3 {
       display: none; 
    } 

html > body > #page-container > #et-main-area > #main-content > div > #content-area > #left-area > #post-8 > div > div > div > div:nth-child(4) > form > div:nth-child(1) > #customer_details > div:nth-child(2) > #ship-to-different-address {
       display: none; 
    } 

html > body > #page-container > #main-content > #post-8 > div > div > div > div > div:nth-child(1) > div > div > div > div:nth-child(4) > form > div:nth-child(1) > #customer_details > div:nth-child(1) > h3 {
       display: none; 
    } 

html > body > #page-container > #main-content > #post-8 > div > div > div > div > div:nth-child(1) > div > div > div > div:nth-child(4) > form > div:nth-child(1) > #customer_details > div:nth-child(2) > #ship-to-different-address {
       display: none; 
    } 

