/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

#wc-stripe-payment-request-wrapper,#wc-stripe-payment-request-button-separator {display:none!important;}

#header .main-menu .popup a {
    font-size: 12px;
    line-height: 15px;
}

a {
    font-weight:600;
}

.cli_messagebar_head {
	color:#fff;
}

.woocommerce-pay-buttons {
	width:100%;
}

.elementor-heading-title {
    line-height: 1.2;
}

.term-description {
	display:inline-block;
}

div.post-image.single {
	display:none;
}

.footer-copyright {
    color:#a8a8a8;
}

.footer-copyright a {
    color: #87bf3d;
}

.footer-copyright a:hover {
    color: #fff;
}

.footer-bottom {
    background-color: #222529;
    padding: 20px 0;
}

ul.products .category-list a:not(:hover) {
    color: #000000;
    font-size: 0.7rem;
    display: block;
    margin: 5px;
}

.wp-caption .wp-caption-text, .wp-caption-dd {
    text-align: center;
    font-weight: 600;
}

.personalizza_sidebar {
    color:#000;
}

.personalizza_sidebar a{
    color:#437500;
}

.price del {
    color: #606060;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large
 {
    color: #606060;
}

.mc4wp_accept {
    margin-top:5px;
}

/* Focus visibile solo da tastiera (moderno) */
:focus-visible {
  outline: 3px solid currentColor !important;
  outline-offset: 2px !important;
}

/* Evita bordo quando non è focus da tastiera */
:focus:not(:focus-visible) {
  outline: none !important;
}

@media (min-width: 768px) {
    #footer .col-md-6 {
        width: 100%;
    }
}

@media (max-width: 575px) {
	h3, h2, h1 {
    font-size: 20px;
	}
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="url"],
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	textarea, .form-control, select  {
		width:100%;
	}
}
@media (max-width: 991px) {
    #header.logo-center .header-main .container {
        display: block;
        margin-bottom: 10px;
    }
    #header.sticky-header .header-main.sticky .header-left {
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 12px;
    }
    #header .header-main .header-center {
        float: left;
    }
    #header .mobile-toggle {
        margin-left: 15px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    #header .advanced-search-layout button {
        padding: 0 6px;
    }
    #header .searchform .selectric .label {
        display: block;
    }
}