/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.product-label.onsale {
    background-color: #dd0000;
}

.whb-color-light .wd-header-text {
    color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.container-service-options {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #915a1a14;
    border-radius: 10px;
	border: 2px solid #a8681f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.container-service-options h4 {
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.container-service-options h4 img {
    height: 22px !important;
    width: auto !important;
    margin-right: 10px;
}

.container-service-options h4:last-child {
    margin-bottom: 0;
}