/*
Theme Name:   ChildEB
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       admin
Author URL:   Scrivi qui il l'URL  del blog / sito web dell'autore
Template:     wp-bootstrap-starter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.htmljQuery
Text Domain:  ChildEB
*/


/* COLORS
 * BLU: color: #002D5D;
 * ROSSO: color: #E31D18;
 * 
 * 
 */

:root {
  	--primary-color: #002D5D;
	--secondary-color: #ff0004;
}

@font-face {
  	font-family: LatoLight;
  	src: url('assets/fonts/Poppins/Poppins-Light.ttf');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins';
  	src: url('assets/fonts/Poppins/Poppins-Regular.ttf');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins-Bold';
  	src: url('assets/fonts/Poppins/Poppins-Bold.ttf');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins-Black';
  	src: url('assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
	font-display: swap;
}

* {
	font-family: 'Poppins';
	font-weight: 400;
	font-style: normal;
}
body {
	/*background-color: rgba(0,0,0,.025);*/
}
a:hover {
	text-decoration: none !important;
}
h1 {
	font-family: 'Poppins-Bold';
	font-weight: 700 !important;
	font-style: normal;
}
h2 {
	font-family: 'Poppins';
	font-weight: 600 !important;
	font-style: normal;
}
h1 {
	font-size: 3.5rem !important;
	color: var(--primary-color) !important; 
}
h1 > b,
h1 > strong {
	font-family: 'Poppins-Bold';
	font-weight: 700 !important;
	font-style: normal;
	color: var(--secondary-color) !important; 
}

h2 > b,
h2 > strong {
	font-family: 'Poppins-Bold';
	font-weight: 700 !important;
	font-style: normal;
	color: var(--secondary-color) !important;
}
h2 {
	color: var(--primary-color) !important;
	font-size: 3rem !important;
}

h3 {
	font-size: 1.2 rem important;
}
h4 {	
	font-size: 1 rem;
}

ul {
	list-style: none;
}
.custom-shadow {
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.red-color,
.contatti a {
	color: var(--secondary-color) !important;
}
.tagged_as a,
.woocommerce-product-details__short-description a,
.woocommerce-Tabs-panel--description a,
.woocommerce-review-link {
	color: var(--secondary-color) !important;
}
.border-bottom {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000000 !important;
}
.bullet-list {
	list-style: disc;
    margin-right: 0px;
    padding-left: 15px;
}
.grecaptcha-badge { 
    visibility: hidden;
}

.rounded {
    border-radius: .5rem !important;
    overflow: hidden !important;
}
.shadow {
    box-shadow: 0 0 1rem 0rem rgba(0, 0, 0, .2) !important;
}
.contenitore-quadrato {
	width: 100%; /* Occupa la larghezza disponibile */
  	padding-bottom: 100%; /* Questo imposta l'altezza uguale alla larghezza, creando un quadrato */
  	height: 0; /* Annulla l'altezza predefinita */
  	position: relative; /* Necessario per posizionare l'immagine al suo interno */
	border-radius: 10px;
	overflow: hidden;
}

.contenitore-quadrato img {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	object-fit: cover; /* Assicura che l'immagine riempia il quadrato, ritagliando se necessario */
}

/* ALERT
 * --------------------------- */
.alert-info {
    color: #FFFFFF !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.alert-info h2 {
	color:#FFFFFF !important;
	font-size: 3rem !important;
}
.alert-info h2 strong,
.alert-info h2 b {
	color: var(--secondary-color) !important;
}

.big-bullet {
	background-color: var(--secondary-color) !important;
	color: #FFFFFF !important;
	padding: 2px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 2rem;
	font-weight: 700;
	border-radius: 50px;
}
/* BG
 * ------------------------ */
.gray-bg {
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.gray-bg h3 {
	color: var(--secondary-color);
}
.gray-bg p {
	color: #002D5D;
}

.white-bg {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.white-bg h3 {
	text-align: center;
	color: var(--secondary-color);
}
.white-bg p {
	color: #002D5D;
}
.section-lightblue {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #b6cbeb;
}
.section-lightblue h3,
.section-lightblue h4 {
	color: #1c3257 !important;
}
.section-lightblue h4 {
	font-size: 1.3rem;
}
.section-lightblue .btn-outline-primary {
    color: #1c3257;
    border-color: #1c3257;
}
.section-lightblue .btn-outline-primary:hover {
    color: #FFFFFF !important;
    background-color: #1c3257;
    border-color: #1c3257;
}


/* BUTTONS
 * ------------------------ */
.wp-block-button__link {
    color: #FFFFFF;
    background-color: var(--primary-color) !important;
    border-radius: 15px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
	border: 2px solid var(--primary-color) !important;
}
.wp-block-button__link:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    background: var(--secondary-color) !important;
	border-color: var(--primary-color) !important;
	border: 2px solid var(--secondary-color) !important;
}

.button-outline .wp-block-button__link {
	background: #FFFFFF !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;	
}
.button-outline .wp-block-button__link:hover {
	background: #FFFFFF !important;
    border: 2px solid var(--secondary-color) !important;
    color: var(--secondary-color) !important;	
}

.button-negative .wp-block-button__link {
	background: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color) !important;
    color: #FFFFFF !important;	
}
.button-negative .wp-block-button__link:hover {
	background: #FFFFFF !important;	
    border: var(--secondary-color) !important;	
    color: var(--secondary-color) !important;	
	border: 2px solid #FFFFFF !important;	
}


.btn-primary {
	background-color: var(--primary-color) !important;
}
.btn-secondary {
	background-color: var(--secondary-color) !important;
}
/*.btn-primary:hover,
.btn-primary:focus, 
.btn-primary:active {
	background-color: #E31D18;
	border-color: #E31D18;
	color: #FFFFFF;
}
/*:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
    background: transparent !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}*//*
.btn-light {
	background-color: transparent !important;
}
.btn-light .wp-block-button__link {
    color: var(--secondary-color) !important;
    background-color: #FFFFFF !important;
    border-radius: 15px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}*/

/* FOOTER
 * ------------------------- */
.site-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #002D5D !important;
	color: #FFFFFF;
}
.site-footer p {
	color: #FFFFFF;
}
.site-footer a {
	color: #FFFFFF !important;
}
.site-footer a:hover {
	color: #E31D18 !important;
	text-decoration: none;
}
.site-footer .logo-footer {
	width: 300px;
}
@media (max-width: 575.98px) {
	.site-footer .logo-footer {
		width: 100%;
	}
}
#myBtn {
  	display: none;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  	z-index: 9999999;
  	width: 40px;
	height: 40px;
  	cursor: pointer;
}

