

.espacioIconoUser {
	margin: 15px 5px 25px 0!important;
	color: #000!important;
	font-size: 25px;
}

.woocommerce-product-gallery {
    display: flex;
}

.woocommerce-product-gallery .flex-control-thumbs {
    order: -10;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
}

.woocommerce div.product .images .thumbnails {
    margin-top: 0px;
    display: block;
}

.woocommerce .product .qode-add-gallery-and-zoom-support .woocommerce-product-gallery__trigger {
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 100;
    display: none;
}

.woocommerce .product .qode-add-gallery-and-zoom-support .flex-control-nav {
    padding: 0;
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 780px) {
.woocommerce-product-gallery {
    display: flex;
}

.woocommerce-product-gallery .flex-control-thumbs {
    order: -10;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
}

.woocommerce div.product .images .thumbnails {
    margin-top: 0px;
    display: block;
    margin-right: -35px;
}

.container_inner .default_template_holder clearfix {
          padding-top: 0 !important;
   }
}



/* --- AJUSTES FORMULARIO NEWSLETTER EN FOOTER --- */

.newsletterFooter {
	background-color: #ffcc00;
	width: 100%;
	padding: 20px 0 0 0;
}

.woocommerce .woocommerce-info {
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    padding: 3px 21px !important;
    background-color: #fff;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 14px;
    text-align: left!important;
}


.mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
    width: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    vertical-align: baseline;
    line-height: normal;
    margin: 0 auto 20px;
}

/* --- Formulario Mailchimp --- */

.mc4wp-form-theme input[type=date], .mc4wp-form-theme input[type=email], .mc4wp-form-theme input[type=number], .mc4wp-form-theme input[type=tel], .mc4wp-form-theme input[type=text], .mc4wp-form-theme input[type=url], .mc4wp-form-theme select, .mc4wp-form-theme textarea {
    height: auto;
    padding: 8px 16px;
    line-height: 1.428571429;
    color: #555!important;
    vertical-align: middle;
    background: 0 0;
    background-color: rgba(255, 255, 255, 0.3)!important;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    text-shadow: none;
    margin: 0 auto 10px;
}

.mc4wp-form-theme button, .mc4wp-form-theme input[type=button], .mc4wp-form-theme input[type=submit] {
    display: inline-block;
    padding: 8px 16px;
    font-weight: 400;
    line-height: 1.428571429;
    text-transform: uppercase!important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    text-shadow: none;
    filter: none;
    height: auto;
    width: auto;
    font-weight: 600!important;
    letter-spacing: 1px!important;
    font-family: 'favorit-400' !important;
}


/* --- OCULTAR AHORRO PROMOCIÓN --- */
.rp_wcdpd_promotion_total_saved_table_row {
    display: none;
}

.ocultarFila {
    display: none;
}

.header_top .clearfix {
background-color: #eaeaea!important;
}

.textoTachado {
text-decoration: line-through;
}

.textoPromocionEspecial {
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
    background-color: #ffcc00;
    padding: 15px 0;
}

/*--- VERSION MOBILE Y DESKTOP ----*/

