/*
Theme Name: BoxShop Child
Theme URI: http://demo.theme-sky.com/boxshop/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: boxshop
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: boxshop-child
*/

/* GENERAL */

/* PRODUCTO */

/*Ocultar pestaña personalizada*/
.ts_custom_tab{
	display: none !important;
}

/*mostrar título de producto*/
h1.heading-title.page-title.entry-title {
	color: black;
	font-size: 25px !important;
}

/*mostrar breadcrumb de producto*/
.breadcrumb-title-wrapper .breadcrumb-title * {
    color: black !important;
	font-size: 15px !important;
}

/*Ocultar navegación siguiente producto*/
.single-navigation{
	display: none !important;
}

/* TIENDA */

/*ocultar vista lista o cuadricula*/
.gridlist-toggle{
	display: none;
}

/*ocultar desplegable ordenar*/
.woocommerce-ordering{
	display: none;
}

/*ocultar filtro*/
.woocommerce-ordering, .prod-cat-show-top-content-button{
	display: none;
}

/*COMPARTIR PRODUCTO*/
ul.ts-product-social-sharing{
	display: none !important;
}

/*boton cancelar compra*/
a.button.cancel{
	margin-left: 90px;
}

/* SIMPLE BANNER */


/* COMPARTIR PRODUCTO */
ul.ts-product-social-sharing{
	display: none !important;
}

/* RESPONSIVE */
@media (max-width: 600px) {
input#submit_redsys_payment_form.button-alt{
	margin-right: 90px;
}
	
a.button.cancel{
	margin-left: 0px;
    margin-top: 30px;
}
}

/* TELEFONO Y MI CUENTA */
.info-desc, .my-account-wrapper .account-control > a, .my-wishlist-wrapper a, #lang_sel_click > ul > li > a, .header-currency .wcml_currency_switcher > a, .group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
	font-size: 12px;
	line-height: 26px;
    	font-weight: bolder;
    	color: black;
}


.account-control a,
.account-control a span {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 26px !important;
}


