/*
 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-usp-wd-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-usp-wd-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--wd-text-color, #333);
}

.custom-usp-wd-list .wd-icon {
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-family: 'woodmart-font' !important;
    min-width: 30px;
    letter-spacing: normal;
    line-height: 1;
    font-size: 20px;
    background-color: #FFF;
    border: 1px solid var(--xts-option-border-color);
    border-radius: var(--xts-option-border-radius);
    transition: all .15s ease;
    cursor: copy;
    user-select: all;
    font-size: 20px;
    margin-right: 10px;
    color: var(--wd-primary-color, #2f7dfc);
}

.custom-usp-wd-list .wd-icon.wd-icon-shipping:before {
	content: "\f182";
}

.custom-usp-wd-list .wd-icon.wd-icon-gift:before {
	content: "\f11e";
}

.custom-usp-wd-list .wd-icon-credit-card:before {
	content: "\f142";
}

.wc-block-components-product-metadata {
    display: none !important;
}