/*!
Theme Name: Ozado
Theme URI: http://underscores.me/
Author: Ozado
Author URI: https://ozado.pe/
Description: Paginas Web, Tiendas Virtuales
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ozado
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ozado is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.https://safework.com.pe/wp-admin/theme-editor.php?file=oz%2Fheader-desktop.php&theme=ozado

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
*{
	box-sizing:border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;

}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
	clear: both;
}

p {
	/*margin-bottom: 1.5em;*/
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul,
ol {
	margin: 0 0 1.5em 3em;
}*/

ul {
       list-style: disc;
    list-style-position: inside;
   
  
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #999;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
        justify-content: flex-end;
        gap: 16px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Variables Globales */


#billing_tipo_field{
	display:none;	
}
	/* Layout
	--------------------------------------------- */
		:root {
			/*Colores*/

				/*Primarios*/
				--theme-color-1: #000000e3;
				--theme-color-2: #FAD505;
				--theme-color-3: #F1F1F1;
				--theme-color-text: #93959D;
				/*Fin Primarios*/


				/*Secundarios*/
				--theme-black:#000;
				--theme-plomo-claro:#eee;

				/*Fin Secundarios*/

			/*Fin Colores*/
			
			/*Shadows*/
			
				--theme-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
				--theme-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
				--theme-shadow-md:  0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
				--theme-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
				--theme-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
				--theme-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
			
			/*Fin shadows*/

		}
	/* Layout
	--------------------------------------------- */

	/* ---------------------- Variables ------------------*/

		.cta{
			padding:.5rem 1.5rem;
			border-radius:8px;
			cursor:pointer;
			display:flex;
			gap:.7rem;
			align-items:center;
			justify-items:center;
			justify-content:center;
		}
		.capa{
			display:none;
			position:fixed;
			top:0;
			left:0;
			height:100%;
			width:100%;    
			background:#00000032;
			z-index:9000;
		}
		.capa--active{
			display:none;
		}
	

	/* ---------------------- Fin Variables ------------------*/
	/*Containers-------------------------*/
		.container-xl {
			max-width: 1560px;
			margin: 0 auto;
			padding: 0 1rem;
		}

		.container-lg {
			max-width: 1400px;
			margin: 0 auto;
			padding: 0 1rem;
		}

		.container {
			max-width: 1440px;
			margin: 0 auto;
			padding: 0 1rem;
		}
.container-single{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}
	
	/*Containers-------------------------*/


	#page{}

	/*Separaciones----------------------*/
		.separacion-lg{
			padding:5rem 0;
		}
		.separacion{
			padding:3rem 0;
		}
	/*Fin Separaciones----------------------*/

	/*Etiquetas---------------------------*/

		a {
			transition: .3s ease all;   
		}
		
		input, textarea {
		 
		  padding: .6rem .8rem !important;
		  outline: none;
		  overflow: hidden;
		  background-color: #F3F3F3;
		  border-radius: 3px !important;
		  transition: all 0.5s;
		  border: 1px solid #ccc !important;
		}

		input:hover , textarea:hover ,
		input:focus, textarea:focus  {
		  border: 1px solid var(--theme-color-1) !important;
		  box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
		  background-color: white;
		}
		/* Estilo para la flecha desplegable */
		select::after {
		  content: '\25BC'; /* Flecha hacia abajo */
		  position: absolute;
		  top: 50%;
		  left:0;
		  transform: translateY(-50%);
		  pointer-events: none; /* Evita que la flecha sea interactiva */
		}

		/* Estilo para las opciones */
		select option {
		  padding: 10px; /* Espacio interno */
		  font-size: 16px; /* Tamaño de fuente */
		  background-color: #fff; /* Color de fondo */
		  color: #333; /* Color del texto */
		}

	/*Fin Etiquetas---------------------------*/

/*Fin Variables Globales */



.woocommerce span.onsale{
	background-color: var(--theme-color-1);
}
.woocommerce div.product p.stock{
	color: var(--theme-color-2);
}





