.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-240d5981{color:#E59B76;}/* Start custom CSS for text-editor, class: .elementor-element-240d5981 *//*remove borders*/

.woocommerce table.shop_table {
    border: none !important;
}

table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-top: 0px solid #ccc;
}

table td, table th {

    border: 0px solid #ccc;
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
}
/*remove borders end*/

/*make coupon code box bigger*/
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}
/*make coupon code box bigger ends*/

/*remove thick titles*/

.woocommerce table.shop_table th {
    font-weight: 300;}
    
    /*remove thick title ends*/
    
    
  /*apply coupon butto style hover*/  
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {

    background-color: #fff; /*change to match site style*/ 
    text-decoration: none;
    background-image: none;
    color: #E59B76;/*change to match site style*/ 
    border:1px solid #E59B76;/*change to match site style*/ 

}
 /*apply coupon butto style hover ends*/
 
 
 /*apply coupon button style*/
 
 .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #E59B76;/*change to match site style*/ 
    text-decoration: none;
    background-image: none;
    color: #fff;/*change to match site style*/ 
}
/*apply coupon button style ends*/

/*proceed to checkout button style*/
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    color: #fff;/*change to match site style*/ 
    background-color: #E59B76;/*change to match site style*/ 
}

/*proceed to checkout button style ends*/

/*proceed to checkout button style*/
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    color:#E59B76;/*change to match site style*/ 
    background-color: #fff;/*change to match site style*/ 
    border: #E59B76 solid 1px;/*change to match site style*/ 
}

/*proceed to checkout button style ends*/


/*proceed to checkout button style ends*/

/*adjust quantity box size*/
.woocommerce .quantity .qty {
    width: 5em;
    text-align: center;
}

/*qty box size*//* End custom CSS */