/*!
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;
}

/**
 * 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;
	margin: 0.67em 0;
}

/* 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;
    margin-left: 0;
    padding-left: 1rem;
}

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: black;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: black;
}

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%;
}
ul.menu li img{
	filter: invert(1);
    margin: 13px 2px -7px 2px;
}
ul.menu li a{
    border-bottom: 1px solid #999;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.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;
}
.xoo-wsc-ft-buttons-cont{
	grid-template-columns: auto !important;
}
.xoo-wsc-ft-buttons-cont a{
    background: black;
    color: white;
    padding: 6px 10px;
}
.xoo-wsc-ft-buttons-cont a:hover{
	background: black !important;
	color: white !important;
}
.xoo-wsc-container{
	display: inline-grid;
}
@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;
}

/* Layout
--------------------------------------------- */
:root {
	--theme-color-white: #fff;
    --theme-color-1: #000;
    --theme-color-wsp: #00e676;
    --theme-color-3: #ccc;
    --theme-color-4: #777;
	--theme-color-border: #eee;
	
}
/* Layout
--------------------------------------------- */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}
.container-single{
	max-width: 1200px;
	margin: 0 auto;
    padding: 0 1rem;
}
p{
	margin: 0;
}
a {
    transition: .3s ease all;   
}
/* Header
--------------------------------------------- */
#header-desktop {
	display: block !important;
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
    box-shadow: 0 0 13px 4px #00000024;
}
#header-mobile {display: none !important;}
#header-desktop .grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
	padding: 1rem 0;
    gap: 2rem;
}
#header-desktop .grid .header-menu{
	display: flex;
    gap: 15px;
    align-items: center;
}
#header-desktop .menu-lateral{
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 300px;
    padding-bottom: 1rem !important;
    padding: 3rem;
    transform: translateX(-100%);
    transition: all .7s ease;
    bottom: 0;
}
.categorias-lateral .button-cerrar,
.menu-lateral .button-cerrar{
    text-align: right;
    font-size: 22px;
    background: #9a1a1a;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 1rem;
    color: white;
    cursor: pointer;
}
.reverse-breadcrumb-order {
    display: flex;
    flex-direction: row-reverse;
}

.reverse-breadcrumb-order li {
    list-style: none;
    margin-right: 5px; /* Añade espaciado entre las migas */
}

.reverse-breadcrumb-order li:last-child {
    margin-right: 0; /* Elimina el margen derecho del último elemento */
}
body.page-id-14 #contactos-footer{
	display: none;
}

.header-banner-products{
	background: black;
}
.header-banner-products .tsh_breadcrumbs{
    display: flex;
    gap: 2rem;
    color: white;
    list-style: none;
    text-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header-banner-products .tsh_breadcrumbs a{
	color: white;
}
.header-banner-products .woocommerce-breadcrumb,
.header-banner-products .woocommerce-breadcrumb a{
	color: #b6b2b2;
}

.header-banner-products .woocommerce-breadcrumb,
.header-banner-products .woocommerce-breadcrumb a,
.header-banner-products h1{
	margin-bottom: 0;
}
.header-banner-products h1{
	color: white;
}
.header-banner-products .title-buttons{
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}
.header-banner-products .espaciado{
    padding: 4rem 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.header-banner-products #text-27{
	display: none;
}
.header-banner-products #text-28 p{
	background: #9A1A1A;
    width: max-content;
    padding: 10px 35px;
    border-radius: 7px;
}
.header-banner-products #text-28 a{
	color: white;
}
.header-banner-products #text-28 img{
	filter: invert(1);
    margin: 0px 6px -4px 1px;
}
#header-desktop .menu-lateral.active{
    transform: translateY(0);	
}
#header-desktop .menu-lateral ul{
	display: block !important;
}
#header-desktop .menu-lateral ul li a{
	color: white !important;
}
body.buscador-active #header-desktop{
	top: 154px;
    transition: all .5s ease;
}
.buscador-top {
    transform: translateY(-100%);
    background: white;
    transition: all .5s ease;
    position: fixed;
    z-index: 1001;
    left: 0;
    right: 0;
	top: 0;
		
}
.buscador-top .contenedor {
    max-width: 1300px !important;
    margin:  0 auto;
}
.buscador-top.active {
    padding: 3rem;
    transform: translateY(0);
    transition: all .5s;
}
.buscador-top .probox{
    height: auto !important; 
    border: 1px solid #878787 !important;	
}

