a.button.product_type_simple,
button.single_add_to_cart_button,
section.move-coupon> form button,
.woocommerce-message> a.wc-forward,
.woocommerce-message> span> a.wc-forward,
a.wc-backward {
    background: var(--c-primary)!important;
    font-weight: normal!important;
    font-size: 14px;
    border-radius: 100px;
    color: #fff !important;
    transition: background 0.2s ease-in-out!important;
    text-align: center;
}
a.button.product_type_simple:hover,
button.single_add_to_cart_button:hover,
section.move-coupon> form button:hover,
.woocommerce-message> a.wc-forward:hover,
.woocommerce-message> span> a.wc-forward:hover,
a.wc-backward:hover {
    background: var(--c-primary-h) !important;
    color: #fff !important;
}
a.button.add_to_cart_button,
a.button.product_type_variable {
    border: 1px solid #ed262e52!important;
    background: #fff!important;
    font-weight: normal!important;
    font-size: 14px;
    border-radius: 10px;
    color: #666 !important;
    transition: background 0.2s ease-in-out!important;
    text-align: center;
    margin-bottom: 15px;
}
a.button.add_to_cart_button:hover,
a.button.product_type_variable:hover {
    background: var(--c-primary-h) !important;
    color: #fff !important;
}
a.checkout-button {
    background: #0159A7!important;
    font-weight: normal!important;
    font-size: 14px;
    border-radius: 100px;
    color: #fff !important;
    transition: background 0.2s ease-in-out!important;
    text-align: center;
}
a.checkout-button:hover {
    background: #054175 !important;
    color: #fff !important;
}
.btn-secondary {
    background: #efefef !important;
    color: #515151 !important;
    border: 0;
}
.btn-secondary:hover {
    color: #efefef !important;
    background: #515151 !important;
    border: 0;
}
button.single_add_to_cart_button {
    border-radius: 10px!important;
    font-size: 18px!important;
    height: unset!important;
    padding: 12px 26px!important;
}
a.wc-backward,
a.checkout-button {
    border-radius: 10px!important;
}
button#place_order {
    background: #2E9211 !important;
    opacity: 1;
    font-weight: normal!important;
    border-radius: 10px!important;
    color: #fff !important;
    transition: all 0.2s ease-in-out!important;
}
button#place_order:hover {
    background: #297113 !important;
    color: #fff !important;
}
product> etiqueta {
    position: absolute;
    top: 12px;
    right: 6px;
    z-index: 1;
}
product figure:hover> img {
    opacity: 0;
}
product {
    text-align: center;
}
product .button {
    margin-left: auto!important;
    margin-right: auto!important;
}
product> etiqueta> a {
    background: var(--c-secondary);
    border-radius: 0 12px 12px;
    color: #fff;
    padding: 5px 10px 5px;
    pointer-events: none;
    margin-left: 5px;
}
product> etiqueta> a[href*="termico"] {
    background: #00359E;
}
product> etiqueta> a[href*="poliestireno"] {
    background: #3273F5;
}
product span.price {
    display: inline-block;
    margin: 0 10px 10px 0;
    transform: translateY(-5px);
}
product span.price * {
    color: #888888;
    font-weight: 500;
    letter-spacing: -0.5px;
}
product span.price bdi {
    font-size: 23px;
    line-height: 23px;
    display: inline-flex;
    align-items: flex-start;
}
product span.price bdi sup,
product span.price bdi> span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    line-height: 16px;
    transform: translateY(1px)!important;
    top: 0;
}
product h2.woocommerce-loop-product__title {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #000;
    text-align: center;
}
body.single-product p.price {
    display: block;
    margin-bottom: 4px;
    margin-right: 20px;
}
body.single-product p.price * {
    color: var(--c-alt);
    font-weight: 700;
    letter-spacing: -0.5px;
}
body.single-product p.price bdi {
    font-size: 34px;
    line-height: 34px;
    display: inline-flex;
    align-items: flex-start;
}
body.single-product p.price bdi sup,
body.single-product p.price bdi> span.woocommerce-Price-currencySymbol {
    font-size: 20px;
    line-height: 20px;
    transform: translateY(2px)!important;
    top: 0;
}
table.shop_table th.product-total {
    text-align: right;
}
table.shop_table span.woocommerce-Price-amount * {
    font-weight: 700;
    letter-spacing: -0.5px;
}
table.shop_table span.woocommerce-Price-amount bdi {
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    align-items: flex-start;
}
table.shop_table span.woocommerce-Price-amount bdi sup,
table.shop_table span.woocommerce-Price-amount bdi> span.woocommerce-Price-currencySymbol {
    font-size: 13px;
    line-height: 13px;
    transform: translateY(1px)!important;
    top: 0;
}
.additionals span.price {
    display: block;
    margin-bottom: 4px;
}
.additionals span.price * {
    font-weight: 700;
    letter-spacing: -0.5px;
}
.additionals span.price bdi {
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    align-items: flex-start;
}
.additionals span.price bdi sup,
.additionals span.price bdi> span.woocommerce-Price-currencySymbol {
    font-size: 13px;
    line-height: 13px;
    transform: translateY(1px)!important;
    top: 0;
}
ul.product-categories {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 12px 0;
}
ul.product-categories> li> a {
    background: #F9F9F9;
    padding: 8px 20px;
    border-radius: 12px;
    color: var(--c-body);
    font-size: 14px;
    border: 1px solid #ccc;
}
ul.product-categories> li.current-cat> a {
    background: var(--c-primary);
    color: #fff;
}
.title-lines h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #505050;
}
.title-lines h2:before,
.title-lines h2:after {
    content: '';
    background: var(--c-alt);
    height: 2px;
    width: 19%;
    display: inline-block;
    max-width: 160px;
    position: relative;
    top: 45%;
    /* opacity: 0.5; */
}
.title-lines h2:before {
    left: 0;
    margin: 0 30px 0 0;
}
.title-lines h2:after {
    right: 0;
    margin: 0 0 0 30px;
}
.title-lines-right h2,
.title-lines-right h3 {
    line-height: initial;
    position: relative;
}
.title-lines-right h2> span {
    background: #fff;
    padding: 0 20px;
    color: #505050;
    position: relative;
    z-index: 1;
}
.title-lines-right h3> span {
    background: #fff;
    padding: 0 20px;
    color: #505050;
    position: relative;
    z-index: 1;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
}
.title-lines-right h2:after,
.title-lines-right h3:after {
    content: '';
    height: 2px;
    width: 100%;
    background: var(--c-alt);
    position: absolute;
    left: 0;
    top: 46%;
    /* z-index: 1; */
}
.title-lines-right.alt h3:after {
    background: var(--c-primary);
    height: 3px;
}
div#customer_login> ul> li> button {
    font-family: 'tg';
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
.divs-drpie .title-lines-right h3> span {
    font-family: var(--f-title);
    /* font-weight: bold; */
    /* padding-left: 0; */
    /* font-size: 32px; */
}
.wpfFilterTitle> div {
    font-size: 20px!important;
    margin: 0!important;
    /* font-family: var(--f-title); */
    letter-spacing: -1px;
    /* color: #000!important;*/
}
.wpfFilterTitle {
    border-bottom: 1px solid var(--c-primary);
    margin-bottom: 15px!important;
}
.qib-container input {
    max-width: 36px!important;
    line-height: 18px!important;
    border: none!important;
    font-size: 24px!important;
    font-weight: 500!important;
    color: #000!important;
}
.qib-container button {
    border-radius: 50%!important;
    width: 34px!important;
    height: 34px!important;
    background: #fff !important;
    border: 1px solid #a7a7a7 !important;
    font-size: 26px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    cursor: pointer!important;
    user-select: none;
}
.qib-container {
    display: flex!important;
    align-items: center;
}
body.woocommerce-cart .qib-container button.minus,
body.woocommerce-cart .qib-container button.plus,
body.woocommerce-cart .qib-container input.qty {
    width: 26px!important;
    height: 26px!important;
    font-size: 16px!important;
    margin: 1px!important;
}
product> info .qib-container button.minus,
product> info .qib-container button.plus {
    width: 26px!important;
    height: 26px!important;
    font-size: 19px!important;
    margin: 1px!important;
}
product> info .qib-container {
    display: inline-flex!important;
    margin-bottom: 10px;
}
product> info .qib-container input.qty {
    width: 22px!important;
    height: 26px!important;
    font-size: 17px!important;
}
body.single-product .elementor-widget-single-product-images,
body.single-product .woocommerce-product-gallery {
    margin: 0!important;
}
.elementor-post-navigation i.fa.fa-long-arrow-right:before,
.elementor-post-navigation i.fa.fa-long-arrow-left:before {
    content: none;
}
.elementor-post-navigation i.fa.fa-long-arrow-right,
.elementor-post-navigation i.fa.fa-long-arrow-left {
    background: url(../img/long-arrow-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 20px;
}
.elementor-post-navigation i.fa.fa-long-arrow-left {
    transform: rotate(180deg)!important;
}
.elementor-post-navigation> div {
    background: #E6E6E6;
    display: flex;
    justify-content: center;
}
.elementor-post-navigation> div.elementor-post-navigation__next {
    background: #d8d8d8;
}
.woocommerce a.remove {
    width: 26px;
    height: 26px;
    background: #260F0F;
    padding: 5px;
}
.woocommerce a.remove img {
    filter: brightness(0) invert(1) grayscale(1) saturate(100);
}
.custom-cart figure.cart-thumb a img,
.custom-checkout figure.cart-thumb-checkout img {
    width: 80px!important;
    display: block!important;
    margin: auto!important;
    border-radius: 8px;
}
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.cart-collaterals table {
    background: #eeeeee;
    border: 1px solid #dee2e6!important;
    border-radius: 8px!important;
}
.cart-collaterals table th, .cart-collaterals table td {
    border-bottom: 1px solid #dee2e6!important;
    border-top: 0!important;
    background: #eee!important;
    min-height: 62px;
    padding: 20px!important;
    width: calc(50% - 3px)!important;
    font-size: 14px;
    font-weight: normal!important;
    float: left;
    display: block!important;
}
.cart-collaterals table td> * {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: right!important;
    line-height: 16px;
}
.cart-collaterals table td {
    text-align: right!important;
}
.cart-collaterals table tr:last-child th,
.cart-collaterals table tr:last-child td {
    border-bottom: none!important;
}
.additionals .qib-container {
    display: none!important;
}
.additionals {
    max-height: 277px;
    overflow: auto;
    margin-right: 0;
}
.additionals::-webkit-scrollbar-track {
    background-color: #eee !important;
    width: 10px!important;
}
.additionals::-webkit-scrollbar {
    background-color: #eee !important;
    width: 10px!important;
}
.additionals::-webkit-scrollbar-thumb {
    background-color: var(--c-primary)!important;
    width: 10px!important;
}
.custom-checkout table.shop_table td.text-right> *:not(.amount) {
    display: flex;
    justify-content: flex-end;
}
.custom-checkout table.shop_table td.text-right {
    text-align: right;
}
a.added_to_cart.wc-forward,
.woocommerce-privacy-policy-text {
    display: none;
}
ul.methods {
    margin-bottom: 24px!important;
}
ul.methods> li {
    background: #fff;
}
ul.methods> li> input {
    display: none;
}
ul.methods> li> label {
    padding: 20px!important;
    position: relative;
    display: flex;
    align-items: center;
}
ul.methods> li {
    border-radius: 8px 10px 0 0!important;
    border-bottom: 1px solid #dfdcde;
}
ul.methods> li:last-child {
    border-radius: 0 0 10px 10px!important;
    overflow: hidden;
}
ul.methods> li> input:checked+label:before {
    background: var(--c-primary-h);
}
ul.methods> li> input+label:before {
    content: '';
    border: 3px solid #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d8d8d8;
    margin-right: 10px;
    display: block;
    left: 0;
}
ul.methods> li> div.payment_box {
    margin: 0!important;
}
.woocommerce-form-coupon-toggle > .woocommerce-info {
    padding-left: 64px;
    background: var(--c-primary)!important;
    color: #fff;
    border-radius: 8px;
    border: 0;
    font-size: 20px;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 10px;
}
.woocommerce-form-coupon-toggle > .woocommerce-info a {
    color: #fff;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
    content: '';
    background-image: url('../img/icon-coupon-wht.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}
section.move-coupon> form {
    margin-top: 0!important;
}
section.move-coupon> form input {
    background: #F1F1F1;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 7px 24px;
    color: #000000;
    width: 100%
}
.woocommerce-terms-and-conditions {
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 14px;
}
#the-map, #maparea, #mapitems {
    margin: 0;
    padding: 0;
    min-height: 500px;
}
#mapitems {
    border-radius: 16px;
    overflow: hidden!important;
}
.favorites_wrap {
    background: #efefef;
    position: relative;
}
.favorites_wrap .form-check-input:checked {
    background-color: var(--c-primary);
    border-color: var(--c-primary);
}
.favorites_wrap:before {
    content: '';
    background-image: url('../img/icon-favs.svg');
    width: 18px;
    height: 24px;
    position: absolute;
    left: -6px;
    top: 24%;
    background-size: contain;
    background-repeat: no-repeat;
}
.favorites_wrap_pedidoseleccionado{
    background: #efefef;
    position: relative;
}
.favorites_wrap_pedidoseleccionado:before {
    content: '';
    background-image: /*url('../img/icon-favs.svg')*/;
    width: 18px;
    height: 24px;
    position: absolute;
    left: -6px;
    top: 24%;
    background-size: contain;
    background-repeat: no-repeat;
}
/* ====================================================================== */
/* SELECTORES DE MIGUEL */
/* ====================================================================== */
p.thwcfd-field-radio > label {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px!important;
    letter-spacing: -0.5px;
    margin: 20px 0!important;
}
p.thwcfd-field-radio#billing_ciudad_select_field > span {
    background: #efefef;
    display: flex;
    border-radius: 10px;
}
p.thwcfd-field-radio > label > span,
p.thwcfd-field-radio > label > abbr,
p.thwcfd-field-radio > span> input {
    display: none;
}
p.thwcfd-field-radio#billing_ciudad_select_field > span> input+label {
    width: 100%;
    min-height: 60px;
    margin-right: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.thwcfd-field-radio#billing_ciudad_select_field > span> input+label:before {
    content: '';
    border: 3px solid #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d8d8d8;
    margin-right: 10px;
    display: block;
    left: 0;
}
p.thwcfd-field-radio#billing_ciudad_select_field > span> input:checked+label:before {
    background-color: var(--c-primary-h);
}
p.thwcfd-field-radio#billing_delivery_service_field {
    margin-bottom: 30px;
}
p.thwcfd-field-radio#billing_delivery_service_field > span> label img {
    max-height: 50px;
    margin-bottom: 12px;
}
p.thwcfd-field-radio#billing_delivery_service_field > span> input+label {
    background: var(--c-primary-h);
    width: 100%;
    color: #fff;
    min-height: 60px;
    margin-right: 0!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
    cursor: pointer;
    position: relative
}
p.thwcfd-field-radio#billing_delivery_service_field > span> input+label:after {
    content: '';
    border: 3px solid #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d8d8d8;
    background-color: #fff!important;
    display: block;
    left: 0;
    bottom: 0;
}
p.thwcfd-field-radio#billing_delivery_service_field > span> input+label:nth-of-type(2) {
    border-left: 1px solid #ffc992;
    border-right: 1px solid #ffc992;
}
p.thwcfd-field-radio#billing_delivery_service_field > span> input:checked+label,
p.thwcfd-field-radio#billing_delivery_service_field > span> input:checked+label:after {
    background-color: var(--c-primary)!important;
}
p.thwcfd-field-radio#billing_delivery_service_field > span> label h4 {
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
}
p.thwcfd-field-radio#billing_delivery_service_field > span> label p {
    font-size: 11px;
    line-height: 11px;
    text-align: center;
}
[data-widget_type="wc-categories.default"] ul> li> a img,
[data-widget_type="wc-categories.default"] ul> li> a mark {
    display: none!important;
}
[data-widget_type="wc-categories.default"] ul> li {
    display: inline-table;
    float: none!important;
}
[data-widget_type="wc-categories.default"] ul {
    display: flex!important;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 0!important;
    grid-row-gap: 0!important;
}
[data-widget_type="wc-categories.default"] ul> li> a {
    background: #F9F9F9;
    padding: 8px 20px;
    margin: 0 3px 6px;
    border-radius: 12px;
    color: var(--c-body);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
[data-widget_type="wc-categories.default"] ul> li.current-cat> a {
    background: var(--c-primary);
    color: #fff;
}
[data-widget_type="wc-categories.default"] ul> li> a> h2 {
    margin: 0!important;
    padding: 0!important;
    font-weight: normal;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination * {
    background: #f4f4f4;
    color: #515151 !important;
    margin: 0 5px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 0;
    transition: all 0.2s ease-in-out;
}
.pagination *.current {
    background: var(--c-primary);
    color: #fff!important;
}
.pagination a.next,
.pagination a.prev {
    padding: 0 24px;
}
a.restore-item {
    color: var(--c-primary);
}
.additionals-cart .ajax_add_to_cart {
    width: 118px!important;
    min-width: unset!important;
}
.ajax_add_to_cart {
    width: 100%;
    max-width: 168px!important;
    height: 35px!important;
}
product info .ajax_add_to_cart.loading:after {
    top: 0!important;
}
.ajax_add_to_cart.loading:after {
    top: 29%!important;
}
.ajax_add_to_cart,
.ajax_add_to_cart * {
    transition: none!important;
}
.ajax_add_to_cart.added,
.ajax_add_to_cart.loading {
    font-size: 0!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.ajax_add_to_cart.added:after {
    font-size: 14px;
}
.ajax_add_to_cart.added:before {
    content: '¡Listo!';
    font-size: 14px;
}
.ajax_add_to_cart.loading:before {
    content: 'Espere...';
    font-size: 14px;
}
#form-sus .quform-element-submit {
    margin: 0;
}
#form-sus button.quform-submit,
#form-sus input {
    border: 0;
    border-radius: 6px;
}
#form-sus button.quform-submit:hover {
    background-color: var(--c-primary-h);
    color: #fff;
}
#form-sus .quform-option {
    display: flex;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    max-width: 400px;
}
#form-sus .quform-spacer {
    margin: 0;
    padding: 0 0 10px;
}
#form-sus .quform-element-1_6 {
    padding: 0;
}
#form-wish {
    background: #F5F5f5;
    padding: 24px;
    border-radius: 10px;
}
#form-wish h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}
#form-wish p {
    margin-bottom: 0;
}
#form-wish input, #form-wish textarea, #form-wish select {
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 14px;
}
#form-wish .quform-spacer {
    padding: 0 0 5px;
}
#form-wish textarea {
    max-height: 150px;
}
#form-wish button.quform-submit {
    width: 100%;
    max-width: 200px;
}
#form-wish button.quform-submit,
body.woocommerce-account [type="submit"] {
    background: var(--c-primary);
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 10px;
    margin: auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 40px;
        display: flex;
}
#form-wish button.quform-submit:hover,
body.woocommerce-account [type="submit"]:hover {
    background: var(--c-primary-h);
    color: #fff;
}
body.woocommerce-account input,
body.woocommerce-account textarea,
body.woocommerce-account select {
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 14px;
    border: 1px solid #ccc
}
.quform-error>.quform-error-inner {
    background: transparent;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: 0;
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 18px 22px;
}
.woocommerce-messag.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before,
.woocommerce-messag.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
    content: none;
}
.woocommerce-message a {
    transform: translateY(-5px)
}
div#bloque_ciudad select {
    background: #efefef;
    border: 0;
    padding: 12px 18px!important;
    border-radius: 10px;
    width: calc(50% - 8px)!important;
}
div#bloque_ciudad {
    padding: 3px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.custom-checkout input[type="text"],
