/*
Theme Name:   Shopstar child
Description: Tema hijo para hacer personalizaciones de código en ASADOR EL PALACIO
Author:       Eugenio Colomer
Author URL:  https://desarrollosappsvalencia.es
Template:     shopstar
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  shopstar-child
*/

 
/*------------------------------------------------------- 
A partir de aquí puedes poner tus estilos de CSS personalizados 
------------------------------------------------------- */

/* CABECERA */

.branding img.custom-logo
{
	width:300px;
}

/* PRODUCTOS */

.sku_wrapper,
.woocommerce-tabs,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price
{
    display: none!important;
}

section.related h2
{
	margin-top: 20px;
    padding-top: 26px;
    border-top: solid 1px #d3ced2;
}

/* CATEGORÍAS */

.premium-banner div.premium-banner-ib
{
	background:#111;
}

.premium-banner-img-wrap
{
	opacity:0.8;
}

a.premium-banner-ib-link:hover + .premium-banner-img-wrap
{
	opacity:0.5;
}

div.premium-banner-title-wrap h2
{
	color: #fafafa !important;
    font-weight: 700 !important;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 20%);
}

/* INSTALL BANNER */
#mip-ios-banner-install {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: beige;
    height: 20%;
    align-items: center;
    justify-content: space-evenly;
}

.mip-hidden {
	display:  none !important;
}