.capa-buscador{
	display: none;
}
.capa-buscador.active {
    background-color: #000000b3;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;		
}
.categorias-lateral{
	background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 300px;
    padding-bottom: 1rem !important;
    padding: 3rem;
    transform: translateX(-100%);
    transition: all .7s ease;
    bottom: 0;
}
.categorias-lateral .widget_product_categories{
	height: 100%;
    display: grid;
    place-content: center;
}
.categorias-lateral .widget_product_categories .widget-title{
	color: white;
}
.categorias-lateral .widget_product_categories ul{
	list-style: none;
}
.categorias-lateral.active{
	transform: translateX(0);
}
#header-desktop .grid .grid-right {
	display: flex;
    gap: 1rem;
}
#header-desktop .grid .grid-right ul{
	display: flex;
	padding: 0;
    gap: 1rem;
    align-items: center;	
}
#header-desktop .grid .grid-right ul img{
    width: 23px;
    height: 23px;
    object-fit: contain;
}
#header-desktop .grid .grid-right ul li{
	border: 1px solid #1E1E1E;
    padding: 14px 18px;
}
#header-desktop .grid .grid-right ul{
	list-style: none;
	margin-bottom: 0;
}
.capa-popup{
	display: none;
}
.capa-popup.active{
    display: block;
    background: #00000052;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
}
#header-mobile .grid{
	display: none;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
#header-mobile .search-menu{
	padding: 1rem;
}
#header-mobile .search-menu .probox{
	border: 1px solid #878787 !important;
}
#header-mobile .grid .main-navigation{
	justify-content: right;
	display: flex
}
#header-mobile .grid .main-navigation .menu-toggle{
	 background: black;
    color: white;
    padding-bottom: 12px;
}
#header-mobile .menu-menu-principal-container{
	position: absolute;
	top: 0;
	right: 0;
}


