/*!
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.

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;
	line-height: 1.2;	
}
span,
p {
    line-height: 1.2;	
	font-family: 'Roboto', 'Open Sans';
}

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%;
}



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: #003C5E;
    color: #FFFFFF;
	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: #FF5A34;
				--theme-color-2: #043D60;
				--theme-color-3: #F9F9F9;
				--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;
		}

		/* Estilos generales para todos los select */
		select {
		  appearance: none; /* Oculta los estilos nativos del sistema */
		  padding: 10px; /* Espacio interno */
		  border: 1px solid #ccc; /* Borde */
		  border-radius: 4px; /* Bordes redondeados */
		  font-size: 16px; /* Tamaño de fuente */
		  background-color: #fff; /* Color de fondo */
		  width: 200px; /* Ancho del select */
		  cursor: pointer; /* Cambia el cursor al pasar el ratón */
		}

		/* Estilo cuando el usuario coloca el cursor en el select */
		select:hover {
		  border-color: #aaa; /* Cambia el color del borde en hover */
		}

		/* 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 */


@font-face {
  font-family: 'Oswald';
  src: url('/wp-content/uploads/fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Oswald';
  src: url('/wp-content/uploads/fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Oswald';
  src: url('/wp-content/uploads/fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Oswald';
  src: url('/wp-content/uploads/fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
}


@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900; 
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700; 
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500; 
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

h1{
  font-family: 'Roboto', sans-serif;	
}
h3,
h2{
    font-family: 'Oswald', sans-serif;
}


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





/* Header
--------------------------------------------- */

.capa-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;	
	display: none;
    background: #000000a6;	
}
.capa-popup.active{
	display: block;
}
.menu-lateral {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fffffff5;
    z-index: 999;
    width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-100%);
    padding: 0 1rem;
    transition: all .3s ease;
}	
.categorias-lateral{
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 290px;
    bottom: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-100%);
    transition: all .3s ease;
    z-index: 999;	
}
.menu-lateral.active,
.categorias-lateral.active{
    transform: translateX(0);	
}
.cerrar{
    width: max-content;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    background: var(--theme-color-2);
    margin-left: auto;
    padding: 1px 11px;
}
.categorias-lateral h2{
	text-align: center;
    color: black;
    font-size: 26px;	
}
.menu-lateral ul,
.categorias-lateral ul{
    padding: 0;
    list-style: none;
    margin: 0;
    overflow: auto;
    max-height: 500px;
}
.menu-lateral ul li,
.categorias-lateral ul li{
    border-bottom: 1px solid #ddd;	
    padding: 10px;	
}
.menu-lateral ul a,
.categorias-lateral ul a{
	color: black;
    padding: 9px 13px 9px 0;
}
.menu-lateral ul a:hover,
.categorias-lateral ul a:hover{
	color: var(--theme-color-2);	
}

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

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

/* Handle on hover */
.categorias-lateral ul::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color-1); 
}