.ontop:hover {
  	width: 40px;
	fill: #FFFFFF;
	background-color: var(--secondary-color);
	border-radius: 40px;
}
.ontop {
	width: 40px;
	fill: var(--secondary-color);
	background-color: #FFFFFF;
	border-radius: 40px;
}
#_form_69135392EDEEA_ {
    margin: 0 auto 0 !important;
    padding: 0 !important;
}
._submit {
	height: 35px;	
}
._inline-form {
	padding: 0 !important;
	MARGIN: 0 !important;
}
/* LAYOUT
 * ------------------------ */
.site-content {
	padding-top: 20px !important;
}
.fullmenu-top {
	padding-top: 50px !important;
} 
.border-bottom-conteiner {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #DDDDDD;
}

/* WPCOMMERCE PAGE LAYOUT
------------------------------ */
.eb-wpcammerce .page-title {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 2rem;
	color: var(--secondary-color) !important;
}
.xlwcty_wrap {
    max-width: 100% !important;
}
/* ADV BANNER
 * ---------------------------- */
.adv-banner-container {
	text-align: center;
	background-color: yellowgreen;
}
.adv-banner-container h5 {
	font-family: LatoBold;
	color: #333333;
	font-size: 1rem;
	padding: 1rem .5rem;
	margin-bottom: 0 !important;
}
.adv-banner-container h5 a,
.adv-banner-container h5 b {
	font-family: LatoBold;
	color: #000000 !important;
}


/* TOPBAR
 * ------------------------ */
.topbar {
	z-index: 999;
	position: fixed;
	left:0; 
	right:0;
	top: 0;
	width: 100%;
	background-color: #DADADA;
}
.topbar .navbar-light .navbar-nav .nav-link, 
.navbar-light .navbar-nav .nav-link {
	font-size: 0.7rem;
	color: #002D5D;
}
.topbar .navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #000000;
}
.topbar-mobile {
	display: none;
}
#menu-topbar {
	margin-left: 0;
	margin-right: auto;
}
.is-search-form {
	margin-top: 8px;
	margin-bottom: 8px;
}
.is-form-style-3 {
	/*margin-right: 10px !important;
	margin-left: auto !important;
	float: right;*/
}
#is-search-input-262,
#is-search-input-5880 {
	color: #000000 !important;
	border-color: #cccccc !important;
	background-color: #ffffff !important;
}
.is-search-submit .is-search-icon {
	color: #ffffff !important;
	background-color: #E31D18 !important;
	border-color: #E31D18 !important;
}
.is-form-id-262 .is-search-icon,
.is-form-id-5880 .is-search-icon {
	color: #ffffff !important;
	background-color: #E31D18 !important;
	border-color: #E31D18 !important;
}
.menu-item-697 a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background-image: url('assets/svg/topbar-icons-account.svg');
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 20px;
    height: 20px;
	background-size: 20px 20px;
	margin-right: 5px;
	margin-top: -4px;
}
.menu-item-9 a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background-image: url('assets/svg/topbar-icons-produttore.svg');
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 20px;
    height: 20px;
	background-size: 20px 20px;
	margin-right: 5px;
	margin-top: -4px;
}
.menu-item-10 a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background-image: url('assets/svg/topbar-icons-mail.svg');
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 20px;
    height: 20px;
	background-size: 20px 20px;
	margin-right: 5px;
	margin-top: -1px;
}
.menu-item-11 a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background-image: url('assets/svg/topbar-icons-telefono.svg');
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 20px;
    height: 20px;
	background-size: 20px 20px;
	margin-right: 5px;
	margin-top: -2px;
}
.menu-item-932 a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background-image: url('assets/svg/topbar-icons-facebook.svg');
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 20px;
    height: 20px;
	background-size: 20px 20px;
	margin-right: 5px;
}
.menu-item-933 a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background-image: url('assets/svg/topbar-icons-instagram.svg');
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 20px;
    height: 20px;
	background-size: 20px 20px;
	margin-right: 5px;
}
#is-search-input-262,
#is-search-input-5880 {
    color: #000000 !important;
    border-color: #cccccc !important;
    background-color: #ffffff !important;
	border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.is-form-id-262 .is-search-submit,
.is-form-id-5880 .is-search-submit {
	border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
}
    

/* MENU
 * ------------------------ */
header#masthead {
	z-index: 999;
	position: fixed;
	left:0; 
	right:0;
	top: 0;
	width: 100%;
	margin-bottom: 0;
	background-color: #002D5D;
	/*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);*/
	padding: .5rem 1rem;
}
.navbar-brand img {
	width: 220px;
	display: inline-block;
}
.navbar-brand p {
	margin-left: 10px;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #FFFFFF;
	padding: 0.5rem;
	font-weight: 300 !important;
	font-size: 1rem !important;
	margin-right: .5rem;
	text-decoration: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
	color: var(--secondary-color);
	font-weight: 300 !important;
	font-size: 1rem !important;
	margin-right: .5rem;
	text-decoration: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: var(--secondary-color);
    font-weight: 600;
    /* background: #f9f9f9; */
}
.item-login {
	padding-top: 8px;
}
.wpmenucart-display-standard {
	padding-top: 8px;
}
#menu-item-dropdown-6215,
#menu-item-dropdown-779,
#menu-item-dropdown-783,
#menu-item-dropdown-791,
#menu-item-dropdown-787,
#menu-item-dropdown-829 {
	display: none;
}
.menu-item-828 a {
	color: #E31D18 !important;
	font-family: latoBlack !important;
}
.woocommerce-form-login-toggle .woocommerce-info {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: var(--secondary-color);
    color: #FFFFFF;
    border-top: 3px solid #FFFFFF;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-form-login-toggle .woocommerce-info a {
    color: #FFFFFF;
}
.woocommerce-form-login-toggle .woocommerce-info::before {
    color: #FFFFFF;
}
#menu-gadget-viaggio a {
	padding: 0rem !important;
}
.dropdown-menu {
	min-width: 15rem;
}
#menu-gadget-viaggio .dropdown-menu {
	padding: 10px;
	background-color: #DDDDDD !important;
	-webkit-box-shadow: 0px 5px 12px 2px rgb(0 0 0 / 20%);
    box-shadow: 0px 5px 12px 2px rgb(0 0 0 / 20%);
}
#menu-gadget-viaggio .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: .8rem;
}
#menu-gadget-viaggio .dropdown-item:hover {
    color: var(--secondary-color);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

/* FILTER MENU
 * --------------------------- */
.filter-container {
	margin-top: .7rem;
}
@media (min-width: 767.98px) {
	.filter-container {
		margin-top: 3rem !important;
	}
}
@media (min-width: 1200px) { 
	.filter-container {
		margin-top: 1rem !important;
	}
}

