/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Woostify
 Author URI: https://woostify.com/
 Template: woostify
 Version: 1.0.0
*/

tr.cart-subtotal th,
tr.woocommerce-shipping-totals th,
tr.order-total th {
    background-color: transparent;
    color: white;
}

table.shop_table thead th{
    color: white;
}

.woocommerce-cart-form button.button {
    max-width: 300px;
    margin-top: 1em;
    opacity: 1;
	filter: none;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    color: #8f8f8f;
}

span.woocommerce-terms-and-conditions-checkbox-text a {
    color: #2b2b2b;
}

/* Password Strength Disabled */

.woocommerce-password-strength {
    display: none !important;
}

small.woocommerce-password-hint {
    display: none;
}


@media screen and (max-width:768px){
	.page-header {
	  margin-top: 2em !important;
	}
	
	.custom-logo {
	  max-width: 220px !important;
	}
	
}
