/*
Theme Name: UpStore Child
Theme URI: http://demo.theme-sky.com/upstore/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: upstore
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: upstore-child
*/

/* ---------- MODIFICHE HEADER ---------- */
/* Sfondo Main Menù*/
.header-middle, header .header-v9 .header-bottom, .header-v7 .header-middle > .container, header.ts-header .header-container .header-v7 .logo-wrapper.logo-ipad {
    border-radius: 30px;
}

/* ---------- MODIFICHE WIDGET ---------- */
/* Interlinea Righe*/
.widget_categories > ul > li, .widget_pages > ul > li, .widget_nav_menu .menu-menu-main-container > ul > li, .widget-container ul.product-categories > li, .widget-container.widget_categories > ul > li {
    padding: 0px 0px 0px 0px !important;
}

/* ---------- MODIFICHE POST ARTICOLI ---------- */
/* Nascondi Autore*/
.list-posts .entry-content .entry-meta-top, article.single > .entry-content > .entry-meta-top {
    margin-bottom: 0px;
    display: none;
}
/* Elimina margine alto */
.single-post article .entry-content .content-wrapper h1, .single-post article .entry-content .content-wrapper h2, .single-post article .entry-content .content-wrapper h3, .single-post article .entry-content .content-wrapper h4, .list-posts article .entry-summary h1, .list-posts article .entry-summary h2, .list-posts article .entry-summary h3, .list-posts article .entry-summary h4 {
    padding-top: 0px;
}

/* ---------- MODIFICHE WOOCOMMERCE ---------- */
/* Nascondi WOOCOMMERCE Tabs*/
.woocommerce div.product .woocommerce-tabs {
    display: none;
}
/* Nascondi 'Email to a friend'*/
div.product .summary .email {
    visibility: collapse;
}
/* Colore Price Amount'*/
div.product .woocommerce-variation-price .amount, .woocommerce div.product form.cart .reset_variations, .woocommerce div.product .woocommerce-variation-price .amount, .woocommerce .products .product .price.variation-price .amount {
    color: #2eb6bc !important;
}

/* ---------- MODIFICHE BREADCRUMB ---------- */

/* Dimensione Breadcrumb */
.breadcrumb-title-wrapper {
    height: 500px;
}
/* Centratura testo Breadcrumb */
@media
only screen and (min-width:1701px){
	.breadcrumb-title-wrapper .breadcrumb-content{
		height: 500px;
	}
/* Stile testo Breadcrumb */
.breadcrumb-title-wrapper .breadcrumb-title * {
    text-transform: uppercase;
}
/* Centratura Immagine Breadcrumb */
.breadcrumb-title-wrapper.ts-breadcrumb-parallax, .breadcrumb-title-wrapper.ts-breadcrumb-parallax .breadcrumb-content {
    background-position: bottom !important;
}
	
/* Bordo Pallini Colore */	
.product-wrapper .color-swatch > div {
    border: 1px solid;
}