@media only screen and (max-width: 780px) {
    .mostrarDesktop {
        display: none;
    }

    .ysm-search-widget {
        display: none !important;
    }

    .fa .fa-caret-down i::before {
        display: none !important;
    }

    .woocommerce .content .container .container_inner, .woocommerce-page .content .container .container_inner {
        padding: 0;
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 780px) {
    .mostrarMobile {
        display: none;
    }

}

.woocommerce .content .container .container_inner, .woocommerce-page .content .container .container_inner {
    padding: 0;
    margin-top: 30px !important;
}



/*--- CUSTOMIZAR BUSCADOR ---*/

.smart-search-post-title, .smart-search-post-excerpt {
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    color: #333;
    line-height: 1.25em;
    word-wrap: normal;
    width: 300px;
}

/* --- CLASES GENERALES --- */

.textoCentrado {
   text-align: center;
}

.tituloSeccion {
    color: #000;
    font-size: 34px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.subtituloSeccion {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    padding-bottom: 18px;
}

.subtituloSeccion2 {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    padding-bottom: 12px;
}
.tituloSeccionHome {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    margin-top: 90px;
    margin-bottom: 90px;
    text-transform: uppercase;
}

.tituloHome {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
}


.tituloDestacado {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.subtituloDestacado {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px!important;
}

.cajitasHome {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}

.colorBlanco {
    color: #fff;
}

.paddingFilas {
    padding: 45px 0 0 0;
}

.paddingFilasFullWidth {
    padding: 1% 5% 1% 5%;
}

.paddingFilasFullWidthPrimera {
    padding: 1% 5% 1% 5%;
}


@media only screen and (max-width: 780px) {
    .paddingFilasFullWidth {
        padding: 1% 0% 0% 0%;
        margin-top: 20px;
    }

    .paddingFilasFullWidthPrimera {
        padding: 0% 0% 0% 0%;
    }

    .tituloHome {
        font-size: 45px;
        color: #fff;
        font-weight: 600;
    }

}

blockquote {
    font-size: 25px !important;
    color: #fc0 !important;
    font-style: italic;
    text-align: center;
}

/* --- PADDING ITEMS DEL MENÚ --- */

nav.main_menu>ul>li>a {
    padding: 0 10px;
}

#menu-menu-kling ul {
    background-color: #fff;
}

/* --- AJUSTES CAMPO DNI CHECKOUT --- */

.optional {
    display: none;
}

.form-row .my-field-class .form-row-wide .campoNifCheckOut {
      margin-bottom: 20px!important;
}
/* --- AVISOS TIENDA --- */
.avisoCoronavirus {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
.avisoCoronavirus {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
}

/* ---------------------------------------- FORMULARIO DE CONTACTO -------------------------------------- */

/* --- MENSAJES ERROR Y OK EN CONTACT FORM 7 --- */

.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #ea5854 !important;
    text-transform: none !important;
    font-size: 13px !important;
}

span.wpcf7-not-valid-tip {
    color: #ea5854;
    font-size: 1em;
    font-weight: 600;
    display: block;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #00B667 !important;
    text-transform: none !important;
    font-size: 13px !important;
}


/* ----- CONTACTO EN 2 COLUMNAS ----- */

#responsive-form{
 max-width:600px;
 margin:0 auto;
        width:100%;
}

.form-row{
 width: 100%;
}

.column-half, .column-full{
 float: left;
 position: relative;
 padding: 0.65rem;
 width:100%;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.clearfix:after {
 content: "";
 display: table;
 clear: both;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
    .column-half{
    width: 50%;
    }
}


.footer_bottom {
    display: table-cell;
    font-size: 12px;
    line-height: 22px;
    height: 20px;
    width: 1%;
    vertical-align: middle;
}

.footer_top, .footer_top p, .footer_top span, .footer_top li, .footer_top .textwidget, .footer_bottom p, .footer_top .widget_recent_entries>ul>li>span {
    color: #000000;
    font-size: 13px;
}



/* ---------------------------------------- MENÚ Y MOBILE -------------------------------------- */

/* ------------- ESTILO MENU HAMBURGUESA  ------------- */

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
    font-size: 25px !important;
    color: #000 !important;
    padding-left: 30px;
    line-height: 0;
}


nav.mobile_menu ul li span.mobile_arrow i, nav.mobile_menu ul li span.mobile_arrow i {
    color: #000;
    padding-right: 30px;
    font-size: 14px;
}


/* ------------- MENÚ MOBILE ------------- */

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #b9b9b9;
    display: block;
    position: relative;
    line-height: 22px;
    letter-spacing: 0;
    background-color: #fff;
}

nav.mobile_menu ul li a:hover {
   text-decoration: underline;
}

nav.mobile_menu ul li.active > a {
   color: #000;
   text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .header_inner_right {
        float: right;
        position: relative;
        z-index: 99991;
        top: 0;
        margin-top: -31px;
    }
}


