/*
Theme Name: 	La Sete BeerShop
Description: 	Custom WordPress Theme.
Version:     	1.0
Author:     	J.A.D.A Enterprise
Author URI:   https://www.jadaenterprise.it/
Site:         https://www.jadaenterprise.it/
Text Domain: 	startertheme
Domain Path: 	/languages
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
  --primary-color: #fea829;
  --primary-color-hover: #ba6f00;
  --primary-color-light: #ffbe5e;
  --secondary-color: #b76f05;
  --grey-color: #303030
}


body, html { margin: 0; padding: 0; height: 100%; color: #222;}
body{overflow-x: hidden;}
body.admin-bar .navbar-fixed-top { position: fixed; top: 32px; z-index: 1000;}
body.noscroll { overflow: hidden;}

@media (max-width: 767px) {
  body.admin-bar .navbar-fixed-top { top: 42px;}
}

.preloading{position: fixed; height: 100%; width: 100%; background: #fff; z-index: 99999;}

.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* cl

/* ------------------------------------------------------------------------- *
/* ! Base */
/* ------------------------------------------------------------------------- */

.page-template-home-page .spacer,
.page-template-default .spacer{height: 108px;}

.woocommerce-account .spacer,
.spacer{height: 130px;}

@media (max-width: 767px) {
  .page-template-home-page .spacer,
  .page-template-default .spacer,
  .woocommerce-account .spacer,
  .spacer{height: 83px;}
}