/* Header
--------------------------------------------- */
#header-mobile {
   background: var(--theme-color-1);
   display: none !important;
   padding: 1.5rem 0;
}
#header-desktop {
    background: #000;
}
#header-desktop .grid-top{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1rem;
    padding: 0 2rem;
    border-bottom: 1px solid #dddddd21;	
}
#header-desktop .grid-top ul{
	display: flex;
}
#header-desktop .grid-top .content-left ul{
    gap: 2rem;		
}
#header-desktop .grid-top .content-left ul a{
    display: flex;
    align-items: center;
    gap: 10px;	
    color: #9999;	
}
#header-desktop .grid-top .content-right{
    display: flex;
    gap: 4rem;
    align-items: center;}
#header-desktop .grid-top .content-right ul.menu a{
	color: #ddd;
}
#header-desktop .grid-top .content-right .main-navigation{
    max-width: max-content;
    margin-left: auto;	
}
#header-desktop .grid-top .consultar a{
    display: flex ;
    align-items: center;
    gap: 7px;
    background: var(--theme-color-2);
    color: #000;
    font-weight: 500;
    font-size: 17px;
    padding: 9px 15px;
}
#header-desktop .head-bottom{
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2rem;
    max-width: 1850px;
    margin: auto;
    padding: 1.6rem 1rem;
    align-items: center;
    background: var(--theme-color-1);
}
#header-desktop .head-bottom .cat-menu{
	max-width: max-content;
    margin: auto;	
}
#header-desktop .head-bottom .categorias{
	display: flex;
    align-items: center;
    gap: 2rem;
}
#header-desktop .head-bottom .categorias h2{
    margin: 0;
    color: #fff;
    border: 1px solid #dddddd21;
    padding: 4px 1rem;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#header-desktop .head-bottom .categorias h2:before{
    content: "";
    background-image: url(/wp-content/uploads/2025/07/categorias-1.webp);
    width: 14px;
    height: 10px;
    display: block;
}
#header-desktop .head-bottom .categorias .menu {
    display: flex;
    gap: 2rem;
    align-items: center;	
}
#header-desktop .head-bottom .categorias .menu a{
	color: #fff;
}
#header-desktop ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#header-desktop ul,
#header-desktop .widget{
	margin: 0;
}
#header-desktop .grid .search-menu{
    display: flex;
    align-items: center;
    gap: 1rem;	
}
#header-desktop .head-bottom .search-menu .proinput input{
	color: #fff !important;
}
#header-mobile .search-menu .proinput input[name="phrase"]::placeholder,
#header-desktop .head-bottom .search-menu .proinput input[name="phrase"]::placeholder{
	color: white !important; 	
}
#header-desktop .grid .widget{
	margin: 0;
}
#header-desktop .grid ul{
	padding: 0;
	margin: 0;
	list-style: none;
} 
#header-desktop .search-menu ul,
#header-desktop .head-bottom ul.product-categories {
    position: absolute;
    max-height: 300px;
    background: #000;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 99;
    overflow: auto;
    max-width: 280px;
    height: 0;
	list-style: none;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.widget_product_categories ul.product-categories .cat-item .fas:before{
	color: #fad505;
}
#header-desktop .search-menu ul a,
#header-desktop .head-bottom ul.product-categories a{
	color: #fff;
}
#header-desktop .search-menu .widget:hover ul,
#header-desktop .head-bottom .widget_product_categories:hover ul.product-categories {
    opacity: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
}

#header-desktop .search-menu ul::-webkit-scrollbar-thumb:hover,
#header-desktop .head-bottom ul.product-categories::-webkit-scrollbar {
  width: 7px;
}

/* Track */
#header-desktop .search-menu ul::-webkit-scrollbar-thumb:hover,
#header-desktop .head-bottom ul.product-categories::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
#header-desktop .search-menu ul::-webkit-scrollbar-thumb:hover,
#header-desktop .head-bottom ul.product-categories::-webkit-scrollbar-thumb {
  background: var(--theme-color-2); 
  border-radius: 10px;
}