.custom-checkout input[type="email"],
.custom-checkout input[type="tel"] {
    background: #efefef;
    border: 0;
    padding: 12px 20px;
    border-radius: 10px;
}
.custom-checkout input::placeholder {
    opacity: 0.6
}
.custom-checkout .select2 {
    display: none;
}
.custom-checkout select {
    display: block!important;
    opacity: 1!important;
    height: unset!important;
    visibility: visible!important;
    width: 100%!important;
    clip: unset!important;
    position: relative!important;
    background: #efefef;
    padding: 12px 20px!important;
    border-radius: 10px;
}
div#display-price:before {content: 'Costo el Enví­o';}
div#display-gps:before {content: 'Coordenadas';}
div#display-price > span:after {
    content: ' usd';
}
div#hours-warning {
    padding: 0 3px;
}
div#hours-warning> div {
    background: var(--bs-danger);
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 20px;
}
div#hours-warning p {margin: 0;font-size: 13px;line-height: 16px;}
div#hours-warning horario {font-weight: 600;display: block;}
div#hours-warning h3 {font-weight: 600;margin: 0;}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: var(--c-alt);
}
.wpfFilterContent li {
    font-size: 14px;
    margin-bottom: 4px;
}
.wpfFilterTitle> .fa:before line-height: 17px;}
.wpfFilterTitle> .fa-minus:before {content: '\f106';}
.wpfFilterTitle> .fa-plus:before {content: '\f107';}
.wpfFilterTitle .wfpTitle {
    font-family: var(--f-title);
    text-transform: uppercase;
    font-size: 24px!important;
    position: relative;
    font-weight: normal!important;
}
[data-slug="color"] .wpfFilterTitle .wfpTitle:before,
[data-slug="talla"] .wpfFilterTitle .wfpTitle:before,
[data-slug="price range"] .wpfFilterTitle .wfpTitle:before,
[data-slug="dolencia"] .wpfFilterTitle .wfpTitle:before,
[data-slug="category"] .wpfFilterTitle .wfpTitle:before,
[data-slug="tag"] .wpfFilterTitle .wfpTitle:before {
    content: 'Búsqueda por';
    display: block;
    color: #989898;
    position: absolute;
    top: -20px;
    min-width: 100px;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: initial;
}
[data-slug="color"] .wpfFilterTitle .wfpTitle,
[data-slug="talla"] .wpfFilterTitle .wfpTitle,
[data-slug="price range"] .wpfFilterTitle .wfpTitle,
[data-slug="dolencia"] .wpfFilterTitle .wfpTitle,
[data-slug="category"] .wpfFilterTitle .wfpTitle,
[data-slug="tag"] .wpfFilterTitle .wfpTitle {
    margin-top: 20px!important;
}
[data-slug="talla"] .wpfFilterTitle .wfpTitle:after {
    content: 'ECU';
    color: #fff;
    background-color: #666666;
    position: relative;
    bottom: 2px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 1px 5px;
    border-radius: 4px;
    margin: 0 0 0 4px;
    letter-spacing: 0.5px;
    display: inline-table;
    transform: translateY(-2px);
}
body.single-product label[for="pa_talla"]:after {
    content: 'ECU';
    color: #fff;
    /* background-color: #666666; */
    background-color: #0159a7;
    position: relative;
    bottom: 4px;
    right: 0;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0 0 0 4px;
    letter-spacing: 0.5px;
    transform: translateY(-2px);
}