.home #header-desktop .site-branding {
	display: none;
}
.home #header-desktop .menu a{
	color: #000 !important;
}
#header-desktop {
	display: block !important;
    padding: 1rem 0px;
    position: fixed;
    top: 0;
	background: rgb(255 255 255 / 4%);
	box-shadow: 0 8px 17.4px 0 rgba(0, 0, 0, 0.03);
    left: 0;
    right: 0;
    z-index: 99;	
}
#header-desktop .grid{
    max-width: 1700px;
    padding-left: 1rem;	
    margin-left: auto;
    padding-right: 2rem;		
}
#header-desktop.active {
    background: var(--theme-color-2);	
}
.home #header-desktop.active {
    background: #fff;	
}
#header-mobile {
    padding: 1.8rem 0;	
	display: none !important;
    background: var(--theme-color-2);	
}
#header-mobile .grid{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;	
    padding-bottom: 1rem;	
}
#header-mobile .grid .buttons-lateral{
    display: flex;
    justify-content: end;
    gap: 1rem;
    align-items: center;	
}
#header-mobile .grid .buttons-lateral img{
	cursor: pointer;
}
#header-desktop ul,
#header-desktop .widget,
#header-desktop p{
	margin: 0;
}
#header-desktop .head-top {
    display: grid;
    grid-template-columns: auto 1fr 3fr auto auto;
    align-items: center;
    gap: 2rem;
}
#header-desktop .head-top .xoo-wsc-cart-trigger .xoo-wsc-sc-cont{
    background: rgba(0, 39, 61, 0.40) !important;
    padding: 8px 9px;
    border-radius: 6px;	
}
#header-desktop .main-navigation ul{
	justify-content: center !important;
    align-items: center;	
	gap: 2rem;
}
#header-desktop .menu-lateral p,
#header-desktop .btn-lateral-categoria p{
	display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 500;
    color: black;	
}
.search-head .asl_w_container .probox {
	border: 0 !important;
    border-radius: 10px !important ;
    background: rgba(0, 39, 61, 0.40) !important;
    color: #fff !important;
    padding: 10px !important;
}
.search-head .asl_w_container .probox svg{
	fill: #fff !important;
}
.search-head .asl_w_container .probox .promagnifier{
    box-shadow: none !important;	
}
.search-head .asl_w_container #ajaxsearchlite1 .probox .proinput .orig,
.search-head .probox .proinput input.orig::placeholder {
    color: white !important; /* Cambia el color del texto del placeholder */
}
.xoo-wsc-sc-bki {
    color: #FFFFFF;
}
.xoo-wsc-sc-count {
    background-color: #FF0000;
    color: #ffffff;
}
#header-desktop ul#primary-menu a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald';
}
#header-desktop ul#primary-menu .current-menu-item a {
	font-weight: 500;	
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 1px 25px 0px 1px !important;

}
#colophon .grid{
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr 1fr;
    column-gap: 4rem;	
	color: #FFFFFF;
}
#colophon .grid ul{
padding: 0;
    list-style: none;
    margin: 0;
    overflow: auto;
    max-height: 187px;
}
#colophon .grid ul a{
    color: #fff;
    display: block;
    margin-bottom: 13px;	
}
.grid-item.footer-4 {
    max-width: max-content;

}
.grid-item.footer-4 p { 
	background: #03334E;
    /* padding: 9px 0px 9px 0px; */
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 600;
}
.site-footer .grid-item.footer-1 p{
	font-family: 'Roboto';
    font-size: 15px;	
}
.site-footer .grid-item.footer-2 {
	margin-top: 4rem;
	
}
.site-footer .grid-item.footer-3 {
	margin-top: 4rem;
	
}
.site-footer .grid-item.footer-3 p{
	font-family: 'Roboto';
    font-size: 15px;
	
}
.site-footer .grid-item.footer-4 {
	margin-top: 2rem;
	
}

#custom-product-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}
.popup-content {
    position: relative;
    text-align: center;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}
form.variations_form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button.single_add_to_cart_button {
    background: #0071a1;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin: 0 auto;
}

button.single_add_to_cart_button:hover {
    background: #005c8a;
}


.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 1px 20px 0px 0px !important;
}
/*Fin Header
--------------------------------------------- */
/* Footer
--------------------------------------------- */


#colophon {
    background: #003C5E;
	padding: 4rem 0;
}
/* width */
#colophon .grid ul::-webkit-scrollbar {
  width: 7px;
}

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

/* Handle on hover */
#colophon .grid ul::-webkit-scrollbar-thumb:hover {
  background: #03334E; 
}


.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a {
    background: var(--theme-color-2) !important;
    padding: 10px !important;
    color: white !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}

.grid-item.footer-4 p {
	font-family: 'Oswald';
    display: flex;
    gap: 1.5rem;
    align-items: center;
    background: #03334E;
    padding: 18px 35px 18px 35px;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    font-size: 18px;
}
h2.widget-title {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
}

