/*
 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-header-bottom {
    background-color: rgba(238, 28, 37, 1);
border-color:   rgba(232, 232, 232, 1);
    border-bottom-width: 0px;
    border-bottom-style: solid;

}
@media screen and (max-width: 720px) {
.d-none {
	display: none !important;
}	
}

@media screen and (min-width: 721px) {
.d-block-md {
display: block !important;	
}
.d-md-none {
	display: none !important;
}	
}
.footer-container {
    background-color: #fff !important;
color: rgb(119, 119, 119) !important;
}