.woocommerce.widget_shopping_cart .buttons a {
    background: #4e4e4e !important;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-bottom: 10px;
    color: #fff;
}

.product-top-banner {
    background-color: var(--cta-color);
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    color: white;
}
.product-top-banner strong {
    color: white;
}


.woocommerce.widget_shopping_cart .total-minicart-fix .woocommerce-Price-amount.amount {
    font-size: 20px;
}

.woocommerce.widget_shopping_cart .buttons a:hover {
    background: #757373 !important;
    color: #fff;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 0px double #ebe9eb;
    padding: 4px 0 0;
}

.woocommerce div.product form.cart .reset_variations {
    display:none!important;
}

.woocommerce-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.backbtn-x {
    padding-top: 1rem;
    position: inherit;
    padding-left: 1rem;
    display: inline-block;
}

.site-header-cart {
    position: relative
}

.site-header-cart .cart-contents {
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0
}

.site-header-cart .cart-contents .amount {
    margin-right: .327em
}

.site-header-cart .cart-contents .count {
    font-weight: 400;
    opacity: .5;
    font-size: .875em
}

.site-header-cart .cart-contents span {
    display: inline-block;
    background-color: #B9D1C0;
    color: #444;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 9px;
    top: -14px;
}


.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0
}

.site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none
}


.site-header-cart .cart-contents::after {
    content: url("img/bag.svg");
    height: 20px;

}

.woocommerce-cart table.cart img {
    width: 69px;
}

.woocommerce div.product form.cart {
    display: flex !important;
	flex-wrap: wrap;
}

.woocommerce-variation-add-to-cart{

}

.site-header-cart a.cart-contents {
    /*        height: fit-content;*/
    display: flex;
    justify-content: center;
}

.site-header-cart:hover {
    box-shadow: 0px 0px 5px 1px rgb(185 209 192);
}

.woocommerce-bar .elem {
    min-height: 17px;
    font-size: 12px;
    padding-left: 15px;
}

.widget_shopping_cart .product_list_widget {
    margin-bottom: 0
}

.widget_shopping_cart .product_list_widget li {
    padding-left: 2em;
    position: relative
}

.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 1em;
    left: 0;
    opacity: 1
}

.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
    margin: 0;
    text-align: center
}

.widget_shopping_cart p.total {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.widget_shopping_cart .buttons a {
    display: block;
    margin-bottom: .6180469716em
}

.widget_shopping_cart .buttons a:last-child {
    margin-bottom: 0
}

.widget_shopping_cart .buttons a img {
    margin-left: auto;
    margin-right: auto
}

.site-header .widget_shopping_cart li,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart p.total {
    padding-left: 1.41575em;
    padding-right: 1.41575em
}

/* - Carrito - */





/* --- MI CUENTA --- */

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    padding: 0.875em 0;
    display: block;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f1c6";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f015";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f2f5";
}

.woocommerce-MyAccount-navigation ul li a::before {
    display: inline-block;
    font-weight: normal;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f15c";
    float: right;
    opacity: 0.25;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f3fd";
}

.woocommerce-MyAccount-navigation ul li a:hover::before {
    opacity: 1;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--cta-color);
    color: #fff;
}

.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content button.button {
    background: var(--cta-color);
    color: white;
    margin-top: 20px;
}

.woocommerce-MyAccount-content a.button:hover,
.woocommerce .woocommerce-MyAccount-content button.button:hover {
    background: var(--cta-color-dark) !important;
    color: white;
}

.woocommerce table.my_account_orders .button {
    margin-top: 0px;
}


@media only screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-MyAccount-content a.button,
    .woocommerce-MyAccount-content button.button {
        margin-top: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
    }
}


/* --- PAGOS --- */

.woocommerce-message {
    border-top-color: var(--cta-color);
    font-size: 14px;
}

.woocommerce-info,
.woocommerce-info::before {
    border-top-color: var(--cta-color) !important;
    color: var(--cta-color) !important;
}

.woocommerce-page table.cart td.actions .input-text {
    width: 159px;
}

.cart-collaterals .cart_totals h2 {
    text-align: left;
    margin-bottom: 24px;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 20px 2px;
    padding: 0.35em 0.625em 0.75em;
}

.product-list-box {
    width: 100%;
}

address {
    margin-bottom: 2em !important;
    font-size: 14px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 11px 10px !important;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
    padding: 0px;
}

.woocommerce ul.order_details li strong {
    display: block;
    text-transform: none;
    margin-top: 10px;
}

