/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
p.custom-coupon-text {
    color: #000 !important;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: none !important;
}

.wc-block-components-totals-wrapper{
	padding: 10px 0 !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

.wc-block-cart__submit-container {
    color: #fff;
    background-color: var(--wd-primary-color);
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
}

.whb-top-bar .top-header-bar span {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
}

.whb-top-bar .top-header-bar {
    padding-top: 10px;
    margin: auto;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
}

.whb-row.whb-top-bar.whb-not-sticky-row.whb-without-bg.whb-border-fullwidth.whb-color-dark.whb-flex-flex-middle {
    background: #f44b88;
    height: 40px;
}


