/**
 * Theme Name:  Niku Child
 * Theme URI:   http://tokomoo.com
 * Description: A blank child theme of the Niku parent theme.
 * Version:     1.0
 * Author:      Your Name
 * Author URI:  http://tokomoo.com
 * Tags:        shop
 *
 * License:     GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Template:    niku
 */

/* Importing the parent theme stylesheet. */
@import url( '../niku/style.css' );

/* Place your custom style here. */


/*david arco*/

.sidebar-toggle
{
	display:none !important;
}


#searchForm
{
	display:none !important;
}
.slp_result_directions
{
	display:none !important;
}


/*david arco fin*/

/*arco javi*/
/*Imagenes de los productos*/
.products .product__image img, img.attachment-shop_single.size-shop_single.wp-post-image{
	border-radius: 0px !important;
}
/*Fondo de la web y del div emergente de los productos*/
main#content, #yith-quick-view-content, #yith-quick-view-modal .yith-wcqv-main{
	background-color: black;
}
/*Titulos y letras de toda la pagina y de la tabla de "Finalizar compra" y de "Carrito"*/
h2.product__title a, h2.product__title, span.woocommerce-Price-amount.amount, h3.product-category-name, p.woocommerce-result-count, .highlight-text h2, h2.section-title, span.nf-form-title h3, h2.entry-title a, .entry-share.social-share-holder.sharrre a, a.more-link, i.simple-icon-eye, .woocommerce-billing-fields h3, h3#ship-to-different-address, h3#order_review_heading, table.shop_table tfoot tr.cart-subtotal th, table.shop_table tfoot tr.pickup_location th, table.shop_table tfoot tr.order-total th, table.shop_table tfoot tr.shipping th, table.shop_table tfoot tr.tax-rate.tax-rate-es-iva-1 th, .shop_table tbody td.product-name a, .cart_totals.calculated_shipping h2, table.shop_table tbody tr.cart-subtotal th, table.shop_table tbody tr.shipping th, table.shop_table tbody tr.tax-rate.tax-rate-es-iva-1 th, table.shop_table tbody tr.order-total th, .entry-details h2, blockquote, .yarpp-related.yarpp-related-none h3, .share-post strong, .author-box h3, a.url.fn.n, .entry-related h3, h3.entry-title a, .post-navigation a, h3#reply-title, h2.section-title span {
    color: white !important;
}
/*titulo e iconos de "BLOG"*/
.entry-share.social-share-holder.sharrre a:hover, a.more-link:hover {
	color: #ff4e00 !important;
}
/*Numeros paginacion productos*/
span.page-numbers.current {
    color: #ff4e00 !important;
}
/*Numeros paginacion productos*/
a.page-numbers {
    color: #a6a6a6 !important;
}
/*Titulo div emergente productos*/
h1.product_title.entry-title {
    line-height: 65px;
	color: white;
}
/*Tabla "Finalizar compra"*/
table.shop_table tbody tr:nth-child(even), table.shop_table tfoot tr:nth-child(even) {
    background-color: #24292d;
}
/*Formulario de contacto*/
div#nf-form-1-cont {
	margin-left: 5%;
	margin-right: 5%;
}
.wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
	margin-bottom: 35%;
}

/*arco javi fin*/

/****************************************************************************/

/* 06/11/2017 Victor arco  */
/* div lletres direcció GoogleMaps(Tiendas) al hacer click en marcador */

.gm-style-iw {
	color: black;
	padding-right: 5px;	
}
/* Resultats de direccio botigues */
.results_wrapper {
	padding-left: 1%;	
}
.results_wrapper:hover span {
	color: black;
}

.results_wrapper:hover {
	background-color: #F2F2F2;
}

.results_wrapper a {
	color: white !important;
	font-weight: bolder;
	background-color:inherit;
}

.results_wrapper:hover a {
	color: black !important;
		
}

/* 07/11/2017  */

/* (div active) de búsqueda */

.search-form-box {
		background color: rgba(255,255,255,0.9) !important;
}

/* span con informacion de como realizar la búsqueda */

.search-form-box.active span {
	color: black;	
}

/* 08/11/2017 */

/* Treure border-bottom separador de menu header del Home_Page */
.page-id-597 .bottom-header .header-content {
	border-bottom: none;	
}

/* Treure border-bottom separador de menu header de /quienes-somos */
.page-id-121 .bottom-header .header-content {
	border-bottom: none;	
}


/* Color dels items del menu en movils */
.mobile-navigation {
	color: #77828b; 	
}

/* Separar llista de botigues del Mapa en (/Tiendas) */
#map_sidebar {
	margin-top: 20px;	
}

/* Compactar footer */
.site-footer .widget-holder {
	padding: 90px 0 15px 0 !important;
}
.site-footer .footer-copy {
	padding: 15px 0 90px 0 !important;
}


/* Informació de cada item de la llista de botigues del mapa a (/tiendas) */
@media (max-width: 715px) {
	
	.results_entry > * {
   		display: block !important;
    	width: 100% !important;
    	text-align: center !important;
	}
}



/*arco Victor fin*/


/****************************************************************************/


/*07/11/2017 David O arco*/

 /*Cambiar icono bolsa por carrito desplegable al pulsar el icono del carrito*/
 .widget.widget_shopping_cart .product_list_widget li.empty:before {
        content: "\e04e" !important;
 }
 /*Cambiar icono bolsa por carrito al añadir los productos a la cesta en los apartados de la pestaña menú*/
 .products .product__action .ajax_add_to_cart:before {
        content: "\e04e" !important;
 }
 
/*Añadir elemento divisor entre el menú y el resto de la página*/
.header-content {
border-bottom: 1px groove lightgray;
}
/*Al ponerse el menú en blanco, quito el borde diferenciador*/
.sticky-header .header-content{
	border:none;
}
/*arco David O fin*/

/****************************************************************************/