.menu-menu-filtri-container li {
	display: inline-block;
}
.menu-menu-filtri-container li a {
	background-color: #DDDDDD;
    color: #000000;
	text-decoration: none !important;
	text-transform: uppercase;
    font-weight: 500;
	border-radius: 2rem !important;
	margin-top: 9px;
	margin-right: 15px;
    padding: .3rem 1rem;
}
.menu-accent a {
	background-color: #E31D18 !important;
    color: #FFFFFF !important;
}

/* MEGAMENU
 * ---------------------------- */
.megamenu {
	z-index: 991;
	position: fixed;
	left:0; 
	right:0;
	top: -300px;
	width: 100%;
	padding-top: 10px;
	background-color: #FFFFFF;
	webkit-box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.2); 
	box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.2);
	font-size: .8rem;
	transition-duration: 500ms;
}
.megamenu a {
	font-size: 1rem !important;
	color: var(--primary-color) !important;
}
.megamenu a.megamenu-subtitle {
	font-size: 1rem !important;
	text-transform: uppercase;
	color: var(--secondary-color) !important;
	font-weight: 600 !important;
}

.megamenu a:hover {
	text-decoration: none;
	color: var(--secondary-color) !important;
}
.megamenu .menu {
	padding-left: 0 !important;
}

/* SUBMENU
 * --------------------------- */
.submenu {
	z-index: 991;
	position: fixed;
	left:0; 
	right:0;
	top: 80px;
	width: 100%;
	padding-top: 10px;
	background-color: #FFFFFF;
	/*-webkit-box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.2); 
	box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.2);*/
	font-size: .8rem;
	transition-duration: 500ms;
}
.submenu-col {
	border-right: 2px solid #002D5D;	
	margin-bottom: 10px;
}
.submenu .menu-title {
	font-family: latoBlack;
	margin-bottom: 5px;
	color: #002D5D;
	font-weight: 700;
}
.submenu img {
	text-align: right;
	margin-right:5px;
	margin-left:5px;
	height: 35px;
}
.submenu .menu {
	padding-left: 0;
	margin-bottom: 0;
}
.submenu a {
	text-transform: uppercase;
	color: #002D5D;
}
.submenu a:hover {
	text-decoration: none;
	color: var(--secondary-color);
}

/* HEADER
 * -------------------------- */
h1.entry-title {
	font-size: 1.3rem;
	border-bottom: 0px solid #eaecef;
}
#post-700 .entry-header {
	text-align: center;
}
#post-700 .entry-title,
h1.entry-title {
	font-size: 1.3rem;
}
#post-700 h3 {
	font-size: 1rem important;
}
#post-700 p {
	font-size: 1rem;
	text-align: justify;
}



/* HOME PAGE
 * -------------------------- */
.margin-left-hero {
	margin-left: 10vw;
}
.margin-right-hero {
	margin-right: 10vw;
}
@media (max-width: 767.98px) {
	.margin-left-hero {
		margin-left: 0;
	}
	.margin-right-hero {
		margin-right: 0;
	}
}
.banner-home {
	height: 190px;
}

@media (max-width: 575.98px) {
	.banner-home {
		height: 170px;
	}
	.icon-home .wp-block-media-text__media img, .wp-block-media-text__media video {
    	height: auto;
		max-width: unset;
    	vertical-align: middle;
    	width: 50px;
	}
	.icon-home .wp-block-media-text {
    	text-align: center;	
	}
}
.hero-home {
	background-image: url('/wp-content/uploads/2023/06/etichette-bagaglio-search-home-bg.webp');
	background-size: cover;
	padding: 6rem 2rem;
}
.hero-home h1 {
	font-family: 'LatoBlack';
	color: #FFFFFF !important;
	text-shadow: 0 0 10px rgba(0,0,0,.7);
}
.hero-home .is-form-id-5920 {
	margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
	max-width: 400px;
	border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
	overflow: hidden;
}
.hero-home .is-form-id-5920 .is-search-submit {
	border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
	overflow: hidden;
}
.hero-home .is-form-id-5920  .is-search-submit path {
    fill: #ffffff !important;
}
.adv_home {
	margin-top: 50px;
}
.slide {
	height: 60vh !important;
	background-size: cover;
	background-position: center;
	border-radius: 0;
	/*margin-top: 180px;*/
}
.home-page-bg {
	height: 60vh !important;
	background-size: cover;
	background-position: center;
	border-radius: 0;
}
.page-padding-top {
	padding-top: 40px;
}
.carousel-item {
	height: 60vh !important;
	background-size: cover;
	background-position: center;
}
.carousel-item .main-title {
	padding: 0 15%;
	width: 65%;
}
.carousel-item h1 {
	text-transform: uppercase;
	font-family: 'LatoBlack';
	font-size: 2.4rem;
}
.carousel-item h2,
.carousel-item h2 p {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'LatoBold';
	font-size: 2rem;
}



/* JUMBOTRON EVIDENCE
 * -------------------------- */
.evidence.evidence-bg {
	background-size: cover;
	border-radius: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.evidence h3 {
	text-align: center;
	color: #FFFFFF;
}
.evidence p {
	text-align: center;
	color: #FFFFFF;
}
.evidence span {
	display: block;
	font-size: 1.2rem !important;
	font-family: 'LatoBlack';
	text-align: center;
	color: #FFFFFF;
	border: 0 solid #FFFFFF !important;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: .2rem 1rem;
}
.evidence-item img {
	width: 150px;
}
.evidence-item p {
	color: #FFFFFF;
	font-size: .8rem;
	line-height: 1.1;
}

.jumbotron {
	border-radius: 0 !important;
}
.jumbotron-image {
	margin-top: 0;
	height: 50vh;
	background-size: cover;
}
.jumbotron .container {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.jumbotron h1 {
	font-size: 2.2rem;
	color: var(--secondary-color);
}
.jumbotron p {
	font-size: 1rem;
	color: #FFFFFF;
}

/* AZIENDA
 * ----------------------- */
.hero-azienda h3 {
	font-size: 2.2rem;
	color: var(--secondary-color) !important;
}


/* BEDGE LABEL
 * --------------------------- */
.product-label{
    transform: rotate(-45deg);
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 170, 0, 1);
    width: 141px;
    top: 26px;
    left: -31px;
    right: auto;
    padding: 3px;
    font-size: 13px;
	text-transform: uppercase;
}


/* FORM
 * -------------------------- */
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-noborder {
	padding: .375rem .5rem;
	border: 0px solid #ced4da;
	border-radius: 0rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-noborder span.first label {
	padding-left: 0 !important;
}
.form-control-noborder label {
	margin-top: 0 !important;
}
.form-container label {
	text-align: left;
	margin-bottom: 2px;
	padding-left: 13px;
	width: 100%;
}	
textarea {
	resize: none;
	 border: 1px solid #DDDDDD !important;
	border-radius: 3px !important;
}
.form-container .acceptance {
	text-align: left;
}
.form-container .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 0;
}
.wpcf7-submit {
	background-color: var(--secondary-color) !important;
	border-color:var(--secondary-color) !important;
	color: #FFFFFF;
}
.wpcf7-submit:hover {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}
.wpcf7-submit .btn-primary.disabled, .btn-primary:disabled {
	color: #FFFFFF;
	background-color: var(--secondary-color);
	border-color: var(--secondary-color)
	opacity: .3;
}
.wpcf7-not-valid-tip {
	text-align: left;
	padding-left: 13px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #CCCCCC !important;
    height: 30px !important;
}
form label {
    line-height: 1;
	font-size: .8rem;
	margin-bottom: .2rem;
	margin-top: .5rem;
}
#ship-to-different-address {
	margin-top: 1rem;
}
#distributorForm h5 {
	color: var(--secondary-color);
}