ul.wpfFilterVerScroll [data-term-id="232"]> label,
ul.wpfFilterVerScroll [data-term-id="246"]> label,
ul.wpfFilterVerScroll [data-term-id="249"]> label,
ul.wpfFilterVerScroll [data-term-id="251"]> label,
ul.wpfFilterVerScroll [data-term-id="252"]> label,
ul.wpfFilterVerScroll [data-term-id="254"]> label,
ul.wpfFilterVerScroll [data-term-id="238"]> label {
    display: none!important;
}


ul.wpfHideParent {
    color: #000;
    margin: 0!important;
}

nav> ul> li> ul.sub-menu> li> a {
    border: 0!important;
    font-size: 16px;
}
nav> ul> li> a.dropdown-toggle:after {
    content: none;
}
figure.woocommerce-product-gallery__wrapper> div[data-thumb]:nth-child(1n+2) {
    display:none!important;
}
div[data-widget_type="woocommerce-product-price.default"] {
    margin-bottom: 0!important;
}
c-attribute {
    background: #f2f2f2;
    margin: 0 0 10px 0;
    padding: 13px 16px;
    border-radius: 8px;
}
c-attribute> img {
    max-width: 48px!important;
}
#faq div.elementor-accordion-item {
    margin: 0 0 10px
}
#faq div.elementor-tab-title {
    background: linear-gradient(180deg, #fff, #f2f2f2);
    border-radius: 10px;
    padding: 30px 20px!important;
    box-shadow: 0 2px 5px #00000026;
}
#faq div.elementor-tab-title:hover {
    background: linear-gradient(180deg, #fff, #d2d2d2);
}
#faq .fa-plus:before {
    content: '\f0da'!important;
    font-size: 20px;
}
#faq .fa-minus:before {
    content: '\f0d7'!important;
    font-size: 20px;
}
img.slick-arrow {
    width: 40px;
    padding: 0;
    position: absolute;
    top: 40%;
    cursor: pointer;
}
img.slick-arrow[src*="left"] {
    left: -60px;
}
img.slick-arrow[src*="right"] {
    right: -60px;
}
img.slick-arrow:hover {
    opacity: 0.6;
}
.minicart p:empty{
    display:none
}
.minicart {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    transform: translateX(calc(100% + 20px));
    width: calc(100vw - 16px);
    max-width: 470px;
    border-radius: 0 0 0 10px;
    box-shadow: 0 0 10px #00000040;
    transition: all 0.3s ease-out;
    z-index: 999999;
}
.minicart.show {
    transform: translateX(0);
}
.btn-close-minicart {
    padding: 4px;
    width: 32px;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 8px;
    background-color: var(--c-primary)!important;
    border: 0;
    z-index: 9;
}
.imagen-minicart  img {
    float: unset!important;
    margin-right: 5px;
    width: 100%!important;
    max-width: 65px;
    height: auto!important;
}
.imagen-minicart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
p.woocommerce-mini-cart__buttons.buttons a {
    display: none;
}
p.woocommerce-mini-cart__buttons.buttons a.checkout,
p.woocommerce-mini-cart__buttons.buttons a.checkout:focus {
    display: block;
    text-align: center;
    color: #fff;
    background: #0159A7!important;
    border-radius: 8px;
    padding: 12px 16px 16px;
    font-size: 0;
    transition: all 0.2s ease-in-out;
}
p.woocommerce-mini-cart__buttons.buttons a.checkout:before {
    /* content: 'Go to checkout'; */
    content: 'Finalizar Compra';
    font-size: 20px;
}
p.woocommerce-mini-cart__buttons.buttons a.checkout:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-left: 20px;
}
p.woocommerce-mini-cart__buttons.buttons a.checkout:hover {
    opacity: 0.6;
}
p.woocommerce-mini-cart__total.total {
    background-color: #bfbfbf;
    margin-bottom: 6px;
    border-radius: 8px;
    padding: 8px 16px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
}
ul.woocommerce-mini-cart {
    margin-bottom: 6px!important;
    list-style: none;
    padding: 0;
}
ul.woocommerce-mini-cart> li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
ul.woocommerce-mini-cart> li:last-child {
    border-bottom: none
}
.tax-tipos-wrap {
    z-index: 2;
}
.tax-prod .col:nth-last-child(-1n+2) .item img {
    margin: 0 0;
    max-width: 120px
}
.tax-prod .item {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
}
.tax-prod .item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #2B1414;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    /* opacity: 0.6; */
    z-index: 1;
    transition: all 0.2s ease-in-out
}
.tax-prod .item:hover:after {
    opacity: 0.8
}
.tax-prod .item> * {
    position: relative;
    z-index: 2;
}
.tax-prod .item> img {
    max-width: 140px;
    margin: 0 -20px 0 -10px;
}
.tax-prod .item> h3 {
    color: #fff;
    font-family: 'tg';
    letter-spacing: -1px;
    font-size: 23px;
    margin: 0;
    line-height: 23px;
}
.tax-prod {
    position: absolute;
    top: 100%;
    max-width: 1220px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out
}
.tax-prod.tax-prod-show {
    max-height: 1000px
}
.tax-pcats {
    box-shadow: 0 10px 10px #00000020;
}
.tax-pcats product {
    transition: all 0.2s ease-in-out
}
.tax-pcats product:hover {
    opacity: 0.6
}
.elementor-menu-toggle i:before {
    font-family: 'FontAwesome';
    font-size: 18px!important;
    font-weight: normal!important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f0c9"!important;
}
.elementor-menu-toggle.elementor-active i:before {
    content: "\f00d"!important;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: none;
}
p.thwcfd-field-radio#billing_delivery_service_field> span {
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden;
}
@media (max-width: 767px) {
    body.single-product form.cart {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    body.single-product form.cart> .clear {
        display: none!important;
    }
    body.single-product form.cart> .price {
        order: 2;
        margin: 10px 0;
    }
    body.single-product form.cart> :nth-child(2){
        order: 1;
    }
    body.single-product form.cart> button {
        order: 3
    }
}
.flickity-prev-next-button {
    background: transparent!important;
}
@media (max-width: 991px) {
    [data-widget_type="wc-categories.default"] ul> li {
        width: 100%!important;
        max-width: 50%;
    }
    [data-widget_type="wc-categories.default"] ul> li> a {
        padding: 8px 0;
    }
    .tax-prod {
        display: none!important
    }
    .title-lines h2:before,
    .title-lines h2:after {
        width: calc(50% - 136px);
    }
    #form-sus .quform-spacer {
        margin: 0;
        padding: 0;
    }
    #form-sus .quform-element-1_6 {
        padding: 0 10px 12px;
    }
    product span.price {
        display: block;
        margin: 0 10px 5px 0;
    }
    img.slick-arrow {
        width: 20px;
    }
    img.slick-arrow[src*="left"] {
        left: -24px;
    }
    img.slick-arrow[src*="right"] {
        right: -24px;
    }
    [data-label="tamaños"] ul> li {
        width: 33%;
    }
    [data-label="tamaños"] ul {
        flex-wrap: wrap;
        display: flex;
    }
    .wpfFilterTitle {
        border-bottom: 2px solid var(--c-primary);
    }
    ul.methods> li> div.payment_box p {
        font-size: 13px!important;
        line-height: 16px!important;
    }
    p.thwcfd-field-radio#billing_delivery_service_field> span {
        flex-direction: column;
    }
    p.thwcfd-field-radio#billing_delivery_service_field > span> input+label:after {
        position: absolute;
        left: 27px;
        top: 45%;
    }
    p.thwcfd-field-radio#billing_delivery_service_field > span> input+label {
        padding-left: 70px;
        align-items: flex-start;
    }
    p.thwcfd-field-radio#billing_delivery_service_field > span> label h4 br {
        display: none;
    }
    p.thwcfd-field-radio#billing_delivery_service_field > span> label p {
        margin: 0;
        font-size: 12px;
        line-height: 12px;
    }
    p.thwcfd-field-radio#billing_delivery_service_field > span> label h4 {
        margin: -10px 0 5px 0;
    }
}
@media (min-width: 992px) {
    body:not(.elementor-editor-active) section#myfixed {
        margin-top: -100px!important;
        position: fixed!important;
        transition: all 0.2s ease-in-out;
        width: 100%!important;
    }
    body:not(.elementor-editor-active) section#myfixed.navNoTop {
        margin-top: 0!important;
        position: fixed!important;
        box-shadow: 0 0 10px #00000040;
    }
    .flickity-prev-next-button.previous {
        left: -60px;
    }
    .flickity-prev-next-button.next {
        right: -60px;
    }
    p.thwcfd-field-radio#billing_delivery_service_field > span> label h4 {
        min-height: 48px;
    }
    p.thwcfd-field-radio#billing_delivery_service_field > span> input+label:after {
        margin-right: 10px;
    }
}
body.woocommerce-checkout #mini-menu,
body.woocommerce-cart #mini-menu {
    display: none!important;
}
body.post-type-archive a.button.add_to_cart_button,
body.post-type-archive a.button.product_type_simple {
    margin: auto !important;
}
div#YPcart> div:nth-child(1)> ul {
    height: calc(100vh - 257px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 16px;
}
.wpfCheckboxHier > ul::-webkit-scrollbar-track,
div#YPcart> div:nth-child(1)> ul::-webkit-scrollbar-track {
    background-color: #EEEEEE !important;
    width: 6px!important;
    border: 0;
    border-radius: 0;
}
.wpfCheckboxHier > ul::-webkit-scrollbar,
div#YPcart> div:nth-child(1)> ul::-webkit-scrollbar {
    background-color: #EEEEEE !important;
    width: 6px!important;
    border: 0;
    border-radius: 0;
}
.wpfCheckboxHier > ul::-webkit-scrollbar-thumb,
div#YPcart> div:nth-child(1)> ul::-webkit-scrollbar-thumb {
    background-color: #BBBBBB!important;
    width: 6px!important;
    border: 0;
    border-radius: 0;
}
[data-slug="talla"] .wpfButtonsFilter .wpfTermWrapper {
    border-radius: 3px!important;
    font-family: var(--f-title);
    font-size: 18px!important;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.xt_woovs-swatches[data-attribute_name="attribute_pa_talla"] li {
    border-radius: 3px!important;
    font-family: var(--f-title);
    font-size: 21px!important;
    letter-spacing: -1px;
    height: 40px!important;
    padding: 0;
    max-width: 20px;
    box-shadow: none!important;
    border: 1px solid #d3d3d348;
}
ul.xt_woovs-swatches[data-attribute_name="attribute_pa_talla"] li span {
    padding: 10px;
    height: 100%;
    min-width: unset!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.reset_variations {
    background: #000;
    color: #fff;
    max-width: 70px;
    height: unset;
    margin-top: -10px;
    padding: 4px 10px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 11px!important;
    transition: all 0.2s ease-in-out;
}
a.reset_variations:hover {
    background: #6e6e6e;
}
.xt_woovs-single-product .xt_woovs-swatches-wrap .xt_woovs-swatches .swatch.swatch-image.xt_woovs-selected .swatch-inner {
    box-shadow: 0 0 0 2px #ababab!important;
}
.price_menu {
    font-family: 'Asap Condensed';
    font-weight: 500;
}
.woocommerce-remove-coupon {
    background: #767676;
    display: table!important;
    margin: 0 0 0 auto;
    border-radius: 6px;
    font-size: 13px;
    padding: 0 10px;
    color: #fff!important;
    font-weight: 400;
}
button.minus.qib-button {
    font-family: 'Poppins';
    font-size: 32px!important;
    padding-top: 3px!important;
}
product h2 {
    margin-left: 16px;
    margin-right: 16px;
}
product h2,
product h3,
product .woocommerce-loop-product__title {
    flex-direction: column;
    display: flex;
    min-height: 50px;
    border-bottom: 2px solid var(--c-primary);
}

product h2 u,
product h3 u,
product .woocommerce-loop-product__title> u {
    font-size: 15px;
    line-height: 14px;
    color: #999;
    text-decoration: none!important;
    width: 100%;
    letter-spacing: 0;
}
#titlebreak h1 {
    font-weight: 500!important;
}
#titlebreak u {
    display: block;
    text-decoration: none;
    font-size: 22px;
    color: #8f8f8f;
    margin-top: 4px;
    font-family: 'Red Hat Display';
}
div#atributos-drpie ul {
    justify-content: space-between;
    flex-wrap: nowrap;
}
div#atributos-drpie ul li {
    width: 100%;
}
div#atributos-drpie ul li a {
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    margin: 0!important;
    height: 100%;
}
div#atributos-drpie ul li:first-child {
    margin-right: 5px;
}
div#atributos-drpie ul li:nth-child(2) a svg {
    width: 30px;
}
.bloques .product> product:before {
    padding: 3px 7px 3px 11px;
    background: var(--e-global-color-accent);
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    border-radius: 6px 6px 6px 16px;
    font-size: 12px;
}
.bloques .product.product_cat-mujeres> product:before {
    content: 'Mujeres';
}
.bloques .product.product_cat-hombres> product:before {
    content: 'Hombres';
}
.bloques .product[class*="ninos"]> product:before {
    content: 'Niños';
}
.bloques .product[class*="ninas"]> product:before {
    content: 'Niñas';
}
section#box-sha-me .elementor-widget-call-to-action {
    position: relative;
}
section#box-sha-me .elementor-widget-call-to-action:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, transparent 30%, rgb(206 0 0 / 0.4) 80%, rgb(19 19 80 / 0.7) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section#box-sha-me .elementor-widget-call-to-action .elementor-cta__content {
    position: relative;
    z-index: 3;
}
ul.xt_woovs-swatches[data-attribute_name="attribute_pa_talla"] li span:before {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    border: 1px solid #d3d3d3a8;
    pointer-events: none;
    border-radius: 2px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
ul.xt_woovs-swatches[data-attribute_name="attribute_pa_talla"] li:hover,
ul.xt_woovs-swatches[data-attribute_name="attribute_pa_talla"] li.xt_woovs-selected {
    background: #7e7e7e!important;
    color: #fff!important;
}
ul.xt_woovs-swatches[data-attribute_name="attribute_pa_talla"] {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px!important;
}
.megamenu-big.megamenu-big-show:before {
    content: '';
    height: 7px;
    background: var(--e-global-color-secondary);
    width: 100%;
    max-width: 100px;
    position:absolute;
    top: -3px;
}
.megamenu-big.megamenu-big-show:after {
    content: '';
    height: 1px;
    background: var(--e-global-color-secondary);
    width: 100%;
    position:absolute;
    top: 4px;
}
.additionals a.button.product_type_simple{
    margin-bottom: 0;
}


[data-card-status="tarjeta_rechazada"] .container-fluid * {
   opacity: 0.8;
   filter: grayscale(1);
}
[data-card-status="tarjeta_rechazada"] .drp_card_item_status {
   background-color: #a51825!important;
}

.drp_card_item input {
   display:  none;
}
.drp_card_item:has(input:checked) {
   outline: 2px solid var(--bs-danger)!important;
}