/* Handle on hover */
#header-desktop .head-bottom ul.product-categories::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color-2); 
}
#header-desktop .grid .categorias-search .icon-categorias{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 8px 19px;
    border-radius: 6px;
}
#header-desktop .grid .categorias-search .icon-categorias p{
	margin: 0;
}
#header-desktop .grid .consultar{
    display: flex;
    align-items: center;
    gap: 1rem;	
}
#header-desktop .grid .consultar #text-8 ul {
	background: var(--theme-color-2);	
    padding: 25px 2rem;	
}
#header-desktop .grid .consultar ul{
    display: flex;
    align-items: center;
    gap: 10px;	
}
#header-desktop .grid .consultar ul li{
    line-height: 1.2;
	color: white;
}
#header-desktop .grid .consultar ul li a{
	color: white;	
}
#header-desktop .grid .consultar ul li strong{
    font-size: 20px;
    font-weight: 400;
}
#header-desktop .header-bottom{
    background: #f6f9fc;	
}
#header-desktop .header-bottom .grid-bottom,
#header-desktop .grid-bottom .icons-left{
    display: flex;
    align-items: center;
    gap: 10px;	
}
#header-desktop .grid-bottom ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#header-desktop .grid-bottom h2 {
    display: flex;
    align-items: center;
    gap: 7px;
    border-right: 1px solid;
    font-size: 17px;
    margin: 0;
    color: var(--theme-color-1);
    font-weight: 500;
    padding-right: 10px;
}
#header-desktop .grid-bottom{
    justify-content: space-between;	
    padding: 1rem 0;	
}
#header-desktop .grid-bottom h2:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;	
    background-image: url(/wp-content/uploads/2024/10/button-categorias.webp);		
}
#header-desktop .search-menu h2{
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    padding: 9px 2rem;
    border-radius: 2rem;
    color: white;
    background: #020c61;
}
#header-desktop .search-menu h2:before{
    background-image: url(/wp-content/uploads/2024/11/menu.webp);	
    content: "";
    display: block;
    width: 16px;
    height: 14px;		
}
#header-desktop .search-menu .asl_w_container{
    max-width: 800px;
    margin: auto;		
}
#header-desktop .grid-bottom .widget_text ul, 
#header-desktop .grid-bottom .categorias ul{
    display: flex;
    gap: 1rem;	
}
#header-desktop .grid-bottom .widget_text ul li{
    gap: 7px;
    border-right: 1px solid;
    padding-right: 10px;	
    display: flex;
    align-items: center;
    color: var(--theme-color-1);
    font-weight: 500;	
}
#header-desktop .grid-bottom .categorias ul a{
    color: #000000b3;	
}
#header-desktop .head-bottom .search-menu{
    width: 340px;
}
#header-mobile .search-menu {
    padding: 0 1.5rem;
}
#header-mobile .grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    margin-bottom: 1rem;
}
#header-mobile .buttons-lateral {
    display: flex;
    gap: 1rem;
    align-items: center;	
}
#header-mobile .buttons-lateral img{
	cursor: pointer;	
}
.capa-numeros.active {
    display: block !important;
}
.capa-numeros {
    background: #000000b0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	cursor: pointer;
    z-index: 99;
    display: none;	
}

.capa-popup {
    position: fixed;
    top: 0;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000a3;
    z-index: 99;
}
.capa-popup.active {
    display: block !important;
}
.categorias-lateral.active,
.menu-lateral.active {
    transform: translateX(0);
}
.menu-lateral {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 999;
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-100%);
    padding: 0 2rem;
    transition: all .3s ease;
}
.menu-lateral h2 {
    color: white;
    border-bottom: 2px solid var(--theme-color-2);
    width: max-content;
}
.menu-lateral ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
    gap: 1.5rem;
}
.menu-lateral a {
    color: var(--wc-content-bg);
    display: block;
    border-bottom: 1px solid;
}
.categorias-lateral {
    position: fixed;
    left: 0;
    place-content: center;
    top: 0;
    transition: all .3s ease;
    z-index: 999;
    bottom: 0;
    padding: 14px;
    background: #1c1c1c;
    width: 270px;
    transform: translatex(-100%);
    transition: all .3s ease;
    overflow-x: hidden;
}
.categorias-lateral h2 {
    color: white;
    font-size: 18px;
    text-align: center;
}
.categorias-lateral ul {
    padding: 0;
    list-style: none;
    margin: 0;
    overflow: auto;
}
.categorias-lateral ul li {
    padding: 0 !important;
    border-bottom: 1px solid #ffffff21;
}
.categorias-lateral ul a {
    color: #fff;
}
.categorias-lateral ul li .wcsca-icon i:before{
    color: var(--theme-color-2);	
}
.asl_w_container .asl_w.asl_m .probox{
    border-radius: 10px !important;
	background: #151514 !important;	
}
.asl_w_container .asl_w .probox .promagnifier{
    box-shadow: none !important;	
}
.asl_w_container .asl_w .probox .promagnifier span svg{
	fill: white !important;	
}


