/*
Theme Name: Market3

WooCommerce styles override
*/



.page-description {
    margin-top: 4.5em;
}


h1.woocommerce-products-header__title.page-title {
    margin: 0 0 1em;
}


ul.products {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

@media screen and (min-width: 893px) {
ul.products li {
	
}
ul.products.columns-2 { column-gap: 5%; }
ul.products.columns-2 li { width: 47.5%; }

/*
ul.products.columns-3 { column-gap: 3.7%; }
ul.products.columns-3 li { width: 30.866%; }
*/

ul.products.columns-3 { column-gap: 20px; }
ul.products.columns-3 li { width: 295px; }

ul.products.columns-4 { column-gap: 2.5%; }
ul.products.columns-4 li { width: 23.125%; }
ul.products.columns-5 { column-gap: 1.8%; }
ul.products.columns-5 li { width: 18.56%; }
ul.products.columns-6 { column-gap: 1.2%; }
ul.products.columns-6 li { width: 15.666%; }
}


ul.products li {
    border: 1px solid var(--wp--preset--color--gray-800);
    display: flex;
    flex-direction: column;
}


figure.loop-product-image {
    width: 100%;
	height: 270px;
    margin: 0;
}

@media screen and (min-width: 893px) {
ul.products.columns-2 figure.loop-product-image { height: 300px; }
ul.products.columns-3 figure.loop-product-image { height: 250px; }
ul.products.columns-4 figure.loop-product-image { height: 210px; }
ul.products.columns-5 figure.loop-product-image { height: 160px; }
ul.products.columns-6 figure.loop-product-image { height: 115px; }
}

figure.loop-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 9%;
}

ul.products li a {
    color: inherit;
	display: flex;
    flex-direction: column;
    gap: 1em;
}

.loop-product-content {
    display: flex;
    flex-direction: column;
	gap: 0.2em;
    padding: 1em 1em 1.6em;
    flex: 1 0 auto;
	
}

h4.woocommerce-loop-product__title {
    margin: 0;
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

span.pcomp {
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--gray-400);
    text-transform: uppercase;
}

li.product span.ptag {
    position: absolute;
    top: 1em;
    left: 1em;
    font-size: 0.65em;
}

span.prating {
    font-size: var(--wp--preset--font-size--extra-small);
    color: var(--wp--preset--color--gray-500);
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 5px 0;
}

.cta-loop-wrapper {
    display: flex;
    flex: 1 0 auto;
    align-items: flex-end;
}

a.cta-loop {
    color: #fff !important;
    background-color: var(--wp--preset--color--accent);
    font-size: var(--wp--preset--font-size--extra-small);
    border: 2px solid var(--wp--preset--color--accent);
    padding: 0.42em 1.33em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    width: fit-content;
    margin-top: 18px;
}




/*--------------------------------------------------------------
# Prroductos especiales
--------------------------------------------------------------*/

.especiales ul.products li {
    border: none;
}

@media screen and (min-width: 893px) {
.especiales ul.products li {
    width: calc((100% - 40px) / 3);
}
}

.especiales figure.loop-product-image {
    position: relative;
    height: 230px !important;
}

.especiales figure.loop-product-image:before {
    position: absolute;
    content: '';
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background-color: var(--wp--preset--color--accent);
    top: 20px;
    z-index: 99;
    left: calc(50% - 90px);
}

.especiales figure.loop-product-image img {
    padding: 4%;
    position: relative;
    z-index: 99;
}

.especiales h4.woocommerce-loop-product__title {
    text-align: center;
}

.especiales p.pexcerpt {
    text-align: center;
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.3;
    margin: 0.5em 0 0;
    color: var(--wp--preset--color--gray-400);
}

.especiales .cta-loop-wrapper {
    justify-content: center;
    margin-top: 1.5em;
}