/* WOOCOMMERCE PRODUCT
------------------------------- */
.wc-block-grid__product-link {
	border-radius: 15px;
}
.home-page-product-container li {
	margin: 0 2% 2.992em 0;
	flex: 1 0 31% !important;
    max-width: 31% !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
	border-radius: 10px;
}
@media (max-width: 575.98px) {
	.home-page-product-container li {
	 	max-width: 100% !important;
	}
}
.home-page-product-container li:nth-child(3n + 0) {
	margin: 0 0 2.992em 0;
} 
.home-page-product-container .wc-block-grid__product-rating {
	display: none;
}
.home-page-product-container .wc-block-grid__product-price span {
	color: var(--secondary-color) !important;
	font-weight: 400;
}
*/
.wc-block-grid__product {
    border: 1px solid #EEE;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.wc-block-grid__product .wc-block-grid__product-title {
	color: #666666 !important;
	padding: 0 10px;
}
.wc-block-grid__product .wp-block-button__link.add_to_cart_button {
	color: #FFFFFF !important;	
}
.woocommerce .art-code {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	background-color: #FFFFFF;
	/*-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);*/
	text-align: center;
}
ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0;
	border-radius: 20px !important;
	border: 1px solid rgba(0,0,0,.2) !important;
    overflow: hidden;
}
.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em;
	padding: 0 .5rem;
}
.woocommerce ul.products li.product .button {
	margin: 10px auto 20px auto;
}
.woocommerce-product-details__short-description {
	line-height: 1.5;
	text-align: left;
}
.woocommerce-product-details__short-description h2 {
	font-size: 2rem !important;
	font-weight: 400 !important;;
	color: var(--primary-color) !important;
}
h4.produce-subtitle {
    color: var(--secondary-color);
    font-size: 1rem;
    margin-bottom: 20px;
}
.woocommerce-Tabs-panel ul {
	list-style: revert;
}
.description_tab active a {
    color: #FFFFFF !important;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 3em;
}
.woocommerce-Tabs-panel em {
	color: var(--secondary-color);
}

/* PRODUCT LIST
 * ---------------------------- */

.orderby {
	position: relative;
	height: 35px;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #000000;
	appearance:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-color: #FFFFFF;
	background-position: calc(100% - 12px) center !important;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    padding: 0 0 0 5px;
	margin-top: -10px;
	color: var(--secondary-color);
}



.wc-block-grid__product-image {
	/*-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	border-radius: 5px;
    overflow: hidden;*/
}
.wc-block-grid__product-onsale {
	position: absolute;
	top: 10px;
	right: -10px;
	background-color: var(--secondary-color);
	color: #FFFFFF;
	border: 0px;
	-webkit-box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.2);
	box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.2);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	word-break: break-word;
	white-space: normal;
	margin: 0 auto!important;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	padding: .5em 1em;
	font-size: .8em;
	background-color:var(--secondary-color);
	border-color: var(--secondary-color);
	border-radius: 0.3em;
	color: #FFFFFF;
}
.wc-block-grid__product-title {
	color: #000000;
}
.woocommerce-loop-product__title {
	height: 50px !important;	
}
.added_to_cart {
	color: #000000;
	margin-left: 10px;
}
.wc-block-grid__product {
    background-color: #FFFFFF;
    /*-webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);*/
    text-align: center;
	border-radius: 20 px;
    overflow: hidden;
}
.product-home {
	background-color: #FFFFFF;
    /*-webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);*/
    text-align: center;
	border-radius: 20 px;
    overflow: hidden;
	align-items: stretch;
}
.product-home a:hover {
	text-decoration: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    border-radius: 20px !important;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #FFFFFF;
    border-top: 0px;
}
.novisibility {
	opacity: 0;
}
.product-home .card-text {
	color: #000000;
	text-transform: none;
	font-family: LatoBold;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 10px;
}
.product-home .card-text:hover {
	color: #000000;
	text-decoration: none;
}
.product-home .card-body {
	padding-bottom: 0;
}
.product-home .card-cod {
	margin-bottom: 0;
	color: #000000;
}
.product-home .card-price {
	margin-bottom: 0;
	color: var(--secondary-color);
}


@media (max-width: 575.98px) {
	.wc-block-grid__product-price {
   		 font-size: 1.4rem !important;
	}
	.wp-block-button__link {
    	font-size: 1.4em !important;
	}
}

/* LISTA CATEGORIE PRODOTTI
 * --------------------------- */
.widget_product_categories li a {
	display: inline-block;
	padding: .5rem .2rem 0 0;
	color: #000000;
}
.widget_product_categories li a:hover {
	color: var(--secondary-color);
	background-color: #FFFFFF;
}
.widget_product_categories li span {
	display: inline-block;
}
.widget_product_categories ul.children {
	padding-left: 1rem;
}
.widget_product_categories ul.children li a {
	padding: 0;
	color: #000000;
}
li.product p {
	padding-top: 15px;
	margin-bottom: 5px;
}
.widget_product_categories ul.children li a:hover {
	color: var(--secondary-color) !important;
	background-color: #FFFFFF;
}
.woocommerce-loop-product__link img {
	/*-webkit-box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.2) !important;
	box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.2) !important;*/
}
.woocommerce-loop-product__link h2 {
	color: var(--primary-color) !important;
}
.woocommerce-loop-product__link .price {
	color: #E31D18 !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	text-transform: uppercase;
	font-weight: 400;
	background-color: var(--secondary-color) !important;
	text-decoration: none !important;
	background-image: none !important;
	color: #FFFFFF !important;
	border: 0 !important;
    padding: .75rem 1.5rem !important;
	border-radius: .5rem !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: var(--secondary-color) !important;
	text-decoration: none !important;
	background-image: none !important;
	color: #FFFFFF !important;
    border: 0 !important;
}
.woocommerce ul.products li.product a img {
	margin: 0em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0rem 0.5rem .5rem 0.5rem;
    margin: 0;
    font-size: 1rem !important;
	font-weight: 300 !important;
}
.term-description {
	margin-bottom: 40px !important;
	text-align: justify;
}
.term-description h2 {
	font-size: 1.6rem !important;
	text-align: left;
}
.term-description-extra a,
.term-description a {
	color: var(--secondary-color) !important;
}
.term-description-extra {
	text-align: justify;
}