/* BLOG */
/* BLOG */
.blog-content {
	padding-top: 3rem;	
}
.blog-content .title-blog{
	color: var(--theme-color-1);
    text-align: center;
    font-size: 35px;
    margin: 0;
    border-bottom: 1px solid;
    padding-bottom: 4px;
    max-width: max-content;
    padding-right: 1rem;	
}
.blog-grid{
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 2rem;	
}
.blog-grid-loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.blog-grid .sidebar-blog .widget {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 10px 0;	
}
.blog-grid .sidebar-blog .widget h2{
	color: var(--theme-color-2);
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 1px solid;	
}
.blog-grid .sidebar-blog .widget ul{
    padding: 0;
    list-style: none;
    margin: 0;	
}
.blog-grid .sidebar-blog .widget ul li{
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;	
}
.blog-grid .sidebar-blog .widget ul li:last-child{
	border: 0;	
}
.blog-grid-loop .post-loop {
    border: 1px solid #ddd;
	position: relative;
}
.blog-grid-loop .post-loop .content-text .date {
    color: black;
    padding: 0;
    font-weight: 600;
    line-height: 1;
    max-width: max-content;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-grid-loop .post-loop .content-text .date p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
.blog-grid-loop .post-loop .content-text .date small {
    font-size: 16px;
}
.blog-grid-loop .post-loop .content-text {
    padding: 1rem;
	padding-top: 0;
    text-align: center;
}
.blog-grid-loop .button a {
    color: var(--theme-color-2);
    border: 1px solid var(--theme-color-2);
    padding: 5px 2rem;
    display: block;
    width: max-content;
    margin: auto;
    margin-top: 2rem !important;
    font-weight: 500;
    border-radius: 5px;
}
.blog-grid-loop .post-loop .content-text .description-blog p {
    line-height: 1.2;
    margin-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    min-height: 43px;
    -webkit-box-orient: vertical;
}
.blog-grid-loop .title-post {
    text-align: center;
    font-size: 17px;	
    font-weight: 500;
    line-height: 1.2;
}
.blog-grid-loop .title-post a{
	color: #000;	
}
/*FIN BLOG*/

/* Tienda
--------------------------------------------- */
.owl-carousel.sa_owl_theme .owl-stage-outer .owl-stage{
	height: auto !important;
}
.section-marcas .owl-carousel .owl-stage p{
    border-radius: 5px;
    background: #f9f9f9;
}
.header-banner-products {
    background: var(--theme-color-2);
	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: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;
}
.woo-wp-filtros-container{
	align-items: center;
	border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 1rem;	
}
.woo-wp-filtros-container .widget{
	margin-bottom: 0 !important;
}
.woo-wp-filtros-container #woo-wp-clear-filters{
    background: var(--theme-color-1);
    color: black;
    border: 0;
    padding: 7px 11px;	
}
.woo-wp-filtros-container .widget-title.open svg path{
    stroke: var(--theme-color-2) !important;	
}
.woo-wp-filtros-container .widget-title.open{
    color: var(--theme-color-2) !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: white;
}
.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: var(--theme-color-1);
    color: white;
}
.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;
    padding-bottom: 1rem;	
}
.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);
}
/* Tienda
--------------------------------------------- */
#wc-main .grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 300px auto;
}
.woocommerce .products ul,
.woocommerce ul.products {
    
}
.woocommerce .products ul.columns-3,
.woocommerce ul.products.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;    
}
.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 {
    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;
    margin: 0 !important;
	padding: 15px; 
	width: 100% !important;
    text-align: center;	
    background: var(--theme-color-3);	
    border-radius: 7px;
    padding-bottom: 1rem;
}
ul.products li.product .product-brand{
	position: absolute;
    top: 20px;
    right: 22px;
    background: var(--theme-color-2);
    color: #fff;
    font-family: 'Roboto';
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;	
}
.owl-carousel.owl-loaded .owl-dots{
	display: none !important;
}
ul.products li.product .categoria-producto{
	
}
.woocommerce ul.products li.product-category{
    padding: 0;
    width: 100% !important;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    padding-bottom: 2rem;
	background: var(--grayscale-gs-white);
	
}
.woocommerce ul.products li.product-category img{
    border-radius: 20px 20px 0 0;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title{
    display: grid;	
    font-size: 24px;	
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title .count:after{
	content: "Productos";
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title .count{
    background: none;
    display: flex;
    justify-content: center;
    gap: 5px;
    font-weight: 200;
    font-size: 15px;
    padding-top: 8px;	
}
.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;
}

.woocommerce-pagination .page-numbers span{
    background: var(--theme-color-1) !important;
    color: black !important;
    font-weight: 500 !important;	
    padding: 14px !important;	
}
.woocommerce-pagination .page-numbers li a{
    color: var(--theme-color-2) !important;
    font-weight: 500 !important;
    padding: 14px !important;	                                                       
}
.woocommerce-cart{
	background: #f9f9f9;	
}
.woocommerce-cart .shop_table{
	background: #fff;
    border: 0 !important;	
}
.woocommerce-cart .shop_table th.product-quantity,
.woocommerce-cart .shop_table th.product-name{
    text-transform: uppercase;
    color: #000;
    font-family: 'Oswald';
    font-size: 19px;
    padding: 20px 0px;	
}
.woocommerce-cart .shop_table .product-name a{
    font-family: 'Roboto';
    color: #000;
    font-weight: 500;
    font-size: 15px;	
}
.woocommerce-cart .shop_table .remove{
    border-radius: 4px;
    color: #fff !important;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: var(--theme-color-2);	
}
.woocommerce-cart .shop_table th.product-thumbnail{
	width: 140px;	
}
.bread-content{
    padding-top: 11rem;
    padding-bottom: 8rem;
    background-position: center;
    text-align: center;
    margin-bottom: 4rem;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/10/fondos-1.webp);		
    color: #Fff;
}
.bread-content h1{
    text-transform: uppercase;
    font-size: 55px;
    color: #D9D9D9;	
    margin-bottom: 5px;	
}
.bread-content .woocommerce-breadcrumb{
    margin: 0;
    color: #fff;
    font-weight: 500;	
}
.bread-content .woocommerce-breadcrumb a{
    color: #fff !important;
    font-weight: 400;	
}
#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;
}
.tienda__filter{
	transition:all .3s ease;
}
.tienda__filter h2{
	font-size:1.4rem;
	line-height:25px;
}
.tienda__productos{
	display:grid;
	grid-template-columns:22% 74%;
	justify-content:space-between;
}
.tienda__productos{
    padding-bottom: 5rem;
}
.woocommerce-pagination{
    padding-top: 2.5rem;	
}
.tienda__productos .tienda__filter h2{
	
}
.tienda__productos .tienda__filter .widget-area{
	
}
.tienda__productos .tienda__filter .widget-area ul{
	
}
.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;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul,
.woocommerce-product-details__short-description ul{
	padding: 0;	
}

