/*
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  ***************/
/*#header .searchform .selectric-cat {width:149px;}*/


/* Definisci il nome del font */
@font-face {
	font-family: 'Switzer';
	src: url('fonts/Switzer-Medium.otf') format('opentype');
	/* Specifica il formato del font, in questo caso OTF */
	font-weight: normal; /* Peso normale */
	font-style: normal; /* Stile normale */
}

/* Pesi aggiuntivi */
@font-face {
	font-family: 'Switzer';
	src: url('fonts/Switzer-Medium.otf') format('opentype');
	font-weight: 500; /* Peso medio */
	font-style: normal;
}

@font-face {
	font-family: 'Switzer';
	src: url('fonts/Switzer-Semibold.otf') format('opentype');
	font-weight: 600; /* Peso semi-bold */
	font-style: normal;
}

@font-face {
	font-family: 'Switzer';
	src: url('fonts/Switzer-Bold.otf') format('opentype');
	font-weight: bold; /* Peso grassetto */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p{
	font-family: 'Switzer', sans-serif;
}


/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FCE39E !important;
    border-radius: 10px;
}

.fw-semibold{
	font-weight:600;
}

.text-underline{
	text-decoration:underline !important;
}

.no-margin-bottom{
	margin-bottom:0 !important;
}

.logged-in .hide-if-login{
	display:none;
}

.text-icon-angle-right:after {
   font-family: "Font Awesome 5 Free";
   content: "\f105";
   display: inline-block;
   vertical-align: middle;
	font-weight:600;
	margin-left:5px;
}

ul.products li.product-col h3{
	letter-spacing: 0.16px;
	color: #000000;
	font-size:16px;
	line-height:20px;
	text-transform: lowercase;
	font-weight:600;
	max-width:264px;
}

ul.products li.product-col h3:first-letter{
	text-transform:uppercase;
}

#header .logo {max-width: 64.72px !important; min-width:unset;}
.header-col.header-right i{
	color:#000 !important;
	font-size:20px;
}

.header-col.header-right .search-toggle i{
	font-size:18px;
}

#header .main-menu > li.menu-item > a {
	font-weight:500;
}

#header .main-menu > li.menu-item:first-child > a {
	font-weight:700;
}

#header #mini-cart .minicart-icon {
    border: 1px solid;
    border-radius: 0 0 5px 5px;
    width: 18px;
    height: 15px;
    position: relative;
    margin: 5px 3px 1px;
}

#header #mini-cart .minicart-icon:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 9px;
    border: 1px solid;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    left: 4px;
    top: -7px;
    margin: 0;
}

#header .searchform-popup .search-toggle i:before, #header .searchform button i:before {
    content: "\e884";
    font-family: "porto";
    font-weight: 400;
}

#header #mini-cart .widget_shopping_cart .buttons a.checkout{
	color:#FFF;
}

.tparrows:before {
    color: #FFF !important;
    text-shadow: none !important;
}

.product-image .labels{
	top:0;
	left:0;
	letter-spacing: 0.13px;
	color: #000000;
	text-transform: uppercase;
	font-weight:700;
	font-size:13px;
}

.product-image .labels .onhot, 
.summary-before .labels .onhot{
	color:#000;
	background-color:#FCE39E;
	padding:10px;
}

/* Tile card */
.pu-tile-card {
    position: relative;
    display: block;
    overflow: hidden;
	color:#FFF;
}

.pu-tile-card:after{
	content:"";
	display:block;
	position:absolute;
	background-color:#000;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:.28;
	z-index:2;
}

.pu-tile-card img{
	max-width:100%;
	height:auto;
	transition:all .3s ease-in-out;
	position:relative;
	z-index:1;
}

.pu-tile-card:hover img{
	transform:scale(1.2);
}

.pu-tile-card .tile-title{
	position:absolute;
	bottom:40px;
	left:40px;
	z-index:3;
	color:#FFF;
	margin:0;
	letter-spacing: 0.18px;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
}

.pu-tile-card .tile-title em{
	font: italic normal normal 48px/64px Playfair Display;
	letter-spacing: 0.48px;
	font-size:48px;
	line-height:64px;
}


.footer-top{
	padding-top:20px;
	padding-bottom:20px;
	margin-top:60px;
}

#pu-shop-features > div{border-right: 2px dashed #CBCBCB;}
#pu-shop-features > div:last-child{border-right: none;}
#pu-shop-features .pu-ft-item{padding-top:36px; padding-bottom:36px;}
#pu-shop-features .pu-ft-item .pu-ft-text{
	margin-top:33px;
	letter-spacing: 0.32px;
	color: #000000;
	font-size:16px;
	line-height:24px;
}

#pu-shop-features a{
	transition: all .3s ease;
}

#pu-shop-features a:hover{
	text-decoration:none;
	opacity:.7;
}

#pu-shop-features .pu-ft-item svg {
    width: 80px;
    height: 45px;
}

#footer .widget-title{
	color:#717171;
	letter-spacing: 0.32px;
	margin-bottom:36px;
}

#footer .menu li{
	padding-left:0;
	border:none;
}

#footer .widget > div > ul.menu li,
#footer .widget > div > ul.menu{
	border:none;
}

#footer .menu li a{
	color:#FFF;
	transition:all .3s ease;
}

#footer .menu li a:hover{
	opacity:.7;
}

#footer .menu li:before{
	content:none;
}

#footer .footer-main > .container{
	padding-top:81px;
}

#footer .footer-main > .container:after{
	border-bottom:1px dashed #CBCBCB;
}

