/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root{
	--wd-header-general-sticky-h: 80px!important;
}

.woocommerce-mini-cart__buttons .btn-cart:hover{
	color:white!important;
}
.wd-switch-to-register{
	background-color: var(--e-global-color-primary)!important;
	color:white!important;
}
.carousel-style .title span{
    margin:auto;
}
.carousel-style .title span::before{
    position: absolute;
    content: '';
    height: 15px;
    border-bottom: 3px solid #000;
    top: 2px;
    left:0px;
    width: 30vw;
}
.carousel-style .title span::after{
    position: absolute;
    content: '';
    height: 15px;
    border-bottom: 3px solid #000;
    top: 2px;
    right:0px;
    width: 30vw;
}

.trp-ls-shortcode-current-language{
  width:85px;
}
.trp-language-switcher{
  width:90px;
}
.trp-language-switcher > div{
 border:none;
}

.fix-nav-link > a{
	padding: 5px 18px!important;
}
.wd-products .wd-cat-content{
	background-color:white;
}
.wd-products .wd-entities-title{
	background-color:white;
}

span.nav-link-text{
    font-size: 15px;
}

.wd-sub-menu-wrapp>.wd-sub-menu>li>a{
	color:white!important;
}

.wd-sub-menu-wrapp>.wd-sub-menu>li:hover>a{
	color:black!important;
}

.wd-sub-menu-wrapp>.wd-sub-menu>li.wd-opened>a{
	color:black!important;
}

.wd-sub-menu li>a{
	color:black!important;
}

.wd-active-filters{
	display:none!important;
}

.wd-sub-menu li:hover>a{
	color:var(--e-global-color-primary)!important;
}

.wd-sub-menu > .item-with-label > a{
	color:var(--e-global-color-primary)!important;
}

.filters-area{
    border-style: solid hidden hidden hidden!important;
}
.wd-nav-main>li>a{
	height:80px!important;
	padding:0px 20px!important;
}
.wd-nav-main>li>a:hover{
   background-color: var(--wd-primary-color)!important;
   color:white!important;
}

.wd-product .wrap-price {
    display: block !important;
}

.grecaptcha-badge{
	opacity:0;
}

@media all and (max-width:768px){
    .carousel-style .title span::before{
        width: 10vw;
    }
    .carousel-style .title span::after{
        width: 10vw;
    }

	
}