a{
	text-decoration: none;
}
/* Footer
--------------------------------------------- */
.widget_text{
	margin-bottom: 0;
}
#colophon {
    background: black;
}
#colophon .site-info{
	text-align: center;
    padding: 20px;
    border-top: 1px solid #52525230;
}
#colophon .site-info a{
	color: #525252;
}
#colophon .footer-widgets{
	padding: 45px 10px;
}
#colophon .widget_nav_menu{
	margin-bottom: 0;
}
#colophon .footer-widgets ul{
	margin-bottom: 0;
	list-style: none;
}
#colophon .footer-widgets .grid {
}
#colophon .footer-widgets .grid  .footer-1{
	text-align: center;
}
#colophon .footer-widgets .grid  .footer-1 p{
	margin-bottom: 0;

}
#colophon .footer-widgets .grid  .footer-2{
	justify-content: center;
    display: flex;
    padding: 40px 0;
}
#colophon .footer-widgets .grid  .footer-2 ul{
	display: flex;
    padding: 0;
    gap: 40px;
}
#colophon .footer-widgets .grid  .footer-2 ul li a{
	color: white;
}
#colophon .footer-widgets .grid  .footer-3 ul{
	display: flex;
	padding: 0;
    justify-content: center;
    gap: 19px;
}
#colophon .footer-widgets .grid  .footer-3 ul li:last-child a img{
	filter: invert(1);
    border: 1px solid black;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    object-fit: cover;
    padding: 5px;
}
#banner-calzados{
    background-image: url(/wp-content/uploads/2023/09/Rectangle-22.png);
    height: 538px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner-calzados .textwidget{
	padding-left: 5rem; 
	top: 33%;
	position: absolute;
}
#banner-calzados .textwidget p{
	color: white;
    margin-bottom: 35px;
    line-height: 1.2;
    font-size: 38px;
}
#banner-calzados .textwidget a{
	font-size: 16px;
    color: white;
    border: 1px solid;
    padding: 10px 35px;
}
#contactos-footer{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#contactos-footer .comprar-nosotros{
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 4rem;
    background-image: url(/wp-content/uploads/2023/09/zao.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#contactos-footer .comprar-nosotros:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ab;
    z-index: 9;
}
#contactos-footer .comprar-nosotros #text-17 p{
	font-size: 36px;
    line-height: 1;
    text-shadow: black 0.1em 0.1em 0.2em;
    color: white;
    font-weight: 700;
    margin-bottom: 35px;
}
#contactos-footer .comprar-nosotros #text-16 ul{
	padding: 0;
	list-style: none;
}
#contactos-footer .comprar-nosotros #text-16,
#contactos-footer .comprar-nosotros #text-17{
	position: relative;
	z-index: 99;
}
#contactos-footer .comprar-nosotros #text-16 ul li{
    color: white;
    font-weight: 500;
    padding-bottom: 15px;	
	text-shadow: black 0.1em 0.1em 0.2em
}
#contactos-footer .comprar-nosotros #text-16 ul li img{
    margin: 0 0 -8px 0px;
	filter: invert(1);
}
#contactos-footer .comprar-nosotros a{
	color: white;
    font-weight: 400;
	text-shadow: none;
    background: black;
    padding: 10px 15px;
    font-size: 16px;
}
#contactos-footer .comprar-nosotros a:hover{
	background: white;
	font-weight: 500;
	color: black;
}
#contactos-footer .dudas-contact{
	padding: 4rem 6rem;
    background: #D9D9D9;
}
#contactos-footer .dudas-contact h3{
	font-size: 36px;
    margin-bottom: 15px;
    color: black;
}
#contactos-footer .dudas-contact #text-18 p{
	color: black;
	margin-bottom: 35px;
}
#contactos-footer .dudas-contact #text-19 .wpcf7-form input{
	width: 100%;
    height: 46px;
}
#contactos-footer .dudas-contact #text-19 .wpcf7-form p{
	margin-bottom: 1.5rem;
} 
#contactos-footer .dudas-contact #text-19 .wpcf7-form input,
#contactos-footer .dudas-contact #text-19 .wpcf7-form textarea{
	padding: 15px;
}
#contactos-footer .dudas-contact #text-19 .wpcf7-form  .enviar input{
    width: auto !important;
    background: black;
    color: white;
}
.woocommerce div.product .woocommerce-tabs .panel table {
	border: 1px solid var(--theme-color-border);
    padding: 2rem;
    margin-top: 3rem;
}
.woocommerce div.product .woocommerce-tabs .panel table tr{
	height: 41px;
}
.woocommerce div.product .woocommerce-tabs .panel table thead th{
	text-align: left;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p{
	margin-bottom: 10px; 
}
.woocommerce div.product .woocommerce-tabs .panel table tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* PRODUCTO INDIVIDUAL
--------------------------------------------- */
.woocommerce div.product div.summary .product_meta{
	display: grid;
	margin-bottom: 1rem;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background:var(--theme-color-1);
    color: white;
	border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 3rem !important;
    margin-bottom: 4rem;
    border: 1px solid #ddd;
    border-top: 0;
}
.woocommerce div.product .related.products h2.related-products{
    color: black;
    border-bottom: 3px solid #952626;
    width: max-content;
}
body.single-product .grid-item #primary{
	max-width: 1200px !important;
    margin: 0 auto;
}

