/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

:root{
    --fucsia: #E448AD;
    --azul: #699BFF;
}

a:focus-within{
    outline: none !important;
  }

.site-content {
    padding: 0 30px;
}

/*Top*/

#top-bar-inner {
    display: flex;
    justify-content: center;
}

@media (max-width:900px){
	.area-top p {
    	line-height: 10px;
	}
}

/*Cabecera*/

.top-header-wrap {
    background: linear-gradient(180deg, #000 18.75%, #771E58 100%) !important;
}

#site-header.medium-header .dgwt-wcas-search-wrapp{
    max-width: 100% !important;
  }
  
  #site-header.medium-header #medium-searchform input{
    max-width: 100% !important;
  }

#site-header.medium-header #site-logo #site-logo-inner{
    text-align-last: left;
  }

#site-header.medium-header #medium-searchform input{
    background: #ffffff !important;
}

#site-header.medium-header #medium-searchform button{
    background: #333333;
}

.oceanwp-mobile-menu-icon.clr.mobile-right {
    width: 100%;
    justify-content: center;
}

.wcmenucart-details.count {
    background: #000000 !important;
}

.wcmenucart-details.count:before {
    border-color: #000000 !important;
}

@media(min-width:960px){
    .buscar-movil{
        display: none;
    }
}

/*Menú*/

span.nav-content {
    display: none;
}

/*Menú móvil*/

.sidr-class-sub-menu {
    box-shadow: 0 5px 10px rgba(0,0,0,0.3) inset;
}

.sidr-class-current-menu-item {
    background: #bd2487;
}

.sidr-class-current-menu-parent {
    background: #699BFF;
}

.sidr-class-menu-item-has-children.active >a {
    color: #ffffff !important;
}

/*Inicio*/

.categorias-inicio {
    margin-bottom: 50px;
    gap: 30px;
}

.categoria-card {
    background: var(--fucsia);
    border-radius: 10px;
    box-shadow: 5px 8px 5px #D5DFED;
    transition: all .3s ease-in-out;
}

.categoria-card figure {
    border-radius: 10px 10px 0 0;
    overflow: hidden; 
}

.categoria-card h2 {
    margin: auto;
    padding-bottom: 10px;
    color: #fff;
}

.categoria-card:hover {
    transform: translate(0px, -20px);
    box-shadow: 5px 18px 15px #D5DFED;
}

@media(max-width:940px){
    .categorias-inicio {
        flex-wrap: wrap !important;
    }
    .categoria-card{
        width: calc(50% - 20px);
    }

    .categoria-card h2{
        font-size: 0.8em !important;
    }
}

/*Contenido*/

.contenido-centrado{
    max-width: 1200px;
    margin: 0 auto;
}

.blog-entry.grid-entry .blog-entry-inner{
    background: #ffffff;
    box-shadow: 5px 10px 30px #D5DFED;
}

.uagb-block-1a25bbb0 .uagb-post__text.uagb-post__title a{
    text-decoration: none !important;
}

body.content-full-screen .entry .alignfull{
	margin-left: -32px !important;
    width: calc(100% + 64px) !important;
    max-width: calc(100% + 64px) !important;
}

#blog-entries .oceanwp-row .col{
	padding: 0 0.625rem !important;
	margin: 0 0 1.25rem 0 !important;
	}

.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button){
	text-decoration:none !important;
}

/*Woocommerce*/

.product-inner{
    overflow: hidden;
    box-shadow: 5px 10px 30px #D5DFED;
}

.woocommerce ul.products .product{
    overflow: visible !important;
}

.woocommerce ul.products .product a {
    text-decoration: none !important;
}

.woocommerce ul li.title,
.woocommerce ul li.category{
    padding: 0 20px;
}

.woocommerce ul li.title h2{
	margin:0;
}

.woocommerce ul li.category{
	line-height:1.5em !important;
}

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
    margin-bottom: 20px;
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.related.products .oceanwp-row .col {
    padding: 0 1rem !important;
}

