/**
* Theme Name: Goldsmith Child
* Description: This is a child theme of Goldsmith.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: goldsmith
* Version: 1.3.5
*/
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error{
	display:none !important;
}
.checkout-inline-error-message{
	color:red !important;
}

.goldsmith-compare-btn{
	display:none !important;
}
#billing_country_field{
display:none 
}

.cr-customer-consent-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.cr-customer-consent-checkbox:checked::after {
    content: '✓';
    color: #000;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 2px;
}

.chaty-i-trigger .chaty-channel {
    bottom: 51px !important;
}
.quantity .minus:after, .quantity .plus:after, .quantity .plus::before  {
    background: #000 !important;
}
.woocommerce .product .grouped-list-item .quantity .qty, .woocommerce .quantity .qty, .quantity input{
	color: #000 !important;
}

span.goldsmith-out-of-stock {
    top: 0 !important;
}