/* menu fix */
@media screen and (min-width: 1001px) {
    nav.main_menu {
        width: 100%;
    }
    nav.main_menu > ul {
        width: 100%;
        text-align: left;
    }
    nav.main_menu>ul>li {
        float: none;
    }
    nav.main_menu .second ul {
        text-align: left;
    }
    header .header_inner_right {
        float: none;
        position: absolute !important;
        right: 0px;  
        top: 0px;
    }
    header .holeder_for_hidden_menu {
        position: relative;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
    nav.main_menu > ul > li > a {
        font-size: 14px;
        padding: 0 10px;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
    nav.main_menu > ul > li > a {
        font-size: 12px;
        padding: 0 6px;
        letter-spacing: 1px;
    }
    .aws-container .aws-search-field {
        padding-right: 0px !important;
    }
    .header_bottom_right_widget_holder {
        padding: 0 10px;
    }
}


/* ------------- ALTO DEL MENÚ ------------- */


.holeder_for_hidden_menu .shopping_cart_inner {
    height: 90px;
}

.shopping_cart_dropdown ul li a {
    color: #fff !important;
}

.shopping_cart_dropdown ul li a:hover {
    color: #fc0 !important;
}

.shopping_cart_dropdown .qbutton:hover {
    color: #fc0 !important;
    border: 1px solid #fc0 !important;
    background-color: transparent;
}

.header_bottom .shopping_cart_dropdown {
    right: -7px;
    margin-left: -142px;
    background-color: #000;
}

.header_bottom .shopping_cart_header {
    padding: 8px 4px 0 7px;
}


/* ------------- CENTRAR LOS ITEMS DEL MENÚ ------------- */

@media only screen and (min-width: 1000px) {
  header.fixed_hiding.centered_logo .header_inner_left {    
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1000px) {
  header.fixed_hiding.centered_logo .header_inner_left {    
    margin: 0 !important;
  }
}




/* ------------- OUT OF STOCK ------------- */

.woocommerce .summary p.stock.out-of-stock {
    color: #000 !important;
    border-bottom: none;
    font-size: 1.5rem;
}


.wcwl_frontend_wrap .wcwl_optin {
   color: #dd0345 !important;
   margin-top: 3px;
   padding: 5px;
   font-size: 12px;
   line-height: 18px;
}



/* ------------- ICONO CARRITO ------------- */


.shopping_cart_header .header_cart.cart_icon:before {
    content: "\e013";
    font-family: ElegantIcons;
    font-size: 23px;
    color: #000;
}


.shopping_cart_header .header_cart.cart_icon .header_cart_span {
    top: -5px;
    right: -7px;
    left: auto;
    width: 19px;
    height: 19px;
    line-height: 19px;
    background-color: #fc0;
    color: #000;
    font-size: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}


    @media screen and (max-width: 1000px) {
    .header_bottom .q_social_icon_holder {
        display: none;
    }
    .shopping_cart_inner {
        padding-top: 21px;
        height: 80px !important;
        position: relative;
        right: 10px;
    }
}

@media screen and (max-width: 780px) {
    .header_bottom .q_social_icon_holder {
        display: none;
    }
    .shopping_cart_inner {
        padding-top: 30px;
        height: 80px !important;
        position: relative;
        right: 10px;
    }


.woocommerce .button:hover, .woocommerce-page .button:hover {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 2px !important;
    height: 50px !important;
    line-height: 50px !important;
    background-color: #ffcc00 !important;
    display: block !important;
   }
}


/* ------------- CONFIGURAR MENÚ Y HEADER MENÚ EN MÓVILES ------------- */

.q_logo {
    top: 0;
    left: 0;
}

.q_logo img {
    top: 6% !important;
}

@media only screen and (max-width: 420px) {
    .shopping_cart_outer {
        display: table;
    }
}


@media only screen and (max-width: 780px) {
    .shopping_cart_header .header_cart.cart_icon {
        background-image: none!important;
        width: auto;
        height: auto;
        padding: 14px 0px 0px 9px !important;
    }

    .side_menu_button_wrapper.right .textwidget.custom-html-widget {
        padding-top: 23px !important;
        float: left;
    }

    .mobile_menu_button span {
        width: 19px;
        height: 17px;
        font-size: 14px;
        z-index: 50;
        display: table-cell;
        position: relative;
        cursor: pointer;
        vertical-align: middle;
        padding-top: 11px;
    }

    .shopping_cart_header .header_cart.cart_icon .header_cart_span {
        top: 2px;
        right: -7px;
        left: auto;
        width: 19px;
        height: 19px;
        line-height: 19px;
        background-color: #fc0;
        color: #000;
        font-size: 10px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .q_logo {
        top: 0%;
        left: 0;
        width: 75%;
    }

}


@media only screen and (max-width: 1000px) {
  .q_logo a img {    
    height: 44px !important;    
    top: 0px !important;    
    position: relative !important;
    margin: 0 auto;
    left: -4%;
  }

  .q_social_icon_holder {    
    left: 30% !important;
    top: 10px !important;  
  }

   .title.title_size_large h1 {
     font-size: 18px!important;
     line-height: 60px!important;
     margin-bottom: 0 !important;
    }


    .holeder_for_hidden_menu {
        height: auto;
    }
    .shopping_cart_inner, 
    .side_menu_button {
        height: 20px !important;
    }
    .header_inner_left {
        padding-bottom: 0px !important;
    }

/* ------------- REDUCIR HEADER EN MOBILE ------------- */

    .mobile_menu_button {    
        height: 50px !important;
      }
    .header_bottom {    
        height: 50px !important;
      }
    header.centered_logo .logo_wrapper {    
        height: 50px !important;
      }
    .mobile_menu_button i {    
        position: relative !important;    
        top: 7px !important;
      }    
}



/* ---------------------------------------- WOOCOMMERCE -------------------------------------- */


/* --- Padding páginas WooCommerce --- */

.woocommerce .content .container .container_inner, .woocommerce-page .content .container .container_inner {
    padding: 0 0 30px;
}


/* ---------------------------- PRODUCT PAGE -------------------------------- */

.woocommerce ul.products li.product h6 {
    padding: 0 15px;
    margin: 7px 0 0;
    text-align: center;
    text-transform: none;
}

.tituloProductPage {
    padding-top: 40px;
    font-size: 16px;
}

@media only screen and (max-width: 800px) {
    .tituloProductPage {
        padding-top: 0px;
        font-size: 19px;
    }
}

.precioProductPage {
    font-size: 20px;
    padding: 10px 0;
    margin-top: 10px;
    color: #000;
}

.descripcionProductPage {
    font-size: 20px !important;
}

.enlacesProductPageTallas {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #000;
}

.enlacesProductPageTallas a {
    color: #000;
}


.enlacesProductPageTallas:hover {
    color: #000;
    background-color: #fc0;
}


.enlacesProductPageTiendas {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #4e172e;
    padding: 5px 10px;
    border: 1px solid #000;
}

.enlacesProductPageTiendas a {
    color: #000;
}

.enlacesProductPageTiendas:hover {
    background-color: #ff8fba;
}


.detallesProductPage {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    padding: 25px 0 15px 0;
}

.porcentajeDescuento {
    color: red;
    padding: 0 20px;
    font-size: 20px;
}

/* --- Ocultar productos relacionados --- */

.woocommerce div.product div.related {
   display: none !important;
}


@media only screen and (max-width: 800px) {
  .single-product .product_relate ul.products li.product {    
    width: 100% !important;
  }
}

/* --- Las descripciones de los productos, separación de párrafos --- */
.textosProductos {
    padding-bottom: 10px;
}


.orderby, .woocommerce div.product form.cart .variations td select {
    padding: 4px 8px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #000;
    font-size: 12px;
    font-weight: 500;
}


.woocommerce div.product form.cart .variations td {
    max-width: none!important;
    padding: 15px 0 0 0!important;
    line-height: 1.3em;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}


.woocommerce .button, .woocommerce-page .button {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 2px !important;
    height: 50px !important;
    line-height: 50px !important;
    background-color: transparent;
    margin-top: 9px;
}


.woocommerce .button:hover, .woocommerce-page .button:hover {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 2px !important;
    height: 50px !important;
    line-height: 50px !important;
    background-color: #ffcc00 !important;
}

.woocommerce ul.products li.product .add-to-cart-button {
    display: inline-block;
    margin-left: -50%;
    margin-top: 150px;
    opacity: 0;
    padding: 5px 17px;
    position: relative;
    vertical-align: bottom;
    visibility: hidden;
    z-index: 200;
    transition-property: opacity, right;
    transition-duration: 0.5s, 3s;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    width: 50%;
    height: 80px;
    display: none;
}

.woocommerce ul.products li.product .image-wrapper img {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    margin: 0 auto;
}


.q_tabs .tabs-nav li.active a {
   color: #000;
}

.stock out-of-stock p {
   color: #fc0 !important;
}

.woocommerce div.product .images .thumbnails a img, .woocommerce div.product .images img {
    width: auto;
}


.woocommerce-variation-availability p {
    color: #000 !important;
    font-size: 13px;
    line-height: 19px;
    font-weight: 800 !important;
}


ul.woocommerce-error li {
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
    text-transform: none;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
}


.single-product p.stock.in-stock {
    display: none !important;
}


.woocommerce input[type='email'], .woocommerce-page input[type='email'] {
    color: #020202 !important;
    background-color: transparent !important;
    border: 1px solid #a5a3a3 !important;
    width: 80%;
}

.woocommerce div.product div.product_meta>span {
    display: block;
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.social_share_list_holder {
    display: none;
}

.q_accordion_holder.accordion h6.ui-accordion-header {
    padding-top: 10px;
    display: none;
}


/* --- Los Related Products que se muestren full width en mobile --- */

@media only screen and (max-width: 900px) {
  .site-main .product_relate ul.products li.product, .product_relate ul.products li.product {    
    width: 100% !important;
  }
}


/* --- IMÁGENES MINIATURA PRODUCTOS --- */

.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
    height: auto ;
}

@media only screen and (min-width: 601px) {
  .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(3n) {
    top: 170px;
  }
  .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(4n) {
    top: 340px;
  }
  .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(5n) {
    top: 454px;
  }
}


/* --- SELECCIÓN DE ATRIBUTOS --- */


label.wcva_single_textblock {
    text-align: center;
    width: auto;
    padding: 0 10px;
    line-height: 32px;
    color: #000;
    border: solid 1px #000 !important;
    outline: solid 0px #9C9999 !important;
    background: #fff;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 5%;
}


label.selectedswatch.wcva_single_textblock {
    background: #ffcc00 !important;
    color: #fff;
    border: solid 1px #000 !important;
    outline: solid 0px #9C9999 !important;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 5%;
}

/* --- TEXTO BORRAR SELECCIÓN --- */

a.reset_variations {
    font-size: 12px !important;
    color: #000;
    display: none;
}


/* ------------------------------------- SHOP PAGE ------------------------------------- */

.woocommerce ul.products li.product .image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
}

/* ------------- OCULTAR "SIN CATEGORÍA" DE LAS CATEGORÍAS ------------- */

.qode-pl-holder .qode-pl-categories ul li:nth-of-type(2) {
    display: none !important;
}


/* ------------- ELIMINAR LOS BULLETS DE LAS IMÁGENES DEL CATÁLOGO ------------- */

body a.pp_next:after, body a.pp_previous:after {
    color: #FFF;
    display: none !important;
    font-family: FontAwesome,serif;
    font-size: 30px;
    height: 54px;
    margin: -27px 0 0;
    position: absolute;
    text-align: center;
    width: 54px;
    text-indent: 0;
    line-height: 54px;
    top: 50%;
}



/* --- RANGE PRICE FILTER --- */

.prdctfltr_wc .prdctfltr_description {
    font-size: 90%;
    margin-bottom: 15px;
    line-height: 18px;
}


.prdctfltr_showing {
    display: none;
}


/* --- FILTRO PRODUCTOS EN MÓVILES --- */


@media screen and (max-width: 1000px) {

    body.wc-prdctfltr-active .wrapper, 
    body.wc-prdctfltr-active .content, 
    body.wc-prdctfltr-active .content .container {
        z-index: 999999 !important;
    }
}



/* ----------------------------------------- CARTELES (AVISOS) ------------------------- */


/* ------------- CARTELES AVISO WOOCOMMERCE ------------- */


.woocommerce .woocommerce-info {
    margin-bottom: 25px;
    position: relative;
    display: block;
    padding: 28px 21px;
    background-color: #fff;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 14px;
    text-align: center;
}


/* ------------- CARTEL AGOTADO (OUT OF STOCK) ------------- */

.woocommerce .product .onsale.out-of-stock-button {
    background-color: #000 !important;
    display: none;
}
.woocommerce .product .onsale.out-of-stock-button {
    background-color: #f1c40f;
    font-size: 13px;
    width: 150px;
    height: 35px;
    padding-top: 16px;
    line-height: 1.5em;
    text-transform: none;
}

.woocommerce .woocommerce-info {
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    padding: 3px 21px !important;
    background-color: #fff;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 14px;
    text-align: center;
}


label.wcva_single_textblock {
    text-align: center;
    width: auto;
    padding: 0 10px;
    line-height: 30px;
    color: #000;
    border: solid 1px #000 !important;
    outline: solid 0px #9C9999 !important;
    background: #fff;
    font-size: 14px;
    font-weight: 500 !important;
}


/* --- OCULTAR EL CLEAR EN PRODUCT PAGE --- */

a.reset_variations {
    font-size: 12px!important;
    color: #000;
    display: none !important;
}


/* --- QUE SIEMPRE APAREZCAN LOS FLECHAS DEL CAROUSEL DE PRODUCTO --- */

.twist-pgs .btn-prev, .twist-pgs .btn-next, .slider-nav .btn-prev, .slider-nav .btn-next {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 -4px;
}


/* ------------- MENSAJE CONFIRMACIÓN WOOCOMMERCE ------------- */

.woocommerce .woocommerce-message {
    color: #000 !important;
    background-color: #ffcc00;
    text-align: center;
    padding: 2px 0 0 0;
    height: 37px;
    margin-top: 42px !important;
}


/* ------------------------------------------- CART PAGE ------------------------------ */

@media screen and (max-width: 1000px) {

    .woocommerce .woocommerce-message {
        color: #000 !important;
        background-color: #ffcc00;
        text-align: center;
        padding: 2px 0 0 0;
        height: 37px;
        display: none;
    }

    .woocommerce .checkout table.shop_table thead tr th, .woocommerce table.cart thead tr th, .woocommerce-account table.my_account_orders thead tr th, .woocommerce-page .checkout table.shop_table thead tr th, .woocommerce-page table.cart thead tr th, .woocommerce-page table.my_account_orders thead tr th {
        padding: 13px 10px;
        font-size: 12px;
        line-height: 1.571428571428571em;
        text-transform: none;
        letter-spacing: 1px;
        font-weight: 600;
        background-color: #000;
        color: #fff;
    }

    .woocommerce-cart table.cart tbody tr td a:not(.checkout-button), .woocommerce-checkout .checkout table tbody tr td a {
        color: #000 !important;
        font-weight: 600 !important;
        font-size: 12px !important;
    }


    .woocommerce-page table.cart tbody span.amount{
        font-family: inherit;
        color: #000 !important;
        font-size: 10px !important;
    }

    .woocommerce .checkout table.shop_table thead tr th, .woocommerce table.cart thead tr th, .woocommerce-account table.my_account_orders thead tr th, .woocommerce-cart table.cart tbody tr td, .woocommerce-checkout .checkout table tbody tr td, .woocommerce-page .checkout table.shop_table thead tr th, .woocommerce-page table.cart thead tr th, .woocommerce-page table.my_account_orders thead tr th {
        padding: 4px 0 4px 0px;
        font-size: 11px;
    }


    .woocommerce table.cart td.actions>.checkout-button, .woocommerce-page table.cart td.actions>.checkout-button {
        float: right;
        padding-left: 5.922509%!important;
        padding-right: 4.922509%!important;
        margin-left: 1.845018450184502%;
    }

}

.side_menu_button_wrapper.right .textwidget.custom-html-widget{
    float: left; 
}


.woocommerce .woocommerce-message a.button {
    display: none !important;
}


@media only screen and (max-width: 1000px) { 
    .espacioIconoUser{
        margin: 30px 5px 10px 0!important;
    }
}



/* ------------------------------- TIENDA EN DOS COLUMNAS EN MOBILE --------------------------- */

@media only screen and (max-width: 768px) {
    div.woocommerce.columns-3 ul.products li.product {
        width: 48.89%;
        margin-right: 2.22%;
        float: left;
     }
    div.woocommerce.columns-3 ul.products li.product:nth-child(2n+1) {
        clear: both;
     }
    div.woocommerce.columns-3 ul.products li.product:nth-child(even) {
        margin-right: 0;
    }
  
   .woocommerce ul.products li.product h6 {
       font-weight: 700;
        font-size: 16px;
    }


    .woocommerce-pagination ul.page-numbers li a, .woocommerce-pagination ul.page-numbers li span {
       width: 32px;
       height: 40px;
       line-height: 38px;
       margin: 0 10px 0 0;
       text-align: center;
       color: #b4b4b4;
       font-size: 18px;
    }
}


/* -------------------------------------- FUNCIONALIDADES EXTRA -------------------------------- */


/* --- QUITAR EFECTO HOVER IMÁGENES TIENDA (SHOP) ---*/

.woocommerce ul.products li.product:hover .image-wrapper img {
    opacity: 1;
}

/* --- CUSTOMIZAR TÍTULOS THANK YOU PAGE PEDIDOS --- */

.woocommerce-thankyou-order-details li {
   border: 1px solid #000;
   padding: 5px 10px;
}

.titleThankYouPage {
   font-weight: 800;
}


/* --- TIPOGRAFÍA CATEGORÍAS --- */

.tituloCategorias {
    padding-top: 0px;
    padding-bottom: 15px: 
}

.descripcionCategorias {
    padding-bottom: 30px;
}

@media only screen and (max-width: 780px) {

   .tituloCategorias {
        padding-top: 0px;
        padding-bottom: 10px: 
    }

    .descripcionCategorias {
        padding-bottom: 20px;
    } 
}


/* --- LOGO CLICABLE EN PANTALLAS GRANDES --- */

@media only screen and (min-width: 1000px) {
  .q_logo {    
    z-index: 99999 !important;
  }
}


/*--- PORCENTAJE DE DESCUENTO EN LOS PRODUCTOS ---*/

.sale-perc {
    position: absolute;
    top: 0;
    background-color: #000;
    font-size: 20px;
    padding: 8px;
    font-weight: 800;
    color: #fff;
   display: none;
 }

 @media only screen and (max-width: 780px) {
    .sale-perc {
        position: absolute;
        top: 0;
        background-color: #000;
        font-size: 13px;
        padding: 4px;
        font-weight: 800;
        color: #fff;
        display: none;
     }

    .woocommerce ul.products li.product h6 {
        font-weight: 700;
        font-size: 14px;
    }

    .woocommerce ul.products li.product .price {
        display: block;
        margin: 0 0 16px;
        text-align: center;
        font-size: 15px;
        color: #777;
        font-weight: 600;
    }
}

 .sale-perc:hover {
    position: absolute;
    top: 0;
    background-color: #000;
    font-size: 20px;
    padding: 8px;
    font-weight: 800;
    color: #fc0;
 }


.image-wrapper:hover {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
}

.woocommerce .product .onsale:not(.out-of-stock-button), .woocommerce .product .single-onsale {
    display: none;
}


/*--- CUSTOMIZAR FLECHA FICHA DE PRODUCTO ---*/

.twist-pgs .btn-prev, .twist-pgs .btn-next {
position: absolute;
top: 43%;
z-index: 999;
width: 40px;
height: 35px;
line-height: 37px;
border-radius: 0px;
padding: 0;
font-size: 45px;
border: none!important;
text-align: center;
}

.btn-prev, .btn-next {
color: grey!important;
background: no-repeat!important;
}

/*--- ESTILO FILTROS PRODUCTOS WOOCOMMERCE ---*/

.wcpf-filter-inner {
   margin: 0 20px;
}

.ocs-slidebar.ocs-izquierda {
    background-color: #e5e4e4 !important;
    opacity: 1;
    width: 200px;
}

.wcpf-price-slider-min-max-inputs input[type='text'] {
    background-color: #000 !important;
    border: 1px solid #a5a3a3;
    color: #ffffff!important;
    margin-bottom: 6px;
    width: 30px !important;
    text-align: center;
    height: 0px !important;
}

.wcpf-field-price-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background-color: #000;
}

#wcpf_filters-4 {
    list-style: none !important;
    margin-top: 30px !important;
}

.coloresConColor {
    display: none;
}

span.wcpf-product-counts {
    display: none;
}

.wcpf-field-checkbox-list .wcpf-product-counts {
    display: none;
    padding-left: 2px;
}

.wcpf-field-price-slider .priceLabel {
    color: #000;
    display: none;
}

.wcpf-title {
   text-transform: uppercase;
}

/*--- QUITAR EL SE ACABÓ DE LOAD MORE PRODUCTS ---*/

.lmp_products_loading, .lmp_load_more_button {
    width: 100%;
    text-align: center;
    clear: both;
    display: none;
}


/* --- ESTILO BOTÓN PRINCIPAL NUEVO --- */

#nav-menu-item-89866 a span {
    background-color: #6D74DF;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

/* --- ESTILO BOTÓN PRINCIPAL REBAJAS --- */

#nav-menu-item-90831 a span {
    background-color: #fff;
    color: #F11A21;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

#nav-menu-item-90831 nav.mobile_menu ul li a {
	color: #F11A21!important;
}


