/* Product Inner page*/

nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb a {
    color: #B8973A !important;
}
nav.woocommerce-breadcrumb:hover, nav.woocommerce-breadcrumb a:hover {
    color: #00473C !important;
}
h1.product_title.entry-title {
    color: #00473C;
    font-size: 40px !important;
	 font-weight:600 !important;
}
.woocommerce-product-details__short-description p {
    color: #000 !important;
}
div#tab-description p {
    color: #000 !important;
    line-height: 1.5em;
}
ul.tabs.wc-tabs li a {
    color: #B8973A !important;
}




@media(max-width:767px){
h1.product_title.entry-title {
    color: #00473C;
    font-size: 28px !important;
	 font-weight:600 !important;
}

}

/* Cart page */

tr.wc-block-cart-items__header, p.wc-block-components-checkout-order-summary__title-text {
    color: #00473C !important;
}
.wc-block-cart__totals-title {
    color: #00473C !important;
    font-size: 16px !important;
}
.wc-block-cart-item__wrap a {
    color: #B8973A;
    font-size: 16px !important;
}
.wc-block-cart-item__prices,td.wc-block-cart-item__total,.wc-block-cart-item__quantity {
    color: #00473C;
    font-weight: 600;
    padding: 5px 0px;
}
.wc-block-components-product-metadata__description p {
    color: #000 !important;
    font-weight: 400;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block, .wp-block-woocommerce-cart-order-summary-totals-block {
    color: #000 !important;
    font-weight: 400;
}
.wc-block-components-totals-wrapper {
    color: #000 !important;
    font-weight: 400 !important;
}

/* checkout Page */

.wc-block-checkout__actions_row a {
    color: #B8973A !important;
}
.wc-block-checkout__actions_row a:hover {
    color: #00473C !important;
}
.wc-block-components-notice-banner.is-error>svg {
    background-color: #8BC34A !important;
    transform: rotate(180deg);
}
.wc-block-components-notice-banner.is-error {
    background: #C6DEA5 !important;
    border-color: #00473C !important;
    color: #000 !important;
}
form.wc-block-components-form.wc-block-checkout__form , form.wc-block-components-form.wc-block-checkout__form input:focus {
    color: #000 !important;
}


