/*********GENERAL*********/
/***************************/

/*TABLE*/
table{
    width:100%;
}
/*woo commerce*/
.shop_table .woocommerce-orders-table__cell-order-actions a{
    background-color:var( --e-global-color-primary );
    color:white;
    padding:10px 20px;
    border-radius:5px;
}
.shop_table .woocommerce-orders-table__cell-order-actions a:hover{
    background-color:var( --e-global-color-secondary); 
    color:white;  
}
/* Billing details checkout page - full width column */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
    max-width:100% !important;
}
/* Billing details checkout page - remove second column */
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    display: none;
}