/* 
Theme Name: Cescot
Theme URI: https://github.com/elementor/hello-theme-child/
Author: Leonardo Barni
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* COLOR */
:root {
    --blue: #0285D8;
    --yellow: #ffd53c;
    --orange: #ff6b35;
    --green: #00a878;
    --pink: #7d5eff;
    --grey: #c0c0c0;
	--darjgrey: #333333;
    --navtext: #ffffff;

    --wc-accent: #0285D8;

}

/* DEFAULT SETTING */
/* width */
::-webkit-scrollbar {
  width: 6px;
}

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

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

h1,h2,h3,h4,h5,h6,p,span,label,li{ font-family:"Montserrat", sans-serif; }
h1,h2,h3{ font-weight:600;}
a{ color: #000;}
h2.elementor-heading-title > a, h3.elementor-heading-title > a, h4.elementor-heading-title > a{ font-family: "Spectral", sans-serif; }
ul{ padding-left: 20px; margin-bottom: 20px;}
strong{ font-weight: bold; }
hr, .elementor hr{ margin-bottom:10px; width: 100px;}
[type=button]:focus, [type=submit]:focus, button:focus{ background-color: transparent; outline: none;}
label{ display: block;}
.wp-block-code{ background-color:#f2f2f2; padding:20px; }
.wp-block-code code{ font-size:12px;}

@media (max-width: 768px){

  ::-webkit-scrollbar {
    height: 6px;
  }

}
.text-center{ text-align: center !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white p, .text-white span{ color: #fff;}
.text-shadow h1, .text-shadow h2, .text-shadow h3,.text-shadow p{ text-shadow:1px 1px 1px #000;}
.text-blue{ color:var(--blue); }
/* HEADER */
.header{ position: fixed; top: 0; z-index: 1000; width: 100%; transition: all ease-in-out .3s; }
.header.fixed { position: fixed;  top: 0;  z-index: 1000; box-shadow:0px 0px 1px #000;}
.logged-in .header{ top: 32px;}
.elementor-editor-active.logged-in .header{ top:0;}
.site-branding img, .site-branding svg { width: 65px; height:auto; padding:0; transition: all ease-in-out .3s;}
.header.fixed .site-branding img, .header.fixed .site-branding svg {  width:30px;}
.header .site-branding svg g path{ fill:#fff;}
.site-header:not(.dynamic-header){ display:flex; align-items:center; max-width: 100%; width:100%; padding-top: 10px; padding-bottom: 10px; background: linear-gradient(180deg, #000000, transparent); transition:all ease-in-out .3s;}
.header .site-header::before{ content:""; position: absolute; top: 0; left:0; background: #fff; width: 100%; height:0; transition:height ease-in-out .3s;
}
.header .site-header > *{ z-index:1;}
.header.fixed .site-header::before{ height:100%;}
.header-sticky-height {  width: 100%;  height: 0px;  display: block; }

.page-id-197 .header, .page-id-238 .header, .single-portfolio .header{ background: #fff;}
.page-id-238 .header,

.logo{ max-width: 500px; width: 80%; margin:0 auto; text-align: center; }
@media (max-width: 768px){
  .header{  }
  .header-sticky-height{  }
	.site-header:not(.dynamic-header){ flex-wrap:wrap;}
}

#wpadminbar a, #wpadminbar span{ color:#eee;}

/* NAVIGATION */
.site-navigation .menu-main-menu-container{ width: 100%; padding: 10px 0;}
.header.fixed.site-navigation .menu-main-menu-container{ padding: 0px 0;}
.site-header .site-navigation{ flex:1; justify-content:end; }

.site-navigation ul.menu{ display: block; margin-bottom: 0; justify-content: flex-end;}
.site-navigation ul.menu li{ display:inline-block; padding:0 10px;}
.site-header .site-navigation.right-side{ display:flex; gap: 10px; padding: 0 20px; }


.site-header .site-navigation ul.menu > li a, .site-header .site-navigation ul.menu > li span{ display: block; position: relative; color: #fff; padding: 8px 0; font-size: 0.8rem; font-weight:600; text-transform: uppercase; letter-spacing: 0.5px;}
.site-navigation ul.menu > li a:hover{ color: #fff;}
.site-navigation ul.menu > li a::after{ display: block; width: 0; height: 1px; background-color: #fff; content: ""; position: absolute; left: 0; bottom: 5px; transition: all ease-in-out .3s;}
.site-navigation ul.menu > li:hover a::after, .site-navigation ul.menu > li.current-menu-item  a::after{ width: 100%;}
.site-navigation ul.menu > li.menu-item-194{ margin-left: 30px;}
.site-navigation ul.menu li.menu-item-has-children{ position:inherit; }
.site-navigation ul.menu li.menu-item-has-children:after{ content:none;}
.site-navigation ul.menu li.menu-item-has-children.wpml-ls-item{ position:relative;}
.site-navigation ul.menu li.menu-item-has-children.wpml-ls-item .sub-menu{ left:inherit; right:0;}
.site-navigation ul.menu li.menu-item-has-children > span{ position: absolute; right: 20px; top: 8px; z-index: 5;}

.site-navigation ul.menu li .sub-menu{ display:block; position:absolute; visibility:hidden; left:0; opacity:0; z-index:1000; min-width: inherit; width:100%; padding: 40px 0 40px 20px; background-color:rgba(255,255,255,0); border:none; transition:all ease-in-out .3s; -webkit-transition:all ease-in-out .3s; -moz-transition:all ease-in-out .3s; list-style:none; text-align:left; }
.header.fixed .site-navigation ul.menu li a{ color:var(--darkgrey); }
.header.fixed .site-navigation ul.menu > li a::after{ background-color:#fff;}
.header.fixed .site-navigation ul.menu li .sub-menu{background-color:rgba(255,255,255,1); }
.site-navigation ul.menu li:hover>ul, .site-navigation ul.menu li:hover>ul.active{ visibility:visible ; opacity:1 ;  }
.site-navigation ul.menu > li ul.sub-menu li{ display:inline-block; margin-right:0; border-bottom:none; text-align: center; transition: all ease-in-out .3s;}
.site-navigation ul.menu > li ul.sub-menu li:last-of-type{border-bottom:none;}
.site-navigation ul.menu > li ul.sub-menu li:hover{ background-color:#f2f2f2; color:#000; }
.site-navigation ul.menu > li ul.sub-menu li a { display:block; padding:8px 5px; color:#fff; font-size:14px; line-height:1.5; text-transform:none; transition: all ease-in-out .3s;}
.site-navigation ul.menu > li ul.sub-menu li a:hover, .site-navigation ul.menu > li ul.sub-menu li a:hover span{ color:var(--blue);  }
.site-navigation ul.menu > li.menu-item-222 ul.sub-menu li{ padding: 0; }
.site-navigation ul.menu > li ul.sub-menu li a::after{ content:none;}

.site-navigation ul.menu li.wpml-ls-item ul.sub-menu{ width:50px; }
.site-navigation ul.menu li.wpml-ls-item ul.sub-menu li{ text-align: center; padding: 0;}

.site-navigation ul.menu li.menu-item.collection .sub-menu{ width: 370px; }
.site-navigation.right-side a svg path { stroke:#fff; transition:all ease-in-out .3s;}
.header.fixed .site-navigation.right-side a svg path { stroke:#000;}
.mobile_menu_button{display:none; }
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #fff;
  transition: background-color ease-in-out 0.1s;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  transition: background-color ease-in-out 0.1s;
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}

.c-hamburger--htx {
  background-color: transparent!important;
}

.c-hamburger--htx span {
  /*transition: background 0s 0.3s;*/
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	/*transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;*/
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none !important;
  color:#cb0032;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  color:#cb0032;
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  color:#cb0032;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  /*transition-delay: 0s, 0.3s;*/
}

.spicewpsearchform { display: flex;
    opacity: 0; visibility: hidden;
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100vh;
    margin-top: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 0;
    align-items: center;
    justify-content: center;
    transition: top 0.3s ease-in-out 0.3, opacity 0.3s ease-in-out 0.3s;

}
.spicewpsearchform.show{ top:0; opacity: 1; visibility: visible; transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out 0.3s; }
.spicewpsearchform .search-close{ background-color: transparent !important; border: none !important; position: absolute; right: 40px; top:40px; font-size:20px; color: #fff;}
.spicewpsearchform form{ display: flex;}
.spicewpsearchform label{  vertical-align: middle; display: inline-block; width: calc(100% - 51px); box-sizing: border-box; }
.spicewpsearchform input{ width: 250px;}
.spicewpsearchform button[type="submit"]{ content: "f002"; font-family: "Font Awesome 5 Free"; display: inline-block; box-sizing: border-box; vertical-align: middle; background-color: #000; color:#fff; transition:  all ease-in-out .3s;}
/*.spicewpsearchform button[type="submit"]:hover svg{ background-color: #fff; color:#000; }*/

.header.fixed .c-hamburger span, .header.fixed .c-hamburger span::before, .header.fixed .c-hamburger span::after{ background-color:#000; }
@media (max-width: 1024px){
	.site-header{ padding:0; }
  .site-navigation ul.menu{ margin-bottom: 0;}
  .site-header .site-branding { width: 35%; order:1;}
  .site-header .site-navigation { flex: inherit;  order: 2;  }
  .site-header .site-navigation.right-side{ display: flex; width: 65%;  align-items: center; padding:0; }
  .site-header .site-navigation.right-side img{ display: block;  }
  .site-header .site-navigation.left-side{ width: 100%; order: 3;  }
	.spicewpsearchform{ width: 100%;}
  .site-navigation ul.menu li.wpml-ls-item{ display: flex; align-items: center; padding: 0; }
  .site-navigation ul.menu li.wpml-ls-item a{ width: 25%;}
  .site-navigation ul.menu li.wpml-ls-item span{ padding: 0; }
  .site-navigation ul.menu li.wpml-ls-item ul{ display: flex; width: 75% !important; margin-bottom: 0;  background-color: transparent;visibility: visible; opacity: 1; }
  .site-navigation ul.menu li.wpml-ls-item ul li{ width: 33.333%; padding: 0; background-color: transparent; border-bottom: none; }
  .site-navigation ul.menu li.wpml-ls-item ul li a{ width: 100%;  }
  .site-navigation ul.menu li.wpml-ls-item > span{ display: none;}
}

/************
    COLUMN
************/

.page-title h2{ font-size: 24px;}
.page-title h3{ margin-bottom: 5px; letter-spacing: 0.5px;}
.page-title p{ color: #fff; margin-bottom: 40px;}
.page-title a{ margin-right:20px;}
.page-title a:last-of-type{ margin-right:0px;}
.page-title{ position: relative; }
.page-title::before{ display: block; position: absolute; height: 100%; width: 100%; background-color: rgba(0,0,0,0.2);}
.clear{ clear: both;}
.row{ background-repeat:no-repeat; background-size:cover; background-position:center center; position: relative;}
.row.slide{ background-position:bottom center; }
.row.bg-texture{ background-repeat:repeat; background-size:10px; background-position:top left;}
.row .row-inner{ width:100%; max-width:1200px; margin:0 auto; position: relative; }
.row .row-inner::after{ display: block; content: ""; clear: both;}
.row .mask{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color:rgba(0,0,0,0.6); }
.row.full-width .row-inner{ max-width:100%; padding: 0 10px;}

.full-width .row .row-inner{ width:100%; max-width:1200px; }
.parallax .parallax-window .row-inner{position: relative; z-index: 2;}
.column_1-1{ width:100%; }
.column_1-2{ width:48%; }
.column_1-3{ width:30.6666%; }
.column_2-3{ width:65.3333%;}
.column_1-4{ width:22%;}
.column_3-4{ width:74%;}
.column_1-5{ width:16.8%; }
.column_2-5{ width:37.6%; }
.column_3-5{ width:58.4%; }
.column_4-5{ width:75.2%; }
.column_1-6{ width:13.333%; }
.column_5-6{ width:82.666%; }

.columns{ margin-bottom:20px; margin-right:4%; float:left;}
.columns p:first-child{ margin-bottom:0px;}
.row .row-inner p{ margin-bottom:20px;}
.row .row-inner p:last-of-type{ margin-bottom:0px;}
.columns.last{ margin-right:0 !important; margin-left:0 !important;}

.column_1-2.margin0{ width:50%;  }
.column_1-3.margin0{ width:33.0333%; }
.column_2-3.margin0{ width:66.666%; }
.column_1-4.margin0{ width:25%; }
.column_3-4.margin0{ width:75%; }
.column_1-5.margin0{ width:20%; }
.column_2-5.margin0{ width:40%; }
.column_3-5.margin0{ width:60%; }

.column_1-2.margin5{ width:calc(50% - 2.5px); }
.column_1-3.margin5{ width:calc(33.333% - 3.333px); }
.column_2-3.margin5{ width:calc(66.666% - 1.666px); }
.column_1-4.margin5{ width:calc(25% - 3.75px); }
.column_3-4.margin5{ width:calc(75% - 1.25px);  }
.column_1-5.margin5{ width:calc(20% - 4px);  }
.column_2-5.margin5{ width:calc(40% - 3px);}
.column_3-5.margin5{ width:calc(60% - 2px); }

.column_1-2.margin10{ width:calc(50% - 5px);  }
.column_1-3.margin10{ width:calc(33.333% - 6.666px); }
.column_2-3.margin10{ width:calc(66.666% - 3.333px);}
.column_1-4.margin10{ width:calc(25% - 7.5px); }
.column_3-4.margin10{ width:calc(75% - 2.5px); }
.column_1-5.margin10{ width:calc(20% - 8px); }
.column_2-5.margin10{ width:calc(40% - 6px); }
.column_3-5.margin10{ width:calc(60% - 4px); }

.column_1-2.margin20{ width:calc(50% - 10px);  }
.column_1-3.margin20{ width:calc(33.333% - 13.333px); }
.column_2-3.margin20{ width:calc(66.666% - 6.666px);}
.column_1-4.margin20{ width:calc(25% - 15px); }
.column_3-4.margin20{ width:calc(75% - 5px); }
.column_1-5.margin20{ width:calc(20% - 16px); }
.column_2-5.margin20{ width:calc(40% - 12px); }
.column_3-5.margin20{ width:calc(60% - 8px); }

.columns.margin0{ margin-bottom:0px; margin-right: 0px;}
.columns.margin5{ margin-bottom:5px; margin-right: 5px;}
.columns.margin10{ margin-bottom:10px; margin-right: 10px;}
.columns.margin20{ margin-bottom:20px; margin-right: 20px;}

.columns img{ width:auto; max-width:100%; height:auto; vertical-align:top;}

.row.padding0 .row-inner{ padding-top: 0; padding-left: 0; padding-right: 0; padding-bottom: 0;}

.same-height.row{ height:100%; min-height:100%;}
.same-height.row .row-inner{ display:table;height:100%;}
.same-height.row .row-inner .columns{ display:table-cell; height:100%; margin-right: 0px; float: none; vertical-align: middle; position: relative;}
.same-height.row .row-inner .columns.column_1-2{ width:50%;}
.same-height.row .row-inner .columns.column_1-3{ width:33.333%;}
.same-height.row .row-inner .columns.column_2-3{ width:66.666;}
.same-height.row .row-inner .columns.column_1-4{ width:25%;}
.same-height.row .row-inner .columns.column_1-5{ width:20%;}
.same-height.row .row-inner .columns.column_2-5{ width:40%;}
.same-height.row .row-inner .columns.column_3-5{ width:60%;}

.same-height.row .row-inner .columns p{ margin-bottom:20px;}
.same-height.row .row-inner .columns p:last-of-type{ margin-bottom:0px;}
.same-height.row .row-inner .columns .inner-box p:last-of-type{ margin-bottom:20px;}

.flex.row .row-inner{ display:flex; }
.flex.row.reverse .row-inner{ flex-direction: row-reverse;}

.flex.items-center.row .row-inner{ align-items:center;}


.p-0{ padding: 0 !important;}


@media (max-width: 1024px){
  .site-navigation .menu-main-menu-container{ padding: 0;}
  .site-header{ padding-left: 0; padding-right: 0;}
   .mobile_menu_button{ display: block;}
   .site-navigation{ display: none;  }
   .site-navigation ul.menu li, .site-navigation ul.menu li.menu-item-has-children{ display: block; width: 100%; text-align: center; margin-right: 0; border-bottom: 1px solid #fff; padding: 10px 0;}
   .site-navigation ul.menu li a{ font-size: 14px; padding: 0; color: #333;}
   .site-navigation ul.menu li.menu-item-social{ float: left; width: 25%;}
   .site-navigation ul.menu > li.menu-item-194{ margin-left: 0;}
   .site-navigation ul.menu li.current-menu-item{ background-color: #fff;}
   .site-navigation ul.menu li.current-menu-item a{ color: #000;}
   .site-navigation ul.menu li a::after{ content:none;}
   .columns{ width: 100% !important; margin-right: 0px; padding-left: 20px; padding-right: 20px;}
   .site-navigation ul.menu li .sub-menu{ display: none; top: 0; position: relative; width: 100% !important; }
   .site-navigation ul.menu li.collection .sub-menu{ display: none !important;}
   .sub-menu-toggle{ position:absolute; top: 5px; right: 30px;  z-index: 999;}
    .flex.row .row-inner{ flex-direction: column; }
    .flex.row .row-inner .columns{  }
}

body.single-collection .site-main{ max-width: 100% !important;}

/***** TOGGLE ********/
.toggle { margin-bottom: 10px; }
.toggle .toggle-title{ padding: 5px 0; text-transform: uppercase; border-bottom: 1px solid #272360; position: relative; cursor: pointer;}
.toggle .toggle-title::after, .toggle .toggle-title::before{ position: absolute; right: 5px; display: block; content: ""; width: 2px; height: 14px; background-color: #272360; top: 14px; transition: all ease-in-out .3s; }
.toggle .toggle-title::before{ transform: rotate(90deg); }
.toggle .toggle-title.active::after{ transform: rotate(90deg);}
.toggle .toggle-title span{ font-size: 24px; text-transform: capitalize; }
.toggle .toggle-content{ display: none; padding: 10px 0;}
.toggle .toggle-content p{ color: #333; }
.toggle .toggle-content a{ color: #333; text-decoration: underline;}
.toggle .toggle-content::after{ display: block; content: ""; clear: both;}

/* NEWSLETTER */

.newsletter-field p{ display: flex; align-items: center;}
.newsletter-field p span{ width: 100%;}
.newsletter-field p span input{ border: none; border-bottom: 1px solid #000; outline: none;}
.newsletter-field #form-submit{ position:absolute; top: 10px; right: 20px; min-width: inherit;
    background: url('../rossano-scontini/images/icons/send.svg') no-repeat center center;
    background-size: contain;
    color: transparent;
    border: none;
    width: 20px; /* cambia in base alla dimensione dell'immagine */
    height: 20px;  /* idem */
    cursor: pointer;
}
.newsletter-field #form-submit:hover{ background-color: transparent; }
.wpcf7-spinner{    position: relative;}
/* FOOTER */
#site-footer.site-footer{ max-width: 100%; margin-top: 0px; padding:0; }
#site-footer.site-footer .footer-area{ max-width: 100%;  background-color: #ffffff;}
body.blog .site-footer .footer-area, body.single-post .site-footer .footer-area, body:not([class*=elementor-page-]) .site-footer .footer-area{ padding:0 10px;}
.site-footer .footer-area .elementor-row{ max-width: 100%; margin: 0 auto; padding: 0;}
.site-footer .footer-area{ background-position: center; background-size: cover;}
.site-footer .footer-area .elementor-row{ padding: 60px 10px 40px; border-top: 1px solid #000; border-bottom: 1px solid #000; align-items: start; justify-content:space-around;}
.site-footer .footer-area .footer_widget{ }
svg.footer-logo{ width: 170px; margin-bottom: 20px;}
svg.footer-logo g{ fill:#000;}
.footer-area h4, .footer-area p, .footer-area ul li, .footer-area a{ color: #000; }
.footer-area i{ font-size:24px;}
.footer-area h4, .footer-area p{ margin-top: 0; margin-bottom: 20px;}
.footer-area ul{ list-style: none; padding-left: 0;}
.footer-area ul li{ line-height: 28px; margin-bottom: 0px; }
.footer-area ul li::before{ display:inline-block; content: ""; width: 5px; height: 1px; margin-right: 5px;background-color:#000; vertical-align: middle; transition: all ease-in-out .3s;}
.footer-area ul li:hover::before{ width: 15px; }
.footer-area h4{ font-size: 24px; }
.footer-area p, .footer-area ul li{ font-size: 16px;}
.footer-area a{ text-decoration: underline; word-break: break-word;}

.footer-area ul.list-category-product{ display:flex; flex-wrap:wrap;}
.footer-area ul.list-category-product li{ width:50%;}

.social-footer a{ display: inline-block; margin-right: 10px; }
.social-footer a i{ font-size: 26px;}
.footer-copyright { }
.footer-copyright .elementor-row{ padding: 20px 0; }
.footer-copyright .elementor-row .elementor-column { width: 100%;}
.footer-copyright p{ font-size: 12px;  font-weight: 600; margin: 0;}
.footer-copyright p a{ font-weight: 400;}
body #cookie-law-info-bar {  padding: 15px 21%;}

.footer-mobile-menu{ position: fixed; z-index: 1000; bottom: 0; width: 100%; padding:0; display: none; background-color: #000; border-top: 1px solid #fff; }
.footer-mobile-menu .mobile_menu_button{ top:inherit; right: inherit; bottom: 0; left: calc(50% - 28px); background-color: #000; border:1px solid #fff;}
.footer-mobile-menu .whatsapp, .footer-mobile-menu .book-tel{ float: left; min-height: 40px; width: calc(50% - 28px); text-align: center; display: flex; align-items: center;  justify-content: center; }
.footer-mobile-menu .book-tel{ float: right;}
.footer-mobile-menu .whatsapp{ }
.footer-mobile-menu div i{ display: inline-block;  vertical-align: middle; margin-right: 10px; font-size: 24px; color: #fff;}
.footer-mobile-menu .whatsapp i{ font-size: 30px;}
.footer-mobile-menu .book-tel span{ display: inline-block;  vertical-align: middle; width: 80px; font-size: 16px; color: #fff;  text-align: left; }
@media (max-width: 1024px){
  .site-footer .footer-area .elementor-row{ padding: 20px;}
  .footer-mobile-menu{ display: block; }
  .grecaptcha-badge{ bottom:90px !important; z-index:1001; }
  .elementor-section.elementor-section-boxed>.elementor-container.footer-area{ padding-left: 20px; padding-right: 20px;}
	.footer-area ul.list-category-product li{ width:100%; }
  .footer-copyright{ margin-bottom: 50px;}
    .footer-copyright p{text-align: center !important;}
}

/* elementor COLUMN */
.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 2000px){
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
      width: 33.333%;
  }
  .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
      width: 40%;
  }
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
      width: 50%;
  }
  .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
      width: 60%;
  }
  .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
      width: 66.666%;
  }

  .elementor-column-wrap{ width: 100%;}
}

@media (max-width: 1024px){
  .elementor-row{ flex-direction: column;}
  .elementor-8 .elementor-element.elementor-element-9500f6e, .elementor-element .elementor-element-b61aac6, .elementor-12 .elementor-element.elementor-element-7ffda47{ display: none;}
  .elementor-8 .elementor-element.elementor-element-d55dc90, .elementor-8 .elementor-element.elementor-element-2be7b1e, .elementor-12 .elementor-element.elementor-element-e80db50, .elementor-12 .elementor-element.elementor-element-d221f3e{ margin-top: 0; }
  .elementor-12 .elementor-element.elementor-element-ecd9f63 > .elementor-element-populated{ padding: 20px;}
  .elementor-column{ width: 100% !important;}
  .elementor-section.elementor-section-height-full{ height: inherit;}
}

/* CONTENUTO */

body.blog .site-main, body.single-post .site-main, body:not([class*=elementor-page-]) .site-main{ max-width: 100%; padding:0; }
.blog .site-main .page-header .row .row-inner, .category .site-main .page-header .row .row-inner{ padding-top:20px;}
body.blog .site-main .page-content, .category .site-main .page-content .row .row-inner{ padding-top:60px;}
body.single-post .site-main .flex.row .row-inner{ flex-direction:row;}

.text-shadow{ text-shadow: 1px 1px 2px #000;}
.elementor-button.elementor-size-md{ text-transform: uppercase;}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p{ color: #fff;}
#wpsl-widget-form label{ margin-bottom:10px; color: #000; }
#wpsl-widget-form p{ display:inline-block; width: 70%;}
#wpsl-widget-form p:last-of-type{ width: 25%;}
#wpsl-widget-form input[type=submit], #wpsl-widget-form input[type=text]{ color: #000; border:none; border-radius: 0px;}
#wpsl-widget-form input[type=submit]{  font-family: Font Awesome\ 5 Free;  font-weight: bold; border:1px solid;}
#wpsl-widget-form input[type=submit]:hover{ color: #fff; background-color: #000; }


.text-over-img{}
.text-over-img a, .text-over-img span{ display: inline-block; position: absolute; padding: 15px; border:1px solid #fff; background-color: rgba(0,0,0,0.7); color:#fff; text-transform: uppercase; cursor:pointer;  left: calc(50% - 90px); z-index: 999;
  transition: all ease-in-out .3s;}
.text-over-img span.active{ margin-top:-50px;}
.text-over-img p{ display: block; opacity: 0; color: #fff; text-shadow: 1px 1px 1px #000; padding: 20px 20% 0; transition: opacity ease-in-out .3s;}
.text-over-img p:first-of-type{ display: block; opacity: 1; padding-top: 0; }
.text-over-img p.active{ opacity: 1;}

.photo-credits{ position:absolute; bottom:0; right:0; background-image:linear-gradient(transparent, #000000); margin-bottom: 0 !important; padding-right:20px; text-align: right; z-index:1000;}
.photo-credits p, .photo-credits a{ font-size:14px; color:#fff;}
.photo-credits a{ text-decoration:underline;}
.grecaptcha-badge{ display:none; z-index:100000;}
.comment-form .wpgdprc-checkbox label{ font-size:14px;}

.error404 #content{ padding:100px 0 60px; text-align:center;}
.comment-form-cookies-consent label{ display:inline-block;}

.scroll-down{ cursor:pointer;}
.scroll-down a{ display: block; height: 150px; width: 50px; margin: 0 auto 45px; z-index: 1;}
.scroll-down::before, .scroll-down::after {content:""; z-index:9; bottom:50px; }
.scroll-down::before{  width:1px; height:100px; background-color:#fff; position:absolute; left:calc( 50% - 1px ); animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;  }

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@media (max-width: 1024px){
	.scroll-down::before, .scroll-down::after {content:""; z-index:9; bottom:75px; }
	.row-img-overflow .elementor-widget-image{ position:relative !important; top: inherit !important; left:inherit !important;}
}
@media (max-width: 768px){

}
/***** LAVORI ********/
.lavori .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-widget-image{ margin-bottom:0;}
.lavori .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-widget-text-editor{ position:absolute; bottom:0; left:0; width:100%; margin-bottom:0; padding-left:20px; background: linear-gradient(transparent 0%, #000000 100%);}
.lavori .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-widget-text-editor p{ }

/***** PORTFOLIO ********/
.portfolio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.portfolio-item {
    position: relative;
    width: 100%;
    height: 50vh;
    background-size: 100%;
    background-position: center;
    border: 1px solid #ccc;
    overflow: hidden;
    transition: all ease 4s;
}
.portfolio-bg {
    position: absolute;
    inset: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 4s ease; /* default: zoom-out veloce */
    z-index: 0;
}
.portfolio-item:hover .portfolio-bg {
    transform: scale(4); /* zoom fino a 400% */
    transition: transform 30s ease; /* zoom-in lento */
}
.portfolio-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;

    color: #fff !important;
    font-weight: bold;
    align-items: end;
    transition: all ease 4s;
}

.portfolio-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
    transition: opacity ease-in-out .3s;
    z-index: 1;
}

.portfolio-content h3, .portfolio-content span {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.portfolio-item:hover .portfolio-content::before {
    opacity: 0;
}

.portfolio-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.portfolio-fade-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

.single-portfolio main{ margin-top: 95px;}
.single-portfolio main > section{ padding: 40px 20px; border-bottom: 1px solid #000;}

.single-portfolio main > section.gallery{ padding: 0 0 0 10px;}
.single-portfolio main > section.content{ border-bottom: none;}
.acf-gallery-elementor {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.acf-gallery-elementor a {
    display: block;
    width: calc(33.333% - 10px);
}

.acf-gallery-elementor img { display:  block; width: 100%; height: auto;}
@media (max-width: 1024px){
    .single-portfolio main{ margin-top: 78px;}
    .single-portfolio main > section, .single-portfolio main > section p{ text-align: center; }

}
/****** POST *****/
.blog .site-main .page-header .row .row-inner, .archive .site-main .page-header .row .row-inner, .post .page-header .row .row-inner{ align-items: end; min-height:50vh; margin-bottom:10px; padding:120px 0 60px; text-align: center;}
.page-content.archive .post{ position:relative; margin-bottom:10px; }
.post-list .post{ position:relative; padding:0;}
.post-list .post .post-image{ }
.post-list .post .post-content{ position:absolute; bottom:0; left:0; width: 100%; padding: 0 20px; background: linear-gradient(180deg, transparent 0%, black 50%);}
.post-list .post .post-content .title{ display: block; margin-bottom:10px; }
.post-list .post .post-content .title a{ text-decoration:none;  }
.post-list .post .post-content .post-title h3{ font-size:1.3rem; }
.post-list .post .post-content .button a{ display: inline-block; font-size: 15px; font-weight: 500; text-decoration:none;}
.post-list .post .post-content .excerpt{ margin-bottom:10px;}
.post-list .post .post-content .excerpt p{ font-size:16px; }

.post .page-header .row .row-inner{ text-align:left;}
.post .page-content .row{ padding-top: 40px; padding-bottom:20px;}
.single-post .post .post-content{ background-color: transparent; margin:50px 0; padding: 0;}
.single-post .post .post-content a{ text-decoration:underline;}
.post .post-content{ }
.post .post-content img{ margin-bottom:20px;}
.sidebar .widget{ background-color:rgba(0,0,0,0.05); padding: 20px; margin-bottom:  20px;}
.sidebar .widget a{ color: #000; text-decoration:none;}
.sidebar .widget .widget-title{ }
.widget .search-form {  position: relative;}
.widget .search-form input[type=search]{ border-radius: 0; outline:none !important; }
.widget .search-form input[type=submit]{ width: 100%;}
.widget .search-form input[type=submit] { width: 50px; position: absolute; top: 0; right: 0; font-family: "Font Awesome 5 Free";}
.sidebar .widget ul{ list-style:none; padding:0; }
.sidebar .widget ul li::before{ display:inline-block; content: ""; width: 5px; height: 1px; margin-right: 5px;background-color:#000; vertical-align: middle; transition: all ease-in-out .3s;}
.sidebar .widget ul li:hover::before{ width: 15px; }

.comments-area{ padding: 20px; background: #f2f2f2; margin-top: 40px; }

@media (max-width: 768px){
	.page-content.archive .post{ display:block; }
}

/***** BTN *******/
.btn, .page-title a, .wpcf7-form input[type="submit"]{ display: inline-block; min-width: 180px; padding: 8px 10px; border:1px solid #000; text-align: center; transition: all ease-in-out .3s; font-size: 0.9rem;  text-transform: uppercase; border-radius:20px; }
.btn:hover, .page-title a:hover{ background-color:#fff; color: #000; }

.btn.white{ color: #fff !important; background-color:transparent; border-color:#fff;}
.btn.white:hover{ color: var(--blue) !important; background-color:#fff;}
.btn.blue{ color: var(--blue) !important; background-color:transparent; border-color:var(--blue);}
.btn.blue:hover{ color: #fff !important; background-color: var(--blue) ;}
.btn.black{ color: #fff !important; background-color:#000; border-color:#fff;}
.btn.black:hover{ color: #000; background-color:#fff;}

.btn.top40{ margin-top: 40px;}
.btn.radius{ border-radius:20px;}

@media (max-width: 768px){
  .btn{ margin-bottom: 10px; }
}

/* FORM */

.post-password-form{ max-width: 600px; margin: 40px auto 0; text-align: center;}
.post-password-form input[type=password]{ margin: 20px 0;}

.wpcf7-form{ }

.wpcf7-form input, .wpcf7-form textarea{ margin-bottom: 10px; background-color: #fff; border-radius: 0px; font-size: 14px; }
.wpcf7-form textarea{ max-height: 80px;  }
div.wpcf7 input[type="file"]{ width: 100%; margin-top: 10px; border:none;}
.wpcf7-form input[type="submit"]{ font-size: 16px; width: 100%; border-color:#000; }
[type=button], [type=button], [type=submit], [type=submit], button, button{ border: 1px solid #000; background-color: #000; color: #fff; font-weight: bold;}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{ background-color: #fff; color: #000;}

select{ border-radius: 0px; padding: 9px 5px;   font-weight: 600;  font-size: 14px;}
select option{font-weight: 600;  font-size: 14px;}
#wpsl-wrap .wpsl-search{ border-radius: 2px;}
.wpcf7-form a{ color:#767676; text-decoration: underline; }
.wpcf7-form label{ display:block; margin-bottom:5px; font-size: 14px; color: #000; font-weight:600;}
.wpcf7 .ajax-loader{ position: absolute; }
.wpgdprc span{ font-size: 10px;}

.wpcf7-spinner{ position:absolute; left:0; bottom:0;}
.wpcf7 form .wpcf7-response-output{ color:#fff;}
.wpcf7-form input[type="submit"]{ background-color:#000; color: #fff; }
.wpcf7-form input[type="submit"]:hover{ background-color:#fff; color: #000; }
.wpcf7-radio{ margin-bottom:20px;}
.wpcf7-radio .wpcf7-list-item{ display:block;}
.wpcf7-radio .wpcf7-list-item label{ font-weight:400;}


@media (max-width: 768px){
  .list-product-category .item, .product-list .elementor-container .elementor-row .elementor-column{ float: none; width: 100%; text-align: center;}
  .list-product-category .item.column_6{ width: 100%;}
	.product-content .elementor-element .elementor-row .gallery .elementor-column-wrap{ width:100%;}
	.product-content .elementor-element .elementor-row .elementor-column:last-of-type{ padding:10px 0;}
	body .site-main.product-category, body .site-main.swing-product, .product-category .page-content .elementor-element .elementor-container{ padding:0;}
	.swing-product .page-content .elementor-element .elementor-container{ padding:0 20px;}
	.product-category header.page-header .page-header-content{ padding: 100px 0;}
	.product-category .page-content{ padding:0 20px;}
  .footer-area ul li{ font-size: 15px;}
  .strati-lvt ol{ padding-left: 0;}
  .strati-lvt ol li{ font-size: 16px;}
  .book-table{ display: none;}
}
/************
    MEGA MENU WOOCOMMERE
************/

.site-navigation ul.menu > li ul.sub-menu li.menu-item-object-product_cat:hover{ background-color: transparent; color: #fff; }
/* wrapper dell’item di categoria */
.menu-cat-wrapper { display: flex; align-items: flex-start; }
.menu-cat-wrapper > div{ padding: 0 10px;}
.menu-cat-wrapper a{ padding: 0 !important; }
.menu-cat-wrapper a, .menu-cat-wrapper a span{ color: #fff !important;}
.menu-cat-wrapper ul{ padding-left: 0 !important; }
    /* miniatura della categoria */
.menu-product-cat-image { width: 225px; }

/* testo voce di menu */
.site-header .site-navigation ul.menu > li  .menu-item-text { color: #fff !important; font-weight: 700; padding:0;  text-align:left; vertical-align: middle; display: block; margin-bottom: 4px; }

/* lista ultimi prodotti */
.menu-product-cat-latest {
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0;
    display: flex;
    gap: 8px;
}

.site-navigation ul.menu li ul.menu-product-cat-latest{ background-color: transparent; position: relative; top: inherit; left: inherit; right:inherit; display: flex; flex-direction: column; }
/* singolo prodotto nella lista */
.site-navigation ul.menu > li ul.sub-menu li.menu-product-item { background-color: transparent !important; padding: 0; }
.site-navigation ul.menu > li ul.sub-menu li.menu-product-item a { color: #fff !important; text-align: left;  padding: 0; margin-bottom: 5px; }


/* titolo prodotto */
.menu-product-item-title {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}
/******** WOOCOMMERCE ****/

body.woocommerce-shop .content-area #main, body.woocommerce-cart .content-area #main, body.woocommerce-checkout .content-area #main, body.woocommerce .content-area #main, body.woocommerce-account .content-area #main{ width:100%; max-width:100%; padding:0;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{ color: #000;}
body.woocommerce-cart .site-main::before, body.woocommerce-checkout .site-main::before, body.woocommerce-account .site-main::before{ content:""; display:block; width:100%; height:130px; background-color:#000;}
body.tax-product_cat .content-area .site-main{ max-width:100%;}
body.tax-product_cat .content-area .site-main header{ position:relative; background-position:center; background-size:cover; background-repeat:no-repeat;}
body.tax-product_cat.term-complementi-arredo .content-area .site-main header{ background-position:top center;}
body.tax-product_cat .content-area .site-main header h1{  }
.alignwide{ margin-left:0; margin-right:0;}
body.tax-product_cat .content-area .site-main .container, .post-type-archive .site-main .page-content{ max-width:100%; margin: 0 auto; padding:20px 0;}

.woocommerce ul.products li.product{    width: calc(25% - 20px);    margin: 0 13.333px 20px 0; }
/* Applica clear: both al 4°, 7°, 10°… elemento */
ul.products.columns-3 > li.product:nth-child(3n+4) {
  clear: both;
}
ul.products.columns-4 > li.product:nth-child(4n+5) {
  clear: both;
}
.woocommerce ul.products li.product > a{ display:block; position: relative; overflow: hidden; border-top-left-radius: 20px;  border-top-right-radius: 20px; }
.woocommerce ul.products li.product a img{ margin-bottom:0; opacity:1; transition: all ease-in-out .3s;}
.woocommerce ul.products li.product:hover a img{  }
.woocommerce ul.products li.product .product-data{ background-color:#fff; padding: 10px 0; text-align:center;   }
.woocommerce ul.products li.product .product-data h4{ font-size: 1.2rem; margin: 0 0 5px; color:#333;}
.woocommerce ul.products li.product .post-content{ display: flex; flex-wrap: wrap;  overflow: hidden;  border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;  background-color: #f2f2f2; min-width: 120px;  min-height: 84px;   padding: 20px;}
.woocommerce ul.products li.product .post-content > a{ width:80%; }

.woocommerce ul.products li.product .post-content .meta{ width:20%; }
.woocommerce ul.products li.product .post-content .meta .price{font-size: 1rem; text-align:right; color: var(--blue);}
.woocommerce ul.products li.product .price{ color:#333;}
.woocommerce ul.products li.product .product-data p{ margin: 0;}
.woocommerce ul.products li.product .price{ font-size:1.2rem;}
.woocommerce ul.products li.product .price ins{ text-decoration:none;}
.woocommerce ul.products li.product .button{ display:none;position:absolute; top:calc(50% - 65px); left:calc(50% - 100px); width:200px; text-align:center; background-color:#fff; border: 1px solid #333; opacity:0; visibility:hidden; font-family: 'Libre Bodoni', serif; font-weight: 500; font-size: 1.2rem; }
.woocommerce ul.products li.product:hover .button{ opacity:1; visibility:visible; }
.woocommerce .woocommerce-breadcrumb{ margin-bottom:0; padding: 40px 20px; border-bottom:1px solid #000; }
.woocommerce .woocommerce-products-header { display: flex; align-items: center; margin-bottom:0; padding: 40px 20px; border-bottom:1px solid #000; }
.woocommerce .woocommerce-products-header .title {  width: 25%; }
.woocommerce .woocommerce-products-header .description {  width: 75%; padding: 20px;}
.woocommerce .filter{ display: none; margin-bottom:0; padding: 40px 20px; border-bottom:1px solid #000; }
.woocommerce .container{ margin-bottom:0; padding: 40px 20px;  }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product a h3{     font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
    padding:0;
}
.woocommerce span.onsale{ display:none;}
.woocommerce div.product p.price, .woocommerce .product .woocommerce-variation-price span{ font-size:1.7rem; color:var(--blue) ;}

.woocommerce div.product form.cart{ display:flex; gap:10px;}
.woocommerce .quantity .qty {height:40px; text-align:center; border: 0; font-size: 18px;  margin-bottom: 0;  padding: 0; color:#000; border:1px solid #000;}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart button.minus, .woocommerce div.product form.cart .woocommerce-variation-add-to-cart button.plus{ display:inline-block; vertical-align:middle; background-color: #fff; color: #000; font-weight: 400;}

.woocommerce div.product .product_meta{ display:flex; flex-direction:column;}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt, .product .info .post-content .cart .add_to_cart_button{ background-color:var(--blue);  border:1px solid var(--blue); color:#fff;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{ background-color:#fff; color:var(--blue);}

.woocommerce div.product p.stock{ }
.price-login-message, .price-unavailable-message{ font-size: 16px; font-style: italic;}
@media (max-width: 768px){
    body.tax-product_cat .content-area .site-main header h1{ position:absolute; width:100%; bottom:calc(-50px); left:0;}
    .woocommerce .woocommerce-products-header .title,.woocommerce .woocommerce-products-header .description {  width: 100%; }
    body.woocommerce .content-area::before, body.woocommerce-cart .site-main::before, body.woocommerce-checkout .site-main::before, body.woocommerce-account .site-main::before{ height:78px; }

}

.woocommerce-page .filter { display:flex; flex-wrap:wrap; justify-content: space-between;}
.woocommerce-page .filter .woocommerce-notices-wrapper{ width:100%; }
.woocommerce-page .filter > *{ float:none;}
.woocommerce-page .container{ display:flex; gap:20px;}
.woocommerce-page .container .sidebar{ width:25%;}
.woocommerce-page .container .products{ width:75%; padding-right: 20px;}

.woof_redraw_zone .woof_container{ margin-bottom:20px;}

.woocommerce-product-search{ display:flex;}
.woocommerce-product-search button[type=submit]{ background-color:#fff; color:#000; border-color:#000;}
.woocommerce-product-search button[type=submit]:hover{ background-color:#000; color:#fff;}

.woocommerce-cart .woocommerce{ display:flex; flex-wrap:wrap;}
.woocommerce-notices-wrapper{ width:100%; }
.woocommerce-cart-form{width:70%;}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{ width:30%;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    padding:0 20px;
}
.woocommerce .cart-collaterals .cart_totals h2{ display:none;}
.woocommerce-checkout .col2-set, .woocommerce-page .col2-set, .woocommerce-checkout .woocommerce-checkout-review-order{
    float:left;
    width:50%;
    padding: 0 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order{ padding:0 10px;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{ float:none; width:100%; margin-bottom:20px;}

.site-navigation ul.menu li.menu-item.mini-cart > a svg, .site-navigation ul.menu li.menu-item.mini-cart > a span{ display:inline-block; vertical-align:middle; }
.site-navigation ul.menu li.menu-item.mini-cart > a span{ position: absolute; top: -6px; right: -14px; background: #000; width: 20px; height: 20px; line-height: 20px;
    border-radius: 100%; font-size: 12px; color: #fff; padding: 0; text-align: center;}
.site-navigation ul.menu li.menu-item.mini-cart > a svg{ width:16px;}
.site-navigation ul.menu li.menu-item.mini-cart > a svg path{ stroke:#fff; transition:all ease-in-out .3s;}
.site-navigation ul.menu li.menu-item.mini-cart > a:hover svg path{stroke:#fff;}
.site-navigation ul.menu li.menu-item.mini-cart > ul.dropdown-menu-mini-cart{    right: 0;width: 390px; left: inherit;}
.site-navigation ul.menu li.menu-item.mini-cart ul ul{ display:block; position:relative; left:inherit; top:inherit; right:inherit;}
.site-navigation ul.menu > li.mini-cart ul.sub-menu{ padding:20px; box-shadow:0 1px 30px 0 rgb(36 38 43 / 10%);}
.site-navigation ul.menu > li.mini-cart ul.sub-menu li:hover{ background-color:transparent;}
.site-navigation ul.menu > li.mini-cart ul.sub-menu ul li.mini_cart_item{ display:flex; align-items:center; padding: 0;}
.site-navigation ul.menu > li.mini-cart ul.sub-menu ul li.mini_cart_item .cart-item-image{ width:35%;}
.site-navigation ul.menu > li.mini-cart ul.sub-menu ul li.mini_cart_item .cart-item-data{ width:65%;}
.site-navigation ul.menu > li.mini-cart ul.sub-menu ul li.mini_cart_item .cart-item-data h4{ margin-bottom:0; font-weight:300; }
.site-navigation ul.menu > li.mini-cart ul.sub-menu ul li.mini_cart_item .cart-item-data .variation{ display:none; }
.mini-cart ul.sub-menu ul li.mini_cart_item a{ display:flex;}
.mini-cart ul.sub-menu ul li.mini_cart_item a img{ float:none; margin-left: 0; margin-right:5px; width:100%; color:#333 !important; background-color:transparent !important;}
.mini-cart ul.sub-menu ul li.mini_cart_item a.remove{ display:block; position:absolute; right:0px; width: auto; height: auto; font-size: 1.5rem; font-weight: 400; background-color: transparent; color: #333 !important;}
.mini-cart ul.sub-menu ul li.mini_cart_item a.remove::before{ content:""; width:25px; height:25px; border:1px solid #000; border-radius:100%; display: block;
    position: absolute; right: 5px; top: 15px; }
.site-header .site-navigation ul li.mini-cart ul.sub-menu span{ display:inline-block;}
.site-header .site-navigation ul li.mini-cart ul.sub-menu > span { display: block; }
.site-header .site-navigation ul li.mini-cart ul.sub-menu ul li.mini_cart_item span{ padding:0; font-weight:300;}
.mini-cart ul.sub-menu p.woocommerce-mini-cart__total{ display:flex; align-items:center; border-top: 1px solid hsla(0,0%,63.9%,.5);}
.mini-cart ul.sub-menu p.woocommerce-mini-cart__total > *{ flex:1; }
.mini-cart ul.sub-menu p.woocommerce-mini-cart__total > span{ text-align:center;}
.mini-cart ul.sub-menu p.woocommerce-mini-cart__total > small{ text-align:right;}
.mini-cart ul.sub-menu p.woocommerce-mini-cart__buttons{ display:flex; justify-content:space-between;}
.site-navigation ul.menu > li.mini-cart ul.sub-menu p.woocommerce-mini-cart__buttons a{background-color:#E77235; font-size:0.875; font-weight:400; color:#fff; text-transform:uppercase;}

.woocommerce-page .container{ display:flex; gap:20px;}
.woocommerce-page .container .sidebar{ flex:1; border-right: 1px solid #000;}
.woocommerce-page .container .products{ flex:3;}

.lista-file-scaricabili{ display:flex; flex-wrap:wrap; padding:0;}
.lista-file-scaricabili li{width:25%; padding:10px; text-align:center; margin-bottom:40px; }
.lista-file-scaricabili li .file-anteprima{ position:relative; width:100%; padding-top:0; background-color:#fff;}
/*.lista-file-scaricabili li .file-anteprima img{ position:absolute; width:80%; height:100%; top:0; left:10%; object-fit:cover;}*/
.lista-file-scaricabili li h3{ margin:20px 0; font-size:1.3rem;}

.lista-file-scaricabili li .file-download{  text-decoration:none; border-radius:5px; transition:all ease-in-out .3s;}
.lista-file-scaricabili li .file-download:hover{}

.woocommerce div.product{ width: 100%; max-width: 1200px; margin:0 auto; padding: 60px 0;}
.acf-toggle {
    margin-bottom: 1em;
    overflow: hidden;
    transition: all 0.3s ease;
}

.acf-toggle summary {
    position: relative;
    display: flex;
    justify-content:  space-between;
    background-color: transparent;
    border-bottom: 1px solid #000;
    padding: 1em;
    cursor: pointer;
    font-weight: bold;
    list-style: none;
    transition:  all 0.3s ease;
}
.acf-toggle summary::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #000; /* Colore della freccia */
    border-right: 1px solid #000; /* Colore della freccia */
    transition: transform 0.3s ease;
}

.acf-toggle[open] summary::after {
    transform: translateY(-50%)  rotate(45deg) scale(-1);
}
.acf-toggle[open] summary {
}

.acf-toggle .toggle-content {
    padding: 1em;
    background-color: #fff;
}
.acf-toggle .toggle-content.file{ display: flex; flex-wrap:wrap;  }
.woocommerce div.product .woocommerce-tabs ul.tabs{ padding-left: 0; text-align:center; overflow: visible;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{ height: 2px; width: 80%; max-width: 800px; left:50%; transform:translate(-50%); background-color: #f2f2f2; bottom:-10px; border:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    position: relative; background-color: transparent !important; border:none; border-radius: 0; padding: 0 10px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{ content: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{  position: absolute;  left: 0; bottom: -10px; height: 2px; width: 100%; background-color: transparent; box-shadow: none; border:none; border-radius: 0; transition: all ease 0.4s;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{  background-color:var(--blue);}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{ font-size:1.3rem;}
.product h1{ font-size:2rem; }
.product h2{ font-size: 1.6rem;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{ color:var(--blue);}

.woocommerce div.product div.images.woocommerce-product-gallery .variations{ display: flex; flex-wrap:wrap; gap: 10px;}
.woocommerce div.product div.images.woocommerce-product-gallery .variations .thumb-variant{ width: 100px; text-align: center; cursor: pointer;}

.woocommerce div.product div.images.woocommerce-product-gallery .variations .thumb-variant img{ width: 100%; border:none;  transition: opacity ease-in-out 0.3s; }
.woocommerce div.product div.images.woocommerce-product-gallery .variations .thumb-variant.active img{ opacity: 0.5 }
.related.products{ padding: 10px;}
 .woocommerce-cart table.cart td.actions .coupon .input-text{ min-width:250px;}
 /* Nasconde il pulsante “Aggiorna il carrello” */
.woocommerce-cart .actions .button[name="update_cart"] {
  display: none !important;
}

/* —————————————————————————————
   Contenitore principale
————————————————————————————— */
.woocommerce-cart  .cart {
 
}

/* —————————————————————————————
   Tabella Carrello
————————————————————————————— */
.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  padding: 1rem;
  text-align: center;
  border:none;
}
.woocommerce-cart table.shop_table thead th {
  background: var(--blue);
  font-weight: 600;
  text-transform: uppercase;
  color:#fff;
}
.woocommerce-cart table.shop_table tr:nth-child(even) {
  background: #fcfcfc;
}

/* —————————————————————————————
   Immagini Prodotto
————————————————————————————— */
.woocommerce-cart table.shop_table img {
  width: 75px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

/* —————————————————————————————
   Input Quantità
————————————————————————————— */
.woocommerce-cart input.qty {
  max-width: 60px;
  padding: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}

/* —————————————————————————————
   Pulsanti Carrello
————————————————————————————— */
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart .coupon .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #var(--blue) !important;
  color: #fff !important;
  padding: 0.75rem 1.5rem;
  border: none !important;
  border-radius: 4px !important;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}
.woocommerce-cart button[name="update_cart"]:hover,
.woocommerce-cart .coupon .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: var(--blue) !important;
}


/* —————————————————————————————
   Messaggi di Notifica
————————————————————————————— */
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
  border-top-color: var(--blue) !important;
  background: #f0f8ff;
  border-radius: 4px;
}

/* —————————————————————————————
   Mobile Responsive
————————————————————————————— */
@media (max-width: 768px) {
  .woocommerce-cart .cart-collaterals {
    justify-content: center;
  }
  .woocommerce-cart table.shop_table thead {
    display: none;
  }
  .woocommerce-cart table.shop_table tr {
    display: block;
    margin-bottom: 1rem;
  }
  .woocommerce-cart table.shop_table td {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    border-bottom: 1px solid #ddd;
  }
  .woocommerce-cart table.shop_table td:before {
    content: attr(data-title);
    font-weight: 600;
    text-transform: uppercase;
  }
	.lista-file-scaricabili li{width:100%;}
	
}

@media (max-width: 1024px){
    .woocommerce-page .container{ flex-direction:column;}
    .woocommerce-page .container .sidebar, .woocommerce-page .container .products{ flex:1; width:100%;}
    .sidebar .widget.widget-woof{ padding:0; margin-bottom:0;}
    .sidebar .widget.widget-woof .widget-title{ margin-bottom:0;}
    .widget-woof .woof{ display:none;}
    .woocommerce-page .container .products{ padding-right: 0;}
    .woocommerce div.product{ padding:0;}
    .woocommerce div.product > div{ padding: 0 10px;}
    .woocommerce div.product > div:first-of-type{ padding: 0 0px 60px;}
    .woocommerce div.product div.images.woocommerce-product-gallery h3, .woocommerce div.product div.images.woocommerce-product-gallery .variations{ padding: 0 10px;}
    .woocommerce div.product .woocommerce-tabs ul.tabs li{ padding: 0 10px;}
    .woocommerce div.product .woocommerce-tabs ul.tabs li a{ font-size: 16px;}
    .woocommerce div.product .woocommerce-tabs .panel{ text-align: center;}
}

/****** SLIDER *****/

.slider.fullscreen{ display: flex; align-items: center; text-align: center; justify-content: center;}
.slider.fullscreen .static-item{ position: absolute; z-index: 995;}
.slider.fullscreen .static-item h1, .slider.fullscreen .static-item h2, .slider.fullscreen .static-item p, .slider.fullscreen .static-item a{ color:#000;}
.slider.fullscreen .static-item a{ display: inline-block; min-width: 150px; padding:10px; border:1px solid #000; margin-right: 5px;}
.slider.fullscreen .static-item h1, .slider.fullscreen .static-item h2, .slider.fullscreen .static-item p{text-shadow: 1px 1px 5px #000;}
.slider.fullscreen .static-item p a:last-of-type{margin-right: 0;}
.slider.fullscreen .static-item p:last-of-type{ margin-top: 80px;}
.slider.fullscreen .owl-carousel .item{ width:100%; height:100vh; background-position:center center; background-repeat:no-repeat; display: flex;
    justify-content: center;
    align-items: center;}
    .slider.fullscreen .owl-carousel .item *{ position:relative; color:#fff; z-index:2;}
.slider.fullscreen .owl-carousel .item h2{ font-size:3rem;}
.slider.fullscreen .owl-carousel .item p{ font-size:2rem;}
.slider.fullscreen .owl-carousel .owl-item::before{ position: absolute; z-index:1; content: ""; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.2;}
.owl-carousel .owl-stage-outer{ margin-bottom: 5px;}
.owl-carousel.related-product-gallery .owl-stage-outer{ border: none;}
.owl-carousel.related-product-gallery .owl-nav{ display: block !important;}
.owl-thumbs button{ width: 49px; height: auto; padding: 0; border-color: #ddd; margin: 0 5px 5px 0; border-radius: 0; border: 1px solid #fff;  }
.owl-thumbs button.active { border: 1px solid #000; }
.owl-thumbs button img{ transition: all ease-in-out .3s;}
.owl-thumbs button.active img{ opacity: 0.5; }
.owl-theme .owl-nav{  position: absolute; width: 100%; top: 45%;}
.owl-theme .owl-nav [class*=owl-]{  position: absolute; outline:none; }
.owl-theme .owl-nav [class*=owl-]:hover{     background-color: transparent !important;  color: #fff !important;  text-decoration: none;}
.owl-carousel .owl-nav button.owl-prev{ left: 20px; }
.owl-carousel .owl-nav button.owl-next{ right: 20px; }
.owl-theme .owl-nav [class*=owl-] i{ font-size: 28px; color: #fff;}

.owl-carousel .item.flex{ display: flex; }
.owl-carousel .item.flex .item-text{ display: flex; flex-direction: column; justify-content: center;}
.owl-carousel .item.flex .item-text a{ color:#000; text-decoration: underline;}
.owl-carousel .item .item-image{display: flex; flex-direction:column; align-items: center; margin-bottom: 40px;font-size: 26px;  text-align: center;}
.owl-carousel .owl-item .item .item-image img{ max-height: 350px; width: auto; margin: 0 auto;}
.owl-carousel .owl-item .item .item-image span{ font-size:14px; padding-top:20px;}
.owl-carousel .owl-item .item .columns.item-image img{ max-height: 175px; width: auto; margin: 0 auto;}
.owl-carousel .item .item-text h3{ font-size: 26px; }

.owl-carousel.fullscreen .owl-slide {
 height: 100%;
}

.owl-carousel.fullscreen.owl-theme .owl-nav [class*=owl-] i{ color:#fff;}

.lista-workshop h2{
    padding-left: calc((100vw - 1200px)/2);
}

.lista-corsi.owl-theme .owl-nav, .product-cat-carousel .owl-nav{ position: absolute; width: 150px; top: -10px; right: calc((100vw - 1200px)/2);}
.widget .product-cat-carousel .owl-nav{ right:0;}
.ecommerce_widget .product-cat-carousel .owl-nav{right:0;}
.lista-corsi.owl-carousel .owl-nav button.owl-next, .lista-corsi.owl-carousel .owl-nav button.owl-prev, .lista-corsi.owl-carousel button.owl-dot, .product-cat-carousel.owl-carousel .owl-nav button.owl-next, .product-cat-carousel.owl-carousel .owl-nav button.owl-prev, .product-cat-carousel.owl-carousel button.owl-dot{outline: none; box-shadow: none;}

.owl-theme .owl-nav [class*=owl-] i{ color:var(--blue);}
.lista-corsi.owl-carousel .item{ position:relative;}
.lista-corsi.owl-carousel .item > a{ display:block; position:relative; overflow:hidden; border-top-left-radius: 20px; border-top-right-radius: 20px;}
.lista-corsi.owl-carousel .item > a::before, .products .product.item > a::before{ content:""; display:block; position:absolute; width:100%; height:100%; background:linear-gradient(0deg, rgba(0,0,0,0.8) 0%, transparent 40%) ;}

.lista-corsi.owl-carousel .item .post-content{ display:flex; flex-wrap:wrap; overflow:hidden; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; background-color:#f2f2f2; min-width:120px; min-height:84px; padding:20px; }
.lista-corsi.owl-carousel .item .post-content > a{ width:80%;}
.lista-corsi.owl-carousel .item .post-content .meta{ width:20%;}
.lista-corsi.owl-carousel .item .post-content .meta *{ font-size:1rem;}
.lista-corsi.owl-carousel h3{ font-family:'Montserrat', sans-serif; font-size:1rem; margin:0; text-align:left; margin-bottom:20px;  }

.lista-corsi.owl-carousel .date, .woocommerce ul.products li.product .date{ position:absolute; top:10px; right:10px; padding:10px; background-color:var(--blue); font-weight:bold; font-size:0.8rem; text-align:center; color:#fff; border-radius:20px; }
.lista-corsi.owl-carousel .enddate, .woocommerce ul.products li.product .enddate{ position:absolute; bottom:5px; left:0px; padding:10px; font-weight:bold; font-size:0.8rem; text-align:center; color:#fff; border-radius:20px; }
.lista-corsi.owl-carousel .durata, .woocommerce ul.products li.product .durata{ position:absolute; bottom:5px; right:0px; padding:10px; font-weight:bold; font-size:0.8rem; text-align:center; color:#fff; border-radius:20px; }

.variant-gallery .item .namevariant{ position: absolute; padding: 5px 0; text-align: center; width: 100%; bottom:0;  background: rgba(0,0,0,0.5);}
.variant-gallery .item .namevariant span{ font-size: 16px; color: #fff;}

.slider.default .gallery .gallery-item{ padding: 0 20px 20px 0;}
.elementor-image-gallery .gallery-item img { }
.gallery-container .slider{ display: none;}
.gallery-container .slider.active{ display: block;}
.link-galleria{ text-transform: uppercase;}
.link-galleria.active{ background-color: #fff; color:#000; }

.gallery{ font-size:0; margin-bottom:20px; }
.gallery .gallery-item{ display:inline-block; margin:0; padding:0 5px;}
.gallery.gallery-columns-4 .gallery-item{ width:25%; }

.product-cat-carousel .item{ text-align:center;}
.product-cat-carousel .item img{ width:125px; margin: 0 auto;}
.product-cat-carousel .item h3{ font-size:1.2rem;}

@media (max-width: 2000px){
  .owl-carousel .owl-nav button.owl-prev{ left: 40px; }
  .owl-carousel .owl-nav button.owl-next{ right: 40px; }
}

@media (max-width: 1200px){
  .owl-carousel .owl-nav button.owl-prev{ left: 40px;}
  .owl-carousel .owl-nav button.owl-next{ right: 40px;}
  .elementor-image-gallery .gallery-item img { max-width: 235px !important; }
	.workshop-slider.owl-theme .owl-nav{ width:80px; right:0;}
}
@media (max-width: 768px){
  .slider.fullscreen{ display: block; }
  .slider.fullscreen .static-item{ position: relative; padding: 20px;}
  .slider.fullscreen .static-item h1, .slider.fullscreen .static-item h2, .slider.fullscreen .static-item p, .slider.fullscreen .static-item a{ color: #000 !important; text-shadow: none;}
  .slider.fullscreen .static-item a{ border-color: #000 !important; margin-bottom: 20px;}
  .slider.fullscreen .static-item a:hover{ background-color: #000; color: #fff !important; }
  .owl-thumbs button{ width: 27px;}
  .link-galleria{ margin-bottom: 10px; margin-right: 0;}
  .slider.default .gallery .gallery-item{ padding: 0;}
  .owl-carousel .item.flex, .owl-carousel .item.flex .item-text{ display: block; text-align: center; }
  .owl-carousel .owl-item .item .item-image img {  max-width: inherit; max-height: 150px; width: auto; }
  .owl-carousel .owl-nav button.owl-prev{ left:10px;}
  .owl-carousel .owl-nav button.owl-next{ right:10px;}
  .lista-corsi.owl-theme .owl-nav, .product-cat-carousel .owl-nav{ width:100px; top:-55px; right:0;}
	.slider.fullscreen .owl-carousel .item h2{ font-size:2rem;}
	.slider.fullscreen .owl-carousel .item p{ font-size:1.4rem;}
}

/***** PRODUCT CAROUSEL ********/
.product-carousel{ position:relative; }
.product-carousel::before{ content:""; position:absolute; top:40%; left:0; width:100%; height:70%; z-index:-1; background-color:#f2f2f2;  }
.product-carousel .product-carousel-container{ width:100%; max-width:1140px; margin:0 auto;}
.product-carousel .product-carousel-container .product .info{ padding:20px; background-color:#ffffff; text-align:center; }
.product-carousel .product-carousel-container .product .info .post-content .title h4{ margin: 0;}
.product-carousel-container.owl-theme .owl-nav [class*=owl-] i{ color:#fff; }
/***** PRODUCT CAROUSEL ********/
.product-carousel{ position:relative; }
.product-carousel .product-carousel-container{ width:100%; max-width:1140px; margin:0 auto;}
.product-carousel .product-carousel-container .product .info{ padding:20px; background-color:#ffffff; text-align:center; }
.product-carousel .product-carousel-container .product .info .post-content .title h4{  margin: 0;}
.product-carousel .product-carousel-container .product .info .post-content .title h4 a{ color: #000;  font-family: 'Lato', Sans-serif; font-size:1rem; }
.product-carousel .product-carousel-container .product .info .post-content .price{ margin-bottom:2rem;}
.product-carousel-container.owl-theme .owl-nav [class*=owl-] i{ color:#000; font-size:1rem; }

/* CAROUSEL */

.owl-carousel.owl-theme{ display: block; position: relative; padding: 0px; text-align: center;}
.owl-carousel .item:not(:first-child) {
    display: none;
}
.owl-carousel img {
    width: 100%;
}
.owl-carousel .owl-item img{ height: auto; }
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{ background-color: transparent;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{ position: absolute; left: 0px; top: 33%; margin: 0; }
.owl-carousel .owl-nav button.owl-next{ left: inherit; right: 0px;}
.products-slider.owl-theme .owl-nav [class*=owl-]:hover{ background: inherit;}
.owl-theme .owl-nav [class*=owl-] span{ display: block; width: 40px; height: 40px; position:relative; border-radius:100%; }
.owl-theme .owl-nav [class*=owl-] span::before{ content: ""; width: 16px; height: 16px; display: block; margin: 0; position: absolute;
    top: 12px; left: 8px; transform: rotate(315deg);  border-bottom: 1px solid #000; border-right: 1px solid #000; }
.owl-carousel .owl-nav button.owl-prev span::before{transform: rotate(135deg); left: 15px;}
.owl-carousel.owl-theme .owl-nav .disabled{ opacity: 0.5;}
.owl-carousel.owl-theme .owl-dots{ background-color: #D6D6D6; padding: 0; margin: 0; display: inline-flex; justify-content: center;
    border-radius: 30px; margin: 0 auto; text-align: center; align-items: end;
}
.owl-theme .owl-nav.disabled+.owl-dots{ margin-top: 40px;}
.product-images.owl-carousel.owl-theme .owl-dots{
    position: absolute; bottom: 0px; left: 0; width: 100%; }

.owl-carousel.owl-theme .owl-dots .owl-dot span{ width: 40px; height: 2px; margin: 0; }
.product-images.owl-carousel.owl-theme .owl-dots span{ width: 50px; height: 1px; margin: 0; }
.product-images.owl-carousel.owl-theme .owl-dots .owl-dot span{ width: 60px; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span{ background: #333; }

.categories-slider .owl-item p{ font-size: 1rem; font-weight: 400;}

.text-slide{ position: absolute; bottom: 20px; left: 0; width: 100%;  }

.product .woocommerce-tabs.wc-tabs-wrapper{ padding: 60px 0;}

@media (min-width: 992px){
    .owl-carousel{ padding: 0px;}
    .owl-carousel .owl-nav button.owl-prev{ top: calc( 50% - 40px ); left: 40px;}
    .owl-carousel .owl-nav button.owl-next{ top: calc( 50% - 40px ); right: 40px;}
    .owl-carousel.owl-theme .owl-dots .owl-dot span{ width: 90px;}
    .text-slide{ position: absolute; top: 0; left: 50%; transform: translate(-50%, 0px); height: 100%; display: flex; align-content: center;}
}

/*** AREA RISERVATA ***/
.woocommerce-account .site-main .page-header{ padding-top:40px;}
.woocommerce-account .site-main .page-header h1{ display:none;}
.woocommerce-account .woocommerce-MyAccount-navigation{ float:none; width:100%;}
.woocommerce-account .woocommerce-MyAccount-navigation ul{ display:flex; list-style:none; gap:30px; margin-bottom:0px; padding-left:0; justify-content:center; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{ display: block; margin-bottom: -20px; padding:10px 20px; background-color:#f2f2f2; border:1px solid #fff; border-radius:20px; transition: all ease-in-out .3s; text-decoration:none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{ background-color:var(--blue); color:#fff;}
.woocommerce-account .woocommerce-MyAccount-content{ float:none; width:100%; padding:4rem 2rem 2rem; background-color:#f2f2f2; border-radius:20px;}
.woocommerce-account .woocommerce-MyAccount-content::after{ content:""; clear:both; width: 100%; display: block;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-message{ background-color:#fff; border-radius: 20px;}
.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text, .woocommerce-account .woocommerce-MyAccount-content form .form-row textarea{ background-color:#fff;}
.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-Button{ background-color:var(--blue); color:#fff;}
fieldset{ margin-bottom:2rem;}

@media (max-width: 992px){
	.woocommerce-account .woocommerce-MyAccount-navigation{ overflow-x:scroll; }
	.woocommerce-account .woocommerce-MyAccount-navigation ul{ gap:10px; justify-content:start; }
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a{ margin-bottom:5px; width: max-content; }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}