a.btn-arrow {
    color: var(--wp--preset--color--accent) !important;
    background-image: url(../img/icons/icon-arrow-right-accent.png);
    background-repeat: no-repeat;
    background-size: 0.5em;
    background-position-x: 100%;
    background-position-y: 0.1em;
    padding-right: 1.3em;
    line-height: 1.1;
    font-size: var(--wp--preset--font-size--small);
    text-transform: uppercase;
    font-weight: 800;
}



/*--------------------------------------------------------------
# Archive hero
--------------------------------------------------------------*/

.archive-hero {
    height: 300px;
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto 4em;
    background-size: cover;
}

.archive-hero .bg-layer {
    height: 100%;
    width: 100%;
    padding: 1em 5em;
}

.archive-hero .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.archive-hero h1 {
    margin: 0 0 0.5em;
    max-width: 570px;
    line-height: 1.1;
}

.archive-hero p {
    line-height: 1.3;
    max-width: 760px;
}

h2.loop-sec-title {
    font-size: var(--wp--preset--font-size--medium);
    margin: 0 0 0.4em;
}




/*--------------------------------------------------------------
# Shortcode categorias
--------------------------------------------------------------*/

.categorias {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.categoria {
    display: flex;
    flex-direction: column;
    width: calc((100% - 60px)/4);
    border-top: 8px solid transparent;
    border-image: linear-gradient(to right, #F05A00, #FFA366) 1;
    background-color: #fff;
    padding: 1.75em 1.4em;
    text-align: center;
}

.categoria h3 {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0.3em 1.5em;
}

.categoria figure {
    margin: 0;
}

.categoria .cta-loop-wrapper {
    justify-content: center;
}

.categoria a.cta-loop {
    margin-top: 0.5em;
    padding: 0.58em 1.2em;
    font-weight: 800;
    font-size: var(--wp--preset--font-size--small);
}



section.related.products {
    margin-bottom: 4em;
}


/* CHANGE THIS !!!!!!!!!!!!!!!! */

header.woocommerce-products-header .term-description {
    display: none;
}






/*--------------------------------------------------------------
# Result count & catalog ordering
--------------------------------------------------------------*/

.rcco-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3em;
}

p.woocommerce-result-count {
    margin: 0;
    font-size: var(--wp--preset--font-size--extra-small);
    color: var(--wp--preset--color--gray-400);
}

form.woocommerce-ordering select {
    font-size: var(--wp--preset--font-size--extra-small);
    color: var(--wp--preset--color--gray-400);
    padding: 0.6em 0.9em;
    background-color: transparent;
    border: 1px solid var(--wp--preset--color--gray-700);
}



/*--------------------------------------------------------------
# Woocommerce Layered Nav
--------------------------------------------------------------*/

.filtros-atributos {
    margin-top: 1em;
}

h4.heading-atributo {
    margin: 0 0 0.7em;
}

.woocommerce ul.woocommerce-widget-layered-nav-list {
    padding: 0;
}

.woocommerce-widget-layered-nav-list span.count {
    font-size: 0.6em;
    color: var(--wp--preset--color--gray-400);
}

.woocommerce-widget-layered-nav-list > li {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
	line-height: 1.2em;
}

.woocommerce-widget-layered-nav-list > li a {
    color: var(--wp--preset--color--gray-400);
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-align: left;
    background: rgba(0,0,0,0);
    border: none;
    padding: 0;
	margin-left: 0;
    outline: none;
	line-height: 1;
}

.woocommerce-widget-layered-nav-list > li a:before {
    position: relative;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .75);
    /* box-shadow: inset 0 0 0 1px; */
    transition: box-shadow .2s cubic-bezier(.15,0,.15,0);
    margin-right: .8rem !important;
    /* top: .07rem; */
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    content: '' !important;
    display: block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ddd;
	background-origin: padding-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	content: '' !important;
}

.woocommerce-widget-layered-nav-list > li.chosen a:before {
    background-color: var(--wp--preset--color--accent);
	background-image: url(../img/check-white.png);
    box-shadow: inset 0 0 0 1px var(--wp--preset--color--accent);
}