@media(min-width:960px){
	.woocommerce .oceanwp-row .col{
	padding: 0 3rem !important;
	margin: 0 0 3em 0 !important;
	}
}
/*Lista de deseos*/
/*.tinvwl_add_to_wishlist_button,
.tinvwl_add_to_wishlist_button:hover{
	color:#ffffff;
}

.products .product .tinv-wraper.tinv-wishlist,
.single-product .tinvwl_add_to_wishlist_button{
	background: var(--fucsia);
	padding: 4px 10px;
    border-radius: 20px;
}*/
.products .product .tinv-wraper.tinv-wishlist{
	right:40px !important;
}

/*Categorías de producto*/

.descripcion-categoria{
	padding:50px 0;
}

/*Bloque Woocommerce*/

.wc-block-grid__products {
	display:grid !important;
	grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 3em;
	margin:0 !important;
}

.alignfull .wc-block-grid__products{
	padding: 3em !important;
}

.wc-block-grid__product {
    max-width: 100% !important;
    background: #fff;
    border-radius: 10px;
}

.wp-block-button__link {
    background-color: var(--fucsia) !important;
    border-radius: 5px !important;
}

.wp-block-button__link:hover{
    background: var(--azul) !important;
    color: #ffffff !important;
}

.wc-block-grid__product-link {
    text-decoration: none !important;
}

/*Mi cuenta*/

.woocommerce-MyAccount-tabs,
.woocommerce-MyAccount-content{
    background: #fff;
    padding: 20px;
	border-radius:5px;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

/*Checkout*/

.tinv-wishlist form,
.woocommerce-checkout>.col2-set,
.woocommerce-checkout #order_review,
.woocommerce .woocommerce-checkout h3#order_review_heading,
.woocommerce table.shop_table,
.woocommerce-page .cart-collaterals .cart_totals,
.account-side-style .woocommerce #customer_login>div{
    background: #ffffff;
    padding: 30px;
	box-shadow: 5px 10px 30px #D5DFED;
}
.woocommerce .woocommerce-checkout h3#order_review_heading{
	margin-bottom: 0 !important;
	box-shadow:none;
}

/*Halloween*/

.halloween{
	background:#000000;
}

/*.halloween .top-header-wrap {
    background: linear-gradient(180deg, #000 18.75%, #99520a 100%) !important;
}

.halloween #site-header.medium-header #site-navigation-wrap,
.halloween #site-header.medium-header .oceanwp-mobile-menu-icon{
	background: #ff6d1f;
}*/

.halloween .wc-block-grid__product {
    box-shadow:0 0 20px rgb(229 184 20 / 81%);
}

.especial-halloween .wc-block-grid__product {
    background: none;
}

.especial-halloween del .amount{
    color: rgba(255,255,255,0.5) !important;
    font-size: 1.5em !important;
    margin-right: 20px;
}

.especial-halloween .woocommerce-Price-amount{
    color: #000000 !important;
    font-size: 2.5em;
}

.especial-halloween .wp-block-button__link{
    background: #000000 !important;
}

.especial-halloween .wc-block-grid__product-onsale{
    display: none;
}

.especial-halloween .alignfull .wc-block-grid__products {
    padding: 1em !important;
}

/*Black Friday*/

.promo-black{
	padding:30px;
	border-radius:20px;
	margin-bottom:30px;
}

.promo-black .woocommerce-Price-amount.amount {
    font-size: 2em;
    font-weight: 400;
}

.quantity .qty, 
.quantity .minus, 
.quantity .plus {
    background: #fff !important;
    padding: 0 !important;
}

.halloween ins {
    text-decoration: none;
}

.promo-black del .amount {
    opacity: 0.8;
    font-size: initial !important;
}

@media (max-width:767px){
	.promo-black .wp-block-post-title{
		font-size: 1.5em !important;
    	font-weight: 500 !important;
	}
}