.woocommerce ul.order_details {
    margin: 3em 0em 3em 0em;
    list-style: none;
    padding-left: 0px;
}

.woocommerce-input-wrapper {
    width: 100% !important;
}

.woocommerce ul.order_details li {
    font-size: 1em;
    margin-bottom: 20px;
}

.woocommerce-order-overview woocommerce-thankyou-order-details order_details {
    padding-left: 0px;
}

.woocommerce-shipping-fields .woocommerce-additional-fields .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-cart-form {
    float: left;
    width: 69%;
    padding-right: 1%;
    margin-top: 0rem;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 100% !important;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    float: right;
    width: 30%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}


.woocommerce-cart table.cart th,
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart-form__cart-item td,
.cart-subtotal,
.order-total td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-info {
    font-size: 14px !important;
}

.woocommerce-cart .cart-collaterals .order-total .woocommerce-Price-amount.amount,
.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
    font-size: 22px !important;
    vertical-align: -webkit-baseline-middle !important;
}

.woocommerce button.button,
.woocommerce button.button:disabled[disabled] {
    padding: 1rem 1.6rem;
    display: inline-block !important;
    border-radius: 0px;
    transition: ease 0.2s;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce button.button:hover {
    background: var(--grey-color-dark) !important;
    color: #fff;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
	font-size: 16px;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    width: 100%;
}

 .woocommerce-checkout #payment div.payment_box .form-row{
    margin: 0 0 0!important;
}

.woocommerce-checkout #payment div.payment_box div.form-row{
	    padding: 0em!important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f5f5f5;
    border-radius: 0px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #e6e6e6;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	content: "";
    display: block;
       border: 1em solid #e6e6e6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

label{
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
}

.fpf-fields {
   margin: 0;
}

.fpf-field.before-add-to-cart, input-text.fpf-input-field, .fpf-field.fpf-textarea{
	width:100%!important;
}


.woocommerce-checkout-payment p{
	font-size:16px;
}

.woocommerce div.product form.cart .variations td {
  margin-bottom: 1em;
}

.woocommerce div.product form.cart .variations th {
    line-height: 1.5em;
}

textarea{
	height:100px!important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}

.woocommerce-message::before {
    content: "\e015";
    color: #b9d1c0;
}

.page-pred input[type="text"],
.page-pred textarea,
.page-pred input[type="tel"],
.page-pred input[type="email"],
.woocommerce .quantity .qty {
    padding: 11px 6px !important;
    font-size: 14px;
    border: 1px solid #cccccc;
	width: 4.631em;
}


.page-pred input[type="text"]:focus,
.page-pred textarea:focus,
.page-pred input[type="tel"]:focus,
.page-pred input[type="email"]:focus,
.woocommerce form .form-row .input-text:focus,
.woocommerce-page form .form-row .input-text:focus,
.woocommerce .quantity .qty:focus {
    border: 1px solid #007bff;
}

.woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 16px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    padding: 9px 10px !important;
    height: auto;
    border: 1px solid #cccccc;
    outline: none;
    min-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px;
    font-size: 14px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt,
input[type="submit"] {
    background: var(--cta-color);
    display: inline-block !important;
    color: white;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0px;
    transition: ease 0.2s;
}

.woocommerce .place-order button.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
input[type="submit"]:hover {
    background: var(--cta-color-hover) !important;
    color: #fff;
}

.woocommerce table.shop_table {
    border-radius: 0px;
}

.sticky-order {
    position: sticky;
    top: 50px;
}

.woocommerce-info,
.woocommerce-info::before {
    border-top-color: #1d252c !important;
    color: #1d252c !important;
}

.woocommerce form.checkout_coupon button.button {
    padding: 11px 22px !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0px;
}