/* single PRODUCT 
 * --------------------------- */
.product .entry-summary {
	margin: 0;
}
/*.product_title {
	font-family: 'LatoBold';
}*/
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000000;
	font-size: 1.25em;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #E31D18 !important;
	color: #FFFFFF;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: var(--secondary-color) !important;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
    border: 0 !important;
    padding: 0.65rem 1rem !important;
}
.woocommerce div.product .stock {
	color: #AAAAAA;
}
span.sku_wrapper {
	display: block;
	font-weight: 700 !important;
}
.sku {
	font-weight: 700 !important;
}
.posted_in > a {
	color: var(--secondary-color) !important;
}
.woocommerce-product-details__short-description {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.reset_variations {
	display: none !important;
	color: var(--secondary-color) !important;
}
.variations {
	margin-bottom: 0px !important;
}
.product_meta,
.single_variation_wrap {
	//border-top: 1px solid #CCCCCC !important;
	padding-top: 0 !important;
}
.product_meta .posted_in {
	display: block;
}
.single_variation_wrap .produce-subtitle {
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC !important;
}
.product-block {
	border-bottom: 1px solid #CCCCCC !important;
}
.woocommerce-product-gallery > .flex-viewport {
	border: 1px solid #999999;
	margin-bottom: 15px;
}
.woocommerce-product-gallery ol {
	margin-top: 10px;
}
.woocommerce-product-gallery li {
	padding: 0 10px;
}
.woocommerce-product-gallery li:first-child {
	padding-left: 0px;
}
.woocommerce-product-gallery li:lest-child {
	padding-right: 0px;
}
.variable-item.selected {
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #002D5D !important;
	box-shadow: 0;
	padding: 2px;
	margin: 4px 8px 4px 0;
	color: #FFFFFF;
	border: 0px;
}
.variations label {
	text-transform: uppercase;
	font-size: 0.8rem;
	line-height: 1 !important;
	margin-bottom: 5px;
}
.variations td.label {
    padding-right: 1em;
    margin-bottom: 5px !important;
}
.variations th.label {
	display: block;
}
.tier-pricing-summary-table {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
	margin: 0 0 20px 0;
}
.tier-pricing-summary-table__bottom {
	border-top: 1px solid #000000;
}
.tier-pricing-summary-table h4 {
	padding: 5px 0 0 0 !important;
}
.tier-pricing-summary-table span {
	font-size: .9rem;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: .83em;
    padding: 0.2rem 0.5rem;
    border: 1px solid;
    border-radius: 3px;
    margin-top: 20px;
    background-color: #FFFFFF;
    clear: both;
    margin-top: 10px;
    display: block;
    width: 60px;
    text-align: center;
}
.woo-variation-items-wrapper {
	margin-bottom: 15px;
	padding-left: 0 !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	border: 0;
	vertical-align: top;
	line-height: 1em;
}
.pswp {
	z-index: 999 !important;
}
.woocommerce .quantity .qty {
	width: 5em;
	text-align: left;
	height: 2.3rem;
	border: 1px solid #cccccc;
}
.woocommerce-variation-price .price::before {
	content: "PREZZO UNITARIO";
	font-size: .8rem;
	margin-right: 10px;
	color: #AAAAAA;
}
.woocommerce-variation-price {
	margin-bottom: 10px !important;
}
.image-help {
	margin-top: 0;
	display: block;
}
.product-block {
	width: 100%;	
	display: block;
}
.product-name a,
.shipping-calculator-button {
	color: var(--secondary-color) !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	padding:0 !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: var(--wvs-selected-item-background-color,#fff);
    color: #FFFFFF !important;
}
.woocommerce div.product form.cart table td {
    padding: 9px 12px;
}


/* GALLERY
 * -------------------------------- 
.slick-slide {
	margin-bottom: 10px !important;
}
.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
	border: 1px solid #cccccc;
}
#wpgis-gallery .slick-slide {
    margin: 5px;
}*/
.nickx-slider-for {
    overflow: hidden;
    margin-bottom: 15px;
    max-height: 372px;
}
.term-vendite-al-dettaglio-privati .nickx-slider-for {
    overflow: hidden;
    margin-bottom: 15px;
    max-height: auto !important;
}
li.nslick-slide {
	max-height: 90px;
}
li.nslick-slide img {
	width: 100%;
}
.nickx-slider-for iframe {
	width: 100%;
	height: 372px !important;
}



/* SIDEBAR
------------------------------------- */
.sidebar {
	margin-top: 55px;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	background-color: #FFFFFF;
	/* BLU: color: #002D5D; */
 	/* ROSSO: color: #E31D18; */
	padding: 15px 0;
}
.sidebar-menu {
	padding: 0;
}
.sidebar-menu li {
	border-bottom: 1px solid #EEEEEE;
	padding-left: 10px;
	line-height: 2;
}
.sidebar-menu li a {
	color: #666666;
}
.sidebar-menu li a:hover {
	color: var(secondary-color);
}
aside {
	
}
.select_option:hover, .select_option.selected {
	border-color: #000000;
}


/* WOOCOMMERCE MESSAGES
 * ------------------------------------- */
.woocommerce-message {
	border-top-color: #002D5D;
}
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #FFCD00;
	color: #000000;
	border-top: 3px solid #FE5000;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	font-size: 1.2rem;
}
.woocommerce-message::before {
	content: "\e015";
	color: #FE5000;
}
.woocommerce-message a {
    color: #FE5000;
}

.woocommerce-info {
	background-color: #dce7ef;
}
.woocommerce-info::before {
	content: "";
}
.woocommerce-info a {
    color: #1e85be;
}



/* PRICE TABLE
 * ----------------------------- */
.price-rules-table {
    border: 1px solid #dddddd !important;
    background: transparent !important;
    border-radius: 0 !important;
}
.price-rules-table td {
	padding: 9px 12px !important;
    line-height: 1em !important;
}
.price-rules-table .price-rule-active td {
    background-color: var(--secondary-color) !important;
}
.shop_table.tiered-pricing-table {	
    border: 1px solid #CCCCCC !important;
    border-radius: 0px !important;
}

/* SOTTOCATEGORIE
 * ------------------------------- */
.sidebar-submenu {
	padding-top: 70px;
}
.sidebar-submenu h4 {
    color: var(--secondary-color) !important;
	font-weight: 600;
	font-size: 1.2rem;
}
.sidebar-submenu ul {
    margin-top: 0;
    margin-bottom: 1rem;
	padding-left: 0 !important;
}
.sidebar-submenu a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-submenu a:hover {
    color: var(--secondary-color) !important;
    text-decoration: none;
    background-color: transparent;
}



/* BILLING INFROMATION
 * ----------------------------- */
.order-container {
	/* margin-top: 200px; */
	margin-top: 0;
}
.woocommerce-input-wrapper {
	width: 100%;
}
#customer_details {
	margin-bottom: 3rem;
}
.cart_totals h2 {
	color: #002D5D;
}
.shop_table {
	background-color: #FFFFFF;
}
.address-field > span {
	width: 100% !important;
}

