.single_add_to_cart_button, .add_to_cart_button, .checkout-button, #place_order{
    background-color: #fbba00 !important;
    color: #fff !important;
}
.woocommerce .shop_table td:first-child, .woocommerce .shop_table th:first-child{
    padding-left: 12px !important;
}
.woocommerce .shop_table td:last-child, .woocommerce .shop_table th:last-child{
    padding-right: 12px !important;
}
.cart-icon{
    background-image: url("../img/cart.svg");
    width: 30px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: relative;
}
.cart-icon .cart-contents-count{
    position: absolute;
    right: -10px;
    bottom: 0;
    background-color: #fbba00;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}