/*
 Theme Name:   Woodmart x SigloXXI
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Woodmart x SigloXXI
 Author:       Paimún
 Author URI:   http://example.com
 Template:     woodmart
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  woodmart-child
 Version: 1.0.76
*/
html {
    font-size: 0.83vw;
} 

body.home .main-page-wrapper .container, .website-wrapper .whb-header .whb-main-header > div > .container{
    max-width: 1222px;
}

body.home .main-page-wrapper {
padding-top: 0;
}

#mailerlite-form_1{
    background-color: #232323;
    padding: 20px 30px;
}

#mailerlite-form_1 form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}


#mailerlite-form_1 form .mailerlite-form-title {
    flex: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mailerlite-form_1 form .mailerlite-form-title h3 {
    margin: 0;
    font-weight: 400;
}

#mailerlite-form_1 form .mailerlite-form-inputs {
    flex: 60%;
    display: flex;
}

#mailerlite-form_1 form .mailerlite-form-inputs .mailerlite-form-field {
  margin-bottom: 0;
  flex: 70%;
  background: #FFF;
  color: #000;
}

#mailerlite-form_1 form .mailerlite-form-inputs .mailerlite-form-field label {
    display: none;
}

#mailerlite-form_1 form .mailerlite-form-inputs .mailerlite-form-field input::placeholder {
    color: #383838;
}

#mailerlite-form_1 form .mailerlite-form-inputs .mailerlite-subscribe-button-container {
    flex: 30%;
}

#mailerlite-form_1 form .mailerlite-form-inputs .mailerlite-subscribe-button-container .mailerlite-subscribe-submit {
    width: 100%;
    background: #c41136;
    color: #fff;
    text-transform: lowercase;
}

.wd-hover-base .product-element-top {
    margin-bottom: 0;
    /* height: 100%; */
    width: auto !important;
    aspect-ratio: 9/14 !important;
}

.elementor-widget-container .wd-products-element .product-grid-item {
    flex: 0 0 18%;
    margin-bottom: calc(var(--wd-sp) + 20px);
}

.wd-hover-base .product-element-top a.product-image-link img{
    /* height: 100%;
    aspect-ratio: 9/14;
    width: auto; */
    object-fit: cover;
    aspect-ratio: 9/14;
}

figure.woocommerce-product-gallery__wrapper{
    border-radius: 3px !important;
}

.wd-active-filters{
    display: none!important;
}

.widget .filters li.active a {
    font-weight: 600;
    color: #000;
}

td.woocommerce-shipping-totals{
    flex-direction: column;
    align-items: start;
}

ul#shipping_method li label{
    display: flex;
    gap: 10px;
    margin-right: 20px;
    justify-content: space-between;
    text-align: left;
}

.button.btn-cart.wc-forward{
    color: #FFF;
}

.widget-area ul.filters {
    max-height: 200px;
    overflow-y: scroll;
}

.widget-area #block-4{
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.wd-sticky-btn{
    display: none!important;
}

.wd-checkout-steps li span  {
    text-transform: lowercase;
}

.widget-area .widget-title{
    text-transform: lowercase!important;
    color: var(--wd-primary-color);
}

.authorInfo {
    width: 100%;
}

.authorInfo .relatedProducts {
    width: 100%;
}

.authorSpace {
    margin: 2% auto !important;
    max-width: 1222px;
    display: flex;
    gap: 5%;
}

.authorSpace img {
    aspect-ratio: 1/1 !important;
    max-width: 25%;
    padding: 3%;
    object-fit: cover;
    height: fit-content;
    border-radius: 50%;
}

figure.woocommerce-product-gallery__image a img.wp-post-image{
    aspect-ratio: 9/14;
    object-fit: cover;  
}

.authorSpace .authorInfo .description {
    color: rgba(0, 0, 0, .75);
}

.relatedProducts {
    margin: 0 auto;
    width: 100%;
    max-width: 1222px;
}
/* 
.relatedProducts .carousel {
    overflow-x: auto;
} */