img{display: block;}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Typography */
/* --------------------------------------------------------------------------------------------------------------------------- */
body{font-size:18px; line-height:1.6; font-family: 'Lato'; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
.uppercase{text-transform: uppercase;}
.textcenter{text-align: center;}

/* ! - Title color */
h1, h2, h3, h4, h5, h6, p{margin-bottom: 25px}
h1, h2, h3{font-family: 'Oswald', sans-serif;}
h1{font-size: 55px; line-height: 62px;}
h2{font-size: 45px; line-height: 50px;}
h3{font-size: 36px; line-height: 40px;}
h4{font-size: 30px; line-height: 36px;}
.wp-block-cover h6:not(.has-text-color), h6{font-size: 17px; line-height: 17px; letter-spacing: 4px; border-radius: 100px; padding: 10px 20px; background: var(--primary-color); color: var(--secondary-color); display: inline-block; margin-bottom: 20px;}
.wp-block-cover h6:not(.has-text-color){margin-bottom: 10px; font-size: 15px; line-height: 15px;}

@media (max-width: 1024px) {
  h1{font-size: 45px; line-height: 52px;}
  h2{font-size: 35px; line-height: 40px;}
  h3{font-size: 30px; line-height: 36px;}
  h4{font-size: 24px; line-height: 30px;}
}

.line{position: relative; width: 65%; margin-left: auto; margin-right: auto;}
.line:before,
.line:after{content: ""; position: absolute; width: 30%; height: 4px; background: var(--secondary-color); top: 50%; left: -27%; margin-top: -2px}
.line:after{left: unset; right: -27%}

@media (max-width: 768px) {
  .line:before,
  .line:after{width: 25%}
}

@media (max-width: 600px) {
  .line{width: 100%}
  .line:before,
  .line:after{display: none}
}

.big{font-size: 22px; line-height: 27px}
p.data{font-size: 14px;}

/* ! - Link color */
a{ color: var(--primary-color);  text-decoration: none; transition: all .5s cubic-bezier(.215, .61, .355, 1);}
a:focus, a:hover { color: var(--secondary-color); }

.list-none{list-style: none}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Transition */
/* --------------------------------------------------------------------------------------------------------------------------- */
.transition-fade{transition: 0.4s; opacity: 1; transform: translateY(0);}
html.is-animating .transition-fade {opacity: 0; transform: translateY(250px);}


/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Header */
/* --------------------------------------------------------------------------------------------------------------------------- */

.header{position: relative; width: 100%;background: #fff;z-index: 999; transition: all 0.3s cubic-bezier(.215, .61, .355, 1); z-index: 9999}

.header-notice{padding: 4px 0 6px 0; background: var(--primary-color);color: #fff; margin-bottom: 25px; font-size: 14px; line-height: 22px}
.header-nav{display: flex; max-width: 1210px; margin: 0 auto; padding: 0px; position: relative; align-items:center;}

.nav-logo{display: flex;align-items:center; /*background:#fea829 !important*/}
.nav-logo .logo{padding: 0px;}
.nav-logo .logo img{height: 60px; width: auto;}

.nav-search__form{position: relative;margin-top: 9px;border-radius: 45px; border: 3px solid #ddd; height: 44px}
.nav-search__form input[type=text]{width: calc(100% - 40px ); border:none!important; height: 38px!important;background: transparent!important;}
.nav-search__form #datafetch{position: absolute;top:40px; left:2.5%;background: #fff;width: 95%;z-index:1;max-height: 400px; overflow-y: scroll;-webkit-overflow-scrolling: touch;}
.nav-search__form #datafetch a,
.nav-search__form #datafetch .product-not-found{display: block; padding: 20px 20px 20px 20px;border-bottom: 1px solid #ddd;border-left: 1px solid #ddd;border-right: 1px solid #ddd; margin-bottom: 0;position: relative;}
.nav-search__form #datafetch a small{color:#000}
.nav-search__form #datafetch a.product-search-item{padding: 20px 20px 20px 60px;}
.nav-search__form .search-thumbnail{width: 40px;height: 40px;display: inline-block;margin-right: 10px;position: absolute;top:10px; left:10px;}
.nav-search__icon{position: absolute; top: 0; right:0;height: 38px;border: none; background: transparent;font-size: 18px;padding-right: 10px;}

.nav-logo,
.nav-search,
.nav-icons{min-height: 55px;}

.nav-icon-search{display: none;}
.nav-icon-user{display: block;padding: 13px;width: 50px;position: absolute;right: 60px;color:#000; top:2px}
.nav-icon-user .icon-user{font-size: 22px;}

.nav-menu{width: 100%;background-color: #fff;position: relative;display: flex; justify-content: center;border-bottom: 1px solid #ddd}

.nav-search{width: 100%;}
.nav-logo,
.nav-icons{width: 30%;position: relative}

/* Small Versione */
.header-small .header-notice{margin-bottom: 0}
.header-small .nav-menu,
.header-small .header-nav{padding: 10px 2.5%; justify-content: space-between; align-items: center; z-index: 10;}
.header-small .nav-logo,
.header-small .nav-icons{width: 130px;}
.header-small .nav-icon-user{right: 48px}
.header-small .cart-icon{right: 19px}
.header-small .nav-icon-search{display: block; padding: 13px 3px; width: auto; position: absolute; right: 98px; color: #000; top: 2px; cursor: pointer;}
.header-small .nav-icon-search:hover{color: var(--secondary-color)}
.header-small .nav-icon-search .icon-search:before{font-size: 22px}
.header-small .menu{top: 75px}

.header-small .nav-search{position: absolute;; top: -100px; width: 100%; background: #fff; transition: all .6s cubic-bezier(.215, .61, .355, 1); border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; z-index: -10; pointer-events:none; opacity: 0}
.header-small .nav-search__form{max-width: 720px; margin: 10px auto; width: 90%}
.header-small .nav-search.nav-search--open{top: 132px; pointer-events: all; opacity: 1; z-index: 1}

@media (max-width: 767px) {
  .header-small .nav-search.down{top: 143px;}
  .scroll-down .header-small .nav-search.down{top: 198px;}
}

/* Mega Menu */
.header .menu { margin: 0; padding: 0; list-style-type: none; }
.header .menu a,
.header .menu a:link,
.header .menu a:visited,
.header .menu a:focus { color: #333333; text-decoration: none; display: block; position: relative; }

.header .menu a{transition: all .8s cubic-bezier(.215, .61, .355, 1);}

.header .menu > li { display: inline-block; text-align: center; position: static; margin: 0 5px; font-size: 18px}
.header .menu > li > a { padding: 26px 10px; display: block; text-transform: uppercase; font-weight: 600;}

.header .menu > li:hover > a {color: var(--primary-color);}
.header .menu > li > a:after { content: ' '; position: absolute; bottom: 0px; left: 50%; width: 0%; height: 3px; background: var(--primary-color); z-index: 100; transition: all .5s cubic-bezier(.215, .61, .355, 1); transform: translateX(-50%);}
.header .menu > li:hover > a:after,
.header .menu > li.current-menu-item > a:after { content: ' '; width: 100%;}
.header .menu > li:hover { background-color: #ffffff; }

/*.header .menu > li.current-menu-item > a {color: var(--secondary-color);}*/

/* Megadropdown */
.header .menu > li > .sub-menu{ overflow: hidden; background: #ffffff; opacity: 0; visibility: hidden; position: absolute; list-style: none; top: 85px; left: 50%; transform: translateX(-50%); width: 100%; min-height: 300px; text-align: left; z-index: 99; padding: 15px;margin: 0;}
.header .menu .sub-menu li a{font-size: 16px !important;}

.header .menu > li:hover > .sub-menu{ opacity: 1; visibility: visible; display: flex; justify-content: center}
.header .menu > li:hover > .sub-menu a{color:#333;padding: 8px 0px;font-size: 15px;border-bottom: 1px solid #ddd}

.header .menu > li> .sub-menu a:hover,
.header .menu > li> .sub-menu .sub-menu a:hover{color:#000}

.header .menu > li > .sub-menu > li{display: inline-block;width: 200px;margin-right: 10px;}
.header .menu > li > .sub-menu .sub-menu{min-height: 200px; padding: 0;margin:0;}

.header .menu > li > .sub-menu .sub-menu li{display: block; width: 100%;margin-bottom: -10px;}
.header .menu > li > .sub-menu .sub-menu a{font-size: 14px;padding: 8px 0px;color:#999; border-bottom:1px solid #fff;}

@media (min-width: 768px) {
  .header .menu > li > .sub-menu{box-shadow: 0 5px 20px rgba(0,0,0,.05);}
  /*.scroll-down .header{transform: translateY(-110px);}
  .scroll-down .header-small{transform: translateY(-32px);}*/
}

@media (max-width: 767px) {

  .header-notice {padding: 4px 5px 4px 5px;border-bottom: 1px solid #ddd; height: 44px;font-size: 12px;line-height: 17px; display: flex;width: 100%;align-items: center;justify-content: center;margin-bottom: 4px;}

  .header{transition: all 0.3s cubic-bezier(.215, .61, .355, 1);top:0;}
  /*.scroll-down .header{top:-48px;}*/

  /* Search Hide on Scroll*/
  .nav-search{transition: all 0.3s cubic-bezier(.215, .61, .355, 1);}
  .scroll-down .nav-search{transform: translateY(-100%);}

  /* search panel big */
  .nav-search{position: absolute;top:56px;background: #fff;padding: 0 10px 10px 10px;margin-top: -10px; box-shadow: 0 7px 15px rgba(0,0,0,.07);z-index: 1000}
  .nav-search__form{border:none; background: #eee;height: 37px;}
  .nav-search__form input,
  .nav-search__icon{background: transparent!important}
  .nav-search__form #datafetch{top:37px;margin: 0 -10px; width: calc(100% + 20px);left:0;}
  .nav-search__form #datafetch a,
  .nav-search__form #datafetch .product-not-found{border-left:none; border-right:none;}
  .nav-menu{border:none}
  .nav-icon-user {right: 100px!important;}
  .nav-icon-search {display: none;}
  .header-small .nav-icon-search{right: 151px;}

  /* Nav icons */
  .nav-icons{width: 50%;background: #fff;z-index: 1001}
  .cart-icon { right: 70px!important;}
  .nav-icon-user{right: 138px;top:1px}

  .nav-menu{z-index: 1100; width: 100%; min-height: 0;}
  .header-small .nav-menu{}
  .nav-mex{display: none;}
  .nav-logo{width: 50%;background: #fff;z-index: 1001}
  .nav-logo .logo img{padding: 5px;}

  .header .menu,
  .header .menu li{width: 100%;  text-align: left;margin-right: 0;position: relative;}
  .header .menu > li:last-of-type:after {content: ' ';height: 85px;display: block; width: 100%;}

  .header .menu > li {border-top:1px solid #ddd; overflow: hidden;margin-bottom: -10px;}
  .header .menu > li > a {font-size: 16px;padding-left: 15px;}

  .header .menu > li > ul li ul,
  .header .menu li > ul li,
  .header .menu > li > .sub-menu,
  .header .menu > li > ul,
  .header .menu > li {transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;}

  .header .menu > li > .sub-menu{display: flex; flex-flow: row; flex-wrap: wrap;justify-content: center; transform: translateX(0%);padding: 0;margin: 0; visibility: visible; overflow:hidden; position: relative; left:0; top:0; border:none; opacity: 1; min-height: 0;max-height: 0;}
  .header .menu > li > .sub-menu--open{max-height: 800px;min-height: 100px}
  .header .menu > li > .sub-menu > li{width: calc(50% - 30px); margin: 10px 15px;}
  .header .menu > li > .sub-menu > li > a{color:#000;}
  .header .menu > li > .sub-menu .sub-menu{min-height: auto;}

  .header .menu{overflow: scroll; height: 100vh; position: absolute; background: #fff; right: -100%;}
  .header .menu.open{right: 0%;}

  .tog{width: 40px;height: 40px;top:-7px}
  .tog span {background: #000;width: 25px;}
  .tog span:first-child {transform: translateY(-8px);}
  .tog span.span-middle {transform: translateY(8px);}

}


/* ------------------------------------------------------------------------- *
/* ! Modules */
/* ------------------------------------------------------------------------- */
.cover{padding: 150px 20px; text-align: center;position: relative;}
.cover:before { content : ''; position : absolute; top : 0; left : 0; bottom : 0; right : 0; background-color : #000000; opacity : 0.5; z-index : 0; }
.cover h1,
.cover h2{color:#fff;z-index: 1;position: relative;}

.wp-block-cover{height: auto;}

@media (min-width: 600px) and (max-width: 781px){
  .wp-block-column:not(:only-child){flex-basis: 50%!important;}
}

@media (max-width: 768px) {
  .wp-block-column:not(:only-child){flex-basis: 100%!important;}
}


/* ! - Slider */
.main-carousel h3{color:#fff;margin-bottom: 10px;}
.main-carousel p{color:#fff;margin-bottom: 20px;}
.main-carousel .carousel-cell{height: 450px;}
.main-carousel .carousel-cell:before{ content: ' '; background: #000;position: absolute;top:0; left:0; width: 100%;height: 100%;z-index: 0; opacity: 0.25}
@media (max-width: 768px) {
  .main-carousel h3,
  .main-carousel p{text-align: center;}
  .main-carousel .wp-block-button{text-align: center;}
}

.carousel-cell{width: 100%;height: 350px;}
.flickity-page-dots{bottom: 20px;}

.vertical-center{display: flex; width: 100%; height: 100%; align-items: center;}


/* ! - Sub Slider */
.sub-slider{margin:0}
.sub-slider__item{width: 33.33%;height: 400px;text-align: center; display: flex; align-items: center;position: relative;background-position: center !important;}
.sub-slider__item:before{ content: ' '; background: #000;position: absolute;top:0; left:0; width: 100%;height: 100%;z-index: 0; opacity: 0.55}
.sub-slider__item h3{width: 100%;margin-bottom: 0;position: relative;z-index: 1; color:#fff}
.sub-slider .flickity-prev-next-button.next{right: -70px;}
.sub-slider .flickity-prev-next-button.previous{left: -70px;}

@media (max-width: 768px) {
  .sub-slider .flickity-prev-next-button{display: none}
  .sub-slider{margin: 20px -20px}
  .sub-slider__item{width: 50%;}
}

@media (max-width: 480px) {
  .sub-slider__item{width: 80%;}
  .flickity-slider{left: 10% !important}
}

/* ! - Text Slider */
.text-slider{margin: 30px 0; border-top: 3px solid #ddd;border-bottom: 3px solid #ddd;}
.text-slider__item{width: 100%;min-height: 300px;text-align: center; display: flex; align-items: center;position: relative;}
.text-slider__content{max-width: 800px; margin: 0 auto;}
@media (max-width: 768px) {
  .text-slider .flickity-prev-next-button{top:80%; transform: scale(0.5);}
  .text-slider p{padding: 5px 20px;margin: 0;}
}

/* ! - Box Shipping */
.box-shipping{font-weight: bold; justify-content: space-between; align-items: stretch; flex-wrap: wrap; padding: 12.5px 2.375em}
.box-shipping > .wp-block-column{flex-grow: 0; /*flex-basis: auto !important;*/ padding: 12.5px .5em; margin: 0 !important}
.box-shipping .wp-block-columns{margin-bottom: 0}
/*.box-shipping .wp-block-columns .wp-block-columns .wp-block-column{flex-basis: auto !important;}*/
.box-shipping .wp-block-column .wp-block-columns .wp-block-column:first-child{flex-basis: 50px !important;}
.box-shipping .wp-block-column .wp-block-columns .wp-block-column:last-child{margin-left: 25px; flex-basis: calc(100% - 75px) !important;}
.box-shipping .wp-block-column figure img{width: 49px; height: 45px;}

@media (max-width: 1024px) {
  .box-shipping p{font-size: 14px;}
}

@media (max-width: 768px){
  .wp-block-columns.has-background{padding: 12.5px 0; justify-content: center;}
}

@media (max-width: 440px){
  .box-shipping > .wp-block-column{padding: 7.5px 0}
  .box-shipping .wp-block-columns .wp-block-column:first-child{display: none}
  .box-shipping .wp-block-columns .wp-block-column:not(:first-child) {margin-left: 0;}
}

/* ! - Box Media Text */
.wp-block-media-text figure{height: 100%;}
.wp-block-media-text figure img{width: 100%; height: 100%; object-fit: cover;}
.wp-block-media-text .wp-block-media-text__content{padding:5%;}

@media (max-width: 768px) {
  .wp-block-media-text{display: flex; flex-direction: column;}
  .wp-block-media-text .wp-block-media-text__media{height: 45vh}
}

/* ! - Box Events */
.box-events .wp-block-column{margin: 0}
.box-events .wp-block-cover{height: 100%; min-height: 300px; padding: 10% 5%;}
.box-events .wp-block-cover__inner-container{width: 100% !important}
.box-events .block-news{padding:5% 2.5%;}
.box-events .block-post{flex-direction: row;}
.box-events .block-post article{width: 48%}
.box-events .block-post article figure{margin-bottom: 20px; padding-bottom: 45%}

@media (max-width: 768px) {
  .box-events{flex-direction: column-reverse;}
  .box-events .block-post article{width: 100%}
  .box-events .block-news{padding: 5%}
}
/* ! - Carosello Abbinamenti */
.wp-block-columns .carousel-slider .carousel-slider__caption .title{color: #222; font-family: 'Oswald', sans-serif; font-size: 26px; line-height: 30px; text-transform: uppercase; margin: 20px 0 0; font-weight: bold; white-space: normal;}
.wp-block-columns .carousel-slider .carousel-slider__item img{max-width: 170px;}
.wp-block-columns .carousel-slider .carousel-slider__caption .title:before{content: "ABBINAMENTO"; display: block;  font-family: 'Lato', sans-serif; font-weight: bold; font-size: 16px; line-height: 20px}
.wp-block-columns .carousel-slider.dots-center .owl-dots{margin-top: 70px}
.wp-block-columns .carousel-slider.dots-circle .owl-dots .owl-dot span{width: 25px !important; transition: all .5s cubic-bezier(.215, .61, .355, 1);}
.wp-block-columns .carousel-slider.dots-circle .owl-dots .owl-dot.active span{width: 50px !important;}
.title-abbinamenti{position: absolute; width: 100%; left: 0; z-index: -1; top: 50%; transform: translateY(-75%);}

@media (max-width: 1280px) {
  .wp-block-columns .carousel-slider .carousel-slider__caption .title{font-size: 22px; line-height: 26px;}
}

@media (max-width: 768px) {
  .wp-block-columns .carousel-slider.dots-circle .owl-dots .owl-dot,
  .wp-block-columns .carousel-slider.dots-circle .owl-dots .owl-dot span{width: 15px !important; height: 15px !important; margin: 0}
  .wp-block-columns .carousel-slider.dots-circle .owl-dots .owl-dot{margin: 0 5px}
  .wp-block-columns .carousel-slider.dots-circle .owl-dots .owl-dot.active,
  .wp-block-columns .carousel-slider.dots-circle .owl-dots .owl-dot.active span{width: 30px !important;}
  .wp-block-columns .carousel-slider.dots-center .owl-dots{margin-top: 30px}
}

@media (max-width: 599px) {
  .title-abbinamenti{top: 55%;}
  .wp-block-columns .carousel-slider .carousel-slider__caption .title:before{display: none}
}

@media (max-width: 350px) {
  .title-abbinamenti{top: 60%;}
  .wp-block-columns .carousel-slider .carousel-slider__caption .title{font-size: 17px; line-height: 22px; margin-top: 10px;}
}


/* ------------------------------------------------------------------------- *
/* ! WooCommerce */
/* ------------------------------------------------------------------------- */

.woocommerce .products ul,
.woocommerce ul.products{display: flex; flex-wrap: wrap; justify-content: start; margin-bottom: 0}
.woocommerce .products ul.custom_acf{justify-content: space-between; margin-bottom: 0px; flex-wrap: wrap; text-align: center; margin-top: 20px;}
.woocommerce .products ul.custom_acf li{width: 32.33%}
.woocommerce .products ul.custom_acf figure{width: 40px; height: 40px; display:block; margin: 0 auto; position: relative; border-radius: 100%; vertical-align: middle; background: #f9a82a;}
.woocommerce .products ul.custom_acf figure img{position: absolute; height: 26px; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto;}

@media (max-width: 500px) {
  .woocommerce .products ul.custom_acf li{width: 100%; display: flex; padding:0 5px}
  .woocommerce .products ul.custom_acf figure{margin: 0 10px 0 0;}
}

.woocommerce ul.products::before,
.woocommerce ul.products::after{display: none}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{text-align: center; float: none !important}
.woocommerce .products .star-rating{margin-left: auto; margin-right: auto; overflow: hidden; /*display: none*/}
.woocommerce .star-rating span::before{color: var(--primary-color)}
.woocommerce ul.products li.product a.woocommerce-review-link{display: none}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{border:1px solid #E2E2E2; padding: 15px; width: 24%; margin-bottom: 1.2em}

.woocommerce ul.products li.product:not(.last),
.woocommerce-page ul.products li.product:not(.last){margin-right:1.33%}

.woocommerce ul.columns-2 li.product:not(.last),
.woocommerce-page ul.columns-2 li.product:not(.last){margin-right:4%}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{font-family: "Lato", sans-serif; font-size: 22px; line-height: 27px;}
  .woocommerce ul.products li.product a img{mix-blend-mode:multiply}

.woocommerce ul.products li.product .woocommerce-loop-product__title a{color: #222}

.woocommerce-Price-amount{color: var(--secondary-color);}

.woocommerce-pagination{margin-bottom: 50px}

@media (max-width: 1024px) {
  .woocommerce ul.products[class*=columns-]:not(.columns-2, .columns-21) li.product,
  .woocommerce-page ul.products[class*=columns-]:not(.columns-2, .columns-21) li.product{width: 32%; margin: 0 .5% 0.6em;}
}

@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product:not(.product-category),
  .woocommerce-page ul.products[class*=columns-] li.product:not(.product-category){width: 48% !important;  margin: 0 1% 3em !important;}
}

@media (max-width: 600px) {
  .woocommerce ul.products[class*=columns-] li.product:not(.product-category),
  .woocommerce-page ul.products[class*=columns-] li.product:not(.product-category){width: 100% !important;  margin: 0 0 1em !important; display: flex; justify-content: space-between; flex-wrap: wrap;}

  /*.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-info-product
  .woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__link,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-info-product{width: 49%; position: relative;}*/
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-info-product{width: 49%; position: relative;}
  .woocommerce ul.products li.product .button{width: 100%}
  .woocommerce ul.products li.product a img{margin-bottom: 0; width: 100%; height: 100%; object-fit: cover;}
  .woocommerce ul.products li.product .button.yith-wcqv-button{display: none}
  .woocommerce a.added_to_cart{width: calc(100% - 30px) !important; left: 15px; bottom: 15px; position: absolute; margin: 0 !important}
}

/* ! - Filter */
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy,
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy li,
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy .wpf_submenu{display: flex; align-items: center; flex-flow: wrap;}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy label{color: #929292}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy label.active,
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy label.active label{color: #000}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy input{display: none}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_submenu{border: 0}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy li,
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy label,
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy .wpf_submenu{margin: 0}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy li{margin-right: 25px}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy li label{font-size: 12px; letter-spacing: 2px; text-transform: uppercase;}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item label[for="wpf_prodotti_per_categoria_21"]{margin-right: 25px;}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy .wpf_submenu li{margin:0; margin-right: 25px}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item .wpf_hierachy .wpf_submenu li:last-child{margin-right: 0}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item label{padding: 5px 0}
.wpf_form_prodotti_per_categoria .wpf_layout_vertical .wpf_item label[for="wpf_prodotti_per_categoria_"]{padding: 0}

/*.filters-sidebar .wpf_item_wpf_cat{display: flex; flex-direction: column; border-bottom: 1px solid rgba(0,0,0,.1)}
.filters-sidebar .wpf_item_wpf_cat .wpf_item_name{order: 1}
.filters-sidebar .wpf_item_wpf_cat .select2-container{order: 2; margin-bottom: 10px;}
.filters-sidebar .select2-hidden-accessible{position: relative !important; padding: 10px!important; border:1px solid #d1d1d1 !important; clip: unset !important; height: auto !important; width: 100% !important; overflow: auto !important; margin-bottom: 30px !important; order: 3}
.filters-sidebar .select2-hidden-accessible option{padding: 5px 0; font-size: 16px;}*/

.filters-sidebar .wpf_items_wrapper .wpf_item ul li input[type="checkbox"],
.filters-sidebar .wpf_items_wrapper .wpf_item ul li label{display: inline-block;}

/* ! - Button */
.wp-block-buttons >.wp-block-button{margin-bottom: 0}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled{ background: var(--primary-color); color:#fff; transition: all .3s cubic-bezier(.215, .61, .355, 1); padding: 0.8em; font-size: 16px; text-transform: uppercase;}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{background: var(--primary-color-hover); color:#fff}

.woocommerce a.button{width: 100%; text-align: center;}

.woocommerce ul.products li.product .button.yith-wcqv-button{position: absolute; top: 16px; left: 50%; margin: 0; transform: translateX(-50%); text-transform: uppercase; white-space: nowrap; padding-bottom: calc(100% - 30px); width: calc(100% - 30px); height: 0; font-size: 0; background: transparent; pointer-events: none;}
.woocommerce ul.products li.product .button.yith-wcqv-button:before{content: "anteprima"; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; background: #000; padding: 7px 10px; border-radius: 5px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); pointer-events: all;}

@media (max-width: 499px){ .woocommerce ul.products li.product .button.yith-wcqv-button{/*bottom:148px;*/} }
@media (max-width: 375px){ .woocommerce ul.products li.product .button.yith-wcqv-button{/*bottom:133px;*/} }

.woocommerce div.product form.cart div.quantity{height: 46px}

.woocommerce .cart .button, .woocommerce .cart input.button {min-height: 40px}

.woocommerce a.added_to_cart{background: var(--primary-color-hover); width: 100%; text-transform: uppercase; font-size: 100%; margin: 15px 0 0; line-height: 1; cursor: pointer; text-decoration: none; overflow: visible; padding: .618em 1em; font-weight: 700; border-radius: 3px; color: #fff; border: 0; display: inline-block; background-image: none; box-shadow: none; text-shadow: none; animation: remove_added_to_cart 1s ease 5s forwards}
@keyframes remove_added_to_cart {
  0 {opacity: 0; visibility: hidden;}
  100% {opacity: 0; visibility: hidden;}
}

/* ! - Price */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price{color:#999; font-weight: bold;}
.woocommerce.single-product .summary p{margin-bottom: 15px;}
.woocommerce.single-product .summary p.price{font-size: 32px;}

.woocommerce ul.products li.product .woocommerce-loop-product__title{padding: .5em 0 .25em}
.woocommerce ul.products li.product .price{font-size: 18px; margin-bottom: 0}

.woocommerce .stock{margin-bottom: 10px;margin-top: 5px; color: #77a464;font-size: .8em; display: none}
.single-product.woocommerce .stock{display: block;}
.woocommerce .stock.out-of-stock{color:red}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{width: 60px}

/* ! - Input */
input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password']{height: 35px;}

.woocommerce input[type=text],
.woocommerce input[type=email]{background: #fff;border:1px solid #bbb; border-radius: 3px}

/* ! - Column fix  */
.woocommerce-cart .woocommerce [class*='col'],
.woocommerce-checkout .woocommerce [class*='col']{padding:0;}

/* ! - Coupon */
#coupon_code{width: 129px;}

/* ! - Minicart */
.nav-wrap .grid{position: relative}

.minicart { list-style-type : none; margin : 0px; width : 270px; max-height : 0px; overflow : hidden; position : absolute; z-index : 99; top : 54px; right : 0px; background : #ffffff; box-shadow : 0 15px 15px rgba(0,0,0,0.08); }
.minicart__inside { padding : 20px; position: relative;}
.minicart .widget { margin-bottom : 0; }
.minicart .widget li { position : relative; margin-top : 5px!important; display: block;width: 100%}
.minicart .widget li a { border : none; padding : 0px 0 0 0; color:#000;}
.minicart .widget a.button { padding : 10px; }
.minicart .widget_shopping_cart .total{ padding-top : 20px; border:none;margin-bottom: 15px;}
.minicart .widget_shopping_cart .woocommerce-mini-cart__total:before { height: 20px; bottom: 0; left:0; width: 100%; content: ' '; display: block; margin-top: -40px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); position: relative; z-index: 2; margin-bottom: 20px; }
.minicart .woocommerce-mini-cart__buttons { margin-bottom : 0; }

.cart-icon { display : block; position : absolute; top: 7px; right : 32px;  z-index : 30; }
.cart-icon .cart-contents { background : #fff; cursor : pointer; color : #333;  font-size : 22px;padding: 7px; }
.cart-icon .cart-contents__number { position : absolute; height : 20px; width : 20px; line-height : 20px; border-radius : 20px; text-align : center; font-size : 11px; right : -15px;top:10px; font-weight : bold; background : var(--primary-color); color : #ffffff; }

.woocommerce-mini-cart__buttons { margin-bottom : 0; }
.cart--open { min-height : 50px; max-height : 600px; }

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {max-height: 240px; overflow: auto;position: relative;}

/* ! - Single product */
.single-product .quantity .qty,
.woocommerce .quantity .qty{height: 46px; text-align: left; width: 50px; padding: 10px 7px}
.single-product .single_add_to_cart_button{padding: 15px 30px!important;}
.single-page-message{padding-bottom: 10px;color: #77a464;margin-top: -10px;}
.product_meta{font-size: 12px;}

.single-product.woocommerce-page div.product .cont-product-33 div.images{width: 100%}
.single-product.woocommerce-page div.product .cont-product-33 .cont-summary .product_title{display: none;}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{float: none; width: 43%}

.single-product .cont-image{width: 30%}
.single-product .cont-detail{width: 23%; min-width: 240px; padding: 10px 0}

@media (max-width: 930px) {
  .single-product .cont-image{width: 57%;}
  .single-product .cont-detail{width: 40%;}
  .single-product div.product div.summary{width: 100%;}
  .single-product .quantity .qty, .woocommerce .quantity .qty{text-align: center;}
}

@media (max-width: 600px) {
  .single-product .cont-image,
  .single-product .cont-detail,
  .single-product div.product div.summary{width: 100%; margin-left: 0; margin-right: 0;}
  .single-product.woocommerce-page div.product .cont-product-33 div.images{margin-left: 0; margin-right: 0;}
}

/* ! - Lista icone */
.list-detail-product figure{display: inline-block; width: 40px; height: 40px; border-radius: 100%; position: relative; vertical-align: middle; margin-right: 5px;}
.list-detail-product figure img{position: absolute; width: auto; height: 26px; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.list-detail-product li:last-child figure img{height: 15px;}


/* ! - Add to cart fixed bottom */
@media (max-width: 768px) {
  .product-type-simple form.cart,
  .woocommerce div.product .woocommerce-variation-add-to-cart{ box-shadow: 0 0 20px rgba(0,0,0,.18); position: fixed; bottom: 0; left: 0; width: 100%; padding: 10px; background: #fff; z-index: 3; margin: 0!important; z-index: 10; }
  .woocommerce div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .woocommerce .product-type-simple form.cart .single_add_to_cart_button{width: calc(100% - 4.2em );}
}

.woocommerce-page article{width: 100%}
.woocommerce-product-gallery {padding:0;}

.woocommerce span.onsale { font-weight: bold; background: #fed65e; color: #333333; height: 55px; width: 55px;line-height: 13px; font-size: 10px;padding-top: 12px;text-transform: uppercase;}
.woocommerce span.onsale  strong{font-size: 21px;}

.single-product.woocommerce .product > span.onsale {transform: scale(1.3);}

/* ! - Gallery */
.single-product.woocommerce-page div.product div.images{width: calc(48% - 0px);margin-left: 0px;}
.single-product div.product .woocommerce-product-gallery{position: relative;}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs { position: absolute; top:20px; left:15px; width: 60px;}
.woocommerce div.product div.images .flex-control-thumbs li {width: 100%; max-width: 70px;margin-right: 10px;margin-bottom: 15px;border: 2px solid #ddd; border-radius: 200px; overflow: hidden;}
.woocommerce-product-gallery__wrapper a{display: inline-block;}

@media (max-width: 767px) {
  .single-product.woocommerce-page div.product div.images{width: calc(100% + 40px);margin-left: -20px;margin-right: -20px;}
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {left:10px; width: 40px;}
}

/* ! - Variations */
.variations label{margin-top: 0;}
.woocommerce-variation{margin-bottom: 20px;}
.variations .value{width: 100%!important;}

.variations select,
.variations .value:after {display: none!important;}

.button-variation { border-radius: 2px; display : inline-block; background-color : #f9f9f9; border : 2px solid #ddd; padding : 2px 10px; margin-right : 5px; margin-bottom : 5px; cursor: pointer; }
.button-variation__selected { background-color : #eee; border : 2px solid #333; }

/* ! - Loop Products */
.woocommerce .woocommerce-ordering select {border:none!important;background: #fff;font-family: Poppins; cursor: pointer;}
.woocommerce-result-count{font-size: 13.3333px;}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title{display: none !important}

/* .woocommerce ul.products li.product .button{display:none} */

/* ! - Carrello */
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{margin-bottom: 60px}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells{width: 60%;}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product{width: 32.33%; margin: 0.5%; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{width: 38%;}

@media (max-width: 1024px) {
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals{width: 100%;}

  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells{margin-bottom: 50px}
}

/* YITH WooCommerce Quick View */
.single-product a.button.yith-wcqv-button{display: none}
#yith-quick-view-modal.open .yith-wcqv-wrapper{height: auto !important;}
#yith-quick-view-modal .yith-wcqv-main{box-shadow: none}
#yith-quick-view-content div.summary{padding: 15px 30px}
#yith-quick-view-content .woocommerce-product-gallery__wrapper a{display: block;}
#yith-quick-view-content img.zoomImg{display: none !important}

#filters-button{display: block;position: absolute;right: 20px; cursor: pointer; z-index: 1000; top: 13px;}
#filters-button .text-filter{vertical-align: middle; margin-right: 5px}
#filters-button .icon-sliders{font-size: 22px; transform: rotate(90deg);display: inline-block; padding: 10px; background: var(--primary-color); color: #fff; vertical-align: middle;}
.filters-sidebar { position: fixed; top: 0; left: -75%; width: 75%; max-width: 400px; overflow-y: scroll; background: #ffffff; z-index: 9999; height: 100vh; transition: all 0.3s ease-in-out; padding-top: 20px; }
.filters-sidebar--open{left: 0%; box-shadow: 0 5px 20px rgba(0,0,0,.05);}

.close-button{position: absolute; padding: 20px; top:0; right:0;font-size:26px; display:block}

/* ! - breadcrumb */
.woocommerce .woocommerce-breadcrumb{margin: 20px 0;}
.woocommerce.sigle-product .woocommerce-breadcrumb{margin: 0 0 10px; text-align: center;}
.woocommerce .woocommerce-breadcrumb a{transition: all .5s cubic-bezier(.215, .61, .355, 1);}
.woocommerce .woocommerce-breadcrumb a:hover{color: var(--primary-color);}
@media (max-width: 767px) {
  .woocommerce .woocommerce-breadcrumb{margin: 0 0 15px;}
}
/* ! - Select Shop + Variations */
form.woocommerce-ordering { position: relative; }
form.woocommerce-ordering select { border: 0; vertical-align: middle; background: transparent; -webkit-appearance: none; appearance: none; padding-left: 5px; }
form.woocommerce-ordering:after { content: '\e90f'; font-family: 'icomoon' !important; font-size: 20px; line-height: 23px; padding-right: 2px; position: absolute; top: 7px; right: 0px; }

.variations td.value{ position: relative;}
.variations td.value select { border: 1px solid #dddddd!important; border-radius: 4px; border: 0; vertical-align: middle; background: transparent; -webkit-appearance: none; appearance: none; padding-left: 5px; }
.variations td.value:after { content: '\e90f'; font-family: 'icomoon' !important; font-size: 20px; line-height: 23px; padding-right: 2px; position: absolute; top: 20px; right: 20px; z-index: -1}

/* ! - Tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; margin-bottom: -2px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #fff; color: #000; border: 2px solid #ddd;position: relative;}
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border: 0; }

.woocommerce div.product .woocommerce-tabs a { padding: 1rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; padding-left: 5px;z-index: 0; position: relative; }
.woocommerce div.product .woocommerce-tabs ul.tabs { border-bottom: 2px solid #ddd; }

@media (min-width: 767px){
  .single .woocommerce-tabs {width: 100%; float: none; min-height: unset;}
  .single .upsells.products,
  .single .related.products {width: 100%;float: none;}
}

@media (max-width: 767px){
  .woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0; border: 0}
  .woocommerce div.product .woocommerce-tabs ul.tabs li{width: 100%; border: 2px solid #f7f7f7; margin: 0;}
  .woocommerce div.product .woocommerce-tabs ul.tabs li a{width: 100%;}
}

.woocommerce div.product p.stock{display: none!important}

/* ! - Messages */

.woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 1em 2em 1em 3.5em; margin: 0 0 2em; border-radius: 4px; position: relative; background-color: #f7f6f7; color: #111; border-top: none; list-style: none outside; line-height: 32px; width: auto; word-wrap: break-word; }

.woocommerce .woocommerce-message a.button{background: #4CAF50; width: auto;}
.woocommerce-message::before{color: #4CAF50;}
.woocommerce .woocommerce-message {background: #DCEFDC}

.woocommerce .woocommerce-error a.button{background: #F44336;}
.woocommerce-error::before{color: #F44336;}
.woocommerce .woocommerce-error {background: #FEECEB; color:#D91811}

.woocommerce .woocommerce-info a.button{background: #2296F2;}
.woocommerce .woocommerce-info a{color:#1478C8}
.woocommerce-info::before{color: #2296F2;}
.woocommerce .woocommerce-info {background: #E9F5FE;}


/* ! - Checkout */

.woocommerce-checkout .col-2{display: none;}
.woocommerce-checkout .col-1{width: 100%!important;}


.woocommerce textarea {background: #fff; border: 3px solid #DDD; border-radius: 4px;}
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=tel],
.select2-container--default .select2-selection--single { background: #fff; border: 3px solid #DDD; border-radius: 4px; height: 40px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 34px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 7px; }

.woocommerce-checkout #payment ul.payment_methods li input {margin: 1.5em 1em 0 0; float: left;}
.checkout #payment #place_order{width: 100%;padding: 20px;font-size: 18px;margin-top: 30px;}
.checkout.woocommerce-checkout { padding-bottom: 70px; background: url(/wp-content/themes/lasetebeershop/img/carte.png) no-repeat center bottom; background-size: 75%; margin-bottom: 50px}

@media (min-width: 768px) {
  .woocommerce-checkout .page { width: 80%; margin-left: 10%;}
  .checkout.woocommerce-checkout{background-size: 55%;}
}

/* ! - Yith Quick View */
.yith-wcqv-wrapper .variations select,
.yith-wcqv-wrapper .variations .value:after{display: block !important;}
#yith-quick-view-close{border-radius: 100%; border-color: black; color: black; width: 36px; height: 36px; line-height: 36px; top: 16px; right: 16px; background: white; font-weight: bold; opacity: 1}
.yith-wcqv-wrapper .product_meta{display: none;}

/* ------------------------------------------------------------------------- *
/* ! Index */
/* ------------------------------------------------------------------------- */

/* Home Title */
.home-title { position: absolute; top:-9999px; color: #fff; font-size: 12px;}

/* Blog image */
article figure{position: relative; width: 100%; height: 0; padding-bottom: 60%; margin-top: 0; background-color:#f7f7f7}
article figure img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}

.wp-block-button__link{background: var(--primary-color); color: #fff; transition: all .3s cubic-bezier(.215, .61, .355, 1); font-weight: bold;}
.wp-block-button__link:hover{background: var(--primary-color-hover);}

.cover-promozioni .wp-block-cover{align-items: flex-end; position: relative; overflow: hidden;}
.cover-promozioni .wp-block-cover img{transition: all .8s cubic-bezier(.215, .61, .355, 1);}
.cover-promozioni .wp-block-cover:hover img{transform: scale(1.25);}
.cover-promozioni .wp-block-cover a{color: #fff;}
.cover-promozioni .wp-block-cover .wp-block-buttons{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.cover-promozioni .wp-block-cover .wp-block-buttons a{width: 100%; height: 100%; position: absolute; border-radius: 0; opacity: 0;}

@media (max-width: 1024px) {
  .cover-promozioni .wp-block-cover{min-height: 320px !important}
}

@media (max-width: 768px) {
  .cover-promozioni .wp-block-column{flex-basis: 32.33% !important;}
  .cover-promozioni .wp-block-column:nth-child(2n){margin-left: 0}
  .cover-promozioni .wp-block-cover{min-height: 260px !important}
}

@media (max-width: 600px) {
  .cover-promozioni .wp-block-column{flex-basis: 100% !important;}

}

/* ------------------------------------------------------------------------- *
/* ! Sidebar */
/* ------------------------------------------------------------------------- */

.widget_search{margin-bottom: 50px;}
.blog aside,
.single-post aside{top: 20px; position: sticky;}

aside .widget{margin-bottom: 40px}
aside a{color: var(--grey-color);}
aside a:hover{color: var(--primary-color);}
aside ul{margin-bottom: 20px; list-style:none;}
aside ul li{margin-bottom: 5px; display: flex; align-items: baseline;}
aside ul li:before{content: ""; display: block; width: 8px; height: 8px; background: black; border-radius: 10px; margin-right: 8px;}
aside ul li a{width: calc(100% - 20px);}

/* ------------------------------------------------------------------------- *
/* ! News */
/* ------------------------------------------------------------------------- */
.panel-news .wp-block-column{padding: 80px 5%; margin: 0 !important}
.panel-news article{width: 24%}
.panel-news article figure{padding-bottom: 50%; width: 100%; margin-bottom: 20px}
.panel-news article .cont-txt{width: 100%}
.panel-news article .cont-txt h3{font-size: 28px; line-height: 32px;}
.panel-news article .cont-txt h3 a{color: #222}
.panel-news article .cont-txt .data{font-size: 14px; line-height: 18px;}

@media (max-width: 1024px) { .panel-news article{width: 49%} }
@media (max-width: 600px) { .panel-news article{width: 100%} }

.panel-recensione .wp-block-column{padding: 5% 2.5%; margin: 0!important; position: relative;}
.panel-recensione .block-recensione{padding: 0}
.panel-recensione .block-post{height: 100%;}
.panel-recensione .block-post article{margin-bottom: 0; width:100%; height: 100%; position: relative; display: block;}
.panel-recensione .block-post figure{height: 100%; padding: 0}
.panel-recensione .block-post article .cont-txt{position: absolute; width: 100%; height:100%; padding: 10% 5%; bottom: 0; color: #fff; display: flex; flex-direction: column; justify-content: flex-end;}
.panel-recensione .block-post article .cont-txt h3{margin-bottom: 20px}
.panel-recensione .block-post article .cont-txt h3 a{color: #fff; text-transform: uppercase;}
.panel-recensione .block-post article .cont-txt p{display: none;}

@media (max-width: 768px) {
  .panel-recensione .wp-block-column{padding: 5%}
  .panel-recensione .block-recensione{padding: 0}
  .panel-recensione .block-post,
  .panel-recensione .block-post article{height: 55vh}
}

/* ------------------------------------------------------------------------- *
/* ! Footer */
/* ------------------------------------------------------------------------- */
.prefooter{background: #FAF2DF; padding: 90px 50px 50px; max-width: none;}
.prefooter .logo_footer{width: 100%; max-width: 200px; mix-blend-mode: multiply;}
.prefooter a{color: #222; text-decoration: underline;}
.prefooter .social i{font-size:36px; margin-right: 5px}
.prefooter .social a:hover{color: var(--secondary-color)}

.prefooter .menu{list-style: none;}
.prefooter .menu li{margin-bottom: 5px}
.prefooter .menu li a{text-decoration: none;}
.prefooter .menu li a:hover{color: var(--secondary-color)}

.footer{padding-top: 40px; max-width: none; background: #000; color: #fff; text-align: center; font-size: 14px; padding: 20px 50px;}
.footer a{color: #fff}

@media (max-width: 991px) {
  .prefooter{text-align: center;}
  .prefooter .tab-100 img{margin-left: auto; margin-right: auto;}
}
@media (max-width: 767px) {
  .prefooter{padding: 50px 5% 0px;}
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* WordPress Default Styles */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* Pagination */
.pagination { margin: 40px 0 40px 0; padding: 0; width: 100%; }
.pagination span,
.pagination a { float: left; margin: 0 10px 10px 0; padding: 14px 19px; border: 1px solid #ddd; }

/* Gallery */
.gallery { float: left; margin: 20px 0 20px 0; width: 103.55%; }
.gallery-item { float: left; width: 33.333333%; text-align: center; }
.gallery img { margin: 0 10% 0 0; width: 90%; height: auto; border: none!important; }
.gallery-caption { width: 90%;margin:10px 0 0 0;}

/* Image */
.alignleft { float: left; margin-right: 20px; margin-bottom: 10px; max-width: 97%; height: auto; }
.alignright { float: right; margin-bottom: 10px; margin-left: 20px; max-width: 97%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 97%; height: auto; }
.alignnone { max-width: 97%; height: auto; }


body .alignfull{width: auto; max-width: 1000%; margin-left: -20px; margin-right: -20px;}

@media only screen and (min-width: 960px) {
  body .alignfull{margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); }
  body .alignwide{width: auto; max-width: 1000%; margin-right: calc(25% - 25vw); margin-left: calc(25% - 25vw); }
  /*.alignwide img,
  .alignfull img{display: block; margin: 0 auto; }*/
}


/* img responsive */
.img-res,
.img-res img{width: 100%;height: auto;}

/* video responsive */
.video-container{position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0;}
.video-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* Table */
/* table {border-collapse: collapse;margin: 40px 0; width:100%;}
table, th, td {border: 1px solid #ddd;padding:10px; font-size: 18px;text-transform: capitalize;}
table  tr:first-child td {font-weight: 900; text-transform: uppercase; padding:12px 8px;} */

th, td {border-bottom: none;}

/* Image Caption */
.wp-caption { margin-top: 1.5rem;margin-bottom: 0px; padding: 10px; max-width: 97%; border: 1px solid #ddd; text-align: center; }
.wp-caption img { margin: 0; padding: 0; width: 100%!important; height: auto; border: 0 none; }
.wp-caption p.wp-caption-text { margin: 0; padding: 8px; font-size: 1em; line-height: 17px; }

/* Stiky */
.sticky { border-right: 3px solid #eee; border-bottom: 3px solid #ddd; }

/* Search */
.search-form {background: #eee;}
.search-form input[type=text]{ width: 80%; color: #333; }
.search-form button{float:right;padding:10px 15px 0 0;border: none; background: none;padding: 11px;}

/* Contact Form 7 */
.wpcf7 label{width:100%}

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url { display: inline-block; margin-top: 20px; margin-right: 3%; width: 30.3333333%; }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input { width: 100%; }

.comment-form-cookies-consent{float: left; width: 100%;}
.comment-form-cookies-consent label{display: inline-block; vertical-align: middle;}

ol.commentlist { margin: 0 0 1em; padding: 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment { padding: 1em; border-top: 1px solid #eee; }
ol.commentlist li.comment div.vcard cite.fn { text-transform: uppercase; font-size: 14px; }
ol.commentlist li.comment div.vcard img.avatar { float: left; margin: 6px 1em 1em 0; border-radius: 50px; }
ol.commentlist li.comment div.comment-meta { font-size: 12px; }
ol.commentlist li.comment ul { margin: 0 0 1em 2em; }
ol.commentlist li.comment div.reply { margin-left: 80px; font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { margin: 1em 0 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment ul.children li.depth-2 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { /* background: #f9f9f9; */  }
ol.commentlist li.parent { border-left: 1px solid #eee; }
ol.commentlist li.bypostauthor .fn { font-weight: bold; }
ol.commentlist li img{max-width: 97%;}

input[type=text],
input[type=email] { width: 98%;margin-right: 10px; padding: 10px; border: none; background: #fff; -webkit-appearance: none;border-radius: 0;font-size: 14px;}
textarea { padding: 10px; width: 98%; border: none; background: #fff; -webkit-appearance: none;border-radius: 0;font-size: 14px;}
input[type=submit] { margin-top: 10px; padding: 15px 20px; color: #fff; text-transform: uppercase; background: #333; border:none; font-size: 14px;}
#comments { width: 100%; }

/* Calendar Widget */
#wp-calendar { width: 100%; }
#wp-calendar a { padding: 0; border: none; }
#wp-calendar caption,
.screen-reader-text { padding-bottom: 10px; color: #000; text-align: left; text-transform: uppercase; font-weight: 700; font-size: 14px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { padding: 8px; border: 1px solid #fff; background: #f5f5f5; text-align: center; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { text-align: right; text-transform: uppercase; font-size: 10px; }
#wp-calendar tfoot #prev { padding-top: 10px; text-transform: uppercase; font-size: 10px; }

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Helpers */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* ! - Variable Width */
.fullscreen{min-height: 100vh; min-height: calc(100vh - 108px);}

.fullwidth{position: relative; z-index: 2;}
.fullwidth:before{content: ""; position: absolute; z-index: -1; width: 101vw; height: 100%; top: 0; left: 50%; transform: translateX(-50%); background: var(--grey-color)}

.w1080{max-width: 1080px; margin-left: auto; margin-right: auto;}

/* ! - Background Color */
.bkg-grey{background: #f7f7f7}
.bkg-grey:before{background: #f7f7f7}

.bkg-yellow{background: var(--primary-color); color: #fff}
.bkg-yellow:before{background: var(--primary-color)}


/* ! - Margin Bottom */

.mb0{margin-bottom: 0px}
.mb5{margin-bottom: 5px}
.mb10{margin-bottom: 10px}
.mb15{margin-bottom: 15px}
.mb20{margin-bottom: 20px}
.mb25{margin-bottom: 25px}
.mb30{margin-bottom: 30px}
.mb35{margin-bottom: 35px}
.mb40{margin-bottom: 40px}
.mb45{margin-bottom: 45px}
.mb50{margin-bottom: 50px}
.mb55{margin-bottom: 55px}
.mb60{margin-bottom: 60px}
.mb65{margin-bottom: 65px}
.mb70{margin-bottom: 70px}
.mb75{margin-bottom: 75px}
.mb80{margin-bottom: 80px}
.mb85{margin-bottom: 85px}
.mb90{margin-bottom: 90px}
.mb95{margin-bottom: 95px}
.mb100{margin-bottom: 100px}
.mb150{margin-bottom: 150px}
.mb200{margin-bottom: 200px}

@media (max-width:1024px) {
  .mb0-l{margin-bottom: 0px}
  .mb5-l{margin-bottom: 5px}
  .mb10-l{margin-bottom: 10px}
  .mb15-l{margin-bottom: 15px}
  .mb20-l{margin-bottom: 20px}
  .mb25-l{margin-bottom: 25px}
  .mb30-l{margin-bottom: 30px}
  .mb35-l{margin-bottom: 35px}
  .mb40-l{margin-bottom: 40px}
  .mb45-l{margin-bottom: 45px}
  .mb50-l{margin-bottom: 50px}
  .mb55-l{margin-bottom: 55px}
  .mb60-l{margin-bottom: 60px}
  .mb65-l{margin-bottom: 65px}
  .mb70-l{margin-bottom: 70px}
  .mb75-l{margin-bottom: 75px}
  .mb80-l{margin-bottom: 80px}
  .mb85-l{margin-bottom: 85px}
  .mb90-l{margin-bottom: 90px}
  .mb95-l{margin-bottom: 95px}
  .mb100-l{margin-bottom: 100px}
}

@media (max-width: 768px) {
  .mb0-m{margin-bottom: 0px}
  .mb5-m{margin-bottom: 5px}
  .mb10-m{margin-bottom: 10px}
  .mb15-m{margin-bottom: 15px}
  .mb20-m{margin-bottom: 20px}
  .mb25-m{margin-bottom: 25px}
  .mb30-m{margin-bottom: 30px}
  .mb35-m{margin-bottom: 35px}
  .mb40-m{margin-bottom: 40px}
  .mb45-m{margin-bottom: 45px}
  .mb50-m{margin-bottom: 50px}
  .mb55-m{margin-bottom: 55px}
  .mb60-m{margin-bottom: 60px}
  .mb65-m{margin-bottom: 65px}
  .mb70-m{margin-bottom: 70px}
  .mb75-m{margin-bottom: 75px}
  .mb80-m{margin-bottom: 80px}
  .mb85-m{margin-bottom: 85px}
  .mb90-m{margin-bottom: 90px}
  .mb95-m{margin-bottom: 95px}
  .mb100-m{margin-bottom: 100px}
}

@media (max-width: 440px) {
  .mb0-s{margin-bottom: 0px}
  .mb5-s{margin-bottom: 5px}
  .mb10-s{margin-bottom: 10px}
  .mb15-s{margin-bottom: 15px}
  .mb20-s{margin-bottom: 20px}
  .mb25-s{margin-bottom: 25px}
  .mb30-s{margin-bottom: 30px}
  .mb35-s{margin-bottom: 35px}
  .mb40-s{margin-bottom: 40px}
  .mb45-s{margin-bottom: 45px}
  .mb50-s{margin-bottom: 50px}
  .mb55-s{margin-bottom: 55px}
  .mb60-s{margin-bottom: 60px}
  .mb65-s{margin-bottom: 65px}
  .mb70-s{margin-bottom: 70px}
  .mb75-s{margin-bottom: 75px}
  .mb80-s{margin-bottom: 80px}
  .mb85-s{margin-bottom: 85px}
  .mb90-s{margin-bottom: 90px}
  .mb95-s{margin-bottom: 95px}
  .mb100-s{margin-bottom: 100px}
}


/* ! - Flex */

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

.flex--nowrap{flex-wrap: nowrap}
.flex--wrap{flex-wrap: wrap}
.flex--wrap-reverce{flex-wrap: wrap-reverse}

.flex--justify-start{justify-content: flex-start;}
.flex--justify-end{justify-content: flex-end;}
.flex--justify-center{justify-content: center;}
.flex--justify-space-around{justify-content: space-around;}
.flex--justify-space-between{justify-content: space-between;}

.flex--items-stretch{align-items: stretch;}
.flex--items-baseline{align-items: baseline;}
.flex--items-center{align-items: center;}
.flex--items-start{align-items: flex-start;}
.flex--items-end{align-items: flex-end;}

.flex--content-stretch{align-content: stretch;}
.flex--content-start{align-content: flex-start;}
.flex--content-end{align-content: flex-end;}
.flex--content-center{align-content: center;}
.flex--content-space-around{align-content: space-around;}
.flex--content-space-between{align-content: space-between;}

.flex--self-auto{align-self: auto;}
.flex--self-stretch{align-self: stretch;}
.flex--self-baseline{align-self: baseline;}
.flex--self-center{align-self: center;}
.flex--self-start{align-self: flex-start;}
.flex--self-end{align-self: flex-end;}

.list-flex ul{display: flex; flex-wrap: wrap; list-style: none;}
.list-flex ul li{width: 24%; padding: 0 .5%}
.list-flex ul li a{color: #fff;}
.list-flex ul li a:hover{color: var(--primary-color);}

@media (max-width:768px) { .list-flex ul li{width: 32.33%;} }
@media (max-width:440px) { .list-flex ul li{width: 49%;} }


/* ! LANDING */
.w1640{max-width: 1640px; margin-left: auto; margin-right: auto; padding: 0 5%;}

.page-template-page-landing .header-small .nav-logo{width: auto;}
.page-template-page-landing .header .nav-menu{justify-content: center; background: #FEA829; border: 0}
.page-template-page-landing .header .nav-menu img{height: 80px; mix-blend-mode: multiply;}

.page-template-page-landing figure{margin: 0}

.page-template-page-landing h1{font-size: 70px; line-height: 74px}
.page-template-page-landing p{font-size: 22px; line-height: 28px}
.page-template-page-landing p img{display: inline-block;}

.page-template-page-landing .col-eventi{padding: 0}
.page-template-page-landing .col-eventi .wp-block-column{margin: 0; align-self: stretch; padding: 50px 2%; display: flex; justify-content: center; flex-direction: column;}
.page-template-page-landing .col-eventi *{width: 100%;}
.page-template-page-landing .col-eventi a{color: #fff;}
.page-template-page-landing .col-eventi .wp-block-column:last-child a{color: #000;}

.page-template-page-landing .col-eventi .wp-block-column:first-child{background-color: #303030; color: #fff;}
.page-template-page-landing .col-eventi .wp-block-column:nth-child(2){background-color: #ffbe5e; color: #fff;}
.page-template-page-landing .col-eventi .wp-block-column:last-child{background-color: #faf2df; color: #000;}


.page-template-page-landing .col-eventi .wp-block-column h2 a{display: block; padding-right: 85px; min-height: 70px;}
.page-template-page-landing .col-eventi .wp-block-column:first-child h2 a{padding:0px 0px 0px 85px; background: url('/wp-content/uploads/2021/12/arrow-down.svg') left bottom no-repeat}
.page-template-page-landing .col-eventi .wp-block-column:nth-child(2) h2 a{background: url('/wp-content/uploads/2021/12/arrow-right.svg') right bottom no-repeat}
.page-template-page-landing .col-eventi .wp-block-column:last-child h2 a{background: url('/wp-content/uploads/2021/12/Icon-right-black.svg') right bottom no-repeat}

.page-template-page-landing .col-newsletter{padding: 0}
.page-template-page-landing .col-newsletter .wp-block-column{margin: 0; padding: 15vh 5%}

.page-template-page-landing .forminator-ui#forminator-module-909.forminator-design--default .forminator-label{font-size: 26px; font-weight: bold; font-family: 'Oswald', sans-serif; color: #000}
.page-template-page-landing .forminator-ui#forminator-module-909.forminator-design--default .forminator-input{border:3px solid #000; background-color: #fff; height: 52px; font-size: 22px; line-height: 22px; padding: 15px;}
.page-template-page-landing .forminator-ui#forminator-module-909.forminator-design--default .forminator-input:hover{background: #fff}
.page-template-page-landing .forminator-ui#forminator-module-909.forminator-design--default .forminator-button-submit{width: 100%; box-shadow: none !important; font-size: 22px; line-height: 22px; padding: 15px; font-weight: bold;}
.page-template-page-landing ::placeholder {color: #000;}

.page-template-page-landing .forminator-col{padding: 0}

.prefooter .grid.flex--justify-center{text-align: center}
.prefooter .grid.flex--justify-center img{margin-left: auto; margin-right: auto;}

.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right],
.iubenda-tp-btn[data-tp-float][data-tp-float=top-right]{display: none !important;}

@media (max-width: 1024px) {
  .page-template-page-landing .col-eventi{display: block;}
  .page-template-page-landing .col-eventi .wp-block-column{display: block;}
  .page-template-page-landing .col-eventi .wp-block-column:first-child{display: none}
  .page-template-page-landing .col-eventi .wp-block-column h2 a{min-height: 80px; background-size: auto 80px !important;}

  .page-template-page-landing .col-newsletter .wp-block-column{background: #fff !important}
}

@media (max-width: 781px) {
  .page-template-page-landing .col-intro .wp-block-columns .wp-block-column:last-child{display: none}
  .page-template-page-landing .col-intro .wp-block-columns .wp-block-column{flex-basis: 100% !important}
  .page-template-page-landing .col-newsletter .wp-block-column{margin: 0; padding: 50px 5%}
  .page-template-page-landing .col-newsletter .wp-block-column:first-child{padding-bottom: 25px}
  .page-template-page-landing .col-newsletter .wp-block-column:last-child{padding-top: 0}
  .page-template-page-landing .wp-block-cover{min-height: 350px !important; padding: 25px 5%}
  .page-template-page-landing .wp-block-cover h2{font-size: 45px; line-height: 50px;}
  .page-template-page-landing .col-eventi .wp-block-column h2 a{background-position: right center !important;}
  .page-template-page-landing .col-eventi .wp-block-column{padding: 50px 5%}
  .page-template-page-landing #newsletter .wp-block-column{flex-basis: 100% !important}
}

@media (max-width: 500px) {
  .page-template-page-landing .header-small .nav-logo,
  .page-template-page-landing .header-small .nav-logo .logo{background: var(--primary-color);}
  .page-template-page-landing .header .nav-menu img{padding: 0}

  .page-template-page-landing h1{font-size: 45px; line-height: 50px;}

  .page-template-page-landing .col-intro{text-align: center;}
  .page-template-page-landing .col-intro p{display: none}
  .page-template-page-landing .col-intro .wp-block-spacer{display: none;}
  .page-template-page-landing .col-intro .wp-block-button,
  .page-template-page-landing .col-intro .wp-block-button a{width: 100%;}
  .page-template-page-landing .col-intro .wp-block-button a{padding: 10px 15px}

  .page-template-page-landing .col-eventi .wp-block-column{padding: 25px 5%;}
  .page-template-page-landing .col-eventi .wp-block-column h2{line-height: 34px}
  .page-template-page-landing .col-eventi .wp-block-column h3{font-size: 24px; line-height: 26px;}
  .page-template-page-landing .col-eventi .wp-block-column h2 a{background-size: auto 50px !important; padding-right: 65px;}
}
