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

.info-box-wrapper {
	height: 100%;
}

.wd-info-box {
	height: 100%;
}

/* Force WoodMart header to switch at 1202px instead of 1024px */
@media (max-width: 1202px) {
  .whb-visible-lg {
    display: none !important;
  }

  .whb-hidden-lg {
    display: flex !important;
  }
}

@media (min-width: 1203px) {
  .whb-visible-lg {
    display: flex !important;
  }

  .whb-hidden-lg {
    display: none !important;
  }
}

/* Hide header bottom row below 1202px */
@media (max-width: 1202px) {
  .whb-header-bottom {
    display: none !important;
  }
}

@media (min-width: 769px) {
    .searchform.wd-with-cat {
        --wd-search-cat-w: 190px !important;
    }
}

