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



.whb-wjlcubfdmlq3d7jvmt23, .whb-top-bar {
    background-color: #4e8092 !important;
}

.whb-color-dark .navigation-style-default .item-level-0.current-menu-item > a {
	color: #4e8092 !important;
}

h4 {
	font-family: 'Roboto', Arial, 'Open Sans' !important;
}

.catalog-mode-on .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .woodmart-buttons > div a {
	display:none;
}

.summary-inner > .yith-wcwl-add-to-wishlist a {
	display:none;
}

.sk-price {
	color: #dc3545 !important;
}


.site-content ol li::before {
content: counter(li, decimal);
counter-increment: li;
position: absolute;
top: -1px;
left: 5px;
font: 24px/40px Arial,sans-serif;
color: #fff;
font-weight: bold;
background-color: #16a388;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border-radius: 3px;
}

.site-content ol li {
position:relative;
padding-left:55px;
margin-bottom:25px;
list-style:none;
}

.site-content ol {
padding-left:0;
counter-reset:li;
margin:5px 0 0 30px;
}