/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/*------------------------------------------------------------------
[Hoja de estilos]

Projecto: Oli Duntemps web
Version: 1
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1.- ESTILOS COMUNES
2.- COLUMNAS
3.- TIPOGRAFIAS
4.- BOTONES
5.- BARRA DE MENÚ
6.- SECCIONES COMUNES
7.- SECCIONES LIBROS
8.- SECCION RESEÑAS
9.- SECCIÓN NOTICIAS
10.- SECCIÓN SERVICIOS
11.- FORMULARIO
12.- FOOTER


-------------------------------------------------------------------*/

/* ==============================
   1.- ESTILOS COMUNES
   ============================== */

.color-marca{ color: #BFA34F !important; }
.color-verde{ color: #B4BE00 !important; }
.color-rojo{ color: #E30613 !important; }
.min-height-300{ min-height: 300px;}
.min-height-400{ min-height: 400px;}
.min-height-600{ min-height: 600px;}
.relative{ position: relative; }

.mt-0{ margin-top: 0 !important;}
.inline {display: inline;}

@media (max-width: 1400px) {
    body:not(.vc-safe-mode) .vertical-text.shift_x_neg_single.norotate-mobile {
        writing-mode: initial;
        transform: none !important;
        position: relative !important;
        height: auto !important;
        text-align: left !important;
        min-height: initial;
        left: 0 !important;
    }
    .txt-smaller-mobile{
        font-size: 26px;
    }
}
@media (min-width: 960px) and (max-width: 1400px) {
    .slg-hide{ display: none !important; }
    .slg-visible{ display: block !important; }
}
.body-borders .bottom-border{
    z-index: 9;
} 
@media (max-width: 960px) {
    .mobile-center{
        text-align: center;
        display: block !important;
    }
}



/* ==============================
   1.- TIPOGRAFÍAS
   ============================== */
.menu-footer {
    font-family: 'Inter';
    letter-spacing: 0.2em;
}
 .woocommerce-Price-amount,
#payment .payment_box .status-box p,
 .woocommerce-cart-form__cart-item .product-data__name {
    font-size: 25px;
}

.uncode-cart .cart-desc > span.cart-item{
    font-size: 24px;
    font-weight: 400 !important;
}
.woocommerce-checkout .woocommerce-Price-amount,
.woocommerce-cart-form__cart-item .woocommerce-Price-amount,
.woocommerce-checkout .product-item-text{
    font-size: 20px;
}
.cart_list.product_list_widget .woocommerce-Price-amount,
.order-total .includes_tax .woocommerce-Price-amount {
    font-size: 15px !important;
}

.logo-vertical strong,
.logo-vertical b,
.logo-footer b,
.logo-footer strong{
    font-weight: 400;
}

.letter-spacing-02{
    letter-spacing: 0.2em;
}
td.actions #coupon_code,
#payment p{
    font-size: 1em;
    line-height: 1.4em;
}
.checkout-step-text{
    line-height: 1em;
}





/* ==============================
   1.- COLUMNAS
   ============================== */

@media (min-width: 570px) and (max-width: 1400px) {
    .main-container .unequal.row .cols-md-responsive > div[class*=col-md-]:not(.col-md-clear).col-slg-6{
        display: inline-table !important;
        table-layout: fixed;
      }
}

@media (min-width: 960px) and (max-width: 1400px) {
    
    .xl [class^="col-md-"],
    .slg [class^="col-md-"],
    .col-slg-0, .col-slg-1, .col-slg-2, .col-slg-3, .col-slg-4, .col-slg-5, .col-slg-6, .col-slg-7, .col-slg-8, .col-slg-9, .col-slg-10, .col-slg-11{
      display: table-cell !important;
      table-layout: fixed;
    }
    .col-slg-12,
    .col-slg-6{
        display: inline-table !important;
        table-layout: fixed;
      }

    .xl .row-inner,
    .slg .row-inner {
        display: table !important;
    }
    .xl [class^="col-lg-"],
    .xl[class^="col-lg-"],
    .slg [class^="col-lg-"]{
        width: 100%;
    } 
   
    
    .col-slg-12{ width: 100% }
    .col-slg-11{ width: 91.66666667% }
    .col-slg-10{ width: 83.33333333% }
    .col-slg-9{ width: 75% }
    .col-slg-8{ width: 66.66666667% }
    .col-slg-7{ width: 58.33333333% }
    .col-slg-6{ width: 50% }
    .col-slg-5{ width: 41.66666667% }
    .col-slg-4{ width: 33.33333333% }
    .col-slg-3{ width: 25% }
    .col-slg-2{ width: 16.66666667% }
    .col-slg-1{ width: 8.33333333% }

    .main-container .row-container .row-child.col-double-gutter > .row-inner > div:not(.vc_helper), .main-container .row-container .col-double-gutter > .row-inner > div:not(.vc_helper) {
       /* padding-left: 36px;*/
    }
}


/* ==============================
   1.- Cabecera
   ============================== */

.fecha-fixed{
    left: 32% !important;
    z-index: 0 !important;
    bottom: -37px!important;
}
body.uncode-sidecart-right:not(.uncode-sidecart-open) #uncode_sidecart {
    transform: translateX(110%);
}
@media (min-width: 960px) {
    body[class*=hmenu] .menu-icons i:not(.fa-dropdown), body.menu-overlay-center .menu-icons i:not(.fa-dropdown) {
        font-size: 22px !important;
        width: 1em;
    }
   
}
@media (min-width: 960px) and (max-width: 1400px) {
    .double-h-padding#masthead .row-menu .row-menu-inner{
        padding-left: 30px;
        padding-right: 30px;
    }
    .logo-container .main-logo{
        height: 40px !important;
    }
}

