@charset "UTF-8";
/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
Bloques woocommerce
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.theme-bioxnet .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    box-sizing: content-box !important;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    padding: 0;
    width: 24px;
}
.theme-bioxnet .wc-block-mini-cart__button{
    background-color: transparent !important;
}
.theme-bioxnet .wc-block-mini-cart__button:hover{
    background-color: transparent;
    color: var(--wp--preset--color--custom-color-1);
}
.theme-bioxnet .wc-block-mini-cart__button:focus{
    background-color: transparent !important;
    color: var(--wp--preset--color--custom-color-1) !important;
}


.theme-bioxnet .wc-block-mini-cart__icon {
    display: block;
    height: 37px;
    margin: -.25em;
    width: auto;
}
.theme-bioxnet .wc-block-mini-cart__badge {
    align-items: center;
    border-radius: 1em;
    box-sizing: border-box;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 22px;
    justify-content: center;
    left: 100%;
    margin-left: -44%;
    min-width: 22px;
    padding: 0 .25em;
    position: absolute;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
}
.theme-bioxnet .wc-block-mini-cart__button:hover .wc-block-mini-cart__badge{
    background-color: var(--wp--preset--color--custom-color-1);
}

.woocommerce.theme-bioxnet .woocommerce-breadcrumb, .theme-bioxnet .woocommerce-breadcrumb {
    margin: 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.woocommerce.theme-bioxnet div.product form.cart .variations label {
    font-weight: 300;
    text-align: left;
    margin-bottom: 0;
}
.woocommerce.theme-bioxnet .vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    align-items: center;
    justify-items: stretch;
    margin-bottom: 0 !important;
}
.woocommerce.theme-bioxnet .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_image_design .vi-wpvs-option-wrap .vi-wpvs-option-tooltip {
    font-size: 14px;
    border-radius: 3px;
    line-height: 22px;
}

.wp-block-woocommerce-product-collection.productos-recientes{
    width: 100%;
    float: left;
}


/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
Shop Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.theme-bioxnet .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    background-color: var(--wp--preset--color--custom-color-1);
}
.theme-bioxnet .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover {
    background-color: var(--wp--preset--color--custom-color-2);
}
.theme-bioxnet .wc-block-product-categories ul li{
    padding: 8px 0;
    border-bottom: 1px solid #e9e9e9;
}
.theme-bioxnet .wc-block-product-categories ul li ul li{
    border-bottom: 0 solid #e9e9e9;
    padding: 8px 0 8px 8px;
}
.theme-bioxnet .wc-block-product-categories ul li a{
    text-decoration: none;
    padding: 0 0 0 12px;
    position: relative;
}
.theme-bioxnet .wc-block-product-categories ul li a::before{
    content: "";
    border-style: solid;
    border-color: var(--wp--preset--color--color-1);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.theme-bioxnet .wc-block-product-categories ul li .wc-block-product-categories-list-item-count{
    color: #575757;
}
.titulo-resultados-de-busqueda{
    font-size: 22px 
}

.theme-bioxnet h2.wc-block-mini-cart__title{
    font-size: 24px;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
Account Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a::before{
    font-family: 'WooCommerce' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e01c";
    margin: 0 4px 0 0;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::before{
    font-family: 'WooCommerce' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    margin: 0 4px 0 0;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a::before{
    content: "\e001";
    font-family: 'WooCommerce' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 4px 0 0;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::before{
    content: "\e02b";
    font-family: 'WooCommerce' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 4px 0 0;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::before{
    content: "\e026";
    font-family: 'WooCommerce' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 4px 0 0;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before{
    content: "\e030";
    font-family: 'WooCommerce' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 4px 0 0;
}



/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
Singular Product
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.theme-bioxnet .wp-block-post-title{
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    margin-block-end: 20px;
}
.theme-bioxnet .wp-block-woocommerce-product-price{
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    margin-block-end: 20px;
}
.theme-bioxnet .wp-block-woocommerce-product-price .desde{
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    color: #575757;
}

.woocommerce-variation-price{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .20em;
    color: var(--wp--preset--color--custom-color-1);
}

.theme-bioxnet.woocommerce .wp-block-woocommerce-product-image-gallery {
    max-width: none;
}
.theme-bioxnet.woocommerce div.product div.images .flex-control-thumbs li {
    width: 70px;
}
.theme-bioxnet.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 0 0 0;
}
.theme-bioxnet.woocommerce div.product form.cart div.quantity .qty {
    margin-right: 0;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    height: 52px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.theme-bioxnet.woocommerce .wp-block-woocommerce-add-to-cart-form .variations_button{
    display: grid;
        grid-template-columns: 50px repeat(1, 1fr);
        grid-column-gap: 3px;
        width: 100%;
        --whole-width-in-grid: span 2;
        min-width: 0;
}

.theme-bioxnet.woocommerce div.product form.cart button.single_add_to_cart_button{
    width: 100%;
    height: 52px;
    border-radius: 2px;
    background-color: #EBEBEB;
    color: #000;
}
.theme-bioxnet.woocommerce div.product form.cart button.single_add_to_cart_button:hover{
    background-color: var(--wp--preset--color--custom-color-1);
    color: #FFF;
}
.theme-bioxnet.woocommerce table.variations tr td, .woocommerce table.variations tr th {
    padding-bottom: 10px;
    text-align: left;
}
.theme-bioxnet.woocommerce div.product form.cart .reset_variations{
    display: none;
}

.theme-bioxnet.woocommerce div.product form.cart .reset_variations::before{
    font-family: WooCommerce;
    content: "\e031";
    display: inline-block;
    margin: 0 5px 0 0;
    color: #787878;
}


.theme-bioxnet.woocommerce .wp-block-woocommerce-product-meta .wc-block-components-product-sku,
.theme-bioxnet.woocommerce .wp-block-woocommerce-product-meta .taxonomy-product_cat,
.theme-bioxnet.woocommerce .wp-block-woocommerce-product-meta .taxonomy-product_tag,
.theme-bioxnet.woocommerce .wp-block-woocommerce-product-meta .taxonomy-product_cat a,
.theme-bioxnet.woocommerce .wp-block-woocommerce-product-meta .taxonomy-product_tag a{
   font-size: 14px;
}

.theme-bioxnet .woocommerce.wc-block-product-results-count .woocommerce-result-count {
    font-size: 15px;
    color: #333;
}
@media (max-width: 790px) {
.theme-bioxnet.woocommerce .wp-block-woocommerce-product-image-gallery {
    max-width: 100%;
}
}