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


#ht-ctc-chat  {
    display: none !important;
}
.top_head {
    font-size: 16px;
}
.mobile_call_btn {
	display:none;
    position: fixed;
    bottom: 76px;
    right: 16px;
    z-index: 9999;
}
.mobile_call_btn a {
    background: #000;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
}
.mobile_call_btn a i {
    transform: rotate(46deg);
	font-size: 22px;
}
.elementor-field-group-field_b4299f8 .elementor-select-wrapper::before {
    display: none;
}

/****Responsive****/
@media only screen and (max-width: 768px) {
	#ht-ctc-chat {
		display: block !important;
		z-index:9999;
	}
	

}