/* Logo*/
.logo-vertical{
    white-space: nowrap;
    z-index: 9 !important;
}

/* ==============================
   1.- BOTONES
   ============================== */

/*Boton comprar*/
div.product form.cart .button,
.tmb-light .t-entry-text .btn-default.btn-outline,
.boton.boton-simple{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent !important;
    color: #161616 !important;
    padding-left: 0 !important;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 10px !important;
    border-radius: 0;
    transition: all 0.3s ease; /* Añade una transición suave para el borde */
    border-width: 2px;
    text-align: left;

}
.tmb-id-131354.tmb-light .t-entry-text .btn-default.btn-outline,
.tmb-id-131354.tmb-light  .t-entry-text .btn-default.btn-outline.ajax_add_to_cart:hover,
.tmb-id-134556.tmb-light .t-entry-text .btn-default.btn-outline,
.tmb-id-134556.tmb-light  .t-entry-text .btn-default.btn-outline.ajax_add_to_cart:hover,
.tmb-id-134645.tmb-light .t-entry-text .btn-default.btn-outline,
.tmb-id-134645.tmb-light  .t-entry-text .btn-default.btn-outline.ajax_add_to_cart:hover{ /*color marca*/
    border-color: #bfa34f !important;
}
.tmb-id-131279.tmb-light .t-entry-text .btn-default.btn-outline,
.tmb-id-131279.tmb-light .t-entry-text .btn-default.btn-outline.ajax_add_to_cart:hover,
.tmb-id-134650.tmb-light .t-entry-text .btn-default.btn-outline,
.tmb-id-134650.tmb-light .t-entry-text .btn-default.btn-outline.ajax_add_to_cart:hover,
.tmb-id-134557.tmb-light .t-entry-text .btn-default.btn-outline,
.tmb-id-134557.tmb-light .t-entry-text .btn-default.btn-outline.ajax_add_to_cart:hover{ /*color verde*/
    border-color: #B4BE00 !important;
}
.tmb-id-111416.tmb-light .t-entry-text .btn-default.btn-outline,
.tmb-id-111416.tmb-light .t-entry-text .btn-default.btn-outline.ajax_add_to_cart:hover,
.tmb-id-134657.tmb-light .t-entry-text .btn-default.btn-outline,
.tmb-id-134657.tmb-light .t-entry-text .btn-default.btn-outline.ajax_add_to_cart:hover,
.tmb-id-134558.tmb-light .t-entry-text .btn-default.btn-outline,
.tmb-id-134558.tmb-light .t-entry-text .btn-default.btn-outline.ajax_add_to_cart:hover{ /*color rojo*/
    border-color: #E30613 !important;

}
.tmb-light .t-entry-text .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover{
    color: #4a4a4a !important;
    padding-right: 65px !important;
}
.woocommerce-mini-cart__buttons a.btn,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.button.wc-backward{
    border-radius: 10em !important;
}
.uncode-cart-dropdown .buttons{
    display: flex !important;
}
:not(#uncode_sidecart).uncode-cart .buttons a {
    font-size: 14px;
}
/*Boton flecha*/
.boton.boton-flecha{
    letter-spacing: 0.2em !important;
    border-bottom: 1px solid #161616 ;
    display: inline-flex;

}
.boton.boton-flecha:after{
    content:"";
    background:  url("img/arrow-right.svg") no-repeat 30% 0; 
    display: block;
    height: 25px;
    width: 100px;
    margin-left: 10px;

    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);

}
.boton.boton-flecha:hover:after{
    background-position: 60% 0;
}