.woocommerce ul.order_details li {
        font-size: 12px;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-customer-details address {
    font-size: 14px;
    border-radius: 0px;
}

.woocommerce .woocommerce-customer-details address br {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-customer-details address {
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding: 14px 15px;
}

.category-loop-btn {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    user-select: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.category-loop-btn:hover {
    box-shadow: 0px 0px 7px -1px rgb(0 0 0 / 28%);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    width: 100% !important;
    display: inline-block;
}


.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}



.masvendido .product.type-product .img-hover-product,
.related.products .product.type-product .img-hover-product,
.row-productos-destacados-espacio .product.type-product .img-hover-product,
.productos-destacados-home .product.type-product .img-hover-product,
.archive-product-shop .product.type-product .img-hover-product,
.productos-destacados-home .product.type-product .img-hover-product,
.row-croll-promo .card-body-scroll-box .wp-post-image,
.content-overlay-search .masvendido .product.type-product .img-hover-product,
.cross-sells .img-hover-product,.masvendido .product.type-product:hover .attachment-woocommerce_thumbnail {
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
	left: 0px;
}

.masvendido .product.type-product:hover .attachment-woocommerce_thumbnail,
.related.products .product.type-product:hover .attachment-woocommerce_thumbnail,
.row-productos-destacados-espacio .product.type-product:hover .attachment-woocommerce_thumbnail,
.archive-product-shop .product.type-product:hover .attachment-woocommerce_thumbnail,
.productos-destacados-home .product.type-product:hover .attachment-woocommerce_thumbnail,
.row-croll-promo .card-body-scroll-box:hover .img-hover-product,.masvendido .product.type-product:hover .attachment-woocommerce_thumbnail
{
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
	left: 0px;
}

.masvendido .img-hover-product,
.related.products .img-hover-product,
.row-productos-destacados-espacio .img-hover-product,
.productos-destacados-home .row-croll-promo .card-body-scroll-box .img-hover-product {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.masvendido .product.type-product:hover .img-hover-product,
.related.products .product.type-product:hover .img-hover-product,
.row-productos-destacados-espacio .product.type-product:hover .img-hover-product,
.archive-product-shop .product.type-product:hover .img-hover-product,
.productos-destacados-home .product.type-product:hover .img-hover-product,
.row-croll-promo .card-body-scroll-box:hover .wp-post-image,.row-productos-destacados-espacio .product.type-product:hover .img-hover-product,.row-croll-promo .card-body-scroll-box:hover .img-hover-product {
    opacity: 1;
    transition: all 0.3s ease;
    position: relative;
}

.masvendido .product.type-product a li,
.related.products .product.type-product a li,
.row-productos-destacados-espacio .product.type-product a li,
.archive-product-shop .product.type-product a li,
.productos-destacados-home .product.type-product a li,
.row-croll-promo .card-body-scroll-box {
    position: relative !important;
}

.content-overlay-search .masvendido .product img:hover,
.masvendido .product.type-product:hover .img-hover-product{
    opacity: 1 !important;
    position: relative !important;
}


/* -- PÁGINA DE PRODUCTO --*/

.product-section .summary.entry-summary .added_to_cart{
	display:none;
}

.woocommerce div.product form.cart .button,
.productos-destacados-home .button {
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 16px;
    vertical-align: middle;
    background-color: var(--cta-color);
    display: inline-block;
    line-height: 21px;
    color: #fff;
    opacity: 1;
    border: none;
    -webkit-box-shadow: 10px 10px 19px -12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 19px -12px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 19px -12px rgba(0, 0, 0, 0.5);
    float: none;
    margin-top: 16px;
}

.woocommerce div.product form.cart .button {
	width: 100%!important;
}

.wau_wrapper_div {
    padding: 9px 0px 24px 0px!important;
}

.woocommerce div.product form.cart .button:hover,
.productos-destacados-home .button:hover {
    background-color: var(--cta-color-hover) !important;
}

.productos-destacados-home .button,
.productos-destacados-home .button {
    width: auto;
    display: inline-block;
    display: none;
}

.productos-destacados-home .product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column-reverse;
}

.productos-destacados-home .col-lg-4:nth-child(odd) li {
    margin-top: 4rem;
}

.productos-destacados-home .col-lg-4:nth-child(2) .woocommerce-LoopProduct-link {
    flex-direction: column;
}

.productos-destacados-home .star-rating {
    display: none;
}

.productos-destacados-home img.deco {
    margin-bottom: 20px;
    position: absolute;
    top: 0px;
}

.productos-destacados-home .row-productos-destacados-espacio {
    margin-bottom: 7rem;
}

.box-titulo-destacados {
    margin-bottom: 4rem;
}


.productos-destacados-home .price {
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.productos-destacados-home li {
    list-style: none;
}

.productos-destacados-home .price {
    display: block;
}

.productos-destacados-home .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: lighter;
    line-height: 20px;
    color: var(--color-text);
}

.productos-destacados-home .product img {
    margin-bottom: 20px;
    height: auto;
    object-fit: cover;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
    position: sticky;
    /* float: right; */
    top: 118px;
    left: 0px;
    padding-right: 20%;
    padding-bottom: 1rem;
}

.woocommerce div.product form.cart .variations select {
    border: 1px solid #cccccc;
}


.woocommerce div.product form.cart .variations {
    margin-bottom: 0em;
    border: 0;
    width: 100%;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    margin-right: 1em;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 auto;
    padding-bottom: 1rem;
    padding-left: 0px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #adc7b5;
    font-size: 1.25em;
}

.woocommerce .container-single-product .product_title {
    font-size: 32px;
    line-height: 38px;
    margin-top: 24px!important;
}

.woocommerce .container-single-product p, .woocommerce .container-single-product li {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
}

#collapse-resumen_tab p,#collapse-resumen_tab li{
    font-size: 15px!important;
    line-height: 23px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

.woocommerce .modal-header button {
    position: absolute;
    right: 16px;
    top: 5px;
}

.woocommerce-breadcrumb {
    visibility: hidden;
}

.woocommerce ul.products li.product .button,
.masvendido li.product .button {
    display: none !important;
}

.masvendido .product img {
    margin-bottom: 20px;
    height: auto;
    object-fit: cover;
}

.masvendido .product {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
    color: #C9C6C6;
    font-size: 16px;
    font-weight: lighter;
}

.woocommerce-products-header h1 {
    font-size: 45px;
    line-height: 61px;
    margin-top: 0px;
}


.archive-product-shop {
    margin-top: 3rem;
}

.archive-product-shop .taxonomy-product-list {
    margin-top: 1.5rem;
    margin-bottom: 0rem;
}

/* Solo categorías */
.archive-product-shop li.product-category {
	position:relative;
    overflow:hidden;
}

.archive-product-shop li.product-category img{
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
}

.archive-product-shop li.product-category a{
    position:relative;
    display:block;
}

.archive-product-shop li.product-category a::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.65),
        rgba(0,0,0,0)
    );
    z-index:1;
}

