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

header.entry-header figure {
    display: none;
}

header.entry-header {
	padding-bottom: 60px;
}

.widget_nav_mega_menu>.widget-title {
    background: transparent;
    font-size: 17px;
	padding: 10px 20px;
}

.wd-nav-vertical.wd-design-default>li:not(:last-child) {
    border: 0 !important;
}

.wd-nav-vertical.wd-design-default {
    border: 0 !important;
}

.wd-nav-vertical>li>a {
    font-weight: 400;
    font-size: 14px !important;
    color: #939393 !important;
    padding: 6px 20px !important;
}

.sidebar-widget.woodmart-woocommerce-layered-nav {
    padding: 0 10px 30px 10px;
}

button#wd-add-to-cart {
    display: none;
}

.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count {

    top: -9px !important;
    inset-inline-end: -14px !important;
}

.site-logo h1 {
    margin: 0;
}

header.entry-header {
    display: none;
}

.woocommerce-MyAccount-title {
	border-bottom: 0 !important;
}

.current-menu-item a span {
    font-weight: 700;
    color: #F58220;
}

.wd-nav-sticky>li>a {
	font-weight: 700;
	color: #595959 !important;
}

.wd-nav-sticky>li>a:hover {
	color: var(--wd-primary-color) !important;
}

@media only screen and (max-width: 600px) {
  .wd-pf-dropdown {min-width: 160px !important;}
}


.home .product-wrapper {
    background: #fff !important;
}

.wd-collapsible-content:not(.wd-opened)>.elementor-widget-wrap:after {
 
    color: rgb(246,246,246) !important;
}

/*----- Contact bar -----------*/

#contact-bar {
    position: fixed;
    text-align: center;
    width: 60px;
    bottom: 80px;
    right: 20px;
    z-index: 99999;
}

#contact-bar ul li {
    margin: 14px 0;  
	list-style: none;
    
}

#contact-bar ul li img {
    padding: 10px;
	border-radius: 100%;
	box-shadow: 0 3px 10px #888;
}

.ctb-fbm img {
    background: #0080f7;
}

.ctb-fbm img:hover {
    background: #0572d8;
}

.ctb-zalo img {
    background: #0065f7;
}

.ctb-zalo img:hover {
    background: #055cda;
}

.ctb-phone img {
    background: #4bd963;
}

.ctb-phone img :hover {
    background: #36c14e;
}

.ctb-mail img {
    background: #d32d2c;
}

.ctb-mail img:hover {
	background: #b31918;
}
