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

header.whb-sticked > .whb-main-header{
    /*background-color: #504d4d9c !important;*/
	background-color: transparent !important;
}

header.whb-sticked > .whb-main-header > .whb-row.whb-general-header.whb-sticky-row.whb-with-bg.whb-border-boxed.whb-color-dark.whb-flex-equal-sides {
    background-color: transparent !important;
}

header.whb-sticked .wd-tools-text,
header.whb-sticked .wd-tools-icon {
    color: white !important;
}

.whb-sticky-shadow.whb-sticked .whb-main-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0) !important;
}

div.whb-column.whb-col-center.whb-column9.whb-visible-lg > div > a > img{
    min-width: 100px !important;
    min-height: 100px !important;
    padding-top: 1px;
}

header.whb-sticked > div > div > div > div > div.whb-column.whb-col-center.whb-column9.whb-visible-lg > div > a > img{
    min-width: 80px !important;
    min-height: 80px !important;
    padding-top: 1px;
}




@media (min-width: 769px) {
	.cat-design-center .wd-cat-content {
		padding: 7px !important;
	}

/*scroll categorias home*/
	@media (max-width: 768px) {
  ul.wd-nav.wd-nav-tabs.products-tabs-title.wd-style-underline.wd-icon-pos-left {
    display: contents !important;
  }

  ul.wd-nav.wd-nav-tabs.products-tabs-title.wd-style-underline.wd-icon-pos-left > li {
    display: block;
    width: 100%;
    text-align: center;
  }

  ul.wd-nav.wd-nav-tabs.products-tabs-title.wd-style-underline.wd-icon-pos-left > li > a {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}
/* Color de fondo para todas las páginas excepto la home */
body:not(.home) .whb-row.whb-general-header {
  background-color: #f6f3ed !important;
}


/*caja menu slide categorias*/

span.wd-nav-opener {
    display: none !important;
}

.menu-mega-dropdown .wd-dropdown-fs-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu-mega-dropdown:hover .wd-dropdown-fs-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
	