/*
.woocommerce-widget-layered-nav-list > li:hover a:before {
	background-image: url(../img/check-white.png);
	background-color: var(--wp--preset--color--contrast);
}
*/

/*
.woocommerce-widget-layered-nav-list > li.chosen:hover a:before {
	background-image: url(../img/cancel-white.png);
	background-color: var(--wp--preset--color--accent);
}
*/

li.wc-block-product-categories-list-item > a, li.wc-block-product-categories-list-item > span {
    display: none;
}

li.wc-block-product-categories-list-item > ul a {
    display: contents;
    font-size: var(--wp--preset--font-size--extra-small);
    color: var(--wp--preset--color--gray-400);
}

li.wc-block-product-categories-list-item > ul span {
    display: inline-block;
}

li.wc-block-product-categories-list-item > ul span.wc-block-product-categories-list-item-count {
    display: block;
    font-size: var(--wp--preset--font-size--extra-small);
    padding-left: 0.6em;
    color: var(--wp--preset--color--gray-400);
}




/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

nav.woocommerce-pagination {
    margin-top: 4em;
}

ul.page-numbers {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0.5em;
}

ul.page-numbers .page-numbers {
	color: var(--wp--preset--color--accent-dark);
    border: 2px solid var(--wp--preset--color--accent-dark);
    height: 1.8em;
    width: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 0.3em;
    font-weight: 600;
}

ul.page-numbers .page-numbers.current, ul.page-numbers .page-numbers:hover {
	color: #fff;
    background-color: var(--wp--preset--color--accent-dark);
}




/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/

@media screen and (min-width: 893px) {
.product-summary-container {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
	margin-top: 1.8em;
}
.product-summary-container > .product-images {
    width: 706px;
}
.product-summary-container > .summary {
    width: 506px;
}
}



/*--------------------------------------------------------------
# Single - product-gallery
--------------------------------------------------------------*/

.product-images {
    display: flex;
    flex-direction: row-reverse;
    gap: 28px;
}

.product-gallery {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100px;
    max-height: 540px;
    overflow: hidden;
}

.product-gallery figure {
    width: 100px;
	height: 100px;
    margin: 0;
	border: 1px solid var(--wp--preset--color--gray-800);
}

.product-gallery a {
	display: block;
    width: 98px;
    height: 98px;
}

.product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 893px) {
a.gallery-trigger {
    display: none;
}
}

@media screen and (max-width: 893px) {
a.gallery-trigger {
    color: #fff;
    background-color: var(--wp--preset--color--contrast);
    padding: 0.7em 1.3em;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    border-radius: 3px;
}
.product-gallery {
    display: none;
}
}

.pg-wrapper figure.mmb-nav {
    display: flex;
    margin: 0;
    justify-content: center;
    height: 26px;
}

.pg-wrapper figure.mmb-nav.mmb-nav-left {
    align-items: flex-start;
}

.pg-wrapper figure.mmb-nav.mmb-nav-right {
    align-items: flex-end;
}

.pg-wrapper figure.mmb-nav img {
    width: 20px;
    height: auto;
    object-fit: contain;
    cursor: pointer;
}





/*--------------------------------------------------------------
# Single - images on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 893px) {
.product-images.has-gallery {
    gap: 8px;
	margin-bottom: 20px;
}
.product-gallery {
    gap: 5px;
    width: 69px;
    height: 260px;
}
.product-gallery figure {
    width: 60px;
    height: 60px;
}
.product-main-image figure {
    height: 260px;
}
.product-gallery::-webkit-scrollbar-track {
	border-radius: 5px;
}
.product-gallery::-webkit-scrollbar {
	width: 5px;
}
.product-gallery::-webkit-scrollbar-thumb {
	border-radius: 5px;
}
.product-main-image {
    width: 100%;
    border-radius: 4px;
    height: 320px;
}
.product-images.has-gallery .product-main-image {
    width: calc(100% - 77px);
	height: 260px !important;
}


}




/*--------------------------------------------------------------
# Single - summary
--------------------------------------------------------------*/