.archive-product-shop li.product-category .woocommerce-loop-category__title{
    position:absolute;
    bottom:40px;
    left:50%;
    transform:translateX(-50%);
    z-index:2;

    width:100%;
    text-align:center;
    color:#fff;
}

.archive-product-shop li.product-category .woocommerce-loop-category__title::after{
    content:"Ver más";
    display:block;
    width:100px;
    margin:25px auto 0;

    border:2px solid #fff;

    font-size:15px;
    text-transform:uppercase;
}

li.product-category .count{
    display:none!important;
}


.content-overlay-search-div {
    position: fixed;
}

.masvendido .product {
    list-style: none;
}

.price .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-text);
    font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.masvendido li.product .woocommerce-loop-product__title,
li.product .woocommerce-Price-currencySymbol {
    font-size: 18px;
    font-weight: lighter;
    line-height: 20px;
}

.woocommerce ul.products li.product a img,
.img-hover-product {
    height: 100%;
    object-fit: cover;
	width: 100%;
}


.cart-collaterals .cross-sells ul.products li.product a img {
    height: auto;
}

.cart-collaterals h2 {
    font-size: 22px;
    line-height: 25px;
}

.pswp {
    z-index: 999999;
}

.related.products {
    position: relative;
}

.product_meta {
    display: none;
}

.summary.entry-summary .price .woocommerce-Price-amount.amount {
    font-size: 22px;
}


/* -- variaciones producto --*/

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 11%) !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    background-color: #000 !important;
    color: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0 0px;
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}

.summary .cart .minus,
.summary .cart .plus {
    padding: 9px 18px !important;
    font-size: 14px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin-right: 5px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0px !important;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}

.woocommerce div.product form.cart .variations tr {
    margin-bottom: 12px;
}

.woocommerce div.product .stock {
    color: #a4c1ad;
}

.woocommerce a.remove {
    color: #a7a7a7 !important;
}

/*tabs*/

.modal-body h4{
	position: absolute;
    top: -33px;
    font-size: 17px;
    font-weight: 600;
}

.tabs.wc-tabs button {
    padding: 9px 10px !important;
    font-size: 14px;
    border: 1px solid #d8d7d7;
    background-color: #fff;
    letter-spacing: 1px;
    width: 100%;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 100% !important;
}


.widget_shopping_cart .buttons a:last-child:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce .place-order button.button.alt:hover {
    background: #87d69e !important;
}

.widget_shopping_cart .buttons a:last-child,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout-payment  button.button.alt{
    background: #9dd4ad !important;
    color: #fff;
    font-size: 17px !important;
}