.upload-logo {
    padding: 15px;
    border: 2px solid var(--secondary-color);
    border-radius: 10px;
    margin: 18px;
    margin-bottom: 30px;
	background-color: #FFFFFF;
}
.upload-logo b {
	color: var(--primary-color);
}
.label-logo {
	font-weight: 700;
	font-size: 1.6rem !important;
	color: var(--secondary-color);
}

/* WHATSAPP
 * ----------------------------- */
.whatsapp-btn {
    width: 40px;
    height: 40px;
    z-index: 99;
    cursor: pointer;
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #25D366;
    padding: 5px 7px;
    border-radius: 50%;
    transition: 0.5s ease-out;
    text-align: center;
    /* -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.4); */
    /* box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.4); */
    line-height: 0;
}
.whatsapp-btn:hover {
	background-color: #075E54
}
.whatsapp-btn img {
	width: 30px;
	height: 30px;
}
.whatsapp-btn p {
	margin-top: 10px;
	color: #FFFFFF !important;
	font-size: .8rem;
}
.whatsapp-cotatti figure {
  	width: 50px;
  	border-radius: 30px;
  	overflow: hidden;
}
.whatsapp-cotatti {
	grid-template-columns:30px auto !important;
}
.whatsapp-cotatti .wp-block-media-text__content {
  	line-height: 1.2;
  	padding-top: 10px;
}
.whatsapp-cotatti .wp-block-media-text__content p a {
	color: #000000;
}



/* TABS
 * -------------------------------- */
.woocommerce-tabs {
	margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--secondary-color);;
	color: #FFFFFF;
    z-index: 2;
    border-bottom-color: var(--secondary-color);;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 var(--secondary-color);;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 var(--secondary-color);;
}
.woocommerce-tabs h2 {
	color: #002D5D;
}

/* RELETED PRODUCTS 
 * ----------------------------------- */
.related.products h2 {
	color: var(--secondary-color);
	border-top: 0px solid #CCCCCC;
	font-size: 1.3rem;
	padding-top: 20px;
}

/* PAGINATION
 * ----------------------------------- */
.woocommerce-pagination {
	margin-bottom: 3rem;	
}
.woocommerce-pagination a {
    color: var(--secondary-color);
    text-decoration: none;
    background-color: #FFFFFF;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--secondary-color);
    color: #FFFFFF;
}


.product-thumbnail {
	padding: 0 !important;
}
.product-thumbnail img {
	width: 150px !important;
}



/* ACCOUNT page-id-8
 * ------------------------------------- */
.page-id-8 h2 {
	display:none;
}

.woocommerce-form-login {
	width: 50%;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: #FFFFFF;
}
.password-input {
	width: 100% !important;
}
.woocommerce-form-login__submit {
	float: right !important;
	margin-right: 0 !important;
	margin-left: auto !important;
}
.woocommerce-MyAccount-navigation {
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF; 
	padding: 20px;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0px solid #CCCCCC;
	margin-bottom: 0rem;
	padding-bottom: 0rem;
}
.woocommerce-MyAccount-navigation ul a{
	color: #666666;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul a:hover {
	color: var(secondary-color);
	text-decoration: none;
}
.woocommerce-MyAccount-content a,
.lost_password a {
	color: var(secondary-color);
}
.woocommerce-MyAccount-content a:hover,
.lost_password a:hover {
	color: var(secondary-color);
}
.woocommerce-order-details__title,
.woocommerce-column__title {
	color: var(secondary-color);
}
address {
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 20px !important;
	margin-bottom: 2rem;
}
mark {
	color: var(secondary-color);
	font-family: 'LatoBold';
	background: transparent;
}


/* MODAL
 * -------------------------- */
.modal-header {
	background-color: #002D5D; 
	text-align: center;
}
.modal-header h5 {
	color: #FFFFFF !important; 
	text-align: center;
	text-transform: uppercase;
}
.modal-header .close {
	
	color: #FFFFFF;
	text-shadow: 0 0px 0 #fff;
	opacity: .5;
}
.modal-header .close:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 1;
}
.modal-form label {
	font-size: .8rem;
	margin-top: 10px;
}


/* PAGINA COSTI TRASPORTI
 * ------------------------------- */
.tab-trasporti td, 
.tab-trasporti th {
  	border: 1px solid #ddd;
  	padding: 8px;
}
.tab-trasporti tr:nth-child(even){
	background-color: #FFFFFF;
}
.tab-trasporti th {
	padding-top: 12px;
  	padding-bottom: 12px;
  	background-color: #002D5D;
  	color: white;
}

/* COLORS BLOCK
 * ------------------------------------ */