span.ptag {
    background-color: var(--wp--preset--color--accent-lightest);
    color: #fff;
    font-size: var(--wp--preset--font-size--extra-small);
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    padding: 0.49em 1em;
    border-radius: 1.8em;
    margin-bottom: 1.4em;
    display: inline-block;
}

h1.product_title.entry-title {
    line-height: 1.1;
    margin: 0 0 0.4em;
    letter-spacing: 1px;
}

.single-product p.price {
    font-size: var(--wp--preset--font-size--large);
}

.single-product p.price:empty {
    display: none;
}

.woocommerce-product-details__short-description {
    margin: 1em 0;
}

.woocommerce-product-details__short-description p {
    color: var(--wp--preset--color--gray-500);
    line-height: 1.3;
}

p.product-meta {
    color: var(--wp--preset--color--gray-500);
    font-weight: 400;
}

p.product-meta strong {
    color: var(--wp--preset--color--contrast);
    font-weight: 500;
}

form.cart {
    display: flex;
    gap: 10px;
    margin: 1.5em 0;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    gap: 10px;
}

form.cart .quantity {
    width: 160px;
}

.woocommerce-variation-add-to-cart button {
    border-radius: 0;
	line-height: 1;
}



/*--------------------------------------------------------------
# Single - Product attrib
--------------------------------------------------------------*/

.p-att {
    display: flex;
    align-items: center;
    width: 100%;
}

.p-att figure {
    width: 20px;
    height: 20px;
    margin: 0;
    display: flex;
    margin-right: 12px;
}

.p-att figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-att strong {
    width: calc(100% - 213px);
    font-weight: 500;
}

.p-att span {
    color: var(--wp--preset--color--gray-500);
}


/*--------------------------------------------------------------
# Single - Product rating
--------------------------------------------------------------*/

.single-product .woocommerce-product-rating {
    display: none;
}

span.fa.fa-star {
    color: var(--wp--preset--color--gray-800);
}

span.fa.fa-star.star-checked {
    color: var(--wp--preset--color--accent);
}



/*--------------------------------------------------------------
# Single - CTA
--------------------------------------------------------------*/

.single-product-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1.7em;
}

