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

/* Quitar cosas que sobran en móvil. */
.offcanvas-sidebar-mobile .wd-search-form {
	display: none;
}

.offcanvas-sidebar-mobile ul.wd-nav.wd-nav-mob-tab.wd-style-underline {
	display: none;
}

.offcanvas-sidebar-mobile .whb-row.whb-top-bar.whb-not-sticky-row.whb-with-bg.whb-without-border.whb-color-light.whb-flex-flex-middle {
	display: none;
}

/* Modificar espaciados y tamaños en menú del móvil. */
.offcanvas-sidebar-mobile .wd-nav-mobile li a {
	padding: 30px 20px;
}