/*
  Theme Name: Thunderbird
  Version: 1.0.0
  Template: Divi
  Author: Rubico
  Author URI: https://rubicotech.com
  Description: Thunderbird Jewelry
  Text Domain: thunderbird
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



table.discountRules,table.priceCart{
	width: 230px !important;
	border: none !important;
	margin: 10px 0 !important;
}

.discountRules td ,table.priceCart td{
    padding: 5px 0px !important;
    line-height: 16px !important;
	border:none !important;
}

.discountRules .totalDiscount td{
	border-top:1px solid rgba(0,0,0,.1) !important;
}

table.discountRules tr td:last-child,table.priceCart tr td:last-child{
	text-align:right;
}
.calculated_shipping .shop_table td,.cart_totals .shop_table td{
	text-align:right;
}

.woocommerce-checkout-review-order tr td:last-child, .woocommerce-checkout-review-order-table th.product-total, .woocommerce-table--order-details tr td:last-child, .woocommerce-table--order-details tr th.product-total{
  text-align: right;
}
#cartpops-drawer .cpops-drawer-footer .cpops-cart-total .cpops-cart-line-items__value {
  text-align: right;
}
#cartpops-drawer .cpops-drawer-footer .cpops-cart-total .cpops-cart-line-items__item span{
  display:inline-block !important;
}
.shop_table .product-thumbnail{
	display:none;
}
.product-qty-custom{
	text-align:center;
}