.relatedProducts .bookWrapper {
    display: flex;
    gap: 2.6%;
    padding: 10px 0;
    align-items: start;
}

.relatedProducts .bookWrapper .book {
    min-width: 16%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    max-width: 17%;
}


.relatedProducts .bookGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2.6%;
    padding: 10px 0;
    align-items: start;
    row-gap: .5%;
}

.relatedProducts .bookGrid .book {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.relatedProducts .book > a{
    width: 100%;
    display: flex;
    justify-content: center;
}

.authorSpace .relatedProducts .book .author{
    color: var(--wd-text-color)!important;
    text-transform: lowercase;
    text-decoration: none;
}

.relatedProducts .book .attachment-woocommerce_thumbnail {
    height: auto;
    border-radius: 3px;
    box-shadow: -1px -1px 15px -5px rgba(0, 0, 0, 0.47);
    cursor: pointer;
    margin: 0;
    width: 100% !important;
    max-width: none;
    aspect-ratio: 9/14 !important;
    max-height: none;
    padding: 0;
}

.relatedProducts .book .info {
    padding: 10px 0;
}


.relatedProducts .book .info .title {
    margin: 0;
    font-weight: 400;
    text-transform: initial;
}

.relatedProducts .book .moreInfo .author {
    margin: 0;
    font-size: 1rem;
}

.relatedProducts .book .moreInfo .price {
    font-size: 1.5rem;
    font-weight: 600;
  }

.relatedProducts >.book>.moreInfo>.price {
    color: var(--wd-primary-color);
    font-weight: 600;
    text-align: center;
}

.related-and-upsells {
    display: none;
}
/* 
.relatedProducts::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--wd-primary-color);
} */

body.home .products.elements-grid{
    justify-content: space-between;
}


ul#menu-main-menu > li > a > span, ul#menu-mobile-menu > li > a > span {
    text-transform: lowercase;
    font-family: 'helvetica LT';
    font-weight: 400;
    font-size: 1.2rem;
}

.wd-header-text a img{
    height: 15px;
}

.wd-header-text a.disabled img{
    filter: opacity(50%);
}

form.searchform input{
    border: 0px;
    border-bottom: 2px solid var(--wd-entities-title-color-hover);
    border-radius: 0;
}

.page-id-225 .entry-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.relatedProducts .title {
    position: relative;
    text-transform: lowercase;
}

.relatedProducts > h3.title{
    font-weight: 400;
    font-size: 1.5rem;
}

.shop-content-area .related-and-upsells {
    padding-top: 20px;
}

.wc-layered-nav-term .count {
    display: none;
}

.product-grid-item .out-of-stock {
    display: none;
}

figure.woocommerce-product-gallery__image {
    margin: 0;
}

/* .product-element-top.wd-quick-shop {
    height: 70%;
} */

.product-image-link {
    height: 100%;
}

.attachment-woocommerce_thumbnail {
    height: 100%;
    width: auto !important;
    aspect-ratio: 9/14;
}
/* 
.category-grid-item {
    max-height: 200px;
}

.category-grid-item .wrapp-category {
    max-height: 200px;
} */

.shop-content-area .summary-inner .product_meta {
    margin-bottom: 45px;
}

.single-breadcrumbs-wrapper {
    display: none;
}

