

.whb-column form.woocommerce-currency-switcher-form .dd-selected label {
    color: #c29d70;
    font-size: inherit;
    font-weight: bold;
}

.product-label.out-of-stock {
    font-weight: 600;
}

.labels-rounded .out-of-stock {
    font-size: 10px;
}

.ywgc_apply_gift_card_button {
    background-color: #c29d70 !important;
    color: #ffffff!important;
}

.added_to_cart, .btn, .button, [type=button], [type=submit], button {
	border-radius: 20px;
}


div.quantity {
    display: inline-table;
}



[class*=" woo-wallet-icon-"], [class^=woo-wallet-icon-] {
    font-family: woowallet!important;
    padding-left: 10px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
    padding-right: 10px;
}


table.dataTable tbody tr {
    background-color: #ffffff;
    height: 50px;
}


table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 15px;
    left: 4px;
    height: 18px;
    width: 18px;
    display: block;
    position: absolute;
    color: white;
    border: 1px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #c29d70;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    padding-left: 35px;
}

.woo-wallet-sidebar ul li.card {
    border-radius: 10px;
}

.added_to_cart, .btn, .button, [type=button], [type=submit], button {
		margin: 20px 0;
    background-color: #c29d70;
    color: #ffffff;
    border-radius: 21px;
}


.ui-widget-shadow {
    opacity: 0.9;
}