/* Tienda
--------------------------------------------- */
.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-color-1);
	min-height: 64px;
}
.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 Product
--------------------------------------------- */
.woocommerce div.product div.summary .ficha-wsp-botones{
	display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
} 
.woocommerce div.product div.summary .ficha-wsp-botones a{
    border: 1px solid #ddd;
    padding: 10px 1rem;
    text-align: center;
    border-radius: 8px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    font-size: 18px;
}
.woocommerce div.product div.summary .ficha-wsp-botones .wsp-button-product:hover{
	background: var(--theme-color-wsp);
	color: var(--theme-color-white);
}
.woocommerce div.product div.summary .ficha-wsp-botones .ficha-tecnica:hover{
	background: var(--theme-color-1);
	color: var(--theme-color-white);
}
.woocommerce div.product div.summary .ficha-wsp-botones .ficha-tecnica:hover:after{
	filter: invert(1);
}
.woocommerce div.product div.summary .ficha-wsp-botones .wsp-button-product:before{
	content: "";
    background-image: url(/wp-content/uploads/2023/09/whatsappzzz.png);
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce div.product div.summary .ficha-wsp-botones .ficha-tecnica:after{
	content: "";
	background-image: url(/wp-content/uploads/2023/09/ficha-tecninca.png);
	width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce div.product div.summary .title-description{
	font-size: 25px;
    font-weight: 600;
    color: black;
    border-bottom: 2px solid #eee;
    margin-bottom: 1rem;
}


.checkout.woocommerce-checkout{
	display: flex;
	padding-bottom: 3rem;
	gap: 3rem;
}
.checkout.woocommerce-checkout .formulario-check input.input-text {
	padding: 10px;
}
.checkout.woocommerce-checkout .formulario-check 

/* Tienda
--------------------------------------------- */
.ficha-wsp-botones svg{
	fill: black;
	width: 30px;
	height: 30px;
}
.woocommerce ul.products li.product .button{
    background: none !important;
    text-align: center;
    width: 100%;
    color: black;
    border-radius: 4px;
	margin-top: 0;
	font-weight: 500;
	border: 1px solid #CBCBCB;
}
.woocommerce ul.products li.product .button:hover{
    background: var(--theme-color-border) !important;
    color: var(--theme-color-1);
    border: 0;
} 
body.single-product .grid-item,
body.woocommerce-checkout #primary,
#wc-main{
	padding-top: 3rem;
}
#wc-main .grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 300px auto;
}
#wc-main .grid aside#secondary section{
    border: 1px solid #E7E7E7;
    margin-bottom: 2rem;
	border-radius: 8px;
}
#wc-main .grid aside#secondary section h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    border-bottom: 1px solid #E7E7E7;
    margin-top: 15px;
    padding: 0px 15px 15px 17px;
}
#wc-main .grid aside#secondary section ul{
	 padding: 17px 35px 40px 35px;
}
#wc-main .grid aside#secondary section ul li{
	margin-bottom: 15px;
}
#wc-main .grid aside#secondary section ul li a{
	color: black;	
}
#wc-main .grid aside#secondary section ul li a:hover{
	color: #952626;
}
#wc-main .grid aside#secondary section ul li span{
    color: #9e9595;
}
.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;    
}
.woocommerce .products ul.columns-5,
.woocommerce ul.products.columns-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;    
}
.woocommerce ul.products.slick-slider{
	display: block !important;
}
.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;
    padding: 0;
    width: 100% !important;
	margin-bottom: 2rem !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,  
.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
	font-size: 15px;
	border-bottom: 0;
	margin: 0 auto;
	font-weight: 400;
	color: var(--theme-color-4);
	min-height: 82px;
	text-align: center;
}
.woocommerce ul.products li.product .price{
	display: none;
	font-size: 15px;
	font-weight:  700;
	color: black;
	margin-bottom: 10px;
    margin-top: 10px;
	text-align: center;
}
.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;
}  
/* Categorias
--------------------------------------------- */
.categorias-lateral .product-categories li a{
	color: white;
}


#woocommerce_product_categories-7 .product-categories{
	padding: 0;
	list-style: none;
}
#woocommerce_product_categories-7 .product-categories li a{
	color: black;
}
#woocommerce_product_categories-7 .product-categories li.cat-item-16 {
	display: none;
}
ul.products li.product{
	border: 1px solid #e8e5e5;
    padding: 10px !important;
}



/* CART TIENDA*/
body .qib-button-wrapper .minus.qib-button:hover,
body .qib-button-wrapper .plus.qib-button:hover{
	background: #9a1a1a !important;
    color: white;
}