h3.titoletto {
	padding-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #000000;
}
h4.sottotitolo {
	padding-top: 20px;
	margin-bottom: 40px;
}
.notes {
	font-size: .9rem;
	margin-bottom: 30px;
	line-height: 1.1;
}
.colors-block .wp-block-spacer {
	width: 100%;
	height: 60px !important;
	margin: 0 auto;
}
.colors-block p {
	font-size: .8rem;
	margin-top: 5px;
	line-height: 1.1;
}
.giallo-110 {
	background-color: #FCEA10;
}
.giallo-111 {
	background-color: #FFCD00;
}
.arancione-115 {
	background-color: #FF4D00;
}
.rosso-122 {
	background-color: #DB0032;
}
.magenta-124 {
	background-color: #E50695;
}
.azzurro-400 {
	background-color: #009ADE;
}
.blunavy-135 {
	background-color: #0033A1;
}
.blunavy-136 {
	background-color: #0033A1;
}
.blureflex-403 {
	background-color: #001689;
}
.verde-140 {
	background-color: #009845;
}
.marrone-151 {
	background-color: #503629;
}
.nero-165 {
	background-color: #000000;
}
.bianco-160 {
	background-color: #FFFFFF;
}
.beige-162 {
	background-color: #D6D1CA;
}
.oro-75 {
	background-color: #88674F;
}
.argento-79 {
	background-color: #898C8E;
}
.bluroyal {
	background-color: #1D509F;
}
.rosso {
	background-color: #C10230;
}
.blunavy {
	background-color: #002856;
}
.azzurro {
	background-color: #007CBA;
}
.verdepino {
	background-color: #006646;
}
.giallo {
	background-color: #FFD040;
}
.arancio {
	background-color: #FF671D;
}
.argento {
	background-color: #898C8E;
}
.fucsia {
	background-color: #E6427A;
}
.verdelime {
	background-color: #C0DF16;
}
.azzurrochiaro {
	background-color: #6BC4E8;
}
.verde {
	background-color: #008D36;
}
.marrone {
	background-color: #6A3834;
}
.grigio {
	background-color: #BFB2B6;
}
.vinaccia {
	background-color: #691C32;
}
.viola {
	background-color: #951B81;
}
.trasparente {
	background-color: #D7EEF4;
}
.alba {
	background-color: #FCEA10;
}
.prato {
	background-color: #00B451;
}
.aurora {
	background-color: #FF9015;
}
.abisso {
	background-color: #365ABD;
}
.tramonto {
	background-color: #CE0E2D;
}
.arcobaleno {
	background-color: #863399;
}

.icons-column {
	text-align: center;
}
.icons-column .wp-block-image {
    margin: 20px 0 0 0;
}
.icons-column img {
	padding: 0 35%;
}
.icons-column .wp-block-image figcaption {
    margin-top: 0;
    margin-bottom: 0;
	color: #000000;
	font-size: 1.2rem;
	font-weight: 700;
}
.icons-column a {
	color: var(--secondary-color);
	text-decoration: none;
}



/* PAGINA BREVETTI
--------------------------------- */
.brevetti-icon-container {
	margin-bottom: 100px;
	border-bottom: 1px solid #000000 !important;
	padding-bottom: 20px;
}
.brevetti-icon-container img {
	height: 80px;
}

/* FAQ
 * --------------------------- */
.loop-faq .wp-block-separator {
    border: none;
    border-top: 1px solid #DDDDDD !important;
}
.loop-faq .wp-block-post-excerpt__more-link {
	margin-top: 10px;
}

.single-faq h2 {
	font-size: 36px !important;
	line-height: 1.2;
}
.single-faq a {
	color: var(--secondary-color);
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #FFFFFF;
    border-bottom: #dddddd;
}
.accordion h3 {
	font-size: 1.4rem !important;
}

.accordion .btn {
	padding: 0 !important;
}
.accordion .btn-link:hover {
    color: var(--secondary-color);
    text-decoration: none;
}
.accordion a {
    color:var(--secondary-color) !important;
    text-decoration: none;
}
.accordion-image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.page404 .is-form-style-3 {
    float: left;
}
.accordion .card .fa-angle-down {
	color: #666666;
	float: right;
}
.faq-list {
	
}
.faq-list dl, .faq-list ol, .faq-list ul {
    margin-top: 0;
    padding-left: 0 !important;
}
.faq-list li {
	list-style: none;
	line-height: 1.1;
	margin-bottom: 10px;
}
.faq-list a,
.faq a,
.faq-item a {
	color: var(--secondary-color) !important;
}


.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: 0px solid transparent !important;
    border-radius: 0rem;
    display: inline-block;
    padding: 0;
    text-decoration: none;

    color: var(--secondary-color) !important;
    text-decoration: none;
    background-color: transparent !important;
	
	font-size: 0.8rem;
}



/* breadcrumbs
 * --------------------------- */
.eb-breadcrumbs {
	text-transform: uppercase;
	font-size: .8rem;
	color: #999999 !important;
	margin-top: 0;
    margin-bottom: 2rem;
}
.woocommerce-breadcrumb {
	text-transform: uppercase;
	font-size: .8rem !important;
	color: #999999 !important;
	margin-top: 0;
    margin-bottom: 0;
}
.woocommerce-breadcrumb a,
.eb-breadcrumbs a {
	text-transform: uppercase;
	font-size: .8rem;
	color: var(--primary-color) !important;
}
.woocommerce-breadcrumb a:hover,
.eb-breadcrumbs a:hover {
	text-transform: uppercase;
	font-size: .8rem;
	color: var(--secondary-color) !important;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    margin-top: 100px !important;
}
@media (max-width: 575.98px) {
	.woocommerce .woocommerce-breadcrumb {
    	margin: 0 0 1em;
    	padding: 0;
    	margin-top: 135px !important;
	}
}