.button__filter:hover{
	background:var(--theme-color-1);
	color:#fff;
	
}
.button__filter svg{
	width:25px;
	height:25px;
}
.woocommerce ul.products li.product .button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    justify-content: center;
    max-width: max-content;
    margin: auto;

}
.woocommerce ul.products li.product .button:before{
    content: "";
    background-image: url(/wp-content/uploads/2025/10/cart.webp);
    width: 24px;
    height: 22px;
    display: block;
}
.tienda__productos .filter-content {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2rem 1rem;
}
.tienda__productos .filter-title {
    font-size: 19px;
    max-width: max-content;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    padding-right: 2rem;
	color: #000 !important;
    position: relative;
}
.tienda__productos .filter-title:before {
    content: "";
    background: var(--theme-color-2);
    height: 2px;
    width: 55%;
    position: absolute;
    bottom: -1px;
    left: 0;
}

/*Producto Individual*/

.summary.entry-summary .envios ul{
    display: flex;
    list-style: none;
    gap: 10px;
	padding: 0;
	justify-content: space-between;	
    margin-bottom: 0;
    align-items: center;	
}
.summary.entry-summary .envios ul li{
	display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald';
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.product_title.entry-title {
    margin: 0;
    padding-bottom: 1.5rem !important;
    line-height: 39px;
    border-bottom: 1px solid #ddd;
    color: var(--theme-color-2) !important;
}
.related.products{
    padding-bottom: 4rem;
    padding-top: 2rem;	
}
.related.products .title-related{
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;	
}
.woocommerce-product-details__short-description {
    margin: 0;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ddd;
}
.woocommerce div.product form.cart{
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
.variations_form.cart .woocommerce-variation-add-to-cart,
.product-type-simple .cart {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 2rem;
}
.woocommerce-product-gallery__wrapper{
    border: 1px solid #ddd;	
}
.woocommerce div.product form.cart .variations{
	margin: 0 !important;
}
.product_meta {
    display: grid;
    /* gap: 1.5rem; */
}
body .woocommerce .qib-button-wrapper {
    display: flex;
    float: left;
    border: 1px solid #ddd;	
    flex-wrap: nowrap;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.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: 41px;
    padding: 0;
    background: #fff !important;
    border: 0;	
    transition: all .2s ease;
    color: var(--theme-color-2);
    font-weight: 600;
}
.woocommerce div.product form.cart .qib-button-wrapper {
    margin: 0;
    border: 1px solid #ddd;	
}
.variations_form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.product-type-simple .cart .single_add_to_cart_button{
    text-align: center;
	opacity: 1;	
    display: flex;
    align-items: center;
	background: var(--theme-color-1) !important;	
    gap: 5px;
    justify-content: center;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before{
    content: "";
    background-image: url(/wp-content/uploads/2025/10/cart.webp);
    width: 24px;
    height: 22px;
    display: block;	
}

.woocommerce .cart .qib-button-wrapper .quantity {
	
}
.woocommerce .cart .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 41px;
    padding: 0 !important;
    width: 40px;	
	border: 0 !important;
	text-align: center;
    background: #ffffff;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
}
.woocommerce .cart .qib-button-wrapper .qib-button{
	
}
.product_meta .posted_in {
    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;
}
.card__skun{
	padding-bottom:1.5rem;
	margin-bottom:1.5rem;
	border-bottom: 1px solid #ddd;
	display:flex;
	justify-content:end;
}
.single-grid .woocommerce-tabs{
    grid-template-columns: auto 1fr;
    gap: 2rem;
    display: grid;	
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4rem 0;
    margin-bottom: 3rem;	
}
.single-grid .woocommerce-tabs .tabs.wc-tabs {
    padding-left: 0 !important;
    margin: 0 !important;
  	display: grid;
	height: max-content;
    gap: 1rem;
}
.single-grid .woocommerce-tabs .tabs.wc-tabs li{
    background: none !important;
    border: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.single-grid .woocommerce-tabs .tabs.wc-tabs li a{
    padding: 8px 1rem !important;
    font-weight: 400 !important;
    font-size: 15px;
    border-radius: 5px;
    color: #000 !important;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto';
    background: #f3f3f3;
}
.single-grid .woocommerce-tabs .tabs.wc-tabs li.active a{
    border-bottom: 1px solid;
    color: #fff !important;
    background: var(--theme-color-1) !important;
}
.single-grid .woocommerce-tabs .tabs.wc-tabs:before,	
.single-grid .woocommerce-tabs .tabs.wc-tabs:after,
.single-grid .woocommerce-tabs .tabs.wc-tabs li:after,
.single-grid .woocommerce-tabs .tabs.wc-tabs li:before{
	content: none !important;
}
.single-grid .woocommerce-tabs .woocommerce-Tabs-panel{
    margin: 0 !important;
}



.sku_wrapper{
	order:-1;
	/*outline:1px solid #C7C7C7;*/
	color:#979797;
	padding:.5rem .8rem;
	letter-spacing: 0.10rem;
	/*border-radius:5px;
	margin-bottom:1.5rem;
	position:absolute;
	top:2rem;
	left:2rem;
	right:2rem;
	width:calc(100% - 4rem);*/
	font-size: 14px;
	background: #f4f4f4;
}	
.ficha-tecnica{
    display: grid;
    place-items: center;
    background: var(--theme-color-2);
    font-weight: 600;
    color: #fff;
    transition: all .2s ease;
    text-align: center;
    padding: .7rem 1rem;
    max-width: 200px;
}
.ficha-tecnica:before{
	content: "";
}
/*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;

		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;
}
#miFormulario .cart-grid a{
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
#miFormulario .cart-grid #continue-wsp{
    background: #0BD900;	
}
#miFormulario .cart-grid #continue-wsp:before{
	content: "";
    background-image: url(/wp-content/uploads/2025/10/cotizar-wsp.webp);
    width: 23px;
    height: 23px;
    display: block;
}
.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: 110px;
}
.woocommerce-checkout{
	margin-bottom: 4rem;
}
.woocommerce-order-overview__total.total{
	display: none !important;
}


/* 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);
    }
	.bread-content{
	    padding-top: 5rem;
    	padding-bottom: 5rem;	
	}
	.bread-content h1{
		font-size: 40px;
	}
}

/*Tablets ipads*/
@media (max-width: 991.98px) {
    #colophon .footer-widgets .grid {
        grid-template-columns: repeat(3, 1fr);
    }	
	.blog-content {
    	padding-top: 3rem;
	}
	.blog-grid-loop{
	    grid-template-columns: 1fr 1fr;
	}
	#miFormulario{
	    padding: 1rem 0;
	}
}
/*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 .products ul.columns-3,
    .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(2, 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;
	}
	#form-cotizador{
		display: block;
	}
    .bread-content h1 {
        font-size: 30px;
    }	
    .bread-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }	
	.single-grid .woocommerce-tabs{
	    display: block;
	    padding: 3rem 0;
    	margin-bottom: 1rem;	
	}
	.summary.entry-summary .envios ul li{
	    font-size: 16px;
	}
	.related.products .title-related{
		font-size: 30px;
	}
	.related.products{
	    padding-bottom: 3rem;
	}
	.single-grid .woocommerce-tabs .tabs.wc-tabs{
		display: flex;
		flex-wrap: wrap;	
	}
	.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);
    }
	.blog-grid{
	    grid-template-columns: 1fr;
	}
	
	
}
ul#menu-menu-principal {
    padding: 0;
    list-style: none;
    margin: 0;
}
/*Mobile*/
@media (max-width: 575.98px) {
    .woocommerce .products ul.columns-4,
    .woocommerce ul.products.columns-4 {
        display: grid;
        grid-template-columns: repeat(2, 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;
    }
	.woocommerce div.product form.cart{
	    grid-template-columns: 1fr;
    	gap: 1rem;
	}
	.summary.entry-summary .envios ul{
	    flex-wrap: wrap;	
	}
	.variations_form.cart .woocommerce-variation-add-to-cart, 
	.product-type-simple .cart{
	        gap: 1rem;	
		grid-template-columns: 1fr;		
	}
	.related.products .title-related{
	    font-size: 28px;	
	}
    .woocommerce .products ul.columns-3,
    .woocommerce ul.products.columns-3 {
        grid-template-columns: 1fr;
    }
	.blog-grid-loop{
	    grid-template-columns: 1fr;
	}
	.site-footer .grid-item.footer-3,
	.site-footer .grid-item.footer-2{
	        margin-top: 2rem;		
	}
	.grid-item.footer-4 p{
	    font-size: 15px;	
		 padding: 18px 25px 18px 25px;
	}
}