/*Fin Header
--------------------------------------------- */
/* Footer
--------------------------------------------- */

.owl-carousel .owl-stage-outer .owl-stage{
    height: auto !important;		
}
.footer-top{
	background-image: url(/wp-content/uploads/2025/07/Equipa-a-tu-equipo-con-proteccion-de-alto-rendimiento-industrial_.webp);
	padding: 44px 1rem;	
    background-position: bottom;	
}
.footer-top .widget{
	margin: 0;
}
.footer-top p{
    background: var(--theme-color-2);
    max-width: max-content;
    padding: 10px;
    display: block;
    margin: 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-top h3{
    color: #fff;
    font-size: 38px;
    max-width: 660px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 15px;
}

#colophon {
	background: #181818;
	background: linear-gradient(147deg, rgba(24, 24, 24, 1) 13%, rgba(2, 2, 2, 1) 52%);
    padding-top: 2rem;	
}
#colophon .site-info,
#colophon .site-info a{
    text-align: center;
    color: #dddddd21;
}
#colophon .libro .container{
    display: flex;
    justify-content: space-between;
    align-items: center;	
}
#colophon h2{
    color: #fff;
    font-weight: 500;
}
#colophon ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
#colophon p,
#colophon ul li,
#colophon ul li a{
	color: #666666;
}
#colophon .footer-widgets .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	padding-top: 3rem;
    padding-bottom: 2rem;	
}
#colophon .footer-2 .widget {
    max-width: 150px;
    margin: auto;	
}
#colophon .footer-3{
    max-width: 250px;	
}
#colophon .footer-3 ul{
    overflow: auto;
    max-height: 225px;	
    padding-right: 1rem;	
}

#colophon .footer-3 ul::-webkit-scrollbar {
  width: 6px;
}

/* Track */
#colophon .footer-3 ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
#colophon .footer-3 ul::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

/* Handle on hover */
#colophon .footer-3 ul::-webkit-scrollbar-thumb:hover {
  background: #ddd; 
}

#colophon .footer-2 ul li,
#colophon .footer-3 ul li{
    padding: 6px 0 !important;	
}
#colophon .footer-4 ul li{
    margin-bottom: 1rem;	
}
#colophon .footer-4 ul a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.asesores-popup{
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 340px;
	display: none;
    z-index: 99;
    padding: 1.5rem;
    max-height: max-content;
    box-shadow: 0 0 4px 3px #ffffff1a;
    border-radius: 10px;
}
.asesores-popup.active{
	display: block;
}
.asesores-popup h2{
	text-align: center;
    color: var(--theme-color-2);
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.asesores-popup .widget{
	
}
.asesores-popup ul{
    padding: 0;
    margin: 0;
    list-style: none;	
}
.asesores-popup ul a{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dddddd1c;
    padding-bottom: 1rem;
    font-weight: 500;
    font-size: 20px;	
}
.asesores-popup .logo img{
    display: block;
    margin: auto;	
}
/* Tienda
--------------------------------------------- */
.cart-grid a{
    background: var(--theme-color-1) !important;
    color: white !important;
    padding: 7px 15px;
    border-radius: 7px;
}
#section-3 .products-grid{
    padding: 0;
    list-style: none;
    margin: 0;	
	gap: 1.5rem;
}
#section-3 .categoria{
    color: #BBBBBB;
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;    
}
#section-3 .products-grid h2{
    font-size: 16px;	
    font-size: 16px;
    line-height: 1.2;	
}
#section-3 .products-grid h2 a{
	color: #000;	
}
.header-banner-products {
    background: black;
	margin-bottom: 3rem;
}
.header-banner-products .espaciado {
    padding: 4rem 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.header-banner-products .espaciado h1{
	color: white;
}
.header-banner-products .espaciado .woocommerce-breadcrumb{
	color: white;
}
.header-banner-products .espaciado .woocommerce-breadcrumb a{
	color: white;
}
.woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
}
.woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
}
.woocommerce div.product form.cart:before,
.woocommerce div.product form.cart:after{
	display: none !important;
}
#wc-main .grid aside#secondary section {
    border: 1px solid #E7E7E7;
    margin-bottom: 2rem;
    border-radius: 8px;
}