.underline_dash {
    display: none;
}

/* --- ESTILO BOTÓN TARJETA REGALO MENÚ --- */

#nav-menu-item-68162 a span {
    border: 1px solid #000;
    padding: 7px 10px;
}

#nav-menu-item-68162 a span.plus {
    border: none !important;
    padding: 10px;
}

#nav-menu-item-68162 a span.underline_dash {
    display: none;
}

.drop_down .second .inner ul li span {
    background-color: #fff !important;
    padding: 0;
    color: #000 !important;
}

/* --- Ajustes Julio menú --- */

nav.main_menu > ul {
    width: 90%;
    text-align: left;
    margin-left: 20px;
    position: inherit;
}

nav.main_menu > ul > a {
    text-transform: none;
}

#nav-menu-item-68162 a {
    padding: 0 10px;
    background-color: #fff !important;
    margin-left: 55px;
}

@media only screen and (max-width: 1500px) {
    .ysm-search-widget-1 .search-field[type="search"] {
        border-color: #fff !important;
    }

    #nav-menu-item-68162 a {
        padding: 0 10px;
        background-color: #fff !important;
        margin-left: 0px;
    }
}

@media screen and (max-width: 900px) and (min-width: 780px) {
    .q_logo {
        top: 0 !important;
        left: 0;
    }

    .logo_wrapper {
        height: 18px!important;
        left: 50%;
    }

    .shopping_cart_inner {
        padding-top: 22px !important;
        height: 80px !important;
        position: relative;
        right: 10px;
    }
}


.drop_down .second .inner ul li span:hover {
    text-decoration: underline;
}

/*--- QUITAR LA LUPA DEL BUSCADOR ---*/

.ysm-search-widget .search-submit:before {
    display: none !important;
    color: inherit;
    text-align: center;
    font-size: 17px;
    font-family: 'ysm-fontello';
    line-height: 38px;
    content: '\e800';
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

/*--- PRECIOS EN NEGRO ---*/

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins, .qode_product_list_holder .product_price {
    color: #000 !important;
}

.woocommerce div.product .summary p.price span.amount {
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 28px !important;
    padding-bottom: 10px !important;
}