.single-product-cta a {
    font-size: var(--wp--preset--font-size--small);
    width: 100%;
    border: 2px solid var(--wp--preset--color--accent);
    padding: 0.89em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.single-product-cta a.cta-main {
    color: #fff;
    background-color: var(--wp--preset--color--accent);
}

.single-product-cta a.cta-sec {
    color: var(--wp--preset--color--accent);
    background-color: #fff;
}



/*--------------------------------------------------------------
# Single - tabs
--------------------------------------------------------------*/

section.product-tabs {
    margin-top: 4em;
    margin-bottom: 4em;
}

ul.tab-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

ul.tab-links li {
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 3px solid;
    padding: 0.8em 2.5em;
    line-height: 1;
}

ul.tab-links li.current-tab-link {
    color: var(--wp--preset--color--accent);
}

ul.tab-links li:not(.current-tab-link) {
    color: var(--wp--preset--color--gray-500);
    border-color: var(--wp--preset--color--gray-600);
    cursor: pointer;
}


.tab-panels > div:not(.current-tab-panel) {
    display: none;
}

.tab-panel {
    margin-top: 2em;
}

.tab-panel h2 {
    margin: 0 0 0.5em;
}

.tab-panel p {
    color: var(--wp--preset--color--gray-500);
}

.tab-panel table {
    border-collapse: collapse;
    max-width: 770px;
}

.tab-panel table tr > * {
    font-weight: 400;
    text-align: left;
    border: 1px solid var(--wp--preset--color--gray-700);
    line-height: 1.3;
    padding: 0.5em 0.8em;
}

.tab-panel table th {
    background-color: var(--wp--preset--color--gray-800);
}



section.product-files {
    background-color: var(--wp--preset--color--gray-800);
    padding: 4em 0;
}

.pfiles {
    display: flex;
    gap: 18px;
}

.pfile {
    display: flex;
    background-color: #fff;
    border: 2px solid var(--wp--preset--color--gray-600);
    width: calc((100% - 54px) / 4);
    padding: 1em;
    gap: 0.5em;
}

.pfile figure {
    width: 38px;
    height: 38px;
    margin: 0;
}

figure.download-icon {
    margin-left: 11%;
}

.pfile p {
    font-size: var(--wp--preset--font-size--small);
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    width: 50%;
}

.pfile p span {
    display: block;
    font-size: var(--wp--preset--font-size--extra-small);
    font-weight: 300;
    color: var(--wp--preset--color--gray-600);
    margin-top: 0.8em;
}




section.product-files.destacados {
    margin-bottom: 200px;
}

.p-destac {
    height: 200px;
    margin-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.p-destac figure:first-child {
    height: 420px;
    position: absolute;
    z-index: 1;
    margin: 0;
}

.p-destac figure:first-child img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.p-destac figure:last-child {
    position: absolute;
    left: 300px;
    margin: 0;
    top: -75px;
    height: 580px;
    margin-right: -1800px;
    width: 1300px;
}

.p-destac figure:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/*--------------------------------------------------------------
# Single - variable attribute selector
--------------------------------------------------------------*/

.woocommerce-variation-price span.price {
    font-size: var(--wp--preset--font-size--x-large);
	margin-bottom: 0.6em;
}

.hidden-variations-form table.variations {
    display: none;
}

.hidden-variations-form .reset_variations_alert {
    display: none;
}



/*--------------------------------------------------------------
# Single - variable attribute selector - Type: LIST
--------------------------------------------------------------*/

.type-list .selector-custom {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
}

.type-list .selector-custom .att-option {
    cursor: pointer;
	position: relative;
	padding-left: 1.4em;
	font-size: var(--wp--preset--font-size--intermedia);
}

.type-list .selector-custom .att-option:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0.4em;
    width: 0.9em;
    height: 0.9em;
    border: 2px solid var(--wp--preset--color--gray-200);
    border-radius: 1em;
}

.type-list .selector-custom .att-option.current:before {
	background-color: var(--wp--preset--color--accent);
	border-color: var(--wp--preset--color--accent);
}

.type-list  p.chosen-attr {
    background-color: var(--wp--preset--color--gray-300);
    margin: 1.3em 0;
    padding: 0.4em 1em;
    line-height: 1.3;
}



/*--------------------------------------------------------------
# Single - variable attribute selector - Type: BUTTON
--------------------------------------------------------------*/

.type-button .selector-custom {
    display: flex;
    gap: 0.3em;
}

.type-button .selector-custom .att-option {
    cursor: pointer;
	font-size: var(--wp--preset--font-size--intermedia);
	padding: 0.6em 1em;
	color: var(--wp--preset--color--gray-200);
    border: 2px solid var(--wp--preset--color--gray-300);
    border-radius: 0.3em;
    line-height: 1.1;
}

.type-button .selector-custom .att-option.current {
	color: var(--wp--preset--color--contrast);
	border-color: var(--wp--preset--color--contrast);
}

.type-button  p.chosen-attr {
    display: none;
}




/*--------------------------------------------------------------
# Single - variable attribute selector - Type: COLOR
--------------------------------------------------------------*/

.custom-attr-selector.type-color {
    margin: 1.2em 0 2.2em;
}

.custom-attr-selector.type-color h4 {
    margin: 0 0 0.7em;
}

.type-color .selector-custom {
	display: flex;
    flex-direction: row;
	gap: 10px;
}

.type-color .selector-custom .att-option {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    cursor: pointer;
    position: relative;
    border: 4px solid #eee;
}

.type-color .selector-custom .att-option.current {
    border-color: #fafafa;
}

.type-color .selector-custom .att-option.current:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--wp--preset--color--contrast);
    border-radius: 44px;
}




/*--------------------------------------------------------------
# Single - brand specific stuff - Especificaciones Samsung
--------------------------------------------------------------*/