.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a {
    background: var(--theme-color-2);
    color: white;
    font-weight: 500;
    padding: 6px 5px !important;
    display: block !important;
    width: 100% !important;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: var(--theme-color-1);
    color: #fff;
    transition: .3s ease all;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: var(--theme-color-2);
    color: #000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	background: none;
    color: #000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: var(--theme-color-2);
    color: white;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    color: var(--theme-black);
    font-weight: 500;
    line-height: 1.2;
    min-height: 61px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    padding: 0;
    -webkit-box-orient: vertical;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, 
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, 
.woocommerce ul.products li.product h3:hover {
    color: var(--theme-color-2);
}
.single-grid {
    margin-bottom: 2rem; 
	margin-top: 4rem;	
}
/* Tienda
--------------------------------------------- */
.button-wspdf .wsp:before,
.button-wspdf .pdf:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
.button-wspdf .wsp:before {
    background-image: url(/wp-content/uploads/2024/11/wsp.webp);
}
.button-wspdf .pdf:before {
    background-image: url(/wp-content/uploads/2024/11/ficha-tecnica.webp);
}
.button-wspdf {
    position: absolute;
    top: 0%;
    left: 3%;
    display: grid;
    gap: 11px;
}
.button-wspdf .wsp, .button-wspdf .pdf {
    padding: 10px;
	transition: all .3s ease;
    display: block;
    border-radius: 3rem;
    box-shadow: 0 0 6px 2px #00000014;
}
.button-wspdf .wsp:hover{
	background: #25d365;	
}
.button-wspdf .pdf:hover{
    background: #000;	
}
.button-wspdf a:hover:before{
    filter: contrast(22.5);	
}
.woocommerce ul.products.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.woocommerce ul.products.owl-carousel .owl-nav .owl-prev,
.woocommerce ul.products.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
}
.woocommerce ul.products.owl-carousel .owl-nav .owl-prev span,
.woocommerce ul.products.owl-carousel .owl-nav .owl-next span {
    width: 33px;
    height: 33px;
    font-size: 41px;
    line-height: .5;
    color: var(--theme-black);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease;
    background: #F1F1F1;
}
.woocommerce ul.products.owl-carousel .owl-nav .owl-prev span:hover,
.woocommerce ul.products.owl-carousel .owl-nav .owl-next span:hover {
    background: var(--theme-color-2);
}
.woocommerce ul.products li.product .product-brand{
	color: var(--theme-color-text);
    font-weight: 400;
    text-align: center;
    padding-bottom: 5px;	
    display: block;
}
.woocommerce ul.products li.product .posted_in a{
    color: var(--theme-color-1);
    font-weight: 500;
    text-align: center;
    display: block;	
}
#wc-main .grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 300px auto;
}
.woocommerce .products ul,
.woocommerce ul.products {
    
}
.woocommerce .products ul.columns-4,
.woocommerce ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;    
}
.text-mayoristas p{
    color: #000;
    font-weight: 500;
    margin-bottom: 0;	
}
.text-mayoristas .widget{
	margin: 0;
}
.woocommerce .products ul.columns-5,
.woocommerce ul.products.columns-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;    
}
.woocommerce .products ul:after,
.woocommerce ul.products:after,
.woocommerce .products ul:before,
.woocommerce ul.products:before {
    content: none;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    float: none;
    background: white;	
    margin: 1rem 0 !important;
    padding: 1rem;
    box-shadow: 0px 4px 13px 0px rgb(0 0 0 / 18%);
    width: 100% !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--theme-color-1);
}
ul.products.owl-carousel{
	display: block !important;
}