.truncated {
    font-size: 1rem;
    font-weight: 600;
    color: #FFF;
    background-color: var(--wd-primary-color);
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.stock.in-stock {
    margin-top: 40px;
}

.product-meta {
    display: none;
}

.product-grid-item .wd-entities-title a{
    font-size: 1rem;
}

.product-grid-item .wd-product-author{
    cursor: pointer;
    font-size: 1rem;
    color: var(--wd-primary-color);
}

.product-grid-item .price{
    font-size: 1.3rem;
}

.woocommerce-Price-amount.amount bdi{
    font-size: 1.2rem;
}

.priceWrapper .priceHandler del {
    font-size: 1.2rem;
}

body.archive.post-type-archive .page-title{
    display: none;
}

.elements-grid .title {
    font-size: 2rem;
}

.wd-hover-base .wrapp-product-price {
    align-items: start!important;
}


/* Sacar page title de la pagina de autor, blog y tienda*/
.blog .page-title,
/* .woocommerce-shop .page-title, */
.page-id-225 .page-title {
    display: none;
}

.create-nav-msg {
    display: none;
}

.copyrights-wrapper {
    display: none;
}

.collection {
    background: url(http://localhost/sigloxxi/wp-content/uploads/2023/06/BibliotecaDelPensamientoSocialista.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.collection.hacerhistoria {
    background: url(http://localhost/sigloxxi/wp-content/uploads/2023/06/white-blue-red.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.collection.singular {
    background: linear-gradient(180deg, rgb(251, 161, 186) 0%, rgb(251, 161, 186) 70%, rgb(255, 255, 255) 100%);
}

body {
    font-family: 'Helvetica', 'Arial', sans-serif !important;
}

.wd-product-cats {
    text-transform: lowercase;
}

.product-image-summary-inner .product-images-inner {
    display: flex;
}


.background {
    display: none;
}


.product-images-inner .subtitle {
    display: none;
}

.product-images-inner .product_title {
    display: none;
}

.product-images-inner .desktop .subtitle {
    display: block;
}

.product-images-inner .desktop .product_title {
    display: block;
}

/*media*/


.wd-hover-with-fade .product-wrapper {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-grid-item {
    height: 400px;
}

.woocommerce-product-gallery__wrapper {
    box-shadow: -5px -4px 31px -6px rgba(0, 0, 0, 0.47);
}

.product-image-wrap {
    padding: 0 !important;
}

.whb-general-header {
    border-bottom: none;
}

.product-image-summary-inner .background {
    height: 75vh;
    /* 		background-color: red; */
    width: 110vw;
    transform: translateX(-5vw);
    max-height: 610px;

}

.desktop .header .main {
    width: 70%;
    max-width: 70%;
}

.wd-add-cart-icon > a::before {
    content: "\f126"!important;
  }

.wd-entities-title{
    font-size: 3rem;
}

.product-image-summary-inner .background .collection {
    height: 70vh;
    width: 100%;
    max-height: 600px;
}

.product-image-summary-inner .background .backgroundHeader {
    height: 10vh;
    background-color: white;
    width: 100%;
}

.product-image-summary-inner .product-images-inner .product_title {
    color: #000;
    max-width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

.product-image-summary-inner .product-images-inner .subtitle {
    font-size: 1.5rem;
    color: #000;

}

.product-wrapper {
    box-shadow: none!important;
}

.product-labels{
    position: absolute!important;
    bottom: 0;
    top: auto!important;
    right: 0;
    left: auto!important;
    align-items: flex-end !important;
    gap: 4px;
}

.product-label{
    text-transform: lowercase!important;
    white-space: nowrap!important;
    
}

.cart-content-wrapper .button{
    text-transform: lowercase!important;
}

.woocommerce-mini-cart__buttons .button {
    font-family: 'Helvetica LT'!important;
    font-weight: 400!important;
    letter-spacing: 1px!important;
    text-transform: lowercase!important;
}

.shopping-cart-widget-footer .progress-msg{
    font-family: 'Helvetica LT'!important;
}

.shopping-cart-widget-footer .progress-msg .total strong{
    font-family: 'Helvetica LT'!important;
}

.woocommerce-product-gallery .product-labels{
    right: 15px !important;
}

.onsale.product-label{
    margin: 0!important;
    border-radius: 0!important;
}

.new.product-label{
    background-color: var(--wd-primary-color)!important;
    border-radius: 0!important;
    text-transform: lowercase;
}

.category a{
    color: var(--wd-text-color);
}

.multipleAuthors.desktop{
    display: flex;
    max-width: none;
    flex-direction: row;
    gap: 20px;
}

.multipleAuthors.mobile{
    display: none;
}

.multipleAuthors {
    align-items: baseline;
    margin-bottom: 15px;
}

.author {
    color: var(--wd-primary-color)!important;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 400;
}

.author.main {
    font-size: 1.5rem;
    text-transform: initial;
}

.truncated .read-more {
    color: var(--wd-primary-color);
    font-weight: 600;
    cursor: pointer;
}

.woocommerce-product-details__short-description {
    color: rgba(0, 0, 0, .75);
    font-size: 1rem;
    margin-bottom: 0 !important;
}

.summary-inner .woocommerce-product-details__short-description {
    display: none;
}


.cart .single_add_to_cart_button {
    height: auto;
    z-index: 0;
    background-color: rgb(249, 153, 153) !important;
}

.quantity input {
    background-color: rgb(249, 153, 153) !important;
    color: white !important;
    border: none !important;
}

.quantity input.minus {
    border-radius: 5px 0 0 5px;

}

.quantity input.plus {
    border-radius: 0 5px 5px 0;
}

form.cart button {
    background-color: var(--wd-primary-color);
    box-shadow: none;
    width: 100%;
    text-transform: lowercase;
    font-size: 1.3rem;
    padding: 0px 10px;
}

form.cart .buttonWrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.product-images-inner .woocommerce-product-gallery {
    display: flex;
    align-items: start;
    justify-content: center;
}

.product-images-inner .woocommerce-product-gallery__wrapper>div:nth-child(1)>div:nth-child(1) {
    width: auto !important;
}

.product-images-inner .owl-item {
    width: auto !important;
}

.product-images-inner .woocommerce-product-gallery .woocommerce-product-gallery__image {
    border-radius: 5px;
}

.priceHandler .price, .priceHandler del{
    font-size: 2rem;
}

.priceWrapper .cuotas{
    margin-bottom: 10px;
    color: #00a1c6;
    font-size: 1rem;
}


/*Author Page*/
.page-id-225 .Author {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-id-225 .Author img {
    max-width: 20%;
    border-radius: 50%;
}

.page-id-225 .Author .authorName {
    color: #000;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 20px;
}

.page-id-225 .Author .authorDescription {
    text-align: center;
}

.product-element-top {
    box-shadow: 4px 4px 15px -5px rgba(0, 0, 0, 0.47);
}

.entry-summary{
    width: 25%;
    padding: 0;
}

/*Desktop necessary*/
.desktop {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-images-inner {
    gap: 5%;
}

.product-images-inner>.author {
    display: none;
}

.summary-inner form.cart {
    display: none;
    justify-content: space-between;
}

.underCover form.cart {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 0;

}

.underCover .priceHandler{
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.underCover form.cart .buttonWrapper .single_add_to_cart_button{
    display: none;
}

form.cart .quantity{
    display: none;
}


form.cart {
    flex-wrap: nowrap;
}

.product_meta {
    display: none;
}

.summary-inner .truncated {
    display: none;
}

.modal.hide {
    display: none;
}

.modal {
    z-index: 400;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .2);
}

.modal>div:first-child {
    position: relative;
    display: block;
    width: 50vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 8/5;
}

.whb-main-header {
    z-index: 1;
}

.desktop .header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.owl-carousel {
    z-index: 0;
}
/* 
.single_add_to_cart_button::before {
    content: "\f126";
    font-family: "woodmart-font";
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    opacity: 1;
    position: initial;
} */

.wd-action-btn.wd-style-text > a::before {
    margin: 0;
    font-size: 1.4rem !important;
    color: var(--wd-primary-color);
}

.preViewer {
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    padding: 0 20px;
    font-size: 1.4rem;
    color: var(--wd-primary-color);
    white-space: nowrap;
    min-height: var(--btn-height);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: -10px;
}

.preViewer > p{
    margin-bottom: 0;

}

.preViewer > img {
    background-color: var(--wd-primary-color);
    max-width: 17%;
    border-radius: 50%;
    }

.hiderBtn {
    position: absolute;
    top: 10%;
    background-color: white;
    aspect-ratio: 1;
    width: 40px;
    transform: translate(0, 0);
    left: 5%;
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-sticky-btn .wd-sticky-btn-cart {
    gap: 20px;
}

.wd-sticky-btn-cart .ebooks {
    content: '' !important;
}

.product-grid-item {
    height: auto;
}

.wd-hover-with-fade .product-wrapper {
    height: auto;
}

.wd-sticky-btn-cart .stock {
    margin: 0;
}

.wd-sticky-btn-cart .preViewer {
    display: none;
}

.wd-sticky-btn-cart .ebooks.desktop:before {
    content: ''
}

.wd-sticky-btn-cart .ebooks.desktop .buttonHandler {
    display: none;
}


.ebooks {
    color: #000;
    font-weight: 600;
}

.ebooks.desktop:before {
    content: 'disponible en ebook'
}

.ebooks .buttonHandler {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: space-evenly;
}

.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper {
    border-bottom: 1px solid var(--wd-primary-color);
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 0 10px 0;
}

.ebooks.desktop {
    background-color: #e6f5f9;
    color: #009dca;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
    font-size: 1.2rem;
    gap: 0;
}


.ebooks.mobile {
    display: none;
}


.ebooks .buttonHandler>a {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ebooks .buttonHandler > span {
    min-width: 2px;
    background: #009dca;
    height: 30px;
}

.fichaTecnica{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    /* margin-top: auto; */
}

.fichaTecnica .title {
    flex-basis: 100%;
    margin-bottom: 10px;
    color: gray;
}

.fichaTecnica p {
    flex-basis: 45%;
    margin-bottom: 0;
}

.wrapp-category .more-products {
    display: none;
}

.woodmart-title-container a span{
    font-size: 1rem;
    font-weight: 400;
    color: var(--wd-primary-color);
}

.footer {
    display: flex;
    gap: 50px;
    padding: 50px;
    background-color: var(--wd-primary-color);
}

.footer .editorial {
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .editorial .socials {
    display: flex;
    gap: 20px;
}

.footer .editorial .socials a {
    width: 15%;
}

.footer .editorial .socials a img {
    width: 100%;
}

.footer .extraInfo {
    flex: 6;
    display: flex;
    flex-direction: column;
    gap: 41px;
}


.footer .extraInfo .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0;
}

.footer .extraInfo .divider {
    height: 1px;
    background: white;
    width: 100%;
}


.footer .extraInfo .flagHolder {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    }

.footer .extraInfo .flagHolder img {
    width: 30px;
}

.footer .extraInfo .row .column {
    display: flex;
    flex-direction: column;
}

.footer .extraInfo p {
    margin: 0;
}

.footer .editorial {
    color: #FFF;
}
.footer .extraInfo .row .column {
    color: #FFF;
}

.elementor-image-carousel-caption{
    text-transform: lowercase;
}

.mailerlite-subscribe-submit{
    text-transform: lowercase;
}

#mailerlite-1-field-email{
    text-transform: lowercase;
}

.wd-accordion.wd-style-default::before {
    border-top: none!important;
}

.wd-accordion.wd-style-default .wd-accordion-item {
    border-bottom: none!important;
}

.wd-accordion-title-text span {
    color: var(--wd-text-color);
    font-size: 1.4rem;
}

.slider-title::before {
    height: 0!important;
}

.woocommerce-mini-cart__buttons .button{
    border-radius: 0!important;
}

.poduct-tabs-inner{
    display: none;
}

.relatedProducts h3{
    margin-bottom: 0;
    margin-top: 20px;
}

.whb-general-header{
    border-bottom: none!important;
}

.wd-header-my-account a span.wd-tools-icon{
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 20px!important;
    background: url(/wp-content/uploads/2023/10/profile-05.svg);
    border: none!important;
    background-repeat: no-repeat;
    background-position: center;
}

.wd-header-my-account a span.wd-tools-icon::before{
    content: ''!important;
}


.wd-header-wishlist a span.wd-tools-icon{
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 20px;
    background: url(/wp-content/uploads/2023/10/heart_empty-08.svg);
    border: none!important;
    background-repeat: no-repeat;
    background-position: center;
}

.wd-header-wishlist a span.wd-tools-icon::before{
    content: ''!important;
}


.wd-header-cart a span.wd-tools-icon{
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 20px;
    background: url(/wp-content/uploads/2023/10/bag-06.svg);
    border: none!important;
    background-repeat: no-repeat;
    background-position: center;
}

.wd-header-cart a span.wd-tools-icon::before{
    content: ''!important;
}

.wd-search-form form input{
    padding-left: 5px!important;
}

.wd-search-form form input::placeholder{
    text-transform: lowercase;
    font-size: 1.2rem;
}

.whb-column .wd-header-text{
    gap: 10px;
    display: flex;
}

.wd-active#tab-item-title-wd_additional_tab {
    max-width: 50%;
}

.product-label {
    background-color: var(--wd-primary-color);
    direction: ltr;
    margin: 0 !important;
    border-radius: 0 !important;
}

.main-footer{
    max-width: 1222px!important;
}

.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: 
        radial-gradient(farthest-side,var(--wd-primary-color) 94%,#0000) top/8px 8px no-repeat, 
        conic-gradient(#0000 30%,var(--wd-primary-color));
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation:s3 1s infinite linear;
}
  
@keyframes s3{ 
    100%{transform: rotate(1turn)}
}

.loaderWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100vw;
    height: 100vh;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loaderWrapper.hide{
    display: none;
}

@media (max-width: 700px) {
        
        .wd-search-form form input{
            padding-left: 20px!important;
        }

        .wd-search-form form input::placeholder{
            font-weight: 400;
        }

    .elementor-widget-container .wd-products-element .product-grid-item {
        flex: 0 0 50%;
        padding: 20px;
        margin-bottom: var(--wd-sp);
    }

    .woocommerce-tabs.wc-tabs-wrapper.tabs-layout-accordion.wd-accordion.wd-style-default.wd-inited {
        padding-top: 10px;
    }

    .poduct-tabs-inner{
        display: flex;
    }

    .summary-inner .woocommerce-product-details__short-description {
        display: block;
    }

    .product-image-summary-inner .product-images-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .summary-inner form.cart {
        display: flex;
    }

    .summary-inner .truncated {
        display: block;
    }

    .modal>div:first-child {
        position: relative;
        display: block;
        width: 90vw;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 80vh !important;
    }

    .wd-sticky-btn-cart .cart .preViewer {
        display: none;
    }

/* 
    .wd-sticky-btn-cart .cart .single_add_to_cart_button::before {
        content: "Añadir al carrito";
        font-family: 'Helvetica';
        font-size: 15px;
        white-space: nowrap;
        text-align: center;
        transform: translateX(30%);
    } */

    .preViewer {
        width: 100%;
        text-align: center;
        font-size: 1rem !important;
        padding-right: 10px;
        padding-top: 0;
        align-items: start;
    }

    form.cart .buttonWrapper {
        flex-wrap: wrap;
    }

    .product-tabs-wrapper {
        margin-top: 40px;
    }


    .attachment-woocommerce_thumbnail {
        height: auto;
        aspect-ratio: 9/14;
    }

    .desktop {
        max-width: 95%;
    }

    .underCover {
      padding: 0px!important;
    }

    .authorSpace {
        flex-direction: column;
        padding: 0 4%;
        gap: 20px;
    }

    .authorSpace img {
        width: 40%;
        margin: 0;
    }

    .desktop .header {
        flex-direction: column;
    }

    .desktop .header .topInfo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-top: 10px;
        gap: 10px;
    }

    .desktop .header .topInfo .category{
        font-size: 1rem;
    }

    .wd-action-btn.wd-style-text > a::before {
        font-size: 1rem !important;
    }

    .desktop .header .topInfo .right {
        display: flex;
        align-items: start;
    }
    
    .right .wd-wishlist-btn a{
        margin-top: 4px;
    }

    .preViewer > img {
        margin-top: 4px;
    }

    .desktop .header div.main {
        width: 100%;
        max-width: none;
    }

    .desktop .header div.main h1{
        font-size: 2.4rem;
    }

    .relatedProducts .bookWrapper .book {
        max-width: 45%;
        min-width: 45%;
    }

    .main-footer{
        padding: 0 !important;
    }

    .footer {
        flex-direction: column-reverse;
        padding: 50px 25px;
    }

    .footer .extraInfo > div:nth-child(1) {
        row-gap: 10px;
    }

    .footer .extraInfo > div:nth-child(1) .column, .footer .extraInfo .flagHolder{
        font-size: 1.1rem!important;
    }

    .footer .extraInfo .flagHolder img {
        width: 20px;
      }

    .footer .extraInfo .row {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 5px;
    }

    .footer .extraInfo .row .column {
        font-size: .8rem;
    }

    .product-image-summary-inner .product-images-inner .col-lg-9 {
        padding-right: 27px;
        padding-left: 27px;
    }

    .woocommerce-product-gallery .product-labels {
        right: 20px !important;
      }

    .wd-widget.sidebar-widget .widget {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    #mailerlite-form_1 form {
        flex-direction: column;
    }

    .collections{
        display: flex;
        align-items: baseline;
        gap: 10px;
        padding: 10px;
    }

    .wd-tools-element.wd-design-1 > a {
        color: var(--wd-primary-color)!important;
    }

    .editorial{
        flex-direction: row!important;
        align-items: start;
        font-size: .5rem;
    }

    .editorial img {
        width: 30%;
        flex: 3;
    }

    .editorial .socials {
        width: 20%;
        flex: 2;
        align-items: center;
        justify-content: center;
        gap: 5px!important;
    }

    .editorial .socials a{
        width: 30% !important;
    }

    #slider-269 .wd-slide {
        aspect-ratio: 4/3;
        min-height: 0 !important;
    }

    .products.elements-grid{
        padding: 0 10px;
    }

    .wd-hover-base .product-element-bottom {
        padding: 13px 0 0 0!important;
    }

    .product-grid-item .wd-entities-title a {
        font-size: 1.05rem;
    }

    .product-grid-item .wd-product-author {
        font-size: .9rem;
    }

    .product-element-bottom .wd-entities-title{
        margin-bottom: 0!important;
    }

    .wrapp-product-price .price {
        font-size: 1.6rem!important;
        padding-top: 7px;
    }

    .fade-in-block {
        padding: 8px 0 0 0!important;
    }

    .fade-in-block .hover-content {
        padding: 0!important;
    }

    .hover-mask .wd-entities-title {
        font-size: 1.3rem!important;
        text-transform: lowercase!important;
    }

    .product-label {
        font-size: 0.9rem!important;
        padding: 7px!important;
        text-transform: lowercase!important;
    }

    .swiper-slide {
        padding: 0 5px;
    }

    .mailerlite-form-title h3{
        font-size: 1.3rem;
    }

    .elementor-1308 .elementor-element.elementor-element-ff73062 > .elementor-container {
        max-width: none !important;
    }

    .footer .editorial p{
        font-size: .7rem;
        flex: 5;
    }

    .wd-tools-element .wd-tools-icon::before {
        font-size: 25px!important;
        padding-top: 3px!important;
    }

    .wd-shop-tools:nth-child(1) > * {
        margin-bottom: 0px!important;
        font-size: .7rem;
    }

    .page-title.title-shop {
        margin-bottom: 27px;
    }

    .woocommerce-product-gallery .product-labels {
        right: 27px !important;
    }

    .wd-active-filters .wd-action-btn.wd-style-text > a::before {
        font-size: .9rem !important;
    }

    .product-image-summary-inner .product-images-inner .subtitle {
        line-height: 32px;
        margin-top: 10px;
    }

    .truncated {
        width: 38px;
        margin-bottom: 0px;
    }

    .woocommerce-product-details__short-description {
        margin-bottom: 0px!important;
    }

    .priceWrapper {
        margin-top: 20px;
    }

    .priceWrapper .price{
        font-size: 3rem;
    }

    .priceWrapper .cuotas {
        margin-bottom: 20px;
        margin-top: -15px;
        font-size: 1.5rem;
    }
    
    form.cart button {
        font-size: 1.7rem;
    }

    .ebooks.desktop {
        font-size: 1.7rem;
    }

    .wd-accordion-opener {
        color: var(--wd-text-color);
        border-radius: 50%;
        border: 2px solid var(--wd-text-color);
        padding: 5px;
        margin: 0;
        height: 24px;
        width: 24px;
        position: absolute!important;
        right: 0;
    }

    .wd-accordion-opener.wd-opener-style-arrow::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--wd-text-color);
        padding-top: 1px;
    }

    .product-tabs-wrapper {
        margin-top: -20px;
    }

    .product-tabs-wrapper .container{
        padding: 0;
    }

    .authorSpace .authorInfo .description {
        font-size: 1rem;
        margin-top: 10px;
        line-height: 25px;
    }

    .authorSpace, .relatedProducts{
        padding: 0 25px;
    }

    .authorSpace .relatedProducts{
        padding: 0;
    }

    .relatedProducts .title {
        position: relative;
        text-transform: lowercase;
        margin: 40px 0 20px 0;
    }

    .relatedProducts .bookWrapper {
        gap: 10%;
    }
    
    .relatedProducts .bookWrapper .book .moreInfo .author {
        font-size: .9rem;
    }

    .elementor-widget-container .elementor-shortcode .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .page-id-424 .main-page-wrapper {
        padding-top: 10px!important;
    } 

    #mailerlite-form_1 form .mailerlite-form-inputs {
        width: 85%;
    }
    
    .woocommerce-Price-amount.amount bdi{
        font-size: 1.1rem;
    }

    .priceWrapper .priceHandler del {
        font-size: 1.1rem;
    }

    .search-results.woocommerce-shop .page-title{
        margin-bottom: 25px;
        
    }
    
    .woocommerce-shipping-totals.shipping{
        flex-direction: column;
        align-items: start;
    }

    .woocommerce-shipping-totals.shipping td{

        flex-direction: column;
        display: flex;
        align-items: start;
    }

    .cart-totals-inner .shop_table_responsive td::before {
        margin-bottom: 10px;
    }

    .wd-sidebar-opener.wd-on-shop > a::before, .wd-toolbar-shop .wd-tools-icon::before {
        font-size: 25px!important;
    }

    .wd-tools-element a span.wd-tools-icon {
        width: 25px!important;
    }

    .wd-toolbar {
        height: 55px!important;
    }

    .wd-tools-element a{
        gap: 10px!important;
        height: 45px!important;
    }

    .product-tabs-wrapper .woocommerce-tabs .wd-accordion-item{
        position: relative;
        width: 88vw;
    }

    .authorSpace img {
        max-width: 30%;
        padding: 0;
    }

    .multipleAuthors.desktop{
        display: none;
    }

    .multipleAuthors.mobile{
        display: flex;
    }
    
    .multipleAuthors {
        flex-wrap: wrap;
    }

    .loaderWrapper {
        position: absolute;
        display: none;
        z-index: -1;
    }

}