.pdd32-product-spec__list {
    display: flex;
    flex-direction: column;
}

.pdd32-product-spec__item {
    margin-bottom: 2em;
}

h3.pdd32-product-spec__title {
    line-height: 1;
    margin: 0 0 0.7em;
    padding: 0;
    font-size: var(--wp--preset--font-size--normal);
}

h3.pdd32-product-spec__title button {
    color: inherit;
    padding: 0;
    line-height: 0;
    font-weight: 700;
    letter-spacing: 1px;
	width: 100%;
    text-align: left;
}

.pdd32-product-spec__content-wrap {
    max-height: 100% !important;
}

ul.pdd32-product-spec__content-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

ul.pdd32-product-spec__content-list li {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

ul.pdd32-product-spec__content-list li p {
    margin: 0;
    display: flex;
	max-width: 70%;
}

p.pdd32-product-spec__content-item-title {
    width: 30%;
}

.pdd32-product-spec__list svg.icon {
    display: none;
}



/*--------------------------------------------------------------
# Single - brand specific stuff - Especificaciones Motorola
--------------------------------------------------------------*/

h3.datasheet-group__name--text {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: var(--wp--preset--font-size--normal);
    text-transform: uppercase;
	margin: 2em 0 1em;
}

.datasheet-group__values {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
}

.datasheet-group__values--value {
    display: flex;
    gap: 1em;
}

.datasheet-group__values--value > * {
    margin: 0;
    padding: 0;
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 400;
    line-height: 1.2;
}

.datasheet-group__values--value h4 {
    width: 30%;
}



/*--------------------------------------------------------------
# Single - brand specific stuff - Especificaciones Xiaomi
--------------------------------------------------------------*/

.brand-xiaomi #especificaciones > div.lazy {
    display: flex !important;
    flex-direction: column;
	font-size: var(--wp--preset--font-size--normal) !important;
}

.brand-xiaomi #especificaciones > div.lazy > div.lazy {
    width: 100% !important;
    position: relative !important;
    padding: 0 !important;
    border: none ! important;
    display: flex;
    justify-content: space-between;
	font-size: var(--wp--preset--font-size--normal) !important;
}

.brand-xiaomi #especificaciones > div.lazy > div.lazy span {
    font-size: var(--wp--preset--font-size--normal) !important;
	margin: 0 0 0.9em !important;
    line-height: 1.2 !important;
}

.brand-xiaomi #especificaciones > div.lazy > div.lazy > div:last-child {
    width: 75% !important;
}

.brand-xiaomi #especificaciones > div.lazy > div.lazy > div:first-child {
    font-weight: 600;
    width: 25% !important;
    margin: 0 !important;
}







/*--------------------------------------------------------------
# Woocommerce Layered Nav
--------------------------------------------------------------*/

aside#secondary h2.widget-title {
    font-size: 1em;
    font-weight: 700;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.6em;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--wp--preset--color--accent-dark);
}

.woocommerce ul.wc-brand-list-layered-nav-product_brand, ul.product-categories {
    margin: 0 0 1.8em;
    padding: 0;
}

.wc-brand-list-layered-nav-product_brand span.count, ul.product-categories span.count {
    font-size: 0.85em;
    color: #bbb;
    font-weight: 400;
}

.wc-brand-list-layered-nav-product_brand > li, ul.product-categories > li {
    padding: 0.6em 0;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
    color: var(--wp--preset--color--accent-dark);
    font-weight: 600;
}

.wc-brand-list-layered-nav-product_brand > li a, ul.product-categories > li a {
    color: inherit;
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-align: left;
    background: rgba(0,0,0,0);
    border: none;
    padding: 0;
	margin-left: 0;
    outline: none;
}

.wc-brand-list-layered-nav-product_brand > li a:before, ul.product-categories > li a:before {
    position: relative;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .75);
    /* box-shadow: inset 0 0 0 1px; */
    transition: box-shadow .2s cubic-bezier(.15,0,.15,0);
    margin-right: .8rem !important;
    /* top: .07rem; */
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    content: '' !important;
    display: block;
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #ddd;
	background-origin: padding-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	content: '' !important;
}

