/* Start custom CSS */table a{
    color:black;
        font-family: "Rubik", Sans-serif;

}
h2{
    color: #A16569;
    font-family: "Rubik", Sans-serif;
    font-size: 25px;
    font-weight: 500;
}
table{
}
table tr{
    text-align:right !important;
        border-width: 1px;

}
table th{
    text-align: right;
        border-width: 1px;

}
table td{
    text-align:right;
        border-width: 1px;

}
a.checkout-button{
    background: black !important;
}
a.checkout-button:hover{
opacity:0.7;
    
}
.woocommerce-info {
    border-top-color: #ffffff;
    text-align: center;
}
table tbody>tr:nth-child(odd)>td{
    background-color:white !important;
}
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
    text-align:right !important;
}/* End custom CSS */