.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
}
.woocommerce div.product form.cart .qib-button-wrapper{
    margin-bottom: 0;
}
.woocommerce div.product form.cart .qib-button-wrapper .qib-button{
	
}
.woocommerce div.product form.cart .single_add_to_cart_button{
    width: 78%;
    background: var(--theme-color-border);
    color: black;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{
	background: black;
	color: white;
}
/* CART FINAL*/
.woocommerce table.shop_table thead .product-remove{
	border-left: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table thead .product-subtotal{
	border-right: 1px solid rgba(0,0,0,.1);
}



.woocommerce table.shop_table{
	border-left: 0;
    border-right: 0;
}
.woocommerce table.shop_table a{
	color: black;
}
.woocommerce table.shop_table .product-remove{
	border-left: 0;
}
.cart-grid {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
	margin-bottom: 2rem;
}
.cart-grid #continue-wsp {
    background: #03AA00;
    margin-left: auto;
}
.cart-grid #continue-wsp:before{
	content: "";
    display: inline-block;
    background-image: url(/wp-content/uploads/2023/09/wsp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
	filter: invert(1);
    margin: -1px 5px -5px -2px;
}
.cart-grid .cart-collaterals .cart_totals h2,
.cart-grid .cart-collaterals .cart_totals table{
	display: none;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
	width: 100% !important;
}
.cart-grid .cart-collaterals .wc-proceed-to-checkout{
	padding: 0;
}
.cart-grid .cart-collaterals .wc-proceed-to-checkout a{
	margin-bottom: 0;
	font-weight: 500;
	background: #9A1A1A;
	padding: 8px 20px;
}
.cart-grid .cart-collaterals .wc-proceed-to-checkout a:hover{
	background: #9A1A1A !important;
}
.cart-grid .cart-collaterals .wc-proceed-to-checkout a:after{
    content: "";
    display: inline-block;
    background-image: url(/wp-content/uploads/2023/09/correoooo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 0px -4px 12px;
    filter: invert(1);
}
.cart-grid #continue-shop{
	width: fit-content;
    margin-left: auto;
}
.cart-grid #continue-shop:hover{
	background: black;
}
h3.title-card{
	margin-top: 3rem;
    font-size: 25px;
    border: 1px solid #ddd;
    width: max-content;
    padding: 10px 1rem;
}




/* Responsive
--------------------------------------------- */
/*Tablets ipads*/
@media (max-width: 1335px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title{
		font-size: 14px;
	}
	.woocommerce ul.products li.product .button{
		font-size: 14px;
		padding: 10px 0 !important
	}
}


@media (max-width: 1199.98px) {
	#banner-calzados{
    	height: 430px;
	}
    #wc-main .grid {
        grid-template-columns: 1fr;
    }
	#wc-main .grid aside#secondary{
		display: none;
	}
    .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);
    }
	#contactos-footer{
		grid-template-columns: auto;
	}
}
/*Tablets ipads*/
@media (max-width: 991.98px) {
    #colophon .footer-widgets .grid {
        grid-template-columns: repeat(3, 1fr);
    }
	#contactos-footer .dudas-contact{
		padding: 3rem;
	}
	
	#contactos-footer .comprar-nosotros{
		padding: 3rem;
		
	}
	#contactos-footer .comprar-nosotros{
		gap: 2rem;
		grid-template-columns: auto 1fr;
	}
}
/*Mobile Horizontal*/
@media (max-width: 767.98px) {
	.cart-grid{
		grid-template-columns: auto;
	}
	.cart-grid a{ 
		width: 100% !important;
		text-align: center;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		display: flex !important;
		align-items: center;
		gap: 2rem;
		justify-content: space-between;
	}
	#header-desktop .grid{
		grid-template-columns: 1fr 1fr
	}
	#header-mobile {
		display: block !important;
	}
	#header-desktop .grid .grid-right{
		display: none
	}
	#banner-calzados{
		height: 340px;
	}
	#banner-calzados .textwidget p{
		font-size: 25px;
	}
    .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);
    }
    #colophon .footer-widgets .grid {
        grid-template-columns: repeat(2, 1fr);
    }
	#contactos-footer .comprar-nosotros{
		grid-template-columns: auto;
	}
}
/*Mobile*/
@media (max-width: 575.98px) {
	#banner-calzados .textwidget{
		padding-left: 3rem;
	}
    .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;
    }
	#banner-calzados .textwidget p{
		font-size: 19px;
	}
	#banner-calzados .textwidget a{
		padding: 5px 19px;
	}
}