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

.top-bar-phone a{
	color: #ffffff;
	font-weight: 600;
}
.whb-header-bottom {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.wd-buttons .wd-action-btn>a {
    width: 40px;
    height: 40px !important;
    background-color: #fff;
    border-radius: 0px 5px 0px 5px;
}
@media (max-width: 1024px) {
    .wd-buttons .wd-action-btn>a {
        width: 35px;
        height: 35px !important;
    }
}
.newsletter-wrap p {
	display: flex;
	justify-content: space-between;
}
.newsletter-wrap p input[type="submit"] {
	max-height: 42px;
}
@media (max-width: 768px) {
	.newsletter-wrap p {
		display: flex;
		flex-direction: column;
	}
}
footer.wd-footer .widget {
	border-bottom: 0;
}
.blog-design-masonry .wd-post-content .wd-post-meta {
	display: none;
}
.post-single-page .wd-single-post-header .wd-post-meta {
	display: none;
}
.single-product .wd-accordion:where(.wd-style-default)>.wd-nav-wrapper+.wd-accordion-item {
    border-top: 1px solid rgb(0 0 0 / 50%);
}
.single-product .wd-accordion:where(.wd-style-default)>.wd-accordion-item {
    border-bottom: 1px solid rgb(0 0 0 / 50%);
}
.single-product .wd-accordion-opener {
	color: #000000;
}
.siunciama-message {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
}
.siunciama-message img {
    max-height: 50px;
}
.wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp>.wd-sub-menu>li:hover>a, .wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp>.wd-sub-menu>li.wd-opened>a {
	color: #02a7fa !important;
}
.sale-menu-item a {
	color: #ff0000 !important;
}
.sale-menu-item:hover a {
	color: #ff0000b4 !important;
}
.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: rgb(0 0 0);
}
.checkout #billing_imones_kodas_field, .checkout #billing_company_field, .checkout  #billing_pvm_kodas_field {
	display: none;
}
.checkout #billing_imones_kodas {
	padding: 0 15px;
    text-align: left;
}
.product-label.wd-shape-round.out-of-stock {
    font-size: 10px !important;
}