/********** TABLET ************/
@media (max-width: 767.98px) {
	.menu-topbar-container {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.menu-topbar-container {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	.menu-topbar-container {
		display: none;
	}
}



/********** MOBILE ************/
@media (max-width: 575.98px) {
	
	p, a {
		font-size: 1.4rem;
	}
	.post-411 .wp-block-columns .wp-block-column {
		margin-bottom: 20px;
	}
	.page-padding-top {
		padding-top: 155px;
	}
	.fullmenu-top {
		padding-top: 10px !important;
	} 
	.btn {
   		width: 100%;
		padding: .75rem;
		font-size: 1.2rem;
	}
	.modal-form label {
    	font-size: 1.2rem;
    	margin-top: 10px;
	}	
	.site-content {
		padding-top: 0 !important;
	}
	
	/* ADV BANNER
	 * ---------------------------------- */
	.adv-banner-container {
	    /*position: fixed;
    	top: 0;
    	left: 0;
    	right: 0;
    	z-index: 999;*/
		padding-top: 130px;
	}
	.adv-banner-container h5 {
		font-size: 1.4rem;
	}

	
	/* HEADER
	 * ---------------------------------- */
	.topbar {
		display:none;
	}
	.topbar-mobile {
		display: block;
		z-index: 9999;
		position: fixed;
		left:0; 
		right:0;
		top: 100px;  /* 0px no ADV - 50px CON ADV*/
		width: 100%;
		height: 55px;
		background-color: #002D5D;
		box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
	}
	.topbar-mobile .navbar-nav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0 0 10px 0;
		margin-bottom: 0;
		list-style: none;
	}
	.is-form-style .is-search-submit path {
    	fill: #FFFFFF !important;
	}
	.menu-item-icon {
		display: inline-block;
		width: 40px;
		height: 40px;
		padding-top: 7px;
	}
	.menu-item-icon path {
		color: #002D5D;
		fill: #002D5D;
	}
	.navbar-brand {
		width: 230px;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		margin-left: 5px;
	}
	.navbar-brand p {
		display: none;
	}
	header#masthead {
    	z-index: 999;
    	position: fixed;
    	left: 0;
    	right: 0;
    	top: 0; /* 55px no ADV - 105 CON ADV */
    	width: 100%;
    	margin-bottom: 0;
    	/*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);*/
    	padding: .5rem 1rem;
	}
	#menu-item-6215 {
		padding-top: 70px !important;
	}
	.navbar-toggler .line{
    	width: 100%;
    	float: left;
    	height: 2px;
    	background-color: #FFFFFF !important;
    	margin-bottom: 5px;
	}
	.navbar-collapse a {
		font-size: 1.4rem !important;
	}
	.navbar-collapse {
		padding-bottom: 1.5rem;
		margin-top: 15px;
	}
	.submenu {
		display: none;	
	}
	#menu-item-dropdown-6215,
	#menu-item-dropdown-779,
	#menu-item-dropdown-783,
	#menu-item-dropdown-791,
	#menu-item-dropdown-787,
	#menu-item-dropdown-829 {
		display: block;
	}
	#menu-item-8211,
	#menu-item-dropdown-6215 {	
		display:none;
	}
	.menu-item-search-mobile {
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.menu-item-search-mobile .is-search-form {
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
	}
	.menu-item-search-mobile .is-form-style-3 {
		margin-right: 0px !important;
		margin-left: auto !important;
	}
	.dropdown-menu {
		padding: 10px;
		background-color: transparent !important;
		-webkit-box-shadow: none;
    	box-shadow: none;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    	padding: .75rem 0.5rem;
    	font-weight: 300 !important;
    	font-size: 1.4rem !important;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
		color: var(--secondary-color);
		font-weight: 300 !important;
		font-size: 1.4rem !important;
		margin-right: .5rem;
		text-decoration: none;
	}
	
	/* FILTER MENU
 	* --------------------------- */
	.menu-menu-filtri-container {
		display: none !important;
	}
	
	/* HOME PAGE
 	* -------------------------- */
	.hero-home {
		background-image: url('/wp-content/uploads/2023/06/etichette-bagaglio-search-home-bg.webp');
		background-size: cover;
		padding: 12rem 2rem 6rem 2rem;
	}
	.hero-home h1 {
		font-family: 'LatoBlack';
		color: #FFFFFF !important;
		text-shadow: 0 0 10px rgba(0,0,0,.7);
	}
	.adv_home {
		margin-top: 150px;
	}	
	.slide {
		height: 60vh !important;
		background-size: cover;
		background-position: center;
		border-radius: 0;
		margin-top: 130px; 
	}
	.home-page-bg {
		height: 60vh !important;
		background-size: cover;
		background-position: center;
		border-radius: 0;
	}
	.carousel-item {
		height: 60vh !important;
		background-size: cover;
		background-position: center;
	}
	.carousel-item .image-item {
		position:absolute;
		top: 0;
		right:0;
		left:0;
		width: 100%;
	}
	.carousel-item .main-title {
		padding: 50px 15% 0 15%;
		width: 100%;
	}
	.carousel-item h1,
	.carousel-item h2 {
		text-transform: uppercase;
	}
	.carousel-item h1 {
		color: var(--secondary-color) !important;
		font-size: 2rem;
	}
	.carousel-item h2 {
		color: #FFFFFF;
		font-size: 1rem;
	}
	.carousel-item .align-items-center {
    	-ms-flex-align: top !important;
   	 	align-items: top !important;
	}
	
	/* JUMOTRON EVIDENCE 
	 * ------------------------------- */
	.evidence-item p {
		color: #FFFFFF;
		font-size: 1.4rem;
		line-height: 1.1;
	}
	.jumbotron-image {
		margin-top: 75px;
		height: 50vh;
		background-size: cover;
	}
	.evidence p {
		text-align: center;
		color: #FFFFFF;
		font-size: 1.2rem;
	}
	.evidence-item img {
		width: 50%;
	}
	
	
	/* PRODOTTI CORRELATI 
	 * ------------------------------------- */
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    	width: 100%;
    	float: left;
    	clear: both;
    	margin: 0 0 2.992em;
	}
	
	/* FORMS
	 * ----------------------------------- */
	form label {
    	line-height: 1;
		font-size: 1rem;
		margin-bottom: .2rem;
		margin-top: 1rem;
	}
	.form-control {
    	font-size: 1.2rem;
   		font-weight: 400;
    	line-height: 1.5;
		padding: 1.5rem .75rem;
	}
	.wpcf7-submit {
		line-height: 0 !important;
	}
	
	
	
	.poliprintec-logo {
		width: 80%;
		margin: 3rem auto 0 auto;
	}
	
	
	/* LISTA PRODOTTI
	 * ----------------------------- */
	.card-footer .btn {
   		width: 100%;
		padding: .75rem;
		font-size: 1.2rem;
	}
	.woocommerce ul.products li.product .button {
   		width: 60%;
		padding: 1rem .75rem;
		font-size: 1.4rem;
	}
	.product-home .card-text,
	.woocommerce-loop-product__title {
    	color: #000000;
    	text-transform: none;
    	font-size: 1.6rem !important;
	}
	
	/* PRODOTTO
	 * ----------------------------- */
	.woocommerce-product-details__short-description h2 {
    	font-size: 1.6rem;
	}
	h4.produce-subtitle {
    	font-size: 1.4rem;
	}
	.single_add_to_cart_button  {
		font-family: "Poppins" !important;
		padding: .75rem !important;
		font-size: 1.2rem !important;
		text-transform: uppercase;
	}
	.woocommerce .quantity .qty {
    	width: 5em;
    	text-align: left;
    	height: 2.7rem !important;
    	border: 1px solid #cccccc;
		font-size: 1.2rem !important;
	}
	.tiered-pricing-wrapper,
	.tier-pricing-summary-table span {
		font-size: 1.2rem !important;
	}
	.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    	border-radius: 2px;
    	width: 40px;
    	height: 40px;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
    	font-size: 1.2rem;
	}
	
	/* ACCORDION FAQ
	 * --------------------------- */
	.accordion-image {
		height: 250px;
	}
	.variations label {
    	font-size: 1.2rem;
	}
	.woocommerce div.product form.cart table td {
    	padding: 9px 12px;
	}
	
	
	/* FOOTER
	 * ----------------------------------- */
	.site-footer {
		padding-top: 25px;
	}
	.site-footer .col {
		margin-bottom: 20px;
	}
	
	.woocommerce-form-login {
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}