.wc-brand-list-layered-nav-product_brand > li.chosen a:before, ul.product-categories > li.current-cat a:before, ul.product-categories > li.current-cat-parent a:before      {
    background-color: var(--wp--preset--color--accent);
	background-image: url(../img/check-white.png);
    box-shadow: inset 0 0 0 1px var(--wp--preset--color--accent);
}

.wc-brand-list-layered-nav-product_brand > li:hover a:before, ul.product-categories > li:hover a:before {
    /* box-shadow: 0 0 0 3px; */
	background-image: url(../img/check-white.png);
	background-color: var(--wp--preset--color--contrast);
}

.wc-brand-list-layered-nav-product_brand > li.chosen:hover a:before, ul.product-categories > li.current-cat:hover a:before, ul.product-categories > li.current-cat-parent:hover a:before {
	background-image: url(../img/cancel-white.png);
	background-color: var(--wp--preset--color--accent);
	/*
    background-image: url(../img/check-green.png);
    box-shadow: 0 0 0 3px var(--wp--preset--color--accent);
	*/
}



.widget_layered_nav_filters h2.widget-title {
    border-color: var(--wp--preset--color--contrast) !important;
}

.woocommerce .widget_layered_nav_filters ul {
    display: flex;
    margin: 0 0 2.7em;
    gap: 7px;
    list-style-type: none;
    padding: 0;
	flex-wrap: wrap;
}

.woocommerce .widget_layered_nav_filters ul li a {
    color: #fff;
    background-color: var(--wp--preset--color--contrast);
    font-size: 0.75em;
    padding: 0.3em 0.6em 0.37em 1.6em;
    border-radius: 0.4em;
    background-image: url(../img/cancel-white.png);
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0.45em 47%;
}




/*--------------------------------------------------------------
# Shop all categories
--------------------------------------------------------------*/

@media only screen and (min-width: 981px) {
.all-categories {
    column-count: 3;
	column-gap: 3.5%;
}
.prod-category {
    -webkit-column-break-inside: avoid;
}
}

.prod-category {
    margin-bottom: 2.2em;
}

.all-categories a {
    color: inherit;
}

.prod-category h3 {
    font-size: 1em;
    font-weight: 600;
	color: #fff;
    background-color: var(--wp--preset--color--accent);
    padding: 0.4em 0.6em 0.45em;
    line-height: 1.2;
    margin: 0 0 0.6em;
}

.prod-category ul {
    list-style-type: none;
    margin: 0 0 0 0.6em;
	padding: 0;
    line-height: 1.7;
}

.prod-category ul li:last-child a {
    text-decoration: underline;
}





/*--------------------------------------------------------------
# Woocommerce quantity-buttons
--------------------------------------------------------------*/

.q-special {
    display: grid;
    grid-template-columns: 4fr 5fr 4fr;
    width: 8em;
    height: 2.46em;
    border: 1px solid var(--wp--preset--color--gray-200);
    font-size: 1em;
}

.q-special input {
    border: none;
	font-size: 0.95em;
    font-weight: 500;
    text-align: right;
	/* border-left: 1px solid var(--wp--preset--color--gray-200); */
    /* border-right: 1px solid var(--wp--preset--color--gray-200); */
	outline: none;
	text-align: center;
    padding: 0.3em;
}

.q-special input::-webkit-outer-spin-button, .q-special input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
}

.q-special span {
    position: relative;
    cursor: pointer;
	/* background-color: var(--wp--preset--color--gray-300); */
}

.q-special span::before, .q-special span::after {
    position: absolute;
    content: '';
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: var(--wp--preset--color--contrast);
	top: 50%;
    left: 50%;
}

.q-special span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.q-special span.btn-plus::before {
    width: 0.7em;
    height: 2px;
}
.q-special span::after {
    width: 2px;
    height: 0.7em;
}


