/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Oct 12 2020 | 03:29:12 (pm)
/*
/******* Do not edit this file *******/

/* PLUGIN PARA BUSQUEDAS WOOCOMMERCE */
.fileparasearch{
    z-index: 2147483647 !important;
}

.yith-ajaxsearchform-container{
    float: right;
    margin-top: 5%;
     z-index: 2147483647 !important;
}

.autocomplete-suggestions{
    position: absolute;
    z-index: 2147483647 !important;
    width: 300px !important;
    margin-left: 10px;
    display: block;
    clear: both;
}

.autocomplete-suggestion .yith_wcas_result_content .title {
color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 7px;
}

.yith_wcas_result_content{
    height: 50px !important;
}
/* ---------------------- */


/* ARREGLO QUE EL PRODUCTO SALÍA PEGADO AL HEADER */
.content .container .container_inner.default_template_holder {
    padding-top: 10% !important;
}
.tipo_chica {
    font-size: 13px;
    font-weight: bold;
    
}
/* OCULTO TOTALES DE PRECIOS EN CARRITO (NO EN TABLA, ESO VA POR PHP) */
.woocommerce div.cart-collaterals div.cart_totals {
    display: none !important;
}
/* ------------------------------------------------- */

/* AGRANDO IMAGEN DENTRO DE PRODUCTOS */
.woocommerce div.product .images img {
    display: block;
    max-width: 100%;
    width: 420px !important;
}
/* ------------------------------------------------- */

/* EN FICHA DE PRODUCTOS (PRODUCT SINGLE) HAGO QUE LA DESCRIPCIÓN VAYA A ANCHO COMPLETO */
.woocommerce .summary {
    float: initial !important;
    width: 100% !important;
}
.woocommerce div.product .cart {
    margin: 20px 0 17px 0 !important;
    display: inline-flex !important;
}
.woocommerce div.product .cart .quantity {
    margin-left: 19px !important;
    margin-right: 0px !important;
}
.woocommerce.single-product button.single_add_to_cart_button {
    margin-left: 19px !important;
}
@media screen and (max-width: 500px) {
    .woocommerce div.product .cart {
    display: block !important;
}
}
/* ------------------------------------------------- */

/* QUITO EL TITULO EN LAS TABS DE LOS PRODUCTOS (ES UN PLUGIN PARA SUMAR TABS) */
.yikes-custom-woo-tab-title {
    display: none !important;
}
/* ------------------------------------------------- */

/* COLOR DEL BACKGROUND DE LAS TABS INACTIVAS */
.q_tabs .tabs-nav li a {
    background-color: #b8b8b8 !important;
}
.q_tabs .tabs-nav li.active a, .q_tabs .tabs-nav li a:hover {
        background-color: #0079be !important;
}
/* ------------------------------------------------- */

.woocommerce div.product div[itemprop="description"] {
  margin:10 !important;
}
.price {
    display: none;
}
.woocommerce-page input[type="password"] {
    color:#0079be !important;
}
.woocommerce .product h2.product_title {
color:#444444;
  font-family:Raleway, sans-serif;
  font-size:36px;
  font-weight:400;
  line-height:1.28571em;
  font-variant: normal;
  text-transform: none;
}

/* QUE NO SE VEA PRECIO Y PROCESO DE ORDENES */
.order-total {
    display: none !important;
}

.order-status {
    display: none !important;
}

/* QUE NO SE VEA PRECIO en el detalle de una orden */
.product-total {
    display: none !important;
}

.shop_table tfoot {
    display: none !important;
}

.total {
    display: none !important;
}

.method {
    display: none !important;
}

/* en las páginas que muestra todos los productos por categoría*/
.woocommerce div.product_info_box span.product-categories{
    display: none !important;
}
.product-title {
    text-transform: none !important;
    line-height: 2px !important;
}

.search  .post_image {
    display: none !important;
}


/* BUSCADOR*/ 

.screen-reader-text {
    font-size:20px !important;
    color: #0077bd
}

.yith-s {
    height: 40px !important;
    border: none !important;
    font-family: Raleway, sans-serif !important;
    font-size: 20px !important;
    margin-left: 10px !important;
}

#yith-searchsubmit {
    height: 40px !important;
    background-color: #0077bd !important;
    color: #ffffff !important;
    font-family: Raleway, sans-serif !important;
    font-size: 16px !important;
    border: none !important;
    cursor: pointer !important;
}




/* ------------------------------------------------- */