/*Boton cantidades*/
div.product form.cart .button:hover,
.tmb-light .t-entry-text .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover{
    background-color: transparent !important;
}

.style-light .quantity .qty-inset  {
    background-color: transparent;
}
.woocommerce .shop_table .quantity input[type="text"].qty, .woocommerce .quantity input[type="text"].qty{
    border: 1px solid #B4BE00 !important;
    border-radius: 30px;
}
.woocommerce .shop_table .quantity, .woocommerce .quantity{
    display: flex;
}
/*Boton finalizar compra*/
.wc-block-cart__submit-container {
    border: 1px solid #161616;
    border-radius: 30px;
    letter-spacing: 0.2em;

    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);

}
.wc-block-cart__submit-container:hover{
    background-color: #fdfdfd;
}
.wc-block-cart__submit-container:hover a{
    color: #161616 !important;
}
td.actions #coupon_code{
    background-color: #fdfdfd;
    height: 50px;
    max-width: 200px;
  

}

/*Forms*/

.wc-stripe-error.woocommerce-error, .wc-notice.woocommerce-error{
    background-color: #fdfdfd;
}

/*tablas*/
.style-light table td,
.style-light .shop_table th{
    border-color: #161616;
}

.style-light .woocommerce-checkout-review-order-table{
    border-color: #fdfcf8;
}
.woocommerce-shipping-totals.shipping td{
    width: 60%;
}


/* ==============================
   1.- PRODUCTOS
   ============================== */
   
   /*Listado*/

.producto-listado-patron .t-entry{
    text-align: left;
}

.t-entry-text-tc {
    position: relative;
}
.producto-listado-patron .t-entry-title{
    writing-mode: vertical-rl;
    transform: rotate(180deg) translateX(10%);
    position: absolute;
    top: -330px;
    left: 0;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.producto-listado-patron .t-entry-excerpt{
    margin-top: 30px !important;
}
.producto-listado-patron .t-entry-visual{
    max-width: 430px;
    margin: auto;
}

@media  (max-width: 960px) {
    .producto-listado-patron .t-entry-visual{
        transform: translateY(50px);

    }
    .producto-listado-patron .t-entry-title{
        top: -330px;
    }
}

/*Ficha*/
/* ==============================
   1.- FORMULARIO
   ============================== */


.line-black-form  input,
.line-black-form  textarea{
    border-color: #161616;
}

/* ==============================
   1.- FOOTER
   ============================== */

.site-footer{
    position: relative;
    z-index: 10;
}

.textos-legales li{
    display: inline-block;
}
.textos-legales li:after{
    content: " / ";
    height: 15px;
    width: 20px;
    display: inline-block   ;
 
}
.textos-legales li a{
    display: inline-block;
}
.menu-footer ul{
   padding-left: 0 !important;
}
.menu-footer li{
    list-style: none;
    height: 2.5em;
}
.menu-footer {
    padding: 20px 0;
    background-color: #e7e4df;
}
.icon-box.icon-inline {
    padding-right: 40px;
}



@media (min-width: 959px) {
   .textos-legales li a{
    padding: 5px 30px;
  }
   .menu-footer {
    text-align: left;
    padding: 0;
    background-color: transparent;
   }

   
}