#footer .footer-left .logo{
	vertical-align: middle;
    display: inline-block;
    max-width: 64.72px;
}

#footer .footer-left .logo img{
	max-width:100%;
}

#footer .footer-left .footer-copyright{
	max-width:332px;
	color:#FFF;
	font-size:13px;
	line-height:20px;
	letter-spacing: 0.13px;
	display:inline-block;
	vertical-align:middle;
}

#footer .footer-left .footer-copyright a{
	text-decoration:underline;
}

.pu-mailchimp-form input[type="text"],
.pu-mailchimp-form input[type="email"],
.pu-mailchimp-form input[type="number"]{
	background:transparent;
	border: 1px solid #EFEFEF;
    color:#FFF;
	font-size:13px;
}

.pu-mailchimp-form input[type="submit"]{
	margin-left:0 !important;
	margin-top:10px;
	width:auto!important;
	background-color:#EEEFEE !important;
    color:#000 !important;
	font-size:13px;
    font-weight:600;
	padding: 10px 20px;
}


.pu-mailchimp-label{
	color:#717171;
	font-size:12px;
	letter-spacing:.13px;
	line-height:18px;
	margin-top:16px;
}

.pu-mailchimp-label a{
	text-decoration:underline;
}

.pu-mailchimp-form ::placeholder,
.pu-mailchimp-form ::-ms-input-placeholder{
  color: #FFF;
  font-size:13px;
}

.iubenda-tp-btn.iubenda-cs-preferences-link,
.iubenda-tp-alert-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-alert-btn[data-tp-float][data-tp-float=top-right], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right], .iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-uspr-btn[data-tp-float][data-tp-float=top-right]{
    transform: translateY(-40px) !important;
}

.pu-social-menu a{
	display:inline-block;
	margin-right:10px;
	transition: all .3s ease;
}

.pu-social-menu a:hover{
	opacity:.7;
}

.pu-social-menu a:last-child{
	margin-right:0;
}

.woocommerce-page .sidebar-content .widget-title{
	font-size:13px;
	text-transform:lowercase;
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term{
	text-transform: lowercase;
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term:first-letter,
.woocommerce-page .sidebar-content .widget-title:first-letter{
	text-transform:uppercase;
}

ul.product-categories{
	text-transform:lowercase;
}

.sidebar .product-categories li>a{
	font-size:13px;
}

ul.product-categories li a:first-letter{
	text-transform:uppercase;
}

.yoast-breadcrumbs{
	text-transform:uppercase;
	font-weight:lighter;
	color:#000 !important;
	margin-bottom:30px;
}

.yoast-breadcrumbs a{
	color:#000 !important;
}

.breadcrumb_last{
	font-weight:bold;
}


.single-product .product_title{
	letter-spacing: 0.32px;
	font-size:32px;
	line-height:38px;
	font-weight:500;
	text-transform:lowercase;
	margin-bottom:23px;
}

.single-product .product_title:first-letter{
	text-transform:uppercase;
}

.single-product .product-sku{
	color:#000;
	letter-spacing: 0.16px;
	font-size:16px;
	font-weight:500;
	margin-bottom:20px;
}

.summary p,
.summary a{
	color:#000;
}

.summary p{
	margin-bottom:5px;
}
.product-stock{
	color:#000;
}
.product-stock .stock{
	color: #119000 !important;
}

.product-stock.out-of-stock .stock{
	color:red !important;
}

div#product-tab{
	margin-top:60px;
	margin-bottom:60px;
}

.related.products .slider-title{
	text-align:center;
}

.need-help{
	letter-spacing: 0.16px;
	color: #898989;
	font-size:16px;
	line-height:20px;
	margin-top:40px;
	font-weight:500;
}

.need-help a{
	text-decoration:underline;
	color: #898989;
}

@media (min-width: 1320px){
	.single-product #main .container{
		max-width:1140px;
	}
	
	.single-product .summary.entry-summary.col-md-7{
		padding-left:65px;
	}
	
	.single-product #main .related.products .container {
		max-width:1300px;
	}
}

@media screen and (max-width: 992px) {

	
	#header .header-top .header-row,
	#header .header-top .header-row .header-col{
		display:block;
		text-align:center;
	}
	
	#header .top-header-center,
	#header .top-header-left,
	#header .top-header-right{
		text-align:center;
		margin-top:8px;
		margin-bottom:8px;
	}
	
	#header .main-header-link{
		display:none !important;
	}
	
	.pu-tile-card{max-height:390px}
	.pu-tile-card img{object-fit:cover;}
	
	#pu-shop-features > div:nth-child(2){border-right: none;}

}

@media screen and (max-width: 500px) {
		#header .logo {
		max-width: 40px !important;
		min-width: unset;
	}
	
	#header .header-row .header-left{
		order:3;
		justify-content:flex-end;
	}
	
	#header .mobile-toggle{
		margin-right:0;
	}
	
	#header .header-right {
		flex-basis:max-content;
	}
	
	.pu-tile-card{max-height:250px}
	.pu-tile-card img{object-fit:cover;}
	.pu-tile-card .tile-title{bottom:10px; left:10px;}
	.pu-tile-card .tile-title em{    
		font-size: 30px;
    	line-height: 40px;
	}
	
	#pu-shop-features .pu-ft-item .pu-ft-text{
		font-size: 13px;
    	line-height: 21px;
	}
	
	#pu-shop-features .pu-ft-item svg{
		width: 60px;
    	height: 35px;
	}
	
}