/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.custom-checkout-note {
    margin-bottom: 15px;
    padding: 12px;
    background: #fff8e5 !important;
    border: 1px solid #f2c94c !important;
    border-radius: 6px !important;
    direction: rtl;
    text-align: right;
    font-size: 14px;
}
.custom-checkout-note strong {
    color: #c78400  !important;
}

.wd-product.wd-hover-icons .wrapp-buttons {
    display: none !important;
}

.woocommerce-OrderUpdate-description.description > p {
    margin-bottom: 15px;
    padding: 12px;
    background: #fff8e5 !important;
    border: 1px solid #f2c94c !important;
    border-radius: 6px !important;
    direction: rtl;
    text-align: right;
    font-size: 14px;
}