/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.page-id-3149 .wd-logo img[width]:not([src$=".svg"]) {
	width:300px!important;
	object-fit:cover!important;
}

.wn-footer-social {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:20px;
}

.wn-footer-social img {
	height:100%;
	object-fit:contain;
	width:100%
}
.wn-footer-social a {
	display:flex;
	text-align:center;
	height:40px;
}

.wn-footer-social a:nth-child(2) img {
	width:85px;
}
.wn-footer-social a:nth-child(1) img {
	width:80px;
}
.woocommerce-terms-and-conditions-wrapper {
    display: none;
}