.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout{
    background-color: var(--cta-color)!important;
	color: #fff!important;
	border-radius:0px!important;
	letter-spacing: 1px!important;
    font-weight: 400!important;
	font-size: 14px;
}

.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-continue,.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart{
	background-color: #fff!important;
	color: var(--color-text);
	font-size: 14px;
	border-radius:0px!important;
	border:solid 2px #ece7e7;
}


.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:hover{
   background-color: var(--cta-color-hover)!important;
}

.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-continue:hover,.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart:hover{
	background-color:#ece7e7!important;
}

.p-copyright{
	font-size:14px;
}

.woocommerce span.onsale {
    font-weight: 400!important;
    border-radius: 0%!important;
    background-color: #a2c5ac!important;
	margin: 0!important;
}

/* Tarjetas del acordeón */
#productTabsAccordion .card {
    border: 0px solid #e4e4e4;
    background-color: white;
    position: relative;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
}

/* Encabezado del acordeón */
#productTabsAccordion .card-header {
    background-color: transparent;
    padding: 0;
}

/* Botón del acordeón */
#productTabsAccordion .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

/* Hover */
#productTabsAccordion .btn-link:hover {
    background-color: #e9ecef;
    color: var(--color-text);
}

/* Cuerpo del acordeón */
#productTabsAccordion .card-body {
    padding: 20px;
    background-color: #fff;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
/* Botón del acordeón */
#productTabsAccordion .btn-link {
    position: relative;
    padding-right: 30px; /* espacio para el icono */
}

/* Crear el icono con ::after */
#productTabsAccordion .btn-link::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: transform 0.3s ease;
    font-weight: bold;
}

/* Cuando el panel está abierto, rotar el + para parecer un - */
#productTabsAccordion .collapse.show + .card-header .btn-link::after {
    transform: translateY(-50%) rotate(45deg);
}


@media only screen and (max-width: 1016px) {
    .woocommerce div.product div.summary {
        margin-bottom: 2em;
        position: sticky;
        /* float: right; */
        top: 118px;
        left: 0px;
        padding-right: 5%;
        padding-bottom: 1rem;
    }
}


@media only screen and (max-width: 991px) {
    .woocommerce-cart-form {
        width: 100%;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce ul.order_details li {
        float: none;
        border-right: none;
    }
    
    .woocommerce .container-single-product .product_title {
        margin-top: 0px !important;
    }

    .woocommerce form.checkout_coupon button.button {
        padding: 11px 16px !important;
    }


    .woocommerce-bar .elem:last-child {
        padding-right: 0px;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 2em;
        position: relative;
        top: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .horizontal.dragscroll li {
        height: auto;
    }

    .row-promocion-text {
        padding-bottom: 2rem;
    }

    #hero .content-hero .pretitulo,
    .pretitulo,
    .pretitulo a {
        margin-bottom: 0.5rem;
    }

    .productos-destacados-home img.deco {
        top: -76px;
        left: 0px;
    }

    .productos-destacados-home .col-lg-4:nth-child(odd) li {
        margin-top: 0rem;
    }

    .productos-destacados-home li {
        margin-bottom: 2rem;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image {
        display: inline-block;
        flex: 0 0 75%;
        max-width: 75%;
        height: 100%;
        overflow:hidden;
        max-height: 350px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        display: flex;
        max-height: 350px;
    }
    
    .woocommerce div.product div.images img{
        object-fit: cover;
        height: 350px !important;
    }

    .woocommerce div.product div.images {
        margin-bottom: 1em;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        margin-bottom: 1rem;
    }

    .footer {
        margin-top: 0rem;
    }

    .horizontal.dragscroll li.card-body-scroll {
        height: auto;
    }

    .productos-destacados-home .row-productos-destacados-espacio {
        margin-bottom: 0rem !important;
    }

    .promocion-row .deco {
        top: -54px;
        position: absolute;
    }

    .woocommerce-products-header h1 {
        font-size: 30px;
        line-height: 37px;
    }

    .archive-product-shop {
        margin-top: 1rem;
    }

    .category-loop-btn {
        padding: 1px 7px;
    }

    .woocommerce .woocommerce-breadcrumb a,
    .woocommerce .woocommerce-breadcrumb {
        font-size: 1px;
        padding-bottom: 0rem;
    }

    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) " ";
        font-weight: 700;
        float: left;
    }

}

@media only screen and (max-width: 375px) {
	.woocommerce div.product form.cart .button, .productos-destacados-home .button {
		padding: 8px 10px;
	}
}