/* css header */
div#masthead {
    background-color: #34651f;
}

/* css form search */
input#woocommerce-product-search-field-0, input#woocommerce-product-search-field-1 {
    border-radius: 4px 0px 0px 4px;
    background-color: #fff;
    height: 38px;
}
button.ux-search-submit.submit-button {
    height: 38px;
    background: #055B15;
    padding: 0px 16px;
    border-radius: 0px 4px 4px 0;
}

/* css btn toa thuốc */
a.head-donthuoc {
    padding: 1px 12px !important;
    border: 1px solid #fff;
    border-radius: 20px;
}
a.head-donthuoc span {
    background-image: url(/wp-content/uploads/2021/10/camera-head.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    color: #fff;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 14px;
}

/* css icon cart */
a.header-cart-link.icon.button.circle.is-outline.is-small, a.icon.button.round.is-outline.is-small {
    border: 1px solid #fff;
    background: bottom;
    color: #fff;
}
#masthead ul.nav-dropdown.nav-dropdown-default {
    border: none;
    border-radius: 6px;
}
