/**
	* Theme Name:	MasterGrow Agro
	* Author:		Grupo CF
	* Author URI:	https://www.grupocf.com.mx/
	* Description:	Fitohormonas, bioestimulantes y biorracionales
	* Version:		2.0
	* License:		GNU General Public License v2 or later
	* License URI:	http://www.gnu.org/licenses/gpl-2.0.html
	* Text Domain:	mastergrow
	* Template:		blocksy
**/

/*
**	footer
*/

.fly {
	margin-bottom: 80px;

	font-size: 70%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*
**	formulario de contacto
*/

.formulario-contacto {
	width: 100% !important;

	background-color: var(--theme-palette-color-5) !important;

	font-family: Barlow, sans-serif;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
}

.formulario-contacto:hover { background-color: var(--theme-palette-color-4) !important; }

/*
**	productos > barra lateral
*/

@media (min-width: 1000px) {
  [data-sidebar="left"] {
    --grid-template-columns: var(--sidebar-width, 22%) minmax(100px, 1fr) !important;
  }
}

.menu-barra-lateral > ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	
	border-bottom: 1px dotted gainsboro;

	font-weight: 600;
	text-transform: uppercase;
}

.menu-barra-lateral > ul > .wc-block-product-categories-list-item > ul {
	padding-top: 5px;
	padding-left: 10px;
}

.menu-barra-lateral > ul > .wc-block-product-categories-list-item > ul > li {
	font-weight: 400;
	font-size: 90%;
	line-height: 1.5em;
}

.menu-barra-lateral > ul > .wc-block-product-categories-list-item > ul > li::before {
	content: "-";
}

/*
**	productos
*/

.producto-descripcion th {
	background-color: var(--theme-palette-color-5);

	font-weight: bold;
	text-align: center;
	color: var(--theme-palette-color-8);
}

.producto-descripcion td {
	text-align: center;
}

.producto-ficha-tecnica {
	margin: 30px 0;
	padding-bottom: 30px;

	border-bottom: 1px solid var(--theme-palette-color-7);
}

.producto-ficha-tecnica-boton { width: 100%; }

.producto-ficha-tecnica-regresar {
	display: block;
	
	margin-top: 20px;

	font-size: 70%;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/*
**	menú categorías
*/

.wc-block-product-categories-list--depth-1 {
	display: none;
}

.wc-block-product-categories-list-item.open > .wc-block-product-categories-list--depth-1 {
	display: block;
}

@media (max-width: 999.98px) {

  /* Mostrar sidebar aunque el tema lo oculte */
  [data-sidebar] .ct-hidden-md {
    display: block !important;
  }

  /* Asegurar que el contenedor sea flex */
  [data-sidebar] {
    display: flex;
    flex-direction: column;
  }

  /* Sidebar arriba */
  [data-sidebar] > aside {
    order: -1 !important;
    width: 100%;
  }

  /* Contenido (productos) abajo */
  [data-sidebar] > div {
    order: 1;
  }
}