.title-related{
    text-align: center;
    color: black;
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;	
}
.related.products ul.products li{
    margin: 1rem 0 !important; 	
}
#logged-in .container{
	max-width: 1900px;
}
/*Nuevo*/

	/* Header */
	

	/* Fin Herader */
	/*Nav Menu*/
	.current_page_item {
		font-weight:700;
		color:var(--theme-color-1);
	}
	/*Fin Nav Menu*/


	/*Tienda*/

		/*Tienda Productos*/
.widget_price_filter form {
	padding:1rem;
}
#wc-main .grid aside#secondary section ul {
	padding: 1rem;
}

#wc-main .grid aside#secondary section h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: black;
	border-bottom: 1px solid #E7E7E7;

	padding: 1rem;
}
.woocommerce ul.products li.product a img{
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.woocommerce-products-header__title{
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
    font-size: 27px;	
}
.woocommerce-products-header__title:before{
	content: "";
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
    font-size: 27px;	
}
.tienda__filter{
	transition:all .3s ease;
}
.tienda__filter .widget_product_categories{
    border: 1px solid #ddd;
    padding: 1.5rem;
    border-radius: 10px;	
}
.tienda__filter .widget_text{
    background: var(--theme-color-2);
    padding: 1.5rem 1rem;
    text-align: center;
    color: white;
}
.tienda__filter .widget_text img{
    margin-bottom: 10px;	
}
.tienda__filter .widget_text p{
    margin: 0;
    line-height: 1.2;	
}
.tienda__filter h2{
    font-size: 1.4rem;
    line-height: 25px;
    color: var(--theme-color-1);
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.tienda__filter ul{
    padding: 0;
    list-style: none;
    margin: 0;
    max-height: 350px;
    overflow: auto;
    padding-right: 10px;
}

.tienda__filter ul::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.tienda__filter ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.tienda__filter ul::-webkit-scrollbar-thumb {
  background: var(--theme-color-1); 
  border-radius: 10px;
}

/* Handle on hover */
.tienda__filter ul::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


.tienda__filter li:nth-child(even){
    background: #f5f5f7;	
}
.tienda__filter ul a{
	color: black;
}
.tienda__productos{
    display: grid;
    grid-template-columns: 300px auto;
    justify-content: space-between;
    gap: 3rem;
}
.tienda__productos .woocommerce-products-header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;	
}
.button__filter{
	padding:.5rem;
	border-radius:8px;
	cursor:pointer;
	display:none;
	gap:.7rem;
	align-items:center;
	justify-items:center;
	justify-content:center;
	outline:1px solid var(--theme-color-1);
	transition:all .2s ease;
	margin-left:auto;
	margin-bottom:1rem;
}


.button__filter:hover{
	background:var(--theme-color-1);
	color:#fff;
	
}
.button__filter svg{
	width:25px;
	height:25px;
}
.woocommerce ul.products li.product .button {
    margin: 0;
    background: var(--theme-color-3);
    color: #000;
    font-weight: 500;
    text-align: center;
	padding: 13px 10px;	
	border-radius: 2rem;	
}
.buttons__cards{
    margin-top: 10px;
    display: grid;
    row-gap: 1rem;	
}
.cta--whatsapp svg{
	
	height:25px;
	width:25px;
	fill:#fff;
}
.cta--whatsapp:hover svg{

	fill:#25D366;
}
.cta--whatsapp{
	padding:.5rem;
	background:#25D366;
	font-weight:700;

	color:#fff ;
}
.cta--whatsapp:hover{
	background:unset;
	outline:1px solid #25D366;
	color:#25D366;
}
.agregarcarrito{
	
}
/*Producto Individual*/

.summary.entry-summary {
}
.summary.entry-summary .cart .wqpmb_quantity{
    height: 30px !important;	
}
.summary.entry-summary .cart .single_add_to_cart_button {
    padding: 12px !important;	
}
.product_title.entry-title {
    margin: 0;
    padding-bottom: 1.5rem !important;
    line-height: 1.2;
    border-bottom: 1px solid #ddd;
    color: var(--theme-color-1) !important;
    font-size: 30px;
}
.woocommerce-product-details__short-description {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.woocommerce div.product form.cart {
    padding: 1.5rem 0;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
	display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
}
.product_meta {
    display: grid;
    /* gap: 1.5rem; */
}
body .qib-button-wrapper {
    display: flex;
    float: left;
    flex-wrap: nowrap;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    gap: 0;
}
body ul.products .qib-button-wrapper,
body .woocommerce .qib-button-wrapper,
.woocommerce div.product form.cart .qib-button-wrapper {
    border: 1px solid #ddd;
    margin: 0;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 4px;
}
.woocommerce div.product form.cart .qib-button-wrapper button,
body .qib-button-wrapper .minus.qib-button,
body .qib-button-wrapper .plus.qib-button {
    display: grid;
    place-items: center;
    height: 28px;
    padding: 0;
    background: var(--theme-color-2) !important;
    transition: all .2s ease;
    color: var(--theme-black);
    font-weight: 600;
    border-radius: 50%;
    width: 28px;
}
body ul.products .qib-button-wrapper .quantity,
body .woocommerce .qib-button-wrapper .quantity ,
.woocommerce div.product form.cart .qib-button-wrapper .quantity{
	height: 28px !important;	
	width: 40px !important;
}
body ul.products .qib-button-wrapper .quantity input,
body .woocommerce .qib-button-wrapper .quantity input,
.woocommerce div.product form.cart .qib-button-wrapper .quantity input{
	height: 28px !important;
    padding: 0 !important;
    border: 0 !important;
		width: 40px !important;
}
.woocommerce div.product form.cart .qib-button-wrapper button:hover ,body .qib-button-wrapper .minus.qib-button:hover ,body .qib-button-wrapper .plus.qib-button:hover{

}
.product_meta .posted_in {
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}
.product_meta .tagged_as {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}
.product_meta .posted_in a {

}
.product_meta .tagged_as a{

}
.product_meta .tagged_as a:hover{

}
.product_meta .posted_in a:hover{

}
.stock-sku{
    margin-bottom: 1.5rem;
	display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;	
}
.stock-sku .stock-status{
    margin: 0;
    color: var(--theme-color-3);
    background: #b421321a;
    padding: 7px 1.3rem;	
}
.card__skun{
    color: var(--theme-color-1);
}
.single-grid .woocommerce-product-gallery__wrapper {
    border: 1px solid #ddd;
    position: relative;
}
.ficha-wsp-botones{
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center;
    grid-template-columns: 1fr 1fr;	
}
.ficha-wsp-botones a{
    border: 1px solid #ddd;
    padding: 7px 1rem;
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
}
.ficha-wsp-botones a:before{
    content: " ";
	width: 22px;
    height: 22px;
}
.ficha-wsp-botones .wsp-button-product:hover{
	background: #25d365;
    color: white;	
}
.ficha-wsp-botones .ficha-tecnica:hover{
    background: #000;
    color: white;		
}
.ficha-wsp-botones .wsp-button-product:before{
    background-image: url(/wp-content/uploads/2024/11/wsp.webp);	
}
.ficha-wsp-botones .ficha-tecnica:before{
    background-image: url(/wp-content/uploads/2024/11/ficha-tecnica.webp);	
}
.ficha-wsp-botones a:hover:before{
    filter: brightness(5.5);
}
#text-20 ul{
    margin: 1rem 0;
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    border-top: 1px solid #ddd;
    padding-top: 1.5rem;
}
.woocommerce-tabs.wc-tabs-wrapper{
    border: 1px solid #ddd;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 2rem;	
}
.single-grid ul{
	padding: 0;
}
.single-grid .woocommerce-Tabs-panel ul li{
	padding: 0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper li.active{
    background: var(--theme-color-1) !important;
    color: white !important;	
}
.woocommerce-tabs.wc-tabs-wrapper li{
    padding: 0 1.5rem !important;
    background: none !important;
    border-radius: 0 !important;
    margin-right: 10px !important;	
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs{
    padding-left: 0 !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px !important;	
}
.woocommerce-tabs.wc-tabs-wrapper ul:after,
.woocommerce-tabs.wc-tabs-wrapper ul:before,
.woocommerce-tabs.wc-tabs-wrapper li:after,
.woocommerce-tabs.wc-tabs-wrapper li:before{
	content: none !important;
}
/*Fin Producto Individual*/
@media (max-width: 1024px) { 
	.tienda__productos{
		grid-template-columns: 1fr;
	}
	.tienda__filter{
		background:#fff;
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		height:100vh;
		overflow-y:auto;
		overflow-x:hidden;
		width: 85%;
		z-index:10000;
		transform:translatex(-100%);
	}
	.button__filter{
		display:flex;
	}
	.tienda__filter--active{
		transform:translate(0);
	}
	.tienda__filter{
		box-shadow:var(--theme-shadow-2xl);
	}

	.capa--active{

		display:block;
	}
}
			
		/*Fin Tienda Productos*/



	/*Fin Tienda*/


	/*Carrito*/
	
.botones__card{
	display:flex;	
}
.botones__card .button__compra{
	margin-left: auto !important;
}
/*Fin carrito*/

/*Fin Nuevo*/





/* CART
--------------------------------------------- */
.cart-grid {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}
.cart-grid #continue-shop {
    margin-left: auto !important;
}
.cart-grid .cart-collaterals .cart_totals h2, .cart-grid .cart-collaterals .cart_totals table {
    display: none;
}
.woocommerce-cart-form table.cart img {
    width: 80px;
}

/* Responsive
--------------------------------------------- */
/*Tablets ipads*/
@media (max-width: 1199.98px) {
    #header-desktop {display: none !important;}
    #header-mobile {display: block !important;}
    #wc-main .grid {
        grid-template-columns: 1fr;
    }
    .woocommerce .products ul.columns-4,
    .woocommerce ul.products.columns-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;    
    }

    .woocommerce .products ul.columns-5,
    .woocommerce ul.products.columns-5 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/*Tablets ipads*/
@media (max-width: 991.98px) {
    #colophon .footer-widgets .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
/*Mobile Horizontal*/
@media (max-width: 767.98px) {
    .woocommerce .products ul.columns-4,
    .woocommerce ul.products.columns-4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;    
    }
    .woocommerce .products ul.columns-5,
    .woocommerce ul.products.columns-5 {
        grid-template-columns: repeat(3, 1fr);
    }
	.woocommerce-cart-form table .product-quantity {
    	display: flex !important;
    	justify-content: space-between;
    	align-items: center;
	}
	.woocommerce-page table.cart .product-thumbnail {
    	display: block !important;
	}
	.cart-grid #continue-shop {
		width: 100% !important;
	}
	.cart-grid {
		grid-template-columns: 1fr;
	}
	.cart-grid a {
		justify-content: center;
		display: flex !important;
	}
    #colophon .footer-widgets .grid {
        grid-template-columns: repeat(2, 1fr);
    }
	
}
/*Mobile*/
@media (max-width: 575.98px) {
    .woocommerce .products ul.columns-4,
    .woocommerce ul.products.columns-4 {
        display: grid;
        grid-template-columns:1fr;
        gap: 1rem;    
    }
    .woocommerce .products ul.columns-5,
    .woocommerce ul.products.columns-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    #colophon .footer-widgets .grid {
        grid-template-columns: 1fr;
    }
	.summary.entry-summary {
    	padding: 0rem;
	}
	.ficha-wsp-botones{
		grid-template-columns: 1fr;
	}
	.woocommerce-tabs.wc-tabs-wrapper{
		padding: 1rem;
	}
}