/*
Theme Name:   Hostiven Child
Theme URI:    http://misitio.com/hostiven-child/
Description:  Tema hijo para varias modificaciones y mejoras personalizadas
Author:       Cabana Briam
Author URI:   http://hostiven.com
Template:     blocksy
Version:      1.0.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, buddypress, rtl-language-support, news
Text Domain:  hostiven-child
*/

/*admin*/
#wp-admin-bar-wp-logo, #wp-admin-bar-woocommerce-site-visibility-badge{
	display: none;
}

/*Buscador*/
.dgwt-wcas-search-wrapp{
    margin-bottom: 20px;
}

/*Productos*/
.product{
	background-color: #fff;
    border-radius: 10px;
}
.woocommerce-loop-product__title, .products .price, .ct-woo-card-actions{
	padding: 0 10px;
    text-align: center;
    align-self: anchor-center;
}
.ct-woo-card-actions{
	padding-bottom: 10px !important;
}
/*Add to Cart*/
button, .cart .ajax_add_to_cart, .ct-woo-card-actions a{
	font-weight: 600 !important;
	margin-top: 6px;
}
.products .quantity[data-type=type-2]{
	height: 40px;
}

/*Carrusel Product*/
.elements-wrapper .quantity{
	display: none;
}

/*MiniCarro*/
.woocommerce-mini-cart__buttons a:nth-of-type(1){
	min-width: 210%;
}
.woocommerce-mini-cart__buttons a:nth-of-type(2){
	display: none !important;
}

/*CategoryLogo*/
.gs_logo_single img{
	border-radius: 20px;
}
.gs_logo_container .gs_logo_title{
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
}

/*Ocultar Categoria en Marcas*/
.tax-product_brand #block-33, .tax-product_brand
.wp-elements-640d44b6ac89db1eeaf85522c8326c09{
	display: none;
}

/*Checkout y Cuenta*/
.wc_payment_methods, .woocommerce-shipping-totals,
.woocommerce-additional-fields h3, #order_review_heading,
.order-total, .woocommerce-MyAccount-navigation li:first-child, 
.validate-state, .woocommerce-customer-details{
    display: none;
}

/*Migas de pan*/
.first-item, .item-0{
	display: none !important;
}

/*Widgets*/
.wp-block-details summary{
padding: 15px 0 15px 20px;
margin-block-end: 0;
font-weight: 600;
}
.wp-block-details{
margin-bottom: 10px !important;
border-radius: 10px;
}
.wp-block-details p{
padding: 0 10px 15px 20px;
}

/*Widgets*/
.content-widget{
	display: none;
}
/*Precio*/
#block-13, .wc-block-components-price-slider{
	margin-bottom: 5px !important;
}

/*Escritorio*/
@media screen and (min-width: 690px){
	/*Logo*/
	.site-branding{
		padding-left: 50px;
	}
	/*Checkout*/
    .form-row-first{
        width: 100% !important;
    }
}

/*Movil*/
@media screen and (max-width: 999px){
	/*Widgets*/
	.content-widget{
		display: block;
	}
    /*Precio*/
    .wp-block-woocommerce-filter-wrapper{
    	padding: 0px 25px;
    }
	/*Categoria y Marca*/
	.wc-block-product-categories, .widget_brand_nav{
		padding: 0 10px 15px 20px;
	}
    .widgettitle{
        display: none;
    }
}